/* Custom Styles - Start */

.nop {
	padding: 0;
}

.nopl {
	padding-left: 0;
}

.nopr {
	padding-right: 0;
}

.btn-custom {
	color: #fff;
	position: relative;
	text-decoration: none;
	display: block;
	border-radius: 6px;
	text-align: center;
	font-size: 20px;
	padding: 25px 0;
}

.btn-need-account {
	background: #ffae18;
	box-shadow: 0 3px 2px #f29209;
}

.btn-have-account {
	background: #16a5d7;
	box-shadow: 0 3px 2px #1698c5;
}

.btn-need-account:hover, .btn-have-account:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

.reg-icon {
	font-size: 12px;
}

.user-regnotes-wrapper, .user-license-wrapper, .home-pg-wrapper {
	position: relative;
	margin-bottom: 30px;
}

.user-regnotes-wrapper .btn-wrapper-section, .user-license-wrapper .btn-wrapper-section {
	position: relative;
	margin: 20px auto 0;
	text-align: center;
}

.imp-caption-notes {
	position: relative;
	font-size: 20px;
	line-height: 30px;
	margin: 10px 0;
}

.license-container {
	position: relative;
	height: 350px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #ccc;
}

.btn-accept, .btn-reg-later {
	color: #000;
	background: #8abd00;
	font-size: 17px;
	padding: 15px 35px;
	width: 40%;
	box-shadow: 0 3px 2px #78a401;
}

.btn-accept:hover, .btn-reg-later:hover {
	opacity: 0.8;
}

.btn-not {
	color: #000;
	background: #f83a3a;
	width: 40%;
	font-size: 17px;
	padding: 15px 35px;
	width: 40%;
	box-shadow: 0 3px 2px #d33131;	
}

.home-pg-btn-wrapper {
	position: relative;
	margin: 50px 0;
}

.home-pg-btn-wrapper .col-md-3 {
/*	background: #fff;	
	border: 1px solid #ccc;
	box-shadow: 0 3px 2px rgba(0,0,0,0.3);*/
}

.home-pg-btn-wrapper .col-md-3 img {
	display: block;
	margin: 0 auto 10px;
	text-align: center;
}

.home-pg-btn-wrapper .col-md-3 .btn-dashboard {
	text-align: center;
	display: block;
	color: #333;
	font-size: 16px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);	
}

/*.home-pg-btn-wrapper .btn-dashboard {
	display: block;
	background: #16a5d7;
	box-shadow: 0 3px 2px #1698c5;
	text-align: center;
	width: 98%;	
	color: #fff;
	padding: 35px 25px;
	font-size: 20px;
}*/
 table.dataTable thead {
    background: url("img/sort_both.png") no-repeat center right;
    background-color: #50C0E9;
    color: #fff;
}
.home-pg-btn-wrapper .btn-dashboard:hover {
	opacity: 0.8;
}

/*** Responsive Styles - Start ***/

@media screen and (max-width: 800px) {
	
	.btn-need-account, .btn-have-account {
		margin: 0 auto 30px;		
		width: 95%;
	}

}

@media screen and (max-width: 768px) {

	.btn-accept, .btn-reg-later {
		width: 50%;
	}	

}

@media screen and (max-width: 767px) {

	 .btn-accept, .btn-reg-later {
  width: 95%;
 }

 .btn-dashboard {
  margin-bottom: 30px;
 } 


}

/*** Responsive Styles - End ***/

/* Custom Styles - End */