/* Navbar */
.navbar .navbar-brand {
    height: 80px;
}

/* TLC Color Scheme see one note */
/* Their approved teal color is: #005587 */
/* Their approved green color is: #6cc24a */
/* Their approved grey color is: #63666a */

.btn {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

    .btn label {
        cursor: pointer;
    }

.btn-primary {
    background-color: #005587;
}

.btn-info {
    background-color: #0085CA;
}

.btn-success {
    background-color: #6cc24a;
}

.btn-warning {
    background-color: #ffb81c;
}

.btn-add-to-procore {
    color: #ffffff;
    border-style: none;
}

    .btn-add-to-procore img {
        width: 16px;
        height: 16px;
    }

.dashboard-alert-flag {
    display : inline;
}

.btn-view-in-procore {
    color: #ffffff;
    border-style: none;
    /* display: flex; */
    justify-content: space-around;
    align-items: center;
}

    .btn-view-in-procore img {
        width: 16px;
        height: 16px;
    }

.btn-teams-color {
    background-color: #6163A6;
    color: #FFFFFF;
}

    .btn-teams-color.active, .btn-teams-color.hover, .btn-teams-color:active, .btn-teams-color:hover, .btn-teams-color:focus, .btn-teams-color.focus {
        background-color: #4d4f84;
        color: #FFFFFF;
    }

.btn-info.active, .btn-info.hover, .btn-info:active, .btn-info:hover, .btn-info:focus, .btn-info.focus {
    background-color: #006BA6;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #005587;
    border-color: #00587C;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #00587C;
    border-color: #00333A;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning,
.table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th .btn-default {
    background-color: rgba(255, 184, 28, 0.63);
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger,
.table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f99;
}

.btn-default {
    background-color: #e6e6e6;
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-color: #97999B;
    }

.progress-bar {
    background-color: #005587;
}

.panel-primary {
    border-color: #005587;
}

    .panel-primary > .panel-heading {
        background-color: #005587;
        border-color: #005587;
    }


.panel-info {
    border-color: #8fc9e8;
}

    .panel-info > .panel-heading {
        background-color: #8fc9e8;
        border-color: #03c0c9;
        color: #fff;
    }

.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4 {
    margin: 10px 0;
}

.label-info {
    background-color: #a8d5ed;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #0085CA;
}

.table > tbody > tr.border-top-none > td {
    border-top: none;
}

.panel-success {
    border-color: #6cc24a;
}

    .panel-success > .panel-heading {
        background-color: #6cc24a;
        border-color: #6cc24a;
        color: #fff;
    }

.panel-warning {
    border-color: #ff9900;
}

    .panel-warning > .panel-heading {
        color: #995b00;
        background-color: #ffb81c;
        border-color: #ff9900;
    }

.panel-danger {
    border-color: #f00;
}

    .panel-danger > .panel-heading {
        color: #990000;
        background-color: #ff9999;
        border-color: #f00;
    }

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #6cc24a;
}

.alert-success {
    background-color: rgba(108, 194, 74, 1);
    border-color: #82be41;
    color: #366800;
}

.alert-info {
    background-color: rgba(0, 133, 202, 1);
    border-color: #00333a;
    color: #eeeeee;
}

.alert-warning {
    background-color: rgba(255, 184, 28, 1); /*#ffb81c; */
    border-color: #ff9900;
    color: #995b00;
}

.alert-danger {
    background-color: rgba(255, 153, 153, 1); /* #ff9999; */
    border-color: #f00;
    color: #990000;
}

.bg-primary {
    color: #fff;
    background-color: #005587;
}

a.bg-primary:hover {
    background-color: #005587;
}

.bg-success {
    background-color: #6cc24a;
}

a.bg-success:hover {
    background-color: #6cc24a;
}

.bg-info {
    background-color: #0085CA;
}

a.bg-info:hover {
    background-color: #0085CA;
}

.bg-warning {
    background-color: #ffb81c;
}

a.bg-warning:hover {
    background-color: #ffb81c;
}

.bg-danger {
    background-color: #b10;
    color: #fff;
}

a.bg-danger:hover {
    background-color: #ff9999;
}

.text-primary {
    color: #00587C;
}

.label-primary {
    background-color: #00587C;
}

.text-warning {
    color: #ff9900;
}

.label-warning {
    background-color: #ff9900;
}

.text-danger {
    color: #f00;
}

.label-danger {
    background-color: #f00;
}

.text-info {
    color: #005587;
}

.text-success {
    color: #6cc24a;
}

.label-group-justified > .label {
    width: 15.4%;
    line-height: 16px;
}

.bs-callout-danger {
    border-left-color: #f00;
}

    .bs-callout-danger h4 {
        color: #f00;
    }

.bs-callout-warning {
    border-left-color: #ff9900;
}

    .bs-callout-warning h4 {
        color: #ff9900;
    }

.bs-callout-success {
    border-left-color: #82be41;
}

    .bs-callout-success h4 {
        color: #366800;
    }

.bs-callout-primary {
    border-left-color: #005587;
}

    .bs-callout-primary h4 {
        color: #005587;
    }

.bs-callout-info {
    border-left-color: #0085CA;
}

    .bs-callout-info h4 {
        color: #00587C;
    }

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus,
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ff9900;
    border-color: #ff9900;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus,
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.btn-wrap {
    white-space: normal;
}

/* TODO: Move this to bootstrap-extensions */
.glyphicon.fast-right-spinner {
    -webkit-animation: glyphicon-spin-r 1s infinite linear;
    animation: glyphicon-spin-r 1s infinite linear;
}

.glyphicon.normal-right-spinner {
    -webkit-animation: glyphicon-spin-r 2s infinite linear;
    animation: glyphicon-spin-r 2s infinite linear;
}

.glyphicon.slow-right-spinner {
    -webkit-animation: glyphicon-spin-r 3s infinite linear;
    animation: glyphicon-spin-r 3s infinite linear;
}

.glyphicon.fast-left-spinner {
    -webkit-animation: glyphicon-spin-l 1s infinite linear;
    animation: glyphicon-spin-l 1s infinite linear;
}

.glyphicon.normal-left-spinner {
    -webkit-animation: glyphicon-spin-l 2s infinite linear;
    animation: glyphicon-spin-l 2s infinite linear;
}

.glyphicon.slow-left-spinner {
    -webkit-animation: glyphicon-spin-l 3s infinite linear;
    animation: glyphicon-spin-l 3s infinite linear;
}

@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.d-flex {
    display: flex;
}

.justify-content-space-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.align-items-stretch {
    align-items: stretch;
}

.overdue {
    color: #f00;
    font-weight: 700;
}

.due-soon {
    color: #f90;
}

.upcoming {
    color: #008000;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.panel .table-condensed {
    margin-bottom: 0; /* removves double extra margin that looks weird inside of a panel on the employee review details */
}

.review-section-signature {
    min-height: 350px;
}

#review-goals > table td {
    vertical-align: top;
}

.review-details .table > tbody > tr:first-of-type > td {
    border-top-width: 0;
}

.review-section h2 {
    margin-top: 10px;
    padding-bottom: 8px;
}

textarea {
    resize: vertical;
    min-height: 50px;
}

.review-section-supervisor textarea {
    margin-top: 8px;
}

.review-section-supervisor .supervisor-question-description {
    padding-top: 25px;
}

.well.review-section-supervisor {
    background-color: #ddd;
}

.signature-line {
    border-bottom: 1px dotted #101820;
    margin: 15px 60px 0 60px;
}

div.review-details h3 .btn {
    margin-top: -7px;
}

.employee-check-spelling {
    margin-top: 5px;
}

.review-section.review-section-supervisor h3 small {
    color: #333;
}

.text-muted.supervisor-question-description {
    color: #333;
}

/* New Calendar Item and Show Calendar Item Types dropdown classes. */
.calendar-dropdowns .dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 208px;
}

/* Apply a top padding to all the calendar item toggles but NOT the first one */
.dropdown.show-calendar-items ul.dropdown-menu div {
    padding-top: 2px;
    padding-bottom: 2px;
}

.dropdown.show-calendar-items .show-calendar-label {
    display: inline-block;
    padding-top: 6px;
}

/* Calendar vertical header grouping */
td.dxsc-vertical-rh {
    background-color: #0085CA;
    border-left: 1px;
}

/* Hide the date change icons on the actual calendar */
div.dxscNavigationDisabled_MetropolisBlue {
    display: none;
}

/* the very upper left corner of the calendar */
td[class^='dxscLeftTopCorner_'] {
    border: none; /* removes a top border line that was doing nothing */
}

/* Hide the Timeline button from the calendar control (we may add this back someday, but right now it's just the one button and the wrong color) */
#ctl00_ctl00_Body_Body_ASPxScheduler_viewSelectorBlock_innerContent {
    display: none;
}

.calendar .calendar-weekend {
    background: repeating-linear-gradient( -45deg, #F0F0F0, #F0F0F0 5px, #FFF 5px, #FFF 10px );
}

/* Begin CSS for ScheduleItem  User Control */
.calendar .appt-wrapper {
    box-sizing: content-box;
    padding-top: 5px;
    margin-top: -4px;
    background-color: rgba(255, 250, 250, 0.75);
}

.calendar .past-item {
    opacity: 0.6;
}

.calendar .appt-outer {
    height: 158px;
    padding: 0px;
    border: 1px solid #c5c5c5;
    display: block
}

    .calendar .appt-outer > div {
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .calendar .appt-outer .rfi-header.closed {
        background-color: #101820;
        color: #ffffff;
    }

    .calendar .appt-outer .appt-header {
        padding: 3px 0 4px 2px;
        color: #101820;
        font-weight: bold;
        background-color: #0085CA;
    }

        .calendar .appt-outer .appt-header.recent-note {
            background-color: rgba(255, 184, 28, 0.63);
        }

.calendar .appt-type-course .appt-outer .appt-header {
    padding-top: 5px;
}

.calendar .appt-type-course .appt-header {
    height: 26px;
}

.calendar .appt-outer .appt-header .icon {
    display: inline-block;
    padding: 0;
}

    .calendar .appt-outer .appt-header .icon span {
        margin-top: 0;
        margin-bottom: 0;
        display: inline-block;
        background-size: cover;
        width: 16px;
        height: 16px;
        background-image: url('../Images/Icons/Schedule/calendar-check-o.svg'); /* default icon, these have to be bg images for IE compatibility */
    }

.calendar .appt-type-course .appt-header .icon {
    padding-left: 2px;
}

.calendar .appt-type-remi .appt-header .icon span {
    background-image: url('../Images/Icons/Schedule/bell-o.svg');
}

.calendar .appt-type-agen .appt-header .icon span {
    background-image: url('../Images/Icons/Schedule/sticky-note-o.svg');
}

.calendar .appt-type-appt .appt-header .icon span {
}

.calendar .appt-type-dead .appt-header .icon span {
    margin-bottom: -1px;
    background-image: url('../Images/Icons/Schedule/stopwatch.svg');
}

.calendar .appt-type-rfi .appt-header .icon span {
    background-image: url('../Images/Icons/Schedule/rfi-icon.svg');
}

.calendar .appt-type-rfi .appt-header.closed .icon span {
    background-image: url('../Images/Icons/Schedule/rfi-icon-white.svg');
}

.calendar .appt-type-sub .appt-header .icon span {
    background-image: url('../Images/Icons/Schedule/pencil-ruler.svg');
}

.calendar .appt-type-sub .appt-header.closed .icon span {
    background-image: url('../Images/Icons/Schedule/pencil-ruler-white.svg');
}

.calendar .appt-type-course .appt-header .icon span {
    background-image: url('../Images/Icons/Schedule/graduation-cap.svg');
}

.calendar .appt-type-dead .appt-header .folder-icon,
.calendar .appt-type-rfi .rfi-header .folder-icon {
    float: right;
    padding-right: 13px;
}

.calendar .appt-outer .appt-header.recent-note .folder-icon {
    color: #777;
}

.rfi-card .icon {
    margin-top: 0;
    margin-bottom: -6px;
    display: inline-block;
    background-size: cover;
    width: 20px;
    height: 20px;
    background-image: url('../Images/Icons/Schedule/calendar-check-o.svg'); /* default icon, these have to be bg images for IE compatibility */
}

    .rfi-card .icon.upcoming {
        background-image: url('../Images/Icons/Schedule/rfi-icon-green.svg');
    }

    .rfi-card .icon.due-soon {
        background-image: url('../Images/Icons/Schedule/rfi-icon-yellow.svg');
    }

    .rfi-card .icon.overdue {
        background-image: url('../Images/Icons/Schedule/rfi-icon-red.svg');
    }

.folder-icon, .folder-icon:visited, .folder-icon:focus {
    color: burlywood;
    opacity: .8;
    text-decoration: none;
}

    .folder-icon:hover, .folder-icon:active {
        color: burlywood;
        opacity: 1;
        font-size: 1.2em;
        text-decoration: none;
    }

.calendar .appt-outer .appt-header .text {
    display: inline-block;
}

.calendar .appt-type-dead .appt-title-desc {
    height: 84px;
}

.calendar .appt-type-course .appt-title-desc {
    height: 108px;
    padding-top: 0;
    padding-bottom: 0;
}

.calendar .appt-outer .appt-title-desc .appt-title {
    padding-left: 0;
    padding-right: 2px;
    min-height: 36px;
    max-height: 52px;
}

.calendar .appt-outer .appt-title-desc .one-line-title {
    min-height: 16px;
    max-height: 24px;
}

.calendar .appt-outer .appt-title-desc .two-line-title {
    max-height: 32px;
}

.calendar .appt-outer .appt-title-desc .appt-title strong {
    font-size: 13px;
}

.calendar .appt-outer .appt-title-desc .appt-title-label {
    padding: 0;
    margin-top: 3px;
}

    .calendar .appt-outer .appt-title-desc .appt-title-label span {
        padding-left: 0;
        padding-right: 0;
    }

.calendar .appt-outer .appt-title-desc .appt-desc {
    height: 32px;
    padding-left: 0;
    padding-right: 0;
}

.calendar .appt-outer .appt-title-desc .appt-note {
    min-height: 16px;
    max-height: 32px;
    padding: 2px 0;
}

    .calendar .appt-outer .appt-title-desc .appt-note span {
        color: #777;
    }

        .calendar .appt-outer .appt-title-desc .appt-note span.recent-note {
            color: #8a6d3b;
        }

    .calendar .appt-outer .appt-title-desc .appt-note i {
        color: #ffb81c;
    }

.calendar .appt-type-course .appt-title-desc .appt-desc span:before {
    font-family: FontAwesome;
    padding-right: .5em;
    content: "\f041"; /* fa-map-marker */
}

.calendar .appt-outer .appt-icons,
.calendar .appt-outer .appt-location-link {
    height: 24px;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
}

.calendar .appt-outer .appt-icons {
    height: 29px;
    padding-top: 0px;
}

    .calendar .appt-outer .appt-icons .ous {
        display: inline-block;
        vertical-align: middle;
        padding-left: 4px;
    }

    .calendar .appt-outer .appt-icons .project-manager,
    .calendar .appt-outer .appt-icons .project-manager > div {
        padding: 1px 0 0 0;
    }

.calendar .appt-type-course .appt-location-link {
    height: 24px;
}

    .calendar .appt-type-course .appt-location-link a:before {
        font-family: FontAwesome;
        padding-right: .5em;
        content: "\f08e"; /* fa-external-link */
    }

.calendar .appt-outer .appt-footer {
    padding: 0;
}

    .calendar .appt-outer .appt-footer .label-group-justified {
        padding: 0;
        border-spacing: 0px 2px;
    }

        .calendar .appt-outer .appt-footer .label-group-justified .label {
            border-radius: 0;
            border-top: 1px solid #c5c5c5;
            border-right: 1px solid #c5c5c5;
        }

.calendar .appt-type-dead .appt-footer {
    height: 20px;
}

    .calendar .appt-type-dead .appt-footer .label-group-justified .label {
        padding: 2px 0;
    }

.calendar .appt-type-course .appt-footer {
    height: 25px;
}

    .calendar .appt-type-course .appt-footer .label-group-justified {
        height: 25px;
    }

        .calendar .appt-type-course .appt-footer .label-group-justified .label {
            padding: 5px 0 4px 0;
            font-size: 11px;
        }


.calendar .deadline-card .discs-outer {
    width: 100%;
}

    .calendar .deadline-card .discs-outer .disciplines {
        width: 100%;
    }
/* END CSS for the ScheduleItem User Control */

.xeSelect2Disciplines, .xeSelect2Disciplines:hover {
    text-decoration: none;
    color: #333333
}

    .xeSelect2Disciplines span {
        font-size: 12px;
    }

/* Icon Implementation details for the disciplines. */
/* General CSS for the filters */
.appt-disciplines {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .appt-disciplines div {
        padding-left: 1px;
        padding-right: 1px;
    }

.calendar .discipline.label-default,
.calendar .project-manager.label-default {
    border: #777 1px solid;
}

.calendar .discipline.label-success,
.calendar .project-manager.label-success {
    border: #6cc24a 1px solid;
}

.calendar .discipline.label-info {
    border: #0085CA 1px solid;
}

/* General CSS for the labels in the appointments. */
.discipline:before {
    font-family: FontAwesome;
    padding-right: .3em;
    content: "\f00d"; /* Generic icon for anything that is missing an icon . */
}

.search-filters .discipline:before {
    font-size: 1.2em;
}

/* FP Icon */
.discipline.fireprotection:before {
    content: "\f134";
}

/* ELEC Icon */
.discipline.electrical:before {
    content: "\f1e6";
}

/* HVAC Icon */
.discipline.heatingair:before {
    content: "\f2cb";
}

/* CT Icon */
.discipline.commtech:before {
    content: "\f2a0";
}

/* PLM Icon */
.discipline.plumbing:before {
    content: "\f043";
}

/* STR Icon */
.discipline.structural:before {
    content: "\f1ad";
}

.discipline.ProjectCoordinator:before {
    content: "\f0ea"
}

.discipline.projectcoordinator:before {
    content: "\f0ea"
}

.discipline.quality:before {
    content: "\f164"
}

.discipline.energyservices:before {
    content: "\f0e7"
}

.discipline.administrative:before {
    content: "\f025"
}

.discipline.caddtechnician:before {
    content: "\f20e"
}

.discipline.communicationsengineer:before {
    content: "\f095"
}

.discipline.computerprogrammer:before {
    content: "\f109"
}

.discipline.constructioninspector:before {
    content: "\f0e3"
}

.discipline.electricalengineer:before {
    content: "\f1e6"
}

.discipline.fireprotectionengineer:before {
    content: "\f134"
}

.discipline.mechanicalengineer:before {
    content: "\f2cb"
}

.discipline.securityspecialist:before {
    content: "\f023"
}

.discipline.structuralengineer:before {
    content: "\f1ad"
}

/*.label.project-manager:before {
    font-family: FontAwesome;
    padding-right: .5em;
    content: "\f0b1"
}*/

/* Special alignment for the Change Start Date label and the schedule navigator control. */
@media (min-device-width: 768px) {
    .custom-schedule-navigator-label {
        padding-left: 48px;
        padding-right: 0px;
    }

    .custom-schedule-navigator {
        padding-left: 0px;
    }
}

.custom-schedule-navigator {
    padding-top: 5px;
}

div.dxscViewNavigatorGotoTodayButton {
    display: none !important;
}

div.dxbButtonSys.dxbTSys {
    display: none;
}

.calendar-dropdowns {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

    .calendar-dropdowns .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%
    }

        .calendar-dropdowns .navbar-nav > li {
            display: table-cell;
            float: none;
            text-align: center;
            cursor: pointer;
        }

.search-panel .panel-body {
    background-color: #f5f5f5;
}

.search-panel h3 {
    margin-top: 5px;
}

.search-panel hr {
    background-color: #bbb;
}

.search-panel .sort-filter .sort-order:before {
    font-family: FontAwesome;
}

.search-panel .sort-filter .sort-order.numeric.asc:before {
    content: "\f162"
}

.search-panel .sort-filter .sort-order.numeric.desc:before {
    content: "\f163"
}

.search-panel .sort-filter .sort-order.alpha.asc:before {
    content: "\f15d"
}

.search-panel .sort-filter .sort-order.alpha.desc:before {
    content: "\f15e"
}

.search-panel .search-hr hr {
    border-top-color: #ccc;
}

.search-panel .search-options div {
    margin-bottom: 0px;
}

.search-panel .search-options .search-select {
    margin-bottom: 10px;
}

.search-panel .panel-body {
    padding-bottom: 20px;
}

.advanced-toggle {
    padding-top: 8px;
}

.calendar-dropdowns .navbar-nav li:hover {
    background-color: rgba(170, 170, 170, .25);
}

.search-options .tlc-location-search .btn-group {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

    .search-options .tlc-location-search .btn-group .btn {
        border-radius: 0;
        margin-left: -1px;
    }

.search-options .project-search .caret.pull-right {
    margin-top: 8px;
}

.project-search .dropdown-menu .checkbox-inline * {
    cursor: pointer;
}

.project-search .dropdown-menu-right {
    margin-right: 15px;
    padding-left: 16px;
    padding-right: 16px;
    width: 320px;
}

.project-search .dropdown-menu-scrollable {
    height: auto;
    max-height: 480px;
    overflow-x: hidden;
}

/* Temporarily hide this until we fix the filters at the top of the calendar */
.dxscToolbarContainer_MetropolisBlue {
    display: none;
}

.appt-disciplines .disciplines-justified,
.deadline-card .disciplines .disciplines-justified {
    width: 25%;
    float: left;
}

@media (min-device-width: 992px) {
    .deadline-card .discs-outer .disciplines {
        padding-left: 8px;
    }
}

.invalid-user-error-msg {
    margin-left: 15px;
    margin-right: 15px;
}

.employee-search-panel-header {
    color: #00587C;
}

.filter-options .caret-toggle:before,
.filter-options .collapsed .caret-toggle:before {
    padding-right: 2px;
    font-family: FontAwesome;
    font-size: 18px;
    width: 12px;
    display: inline-block;
    vertical-align: middle;
}

.filter-options .caret-toggle:before {
    content: "\f0d8";
}

.filter-options .collapsed .caret-toggle:before {
    content: "\f0d7";
}

.filter-options .filter-option-label {
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    color: #00587C;
}

.filter-options .filter-option-label-modal {
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    color: #00587C;
}

.filter-options .name-search {
    padding-bottom: 15px;
}

.filter-options .locations-filter,
.filter-options .tlc-locations-filter,
.filter-options .disciplines-filter,
.filter-options .credentials-filter,
.filter-options .departments-filter,
.filter-options .keywords-filter {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*.filter-options .disciplines-filter {
    padding-top: 15px;
}*/

.filter-options .credentials-filter {
    cursor: pointer;
}

.filter-options .name-search,
.filter-options .locations-filter,
.filter-options .tlc-locations-filter,
.filter-options .disciplines-filter,
.filter-options .departments-filter,
.filter-options .credentials-filter,
.filter-options .keywords-filter {
    border-bottom: 1px solid #ccc;
}

    .filter-options .collapse-header,
    .filter-options table tbody tr td input,
    .filter-options .disciplines-filter .collapse div input,
    .filter-options .disciplines-filter .collapse div label,
    .filter-options .departments-filter .collapse div input,
    .filter-options .departments-filter .collapse div label {
        cursor: pointer;
    }

.filter-options table tbody tr td label {
    padding-left: 4px;
    cursor: pointer;
}

table.table-employees thead tr th {
    border-right: 2px solid #dddddd;
    color: #00587C;
}

table.table-employees thead tr,
table.table-employees tbody tr {
    height: 50px;
}

.person-card-detail, .filter-options-items {
    font-family: Arial;
    font-weight: lighter;
}

.person-details-label {
    font-family: Arial;
}

.person-card .deadline-card {
    cursor: pointer;
    border-radius: 4px;
}

.img-border {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
    min-height: 186.66px;
    min-width: 140px;
    max-height: 210px;
    border-radius: 5px;
}

@media only screen and (min-width: 1500px) {
    #peopleSearchFilter {
        width: 22%;
        position: fixed;
    }

    #personCard {
        height: 200px;
    }

    .pic-center {
        height: 190px;
    }

    .img-border {
        margin-top: 5px;
        max-width: 186.66px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {

    #peopleSearchFilter {
        width: 30%;
        position: fixed;
        position: fixed;
    }

    #personSummaryCardContainer {
        margin-left: 13%;
        width: 75%;
    }

    .img-border {
        margin-top: 5px;
        max-width: 186.66px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    #peopleSearchFilter {
        width: 27%;
        position: fixed;
    }

    .img-border {
        margin-top: 5px;
        max-width: 186.66px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #peopleSearchFilter {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .img-border {
        margin-top: 5px;
        max-width: 186.66px;
    }
}

@media only screen and (min-width: 501px) and (max-width: 767px) {

    #peopleSearchFilter {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    #personSummaryCardContainer {
        width: auto;
    }

    #personCard-xs {
        padding-top: 10px;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
    }

    #cardContent {
        margin-left: auto;
        margin-right: auto;
    }

    .img-border {
        max-width: 186.66px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 500px) {

    #personSummaryCardContainer {
        width: auto;
    }

    #personCard-xs {
        padding-top: 10px;
        width: 100%;
        display: block;
        text-align: center;
    }

    #cardContent {
        margin-left: auto;
        margin-right: auto;
    }

    .img-border {
        max-width: 186.66px;
        margin-top: 10px;
    }
}

.pic-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.person-card img::before {
    font-family: FontAwesome;
    content: "\f2bd";
    color: #afafaf;
    font-size: 150px;
    z-index: -100;
    width: 100%;
    margin: 0;
}

.person-card {
    border: 1px;
    border-color: #00587C;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
}

    .person-card.selected {
        /*background-color: rgba(131, 192, 201, .5);*/
        border: 2px;
        border-color: #00587C;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        /*rgba(16, 100, 112, 0.95);*/
        /*color: #fff;*/
    }

    .person-card:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

tr.person-card:hover {
    background-color: rgba(131, 192, 201, .5);
}

.person-card, .person-card .panel-body {
    padding: 0px;
}

    .person-card > div {
        padding: 5px;
    }

    .person-card .panel {
        padding: 0px;
        margin-bottom: 5px;
        /* Make the panel background color transparent so we can see the selected coloring */
        background-color: transparent;
    }

    .person-card .person-info {
        padding-left: 0px;
        padding-right: 0px;
    }

    .person-card .person-image {
        padding: 0px;
    }

    .person-card .person-name {
        padding-top: 12px;
        padding-left: 4px;
    }

    .person-card .email-location {
        padding-left: 0px;
        padding-right: 0px;
    }

    .person-card .email-location, .person-card .phone-numbers {
        padding-top: 10px;
    }

.person-name span {
    font-size: 24px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.person-card .phone-numbers .row .field-name,
.person-card .email-location .row .field-name {
    padding-right: 0px;
}

.person-card .phone-numbers .row .field-value,
.person-card .email-location .row .field-value {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -10px;
}

.person-search-results .person-card {
    cursor: pointer;
}

tr.person-card td {
    padding-left: 20px;
}

.person-full .basic-info {
    padding-top: 5px;
}

.person-full .quote {
    padding-top: 5px;
}

.person-full .phone-numbers, .person-full .address {
    padding-bottom: 15px;
}

.person-full .about,
.person-full .credentials,
.person-full .default-discipline {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.person-full .about,
.person-full .default-discipline {
    border-bottom: 1px solid #ccc;
}

.person-full .default-discipline {
    border-top: 1px solid #ccc;
}

    .person-full .default-discipline .disciplines {
        padding-top: 16px;
    }

.person-full .basic-details .people-maps span {
    font-size: 14px;
}

/*.disciplines-filter #disciplinesCollapse {
    padding-left: 0px;
    padding-right: 0px;
}*/

.scrollable {
    max-height: 544px;
    overflow-y: scroll;
}

.employee-summary-pager {
    padding-top: 20px;
}

#select2xeditable-placeholder .popover {
    margin-top: -26px; /* pulling the select2 popover up slightly so that it's above the special label that's clicked. */
}

.next-user-action {
    margin-top: 20px;
}

    .next-user-action.alert-warning .warning-icon {
        position: relative;
        float: left;
        padding-top: 8px;
        padding-left: 5px;
        padding-right: 20px;
    }

    .next-user-action.alert-info .warning-icon {
        display: none;
    }

    .next-user-action .display-text {
        font-size: 16px;
        display: block;
    }

.deadline-card .deadline-inner,
.deadline-card .deadline-inner > div {
    padding-left: 0;
    padding-right: 0;
}

.deadline-card .project-num-and-phase > div {
    padding: 0 5px;
}

.deadline-card .project-num-and-phase h6 {
    margin: 3px 0;
}

.deadline-item-card .deadline-card .item-names {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.presentation-mode .deadline-item-card {
    margin-bottom: 10px;
    transition: all 0.35s;
}

.presentation-mode .opacity {
    opacity: 0.15;
}

.presentation-mode .selected .deadline-card {
    border-color: #005587 !important;
}

@media (min-device-width: 768px) {
    .rfi-item-card .deadline-card .item-numbers {
        border-right: 1px solid rgba(0, 0, 0, 0.15);
    }
}

.rfi-detais-form {
    width: 100%;
}

.deadline-card .project-details {
    padding: 0;
}

.deadline-card .ous .label {
    font-size: 80%;
    color: white;
}

.deadline-card .panel-heading {
    background-color: white;
    color: #101820;
    padding: 5px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

    .deadline-card .panel-heading .panel-title {
        font-weight: bold;
    }

.deadline-card .ous .label.inactive,
.calendar .schedule-item .ous .label.inactive {
    color: #777;
    font-style: normal;
    border: 1px solid #777;
    background-color: transparent;
}

.deadline-card .ous {
    display: inline-block;
    vertical-align: middle;
}

    .deadline-card .ous .ou {
        padding-top: 2px;
        padding-bottom: 2px;
    }

.deadline-card.is-editable .ou:hover {
    cursor: pointer;
    color: #FFF;
    background-color: #5e5e5e;
}

.deadline-card .project-manager-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .deadline-card .project-manager-section .no-pad-div {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

.deadline-card .buttons .pnl-delete {
    padding-bottom: 5px;
    display: inline-block;
}

.pnl-delete-confirm, .pnl-reopen-confirm {
    padding: 4px;
    margin-bottom: 0px;
}

.pnl-hidden, .btn-hidden, .header-hidden, .div-hidden {
    display: none;
}

.deadline-card .deadline-inner .buttons .btn-complete,
.deadline-card .deadline-inner .buttons .btn-options {
    width: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.deadline-card .deadline-inner .buttons .btn-complete {
    background-color: transparent;
    color: #6cc24a;
}

    .deadline-card .deadline-inner .buttons .btn-complete:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

.deadline-card .deadline-inner .buttons .btn-reopen {
    background-color: transparent;
    color: #d9534f;
}

.recently-complete-filter.active {
    background-color: #95bcf2;
}

.deadline-card .deadline-inner .buttons .btn-reopen:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.deadline-card .buttons .dropdown-menu {
    width: auto;
}

    .deadline-card .buttons .dropdown-menu a:hover {
        cursor: pointer;
    }

    .deadline-card .buttons .dropdown-menu .additional-deadline-info small {
        display: block;
        padding-left: 4px;
        padding-right: 4px;
        white-space: nowrap;
        text-wrap: none;
    }

.card-vertical-header {
    float: left;
    padding-top: 28px;
    font-weight: bolder;
}

@media (max-device-width: 991px) {
    .deadline-card .deadline-inner .disciplines {
        padding-top: 15px;
    }

    .card-vertical-header {
        padding-top: 62px;
    }
}

.card-vertical-header .card-vh-text {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    text-overflow: ellipsis;
    overflow: hidden;
}

.schedule-edit-form .card-vh-text {
    font-weight: bold;
}

.deadline-card.panel {
    border-left-width: 20px;
    margin-bottom: 15px;
}

.deadline-card .is-editable-icon {
    color: #777;
}

#deadline-card.is-editable:hover .is-editable-icon {
    color: #333;
}

#deadline-card .item-names .select2-container {
    width: 100%;
}

.deadline-card .deadline-due-date .clock-icon {
    color: #008000;
}

    .deadline-card .deadline-due-date .clock-icon.overdue {
        color: #ff0000;
    }

    .deadline-card .deadline-due-date .clock-icon.due-soon {
        color: #ff9900;
    }

    .deadline-card .deadline-due-date .clock-icon.no-due-date {
        color: #ddd;
    }

a.phase.editable::after {
    color: #777;
}

.is-editable a.phase.editable:hover {
    background-color: #5aabb7;
}

.deadline-card span.is-editable-icon {
    position: absolute;
    margin-left: -15px;
    margin-top: 5px;
}

.deadline-card .disciplines > div {
    padding: 0;
}

.appt-header .is-editable-icon {
    margin-right: 8px;
}

#deadline-card.is-editable:hover,
.rfi-card:hover {
    border-color: #999;
    border-bottom-width: 2px;
}

#deadline-card.is-editable a.editable-click,
.rfi-card a.editable-click {
    border-bottom: none;
}

    #deadline-card.is-editable a.editable-click::after,
    .rfi-card a.editable-click::after {
        visibility: hidden;
    }

#deadline-card.is-editable:hover a.editable-click,
.rfi-card:hover a.editable-click {
    border-bottom: dotted 1px #cacaca;
}

#deadline-card.is-editable:hover .panel-body,
.rfi-card:hover .panel-body {
    padding-bottom: 13px;
}

#deadline-card.is-editable:hover a.editable-click::after,
.rfi-card:hover a.editable-click::after {
    visibility: visible;
}

/*
    We are only going to show this icon at large display sizes because it causes a lot of formatting
    issues that are difficult to resolve on smaller displays.
*/
@media (min-width: 1800px) {
    #deadline-card.is-editable:hover .disciplines-justified a.label::after {
        font-family: FontAwesome;
        content: '\f141';
        float: right;
    }
}

.deadline-card .deadline-comment {
    padding-bottom: 0;
}

    .deadline-card .deadline-comment .comment-author {
        padding-left: 50px;
    }

.truncated {
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hide-course {
    color: #777;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.show-hidden-courses {
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}

.custom-schedule-navigator, .custom-schedule-navigator-label {
    display: inline-block;
    width: auto;
}

    .custom-schedule-navigator span {
        text-align: left;
    }

.search-panel .sort-filter .input-group .input-group-addon {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}


.deadline-card .discipline {
    overflow: hidden;
}

.discipline.inactive, .ou.inactive {
    background-color: transparent;
    border: #ccc 1px solid;
    color: #aaa;
}

/* Begin Schedule Edit Form */
.calendar .dxpclW.dxpc-mainDiv.dxpc-shadow .dxpc-content {
    padding: 24px 20px 0 20px;
}

/* Here we are copying the col-sm layouts and prepending .schedule-edit-form 
     * so that the schedule edit form always uses the sm layout of the deadline item card.
     */
.schedule-edit-form .col-sm-1, .schedule-edit-form .col-sm-2, .schedule-edit-form .col-sm-3, .schedule-edit-form .col-sm-4, .schedule-edit-form .col-sm-5, .schedule-edit-form .col-sm-6,
.schedule-edit-form .col-sm-7, .schedule-edit-form .col-sm-8, .schedule-edit-form .col-sm-9, .schedule-edit-form .col-sm-10, .schedule-edit-form .col-sm-11, .schedule-edit-form .col-sm-12 {
    float: left;
}

.schedule-edit-form .col-sm-12 {
    width: 100%;
}

.schedule-edit-form .col-sm-11 {
    width: 91.66666667%;
}

.schedule-edit-form .col-sm-10 {
    width: 83.33333333%;
}

.schedule-edit-form .col-sm-9 {
    width: 75%;
}

.schedule-edit-form .col-sm-8 {
    width: 66.66666667%;
}

.schedule-edit-form .col-sm-7 {
    width: 58.33333333%;
}

.schedule-edit-form .col-sm-6 {
    width: 50%;
}

.schedule-edit-form .col-sm-5 {
    width: 41.66666667%;
}

.schedule-edit-form .col-sm-4 {
    width: 33.33333333%;
}

.schedule-edit-form .col-sm-3 {
    width: 25%;
}

.schedule-edit-form .col-sm-2 {
    width: 16.66666667%;
}

.schedule-edit-form .col-sm-1 {
    width: 8.33333333%;
}

.schedule-edit-form .col-md-offset-1 {
    margin-left: 0
}

.schedule-edit-form .hidden-xs, .schedule-edit-form .hidden-sm {
    display: none !important;
}

/* We are treating the schedule-edit-form as if it is always sm so we need to override the hidden for larger sizes here. */
.schedule-edit-form .hidden-md, .schedule-edit-form .hidden-lg, .schedule-edit-form .hidden-xl {
    display: inline-block !important;
}

.schedule-edit-form .deadline-card .deadline-due-date a {
    font-size: 13px;
}

.schedule-edit-form .deadline-card .disciplines {
    padding-top: 12px;
}

.schedule-edit-form .deadline-card .clone-item {
    display: none;
}

.editable-container {
    z-index: 9999;
}

/* End Schedule Edit Form */

.tooltip-squared-corners {
    display: none !important;
}

.tooltip-inner {
    max-width: none;
    white-space: pre-wrap;
}

.review-sign-btns .skip-director-sign {
    color: #f90;
}

.upcoming-tlcu .panel-body {
    padding: 0;
}

.upcoming-tlcu .media {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0 !important;
    border-top: 1px solid #ccc;
    overflow-x: hidden;
    font-size: 14px;
}

    .upcoming-tlcu .media.main {
        display: flex;
        align-items: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    }

.upcoming-tlcu .media-figure {
    margin-right: 1em;
}

.upcoming-tlcu .media-body {
    flex: 1;
}

.upcoming-tlcu blockquote {
    font-size: 14px;
    border-color: #cde5e9;
}

.upcoming-tlcu .media:first-child {
    border-top: none;
}

.upcoming-tlcu .media.main .fa-graduation-cap {
    padding-top: 16px;
}

.upcoming-tlcu .media.collapse {
    padding-top: 15px;
    border-top: 1px dashed #ddd;
    background-color: #fafafa;
}

.tlcu-txt {
    font-weight: bold;
    font-size: 14px;
    font-family: helvetica;
}

.upcoming-tlcu .text-muted {
    margin-bottom: 5px;
}

.workload-summary .title, .search-panel .title,
.filters .title, .highlight-assignee .title {
    font-weight: bold;
}

.deadline-due-date .control-group.form-group {
    padding-right: 0;
}

.deadline-due-date .editable-clear {
    width: 50%;
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;
}

.deadline-due-date .editable-buttons {
    text-align: right;
    margin-top: -30px;
}

.deadline-card .deadline-due-date {
    font-size: 13px;
    margin-top: -5px;
}

    .deadline-card .deadline-due-date .due-lbl,
    .deadline-card .deadline-due-date .due-date {
        vertical-align: super;
    }

.due-lbl {
    font-family: Arial;
}


#Body_Body_Body_personDetails_PostbackTargetPanel .row img::before {
    font-family: FontAwesome;
    content: "\f2bd";
    color: #afafaf;
    font-size: 10em;
    z-index: -100;
    width: 100%;
    margin: 0;
}

#Body_Body_personDetails_PostbackTargetPanel .bs-callout {
    margin-top: 0;
}

    #Body_Body_personDetails_PostbackTargetPanel .bs-callout img::before {
        font-family: FontAwesome;
        content: "\f2bd";
        color: #afafaf;
        font-size: 8em;
        z-index: -100;
    }

    #Body_Body_personDetails_PostbackTargetPanel .bs-callout img {
        width: 100%;
    }

    #Body_Body_personDetails_PostbackTargetPanel .bs-callout figure {
        text-align: center;
        font-size: large;
    }

#Body_Body_personDetails_PostbackTargetPanel figure figcaption {
    margin-top: 10px;
}

#Body_Body_personDetails_PostbackTargetPanel h4 {
    border-bottom: 1px solid;
    margin-bottom: 6px;
    padding-bottom: 6px;
    font-weight: bold;
}

#Body_Body_pnlSearch .panel-heading h3 {
    margin: 0;
}

.workload-emp-data .name, .workload-emp-data .counts {
    font-weight: bold;
}

.workload-summary .rfis .counts > span,
.workload-summary .subs .counts > span {
    padding-left: 3px;
    padding-right: 3px;
}

.upcoming-tlcu .media, .upcoming-tlcu .media-body {
    overflow: visible;
}

.upcoming-tlcu .course-details.media, .upcoming-tlcu .course-details.media-body {
    overflow: hidden;
}

.search-panel .panel-body {
    background-color: #fff;
}

.select-assignee {
    padding: 2px 0 3px;
}

@media (min-width: 992px), (max-width: 1999px) {
    .search-panel .panel-footer .apply-search-container {
        padding-left: 4px;
        padding-right: 4px;
    }

    .filters .panel-body .recently-complete-filter {
        padding-left: 4px;
        padding-right: 4px;
    }
}

.appt-type-rfi .schedule-item .appt-icons .ous,
.appt-type-sub .schedule-item .appt-icons .ous {
    padding-bottom: 3px;
}

.appt-type-rfi .schedule-item .appt-footer .label,
.appt-type-sub .schedule-item .appt-footer .label {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
}

.appt-type-rfi .schedule-item .appt-icons .assignee-upload,
.appt-type-sub .schedule-item .appt-icons .assignee-upload {
    padding-left: 2px;
    padding-right: 2px;
}

    .appt-type-rfi .schedule-item .appt-icons .assignee-upload .assignee,
    .appt-type-sub .schedule-item .appt-icons .assignee-upload .assignee {
        padding-right: 4px;
    }

.int-ext-select input {
    margin-right: 2px;
}

.int-ext-select label {
    padding-right: 8px;
}

.pointer {
    cursor: pointer;
}

.rfi-card .truncated {
    max-width: 100%;
}

.sort-filter .schedule-item-types .dropdown-toggle {
    background-color: #fff;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.sort-filter .schedule-item-types .dropdown-menu {
    width: 100%;
}

.rfi-card .contact-info-header {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 15px;
    margin-right: 15px;
}

    .rfi-card .contact-info-header h4, .rfi-card .contact-info-header a {
        position: relative;
        display: inline-block;
    }

        .rfi-card .contact-info-header h4:before,
        .rfi-card .contact-info-header h4:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 9999px;
            height: 1px;
            background: #999;
        }

        .rfi-card .contact-info-header h4:before {
            right: 100%;
            margin-right: 15px;
        }

        .rfi-card .contact-info-header h4:after {
            left: 100%;
            margin-left: 15px;
        }

    .rfi-card .contact-info-header .edit-contact-info {
        display: inline-block;
        font-size: 13px;
    }

.rfi-card .rfi-name {
    text-wrap: normal;
    white-space: normal;
}

.course-details blockquote {
    font-size: 14px;
}

.fa-envelope-o {
    vertical-align: middle;
}

.dashboard {
    padding-right: 20px;
}

    .dashboard .workload-summary .panel-heading, .dashboard .workload-summary .search-result-quick-view, .dashboard .workload-summary .my-quick-view .data-element.name {
        display: none;
    }

.dashboard-nav-buttons {
    border-right: 1px solid #eeeeee;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

div.dataTables_wrapper div.dataTables_info {
    text-align: right;
}

.open-rfi-subs-title {
    font-weight: bold;
}

.sidenav {
    position: fixed; /* Stay in place */
    /*z-index: 1;*/ /* Stay on top */
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden; /* Disable horizontal scroll */
    /*padding-top: 30px;*/ /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border-right: 1px solid #eeeeee;
    display: inline-block;
}

#mySidenav {
    font-size: 1rem;
    width: 55px;
}

@media print {
    #mySidenav {
        display: none !important;
    }

    #personCard {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        break-inside: avoid;
    }

    #print-pic {
        float: left;
        width: 33%;
        height: auto;
    }

    #personCardContent {
        width: 55%;
        height: auto;
    }
}

#print-pic {
    min-height: 186.66px;
    border: none;
    box-shadow: none;
}

.no-border {
    border: none;
}

.icon-size {
    font-size: 24px;
}

#gap_form:hover {
    background-color: #eeeeee;
    border-radius: 5px;
}

#btnConcur:hover {
    border-radius: 5px;
    background-color: #eeeeee;
}

    #btnConcur:hover > #concurIcon {
        -webkit-filter: brightness(70%);
    }

.project-details-sidenav {
    height: 100%;
    width: 4%;
    padding-top: 60px;
    border-right: 1px solid #eeeeee;
    display: inline-block
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    margin-left: 75px;
    width: auto;
}

#pnlDashBoardScheduleItems {
    min-height: 35vh;
}

#rfiSubSummaryTable th, #rfiSubSummaryTable td,
#logSummary th, #logSummary td {
    border-top: none !important;
}

.log-summary-data {
    font-family: Arial;
}

#dashboard-scheduled-items {
    overflow: hidden;
}

.dashboard-panel {
    min-height: 400px;
    padding: 0;
}

.log-summary-row, .hyperlink-row, .cursor-pointer {
    cursor: pointer;
}

.icon-container {
    position: relative;
}

.cblPalDiv input[type="checkbox"] {
    margin-left: 10px;
    margin-right: 1px;
}

.center-block {
    float: none;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 95%;
        max-width: 1200px;
    }
}

@media (min-width: 768px) {
    .dynamic-margin {
        white-space: nowrap;
        margin: 0px;
    }
    .dynamic-search {
        float: right;
    }
}

@media (max-width: 768px) {
    .dynamic-margin {
        white-space: nowrap;
        margin: 0px 0px 0px 15px;
    }
    .dynamic-search {
        float: left;
    }
}
.pm-dashboard-profitability .pending-period-posting:after {
    font-family: FontAwesome;
    content: "\f251"; /* fa-hourglass-start */
}

.project-details .project-people .table {
    border: 1px solid #ddd;
}

.pm-dashboard .project-row {
    cursor: pointer;
}

.invoice-summary .modal-dialog {
    width: 1200px;
}

.ARSummaryContent {
    border: 1px solid grey;
    cursor: no-drop;
}

.pm-dashboard .dataTables_wrapper {
    /* margin hack to get the filter buttons to show closer to the datatables */
    margin-top: -38px;
}

/* use this class on any element that sits in the datatables header section, but not on the whole row otherwise it might cover up other datatable elemtns like the search */
.datatables-header-element-overlay {
    /* This allows the buttons to be clickable with the margin hack around the datatables that's needed for better looking alignment */
    z-index: 1;
}

.pm-dashboard .data-element span[class^="bg-"] {
    padding: 4px;
}

.pm-dashboard .data-element .bg-danger {
    font-weight: bold;
}

.pm-dashboard-panel {
    height: 180px;
}

.balance-data:hover, .invoices-data:focus, .WIP-data:hover, .WIP-data:focus, .Profitability-data:hover, .Profitability-data:focus {
    font-weight: bold;
}

.circle-border {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80%;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    padding: 0;
    font-size: 20px;
}

.circle-danger {
    border: 3px solid #990000;
}

.circle-warning {
    border: 3px solid #ffb81c;
}

.circle-success {
    border: 3px solid #6cc24a;
}

.profitability-tab {
    cursor: pointer;
}

#WIP_tab .invoice-group-column .phase-percent-complete {
    display: inline-block;
    width: 80px;
    padding-right: 1em;
}

.labor-revenue-graph-container {
    border: 1px solid #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 30px;
    padding: 0;
}

.labor-revenue-panel {
    display: flex;
    flex-direction: column;
}

.labor-xeditable .control-group.form-group .editable-input .form-control {
    width: 120px;
}

.presentation-header {
    position: relative;
    z-index: 1;
    padding: 0;
}

    .presentation-header a {
        padding-top: 4px;
        color: #fff;
    }

        .presentation-header a:hover {
            text-decoration: none;
        }

    .presentation-header .back-bar {
        height: 33px;
        background: #005587;
        border-bottom-width: 3px;
        border-bottom: 5px solid #0085CA;
    }

    .presentation-header h2 span {
        font-weight: 900;
        line-height: 16px;
        letter-spacing: 1px;
        color: #97999b;
    }

    .presentation-header .logo-bar {
        background-image: url(../Images/header_bg_blueprint.png);
        background-size: 100% 300px;
        image-rendering: -webkit-optimize-contrast;
        background-position-y: -66px;
        background-color: #fff;
        border-bottom: 5px solid #005587;
    }

        .presentation-header .logo-bar .logo-image {
            max-height: 37px;
            margin: 10px;
            max-width: none;
        }

.amcharts-chart-div svg {
    left: 0 !important;
}

.table-compact > tbody > tr > td {
    padding: 3px;
}

.survey-panel {
    border: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
    background-color: #f5f5f5;
}

.project-hours-tab {
    padding-bottom: 30px !important;
}

#btnQaStatus {
    font-family: Arial;
}


.rfi-quadrants {
    border-right: 1px solid rgba(90,90,90, 0.4);
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.sub-quadrants {
    border-left: 1px solid rgba(90,90,90, 0.4);
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.rfiSubAccordianStyle {
    border-bottom: solid rgb(170,170,170) 1px;
    padding-left: 0px;
    padding-right: 0px;
}

.cal-style {
    color: rgb( 108, 194, 74);
    text-shadow: 1px 1px 3px #eee;
}

.triangle-style {
    color: #FFB81C;
    text-shadow: 0px 0px 5px black, 0px 0px 3px black;
}

.bell-style {
    color: #FF0000;
    text-shadow: 0px 1px 1px darkgray, 1px 0px 1px darkgray, 2px 2px 2px #222;
}

.dashboard-header {
    color: #005282;
    font-weight: normal;
    text-align: center;
}

.dashboard-gray-txt {
    color: rgb(90,90,90);
}

.flex-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-box-wrapper-flex-start {
    flex-shrink: 0;
    align-items: flex-start;
    justify-content: flex-start;
}

.btn-attach {
    width: 75px;
    float: right;
}

.recordedTrainingsHeader {
    background-color: #00aeef;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border: 1px solid black;
}

.recordedTrainingsHeaderText {
    text-align: center;
    color: white;
}

.dashboard-black-txt {
    color: black;
    font-weight: bolder;
    font-size: large;
}

.dashboard-bg {
    background-color: rgb(250,250,250)
}

.dashboard-panel, .actionItemSummaryPanel {
    border-color: #005282;
    border-width: 1px;
    box-shadow: 0 0px 2px #97999B, 0 1px 1px #97999B;
    background-color: rgb(250,250,250);
}

.rfiSubAccordianStyle {
    border-bottom: solid rgb(170,170,170) 1px;
    padding-left: 0px;
    padding-right: 0px;
}

.openLogsReviews {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

#pnlwrapper {
    border: none;
}

.table-sm-text {
    font-size: 13px;
}

.dashboard-hrRule {
    margin: 0px;
    color: rgba(90, 90, 90, 0.4);
    width: 100%;
}

.affix-global .alert {
    border-radius: 0;
}

.teamsbackgroundcolor {
    background-color: #6163A6
}

.teamsnamebackgroundcolor {
    background-color: #F2D5D7;
    height: 39px;
    width: 39px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}

.teamsnametextcolor {
    color: #7A3F46;
}

.teamsoffwhitetextcolor {
    color: #FEFEFE;
}

.quickmessagepopover,
.teamsMessageTeamPopover,
.teamsCreateTeamPopover,
.teamsJoinTeamPopover,
.msteams-nopermission-popover{
    position: absolute;
    z-index: 100;
    left: 125px;
    top: -50px;
    width: 260px;
    border-radius: 3px;
    box-shadow: 0 6px 8px rgba(0,0,0,0.5);
    padding: 10px;
}

.teamsMessageTeamPopover,
.teamsCreateTeamPopover,
.teamsJoinTeamPopover,
.msteams-nopermission-popover{
    top: 50px;
    left: unset;
    right: 0;
}

.quickmessagepopover-name {
    display: flex;
    margin-bottom: 10px;
}

.quickmessagepopover-details {
    text-align: left;
}

.quickmessagepopover-input {
    display: flex;
}

    .quickmessagepopover-input .input-group {
        width: 100%;
    }

    .quickmessagepopover-input .form-control {
        border-radius: 3px 0 0 3px;
    }

    .quickmessagepopover-input button {
        border-radius: 0 3px 3px 0;
    }

.quickmessagepopover-icon {
    float: right;
    cursor: pointer;
}

div.teamsquickmessagearrow {
    font-size: 9pt;
    cursor: pointer;
}

.popover .editable-date {
    margin-bottom: 5px;
}

.strikethrough {
    text-decoration: line-through;
}

.project-details .nav-tabs {
    border-bottom: none;
}

.performance-metrics-header {
    text-decoration: underline;
}

.project-details .nav-tabs > li > a {
    background-color: #EFEFEF;
    border: 1px solid #DDD
}

.project-details .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #FFF;
    background-color: #0085ca;
    border: 1px solid #0085ca;
}

/* Begin MS Teams Group chat control */
.msteams-group-messaging-control {
    display: inline-block;
}

    .msteams-group-messaging-control .btn-msteams-createteam {
        display: none;
    }

    .msteams-group-messaging-control .btn-msteams-jointeam {
        display: none;
    }

    .msteams-group-messaging-control .teamsMessageTeamPopover {
        display: none;
    }

    .msteams-group-messaging-control .msteams-nopermission-popover {
        display: none;
    }

    .msteams-group-messaging-control.msteams-group-messaging-jointeam .btn-msteams-jointeam {
        display: block;
    }

    .msteams-group-messaging-control.msteams-group-messaging-createteam .btn-msteams-createteam {
        display: block;
    }

    .msteams-group-messaging-control.msteams-group-messaging-sendmessage .teamsMessageTeamPopover {
        display: block;
    }

    .msteams-group-messaging-control.msteams-group-messaging-nopermission .msteams-nopermission-popover {
        display: block;
    }

.panel-news.collapse[aria-expanded="false"] {
    display: block;
    height: 675px !important;
    overflow: hidden;
}

.panel-news.collapsing[aria-expanded="false"] {
    height: 675px !important;
}

.panel-news-body {
    overflow: hidden;
    height: 105px;
}

.panel-news-body img {
    float: left;
    margin: 5px !important;
    width: 50px !important;
    height: 50px !important;
}

#newsBody img {
    width: auto;
}

.btn-white {
    background-color: #fff !important;
    color: #005587 !important;
    border: 2px solid #005587 !important;
}

    .btn-white:hover {
        background-color: #005587 !important;
        color: #fff !important;
        border: 2px solid #005587 !important;
    }

a .fa-spinner.fa-pulse.remove-hyperlink-color {
    color: black;
    text-decoration: none;
}

.btn-close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
}

.discipline-label {
    display: block;
    padding: .5em 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    text-align: center;
    box-sizing: border-box;
    width: 95%;
    margin-left: auto;
    margin-right: auto;    
}

.qc-button-group {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

    .qc-button-group .btn {
        border-radius: 0 !important;
        width: 100%;
    }

    .qc-button-group .left-btn {
        border-bottom-left-radius: 4px !important;
    }

    .qc-button-group .right-btn {
        border-bottom-right-radius: 4px !important;
    }
