/*@import url(http://fonts.googleapis.com/css?family=Raleway:500,700,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);*/
body{
	background: #f1f1f1 url('../Content/images/egg_shell.png') repeat;
	font-family: 'Raleway', sans-serif;
    font-family: 'Open Sans', sans-serif;
}
/* SUPER GLOBAL RESETS */
input[data-val-number] {
    text-align: right;
}
input,a{
	outline-color: #FFFFFF;
}

.navbar ::-webkit-input-placeholder {
   color: white;
}

.navbar :-moz-placeholder { /* Firefox 18- */
   color: white;  
}

.navbar ::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

.navbar :-ms-input-placeholder {  
   color: white;  
}
.no-padding{
	padding-left: 0;
	padding-right: 0;
}
/* SUPER GLOBAL RESETS */
/* GLOBAL CLASSES */
.sprite{
	display: inline-block;
	background-image: url('../Content/images/sprite.png');
}
.kill-ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.kill-ul li{
	float: left;
}
.kill-ul li a{display: block;}
.reset-ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.reset-ul li{
	display: block;
}
.form-group > select:focus, ._1:focus {
    color: #000;
}
.reset-ul li a{display: block;}
i.sprite{vertical-align: middle;}
.form-group>select,._1{
	height: 34px;
	padding: 6px 12px;
	padding-right: 25px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	background-color: transparent;
	background-image: none;
	border: 1px solid #33d6d6;
	border-radius: 4px;
}

@media (max-width: 750px){
	form[role=search] button{
		display: none;
	}
}
.i-search{
	width: 13px;
	height: 14px;
	border: 0;
	font: 0/0 a;
	background-color: transparent;
	position: relative;
}
.topsearch {
    left: -22px;
	top: -3px;
}
.controls{
	margin: 15px 0;
}
.controls li{
	color: #fff;
}
.controls li a{
	font: 0/0 a;
	background-image: url('../Content/images/sprite.png');
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.i-admin{
	width: 16px;
	height: 15px;
	background-position: -14px 0;
}
.i-switch{
    width: 17px;
    height: 17px;
    background-position: -60px -1px;

}
.i-help{
	width: 9px;
	height: 17px;
	background-position: -32px 0;
}
.i-logout{
	width: 14px;
	height: 17px;
	background-position: -43px 0;
}
/* DASHBOARD */
.dashboard-width{
	padding: 50px 0;
	width: 100%;
	margin: 0 auto;
}
.dashbaord-items{
	/*display: inline-block;*/
	margin-left: 5%;
}
.dashbaord-items li{
	width: 20%;
	padding-top: 5px;
	padding-bottom: 25px;
	margin-right: 5%;
	background-color: #b0b0b0;
	text-align: center;
	border-radius: 2px;
	position: relative;
	margin-bottom: 35px;
}
.dashbaord-items li:before{
	content: '';
	position: absolute;
	top: 0;
	right: -26px;
	width: 1px;
	height: 136%;
	background-color: #D7D7D7;
	box-shadow: 1px 1px 3px white;
	z-index: 1;
}
.dashbaord-items li:after{
	z-index: 1;
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 136%;
	height: 1px;
	background-color: #D7D7D7;
	box-shadow: 1px 1px 3px white;
}
@media (max-width: 750px){
	.dashbaord-items li:after,
	.dashbaord-items li:before{
		display: none;
	}
}
.dashbaord-items li:nth-child(1):after,
.dashbaord-items li:nth-child(5):after,
.dashbaord-items li:nth-child(9):after,
.dashbaord-items li:nth-child(13):after{
	left: 20%;
}
.dashbaord-items li:nth-child(13):after,
.dashbaord-items li:nth-child(14):after,
.dashbaord-items li:nth-child(15):after,
.dashbaord-items li:nth-child(16):after{
	display: none;
}
.dashbaord-items li:nth-child(13):before,
.dashbaord-items li:nth-child(14):before,
.dashbaord-items li:nth-child(15):before,
.dashbaord-items li:nth-child(16):before{
	height: 80%;
}
.dashbaord-items li:nth-child(1):before,
.dashbaord-items li:nth-child(2):before,
.dashbaord-items li:nth-child(3):before,
.dashbaord-items li:nth-child(4):before{
	top: 20%;
}
.dashbaord-items li:nth-child(4):after,
.dashbaord-items li:nth-child(8):after,
.dashbaord-items li:nth-child(12):after,
.dashbaord-items li:nth-child(16):after{
	width: 80%;
}
.dashbaord-items li:nth-child(4):before,
.dashbaord-items li:nth-child(8):before,
.dashbaord-items li:nth-child(12):before,
.dashbaord-items li:nth-child(16):before{
	display: none;
}
@media (max-width: 750px){
	.dashbaord-items li{width: 45%;}
}
@media (max-width: 350px){
	.dashbaord-items li{width: 95%;}
}
.dashbaord-items li:hover{
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.16)
}
.dashbaord-items li:nth-child(1){background-color: #33a7d8;}
.dashbaord-items li:nth-child(2){background-color: #ffcc33;}
.dashbaord-items li:nth-child(3){background-color: #e25b2e;}
.dashbaord-items li:nth-child(4){background-color: #82ad28;}
.dashbaord-items li:nth-child(5){background-color: #b40b74;}
.dashbaord-items li:nth-child(6){background-color: #e15b2e;}
.dashbaord-items li:nth-child(7){background-color: #00c9c9;}
.dashbaord-items li:nth-child(8){background-color: #f78f1e;}
.dashbaord-items li:nth-child(9){background-color: #e11a31;}
.dashbaord-items li:nth-child(10){background-color: #82ad28;}
.dashbaord-items li:nth-child(11){background-color: #ffcc33;}
.dashbaord-items li:nth-child(12){background-color: #b40b74;}
.dashbaord-items li:nth-child(13){background-color: #00cccc;}
.dashbaord-items li:nth-child(14){background-color: #f78f1e;}
.dashbaord-items li:nth-child(15){background-color: #e11a31;}
.dashbaord-items li:nth-child(16){background-color: #33a7d8;}
.dashbaord-items li i{
	width: 80px;
	height: 60px;
	background-image: url(../Content/images/sprite.png);
	display: inline-block;
	max-width: 100%;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}
.dashbaord-items li:hover i{
	-webkit-animation: sprite 1s;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
@-webkit-keyframes sprite{
	from{}
	to{}
}
.dashbaord-items li a{
	color: #fff;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 198;
	top: 0;
	left: 0;
	overflow: hidden;
	line-height: 160px;
}
.dashbaord-items li:hover a{
	text-decoration: none;
	-webkit-animation: sprite 1s;
}
/* DASHBAORD ICONS */
.i-student{background-position: 0 -80px;}
.i-fee{background-position: -80px -80px;}
.i-transportation{background-position: -160px -80px;}
.i-finance{background-position: -240px -80px;}
.i-examination{background-position: 0 -160px;}
.i-payroll{background-position: -80px -160px;}
.i-enquiry{background-position: -160px -160px;}
.i-library{background-position: -240px -160px;}
.i-store{background-position: 0px -240px;}
.i-hostel{background-position: -80px -240px;}
.i-attendance{background-position: -160px -240px;}
.i-asset{background-position: -240px -240px;}
.i-report{background-position: 0 -320px;}
.i-email{background-position: -80px -320px;}
.i-table{background-position: -160px -320px;}
.i-settings{background-position: -240px -320px;}
.i-reminder{background-position: 0px -400px;}
.i-transfer{background-position: -160px -400px;}
.i-attendance2{background-position: -80px -400px;}
i.config{
	background-position: 0 -560px;
}
i.dayBook{
	background-position: -80px -560px;
}
i.dbBackup{
	background-position: -160px -560px;
}
i.edit2{
	background-position: -240px -560px;
}
i.receipt{
	background-position: 0 -640px;
}
i.report2{
	background-position: -80px -640px;
}
i.route{
	background-position: -160px -640px;
}
i.statement{
	background-position: -240px -640px;
}
i.voucher{
	background-position: -320px -640px;
}
/* 16 icons end here */
/* FOOTER */
.site-footer{
	background-color: #000000;
	padding: 20px 0;
	font-size: 12px;
	position: relative;
	z-index: 200;
}
footer,
footer a{
	color: #8d8d8d;
}
footer a:hover{text-decoration: none;color: #8d8d8d;}
@media (max-width: 500px){
	footer span{display: block;text-align: center;width: 100%;}
}
/* INNER START HERE */
.inner_ctr{
	padding-left: 246px;
	/* SECTION */
}
.inner_ctr_ar{
	padding-right: 246px;
	/* SECTION */
}
@media (min-width: 240px) and (max-width: 1366px){
	.inner_ctr{min-height: 558px;}
}
@media (min-height: 800px){
	.dashbaord,.inner_ctr{min-height: 809px;}
}
@media (min-width: 1367px) and (max-width: 1600px) {
    .inner_ctr,.inner_ctr_ar,.dashbaord{min-height: 680px;}
}
@media (max-width: 767px){
	.inner_ctr{padding-left: 0px;}
}
.side-nav-toggle{
	position: absolute;
	top: 50px;
	left: 0;
	width: 30px;
	height: 30px;
	background: url('../Content/images/sprite.png') -320px -160px;
	z-index: 90000;
	font: 0/0 a;
}
.active-sidebar{
	display: block !important;
	width: 0;
}
.sidebar-wrapper{
	width: 246px;
	padding-top: 52px;
	position: fixed;
	left: 0;
	height: 100%;
	top: 0;
	background-color: #333;
	z-index: 200;
}
.sidebar-wrapper-ar{
	width: 246px;
	padding-top: 52px;
	position: fixed;
	right: 0;
	height: 100%;
	top: 0;
	background-color: #333;
	z-index: 200;
}
.side-menu{
	color: #cccccc;
    min-height: 300px;
}
.side-menu h2{
	font-size: 20px;
	font-weight: 100;
	margin: 12px 0;
}
.sidebar-nav{
	list-style: none;
	padding: 0 0 60px 0;
	margin: 0;
}
.sidebar-nav > li{
	border-bottom: 1px solid #4c4c4c;
	position: relative;
}
.sidebar-nav > li:last-child{
	border-bottom: 0;
}
.sidebar-nav > li,
.side-menu h2{
	padding-left: 20px;
}
.side-menu > h2{margin-left: 40px;}
.sidebar-nav > li > a{
	padding: 8px 0;
	display: block;
	color: #fff;
}
.sidebar-nav > li > a i{
	background-image: url(../Content/images/sprite.png);
	width: 30px;
	height: 20px;
	margin-right: 10px;
	display: inline-block;
}
.sidebar-nav > li.active{
	background-color: #ffcc00;
}
.sidebar-nav > li.active:after,
.sidebar-nav > li:hover:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: inline-block;
	border-right: 10px solid transparent;
	border-top: 10px solid transparent;
	border-left: 10px solid #FFCC00;
	border-bottom: 10px solid transparent;
	top: 10px;
	right: -20px;
}
.sidebar-nav > li:hover > a{
	text-decoration: none;
}
.sidebar-nav > li:hover{
	background-color: #ffcc00;	
}
/* DASHBOARD ICONS */
.i-Admission{background-position: -320px -80px;}
.i-Reminder{background-position: -350px -80px;}
.i-Transfer{background-position: -320px -100px;}
.i-List{background-position: -350px -100px;}
.i-Attendance{background-position: -320px -120px;}
.i-Students{background-position: -350px -120px;}
/* DROP DOWN MENUS */
.sidebar-nav ul{
	margin: 0;
	margin-left: -20px;
	list-style: none;
	padding: 0;
	background-color: #333;
}
.sidebar-nav ul li{
	padding-left: 60px;
}
.sidebar-nav ul li:hover{
	background-color: #777777;
}
.sidebar-nav ul li:hover a{
	text-decoration: none;
}
.sidebar-nav ul li a{
	font-size: 13px;
	display: block;
	color: #BABABA;
	padding: 5px 0;
}
/* INNER PAGE START HERE */
.page-wrap{
	padding-top: 20px;
	padding-bottom: 20px;
}
.pagewrap-ctr{
	width: 95%;
	margin: 0 auto;
}
/*	page inner headings */
.page-wrap h1,
.page-wrap h2,
.page-wrap h3{
	margin-top: 15px;
	margin-bottom: 20px;
	font-weight: 500;
}
.breadcrumb + h3{
	margin-top: 0;
}
.page-wrap h3{
	font-size: 20px;
}
.page-wrap h3:after,
.page-wrap h3:before{
	content: '';
	clear: both;
	display: block;
}
.page-wrap form div.field-row{
	border-bottom: 1px solid #F0F0F0;
	border-top: 1px solid #FCFCFC;
	padding: 6px 0;
	width: 98%;
	margin: auto;
}
.page-wrap form div.field-btn-grp{
	padding: 15px;
}
.page-wrap form div.field-row:first-child{
	border-top: 0;
}
.page-wrap form div.field-row:last-child{
	border-bottom: 0;
}
.page-wrap form div.field-row .form-control, 
.page-wrap form div.field-row .chosen-single{
	margin: 6px 0;
}
/* BTN GROUPS */
.field-btn-grp .btn{
	margin-left: 10px;
	margin-bottom: 10px;
}
.btn i{
	vertical-align: middle;
	background-image: url('../Content/images/sprite.png');
	display: inline-block;
	margin-right: 8px;
	width: 18px;
	height: 18px;
}
i.i-back{background-position: -380px -82px;}
i.i-save{background-position: -380px -102px;}
i.i-save_new{background-position: -380px -122px;}
/* TABLE */
/* ALL TABLE */
.table tr td input[type=text],
.table tr td input[type=date],
.table tr td input[type=email],
.table tr td input[type=number],
.table tr td select{
	width: 90%;
	margin-left: 5%;
	background-color: #fff;
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
}
.appu-table table{
	background-color: #fff;
}
.appu-table table thead tr th{
	background-color:  #00cccc;
	color: #fff;
}
/*.appu-table tr.strikeout td {
    text-decoration: line-through;
}*/
.appu-table tr.strikeout td:before {  
  content: " ";  
  position: absolute;  
  display: inline-block;  
  padding: 5px 10px;  
  left: 0;  
  border-bottom: 1px solid #ff0c0c;  
  width: 100%;  
}
tr.tbhead th,
tr.tbhead th{
	border: 1px solid #31DDDD !important;
    background-color:  #00cccc;
	color: #fff;
}
.appu-table table thead tr th,
.appu-table table tbody tr td{
	border-color: #00cccc;/* THEME */
	border-color: #AFE8E8;
}
.appu-table table tbody tr td{
	/*border-bottom-color: #E0E0E0;*/
	/* IF LIGHT THEME BORDER */
}
.appu-table table tbody tr td {
    position: relative;
    word-wrap: break-word;
}
.pos {
    color: green;
}
.Absend {
    color: red;
}
.i-edit,
.i-view,
.i-delete,
.i-privilege,
.i-Advprivilege,
.i-print{
	background-image: url('../Content/images/sprite.png');
	vertical-align: middle;
	font: 0/0 a;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.i-edit{background-position: -400px -80px;}
.i-view{background-position: -400px -100px;}
.i-delete{background-position: -406px -124px;}
.i-print{background-position: -403px -143px;}
.i-privilege{background-position: -400px -208px;width: 26px;height: 26px;}
.i-Advprivilege{background-position: -400px -178px;width: 26px;height: 26px;}
.control-icon a:before{
	content: '';
	position: absolute;
	right: -7px;
	top: 0;
	height: 100%;
	border-right: 1px solid #ff9900;
}
.control-icon a:last-child:before{
	display: none;
}
.control-icon a{
	position: relative;
	margin-right: 10px;
}
/* APPU TABLE 2 == appu-table2 */
.appu-table2{
	
}
.appu-table2 table{
	background-color: #fff;
}
.appu-table2 table thead tr th{
	background-color: #ffcc00;	
	color: #fff;
}
.appu-table2 tr th,
.appu-table2 tr td{
	border-color: #ffcc00;
}
/* appu-table2 add btn */
.add-btn{
	width: 20px;
	height: 20px;
	background-color: #fff;
	color: #ffcc00;
	border-radius: 50px;
	text-align: center;
	border: 0;
	font-family: arial;
	font-size: 15px;
	line-height: 15px;
	margin: 0 5px;
}
.action-link{
	color: #ff0000;
	display: inline-block;
	margin-top: 7px;
}
/* STUDENT LIST PAGE */
.head-action li{
	padding-left: 15px;
}
.head-action li a,
.head-action li button{
	color: #333333;
	font-size: 13px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
}
.head-action li a:hover,
.head-action li button:hover{
	text-decoration: none;
	color: #02cccb;
}
i.create{
	width: 22px;
	height: 21px;
	background-position: -362px -209px;
	vertical-align: bottom;
	margin-left: 5px;
}
i.export{
	width: 29px;
	height: 22px;
	background-position: -324px -209px;
	vertical-align: bottom;
	margin-left: 5px;
}
i.print{
	width: 22px;
	height: 22px;
	background-position: -331px -253px;
	vertical-align: bottom;
	margin-left: 5px;
}
.search-filter{
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.search-filter input[type=text],
.search-filter input[type=submit],
.search-filter button,
.search-filter select{
	display: inline-block;
}
.field_6 input[type=text],
.field_6 input[type=submit],
.field_6 button,
.field_6 select,
.field_6 span.form-control,
.field_6 a{
	width: 16%;
	float: left;
	margin-right: 0.8%;
}
.field_4 {
    padding: 0 15px;
    padding-left: 30px;
    margin-right: -30px;
    margin-left: -30px;
}
.field_4 .chosen-container {
    width: 24%;
}
.field_4 input[type=text],
.field_4 input[type=submit],
.field_4 button,
.field_4 select,
.field_4 a{
	width: 24%;
	float: left;
	margin-right: 1%;
}
.field_6 .chosen-container,
.field_4 .chosen-container {
    margin-right: 1%;
}
.field_6 a:hover {
    text-decoration: none;
}
@media (max-width: 750px){
	.field_6 input[type=text],
	.field_6 input[type=submit],
	.search-filter button,
	.field_6 select,
	.field_6 a,
    .field_4 .chosen-container{
		width: 50%;
		margin-right: 0%;
		margin-bottom: 5px;
	}
}
@media (max-width: 480px){
	.field_6 input[type=text],
	.field_6 input[type=submit],
	.search-filter button,
	.field_6 select,
	.field_6 a,
    .field_4 .chosen-container
    {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 5px;
	}
}
.field-n{
	margin-right: 0 !important;
}
.custom-search{
	background-color: #ff9900;
	border: 0px solid #e1e1e1;
	height: 34px;
	padding: 6px 12px;
	line-height: 1.42857143;
	border-radius: 3px;
	font: 0/0 a;
	text-align: center;
}
.white-box .custom-search{
	width: 100%;
	margin: 6px 0;
}
.custom-search:hover i{
	opacity: .8;
}
.custom-search i{
	width: 19px;
	height: 19px;
	background: url('../Content/images/sprite.png') -363px -159px;
	display: inline-block;
}
/* PROFILE PAGE DEFAULT COMMON START HERE */
.white-box:before,
.white-box:after,
.profile-box:before,
.profile-box:after{
	content: '';
	clear: both;
	display: block;
}
.profile-box,
.white-box{
	background-color: #ffffff;
	border: 1px solid #00cccc;
	border-radius: 2px;
	padding: 15px;
}
.profile_thumb{
	margin-bottom: 20px;
}
.profile_thumb img{
	border: 1px solid #d7d7d7;
	max-width: 130px;
	border-radius: 3px;
}
@media (max-width: 750px){
	.profile-nav{margin-bottom: 10px;}
}
.profile-nav li{
	border-bottom: 1px solid #e5e5e5;
}
.profile-nav li button {
    background-color: transparent;
    border: 0 none;
    text-align: left;
    width: 100%;
}
.profile-nav li a,.profile-nav li button{
	color: #333333;
	padding: 5px 0;
}
.profile-nav li.active a,.profile-nav li.active button{
	color: #ff0000;
}
.profile-nav li a:hover,.profile-nav li button:hover{
	color: #FFCC00;
	text-decoration: none;
}
.profile-nav li.active a:after,
.profile-nav li:hover a:after,
.profile-nav li.active button:after,
.profile-nav li:hover button:after{
	content: '';
	width: 6px;
	height: 16px;
	background: url('../Content/images/sprite.png') -336px -292px;
	display: inline-block;
	float: right;
}
.student-base{
	margin-top: 40px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E4E4E4;
}
.student-base .row{
	margin-bottom: 10px;
}
.student-base label{
	display: inline-block;
	margin-top: 0;
	vertical-align: middle;
}
.student-base label{
	overflow: hidden;
	text-overflow: ellipsis;
}
.student-base label._2{
	width: 15%;
}
.student-base label._3{
	width: 30%;
    margin-bottom: 0px !important;
}
.student-base span._2 {
    width: 85%;
}
.student-base span._3 {
    width: 70%;
}
.student-base span._2,.student-base span._3{
    display: inline-block;
	margin-top: 0;
    margin-bottom: 0 !important;
	vertical-align: middle;
	background-color: #f4f4f4;
	border: 1px solid #f8cb07;
	padding: 5px;
	border-radius: 3px;
	position: relative;
	font-size: 15px;
    height: 32px;
}
@media (max-width: 992px){
	.student-base span._2{margin-bottom: 5px;}
}
.student-base span._2:after,.student-base span._3:after{
	content: '';
	width: 6px;
	height: 16px;
	background: url('../Content/images/sprite.png') -336px -320px;
	position: absolute;
	left: -6px;
	top: 50%;
	margin-top: -8px;
}
.diary_list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.diary_list li{
	padding: 20px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	position: relative;
	padding-left: 140px;
	border-radius: 3px;
}
.diary_list li:hover{
	background-color: #F9F9F9;
}
.diary_list li.active{
	background-color: #ffdc52;
	margin-bottom: 20px;
	margin-top: 10px;
}
.diary_list li.active:after{
	content: '';
	position: absolute;
	top: 96%;
	z-index: 1;
	left: 10%;
	width: 80%;
	height: 26px;
	background: url('../Content/images/shadow.png') no-repeat;
	background-size: 100% 100%;
}
@media (max-width: 992px){
	.diary_list li.active:after{display: none;}
}
.diary_list li span.date{
	position: absolute;
	width: 90px;
	font-size: 25px;
	text-align: center;
	left: 10px;
	top: 10px;
}
.diary_list li span.date:after{
	content: '';
	position: absolute;
	right: 0;
	background: url('../Content/images/sprite.png') -335px -375px;
	width: 7px;
	height: 50px;
	top: 0;
}
.diary_list li span.date > span{
	font-size: 20px;
	display: block;
}
.quote:before,
.quote:after{
	content: '';
	background-image: url('../Content/images/sprite.png');
	width: 11px;
	height: 8px;
	position: absolute;
}
.quote{position: relative;}
.quote:before{
	background-position: -335px -436px;
	left: -20px;
	top: 0px;
}
.quote:after{
	background-position: -335px -449px;
	right: 0px;
	bottom: 0;
}
.quote+p.text-right{margin-bottom: 0;}
._3{
	margin-bottom: 15px;
	margin-top: 20px;
}
._3 a{margin-right: 5px;margin-bottom: 5px;}
@media (max-width: 480px){
	._3 a{display: block;width: 100%;}
}
/* NEED MARK LIST PAGE */
.field_label select{
	width: 240px;
}
@media (max-width: 1150px){
	.field_label select{width: 100%;margin-bottom: 5px;}
}
@media (max-width: 750px){
	.field_label button{margin-top: 5px;}
}
.field_label label{
	margin-top: 0;
	margin: 0 4px;
}
.field_label input[type="radio"], .field_label  input[type="checkbox"]{
	vertical-align: middle;
}
/* PROFILE PAGE */
.data-table table{table-layout: fixed;}
@media (max-width: 750px){
	.data-table table{table-layout: auto;}
}
.data-table table tr td:nth-child(1),
.data-table table tr td:nth-child(3){
	color: #666;
	border-right-color: #E2E2E2;
	font-size: 13px;
    background-color: #F8F8F8;
}

/* RELATIVES PAGE NEED */
.add-label label,
.add-label input[type="text"],
.add-label button{
	width: 24%;
	margin-right: 1%;
	float: left;
}
.add-label button:hover{
	opacity: .8;
}
.add-label label{
	width: 15%;
	margin-top: 0;
	text-align: center;
	margin-top: 6px;
}
.add-label button{
	margin-right: 0;
	width: 18%;
	background-color: #ff6600;
	border: 0;
	color: #fff;
	border-radius: 3px;
	padding: 6px 12px;
}
.add-label button i{
	background: url('../Content/images/sprite.png') -328px -461px;
	width: 19px;
	height: 19px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
@media (max-width: 850px){
	.add-label label,
	.add-label input[type="text"],
	.add-label button{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 5px;
	}
}
/* FEE DETALS */
.layout-fixed,
.layout-fixed table{
    table-layout: fixed;
}
tr.sub_head{
	background-color: #d7f7f7;
}
tr.total-row td{color: #ff9933; font-size: 15px;}
tr.grand-total-row td{color: #ff0000; font-size: 16px;padding: 12px 8px !important;}
/*tr.grand-total-row td:first-child{border-right-color: white;}*/
.tab-head {
    padding: 0px !important;
}
.tab-head a {
	display: inline-block;
	color: #fff;
	padding: 8px;
	text-align: center;
    width: 100%;
}

.tab-head a:focus,
.tab-head a:active{text-decoration: none;}
.tab-head a:hover{text-decoration: none;}
.tab-active{background-color: #ffcc00 !important;}
/* INNER DASHBAORD */
.inner-dashbaord{
	display: block;
}
.inner-dashbaord .dashbaord-items{
	margin-left: 0;
	width: 100%;
}
.inner-dashbaord .dashbaord-items li{
	margin-right: 1%;
	margin-bottom: 5px;
	width: 32.33%;
}
@media (max-width: 480px){
	.inner-dashbaord .dashbaord-items li{width: 48%;}
}
@media (max-width: 320px){
	.inner-dashbaord .dashbaord-items li{width: 98%;}
}
.inner-dashbaord .dashbaord-items li:before,
.inner-dashbaord .dashbaord-items li:after{
	display: none;
}
.inner-dashbaord .dashbaord-items li:nth-child(3){
	background-color: #00cccc;
}
.inner-dashbaord .dashbaord-items li:nth-child(5){
	background-color: #f78f1e;
}
.inner-dashbaord .dashbaord-items li:nth-child(6){
	background-color: #e11a31;
}
/* INNDER DASHBOARD ITEMS */
/* DASHBAORD CHART ITEMS */
.chart_box{
	background-color: #fff;
	display: block;
	width: 99%;
	padding: 10px;
	border-radius: 3px;
	/*max-height: 220px;*/
}
.fix3 {
    margin-top: 10px;
}
/* DASHBAORD CHART ITEMS */
/* SUMMARY BOX */
.summary{
	background-color: #fff;
	border-radius: 3px;
	padding: 10px 20px;
	display: block;
	width: 99%;
	margin-top: 10px;
}
.summary h2{
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 100;
	color: #333;
	font-size: 22px;
    padding-left: 50px;
}
.summary p{
	border-bottom: 1px solid #f2f2f2;
	color: #ff0000;
    width: 50%;
    float: left;
    padding: 3px 50px;
    margin-bottom: 5px;
}
.summary:after {
     clear: both;
    content: "";
    display: block;
}
/* ACADEMIC CALENDAR */
.calendar-table table{
	border: 1px solid #00cccc;
	background-color: #fff;
	table-layout: fixed;
	min-width: 320px;
	border-collapse: separate;
	border-radius: 3px;
}
.calendar-table table tr td{
	position: relative;
	padding: 28px 8px;
	padding-top: 18px;
	font-size: 15px;
	color: #666666;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #b2f0f0;
	text-align: right;
}
/* TABLE FIX */
.calendar-table table tr td:last-child{
	/*color: #FF4C4C;*/
	border-right: 1px solid transparent;
}
.calendar-table table tr.cl-header td{
	text-align: center;
	font-size: 20px;
	color: #ff0000;
	padding: 8px 8px;
	border-top: 1px solid transparent;
}
.calendar-table table tr.cl-header td a{
	color: #00cccc;
	display: inline-block;
	margin: 0 10px;
}
.calendar-table table tr.cl-header td a:hover{
	text-decoration: none;
	color: #FFCC00;
}
.calendar-table table tr.cl-head td{
	text-align: center;
	padding: 16px 8px;
	color: #333;
}
@media (max-width: 450px){
	.calendar-table table tr td{
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 5px 5px;
		padding-bottom: 20px;
	}
}
/* TABLE FIX */
/* HAS LABEL WITH TABLE BLOCK */
.has-event{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #ff9933;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 13px;
	color: #fff;
	padding-top: 2px;
}
/* ADD EVENT RIGHT SEC */
.Addevent_box{
	border: 1px solid #00cccc;
	border-radius: 3px;
	background-color: #fff;
}
.AddEvent_head{
	
}
.AddEvent_head span{display: inline-block;float: left;color: #00cccc;text-align: center;padding: 8px 5px;}
.AddEvent_head .EventDate{width: 22.72%;border-right: 1px solid #b2f0f0;}
.AddEvent_head .EventEvent{width: 51.29%;border-right: 1px solid #b2f0f0;}
.AddEvent_head .EventAdd{width: 25.97%;cursor: pointer;}
.EventAdd:after{
	content: '+';
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	color: #ff9900;
	border: 2px solid #ff9900;
	line-height: 17px;
	font-size: 24px;
	vertical-align: middle;
}
.AddEvent_head:after,
.AddEvent_head:before,
.event_list li:after,
.event_list li:before{content: '';display: block;clear: both;}
.event_list li{
	padding-right: 10px;
	border-top: 1px solid #e0e0e0;
}
.event_list li p{
	margin: 15px 0;
	color: #666666;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.event_list li span.date{
	background-color: #ff9933;
	display: inline-block;
	float: left;
	text-align: center;
	padding: 30px 8px;
	color: #fff;
	margin-right: 10px;
	margin-bottom: -2px;
}
.event_list li:nth-child(1) span.date{background-color: #ff9933;}
.event_list li:nth-child(2) span.date{background-color: #ff6600;}
.event_list li:nth-child(3) span.date{background-color: #00cccc;}
.event_list li:nth-child(4) span.date{background-color: #99cc00;}
.event_list li .control-icon{display: inline-block;float: right;margin-bottom: 9px;opacity: .5;}
.event_list li .control-icon a{display: inline-block;float: left;}
/* ENQUIRESS PAGE */
.white-box .appu-table{
	margin-top: 20px;
}
.follow-up{
	color: #ff0000;
	font-size: 13px;
}
/* LIBRARY ITEMS */
.result-text{
	margin: 15px 0;
}
.result-text p{margin-bottom: 0;font-size: 16px;color: #ff0000;}
.result-text .devider{
	display: inline-block;
	width: 1px;
	background-color: #00cccc;
	height: 30px;
	vertical-align: middle;
	margin: 0 5px;
}
/* SYLLABUS STATUS */
.syllabus-table table tbody tr td{
	white-space: normal !important;
}
.syll-sub{
	color: #333333;
	text-align: center;
	font-size: 15px;
	min-width: 100px;
	padding-top: 50%;
}
.syll-sub>span{color: #ff0000;}
.syll-data{min-width: 100px;max-width: 150px;color: #ff0000;}
.syll-data p{overflow: hidden;text-overflow: ellipsis;}
.syll-head{
	text-align: center;
	color: #333333;
	border-bottom: 1px solid #e0e0e0;
	padding: 3px;
	margin-bottom: 5px;
	margin-left: -8px;
	margin-right: -8px;
}
/* LOGIN PAGES */
.login{
	background-color: #00cccc;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;/* X AXIS FLOW IN IE */
	padding-top: 12%;
}
.logo1{
	width: 265px;
	height: 115px;
	background: url('../Content/images/static_logo.png') no-repeat;
	background-size: contain;
	max-width: 100%;
	font: 0/0 a;
	display: inline-block;
	border: 0;
	margin-top: 0px;
}
.logo{
	width: 265px;
	height: 115px;
	background: url('../Content/images/static_logo.png') no-repeat;
	background-size: contain;
	max-width: 100%;
	font: 0/0 a;
	display: inline-block;
	border: 0;
	margin-top: 60px;
}
.login__form{
	border-left: 1px solid #fff;
	border-left: 1px solid rgba(255, 255, 255, 0.45);
	padding: 50px 42px;
}
.login__form input[type=text],
.login__form input[type=password],
.login__form input[type=submit],
.login__form select{
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding: 8px;
	border-radius: 3px;
	border: 0;
}
.login__form input[type=text]{
}
.login__form input[type=submit]{
	background-color: #333333;
	font-size: 22px;
	text-align: center;
	color: #fff;
}
.login__form input[type=submit]:hover{
	background-color: #212121;
}
.login__form,
.login__form a{color: #333;}
/* */
/* STUDENT MANAGEMENT */
.manage-table{
	margin: 10px 0;
}
.manage-table table{opacity: .9;}
.manage-table table:hover{opacity: 1;}
.manage-table table tr td{
	border-color: #e0e0e0;
}
.manage-table table tr.manage-head td{
	color: #ff5858;
}
.manage-table table tr td input[type="checkbox"]{
	-webkit-appearance: none;
	display: inline-block;
	margin-top: 0px;
	margin-right: 10px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border-radius: 50px;
	border: 1px solid #1bd1d1;
	outline: 0;
}
.manage-table table tr td input[type="checkbox"]:checked{
	border: 2px solid #0B5C5C;
	background-color: #25C315;
}
/* PARENT LOGIN */
.chart_box2{
	margin-top: 10px;
}
.calendar-table-small{
	margin: -10px;
}
.calendar-table-small table{width: 100%;min-width: inherit;}
.calendar-table-small table tr td{
	padding: 9px 0;
	text-align: center;
	font-size: 13px;
}
.calendar-table-small table tr td .has-event{height: 5px;font: 0/0 a;}
.calendar-table-small table tr.cl-header td{padding: 4px 0;font-size: 14px;}
.calendar-table-small table tr.cl-head td{padding: 5px 0;}
/* NOTICE BAORD */
.notice_board{
	background-color: #ffcd32;
	background-image: -webkit-linear-gradient(top, #ffcc32, #f9e90a);
	margin: -10px;
	padding: 10px;
}
.notice_board h4{margin: 0;font-weight: 100;}
.notice-slide{
	list-style: none;
	padding: 0;
	margin: 0;
	overflow-y: scroll;
	height: 160px;
}
.notice-slide li{
	padding: 16px 0;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 80px;
}
.notice-slide li {margin: 0;}
.notice-slide li:first-child{
	border-bottom: 1px solid #e2c51b;
}
.notice-slide li > span{
	float: left;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	position: relative;
	padding-right: 10px;
	font-size: 14px;
}
.notice-slide li > span:after{
	content: '';
	position: absolute;
	right: 0;
	background: url('../Content/images/sprite.png') -335px -375px;
	width: 7px;
	height: 40px;
	top: 0;
}
/* TEACHERS PAGE TIME TABLE */
.time-table{
	background-color: #fff;
	border: 1px solid #00cccc;
	margin-top: 10px;
}
.time-table table{
}
.time-table table tr td:first-child{
	color: 	#ffcc00;
	padding-left: 10px;
	padding-right: 10px;
}
.time-table table tr.time-table-head td,
.time-table table tr.time-table-head td:first-child{
	color: #00cccc;
}
.time-table table tr td{
	border-right: 1px solid #b2f0f0;
	border-left: 1px solid #b2f0f0;
	border-bottom: 1px solid #e0e0e0;
	padding: 8px 5px;
	font-size: 13px;
}
text[text-anchor=end]{
	display: none;
}
.diary_list li {
    min-height: 120px;
}
.diary_list li:after,
.diary_list li:before {
    content: '';
    clear: both;
    display: block;
}
/* 31/01/2015 */
.block_Overflowx {
    overflow-x: visible;/* FOR LIBRARY SEARCH AND ISSUE PAGE */
}
.issue-field {
    margin-top: 10px;
    margin-bottom: 10px;
}
/*Scroll by noufal*/
.scrollBooks {
    overflow-y: scroll;
    height: 350px;
}
.fix4 img {
    width: 90%;
}
.middle {
    vertical-align: middle !important;
    text-align: center !important;
}




/* 
    Popup calculator style
*/
    .pull-data1 {
        bottom: 0 !important;
    }
    .col-sm-5 button {
        float: right;
    }
    #Calculator {
        position: fixed;
        bottom: -201px;
        right: 10%;
        background-color: #fff;
        padding: 10px;
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all;
        border: solid 1px #ffcc00;
        z-index: 100000;
        width: 450px;
    }
    @media (max-width: 600px) {
        #Calculator{ width: 80%;}
    }
    #Calculator input,
    #Calculator textarea {
        display: block;
        padding: 5px;
        margin-bottom: 5px;
        width: 100%;
        border: 1px solid #E4E4E4;
    }

    #Calculator label {
        display: block;
        margin-bottom: 5px;
    }

    .pull_Calculator {
        position: absolute;
        top: -41px;
        left: 0%;
        width: 39px;
        height: 40px;
        /*background-color: #ffcc00;*/
        background: url(../Content/images/calculator.png) no-repeat right center;
        /*background-size: 50px 175px;*/
        font: 0/0 a;
    }
    @media (max-width: 700px) {
        .pull_Calculator{ width: 65px;right: 0;left: inherit;}
    }
    .paging_simple_numbers a {
        display: inline-block;
        padding: 5px;
        border-radius: 3px;
        border: 1px solid #999;
        margin-right: 5px;
    }

    /*
        popup of student search in fee collection
        */
        #Search {
        position: fixed;
        right: -526px;
        top: 10%;
        background-color: #fff;
        padding: 10px;
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all;
            z-index: 10000000;
    }
        @media (min-width: 1367px) {
            #Search {
                right: -526px;
            }
        }
    #Search input,
    #Search textarea {
        display: block;
        padding: 5px;
        margin-bottom: 5px;
        width: 100%;
        border: 1px solid #E4E4E4;
    }
    #Search label {
        display: block;
        margin-bottom: 5px;
    }
    .pull_Search {
        position: absolute;
        left: -50px;
        top: 10%;
        width: 50px;
        height: 175px;
        background-color: #ffcc00;
        background-image: url(../Content/images/search.jpg);
        background-size: 50px 175px;
        font: 0/0 a;
        z-index: 10000000;
    }
    .pull-data {
        right: 0 !important;
    }
    .absolute_Search_Window {
        max-width: 100%;
        width: 526px;
    }
    @media (max-width: 600px) {
        .absolute_Search_Window {
            width: 300px;
        }
        #Search {
            right: -300px
        } 
    }
    .advanced_Css {
        background-color: #fff;
        padding: 10px;
        border-radius: 3px;
        color: #333;
    }
    .advanced_Css button,
    .advanced_Css select,
    .advanced_Css input {
        margin: 10px 0;
    }
    .advanced_Css .btn-primary {
        border: 1px solid #33a7d8;
    }
.enquiry-box {
	font-size: 15px !important;
    border: 1px solid #BCBCBC;
    border-radius: 4px;
    margin-top: 40px;
}
.enquiry-box label {
	font-weight: normal;
	font-size: 14px;
    margin-top: 0;
}
.enquiry-box .bold {
	font-weight: bold;
	font-size: 16px;
}
.enquiry-box .row {
	padding-bottom: 6px;
	padding-top: 3px;
}
.special_label {
    position: relative;
    top: -18px;
    left: 30px;
    display: inline-block;
    background-color: #DEDEDE;
    padding: 6px 15px;
}
.enquiry-box .row label {
    font-weight: normal;
    font-size: 14px;
    margin-top: 0px;
    display: block;
    padding-right: 8px;
}
.enquiry-box .row label:after {
    content: ' : ';
}
@media (min-width: 992px) {
    .adjust4715 label{
    white-space: nowrap;
}
/*.division_label {
    width: 20%;
}
.division_label span {
    width: 50px !important;
    margin-left: 10px;
}
.division_label label {
    width: auto !important;
}
.rollno_label {
    width: 20%;
}
.rollno_label span {
    width: 50px !important;
    margin-left: 10px;
}
.rollno_label label {
    width: auto !important;
}
.adm_label {
    width: 35%;
}
.adm_label label {
    width: auto !important;
}
.adm_label span {
    margin-left: 10px;
}*/
}
/* 7/7/2015 */
.min-btn-ctr {
    min-height: 245px;
}
.min-btn-ctr:before,
.min-btn-ctr:after {
    content: '';
    clear: both;
    display: block;
}
.min-btn {
    float: right;
}
.panel-bg {
    background: transparent;
}
.left-panel, .right-panel {
    background-color: white;
    padding: 10px;
    border-radius: 4px;
}
.right-panel {
    margin-left: -15px;
    height: 405px;
}
.search-filter .ui-dropdownchecklist-selector {
    height: 33px;
    line-height: 26px;
}

.search-filter .ui-dropdownchecklist-item.ui-state-default input{
    margin-left: 5px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-color: #fff !important;
    font-size: 13px;
}
/*Parent_Login*/
/**
 * PARENTS LOGIN DASHBOARD
 * DATE - 09-11-2015
 */
.multiple-students-thumb {
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 10px;
}
.multiple-students-thumb a {
    color: #fff;
    margin-left: 10px;
}
.multiple-students-thumb .thumb {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 20px;
}
.multiple-students-thumb .active img{
    border: 2px solid #ffcc00;
}
.multiple-students-thumb .active::after {
content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffcc00;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 48px;
    left: 45px;
}
.parent-login-wrapper {

}

.tut-sec {
    text-align: right;
    line-height: 22px;
    color: #333333;
}
.tut-sec img {
    margin-left: 15px;
    margin-right: 5px;
}

.tutor-thumb {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #00cccc;
    margin-left: 15px;
}
.fz16 {
    font-size: 16px;
    display: inline-block;
}

/**
 * PARENT LOGIN DASHBOARD ITEMS
 */
.pl-card {
    margin-bottom: 50px;
    margin-top: -10px;
}
.grid-c-50p {
    width: 49%;
}
.grid-c-25p {
    width: 24%;
}
.grid-c-40p {
    width: 39%;
}
.grid-c-30p {
    width: 29%;
}
[class^="grid-c-"] {
   float: left;
   border: 1px solid transparent;
   box-shadow: 5px 5px 10px rgba(0, 0, 0, .20);
   margin-right: 1%;
   padding: 10px;
   background-color: #fff;
   border-radius: 3px;
   overflow: hidden;
}
@media (max-width: 998px) {
    [class^="grid-c-"] {
        width: 50%;
        margin-right: 0 !important;
    }
}
@media (max-width: 750px) {
    [class^="grid-c-"] {
        width: 100%;
        float: none !important;
    }
}
[class^="grid-c-"] h3 {
    margin: 0 !important;
    padding: 10px 0 !important;
    text-align: center !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-top: -10px !important;
    color: #fff;
}

@media (min-width: 992px) {
    [class^="grid-c-"] {
        height: 190px;
    }
}
.pl-item-sec {
    margin-top: 30px;
    margin-right: -1%;
}
.theme-red {
    border-color: #ed1c24;
}
.theme-red h3 {
    background-color: #ed1c24;
}
.theme-cyan {
    border-color: #00cccb;
}
.theme-cyan h3 {
   background-color: #00cccb;
}
.theme-orange {
    border-color: #fe7800;
}

.theme-orange h3 {
    background-color: #fe7800;
}

.theme-yellow {
    border-color: #ffc600;
}


.theme-yellow h3 {
    background-color: #ffc600;
}

.theme-blue {
    border-color: #33a7d8;
}
.theme-blue h3 {
    background-color: #33a7d8;
}
.theme-green {
    border-color: #99cc01;
}
.theme-green h3 {
    background-color: #99cc01;
}

.kill-li li {
    float: none !important;
}
.new-messages {

}
.new-messages li {
    font-size: 16px;
    padding: 10px 0;
    padding-bottom: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.new-messages li:last-child {
    border-bottom: 0;
}
.new-messages li a {
    position: relative;
    top: 4px;
    color: #333;
}
span.date {
    float: left;
    margin-right: 30px;
    border-right: 1px solid #999;
    font-size: 21px;
    color: #cc0000;
    padding-right: 15px;
    padding-left: 10px;
}

.pl-read-more {
    font-size: 12px;
    color: #999999;
}
.pl-read-more img {
    margin-left: 2px;
}

.pl-sm-seperator {
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.attsubhead {
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.a-num {
    font-size: 28px;
    color: #cc0000;
    text-align: center;
    font-weight: 100;
    padding-top: 10px;
}
.pl-sm-seperator span {
    display: block;
    width: 80%;
    height: 1px;
    margin-left: 10%;
    background-color: #e5e5e5;
}
.red {
    color: red;
}

.graph-area-pl {
    
}
.graph-area-pl img {
    width: 100%;
    max-width: 100%;
    height: 200px;
}

.new-announcement {
    margin-top: 10px !important;
}
.new-announcement li:after,
.new-announcement li:before {
    content: '';
    clear: both;
    display: block;
}
.new-announcement li {
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
}
.new-announcement li a {
    color: #333;
    display: inline-block !important;
}
.new-announcement li span {
    font-size: 12px;
    color: #ff0000;
    display: block;
}
.new-announcement li .thumb {
    margin-right: 10px;
}

.pl-calendar-box {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.pl-calendar-box a {
    color: #333;
}
.month {
    font-size: 22px;
    color: #999999;
}
.date-n {
    font-size: 36px;
    color: #ff0000;
}

.fix11 {
    margin-top: -10px;
}
.fix112 {
    margin-top: -10px;
}
@media (min-width: 1366px) {
    .fix112 {
        margin-top: 17px;
    }
    
}

@media (min-width: 992px) {
    .pl-odd {
        height: 256px;
    }
}
.relative {
    position: relative;
}
.resonx2 {
    margin-left: 15px;
    line-height: 16px;
}
.icon-add {
    background-position: -408px -96px !important;
    background-repeat: no-repeat;
}
.input-group .chosen-single:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*Parent Port */


/* sidebar - 246 navbar - 52*/
/*html,body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}*/
.text-overflow,
.card-parent-row .card header,
.news-and-events li a,
.news-and-events li p,
.home-work li a,
.home-work li p,
.home-work li .date,
.home-work li .goto-page,
.school-diary li a,
.library li p {
  overflow: hidden;
  text-overflow: ellipsis;
}
body {
  background-color: #eee;
}
#nav-bar {
  background-color: #0cc;
  height: 52px;
}
#view-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#view-parent .sidebar {
  width: 246px;
  background-color: #333;
}
#view-parent .view-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#view-parent .view-main .tutor-summary {
  min-height: 102px;
  position: relative;
  padding: 20px 0;
  padding-right: 70px;
  text-align: right;
  line-height: 1.4;
  font-size: 15px;
}
#view-parent .view-main .tutor-summary img {
  position: absolute;
  right: 0;
  top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
#view-parent .view-main .tutor-summary i {
  margin-left: 25px;
  margin-right: 8px;
  color: #0cc;
}
.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* standalone module of cards*/
.card-parent-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: 30px;
}
@media (max-width: 1170px) {
  .card-parent-row {
    display: block;
    position: relative;
  }
}
.card-parent-row .card {
  box-shadow: 0 0 10px #ddd;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  margin-left: 14px;
  margin-right: 14px;
}
.card-parent-row .card header {
  background-color: #90a4ae;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  border-radius: 3px 3px 0 0;
  height: 55px;
  position: relative;
  white-space: nowrap;
  z-index: 100;
}
.card-parent-row .card main {
  position: relative;
  background-color: #fff;
  padding: 15px;
  height: 100%;
  margin-top: -55px;
  padding-top: 70px;
/* padding*/
  padding-bottom: 65px;
}
.card-parent-row .card main ul {
  list-style: none;
  padding: 0;
  margin: auto;
}
.card-parent-row .card main ul li {
  float: none;
}
.card-parent-row .card main ul.list-inline li {
  float: left;
}
.card-parent-row .card footer {
  height: 45px;
  text-align: center;
  padding-top: 15px;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}
.card-parent-row .card footer a {
  color: #333;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 15px;
}
.card-parent-row .card footer:hover a {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
}
.link-hover,
.news-and-events li:hover a {
  text-decoration: none;
  color: #0cc;
}
.btn-theme {
  color: #fff;
  background-color: #0cc;
  transition: 0.45s all;
  border: 1px solid #0cc;
}
.btn-theme:hover {
  background-color: #fff;
  color: #0cc;
}
/* standalone modules like news and events*/
.news-and-events li {
  background-color: #f0f0f0;
  padding-left: 107px;
  padding-right: 15px;
  position: relative;
  min-height: 118px;
  margin-bottom: 15px;
}
.news-and-events li:last-child {
  margin-bottom: 0;
}
.news-and-events li a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  display: block;
}
.news-and-events li p {
  height: 40px;
}
.news-and-events li a,
.news-and-events li p,
.news-and-events li img {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.news-and-events li .date {
  color: #666;
}
.news-and-events li img {
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 100%;
  max-width: 110px;
}
.news-and-events li:hover img {
  opacity: 0.8;
}
.fee-due .fee-due-parts {
  background-color: #eee;
  padding: 15px 10px;
  width: 50%;
  border: 1px solid #fff;
  text-align: center;
  color: #666;
}
.fee-due .fee-due-parts .lbl {
    font-size: 11px;
    margin-bottom: 0px !important;
}
.fee-due .fee-due-parts .stress {
  color: #333;
  font-size: 18px;
}
.calendar-head {
  margin: 10px 0;
}
.calendar-head a {
  color: #333;
  display: inline-block;
  margin: 0 3px;
}
.home-work li {
  position: relative;
  border: 1px solid #eaeaea;
  border-left: 10px solid #263238;
  background-color: #f0f0f0;
  padding: 10px;
  padding-right: 80px;
  margin-bottom: 8px;
}
.home-work li a {
  display: block;
  color: #333;
  font-size: 16px;
  max-height: 44px;
}
.home-work li p {
  color: #666;
  max-height: 19px;
}
.home-work li .date-home-work,
.home-work li .goto-page {
  position: absolute;
  top: 0;
  right: 0;
  width: 66px;
  height: 50%;
  background-color: #e1e1e1;
  text-align: center;
  line-height: 31px;
}
.home-work li .goto-page {
  background-color: #0cc;
  top: 50%;
}
.home-work li .goto-page img {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
}
.school-diary li {
  position: relative;
  min-height: 50px;
  margin-bottom: 12px;
  padding: 8px 0;
  padding-left: 145px;
  background-color: #efefef;
  transition: 0.45s all;
}
.school-diary li > div {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  height: 100%;
  color: #fff;
}
.school-diary li > div span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.school-diary li a {
  color: #333;
  height: 40px;
}
.school-diary li .date {
  width: 50px;
  background-color: #0cc;
    font-size: 18px;
}
.school-diary li .month {
  width: 85px;
  left: 50px;
  background-color: #37474f;
    font-size: 18px;
}
.school-diary li:hover {
  background-color: #0cc;
}
.attendance li:hover {
  background-color: #a94442 !important;
}
.school-diary li:hover a {
  text-decoration: none;
  color: #fff;
}
.gallery {
  display: inline-block;
}
.gallery li {
  position: relative;
}
.gallery li:hover .overlay {
  opacity: 1;
}
.gallery li .overlay {
  position: absolute;
  left: 5%;
  top: 10%;
  width: 90%;
  height: 70%;
  background-color: rgba(0,204,204,0.6);
  opacity: 0;
  transition: 0.4s all;
}
.gallery li .overlay text-decoration,
.gallery li .overlay a {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 16px;
  transform: translateY(-50%) translateX(-50%);
}
.gallery li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.gallery li figcaption {
  background-color: #90a4ae;
  padding: 10px;
  text-align: center;
}
.gallery li figcaption a {
  color: #fff;
}
.library li {
  position: relative;
  background-color: #eee;
  margin-bottom: 12px;
  height: 80px;
  overflow: hidden;
  padding: 10px;
  padding-right: 150px;
}
.library li a {
  color: #333;
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}
.library li p {
  font-size: 13px;
  height: 36px;
}
.library li .collect,
.library li .return {
  width: 140px;
  text-align: center;
  right: 0;
  top: 0;
  position: absolute;
  height: 50%;
  color: #fff;
  line-height: 40px;
}
.library li .collect.collect,
.library li .return.collect {
  background-color: #263238;
}
.library li .collect.return,
.library li .return.return {
  top: 50%;
  background-color: #0cc;
}

.input-append .chosen-default {
    border-radius: 4px 0 0 4px !important;
}

.input-append .chosen-container {
    width: 92% !important;
}