
/*
.deals-form{
	width: 900px;
    height: 940px;
    position: absolute;
    z-index: 99;
    margin-top:  -100px;
    margin-left: 200px;
    padding: 5px 5px;
    display: none;
    height: auto;
    
}
*/



/*.left_form_deal{
    background:#a8b1e3;
}

.right_form_deal{
    background:whitesmoke;
}

*/




.deals-form-edit{
    width: 95%;
    height: auto;

    z-index: 99;
    margin-top:  -100px;
    margin-left: 40px;
    padding: 5px 5px;
    
}

.left_form_deal_edit{
    background:#a8b1e3;
    height: 620px;
}

.right_form_deal_edit{
    background:whitesmoke;
    height: 620px;
}








/*.closedeal{
    cursor: pointer;
	right: -35px;
    top: 5px;
    position: relative;
    z-index: 99;
}*/


.person{
    position: absolute;
    top: -10;
    left: 30;
    display: block;
    width: 70px;
    height: 70px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; 

}



.person_admin{
    position: absolute;
    top: -10;
    left: 30;
    display: block;
    width: 70px;
    height: 70px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; 

}




.profile_link{
    position: absolute;
    top: -20;
    left: 105;
    display: block;
    width: 30px;
    height: 20px;
}


.ebro_search{
    width: 80%;
    
}

.username{
    position: absolute;
    top: -35;
    right: 30;
    margin-right: 0px;
    margin-top: -10px;
    font-size: 15px;
    font-family: 'Antonio', sans-serif;
    font-family: 'Ubuntu', sans-serif;
    line-height: 24px;
    display: block;
    text-align: right;
    color: #000;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.username_mobile{
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .username_mobile {
        margin-top: 0px;
        left: 10; }
    .person{
        margin: 0px 0px 0px -40px; }
    .ebro_search{
        width: 80%; 
        height: 20px;
        margin: 0px 0px 0px -70px; } 
    .person_admin{
        height: 50px;
        width: 50px;
        margin: 15px 0px 0px 80px; } }



.cart{

    margin-top: 20px;
    margin-left: 80px;
/*    width: 55px;
    height: 40px;*/
    position: absolute;


}


.cart_count{
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -107px;
    margin-top: 10px;
    font-size: 13px;
    width: 20px;
    height: 20px;
    line-height: 24px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background: #7971ea;
    color: #fff;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}




.wishlist{
    margin-top: 20px;
    margin-left: 55px;
/*    width: 30px;
    height: 25px;*/
    position: absolute;

}


.wishlist_count{
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -75px;
    margin-top: 10px;
    font-size: 13px;
    width: 18px;
    height: 18px;
    line-height: 24px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background: #7971ea;
    color: #fff;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}


.job-form{
	width: 900px;
    height: auto;
    position: absolute;
    z-index: 99;
    max-width: 1000px;
    margin-top:  -100px;
    margin-left: 200px;
    padding: 10px;
    display: none;
    
}

.job-pic-circle{
    margin-left: 50px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid grey;
}

.left_form_job{
    background:#a8b1e3;
}

.right_form_job{
    background:whitesmoke;
}


/*.job-form-edit{
    width: 900px;
    height: 940px;
    position: absolute;
    z-index: 99;
    background: #ffffff;
    max-width: 1000px;
    margin-top:  -100px;
    margin-left: 200px;
    padding: 10px;
    display: none;
    
}*/


.closejob{
    cursor: pointer;
    right: -35px;
    top: 5px;
    position: relative;
    z-index: 99;
}

.product-form{
    width: 900px;
    height: auto;
    position: absolute;
    z-index: 99;
    max-width: 1000px;
    margin-top:  -100px;
    margin-left: 200px;
    padding: 10px;
    display: none;
    
}


.product-pic-circle{
    margin-left: 50px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid grey;
}

.left_form_product{
    background:#a8b1e3;
}

.right_form_product{
    background:whitesmoke;
}

/*.product-form-edit{
    width: 900px;
    height: 940px;
    position: absolute;
    z-index: 99;
    background: #ffffff;
    max-width: 1000px;
    margin-top:  -100px;
    margin-left: 200px;
    padding: 10px;
    display: none;
    
}*/


.closeproduct{
    cursor: pointer;
    right: -35px;
    top: 5px;
    position: relative;
    z-index: 99;
}

.task-form{
	width: 900px;
    height: 710px;
    position: absolute;
    z-index: 99;
    background: #ffffff;
    max-width: 1000px;
    margin-top:  -100px;
    margin-left: 200px;
    padding: 10px;
    display: none;
    
}
.closetask{
	right: 90px;
    top: -5px;
    position: relative;
    width: 10px;
    height: 30px;
}


/*.update-pers{
    right: 10px;
    top: 170px;
    position: absolute;
    width: 30px;
    height: 30px;
}
*/





/*.profile-pic-circle{
    height: 200px;
    width: 200px;

    border-radius: 50%;
    overflow: hidden;
    border: 1px solid grey;
}*/

#photo{
    height: 100%;
    width: 100%;
}



#file{
    display: none;
}


#uploadBtn{
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: rgba(0,0,0,0.7);
    color: wheat;
    line-height: 30px;
    font-family: sans-serif;
    font-size: 15px;
    cursor: pointer;

}

