﻿/* BEGIN CUSTOM */


.sidebar-auditor {
    height: 48px;
    font-family: PT Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    padding: 13px 20px;
    white-space: nowrap;
}

.sidebar-company {
    font-family: PT Serif;
    font-style: normal;
    font-weight: bolder;
    font-size: 18px;
    line-height: 23px;
    padding-left: 40px;
    white-space: nowrap;
}

.sidebar-facility {
    height: 24px;
    font-family: PT Serif;
    font-style: normal;
    font-size: 16px;
    font-weight: lighter;
    line-height: 23px;
    padding-left: 27px;
    white-space: nowrap;
}

.sidebar-company-hidden {
    display: none;
    transition: opacity 0.5s ease-out;
}

.sidebar-company-visible {
    transition: opacity 1s ease-in;
    display: block;
}

.sidebar-auditor-selected {
    color: #FF7F00;
}

.sidebar-auditor > .glyphicon {
    font-size: small;
}

.sidebar-company > row > .glyphicon {
    padding-top: 5px;
    padding-right: 3px;
    font-size: x-small;
}

.sidebar-auditor-selected > .glyphicon-chevron-right {
    display: none;
}

.sidebar-auditor-selected > .glyphicon-chevron-down {
    display: inline-block !important;
}

.sidebar-facility-selected {
    color: #FF7F00;
}

.legend-item-selected {
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 23px;
        padding-bottom: 23px;
    }
}

.navbar-inverse {
    position: absolute;
    height: 67px;
    background: linear-gradient(180deg, #0086D6 0%, #0067a5 100%);
    box-shadow: 0px 2px 6px rgba(83, 83, 83, 0.15);
}

.main-content {
    position: absolute;
    top: 67px;
}

.isa-logo {
    position: absolute;
    width: 140px;
    height: 51px;
    left: 14px;
    top: 8px;
}

.reports-link {
    top: 16px;
}

.notification-bell {
    width: 22px;
    height: 27px;
    top: 19px;
    padding: 0 !important;
}

.profile-icon {
    width: 28px;
    height: 28px;
    top: 18px;
    padding: 0 !important;
}

.profile-icon-link {
    position: absolute !important;
    padding: 0 !important;
}

.logout-link {
    width: 59px;
    height: 17px;
    top: 26px;
    font-family: AcuminPro;
    font-size: 14px;
    line-height: 16px !important;
    /* identical to box height */
    text-transform: uppercase;
    color: #FFFFFF !important;
    padding: 0 !important;
}

.btn-isa,
input.form-control.input-isa {
    color: #0070C0 !important;
    background-color: #AFABAB !important;
    border-color: #0070C0;
    font-family: Calibri;
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 0 !important;
    }
}

.left-sidebar {
    height: 775px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
    position: absolute;
    z-index: 2;
    width: 20%;
    background: #AFABAB;
    top: 67px;
    max-width: 340px;
}

.left-sidebar-collapsed {
    height: 775px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 1;
    width: 20%;
    top: 67px;
}

.table-container {
    position: absolute;
    width: 100%;
    height: 450px;
    padding: 40px;
    top: 881px;
}

/* END CUSTOM */

/* Custom Scroll */
::-webkit-scrollbar {
    /*width: 10px;*/
    display: none;
}

::-webkit-scrollbar-track {
    /*background: #202020;*/
    display: none;
}

::-webkit-scrollbar-thumb {
    /*background: #888;*/
    display: none;
}

::-webkit-scrollbar-thumb:hover {
    /*background: #555;*/
    display: none;
}
/* End Custom Scroll */

body {
    padding-top: 50px;
    background: #AFABAB;
    padding-bottom: 0;
    /*background: rgba(216, 216, 217, 0.82258);*/
    font-family: Calibri;
    color: #0070C0;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #0070C0;
    color: white;
    z-index: 3;
}

footer > p {
    margin-top: 5px;
    margin-bottom: 5px;
}

footer > p > a,
footer > p > a:hover {
    color: white;
}

hr {
    border-color: #91D050;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#content {
    padding: 20px;
}

#footerContent {
    padding: 20px;
}

#footerContent > button {
    margin: 10px;
}
table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #0370C0;
}

/* BEGIN BOOTSTRAP SUBMENU */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* END BOOTSTRAP SUBMENU */

.navbar-nav {
    display: flex;
    justify-content: flex-end; /* Align items to the right */
}

.reports-dropdown .dropdown-menu {
    right: 0; /* Position submenu to the right of the dropdown button */
}

.reports-dropdown {
    position: relative; /* If needed for positioning submenus */
    /* Add other styles as needed: padding, margins, etc. */
}

.navbar-brand {
    margin-left: 0 !important;
}