.tenweb-opacity{
	position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    background: #000;
    opacity: 0.5;
	display: none;
}

.tenweb-deactivate-popup{
	position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    z-index: 999999;
    width: 600px;
    height: 281px;
    margin: auto;
	display: none;
	box-sizing: border-box;
}


.tenweb-deactivate-popup-header{
	border-bottom: 1px solid #ccc;
    padding: 18px 40px;
    font-size: 16px;
    background: rgba(221, 221, 221, 0.14);	
}
.tenweb-deactivate-popup-body{
	padding: 20px 40px;
	border-bottom: 1px solid #ccc;	
}
.tenweb-deactivate-popup-body input[type=text]{
	width: 220px;
}
.tenweb-deactivate-popup-body textarea{
    width: 100%;
}
   
.tenweb-btns{
    position: absolute;
    bottom: 19px;
    right: 19px	
}

.additional_details_wrap{
	margin-top: 20px;
}

.tenweb-additional-active{
	background: rgba(204, 204, 204, 0.18);
    padding: 15px;
	margin: 14px 0px 5px;
}
.tenweb-popup-active1{
	height: 583px !important;
}

.tenweb-popup-active2{
	height: 426px !important
}

.tenweb-popup-active4{
    height: 340px !important
}
.tenweb-deactivate-popup-opacity{
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    opacity: 0.3;
    z-index: 45;
    position: absolute;
    display: none;
}

.tenweb-deactivate-popup-opacity .tenweb-img-loader{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 63;
}

.tenweb-deactivate-popup-close-btn{
    background-image: url(img/close.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    right: 8px;
    cursor: pointer;
}