@import url("bootstrap.min.css");
/*@import url("fonts/typeface.css");*/

/*

Table Header Green: #698C00

*/
body {
	/*font-family: 'Hind-Regular';*/
	font-family: 'Roboto', sans-serif;
	font-size:14px;
}

.content {
	margin-top:10px;
	width:960px;
	margin-left:25px;
	margin-bottom:60px;
	/*border:1px solid red;*/
}
.content-title {
	height:50px;
	font-size:15px;
	background-color:#CCCCCC;
	font-family: 'Roboto', sans-serif;
	padding:10px;
	font-size:18px;	
}
.disclaimer {
	height:25px;
	text-transform:uppercase;
	background-color:#CCCCCC;
	padding:10px;
	margin-top:3px;
	line-height:5px;
}
.disclaimer-text {		
	background-color:#EEEEEE;	
	overflow:hidden;
	padding:10px;
	line-height:20px;	
}
.col-left {
	width:375px;
	float:left;
	
}
.student-detail {
	margin-top:5px;
	line-height:25px;
}
.student-detail ul li{
	display:block;
	height:25px;
	list-style:none;
	margin:0px;
	padding:0px;	
}
h3 {
	font-family: 'Roboto', sans-serif;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.ml10 {
	margin-left:5px;
}
.ml20 {
	margin-left:20px;
}
.data-table {
	
	border:solid 1px;
	/*#border-right:3px solid #CCCCCC;
	#border-left:3px solid #CCCCCC;
	#border-bottom:3px solid #CCCCCC;*/
}
.data-table th{
	#background-color:#CCCCCC;
	text-align:center;
	font-size:14px;
}
.data-table tr{
	height:40px;
}
.data-table td{
	font-size:14px;
	padding:5px;
	text-align:center;
}
.data-table tr:nth-child(even) {
    #background-color: #EEEEEE;
}
.data-table tr:nth-child(odd) {
    #background-color: #ffffff;
}
.data-table th:nth-child(1) {
	text-align:left;
	padding:5px;
}
.data-table td:nth-child(1) {
	text-align:left;
}

.data-table td:nth-child(2) {
	/*font-weight:bold;*/
}
.data-tableBDes {
	width:675px;
	#border-right:3px solid #CCCCCC;
	#border-left:3px solid #CCCCCC;
	#border-bottom:3px solid #CCCCCC;
}
.data-tableBDes th{
	#background-color:#CCCCCC;
	text-align:center;
	font-size:14px;
}
.data-tableBDes tr{
	height:40px;
}
.data-tableBDes td{
	font-size:14px;
	padding:5px;
	text-align:center;
	
}
.data-tableBDes tr:nth-child(even) {
    #background-color: #EEEEEE;
}
.data-tableBDes tr:nth-child(odd) {
    #background-color: #ffffff;
}
.data-tableBDes th:nth-child(1) {
	text-align:left;
	padding:5px;
}
.data-tableBDes td:nth-child(1) {
	text-align:left;
}

.data-tableBDes td:nth-child(2) {
	font-weight:bold;
}

.rank{
	font-size:17px !important;
	text-align:right !important;
	font-weight:normal !important;
}
.green-header {
	background-color: #698C00;
	font-size:16px;
	text-transform:uppercase;
	padding:10px;
	color:#fff;
	
}
.red-header {
	background-color: #B20000;
	font-size:16px;
	text-transform:uppercase;
	padding:10px;
	color:#fff;
}
.grey-header {
	background-color: #4d4d4d;
	font-size:16px;
	text-transform:uppercase;
	padding:10px;
	color:White;
}
.agree span {
	display:inline-block;
}
.button {
	background-color: #698C00;
	border:1px solid #698C00;
	height:40px;
	width:150px;
	padding:5px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.confirm-button-strip {
	margin-left:200px; 
	width:230px;
}
.confirm-button-strip span {
	display:inline-block;
}
.confirm-button {
	border:1px solid #fff;
	height:40px;
	width:100px;
	padding:5px;
	color:#333;
	text-align:center;
}
.accept {
	color: #698C00;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
}
.not-accept {
	color: #333333;
	/*text-transform:uppercase;*/
	font-size:12px;
	font-weight:bold;
	border:solid 2px;
	padding:2px;

}
.confirm-button:hover {
	border:1px solid #09F;
}
/* Overwritting bootstrap model window */

.modal-content  {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important; 
}
.modal-dialog {
	width: 450px; 
}
.modal-dialog, .modal-content {   
    min-height:150px;
}
.close {
    color: #000; 
    opacity: 1;
}
.modal-vertical-centered {
	transform: translate(0, 40%) !important;
	-ms-transform: translate(0, 40%) !important; /* IE 9 */
	-webkit-transform: translate(0, 40%) !important; /* Safari and Chrome */
}
.modal-header  {
	 border-bottom: 0px;
}
.filler {
	height:20px!important;
	overflow:hidden;
	background-color:#fff;
}
.content-title-b {	
	color:#000;
	font-family: 'Roboto', sans-serif;
	margin-left:0px;
	font-size:18px;	
}
.draft-table td{
	padding-left:5px;
}
.draft-table td:first-child{
	padding:0px;
	
}
.draft-table input[type="text"]{
	padding:3px;
	height:30px;
}
.button-blue {
	background-color: #236BA5;
	border:1px solid #236BA5;
	height:40px;
	width:auto;
	padding:5px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}

#tblDD td{
	padding-left:5px;
}
#tblDD input[type="text"]{
	padding:3px;
	height:30px;
}
#tblDD td:first-child{
	padding:0px;
	
}
.ta-wt {
	width:800px;
	padding:5px;
	resize:none;
	border: 1px solid #999999;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font-size: 14px;
	height:150px;   
}
.tblLogin {
	width:700px;
}
.tblLogin input[type="text"]{
	padding:3px;
	height:30px;
}
.tblLogin tr{
	height:0px;
	
}
.tblLogin label {
	font-weight:bold;
	font-size:14px;
	font-weight:800;
	margin:0px !important;
}
.h30 {
	padding-top:15px;
}
.btn-Login {
	border: 1px solid #999999;
    border-radius: 3px;
	color:#000;
	background-color:#fff;
	padding:5px;
	height:35px;
	width:75px;
	
}
	