﻿html {
    background: rgb(246,250,253); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246,250,253,1) 6%, rgba(184,205,225,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,rgba(246,250,253,1)), color-stop(100%,rgba(184,205,225,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(246,250,253,1) 6%,rgba(184,205,225,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(246,250,253,1) 6%,rgba(184,205,225,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(246,250,253,1) 6%,rgba(184,205,225,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(246,250,253,1) 6%,rgba(184,205,225,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6fafd', endColorstr='#b8cde1',GradientType=0 ); /* IE6-9 */
    min-height: 100%;
}

body {
    color: #4f4f4f;
    background-color: transparent;
}

.homepage {
    background-image: url('../../imgs/homepagebg.png');
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: cover;
}

.nobg {
    background: transparent;
    filter: none;
    background-color: transparent;
}
/**commented for report issue: issue was report parameter strip was showing on full screen on safari*/
/**
{
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}*/

.full-width {
    width: 100% !important;
}

.searchbox {
    /*background-image: url('../../imgs/search_icon.png');*/
    background-position: right center;
    background-repeat: no-repeat;
}

.vertically-center > td {
    vertical-align: middle !important;
}

.modal {
    background: url('../../imgs/darkestfaderpixel.png');
    z-index: 9999 !important;
}

.custom-modal {
    width: 90% !important;
}

    .custom-modal h1, .custom-modal h2, .custom-modal h3, .custom-modal h4 {
        color: #0092CC;
    }

    .custom-modal .modal-content {
        background-color: transparent;
        !important;
        border: none;
        color: white;
        opacity: 1;
        border-radius: 0;
        box-shadow: none;
    }

    .custom-modal .modal-header {
        border-bottom: none;
    }

    .custom-modal .close {
        color: white;
        opacity: 1;
        font-size: 5em;
        font-family: 'Open Sans', sans-serif;
        margin-top: -45px;
        filter: alpha(opacity=100);
    }

    .custom-modal .list-group {
        padding-left: 20px;
    }

    .custom-modal .list-group-item {
        background-color: transparent;
        border: none;
        color: white;
        font-size: 1.2em;
    }

        .custom-modal .list-group-item:hover {
            background-color: #666;
            border-radius: 0;
            color: white;
        }

.waiter {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    color: white !important;
    z-index: 999;
    opacity: 0.95;
}

    .waiter i {
        position: fixed;
        top: 45%;
        left: 45%;
        font-size: 4em;
    }



.home-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.container, .home-container {
    min-height: 480px;
}

.text-double-muted {
    color: #b3b3b3;
}

.panel-default .row {
    min-height: 54px;
}

a.text-danger, .text-danger {
    color: #A94442;
}

    a.text-danger:hover, .text-danger:hover {
        color: #843534;
    }

.has-error .form-control, .has-error .dd {
    border-color: #A94442 !important;
}

    .has-error .form-control:focus {
        border-color: #843534 !important;
    }

.form-group label.error {
    font-weight: normal;
    font-size: 0.8em;
    color: #A94442;
    margin-bottom: 0;
    display: block;
}

.mb-3 label.error {
    font-weight: normal;
    font-size: 0.8em;
    color: #A94442;
    margin-bottom: 0;
    display: block;
}

.has-error {
    margin-bottom: 0;
}
/*******Primary and secondary navigation goes here*******/
#primary-navigation .navbar-brand img {
    max-width: 200px;
    max-height: 60px !important;
    object-fit: contain;
}

#primary-navigation .navbar-brand {
    padding: 0px 15px;
    height: 60px;
}

#primary-navigation .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

#primary-navigation, #secondary-navigation {
    border-top: medium none !important;
    border-left: medium none;
    min-height: 60px;
}

#secondary-navigation {
    /*    margin-top: -21px;*/
    box-shadow: 0 5px 5px rgba(182, 182, 182, 1);
    background: rgb(122,188,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
    min-height: 28px;
    height: 28px;
    padding: 0 10px 5px;
    color: white;
}

    #secondary-navigation span {
        font-size: 0.8em;
        color: white;
    }

    #secondary-navigation a {
        color: white;
        font-size: 1em; /*Increased breadcrumbs size*/
    }

    #secondary-navigation i {
        font-size: 1.5em;
        margin: 0 2px;
    }

    #secondary-navigation ul.navbar-nav > li:first-child {
        border-left: none;
    }

    #secondary-navigation ul.navbar-nav > li {
        border-left: 1px solid #339FC3;
        color: white;
    }

        #secondary-navigation ul.navbar-nav > li:last-child {
            border-right: 1px solid #339FC3;
        }

    #secondary-navigation .navbar-collapse {
        padding-left: 0;
    }

@media(max-width: 767px) {
    #primary-navigation b.caret, #secondary-navigation b.caret {
        float: right;
        margin-top: 5px;
    }

    #primary-navigation .navbar-brand {
        width: 100%;
        text-align: center;
    }

    #primary-navigation .nav > li {
        width: 50%;
        display: inline-block;
        float: left;
        text-align: center;
        white-space: wrap;
    }

    #primary-navigation .dropdown-menu a {
        width: inherit;
        word-wrap: break-word;
        white-space: normal;
        border-top: 1px solid #1E96BF;
    }

    #primary-navigation img {
        margin: 0 auto;
    }

    #primary-navigation .navbar-nav .dropdown-menu > li > a, #primary-navigation .navbar-nav .dropdown-menu .dropdown-header {
        padding-left: 5px;
        text-align: center;
    }

    .custom-modal {
        width: 95% !important;
    }
}

.navbar-default .navbar-toggle {
    border: none;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: white;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #45AFD9;
    }

.user_image {
    min-height: 44px;
    width: auto;
    vertical-align: middle;
    margin-top: 5px !important;
}
/**********************************************/
/* Tiles of homepage*/
#tiles > div a {
    border-radius: 5px;
    min-height: 125px;
    height: 125px;
    margin-bottom: 20px;
    display: block;
    box-sizing: border-box;
    color: white;
    text-decoration: none;
    padding: 2em 1em 1em 1em;
    position: relative;
}

#tiles > div span {
    clear: both;
    display: block;
}

#tiles .tile_icon {
    font-size: 3.5em;
    position: absolute;
    top: 0;
    left: 25px;
    width: 20%;
    margin-right: 10px;
}

#tiles .tile_description {
    padding-top: 2em;
    text-align: right;
}

#tiles .tile_title {
    font-size: 1.5em;
    width: 100%;
    max-width: 100%;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}

#tiles .tile_subtitle {
    font-size: 0.9em;
    text-align: right;
}

#tiles > div a:hover {
    display: block;
}

#tiles > div a:hover {
    background-image: url('../../imgs/darkfaderpixel.png');
}

#tiles {
    margin-top: 2em;
}

/***********Color Definition*************/
.bgcolor1 {
    background-color: #f7a800;
}

.bgcolor2 {
    background-color: #95C83B;
}

.bgcolor3 {
    background-color: #5bc0de;
}

.bgcolor4 {
    background-color: #f0ad4e;
}

.bgcolor5 {
    background-color: #d9534f;
}

.bgcolor6 {
    background-color: #c387da;
}

.bgcolor7 {
    background-color: #C5E2ED;
}

.bgcolor8 {
    background-color: #b9bda7;
}

.bgcolor9 {
    background-color: #f4f4f4;
}

.bgcolor10 {
    background-color: #e0e1e2;
}

.bgcolor11 {
    background-color: #655E41;
}

.bgcolor12 {
    background-color: #693131;
}

.bgcolor13 {
    background-color: #685e7a;
}

/****************************************/
/********footer links go here********/
.footer {
    /*padding: 10px 0 0px 0;
    margin-top: 10px;
    font-size: 0.9em;
    text-transform: capitalize;
    text-align: center;*/
    text-align: center;
    padding: 10px;
    margin-top: 25px;
    color: #747474;
    *position: relative !important;
    min-height: calc(100vh-50px);
}

.pos {
    *position: absolute;
    *right: 0px;
    *bottom: 0px;
    *width: 100%;
    *margin: 0 auto;
}

.footer_center_links {
    list-style: none;
}

.footer li, .footer ul {
    margin: 0;
    padding: 0;
}

.footer li {
    display: inline-block;
    margin-right: 5px;
}

    .footer li a {
        color: #999999;
    }

@media(max-width: 767px) {
    .footer {
        background-color: #E0ECF0;
    }

    .footer li {
        display: block;
        margin: 10px 0px;
    }

        .footer li a {
            display: block;
            font-size: 1.2em;
        }
}
/************************************/
/*****************login window and components*******************/
.login-window {
    background: #fff;
    background-color: rgba(255, 255, 255, 0.33);
    border: 1px solid #b7b7b7;
    box-shadow: 4px 4px 5px #BFBFBF;
    position: relative;
    padding: 2em;
}

    .login-window input[type="text"], .login-window input[type="password"] {
        border: 1px solid #b7b7b7;
    }

    .login-window label {
        font-size: 0.9em;
        margin-bottom: 0px;
        font-weight: normal;
    }

    .login-window input[type="checkbox"] {
        margin-top: 2px;
    }

    .login-window .forgot_password_link {
        text-align: right;
        white-space: nowrap;
    }

    .login-window input[type="email"], .login-window .emailinputbox {
        width: 200px;
    }

    .login-window .login_alert {
        font-size: 0.84em;
        padding: 5px 7px;
        border-radius: 0;
    }

.alert-orange {
    background-color: #EFAC49;
    border-color: #DA7B1F;
    color: #FFF;
}

.ldap_error_block {
    margin-top: -10px;
}

.login-window .login_alert .close {
    right: 0;
    opacity: 0.8;
}

    .login-window .login_alert .close:hover {
        color: white;
        opacity: 1;
    }

@media(max-width: 767px) {
    .login-window button, .login-window input[type="submit"] {
        width: 100%;
    }
}

@media(max-width: 480px) {
    .login-window .forgot_password_link, .login_submit_button, label {
        width: 100% !important;
        text-align: center;
    }

    .login-window .forgot_password_link {
        margin-top: 12px;
    }

    .login-window input[type="email"], .login-window .email_input_box {
        width: 100%;
    }
}
/************************************/
/* custom padding and margin classes*/
.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.pad-top-05 {
    padding-top: 0.5em;
}

.pad-top-1 {
    padding-top: 1em;
}

.pad-top-2 {
    padding-top: 2em;
}

.pad-top-3 {
    padding-top: 3em;
}

.pad-top-4 {
    padding-top: 4em;
}

.pad-top-5 {
    padding-top: 5em;
}

.push-down-05 {
    margin-top: 0.5em;
}

.push-down-005 {
    margin-bottom: 0.5em;
}

.mt-2 {
    margin-top: 0.5em;
}
.push-down-1 {
    margin-top: 1em;
}

.push-down-2 {
    margin-top: 2em;
}

.push-down-3 {
    margin-top: 3em;
}

.push-down-4 {
    margin-top: 4em;
}

.push-down-5 {
    margin-top: 5em;
}

.push-right-05 {
    margin-left: 0.5em;
}

.push-right-1 {
    margin-left: 1em;
}

.push-right-2 {
    margin-left: 2em;
}

.push-right-3 {
    margin-left: 3em;
}

.push-right-4 {
    margin-left: 4em;
}

.push-right-5 {
    margin-left: 5em;
}
/*************************/

/*********table rules******/
.custom-table th, .app-links-header {
    background-color: #DCE6EA;
    color: #407B8F;
    font-weight: bold;
}

.custom-table td {
    background-color: white;
}
/***************************/
.panel-body label, .user_reports label, label {
    font-weight: normal !important;
}

.paging_input input {
    width: 55px !important;
    text-align: center;
}
/* custom button pinter css. */

button[disabled], a.disabled {
    cursor: not-allowed !important;
    pointer-events: auto !important;
}

.archived-disabled, .archived-disabled:hover {
    cursor: not-allowed !important;
    pointer-events: auto !important;
    background-color: transparent;
    color: #A0A0A0;
}

.alert-sm {
    padding: 5px 7px;
}

.alert-warning {
    padding: 5px 7px;
}
/*reports css*/
/*#1_ReportViewer1_fixedTable tbody > tr:first-child
{
    height: 0;
    overflow: hidden;
}

#1_ReportViewer1_fixedTable tbody > tr:nth-child(2)
{
    vertical-align: bottom;
    max-height: 40px;
    overflow: hidden;
}

#1_ReportViewer1_fixedTable tbody > tr:nth-child(4) td
{
    vertical-align: top;
    max-height: 40px;
    overflow: hidden;
}*/


.wrap-list-content {
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}


.list-content-left {
    text-align: left !important;
}

.inactiveEmployee {
    color: blue !important;
}

.archiveEmployee {
    color: red !important;
}

.play-video {
    color: #4096ee;
    background-color: transparent;
    font-size: 1.5em;
}

.elearning-video-icon-size {
    font-size: 1.5em !important;
}

.elearning-video-activate {
    background-color: transparent;
    color: rgb(240, 173, 78);
}

.elearning-video-archive {
    background-color: transparent;
    color: rgb(217, 83, 79);
}

.elearning-video-restore {
    background-color: transparent;
    color: rgb(99, 153, 59);
}

a.elearningvideosarchive:hover a.elearningvideosarchive:focus {
    text-decoration: none !important;
}

#videostatistics .dataTables_filter {
    display: none;
}

#assignModule .dataTables_filter {
    display: none;
}

#assignBanner .dataTables_filter {
    display: none;
}

.alert-group i {
    font-size: 1.5em;
    text-decoration: none;
    cursor: pointer;
}

.alert-group .badge {
    padding: 1px 5px 2px;
    font-size: 0.7em;
    position: absolute;
    top: 11px;
    left: 50%;
    background: red;
    cursor: pointer;
    text-decoration: none;
}

.single_multiple_import label {
    margin-right: 50px;
}

.highlightblock td {
    background-color: #EDEDED;
}

.back-to-video-button {
    margin-right: 15px;
}

.alert-group:hover .icon-bell-alt {
    color: white !important;
}

#spNotificationCount {
    background-color: red !important;
    position: absolute;
    right: 20px;
    top: 5px;
}

.watchModulePopup > i {
    font-size: 1.8em !important;
}

.employeeModuleStat {
    margin-left: 5px;
}


.elearning-video-email {
    background-color: transparent;
    font-size: 1.4em !important;
}

@media(max-width:400px) {
    #tblEmployeeVideoList th {
        font-size: 0.8em;
        text-align: center;
        vertical-align: top;
    }

    #tblEmployeeVideoList td {
        font-size: 0.8em;
        text-align: center;
    }
}

.impersonate-label-font {
    font-size: 1.2em !important;
}


.slide-box {
    position: fixed;
    bottom: 0;
    right: 10px;
    border: 1px solid #ccc;
    width: 380px;
    z-index: 99999 !important;
}

    .slide-box .slide-box-head {
        padding-left: 10px;
        font-size: 15px;
        height: 42px;
        line-height: 42px;
        background: #E3842F;
        color: #fff;
        cursor: pointer;
        font-weight: 600
    }

    .slide-box .slide-icons a {
        color: #fff;
        text-decoration: none;
    }

    .slide-box .slide-box-head img {
        margin-right: 15px;
        margin-top: 2px;
        font-size: 12px;
        border: 0;
        outline: 0;
        height: 12px;
        width: 12px;
        *margin: 14px 0px 10px;
    }

    .slide-box .slide-box-head i {
        margin-right: 15px;
        font-size: 12px;
        border: 0;
        outline: 0;
        *margin: 15px 10px;
    }

    .slide-box .slide-content .slide-data {
        padding: 10px;
        border: 1px solid #666;
        border-radius: 8px;
        margin: 10px;
    }

    .slide-box .slide-content {
        overflow-y: scroll;
        height: 455px;
        background: #F4F4F4;
        color: #333;
    }

.notification-body {
    padding: 2px !important;
    position: relative;
}

    .notification-body .notification-content {
        overflow-y: scroll;
        height: 303px;
        background: #F4F4F4;
        color: #333;
    }

        .notification-body .notification-content .notification-data {
            padding: 10px;
            border: 1px solid #666;
            border-radius: 8px;
            margin: 10px;
        }

#tbldata input[type=text]::-ms-clear {
    display: none;
}

@media only screen and (max-width: 1380px) {
    .slide-box .slide-content {
        height: 195px;
    }
}

.Banner-Assignment-img {
    background-image: url('../../imgs/BannerAssignment.png');
    min-width: 20px;
    min-height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
    cursor: pointer !important;
    margin-bottom: 2px !important;
}

.fa-archive-img {
    background-image: url('../../imgs/Archive.png');
    min-width: 20px;
    min-height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
    cursor: pointer !important
}

.fa-bar-chart-img {
    background-image: url('../../imgs/BarChart.png');
    min-width: 20px;
    min-height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
    cursor: pointer !important
}

.editorg-disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.Datafeed-checkbox-spacing {
    padding-right: 35px;
}

#PortalSessionWarningModal {
    z-index: 99999 !important;
}

/**Custom Style Popover - Forogt Password**/
.custom-popover {
    --bs-popover-max-width: 200px;
    --bs-popover-border-color: #cccccc;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}

#tiles .tile_icon {
    font-size: 2.5em;
}

#tiles .tile_description {
    padding-top: 1em;
}

.login-container, .landing-container {
    min-height: 480px;
}

.footer > p {
    font-size: 0.9em;
}

.login-window input.is-invalid {
    border-color: #dc3545 !important;
}
/* User - Setting Bootstrap 5 */

#AlertContainer {
    margin: 0;
    padding: 0;
}

    #AlertContainer.d-none {
        display: none !important;
        height: 0 !important;
        overflow: hidden;
    }

#MessageBlock {
    display: none;
    padding: 5px 7px;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.4;
    border-radius: 4px;
}

    #MessageBlock:not(.d-none) {
        display: block !important;
    }

    #MessageBlock.alert-danger {
        background-color: #ff6969;
        border-color: #ef8484;
        color: #ffffff;
    }

    #MessageBlock.alert-success {
        background-color: #dff0d8;
        border-color: #d6e9c6;
        color: #3c763d;
    }

#LDAPWarning.alert-warning {
    background-color: #ffc107;
    border: 1px solid #e0a800;
    color: #000000;
    padding: 5px 7px;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.4;
    border-radius: 4px;
}

#MessageBlock.alert.fade,
#LDAPWarning.alert.fade {
    transition: opacity 0.15s linear;
}

    #MessageBlock.alert.fade:not(.show),
    #LDAPWarning.alert.fade:not(.show) {
        opacity: 0;
    }

    #MessageBlock.alert.fade.show,
    #LDAPWarning.alert.fade.show {
        opacity: 1;
    }

#MessageBlock .btn-close,
#LDAPWarning .btn-close {
    padding: 0.25rem;
    background: transparent;
    border: 0;
    opacity: 0.7;
    font-size: 0.75rem;
    filter: invert(1);
}

    #MessageBlock .btn-close:hover,
    #LDAPWarning .btn-close:hover {
        opacity: 1;
    }

#ErrorMessageBlock.push-down-1,
#SuccessMessageBlock.push-down-1,
#LDAPWarning.push-down-1 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}

.row + .row.push-down-2 {
    margin-top: 1em !important;
}

input.form-control[readonly],
input.form-control[disabled],
input.form-control:read-only,
input.form-control:disabled,
textarea.form-control[readonly],
textarea.form-control[disabled],
select.form-control[disabled] {
    cursor: not-allowed !important;
    pointer-events: auto !important;
}

input[type="file"].form-control,
input[type="file"] {
    cursor: pointer !important;
}
/**Impersonatation**/
#loginAsForm {
    display: flex;
    justify-content: center;
}
/**Organization Profile**/
#divProfileDetails .row > .col-sm-6 > .row {
    padding-bottom: 20px;
}
/* User Settings - Profile Picture Card Fix */
.profile-picture-img {
    width: 100px;
    height: 98px;
    object-fit: cover;
}
.pt-6px {
    padding-top: 6px;
}

header .navbar-nav .nav-link:hover {
    text-decoration: underline !important;
}
.text-ellipsis {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}

.facility-dropdown-width-90 {
    *width: 90% !important;
}
.toggle-check {
    height: 188px !important;
    width: 288px !important;
}

.ui-draggable {
    height: 300px !important;
    width: 300px !important;
}

.ui-dialog-titlebar-close span {
    margin: -8px !important;
}

.checkbox_filter {
    margin: 0px 2px !important;
}

/* Paginate button alignment - IE 7 issue - #13186 */
.paginate_page {
    padding-bottom: .5em !important;
    display: inline-block !important;
    margin: 0px 0.3em !important;
}

.paging_input > input {
    padding-bottom: .5em !important;
    display: inline-block !important;
}

.paginate_of {
    padding-bottom: .5em !important;
    display: inline-block !important;
    margin: 0px 0.3em !important;
}

/* Modal Dialog Width Helpers */
.modal-dialog-75 {
    width: 75% !important;
}

.modal-dialog-80 {
    width: 80% !important;
}

/**Password Change Title Color**/
.pass-title-color {
    color: #d1d1d1;
}
.password-input-width {
    width: 95%;
}

/**Organization Password Setting**/
#paswordSettingsview .card .row {
    min-height: 54px;
}

#sessiontimeout,
#MaximumPasswordAttemptsLabel,
#UnlockAccountAfterLabel,
#PasswordExpiryDaysLabel,
#NoOfInactivityDaysLabel,
#PasswordExpiryWarningDaysLabel {
    min-height: 45px;
}

#PasswordExpiryWarningDaysLabel {
    background-color: #eeeeee;
}

.org-dropdown .choices {
    width: 50%;
}

.choices__inner {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding-bottom: 2.5px !important;

}

.choices:focus-within .choices__inner {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.choices[data-type*='select-one']::after {
    margin-top: -2.5px !important;
}
#departmentsdropdown-feedback.invalid-feedback,
#jobtitlesdropdown-feedback.invalid-feedback,
#employeeleaderdropdown-feedback.invalid-feedback,
#divisionsdropdown-feedback.invalid-feedback {
    margin-top: -20px;
}
#departmentsdropdowndiv .choices__inner,
#divisionsdropdowndiv .choices__inner,
#jobtitlesdropdowndiv .choices__inner,
#leaderdepartmentdropdowndiv .choices__inner,
#employeeleaderdropdowndiv .choices__inner,
#facilitydropdowndiv .choices__inner {
    font-size: 16px;
}
/**Edit Department Employee List**/
.employee-list-container {
    max-height: 300px;
    overflow: auto;
}

/** Application Contact Support **/
.app-support-contacts-page .row.push-down-05 > .hide_overflow {
    display: flex;
}

.app-support-contacts-page .row.push-down-05 > .hide_overflow > .card.samesizeblock {
    width: 100%;
}

.app-support-contacts-page .hide_overflow .card .row {
    min-height: 54px;
}

/** ListInfo (DataTable) shared column widths **/
.tbldata-full-width { width: 100%; }
.col-w-120 { width: 120px !important; }
.col-w-130 { width: 130px !important; }
.col-w-150 { width: 150px !important; }
.col-w-170 { width: 170px !important; }
.col-w-190 { width: 190px !important; }
.col-w-200 { width: 200px !important; }
.col-w-400 { width: 400px !important; }
.col-w-500 { width: 500px !important; }
.col-w-590 { width: 590px !important; }
.col-w-15p { width: 15% !important; }
.col-w-25p { width: 25% !important; }
.col-w-30p { width: 30% !important; }
.col-w-34p { width: 34% !important; }
.dataTables_filter { visibility: hidden; }

/**HCG Contact Page**/
.vertically-top td {
    vertical-align: top !important;
}

/* Employee Application Authorizations table row height */
#applicationsautherizationid #trLEMId .choices,
#applicationsautherizationid #trPCMId .choices {
    margin-bottom: 0px !important;
}
.custom-table tbody tr td {
    vertical-align: middle;
}
#lblUnitError {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}
.application-ddl-col .choices {
    width: 50%;
}

.BannerDescriptionErrorDiv {
    border: 1px solid #A94442;
}

/**Application Links**/
.bg-custom-primary {
    color: #ffffff;
    background-color: #1f80a1;
    border-color: #1f80a1;
}
.border-custom-primary {
    border-color: #1f80a1;
}

.header-user-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    vertical-align: middle;
    display: inline-block;
}


