@font-face {
    font-family: "fontawesome-webfont";
    src: url(fonts/fontawesome-webfont.eot);
    src: url(fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff) format("woff"), url(fonts/fontawesome-webfont.ttf) format("truetype"), url(fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}
#customer-login{background:url(../../images/customerportal/admin_bg.jpg) no-repeat center center;background-size:cover;background-repeat:no-repeat;text-align:center;max-height:100vh;height:100%;min-height:100vh;font-family:'Roboto'}
body.addbackground{background:url(../../images/customerportal/admin_bg.jpg) no-repeat center center;background-size:cover;background-repeat:no-repeat;max-height:100vh;height:100%;min-height:100vh;font-family:'Roboto'}
#customer-login:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background:rgba(0,0,0,.1);z-index:-1}
#customer-login .customer-login-container{max-width:450px;margin:0 auto;max-height:100vh;height:100%;min-height:100vh;position:relative}
#customer-login .customer-login-container .customer-login-box{padding:20px;display:inline-block;width:100%;box-shadow:0 0 15px 0 rgba(0,0,0,0.2);background-color:rgba(255,255,255,0.5);border-radius:10px;transform:translateY(-50%);position:absolute;left:0;right:0;top:50%}
#customer-login .customer-login-form{display:inline-block;width:100%}
#customer-login .customer-login-form .login-img img{width:100%}
#customer-login .customer-login-form .login-title{margin:20px 0 40px}
#customer-login .customer-login-form .login-title h2{font-size:2em;font-weight:500;text-align:center;color:#fff;margin-bottom:0;margin-top:0}
#customer-login .customer-login-form .customer-login-form-content{margin-bottom:20px}
#customer-login .customer-login-form .customer-login-form-content .input-box{margin-bottom:20px;text-align:left}
#customer-login .customer-login-form .customer-login-form-content .input-box:last-child{margin-bottom:0}
#customer-login .customer-login-form .customer-login-form-content .input-box input{width:100%;background-color:transparent;border:1px solid #fff;color:#fff;padding:8px 15px;border-radius:5px;letter-spacing:initial;font-size:16px}
#customer-login .customer-login-form .customer-login-form-content .input-box input:focus,#customer-login .customer-login-form .customer-login-form-content .input-box input:active{outline:none;box-shadow:none}
#customer-login .customer-login-form .customer-login-form-content .input-box input::placeholder{color:#fff}
#customer-login .customer-login-form .customer-login-form-content .input-box.checkbox{padding-left:0}
#customer-login .customer-login-form .customer-login-form-content .input-box.checkbox input{position:absolute;opacity:0;left:0;right:0;width:100%;height:100%;top:0;margin:0;cursor:pointer;z-index:1}
#customer-login .customer-login-form .customer-login-form-content .input-box.checkbox .checbox-div{position:relative;display:inline-block}
#customer-login .customer-login-form .customer-login-form-content .input-box.checkbox .checkbox-box{border:1px solid #fff;width:15px;height:15px;display:inline-block;vertical-align:middle;position:relative}
#customer-login .customer-login-form .customer-login-form-content .input-box.checkbox input:checked~.checkbox-box:after{display:block}
#customer-login .customer-login-form .customer-login-form-content .input-box.checkbox p{color:#fff;font-size:16px;width:auto;display:inline-block;vertical-align:middle;margin-bottom:0;margin-left:10px}
#customer-login .customer-login-form .customer-login-form-content .input-box.checkbox .checkbox-box:after{content:"";position:absolute;display:none;left:4px;top:0;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
#customer-login .customer-login-form .customer-login-form-content .input-box button{width:100%;height:auto;border:none;padding:10px 15px;border-radius:5px;font-size:16px;background-image:none;background-color:#32a5da;border-radius:5px;box-shadow:none;text-shadow:none}
#customer-login .customer-login-form .customer-login-form-content .input-box select{width: 100%;outline: none;border: 1px solid #fff;box-shadow: none;padding: 8px 15px;border-radius: 5px;letter-spacing: initial;font-size: 16px;-webkit-appearance: none;
                                                                                    -moz-appearance: none; background-image: url(../../images/customerportal/down_arrow.svg); background-size: 15px; background-repeat: no-repeat; background-position: center right 19px; background-color: transparent; color: #fff; text-align: left; }
#customer-login .customer-login-form .customer-login-form-content .input-box select option {
    color: #000;
}
#customer-login .customer-login-form .login-note .legal{margin-bottom:0;color:#fff;font-size:13px}
.grid tr.headings .no-link{border:1px solid #cbd3d4;text-align:left;font-size:14px}
.grid tbody.collectiondata td{font-size:13px}
.grid tbody.collectiondata > tr.even > td{text-align:left!important}
.grid tbody.collectiondata > tr.even > td.no-data{text-align:center !important}
.grid tbody.collectiondata > tr.odd > td{text-align:left!important}
.grid tbody.collectiondata td.empty-text.a-center{text-align:left!important;}
#customer_portal{padding:25px;margin-bottom: 20px;}
#my-fieldset .customer-portal-buttons {
    text-align: right;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-right: 13px;
}
#my-fieldset .customer-portal-buttons input{
    padding: 5px 10px;
    width: auto;
    cursor: pointer;
}
.customer-portal-buttons input {
    background-color:transparent;
    border: 1px solid#1d4383;
    color:#1d4383;
    width: 77px;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
    margin-left: 20px;
    border-radius: 3px;
    text-align: center;
}
.custom_portal_buttons{
    text-align: right;
}
.custom_portal_buttons button{
    display: inline-block;
    color: #fff;
    background-color: #1d4383;
    border: none;
    width: auto;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    border-radius: 3px;
    border: 1px solid transparent;
}
.custom_portal_buttons button:last-child{
    margin-right: 0;
}
.custom_portal_buttons button:hover{
    border: 1px solid  #1d4383;
    color:  #1d4383;
    background-color: transparent;
}
.grid tbody.collectiondata td.empty-text.a-center.align-right {
    text-align: right !important;
    padding-right: 5px !important;
}
.exportbutton{text-align:right;margin-top:25px;margin-right:28px}
.customer-logout{margin-right:26px}
.customer-login-img{margin-left:24px}
.exportbutton a.export,.customer-logout a.logout{display:inline;background-color:#fff;border:1px solid #dfdfdf;padding:7px 15px;text-decoration:none;border-radius:3px}
.grid tbody.collectiondata > tr > td.sold_qty{text-align:right!important}
.customer-header{text-align:right;background-color:#F5EEE4;display:inline-block;width:100%;padding:10px 0}
.customer-header .header_container{width:100%;padding:0 25px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.customer-header .customer-login-img{float:left;margin:0 20px 0 0px;max-width:540px;text-align: left;}
.custom_login_main_div {
    display: flex;
    align-items: center;
}
.custom_login_main_div .custom_login_logos {
    float: left;
    width: auto;
    margin-right: 20px;
}
.custom_login_main_div .custom_login_logos:last-of-type{
    margin-right: 0;
}
.custom_login_main_div .custom_login_logos img{
    float: left;
    width: 100%;
}
.customer-header .customer_add{margin:6px 40px 6px 0;display:inline-block}
.customer-header .customer_add p.customer_add_title{font-size:20px;color:#000}
.customer-header .customer_add p{margin-bottom:0;font-size:14px;color:#666}
.customer-header .customer-logout{margin:13px 0;float:right}
.customer-header .customer-logout a,#my-fieldset .exportbutton a{display:inline-block;color:#fff;background-color:#1d4383;border:none;width:77px;padding:6px 0;text-align:center;font-size:14px;font-weight:600}
#my-fieldset{position:relative}
#my-fieldset .exportbutton{margin:0}
#customer-massage,#customerloginmassage{position:absolute;margin:0 auto;text-align:center;left:0;right:0;width:30%;top:106px}
#customerloginmassage{width:100%}
.messages{width:100%;overflow:hidden}
.messages,.messages ul{list-style:none!important;margin:0!important;padding:0!important}
.messages li{margin:0 0 10px!important}
.error-msg{border-color:#f16048;background-color:#faebe7;background-image:url(../../images/customerportal/i_msg-error.gif);color:#df280a}
.error-msg,.success-msg,.note-msg,.notice-msg{border-style:solid!important;border-width:1px!important;background-position:10px 9px!important;background-repeat:no-repeat!important;min-height:24px!important;padding:8px 8px 8px 32px !important;font-size:11px!important;font-weight:400!important}
.error-msg{color:#df280a}
.error-msg,.success-msg,.note-msg,.notice-msg{font-size:11px!important;font-weight:400!important}
#order_items{
    max-height: 180px;
    overflow-y: scroll;
}
#customer-form {
    max-height: 645px;
    overflow-y: scroll;
}
a.send_order, a.edit_order, a.view_order, a.delete_order{
    text-decoration: none;
    cursor: pointer;
    background-color:#4a8bc3;
    border: 1px solid#4a8bc3;
    padding: 3px 10px 3px 10px;
    border-radius: 3px;
    color:#fff;
}
.sp-quantity, .sp-quantity-popup {
    width:100%;
    padding-left: 30px;
}
.sp-minus {
    width:30px;
    height:32px;
    border: 1px solid #4a8bc3;
    float:left;
    text-align:center;
    background: #4a8bc3;
    color: #fff;
}
.sp-input {
    width:30px;
    height:32px;
    border:1px solid #4a8bc3;
    float:left;
}

.sp-plus {
    width: 30px;
    height: 32px;
    border: 1px solid #4a8bc3;
    border-left: 0px solid #4a8bc3;
    float: left;
    text-align: center;
    background: #4a8bc3;
    color: #fff;
}

table .sp-input input {
    width: 30px !important;
    height: 30px;
    text-align: center;
    border: none;
}
.sp-input input:focus {
    border:1px solid #e1e1e1;
    border: none;
}
.sp-minus span, .sp-plus span {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding-top: 7px;
    text-decoration: none;
}
.wait {
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 111;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.wait:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 0;
}
.wait .wait_loader_div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}
.collectiondata .even.highlighted {
    background-color: lightgreen !important;
}
#customer_portal .grid table td.empty-text {
    padding: 0px 0 0 5px;
}
#customer_portal .grid table #orderitem td.empty-text {
    padding: 5px;
}
.button.b-close {
    position: absolute;
    top: 12px;
    right: 11px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    background-color: #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    padding: 0;
}
.button.b-close {
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}
.b-close::before {
    content: "\f00d";
    font-size: 19px;
}
.b-close {
    font-family: fontawesome-webfont;
}
.popup h4 {
    background-color: #4a8bc3;
    height: 51px;
    line-height: 51px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    margin: 0;
}
.no-scroll {
    overflow-y: hidden;
}
.draft-order-form table td.empty-text.a-center {
    padding: 0px 30px 0 5px;
}
#selectAddresspopup {
    display: inline-block;
    opacity: 0;
    position: fixed;
    top: 20%;
    left: 50%;
    padding: 1em;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #888;
    box-shadow: 1px 1px .5em 0 rgba(0, 0, 0,.5);
    transition: opacity .3s ease - in - out;
}
#selectAddresspopup.hidden {
    display: none;
}
#selectAddresspopup.fade-in {
    opacity: 1;
    z-index: 111;
}
#selectAddresspopup{
    padding: 0;
}
#selectAddresspopup .modal-body .modal_select_box select{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px
        rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#selectAddresspopup .modal-body .modal_select_box{
    margin-bottom: 10px;
}
#selectAddresspopup .modal-footer{
    margin-top: 0;
    padding: 15px;
}
#selectAddresspopup .modal-footer .btn{
    max-width: 100px;
    width: 100%;
    background-color: #22A7E2;
    background-image: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-shadow: none;
    text-transform: uppercase;
}
#selectAddresspopup .wait {
    float: right;
    padding: 13px;
}
.div_main_total {
    text-align: right;
    padding: 16px 0 16px 16px;
    font-weight: bold;
}
tbody#view_order_popup tr.even td {
    padding: 0px 5px 0px 5px !important;
}
.div_view_total {
    float: right;
    font-weight: bold;
    margin-top: 15px;
}
.customer-login-container .customer-login-img {
    margin-left: 0px;
}
#view_order_container .grid {
    max-height: 450px;
    overflow-y: scroll;
}

body .wait img {
    width: 5%;
}
.customer-center-img p {
	line-height: 5px;
	margin-top: 13px;
}
