﻿body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.skewed-background {
    background-color: #ffffff;
    padding: 120px 0px 15px 0px;
    /*transform:skew(0deg,-10deg)translateY(-300px);*/
}
/*.body-content{
    padding:120px 0px 0px 0px;
    transform:skew(0deg,10deg)translateY(150px);
}*/
.col-md-3.position-menu-within1 {
    padding-bottom: 62px;
}

.col-md-3.position-menu-within.ToUsers {
    padding-bottom: 51px;
}

span.multi-select-button {
    padding: 8px 12px;
    width: 200px;
}

#spinner {
    opacity: 0.5;
    /* // background: black;*/
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 2;
    background: url('../Images/loader-BOB.gif') no-repeat center #fff;
}

.control-label::after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 4px;
    top: 0px;
    font-weight: bold;
}

.control-labels::after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 4px;
    top: 7px;
    font-weight: bold;
}

.custom-th {
    text-align: center;
}

.col-md-3.custom-radio-inline {
    margin-top: 33px;
}

.squaredOne {
    float: none;
}

.custom-h2 {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    background-color: #c8c8c8;
    color: #fff;
    text-shadow: 0px 2px 7px #000;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 38px;
    padding: 2px;
    box-shadow: 0 3px 5px #868284;
    position: relative;
    top: 132px;
    /*z-index: 1;*/
}

.custom-h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #121212 ;
    color: #f0f0f0;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 22px;
    padding: 2px;
    box-shadow: 0 5px 5px #1212124D;
    position: relative;
    bottom: 35px;
    z-index: 1;
}
.customtable {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #121212 ;
    color: #f0f0f0;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 22px;
    padding: 2px;
    box-shadow: 0 5px 5px #1212124D;
    position: relative;
    bottom: 35px;
    z-index: 1;
}

h2.custom-h2-p {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    background-color: #c1bfbf;
    color: #fff;
    text-shadow: 0px 2px 7px #000;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 113px;
    padding: 2px;
    box-shadow: 0 3px 5px #868284;
    position: relative;
    /* top: 90px; */
    z-index: 1;
}
.custom-h2.custom-h2-dashboard {
    background-color: #121212 !important;
    
}
.badge {
    background-color: #121212;
}

span#spanAdvertisementfileDetails {
    /*top: 63px; 
     position: absolute; */
    font-size: 12px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

img#AdvertisementfileDetails {
    margin-bottom: 10px;
}

.icon-calender {
    padding: 10px;
    background: dodgerblue;
    color: white;
    min-width: 50px;
    text-align: center;
}

.navbar-default-custom {
    background-color: #bdb5b5;
    border-color: #dcdad6;
    font-family: arial;
}

.custom-navbar-header {
    /*
    font-family: arial;
    box-shadow: inset 0px 0px 11px #7a7676;*/
    background-color: #ffffff;
    border-color: transparent;
    background-image: url('../Images/BOILogo.jpg');
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    min-height: 118px;
}

.navbar-header.new-navbar-header {
    position: relative;
}
.logo-img{
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 111;
    display: block;
    width: 185px;
}

.navbar-default-custom .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default-custom .navbar-nav > .active > a:focus {
    color: #121212 ;
    background-color: transparent;
    border-bottom: 5px solid #121212 ;
}

.navbar-default-custom .navbar-nav > .open > a, .navbar-default-custom .navbar-nav > .open > a:hover, .navbar-default-custom .navbar-nav > .open > a:focus {
    color: #121212 ;
    background-color: #e7e7e7;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #efefef !important;
    text-decoration: none;
    background-color: #121212  !important;
    outline: 0;
}

.navbar-default-custom .navbar-nav > li > a {
    color: #121212 ;
    font-size: 14px;
    font-weight: bold;
}

.navbar-default-custom .navbar-toggle {
    border-color: #121212 ;
}

    .navbar-default-custom .navbar-toggle .icon-bar {
        background-color: #121212 ;
    }

.btn-primary {
    color: #fff;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #922b54;
        border-color: #802146;
    }

    .btn-primary:active {
        color: #fff;
        background-color: #922b54;
        border-color: #802146;
    }

    .btn-primary:focus {
        color: #fff;
        background-color: #922b54;
        border-color: #802146;
    }

    .btn-primary:active:focus {
        color: #fff;
        background-color: #922b54;
        border-color: #802146;
    }

.custom-sign-out {
    color: #121212 ;
    font-size: 16px;
    font-weight: 700;
}

.custom-user {
    color: #f0f0f0;
    font-size: 18px !important;
}

.dropdown-menu > li > a {
    color: #121212 ;
    text-align: left;
}

.navbar-default-custom .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #121212 ;
    border-bottom: 5px solid #121212 ;
    transition: .5s;
    background-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    border-bottom: 5px solid #121212 ;
    transition: .5s;
    background-color: transparent;
}

.navbar-brand.navbar-brand-custom {
    float: left;
    padding: 6px;
    font-size: 18px;
    line-height: 20px;
    width: 155px;
}

.navbar-fixed-top-custom {
    position: fixed;
    right: 0;
    left: 0;
    top: 118px;
    z-index: 650;
    border-width: 0 0 1px;
}

.nav > li {
    position: relative !important;
    display: inline-block !important;
}

li.last-login {
    margin: 15px;
    font-weight: normal;
    color: #121212 ;
    position: relative;
    left: 230px;
    text-transform: capitalize;
    top: 5px !important;
}

.babkendbg {
    float: right;
    margin-bottom: 5px;
}

.nav > li > a {
    position: relative;
    display: inline-block;
    padding: 13px;
    color: #121212 ;
}

.navbar-nav > .h2 {
    font-family: arial;
    font-size: 23px;
    color: #121212 ;
    font-weight: 800;
    /*text-shadow: 0px 1px 0px #000;*/
    margin: 56px -205px 0px 628px !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 0;
    color: #121212 ;
    cursor: default;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.dropdown-menu-custom > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #121212 ;
}

.alert-success {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    box-shadow: rgb(8, 160, 120) 0px 0px 11px inset;
}
/*div#alertDetails {
    color: #3c763d!important;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}*/
.success-msg {
    color: rgb(7, 152, 113) !important;
    /*display: inline-block;
    float: left;
    clear: left;
    width: 250px;*/
    text-align: left;
    margin-top: 0px;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding-top: 14px !important;
    box-shadow: rgb(90, 125, 73) 0px 0px 11px inset;
}

.warning-msg {
    color: #8a6d3b !important;
    display: inline-block;
    float: left;
    clear: left;
    width: auto !important;
    text-align: left;
    margin-top: -10px;
    /* background-color: #000; */
    padding-top: 0px !important;
    font-weight:bold;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    box-shadow: rgb(138, 109, 59) 0px 0px 11px inset;
}

.close-msg {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    margin-top: -10px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #efefef;
    color: #f0f0f0 !important;
    text-align: center;
    box-shadow: inset 0px 0px 11px #7a7676;
}

    footer .copyright {
        float: left;
        margin: 1px 20px;
        color: #121212 ;
        font-weight: 500;
    }

    footer .Version {
        float: right;
        margin: 1px 20px;
        color: #121212 ;
        font-weight: 500;
    }

.panel-default-custom > .panel-heading-custom {
    color: #fff;
    background-color: #121212 ;
    border-color: #7a7676;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px;
}

label {
    color: #121212 ;
    display: inline-block;
    float: left;
    clear: left;
    width: 250px;
    text-align: left;
    font-weight: normal;
}

input {
    display: inline-block;
    float: left;
}

.input-group {
    z-index: 0 !important;
}

.close-custom {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #ff1a00;
    text-shadow: 0 1px 0 #e51f0c;
    filter: alpha(opacity=20);
    opacity: 0.9;
}

    .close-custom:focus, .close-custom:hover {
        color: #f00;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .9;
        text-shadow: 0 1px 0 #e51f0c;
    }

.form-control {
    -webkit-box-shadow: inset 0 0px 10px rgb(249, 228, 236);
    box-shadow: inset 0 0px 10px rgb(249, 228, 236);
    margin-bottom: 10px;
}

div.dataTables_wrapper div.dataTables_filter label {
    float: right !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    float: right !important;
}

.table > tbody > tr > td {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    text-align: center;
}

.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    text-align: center;
}

.file {
    visibility: hidden;
    position: absolute;
}

.form-group-custom {
    margin-bottom: 0;
    text-align: -webkit-center;
}

textarea#comment-eng {
    margin-bottom: 0;
    max-width: 100%;
}

.audio-file {
    width: 25% !important;
}

audio.audio-style {
    width: 250px;
    height: 25px;
}

.chart {
    position: static;
    width: 450px;
    height: 450px;
    top: 50%;
    left: 50%;
    margin: 0;
}

.doughnutTip {
    position: absolute;
    min-width: 30px;
    max-width: 300px;
    padding: 5px 15px;
    border-radius: 1px;
    background: rgba(0, 0, 0, 0.8);
    color: #ddd;
    font-size: 17px;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .06em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

    .doughnutTip::after {
        position: absolute;
        left: 50%;
        bottom: -6px;
        content: "";
        height: 0;
        margin: 0 0 0 -6px;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 6px solid rgba(0, 0, 0, 0.7);
        line-height: 0;
    }

.doughnutSummary {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #d5d5d5;
    text-align: center;
    text-shadow: 0 -1px 0 #111;
    cursor: default;
    display: none;
}

.doughnutSummaryTitle {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -27%;
    font-size: 22px;
    letter-spacing: .06em;
}

.doughnutSummaryNumber {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -15%;
    font-size: 55px;
}

.chart path:hover {
    opacity: 0.65;
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .nav {
        text-align: center;
    }

    .navbar-nav {
        margin: 0px -15px;
    }

    .nav > li {
        position: relative;
        display: block;
        margin: 7.5px;
        top: 10px;
    }

    .navbar-nav > .h2 {
        margin-top: 0;
        margin: 0;
    }

    .nav > li > a {
        padding: 0px;
    }

    .navbar-fixed-top-custom {
        top: 70px;
    }
    .custom-h2 {
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        background-color: #dbdad673;
        color: #fff;
        text-shadow: 0px 2px 7px #000;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 30px;
        padding: 2px;
        box-shadow: 0 3px 5px #868284;
        position: relative;
        top: 90px;
        /* z-index: 1; */
    }

    .custom-navbar-header {
        background-color: #ffffff;
        border-color: transparent;
        background-image: url(../Images/BOILogo.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100px;
    }
}



@media (min-width: 768px) and (max-width: 1024px) {
    .nav {
        text-align: center;
    }

    .navbar-nav {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .nav > li {
        position: relative;
        display: block;
        margin: 7.5px;
    }

    .navbar-nav > .h2 {
        margin-top: 0;
        margin: 0;
    }

    .nav > li > a {
        padding: 0px;
    }

 /*   .navbar-fixed-top-custom {
        top: 141px;
    }*/
    .navbar-fixed-top-custom {
        top: 64px;
    }

    .custom-navbar-header {
        background-color: #ffffff;
        border-color: transparent;
        background-image: url(../Images/BOILogo.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100px;
    }
    .navbar-nav > .h2 {
        font-family: arial;
        font-size: 23px;
        color: #121212 ;
        font-weight: 800;
        /* text-shadow: 0px 1px 0px #000; */
        margin: 35px -22px 0px 0px !important;
    }

    .custom-h2 {
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        background-color: #dbdad673;
        color: #fff;
        text-shadow: 0px 2px 7px #000;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 38px;
        padding: 2px;
        box-shadow: 0 3px 5px #868284;
        position: relative;
        top: 90px;
        /* z-index: 1; */
    }
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .nav {
        text-align: center;
    }

    .navbar-nav {
        margin: 0px -15px;
    }

    .nav > li {
        position: relative;
        display: block;
        margin: 7.5px;
    }

    .navbar-nav > .h2 {
        margin-top: 0;
        margin: 0;
    }

    .nav > li > a {
        padding: 0px;
    }

    .navbar-fixed-top-custom {
        top: 64px;
    }

    .navbar-nav > .h2 {
        font-family: arial;
        font-size: 23px;
        color: #121212 ;
        font-weight: 800;
        /* text-shadow: 0px 1px 0px #000; */
        margin: 35px -22px 0px 0px !important;
    }
    .custom-h2 {
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        background-color: #dbdad673;
        color: #fff;
        text-shadow: 0px 2px 7px #000;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 38px;
        padding: 2px;
        box-shadow: 0 3px 5px #868284;
        position: relative;
        top: 90px;
        /* z-index: 1; */
    }
}


@media (min-width: 481px) and (max-width: 767px) {
    .nav {
        text-align: center;
    }

    .navbar-nav {
        margin: 0px -15px;
    }

    .nav > li {
        position: relative;
        display: block;
        margin: 7.5px;
    }

    .navbar-nav > .h2 {
        margin-top: 0;
        margin: 0;
    }

    .nav > li > a {
        padding: 0px;
    }

    .navbar-fixed-top-custom {
        top: 141px;
    }
}


@media (min-width: 320px) and (max-width: 480px) {
    .nav {
        text-align: center;
    }

    .navbar-nav {
        margin: 0px -15px;
    }

    .nav > li {
        position: relative;
        display: block;
        margin: 7.5px;
    }

    .navbar-nav > .h2 {
        margin-top: 0;
        margin: 0;
    }

    .nav > li > a {
        padding: 0px;
    }

    .navbar-fixed-top-custom {
        top: 141px;
    }
}



@media (min-width: 1920px) {
    .container {
        width: 80%;
    }

    .navbar-right {
        position: absolute;
        top: 38px;
        right: 24px;
    }

    .navbar-nav {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
        margin-top: 38px;
    }

    .navbar-fixed-top {
      
         border-width: 1px 1px 1px 0px;
    }



    .custom-navbar-header {
        /*
    font-family: arial;
    box-shadow: inset 0px 0px 11px #7a7676;*/
        background-color: #ffffff;
        border-color: transparent;
        background-image: url('../Images/BOILogo.jpg');
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
        min-height: 118px;
    }

    .navbar-fixed-top-custom {
        position: fixed;
        right: 0;
        left: 0;
        top: 78px;
        z-index: 650;
        border-width: 0 0 1px;
    }

    .custom-h2 {
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        background-color: #dbdad673;
        color: #fff;
        text-shadow: 0px 2px 7px #000;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 38px;
        padding: 2px;
        box-shadow: 0 3px 5px #868284;
        position: relative;
        top: 130px;
        /* z-index: 1; */
    }

    .navbar-nav > .h2 {
        font-family: arial;
        font-size: 23px;
        color: #121212 ;
        font-weight: 800;
        /* text-shadow: 0px 1px 0px #000; */
        margin: 32px -205px 0px 200px !important;
    }

}



@media (min-width: 1680px) and (max-width: 1919px) {
    .navbar-right {
        position: absolute;
        top: 38px;
        right: 24px;
    }

    .navbar-nav {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
        margin-top: 38px;
    }

    .navbar-fixed-top {
        border-width: 1px 1px 1px 0px;
    }



    .custom-navbar-header {
        /*
    font-family: arial;
    box-shadow: inset 0px 0px 11px #7a7676;*/
        background-color: #ffffff;
        border-color: transparent;
        background-image: url('../Images/BOILogo.jpg');
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
        min-height: 118px;
    }

    .navbar-fixed-top-custom {
        position: fixed;
        right: 0;
        left: 0;
        top: 78px;
        z-index: 650;
        border-width: 0 0 1px;
    }

    .custom-h2 {
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        background-color: #dbdad673;
        color: #fff;
        text-shadow: 0px 2px 7px #000;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 38px;
        padding: 2px;
        box-shadow: 0 3px 5px #868284;
        position: relative;
        top: 130px;
        /* z-index: 1; */
    }

    .navbar-nav > .h2 {
        font-family: arial;
        font-size: 23px;
        color: #121212 ;
        font-weight: 800;
        /* text-shadow: 0px 1px 0px #000; */
        margin: 32px -205px 0px 200px !important;
    }
}




@media (min-width: 1440px) and (max-width: 1679px) {
    .navbar-right {
        position: absolute;
        top: 38px;
        right: 24px;
    }

    .navbar-nav {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
        margin-top: 38px;
    }

    .navbar-fixed-top {
        border-width: 1px 1px 1px 0px;
    }



    .custom-navbar-header {
        /*
    font-family: arial;
    box-shadow: inset 0px 0px 11px #7a7676;*/
        background-color: #ffffff;
        border-color: transparent;
        background-image: url('../Images/BOILogo.jpg');
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
        min-height: 108px;
    }

    .navbar-fixed-top-custom {
        position: fixed;
        right: 0;
        left: 0;
        top: 78px;
        z-index: 650;
        border-width: 0 0 1px;
    }

    .custom-h2 {
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        background-color: #dbdad673;
        color: #fff;
        text-shadow: 0px 2px 7px #000;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 38px;
        padding: 2px;
        box-shadow: 0 3px 5px #868284;
        position: relative;
        top: 130px;
        /* z-index: 1; */
    }

    .navbar-nav > .h2 {
        font-family: arial;
        font-size: 23px;
        color: #121212 ;
        font-weight: 800;
        /* text-shadow: 0px 1px 0px #000; */
        margin: 32px -205px 0px 200px !important;
    }
}


@media (min-width: 1366px) and (max-width: 1439px) {
    .navbar-right {
        position: absolute;
        top: 38px;
        right: 24px;
    }

    .navbar-nav {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
        margin-top: 38px;
    }

    .navbar-fixed-top {
        border-width: 1px 1px 1px 0px;
    }



    .custom-navbar-header {
        /*
    font-family: arial;
    box-shadow: inset 0px 0px 11px #7a7676;*/
        background-color: #ffffff;
        border-color: transparent;
        background-image: url('../Images/BOILogo.jpg');
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
        min-height: 100px;
    }

    .navbar-fixed-top-custom {
        position: fixed;
        right: 0;
        left: 0;
        top: 65px;
        z-index: 650;
        border-width: 0 0 1px;
    }

    .custom-h2 {
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        background-color: #dbdad673;
        color: #fff;
        text-shadow: 0px 2px 7px #000;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 38px;
        padding: 2px;
        box-shadow: 0 3px 5px #868284;
        position: relative;
        top: 117px;
        /* z-index: 1; */
    }

    .navbar-nav > .h2 {
        font-family: arial;
        font-size: 23px;
        color: #121212 ;
        font-weight: 800;
        /* text-shadow: 0px 1px 0px #000; */
        margin: 32px -205px 0px 200px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-right {
        position: absolute;
        top: 38px;
        right: 24px;
    }

    .navbar-nav {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
        margin-top: 38px;
    }

    .navbar-fixed-top {
        border-width: 1px 1px 1px 312px;
    }



    .custom-navbar-header {
        /*
    font-family: arial;
    box-shadow: inset 0px 0px 11px #7a7676;*/
        background-color: #ffffff;
        border-color: transparent;
        background-image: url('../Images/BOILogo.jpg');
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
        min-height: 100px;
    }

    .navbar-fixed-top-custom {
        position: fixed;
        right: 0;
        left: 0;
        top: 65px;
        z-index: 650;
        border-width: 0 0 1px;
    }

    .custom-h2 {
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        background-color: #dbdad673;
        color: #fff;
        text-shadow: 0px 2px 7px #000;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 38px;
        padding: 2px;
        box-shadow: 0 3px 5px #868284;
        position: relative;
        top: 117px;
        /* z-index: 1; */
    }

    .navbar-nav > .h2 {
        font-family: arial;
        font-size: 19px;
        color: #121212 ;
        font-weight: 800;
        /* text-shadow: 0px 1px 0px #000; */
        margin: 32px -205px 0px -350px !important;
    }
    li.last-login {
        margin: 15px;
        font-weight: normal;
        color: #121212 ;
        position: relative;
        left: 126px;
        text-transform: capitalize;
        top: 4px !important;
    }
}


    .compstyle {
        height:101px;
        overflow:auto;
        border:1px solid;
        list-style-type:none;
    }

.multiselect {
    width: 200px;
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
        font-weight: normal;
        /* display: block;*/
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    list-style-type: none;
    border: 1px #dadada solid;
    overflow-x: scroll;
    height: 150px;
}

    #checkboxes label {
        display: block;
        list-style-type: none;
    }

        #checkboxes label:hover {
            background-color: #1e90ff;
        }

#checkboxesbranch {
    display: none;
    list-style-type: none;
    border: 1px #dadada solid;
    overflow-x: scroll;
    height: 150px;
}

    #checkboxesbranch label {
        display: block;
        list-style-type: none;
    }

        #checkboxesbranch label:hover {
            background-color: #1e90ff;
        }

#checkboxesCircle {
    display: none;
    list-style-type: none;
    border: 1px #dadada solid;
    overflow-x: scroll;
    height: 150px;
}

    #checkboxesCircle label {
        display: block;
        list-style-type: none;
    }

        #checkboxesCircle label:hover {
            background-color: #1e90ff;
        }

#checkboxesterminal {
    display: none;
    list-style-type: none;
    border: 1px #dadada solid;
    overflow-x: scroll;
    height: 150px;
}

    #checkboxesterminal label {
        display: block;
        list-style-type: none;
    }

        #checkboxesterminal label:hover {
            background-color: #1e90ff;
        }

.Dashboard {
    height: 146px;
    margin-top: -19px;
}

#backButton {
    border-radius: 4px;
    padding: 8px;
    border: none;
    font-size: 16px;
    background-color: #2eacd1;
    color: white;
    position: relative;
    top: 48px;
    right: 0px;
    cursor: pointer;
    left: 94%;
    z-index: 9999;
}

.invisible {
    display: none;
}
.chartstyle {
    height: 410px;
    width: 100%;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffffcf;
}

    .loader img {
        position: relative;
        left: 40%;
        top: 40%;
    }

.loaderimage {
    background-image: url(../Images/loader-BOB.gif);
}
.notification-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.fa-bell {
    font-size: 20px;
    color: #ffffff;
}

/*.badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: white;
    border-radius: 50%;
    padding: 3px 7px;
    font-size: 12px;
}*/
.sidebar {
    position: fixed;
    right: -300px; /* Start hidden */
    top: 50px;
    width: 300px;
    height: 100%;
    background: white;
    box-shadow: -2px 0px 5px rgba(0,0,0,0.2);
    transition: 0.3s ease-in-out;
    overflow-y: auto;
    padding: 15px;
    z-index: 1000;
}
.sidebar-content {
    padding-top: 40px; /* Moves content down */
}

    /* Show sidebar when class 'open' is added */
    .sidebar.open {
        right: 0;
    }

/* Close button styling */
.close-btn {
    background: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    float: right;
}
.Sidebartable {
    background: #121212 ;
    color: white;
    margin-top: 10px;
    text-align: center;
}

.Sidebartablewidth {
width:250px;
}

.Sidebartablecontent {
    text-align: center;
}
#divInventorylog {
    visibility: hidden;
    opacity: 0;
    height: 0;
}
/* Set default background color to white */
.clickable-row {
    cursor: pointer !important;
    background-color: #fff !important; /* Ensures white background on load */
    color: inherit !important;
    border: 1px solid #ddd !important; /* Keeps Bootstrap's border */
}

    /* Prevent Bootstrap active state from overriding styles */
    .clickable-row:focus,
    .clickable-row:active {
        background-color: #fff !important; /* Keeps background white */
        color: inherit !important;
        outline: none !important; /* Removes focus outline */
    }

    /* Change color on hover */
    .clickable-row:hover {
        background-color: #f5f5f5 !important; /* Light gray on hover */
        color: inherit !important;
    }

    /* Ensure badges inside remain unchanged */
    .clickable-row a {
        text-decoration: none !important;
    }

/* Custom black button */
.btn-black {
    background-color: black !important;
    border-color: black !important;
    color: white !important; /* Ensures text remains visible */
}

    /* Optional: Change color on hover */
    .btn-black:hover {
        background-color: #333 !important; /* Darker shade on hover */
        border-color: #333 !important;
    }

/*#CardCountinHopper, #CardCount {
    width: 200px !important;
}*/

#resetretract {
    margin-left: auto;
    display: block; 
}




/*popup code*/
.modal {
    display: none; /* Initially hidden */
    position: fixed;
    z-index: 1050; /* Ensures it appears above everything */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10% auto; /* Centers modal vertically */
    max-width: 500px; /* Default width */
}

.modal-content {
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    padding: 15px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

    .modal-header .close {
        font-size: 24px;
        background: transparent;
        border: none;
        color: #000;
    }

.modal-body {
    padding: 20px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #ddd;
}

.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

    .btn-danger:hover {
        background-color: #c9302c;
    }
.next-row {
    margin-top:25px;
}
.form-inline-group > div {
    width: 20%;
    padding-right: 10px;
}
.multiselect-2{
    width:150px
}
.btn-success-2{
    margin-top:20px;
    width:50%;
}
.searchFilter {
    width: 148px;
    padding: 6px;
    box-sizing: border-box;
    margin-bottom: 6px;
}

#checkboxesCircle ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

#checkboxesCircle li {
    padding: 4px 0;
}

#checkboxesCircle input[type="text"] {
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    margin-bottom: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#checkboxes ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

#checkboxes li {
    padding: 4px 0;
}

#checkboxes input[type="text"] {
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    margin-bottom: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#checkboxesbranch ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

#checkboxesbranch li {
    padding: 4px 0;
}

#checkboxesbranch input[type="text"] {
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    margin-bottom: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#checkboxesterminal ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

#checkboxesterminal li {
    padding: 4px 0;
}

#checkboxesterminal input[type="text"] {
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    margin-bottom: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.twoButtons {
    margin-top: 20px;
    display: flex;
    align-items: center; 
    gap: 8px; 
}

