/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19 Dec, 2018, 10:53:47 AM
    Author     : jaysukh
*/
.http_return_popup{            
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0px;
    width:100%;
    z-index:10000;
    display: none; /* Hidden by default */            
    left: 0;            
    overflow: auto; /* Enable scroll if needed */           
}
.http_return_popup .http_return_popup_content {
    background-color: #fff;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;            
    width: 50%; /* Could be more or less, depending on screen size */
}
.http_return_popup .closeButton{
    color: #050f2c;
    float: right;
    font-size: 36px;
    line-height: 15px;          
}
.http_return_popup .closeButton:hover,
.http_return_popup .closeButton:focus{           
    text-decoration: none;
    cursor: pointer;
}
.http_return_popup #return_Form{
    width: 80%;
    margin: 0 auto;
}
.http_return_popup #return_Form .http_return_form{
    clear: both;
    display: inline-block;
    width: 100%;
}
.http_return_popup .header_bread_crumb p{
    float: left;
    color: #050f2c;
    text-transform: uppercase;
    font-size: 18px;
}
.http_return_popup .header_bread_crumb p.step1,
.http_return_popup .header_bread_crumb p.step2,    
.http_return_popup .header_bread_crumb p.step3{
    width: 13%;
    text-align: center;
}
.http_return_popup .header_bread_crumb p.dashed{    
    width: 30.5%;
    border-bottom: 1px dashed #050f2c;
    margin-top: 4px;
}
.http_return_popup .header_bread_crumb p.selected {
    font-weight: bold;
}
.http_return_popup #return_Form p.product_labels {
    float: left;
    color: #050f2c;            
    font-size: 18px;
    text-align: left;
}   
.http_return_popup #return_Form .products_list{
    clear: both;
}
.http_return_popup #return_Form .products_list .re_product{
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 8px;
}
.http_return_popup #return_Form input[type="checkbox"]{
    width: 30px;            
    height: 20px !important;
    float: left;
    margin-right: 20px;
} 
.http_return_popup #return_Form .re_product {
    border-top: 1px dashed #050f2c;
    padding-top: 20px;
    padding-bottom: 0px;
}
.http_return_popup #return_Form .re_product:last-child {
    border-bottom: 1px dashed #050f2c;
}        
.http_return_popup #return_Form .pdt {
    color: #050f2c;
    font-size: 18px;
    float: left;            
    padding-bottom: 0px;            
}
.http_return_popup #return_Form .variation {
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 50px;
    color: #050f2c;
    font-size: 16px;
    font-weight: 100;
}
.http_return_popup #return_Form .custom_button_gred{
    margin: 30px 0px;
    float: right;
    text-decoration: none !important;
    color: #050f2c !important;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9.8px 50px !important;
    /*    border: 3px solid #050f2c;  */
    border-top: 2px solid #050f2c;
    border-left: none;
    border-right: none;    
    border-bottom: 2px solid #050f2c;  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 2px 101%;
    -moz-background-size: 2px 101%;
    background-size: 2px 101%;
    background-image: -webkit-linear-gradient(to bottom, #050f2c 0, #050f2c 100%), -webkit-linear-gradient(to bottom, #050f2c 0%, #050f2c 100%);
    background-image: -moz-linear-gradient(to bottom, #050f2c 0, #050f2c 100%), -moz-linear-gradient(to bottom, #050f2c 0%, #050f2c 100%);
    background-image: -o-linear-gradient(to bottom, #050f2c 0, #050f2c 100%), -o-linear-gradient(to bottom, #050f2c 0%, #050f2c 100%);
    background-image: linear-gradient(to bottom, #050f2c 0, #050f2c 100%), linear-gradient(to bottom, #050f2c 0%, #050f2c 100%);
}
.http_return_popup #return_Form .custom_button_gred:hover{    
    background: rgba(0,0,0,0);
    border-top: 2px solid #c9a16c;
    border-left: none;
    border-right: none;
    color: #c9a16c !important;
    border-bottom: 2px solid #fdf3a0;  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 2px 101%;
    -moz-background-size: 2px 101%;
    background-size: 2px 101%;
    background-image: -webkit-linear-gradient(to bottom, #c9a16c 0, #fdf3a0 100%), -webkit-linear-gradient(to bottom, #c9a16c 0%, #fdf3a0 100%);
    background-image: -moz-linear-gradient(to bottom, #c9a16c 0, #fdf3a0 100%), -moz-linear-gradient(to bottom, #c9a16c 0%, #fdf3a0 100%);
    background-image: -o-linear-gradient(to bottom, #c9a16c 0, #fdf3a0 100%), -o-linear-gradient(to bottom, #c9a16c 0%, #fdf3a0 100%);
    background-image: linear-gradient(to bottom, #c9a16c 0, #fdf3a0 100%), linear-gradient(to bottom, #c9a16c 0%, #fdf3a0 100%);
}

.http_return_popup #return_Form .http_return_popup_reason{
    width: 100%;
}
.http_return_popup #return_Form .previous_step.custom_button_gred{
    float: left;
}
.http_return_popup select.refund_reason {
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;       /* remove default arrow */
    background-image: url(down_arrow.jpg);
    background-repeat: no-repeat;
    background-size: 14px;
    border: 1px solid #949292;
    height: 54px;
    color: #949292;
    padding-left: 15px;
    border-radius: 0px;    
    background-position:  right 22px top 22px;
    background-size: 14px;
    margin-bottom: 20px;
}
.http_return_popup select.refund_reason::selection{    
    background: #0c102b;
    color: #fff;
}
.http_return_popup .http_return_popup_confirmation .loader_image{    
    clear: both;
    float: right;
    display: none;
}
.http_return_popup .http_return_popup_success_request h4{    
    color: #050f2c;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}
.http_return_popup .http_return_popup_success_request p{    
    color: #050f2c;
    font-size: 18px;
    width: 73%;
    margin: 0 auto;
    margin-bottom: 10px;    
}
.http_return_popup .product_error_message,
.http_return_popup .reason_error_message{
    text-align: left;
    margin-top: 10px;
    font-size: 12px;
    color: #ff0000;
    display: none;
}
.http_return_popup .other_refund_reason{
    width: 100%;
    height: 54px;
    padding-left: 15px;
    display: none;
}
.http_return_popup_click.custom_button_gred{
    background-color: #f6f6f6;
    padding: 5px 20px !important;
    font-weight: 600;
    border: 1px solid #08121E;
    box-sizing: border-box;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #08121E;
}
.http_return_popup_click.custom_button_gred img{
    margin-left: 10px;
    display: none;
}

/* Backed Setting Button CSS BY Abhishek */
button.button-primary.setting {
    text-transform: capitalize;
    width: 100px;
    height: 31px;
    margin-top: 15px;
    font-size: 14px;
}

form.form-horizontal.filter_custome_form {
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    float: left;
    margin-top: 12px;
}
.right_buttons {
    float: right
}
li.log {
    float: left;
    font-size: 18px;
    color: #0c1631;
    list-style-type: disc;
    margin-left: 29px;
}
input.previous_third.custom_button_gred {
    float: left !important;
}
.order_return_items{
    padding-left: 8px;
    padding-top: 14px;
}
.re_product .productdetail{
    padding: 0px 7px;
    margin-bottom: 16px;
}