﻿@charset "utf-8";

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;
}

html, body {
    height: 100%;
}

body {
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 11px;
    min-width: 1340px;
    background: #F5F7FA;
    letter-spacing: .03em;
    overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.wrapper {
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}

.axhq-portal {
    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;
        }

    .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;
    }

.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;
    }

.log-container li.link-expire {
    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;
}

.red {
    color: red !important;
}

.black {
    text-decoration: none;
    outline: none;
    color: black;
    cursor: default;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clear {
    clear: both;
}

.width-100PI {
    width: 100% !important;
}

.text-align-center {
    text-align: center;
}

.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%;
    min-width: 1260px;
    background-color: #fff;
    position: absolute;
    border: solid 1px #ddd;
    border-radius: 10px;
}

.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;
    margin: 0px 10px;
    background-color: transparent;
}

.rfq-portal_grid_content {
    min-height: 140px;
}

.form_block {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px #C8CAD2;
    border-radius: 5px;
    background: linear-gradient(#fff, #f6f6f6, #efefef);
}

.forms {
    margin-bottom: 5px;
}

    .forms ul {
        display: table-row;
    }

    .forms li {
        display: table-cell;
        padding: 1px 2px;
    }

    .forms li {
        vertical-align: top;
    }

        .forms li .checkbox {
            margin: 2px 0px;
            padding: 0px;
        }

        .forms li input[type=checkbox] {
            float: left !important;
        }

.k-input.txt {
    height: 19px !important;
}

.input_disabled {
    box-shadow: inset 1px 1px 5px #8f9093 !important;
    background-color: #eaeaea !important;
}

.k-state-disabled, .k-state-disabled.txt:disabled, .k-state-disabled div.disable {
    color: black !important;
    opacity: 13.6;
}

.forms label {
    line-height: 25px;
}

label.sub_title {
    text-align: right;
    display: block;
    line-height: 25px;
    color: #385396;
    font-size: 11px;
    font-weight: bold;
}

label.sub_title_left {
    text-align: left;
    display: block;
    line-height: 25px;
    color: #385396;
    font-size: 11px;
    font-weight: bold;
}

label.sub_title_center {
    text-align: center;
    display: block;
    line-height: 25px;
    color: #385396;
    font-size: 11px;
    font-weight: bold;
}

label.sub_title_radio {
    color: #385396;
    font-size: 11px;
    font-weight: bold;
}

label.sub_title_black {
    text-align: right;
    display: block;
    line-height: 25px;
    color: black;
    font-size: 11px;
    font-weight: bold;
}


input[type="submit"], a {
}

input[type="button"].button_icon {
    border: none !important;
    outline: none;
    width: 18px;
    height: 18px;
}

.txt, .select, .txt_area {
    border: 1px solid #C8CAD2 !important;
    border-left-color: #9A9EAB !important;
    border-top-color: #9A9EAB !important;
    box-shadow: inset 1px 1px 3px #9d9d9d;
    padding: 0px 4px 0px 4px;
    font-size: 11px;
    color: #333;
}

    .txt:focus, .select:focus, .txt_area:focus, .query_filter:focus {
        box-shadow: 0px 0px 2px #38530A !important;
        border-color: #7296D3 !important;
    }

.txt {
    height: 19px !important;
}

.select {
    height: 21px;
    padding: 2px 0 2px 5px;
}

.txtarea {
    padding: 5px 6px;
}

label.disabled {
    box-shadow: inset 1px 1px 5px #8f9093;
    float: left;
    height: 18px;
    line-height: 20px !important;
    padding: 1px 5px 2px 5px;
    background-color: #eaeaea;
}

label.disabled_15 {
    box-shadow: inset 1px 1px 5px #8f9093;
    float: left;
    height: 18px;
    line-height: 16px !important;
    padding: 1px 5px 2px 5px;
    background-color: #eaeaea;
}

div.disabled {
    box-shadow: inset 1px 1px 5px #8f9093;
    float: left;
    line-height: 20px;
    padding: 2px 4px 2px 4px;
    background-color: #eaeaea;
    overflow-y: scroll;
}

input[type=text].disabled {
    box-shadow: inset 1px 1px 5px #8f9093;
    float: left;
    line-height: 20px !important;
    padding: 0px 5px 0px 5px;
    background-color: #eaeaea;
}

    input[type=text].disabled.link-txt-box {
        text-decoration: underline !important;
        color: #0080D7;
    }

.th-checkwrapper {
    display: flex;
    align-items: center;
}

.grid_wrapper {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    box-shadow: 2px 3px 3px #C8CAD2;
    border-radius: 5px;
    border: 1px solid #ccc;
}

    .grid_wrapper h4.title, .detail_header h4.title {
        color: #0080D7;
        border-radius: 5px 5px 0 0;
        font-size: 12px;
        font-weight: bold;
        padding: 5px;
    }

.grid_header {
    width: 100%;
    line-height: 12px;
    min-height: 18px;
    background: #BFC9DD;
    border: 1px solid #BFC9DD;
    background: linear-gradient(#DDE2ED, #C0C9DE);
}

    .grid_header h3 {
        font-size: 16px;
        margin-top: 3px;
    }

    .grid_header h4 {
        font-size: 13px;
        font-weight: bold;
    }

    .grid_header .status {
        font-size: 12px;
        margin-right: 10px;
        line-height: 28px;
        color: #0080D7;
    }

    .grid_header .row_count {
        font-size: 12px;
        margin-right: 10px;
        line-height: 28px;
        color: #0080D7;
    }

    .grid_header .button_wrap {
        float: right;
        position: inherit;
    }

    .grid_header select {
        border: 1px solid #A4A7B5;
        margin-top: 3px;
        margin-right: 5px;
        height: 25px;
    }


.gridview {
    border: 1px solid #C8CAD2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-collapse: collapse;
}

.grid {
    padding: 1px;
    border-collapse: collapse;
}

    .grid th {
        font: bold 13px Arial, Helvetica, sans-serif !important;
        padding: 3px 3px 3px 5px;
        border-collapse: collapse;
        text-align: left;
        background-color: #DFE4EE !important;
        background-position: 50% 50%;
        border-right: 1px solid #fff;
        color: #2e2e2e;
        vertical-align: bottom;
    }

        .grid th.group-first {
            border-left: 1px solid #7E95CA !important;
        }

        .grid th.group-last {
            border-right: 1px solid #7E95CA !important;
        }

        .grid th a, .grid th span {
            font: bold 11px Arial, Helvetica, sans-serif !important;
        }

    .grid td {
        padding: 0px 5px;
        border-right: 1px solid #DFE4EE !important;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        height: 23px !important;
    }

        .grid td.strong {
            font: bold 11px Arial, Helvetica, sans-serif !important;
        }

        .grid td:last-child {
            border-right: none;
        }

    .grid .odd {
        background: #fff;
    }

    .grid .even {
        background: #f8f8f8;
    }

    .grid .new {
    }

        .grid .new td {
            padding: 0;
        }

        .grid .new:hover td {
        }

        .grid .new .txt {
            width: 90.6%;
        }

        .grid .new .input[type=text] {
            width: calc(100% - 18px);
        }

    .grid tr.ref td {
        border: none;
    }

    .grid td .label {
        float: right;
        padding-right: 5px;
        width: 60px;
    }

    .grid td .icon-add {
        float: right;
    }

    .grid .group-header {
        background: linear-gradient(#E3E9F7, #C9D5ED) !important;
        text-align: center !important;
        border-left: 1px solid #7E95CA !important;
        border-right: 1px solid #f3f5f9 !important;
        color: #333;
    }

        .grid .group-header span {
            display: inline-block;
            margin: 0 10px;
        }

    .grid .row-disabled {
        background-color: #DEDEDE !important;
        color: #000000 !important;
    }

    .grid .k-alt .row-disabled {
        background-color: #EAEAEA !important;
        color: #000000 !important;
    }

    .grid td .select {
        height: 19px !important;
    }

    .grid .k-grid-header {
        background-color: #DFE4EE !important;
    }

.button_wrap .box {
    float: left !important;
    position: relative;
    margin: 2px;
    height: 20px;
    width: 20px;
    border: 1px solid #A4A7B5;
    background: #fff;
    border-radius: 3px;
    padding: 2px;
}

.button_wrap_small .box {
    float: left !important;
    position: relative;
    margin-left: 2px;
    height: 18px;
    width: 18px;
    border: 1px solid #A4A7B5;
    background: #fff;
    border-radius: 3px;
}

.button_icon {
    text-indent: -999px;
}

.button_wrap .box .button_icon {
    margin: 1px;
    text-indent: -999px;
}

.button_wrap .icon-delete {
    margin-left: 3px !important;
}

.k-datepicker {
    padding: 0px;
    border: none;
    box-shadow: inset 1px 1px 3px #666;
    background-color: #fff;
    height: 22px;
}

    .k-datepicker .k-input.txt {
        height: 20px;
    }

.title {
    text-align: right;
    display: block;
    line-height: 18px;
    color: #385396;
    font-size: 11px;
    font-weight: bold;
}

.button, .k-filter-menu .k-button {
    cursor: pointer;
    font-size: 15px;
    letter-spacing: .05em;
    padding: 2px 10px;
    height: 26px;
    outline: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #999;
    background: linear-gradient(#0099FF, #005E9B);
}

input, select, textarea {
    font-size: 11px !important;
}

textarea {
    color: black;
    font-family: Arial, Verdana, Geneva, sans-serif;
    padding: 5px;
}



    input:focus,
    select:focus,
    textarea:focus,
    button:focus {
        outline-width: 0;
    }

.margin_10 {
    margin: 10px !important;
}

.margin_T10 {
    margin-top: 10px;
}

margin_B5 {
    margin-bottom: 5px !important;
}

.margin_B2 {
    margin-bottom: 2px !important;
}

.margin_B0 {
    margin-bottom: 0px !important;
}

.margin_T2 {
    margin-top: 2px;
}

.margin_T5 {
    margin-top: 5px;
}

.margin_L5 {
    margin-left: 5px !important;
}

.margin_L25 {
    margin-left: 25px;
}

.margin_R10 {
    margin-right: 10px !important;
}

.k-grid tbody tr:hover {
    background-color: #ccdced;
}

ul {
    margin: 0;
}

ol, ul {
    list-style: none outside none;
}

.k-numerictextbox {
    padding: 0px !important;
    padding-right: 2px !important;
}

.k-input.txt {
    height: 19px !important;
}

.k-numerictextbox .k-input {
    margin: 0 !important;
    border-radius: 0px;
    padding: 0px !important;
}

.align_right {
    text-align: right !important;
}

.right {
    float: right !important;
}

.k-numeric-wrap .k-select {
    display: none !important;
    padding: 0 !important;
}

.txt, .select, .txt_area {
    border: 1px solid #C8CAD2 !important;
    border-left-color: #9A9EAB !important;
    border-top-color: #9A9EAB !important;
    box-shadow: inset 1px 1px 3px #9d9d9d;
    padding: 0px 4px 0px 4px;
    font-size: 11px;
    color: #333;
}


.display_inline {
    display: inline-block !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 .content {
        float: left;
        margin: 10px;
    }

    .popup .titlebar h5 {
        float: left;
        margin: 8px 10px;
        color: #2E2E2E;
        font-size: 13px;
        font-weight: bold;
    }

    .popup .closebutton {
        margin: 5px 5px 0px 0px;
    }

    .popup .errortitle {
        border: 1px solid #FACCCE !important;
        background: linear-gradient(#FAC7CB, #E0929D) !important;
    }

.hidden {
    display: none;
}

input:disabled, div.disable {
    background-color: #eaeaea;
    color: black !important;
}

.k-datepicker {
    padding: 0px !important
}

.width_100 {
    width: 100px !important;
}

.width_150 {
    width: 150px !important;
}

.width_185 {
    width: 185px;
}

.width_190 {
    width: 190px !important;
}

.width_200 {
    width: 200px !important;
}

.width_230 {
    width: 230px !important;
}

.width_400 {
    width: 400px !important;
}

.width_500 {
    width: 500px !important;
}

.width_65 {
    width: 65px !important;
}

.width_120 {
    width: 120px !important;
}

.width_205 {
    width: 205px !important;
}

.width_255 {
    width: 255px !important;
}

.width_210 {
    width: 210px !important;
}

.width_193 {
    width: 193px !important;
}

.width_195 {
    width: 195px !important;
}

.width_80 {
    width: 80px !important;
}

.width_90 {
    width: 90px !important;
}

textarea {
    resize: none;
}

    textarea.width_350 {
        width: 346px !important;
    }

.height_150 {
    height: 150px !important;
}

.height_120 {
    height: 120px;
}

.height_150M {
    min-height: 150px;
}

#dirty_popup_window {
    width: 420px;
    height: 130px;
    z-index: 9991;
}

#resp_commentspopup {
    width: 400px !important;
    height: 250px !important;
}

#alt_item_popup {
    width: 450px !important;
    height: 165px !important;
}

#quantity_break_popup {
    width: 450px !important;
    height: 450px !important;
}
