/*---------------------------------------START BODY TYPES---------------------------------------*/
.vaddbody
{
	margin-left: 20px;
}
.vadd-edit-popup
{
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
.vaepopup-inner
{
	background: #fff;
	border-radius: 8px;
	max-width: 600px;
	padding: 20px;
	margin: 100px auto;
	height: 80%;
	overflow-y: scroll;
}
.vaepopup-inner h3
{
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 500;
}
.bodytypes, .myahprojects
{
	margin-bottom: 15px;
	height: 100%;
}
.bodytypes .box-body, .myahprojects .box-body
{
	height: 600px;
	overflow-y: scroll;
}
.bodytypes .head-buttons button, .bodytypes .head-buttons a,
.myahprojects .head-buttons button, .myahprojects .head-buttons a
{
	color: #fff !important;
	display: inline-block;
}
.bodytypes .head-buttons button, .myahprojects .head-buttons button
{
	background: #475C7A !important;
}
.bodytypes .head-buttons a, .myahprojects .head-buttons a
{
	background: #D8737F !important;
}
.bodytypes .pophimgs img
{
	max-width: 300px;
	margin-bottom: 20px;
}
.bodytypes .pophimgs img
{
	margin-bottom: 15px;
}
.bodytypes h4
{
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 20px;
}
.pophimgs div
{
	border: 1px dashed #aaa;
    margin-bottom: 10px;
    border-radius: 4px;
}
.pophimgs p
{
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 5px;
    margin: 0;
}
.btdelbtn
{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
}
/*----------------------------------------END BODY TYPES----------------------------------------*/

/*----------------------------------------START ADS PAGES---------------------------------------*/
.adsdata p
{
	margin: 0;
}
.adsdata
{
	margin-top: 30px;
	float: left;
	width: 100%;
}
.adsimage, .adslink
{
	margin-bottom: 20px;
}
.adsbannerbox
{
	width: 50%;
	display: inline-block;
}
.vadsform .form-group
{
	margin-right: 0;
	margin-left: 0;
}
/*-----------------------------------------END ADS PAGES----------------------------------------*/

/*-----------------------------------START CLIENTS REORDERING-----------------------------------*/
.clireorder-list
{
	padding: 0;
	margin-bottom: 20px;
	list-style: none;
}
.clireorder-list li
{
	padding: 5px 10px;
	margin-right: 10px;
	font-size: 15px;
	border: 1px solid #aaa;
	background: #ddd;
	color: #000;
	margin-bottom: 10px;
	cursor: cell;
}
/*------------------------------------END CLIENTS REORDERING------------------------------------*/