﻿html {
    overflow: auto;
    overflow-x: hidden;
}

html, body {
    margin: 0px;
    padding: 0px;
    font-family: Trebuchet MS,sans-serif;
    font-size: 11px;
    background: #F7F7F7;
}

    html.beta, body.beta {
        background-image: url('/Views/Account/Media/SignIn/BetaBackground.jpg');
    }

    html.alpha, body.alpha {
        background-image: url('/Views/Account/Media/SignIn/AlphaBackground.png');
    }

#header {
    height: 40px;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #2b328c transparent;
}

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 8px;
    }

    *::-webkit-scrollbar-track {
        background: transparent;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #2b328c;
        border: 1px solid transparent;
    }

:root .blueBackground {
    background: #353b7d;
}

.blueBackground {
    background: #353b7d;
    background: -moz-linear-gradient(top, rgba(64,90,135,1) 0%, rgba(36,53,82,1) 100%);
}

:root .orangeBackground {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZTc2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWI2NDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.orangeBackground {
    background: #f1e767;
    background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645));
    background: -webkit-linear-gradient(top, #f1e767 0%,#feb645 100%);
    background: -o-linear-gradient(top, #f1e767 0%,#feb645 100%);
    background: -ms-linear-gradient(top, #f1e767 0%,#feb645 100%);
    background: linear-gradient(to bottom, #f1e767 0%,#feb645 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 );
}

#footer {
    clear: both;
    cursor: default;
    font-size: 8pt;
    color: #000000;
    width: 670px;
    text-align: center;
    padding-top: 5px;
    margin-left: 2px;
}

#login,
#resetPassword {
    width: 700px;
    margin: 15px auto;
    padding-left: 23px;
}

#logoContainer {
    width: 475px;
    height: 120px;
    margin: 20px auto;
}

#news {
    width: 675px;
    margin: 15px auto;
}

input {
    font-family: Trebuchet MS,sans-serif;
}

:root input.green {
    background: #5ab88d;
}
/* IE9 */

input.green {
    background: #5ab88d;
    border: 1px solid #49a77c;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #FFF;
    line-height: 1;
    padding: 8px 0;
    text-align: center;
    width: 150px;
}

:root input.green:hover {
    #5ab88d;
}
/* IE9 */

input.green:hover {
    background: #49a77c;
    border: 1px solid #49a77c;
    cursor: pointer;
}

input.green:active {
    border: 1px solid #49a77c;
}

:root input.gray {
    background: rgb(238,238,238);
}
/* IE9 */

input.gray {
    background: rgb(238,238,238);
    border: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #333;
    line-height: 1;
    padding: 8px 0;
    text-align: center;
    text-shadow: 0 1px 0 #eee;
    width: 150px;
}

:root input.gray:hover {
    background: #dddddd;
}
/* IE9 */

input.gray:hover {
    background: #dddddd;
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}

input.gray:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

#footer .left {
    float: left;
    line-height: 25px;
    height: 25px;
}

#footer .right {
    float: right;
    line-height: 25px;
    height: 25px;
}

#footer a,
#footer a:link,
#footer a:visited,
#news_content a,
#news_content a:link,
#news_content a:visited,
.decoratedLink {
    border: none;
    text-decoration: none;
    outline: none;
    color: #2b328c;
    font-weight: bold;
}

#footer.right a {
    margin-left: 25px;
}

#footer a:hover,
#footerLegal a:active,
#footerLegal a:focus,
#news_content a:hover,
#news_content a:active,
#news_content a:focus {
    text-decoration: underline;
}

.title-bullet-smaller {
    font-weight: bold;
    text-transform: uppercase;
    color: #2b328c;
    display: block;
    margin-bottom: 4px;
    margin-top: 10px;
    height: 16px;
    line-height: 16px;
}

.title-expand {
    background-image: url('https://cdn.tradeareasystems.net/Images/Rebrand/ExpanderKalibrateBlue.png');
    background-repeat: no-repeat;
    background-position: 0px -11px;
    height: 11px;
    width: 16px;
    display: inline-block;
}

.title-expand.collapse {
    background-position: 0px 0px;
}

a.forgotPassword, a.forgotPassword:link, a.forgotPassword:visited {
    color: #5ab88d;
    text-decoration: none;
    font-size: 16px;
}

a.forgotPassword:hover {
    text-decoration: underline;
}

#news_content {
    text-align: left;
    font-family: Trebuchet MS,sans-serif;
    font-size: 12px;
    line-height: 19px;
    color: #666;
}

.rememberLabel {
    float: left;
    margin-top: 26px;
    color: #5ab88d;
    font-size: 16px !important;
    text-shadow: 1px 1px 1px #DDD;
    visibility: visible;
}

#signInRememberMe {
    float: left;
    margin-top: 30px;
    visibility: visible;
}

.signInButton {
    height: 45px !important;
    width: 115px !important;
    font-size: 17px;
    font-weight: bold;
}

.notCustomer {
    margin-top: 2px;
    height: 32px;
    margin-left: 10px;
    font-size: 12px;
}

.field-validation-error {
    background-image: url(../Media/SignIn/Error.png);
    background-repeat: no-repeat;
    color: transparent;
    background-size: 14px 14px;
    cursor: default;
    width: 16px;
    height: 16px;
}

.disabledStyle {
    background: #DDD;
    border-color: #CCC;
}

.validation-summary-errors ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.validation-summary-errors {
    width: 710px;
    color: #000000;
    border: 1px solid #DD3C10;
    border-top: none;
    background: #FFEBE8;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0px auto;
    text-align: center;
    font-size: 12px;
}

.hasPlaceholder {
    color: #A9A9A9;
}

/*
* Dynamic Content
*/
.input-wrap {
    position: relative;
    color: #ccc;
}

    .input-wrap label {
        position: absolute;
        left: 0;
        top: -4px;
        z-index: 5;
        font-size: 16px;
        padding-left: 12px;
        color: #ccc;
        cursor: text;
        *line-height: 46px;
        *top: 4px;
    }

    .input-wrap input {
        position: relative;
        z-index: 2;
        color: #ccc;
    }

#login label.focus,
#resetPassword label.focus {
    color: #ccc;
}

#login label.hide,
#resetPassword label.hide {
    display: none;
}

.resetPasswordSection {
    color: #5ab88d;
    padding-top: 15px;
    font-size: 16px !important;
}

.loginInput {
    margin-top: 5px;
    padding: 3px;
    width: 660px;
    height: 36px;
    font-size: 16px;
    padding-left: 12px;
    border: 1px solid #EEE;
    border-radius: 2px;
    *line-height: 36px;
}

@media \0screen {
    .loginInput {
        line-height: 36px;
    }
}

textarea::-moz-selection,
input::-moz-selection {
    background: #3297FD !important;
    -moz-user-select: text !important;
    -khtml-user-select: text !important;
    -webkit-user-select: text !important;
    user-select: text !important;
}

textarea::selection,
input::selection {
    background: #3297FD !important;
    -moz-user-select: text !important;
    -khtml-user-select: text !important;
    -webkit-user-select: text !important;
    user-select: text !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #888888;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #888888;
}

input:-ms-input-placeholder {
    color: #888888;
}

.placeholder {
    color: #888888;
}
