﻿/* ==========================================================================
   GLOBAL
   ========================================================================== */
html, body, #viewport {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    color: #363636;
}

a {
    color: #f4a601;
    text-decoration: none;
}

    a:hover {
        color: #f4a601;
        text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
}

/*form google maps*/
.carrier_map img {
    max-width: none;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input:focus, select:focus, textarea:focus, button:focus, a:focus, ul:focus, li:focus {
    outline: none;
}

.clear {
    clear: both;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.text_green {
    color: #66aa00;
}

.line_height {
    line-height: 30px;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.div_padding_all {
    padding: 16px;
}

.div_padding_all2 {
    padding: 8px;
}

.div_padding_bottom {
    padding-bottom: 8px;
}

.div_padding_bottom2 {
    padding-bottom: 16px;
}

.div_padding_bottom3 {
    padding-bottom: 32px;
}

.div_padding_top {
    padding-top: 8px;
}

.div_padding_top2 {
    padding-top: 4px;
}

.div_padding_top3 {
    padding-top: 16px;
}

.div_padding_top4 {
    padding-top: 32px;
}

.div_padding_left {
    padding-left: 8px;
}

.div_padding_left2 {
    padding-left: 4px;
}

.div_padding_left3 {
    padding-left: 16px;
}

.div_padding_right {
    padding-right: 8px;
}

.div_padding_right2 {
    padding-right: 16px;
}

.mobile_display {
    display: none;
}

.desktop_display {
    display: block;
}

a {
    cursor: pointer;
}

/* ==========================================================================
   HEADERS AND LISTS
   ========================================================================== */
h1 {
    font-weight: normal;
    font-size: 30px;
    margin: 0;
    padding: 0 0 16px 0;
    color: #101887;
}

h2 {
    font-weight: normal;
    font-size: 20px;
    margin: 0 0 16px 0;
    padding: 0 0 8px 0;
    color: #959595;
    border-bottom: 1px solid #949494;
}

h3 {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    padding: 0 0 15px 0;
    color: #101887;
}

h4 {
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    padding: 0 0 15px 0;
    color: #101887;
}

.main_page_header {
    background-color: #656565;
    color: #ffffff;
    width: 100%;
    padding: 10px;
    margin: 0 0 15px 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-title {
    width: 100%;
    float: left;
    font-weight: normal;
    font-size: 20px;
    margin: 16px 0 16px 0;
    padding: 0 0 4px 0;
    border-bottom: 1px solid #949494;
}


ul, ol {
    margin: 0 0 0 20px;
    padding: 0 0 15px 0;
}

li {
    line-height: 16px;
    margin: 0;
    padding: 0 0 10px 0;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn_1 button, .btn_1 a, .btn_1 input, a.close_modal_btn, a.btn_1, .btn_1 .image_btn {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0 10px;
    background-color: #f4a601;
    color: #ffffff;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.btn_2 {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0 10px;
    background-color: #f4a601;
    color: #ffffff;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

    .btn_2:hover {
        color: white;
    }

.btn_med, btn_med button, .btn_med a, .btn_med input {
    width: 150px;
}

.btn_lg, btn_lg button, .btn_lg a, .btn_lg input {
    width: 200px;
}

.btn_icon, btn_icon button, .btn_icon a, .btn_icon input, a.btn_icon {
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
}

a.btn_icon2 {
    width: 24px;
    height: 24px;
    padding: 0;
}

a.btn_icon, a.btn_icon2 {
    float: left;
    margin: 0 8px 0 0;
}


.btn_1 button:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.help_icon {
    background-color: #f4a601;
    color: #ffffff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
}

.panel .btn_1 {
    margin: 0 0 8px 0;
}

.inline_btn {
    position: relative;
    padding: 0 32px 0 0;
}

    .inline_btn .btn_1 {
        position: absolute;
        top: 0;
        right: 0;
    }

.btn_icon .image_btn {
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
}

/* ==========================================================================
   COLUMN WIDTHS
   ========================================================================== */
.col_1 {
    width: 100%;
}

.col_2 {
    width: 50%;
}

.col_3 {
    width: 33.3333333333%;
}

.col_4 {
    width: 25%;
}

.col_5 {
    width: 20%;
}

.col_6 {
    width: 16.6666666667%;
}

.col_7 {
    width: 14.2857142857%;
}

.col_8 {
    width: 12.5%;
}

.col_10 {
    width: 10%;
}

.col_15 {
    width: 15%;
}


.col_16 {
    width: 16.667%;
}

.col_20 {
    width: 20%;
}

.col_25 {
    width: 25%;
}

.col_30 {
    width: 30%;
}

.col_40 {
    width: 40%;
}

.col_60 {
    width: 60%;
}

.col_65 {
    width: 65%;
}

.col_50 {
    width: 50%;
}

.col_55 {
    width: 55%;
}

.col_70 {
    width: 70%;
}

.col_75 {
    width: 75%;
}

.col_80 {
    width: 80%;
}

.width_5pct {
    width: 5%;
}

.width_10pct {
    width: 10%;
}

.width_30pct {
    width: 30%;
}

.width_33pct {
    width: 33.3333333%;
}

.width_22pct {
    width: 22.5%;
}

.width_50pct {
    width: 50%;
}

.width_100px {
    width: 100px;
}

.width_100pct {
    width: 100%;
}

.height_100px {
    height: 100px;
}

.height_150px {
    height: 150px;
}


/* ==========================================================================
   POPUP MESSAGE
   ========================================================================== */

.popup-message {
    position: absolute;
    bottom: 16px;
    right: 16px;
    padding: 16px;
    background-color: #282828;
    text-align: center;
    color: white;
    width: 300px;
    z-index: 1000;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.popup-message-start {
}


/* ==========================================================================
   FORM VIEW
   ========================================================================== */

.form_width {
    width: 700px;
}

.form_container {
    position: relative;
    width: 100%;
}

.form_section {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0 0 16px 16px;
    border-bottom: 1px solid #545454;
}

    .form_section h3 {
        color: #545454;
    }

.form_row {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 16px 0;
}

.form_row_padding .form_item {
    padding-bottom: 8px;
}

.page_form_row {
    position: relative;
    float: left;
    padding: 0 0 4px 0;
    padding: 10px;
}

.form_row.border_bottom {
    border-bottom: 1px solid #d7d7d7;
    padding: 8px 0 4px 0;
}

    .form_row.border_bottom:first-child {
        padding: 0 0 4px 0;
    }

    .form_row.border_bottom:last-child {
        border-bottom: none;
    }

.form_item {
    position: relative;
    float: left;
    vertical-align: top;
    padding: 0 20px 0 0;
}

.form_row .form_item:last-child {
    padding: 0 20px 20px 0;
}

.form_label {
    position: relative;
    padding: 0 0 4px 0;
    font-weight: bold;
}

.form_value {
    position: relative;
    padding: 0 0 4px 0;
}

.form_error {
    color: red;
    padding: 0 0 8px 0;
}

.form_btn {
    width: 150px;
}

#customerLocationNavSpace h2 {
    min-height: 20px;
}

#Subject {
    width: 100%;
}
/* ==========================================================================
   FORM VIEW STATIC
   ========================================================================== */

.form_container.static {
    position: relative;
    width: 100%;
    font-size: 14px;
}

    .form_container.static .form_row {
        position: relative;
        float: left;
        width: 100%;
        padding: 16px 0 16px 0;
        border-bottom: 1px solid #464646;
    }

    .form_container.static .form_item {
        position: relative;
        float: left;
        vertical-align: top;
        padding: 0 8px 0 0;
    }

    .form_container.static .form_row .form_item:last-child {
        padding: 0 0 0 0;
    }

    .form_container.static .form_label {
        position: relative;
        padding: 0 0 4px 0;
        font-weight: bold;
    }

    .form_container.static .form_value {
        position: relative;
        padding: 0 0 4px 0;
    }

    .form_container.static .form_error {
        color: red;
        padding: 0 0 8px 0;
    }

    .form_container.static .form_btn {
        width: 150px;
    }

/* ==========================================================================
   WYSIWYG EDITOR
   ========================================================================== */
.form_row .jqte {
    margin: 0;
    border: 1px solid #949494;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    overflow: hidden;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.form_row .jqte_source {
    background: #e1e1e1;
}

.form_row .jqte_toolbar {
    overflow: auto;
    padding: 4px;
    background: #bbbbbb;
    border-bottom: 1px solid #949494;
}

.form_row .jqte_tool, .form_row .jqte_tool_icon, .form_row .jqte_tool_label {
    border: none;
    border-radius: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
}

.form_row .jqte_tool {
    border: none;
    float: left;
    margin: 0;
    padding: 4px;
    height: 30px;
    cursor: pointer;
}

    .form_row .jqte_tool:hover {
        background-color: #FFF;
        border-color: none;
    }

        .form_row .jqte_tool:hover .jqte_tool_icon, .form_row .jqte_tool:hover .jqte_tool_label {
            border: none;
        }

.jqte_editor {
    padding: 10px;
    background: #FFF;
    height: 500px;
    overflow: auto;
    outline: none;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    resize: vertical;
}

.modal_container .jqte_editor {
    height: 300px;
}


/* ==========================================================================
   DIV TABLE
   ========================================================================== */
.div_table_scroll {
    position: relative;
}

.div_table_container {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
}

.div_table {
    display: table;
    width: 100%;
}

.div_table_row {
    display: table-row;
    width: 100%;
}

    .div_table_row .div_table_cell_header {
        position: relative;
        display: table-cell;
        min-width: 150px;
        max-width: 100%;
        padding: 6px;
        color: #ffffff;
        background-color: #959595;
    }

        .div_table_row .div_table_cell_header:first-child {
            -webkit-border-radius: 6px 0 0 6px;
            border-radius: 6px 0 0 6px;
        }

        .div_table_row .div_table_cell_header:last-child {
            -webkit-border-radius: 0 6px 6px 0;
            border-radius: 0 6px 6px 0;
        }

        .div_table_row .div_table_cell_header a {
            color: #ffffff;
        }

        .div_table_row .div_table_cell_header .grabber {
            width: 10px;
            height: 14px;
            background-image: url(../images/table_header_grabber_icon.png);
            float: left;
            position: relative;
            margin: 0 4px 0 0;
            cursor: move;
            z-index: 2;
        }

        .div_table_row .div_table_cell_header .sort-column {
            position: relative;
            cursor: pointer;
        }

            .div_table_row .div_table_cell_header .sort-column .data-column {
                position: relative;
            }

                .div_table_row .div_table_cell_header .sort-column .data-column .DESC {
                    position: absolute;
                    top: 0px;
                    right: 4px;
                    width: 10px;
                    height: 14px;
                    background-image: url(../images/table_header_asending_icon.png);
                }

                .div_table_row .div_table_cell_header .sort-column .data-column .ASC {
                    position: absolute;
                    top: 0px;
                    right: 4px;
                    width: 10px;
                    height: 14px;
                    background-image: url(../images/table_header_desending_icon.png);
                }

    .div_table_row .div_table_cell_item {
        display: table-cell;
        min-width: 150px;
        max-width: 100%;
        padding: 6px;
        vertical-align: middle;
        border-bottom: 1px solid #949494;
    }

    .div_table_row:nth-child(odd) .div_table_cell_item {
    }

.div_table_row_hover:hover .div_table_cell_item {
    background-color: #fce4b2;
    cursor: pointer;
}

.div_table_row_hover a {
    color: #363636;
}

.div_table_row .div_table_cell_item.delete_cell, .div_table_row .div_table_cell_header.delete_cell {
    min-width: 36px;
    width: 36px;
    text-align: center;
}

.div_table_footer {
    color: #f46e01;
    font-weight: bold;
}

.delete_cell_btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: auto;
    color: #FFFFFF;
    background-color: #f4a601;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}

.manage_table_layout_nav {
    position: absolute;
    width: 100%;
    z-index: 2000;
    top: 66px;
    text-align: center;
    padding: 0 16px;
}

.dtLayoutField {
    display: block;
    width: 100%;
    padding: 8px;
    border: 1px solid #949494;
    border-bottom: none;
    color: #101887;
    font-weight: bold;
    background-color: #bbbbbb;
}

    .dtLayoutField:last-child {
        border-bottom: 1px solid #949494;
    }

    .dtLayoutField .grabber {
        width: 16px;
        height: 14px;
        background-image: url(../images/table_header_grabber_icon.png);
        float: left;
        position: relative;
        margin: 0 8px 0 0;
        cursor: move;
    }

        .dtLayoutField .grabber.widget-header {
            background-color: #bbbbbb;
        }

.item_matches {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: white;
    width: 16px;
    height: 12px;
    background-color: red;
    font-size: 8px;
    line-height: 12px;
    text-align: center;
    -webkit-border-radius: 6px 0px 6px 0px;
    border-radius: 6px 0px 6px 0px;
}

.div_table_total_items {
    float: left;
    padding: 8px 0 0 0;
}

.div_table_total_sales {
    float: right;
    padding: 8px 0 0 0;
}

.div_table_row .div_table_cell_header.div_table_cell_xsml, .div_table_row .div_table_cell_item.div_table_cell_xsml {
    min-width: 25px;
    width: 25px;
}

.div_table_row .div_table_cell_header.div_table_cell_sml, .div_table_row .div_table_cell_item.div_table_cell_sml {
    min-width: 50px;
    width: 50px;
}

.div_table_row .div_table_cell_header.div_table_cell_med, .div_table_row .div_table_cell_item.div_table_cell_med {
    min-width: 100px;
    width: 100px;
}

/* ==========================================================================
   TABLE PAGER
   ========================================================================== */

.pager_container {
    position: relative;
    width: 100%;
    padding: 8px 0 0 0;
    text-align: center;
}

    .pager_container a {
        display: inline-block;
        padding: 0 8px 0 0;
    }

    .pager_container .pager_first, .pager_container .pager_prev, .pager_container .pager_next, .pager_container .pager_last {
        display: block;
        width: 24px;
        height: 24px;
        background-color: #f4a601;
        text-align: center;
        line-height: 24px;
        color: #ffffff;
        font: "Consolas", monospace;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    .pager_container .pager_numbers {
        display: inline-block;
        padding: 0 12px 0 0;
    }

        .pager_container .pager_numbers strong, .pager_container .pager_numbers a {
            display: inline-block;
            padding: 0 4px 0 4px;
        }


/* ==========================================================================
   TABS
   ========================================================================== */
.tabs {
    position: relative;
    width: 100%;
}

    .tabs.ui-widget-content {
        border: none;
        background: none;
        color: #555555;
    }

    .tabs.ui-widget {
        font-family: Arial, Sans-Serif;
        font-size: normal;
    }

    .tabs.ui-tabs .ui-tabs-nav {
        margin: 0 0 16px 0;
        padding: 0;
    }

        .tabs.ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 0 0 0 0;
            padding: 8px;
            border: 1px solid #949494;
            border-top: none;
            border-left: none;
            padding: 0;
            white-space: nowrap;
            width: 12.5%;
            text-align: center;
            overflow: hidden;
        }

            .tabs.ui-tabs .ui-tabs-nav li:first-child, .tabs.ui-tabs .ui-tabs-nav li:nth-child(9) {
                border-left: 1px solid #949494;
            }

            .tabs.ui-tabs .ui-tabs-nav li:nth-child(-n+8) {
                border-top: 1px solid #949494;
            }

            .tabs.ui-tabs .ui-tabs-nav li:first-child {
                -webkit-border-radius: 6px 0 0 0;
                border-radius: 6px 0 0 0;
            }

            .tabs.ui-tabs .ui-tabs-nav li:nth-child(8) {
                -webkit-border-radius: 0 6px 0 0;
                border-radius: 0 6px 0 0;
            }

            .tabs.ui-tabs .ui-tabs-nav li:nth-child(9) {
                -webkit-border-radius: 0 0 0 6px;
                border-radius: 0 0 0 6px;
            }

            .tabs.ui-tabs .ui-tabs-nav li:nth-child(16) {
                -webkit-border-radius: 0 0 6px 0;
                border-radius: 0 0 6px 0;
            }

    .tabs.ui-tabs .user_settings.ui-tabs-nav li {
        width: 25%;
    }

        .tabs.ui-tabs .user_settings.ui-tabs-nav li:first-child {
            -webkit-border-radius: 6px 0 0 6px;
            border-radius: 6px 0 0 6px;
        }

        .tabs.ui-tabs .user_settings.ui-tabs-nav li:nth-child(4) {
            -webkit-border-radius: 0 6px 6px 0;
            border-radius: 0 6px 6px 0;
        }

.tabs_nav .ui-state-hover,
.ui-widget-content .tabs_nav .ui-state-hover,
.tabs_nav .ui-widget-header .ui-state-hover,
.tabs_nav .ui-state-focus,
.tabs_nav .ui-widget-content .tabs_nav .ui-state-focus,
.tabs_nav .ui-widget-header .ui-state-focus {
    border: none;
    background: none;
    font-weight: normal;
    color: #f4a601;
}

.tabs_nav .ui-state-default a, .tabs_nav .ui-state-default a:link, .tabs_nav .ui-state-default a:visited {
    color: #464646;
    width: 100%;
    text-decoration: none;
}

    .tabs_nav .ui-state-default a:hover {
        color: #f4a601;
        text-decoration: none;
    }

.tabs_nav .ui-state-default, .tabs_nav .ui-widget-content .ui-state-default, .tabs_nav .ui-widget-header .ui-state-default {
    border: none;
    background: none;
    font-weight: normal;
    color: #ffffff;
}

.master_body .tabs_nav .ui-corner-all, .master_body .tabs_nav .ui-corner-top, .master_body .tabs_nav .ui-corner-left, .master_body .tabs_nav .ui-corner-tl {
    border-top-left-radius: 0;
}

.master_body .tabs_nav .ui-corner-all, .master_body .tabs_nav .ui-corner-top, .master_body .tabs_nav .ui-corner-right, .master_body .tabs_nav .ui-corner-tr {
    border-top-right-radius: 0;
}

.tabs .ui-state-active, .tabs .ui-widget-content .ui-state-active, .tabs .ui-widget-header .ui-state-active {
    border: none;
    background: none;
    font-weight: normal;
    color: #f4a601;
}

    .tabs .ui-state-active a, .tabs .ui-state-active a:link, .tabs .ui-state-active a:visited {
        color: #ffffff;
        /*background-color: #f4a601;*/
    }

.tabs_nav.ui-widget-header {
    border: none;
    background: none;
    color: #555555;
    font-weight: normal;
}

.tabs_content {
    float: left;
    width: 100%;
    padding: 16px 0 0 0;
}

.ui-tabs .tabs_content.ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 0;
    background: none;
}


/* ==========================================================================
   PANELS
   ========================================================================== */
.panel {
    position: relative;
}

.panels {
    position: relative;
}

    .panels ul {
        position: relative;
        margin: 0 0 16px 0;
        padding: 0 0 0 0;
        border-bottom: 1px solid #dfdfdf;
    }

        .panels ul li {
            position: relative;
            display: inline-block;
            margin: 0 0 -1px 0;
            padding: 0;
            -webkit-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
        }

            .panels ul li a {
                position: relative;
                display: block;
                margin: 0;
                padding: 8px;
                color: #949494;
                border: 1px solid #dfdfdf;
                -webkit-border-radius: 6px 6px 0 0;
                border-radius: 6px 6px 0 0;
                background: #bbbbbb;
                background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
                background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
                background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
                background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
                background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
            }

            .panels ul li .panel-select.active {
                background: #ffffff;
                color: #363636;
                border-bottom: 1px solid #ffffff;
            }
/* ==========================================================================
   INPUT FIELDS
   ========================================================================== */
/* input box */
.text_box input, input.text_box {
    height: 24px;
    width: 100%;
    border: none;
    padding: 0 0 0 8px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

    .text_box input:focus, input.text_box:focus {
        background-color: #fce4b2;
    }

    .text_box input:disabled, input:disabled.text_box {
        opacity: .5;
        cursor: not-allowed;
    }

/* select */
.text_box select, input.text_box {
    height: 24px;
    width: 100%;
    border: none;
    padding: 0 0 0 8px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

    .text_box select:focus, input.text_box:focus {
        background-color: #fce4b2;
    }

    .text_box select:disabled, input:disabled.text_box {
        opacity: .5;
        cursor: not-allowed;
    }

.text_box textarea, input.text_box {
    height: 48px;
    width: 100%;
    border: none;
    padding: 4px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

    .text_box textarea:focus, input.text_box:focus {
        background-color: #fce4b2;
    }

    .text_box textarea:disabled, input:disabled.text_box {
        opacity: .5;
        cursor: not-allowed;
    }
/* textarea */
.text_area textarea {
    width: 100%;
    height: 200px;
    border: none;
    padding: 8px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

    .text_area textarea:focus {
        background-color: #fce4b2;
    }

    .text_area textarea:disabled {
        opacity: .5;
        cursor: not-allowed;
    }

.text_area_sm textarea {
    width: 100%;
    height: 100px;
    border: none;
    padding: 8px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

    .text_area_sm textarea:focus {
        background-color: #fce4b2;
    }

    .text_area_sm textarea:disabled {
        opacity: .5;
        cursor: not-allowed;
    }

/* select field */
.select_field select {
    width: 100%;
    height: 24px;
    padding: 0 0 0 4px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #ffffff;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 1px solid #dfdfdf;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

@-moz-document url-prefix() {
    .select_fax;

{
    padding: 4px 0 0 4px;
}

.select_field {
    width: 100%;
    overflow: hidden;
}

    .select_field select {
        padding: 4px 0 0 4px;
        width: 110%;
    }

}

.select_field select option, .select_field select:focus {
    background: #fce4b2;
}

.select_field select::-ms-expand {
    display: none;
}

.select_field select:disabled {
    opacity: .5;
    cursor: not-allowed;
}

@-moz-document url-prefix() {
    .select_field select;

{
    padding: 4px 0 0 4px;
}

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .select_field select {
        padding-right: 18px;
    }
}

.select_field {
    position: relative;
}

    .select_field:before {
        content: '';
        position: absolute;
        right: 0px;
        top: 0px;
        width: 24px;
        height: 24px;
        background-image: url(../images/dropdown_arrow2.png);
        background-position: center center;
        background-repeat: no-repeat;
        pointer-events: none;
        display: block;
        background-color: #bbbbbb;
        -webkit-border-radius: 0 6px 6px 0;
        border-radius: 0 6px 6px 0;
    }


/* select field open */
.select_field_open select {
    width: 100%;
    height: 200px;
    padding: 16px;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #dfdfdf;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

    .select_field_open select:focus {
        background: #fce4b2;
    }


/* checkbox list */
.checkbox-list {
    height: 200px;
    width: 100%;
    padding: 16px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.30s ease-in-out;
    overflow-x: none;
    overflow-y: scroll;
}

    .checkbox-list .carrier-row {
        padding: 0 0 8px 0;
    }

/* radio buttons */
.radio_button input:empty {
    margin-left: -9999px;
}

    .radio_button input:empty + label {
        position: relative;
        float: left;
        padding: 0 16px 0 18px;
        font-size: 12px;
        line-height: 15px;
        white-space: nowrap;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .radio_button input:empty + label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            height: 12px;
            width: 12px;
            background: white;
            border: 1px solid #949494;
            box-shadow: inset 0px 0px 0px 2px white;
            -webkit-box-shadow: inset 0px 0px 0px 2px white;
            -moz-box-shadow: inset 0px 0px 0px 2px white;
            -o-box-shadow: inset 0px 0px 0px 2px white;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -o-border-radius: 8px;
            border-radius: 8px;
        }

.radio_button input:checked + label:before {
    background: #f4a601;
}

.radio_button input:disabled + label {
    opacity: .5;
    cursor: not-allowed;
}

.radio_button br {
    display: block;
    line-height: 20px;
}

/* checkbox */
.checkbox input:empty {
    margin-left: -9999px;
}

.float_left .checkbox input:empty + label {
    padding: 0 0 0 18px;
}

.checkbox input:empty + label {
    position: relative;
    float: left;
    padding: 0 16px 0 18px;
    font-size: 12px;
    line-height: 15px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox input:empty + label:before {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        content: '';
        height: 12px;
        width: 12px;
        background: white;
        border: 1px solid #949494;
        box-shadow: inset 0px 0px 0px 2px white;
        -webkit-box-shadow: inset 0px 0px 0px 2px white;
        -moz-box-shadow: inset 0px 0px 0px 2px white;
        -o-box-shadow: inset 0px 0px 0px 2px white;
    }

.checkbox input:checked + label:before {
    background: #f4a601;
}

.checkbox input:disabled + label {
    opacity: .5;
    cursor: not-allowed;
}

.checkbox br {
    display: block;
    line-height: 20px;
}


/* static */

.static_text span {
    height: 24px;
    line-height: 24px;
    width: 100%;
    border: none;
}

.static_text #MatchedInquiryID, .static_text #ItemInquiryMatchedItemID {
    color: #f4a601;
    cursor: pointer;
}

/* validation */

.select_field select.error {
    background-color: #e25a5f;
}

input.error {
    background-color: #e25a5f;
}

textarea.error {
    background-color: #e25a5f;
}

.validation {
    color: #e21b23;
}

.errorMessage {
    color: #e25a5f;
}

/* ==========================================================================
   GRADIENTS
   ========================================================================== */
.gradient_1 {
    background: #343a99; /* Old browsers */
    background: -moz-linear-gradient(top, #545454 0%, #363636 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545454), color-stop(100%,#363636)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #545454 0%,#363636 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #545454 0%,#363636 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #545454 0%,#363636 100%); /* IE10+ */
    background: linear-gradient(to bottom, #545454 0%,#363636 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#363636',GradientType=0 ); /* IE6-9 */
}

.gradient_2 {
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

/* ==========================================================================
   MODALS
   ========================================================================== */

.modals {
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    z-index: 9999999;
}

    .modal.active {
        display: block;
    }

.modal_container {
    position: fixed;
    z-index: 101;
}

.modal_header {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 56px 0 16px;
    font-size: 16px;
    border-bottom: 1px solid #dfdfdf;
}

    .modal_header button {
        position: absolute;
        top: 0;
        right: 0;
        background-color: transparent;
        border: none;
        width: 40px;
        height: 40px;
        border-left: 1px solid #dfdfdf;
    }

        .modal_header button img {
            width: 40px;
        }

.modal_container_lg {
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -425px;
    width: 850px;
}

    .modal_container_lg .modal_body {
        position: absolute;
        top: 40px;
        bottom: 67px;
        width: 100%;
        padding: 16px 16px 16px 16px;
        color: #555555;
        background: #FFFFFF;
        overflow: auto;
    }

    .modal_container_lg .modal_footer {
        position: absolute;
        height: 67px;
        width: 100%;
        padding: 8px 16px 8px 16px;
        bottom: 0;
        background-color: #ffffff;
        border-top: 1px solid #dfdfdf;
    }

    .modal_container_lg.modal_image .modal_body {
        bottom: 16px;
    }

    .modal_container_lg.modal_image .modal_footer {
        height: 16px;
        padding: 0;
        border-top: none;
    }

    .modal_container_lg.modal_image .modal_img {
        display: inline-block;
        font-size: 0px;
        padding: 0;
        margin: 8px;
        width: 45%;
        vertical-align: top;
    }

.modal_container_sml {
    top: 16px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
}

    .modal_container_sml .modal_header {
        -webkit-border-radius: 6px 6px 0px 0px;
        border-radius: 6px 6px 0px 0px;
    }

    .modal_container_sml .modal_body {
        position: relative;
        height: auto;
        padding: 16px 16px 0px 16px;
        color: #555555;
        background: #FFFFFF;
        overflow: auto;
    }

    .modal_container_sml .modal_footer {
        position: relative;
        float: left;
        height: auto;
        width: 100%;
        padding: 16px;
        bottom: 0;
        background-color: #ffffff;
        -webkit-border-radius: 0px 0px 6px 6px;
        border-radius: 0px 0px 6px 6px;
    }

.modal_container_med {
    top: 16px;
    left: 50%;
    margin-left: -300px;
    width: 600px;
}

    .modal_container_med .modal_header {
        -webkit-border-radius: 6px 6px 0px 0px;
        border-radius: 6px 6px 0px 0px;
    }

    .modal_container_med .modal_body {
        position: relative;
        height: 90%;
        padding: 16px 16px 0px 16px;
        color: #555555;
        background: #FFFFFF;
        overflow: auto;
    }

    .modal_container_med .modal_footer {
        position: relative;
        float: left;
        height: auto;
        width: 100%;
        padding: 16px;
        bottom: 0;
        background-color: #ffffff;
        -webkit-border-radius: 0px 0px 6px 6px;
        border-radius: 0px 0px 6px 6px;
    }

.modal_button {
    width: 30%;
    margin: auto;
    padding-bottom: 5px;
}

/* ==========================================================================
   ITEM IMAGE
   ========================================================================== */
.item_img {
    display: inline-block;
    font-size: 0px;
    padding: 0px;
    margin: 8px;
    width: 45%;
    vertical-align: top;
}

    .item_img .itemImageHolder {
        height: 200px;
        overflow: hidden;
        margin: 0 0 8px 0;
    }

        .item_img .itemImageHolder img {
            height: 200px;
        }

/* ==========================================================================
   DATE PICKER
   ========================================================================== */

.master_body .ui-datepicker {
    position: relative;
    min-width: 250px;
    display: none;
    background-color: #ffffff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 8px;
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
}

    .master_body .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: 0;
    }

    .master_body .ui-datepicker .ui-widget-header {
        border: none;
        background: #ffffff;
        color: #363636;
        font-weight: normal;
    }

        .master_body .ui-datepicker .ui-widget-header .ui-icon {
            background-image: none;
            width: auto;
            height: auto;
            display: block;
            text-indent: 0px;
            overflow: hidden;
            background-repeat: no-repeat;
        }

    .master_body .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: auto;
        width: auto;
        height: auto;
        left: 0;
    }

    .master_body .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: auto;
        width: auto;
        height: auto;
        right: 0;
        color: #f4a601;
    }

    .master_body .ui-datepicker .ui-datepicker-next {
    }

    .master_body .ui-datepicker .ui-datepicker-prev span {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        margin-left: 0;
        margin-top: 0;
        cursor: pointer;
        color: #f4a601;
    }

    .master_body .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: auto;
        top: 0;
        right: 0;
        margin-left: 0;
        margin-top: 0;
        cursor: pointer;
    }

    .master_body .ui-datepicker .ui-state-hover,
    .master_body .ui-datepicker .ui-widget-content .ui-state-hover,
    .master_body .ui-datepicker .ui-widget-header .ui-state-hover,
    .master_body .ui-datepicker .ui-state-focus,
    .master_body .ui-datepicker .ui-widget-content .ui-state-focus,
    .master_body .ui-datepicker .ui-widget-header .ui-state-focus {
        border: none;
        background: none !important;
        font-weight: normal;
        color: #f4a601;
    }

    .master_body .ui-datepicker .ui-datepicker-title {
        text-align: center;
        padding: 0 0 8px 0;
        margin: 0;
        line-height: normal;
    }

    .master_body .ui-datepicker table.ui-datepicker-calendar {
        position: relative;
        width: 100%;
    }

        .master_body .ui-datepicker table.ui-datepicker-calendar th, .master_body .ui-datepicker table.ui-datepicker-calendar td {
            padding: 2px;
            border: 1px solid #949494;
            min-width: 25px;
            text-align: center;
        }

        .master_body .ui-datepicker table.ui-datepicker-calendar th {
            color: #101887;
            font-weight: normal;
            background-color: #bbbbbb;
        }

        .master_body .ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-current-day {
            background-color: #f4a601;
        }

    .master_body .ui-datepicker .ui-datepicker-calendar tr td .ui-state-default {
        border: none;
        background: #ffffff;
        text-align: center;
    }

    .master_body .ui-datepicker.ui-widget-content {
        border: none;
        background: #ffffff;
        color: #333333;
    }




/* ==========================================================================
   LOAD SCREEN
   ========================================================================== */

.ajax-loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    z-index: 2;
}

.ajax-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -125px;
    height: 64px;
    width: 250px;
    padding: 20px 0 0 0;
    z-index: 999999999;
    background-color: #f9f9f9;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
}

#fountainG {
    position: relative;
    width: 200px;
    height: 24px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: transparent;
    width: 25px;
    height: 25px;
    -moz-animation-name: bounce_fountainG;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-transform: scale(.3);
    -moz-border-radius: 16px;
    -webkit-animation-name: bounce_fountainG;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-transform: scale(.3);
    -webkit-border-radius: 16px;
    -o-animation-name: bounce_fountainG;
    -o-animation-duration: 1.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-transform: scale(.3);
    -o-border-radius: 16px;
    -ms-animation-name: bounce_fountainG;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-transform: scale(.3);
    -ms-border-radius: 16px;
    animation-name: bounce_fountainG;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    transform: scale(.3);
    border-radius: 16px;
    z-index: 1001;
}

#fountainG_1 {
    left: 0;
    -moz-animation-delay: 0.52s;
    -webkit-animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    animation-delay: 0.52s;
}

#fountainG_2 {
    left: 25px;
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

#fountainG_3 {
    left: 50px;
    -moz-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    animation-delay: 0.78s;
}

#fountainG_4 {
    left: 75px;
    -moz-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    animation-delay: 0.91s;
}

#fountainG_5 {
    left: 100px;
    -moz-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    animation-delay: 1.04s;
}

#fountainG_6 {
    left: 125px;
    -moz-animation-delay: 1.17s;
    -webkit-animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    animation-delay: 1.17s;
}

#fountainG_7 {
    left: 150px;
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

#fountainG_8 {
    left: 175px;
    -moz-animation-delay: 1.43s;
    -webkit-animation-delay: 1.43s;
    -o-animation-delay: 1.43s;
    -ms-animation-delay: 1.43s;
    animation-delay: 1.43s;
}

.ajax-loader2 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -25px;
    height: 25px;
    width: 50px;
    z-index: 3;
    background-color: #f9f9f9;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .3);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .3);
}

    .ajax-loader2 #fountainG {
        position: relative;
        height: 25px;
        width: 50px;
        margin: auto;
    }

    .ajax-loader2 .fountainG {
        position: absolute;
        top: 8px;
        background-color: transparent;
        width: 10px;
        height: 10px;
        -moz-animation-name: bounce_fountainG;
        -moz-animation-duration: 1.3s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-direction: linear;
        -moz-transform: scale(.3);
        -moz-border-radius: 16px;
        -webkit-animation-name: bounce_fountainG;
        -webkit-animation-duration: 1.3s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: linear;
        -webkit-transform: scale(.3);
        -webkit-border-radius: 16px;
        -o-animation-name: bounce_fountainG;
        -o-animation-duration: 1.3s;
        -o-animation-iteration-count: infinite;
        -o-animation-direction: linear;
        -o-transform: scale(.3);
        -o-border-radius: 16px;
        -ms-animation-name: bounce_fountainG;
        -ms-animation-duration: 1.3s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-direction: linear;
        -ms-transform: scale(.3);
        -ms-border-radius: 16px;
        animation-name: bounce_fountainG;
        animation-duration: 1.3s;
        animation-iteration-count: infinite;
        animation-direction: linear;
        transform: scale(.3);
        border-radius: 16px;
    }

    .ajax-loader2 #fountainG_1 {
        left: 4px;
        -moz-animation-delay: 0.52s;
        -webkit-animation-delay: 0.52s;
        -o-animation-delay: 0.52s;
        -ms-animation-delay: 0.52s;
        animation-delay: 0.52s;
    }

    .ajax-loader2 #fountainG_2 {
        left: 20px;
        -moz-animation-delay: 0.65s;
        -webkit-animation-delay: 0.65s;
        -o-animation-delay: 0.65s;
        -ms-animation-delay: 0.65s;
        animation-delay: 0.65s;
    }

    .ajax-loader2 #fountainG_3 {
        left: 36px;
        -moz-animation-delay: 0.78s;
        -webkit-animation-delay: 0.78s;
        -o-animation-delay: 0.78s;
        -ms-animation-delay: 0.78s;
        animation-delay: 0.78s;
    }

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: #bbbbbb;
    }

    100% {
        -moz-transform: scale(.3);
        background-color: transparent;
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: #bbbbbb;
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: transparent;
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: #bbbbbb;
    }

    100% {
        -o-transform: scale(.3);
        background-color: transparent;
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: #bbbbbb;
    }

    100% {
        -ms-transform: scale(.3);
        background-color: transparent;
    }
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: #bbbbbb;
    }

    100% {
        transform: scale(.3);
        background-color: transparent;
    }
}

/* ==========================================================================
   MASTER TOP
   ========================================================================== */
.master_top {
    position: relative;
    width: 100%;
    height: 60px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.5);
    z-index: 2;
}

.main_nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: #282828;
}

.main_nav2 {
    display: none;
}

.main_nav button {
    display: block;
    width: 60px;
    height: 60px;
    background: transparent;
    border: none;
}

    .main_nav button img {
        width: 32px;
    }

/* logo */
.logo {
    position: absolute;
    top: 10px;
    left: 68px;
}

.logo2 {
    background: #333;
    padding: 8px 0;
    text-align: center;
    display: none;
}

/* User Settings */
.user_settings {
    position: absolute;
    top: 0;
    right: 262px;
    width: 60px;
    height: 60px;
    border-left: 1px solid #5e5e5e;
    border-right: 1px solid #2a2a2a;
}

    .user_settings button {
        display: block;
        width: 60px;
        height: 60px;
        background: transparent;
        border: none;
    }

        .user_settings button img {
            width: 32px;
        }

/* User Favorites */
.user_favorites {
    position: absolute;
    top: 0;
    right: 322px;
    width: 60px;
    height: 60px;
    border-left: 1px solid #5e5e5e;
    border-right: 1px solid #2a2a2a;
}

    .user_favorites button {
        display: block;
        width: 60px;
        height: 60px;
        background: transparent;
        border: none;
    }

        .user_favorites button img {
            width: 32px;
        }

/* User Search */
.user_search {
    position: absolute;
    top: 0;
    right: 0;
    width: 262px;
    height: 60px;
    border-left: 1px solid #5e5e5e;
}

    .user_search .user_search_txt_box {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 200px;
        height: 60px;
        border: none;
        color: #ffffff;
        padding: 0 8px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#363636+0,545454+100 */
        background: #363636; /* Old browsers */
        background: -moz-linear-gradient(top, #363636 0%, #545454 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #363636 0%,#545454 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #363636 0%,#545454 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#545454',GradientType=0 ); /* IE6-9 */
    }

    .user_search button {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 60px;
        height: 60px;
        background: transparent;
        border: none;
    }

        .user_search button img {
            width: 32px;
        }

/* User Alerts */
.user_alerts {
    position: absolute;
    top: 0;
    right: 382px;
    width: 60px;
    height: 60px;
    border-left: 1px solid #5e5e5e;
    border-right: 1px solid #2a2a2a;
}

    .user_alerts button {
        display: block;
        width: 60px;
        height: 60px;
        background: transparent;
        border: none;
    }

        .user_alerts button img {
            width: 32px;
        }

#notificationCount {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    background-color: #f4a601;
    border-radius: 50%;
    color: white;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.5);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.5);
}

.notification_list {
    position: absolute;
    top: 80px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    background-color: #545454;
    width: 240px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.5);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.user_alerts:hover > .notification_list {
    opacity: 1;
    visibility: visible;
    top: 60px;
}

.notification_item {
    position: relative;
    width: 100%;
}

.notifcation_title {
    position: relative;
    height: 40px;
    padding: 0 8px 0 40px;
    line-height: 40px;
    color: white;
    background: #282828;
}

.notification_item:first-child .notifcation_title {
    -webkit-box-shadow: inset 0 5px 5px 0 rgba(0,0,0,.5);
    box-shadow: inset 0 5px 5px 0 rgba(0,0,0,.5);
}

.notification_text {
    position: relative;
    padding: 8px;
    color: #f4a601;
    background-color: #545454;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

    .notification_text:hover {
        color: #ffffff;
        background-color: #f4a601;
    }

.notification_item:last-child .notification_text {
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.notification_recieved {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 24px;
    height: 24px;
    background-color: #f4a601;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

    .notification_recieved img {
        position: absolute;
        display: block;
        left: 2px;
        top: 2px;
    }

/* User Carrier */
.user_carrier {
    position: absolute;
    top: 0;
    right: 442px;
    height: 60px;
    border-right: 1px solid #2a2a2a;
}

/* ==========================================================================
   MAIN NAV
   ========================================================================== */

.st-container, .st-pusher, .st-content {
    height: auto;
}

.st-content {
}

.st-content, .st-content-inner {
    position: relative;
}

.st-container {
    position: relative;
    overflow: hidden;
}

.st-pusher {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

    .st-pusher::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        background: rgba(0,0,0,0.3);
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
        transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
        z-index: 10000;
    }

.st-menu-open .st-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.st-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    width: 300px;
    height: 100%;
    background: #363636;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: inset -5px 0 5px 0 rgba(0,0,0,.5);
    box-shadow: inset -5px 0 5px 0 rgba(0,0,0,.5);
    color: #959595;
}

    .st-menu::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.2);
        content: '';
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }

.st-menu-open .st-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.st-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .st-menu ul li {
        margin: 0;
        padding: 0;
    }

        .st-menu ul li a {
            display: block;
            padding: 8px 8px 8px 16px;
            outline: none;
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 400;
            -webkit-transition: background 0.3s, box-shadow 0.3s;
            transition: background 0.3s, box-shadow 0.3s;
        }

            .st-menu ul li a:hover {
                background: rgba(0,0,0,0.2);
                color: #fff;
            }

        .st-menu ul li ul li a {
            padding: 8px 8px 8px 48px;
        }

/* Effect 3: Push*/
.st-effect-3.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.st-effect-3.st-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.st-effect-3.st-menu-open .st-effect-3.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.st-effect-3.st-menu::after {
    display: none;
}


/* ==========================================================================
   MASTER MIDDLE
   ========================================================================== */
.master_middle {
    position: relative;
    width: 100%;
    min-height: 1400px;
}

/* ==========================================================================
   PAGE HEADER
   ========================================================================== */

.page_header {
    position: relative;
    width: 100%;
    height: 48px;
    background: #545454;
    color: #ffffff;
}

.page_header_title {
    display: inline-block;
    line-height: 48px;
    padding: 0 8px;
    font-size: 22px;
}

.page_header_quickbar {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    padding: 8px 0 0 0;
    width: 80%;
}

    .page_header_quickbar a {
        display: block;
        height: 32px;
        padding: 0 8px;
        margin: 0 8px 0 0;
        line-height: 32px;
        color: white;
        cursor: pointer;
        float: right;
        background-color: #959595;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

        .page_header_quickbar a:hover {
        }


/* ==========================================================================
   MASTER BOTTOM
   ========================================================================== */

.master_bottom {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #282828;
    color: #ffffff;
    font-size: 22px;
    padding: 8px;
}

/* ==========================================================================
   MASTER LOGIN
   ========================================================================== */
body.login_bg {
    background-color: #ffffff;
}

.login_container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -200px;
    height: auto;
    width: 400px;
    padding: 15px;
    color: #ffffff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
}

    .login_container .login_logo {
        text-align: center;
        padding: 0 0 16px 0;
    }

.login_bg {
    background: url(../tmsImages/login_bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}


/* ==========================================================================
   WIDGETS GLOBAL
   ========================================================================== */

.dashboard_filters {
    position: relative;
    float: right;
    padding: 0 5px 11px 0;
}

.widget-min .min-hidden {
    display: none;
}

.widget-min .details-view {
    display: none;
}

.widget-max .details-view {
    padding-top: 15px;
}

.dashboard-widget {
    position: relative;
    float: left;
    padding: 5px;
}

    .dashboard-widget.widget-min {
        width: 50%;
    }

    .dashboard-widget.widget-max {
        width: 100%;
        border: none;
    }

.panel.dropdown-panel-hide {
    display: none;
}

.panel.dropdown-panel-show {
    display: block;
}

.dashboard-widget-header {
    position: relative;
    height: 40px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    border-bottom: none;
}

.dashboard-widget-title {
    position: relative;
    float: left;
    text-overflow: ellipsis;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 8px 0 8px;
    line-height: 40px;
    font-size: 16px;
}

.dashboard-widget-filter-bar {
    position: relative;
    float: left;
    width: 50%;
    padding: 8px 48px 0 0;
}

.dashboard-widget-expand {
    position: absolute;
    top: 0;
    right: 0;
}

    .dashboard-widget-expand button {
        background-color: transparent;
        border: none;
        width: 40px;
        height: 40px;
        border-left: 1px solid #dfdfdf;
    }

        .dashboard-widget-expand button img {
            width: 40px;
        }

.dashboard-widget-body {
    position: relative;
    background-color: #efefef;
    border: 1px solid #dfdfdf;
    border-bottom: none;
    padding: 16px 16px 0 16px;
}

.widget-min .dashboard-widget-body {
    height: 550px;
    overflow-y: hidden;
    width: 100%;
}

.widget-max .dashboard-widget-body {
    height: auto;
}

.dashboard-widget-footer {
    position: relative;
    background-color: #efefef;
    height: 16px;
    border: 1px solid #dfdfdf;
    border-top: none;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.row-selected {
    background-color: #f4a601;
}

.google-chart {
    clear: both;
}

/* ==========================================================================
   AGENT SALES BY MONTH WIDGET
   ========================================================================== */

.agent-sales-select {
    position: absolute;
    top: 4px;
    background-color: white;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    right: 48px;
    border: 1px solid #dfdfdf;
    z-index: 4;
}

.agent-sales-select-title {
    padding: 8px;
}

.agent-sales-select-list {
    display: none;
}
/*
.agent-sales-select:hover > .agent-sales-select-list {
    display: block;
}*/

.agent-sales-select-list-scroll {
    max-height: 245px;
    overflow-y: scroll;
}

.agent-sales-select #txtSearchAgency, .agent-sales-select #txtSearchUser {
    width: 100%;
    height: 24px;
    padding: 0 0 0 4px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #ffffff;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 1px solid #dfdfdf;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    margin-bottom: 8px;
}

.agent-sales-select .closeAgencyFilter {

    position: absolute;
    top: 8px;
    right: 8px;
}

/* ==========================================================================
   SALES VS CARRIER
   ========================================================================== */

.totals_header {
    color: #ffffff;
    background-color: #959595;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.totals_content {
    background-color: #ffffff;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.form_label.totals_header {
    padding: 0 0 0 0;
}

.form_value.totals_content {
    padding: 0 0 0 0;
}

/* ==========================================================================
   WIDGETS SETTINGS
   ========================================================================== */

.widget-settings-container {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1260px;
}

    .widget-settings-container:first-child {
        border-right: 1px solid #949494;
        padding: 0 16px 0 0;
    }

    .widget-settings-container:nth-child(2) {
        padding: 0 0 0 16px;
    }

    .widget-settings-container .section-title {
        font-size: 16px;
        font-weight: bold;
        padding: 0 0 16px 0;
    }

    .widget-settings-container .sortable_widget_list {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1170px;
    }

    .widget-settings-container .dashboard-widget-expand a {
        display: block;
        background-color: transparent;
        border: none;
        width: 40px;
        height: 40px;
        padding: 6px;
        border-left: 1px solid #dfdfdf;
    }

        .widget-settings-container .dashboard-widget-expand a img {
            width: 27px;
        }

    .widget-settings-container .dashboard-widget.widget-min {
        width: 49%;
    }

    .widget-settings-container .widget-min .dashboard-widget-body {
        min-height: 100px;
        max-height: 340px;
        height: auto;
    }

    .widget-settings-container .drag-handle {
        cursor: move;
    }

    .widget-settings-container .dashboard-widget-title {
        width: 100%;
        padding: 0 48px 0 8px;
    }

/* ==========================================================================
   CARRIER MAP
   ========================================================================== */
.carrier_lookup_container {
    position: relative;
    width: 100%;
}

.carrier_lookup {
    position: relative;
    float: left;
    width: 50%;
}

    .carrier_lookup:nth-child(odd) {
        padding: 0 4px 8px 0;
    }

    .carrier_lookup:nth-child(even) {
        padding: 0 0 8px 4px;
    }

    .carrier_lookup .dashboard-widget-header {
        padding: 8px 48px 0 8px;
    }

    .carrier_lookup .div_table_container {
        height: 300px;
    }

.carrier_map {
    position: relative;
    width: 100%;
    height: 300px;
}

.addressResults {
    position: relative;
    width: 100%;
}

.carrier_search_result {
    width: 100%;
}

.ui-autocomplete.ui-front {
    z-index: 1001;
    background-color: white;
    width: 500px;
    max-height: 500px;
    overflow: auto;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #dfdfdf;
    list-style: none;
}

    .ui-autocomplete.ui-front li {
        line-height: none;
        margin: 0;
        padding: 4px 0 4px 0;
    }

        .ui-autocomplete.ui-front li a {
            color: #000000;
        }

        .ui-autocomplete.ui-front li:hover {
            background-color: #efefef;
        }

.ui-helper-hidden-accessible {
    display: none;
}

.on_premise .div_table_cell_item {
    color: blue;
}

.carrier_options {
    position: absolute;
    width: 400px;
    left: 50%;
    margin: 0 0 0 -200px;
    z-index: 1002;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.5);
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.carrierMessageItem {
    padding: 0 0 8px 0;
}

/* ==========================================================================
   PROSPECTS
   ========================================================================== */

.prospect_carrier_select_container {
    height: 200px;
    width: 100%;
    padding: 16px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.30s ease-in-out;
    overflow-x: none;
    overflow-y: scroll;
}

.clear_filter_link {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 150px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0 10px;
    background-color: #f4a601;
    color: #ffffff;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.carrier-header {
    float: left;
    width: 100%;
    padding: 0 0 16px 0;
    font-size: 18px;
}

.carrier-body {
    float: left;
    width: 100%;
    padding: 0 0 16px 0;
}

.carrier-row {
    float: left;
    width: 25%;
    padding: 0 0 8px 0;
}

div #ProspectAddress2 {
    padding-left: 70px;
}

div #EstimatedClose {
    padding-left: 60px;
}


/* ==========================================================================
   WORKFLOW MANAGER
   ========================================================================== */

.workflow_task_container {
    position: relative;
    width: 100%;
    padding: 0 0 16px 0;
}

.workflow_task_parent {
    position: relative;
    width: 100%;
    padding: 0 156px 0 48px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.workflow_task_child {
    position: relative;
    width: 90%;
    padding: 0 8px 0 48px;
    margin: 8px 0 0 10%;
    border: 1px solid #dfdfdf;
    background-color: #f0f0f0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

    .workflow_task_child:before {
        content: '';
        position: absolute;
        left: -16px;
        top: -8px;
        width: 16px;
        height: 50px;
        background-image: url(../tmsImages/tree_arm_two.png);
    }

    .workflow_task_child:last-child::before {
        content: '';
        position: absolute;
        left: -16px;
        top: -8px;
        width: 16px;
        height: 50px;
        background-image: url(../tmsImages/tree_arm_one.png);
    }

    .workflow_task_child:only-child::before {
        content: '';
        position: absolute;
        left: -16px;
        top: -11px;
        width: 16px;
        height: 50px;
        background-image: url(../tmsImages/tree_arm_one.png);
    }

.workflow_task_item {
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    color: #000000;
}

a.workflow_task_item {
    color: #000000;
}

.workflow_task_container .drag-handle {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    padding: 8px;
    border-right: 1px solid #dfdfdf;
    cursor: move;
}

.workflow_task_container .sub-drag-handle {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    padding: 8px;
    border-right: 1px solid #dfdfdf;
    cursor: move;
}

    .workflow_task_container .sub-drag-handle img, .workflow_task_container .drag-handle img {
        width: 24px;
    }

.workflow_add_btn {
    position: absolute;
    top: 8px;
    right: 8px;
}

    .workflow_add_btn a {
        display: block;
        width: 140px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        padding: 0 10px;
        background-color: #949494;
        color: #ffffff;
        border: none;
        cursor: pointer;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

.add_user_link {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    display: block;
    background-color: #f4a601;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.remove_assigned_user {
    position: absolute;
    top: 8px;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #f4a601;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.agency-agencydetail .add_user_link {
    height: 20px;
    width: 20px;
}

.assigned_user {
    position: relative;
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 32px;
}

.agency-agencydetail .assigned_user {
    position: relative;
    float: none;
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding: 0;
    margin: 2px 0;
    border-bottom: 1px solid #dfdfdf;
}


.task_status_Active span {
    color: #109618;
    font-weight: bold;
}

.task_status_Pending span {
    color: #3366cc;
}

.task_status_Complete span {
    color: #dc3912;
}

.add_tag {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    border: none;
    background-color: #f4a601;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

    .add_tag img {
        position: absolute;
        display: block;
        left: 2px;
        top: 2px;
        width: 20px;
        height: 20px;
    }

.tag {
    position: relative;
    display: inline-block;
    height: 32px;
    padding: 0 8px 0 30px;
    margin: 0 8px 0 0;
    line-height: 32px;
    color: white;
    cursor: pointer;
    background-color: #959595;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

    .tag .delete-tag {
        position: absolute;
        left: 6px;
        top: 6px;
    }

/* ==========================================================================
   TASK MANAGER
   ========================================================================== */

#ProjectTaskModal .text_area textarea {
    height: 75px;
}

#ProjectTaskModal .select_field_open select {
    height: 75px;
}

/* ==========================================================================
   LOST AND FOUND MANAGEMENT
   ========================================================================== */

.lost_found_filter {
}

    .lost_found_filter ul {
        display: table;
        width: 100%;
        padding: 0;
        margin: 0 0 16px 0;
        list-style: none;
    }

        .lost_found_filter ul li {
            display: table-cell;
            width: 25%;
            padding: .5em 1em;
            margin: 0;
            line-height: 16px;
            border: 1px solid #949494;
            border-left: none;
            text-align: center;
            cursor: pointer;
        }

            .lost_found_filter ul li:first-child {
                border-left: 1px solid #949494;
                -webkit-border-radius: 6px 0 0 6px;
                border-radius: 6px 0 0 6px;
            }

            .lost_found_filter ul li:last-child {
                -webkit-border-radius: 0 6px 6px 0;
                border-radius: 0 6px 6px 0;
            }

            .lost_found_filter ul li:hover {
                color: #f4a601;
            }

            .lost_found_filter ul li.active {
                color: #ffffff;
                background-color: #f4a601;
            }


/* ==========================================================================
   REGISTER NEW ITEM
   ========================================================================== */
.show_history_link {
    padding: 0 0 16px 0;
}

.hide_history_link {
    padding: 0 0 16px 0;
}

.item_history {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 16px 0;
    border-bottom: 1px solid #464646;
}

.item_history_container {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 16px 0;
    background-color: #ffffff;
    max-height: 300px;
    overflow: auto;
}

    .item_history_container.active {
        display: block;
    }

.item_options {
    position: absolute;
    right: -8px;
    top: 0;
}

.item_details_section {
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 1px solid #464646;
    margin: 0 0 0 0;
    padding: 0 0 12px 0;
}

.item_attributes_section {
    width: 100%;
    float: left;
    border-bottom: 1px solid #464646;
    padding: 16px 0 12px 0;
}

.item_additional_info_section {
    width: 100%;
    float: left;
    border-bottom: 1px solid #464646;
    padding: 16px 0 12px 0;
}

.item_images_section {
    width: 100%;
    float: left;
    border-bottom: 1px solid #464646;
    padding: 16px 0 12px 0;
}

.item_storage_location_section {
    width: 30%;
    min-height: 300px;
    float: left;
    border-bottom: 1px solid #464646;
    border-right: 1px solid #464646;
    padding: 16px 16px 12px 0;
}

.item_currency_section {
    width: 70%;
    min-height: 300px;
    float: left;
    border-bottom: 1px solid #464646;
    padding: 16px 0 16px 16px;
}

.item_finder_section {
    width: 100%;
    float: left;
    padding: 16px 0 0 0;
}

/* ==========================================================================
   USER SETTINGS
   ========================================================================== */
.user_settings_company_info_section {
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 1px solid #464646;
    padding: 0 0 12px 0;
}

.user_settings_contact_info_section {
    position: relative;
    width: 100%;
    float: left;
    padding: 16px 0 0 0;
}

/* ==========================================================================
   CREATE NEW INQUIRY
   ========================================================================== */

.inquiry_details_section {
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 1px solid #464646;
    padding: 0 0 12px 0;
}

.inquiry_customer_details_section {
    width: 100%;
    float: left;
    padding: 16px 0 12px 0;
    border-bottom: 1px solid #464646;
}

.inquiry_attributes_section {
    width: 100%;
    float: left;
    padding: 16px 0 12px 0;
    border-bottom: 1px solid #464646;
}

.inquiry_additional_info_section {
    width: 100%;
    float: left;
    padding: 16px 0 0 0;
}

/* ==========================================================================
   CREATE NEW BATCH
   ========================================================================== */
.batch_details_section {
    width: 100%;
    float: left;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #464646;
}

.batch_items_section {
    width: 100%;
    float: left;
    padding: 16px 0 12px 0;
}

/* ==========================================================================
   CREATE DEREGISTRATION BOX
   ========================================================================== */
.deregBox_details_section {
    width: 100%;
    float: left;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #464646;
}

.deregBox_items_section {
    width: 100%;
    float: left;
    padding: 16px 0 12px 0;
}

/* ==========================================================================
   MATCHING
   ========================================================================== */
.matching_container {
    position: relative;
    float: left;
    padding: 142px 0 0 0;
}

.matching_nav {
    position: fixed;
    width: 850px;
    top: 66px;
    left: 50%;
    margin-left: -425px;
    background-color: #ffffff;
    z-index: 1000;
    border-bottom: 3px solid #464646;
}

.matching_back_results {
    padding: 8px 16px 8px 16px;
}

.matching_score {
    float: left;
    width: 50%;
    padding: 0 8px 0px 16px;
}

.matching_score_header {
    float: left;
    width: 50%;
    font-size: 30px;
    text-align: center;
    background-color: #101887;
    height: 64px;
    line-height: 64px;
    color: #ffffff;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.matching_score_value {
    float: left;
    width: 50%;
    font-size: 30px;
    text-align: center;
    background-color: #d7d7d7;
    height: 64px;
    line-height: 64px;
    -webkit-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
}

.matching_option {
    float: left;
    width: 50%;
    padding: 0 16px 16px 8px;
}

.item_match_section {
    float: left;
    width: 50%;
    min-height: 600px;
    padding: 0 0 0 8px;
}

.inquiry_match_section {
    float: left;
    width: 50%;
    min-height: 600px;
    padding: 0 8px 0 0;
}

.item_match_row {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
}

.item_match_label {
    position: relative;
    float: left;
    width: 50%;
    text-align: left;
    font-weight: bold;
    padding: 4px 0 4px 4px;
}

.item_match_value {
    position: relative;
    float: left;
    width: 50%;
    text-align: right;
    padding: 4px 4px 4px 0;
}

.item_match_label2 {
    position: relative;
    font-weight: bold;
    padding: 4px 4px 4px 4px;
}

.item_match_value2 {
    position: relative;
    padding: 0 4px 4px 4px;
}

.item_inquiry_match {
    background-color: #00a651;
    color: #ffffff;
}

.matching_customer_details_section {
    width: 100%;
    float: left;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #464646;
}

.matching_inquiry_details_section {
    width: 100%;
    float: left;
    padding: 16px 0 12px 0;
}

#vwUsers .btn_1 {
    float: right;
}
/* ==========================================================================
   REPORT BUILDER
   ========================================================================== */
.report_options_section {
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 1px solid #464646;
    padding: 0 0 12px 0;
}

.report_fields_section {
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 1px solid #464646;
    padding: 16px 0 16px 0;
}

.report_view_section {
    position: relative;
    width: 100%;
    float: left;
    padding: 16px 0 0 0;
}

.report_fields_container {
}

    .report_fields_container .grabber {
        display: block;
        width: 20px;
        height: 15px;
        background-image: url(../images/table_header_grabber_icon.png);
        position: relative;
        margin: auto;
        cursor: move;
    }

    .report_fields_container .div_table_row:first-child .div_table_cell_item:first-child {
        -webkit-border-radius: 6px 0 0 0;
        border-radius: 6px 0 0 0;
    }

    .report_fields_container .div_table_row:first-child .div_table_cell_item:last-child {
        -webkit-border-radius: 0 6px 0 0;
        border-radius: 0 6px 0 0;
    }

.report_view_section .grabber {
    display: none;
}

/* ==========================================================================
   ADMIN - ITEM CATEGORIES
   ========================================================================== */
.admin_item_main_cat {
    width: 20%;
    min-height: 500px;
    float: left;
    padding: 0 16px 0 0;
    border-right: 1px solid #464646;
}

    .admin_item_main_cat ul {
        list-style: none;
        max-height: 450px;
        overflow: auto;
        margin: 0 0 16px 0;
        padding: 0 0 0 0;
    }

        .admin_item_main_cat ul ul {
            list-style: none;
            max-height: none;
            overflow: visible;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

.admin_item_cat_settings {
    width: 80%;
    min-height: 500px;
    float: left;
    padding: 0 0 0 16px;
}

.admin_item_cat_attributes {
    width: 50%;
    min-height: 340px;
    float: left;
    padding: 0 16px 0 0;
}

.admin_item_cat_attribute_question_type {
    width: 50%;
    min-height: 340px;
    float: left;
    padding: 0 0 0 16px;
    border-left: 1px solid #464646;
}

.category-item.active {
    color: #363636;
    font-weight: bold;
}

/* ==========================================================================
   LEFT LUGGAGE
   ========================================================================== */

.ll_order_details_section {
    width: 100%;
    float: left;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #464646;
}

.ll_finder_details_section {
    width: 100%;
    float: left;
    padding: 16px 0 12px 0;
    border-bottom: 1px solid #464646;
}

.ll_item_info_section {
    width: 100%;
    float: left;
    padding: 16px 0 0 0;
}

.ll_item_details_section {
    width: 100%;
    float: left;
    padding: 0 0 12px 0;
}

/* ==========================================================================
   NOTIFICATIONS
   ========================================================================== */

.div_table_container .alert_dropdown {
    display: none;
}

.new_notification_btn {
    width: 150px;
    margin: 0 0 15px 0;
}

/* notification modal */

.new_notifaction_subject, .new_notifaction_date {
    float: left;
    width: 50%;
    padding: 0 0 10px 0;
}

.new_notifaction_subject {
    padding: 0 10px 10px 0;
}

    .new_notifaction_subject input, .new_notifaction_date input {
        width: 100%;
    }

.new_notifaction_message textarea {
    width: 100%;
    height: 150px;
}

.new_notifaction_subject label, .new_notifaction_date label, .new_notifaction_message label {
    display: block;
    font-weight: bold;
    padding: 0 0 5px 0;
}

/* ==========================================================================
   PANELS
   ========================================================================== */

.panel {
    display: none;
}

    .panel.active {
        display: block;
    }


/* ==========================================================================
   USER PORTAL
   ========================================================================== */

.user_portal .master_top, .clientportal-imprint .master_top, .master.user_portal .master_top, .clientportal-iteminquiry .master_top, .clientportal-customerinquirysummary .master_top {
    padding: 16px 0 16px 0;
}

    .user_portal .master_top img, .clientportal-iteminquiry .master_top img, .clientportal-customerinquirysummary .master_top img, .clientportal-imprint .master_top img {
        -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .8);
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, .8);
    }

.user_portal .master_middle, .clientportal-iteminquiry .master_middle, .clientportal-customerinquirysummary .master_middle, .clientportal-imprint .master_middle {
    background-color: #ffffff;
    padding: 16px 0 16px 0;
    min-height: 600px;
}

.user_portal .container, .clientportal-iteminquiry .container, .clientportal-customerinquirysummary .container, .clientportal-imprint .container {
    position: relative;
    max-width: 1100px;
    margin: auto;
}

.user_portal_search {
    position: relative;
    float: left;
    width: 100%;
    padding: 16px 16px 8px 16px;
    margin: 0 0 16px 0;
    background-color: #e1e1e1;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

    .user_portal_search .select_field select, .user_portal_search .text_box input, .user_portal_search .select_field1 .ui-state-default {
        background: #ffffff;
    }

    .user_portal_search .select_field1 .custom-combobox-toggle {
        background-color: #bbbbbb;
    }

    .user_portal_search .form_row {
        padding: 0 0 8px 0;
    }

.user_portal_contact_section {
    width: 100%;
    float: left;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #464646;
}

.user_portal_item_section {
    width: 100%;
    float: left;
    padding: 16px 0 12px 0;
}

.user_portal_summary_inquiry_section {
    width: 100%;
    float: left;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #464646;
}

.user_portal_summary_contact_section {
    width: 100%;
    float: left;
    padding: 16px 0 12px 0;
    border-bottom: 1px solid #464646;
}

.user_portal_summary_item_section {
    width: 100%;
    float: left;
    padding: 16px 0 12px 0;
}


/* ==========================================================================
   ATTRIBUTE TOOL TIP
   ========================================================================== */
.attributes_tool_tip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    float: left;
    width: 100%;
    z-index: 100;
    width: 300px;
    min-height: 100px;
    background-color: #ffffff;
    cursor: auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
    transition: all .2s ease-in-out;
}

.itemAttrView:hover .attributes_tool_tip, .inquiryAttrView:hover .attributes_tool_tip {
    opacity: 1;
    visibility: visible;
}

.attributes_tool_tip_header {
    font-size: 15px;
    padding: 8px;
    color: #ffffff;
    text-align: left;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}

.attributes_tool_tip_content {
    float: left;
    width: 100%;
    padding: 8px;
    text-align: left;
    background-color: #ffffff;
    -webkit-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}

    .attributes_tool_tip_content .form_label {
        padding: 0 0 0 0;
    }


.recalc {
    position: relative;
    height: 40px;
    width: 40px;
}

    .recalc img {
        margin: 7px 0 0 0;
        background-color: #f4a601;
        border-radius: 6px;
        width: 26px;
        padding: 2px;
    }
/* ==========================================================================
   MOZILLA STYLES
   ========================================================================== */
@-moz-document url-prefix() {
    .moz_74;

{
    width: 74px;
}

.moz_84 {
    width: 84px;
}

.moz_94 {
    width: 94px;
}

.moz_110 {
    width: 110px;
}

}

.green_bg input {
    background-color: #00a651;
    color: #ffffff;
}


.inquiry-images_0, .item-images_0, .item-batch-images_0 {
    display: none !important;
}

/* ==========================================================================
   Customer Details
   ========================================================================== */
.services {
    position: relative;
    float: left;
    white-space: nowrap;
    padding: 20px 0 0 0;
    height: 300px;
}

.total_container {
    border-bottom: 1px solid #949494;
    border-top: 1px solid #949494;
    padding-bottom: 10px;
}

#customerInfoSection .services {
    position: relative;
    padding: 0;
    height: 340px;
}

#customerInfoSection .total {
    position: relative;
    float: left;
    padding: 10px 70px 0 0;
}

#customerInfoSection .container {
    position: relative;
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

.div_scroll {
    width: 100%;
    position: relative;
    overflow-x: auto;
    height: 430px;
}

.services_details table {
    width: 100%;
}


    .services_details table tbody {
        max-height: 200px;
        overflow-y: auto;
        display: block;
        width: 100%;
    }

.services_list_bg {
    background: #d4d4d4;
    padding: 10px 10px 15px 10px;
    border-radius: 0 0 6px 6px;
    width: 330px;
}

.services_list {
    /*float: left;*/
    width: 370px;
    padding: 20px;
    display: inline-block;
}

.services_carrier_name {
    background: #959595;
    border-radius: 6px 6px 0 0;
    width: 330px;
}

    .services_carrier_name p {
        padding: 10px;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        font-weight: bold;
        margin-bottom: 0;
    }

.services_details_label {
    text-align: left;
    font-weight: bold;
    width: 150px;
}

.services_details_value {
    text-align: left;
    font-weight: normal;
}

.services table th {
    line-height: 20px;
}

.manage_btn .btn_med {
    padding-top: 10px;
    margin: auto;
}

.ETLformula {
    line-height: 175%;
    font-size: 12px;
}

#ETLDialogButton {
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-left: 10px;
    background-color: rgba(171, 171, 171, 1);
    color: #ffffff;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#ETLavg {
    font-style: italic;
}

#EmptyButton1 {
    width: 12%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0 10px;
    margin-left: 10px;
    background-color: #ffffff;
    color: #ffffff;
    border: none;
    cursor: default;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#EmptyButton2 {
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0 10px;
    margin-left: 10px;
    background-color: #ffffff;
    color: #ffffff;
    border: none;
    cursor: default;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

/* ==========================================================================
   Service View
   ========================================================================== */

#serviceInfoSection .form_section {
    padding-left: 0;
    margin: 0;
    padding: 10px;
}


    #serviceInfoSection .form_section:last-child {
        margin-bottom: 16px;
    }

#btnShowAgentDialog {
    margin: 0 16px;
}

#serviceInfoSection .form_container .form_section:nth-child(5) {
    background: #eee;
}

#serviceInfoSection .form_container .form_section:nth-child(8) {
    background: #eee;
}
/* ==========================================================================
   Customer Search
   ========================================================================== */
.services_btn {
    float: right;
    width: 150px;
}

    .services_btn a {
        display: block;
        width: 100%;
        height: 24px;
        line-height: 24px;
        text-align: center;
        padding: 0 10px;
        background-color: #f4a601;
        color: #ffffff;
        border: none;
        cursor: pointer;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

.attributes_block .form_row {
    width: 50%;
    padding-right: 8px;
}

    .attributes_block .form_row:nth-child(even) {
        width: 50%;
        padding-right: 0;
    }

.attributes_block .select_field:before {
    top: 18px;
}

/* ==========================================================================
   Touble Ticket Search
   ========================================================================== */

#AddEditTroubleTicketModal .modal_container_med {
    width: 1200px;
    margin-left: -600px;
    height: 90%;
    overflow-y: none;
}

.modal_body {
}

#TroubleTicketForm .form_row {
    width: 50%;
    padding: 10px;
}

#TroubleTicketForm .form_label {
    padding: 5px 0;
}

#TroubleTicketForm .table_options .form_row {
    padding: 0;
}


#TroubleTicketForm .form_row .div_table_row .div_table_cell_header {
    min-width: 100%;
}

.TroubleTicket_DocumentList {
    width: 100%;
}

.modal_container_med #TroubleTicketForm .modal_body {
    padding: 0;
    overflow-y: scroll;
}

.TroubleTicket_EmptyRow {
    height: 40px;
}

.delete-external-ticket img {
    height: 24px;
}

.delete-document img {
    height: 24px;
}

.page_form_row .dashboard-widget-body {
    padding: 16px;
}


    .page_form_row .dashboard-widget-body .div_table_container {
        height: 300px;
    }

.page_form_row .dashboard-widget-header {
    height: auto;
}

.page_form_row .dashboard-widget-title {
    padding: 5px 10px;
    line-height: initial;
}

    .page_form_row .dashboard-widget-title button {
        font: 13.3333px Arial;
    }

    .page_form_row .dashboard-widget-title .btn_med, btn_med button, .btn_med a, .btn_med input {
        position: absolute;
        right: 0;
    }

.page_form_row .dashboard-widget-body .page_form_row {
    padding: 0;
}

    .page_form_row .dashboard-widget-body .page_form_row .form_label {
        padding: 0 !important;
    }

    .page_form_row .dashboard-widget-body .page_form_row .form_value {
        padding: 0;
    }

.page_form_row .dashboard-widget-title {
    width: 100%;
}

.dashboard-widget-body h2 {
    font-weight: normal;
    font-size: 20px;
    color: #959595;
}

.page_form_row .form_label {
    padding: 5px 0;
}

/* ==========================================================================
   Service Business Days
   ========================================================================== */

.servicebusinessdays-index .form_row .form_item:last-child {
    padding: 0;
}

.service-serviceview .form_row .form_item:last-child {
    padding-bottom: 0;
}

.servicebusinessdays-index .form_row .form_item input {
    width: 100%;
    width: 100%;
    height: 24px;
    padding: 0 0 0 4px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #ffffff;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #aaa;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.servicebusinessdays-index .btn_1 {
    width: 150px;
}


/* ==========================================================================
   Service Management
   ========================================================================== */

.administration-servicemanagement .form_row .form_item:last-child {
    padding: 0;
}

.serviceManagement button {
    background: rgb(244, 166, 1);
    border: 2px solid rgb(244, 166, 1);
    color: white;
}


/* ==========================================================================
   Assign Carrier Commissions
   ========================================================================== */

.arrows {
    text-align: center;
    margin-top: 120px;
}

    .arrows input {
        background: rgb(244, 166, 1);
        border: 2px solid rgb(244, 166, 1);
        color: white;
        font-size: 18px;
    }

.carriercommissions-assigncarriercommissions .text_box select {
    min-height: 250px;
    padding: 5px 0;
}

    .carriercommissions-assigncarriercommissions .text_box select option {
        padding: 5px;
    }

#removeCommission {
    margin-left: -3px;
}

.k-widget.k-grid .k-pager-numbers li a {
    padding: 0;
}

.k-widget.k-grid .k-pager-numbers li span {
    width: 100%;
    height: 100%;
    background: rgb(244, 166, 1);
    border-color: rgb(244, 166, 1);
    line-height: 2.3em;
}

.k-widget.k-grid .modifiedRowClass {
    background: rgb(255, 237, 199);
}


#CarrierDetailsContainer .form_container .form_row:first-child {
    padding: 10px 0;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    margin-bottom: 20px;
}

#CarrierDetailsContainer .form_container .form_row .form_item:last-child {
    padding: 0;
}

.black_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: black;
    z-index: 999999;
    opacity: 0.5;
}

.wait_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: black;
    z-index: 99999999;
    opacity: 0.5;
}

.k-grid-content tr:hover {
    background-color: #fce4b2 !important;
}

.k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover td {
    background: #f4a601 !important;
}

.k-grid-content {
    height: 431px !important;
}

/*.k-grid{
    height: 600px !important;
}*/
