html,
body {
    height: 100%;
}

html body {
    color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background: #FFF;
    padding-top: 70px;
    height: 100%;
    margin-top: 0;
    overflow-y: auto;
}

a:focus {
    outline: 0
}

.navbar {
    background: #1B7BA3;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}

.nav>li {
    float: left;
}

.navbar-brand {
    height: auto;
    padding: 5px 15px;
}

.navbar-nav>li>a {
    padding: 25px 16px;
}

.navbar-nav {
    margin: 0;
    background: #1B7BA3;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin: 0;
    padding-left: 0;
}

.navbar-collapse {
    padding-right: 0;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-left: 1px solid #268eba;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    background-color: transparent;
    color: #fff;
}

.right-top-menu>li>a {
    position: relative;
}

.right-top-menu>li>a .number {
    position: absolute;
    background: #304155;
    font-size: 11px;
    color: #fff;
    border-radius: 50%;
    padding: 0 7px;
    top: 15px;
    right: 6px;
}

.right-top-menu>li>a i {
    color: #2397c7;
    margin-right: 7px;
}

.right-top-menu .dropdown .caret {
    color: #fff;
}

.user-icon {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    margin-top: -10px;
}

.user-name {
    color: #fff;
}

.navbar-brand.logo-box {
    height: 70px;
    background: #fff;
    padding: 5px;
    width: 250px;
    text-align: center;
}

.navbar-brand.logo-box:hover {
    background: #fff !important;
}

.logo-box img {
    display: inline;
}

.top-teader .logo-box .logo-name {
    color: #fff;
    float: left;
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin: -17px;
    padding: 0px;
    width: 215px;
}

body .top-teader {
    border-color: #1b7ba3;
    background: #1b7ba3;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.form-control {
    box-shadow: none;
    border-radius: 3px;
}

#menu-toggle {
    color: #fff;
    margin: 12px 0 0 25px;
    float: left;
    font-size: 28px;
}

#menu-toggle:hover {
    color: #d0d9dd;
}

#wrapper {
    min-height: 100%;
    max-height: 100%;
    position: relative;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    height: 100%;
    padding-left: 250px;
    margin-top: -5px !important;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #123747;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    /*    padding: 20px 0;*/
}

#page-content-wrapper #menu-toggle {
    background: #1991be;
    position: absolute;
    z-index: 100;
    top: -17px;
    left: -25px;
    padding: 7px;
    color: #fff;
}

#notify_counter {
    display: inline-block;
}

#notify_counter:hover .popup2 {
    display: block;
}

.popup2 {
    /*width: 200px;*/
    min-height: auto;
    max-height: 150px;
    overflow-y: auto;
    position: fixed;
    z-index: 2;
    background: #fff;
    border: 1px solid #d9edf7;
    display: none;
    line-height: 24px;
    padding: 5px;
    min-width: 200px;
    max-width: 250px;
    margin-top: -8px;
    margin-left: 17px;
    background: #d9edf7;
    box-shadow: 3px 0px 10px #93b3b9;
}

.popup2 ul {
    list-style: none;
    padding: 5px;
    color: #000;
}

.popup2 ul li {
    text-align: left;
    line-height: 18px;
    border-bottom: 1px solid #ccc;
    white-space: normal;
    padding: 5px 0;
    text-indent: 0;
    font-size: 14px;

}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 70px;
}

.sidebar-nav li {
    text-indent: 5px;
    line-height: 40px;
    border-bottom: 1px solid #184c62;
    list-style: none;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.sidebar-nav li ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.sidebar-nav li a span.menu_space {
    color: #184c62;
}


.sidebar-nav li a i {
    margin-right: 15px;
    width: 25px;
    text-align: center;
}

.sidebar-nav li a:hover,
.sidebar-nav li a.active {
    text-decoration: none;
    color: #fff;
    background: #1b7ba3;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.custom-panel {
    margin-top: 15px;
}

.custom-panel .panel-heading {
    background: #123747;
    border-radius: 0;
    border: 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.custom-panel .panel-body .table,
.custom-tab-panel .table {
    margin-bottom: 0;
    border: 1px solid #dfe8ec;
}

.custom-panel .panel-body .table thead tr th,
.custom-tab-panel .table thead tr th {
    background: #dfe8ec;
    color: #123747;
    font-weight: 600;
    font-size: 15px;

}

.category-box {
    background: #f0f0f0;
    border: 1px solid #d3e6ef;
    text-align: center;
    border-radius: 3px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.category-box:hover {
    text-decoration: none;
    box-shadow: 0 0 10px #ddd;
    border-color: #bdd6e0;
}

.category-box h4 {
    margin: 0;
    font-size: 15px;
    background: #dfe8ec;
    color: #1b7ba3;
    padding: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.boxes {
    padding: 15px 10px 0 10px;
}

.category-box .icon-box {
    font-size: 75px;
    color: #123747;
}

.custom-tab-panel .tab-content {
    border: 1px solid #ddd;
    margin-top: -1px;
    padding: 15px;
}

.custom-tab-panel .nav li a {
    font-weight: 500;
    font-size: 16px;
    background: #dfe8ec;
}

.custom-tab-panel .nav li.active a {
    background: #fff;
}

#adv-search {
    margin-bottom: 15px;
}

.notification {
    position: relative;
}

.notification .noti-number {
    position: absolute;
    right: 15px;
    top: 0px;
}

.notification .noti-number span.badge {
    background: #ce0a0c;
    width: 28px;
    height: 20px;
    border-radius: 15px;
    padding: 0;
    line-height: 20px;
    text-align: center;
    /* position: absolute; */
    right: 10px;
    top: 12px;
    text-indent: 0;
}

.badge {
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
}

.top-teader .navbar-header .icon-bar {
    background-color: #fff;
}

.top-teader .navbar-header button.navbar-toggle {
    margin-top: 16px;
}

.top-teader .navbar-header button.navbar-toggle:hover {
    background-color: #1d88b6;
}


footer {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    float: left;
    background: #374760;
    color: #fff;
}

.fixed-table-body {
    height: auto !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-right a {
    color: #ffffff;
}

.clear {
    clear: both;
}

#body-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

a,
input,
textarea,
select {
    outline: none !important;
}

.marginTop5 {
    margin-top: 5px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop40 {
    margin-top: 40px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.marginBottom40 {
    margin-bottom: 40px;
}

.marginLeft5 {
    margin-left: 5px;
}

.txt15 {
    font-size: 15px;
}

.txt16 {
    font-size: 16px;
}

.txt17 {
    font-size: 17px;
}

.txt18 {
    font-size: 18px;
}

.imgWidth img {
    width: 100%;
}

ul,
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/*----START LOGIN----*/


.loginForm {
    color: #FFF;
}

.loginLogo {
    margin: 60px 0px 30px 0px;
    font-size: 32px;
    /*background: rgba(255, 255, 255,.2);
border: 1px solid #a8cfdc;*/
    color: #FFF;
    border-radius: 4px;
    padding: 20px 0px;

}

.loginLogo img {
    width: 70%;
}

.login-footer {
    margin: 30px 0;
}

.signForm h3 {
    font-weight: 300;
}

.signForm .form-group {
    margin-bottom: 10px;
}

.signForm .has-feedback .form-control {
    background: rgba(137, 196, 206, .8);
    border: 1px solid #a8cfdc;
    height: 48px;
    color: #FFF;
}

.signForm .form-control-feedback {
    color: #FFF;
    font-size: 14px;
    right: 5px;
    top: 18px;
}

.signForm .has-feedback .form-control.signButton {
    background: #cb5829;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 0;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 20px;
}

.signForm ::-webkit-input-placeholder {
    /* Safari, Chrome and Opera */
    color: #fff;
}

.signForm :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.signForm ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.signForm :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.signForm ::-ms-input-placeholder {
    /* Edge */
    color: #fff
}

.signUpText {
    border-top: 1px solid #FFF;
    padding-top: 4px;
}

.field-validation-error {
    color: red;
}

/*----END LOGIN----*/
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: transparent;
    color: #fff;
}

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    /*    .navbar-right {
    float: right !important;
    margin-right: -15px;
    margin-top: -66px !important;
    }*/
    .dropdown-menu {
        font-size: 12px;
    }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .pad-l0 {
        padding-left: 0 !important;
    }

    #parent h3 {
        font-size: 16px;
    }

    .navbar-collapse.col-xs-12.pull-right.collapse {
        padding: 0;
    }

    .nav.navbar-nav.navbar-right.right-top-menu .dropdown-menu {
        background: #fff;
        border-radius: 0;
    }

    .nav.navbar-nav.navbar-right.right-top-menu .dropdown-menu li {
        border-bottom: 1px solid #ccc;
    }

    .custom-panel .panel-heading h4 {
        /*width: 100%;
        margin-bottom: 15px;*/
    }

    .custom-panel .panel-heading .btn {
        width: 100%;
        margin: 0;
        /*margin-bottom: 5px;*/
    }

    .nav>li {
        float: none;
    }

    .navbar-default .navbar-nav>li>a {
        text-align: center;
        /*    border-bottom: 1px solid #bce8f1;*/
    }

    /* .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin: 0;
        padding-left: 0;
        width: 50%;
        right: 0;
        position: absolute;
        top: 69px;
    } */

    .navbar-nav>li>a {
        padding: 5px 0px;
    }

    /*    .dropdown:hover .dropdown-menu {
    display: none !important;
    }*/
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .top-teader #menu-toggle {
        position: absolute;
        left: auto;
    }

    .logo-box {
        width: 210px;
    }

    #menu-toggle {
        margin: 18px 0 0 20px
    }

    .top-teader .navbar-header button.navbar-toggle {
        margin-top: 20px;
        padding: 5px;
    }
}



/*new css*/

.margin-top-25 {
    margin-top: 25px;
}

.treeview-menu {
    display: none;

}

.icon-margin {
    float: right;
    padding: 0px 0 0 0px;
}

.treeview-menu li {
    margin-left: 20px;
}

.grid-table-area {
    overflow: auto;
}

.padding-10 {
    padding: 10px !important;
}

.margin-t-6 {
    margin-top: 6px !important;
}

.wht-color {
    color: #fff !important;
}

.custom-file-input2::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input2::before {
    content: 'Select CSV';
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input:hover::before {
    border-color: black;
}

.table-action-btn thead tr th .sortable {
    padding-right: 0;
}

.table-action-btn thead th:last-child .th-inner {
    min-width: 130px !important;
}

.table-action-btn tbody td:last-child .btn {
    padding: 2px 6px;
}

.internal-portal {
    height: 100%;
}

#wrapper .filter-section {
    width: 100%;
    padding: 0 15px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #1b7ba3 !important;
}

.gray-background {
    background-color: #eeeeee;
}

.white-background {
    background-color: #fff;
}

.pad-20 {
    padding: 20px;
}

.pad-20 p {
    color: #777;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

#secondfieldpage .gray-background .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.table-head1 {
    background-color: #1b7ba3;
    color: #fff;
}

ul#field_list_error li {
    color: #ce0a0c;
    font-size: 14px;
    font-weight: normal;
}

#thirdfieldpage .colorvalue {
    background: #ccc;
    padding: 14px 0 !important;
}

/*icons position change for staff*/
.notification .noti-number.top10space {
    top: 10px;
}

.sidebar-nav li a i.mar10top {
    margin-top: 10px;
}






/* 11-07-2025 */

#body-wrapper:has(.loginBg) {
    height: unset !important;
}

.loginBg {
    /*background:url(../images/loginBg.jpg) left top;*/
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: fixed;
    background: #1B7BA3;
    min-height: 100vh;
}

@media only screen and (max-width: 767px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin: 0;
        padding-left: 0;
        width: 100%;
        right: 0;
        position: absolute;
        top: 0;
    }

    a.navbar-brand.master-nav {
        z-index: 9;
    }

    div#bs-example-navbar-collapse-1 {
        top: 70px;
    }
}

.CstmPanel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}