﻿body {
}

.prevmodal-body img {
   
    float: right;
    width: 80px;
    margin-right: 20px;

}                              
.address-wrap {
    float: left;
    width: calc(100% - 100px);
    text-align: left;
    padding: 15px 0px;
}
.address-wrap h3{
    margin-left:36px;
    margin-bottom:0px;
}
    .address-wrap label {
        margin-left: 36px!important;
        margin-bottom: 0px;
    }
    .address-wrap img {
        margin-right: 0px;
        margin-top: -160px;
        float: right;
    }
   .display-none{
       display:none;
   }

#PrevtbodySales label{
    margin-left:0px!important;
}
.Prevmodal-footer .btn-primary {
    padding: 10px;
    margin: 36px;
    width: 100px;
    background-color: #0072BC;
}
.Prevmodal-footer .btn-danger {
    width: 100px;
    margin-left: 0px;
}
/*Terms and Condition modal */
.termsmodal .modal-dialog {
    min-width: 1080px;
    max-height:800px;
    overflow-y:scroll;
}
.termsmodal .modal-header {
    padding:0px 20px 15px 20px;
}
.termsmodal .modal-header {
    background-color: #59C4D3;
    color: #fff;
}
.termsmodal .btn-primary {
    background-color: #59C4D3;
    color: #fff;
    
}
.termsmodal .btn-primary {
    background-color: #59C4D3;
    color: #fff;
    margin:15px;
    
}
.termsmodal-footer {
    text-align: center;
}
.termsmodal-body li {
    list-style: none;
    padding: 5px 0px 0px 0px;
    margin-left: -18px;
}
