*{
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	box-sizing:border-box;
}

body, h1, h2, h3, h4, h5, h6, ul, li{
	margin:0;
	padding:0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

body{
	font-size:15px;
    font-family: "gothic";
	margin-bottom:50px;
}

h1, h2, h3, h4, h5, h6{
     font-weight: normal;
}

#header, #main-content, #footer{
    width: 100%;
    float: left;
    position: relative;
}

#header{
    position:fixed;
    z-index:2;
	top:0;
	width:100%;
	background:#336699;
}

.wrapper{
	width:100%;
	margin:auto;
	position:relative;

}

.overflow-hidden{
	overflow-X:hidden;
    position: relative;
}

img{
	border:0;
	width:100%;
}

.span-12{
	width:100%;
	float:left;
}

.span-8{
	width:65%;
	float:left;	
}

.span-6{
	width:49%;
	float:left;
}

.span-5{
	width:30%;	
	float:left;
}

.span-4{
	width:35%;
	float:left;	
}

.span-3{
	width:31%;
	margin:10px 1% 0;	
	float:left;
}

.span-7{
	width:68%;
	margin-right:2%;
	float:left;	
}

p{
	text-align:justify;
	font-family:"open-sans";
	font-size:17px;
	color:#666;
}

.clear{
	clear:both;
}

ul li{
	float:left;
	list-style:none;
}

input, select, textarea{
	transition:all 0.4s ease;
	border: #ccc solid thin;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
}


input, select{
    height: 30px;
    padding-left: 5px;
    float: left;
}

textarea{
	resize:none;	
	padding-top:5px;
	padding-left:5px;
}

select{
	width:99%;
}

.form-group{
	width:100%;
	float:left;
	margin-bottom:20px;	
}

.form-group .form-group-inline{
	width:47%;
	float:left;	
}

.form-group .form-group-inline:first-child{
	margin-right:6%;
}

.form-group-small .form-group-inline{
	width:25%;
}

.form-group-small .form-group-inline:first-child{
	margin-right:10%;
}

.form{
	width:100%;
	padding:5px;
	box-sizing:border-box;
	float:left;
}

.form-col-3 .form-group-inline{
	width:31%;
	margin-right:3.5%;
}

.form-col-3 .form-group-inline:first-child{
	margin-right:3.5%;
}

.form-col-3 .form-group-inline:last-child{
	margin-right:0;
}

label{
	width:100%;
	color:#666;
	font-size:16px;	
	margin-bottom:7px;
	float:left;
}

.inpt{
	width:100%;
	overflow:hidden;	
}

.inpt input, .inpt textarea, .inpt select{
	box-sizing:border-box;
	width:100%;
	height:40px;
	color:#666;
}


.inpt textarea{
	height:80px;
	line-height:20px;
	padding-bottom:5px;	
}

.cal{
	background:url(../images/cal.png) no-repeat right;
}

a{
    text-decoration: none;
    color: #333;
}

i{
	width:25px;
	height:25px;
	float:left;
}

.btn{
	padding:7px 15px;
	font-family:"gothic";
	font-size:16px;
	display:inline-block;
	border-radius:30px;
	text-align:center;
	line-height:25px;
	cursor:pointer;
}

.btn-dark-blue-solid{
	color:#fff;
	border:#26517b solid thin;
	box-sizing:border-box;	
	background:#26517b;
}


.btn-dark-blue-solid:hover{ 
	background:none;
	color:#26517B;
}

#header .btn-dark-blue-solid:hover{
	color:#fff;
	background:none;
	border:#fff solid thin;	
}

.btn-blue-solid{
	background-color:#336699;
	color:#fff;	
	border:#336699 solid thin;
	box-sizing:border-box;
	line-height:normal;
}

.btn-blue{
	color:#336699;
	border:#336699 solid thin;
	box-sizing:border-box;	
}

.btn-blue:hover{
	background:#336699;
	color:#fff;	
}

.btn-grey{
	color:#fff;
	background:#ccc;
	border:#ccc solid thin;
}

.form-group .btn{
	height:auto;	
	margin-right:10px;
}

.form-group .btn:last-child {
	margin-right:0;
}

.logo{
	margin:10px auto;
	overflow:hidden;
	position:relative;
	margin-left:20px;
}

.logo img{
	width:auto;
}

#side-section{
	width:270px;	
	position:fixed;
	background:#364351;
	height:100%;
	top:0;
	left:0;
	padding-top:100px;
	overflow:auto;
	box-sizing:border-box;
	transition:none;
	z-index:1;
}

.inner-page #side-section{
	display:none;
	left:-270px;	
}

.top-left{
	width:270px;
	float:left;
}

#header .btn-dark-blue-solid{
	float:left;	
	margin-top:20px;
}


.btn i{
	font-size:25px;	
	margin-right:5px;
}

.usr-btn{
	background:#26517b;
	color:#fff;
	font-size:18px;
	padding:17px 20px;
	padding-right:80px;
	position:relative;
	float:right;
	display:block;
	cursor:pointer;
	width:340px;
}

.usr-btn::before{
	position:absolute;
	right:20px;
	top:32px;
	color:#fff;
	font-family:"Ionicons";
	font-size:18px;
	content:'\f123';
}

.usr-btn img{
	width:50px;
	height:50px;
	border-radius:50%;	
	margin-right:15px;
}

.usr-btn img, .usr-btn span{
	display:inline-block;
	vertical-align:middle;	
}

.usr-btn span{
	width:70%;
}

.side-nav li{
	float:left;
	width:100%;
	display:block;	
	margin:10px 0;
}

.side-nav a{
	display:block;
	color:#fff;
	line-height:40px;
	padding:7px 0;
	color:#969fa9;
	font-size:18px;
}

.side-nav a.active, .side-nav a:hover{
	color:#fff;	
}

.side-nav a i{
	font-size:25px;
	width:45px;
	height:45px;
	line-height:40px;
	border-radius:50%;
	margin:0 20px;	
	background:#000;
	text-align:center;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5)
}

.side-heading{
	background:#2d3a48;
	color:#fff;
	padding:10px 0;
	display:block;
	width:100%;
	font-size:20px;
	padding-left:30px;
	box-sizing:border-box;	
	//margin:20px 0;
	cursor:pointer;
	position:relative;
}

.side-heading::after{
	content:'\f123';
	font-family:"Ionicons";
	font-size:20px;
	position:absolute;
	top:10px;
	right:20px;		
	color:#818a95;
}

.clearfix::before, .clearfix::after{
	display: table;
	content: " ";
	clear:both;
}

#main-content{
    display: block;
    margin-left: 290px;
	margin-top:120px;
    width: auto;
	position:relative;
	float:none;
	margin-right:20px;
	transition:none;
}

.inner-page #main-content{
	margin-left:20px;
}

.main-content-inr{
	margin-bottom:10px;	
	position:relative;
}

.data-left{
	float:left;	
}

.data-right{
	float:right;	
} 

.data-left, .data-right{
	display:inline-block;
	vertical-align:middle;	
}

.round-img-lg{
	width:70px;
	height:70px;
}

.round-img-sm{
	width:50px;
	height:50px;
}

.round-img-xtra-sm{
	width:35px;
	height:35px;	
}

.pro-img, .usr-nm{
	float:none;
	display:inline-block;
	vertical-align:middle;	
}

.pro-img{
	border-radius:50%;	
	overflow:hidden;
}

.usr-nm {
	margin-left:15px;	
}

.usr-nm h4{
	font-size:19px;	
}

.usr-nm h5{
	color:#336699;
	font-size:13px;	
}

.inr-spacing-20{
	padding:20px;
	box-sizing:border-box;
}

.clr-dark{
	background:#364351;	
}

.upcmng-lect h5{
		
	font-size:14px;
	margin-bottom:7px;
}



.upcmng-lect h2{
	font-size:25px;
}

.upcmng-lect h6{
	font-size:13px;
}

.clr-dark h5{
	color:#969fa9;	
}

.clr-dark h2{
	color:#fff;
}

.clr-dark h6{
	color:#fff;	
}

.head-part{
	width:100%;
	float:left;
	margin-bottom:20px;	
}

.head-part .data-left{
	margin-top:25px;	
}

.sem{
	float:left;
}

.sem-num, .sub{
	float:none;
	display:inline-block;
	vertical-align:middle;	
}

.sem-num{
	width:70px;
	height:70px;
	background:#66b5f2;
	color:#fff;
	border-radius:50%;
	text-align:center; 
	padding-top:10px;
	position:absolute;
	left:0;
	top:0;
}

.sm, .num{
	display:block;
}

.sm{
	line-height:10px;
	margin-top:5px;
	font-size:12px;
}

.num{
	font-size:20px;	
}

.sub{
	font-size:20px;	
	margin-left:10px;
}

table{
	width:100%;	
}

.day-time-loc{
	float:right;
	width:88%;	
}

.day-time-loc table{
	color:#666;	
	border-bottom:#f0f0f0 solid thin;
	margin:4px 0;
	width:100%;
	float:left;
}

.subjects .row .day-time-loc table
{
    margin-bottom:0;
    border-bottom:none;
}

.subjects .highlight
{   
    display:block;
   // background:#e5e5e5;
    width:100%;
    float:left;
	position:relative;
    
}

.day-time-loc table td
{
    padding:0 7px;
    padding-bottom:4px;
    
    font-size:13px;
}

.day-time-loc table td span{
	color:#1c87cb;	
}

.day-time-loc table .one
{
    width:80px;
}

.row{
	width:100%;
	float:left;	
}

.well{
	padding:10px;
	border:#ccc solid thin;	
}

.cols{
	margin-bottom:30px;	
}

.subjects .row{
	border-bottom:#ccc solid thin;	
	margin-bottom:10px;
	padding-bottom:10px;
}

.subjects .row:last-child{
	border-bottom:none;
	padding-bottom:0;	
}

.subjects .row:first-child{
	padding-top:0;	
}

.subjects{
	overflow:auto;
	max-height:370px;		
}

.scroll-table{
	width:100%;
	float:left;
}

.vertical-scroll{
	width:100%;
	float:left;
}

.subjects div{
	transition:none;	
}

.heading{
	width:100%;
	position:relative;	
	margin-bottom:15px;
	float:left;
}

.heading .icon, .heading h2{
	display:inline-block;
	vertical-align:middle;
}

.heading .icon {
	//padding-left:10px;	
}

.heading h2 {
	font-size:25px;
	color:#000;	
}

.heading h2 span{
	color:#336699;	
}

.txt-link{
	color:#1c87cb;
	font-size:18px;	
	font-family:"open-sans";
}

.heading .txt-link{
	position:absolute;
	right:0;
	bottom:15px;	
	text-transform:uppercase;
}

.econtent .date, .econtent .sub-nm {
	display:inline-block;
	vertical-align:middle;	
}

.econtent .sub-nm a span{
	display:block;	
}

.econtent .sub-nm{
	font-size:22px;
	color:#000;	
	margin-left:15px;
	width:65%;	
}

.econtent .sub-nm a span{
	color:#666;
	font-size:13px;
	display:inline-block;
	margin-right:15px;	
}

.econtent .sub-nm a span:last-child{
	margin-right:0;	
}

.econtent .date {
	width:90px;
	padding:7px 0;
	padding-right:5px;
	border-right:#ccc solid thin;	

}

.row-brdr{
	padding:10px 0;	
	border-bottom:#ccc solid thin;
}

.row-brdr:first-child{
	padding-top:0;	
}

.icon-links{
	float:right;	
}

.icon-links a{
	float:left;
	padding:12px 10px;
	border-left:#ccc solid thin;	
	font-size:20px;
	color:#26517b;
}

.icon-links a .icon{
	color:#666;
	font-size:30px;
	margin-top:-5px;
	float:left;
	margin-right:10px;
}

.econtent .dt, .econtent .mnth-yr{
	display:inline-block;
	vertical-align:middle;
}

.econtent .dt {
	font-size:28px;	
	color:#333;
}

.econtent .mnth-yr span{
	display:block;
	font-family:"open-sans";
	font-size:13px;
	line-height:13px;	
}

.assignments .sub-nm{
	font-size:15px;
	color:#666;	
	margin-bottom:10px;
	position:relative;
	padding-right:80px;
}

.assignments .sub-nm span{
	border-right:#ccc solid thin;
	padding-right:7px;
	margin-right:7px;	
}

.assignments .sub-nm .icon-links{
	position:absolute;
	right:0;
	top:0;	
}

.assignments .sub-nm .icon-links .icon{
	float:right;
	font-size:25px;
	padding:0 7px;
}

.ass-reports {
	border-left:#ccc solid thin;
	padding-left:15px;
}

.ass-reports .num, .ass-reports span{
	display:inline-block;
	float:none;
	vertical-align:middle	
}

.ass-reports .num{
	width:65px;
	font-size:30px;
	text-align:center;
	margin-right:10px;	
}

.txt-danger{
	color:#f36762;	
}

.txt-success{
	color:#aec454;	
}

.ass-reports .row-brdr:last-child{	
	border-bottom:none;
}

.assignments .row h2{
	color:#000;
	min-height:60px;
}

.assignments .row h4{
	color:#666;	
}

.assignments .well{
	margin-bottom:20px;	
}

.assignments .well:last-child{
	margin-bottom:0;
}

.assignments .well:hover{
	box-shadow:0 0 10px 0 rgba(0,0,0,0.1);	
}

.assignments a:hover{
	color:#F36762;	
}

.menu{
	float:left;
	display:block;
	font-size:30px;
	color:#fff;
	margin-right:10px;	
	background:#26517b;
	padding:25px 18px;
	display:none;
	cursor:pointer;
}

.inner-page .menu{
	display:block;	
}

.drp-this{
	float:left;
	width:100%;
	transition:none;	
}

#header .drp-this{
	position:absolute;
	background:#1d3d5c;	
	top:80px;
	left:0;
	display:none;
}

.usr-btn .drp-this{
	width:100%;	
}

.notify{
	position:absolute;	
	right:345px;
	top:0;
	cursor:pointer;
	padding:29px 18px;
	font-size:30px;
	display:block
}

.notify:hover{
	background:#26517B;	
}

.notify .icon{
	color:#fff;
}

.usr-btn .drp-this a{
	color:#fff;	
	padding:15px 0;
	padding-left:10px;
	display:block;

}

#header .notify .drp-this{
	right:0;
	left:auto;
	width:400px;
	top:84px;
	background:#fff;
	border:#ccc solid thin;
	padding:10px;
	z-index:5;
}

.inner-heading{
	width:100%;
	float:left;
	margin:10px 0 20px;	
	font-size:18px;
	color:#336699;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
}


.inner-heading h3{
	color:#336699;
	font-weight:bold;
}


.inner-heading h3 i{
	color:#364351;
	margin-right:10px;
	font-size:25px;
}

.top-mrgn-15{
	margin-top:15px;	
}

.block{
	display:blodk;
	width:100%;
	margin:7px 0;
	clear:both;
	float:left;
	line-height:35px;	
}

.hide-inpt{
	width:30px;
	position:relative;
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
}

.hide-inpt label{
	width:20px;
	height:20px;
	border:#cccc solid thin;
	border-radius:3px;
	float:left;
	margin-top:7px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	border:#ccc solid thin;
}

.hide-inpt label:hover{
	box-shadow:0 0 3px 0 rgba(0,0,0,0.1);
}

.hide-inpt input {
	margin-left:-20px;
	
}

.hide-inpt input:checked + label::after{
	background:#1c87cb;
	border-color:#16608f;
	content:'\f121';
	font-family:"Ionicons";
	position:absolute;
	left:0;
	top:0;
	color:#fff;
	width:100%;
	height:100%;
	font-size:12px;
	line-height:18px;
	text-align:center;
	
}

.xtra-txt{
	display:inline-block;	
	font-family:"open-sans";
	color:#666;
}

.side-hide{
	margin-left:-270px;	
}

.ass-stdnts{
	float:right;	
}

.assign-dtl .span-8{
	padding-right:25px;
}

.ass-stdnts ul li{
	width:50px;
	height:50xpx;
	line-height:48px;
	font-size:16px;
	margin-right:10px;
	border-width:2px;
	border-style:solid;
	border-radius:50%;
	text-align:center;
	margin-top:10px;
}

.ass-stdnts ul li.checked{
	border-color:#9fc14e;	
}

.ass-stdnts ul li.not-checked{
	border-color:#e3a819;	
}

.ass-stdnts ul li.rejected{
	border-color:#db0b0b;	
}

.ass-stdnts ul li.not-submitted{
	border-color:#8b8b8b;	
}

.ass-stdnts ul li:last-child{
	margin-right:0;	
}

.assign-dtl .heading select{
	width:auto;
	margin-top:10px;	
}

.all-students{
	max-height:630px;	
}

.all-students .data-right{
	padding:12px 0;
	margin-right:10px;
}

.all-students .data-right span{		
	display:inline-block;
	vertical-align:middle;
	padding:0 7px;
}

.all-students .usr-nm h4 {
    font-size: 16px;
}

.grade{
	font-size:17px;
	color:#336699;
	font-weight:bold;	
}

.status{
	padding: 5px !important;
	color:#fff;
	border-radius:3px;
	font-size:13px;	
	box-sizing:content-box;
}

.checked .status{
	background:#9fc14e;	
}

.not-checked .status{
	background:#e3a819;	
}

.rejected .status{
	background:#db0b0b;	
}

.not-submit .status{
	background:#8b8b8b;	
}

.all-students .icon{
	font-size:25px;	
	color:#db0b0b;
}

.all-students  div{
	transition:none;	
}

.inpt-txt{
	font-size:21px;
}

.inpt-txt p{
	margin-top:0;
	font-size:15px;
	color:#000;
}

.form-brdr{
	padding:13px 0;
	padding-left:15px;
	font-size:18px;
	color:#336699;
	border-top:#ccc solid thin;
	border-bottom:#ccc solid thin;
}

.files ul li{
	width:40px;
	text-align:center;
	margin:0 7px 15px;
}

.files ul li span{
	color:#666;
	font-size:12px;
	font-family:"open-sans";
	display:block;
	width:100%;
	white-space: pre-wrap;      /* CSS3 */   
	white-space: -moz-pre-wrap; /* Firefox */    
	white-space: -pre-wrap;     /* Opera <7 */   
	white-space: -o-pre-wrap;   /* Opera 7 */    
	word-wrap: break-word; 
}

.external-links li{
	margin:0 7px 10px;
}

.external-links li a{
	font-family:"open-sans";
	font-size:15px;
	color:#336699;
	text-decoration:underline;	
}

.view-dtls{
	display:none;	
}

.ass-disc textarea{
	height:50px;	
	padding-top:12px;
}

.ass-disc textarea:focus{
	height:150px;	
}

.attach-icon  a{
	font-size:21px;
	color:#929292;	
	margin:0 7px;
}

.attach-icon a:hover{
	color:#F36762;	
}

.all-disc{
	width:100%;
	float:left;
	margin-top:30px;	
}

.left-disc-offset{
	padding-left:70px;	
}

.txt-grey{
	font-family:"open-sans";
	font-size:14px !important;
	color:#666;
}

.txt-grey i{
	font-size:20px;	
}

.row-inr{
	float:left;
	width:100%;
	margin-top:20px;
}

.row-inr .round-img-xtra-sm{
	margin:0 10px;	
}

.ass-disc {
	display:none;	
}

.txt-blue{
	color:#336699 !important;	
}


.txt-green{
	color:#65ac00 !important;	
}

.time-table{
	border-top:#ccc solid thin;
	border-bottom:#ccc solid thin;	
	padding-bottom:20px;
	padding-top:10px;
	margin:20px 0;
}

.time-table .span-3{
	font-size:16px;	
}

.time-table .data-right{
	margin-right:15px;	
}

.tab-pane{
	display:none;	
}

.tab-pane.active{
	display:block;
}

.nav-tabs{
	width:100%;
	float:left;	
	margin:15px 0;
}

.nav-tabs a{
	background:#e9e9e9;
	color:#666;
	font-size:17px;
	padding:15px 20px;
	display:block;
	border-bottom:#CCC solid 2px;	
	margin-left:2px;
}

.nav-tabs a:hover{
	color:#336699;	
	border-bottom:#336699 solid 2px;
}

.nav-tabs .active a{
	background:#336699;
	border-bottom:#336699 solid 2px;
	color:#fff;	
}

.nav-tabs li a span{
	background:#cf576f;
	color:#fff;
	padding:2px 7px;
	border-radius:10px;
	font-size:13px;
	margin-left:7px;
}

.assign-col-2 .row{
	float:none;
	display:inline-block;
	width:48%;
	vertical-align:top;
}

.assign-col-2 .row:nth-child(odd){
	margin-right:2%;	
}

.assign-col-2 .row .ass-reports .row{
	width:100%;	
}

.form-inline{
	margin-top:15px;	
}

.form-inline .form-cols{
	width:auto;	
	float:left;
	margin-right:2%;
}

.form-inline label{
	float:left;
	width:auto;
	margin-right:10px;	
	line-height:40px;
	margin-bottom:0;
}

.form-inline .inpt{
	float:left;
	width:auto;
	min-width:200px;	
}

input[type="submit"]{
	cursor:pointer;	
}

.btn-red{
	position:relative;
	height:40px;
	border:#cf576f solid thin;
	position:relative;	
	color:#fff;
	float:left;
	background:#cf576f;
	width:40px;
}

.search{
	background-image:url(../images/search-icon.png);
	background-repeat:no-repeat;
	background-position:center;	
}

.accordion-head{
	width:100%;
	float:left;
	padding:15px 10px;
	border:#ccc solid thin;
	position:relative;
}

.accordion-head h3{
	float:left;
	width:40%;
	color:#333;
	font-size:20px;	
	width:93%;
}

.accordion-head i.icon{
	float:none;
	position:absolute;
	top:11px;
	right:10px;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#aaa;
	color:#fff;
	font-size:18px;
	border-radius:50%;	
}

.sem-class{
	float:left;	
}

.sem-class span{
	width:200px;
	display:block;	
	float:left;
	font-size:16px;
	font-family:"open-sans";
}

.accordion-data{
	padding:15px 10px;
	border:#ccc solid thin;
	border-top:none;
	float:left;
	transition:none;
	width:100%;
}

.inr-accordion-head{
	width:100%;
	float:left;	
}

.inr-accordion{
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}

.inr-accordion .row{
	padding:0 0 15px;	
}

.no{
	width:28px;
	height:28px;
	line-height:25px;
	font-size:17px;
	text-align:center;
	border:#333 solid thin;
	border-radius:50%;
	float:left;
	margin-right:10px;
	background:#fff;
}

.no::after{
	width:2px;
	background:#ccc;
	height:100%;
	position:absolute;
	content:'';
	z-index:-1;
	left:14px;	
}

.inr-accordion h3{
	float:left;
	color:#666;
	font-size:16px;	
}

.inr-accordion-head .icon{
	float:right;
	font-size:25px;
	color:#ccc;
}

.row-1, .row-2{
	float:left;
	width:97.5%;
	border-bottom:#000 solid thin;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-left:40px;
}

.row-2 {
	font-family:"open-sans";
}

.inr-accordion-data .rows .span-4{
	float:left;
	width:40%
}

.inr-accordion-data .rows .span-8{
	float:right;
	width:59%;
	padding-left:20px;
	overflow:auto;
	position:relative;
}

.col-1, .col-2, .col-3{
	float:left;
}

.inr-accordion-data .row-1 .col-1, .inr-accordion-data .row-1 .col-2, .inr-accordion-data .row-1 .col-3{
	color:#CF576F;
}


.inr-accordion-data .col-1{
	width:20%;	
}

.inr-accordion-data .col-2{
	width:40%;	
}

.inr-accordion-data .col-3{
	width:20%;	
	text-align:right;
	padding-right:20px;
}


.inr-accordion-data .col-3 a{
	margin-left:10px;	
}

.ion-close-round{
	color:#cb4747;	
}

.tab-pane .ion-edit{
	color:#96af49;	
}

.row-2 .span-8 .span-12{
	border-bottom:#ccc solid thin;
	padding-bottom:10px;
	margin-bottom:10px;
}

.row-2 .span-8 .span-12:last-child{
	border:none;
	padding-bottom:0;	
	margin-bottom:10px;
}

.row-2 .span-8 input{
	width:70%;	
}

.btn-sm{
	font-size: 13px;
    padding: 2px 10px;	
}

.btn-sm i{
	font-size:18px;
}

.cal{
	background:url(../images/cal.png) right no-repeat;	
}

.row-2 h4{
	position:relative;
	padding-left:20px;	
}

.row-2 h4::before{
	font-family:"Ionicons";
	content:'\f362';
	color:#969fa9;
	position:absolute;
	left:0;	
	font-size:18px;
}

.inr-accordion-data{
	float:left;
	width:100%;
	transition:none;	
}

.accordion-head.active{
	background:#e3e3e3;	
}

.accordion-head.active h3{
	color:#336699;
	font-weight:bold;	
}

.accordion-data, .inr-accordion-data{
	display:none;	
}

.accordion > .row{
	margin-bottom:15px;	
}

.inr-accordion-head.active h3{
	color:#CF576F;	
}

.accordion-head, .inr-accordion-head{
	cursor:pointer;
}

.inr-accordion .row:last-child{
	padding-bottom:0;	
}



/* Student side CSS */

.stdnt-sub-cols .sub-nm{
	font-size:25px;
	color:#000;
}

.stdnt-sub-cols .icon{
	margin-right:10px;
	padding-top:5px;
	color:#666;
}

.stdnt-sub-cols .sub-nm span{
	display:block;
	margin-left:35px;
	line-height:normal;
	font-family:"open-sans";
	color:#666;
	font-size:15px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.stdnt-sub-cols .well h3, .stdnt-sub-cols .well .pro-img{
	margin-top:10px;	
}

.stdnt-sub-cols .well .txt-grey{
	font-size:16px !important;
}

.stdnt-sub-cols .well .span-3{
	padding:5px 0;	
}

.stdnt-sub-cols .well .span-3:nth-child(even){
	padding: 5px 10px;
	//border-right:#ccc solid thin;
	border-left:#ccc solid thin;	

}

.stdnt-sub-cols .span-6{
	width:48%;
	margin-right:2%;
	margin-bottom:20px;	
}

.stdnt-sub-cols .span-6.well
{
    float:none;
    display:inline-block;
    vertical-align:top;
    width:47.5%;
}


.stdnt-ae-list a.icon{
    
    font-size: 30px;
    //margin-top: 20px;
    position: absolute;
    right: 11px;		
	top:20px;
}

.stdnt-ae-list .row{
	padding:10px;
	position:relative;
}

.stdnt-ae-list .new::before{
	position:absolute;
	width:40px;
	height:40px;
	top:-7px;
	left:-4px;
	content:' ';
	background:url(../images/new-icon.png) no-repeat center;
	background-size:100%;
	
}

.stdnt-ae-list .vertical-scroll{
	max-height:360px;	

}

.stdnt-ae-list .mCSB_container{
		padding:10px 0;
		padding-left:10px;	
}

.stdnt-ae-list .vertical-scroll div{
	transition:none;	
}

.stdnt-ecntnt-lst{
	margin-top:30px;	
}

.stdnt-ecntnt-lst .row{
	border:#ccc solid thin;
	overflow:visible;
	margin-bottom:10px;
}

.head-part .ass-reports span{
	width:55%;
	color:#fff;	
}

.head-part .num{
	color:#e8b23f;
}

.head-part .span-4{
	width:25%;
	border-right:#364351 solid thin;
}

.head-part .span-4:last-child{
	border-right:none;
}

.faculty-list li{
	margin:0 17px 15px;	
}

.faculties .side-heading::after{
	display:none;	
}

#header h2{
	float:left;
	color:#fff;
	margin-top:30px;
}


.lec-details{
	width:100%;
	margin:15px 0;
	float:left;	
}

.lec-details .data-left h5{
	font-size:20px;
}

.lec-details .row span{
	display:block;
}

.lec-details .span-3{
	position:relative;
	padding-left:30px;
	min-height:220px;
	float:NONE;
	display:inline-block;
	vertical-align:top;
}

.lec-details .hide-inpt{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:20px;	
}

.check-block {
	width:30px;
	height:30px;	
}


.lec-details label{
	width:100%;
	height:100%;
	display:block;
	border:#ccc solid thin;
	position:absolute;
	margin:0;
}

.lec-details .span-12 .row{
	margin-bottom:10px;	
}

.lec-details .hide-inpt input:checked + label::after{
	padding-top:160%;	
}

.lec-details .span-3{
	margin-left:0;	
}

.note{
	width:100%;
	float:left;	
	color:#666;
}

.note span{
	color:#cd4762;
	font-weight:bold;	
}

.btn-red-outline{
	border:#cd4762 solid thin;
	background:none;
	color:#cd4762;
	text-align:center;
	float:right;	
	width:auto;
}

.stdnt-ecntnt-lst .btn{
	margin-top:15px;
	margin-left:15px;	
}

.btn-red-outline:hover{
	background:#cd4762 !important;
	color:#fff !important;	
}

.text-center{
	text-align:center;	
}

.btn-center{
	float:none;
	display:inline-block;	
}

ol{
	padding:0;
	margin:0;
	margin-left:15px;
	
}

ol li{
	font-size: 17px;
    color: #666;
    margin: 5px 0;
    width: 46%;
    float: none;
    margin-right: 30px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.rate-color-back{
	color:#fff !important;	
}

.row .span-6 .span-12
{
    margin-bottom:10px;
    border-bottom:#ccc solid thin;
    padding-bottom:10px;
    width:95%;
    min-height:50px;
} 

.row .span-6 .span-12:last-child
{
    border-bottom:none;
    padding-bottom:0;

}

.check-inline input, .check-inline label
{   
    width:auto;
    display:inline-block;
    vertical-align:middle;
    height:auto;
}

.check-inline label 
{
    margin-right:10px;
}

.check-inline td
{
    width:auto;
}

.check-inline table
{
    width:auto;
}

/* added for fazalbhai */

.main-row
{
    border:#ccc solid thin;
    display:block;
    float:left;
    margin-bottom:15px;
    width:100%;
}

.econtent-data-head 
{
    background:#404040;
    color:#fff;
    display:block;
    width:100%;
    float:left;
    margin-bottom:10px;
}   

.econtent-data-head span
{
    padding:10px;
    display:block;
    
}

.econtent-data-head span.data-right
{
    background:#333;
}

.ecntnt-col
{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    width: 33.4%;
    border-right: #ccc solid thin;
    padding: 10px;
    border-bottom: #ccc solid thin;
    margin-left: -4px;
    cursor:pointer;
}

.ecntnt-col:last-child
{   
  border:none;
    padding-right:0;
}

 .no-brdr-rgt
 {   
  border-right:none;
    padding-right:0;
}

.econtent-data-row 
{
    display:inline-block;
    vertical-align:middle;
}

.econtent-data-row  input
{
    font-family:"gothic";
    background:none;
    border:none;
    font-size:14px;
}


.econtent-data-row:first-child  input
{
    border: none;
    outline: none;
    font-family: "Ionicons";
    font-size: 30px;
    background: none;
    color: #666
}
.ecntnt-col:hover .econtent-data-row:first-child input
{
    color:#336699;
    transform:scale(1.2);
}


.data-ecntnt
{
    display:block;
    float:left;
    width:100%;
    padding:0 10px;
}
/* modal-popup */

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align:center;
  background:rgba(0,0,0,0.7);
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-header {
  padding:0 10px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}

.modal-body {
  position: relative;
  padding:10px;
}

.modal-dialog
{
    background:#fff;
    border-radius:5px;
    float:none;
    display:inline-block;
    text-align:left;
    margin-top:50px;
    
}

.modal-med
{
    width:60%;
}

.modal-header
{
    background:#26517B;
    padding-top:10px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.modal-header .heading 
{
    float:left;
    width:100%;   
    margin-bottom:10px;
    color:#fff;
    
}

.modal-header .heading h3
{
    float:left;
}

.modal-header .close
{   
    background: none;
    float: right;
    border: #ccc solid thin;
    padding:0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

input[type="image"]
{
    border:none;
}

.sub-issue
{
    float:left;
    width:70%;
    margin-left:10px;
}

.modal-body .row
{   
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:#ccc solid thin;    
}

.issue-date
{
    color:#666;
    font-size:12px;
}

.btns-inpt
{
    margin-top:10px;
    padding-right:25px;
}

.btns-inpt .data-right
{
    text-align:center;
    margin-left:7px;
}

.btns-inpt .data-left
{
    font-size:13px !important;
    font-weight:normal !important;
}

.max-height
{
    max-height:400px;
    overflow:auto;
    
}

.vertical-scroll div
{
    transition:none;
}

#side-section .mCSB_inside > .mCSB_container
{
    margin-right:0 !important;
}

.stdnt-ecntnt-lst .usr-nm
{
    width:60%;
}

.stdnt-sub-cols .well h3
{
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.span-3.span-6
{
    margin-bottom:0 !important;
}

.row-2-inline .row
{
    width:49.5%;
    border-bottom:#ccc solid thin;
    float:none;
    display:inline-block;
    vertical-align:top;
}

.row-2-inline .row:nth-child(even)
{
    border-right:#ccc solid thin;
    margin-left:3px;
}

.row-2-inline .row:nth-child(odd)
{
    margin-left:-5px;
}

.row-2-inline .usr-nm
{
    width:75%;
 
}

.row-2-inline .main-row .usr-nm
{
    width:100%;
 
}

.row-2-inline .usr-nm h4
{
    font-size:15px;
}


.row-2-inline .data-left
{
    width:100%;
}


.block-radio input {
    margin-left: -50px;
}
input[type="radio"] {
    float: left;
    width: auto;
}

.block-radio .block-inr label {
    background: #e5e5e5 none repeat scroll 0 0;
    color: #aeaeae;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    padding: 7px 20px;
    text-transform: uppercase;
	cursor:pointer;
}

.block-radio{
	float:left;
}

.block-radio input.same-clr:checked + label{
	color:#fff;
	background:#4EA5DF;	
}

.inr-side-section .block-radio{
	width:100%;
	display:block;
}

.inr-side-section .block-radio .block-inr {
	margin:0;
	width:50%;
	text-align:center;
}

.inr-side-section .block-radio .block-inr label{
	font-size:15px;	
}

.apply-inpt-cls
{
    float:left;
    overflow:hidden;
}

.tble-design{
	width:100%;	
}

.tble-design th, .tble-design td{
	padding:10px 7px;
	border-collapse:collapse;
}

.tble-design th{
	background:#364351;
	color:#fff;
	font-weight:normal;	
	text-align:left;
	border:#364351 solid thin;

}

.tble-design td {
	border-left:#ccc solid thin;
	border-bottom:#ccc solid thin;	
}

.tble-design tr td:last-child{
	border-right:#ccc solid thin;
}

.tble-design td.med{
	width:40%;	
	vertical-align:top;
}

.tble-design td.small{
	width:10%	
}

.tble-div{
	display:block;
	width:100%;
	margin-top:7px;
}

.tble-div span{
	width:31.3%;
	padding:0 10px;
	box-sizing:border-box;
	border-right:#ccc solid thin;	
	display:inline-block;
	vertical-align:top;
}

.tble-div span:last-child{
	border-right:none;	
}

#teaching-scheme .row{
	margin-bottom:15px;	
}

td span.inr-head{
	color:#336699;
	font-weight:bold;
	width:100%;
	border-bottom:#ccc solid thin;
	padding-bottom:5px;
	display:block;	
}

.mCSB_horizontal.mCSB_inside > .mCSB_container
{
    width:100% !important;
}

.scroll-table div
{
    transition:none;
}

input[type="checkbox"]
{
    width:auto;
    height:auto;
}

#ContentPlaceHolder2_CHKList label
{   
    width:auto;
    float:left;
}

.required label
{
    width:auto;   
    position:relative;
}

.required label::after
{
    content:"*";
    color:#ff0000;
    position:absolute;
    right:-10px;
    top:0;
    display:block;
    font-weight:bold;
}
    
.required .inpt
{   
    position:relative;
    overflow:visible;
    float:left;
}

.required .inpt span
{
    position:absolute;
    top:0;
    right:-10px;
    color:#ff0000;
    display:block;
}

.ecntnt-height .mCustomScrollBox
{
    max-height:550px !important;
}

.stdnt-ass-lst .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden
{
    padding-top:0;
}
.main-row{
	float:left;
	width:100%;	
}

.main-row.well{
	padding:0;	
}

.main-row .head-part{
	box-sizing:border-box;
	padding:7px;
	background:#f0f0f0;
	border-bottom:#ccc solid thin;	
	color:#336699;
}

.stdnt-ae-list .main-row  a.icon{
	position:absolute;
	margin-top:0;
	top:10px;	
	right:15px;
}

.stdnt-ae-list .main-row .data-left{
	padding-right:40px;
	padding-left:10px;
	display:block;
	width:100%;	
}

.stdnt-ae-list .main-row .row::before{
	position:absolute;
	left:5px;
	top:10px;
	font-family:"Ionicons";
	content:"\f10b";
	display:block;
	font-size:25px;
	color:#aaa;
}

.form-group.form-inline-3 .form-group-inline
{
    width:31.2%;
}

.form-group.form-inline-3 .form-group-inline:first-child {
    margin-right: 0;
}


.form-group.form-inline-3 .form-group-inline:nth-child(even)
{
    margin-left:3%;
    margin-right:3%;
}

.check-inline input span
{
    width:100%;
    float:left;
}

.check-inline input, .check-inline label
{
    float:left;
}

.stdnt-ae-list .mCSB_inside > .mCSB_container{
	margin-right:0;	
}

.ecntnt-sub-code{
	width:100%;
	float:left;	
}

.ecntnt-sub-code span{
	width:100%;
	display:block;	
}

.econtent .row{
	position:relative;	
}

.econtent .row .icon-links{
	position: absolute;
    right: 0;
    top: 16px;	
}

.econtent .icon-links a .icon{
	width:auto;
	height:auto;	
}

.time-table .span-3 table td{
		font-size:14px;	
		padding:0 5px;
		border-right:#ccc solid thin;
	}

.time-table .span-3 table tr td:last-child{
	border-right:none;	
}
	
.time-table .span-3 table td span{
	display:block;
}
	
.time-table .span-3.well{
	padding:5px;	
}
	
.time-table .span-3 {
	width:32.2%;
	margin:10px 0.3% 0;
	float:none;
	display:inline-block;
	vertical-align:top;	
}
	
.pdng-tp{
	padding-top:7px;	
}
	
.span-rol span{
	display:block;	
}
	
.brdr .form-group-inline{
	border-right:#ccc solid thin;	
}
	
.brdr .form-group-inline:last-child{
	border-right:none;
}
	
.txt-clr label{
	color:#336699;	
}
	
.sts{
	position:absolute;
	right:0;
	margin-right:0 !important;	
}
	
.all-students .mCSB_inside > .mCSB_container{
	margin-right:0;	
}
	
.all-students .usr-nm{
	margin-left:5px;
	width:64%;
}
	
.all-students .data-left{
	margin-left:5px;
	width:55%;	
}
	
.lec-details .txt-grey{
	font-weight:bold;	
}
	
.day-time-loc table .three {
    width: 53px;
}
    
.assignments .sub-nm h2
{   
min-height:auto;
white-space:nowrap;
overflow:hidden;
	text-overflow:ellipsis;
}
        
.assignments .span-8 h4:first-child
{
    white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width:90%;
}

.ion-ios-unlocked
{
    color:#9fc14e !important;
}
.mre
{
       margin-left:15px;
       padding-top:7px;
       float: left;
}

.form-group.form-col-5 .form-group-inline
{   
    margin-right:1.5%;
    width:15%;
}

.form-group.form-col-5 .form-group-inline.sub-col
{
    width:35% !important;
}

.form-group.form-col-5 .btn
{
    margin-top:28px;
}

#header .btn-dark-blue-solid.ec-srch
{   
    margin-left:10px;
}
   
.usr-btn span {
    width: 70%;
}

   .PopUpBackColor {
    z-index: 9999;
}
.PopUpBackColor {
    opacity: 0.70;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: alpha(opacity=70);
    zoom: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: Black;
    z-index: 1;
    position: fixed;
}

.form-group.inline-small-first .form-group-inline:first-child
{
    width:35%;
}

.form-group.inline-small-first .form-group-inline:last-child
{
    width:58%;
} 

.form-group .inr-inline-small .form-group-inline
{
    width:48% !important;
    margin-right:0 !important;
    margin-right:1.5%;
}

.form-group .inr-last-small .form-group-inline:last-child
{   
    width:20%;
}

.form-group .inr-last-small .form-group-inline:first-child
{   
    width:73%;
}

.data-col
{   
    width:100%;
    float:left;
    padding-top:5px;
    border-top:#ccc solid thin;
}

.ionicon-font {
	font-family: "Ionicons";
}

.dtl-btn .ionicon-font {
	height: auto;
	margin: 0;
	top: 1px;
	position: relative;
	margin-right: 5px;
}