﻿/* Ensure all labels are not bolded */
label {
    font-weight: normal !important;
}

/* Make input, select, and textarea font bold */
input, select, textarea, option {
    font-weight: bold !important;
}

/* Make all table body row text black and bold */
tbody tr td {
    color: #000 !important;
    font-weight: bold !important;
}

.panel-default {
    margin-bottom: 5px;
}


#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -ms-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

.spinloading {
    left: 50%;
    top: 50%;
    margin-top: -50%;
    display: block;
    background: url(../images/spinner.gif) no-repeat center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: fixed;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    padding-top: 65px;
    padding-bottom: 20px;
    border: none;
    border-width: 0;
    margin: 0;
}

.body-content {
    position: absolute;
    top: 60px;
    left: 200px;
    padding-right: 250px;
    width: 100%;
}

@media (min-width: 768px) {
    .body-content {
        min-width: 750px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .body-content {
        min-width: 970px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .body-content {
        min-width: 1170px;
        width: 100%;
    }
}


.form-control-inline {
    display: inline-block;
    width: auto;
    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 rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -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;
}

.form-control-inline-100 {
    display: inline-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 rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -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;
}

.body-content-lite {
    position: absolute;
    top: 20px;
    left: 20px;
}

/* Header bar */
.navbar {
    background-color: #374D81;
}

.navbar-dev {
    background-color: #374D81;
}

.navbar-test {
    background-color: #374D81;
}

.navbar-toggle {
    border-width: 2px !important;
    border-color: #FFFFFF !important;
}

.navbar-collapse {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    overflow: -moz-scrollbars-none !important;
    border-width: 0;
    border: none;
    padding: 0 0 20px 0;
    margin: 0;
}

.navbar-header {
    border-width: 0;
    border: none;
    padding: 0;
    margin: 0;
}

.navbar-brand {
    padding: 0;
    color: #FFFFFF !important;
    font-size: 16pt;
    font-weight: bold;
    margin-left: 10px;
}

.navbar-title {
    display: flex;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-style: none;
}

    .navbar-title > button {
        padding: 4px;
    }

.app-title {
    padding-top: 14px;
}

.navbar-brand > img {
    height: 52px;
    width: 42px;
    padding: 3px;
    padding-bottom: 3px;
    margin-left: 8px;
}

.notify-label {
}

.helplink {
}

.link {
    cursor: pointer;
}

.navbar-nav {
    border-width: 0;
    border: none;
    padding: 0;
    margin: 0;
    margin-top: 1px;
}

    .navbar-nav > li {
        text-wrap: none !important;
        white-space: nowrap;
    }

.navbar-link > a {
    padding: 5px 5px 5px 0 !important;
    top: 10px !important;
    color: #ffffff !important;
}

.navbar-link-help > a {
    padding: 5px 5px 5px 0 !important;
    top: 10px !important;
    padding-right: 40px !important;
    color: #ffffff !important;
}

.dropdown-toggle {
    margin-bottom: 20px;
}

.dropdown > .dropdown-menu {
    max-height: 300px !important;
}

    .dropdown > .dropdown-menu > li > a {
        color: #000000 !important;
        font-weight: bold;
    }

    .dropdown > .dropdown-menu > .dropdown-menu-release > a {
        color: #000000 !important;
        font-weight: normal;
        cursor: text;
    }

.divider {
    visibility: hidden;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        overflow-y: hidden !important;
        overflow-x: hidden !important;
        overflow: -moz-scrollbars-none !important;
        border-width: 0;
        border: none;
        padding: 0 0 20px 0 !important;
        margin: 0;
    }

    .navbar-fixed-top {
        top: 0;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding: 5px 5px 5px 20px !important;
                top: 10px !important;
                color: #ffffff !important;
            }

    .navbar-nav {
        border-width: 0;
        border: none;
        padding: 0;
        margin: 0;
    }

        .navbar-nav > li {
            text-wrap: none !important;
            white-space: nowrap;
        }

    .navbar-link > a {
        padding: 5px 5px 5px 0 !important;
        top: 10px !important;
        color: #ffffff !important;
    }

    .navbar-link-help > a {
        padding: 5px 5px 5px 0 !important;
        top: 10px !important;
        padding-right: 40px !important;
        color: #ffffff !important;
    }

    .dropdown-toggle {
        margin-bottom: 0;
    }

    .dropdown > .dropdown-menu {
        height: 76px !important;
    }

        .dropdown > .dropdown-menu > li > a {
            color: #FFFFFF !important;
            font-weight: bold;
        }

    .divider {
        visibility: visible;
    }

    .collapse.in {
        display: block !important;
    }
}

/* Left Nav */
.nav-link {
    text-decoration: none;
}

.iconav {
    background-color: #FFF;
    overflow-y: hidden;
    overflow-x: hidden;
    top: 50px;
    width: 250px;
}

.iconav-slider {
    overflow-y: hidden;
    overflow-x: hidden;
}

/* Disable Hover decoration on Links */
a:hover {
    text-decoration: none;
}

/* Manage Main Layout */
#sidebar {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 200px;
}

.wrapper {
    display: flex;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.main {
    margin-left: 160px;
    padding: 0 10px;
}
/* END - Manage Main Layout */

.panel-divider {
    border: #374D81 solid 2px;
}

.int-table > tbody > tr > td {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

/* Keyboard navigation highlight */
.keyboard-highlight {
    background-color: #f5f5f5 !important;
    border: 2px solid #0066cc !important;
    box-shadow: 0 0 5px rgba(0, 102, 204, 0.3) !important;
}

.keyboard-highlight:hover {
    background-color: #e6f3ff !important;
}

/* Table focus indicator for keyboard navigation */
#search-results-table:focus {
    outline: 2px solid #0066cc;
    outline-offset: 2px;
}

.row-divider {
    padding: 0;
    margin: 0;
    height: 1px;
}

.row-border-top {
    border-top: #374D81 solid 2px;
}

.workflow-admin-list {
    margin-left: -20px;
}

/* Peer Group Rule styles */
.or-divider-row {
    border: #66ccff solid 1px;
    border-spacing: 1px;
    background-color: #66ccff;
    padding-top: 0;
    padding-bottom: 0;
}

.or-row {
    -ms-opacity: 1;
    opacity: 1;
    font-weight: bold;
    color: #000;
}


/* Awards Search Panel styles */
.grid-divider > .grid-divider-section {
    border-left: 2px solid #374D81;
    top: 0;
    margin-bottom: 0;
}

    .grid-divider > .grid-divider-section > .section-padding {
        padding-top: 0;
    }

/* Special Panel and Header styles */
.subSection-header-panel {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.subSection-header {
    padding-top: 6px;
    background-color: #6a6c6f !important;
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 12pt;
    height: 40px;
}

/* Override Dropzone styles */
.dropzone {
    background-color: #efefef;
    border-color: #374D81;
    border-style: dashed;
    border-width: 3px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 12pt;
    -ms-opacity: .8;
    opacity: .8;
}

    .dropzone .dz-preview .dz-error-message {
        top: 150px;
        left: -10px;
    }

/* Treeview */
.treeView {
    font-weight: bold !important;
    font-size: 12pt;
}

.positionView {
    color: #374D81 !important;
    font-weight: bold !important;
    font-size: 12pt;
    width: 300px;
    display: inline-block;
}

.positionViewHighlight {
    color: #0329FA !important;
    font-weight: bold !important;
    font-size: 12pt;
    width: 300px;
    display: inline-block;
}

.statusView {
    color: #374D81 !important;
    font-weight: bold !important;
    font-size: 12pt;
}

.statusViewHighlight {
    color: #0329FA !important;
    font-weight: bold !important;
    font-size: 12pt;
}

.orgTree .icon {
    font-weight: bold !important;
    font-size: 12pt;
}

/* Stop modal windows scrolling to top */
body.modal-open {
    overflow: visible;
}

.modal-link {
    cursor: pointer;
}

/* Display Record State */
.record-state {
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 12pt;
}

/* Accordion Styles Begin*/
.panel-title {
    text-decoration: none;
    outline: none;
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 12pt;
}

    .panel-title > a {
        text-decoration: none;
        outline: none;
        cursor: pointer;
        color: #000000 !important;
        font-weight: bold !important;
        font-size: 12pt;
    }


.panel-aqua > .panel-heading {
    background-color: #A1C4E3;
}

.panel-aqua .panel-title > span, .panel-aqua .panel-title > a {
    color: #FFFFFF !important;
}



.sm-spacer {
    height: 5px;
}

.panel-aqua-body .panel-heading {
    background-color: #A1C4E3;
}

.panel-aqua-body .panel-title span, .panel-aqua-body .panel-title a {
    color: #FFFFFF !important;
}

.accordion-option > a {
    color: #374D81;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
/*Accordion Styles End*/

/* Custom Div*/
.editable-div {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    font-size:1.1em;
    overflow: auto;
    padding: 2px;
    resize: both;
    border-radius: 5px;
    border: 1px solid #374D81;
}

.editable-div:focus {
    outline: 2px solid transparent;
}

.employee-information {
    background-color: #6a6c6f !important;
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 12pt;
}

.spacer {
    height: 20px;
}

/* Added to remove error in VS */
.required {
    text-decoration: none;
}

.toggle-accordion {
    text-decoration: none;
    cursor: pointer;
}

.error {
    text-decoration: none;
}

.select-all {
    text-decoration: none;
}

/* Employee Detail Image */
.employee-image > img {
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-color: #000000;
}

/* Select List - wider */
.select-wide {
    width: 500px;
}

.modal-panel-header {
    color: #fff;
    background-color: #444;
    font-weight: bold;
}

/* Modal Windows */
.modal-header {
    color: #fff;
    background-color: #444;
    font-weight: bold;
    cursor: move;
}

.modal-footer {
    padding-bottom: 0;
    padding-top: 15px;
}

.close {
    float: right;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #d2d0d0;
    filter: alpha(opacity=20);
    -ms-opacity: .8;
    opacity: .8;
}

    .close:hover {
        color: #fff;
    }

/* Override broken theme nav-item */
.nav-item > a {
    outline: none;
}

.nav-active {
    background-color: #ffffff;
}

.nav-flat > a:hover {
    border-bottom-color: #374D81 !important;
    border-bottom-width: 4px !important;
}

.nav-flat > .active {
    border-bottom-color: #374D81 !important;
    border-bottom-width: 4px !important;
}

/*body > text > div.wrapper > div.container.body-content.print-body > div.row.align-items-baseline > div.col-sm-10 > ul > li.nav-item.nav-flat.no-print.active > a*/
.nav-bordered > li.active > a {
    border-bottom-color: #374D81 !important;
}

.nav-header-links {
    color: white !important;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}

/* Form Panel */
.perception-panel {
    padding: 14px;
    border-width: 2px;
    border-color: #374D81;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.perception-panel-light {
    padding: 14px;
    border-width: 1px;
    border-color: #374D81;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.perception-panel-title {
    position: relative;
    top: 10px;
    left: 110px;
    font-size: 17px;
    background-color: #262830;
    color:  #374D81;
}

.perception-panel-title-light {
    position: relative;
    top: 10px;
    left: 110px;
    font-size: 17px;
    background-color: white;
    color:  #374D81;
}

.perception-panel-B {
    padding: 14px;
    border-width: 2px;
    border-color: grey;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

/* (No/Number) of Records Found */
.records-found {
    font-weight: bold;
    font-size: 18px;
}

/* No search criteria entered */
.input-empty {
    font-weight: bold;
    font-size: 18px;
    color:red;
}

/* Pagination */
.pagination, .paginationA, .paginationB {
    margin: 0;
    padding: 0;
    border-style: none;
}

#pagination a, #paginationA a, #paginationB a {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

#pagination .active, #paginationA .active, #paginationB .active {
    background-color: #374D81;
    color: white;
}

/* Sorting */
.results-column {
    cursor: pointer;
}

/* Login screen */
.login-form-1 {
    position: relative;
    top: 0;
    max-width: 300px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    background-color: transparent;
    left: 31%;
}

.main-login-form {
    position: relative;
}

.login-form-1 .form-control {
    border: 0;
    box-shadow: 0 0 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: transparent;
    padding: 7px 0;
    font-weight: bold;
    height: auto;
    -webkit-text-fill-color: #ffffff;
}


.login-form-1 .form-group {
    margin-bottom: 0;
    border-bottom: 2px solid #efefef;
    padding-right: 20px;
    position: relative;
}

.login-group {
    background-color: transparent;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 20px;
    border: solid;
    border-color: #accbf9;
    border-width: 1px;
}

.form-group-button {
    position: relative;
    top: 5px;
    left: 140px;
}

/* Validation */

.char-count-container {
    text-align: right;
}

label.form-invalid {
    position: absolute;
    top: 0;
    right: -200px;
    z-index: 5;
    display: block;
    background: #A0A0A0;
    border: 2px solid #000000;
    color: #FFFFFF;
    -ms-border-radius: 4px;
    border-radius: 4px;
    height: 30px;
    padding: 2px 5px 5px 5px;
    font-weight: bold;
    font-size: 11pt;
}

.error-message {
    visibility: hidden;
    position: absolute;
    top: 80px;
    left: 260px;
    z-index: 5;
    display: block;
    background: #A0A0A0;
    border: 2px solid #000000;
    color: #FFFFFF;
    -ms-border-radius: 4px;
    border-radius: 4px;
    height: 30px;
    padding: 2px 5px 5px 5px;
    font-weight: bold;
    font-size: 11pt;
}

.field-validation-error {
    font-weight: bold;
}

/* Login Page Hover Effects */
.cardContainer {
    vertical-align: middle;
    position: relative;
}

.card {
    position: relative;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    padding: 4px;
    margin: 4px;
    -ms-opacity: 1;
    opacity: 1;
}

.cardHover {
    position: absolute;
    top: 0;
    left: 14px;
    width: 180px;
    height: 180px;
    padding: 4px;
    margin: 4px;
    -ms-opacity: 0;
    opacity: 0;
    -moz-transition: -webkit-transform .5s, opacity .5s ease-in-out;
    -webkit-transition: -webkit-transform .5s, opacity .5s ease-in-out;
    transition: transform .5s, opacity .5s ease-in-out;
}

    .cardHover:hover {
        -ms-opacity: 1;
        opacity: 1;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.cardSpacer {
    -ms-border-radius: 20px;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    filter: alpha(opacity=10);
    -ms-opacity: 0.1;
    opacity: 0.1;
    position: relative;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    padding: 4px;
    margin: 4px;
}

/* Home Page Hover Effects */
.homeContainer {
    vertical-align: middle;
    position: relative;
}

.homeMenuCard {
    position: relative;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    padding: 0;
    margin: 0;
    -ms-opacity: 1;
    opacity: 1;
}

.homeMenuCardHover {
    position: absolute;
    top: 0;
    left: 5px;
    width: 180px;
    height: 180px;
    padding: 0;
    margin: 0;
    -ms-opacity: 0;
    opacity: 0;
    -moz-transition: -webkit-transform .5s, opacity .3s ease-in-out;
    -webkit-transition: -webkit-transform .5s, opacity .3s ease-in-out;
    transition: transform .5s, opacity .3s ease-in-out;
}

    .homeMenuCardHover:hover {
        -ms-opacity: 1;
        opacity: 1;
        cursor: pointer;
    }

.homeSpacer {
    position: relative;
    top: 0;
    left: 0;
    width: 10px;
    width: 8px;
}

/* Bordered element */
.border-group {
    border: 0.5px solid #A0A0A0;
    padding: 10px
}

/* Left Nav Hover Effects */
.navContainer {
    vertical-align: middle;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

.navMenuCard {
    position: relative;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
    -ms-opacity: 1;
    opacity: 1;
}

.navMenuCardHover {
    position: absolute;
    top: 0;
    left: 0;
    width: 167px;
    height: 60px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    -ms-opacity: 0;
    opacity: 0;
    -moz-transition: -webkit-transform .5s, opacity .3s ease-in-out;
    -webkit-transition: -webkit-transform .5s, opacity .3s ease-in-out;
    transition: transform .5s, opacity .3s ease-in-out;
}

    .navMenuCardHover:hover {
        -ms-opacity: 1;
        opacity: 1;
        cursor: pointer;
        background-color: transparent;
    }

/* Standard data control */
.perceptionInput {
    background-color: transparent;
    cursor: default;
    color: #000;
}

    .perceptionInput:focus {
        background-color: transparent;
        cursor: default;
    }

    .required.perceptionInput {        
        cursor: default;
    }

    .required.perceptionInput:focus {        
        cursor: default;
    }

    .required.perceptionInput[readonly] {
        background-color: #f5f5f5;
        cursor: default;
    }

    .required.perceptionInput[disabled] {
        background-color: #f5f5f5;
        cursor: default;
    }

.control-label {
    font-weight: bold;
}

label.control-label > span, label.footer-label > span {
    font-weight: bold;
}

label.footer-label {
    font-weight: normal;
}

.required.perceptionInput[readonly]:focus {
    background-color: #d2d0d0;
    cursor: default;
}
.form-group.required .control-label:before {
    content: "*";
}
.form-group.required {
    color: #555;
}
.form-group .control-label {
    color: #555;
}
.control-label.required:before {
    content: "*";
}
/* Custom validation error messages */
label.error {
    color: #E64759;
    background-color: transparent;
}

.custom-error {
    color: #A03131;
    background-color: transparent;
    visibility: hidden;
    font-weight: bold;
}

.duplicate-error {
    color: #A03131;
    background-color: transparent;
    font-weight: bold;
}

.duplicateErrorDiv {
    visibility: hidden;
}

/* Overdue tasks */
.perceptionOverdue {
    color: #A03131;
    background-color: transparent;
}

/* Table Header Row */
.perceptionTableHeader {
    color: #374D81;
    background-color: #efefef;
    font-weight: bold;
}

/* Ssrs Report Viewer - Parameters */
.ReportViewer {
    position: relative;
    margin: 3px;
    width: 100%;
    height: 100%;
}

.ReportViewerHeader {
    border-width: 2px;
    border-color: #374D81;
    border-style: solid;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 8px 8px 8px;
    width: 100%;
}

.ParametersContainer {
    padding: 0;
    margin: 0;
}

.Parameters {
    padding: 0;
    margin: 0;
    border-style: none;
}

.ParameterRow {
    margin: 0;
    padding: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d2d0d0;
    border-bottom-style: solid;
    padding-bottom: 5px;
    padding-top: 2px;
}

.Parameter {
    padding: 0;
}

.ParameterLabel {
    padding: 0;
    margin-top: 5px;
}

.datepicker {
    z-index: 10000 !important;
}

.ReportViewerPager {
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

/* Ssrs Report Viewer - Report */
.ReportViewerContentContainer {
    display: block;
    top: 5px;
    left: -16px;
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    border: 2px solid #374D81;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    overflow: -moz-scrollbars-none !important;
    visibility: hidden;
}

.ReportViewerContent {
    height: 100%;
    width: 100%;
    border: 0;
}

#oReportDiv {
    overflow: -moz-scrollbars-none !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.assessmentStatusGreen {
    height: 50px;
    width: 50px;
    background-color: green;
    color: white;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 2px 2px 8px #888888;
}

.assessmentStatusYellow {
    height: 50px;
    width: 50px;
    background-color: yellow;
    color: dimgrey;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 2px 2px 8px #888888;
}

.assessmentStatusRed {
    height: 50px;
    width: 50px;
    background-color: red;
    color: white;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 2px 2px 8px #888888;
}

.confidentialRow {
    background-color: orange;
}


/* X-Larger modal window */
@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1050px;
    }
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .print-body {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}


@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

/*Grey Table header inside accordion  */
.grey.lighten-2 {
    background-color: #B3BAC9 !important;
    color: white;
    border: 4px solid;
}

.column-container {
    margin: 0px;
}

/* shorthand classes */

.pad15 {
    padding: 15px;
}

.pad20 {
    padding: 20px;
}

.left20 {
    position: absolute;
    left: 20px;
}

.clear {
    clear: both;
}

/* Toggleable tabs */
.tab-content {
    border: 1px solid #ddd;
}

.nav-tabs {
    border-bottom: none;
    border-radius: 15px;
}

.margin-horizontal {
    margin-left: 20px;
    margin-right: 20px;
}

.required.VisionInput {
    border-color: red;
}

#profileImage {
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 200px;
    min-width: 120px;
    object-fit: cover;
    object-position: center;
    border: 2px solid rgba(224, 224, 224, 0.71);
    border-radius: 4px;
    padding: 4px;
    background-color: white;
}

/* Side Application Module Menu Base Styles */

.menu-separator {
    border-bottom: 2px solid #bfbfbf;
    width: 100%;
}

.modules-pane {
    width: 200px;
    height: 100%;
    background-color: #f8f9fa;
    box-shadow: 0 0 2px rgba(0,0,0,0.12), 0px 2px 4px rgba(0,0,0,0.14);
    transition: width 0.2s ease-in-out;
    font-size: 13px;
    color: #201f1e;
    z-index: 20;
    margin-top: -13px;
    margin-left: -1px;
}

.gutter-pane-link {
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Collapsed State */
.modules-pane.collapsed {
    width: 48px;
}

/* Hide text when collapsed */
.modules-pane.collapsed .gutter-pane-text,
.modules-pane.collapsed .group-text,
.modules-pane.collapsed .pin-icon {
    display: none;
}

/* Navigation List */
.gutter-list {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Navigation Items */
.gutter-pane-link,
.modules-pane-group {
    display: flex;
    align-items: center;
    padding: 0 12px;
    height: 36px;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.gutter-pane-link:hover,
.modules-pane-group:hover {
    background-color: #bfbfbf;
}

.gutter-pane-link:hover .gutter-pane-text,
.modules-pane-group:hover .gutter-pane-text {
    color: inherit;
}

.gutter-pane-link:hover,
.modules-pane-group:hover {
    background-color: #bfbfbf;
    color: #000;
}

.gutter-pane-link:hover .gutter-pane-text,
.modules-pane-group:hover .gutter-pane-text {
    color: #000;
}

a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: inherit;
}

/* Fixed width for icon container */
.workspace-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    flex-shrink: 0; /* Prevent shrinking */
}

.workspace-icon i {
    font-size: 16px;
    color: #605e5c;
}

/* Selection Indicators */
.gutter-pane-selected,
.modules-pane-group-selected {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #0078d4;
    opacity: 0;
}

[data-selected="true"] .gutter-pane-selected,
[data-selected="true"] .modules-pane-group-selected {
    opacity: 1;
}

/* Pin Button */
.modules-pane-pin {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.modules-pane-opener {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    height: 36px;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.modules-pane-pin {
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

.tooltip {
    pointer-events: none;
}

.tooltip.right {
    position: fixed;
    margin-left: 0;
}

.tooltip-inner {
    background-color: #bfbfbf;
    color: black;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    max-width: none;
    white-space: nowrap;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #bfbfbf;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #bfbfbf;
}

.no-transition {
    transition: none !important;
}

/* Flyout */
.modules-pane-flyout {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
    display: none;
}

.slide-in-left {
    -webkit-animation: slideInLeft 0.2s ease-in-out;
    animation: slideInLeft 0.2s ease-in-out;
}


@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


@keyframes slideInLeft {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* Custom btn-outline-primary styles - High specificity to override Bootstrap */
.btn.btn-outline-primary,
button.btn-primary-outline,
input[type="button"].btn-primary-outline,
input[type="submit"].btn-primary-outline,
a.btn.btn-primary-outline {
    color: #374D81 !important;
    border-color: #374D81 !important;
    background-color: transparent !important;
}

.btn.btn-primary-outline:hover,
.btn.btn-primary-outline:focus,
.btn.btn-primary-outline:focus-visible,
.btn.btn-primary-outline:active,
.btn.btn-primary-outline.active,
.btn.btn-primary-outline:not(:disabled):not(.disabled):active,
button.btn-primary-outline:hover,
button.btn-primary-outline:focus,
button.btn-primary-outline:focus-visible,
button.btn-primary-outline:active,
input[type="button"].btn-primary-outline:hover,
input[type="button"].btn-primary-outline:focus,
input[type="button"].btn-primary-outline:focus-visible,
input[type="button"].btn-primary-outline:active,
input[type="submit"].btn-primary-outline:hover,
input[type="submit"].btn-primary-outline:focus,
input[type="submit"].btn-primary-outline:focus-visible,
input[type="submit"].btn-primary-outline:active,
a.btn.btn-primary-outline:hover,
a.btn.btn-primary-outline:focus,
a.btn.btn-primary-outline:focus-visible,
a.btn.btn-primary-outline:active {
    color: white !important;
    background-color: #374D81 !important;
    border-color: #374D81 !important;
}

/* Additional specificity to override Bootstrap defaults */
.btn-primary-outline:not(:disabled):not(.disabled) {
    color: #374D81 !important;
    border-color: #374D81 !important;
}

/* Ensure text decoration is removed for anchor buttons */
a.btn.btn-primary-outline,
a.btn.btn-primary-outline:hover,
a.btn.btn-primary-outline:focus,
a.btn.btn-primary-outline:active {
    text-decoration: none !important;
}

button.btn.btn-primary-outline:hover,
button.btn.btn-primary-outline:hover span,
button.btn.btn-primary-outline:focus,
button.btn.btn-primary-outline:focus span,
button.btn.btn-primary-outline:active,
button.btn.btn-primary-outline:active span {
    color: white !important;
    background-color: #374D81 !important;
    border-color: #374D81 !important;
}

.bg-primary {
    background-color: #374D81 !important;
}


.nav-pills > .nav-item.no-print.active > a {
    background-color: #374D81 !important;
    color: white !important;
}

.alert-dark {
    background-color: #374D81 !important;
}

.ul.li.nav-item.no-print.active > a {
    background-color: #374D81 !important;
}
.navbar-header.navbar-title > h1 {
    margin: 0;
    padding: 15px 15px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: rgba(228, 228, 228, 0.32) !important;
}

#pagin > li > a {
    color: black;
}

/* Notification Bell Styles */
#notification-bell {
    position: relative;
}

#notification-bell > a {
    padding: 5px 5px 5px 0 !important;
    top: 10px !important;
    color: #ffffff !important;
    margin-right: 10px;
}

.notification-badge {
    position: absolute;
    top: -2px;
    right: -8px;
    background-color: #dc3545;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    min-width: 18px;
    text-align: center;
    z-index: 1000;
}

/* Notification Dropdown Styles */
.notification-dropdown {
    min-width: 350px;
    max-width: 380px;
    width: 365px;
    max-height: 450px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    padding: 0 !important; /* Remove default Bootstrap padding */
    margin: 0 !important; /* Remove default Bootstrap margin */
}

.notification-dropdown .dropdown-header {
    padding: 12px 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin-top: 0 !important; /* Remove any top margin */
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.notification-dropdown .dropdown-header:first-child {
    margin-top: 0 !important;
    padding-top: 12px !important;
}

.notification-dropdown .dropdown-footer {
    padding: 12px 16px;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    text-align: center;
}

.notification-dropdown .dropdown-footer a {
    font-size: 13px;
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.notification-dropdown .dropdown-footer a:hover {
    text-decoration: underline;
}

.notification-item {
    padding: 12px 16px !important;
    border-bottom: 1px solid #f1f3f4 !important;
    cursor: pointer !important;
    background: white !important;
    min-height: 60px;
    transition: background-color 0.2s ease;
}

.notification-item:hover {
    background-color: #f8f9fa !important;
}

.notification-item:last-child {
    border-bottom: none !important;
}

.notification-loading, .notification-empty {
    text-align: center;
    padding: 20px 16px;
    color: #6c757d;
    font-style: italic;
    font-size: 13px;
    background: white;
}

.notification-empty {
    color: #495057;
}

/* Override Bootstrap dropdown behavior for notifications */
.navbar-nav .dropdown.open .notification-dropdown {
    display: block !important;
}

/* Close dropdown when clicking outside */
.notification-dropdown-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

/* jQuery UI Autocomplete Styles */
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10050 !important;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 0;
    list-style: none;
    margin: 0;
    font-size: 14px;
}

.ui-autocomplete .ui-menu-item {
    margin: 0;
    padding: 0;
    border: none;
}

.ui-autocomplete .ui-menu-item-wrapper {
    display: block;
    padding: 10px 12px;
    cursor: pointer;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
}

.ui-autocomplete .ui-menu-item:last-child .ui-menu-item-wrapper {
    border-bottom: none;
}

.ui-autocomplete .ui-menu-item-wrapper:hover,
.ui-autocomplete .ui-state-focus {
    background-color: #374D81;
    color: #fff;
    border-color: #374D81;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -9999px;
    clip: rect(0, 0, 0, 0);
}

