@charset "utf-8";
/* CSS Document */

.input-others{margin-top:1px;}
.input-descriptor{margin-top:1px;}

.a-descriptor img{
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
}

.a-add img{margin-right:3px;}
.a-descriptor
{
	padding:10px;
	background:#070;
	float:right;
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
	color:white;
	font-size:12px;
	font-family:Tahoma;
	border:solid 1px #020;
	min-width:80px;
	text-align:center;
	margin-left:1px;
	border-radius:1px;
	
}
.a-add{}
.a-remove{background:#A00;border:solid 1px #400;}
.a-remove label{}
.butt-add-more img
{
	width:30px;
	height:30px;
	display:inline-block;
	vertical-align:middle;
	margin-right:3px;
}
.butt-add-more
{
	font-size:14px;
	text-decoration:none;
	text-align:center;
	padding:5px;
	display:inline-block;
	min-width:150px;
	background:#193E68;
	/*border-radius:3px;*/
	/*border:solid 1px #020;*/
	color:white;
}
.i-checkbox
{
	width:15px !important;
	height:15px !important;
	display:inline-block;
	vertical-align:middle;
}
.ajax-div-loading
{
	padding:5px;
	text-align:center;
	color:gray;
}
.div-tools label:hover {color:black;}
.div-tools label{ color:#1565c0; font-weight: 600;text-decoration:none; text-transform:uppercase;
transition: color .5s ease;
-webkit-transition: color .5s ease;
-o-transition: color .5s ease;
-moz-transition: color .5s ease;
-ms-transition: color .5s ease;
}
input.minmax-all{text-decoration:none;width:15px;
display:inline-block;vertical-align:middle;}
.div-tools{padding:5px;text-align:right;background:#e0e0e0;}
.input-website-address{font-style:italic;}
.submit-now{padding:15px; background:#193E68; color:white; border-radius:3px;min-width:150px; cursor: pointer; transition: background-color .3s ease-in}
.submit-now:hover {
	background-color: #1565c0;
}
.div-submit
{
	text-align:center;
	padding:5px;
}
.div-title{position:absolute;left:5px;bottom:5px;font-weight:bold;}
.div-website-holder
{
		box-shadow:  0 0 4px 3px  rgba(0,0,0,.3);
	-webkit-box-shadow:  0 0 4px 3px  rgba(0,0,0,.3);
	-o-box-shadow:  0 0 4px 3px  rgba(0,0,0,.3);
	-moz-box-shadow:  0 0 4px 3px rgba(0,0,0,.3);
	-ms-box-shadow:  0 0 4px 3px rgba(0,0,0,.3);
}
.div-butts button{padding:10px;background:#06F;border:solid 1px #03F;color:white; min-width:150px;border-radius:3px;}
.div-butts
{
	background:#e0e0e0;
	padding:5px;
	text-align:right;
	/*border-top:solid 1px #F60;*/
}
.w-close{color:red; font-family:"Arial Black", Gadget, sans-serif; text-decoration:none; font-size:20px;
text-shadow: 0 1px 1px rgba(0,0,0,.5);
font-style:normal;
float:right;
}
.w-close img{
	display:inline-block;
	vertical-align:middle;
	width:32px;
	height:32px;
}
.t-website-list
{
	margin-bottom:5px;
}
.div-websites
{
	box-shadow:inset  0 0 4px  rgba(0,0,0,.5);
	-webkit-box-shadow:inset  0 0 4px  rgba(0,0,0,.5);
	-o-box-shadow:inset  0 0 4px  rgba(0,0,0,.5);
	-moz-box-shadow:inset  0 0 4px  rgba(0,0,0,.5);
	-ms-box-shadow: inset 0 0 4px  rgba(0,0,0,.5);
}
.t-register input{font-style:italic;}


.t-register td.td-subtitle:after:not(.dinclude){
	content: ":";
	/*font-weight:bold;*/
	font-size:12px;
	}
.div-t-register-checkbox {position:relative;text-align:right;padding:5px;font-style:italic; border-bottom:solid 1px #555;background:white;
border-radius:3px;
background: #ebf1f6; /* Old browsers */
background: -moz-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(50%,#abd3ee), color-stop(51%,#89c3eb), color-stop(100%,#d5ebfb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* IE10+ */
background: linear-gradient(to bottom, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* W3C */

}

.div-websites table{background:white;border-collapse:collapse;}
.div-websites
{
	padding:10px;
	background:gray;
}
.t-existing{display:none;}
.div-checkbox label{font-weight:bold;color:#800 !important;font-style:italic;}
.div-checkbox {text-align:right;border-radius:5px;padding:10px;background:#FF9;display:none;}
.div-checkbox input{width:20px !important; display:inline-block;vertical-align:middle;}






/*					PREVIEW SIGN UP REG						*/


.div-preview{background:white;text-align:right;}
.div-contain-info
{
	height:350px;
	padding:5px;
	overflow-y:scroll;
	background:gray;
	
	box-shadow: inset 0 0 3px 3px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0 0 3px 3px rgba(0,0,0,.5);
	-o-box-shadow: inset 0 0 3px 3px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 3px 3px rgba(0,0,0,.5);
	-ms-box-shadow: inset 0 0 3px 3px rgba(0,0,0,.5);
}
.dynamic-subform-content{}

.dynamic-form table{background:white;width:70%;border-collapse:collapse;margin: 0 auto;font-size:12px;

box-shadow: 0 4px 10px -1px rgba(0,0,0,.5);
-webkit-box-shadow: 0 4px 10px -1px rgba(0,0,0,.5);
-o-box-shadow: 0 4px 10px -1px rgba(0,0,0,.5);
-moz-box-shadow: 0 4px 10px -1px rgba(0,0,0,.5);
-ms-box-shadow: 0 4px 10px -1px rgba(0,0,0,.5);
}
.dynamic-form table td{font-family:tahoma;padding:5px;}
.dynamic-form table td.td-value{font-style:italic;}
.dynamic-form table td.td-title{color:gray;}
.dynamic-form table td.td-data{}


.prev-personal-data{}
.div-website-count{
	font-size:15px;color:#222; text-align: right;padding:10px;
	background:#DDD;
	box-shadow: 0 4px 10px -1px rgba(0,0,0,.5);
-webkit-box-shadow: 0 4px 10px -1px rgba(0,0,0,.5);
-o-box-shadow: 0 4px 10px -1px rgba(0,0,0,.5);
-moz-box-shadow: 0 4px 10px -1px rgba(0,0,0,.5);
-ms-box-shadow: 0 4px 10px -1px rgba(0,0,0,.5);
	}

.prev-website-list{}
.prev-website-list table{border:solid 1px silver; }
.td-title{font-size:13px;color:gray;}
.prev-button{
	float:right;
	text-align:center;
	display: inline-block;
	padding : 15px;
	background: #06F;
	color: white;
	border : solid 1px #03F;
	min-width: 150px;
	margin-right: 2px;
	text-decoration: none;
	border-radius: 3px;
}
.prev-button img{margin-left:3px;width:20px;height:20px;vertical-align:middle;display:inline-block;margin:1px;}
.prev-goback{background:#800;border:solid 1px #B00;}
.prev-continue{}




/*				END	PREVIEW SIGN UP REG					   */

@media only screen and (max-width: 900px)
{
	.div-contain-info
	{
	height:250px;
	}
	.prev-button{min-width:120px;}
}
@media only screen and (max-width:500px)
{
	.prev-button{min-width:100px;}
	.prev-button img{width:15px;height:15px;}
	.dynamic-form table{width:90%;}
	.div-contain-info{height:200px;}
}
@media only screen and (max-width:320px)
{
	.prev-button{min-width:70px;}
}

@media only screen and (max-width:240px)
{
	.dynamic-form table{width:90%;}
	.div-contain-info{height:120px !important;

	}
	.prev-button{padding:2px !important;min-width:50px !important;}
}