/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,400italic,500,500italic,700,700italic,900,900italic,300italic,300,100italic,100);
 
html {
    position: relative;
    min-height: 100%;
}
 
body {
 

    font-family: calibri;
}
/*start of header*/
#header{
	background: rgb(249,249,249);
	/* height: 70px; */
}
#header .logo img{
	margin-top: 3px;
	height: 60px;
}
#header .profile-panel{
	float: right;
	padding-top: 5px;
}
#header .gernal-info{
	padding-top: 5px;
	float: right;
}
#header .gernal-info .user-image{
	display: inline-block;
	float: left;
}
#header .gernal-info .user-image img{
	height: 60px;
border: solid 1px #ececec;
}
#header .gernal-info ul{
	float: left;
	display: inline-block;
	padding-top: 18px;
	margin-left: -34px;
}
#header .gernal-info ul li{
	list-style: none;
	padding: 0px 10px 2px 10px;
	display: inline-block;
	border-right: 1px solid #fff9f999;
	line-height: 9px;
	color: rgb(31, 161, 187);
	font-size: 18px;
}
#header .gernal-info ul li:last-child{
	border-right: none;
}
#header .profile-panel .ul-logout{
	display: inline-block;
	float: left;
	margin-left: -30px;
	 
}
#header .profile-panel .ul-logout li{
	list-style: none;
	margin-top: 12px;
}
#header .profile-panel .ul-logout li a{
	border: none;
	border-radius: 4px;
	background: rgb(204,30,5);
	color: white;
}
/*end of header*/
#content-container{
 	margin-top: 60px;
 	margin-bottom: 40px;
 	height: 402px;
}
#content-container .form-control{
	border-radius: 0px;
}
/* .box{
	background: white;
box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.card{
	background: #FFF;
	overflow: hidden;
	margin: 0px 6px 20px 6px;
} */
.tbl-questions-add{
	/* width: 60%; */
	text-align: center;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
	margin-bottom: 0px;
	font-family: calibri;
}
.tbl-questions-add thead{
	background: rgb(31,161,187);
	color: white;
	font-size: 20px;
	background-color: #CDAB30;
}
.tbl-questions-add .nominator, .tbl-questions-add .denominator, .tbl-questions-add .sr-number{
	padding:  0px 6px;
}
.tbl-questions-add tbody tr td{
	vertical-align: middle;
	border-bottom: none !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.tbl-questions-add tbody tr td span{
	font-size: 20px;
}
.tbl-questions-add .nominator{
	border-bottom: solid 2px rgba(51, 51, 51, 0.87);
}
.tbl-questions-add .answer{
 
	box-shadow: none;
	padding: 0px;
	text-align: center;
	font-size: 20px;
 }

.tbl-questions-add2{
	text-align: center;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
	margin-bottom: 0px;
}
.tbl-questions-add2 thead{
	background: rgb(31,161,187);
	color: white;
	font-size: 20px;
}
.tbl-questions-add2 tbody tr td{
	vertical-align: middle;
	border-bottom: none !important;
}
.tbl-questions-add2 tbody tr td span{
	font-size: 20px;
}
.tbl-questions-add2 .answer{
 
	box-shadow: none;
	padding: 0px;
	text-align: center;
	font-size: 20px;
 }

  @media (max-width:500px) {
  	.tbl-mobile1 {
  		min-width: 500px;
  	}
  	.tbl-mobile1 thead tr td{
  		position: relative;
  		right: 80px;
  	}
    .tbl-mobile1 tbody tr td {
        display: block;
		float: left;
		width: 50px;
    }
    .tbl-mobile1 tbody tr td:nth-child(5){
    	width: 30px;
    }
    .tbl-mobile1 tbody tr td:nth-child(6){
    	width: 90px;
    }
    .tbl-mobile1 tbody tr td:nth-child(10){
    	width: 30px;
    }
    .tbl-mobile1 tbody tr td:nth-child(12){
    	width: 90px;
    }
    .tbl-mobile1 tbody tr td .form-control{
    	float: right;
    }
}

.tbl-questions-add3{
	text-align: center;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
	margin-bottom: 0px;
}
.tbl-questions-add3 thead{
	background: rgb(31,161,187);
	color: white;
	font-size: 20px;
}
.tbl-questions-add3 tbody tr td{
	vertical-align: middle;
	border-bottom: none !important;
	padding: 2px;
}
.tbl-questions-add3 tbody tr td span{
	font-size: 20px;
}
.tbl-questions-add3 .answer:first-child{
	border-bottom: solid 2px #555;
	margin-top: 2px;
}
.tbl-questions-add3 .answer:last-child{
	margin-top: 2px;
}
.tbl-questions-add3 .answer{
 	padding: 0px;
	text-align: center;
	font-size: 15px;
	width: 50%;
	border: none;
	outline: solid 1px rgba(0, 0, 0, 0.06);
 }
 .tbl-questions-add4{
	text-align: center;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
	margin-bottom: 0px;
}
.tbl-questions-add4 thead{
	background: rgb(31,161,187);
	color: white;
	font-size: 20px;
}
.tbl-questions-add4 tbody tr td{
	vertical-align: middle;
	border-bottom: none !important;
	padding:  3px 8px;
}
.tbl-questions-add4 tbody tr td span{
	font-size: 20px;
}
.tbl-questions-add4 .answer{
 
	box-shadow: none;
	padding: 0px;
	text-align: center;
	font-size: 20px;
 }
.tbl-questions-add4 tbody tr:nth-child(3n+0){
    	background: #F6F6F6;
}
.tbl-questions-add4 tbody tr td:nth-child(3){
    	background: #F6F6F6;
}
.tbl-questions-add4 tbody tr td:nth-child(4){
    	background: #F6F6F6;
}
.tbl-questions-add4 tbody tr td:nth-child(5){
    	background: #F6F6F6;
}
.tbl-questions-add4 tbody tr td:nth-child(8){
    	background: #F6F6F6;
}
.tbl-questions-add4 tbody tr td:nth-child(9){
    	background: #F6F6F6;
}
.tbl-questions-add4 tbody tr td:nth-child(10){
    	background: #F6F6F6;
}
.tbl-questions-add4 tbody tr td .answer{
    	width: 50%;
    	float: right;
}
.tbl-counter {
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
 
}
.tbl-counter thead{
	background: rgb(31,161,187);
 	color: white;
 	font-size: 20px;
 	background-color: #CDAB30;
 	font-family: calibri;
}
.tbl-grade-scheme{
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
}
@media (max-width:1199px) {
  	.tbl-grade-scheme {
  		margin-top: 50px;
  	}
}
.tbl-grade-scheme thead{
	background: rgb(31,161,187);
 	color: white;
 	background-color: #CDAB30;
}
.tbl-grade-scheme thead tr th, .tbl-grade-scheme tbody tr td{
	text-align: center;
}
.btn-next{
	width: 20%;
	font-size: 19px;
	border-radius: 2px;
	float: right;
	margin: 4px 0px;
	background-color: #CDAB30;
	border-color: black;
}
.tbl-result thead {
	background: rgb(31,161,187);
 	color: white;
 	font-size: 20px;
 	background-color: rgb(205, 171, 48);
}
.tbl-multiple-choice tbody tr td{
	padding:  4px;
}
/* start of footer*/
 footer {
 	position: absolute;
	bottom: 0;
	width: 100%;
	margin-top: 70px;
    background: black;
    color: white;
    text-align: center;
}
footer p{
	padding-top: 10px;
}
footer p a{
	color: white;
}
/* end of footer*/

.font_size
{
	font-size: 17px;
}

.font_size_login
{
	font-size: 28px;
}
#login-page .login-box form .form-control
{
	background: transparent;
	border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-bottom: 1px solid #000000c2;
	border-radius: 0px;
	padding: 0px;
	color: #002147;
}
.radioTextColor
{
	font-size: 20px;
	font-family: calibri;
}