/**
*   Warehouse template
**/
.en_wd_add_warehouse_btn{
    background: #0085ba none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    padding: 7px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}
.en_wd_add_warehouse_btn:hover{
    background: #008ec2;
    color: #fff;
    border-color: #006799;
}

/**
*   Warehouse table
**/
.en_wd_warehouse_list {
    font-family: 'Arial';
    margin: 25px auto 40px;
    border-collapse: collapse;
    border: 1px solid #eee;
    width: 100%;
    background: #fff;
}
.en_wd_warehouse_list  .en_wd_warehouse_list_heading, .en_wd_warehouse_list_data {
    color: #555;
    padding: 12px 35px;
    border-collapse: collapse;
    text-align: center;
}
.en_wd_warehouse_list  .en_wd_warehouse_list_heading {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e1e1e1;
    color: #0073aa;
    font-size: 14px;
    font-weight: 400;
}
.en_wd_warehouse_list_data a img{
    margin-left: 5px;
    width: 17px;
}
#append_warehouse tbody > tr:nth-of-type(2n-1){
    background: #f9f9f9;
}

/**
*   Warehouse Popup
**/

.en_wd_add_warehouse_popup .content{
    overflow-y: scroll;
    height: 80vh;
}
.en_wd_warehouse_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}
.en_wd_warehouse_overlay:target {
    visibility: visible;
    opacity: 1;
}

.en_wd_add_warehouse_popup {
    margin: 3% auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 60vw;
    position: relative;
    transition: all 5s ease-in-out;
}

.en_wd_add_warehouse_popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.en_wd_add_warehouse_popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.en_wd_add_warehouse_popup .close:hover {
    color: #ea6153;
}
.en_wd_add_warehouse_popup .content {
    max-height: 80vh;
    overflow: auto;
}
.en_wd_add_warehouse_popup .content label {
    cursor: default;
}

.en_wd_add_warehouse_popup .content label{
    font-weight: 900;
}
.en_wd_add_warehouse_popup .content .en_wd_add_warehouse_input,
.en_wd_add_warehouse_popup .content .en_wd_add_warehouse_tagging{
    width: 100%;
    clear: both;
}

.en_wd_add_warehouse_popup .content .en_wd_add_warehouse_input input[type="text"],
.en_wd_add_warehouse_popup .content .en_wd_add_warehouse_input select{
    margin: 10px;
    width: 57.9%;
    padding: 5px;
    float: right;
    height: 40px;
    max-width: none;
}

.en_wd_add_warehouse_popup .content .en_wd_add_warehouse_input input[type="checkbox"]{
    margin: 15px 0px 0px 0px !important;
    float: left;
}

.pickup-delivery-checkboxes{
    width: 57%;
    float: right;
    margin-right: 20px;
}


.en_wd_add_warehouse_popup .content .en_wd_add_warehouse_input label,
.en_wd_add_warehouse_popup .content .en_wd_add_warehouse_tagging label{
    font-weight: 600;
    float: left;
    line-height: 3.5;
}

.save_warehouse_form{
    background       : #0085ba none repeat scroll 0 0;
    border           : medium none;
    color            : #fff;
    text-decoration  : none;
    padding: 7px 20px;
    cursor           : pointer;
    border-radius    : 2px;
    font-size        : 14px;
    background-image : -webkit-linear-gradient(top, #0085ba, #2980b9);
    background-image : -moz-linear-gradient(top, #0085ba, #2980b9);
    background-image : -ms-linear-gradient(top, #0085ba, #2980b9);
    background-image : -o-linear-gradient(top, #0085ba, #2980b9);
    background-image : linear-gradient(to bottom, #0085ba, #2980b9);
    float            : right;
    margin: 10px !important;
}
.save_warehouse_form:hover{
    background: #008ec2;
    border-color: #006799;
    color: #fff;
}
.save_warehouse_form:focus + div#en_wd_add_warehouse_btn {
    display: none;
}
.already_exist{
    background: #f1f1f1 none repeat scroll 0 0;
    border-left: 4px solid #dc3232;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin: 5px 15px 2px 0px;
    padding: 10px 12px;
    display: none;
}
.warehouse_created{
    margin-top: 20px !important;
    display: none;
}
.warehouse_updated{
    margin-top: 20px !important;
    display: none;
}
.warehouse_deleted, 
.ups_small_bulk_warehouse_deleted, 
.ups_small_bulk_warehouse_delete_error {
    margin-top: 20px !important;
    display: none;
}
.city_select_css{
    width: 70%;
    border-radius: 5px;
    margin: 10px;
}
.city_select{
    display: none;
}

.en_wd_zip_validation_err, .en_wd_city_validation_err, .en_wd_state_validation_err, .en_wd_country_validation_err {
    color: #ff0000;
    font-size: 11px;
    font-weight: normal !important;
    margin-top: 15px;
    margin: 0 0px 0px 242px;
    float: left;
}

.en_wd_err{
    color: #ff0000;
    font-size: 11px;
    font-weight: normal !important;
    margin-top: 15px;
    margin: 0 0px 0px 242px;
    float: left;
}

.not_allowed , .zero_results{
    background: #f1f1f1 none repeat scroll 0 0;
    border-left: 4px solid #dc3232;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 1px 12px;
    display: none;
}
.dropship_invalid_miles_error,
.warehouse_invalid_miles_error,
.dynamic_warehouse_error,
.dynamic_dropship_error,
.wrng_credential,
.wrng_instore,
.wrng_local, 
.ups_small_bulk_warehouse_delete_error,
.ups_small_bulk_dropship_delete_error {
    background: #f1f1f1 none repeat scroll 0 0;
    border-left: 4px solid #dc3232;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 1px 12px;
    display: none;
    width: 93.5%;
}

/**
*   Warehouse End
**/


/**
*   Dropship Section
**/
.en_wd_dropship_list {
    font-family: 'Arial';
    margin: 25px auto;
    border-collapse: collapse;
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
}
.en_wd_dropship_list  .en_wd_dropship_list_heading, .en_wd_dropship_list_data {
    color: #555;
    padding: 12px 35px;
    text-align: center;
    border-collapse: collapse;
}
.en_wd_dropship_list  .en_wd_dropship_list_heading {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e1e1e1;
    color: #0073aa;
    font-size: 14px;
    font-weight: 400;
}
#append_dropship tbody > tr:nth-of-type(2n-1){
    background: #f9f9f9;
}
.en_wd_dropship_list_data a img{
    margin-left: 5px;
    width: 17px;
}
.en_wd_add_warehouse_btn{
    background: #298cba none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    padding: 7px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    background-image: -webkit-linear-gradient(top, #0085ba, #2980b9);
    background-image: -moz-linear-gradient(top, #0085ba, #2980b9);
    background-image: -ms-linear-gradient(top, #0085ba, #2980b9);
    background-image: -o-linear-gradient(top, #0085ba, #2980b9);
    background-image: linear-gradient(to bottom, #0085ba, #2980b9);
}
.en_wd_add_warehouse_btn:hover{
    background: #008ec2;
    border-color: #006799;
    color: #fff;
}
.en_wd_add_dropship_btn{
    background: #0085ba none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    padding: 7px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}
.en_wd_add_dropship_btn:hover{
    background: #008ec2;
    color: #fff;
    border-color: #006799;
}
.dropship_created{
    display: none;
}
.dropship_updated{
    display: none;
}
.dropship_deleted, .ups_small_bulk_dropship_deleted, .ups_small_bulk_dropship_delete_error {
    display: none;
}

.warehouse_text p{
    font-size: 13px;
}
.break_hr{
    margin: 50px 0;
}
.err{
    color: #ff0000;
    font-size: 13px;
    font-weight: normal !important;
    padding-left: 10px;
}
.delete_p{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 15px;
    font-weight: normal;
    padding: 25px 3px;
}
.del_btns{
    margin-right: 40px;
    text-align: right;
    margin-top: 20px;
}
.cancel_delete{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 10px;
    text-decoration: none;
}
.cancel_delete:hover{
    text-decoration: none;
}
.confirm_delete{
    background: #008ec2;
    border-color: #006799;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
}
.confirm_delete:hover{
    text-decoration: none;
    color: #fff;
}

label[for="en_wd_origin_zip"]:after, label[for="en_wd_origin_city"]:after, label[for="en_wd_origin_state"]:after, label[for="en_wd_origin_country"]:after {
    content: " *";
    color: red;
}

/**
*   Dropship End
**/

/**
*   Tagging Basic Style
**/

.en_wd_setting_section .tagging {
    border: 1px solid #aaa;
    font-size: 1em;
    height: auto;
    padding: 6px 0px 6px;
    background: #fff;
    width: 57.5%;
    float: right;
    margin: 10px;
}

.en_wd_setting_section .tagging.editable {
    cursor: text;
}

.en_wd_setting_section .tag {
    background: none repeat scroll 0 0 #ccc;
    border-radius: 2px;
    color: black;
    cursor: default;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    padding: 4px 20px 4px 4px;
    margin: 2px 10px 2px 0;
}

.en_wd_setting_section .tag span {
    display: none;
}

.en_wd_setting_section .tag .tag-i {
    color: black;
    cursor: pointer;
    font-size: 1.3em;
    height: 0;
    line-height: 0.1em;
    position: absolute;
    right: 5px;
    top: 0.7em;
    text-align: center;
    width: 10px;
    text-decoration: none;
}

.en_wd_setting_section .tag .tag-i:hover {
    color: black;
    text-decoration: none;
}

.en_wd_setting_section .type-zone {
    border: 0 none;
    height: auto;
    width: auto;
    min-width: 20px;
    display: inline-block;
}

.en_wd_setting_section .type-zone:focus {
    outline: none;
    background-color: #fff;
    color: #32373c;
}

#instore-pickup-zipmatch{
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #32373c;
    border-radius: 5px;
}

#local-delivery-zipmatch{
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #32373c;
    border-radius: 5px;
}

.instore-pickup-input, .local-delivery-input{
    width: 100%;
    text-align: right;
    clear: both;
}

.instore-pickup-input label, .local-delivery-input label{
    font-weight: 600;
    float: left;
    line-height: 3.5;
}
.instore-pickup-input input, .local-delivery-input input{
    margin: 10px;
    width: 55%;
    padding: 5px;
}

/**
*   Tagging Basic Style End
**/

/**
*   Hide btn
**/

.en_wd_setting_section .button-primary, 
.en_shipping_rules_setting_section .button-primary,
.en_wd_setting_section .is-primary {
    display: none;
}

.form-btns {
    float: right;
    margin-top: 5px;
    width: 100%;
}

.heading .heading_left{
    float: left;
}

.user_guide p.submit {
    display: none;
}
.heading .pakage_notify{
    margin-right: 10px;
    color: red;
}

.heading .hide{
    display: none;
}

.wild_disabled_me{
    float: left;
    pointer-events: none;
    opacity: 0.5;
    /*margin-right: 18px;*/
}

.wild_warehouse a{
    text-decoration: none;
    font-size: 17px;
    color: red;
    font-weight: bold;
    float: left;
}

.tr_disabled_me{
    pointer-events: none;
    opacity: 0.5;
}

.disabled_me{
    pointer-events: none;
    opacity: 0.5;
    display:inherit;
    color: #dc3232;
}

.pakage_notify a {
    text-decoration: none;
    font-size: 17px;
    color: red;
    font-weight: bold;
    margin: 5px 0 0 6px;
    display: inline-block;
}
._dropship_location a {
    text-decoration: none;
    font-size: 17px;
    color: red;
    font-weight: bold;
    margin: 5px 0 0 6px ;
    display: inline-block;
}

.pakage_notify_local_dropship a {
    color: red;
    margin: 0 0 0 48px;
    text-decoration: none;
}
.pakage_notify_instore_warehouse a {
    text-decoration: none;
    color: red;
    margin: 0 0 0 39px;
}
.pakage_notify_local_warehouse a{
    text-decoration: none;
    color: red;
    margin: 0 0 0 48px;
}
.pakage_notify_instore_dropship a {
    text-decoration: none;
    color: red;
    margin: 0 0 0 39px;
}

._en_hazardous_material .description a,._en_insurance_fee .description a,._dropship_location .description{
    text-decoration: none;
    font-size: 17px;
    color: red;
    font-weight: bold;
    position: relative;
    top:3px;
}

._en_hazardous_material .description,._en_insurance_fee .description{
    font-style: normal;
}

.spinner_disable {
    color: #000000;
    pointer-events: none;
    opacity: 0.5;
}
@media only screen and (max-width: 1920px) and (min-width: 1080px)  {

    .en_wd_err {
        color: #ff0000;
        font-size: 11px;
        font-weight: normal !important;
        width: 59.3%;
        float: right;
        margin-top: -10px;
        margin-bottom: 0px;

    }
}
#en_wd_dropship_zip,
#en_wd_origin_zip{
    text-transform:uppercase;
}
.en_ups_small_bulk_delete_col {
    width: 38px;
    text-align: center;
}

.ups_small_bulk_warehouse_delete_error, 
.ups_small_bulk_dropship_delete_error {
    width: auto !important;
    background-color: #fff !important;
}