* {
    font-family: Roboto!important;
}

body {
    background-image: url("./../images/CASEC-Formula-Light-400px.jpg");
}

.caseccolor {
    background-color: #042236;
}

.casecfont {
    color: white !important;
}

.casecdarkfont {
    color: #042236;
}

.caseclinkfont {
    color: #A9783A;
    background-color: transparent;
    text-decoration: none;
}

.caseclinkfontgray {
    color: #cfc8be;
    pointer-events: none;
    cursor: default;
}

.bottom {
    position: absolute;
    bottom: 60px;
    /* set the bottom to 0*/
}

.bottoms {
    position: absolute;
    bottom: 140px;
    /* set the bottom to 0*/
}

.topnav {
    height: 60px;
    background-image: url("./../images/CASEC-Formula-Blue-Tile-400px.jpg");
}

.h-60 {
    height: 60px;
}

.h-50 {
    height: 50px!important;
}

.mr-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.footer {
    /* background-color: #042236;*/
    background-image: url("./../images/CASEC-Formula-Blue-Tile-400px.jpg");
    bottom: 0;
    position: fixed;
    height: 60px;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}

.bottom {
    position: absolute;
    bottom: 60;
    height: 60px;
    /* set the bottom nad footer*/
}

a.footerlink,
a.footerlink:hover,
a.footerlink:active,
a.clocklink {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

.ms-options-wrap {
    height: 80px!important;
}

.footer-left {
    margin-left: 25px;
}

.footer-dleft {
    margin-left: 40px;
}

.footer-qleft {
    margin-left: 100px;
}

.footer-negativeleft {
    margin-left: -120px;
}

.btnmain {
    margin-right: 4px;
    border-radius: 4px !important;
}


/* sidebar */

.bs-canvas-overlay {
    opacity: 0;
    z-index: -1;
}

.bs-canvas-overlay.show {
    opacity: 0.85;
    z-index: 1100;
}

.bs-canvas {
    top: 0;
    width: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
}

.bs-canvas-left {
    left: 0;
    top: 60px;
}

.bs-canvas-right {
    right: 0;
}

.bs-canvas-anim {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
}

.pagination .page-link {
    background-color: white !important;
    border: 1px solid #042236;
    color: #042236;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.page-item .page-link {
    color: #042236;
}

.page-item.active .page-link {
    background-color: #042236 !important;
    color: text-light!important;
    border: 1px solid #042236;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.text-normal {
    font-style: normal!important;
}

.casecbackground {
    background-image: url("./../images/CASEC-Formula-Blue-Tile-400px.jpg");
}

nav {
    background-image: url("./../images/CASEC-Formula-Blue-Tile-400px.jpg");
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}

tr {
    line-height: 30px;
    min-height: 30px;
    height: 30px;
}

.icon-16 {
    font-size: 16px;
}

.icon-20 {
    font-size: 20px;
}

.icon-24 {
    font-size: 24px;
}

.popover {
    max-width: 100%;
    font-size: 12px;
    border: 1px solid #042236;
    color: #042236;
    /* Max Width of the popover (depending on the container!) */
}

.icon-none:before {
    content: "\2122";
    font-size: 42px;
    color: transparent !important;
}

.hide {
    display: none;
    visibility: hidden;
}

.checkmark {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
}

.checkmark::after {
    content: "\2714";
}

.checkmarkempty {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border: 1px solid black;
    border-radius: 2px;
}

.mt5 {
    margin-top: 5px;
}

.mt2 {
    margin-top: 2px;
}

.ml3 {
    margin-left: 3px;
}

.checkbox {
    font-size: 13px;
    margin-left: 2px;
}

a:hover {
    color: #042236;
}

div.dataTables_info {
    color: white;
    font-size: 14px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 1.2em;
    padding-left: 2px;
}

table.dataTable th,
table.dataTable td {
    border: 1px solid #DEE2E6!important;
}

table.dataTable tr:hover {
    background-color: #D5D5D6;
}

table.dataTable tbody tr.selected>* {
    box-shadow: inset 0 0 0 9999px #4b718a!important;
    color: #042236 !important;
}

table.dataTable {
    border-radius: 4px !important;
    border-collapse: collapse!important;
}

table.dataTable td {
    padding-left: 6px !important;
}

table.dataTable thead th.select-checkbox {
    position: relative;
}

table.dataTable thead th.select-checkbox:before,
table.dataTable thead th.select-checkbox:after {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: 6px;
    left: 50%;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    content: '';
}

table.dataTable thead th.select-checkbox:before {
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid black!important;
    border-radius: 2px;
}

table.dataTable td.select-checkbox:before {
    border: 1px solid black!important;
}

table.dataTable thead tr {
    background-color: rgb(218, 228, 235);
}

table.dataTable tbody {
    background-color: rgb(248, 249, 250);
}


/* dropdown - option selected - shown as the value of the dropdown */

.form-select {
    color: #042236!important;
}


/* switch index */

.form-switch .form-check-input:checked {
    background-color: #A9783A !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
    border-color: #A9783A !important;
}

.form-switch .form-check-input:not(:checked) {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='lightgrey'/%3e%3c/svg%3e");
    border-color: #A9783A !important;
}

.form-switch .form-check-input:focus:not(:checked) {
    border-color: #A9783A !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='lightgrey'/%3e%3c/svg%3e");
    box-shadow: 0 0 0 0.2rem rgba(218, 228, 235, 0.7) !important;
}

.form-switch .form-check-input:not(focus):not(:checked) {
    border-color: #A9783A !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='lightgrey'/%3e%3c/svg%3e");
}

.popover .arrow {
    display: none;
}

.popover {
    border-color: #A9783A !important;
    color: #042236;
    /* font-weight: bold;*/
    box-shadow: 0 0 0 0.02rem #A9783A;
}

.h35 {
    height: 37px !important;
}

.logo {
    width: 150px;
    height: 57px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    color: gray!important;
}

.dropsearch,
.dropsearch:active,
.dropsearch:focus,
.dropsearch:hover {
    border-color: #aeb7be!important;
    background-color: white;
    border-left: 0px;
    box-shadow: none!important;
}

#dropsearchsettings::after {
    display: none !important;
    background-color: white;
    border-color: #ced4da;
}

.casecarrowfont {
    color: #999999;
}

input,
select,
textarea {
    box-shadow: none!important;
    border-color: #aeb7be!important;
    color: #042236!important;
}

div.shadow {
    box-shadow: none!important;
}

div.shadow:hover {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3)!important;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3)!important;
    transition: all 0.3s ease-in-out;
}

#tablesearch {
    border-right: 0!important;
    box-shadow: none!important;
    border-radius: 5px!important;
}

.h30b {
    border-left: 0!important;
    margin-left: -5px;
    border-radius: 5px!important;
    font-size: 14px;
}

.h30b {
    border-left: 0!important;
    height: 31px!important;
}

textarea:focus,
textarea:active,
textarea:hover,
select:focus,
select:hover,
select:active,
input:focus,
input:active,
input:hover,
.uneditable-input:focus {
    border-color: #aeb7be!important;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3)!important;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3)!important;
    transition: all 0.3s ease-in-out;
}

.btn-link:active,
.btn-link:focus {
    box-shadow: none!important;
}

.btn:hover,
.btn:active,
.btn:focus {
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out;
}

input[type="checkbox"] {
    color: black!important;
    accent-color: rgb(235, 242, 247)!important;
}

.passwordedit,
.passwordedit:hover,
.passwordedit:active,
.passwordedit:focus {
    border-right: 0!important;
    box-shadow: none!important;
}

.qr {
    width: 50px;
    height: 50px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.mw {
    min-width: 14px!important;
    max-width: 20px!important;
}

@media screen and (max-width: 600px) {
    h2 {
        font-size: 13px;
    }
    .h-50 {
        height: 40px!important;
    }
    div.dataTables_info {
        color: white;
        font-size: 13px!important;
        margin-left: 10px!important;
    }
    .logo {
        margin-top: -4px!important;
        width: 70px;
        height: 30px;
    }
    .nav-link {
        font-size: 13px!important;
        margin-top: 4px!important;
        margin-left: -18px!important;
    }
    .mfont {
        font-size: 12px!important;
    }
    .mfont2 {
        font-size: 12px!important;
        margin-top: -12px!important;
    }
    .mhide {
        display: none;
        visibility: hidden;
    }
    table.dataTable td {
        font-size: 10px;
    }
    table.dataTable tr {
        font-size: 10px;
    }
    #pagerinfo {
        font-size: 10px!important;
    }
    .icon-24 {
        font-size: 16px!important;
    }
    .btnmain {
        font-size: 13px;
    }
    .mobright {
        margin-right: 5px;
    }
    .mtop {
        margin-top: -10px!important;
        margin-left: 10px!important;
    }
    .bottommb {
        position: absolute;
        bottom: 40px!important;
        /* set the bottom to 0*/
    }
    .btnmsize {
        font-size: 12px!important;
    }
}