﻿/* Header Component*/
.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.main-section {
    height: 90px;
    background: #eee;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}

sup {
    font-size: 1.4rem;
}

#switch .display {
    display:block;
}

#switch .nodisplay {
    display: none;
}

.switch {
    font-size: 1.4rem;
    letter-spacing: 1.5px;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #245FAC;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    display: none;
}

.contract-label {
    font-size: 1.8rem;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #737373;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 12px;
}

.content-label b {
    color: white !important;
}

.contract-second-label {
    font-size: 1.4rem;
    letter-spacing: 1.5px;
    font-family: "Open Sans";
    font-weight: 400;
    color: #343434;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
}
.logout-container {
    padding-top: 30px;
    text-align: right;
    padding-right: 40px;
    font-size: 2.0rem;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #000000;
    background: transparent;
}


    .logout-container .logout .btn {
        font-size: 1.6rem;
        font-family: 'Open Sans';
        font-weight: 400;
        color: rgba(80,101,123,0.8) !important;
        height: 25px;
        padding: 0px;
    }

    .logout-container .logout {
        font-size: 1.6rem;
        font-family: 'Open Sans';
        font-weight: 400;
        color: #245FAC;
        /*margin-top: 3px;*/
        padding-left: 0px;
    }

    .logout-container .profile-container {
        border-right: 1px solid #343434;
        height: 30px;
    }

    .logout-container .profile {
        font-size: 1.6rem;
        font-family: 'Open Sans';
        font-weight: 400;
        color: rgba(80,101,123,0.8) !important;
        height: 25px;
        margin-bottom: 25px;
        padding-left: 0px;
        padding-right:0px;
    }
    

    .logout-container .glyphicon-cog {
        top: -3px;
        line-height: 1;
        font-size: 26px;
        color: darkgray;
        border: none;
        background-color: transparent;
        outline: none;
        padding: 5px 0px 2px;
    }

    .logout-container .setting-text {
        font-size: 1.6rem;
        font-family: "Open Sans";
        font-weight: 400;
        top: -9px;
        position: relative;
        text-transform: uppercase;
    }

    .logout-container .tooltiptext {
        width: 200px;
        background-color: #eeeeee;
        font-size: 1.6rem;
        font-weight: 400;
        color: #373737;
        text-align: left;
        font-family: "Open Sans";
        padding: 15px 20px;
        position: absolute;
        top: 30px;
        right: 15px;
        z-index: 1001;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        list-style-type: none;
        visibility: hidden;
    }

        .logout-container .tooltiptext a:hover {
            text-decoration: underline
        }

    .logout-container .tooltiptext:hover {
        visibility: visible;
    }

    .logout-container .spinnerContainer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, .9);
        z-index: 10001;
         visibility: hidden;
    }

    .logout-container .setting-button.active ~ .tooltiptext {
        visibility: visible;
    }

    .logout-container .setting-button.active ~ .spinnerContainer {
        visibility: visible;
    }

.setting-button {
    border: 1px;
    background-color: transparent;
    margin: 0px;
    height: 32px;
    width: 32px;
    outline: none;
    padding: 0px;
}

/* Greet Component*/
.srt-greet {
    font-size: 2rem;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #737373;
    padding-top: 29px;
    padding-bottom: 24px;
    padding-left: 26px;
}

/* Brand Logo */
.main-section .srt-brand {
    height: 60px;
    margin: 15px;
}


/* Cobrand Logo */
.srtgreet .srt-coBrand {
    margin-right: 30px;
    height: 70px;
}

.weightone {
    margin: 0 0 0px;
}

/*Footer Component*/

.footer {
    color: white;
    background: #373737;
    height: 142px;
    position: relative;
    width: 100%;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
    padding: 0 15px;
}

    .footer hr {
        margin: 5px 0;
        opacity: 0.2;
    }

    .footer p {
        margin: 0;
        color: #fff !important;
        padding: 9px 0x;
        font-size: 14px !important;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    }

    .footer a {
        color: #78828D;
        text-decoration: none;
        font-size: 16px !important;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    }

        .footer a:hover {
            color: #fff;
        }

    .footer .content-label {
        font-size: 15px;
        font-family: "Open Sans";
        word-wrap: break-word;
        margin-top: 20px;
        margin-bottom: 20px;
        color: white;
    }
        .footer .content-label a {
            color: #fff;
            font-family: "Open Sans"
        }
    .footer .srt-copyright {
        font-size: 15px;
        font-family: "Open Sans";
        margin-top: 10px;
        float: left;
        color: white;
    }
        .footer .srt-copyright a {
            color: #fff;
            font-family: "Open Sans"
        }
    .footer .srt-contactus {
        font-size: 15px;
        float: right;
        font-family: "Open Sans";
        text-transform: uppercase;
    }
        .footer .srt-contactus a {
            color: #fff;
            font-family: "Open Sans"
        }
/*Navigation Bar*/

div#twoTierNavCoreContainer {
    border: none;
    border-color: #e7e7e7;
    min-height: 65px;
    background-color: white;
}
/* --------- Top Nav --------- */
#twoTierNavCore {
    list-style: none;
    margin: 0px 0px 0px 0px;
    position: relative;
    padding: 0px;
    border-radius: 5px;
}

    #twoTierNavCore li {
        float: left;
        text-align: center;
        margin: 0;
        padding-bottom: 1px;
    }

        #twoTierNavCore li a {
            margin-right: 2px;
            font-size: 1.6rem;
            font-family: "Open Sans";
            font-weight: 400;
            border: none;
            border-radius: 0 !important;
            padding-top: 5px;
            padding-left: 39px;
            padding-right: 39px;
           
            cursor: pointer;
            border-top: 5px solid #fff;
            text-transform: uppercase;
        }

        #twoTierNavCore li:first-child {
            margin-left: 20px;
        }

        #twoTierNavCore li.current .top-menu {
            background: #e6e6e6;
            top: 1px;
            color: #fff !important;
            background-color: #373737 !important;
            border-top: 5px solid #3b85b5 !important;
            border-right: none;
            border-left: none;
        }

    #twoTierNavCore a {
        display: block;
        text-decoration: none;
        color: #b6b6b6;
        outline: 0;
        font-size: 15px;
        font-weight: bold;
        padding: 5px 10px 5px 5px;
    }
    /* --------- Sub Nav --------- */

    #twoTierNavCore li.current ul {
        left: 0;
        border-radius: 4px;
    }

    #twoTierNavCore ul {
        position: absolute;
        left: -999em;
        list-style: none;
        padding: 0px;
        background: #e6e6e6;
        margin: 0px !important;
        width: 100%;
        display: flex;
        height: 47px;
        width: 100%;
        background-color: #373737;
        border-radius: 0 !important;
        padding: 11px 0 14px 13px;
        border: none;
        border-radius: 4px;
    }

        #twoTierNavCore ul li {
            width: auto;
            margin: 0 0 0 0;
        }
        /*#twoTierNavCore ul li:first-child { margin-left: 0px;}*/
        #twoTierNavCore ul a {
            border-top: none;
            padding: 2px;
            cursor: pointer;
            color: #ffffff;
            font-size: 1.6rem;
            font-family: 'Open Sans';
            font-weight: 400;
            margin-right: 28px;
            text-transform: none;
        }

            #twoTierNavCore ul a:active,
            #twoTierNavCore ul a:focus,
            #twoTierNavCore ul a:hover {
                color: #fff;
                background: transparent;
                border-bottom: 2px #3b85b5 solid;
            }

    #twoTierNavCore li:active ul {
        left: 0;
    }

    #twoTierNavCore ul .subcurrent a {
        background-color: #373737;
        /*border-bottom: 2px #3b85b5 solid;*/
        padding: 2px;
        cursor: pointer;
    }

    #twoTierNavCore ul a.active {
        background-color: #373737;
        border-bottom: 2px #3b85b5 solid;
        padding: 2px;
        cursor: pointer;
    }

    #twoTierNavCore > li.active > a,
    #twoTierNavCore > li.active > a:focus,
    #twoTierNavCore > li.active > a:hover {
        color: #fff !important;
        background-color: #373737 !important;
        border-top: 5px solid #3b85b5 !important;
        border-right: none;
        border-left: none;
    }

        #twoTierNavCore > li:hover > a,
        #twoTierNavCore > li.active > a:focus,
        .nav-tabs > li:hover > a:hover {
            color: #fff !important;
            background-color: #373737 !important;
            border-top: 5px solid #3b85b5 !important;
            border-right: none;
            border-left: none;
        }

.login-header {
    height: 90px;
    background: #eee;
    /*box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);*/
}
    /* Brand Logo */
    .login-header .srt-brand {
        padding-left: 40px;
        margin: 15px;
        height: 60px;
    }

.login-footer {
    left: 0;
    padding: 1rem;
    background-color: #286090;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
}

    .login-footer hr {
        margin: 5px 0;
        opacity: 0.2;
    }

    .login-footer p {
        margin: 0;
        color: #fff !important;
        padding: 9px 0px;
        font-size: 14px !important;
        padding:0px;
    }

    .login-footer a {
        background-color: transparent !important;
        color: #337ab7 !important;
        text-decoration: none;
    }
        .login-footer a:hover {
            color: #23527c !important;
            text-decoration: underline !important;
        }

.primary-80.font {
    color: rgba(91,94,98,0.8);
}
