﻿/******* TODO: ORGANIZE THIS SECTION ******/
.no-close .ui-dialog-titlebar-close {
    display: none;
}

input:read-only:not(.btn), .single-line:read-only:not(.btn) {
    background-color: rgb(235, 235, 228);
}

.body-container {
    /* For Fixed Header */
    margin-top: 100px !important;
}

body.body-small .body-container {
    /* For Fixed Header */
    margin-top: 10px !important;
}

.body-container-participant {
    /* For Fixed Header */
    margin-top: 220px !important;
}
body.body-small .body-container-participant {
    /* For Fixed Header */
    margin-top: 10px !important;
}

.navbar-static-top {
    /* For Fixed Header */
    width: 100% !important;
    position: fixed !important;
    z-index: 1000 !important;
    padding-right: 0px !important;
}

body.mini-navbar .navbar-static-top {
    /* For Fixed Header */
    padding-right: 20px !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

body.body-small .navbar {
    margin-bottom: 0px;
}

.vertical-align-wrapper {
    display: inline-block;
    white-space: nowrap;
}

.vertical-align-cell {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    white-space: normal;
}


.logo-element {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
    display: inline-block;
    padding: 18px 0;
}

/*Top Navbar*/

.top-navbar-cell {
    padding-right: 20px;
}

.top-navbar-banner-row {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    margin-right: 15px;
    width: 100%;
}

.top-navbar-row {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    height: 75px;
    width: 100%;
    z-index: 900;
}

.body-small .top-navbar-row {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    height: 62px;
    width: 100%;
}

.top-navbar-cell .navbar-minimalize {
    margin-left: 20px;
}

.fa-ambulance {
    color: darkred;
}

/* Popup Windows */
.ui-widget-header {
    border: 1px solid #ddd;
    background: #3a87ad;
    color: white;
    font-weight: bold;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("TegritDataControls/jQuery.UI/images/ui-icons_777777_256x240.png");
}



/* I Want To */
.home-action-list {
    font-size: 11pt;
    font-weight: bold;
    width: 100%
}

    .home-action-list li {
        margin-bottom: 5px;
    }

.home-action-image {
    width: 40px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.home-action-link {
    display: flex;
    padding: 5px;
    background-color: #3a87ad;
    color: white;
    border-radius: 7px;
    width: 100%;
    align-items: center;
    height: 50px;
    font-weight: bold;
}

    .home-action-link:hover {
        color: white;
        background-color: #3c5b6f;
    }

.apply-for-retirement-image {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("images/retire-icon.png");
    background-size: 40px;
}

.buyback-image {
    padding-top: 5px;
    height: 40px;
}

.refund-image {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("images/leaving-employer-icon.png");
    background-size: 40px;
}

/*End I Want To*/

/* Hide everything on the page when the mini navbar is out */

body.mini-navbar.body-small .navbar-static-side {
    margin-left: 0px;
    width: 100% !important;
}

body.body-small {
    margin-left: 0px !important;
}

body.mini-navbar.body-small {
    margin-left: 0px !important;
}

body.body-small.mini-navbar .body-container {
    display: none;
}

body.body-small.mini-navbar #left-navbar {
    text-align: center;
    height: 100%;
}

body.body-small.mini-navbar .tegrit-page-header {
    display: none;
}

body.body-small.mini-navbar .navbar-top-links {
    display: none;
}

body.body-small.mini-navbar .quick-search-cell {
    display: none;
}

body.body-small.mini-navbar .navbar-toggle-container {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100000;
}

/** End hiding stuff for mini-navbar*/
body.body-small .navbar-static-top {
    /* For Fixed Header */
    height: auto;
    position: inherit !important;
    padding-right: inherit !important;
}

.tegrit-page-header {
    position: fixed;
    height: 50px;
    width: 100%;
    top: 90px; /* nav-header height (62px) */
    background-color: white;
    padding-left: 20px;
    margin-left: -15px;
    z-index: 900; /* The drop-downs in the navbar are at 990/1000 */
}

    .tegrit-page-header h2 {
        margin-top: 10px;
    }

body.body-small .tegrit-page-header {
    position: inherit;
    top: unset;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 110%;
}

.tegrit-participant-page-header {
    position: fixed !important;
    height: 50px;
    width: 100%;
    top: 90px; /* nav-header height (62px) + account carousel height (90px) */
    background-color: white;
    padding-left: 20px;
    margin-left: -15px;
    z-index: 900; /* The drop-downs in the navbar are at 990/1000 */
}

    .tegrit-participant-page-header h2 {
        margin-top: 10px;
    }

body.body-small .tegrit-participant-page-header {
    position: inherit !important;
    top: unset;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 110%;
}

.ibox.fullscreen .tegrit-collapse-link {
    display: none;
}

textarea {
    width: 100%;
    height: 100px;
}

pre {
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    border: none;
    color: inherit;
    padding: 0px;
    white-space: pre-wrap;
    word-break: keep-all;
    max-height: 100px;
}

.tegrit-address-label {
    text-transform: uppercase;
}

.dropdown-messages {
    width: auto !important;
}

.dropdown-messages-box div.media-body {
    white-space: nowrap !important;
}

.dropdown-menu li a {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    line-height: 20px;
    text-decoration: none;
}

.dropdown-menu li p {
    margin-bottom: 0px !important;
}

.divider {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.national-id-text-box {
    width: 100px;
}

.ibox {
    margin-bottom: 10px;
}

.ibox-content {
    padding: 10px;
}

.dropzone {
    width: 100%;
    height: 200px;
    min-height: 0px !important;
}

.attachment-download {
    color: #337ab7 !important;
}


.colapse-expand-control-div {
    display: inline-block;
    line-height: 50px;
}

/******* END TODO: ORGANIZE THIS SECTION ******/

/**** Top Nav Bar ****/
.nav.navbar-top-links a {
    font-size: 16px;
    padding: 0.375rem 0.75rem;
}

.navbar-top-links li a {
    min-height: 25px;
}

.navbar-right {
    padding-top: 10px;
}

.top-nav-user-name {
    padding-left: 10px;
    padding-right: 10px;
}


/**** End Site Background Colors ****/


/**** Navigation Menu Styles ****/

.nav-header {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-image: none;
    background-color: white;
}

.nav li .tegrit-ui-accordion-header.active {
    background-color: rgb(65, 126, 103) !important;
}

.nav li.active {
    background-color: #3a87ad !important;
    border-left: #fff 4px solid !important;
}

.tegrit-ui-accordion-header-collapsed.active {
    background-color: rgb(62,71,126) !important;
    border-left: gray 4px solid !important;
}

.nav > li > a:hover {
    background-color: #3a87ad !important;
}

.nav > li.active > a:hover {
    background-color: #3a87ad !important;
}

.nav li .tegrit-ui-accordion-header:hover {
    background-color: #3a87ad !important;
}

.nav > li > a:focus {
    background-color: #3a87ad !important;
}

.nav li .tegrit-ui-accordion-header:focus {
    background-color: #3a87ad !important;
}

.nav > li > a {
    color: #FFFFFF;
    text-decoration: none;
}

.nav > li.active > a {
    color: #FFFFFF;
}

.nav li .tegrit-ui-accordion-header {
    color: #FFFFFF !important;
}

.nav li .tegrit-ui-accordion-header-collapsed {
    color: #FFFFFF !important;
}

.nav ui-accordion-header {
    color: #FFFFFF !important;
}

/**** End Navigation Menu Styles ****/

/**** I Want To Menu *****/

.IWantToContainer {
    background-color: #255643;
    overflow-x: hidden;
}

/**** End I Want To Menu ****/


/***** Site Footer *****/

.site-footer {
    width: 100%;
    background-color: #255643;
    z-index: 950;
    color: #ffffff;
    flex-shrink: 0;
}

.site-footer-main {
    padding-left: 220px; /* Left-Navbar width */
    margin: unset; /* These margins must remain unset. For whatever reason, at certain medium to small resolutions the added margin causes the page width to grow by 15px. */
}

body.body-small .site-footer-main {
    padding-left: unset;
}

.site-footer-bottom {
    width: 100%;
    background-color: #222222;
    color: darkgrey;
    z-index: 950;
    padding: 7px 30px 7px 30px;
    font-size: 14px;
    text-align: center;
}

.site-footer i {
    font-size: 25px;
    padding-right: 10px;
}

.site-footer a {
    color: #ffffff;
}

.footer-cell {
    padding: 0px 20px 15px 20px;
    text-align: left;
}

#wrapper {
    flex: 1 0 auto;
}

body {
    display: flex;
    flex-direction: column;
}

    body.body-small.mini-navbar .site-footer {
        visibility: hidden;
    }

/***** End Site Footer *****/

/**** Nested Control Defaults ****/
.nested-container .tegrit-control-container /* Nested rows */ {
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    background-color: #e9eaed !important;
}

.nested-container .tegrit-collapse-link {
    display: none;
}

/**** End Nested Control Defaults ****/


/***** JQuery UI Tooltip Styles *****/

.ui-tooltip {
    max-width: 500px;
}

a.glossary-tooltip {
    color: black; /* Clear the blue */
    border-bottom: 1pt dashed blue;
}

/***** End JQuery UI Tooltip Styles *****/

/***** Card Styles ******/

.card-title-label {
    /*font-size: 1.375rem;
    line-height: 1.5;
    padding-bottom: 10px !important;*/
}

.card-body-label {
    /*font-family: 'Pontano Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    color: #333;*/
}

.card-body-value {
    /*font-family: 'Pontano Sans', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.3;
    color: #333;*/
}

/***** End Card Styles ******/

/*** Alert Box Styles ***/

.alert-note-container {
    background: #d9edf7;
    border: 1px solid #aedfe9;
    color: #555;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.alert-note-close {
    font-size: 21px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    cursor: pointer;
}

/*** End Alert Box Styles ***/

/* Media Tags */

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0px;
        min-height: 1200px;
    }

    .navbar-static-side {
        z-index: 2001;
        position: absolute;
        width: 220px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0;
        min-height: 1000px;
    }

    .body-small .navbar-static-side {
        display: none;
        z-index: 2001;
        position: absolute;
        width: 70px;
    }

    .body-small.mini-navbar .navbar-static-side {
        display: block;
    }

    .lock-word {
        display: none;
    }

    .navbar-form-custom {
        display: none;
    }

    .navbar-header {
        display: inline;
        float: left;
    }

    .sidebard-panel {
        z-index: 2;
        position: relative;
        width: auto;
        min-height: 100% !important;
    }

    .sidebar-content .wrapper {
        padding-right: 0;
        z-index: 1;
    }

    .fixed-sidebar.body-small .navbar-static-side {
        display: none;
        z-index: 2001;
        position: fixed;
        width: 220px;
    }

    .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
        display: block;
    }

    .ibox-tools {
        float: none;
        text-align: right;
        display: block;
    }

    .navbar-static-side {
        display: none;
    }

    body:not(.mini-navbar) {
        -webkit-transition: background-color 500ms linear;
        -moz-transition: background-color 500ms linear;
        -o-transition: background-color 500ms linear;
        -ms-transition: background-color 500ms linear;
        transition: background-color 500ms linear;
        background-color: #f3f3f4;
    }
}

@media (max-width: 350px) {
    .timeline-item .date {
        text-align: left;
        width: 110px;
        position: relative;
        padding-top: 30px;
    }

        .timeline-item .date i {
            position: absolute;
            top: 0;
            left: 15px;
            padding: 5px;
            width: 30px;
            text-align: center;
            border: 1px solid #e7eaec;
            background: #f8f8f8;
        }

    .timeline-item .content {
        border-left: none;
        border-top: 1px solid #e7eaec;
        padding-top: 10px;
        min-height: 100px;
    }

    .nav.navbar-top-links li.dropdown {
        display: none;
    }

    .ibox-tools {
        float: none;
        text-align: left;
        display: inline-block;
    }
}

@media print {
    a, input {
        display: none !important;
    }

    .ibox-title {
        padding-top: 10px;
        min-height: 20px;
    }

    .ibox-footer {
        display: none !important;
    }

    .ibox, .ibox-content {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .wrapper {
        padding-bottom: 0px !important;
    }

    nav.navbar-static-side {
        display: none;
    }

    body {
        overflow: visible !important;
    }

    #page-wrapper {
        margin: 0;
    }
}
