﻿body {
    font-family:'Open Sans';
    font-size: 13px;
    padding:10px;
}

#message {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    left: 0;
    position: absolute;
    z-index: 1000;
    display: none;
}

/* PAGE ELEMENTS */
a {
    text-decoration: none;
    color: #00a2ff;
}

a:hover {
    color: #0080c9;
}

input {
    padding: 0 5px;
    border: 0;
    background-color: #f3f3f3;
    height: 30px;
}

.input_required {
    padding: 0 5px;
    border: 1px solid red;
    background-color: #f3f3f3;
    height: 28px;
}

input:hover {
    background-color: #a3dfff;
}

.input_selected {
    background-color: #a3dfff;
}

select {
    height: 30px;
    padding: 0 5px;
}

select:hover {
    background-color: #a3dfff;
}

.check, .check_selected {
    width: 14px;
    height: 14px;
    border: 1px solid #545454;
    display: inline-block;
    background-color: #fff;
}

.check:hover {
    background-color: #a3dfff;
    cursor: pointer;
}

.check_selected {
    background-color: #545454;
}

.radio, .radio_selected {
    width: 14px;
    height: 14px;
    border: 1px solid #545454;
    border-radius: 8px;
}

.radio:hover {
    background-color: #a3dfff;
    cursor: pointer;
}

.radio_selected {
    background-color: #545454;
}

textarea {
    border: 0;
    background-color: #f3f3f3;
}
textarea:hover {
    background-color: #a3dfff;
}

option {
    background-color: #fff;
}
/* END PAGE ELEMENTS */

/* IMAGES */
.gear {
    opacity: 0.4;
}

.gear:hover {
    opacity: 1.0;
    cursor: pointer;
}
/* END IMAGES */

/* BUTTONS */
.special_service, .special_service_selected {
    padding:3px 0;
    text-align:center;
    color: #fff;
    background-color: #cccccc;
}

    .special_service:hover {
        cursor: pointer;
        background-color: #56e37c;
    }

.special_service_selected {
    background-color: #56e37c;
}

.form_btn, .form_btn_selected {
    width: 49%;
    background-color: #999;
    padding:5px 0;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
}
    .form_btn:hover {
        background-color: #bf7021;
        cursor: pointer;
    }

.form_btn_selected {
    background-color: #bf7021;
}

.btn {
    border-radius: 2px;
    color: #fff;
    opacity: 0.4;
    text-align: center;
    padding: 7px 20px;
    display: inline-block;
    font-family: Montserrat;
    font-weight: 600;
    border: 1px solid #cecece;
}


.btn_blue {
    background-color: #009dd6;
}

    .btn_blue:hover {
        opacity: 1.0;
        cursor: pointer;
        background-color: #009dd6;
        border-color: #009dd6;
        color: #fff;
    }

.btn_red {
    background-color: #d60000;
}

    .btn_red:hover {
        opacity: 1.0;
        cursor: pointer;
        background-color: #d60000;
        border-color: #d60000;
        color: #fff;
    }

.btn_green {
    background-color: #00d624;
}

    .btn_green:hover {
        opacity: 1.0;
        cursor: pointer;
        background-color: #00d624;
        border-color: #00d624;
        color: #fff;
    }

.btn_grey {
    background-color: #808080;
}

    .btn_grey:hover {
        opacity: 1.0;
        cursor: pointer;
        background-color: #808080;
        border-color: #808080;
        color: #fff;
    }

.btn_active {
    opacity: 1.0;
}
/* END BUTTONS */

/* ADDRESS */
.address_headers {
    float:left;
    margin-top:45px;
}

.address_headers div {
    width: 100px;
    text-align:right;
    padding:20px 0 10px 0;
}

.to, .from {
    float:left;
    margin-left:30px;
    width:300px;
}

.address_header {
    font-family: Montserrat;
    font-size: 15px;
    color: #666;
    font-weight: 600;
    background-color: #bb9a66;
}

.address_header select {
    border: 0;
    font-weight: bold;
    font-size: 15px;
    width: 210px;
}

.address_input {
    display: block;
    margin-top: 5px;
}

.address_input input {
    width: 200px;
}

.address_input select {
    width: 210px;
}
/* END ADDRESS */

.input_name {
    display: inline-block;
    font-weight: 600;
    font-family: Montserrat;
    position: absolute;
    z-index: 100;
    background-color: #2a93b0;
    color: #fff;
    padding: 5px 0;
}

.header, .inputs, .search_results, .bol, .parcel {
    display:block;
    margin-bottom:10px;
    width: 645px;
}

.header {
    font-family: Montserrat;
    font-weight: 600;
    padding: 7px 10px;
    background-color: #bb9a66;
    color: #fff;
    width: 625px;
    cursor: pointer;
    text-align: left;
}

.history {
    font-size: 12px;
    color: #30aecf;
}

    .history:hover {
        cursor:pointer;
    }

.search_results {
    width:645px;
}

.input_header, .result_header {
    color: #666;
    font-family:Montserrat;
    font-weight:600;
    float:left;
    margin-left:20px;
}

.result_header_row {
    padding: 7px 10px;
    background-color: #666;
}

.result_header {
    color: #fff;
}

.section_header {
    text-align:center;
    font-size:18px;
    font-weight:600;
    font-family:Montserrat;
    color: #666;
    margin: 30px;
}

.search_list, .shipment_list, .ltl_list {
    margin-top: 10px;
    width: 643px;
    height: 150px;
    /*border:1px solid #000;*/
    background-color: #f0f0f0;
    overflow: auto;
}

.search_item, .search_item_selected {
    display:block;
    padding:5px 0;
    margin: 5px 0;
}

    .search_item:hover {
        cursor: pointer;
        /*background-color: #d9d9d9;*/
    }

.search_item_selected {
    background-color: #d4f5ff;
}

/* FEDEX */
.shipment {
    display:block;
    padding-top:10px;
}

.shipment_field {
    float:left;
    width: 80px;
    margin-left:10px;
}

.shipment_input {
    width:50px;
}

.shipment_delete {
    float:right;
    margin-right: 10px;
    padding:5px;
    background-color: red;
    color: #fff;
    opacity: 0.6;
}

.shipment_delete:hover {
    cursor:pointer;
    opacity: 1.0;
}

#bol_detail, #history_wrapper {
    display: none;
    position: absolute;
    z-index: 100;
    padding: 30px;
    border: 1px solid #000;
    background-color: #fff;
}

#bol_items {
    display: block;
    padding-top: 5px;
    height: 250px;
    overflow: auto;
    /*border-top: 1px solid #cecece;*/
}

.history_title {
    font-family:Montserrat;
    font-size: 20px;
    font-weight: 600;
    padding: 0 15px 0 0;
    display:inline-block;
    margin-left:80px;
}

.history_header {
    margin: 20px 0 10px 0;
    padding: 5px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    background-color: #557da3;
    color: #fff;
}

.history_list {
    width: 800px;
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.history_row {
    margin:5px 0;
    text-align:left;
}

.history_data {
    width: 14%;
    overflow:hidden;
    white-space:nowrap;
    margin-right:10px;
    float:left;
}

.history_cancel {
    float: right;
    background-color: #737373;
    color: #fff;
    margin-top: -20px;
    cursor: pointer;
    padding: 3px 10px;
}

    .history_cancel:hover {
        background-color: #c43b3b;
        cursor:pointer;
    }

.cancel_confirm {
    display:none;
    background-color: #fff;
    padding: 20px;
    position: absolute;
    border: 2px solid #000;
}

.cancel_confirm_header {
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #cf2323;
    padding: 10px 0;
    width:400px;
    margin-bottom:20px;
}

.cancel_confirm_no {
    padding: 15px;
    width: 100px;
    float: left;
    font-weight:bold;
    background-color: #737373;
    color: #fff;
    opacity: 0.6;
}

.cancel_confirm_no:hover {
    cursor:pointer;
    opacity: 1.0;
}

.cancel_confirm_yes {
    padding: 15px;
    width: 100px;
    float: right;
    font-weight:bold;
    background-color: #1fcf4e;
    color: #fff;
    opacity: 0.6;
}

.cancel_confirm_yes:hover {
    cursor: pointer;
    opacity: 1.0;
}

.ship_required {
    text-align:center;
    color: #fff;
    background-color:red;
    font-weight:600;
    padding:5px;
}

.ship_reason_header {
    text-align:center;
    padding:15px;
    font-size:18px;
    font-weight: 600;
}

.ship_reason {
    margin:5px 0;
}

.history_bkgrnd {
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 50;
    background-color: #fff;
    opacity: 0.4;
    display:none;
}

.modal_window {
    padding: 20px;
    border: 1px solid #f4f4f4;
    z-index: 110;
    background-color: #f3f3f3;
    position: fixed;
    display: none;
}

.modal_bkgrnd, .fetching_bkgrnd, .cust_ship_bkgrnd {
    background-color: #fff;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    position: absolute;
    display: none;
}

.fetching_bkgrnd {
    z-index: 140;
}

.modal_login {
    border: 1px solid #000;
    background-color: #fff;
    padding: 30px;
    position: absolute;
    display: none;
    z-index: 110;
}

.modal_option {
    padding: 3px 8px;
    display: block;
    border: 2px solid #f4f4f4;
    cursor: pointer;
}

.modal_option:hover {
    background-color: #fff;
}

.user_menu_background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 40;
}

.user_wrapper, .goto_link {
    padding: 8px;
    top: 10px;
    z-index: 50;
    text-align: center;
    border: 2px solid #fff;
    white-space: nowrap;
}

.user_wrapper:hover, .goto_link:hover {
    border-color: #cecece;
    cursor: pointer;
}

.goto_link {
    font-family:Montserrat;
    font-weight:600;
}

.user_options {
    display: none;
}


/* RATES */
.rate_wrapper, .fetching_wrapper, .trackingnumber_wrapper, .trackingerror_wrapper {
    display:none;
    padding:30px;
    background-color:#fff;
    border:1px solid #000;
    position: absolute;
    z-index: 100;
}

.fetching_wrapper {
    z-index: 150;
}

.fetching_text {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    width:400px;
    text-align: center;
}

.rate_header {
    font-family:Montserrat;
    font-size: 20px;
    font-weight:600;
    padding:8px 10px;
    width:400px;
    text-align:center;
    background-color:#999;
    margin-right:30px;
}

.rate_carrier {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 10px;
    background-color: #32a4fa;
    color: #fff;
}

.rate_list {
    width:420px;
    height:500px;
    overflow-y:auto;
}

.parcel_list {
    width: 600px;
    height: 500px;
    overflow-y: auto;
}

.rate_item, .rate_item_selected {
    padding:5px 0 5px 10px;
    font-family:'Open Sans';
    font-size:12px;
}

.rate_item:hover {
    cursor: pointer;
    background-color: #e3f2fc;
}

.rate_item_selected {
    background-color: #e3f2fc;
}

/* FREIGHT COLLECT */
.freight_collect_wrapper {
    padding: 30px;
    background-color: #fff;
    z-index: 100;
    border: 1px solid #000;
    position:absolute;
    display:none;
}

.messenger_wrapper {
    padding: 30px;
    background-color: #fff;
    z-index: 100;
    border: 1px solid #000;
    position: absolute;
    display: none;
}

/* USERS */

.user_item, .user_item_selected {
    text-align: left;
    padding:5px 10px;
}
    .user_item:hover {
        background-color: #cfcfcf;
        cursor: pointer;
    }

.user_item_selected {
    background-color: #84d6e0;
}