﻿@media screen and (max-width: 768px) {
    .small-fullWidth {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (min-width: 768px) {
    .topContentContainer {
        position: fixed;
        left: 210px;
        right: 0px;
        top: 0px;
        z-index: 101;
    }

    .staticMasterTopContentContainer {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        z-index: 1;
    }

    .contentContainer {
        margin-left: 210px;
        margin-top: 95px;
    }

    .staticMasterContentContainer {
        margin-top: 75px;
    }
}

.navbar a {
    text-decoration: none;
}

.static > a {
    color: white !important;
    outline: none;
}

.static:hover > a.level2, a.level2:focus {
    color: #343434 !important;
}

.navbar {
    border-radius: 0px;
    background: rgba(62, 62, 66, 1);
    border: none;
    border-bottom: 1px solid #515154;
}

.nav > li > a.level2 {
    padding: 0px !important;
}

    .nav > li > a.level2 > span {
        display: block;
        padding: 4px;
    }

@media screen and (max-width: 767px) {
    .nav > li > a {
        padding: 0px;
    }

        .nav > li > a.level2 > span {
            padding: 10px 15px;
        }
}

@media screen and (min-width: 768px) {
    #navHeightContainer {
        margin-top: 10px;
        overflow-y: auto !important;
    }

    .navbar {
        border-radius: 0px !important;
        margin-bottom: 0px;
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0px;
        width: 210px;
        border: none;
        box-shadow: none;
        border-right: 1px solid #515154;
        background: rgba(62, 62, 66, 1);
        z-index: 101;
    }

    .navbar-collapse {
        background: rgba(62, 62, 66, 1) !important;
        margin-top: -10px;
    }

    .navbar-text {
        display: inline-block !important;
        float: none !important;
        margin-left: 0px !important;
        margin-bottom: 0px !important;
    }

    .static > a {
        padding: 4px !important;
        color: white !important;
    }

    .static > .level1 {
        cursor: default;
        background: none !important;
        font-weight: 600;
        font-size: 15px;
    }

    .static > .level2 {
        margin-left: 15px;
    }

    .singleParent {
        display: block !important;
    }

        .singleParent:hover {
            background: #eee !important;
            color: #343434 !important;
            cursor: pointer;
            display: block;
        }
}

.commonAreaContainer {
    height: 60px;
    background: #607D8B;
    margin-top: -20px;
}

@media screen and (min-width: 768px) {
    .commonAreaContainer {
        margin-top: 0px !important;
        display: flex;
        justify-content: space-between;
    }
}

.employerName {
    font-size: 18px;
    color: white;
    display: inline-block;
    margin-top: 12px;
    margin-left: 15px;
    padding: 5px 6px 4px 5px;
    cursor: default;
}

@media screen and (min-width: 768px) {
    .employerName > span {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 768px) {
    .employerNameLabel {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        margin-right: 25px;
    }
}

.employerPicker {
    position: relative;
    cursor: pointer !important;
}

@media screen and (max-width: 768px) {
    .employerPicker {
        margin-left: 0px;
        width: 100%;
        margin-top: 0px;
        padding: 17px 6px 19px 15px;
    }
}

.employerPicker:hover {
    background: #546e7a;
}

.employerPickerDropDownImage {
    vertical-align: -2px;
    margin-left: 5px;
}

@media screen and (max-width: 768px) {
    .employerPickerDropDownImage {
        position: absolute;
        top: 22px;
        right: 15px;
    }
}

.employerPickerDropDown {
    position: absolute;
    top: 35px;
    left: 0px;
    background-color: rgba(62, 62, 66, 1);
    padding: 10px;
    min-width: 100%;
    display: none;
    cursor: default;
    z-index: 1011;
}

@media screen and (max-width: 768px) {
    .employerPickerDropDown {
        top: 60px;
    }
}

.employerDropDownItem {
    font-size: 14px;
    padding: 5px 15px 5px 5px;
    color: white;
    text-decoration: none;
    display: block;
    outline: none !important;
}

@media screen and (min-width: 768px) {
    .employerDropDownItem {
        white-space: nowrap;
    }
}

.employerDropDownItem.indented {
    margin-left: 10px;
    margin-right: 10px;
}

.employerDropDownItem:hover, .employerDropDownItem:focus, .employerDropDownItem:active {
    background: #eeeeee;
    color: #343434;
    text-decoration: none;
}

.fundNameSeparator {
    font-size: 16px;
    padding: 5px;
    font-weight: 600;
    cursor: default;
}

.logoContainer {
    height: 50px;
    text-align: center;
    font-size: 18px;
    padding-top: 17px;
    color: white;
}

.menuLabel {
    display: inline-block;
    padding: 5px 10px 6px 10px;
    white-space: nowrap;
}

.userNameLabel {
    display: inline-block;
    padding: 5px 0px 6px 10px;
    white-space: nowrap;
}

.accountMenu {
    color: white;
    display: inline-block;
    cursor: pointer;
    margin-top: -5px;
}

    .accountMenuHover {
        background: #546e7a;
    }

.accountMenuDropDown {
    position: absolute;
    top: 46px;
    right: 10px;
    background-color: rgba(62, 62, 66, 1);
    padding: 10px;
    display: none;
    text-align: left;
    min-width: 175px;
}

.accountMenuItem {
    font-size: 14px;
    padding: 5px 15px 5px 5px;
    color: white;
    text-decoration: none;
    display: block;
    outline: none !important;
}

    .accountMenuItem:focus {
        color: white;
        text-decoration: none;
    }

    .accountMenuItem:hover {
        background: #eeeeee;
        color: #343434;
        text-decoration: none;
    }

.title {
    color: #002355;
    margin-left: 250px;
    text-shadow: 0 2px 3px rgba(0,0,0,0.50);
    line-height: 60px;
    vertical-align: middle;
}

.trimmedCombo {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
}

.contentBackground {
    display: inline-block;
    min-width: 100%;
}

.logoAndTitleDiv {
    padding-right: 5px;
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .title {
        font-size: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .title {
        font-size: 25px;
        margin-left: 200px;
    }
}

.mobilelogo {
    padding: 4px;
}

@-ms-viewport {
    width: device-width;
}

.btn {
    height: 26px;
    padding-top: 1px;
}

    .btn.btn-xs {
        height: inherit;
    }

/* restore height and padding */
.input-group-btn .btn {
    height: auto;
    padding-top: 6px;
}

.buttonbar {
    padding: 12px 0px 4px 0px;
}

.debug {
    border: 1px solid red;
}

.loginFailure {
    color: red;
    font-size: small;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}

.noSizing {
    width: auto !important;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.fieldLabel + div {
}

@media screen and (max-width: 991px) {
    /* small devies, force to not behave like a table anymore */
    table.flextable, .flextable thead, .flextable tbody, .flextable th,
    table.flextable td, .flextable tr {
        display: block;
    }

        table.flextable thead tr {
            display: none;
        }


        table.flextable td {
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
        }

        table.flextable tr:nth-of-type(odd) {
            background: #ddd;
        }

        table.flextable td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 25%;
            padding-right: 10px;
            white-space: nowrap;
        }

    .flextableHideColon {
        display: none;
    }

    .contributionName {
        text-align: center;
        font-weight: bold;
    }
}

.tablehack .fieldLabel {
    padding-right: 10px;
}

    .tablehack .fieldLabel hr {
        margin: 0px;
    }

.tablehack th {
    padding-left: 4px;
    padding-right: 4px;
}

.tablehack td {
    padding-left: 4px;
    padding-right: 4px;
}

.tablehack table {
    border-color: lightgray;
    margin: 0 auto;
    font-size: smaller;
}

    .tablehack table tr td {
        border-color: lightgray;
    }

.headerCenter {
    text-align: center !important;
}

.headerRight {
    text-align: right !important;
}

.scollTopIcon {
    position: fixed;
    bottom: 20px;
    right: 30px;
    background-color: #002355;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.hideOnImpersonation {
    display: none;
}

.authenticatorCode {
    width: 7em !important;
}

.verificationCode input {
    font-size: 125%;
    width: 5em;
    letter-spacing: 5px;
    vertical-align: middle;
    text-align: center;
}

.verificationCode a {
    text-decoration: underline;
    font-size: 11px;
}

.textbox {
    border-radius: 3px;
    padding: 3px;
    border: 1px solid #006064;
}

.siteMapContent > span span:nth-child(3) {
    display: none;
}

.centeredPanelContainer {
    display: inline-block;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.centeredPanelContainer > div {
    max-width: 750px;
}

.userNotification {
    background-color: white;
    border: 1px solid lightgrey;
    box-shadow: -1px 2px 5px 0px rgb(175,175,175);
    border-radius: 2px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 10px;
    cursor: default;
    font-size: 12px;
}

    .userNotification.clickable:hover {
        cursor: pointer;
        background-color: rgba(102, 175, 233, 0.4);
    }

    .userNotification .notificationDescription {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
    }

/* overlap an hr following the span*/
.overlapLine {
    display: block;
    margin-left: 13px;
    margin-bottom: -30px;
}
    /* color is filterPanel color */
    .overlapLine > span {
        background-color: #f7f7f7;
        padding: 0 3px;
    }
