body {
    background: #FDFCFC;
/*     background: url(../images/mid_bg.jpg) repeat; */
    background: #fff;
    font: 12px/1.5em "Liberation sans",Arial,Helvetica,sans-serif;
    
    }
html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
}    
    a{
    	color: #000;
    	cursor: pointer; 
    }
    a:HOVER{
    	text-decoration: none;
    	
    }
.menu_wrapper {
    width: 100%;
    clear: both;
    background: #F3AC5C;
    background: rgba(255,175,75,1);
	background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1)));
	background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: linear-gradient(to bottom, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 );
}
.header {
    width: 100%;
}
.header {
    min-height: 98px;
}
@media screen and (min-width: 650px){
	.header {
	    /* background: url('../images/header17.jpg') no-repeat top center; */
	}
}
@media screen and (min-width: 991px){
	.header {
	    /* background: url('../images/header.jpg') no-repeat center center; */
	    /* background: url('../images/header22.jpg') repeat top center; */
	    /* background: url('../images/header13.jpg') no-repeat center center; */
	}
	.min_height_500{
		min-height: 500px;
	}
}
@media screen and (min-width: 767px){
/* 	.main{ */
/* 		min-height: 67vh; */
/* 		padding: 0; */
/* 		margin: 0; */
/* 	} */
	.padding_left_0{
		padding-left: 0;
	}
	.margin_left_24{
		margin-left: 24px;
	}
	.padding_right_0{
	padding-right:0;
	}
	.margin_top_20{
		margin-top: 20px;
	}
}
.mid_body {
    min-height: 480px;
}
.box {
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
   
    /* border-radius: 10px; */
    background: #fff;
    margin: 10px 1px;
}
.box h4 {
    text-align: left;
    /* background: #000; */
    margin: 0 auto;
    padding: 10px 20px;
    color: #fff;
    /* background: #a8b7c0; */
    /* border-radius: 10px 10px 0 0; */
    /* background: rgba(245,76,76,1); */
    /* background: -webkit-linear-gradient(top, rgba(245,76,76,1) 0%, rgba(196,4,49,1) 48%, rgba(173,9,47,1) 100%); */
    /* background: linear-gradient(to bottom, rgba(245,76,76,1) 0%, rgba(196,4,49,1) 48%, rgba(173,9,47,1) 100%); */
    /* background: #8aa500; */
}
.pink {
    background: #f03485;
}
.cyan{
		background: #1cbabc;
}
.blue {
    background: #038ecf;
}
.orange {
    background: #fcb040;
}
.peach {
    background: #f3655d;
}
.green {
    background: #1E881D;
}
.yellow{
	background: #ffeb3b;
}
.dark_gray{
	background: #607d8b;
}
.red{
	background: #ac3bbf;
}
.pink_txt {
    color: #f03485;
}
.cyan_txt {
    color: #1cbabc;
}
.blue_txt {
    color: #038ecf;
}
.orange_txt {
    color: #fcb040;
}
.peach_txt{
	color: #f3655d;
}
.yellow_txt{
	color: #f3db06;
}
.gray_txt{
	color: #607d8b;
}
.red_txt{
	color: #ac3bbf;
}
.red_txt1{
	color: red;
}
.box table {
    width: 100%;
}
.box-report table {
    width: 100%;
}
.box_text table tr td {
    padding: 5px 20px;
}
.box_text table tr td a {
    font-weight: bold;
    /* color: #555; */
    color: #6B6969;
}
.footer1 {
    background: #7ABEDD;
    width: 100%;
    clear: both;
    background: #fff;
    margin-top: 20px;
    color: #fff;
    background: #ed8f25;
     background: rgba(255,175,75,1);
	background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1)));
	background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: linear-gradient(to bottom, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 );
}
.copy p {
    font-size: 13px;
    line-height: 1.8em;
    margin-top: 15px;
    text-align: center;
}
@media(max-width: 768px){
/* 	.footer1{ */
/* 		position: absolute; */
/* 	    bottom: 0; */
/* 	    width: 100%; */
/* 	    height: 60px; */
/* 	} */
}
@media(min-width: 768px){
	.padding_0{
		padding: 0;
	}
	.padding_top_20{
		padding-top: 20px;
	}
	.padding_top_10{
		padding-top: 10px;
	}
	.right{
		float: right;
	}
	.left{
		float: left;
	}
	.col-md-2-5{
		width : 19%;
	}
}

/* .table > thead >tr>th{ */
/* text-align: center; */
/* } */

.bigBox{
/* 	box-shadow: 1px 1px 5px 1px #ccc; */
/* 	margin: 20px auto 40px auto;  */
}
.heading{
	font-family: 'Open Sans', 'sans-serif';
    border-bottom: 2px solid #F59C00;
    float: left;
}
.uppercase {
    text-transform: uppercase;
}
.dropdown-menu li a{
	color : black;
	
}
.left_caret{
    display: inline-block;
    width: 0;
    height: 0;
/*     margin-left: 2px; */
    vertical-align: middle;
    border-right: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    
}
    
 #loading_div,.loading_div{
/* 	background: url(../../images/loading.gif) no-repeat center center; */
	background: url(../../images/loading_new.gif) no-repeat center center;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 999;
}
.multiselect-container {
    max-height: 250px;
    overflow-y: scroll;
}
.navbar-toggle .icon-bar{
	background: #fff;
}
.profile{
/* 	padding: 10px; */
/* 	border: 1px solid #ccc; */
}
.profile img{
	margin: 0 auto;
	padding: 10px;
	box-shadow: 3px 5px 5px 1px #ccc;
	border-radius: 50%;
	padding: 57x;
}
@media(min-width: 768px){
	.profile img{
		width: 100px;
		height: 100px;
	}
}
@media(max-width: 767px){
	.profile img{
		width: 60px;
		height: 60px;
	}
}
.profile1 button{
	background: none;
	outline: 0;
	border: 0;
	padding: 5px;
}
.profile1 button .profile p{
	width: 100%;
/* 	background: #f7f4f4; */
	color: #000;
	font-weight: 600;
	margin: 0 auto;
	text-align: center;
	outline: 0;
	border: 0;
	padding: 5px;
	margin-top: 10px;
	
}
.btn-default{
	    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-default:hover{
	color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.modal-md{
	width: 36%;
}
.modal-footer .btn + .btn{
	margin: 5px;
}
.footer-ul {
    margin: 0;
    padding: 0;
    color: #fff;
}
@media (min-width: 767px){
	.margin_top_180{
		margin-top: 180px;
	}
	.margin_top_130{
		margin-top: 130px;
	}
.footer-menu .nav>li>a {
/*     background: url('../img/menu_list.png') center right no-repeat; */
}
}
.footer-menu .nav>li>a {
    padding: 10px 8px;
    color: #fff;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.footer1 .list-unstyled li, .footer1 .list-unstyled li a {
    color: #fff;
    display: inline-block;
    padding: 5px;
}

.footer1, .footer1 a {
    font-size: 13px;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    height: auto;
}
.footer1 .list-unstyled li{
/* 	padding-top: 10px; */
}
.footer-menu .nav>li>a:HOVER {
	background: none;
	color: #ecef10;
}
.box-icons{
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
	padding: 10px;
	box-shadow: 3px 3px 6px 1px #ccc;
	border-radius: 3px;
	margin: 10px auto;
	text-align: center;
/* 	width: 70%; */
}
.box-icons i{
	margin: 0 auto;
/* 	font-size: 80px; */
	color: #f3ac5c;
/* 	box-shadow: 1px 1px 2px 1px #ccc; */
/* 	padding: 20px; */
	
}
@media(min-width:0px) and (max-width: 568px){
	.box-icons i{
		font-size: 30px;
	}
}
@media(min-width:567px) and (max-width: 767px){
	.box-icons i{
		font-size: 40px;
		padding: 20px 10px;
	}
	.box-icons{
		width: 70%;
	}
}
@media(min-width:768px) and (max-width: 992px){
	.box-icons i{
		font-size: 50px;
	}
}
@media(min-width: 993px){
	.box-icons i{
		font-size: 60px;
		padding: 20px 10px;
	}
	.box-icons{
		width: 100%;
	}
}
.box-icons a{
	margin: 5px;
	font-weight: 500;
	direction: block;
	font-weight: 600;
}
.nav>li>a:hover, .nav>li>a:focus{
		background-color: transparent;
		color: #ffeb3b;
}
.nav .open > a, .nav .open > a:HOVER ,.nav .open > a:FOCUS{
	background-color: transparent;
	color: #ffeb3b;
}
.footer1{
	position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
/*   padding: 1rem; */
}
.navbar-nav > li > a{
	color: #fff;
}
.btn-primary{
	background-color: #FF9800;
	border-color: #ff9410;
}
.btn-primary:hover{
	background-color: #ffac44;
	border-color: #ff9410;

}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active
	{
		background: #f0ad4e;
	}
.table .form-control{
	padding: 0 12px;
	width : 85%;
	height: 25px;
	font-size: 12px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{padding: 3px 8px !important;}
/*** Dashboard mobile css kp **/
div#resposive-toggle-visible {
    display: none;
}

.col-md-3.col-xs-12.col-sm-6.dashboard-icons {
    background: #7070ea;
    width: 195px;
    height: 130px;
    box-shadow: 1px 1px 3px;
    padding: 0;
    margin: 5px;
    margin-bottom: 50px;
    margin: 5px;
    margin-top: 20px;
    box-shadow: 3px 4px 10px 1px #969694;
    border-radius: 5px;
}

	nav#mobile-view-1, div#mobile-view-1 {
	display:none;
	}
h3.student-dashboard-report {
	font-size:18px;
    margin-left: 15px;
    border-bottom: 2px solid #f9ac1e;
    /*width: 9%;*/
    padding-bottom: 9px;
}	
@media (max-width:767px) {
	/** login **/
	.header1 {
    padding: 10px;
}
.menu_wrapper {
    height: 10vh;
}

div#footer-menu {
    width: 260px;
}
div#footer-menudiv {
    padding: 0;
    margin: 0;
    left: 0;
    /* position: relative; */
   
}
div#footer-copyright {
   
    padding-top: 5px;
}
div#footer-copyright ul li {
    right: 20px;
    position: absolute;
}
a#anchor {
    right: 22px;
    position: absolute;
    padding: 9px;
}
button#footer-menu-toggle {
    position: absolute;
    left: 15px;
}
.center  {
    padding: 2px 15px;
}
.footer1 {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    /* padding: 1rem; */
}
	/*  for parent dashboard */
	h4.uppercase.heading {
    font-size: 13px;
    padding: 12px 0;
    text-transform: none;
}
	div#mobile-view-1 .col-md-3.col-sm-6.col-xs-6:last-child {
    border-right: 1px solid #F59C00 !important;
}
span.student-name {
    color: #f59c00 !important;
    font-size: 14px;
}
span.student-class {
    font-size: 12px;
       
}
div#student-details, .img-icon-student.col-sm-5 {
    display: inline-block;
}
#profle1 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.img-icon-student.col-sm-5 {
    top: 5%;
    left: 12px;
    position: absolute;
    padding: 10px;
}
div#student-details {
    min-width: 70%;
    float: right;
    right: 0;
    left: 90px;
  
}
#myDIV {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-color: lightblue;
  margin-top: 20px;
  display:none;
}
/*#way2 span.student-class {
  
    float: left;
    margin-left: 23%;
    font-size: 12px;
}
#way2 span.student-school {
    float: left;
    font-size: 12px;
    font-weight: 400;
}
#way2 .profile1 button .profile p {
    width: 100%;
   
    color: #000;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    outline: 0;
    border: 0;
    padding: 0px;
    margin-top: 10px;
}*/
span.student-school {
    font-size: 12px;
        font-weight: 400;
}
div#mobile-view-1 .col-md-3.col-sm-6.col-xs-6 {
    /* background: #ccc; */
    border-right: none !important;
    border: 1px solid #F59C00;
   /* box-shadow:0px 2px 4px;*/
}
	nav#mobile-view-1,  div#mobile-view-1 {
	display:block;
	}
	nav#desktop-view-1 , div#desktop-view-1 {
	display:none;
	}
	
	/*  for parent dashboard */
	
	/*** student dashboard **/
	.text-icon h5 {
    text-transform: none;
    font-size: 10px;
}

	i.fa.fa-calendar {
  font-size: 25px;
    border-radius: 6px;
    color: #34bfec;
    border: 1px solid #34bfec;
  padding: 5px;
  
}
.img-icon img {
    width: 100%;
    border-radius: 10px;
}
h3.student-dashboard-report {
    margin-left: 15px;
    border-bottom: 2px solid #f9ac1e;
    width: 90%;
    padding-bottom: 9px;
}

/** student deatils **/
.col-sm-6-col-xs-6.student-name {
    margin-left: 15px;
    padding: 5px;
    display: inline-block;
}
nav#mobile-view-1 {
    margin-bottom: 12px;
    /* padding: 2px; */
}
i.fa.fa-bell {
	box-shadow: 0px 0px 15px #f5a20b;
    color: orange !important;
    font-size: 27px;
    border: 1px solid orange;
    border-radius: 50%;
    padding: 10px;
    margin: 15px;
    float: right;;
}
div#single {
    display: inline-block;
    float: right;
    padding: 6px;
    margin-right: 15px;
}
#notify-toggle {
	display:none;
	
}
/*** header **/
font.dashboard-header-text {
    line-height: 14px;
    font-size: 12px !important;
}
.dashboard_text {
    padding: 0;
    margin: 0;
}
div#resposive-toggle-hidden1 {
    padding: 0px;
    margin-left:15px;
    display: inline-block;
}
.left-all.col-sm-11 {
    float: left;
    display: inline;
    width: 82%;
    top: 8px;
}

.logo.responsive-logo.col-sm-7.col-xs-7 img {
    padding: 5px;
    width: 80%;
}
div#mobile-view-1 {
  /*  height: 95px;*/
}
.left-all.col-sm-11 {
    padding-bottom: 7px;
}
i.fa.fa-user {
    font-size: 18px;
    color: #fff;
}
.menu1.navbar-collapse.collapse.in {  
    width: 230px;  
}
.sub-content.col-md-12.col-sm-12.col-xs-12.header-top {
    top: 90px !important;
}
 div#sidebar {
    top: 80px !important;
}
font.dashboard-year span {
    font-size: 14px;
    color: #ff6e07 !important;
    font-weight: 700 !important;
}
font.dashboard-year {
    color: #ff6e07;
}
}



/** student desktop dasboard **/
.dashboard-middle {
    padding: 2px;
}
i.fa.fa-circle-o {
    font-size: 12px;
}
.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #00c0ef !important;
}
.small-box>.inner {
    padding: 10px;
}
.small-box h3, .small-box p {
    z-index: 5;
}
.small-box:hover .icon {
    font-size: 90px;
}
h5.report-title {
    font-size: 12px;
    width: 100%;
    min-height: 26px;
    text-transform: initial;
    /* line-height: 13px; */
}
/*.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0,0,0,0.15);
}*/
.box-primary.box-body.col-md-3.col-xs-12.col-sm-6.report-box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 2px 10px !important;
}
.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 0;
    font-size: 80px;
    color: rgba(0,0,0,0.15);
}
.h1-style p{
	color:red;
}
.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
}
.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #f39c12 !important;
}
.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

/** chat **/
.box.box-success {
    border-top-color: #00a65a !important;
}
/*.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de !important;
    margin-bottom: 20px;
    width: 48%;
    padding:5px;
    margin:1% !important;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}*/
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
    content: " ";
    display: table;
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion {
    margin-right: 5px;
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.chat .item {
    margin-bottom: 10px;
}
.chat {
    padding: 5px 20px 5px 10px;
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.bg-green-gradient  {
    background: #00a65a !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
    background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
    background: -moz-linear-gradient(center bottom, #00a65a 0, #00ca6d 100%) !important;
    background: -o-linear-gradient(#00ca6d, #00a65a) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
    color: #fff;
}
.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px;
}
.box .datepicker-inline, .box .datepicker-inline .datepicker-days, .box .datepicker-inline>table, .box .datepicker-inline .datepicker-days>table {
    width: 100%;
}
#calendar {
	border: 1px solid #fff;
    background: #00a65a !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
    background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
    background: -moz-linear-gradient(center bottom, #00a65a 0, #00ca6d 100%) !important;
    background: -o-linear-gradient(#00ca6d, #00a65a) !important;
    text-align: center;
    font-size: 100%;
}
.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}
.box .datepicker-inline td:hover, .box .datepicker-inline .datepicker-days td:hover, .box .datepicker-inline>table td:hover, .box .datepicker-inline .datepicker-days>table td:hover {
    background-color: rgba(255,255,255,0.3);
}


.chart {
  background: 
    conic-gradient(#F15854 4%, 
      #ccc 0 8%, 
      blue 0 17%,
      yellow 0 48%,
      purple 0 54%,
      orange 0
    );
  border-radius: 50%;
  width: 50%;
  height: 0;
  padding-top: 50%;
  float: left;
  padding-right: 20px;
}

.key {
  width: 50%;
  padding: 1px;
  float: right;
  list-style: none;
  display: table;
  border-collapse: separate;
  > li {
    display: table-row;
    > * {
      display: table-cell;
      border-bottom: 12px solid white;
    }
  }
}

.percent {
  color: white;
  padding: 10px 2px;
  text-shadow: 0 0 1px black;
  text-align: center;
}
.choice {
  padding-left: 2px;
}
.box.box-primary {
    border-top-color: #3c8dbc !important;
}

div#desktop-view-1-1 {
    display: none;
}
/*** school dashboard **/
  .inner {
    padding: 1px 10px;
}
.academic-year {
    padding: 3px 8px;
    width: 99%;
    margin: 8px 2px;
    background: #ff6e07;
}
.small-box 
	a:hover, .small-box  a:focus {
    color: #101010;
    text-decoration: none;
}
.box_text table tr td {
    padding: 5px 10px !important;
}
.box_text table tr td a {
   font-weight: 400 !important;
    margin-left: 4px;
 
    /* color: #555; */
    color: #6B6969;
}
.box-report.create {
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    /* border-radius: 10px; */
    background: #fff;
}
/*** header **/
.logo.col-md-4.col-sm-9.col-xs-9 {
    margin-top: 18px;
}

/*** hostel dashboard **/
.page-header.card {
    background-size: cover;
    position: relative;
      margin: 5px 10px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border:none !important;
}
.d-inline {
    display: inline!important;
}
.page-header.card .page-header-title i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
    -webkit-box-shadow: 0 2px 12px -3px rgba(0,0,0,.5);
    box-shadow: 0 2px 12px -3px rgba(0,0,0,.5);
    margin-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-header.card h5 {
   padding-top: 12px;
}

/*** library dashboard **/


.layout-content-body {
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    float: left;
    padding: 2px 15px 35px;
    visibility: visible;
    width: 100%;
}
.row.gutter-xs {
    margin-left: -5px;
    margin-right: -5px;
}
.card {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.p-x {
    padding-left: 10px!important;
    padding-right: 10px!important;
}
.card-title {
    margin-bottom: 5px;
    margin-top: 0;
}
.card-body {
    padding: 15px;
    position: relative;
}
.card-body:after, .card-body:before {
    content: " ";
    display: table;
}
.media:first-child {
    margin-top: 0;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.media, .media-body {
    zoom: 1;
    overflow: hidden;
}
.sq-64 {
    display: inline-block;
    font-size: 32px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
}
.icon-works {
    display: inline-block;
    font-family: icon-works;
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.fw-l {
    font-weight: 300;
}
div#library_dashboard img {
    width: 70%;
}
#library-icon {
    font-size: 80px;
    position: absolute;
    top: 5px;
    color: rgba(123, 119, 119, 0.8);
    right: 8px;
    /* min-height: 80px; */

}
#library .card {
	    height: 90px !important;
}
#library .card-body {
	    background: antiquewhite;
}
.row.library-book-return {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 15px;
    background: rgba(243, 253, 253, 0.6);
}
#library .fa-icon  {
	color: #8e0b4d !important ;
	font-size:55px !important;
}
#library .media-heading
{ margin-top: 18px; }
#library .box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
     padding: 0px !important; 
}

#library .media-heading small {
   /* margin-top: 18px;*/
    color: #8e0b4d !important;
}
#library .panel-title h3 {
    /* margin: 30px; */
    color: #636564;
    /* width: 190px; */
    padding: 0 5px 0px 5px;
    /* border-bottom: 2px solid #ff6e07; */
}
#library .panel-title h3::after {
    border-bottom: 2px solid #ff6e07;
    width: 100%;
    padding: 2px;
    content: "";
    display: block;
    /* padding: 60px; */
}
/** stock dashboard **/
div#stock-report img {
    height: 85px;
    width: 90%;
}
.box_text table tr td a:hover {
   color: #f3655d;
    padding: 2px 8px;
    /* transform: translate(2px); */
}
/** school ablum/aboutus **/

.padding_top_32 {  
	padding-top:32px !important;
}
.img-responsive.school-ablum-img {
    display: inline-block;
    float: left;
    margin: 8px;
    padding: 5px;
}

.small-box.bg-red img {
    width: 100% !important;
}
.justify > div {
	padding: 5px;
    text-align: justify !important;
}
.school-ablum-view {
	width:220px !important;
	height:180px !important;
	margin:5px;
	padding:1px;
	box-shadow: 0px 4px 5px #ccc;
    border: 1px solid #ff9800;

}
/** RCss **/
@media (max-width:767px) {
	.school-notification {
    width: 345px !important;
    margin-left: -12px !important;
}
.school-ablum-view {
	width:85% !important;
	margin:10px !important;
}
h3.student-dashboard-report {
    font-size: 16px;
}
div#stock-report img {
    height: 100%;
    width: 100%;
}
h5.report-title {
    font-size: 12px;
    width: 100%;
    min-height: 40px;
    text-transform: initial;
    /* line-height: 13px; */
}
h3.box-title {
    width: 85% !important;
}
}
@media(max-width:480px){
	/*.left-all.col-sm-1 {
    position: absolute;
    top: 50%;
}*/
#library .academic-year {
    padding: 3px 8px;
    width: 90%;
    margin: 5px 2px 5px 2px;
    background: #ff6e07;
}
div#library_dashboard {
    margin: 2px -14px;
}
div#resposive-toggle-hidden {
    display: none;
}
div#resposive-toggle-visible {
    display: block;
    float: left;
    left: 0;
    top: 50%;
    position: absolute;
    width: 25%;
}

div#top-navigation {
    width: 100%;
    float: right;
}
div#top-menu-student {
    width: 80%;
    float: right;
}
}
@media(max-width:400px) {

.num {
    position: absolute;
    right: 12px;
    bottom: 48px;
    font-size: 44px;
    border-radius: 50%;
    background: #fff;
    color: #ffa500;
}

}

.sch_txt_as_lbl{
    outline: none;
    background: transparent !important;
    border: none;
    width: 10px;
}

/*** mobile App Slider **/
