/*
 * @description Default Template
 * @file        portal.css
 * @author      Esteem Corporation
 * @contact     http://esteemcorporation.com/contact.php
 * @copyright   Copyright 2011-2018 Esteem Corporation.
*/
/*Login Page*/
/*Custom Checkbox Style*/

.custom-checkbox label {
    color: #9faab7;
	margin: 0;
}
.custom-checkbox label:first-child {
    margin-right: 1.5em;
}
.custom-checkbox input[type=checkbox] {
    margin: 0 0 5px;
}	
.custom-checkbox input.option-input.radio {
    margin: 0 0 5px 0;
}
@keyframes click-wave {
	0% {
		height: 40px;
		width: 40px;
		opacity: 0.35;
		position: relative;
	}
	100% {
		height: 200px;
		width: 200px;
		margin-left: -90px;
		margin-top: -80px;
		opacity: 0;
	}
}

.option-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	top: 13.33333px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 25px;
	width: 25px;
	transition: all 0.15s ease-out 0s;
	background: #cbd1d8;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 0.5rem;
	outline: none;
	position: relative;
	z-index: 1000;
}
.option-input:hover {
	background: #9faab7;
}
.option-input:checked {
	background: #86BC42;
}
.option-input:checked::before {
	height: 25px;
	width: 25px;
	position: absolute;
	content: '✔';
	display: inline-block;
	font-size: 20px;
	text-align: center;
	line-height: 25px;
	color: #fff!important;
}
.option-input:checked::after {
	-webkit-animation: click-wave 0.65s;
	-moz-animation: click-wave 0.65s;
	animation: click-wave 0.65s;
	background: #86BC42;
	content: '';
	display: block;
	position: relative;
	z-index: 100;
}
.option-input.radio {
	border-radius: 50%;
}
.option-input.radio::after {
	border-radius: 50%;
}
.custom-checkbox input[type=file]:focus, .custom-checkbox input[type=checkbox]:focus, .custom-checkbox input[type=radio]:focus{
	outline: none;
}	
/*Custom Checkbox Style*/	

/*Portal Styles*/
#page-wrapper {
    background: #f8f8f8;
}
.login-panel.panel.panel-info{
	border: none;
	box-shadow: none;
}
.panel.panel-info {
    border: none;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
}
.panel.panel-success {
    border: none;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
}
/*Navbar*/
nav.navbar.navbar-default.navbar-static-top {
    background: #efefef;
    box-shadow: 0px 0px 10px rgba(127,208,0,.3);
}
.navbar-default .navbar-toggle {
    background-color: #7fd000;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #72bb00;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
/*Navbar*/
/*Resize Toggle*/
a#sidenavOne, a#sidenavTwo {
    color: #fff;
    border: 1px solid #72bb00;
    background: #72bb00;
	margin-top: 20px!important;
}
/*Resize Toggle*/
/*Top Navbar Right*/
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-top-links.navbar-right a {
    color: #777;
}
.navbar-top-links.navbar-right li {
    line-height: 40px;
}
.navbar-top-links li a {
    padding: 15px 15px 0 0;
}
/*Top Navbar Right*/

/*Student Profile Info*/
	li.student-profile {
		overflow: hidden;
		padding: 10px 0;
	}
	.student-pic{
		text-align: center;
	}
	.student-pic img {
		width: 65px;
		height: 65px;
		border: 2px solid #72bb00;
		border-radius: 50%;
		box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
	}
	.student-info {
		float: left;
	}
	.student-info>ul {
		padding: 0 0 0 10px;
	}
	.student-info ul>li:first-child {		
		color: #555;
		font-size: 14px;
		font-weight: 600;
	}
	.student-info ul>li {
		list-style: none;
		border-bottom: none!important;
		color: #777;
		font-size: 12px;
	}
	.student-info ul li a {
		margin: 0;
		text-decoration: none;
	}
	.student-info ul li a:hover{
		color: #72bb00;
		transition: all .35s ease-in 0s;
	}
	.student-info ul>li span.highlight {
		color: #fff;
		background: #d43f3a;
		border-radius: 5px;
		padding: 2px 5px;
	}
	
/*Student Profile Info*/

/*Dashboard Starts*/
.portal-bg {
    background: url('../../images/logo.svg');
    background-position: center;
    background-repeat: no-repeat;
}
.bg-shade {
    background: rgba(255,255,255,.9);
}	
.panel-bg {
    padding: 25px;
	margin-bottom: 20px;
    color: #fff;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.15), 1px 3px 10px rgba(0,0,0,0.25), 0px 0px 5px rgba(0,0,0,0.15);
}
.panel-bg h3 {
    margin: 0;
}
.panel-bg.class-teacher {
    background: linear-gradient(45deg,#1c76e1,#4991e7);
    padding: 15px;
    border-radius: 15px;
}
.panel-bg.class-teacher h3 {
    font-size: 20px;
}
.panel-bg.class-teacher h4 {
    margin: 0 0 6px;
    border-bottom: 1px solid #efefef;
}
.panel-bg.class-teacher p {
    font-size: 13px;
}
.panel-bg.class-teacher p {
    margin: 0;
}
.panel-bg.due {
    /*background: rgba(240,173,78,.5);*/
	background: linear-gradient(90deg,#FD8C2F, #FFC03D);
	padding: 22px 20px;
	border-radius: 15px;	
}

.panel-bg.present {
    /*background: rgba(178,226,102,.5);*/
	background: linear-gradient(90deg,#76C241,#95D455);
	padding: 22px 20px;
	border-radius: 15px;
}
.panel-bg.absent {
    /*background: rgba(210,117,107,.5);*/
    background: linear-gradient(60deg,#B72F3B,#E74051);	
	padding: 22px 20px;
	border-radius: 15px;
}
.panel-item .panel-bg {
    min-height: 100px;
}
.panel-bg.due h4, .panel-bg.present h4, .panel-bg.absent h4 {
    border-bottom: 1px solid #efefef;
    margin: 0 0 5px;
}
.panel-bg.present h4>small, .panel-bg.absent h4>small{
	color: #efefef;
}
span.money-amount, span.present-days, span.absent-days {
    font-size: 26px;
}
span.money-unit, span.present-unit, span.absent-unit {
    font-size: 18px;
}
.panel-item>a:hover {
    text-decoration: none;
}
	/*Homework Starts*/
	.homework-wrapper>h4 {
		color: #555;
		border-bottom: 1px solid #efefef;
		padding-bottom: 5px;
		margin: 0;
	}
	.homework-wrapper {
		background: rgba(255,255,255,.8);
		padding: 20px 10px;
		box-shadow: 0px 5px 10px rgba(0,0,0,.20);
		margin-bottom: 20px;
		border-radius: 5px;
		overflow: overlay;
		min-height: 22.15em;
		max-height: 22.15em;
	}
	.homework-wrapper table.table {
		margin: 0;
	}
	.homework-wrapper .table thead>tr>th {
		color: #777;
	}
	.homework-wrapper .table tbody>tr>td {
		color: #888;
	}
	.homework-wrapper .table>thead>tr>th {
		vertical-align: bottom;
		border-bottom: 3px solid #72bb00;
	}
	/*Homework Ends*/
	
	/*Message Starts*/
	.message-wrapper {
		background: rgba(255,255,255,.8);
		box-shadow: 0px 5px 10px rgba(0,0,0,.20);
		padding: 13px 10px;
		border-radius: 5px;
		margin-bottom: 20px;
		min-height: 22em;
		max-height: 22em;
		overflow: overlay;
	}
	.message-wrapper>h4 {
		margin: 0 0 10px;
		border-bottom: 1px solid #efefef;
	}
	.message-wrapper ul {
		padding: 0;
		list-style: none;
		margin: 0;
	}
	.message-wrapper ul>li {
		overflow: hidden;
	}
	.message-item>h4 {
		margin: 0;
		font-size: 15px;
		font-weight: 600;
		color: #777;
	}
	.message-item h6 {
		font-size: 11px;
		margin: 4px 0 7px;
		font-style: italic;
		overflow: hidden;
	}
	.message-item h6>span.message-author {
		font-size: 12px;
		font-weight: 600;		
	}
	.message-item>p {
		font-size: 13px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 2px;
	}
	.message-wrapper li:nth-child(even) {
		border-top: 1px solid #efefef;
		border-bottom: 1px solid #efefef;
		padding: 5px 0;
		margin: 5px 0;
	}
	.message-wrapper a.btn.btn-primary {
		padding: 0 5px;
		font-size: 11px;
		float: right;
	}
	.message-wrapper::-webkit-scrollbar {
		width: 5px;
	}
	 
	.message-wrapper::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.3);
	}
	 
	.message-wrapper::-webkit-scrollbar-thumb {
	  background-color: #efefef;
	  outline: 1px solid slategrey;
	}
	/*Message Ends*/
	/*Attendance Report Starts*/
	.attendance-chart {
		box-shadow: 0px 5px 10px rgba(0,0,0,.20);
		background: rgba(255,255,255,.8);
		border-radius: 5px;
		padding: 26px 0;
		margin-bottom: 20px;
	}
	/*Attendance Report Ends*/
/*Dashboard Ends*/

/*Attendance Page Starts*/
.attendance-info-wrapper {
    overflow: hidden;
}
.attendance-info-wrapper .huge {
    font-size: 20px;
}
.attendance-info-wrapper .days {
    font-size: 14px;
}
/*Attendance Page Ends*/

@media (min-width:320px) and (max-width:480px){
	/*Institute Logo*/
	a.navbar-brand {
		width: 60px;
		height: 60px;
		margin: 5px 0 0 15px;
		background-image: url('../images/logo.svg');
		background-position: center;
		background-repeat: no-repeat;
	}
	/*Institute Logo*/
	/*Toggle Menu */
	.menuHide {
		display: none;
	}
	/*Toggle Menu */
	/*Navbar Student Info*/
	.navbar-student-info>ul {
		padding: 0;
		margin: 0;
	}
	.navbar-student-info li.student-profile {
		background: #fcfcfc;
	}
	/*Navbar Student Info*/
	/*Top Navbar Right*/
	.navbar-top-links.navbar-right li {
		line-height: 0px;
	}
	ul.nav.navbar-top-links.navbar-right {
		padding: 0 0 10px;
	}
	/*Top Navbar Right*/
	/*Student Profile*/
		/*Don't display upto width 480px*/
		.sidebar li.student-profile {
			display: none;
		}
		/*Don't display upto width 480px*/
	li.student-profile {
		padding: 10px 0 10px 20px;
		border-bottom: none!important;
		overflow: hidden;
	}
	.student-pic{
		float: left;
	}
	/*Student Profile*/
	/*Sidebar Search*/
	li.sidebar-search {
		clear: both;
	}
	/*Sidebar Search*/
	/*Student Profile/Details Page Starts*/
	.student-details h2.card-title {
		font-size: 20px;
	}
	.student h4 small.pull-right, .guardian h4 small.pull-right {
		margin-top: 15px;
	}
	/*Student Profile/Details Page Ends*/
	
}
@media (max-width: 360px){
	/*Student Profile/Details Page Starts*/
	.student-photo>img {
		margin: 0 auto;
	}
	.student .col-xs-7, .student .col-xs-5, .guardian .col-xs-6{
		width: 100%;
	}	
	/*Student Profile/Details Page Starts*/
}
@media (max-width: 640px) { 
	.menuHide {
		display: none;
	}
	ul.nav.navbar-top-links.navbar-right {
		margin-top: -4em;
	}
	.student-pic {
		float: left;
	}
}
@media (max-width: 768px){
	/*Student Profile/Details Page Starts*/
	.student-photo>img {
		width: auto;
		height: 120px;
	}	
	/*Student Profile/Details Page Starts*/
}
@media (min-width:768px){
	/*Navbar/Menu*/
	.navbar.student-portal {
		min-height: 65px;
	}
	.sidebar {
		margin-top: 51px;
	}
	/*Navbar/Menu*/
	/*Navbar Student Info*/
	.navbar-student-info {
		display: none;
	}
	/*Navbar Student Info*/
	/*Institute Logo*/
	a.navbar-brand {
		width: 450px;
		height: 70px;
		margin: 0;
		padding: 0;
		background-image: url('../../images/guardian-portal-institute-info-logo.svg');
		background-position: center;
		background-repeat: no-repeat;
	}
	/*Institute Logo*/
	/*Student Profile*/
	.student-info {
		float: left;
		width: 100%;
		padding-top: 10px;
	}
	/*Student Profile*/
	/*Sidebar Search*/
	li.sidebar-search {
		clear: both;
	}
	/*Sidebar Search*/
}
/*Portal Styles*/	
@media (min-width: 1280px){
	.col-custom1 {
		width: 22.222%;
	}
}
.form-group.input-group input.form-control {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}


.message-wrapper::-webkit-scrollbar {
    width: 5px;
}
 
.message-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.3);
}
 
.message-wrapper::-webkit-scrollbar-thumb {
  background-color: #efefef;
  outline: 1px solid slategrey;
}