
.actionlist {
    padding: 0;
    margin: 16px;
}

.actionlist li {
    line-height: 1.2;
    margin-bottom: 10px;
    padding-left: 18px;
}

ul.actionlist li {
    list-style-type: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

.changelink, .inlinechangelink {
    padding-left: 16px;
    background: url(../img/icon-changelink.svg) 0 1px no-repeat;
}

.addlink {
    padding-left: 16px;
    background: url(../img/icon-addlink.svg) 0 1px no-repeat;
}

.deletelink {
    padding-left: 16px;
    background: url(../img/icon-deletelink.svg) 0 1px no-repeat;
}

ul li {
    padding: 1px 0;
}

li, dt, dd {
    font-size: 13px;
    line-height: 20px;
}

.quiet, a.quiet:link, a.quiet:visited {
    color: #999;
    font-weight: normal;
}

.mini {
    font-size: 10px;
}

ul.messagelist, ul.messagelist-extra {
    padding: 0;
    margin: 0;
}

ul.messagelist li, ul.messagelist-extra li {
    display: block;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 10px 10px 65px;
    margin: 0 0 10px 0;
    background: #dfd url(../img/icon-yes.svg) 40px 12px no-repeat;
    background-size: 16px auto;
    color: #333;
}

ul.messagelist li.warning, ul.messagelist-extra li.warning {
    background: #ffc url(../img/icon-alert.svg) 40px 14px no-repeat;
    background-size: 14px auto;
}

ul.messagelist li.error, ul.messagelist-extra li.error {
    background: #ffefef url(../img/icon-no.svg) 40px 12px no-repeat;
    background-size: 16px auto;
}

.main .table > tbody > tr > td > a.model-name {
    font-weight: bold;
    color: #124A73;
    text-align: left;
}

.apps-models td:first-child{
    width: 57%;
}

#result_list th:first-child{
    width: 1%;
    min-width: unset;
}

span.action-counter{
    color: #124a73;
    margin: 0 0 10px;
}

#changelist table thead th {
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: middle;
    min-width: 180px;
}

#changelist table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 12px;
}

/* Sort headers options */
thead th.sorted a.sortremove {
    visibility: hidden;
}

table thead th.sorted:hover a.sortremove {
    visibility: visible;
}

table thead th.sorted .sortoptions {
    display: block;
    padding: 2px 0px 0px 5px;
    float: right;
    text-align: right;
}

table thead th.sorted .sortpriority {
    font-size: .8em;
    min-width: 12px;
    text-align: center;
    vertical-align: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

table thead th.sorted .sortoptions a {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../img/sorting-icons.svg) 0 0 no-repeat;
    background-size: 14px auto;
}

table thead th.sorted .sortoptions a.sortremove {
    background-position: 0 0;
}

table thead th.sorted .sortoptions a.sortremove:after {
    content: '\\';
    position: absolute;
    top: -6px;
    left: 3px;
    font-weight: 200;
    font-size: 18px;
    color: #999;
}

table thead th.sorted .sortoptions a.sortremove:focus:after,
table thead th.sorted .sortoptions a.sortremove:hover:after {
    color: #447e9b;
}

table thead th.sorted .sortoptions a.sortremove:focus,
table thead th.sorted .sortoptions a.sortremove:hover {
    background-position: 0 -14px;
}

table thead th.sorted .sortoptions a.ascending {
    background-position: 0 -28px;
}

table thead th.sorted .sortoptions a.ascending:focus,
table thead th.sorted .sortoptions a.ascending:hover {
    background-position: 0 -42px;
}

table thead th.sorted .sortoptions a.descending {
    top: 1px;
    background-position: 0 -56px;
}

table thead th.sorted .sortoptions a.descending:focus,
table thead th.sorted .sortoptions a.descending:hover {
    background-position: 0 -70px;
}

/* End of sort header options */

.navbar-inverse .navbar-nav > li > span {
    font-weight: bold;
    color: rgba(255, 255, 255, .8);
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    line-height: 20px;
    display: block;
}

.main fieldset h2 {
    font-size: 14px;
    background-color: #e4f4f8;
    padding: 10px 12px;
    color: #124A73;
}

form div.help{
    font-size: 11px;
    color: #999;
}

.form-check-input{
    vertical-align: middle;
}

.errornote{
    margin-bottom: 40px;
}

.errorlist{
    color: red;
}

div.selector-available p.selector-filter{
    width: 100%;
}

fieldset  .filter_value{
    margin-left: 10px;
    padding-bottom: 2px;
}

fieldset .filter-select-value{
    margin-left: 30px !important; 
    margin-top: 0px !important; 
}

.main fieldset div.selector h2, .subsection {
    font-size: 12px;
    margin: 0px;
}

.main fieldset div.selector-chosen h2 {
    background-color: #e4f4f8;
}

div.related-widget-wrapper h2{
    border-radius: 4px 4px 0 0;
}

.form-check-input{
    margin-top: 10px !important;
}

select{
    height: 30px;
}

.vIntegerField{
    padding: 5px 6px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], input[type="tel"], textarea, select, .vTextField {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 6px;
    margin-top: 0;
}

body.delete-confirmation{
    text-align: left;
}

.delete-confirmation form input[type="submit"] {
    background: #ba2121;
    border-radius: 4px;
    color: #fff;
}

.warning-counter{
    color: #ba2121;
}

.delete-button{
    background: #ba2121;
    color: #fff !important;
    border-radius: 4px;
}

div.file-form-config input{
    text-align: center;
    display: inline-block !important;
}

.sidebar{
    padding-right: 0px;
}

ul.nav-stacked li{
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.selection-options{
    text-align: left;
    padding-left: 40px;
    padding-top: 40px;
}

.all, .question{
    padding-right: 10px;
}

#changelist .actions span.all{
    display: none;
}

#changelist .actions span.question{
    display: none;
}

#changelist .actions span.clear{
    display: none;
}

.pages p {
    float: none !important
}
.pages ul.pagination {
    float: none !important;  
}

/* the ... */
.pagination>li>a,
.pagination>li>span {
    float: none !important;  
}

.pagination > li:last-child, .pagination > li:last-child  {
    margin-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.certificates-selector{
    width: 600px;
    height: 300px !important;
}

#id_waiting_message{
    padding-top: 20px;
    text-align: center;
}

.label-right{
    text-align: right;
}

.gather_data{
    margin-top: 20px;
}


/* Short table with vertical scroll */
.results{
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 25px;
    margin-top: 0px !important;
}

#result_list{    
    max-height: 100%;
    margin-top: 0px !important;
}


table#result_list thead th { 
    position: sticky; 
    top: 0; 
    background-color: white;
}

/* Salir link style */
a.btn, a.btn:hover, a.btn:visited{
    color: #333;
}

select.filtered[multiple] {
    height: 17.2em;
}

span.tox-statusbar__branding > a{
    visibility: hidden!important;
}

.table-striped textarea {
    height: 200px !important; 
}

.table-striped .tox-tinymce {
    height: 300px !important; 
}

#changelist-filter.top_filter{
    background-color: unset !important;
}

#changelist-filter label {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    padding: 5px 15px;
    margin-bottom: 5px;
    color: #124A73;
}

.actions-marging-bottom{
    margin-bottom: 20px;
}

.buttons-row{
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.new-section{
    margin-top: 19px !important;
}

.btn-active{
    background-color: #124A73;
    color: white;
}

#id-related-agreements{
    display: block;
    margin-top: 400px;
}

#course-select-div label{
    color: #124a73;
}

#gridContainer{
    max-height: 700px;
}

#active-course-indicator{
    margin-left: 10px;
}

.dx-datagrid-export-button .dx-icon-export-excel-button:before,
.dx-datagrid-export-menu .dx-icon-xlsxfile:before {
  content: "\f060";
}

select{
    min-width: inherit;
}

#id-included-btn, #id-included-2phase-btn{
    background-color: #124A73;
    color: white;    
}

#id-excluded-btn, #id-excluded-2phase-btn{
    background-color: #800915;
    color: white;    
}

.dx-datagrid{
    max-height: 800px !important;
}

.konami{
    display: none;
}

.konami.passed{
    display: block;
}


.modal-dialog-centered {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    justify-content: center;
    min-height:calc(100% - 1rem)
  }
  
.modal-content {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow:none;
    border:none;
  }
  
.spinner {
    border: 2px solid #f3f3f3; 
    border-top: 2px solid transparent; 
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.filterSelect:hover {
    cursor: pointer;
    background-color: #f3f1f1;
}
  
.filterSelect>option {
    text-align: center;
    background-color:white;
}


.disclaimer {
    background-color: #fda6ae;
    border: 2px solid #9e0000;
    padding: 2rem;
    margin: 1rem 0;
    line-height: 150%;
    border-radius: 6px;
}