/*container*/

.tnc-container {
	font-family: helvetica, arial, sans-serif;
	/*width: 450px;*/
	width: 42em;
	
	margin: 0 auto;
	border-radius: 1px;
	background: #eeedf2;
	border: 1px solid #484848;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255, 0.6);
    position:fixed;
    display:none;
    text-align:left;

}
.left-pane-div {
	float: left;
	width: 61%;
	margin-top: 3px;
}
.right-pane-div {
	background: #e6e6e6;
	float: right;
	width: 34%;
	margin-top: 10px;
	border: 1px solid #c7c9cb;
	padding-left:10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;   
}

/*header*/
header.tnc-header {
	height: 35px;
    background: #0445a1;
    background: -moz-linear-gradient(-45deg, #0445a1 0%, #366ab4 16%, #366ab4 41%, #0445a1 78%, #033781 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0445a1), color-stop(16%,#366ab4), color-stop(41%,#366ab4), color-stop(78%,#0445a1), color-stop(100%,#033781));
    background: -webkit-linear-gradient(-45deg, #0445a1 0%,#366ab4 16%,#366ab4 41%,#0445a1 78%,#033781 100%);
    background: -o-linear-gradient(-45deg, #0445a1 0%,#366ab4 16%,#366ab4 41%,#0445a1 78%,#033781 100%);
    background: -ms-linear-gradient(-45deg, #0445a1 0%,#366ab4 16%,#366ab4 41%,#0445a1 78%,#033781 100%);
    background: linear-gradient(135deg, #0445a1 0%,#366ab4 16%,#366ab4 41%,#0445a1 78%,#033781 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0445a1', endColorstr='#033781',GradientType=1 );
    border-top: 1px solid #86a5d1;
    border-bottom: 1px solid #022960;
}
.tnc-header h1 {
	color: #fff;
	font-size: 13px;
	margin: 0;
	line-height: 35px;
	padding-left: 25px;
    text-align: left;
}

/**/
.bold-txt {
	font-weight: bold;
	font-size: 12px;
	color: #222222;
	text-shadow: none;
}
.tnc-content {
	padding: 0 18px;
    text-align:left;
}
.tnc-content p {
	font-weight: lighter;
	font-size: 12px;
	color: #222222;
	line-height: 1.4;
	text-shadow: 1px 0px rgba(0,0,0,.1);
    margin-top:1em;
}
ul.tnc-contacts {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666;
}
ul.tnc-contacts li {
	list-style: none;
	line-height: 1.5;
}
ul.tnc-contacts li a {
	text-decoration: none;
	color: #666;
}
p.by-phone {
	margin-bottom: 0;
	color: #000!important;
	font-weight: lighter;
	text-shadow: 1px 0px rgba(0,0,0,.1);

}
.mail-holder span {
	display: block;
	color: #000;
}
.mail-holder a { color: #0059af; }

.tnc-contact-details p{
	color: #666;
	font-weight: normal;
	text-shadow: none;
	padding: 5px 0;
	margin: 0;
}


.tnc-read-accept {
	clear: both;
	padding-top: 10px;
}
.chk-acpt {
	vertical-align: bottom;
}
.tnc-link-content {
	color: #0059af;
	text-decoration: underline #0059af;
}
.popAndBtn-holder {
	margin: 20px 0 20px 0;
}
/**popup message*/
.popup-msg {
	/*width: 80%;*/
	position: relative;
	top: 2px;
	border-radius: 2px;
	float: right;
	margin: 0 auto;
	background: #f1efc2;
	border: 1px solid #f8981d;
	display: none;	
}
.popup-msg p{
	text-align: center;
	margin: 0;
	padding: 3px;
	color: #000;
	font-size: 12px;
}
/**end popup message*/
.btnContainerdiv {
	width: 100%;
	margin: 0 auto;
	text-align: right;
	
}
.tnc-aggreeBtn {
	
	color: #e8f0de !important;
	border-style:solid;
	border-width: 1px;
	border-top-color:#a0d948;
	border-right-color:#459b00;
	border-bottom-color:#227200;
	border-left-color:#68bc24;
	background-color: #4fb100;
	background: -webkit-gradient(linear, left top, left bottom, from(#6fc300), to(#349700));
	background: -moz-linear-gradient(top,  #6fc300,  #349700);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#6fc300', endColorstr='#349700');

	padding: 5px 20px;
	font: bold 14px 'Pt Sans';
	font-family: 'PT Sans', sans-serif;
	text-shadow: 0 -1px 0px rgba(70,132,0,1.0);
	-moz-text-shadow: 0 -1px 0px rgba(70,132,0,1.0);
	-o-text-shadow: 0 -1px 0px rgba(70,132,0,1.0);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	text-align: center;

	margin-right: 20px;
	cursor: pointer
}

.tnc-aggreeBtn:hover {
	background-color: #4fb100;
	background: -webkit-gradient(linear, left top, left bottom, from(#79c800), to(#2b8e00));
	background: -moz-linear-gradient(top, #79c800, #2b8e00);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#79c800', endColorstr='#2b8e00');
}
	.mail-holder-small-view {
		display: none;
	}
@media screen and (max-width: 1024px) {
	.tnc-container {
		width: 29em;
	}
	.left-pane-div { 
		float: none;
		width: 100%;
	}
	.right-pane-div {
		float: none;
		width: 100%;
		background: transparent;
		border: none;
		padding: 0;
	}	
	p.by-phone {
		color: #666!important;
		text-align: center;

	}
	ul.tnc-contacts {
		width: 100%;
		margin:0;
		padding: 0;
		font-size: 12px;
		color: #666;
		display: table;
	}
	ul.tnc-contacts li {
		display: table-cell;
		text-align: center;
		vertical-align: bottom;
		line-height: 1.6em;
	}	
	.tnc-read-accept {				
		padding-top: 0;
	}
	.popup-msg {
		width: 55%;
		border-radius: 2px;
		float: none;
		display: block;
		}		
	.btnContainerdiv {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.tnc-aggreeBtn {
		margin-right: 0;
		margin-top: 10px;
	}

	/*hide in small-view*/
	.mail-holder {
		display: none;
	}
	/*show in small-view8*/
	.mail-holder-small-view {
		display: block;
	}
	p.mail-holder-small-view {
		text-align: center;
		padding: 5px 0;
	}
}
