
.dashboard-popup-modal{font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;}
.salesscreen-address-popup-modal{font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;}
.dashboard-product-box{font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;}
ul.dashboard-ul-box {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
}
 
ul.dashboard-ul-box li {
    width: 16%;    
    float: left;
    box-sizing: border-box;
    list-style: none;
    line-height: normal;
    padding: 0 10px;
} 
.dashboard-product-box {
    background: #6495ed;
    padding: 15px;
    color:#fff;
     line-height:unset;
     text-align:center; 
} 
.admin__page-section-title .title {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}  

.customer-section-title {
    font-size: 18px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
table.customer-edit-order-table {
    width: 100%;
    text-align: left;
    max-width: 1080px;
}
table.customer-edit-order-table th {
     font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
} 

.address-section-title, .products-section-title{
    font-size: 18px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;   
        margin-top: 20px; 
        margin-bottom:20px;  
    
}
.dashboard-product-box span {
    display: block;
    font-size: 18px;
}
.dashboard-product-box strong {
    display: block;
    font-size: 18px;
    overflow-wrap: break-word;
}
table.products-edit-order-table {
    width: 100%;
    text-align: left;
}

.address-section-content .address-order-billing-address {
    width: 50%;
    float: left;
}
.address-section-content .admin__page-section-item.order-shipping-address {
    width: 50%;
}


.dashboard-ul-customer-box{
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    
    }
.dashboard-ul-customer-box li{
    min-width: 290px;
    max-width: 500px;   
    float: left;
    box-sizing: border-box;
    list-style: none;
    line-height: normal;
    padding: 0 10px;
    
    }
    
.dashboard-customer-box {
    background: #6495ed;
    padding: 15px;
    color:#fff;
     line-height:unset;
     text-align:center; 
} 

.dashboard-customer-box span {
    display: block;
    font-size: 18px;
}
.dashboard-customer-box strong {
    display: block;
    font-size: 18px;
}
.address-section-title {
    margin-top: 35px;
}
.address-section-content .address-order-billing-address span.title, .address-section-content .order-shipping-address span.title  {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}
.address-section-content address {
    font-style: normal;
    font-size: 14px;
    line-height: normal;
}
.address-section-content {
    display: block;
    overflow: hidden;
}
table.products-edit-order-table th, table.products-edit-order-table td {
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    padding-top: 12px;
}

.modal-header #modal-title-9 a .see-order-details {
    background: #eb5202;
    border: 1px solid #eb5202;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    float: right;
}

.gift-message-table td{
    padding-left: 5px;
    padding-right: 5px;
}
   span.icon-popup-success {
    width: 32px;
    height: 25px;
    background-image: url(../images/success.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center 5px;
    position: relative;
    top: 7px;
}
.gift-message-table td {
    border: none !important;
}

