
/* Common CSS Start */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 74%;
    margin-left: -37%;
    text-align: center;
    padding: 2px;
    position: fixed;
    z-index: 9999999999999999;
    left: 50%;
    top: 5px;
    border-radius: 4px;
    font-size: 17px;
}
    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.show {
        background-color: #d83432;
        color: #fff;
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
        However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }
    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.hide {
        visibility: hidden; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
        However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
        background-color: #d83432;
        color: #fff;
    }

    #snackbar.success {
        visibility: visible;
        color: #fff;
        background-color: #229c37 !important;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

    #snackbar.warning {
        visibility: visible;
        color: #000000;
        background-color: #FFC107 !important;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }


.app-sidebar__toggle {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 5rem;
    right: 0rem;
}

    .app-sidebar__toggle:before {
        /*content: "\f105";*/
        font-size: 22px;
        background: #2774bc;
        border-top-right-radius: 1em;
        border-bottom-right-radius: 1em;
        padding: 3px;
        color: #fff;
        content: "\f104";
        position: fixed;
        top: 225px;
    }

.for_left:before {
    content: "\f105" !important;
}

.app-sidebar__toggle:focus, .app-sidebar__toggle:hover {
    color: #1674BC;
    background-color: transparent;
}

.sidebar-mini.sidenav-toggled .app-menu__label {
    padding: 13px 5px 13px 20px;
}

.pagination {
    margin-bottom: 0px;
}

    .pagination li {
        border: 1px solid #ddd;
        margin: 5px;
    }

        .pagination li:hover {
            border: 1px solid #ddd;
            margin: 5px;
            background-color: #2774bc;
        }

        .pagination li a {
            color: #2774bc;
            padding: 5px 10px;
            display: inline-block;
        }

            .pagination li a:hover {
                color: #ffffff;
            }

div.dataTables_length label {
    float: left;
    text-align: left;
    display: flex;
    line-height: 2.5;
}

.input-text {
    height: calc(1.5em + 0.5rem + 4px);
    font-size: 0.765625rem;
    line-height: 1.5;
    display: block;
    width: 100%;
    border: none;
    color: #2774bc;
    padding: 0.25rem 0.2rem;
    background-color: #ffffff;
}

.modalPopupEmailMsz {
    background-color: #DDDDDD;
    border: solid 1px Gray;
    font-family: Verdana;
    font-size: 13px;
    color: Maroon;
    font-weight: bold;
    margin: 0px;
    padding: 5px 5px 5px 10px;
}

.ajax__calendar_dayname {
    width: 20px !important;
}

.top_heading {
    background: #2774bc;
    color: white;
    padding: 5px 5px;
    font-size: 13px;
    font-weight: bold;
}

body {
    background-color: #efefef;
    /*font-size: 0.800rem;*/
}

a {
    color: #2774bc;
}

.btn-sm {
    font-size: 0.865625rem;
}

.form-control-sm {
    font-size: 0.865625rem;
    padding: 0.25rem 0.2rem;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.text-cyan {
    color: cyan;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 30px;
    background-color: #f5f5f5;
    z-index: 18;
    border: 1px solid #dee2e6 !important;
}

.btn-addon {
    line-height: 1.5;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 0.26rem 0.5rem;
    z-index: 0 !important;
}

    .btn-addon:hover {
        -webkit-transform: translate3d(0, 0px, 0) !important;
        transform: translate3d(0, 0px, 0) !important;
    }

.fix-modal {
    max-height: 450px;
    overflow: auto;
}

label {
    display: inline-block;
    margin-bottom: 0.1rem;
}

.table-sm {
    max-height: 200px;
}

.table-md {
    max-height: 300px;
}

.table-lg {
    max-height: 400px;
}

.table th, .table td {
    padding: 0.25rem;
}

.table th {
    font-weight: 500;
    background-color: #2774bc !important;
    color: #ffffff;
    position: -webkit-sticky;
    position: sticky;
    /*top: -1px;*/
    top: 0px;
    z-index: 1;
}


.tile {
    margin-bottom: 50px;
}

    .tile h5 {
        font-weight: 500;
    }

    .tile h6 {
        font-weight: 600;
    }

.card-header {
    padding: 0.5rem 1.25rem;
}

.bg-primary {
    background-color: #2774bc !important;
}

.app-content .bg-primary {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.card-header.bg-primary .text-white {
    color: #333333 !important;
}

#ctl00_Menu1 {
    float: none !important;
}

    #ctl00_Menu1 ul {
        position: static !important;
        width: 100% !important;
        float: none !important;
        display: block !important;
    }


.sidenav-toggled #ctl00_Menu1 ul {
    position: absolute !important;
}

/*Radio Button List Color Blue*/
.inline-rb input[type="radio"] {
    width: auto;
}

.inline-rb label {
    display: inline-block;
    font-size: 12px;
    color: #2774bc;
    font-weight: 500;
    margin-right: 10px;
    padding-left: 5px;
    position: relative;
    bottom: 2px;
}

/*Radio Button List Color White*/
.inline-rb-white input[type="radio"] {
    width: auto;
}

.inline-rb-white label {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    margin-right: 10px;
    padding-left: 5px;
    position: relative;
    bottom: 2px;
}

.inline-checkbox label {
    padding-left: 5px;
    position: relative;
    top: -2px;
    font-weight: 600;
}


.app-content {
    padding: 15px;
    margin-top: 125px;
    margin-bottom: 30px;
    min-height: calc(95vh - 50px);
}

.tile {
    padding: 10px 15px;
}

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.card-body {
    padding: .5rem 1rem;
}

.loader_main {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff75;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.img_loader {
    top: 40%;
    position: absolute;
    width: 150px;
}

.nav-pills .nav-link.active {
    color: #FFF;
    background-color: #2774bc;
    cursor: pointer;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
}


.alertmsg {
    color: #dc3545 !important;
}

.app-sidebar {
    margin-top: 130px;
    padding-top: 0px;
}

.app-nav__item {
    line-height: 65px;
}

.btn-primary:hover {
    color: #FFF;
    background-color: #2774bc;
    border-color: #2774bc;
}


.company-logo {
    height: 95px;
    display: flex;
    align-items: center;
}

.header-logo {
    max-height: 95px;
    display: flex;
    align-items: center;
}

/* The check-box */
.check-box {
    display: block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .check-box input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 16px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-box:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-box input:checked ~ .checkmark {
    background-color: #009688;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-box .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* Common CSS End */


/*GI CSS Start*/
ul.progressbar {
    height: 75px;
    padding: 0;
    counter-reset: step;
}

    ul.progressbar li {
        list-style-type: none;
        color: rgb(165,165,165);
        float: left;
        position: relative;
        text-align: center;
        font-size: 12px;
    }

        ul.progressbar li:before {
            content: counter(step);
            counter-increment: step;
            color: #333;
            width: 40px;
            height: 40px;
            line-height: 38px;
            border-radius: 50%;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            background: rgb(216,216,216);
        }

        ul.progressbar li:after {
            content: "";
            background: #ddd;
            position: absolute;
            width: 100%;
            height: 6px;
            top: 20px;
            right: -50%;
            z-index: -1;
        }

        ul.progressbar li:last-child:after {
            content: none;
        }

        ul.progressbar li.done:before, ul.progressbar li.done:after {
            background: #00bbd1;
            color: #fff;
        }

.dataTables_wrapper {
    overflow: auto;
}

.tile div.dataTables_wrapper {
    padding: 5px;
}

/*GI CSS End*/



/*Teji Sir CSS Start*/

.navbar {
    position: fixed;
    z-index: 9;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 95px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.1rem .1rem;
    /* padding: 0.5rem 1rem; */
}

/*Teji Sir CSS End*/


@media (min-width: 320px) and (max-width: 480px) {
    .sidenav-toggled #ctl00_Menu1 ul {
        position: static !important;
    }

    .dropdown-menu.dropdown-menu-right {
        left: 0rem !important;
        right: 0;
        min-width: 18rem !important;
    }

    .app-sidebar {
        margin-top: 88px;
    }
}

.editicon {
    color: #048abb;
    font-size: 16px !important;
    cursor: pointer;
}

.bg-modal {
    background-color: #0000006e;
}

.checklabelnew {
    display: inline-block;
    width: 135px;
}

.font-weight-semibold {
    font-weight: 600;
}

.select-sm {
    color: #009933;
    font-weight: bold;
}

.custom-row {
    margin-right: -12px;
    margin-left: -12px;
}

.modal-new {
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    position: fixed !important;
    overflow: auto;
}

#companyFooter_PanelEmailSendMailServer .form-group {
    margin-bottom: 10px;
}


/*Saiba Lite CSS Start*/
.saiba-lite .bg-primary {
    background-color: #828282 !important;
}

.saiba-lite .btn-primary {
    background-color: #828282;
    border-color: #828282;
}
/*Saiba Lite CSS End*/


@media (max-width:767.98px) {
    .login_box {
        height: auto !important;
        padding: 20px 0px;
    }

    .getulid ul li {
        width: 100% !important;
    }

    .company-logo img {
        max-width: 230px;
    }

    .footer {
        height: auto;
        padding: 10px 0px;
        text-align: center;
    }
}



/*Custom Modal*/
.custom-modal .modal-content {
    background: linear-gradient(135deg, #ffffff, #e6f7ff);
    border-radius: 20px;
}

.custom-modal .modal-body {
    padding: 30px;
}

.custom-modal h2 {
    margin-top: 0;
    font-size: 26px;
    color: #2674be;
    font-weight: 700;
}

.custom-modal p {
    font-size: 18px;
    color: #444;
    margin: 15px 0;
}

.custom-modal small {
    font-weight: 400;
}
