.login-page, .register-page {
    background: #ffffff;
}
.auth-box-footer{ text-align:center;}
.d-none{display:none !important;}
.auc-file-select-btn{
    border:solid 1px #eee;
    background:#eeeeee26;
    text-align:left;
    color:#444444;
}
.auc-bounce-selected-files-wrapper,
.auc-selected-files-wrapper{
    margin:0 10px;
}
.font-weight-bolder{
    font-weight:bolder;
}

.auc-bounce-selected-files-wrapper .list-group-item span,
.auc-selected-files-wrapper .list-group-item span{
    display:block;
  
    margin-bottom:5px;
}
.auc-file-delete-btn{
    color:#636363;
    font-size:1.3em;
}

.swal2-content,
.swal2-title{
    font-size:2em !important;
    color:#fff !important;
}
.swal2-popup.swal2-toast {
    padding: 2em !important;
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 50px !important;
   
}

.auc-alert{
    background-color:#fbfbfb;
    margin-left:10px;
    margin-right:10px;
    border-left:5px solid #f39c12;
    font-size:1.2em;
}

.auc-alert p:last-child{
    color:#333;
}

.btn-outline-settings{
    color:#888;
    border: solid 1px #aaa;
    margin-right:10px;
}
.btn-outline-settings:hover,
.btn-outline-settings:active,
.btn-outline-settings:focus{
    background:#aaa;
    color:#fff;
}

/* .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border: 1px solid #3c8dbc;
    cursor:pointer;

}*/
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
} 

.select2-results__options{
    text-align:left;
}

.select2-container--default .select2-selection--multiple {
    
    border: 1px solid #e5e5e5;
    
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #3c8dbc;
    color:#fff;
    
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3c8dbc;
    color: white;
}
.select2-container {display: block;}


.select2-container .select2-search--inline {
    float:initial;

}
.select2-container .select2-search--inline input{ width:100% !important; }
.select2-dropdown,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #e5e5e5 1px;
}


.auc-datatable-btn{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    border-spacing: 0;
    border-collapse: separate !important;
    box-sizing: border-box;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    padding: 1px 5px;
    line-height: 1.5;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid transparent;
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
    font-size: 1.1em;
}
.modal-header{
    background-color:#eee !important;
}
.margin-left{
    margin-left:10px;
}

.auc-alert-success{
    background-color:#ffffff;
    border:solid 1px #eeeeee;
    font-size:1.2em;
    border-left:5px solid #00a65a;

}

.auc-download-btn{
    margin-top:20px;
}
.auc-download-btn a{
    color:#3e96ca;
    text-decoration:none;
}

.auc-datatable-col-search-input{
    margin:0;
    height:40px;
    width:100%;
}

span.required{
    color:#d80707;
}

#dataTableBuilder_processing{
    background-color:#224563;
    color:#fff;
}