
.mr-25{
    margin-right: .9375rem;
}
.ml-25{
    margin-left: .9375rem;
}

.navbar-brand{
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
    font-size: 24px;
}
.validation-invalid-label{
    padding-left: 0;
}
.validation-invalid-label:before{
    content: "";
}
.circle-text{
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    text-align: center;

}



.danger-modal .modal-header{
    background-color: #546e7a;
    padding: 1rem;

}
.danger-modal .modal-header .modal-title{
    color: #FFF;
    font-size: 1.2rem;
    font-weight: bold;
}
.danger-modal .modal-footer{
    border-top: 1px solid rgba(0,0,0,.125);
    padding: 1rem;
}
.danger-modal .modal-body{
    font-size: 1.3125rem;
}

.page-item.active .page-link{
    background-color: #455a64;
    border-color: #455a64;
}
.dropdown-item.active {
    color: #fff;
    background-color: #455a64;
}


.datatable tbody .select-checkbox {
    position: relative;
}

.datatable tbody .select-checkbox:before {
    content: '';
    background-color: #fff;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -.625rem;
    margin-left: -.625rem;
    border: .125rem solid #455a64;
    border-radius: .125rem;
}
.datatable tbody .select-checkbox:after, .datatable tbody .select-checkbox:before {
    display: inline-block;
    color: #455a64;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
}

.datatable tbody .selected .select-checkbox:after {
    content: "\e600";
    font-family: icomoon;
    font-size: 1rem;
    line-height: 1;
    margin-top: -.5rem;
    margin-left: -.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.datatable tbody .select-checkbox:after, .datatable tbody .select-checkbox:before {
    display: inline-block;
    color: #455a64;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
}
.select-full-width .select2-container{
    width: 100% !important;
}
.input-group .select2-container{
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.fancybox-slide--iframe .fancybox-content {
    width  : 80%;
    height : 80%;
    max-width  : 800px;
    max-height : 600px;
    margin: 0;
}
.centered-switchery .switchery{
    margin: 0 auto;
}
.file-preview{
    border: none;
     padding: 0;
}
.file-drop-zone{
    margin: 0;
    padding: 10px;
}

.file-preview .fileinput-remove{
    display: none;
}
.theme-explorer-fa .file-actions-cell{
    width: 160px;
}
.file-drop-zone.clickable:hover{
    border: 1px dashed #999;
}

.btn-file, .fileinput-cancel{
    display: none!important;
}
