/*MODAL STYLE*/
.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 0;
	background-color: #f3f4f6;
}
.modal-title {
	font-size: 14px;
	font-weight: 600;
	color: #3498DB;
	text-transform: uppercase;
}
.modal-header .close {
	float: none;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
	background-color: #3498db;
	text-shadow: 0 0 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0!important;
	margin: 0!important;
	width: 30px;
	height: 30px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	display: block;
	z-index: 9999;
}
.modal-header .close {
	margin-top: -2px;
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}
/*------ PopUP Buttons Style ------------*/
.modal-footer .btn-primary, .modal-footer .btn-primary.disabled, .modal-footer .btn-primary[disabled] {
	background-color: #3498db;
	border-color: #3498db;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 2px;
}
/*CONTENT STYLE*/
#tos-modal .tos-content {
	padding: 30px;
}
#tos-modal .tos-content h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	text-align:center;
}
#tos-modal .tos-content p {
	font-size: 12px;
	line-height: 20px;
}
#tos-modal .tos-content p a {
	text-decoration: none;
}
#tos-modal .tos-content ul {
	list-style: none;
	font-size: 12px;
	color: #969696;
	line-height: 20px;
	padding-left: 0px;
}

#tos-modal .tos-content ul li{
	margin-bottom:15px;
}
