﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, #contact, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body {
    height: 100%;
}

body {
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #333;
}

.wrapper {
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}

.AxHq-login {
    background: url(../images/bg.png) no-repeat 0 0 fixed transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    float: left;
    position: fixed;
    height: 100%;
}

.log-wrap {
    width: 436px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -218px;
    position: absolute;
}

.log-logo {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 25px;
}

.log-container {
    width: 100%;
    float: left;
    background: #fff;
    border: solid 1px #ddd;
    padding: 35px 0;
    height: 200px;
}

    .log-container ul {
        width: 100%;
        margin: 0;
        padding: 0;
        float: left;
    }

        .log-container ul li {
            margin: 5px;
            padding: 0;
            float: left;
            list-style: none;
        }

            .log-container ul li:first-child {
                width: 145px;
                margin-right: 5px;
            }

            .log-container ul li label {
                width: 100%;
                float: left;
                text-align: right;
                line-height: 21px;
            }

    .log-container .log-remember {
        margin-top: 5px;
    }

        .log-container .log-remember input, .log-container .log-remember label {
            float: left;
            width: auto;
            margin-left: 0;
        }

.text-log {
    width: 185px;
    border: solid 1px #ddd;
    background-color: #fff;
    padding: 2px;
    color: #333;
    letter-spacing: 1px;
}

.log_button {
    width: 50px;
    background-color: #ed1c24;
    float: left;
    border: none;
    outline: none;
    height: 22px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
}

    .log_button:hover {
        background: #C00 linear-gradient(#C00,#F50000,#C00);
    }

.log-container a {
    color: #333;
    text-decoration: none;
}

    .log-container a:hover {
        color: #000;
        text-decoration: underline;
    }

.log-footer {
    width: 100%;
    position: absolute;
    bottom: 10px;
}

    .log-footer span {
        width: 100%;
        text-align: center;
        float: left;
        margin-bottom: 5px;
        color: #666;
        font-size: 11px;
    }

select.text-log {
    width: 191px;
}

.log-container .validation-summary-errors {
    width: 100% !important;
    color: red;
    float: left;
    text-align: center;
    margin-bottom: 5px;
}

    .log-container .validation-summary-errors li {
        width: 100% !important;
    }


.black_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    top: 0px;
    z-index: 1000;
    left: 0px;
}

.hidden {
    display: none;
}

.force_hidden {
    display: none !important;
}


.popup {
    position: fixed;
    margin: auto;
    background-color: #fff;
    z-index: 9990;
    border-radius: 10px;
    box-shadow: 2px 2px 6px #333;
    overflow: hidden;
}

    .popup .titlebar {
        float: left;
        width: 100%;
        line-height: 12px;
        min-height: 18px;
        border: 1px solid #BFC9DD;
        background: linear-gradient(#DDE2ED, #C0C9DE);
    }

    .popup .errortitle {
        border: 1px solid #FACCCE !important;
        background: linear-gradient(#FAC7CB, #E0929D) !important;
    }

    .popup .titlebar h5 {
        float: left;
        margin: 8px 10px;
        color: #2E2E2E;
        font-size: 13px;
        font-weight: bold;
    }

    .popup .content {
        float: left;
        margin: 10px;
    }

        .popup .content .even {
            background: #DFE4EE;
        }

        .popup .content .odd {
            background: #fff;
        }

    .popup .closebutton {
        margin: 5px 5px 0px 0px;
    }

#ResetPasswordLinkPopUp {
    width: 475px;
    height: 205px;
}

.margin_T20I {
    margin-top: 20px !important;
}

.disabled-company {
    background-color: #eaeaea !important;
    border: 1px solid #C8CAD2;
    float: left;
    width: 171px !important;
    text-align: left !important;
    padding: 0px 2px;
}

#ForgotPasswordLinkPopUp {
    width: 400px;
    height: 200px;
}


#ResetPasswordSuccess {
    width: 500px;
    height: 200px;
}

    #ResetPasswordSuccess .section_1 {
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        width: 100%;
        margin: 20px 0px;
        float: left;
    }

    #ResetPasswordSuccess .section_2 {
        font-size: 12px;
        text-align: center;
        width: 100%;
        margin: 10px 0px;
        float: left;
    }

.red_border {
    border: solid 1px red !important;
}

#ForgotPasswordLinkPopUp .log-container {
    width: 100%;
    float: left;
    background: #fff;
    border: solid 1px #ddd;
    padding: 5px 0;
    height: 130px;
}

#ForgotPasswordLinkPopUp .log_button {
    width: 130px;
}

#PasswordChangeFailure, #PasswordChangeSuccess, #PasswordCompareFailure {
    width: 450px;
    height: 150px;
}

.margin_T10 {
    margin-top: 10px !important;
}

.margin_T5 {
    margin-top: 5px !important;
}

.margin_L20 {
    margin-left: 20px !important;
}

.red {
    color: red !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.icon-close {
    margin: 5px !important;
}

.padding_0 {
    padding: 0px;
}

.change-password {
    width: 140px;
    text-transform: capitalize;
}

.titlebar span {
    float: left;
    margin: 10px;
    font-weight: bold;
}

.width_150 {
    width: 150px;
}

.float_center {
    float: none;
    display: table-cell;
}

.text_align_center {
    text-align: center;
}

.width_fluid {
    width: 100%;
}

#PasswordChangeFailure .content div, #PasswordChangeSuccess .content div, #PasswordCompareFailure .content div {
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
}

#PasswordChangeFailure .content ul, #PasswordChangeSuccess .content ul, #PasswordCompareFailure .content ul {
    width: 100%;
}

#PasswordChangeFailure .closebutton, #PasswordChangeSuccess .closebutton, #PasswordCompareFailure .closebutton {
    margin: 0px 33%;
}

#passwordpolicy {
    width: 500px;
    height: 150px;
    font-family: Arial, Verdana, Geneva, sans-serif;
}

    #passwordpolicy .content {
        font-size: 11px;
        color: #333;
    }

    #passwordpolicy .error {
        border: 1px solid #FACCCE !important;
        background: linear-gradient(#FAC7CB, #E0929D) !important;
    }

.height_150 {
    height: 150px !important;
}

.text-align-center {
    text-align: center;
}

.width-fluid-I {
    width: 100% !important;
}

.link-expire {
    font-size: 16px;
    font-weight: bold;
}

.link-expire-content {
    padding: 20px 10px !important;
    width: 90% !important;
    font-weight: bold;
}

.portal-body {
    min-width: 1200px;
    min-height: 550px;
    overflow-x: auto !important;
    overflow-y: auto !important;
    background: url(../images/bg.png) no-repeat 0 0 fixed transparent;
    background-size: cover;
}

.portal-container {
    width: 90%;
    height: 80%;
    background-color: #fff;
    position: absolute;
    border: solid 1px #ddd;
    border-radius: 10px;
    margin: 5%;
}

.portal-header {
    width: 99%;
    margin: 10px;
    height: 50px
}

.portal-logo {
    height: 60px;
    width: auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.portal-pane {
    min-width: 1205px !important;
    min-height: 385px !important;
    background-color: #edeff2;
    box-shadow: 1px 1px 5px #8f8b8b;
    border-radius: 5px;
}

    .portal-pane h2 {
        color: #1FBF9F;
        font-size: 18px;
        margin: 10px 0px 0px 10px;
        float: left;
        font-weight: bold;
    }

    .portal-pane h3 {
        font-size: 12px;
        float: left;
        margin: 14px 0px 0px 10px;
        font-weight: bold;
    }

.rfq-portal_header {
    width: 98.3% !important;
    margin: 10px;
    min-height: 100px;
    clear: both;
}

.rfq-portal_footer {
    width: 98.3% !important;
    clear: both;
    margin: 10px;
}

.rfq-portal_grid {
    min-width: 1180px !important;
    width: 98.3% !important;
    background-color: #fff;
    margin: 0px 10px;
}

.rfq-portal_grid_content {
    min-height: 140px;
}
