﻿.hidden {
    opacity: 0 !important;
    height: 0px !important;
    width: 0px !important;
    display: none !important;
}

div::-webkit-scrollbar {
    width: 0.3em;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
}

div::-webkit-scrollbar-thumb {
    background-color: #174873;
    outline: 1px solid white;
}

body::-webkit-scrollbar {
    width: 0.3em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
}

body::-webkit-scrollbar-thumb {
    background-color: #174873;
    outline: 1px solid white;
}

.card {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 1rem;
    height: auto !important;
}

.card-title {
    float: left !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

table#example.dataTable tbody tr:hover {
    background-color: #bee5eb;
}

    table#example.dataTable tbody tr:hover > .sorting_1 {
        background-color: #bee5eb;
    }

body {
    font-family: "Inter", "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    margin: 0;
    padding: 0 20px;
    color: #333;
    background-color: #f9f9f9; /* Light background for better contrast */
}

.btn-group-sm > .btn, .btn-sm {
    font-size: 1rem;
}

.brand-link {
    font-size: 1.45rem;
}

.completionList {
    border: solid 1px Gray;
    margin: 0px;
    padding: 3px;
    height: 120px;
    overflow: auto;
    background-color: #FFFFFF;
    z-index: 9999 !important;
}

.listItem {
    color: #191919;
}

.itemHighlighted {
    background-color: #ADD6FF;
}

.ReqFld {
    border: 1px solid #D797A0;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #67809F;
    font-size: 12px;
    padding: 1em;
    display: none;
    font-weight: bold;
    opacity: 0.7;
}

    .back-to-top:hover {
        background-color: #3c8dbc;
        color: #FFFFFF;
        font-weight: bold;
        opacity: 1;
    }

@media (min-width: 1200px) {
    .modal-xl {
        /*max-width: 1140px;*/
        max-width: 99% !important;
    }
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500 !important;
}

.btn-blue {
    color: #fff;
    background-color: #3c8dbc !important;
    border-color: #3c8dbc !important;
    box-shadow: none;
}

.btn-blue {
    color: #fff;
    background-color: #3c8dbc !important;
    border-color: #3c8dbc !important;
    box-shadow: none;
}

.btn-red {
    color: #fff;
    background-color: #174873 !important;
    border-color: #174873 !important;
    box-shadow: none;
}

input:focus, select:focus, textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    background: rgba(60,141,188,0.2);
}

.btn:focus, .btn:hover {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    background-color: rgba(0,0,0,0.8) !important;
    color: white !important;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #174873; /*#2196F3;*/
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.w50 {
    width: 50px !important;
}

.w75 {
    width: 75px !important;
}

.w100 {
    width: 100px !important;
}

.w120 {
    width: 120px !important;
}

.w150 {
    width: 150px !important;
}

.w200 {
    width: 200px !important;
}

@media screen and (max-width: 640px) {
    .btnview{
        display:none!important ;
    }
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 0 solid rgba(0,0,0,.125);
    text-align: center!important;
}
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.2 !important;
    /* font-weight: bold; */
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400 !important;
    font-size: 15px;
}

.alert-danger {
    color: #fff;
    background: #f8d7da !important;
    border-color: #f8d7da !important;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 3.5px;
    padding-left: 3.5px;
}

@media (max-width: 1200px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        position: relative;
        width: 100%;
        padding-right: 7.5px;
        padding-left:7.5px;
    }
}
 