/*
/*
    Theme Name: NiceAdmin
    Theme URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* Import fonts */

/*@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);*/
/*@import url(fonts-googleapis-Lato.css);*/
/*@import url(line-icons.css);*/

body {
    color: #797979;
    background: #eeeeee;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 16px !important;
}

h1,h2,h3,h4,h5{
    font-weight: 700;
}

a{
    font-weight: 300;
}

ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    outline: 0;
}

.login-img3-body {
    background: url('/Includes/Images/bg07.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-wrap {
    padding: 35px;
}


input:focus, textarea:focus { outline: none; }

table tr th { color: #688a7e;}

*:focus {outline: none;}

::selection {
    background: #688a7e;
    color: #fff;
}

::-moz-selection {
    background: #688a7e;
    color: #fff;
}

.nav-link .active {
    background-color: #4ca2ff;
    color: white;
    text-decoration-color: firebrick;
    border-radius: 8px;
}

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu , ul.sidebar-menu li ul.sub{
    margin: -2px 0 0;
    padding: 0;
    font:caption;
    font-size:medium;
}

ul.sidebar-menu {
    margin-top: 5px;
}

ul.sidebar-menu li ul.sub li{
    background: #394a59;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom:ridge;
    border-bottom-color:white;

}

ul.sidebar-menu li, ul.sub li:last-child {
    border-bottom:solid 2px;
    border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
}

ul.sidebar-menu li ul.sub li a {
    font-size: 12px;
    padding: 0 0 0 32px;
    line-height: 35px;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #d0d8df;
    font-size: 14px;
}

ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

ul.sidebar-menu li{
    line-height: 15px !important;
}

ul.sidebar-menu li.nav-item {
    border-bottom: solid 1px;
    border-bottom-color:white;
}

ul .sidebar-menu li.sub-menu{
    line-height: 15px;
    font-size: 16px;
}

ul.sidebar-menu li a span{
    display: inline-block;
}


    ul.sidebar-menu li a, ul.sidebar-menu li label {
        color: #d0d8df;
        text-decoration: none;
        display: block;
        padding: 10px 0 5px 10px;
        font-size: 12px;
        font-weight: 100;
        outline: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

ul.sidebar-menu li.active a, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background: #2e3b46;
    color: #fff;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    /*border-bottom: 1px solid #ffffff;*/
}

    ul.sidebar-menu .sub-menu li.active a, ul.sidebar-menu .sub-menu li.active label {
        border-bottom: 2px solid #ffffff;
    }

    ul.sidebar-menu li a i, ul.sidebar-menu li label i {
        font-size: 15px;
        justify-content: center;
        padding:4px;
        margin-right:4px;
        align-items:flex-end;
    }

    ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i,
    ul.sidebar-menu li label:hover i, ul.sidebar-menu li label:focus i {
        color: #fff;
    }

ul.sidebar-menu li.active a i {
    color: #fff;
}

.top-nav  {
    margin-top: 7px;
}


.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 200px !important;
}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.log-arrow-up {
    background: url("../img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

.page-header {
  margin: 12px 0 20px;
  border-bottom: none;
  opacity: 0.7;
  text-transform: uppercase;
}

.page-header i {
  color: #acb1b8;
  margin-right: 10px;
  float: left;
  font-size: 30px;
  line-height: 22px;
  opacity: 0.8;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}


html, body, #fullheight {
    min-height: 100% !important;
    height: 100%;
}

.main-header .navbar-nav ul ul li a {
    font-size: 16px;
}

.main-header .nav-link {
    height: auto;
    position: relative;
}


.layout-navbar-fixed.sidebar-mini-md.sidebar-collapse .wrapper .brand-link,
.layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link {
    height: auto;
    width: 4.6rem;
    font-size: 1.25rem;
    display: block;
    padding: .8125rem .5rem;
    white-space: nowrap;
}


.brand-link {
    display: block;
    font-size: 1.25rem;
    padding: .8125rem .5rem;
    transition: ease-in-out .3s;
    white-space: nowrap;
}



.nav-pills .nav-link {
    color: blue;
}

.menu-open {
    background-color: #3D52A0; /*--#607d8b;*/
    color: white;
}

.layout-navbar-fixed .content-area {
    min-height: calc(100vh - (3.5rem + 1px) - (3.0rem + 1px));
    margin-top:60px;
    margin-left:250px;
}

.layout-footer-fixed .content-area .main-footer {
    padding-bottom: calc(3.0rem + 1px);
    margin-left: 250px;
    padding: 0.5rem;
}

.nav-sidebar .nav-item > .nav-link {
    margin-bottom:0px;
    font-size:medium;
    color:white;
    font-weight:700;
/*    padding-top:5px;*/
}

.main-footer {
    background: #fff;
    border-top: 1px solid #dee2e6;
    color: #869099;
    padding: 0.4rem;
}

.main-footer1 {
    padding-bottom: calc(3.0rem + 1px);
    color: #869099;
    padding: 0.4rem;
}

.nav-icon1 {
    padding-right: 8px;
}

.topnav label {
    float:left;
    display:block;
}


@media (max-width: 600px) {
    .layout-navbar-fixed .content-wrapper {
        margin-top: 2px;
        margin-bottom: calc(3.5rem + 1px);
    }

    .wrapper {
        margin-top: 20px;
    }

    .layout-navbar-fixed .content-area {
        min-height: calc(100vh - (3.5rem + 1px) - (3.0rem + 1px));
        margin-top: 60px;
    }

    body:not(.sidebar-mini-md) .main-footer {
        display: none;
    }

    .nav-link.event {
        display: none;
    }

        .nav-link.event.active {
            display: block;
        }

        .nav-link.event.responsive {
            float: none;
            display: block;
            text-align: left;
        }

    .menu-icon {
        position: relative;
        right: 0;
        top: 0;
        font-size: 20px;
        float: right;
        color: white;
    }

    .biloginlogo {
        display: inline-block;
    }

    .bilogintext {
        display: none;
    }

    .bibgimage {
        display: none;
    }

    .bgimage {
        display: none;
    }

    
    .bitoptext {
        display:inline-block;
    }
}

@media (min-width: 600px) {
    .menu-icon {
        display:none;
    }

    .bitoptext {
        display: none;
    }

    .biloginlogo {
        display: none;
    }

    .bilogintext {
        display: inline-block;
    }
}

@media (max-width: 768px) {
    body:not(.sidebar-mini-md) .child-div {
        transition: margin-left .3s ease-in-out;
        margin-left: 0px;
    }

    .d-sm-item {
        display:none !important;
    }

    .LMS-container {
        display: flex;
        position: relative;
        justify-content: center; /* Horizontal center */
        align-items: center; /* Vertical center */
        height: 100vh; /* Full viewport height */
        background-color: #f0f0f0;
    }
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .content-area, .sidebar-mini.sidebar-collapse .page-area {
        margin-left: 0px !important;
    }

    .opttext {
        cursor: pointer;
        width: 170px;
        padding-right: 2px;
        padding-left: 2px;
        color: white;
        font: caption;
        white-space: normal;
        display: inline-block;
        overflow-wrap: break-word;
        word-wrap:break-word;
    }

    .optttext:hover, opttext:active, opttext:focus {
        text-decoration: underline;
    }
}



@media screen and (max-width: 992px) {
    .wrapper {
        display: inline-block;
        padding: 5px;
        width: 100%;
    }

    body:not(.sidebar-mini-md) .content-area,
    body:not(.sidebar-mini-md) .content-area::before {
        margin-top:5.0rem;
        margin-left: 0;
    }

    .main-sidebar {
        padding-top: 5px;
    }

    .main-sidebar {
        padding-bottom: 15px;
    }

    .nav-item p:hover, .nav-item p:active {
        color: white;
    }

    #mobile {
        width: 10px;
    }

    .not-mobile:after {
        position: absolute;
        height: 100%;
        visibility: hidden;
        content: "";
    }


    .empname {
        display: none;
    }

    .navbar-nav {
        margin: 7.5px 3px;
    }

    .profile-ava {
        float: right;
    }

    .sidebar {
        font: caption;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .h3 {
        font-size: 18px;
    }

    .opttext {
        cursor: pointer;
        width: 170px;
        padding-right: 2px;
        padding-left: 2px;
        color: white;
        font: caption;
        white-space: normal;
        display: inline-block;
        overflow-wrap: break-word;
        word-wrap:break-word;
    }

    .optttext:hover, opttext:active, opttext:focus {
        text-decoration: underline;
    }

    .right1 {
        position: absolute;
        right: 0.5rem;
        float: right;
    }

    .nav-sidebar .menu-open > .nav-link i.right1 {
        transform: rotate(-90deg);
    }

    .nav-sidebar .nav-item > .nav-link .right1 {
        transition: -webkit-transform ease-in-out .3s;
        transition: transform ease-in-out .3s;
        transition: transform ease-in-out .3s, -webkit-transform ease-in-out .3s;
    }

    .sidebar-mini .sidebar-open .main-sidebar {
        margin-left: 0px;
        transition: margin-left ease-in-out .3s, width ease-in-out .3s;
        width: 250px;
        box-shadow: none !important;
    }

    .sidebar-mini .sidebar-collapse .main-header,
    .sidebar-mini .sidebar-collapse .main-sidebar::before {
        margin-left: -250px !important;
        box-shadow: none;
        border: none;
        margin: 0px;
    }

    .brand-link {
        display: block;
        font-size: 1.25rem;
        line-height: 2;
        padding: .8125rem .5rem;
        transition: ease-in-out .3s;
        white-space: nowrap;
    }

    .icon-font {
        font-size: medium;
        vertical-align: text-top;
        width: 1.6rem;
    }

    .fa, .fab, .fad, .fal, .far, .fas {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        vertical-align: top;
    }

    .nav-sidebar .nav-link p {
        padding-left: 3px;
    }
}

@media screen and (min-width : 1024px) {

    .bibgimage {
        display: block;
    }

    .bgimage {
        display: block;
    }

    .LMS-container {
        display: flex;
        position: relative;
        justify-content: right; /* Horizontal center */
        align-items: center; /* Vertical center */
        height: 100vh; /* Full viewport height */
        background-color: #f0f0f0;
    }


    .wrapper {
        display: inline-block;
        width: 100%;
    }

    .nav-sidebar .nav-link p, .nav-sidebar .nav-link span {
        padding-left: 3px;
    }

    .sidebar {
        font: caption;
        font-size: 16px;
        margin-bottom: 12px;
    }

    #mobile {
        width: 100px;
    }

    .opttext {
        width: 170px;
        cursor: pointer;
        white-space: nowrap;
        overflow-wrap: break-word;
        word-wrap:break-word;
        padding-right: 2px;
        padding-left: 3px;
        display: inline-block;
        color: white;
        font: caption;
        align-items: stretch;
        vertical-align: baseline;
        margin: auto;
    }

        .opttext p:hover, .opttext p:active, .opttext p:focus {
            color: white;
            text-decoration: underline;
        }

    .icon-font {
        font-size: medium;
        vertical-align: auto;
        width: 1.6rem;
    }

    .right1 {
        position: absolute;
        right: 0.5rem;
        float: right;
    }

    .nav-sidebar .menu-open > .nav-link i.right1 {
        transform: rotate(-90deg);
    }

    .nav-sidebar .nav-item > .nav-link .right1 {
        transition: -webkit-transform ease-in-out .3s;
        transition: transform ease-in-out .3s;
        transition: transform ease-in-out .3s, -webkit-transform ease-in-out .3s;
    }

    .sidebar-mini .sidebar-collapse .main-sidebar,
    .sidebar-mini .sidebar-collapse .main-sidebar::before {
        margin-left: -250px !important;
        box-shadow: none;
        border: none;
        margin: 0px;
    }

    .sidebar-mini .sidebar-open .main-sidebar,
    .sidebar-mini .sidebar-open .main-sidebar::before {
        margin-left: 0px;
        transition: margin-left ease-in-out .3s, width ease-in-out .3s;
        width: 250px;
        box-shadow: none !important;
    }

    .fa, .fab, .fad, .fal, .far, .fas {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }

    .BI_background {
        background: url('../../Includes/Images/MyOrchidBILogin.jpeg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

    .tal {
        text-align: left;
        color: black;
    }

    .tar {
        text-align: right;
        color: black;
    }

    .tac {
        text-align: center;
        color: black;
    }

    table {
        table-layout: auto;
        width: 100% !important;
    }

        table thead tr {
            z-index: 1;
            background: lavender !important;
            position: sticky !important;
        }

    .table thead th:first-child {
        position: sticky !important;
        left: 0;
        z-index: 2;
    }

    thead tr th {
        font-weight: normal;
        color: black;
    }


    tbody tr:nth-child(odd) td {
        color: black;
    }

    tbody tr:nth-child(even) td {
        color: black;
    }

    .hide {
        display: none;
    }

    .show {
        display: block;
    }

    .event {
        margin: 2px;
        cursor: pointer;
        font-weight: bold;
        font-family:Arial;
    }

    .nav-link {
        font:caption;
        font-family:Arial;
    }

.loaderbg {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 9998;
}

.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    opacity: 1.0;
    pointer-events: none;
}

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    wrap-text {
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .table thead tr th {
        vertical-align: top;
        margin-right: 10px;
    }

    table tr td div.insidetd {
        display: none;
        /*        z-index: 10;
        position: absolute;
        background-color: dodgerblue;
        left: -140px;
        bottom: 0px;
        border-radius: 6px;
        width: 160px;
        opacity: 0;
*/
    }

    table tr td div.insidetd {
        display: none;
        z-index: 10;
        position: absolute;
        background-color: navajowhite;
        left: -140px;
        bottom: 0px;
        border-radius: 6px;
        width: 160px;
        opacity: 1;
    }

.dropdown1 {
    position:relative;
}
.dropdown1-content option {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    z-index: 99 !important;
}


.dropdown1-content option:hover {
    background-color: #ddd;
}

table.dataTable.subtable thead tr, table.dataTable.subtable > thead > tr {
    background-color: lightyellow;
    color: black;
}

table.dataTable.subtable thead th, table.dataTable.subtable > thead > th {
    background-color: lightyellow;
    color: black;
}


table.dataTable.subtable tr, table.dataTable.subtable > tbody > tr {
    background-color: lightyellow;
    color: black;
    cursor: pointer;
}

table.dataTable.subtable th, table.dataTable.subtable > tbody > th {
    background-color: lightyellow;
    color: black;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    body:not(.sidebar-mini-md) .page-area, body:not(.sidebar-mini-md) .page-area::before,
    body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-footer::before,
    body:not(.sidebar-mini-md) .main-header, body:not(.sidebar-mini-md) .main-header::before,
    body:not(.sidebar-mini-md) .child-div, body:not(.sidebar-mini-md) .child-div::before {
        margin-left: 0px;
    }

    body:not(.sidebar-mini-md) .main-header, body:not(.sidebar-mini-md) .main-header::before {
        height:4.5rem;
    }

}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .child-div {
        margin-left: 4.6rem !important;
    }
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: absolute;
    z-index:10;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-backdrop.show
{
    opacity:0.2;
}

.modal-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.modal-center {
    margin: auto;
    width: 60%;
}

@media (max-width:768px) {
    .modal-center {
        width: 100%;
    }

}

.input-container {
    position: relative;
    display: inline-block;
}

.ddn-input {
    padding-right: 25px; /* Adjust as needed to make space for the symbol */
}

.dropdown-symbol {
    position: absolute;
    top: 50%;
    right: 8px; /* Adjust as needed */
    transform: translateY(-50%);
    pointer-events: none; /* Prevent symbol from interfering with input clicks */
}

.ui-dialog {
    z-index:99999 !important;
}

.ui-dialog {
    background-color: #f0f0f0; /* Light gray background for the dialog */
    border-color: #ccc; /* Border color */
}

.ui-dialog-titlebar {
    background-color: #337ab7; /* Blue background for the title bar */
    color: white; /* White text for the title */
}

.ui-dialog-content {
    background-color: #ffffff; /* White background for the content area */
}

.ui-widget-overlay {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
}

.ui-button, .ui-widget, ui-dialog .ui-dialog-titlebar-close {
    padding: .4em 1em;
    position:relative;
}


.layout-navbar-fixed.sidebar-collapse .header,
.layout-navbar-fixed.sidebar-collapse .footer {
    margin-left: 75px;
}

.layout-navbar-fixed.sidebar-open .header,
.layout-navbar-fixed.sidebar-open .footer {
    margin-left: 250px;
}

.layout-footer-fixed .content-area .footer {
    padding-bottom: calc(3.0rem + 1px);
    margin-left: 250px;
    padding: 0.5rem;
}


.footer {
    padding:0.4rem;
    height: auto;
    background-color: burlywood;
    color: white;
    text-align: center;
    line-height: 40px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.brand-link-WLS {
    display: block;
    font-size: 1.25rem;
    padding: .5125rem .3rem;
    transition: width .3s ease-in-out;
    white-space: nowrap;
}

.layout-navbar-fixed.sidebar-mini-md.sidebar-collapse .wrapper .brand-link-WLS,
.layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link-WLS {
    display: block;
    width: 4.6rem;
    font-size: 1.25rem;
    padding: .8125rem .3rem;
    transition: width .3s ease-in-out;
    white-space: nowrap;
}

.center {
    margin: auto;
    width: 100%;
    padding: 10px;
}

.layout-footer-fixed .content-wrapper .footer {
    padding-bottom: calc(3.0rem + 1px);
    margin-left: 250px;
    padding: 0.5rem;
}

.layout-footer-fixed .wrapper .footer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
}

.layout-navbar-fixed.layout-fixed .wrapper .brand-link-WLS .sidebar {
    margin-top: 0px;
}

.layout-navbar-fixed.layout-fixed.sidebar-open .wrapper .sidebar.sidebarBI,
.layout-navbar-fixed.layout-fixed.sidebar-collapse .wrapper .sidebar.sidebarBI {
    margin-top: 0px;
}

.layout-navbar-fixed.layout-fixed.sidebar-collapse .wrapper .main-sidebar .icon  {
    display:inline-block;
}

.layout-navbar-fixed.layout-fixed.sidebar-collapse .wrapper .main-sidebar .logo {
     display: none;
}

.layout-navbar-fixed.layout-fixed.sidebar-open .wrapper .main-sidebar .logo,
.layout-navbar-fixed.layout-fixed .wrapper .main-sidebar:hover .logo {
    display: inline-block;
}


.layout-navbar-fixed.layout-fixed.sidebar-open .wrapper .main-sidebar .icon,
.layout-navbar-fixed.layout-fixed .wrapper .main-sidebar:hover .icon,
.layout-navbar-fixed.layout-fixed .wrapper .main-sidebar .icon {
    display: none;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-link-WLS, .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .brand-link-WLS {
    width: 250px;
}

.bitoptext {
    position: absolute;
    top: 125px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: xxx-large;
    font-family: math;
}