body {
    background: #f8f8f8 !important;
    margin-top: 0px !important;
    font-family: 'Open Sans', sans-serif !important;
    height: 100%;
}

.navbar-header {
    display: none !important;
}

.navbar {
    display: none !important;
}

#contentHeader {
    background-color: #fff;
    padding: 0;
    display: table;
    width: 100%;
}

.widthWrap {
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    display: table;
}

.widthWrap .container {
    background-color:transparent;
}

#externalNavigation {
    background: var(--accent);
    /*min-width: 1010px;*/
    width:100%;
    position: relative;
    z-index: 50;
    height: 51px;
}

.signInForm {
    margin: 80px auto;
    width: 400px;
    border-radius: 3px;
    padding: 20px 40px;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}

    .signInForm .txt,
    .signInForm .pass {
        border: 1px solid #555;
        font-size: 1.4em;
        width: 290px;
        height: auto !important;
        min-width: 180px;
        padding: 10px !important;
        line-height: normal !important;
    }

    .signInForm a {
        display: block;
        float: left;
        padding: 5px 10px;
        color: darkgray;
        vertical-align: middle !important;
    }


.linkButton {
    background: #333;
    border: 2px solid #888;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

    .linkButton:hover {
        background: #444;
        border-color: #aaa;
        color: #fff;
    }


.loginButton {
    background: #E96E50;
    border: 1px solid #E96E50;
    border-radius: 3px;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 8px;
    font-weight: 600;
    font-size: calc(16rem/16);
    font-family: Open Sans, sans-serif;
}

    .loginButton:hover {
        background: #225aa1;
    }

#forget-password-nav-link a {
    color: darkgray;
    float: none !important;
    padding: 0 !important;
    display: inline !important;
}

#extLogoWrapper {
    padding: 10px;
}
/*footer styles*/
.footerBar {
    background-color: var(--accent);
    padding: 7px 0 5px 0;
    width: 100%;
    display: table;
    bottom: 0;
    height:50px;
    position: fixed;
    z-index:50;
}

.footerLeft {
    float: left;
}

.footerRight {
    float: right;
    padding: 20px;
    height: 50px;
}

.footerBar p, .footerBar span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0px auto;
    color: white !important;
    font-size: calc(12rem/16);
}

    .footerBar a, .footerBar p {
        margin-right: 0px;
        color: white !important;
        font-weight: bold;
    }

        .footerBar p a:hover,
        .footerBar p a:focus {
            color: #000;
        }

.footerLeft img,
.footerLeft p {
    float: left;
    margin-right: 10px;
}
/*end footer styles*/

.cancelBtn {
    color: #e00000;
    font-weight: bold;
    background-color: transparent;
    border: none;
    padding: 8px;
    margin: 0px 8px;
    border-radius: 5px;
}

    .cancelBtn:hover:enabled, {
        color: darkred !important;
        background: #ededed !important;
    }

    .cancelBtn:active:enabled {
        color: #f8f8ff;
        background: #8888aa;
        margin: 1px;
    }

.btnNewUser {
    display: none !important;
}

#logoWrapper {
    padding: 10px;
    margin-left: 20px;
}

.dropDown {
    box-sizing: border-box;
    padding-left: 27px;
    border-bottom: 1px solid #d7d7d7;
    margin-right: 7px;
}

    .dropDown li {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        position: relative;
        padding: 6px 0;
        color: var(--accent);
        font-size: calc(14rem/16);
        list-style: none
    }

        .dropDown li a {
            padding-right: 20px;
            color: var(--accent);
            display: block;
        }

        .dropDown li:hover ul {
            display: block;
            list-style: none;
        }

        .dropDown li ul {
            width: 100%;
            border: 1px solid #d7d7d7;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 70;
            background-color: #fff;
            display: none;
            list-style: none
        }

            .dropDown li ul li {
                padding: 0;
                border: none;
            }

                .dropDown li ul li a {
                    background-image: none;
                    display: block;
                    line-height: 20px;
                    padding: 7px 15px;
                    text-decoration: none;
                }

                    .dropDown li ul li a:hover {
                        background-color: #363636;
                        color: #fff;
                    }

/*overwrite bootstrap and site styles*/
.container-fluid {
    background-image: url('../Assets/Logos/Ascend_Navy_289x70.jpg');
    background-repeat: no-repeat;
    background-color: white;
    height: 75px;
    padding-left: 50px;
    width: 100%;
}

.navbar-fixed-top {
    height: 125px;
    background-color: var(--accent);
    width: 100%;
}

.container {
    background: #f8f8f8;
    width: 100% !important;
    padding: 0px !important;
}

.row {
    margin-right:0px !important;
    margin-left:0px !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff !important;
}
.btn-primary {
    background-color: #E96E50 !important;
    border-color: #E96E50 !important;
}

    .btn-primary:hover {
        background-color: #d16348 !important;
        border-color: #d16348 !important;
    }
