/* CUSTOMERS PRIVATE ZONE*/
body, html{
    overflow-x: hidden;
}

body.page-id-13{
    background-color: #edeaea;
    overflow-x: hidden;
}

div.cust-pz-enter-img{
    width: 100%;
    height: 200px;
    background: url(../images/site_images/customer_pz/bg_cust_pz.jpg) no-repeat center center;
    background-size: cover;
}

div.cust-pz-header,
div.cust-pz-header2{
    background: url('../images/site_images/manager-pz/header_bg.jpg') no-repeat center center;
    background-size: cover;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
}

div.cust-pz-header{
    margin-bottom: 30px;
}

div.cust-pz-header2{
    margin-top: 30px;
}

div.cust-pz-header h1,
div.cust-pz-header2 h1, div.cust-pz-header3 h1{
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding-top: 7px;
}
 div.cust-pz-header3 h1{
    color: #400000;
}

@media only screen and (max-width: 1200px){
    
    div.cust-pz-header,
    div.cust-pz-header2{
        max-width: 100%;
        height: auto;
    }

    div.cust-pz-header h1,
    div.cust-pz-header2 h1{
        font-size: 14px;
        padding: 5px 10px;
    }
}

/* CUSTOMER OPEN ORDERS */

div.open-orders h3{
    color: #400000;
    text-align: right;
    margin-top: 30px;
    font-size: 22px;
}

div.open-orders table{
    text-align: center;
    width: 80%;
    margin-top: 25px;
}

div.open-orders table th{
    border: none;
    text-align: right;
}

div.open-orders table th{
    color: #400000;
}

div.open-orders table td:first-child{
    width:  25%;
    border: none;
    color: #400000;
    text-align: left;
}

div.open-orders table td:last-child{
    width:  75%;
    border: none;
    color: #400000;
}

div.open-orders table input{
    background-color: #fff;
    border-radius: 10px;
}

div.open-orders table textarea{
    height: 100px;
}

input[name="submit_cust_opinion"]{
    background-color: #008c00 !important;
    color: #fff;
}

input[name="submit_donation"]:hover{
    background-color: #262626;
    color: #fff;
    transition: background-color 1s;
}


/* CUSTOMER OPINION ABOUT THE EXTERMINATOR */

div.cust-opinion1 h3{
    background-color: #008c00;
    color: #fff;
    width: 90%;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    float: left;
    margin-top: 10px;
}

div.cust-opinion2{
    background-color: #fff;
    width: 90%;
    border-radius: 10px;
    padding: 15px;
    padding-right: 15%;
    padding-left: 15%;
    text-align: right;
    border-radius: 10px;
    float: left;
    margin-top: 10px;
    color: #400000;
}

div.cust-opinion2 p:last-child{
    font-size: 12px;
    text-align: center;
}

div.write-opinion{
    padding: 20px;
    border-radius: 5px;
    text-align: right;
    width: 100%;
}

div.write-opinion h5{
    color: #400000;
    text-align: center;
}

div.write-opinion p{
    background-color: #fff;
    color: #008c00;
    text-align: center;
    padding: 3px 7px;
    margin: 5px auto;
    width: 30%;
    font-size: 12px;
}

div.opinion-radio{
    padding: 10px;
    margin: 10px auto;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    padding-right: 3%;
}

div.opinion-radio input[type="radio"]:nth-child(1):after{
    content: '1';
    position: absolute;
    bottom: 10%;
    transform: translate(9px, -10px);
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #008c00;
    border-radius: 50%;
    padding: 3px;
    z-index: 999;
    text-align: center;
    font-weight: bold;
}

div.opinion-radio input[type="radio"]:nth-child(2):after{
    content: '2';
    position: absolute;
    bottom: 10%;
    transform: translate(9px, -10px);
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #008c00;
    border-radius: 50%;
    padding: 3px;
    z-index: 999;
    text-align: center;
    font-weight: bold;
}

div.opinion-radio input[type="radio"]:nth-child(3):after{
    content: '3';
    position: absolute;
    bottom: 10%;
    transform: translate(9px, -10px);
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #008c00;
    border-radius: 50%;
    padding: 3px;
    z-index: 999;
    text-align: center;
    font-weight: bold;
}

div.opinion-radio input[type="radio"]:nth-child(4):after{
    content: '4';
    position: absolute;
    bottom: 10%;
    transform: translate(9px, -10px);
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #008c00;
    border-radius: 50%;
    padding: 3px;
    z-index: 999;
    text-align: center;
    font-weight: bold;
}

div.opinion-radio input[type="radio"]:nth-child(5):after{
    content: '5';
    position: absolute;
    bottom: 10%;
    transform: translate(9px, -10px);
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #008c00;
    border-radius: 50%;
    padding: 3px;
    z-index: 999;
    text-align: center;
    font-weight: bold;
}

div.opinion-radio input[type="radio"]:nth-child(6):after{
    content: '6';
    position: absolute;
    bottom: 10%;
    transform: translate(9px, -10px);
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #008c00;
    border-radius: 50%;
    padding: 3px;
    z-index: 999;
    text-align: center;
    font-weight: bold;
}

div.opinion-radio input[type="radio"]:nth-child(7):after{
    content: '7';
    position: absolute;
    bottom: 10%;
    transform: translate(9px, -10px);
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #008c00;
    border-radius: 50%;
    padding: 3px;
    z-index: 999;
    text-align: center;
    font-weight: bold;
}

div.opinion-radio input[type="radio"]{
    opacity: 1;
    margin-right: 5px;
    margin-left: 17px;
}


div.opinion-radio input[type="radio"]:checked:after{
    background-color: #008c00;
    color: #fff;
}

div.write-opinion form{
    position: relative;
}

div.write-opinion form select,
div.write-opinion form input[type="submit"]{
    border-radius: 10px;
    width: 90%;
    float: left;
    margin-bottom: 20px;
}

div.submit-arrows{
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: -72%;
    left: 35%;
    z-index: 999;
    font-weight: bold;
}

/* CUSTOMER FUTURE ORDERS */
div.cust-future-orders table{
    width: 80%;
    margin-top: 25px;
}

div.cust-future-orders form{
    position: relative;
}

input#get_future_order_date{
    background-color: #fff;
    border-radius: 10px;
    width: 85%;
    float: left;
    margin-left: 20px;
}

input#cust_future_orders_submit{
    background-color: #008c00;
    color: #fff;
    border-radius: 10px;
    width: 85%;
    float: left;
    margin-left: 20px;
}

div.cust-future-orders table label{
    display: block;
    text-align: right;
    padding-right: 13%;
    color: #400000;
}

div.submit-arrows2{
    color: #fff;
    font-size: 18px;
    position: relative;
    bottom: -5px;
    left: -52%;
    z-index: 999;
    font-weight: bold;
}

div.future_order_message{
    width: 55%; 
    text-align: center; 
    margin: 15px auto;
}

div.before-future-order{
    padding: 20px;
    text-align: center;
}


div.before-future-order h4{
    color: #008c00;
    font-size: 21px;
    text-align: center;
}

div.before-future-order p{
    color: #400000;
    margin-bottom: 40px;
    font-size: 17px;
    text-align: center;
}

table.mazikim-table td{
  position: relative;
}

table.mazikim-table input[type="radio"]{
	position: absolute;
    top: 10%;
    right: 10%;
}

select#custExtEraeSize1{
    width: 70%;
    margin: 5px auto;
}

div#priceMsg1{
    color: #fff;
    background-color: #008c00;
    border-color: none;
    width: 50%;
    margin: 10px auto;
}

div.before-future-order input[type="submit"]{
    background-color: #008c00;
    color: #fff;
    border-radius: 10px;
    width: 72%;
    margin: 20px auto;
}

@media only screen and (max-width: 768px) {
  
  table.mazikim-table input[type="radio"]{
  		right: 20%;
  }

}

/* CLOSE ORDERS */  
div.close-orders{
    margin: 40px auto;
    margin-top: 50px;
}

div.close-orders table{
    text-align: center;
    width: 80%;
    margin-top: 25px;
}

div.close-orders table th{
    border: none;
    text-align: center;
    color: #400000;
    font-size: 20px;
}

div.close-orders table td:first-child{
    width:  25%;
    border: none;
    color: #400000;
    text-align: left;
}

div.close-orders table td:last-child{
    width:  75%;
    border: none;
    color: #400000;
}

div.close-orders input{
    background-color: #fff;
    border-radius: 10px;
}

/*DEVISES DISPLAY*/

@media only screen and (max-width: 455px){

    div.cust-pz-enter-img {
        background-size: cover;
        height: 90px;
    }

    div.open-orders table td:first-child{
        width: 18%;
    }

    div.open-orders table td:last-child{
        width: 58%;
    }

    div.future-price span.price-before, 
    div.future-price span.price-after {
        padding: 4px;
        font-size: 10px;
    }

}

/*HASNT OPEN ORDERS*/
div.hasnt-open-orders{
    text-align: center;
    padding: 80px;
    color: #400000;
    font-size: 20px;
}


/*MSG TO NOT LOGEED IN CUST IN CUST PRIVATE ZONE*/
p.not-cust{
    text-align: center;
    color: darkcyan;
    font-size: 20px;
    border: 2px solid #262626;
    padding: 20px;
    width: 400px;
    max-width: 800px;
    margin: 40px auto;
    width: 100%;
}