﻿@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
	font-family: 'Poppins', Arial, 'Times New Roman', sans-serif;
	background: #ebf2fb;
	font-size: 13px;
	color: #232323;
	line-height: 1.9em;
}

p {
	font-family: 'Poppins', Arial, 'Times New Roman', sans-serif;
	font-weight: 400;
	color: #333;
	text-align: justify;
}

a, a:hover, a:focus {
	color: #625e57;
	font-family: 'Poppins', Arial, 'Times New Roman', sans-serif;
	text-decoration: none;
	transition: all 0.3s;
}

b, strong {
	font-weight: 500;
}

label {
	font-weight: 500;
}

.navbar {
	padding: 0;
	background: linear-gradient(154deg, #264173 0, #644645 100%);
	border: none;
	border-radius: 0;
	margin-bottom: 15px;
}

	.navbar .btn-warning {
		background-color: #f39c1200;
		border-color: #f39c1200;
	}

.navbar-btn {
	box-shadow: none;
	outline: none !important;
	border: none;
}

.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
	display: flex;
	align-items: stretch;
}

#sidebar {
	min-width: 290px;
	max-width: 290px;
	background: #fff;
	color: #fff;
	transition: all 0.3s;
}

	#sidebar.active {
		margin-left: -290px;
	}

	#sidebar .sidebar-header {
		padding: 1px 0 0 5px;
		background: #274172;
		min-height: 65px;
	}

		#sidebar .sidebar-header h3 {
			margin: 9px 0 0 0;
			font-size: 18px;
		}

.navbar {
	min-height: 65px;
}

.navbar-btn {
	margin-top: 18px;
}

.navbar-nav > li > a {
	padding-top: 23px;
	padding-bottom: 22px;
}

	.navbar-nav > li > a:hover {
		color: #f39c12 !important;
	}

#sidebar ul.components {
	padding: 20px 0;
}

#sidebar ul p {
	color: #4767b0;
	padding: 10px;
}

#sidebar ul li a {
	padding: 10px;
	font-size: 13px;
	display: block;
	color: #060606;
}

	#sidebar ul li a:hover {
		color: #FFF;
		background: #fb547b;
	}

#sidebar ul li.active > a, a[aria-expanded="true"] {
	color: #fff;
	background: #044559;
}

a[data-toggle="collapse"] {
	position: relative;
}
/*a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
 content: '\e259';
 display: block;
 position: absolute;
 right: 20px;
 font-family: 'Glyphicons Halflings';
 font-size: 0.6em;
}*/
/*a[aria-expanded="true"]::before {
 content: '\e260';
}*/
ul ul a {
	font-size: 0.9em !important;
	padding-left: 30px !important;
	background: #006885;
}

ul.CTAs {
	padding: 20px;
}

	ul.CTAs a {
		text-align: center;
		font-size: 0.9em !important;
		display: block;
		border-radius: 5px;
		margin-bottom: 5px;
	}

a.download {
	background: #fff;
	color: #7386D5;
}

a.article, a.article:hover {
	background: #6d7fcc !important;
	color: #fff !important;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
	padding: 0;
	min-height: 100vh;
	transition: all 0.3s;
	width: 100%;
	overflow: hidden;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
	#sidebar {
		margin-left: -290px;
	}

		#sidebar.active {
			margin-left: 0;
		}

	#sidebarCollapse span {
		display: none;
	}
}
/*custom css*/
.navbar-default .navbar-nav > li > a {
	color: #FFF;
}

	.navbar-default .navbar-nav > li > a:hover {
		color: #fff !important;
	}

.nav-head {
	color: #fff;
	padding: 10px;
	background: #dce5f3;
	text-align: center;
	font-weight: bold;
}

.centered {
	text-align: center;
}

.content-wrapper {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.btn-info {
	color: #FFF;
	background-color: #fb547b;
	border-color: #fb547b;
}

	.btn-info.focus, .btn-info:focus {
		color: #fff;
		background-color: #fb547b;
		border-color: #fb547b;
	}

	.btn-info:hover {
		color: #fff;
		background-color: #fb547b;
		border-color: #fb547b;
	}

	.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
		color: #fff;
		background-color: #e18f0d;
		border-color: #e18f0d
	}

		.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover,
		.btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover,
		.open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
			color: #fff;
			background-color: #e18f0d;
			border-color: #e18f0d
		}

.user_image {
	padding: 0 !important;
}

.user_name {
	margin-top: 0;
	color: #263e52;
}

.btn-success {
	color: #fff;
	background-color: #16a085;
	border-color: #16a085;
}

	.btn-success:hover {
		color: #fff;
		background-color: #0f8c74;
		border-color: #0f8c74;
	}

	.btn-success a:hover, .btn-warning a:hover {
		color: #fff !important;
	}

.btn-warning {
	color: #fff;
	background-color: #f39c12;
	border-color: #f39c12;
}

	.btn-warning:hover {
		color: #fff;
		background-color: #e38d05;
		border-color: #e38d05;
	}

.logout_btn a, .logout_btn i {
	color: #ffa81f;
	font-weight: 500;
}

.dashbord {
	background-color: #fff;
	border: solid #cdcdcd 1px;
	padding: 0px 0px 0px 8px;
	color: #01495f;
	font-weight: 500;
	font-size: 18px;
	margin-top: 5px;
}

	.dashbord span {
		background-color: #16a086;
		border-radius: 2px;
		color: #fff;
		font-size: 18px;
		text-align: center;
		float: right;
		width: 3%;
		height: 10%;
		padding: 2px 5px;
	}

.student-portal {
	background-color: #fff;
	border-radius: 8px;
	padding: 15px 15px 2000px 15px;
	margin-bottom: -2000px;
	box-shadow: 0 0 0 1px #dce3ec, 0 8px 16px 0 #dce3ec;
}

	.student-portal h1.heading {
		color: #30426b;
		font-size: 17px;
		font-weight: 600;
		margin: 0 0 10px 0;
		border-bottom: solid 2px #e8eaf5;
		padding-bottom: 6px;
		margin-bottom: 15px;
		position: relative;
	}

		.student-portal h1.heading i, .student-portal h2.subheading i {
			margin-right: 5px;
		}

		.student-portal h1.heading:after, .student-portal h2.subheading:after {
			content: "";
			background: #2c2f34;
			width: 40px;
			height: 2px;
			position: absolute;
			bottom: -2px;
			left: 0;
		}

	.student-portal h2.subheading {
		color: #30426b;
		font-size: 15px;
		font-style: italic;
		font-weight: 600;
		margin: 0 0 10px 0;
		border-bottom: solid 2px #e8eaf5;
		padding-bottom: 8px;
		margin-bottom: 15px;
		position: relative;
	}

.base {
	width: 100%;
	background: #e5ebee;
	position: relative;
	margin-top: 45px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 15px;
}

.circle {
	position: absolute;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	left: 52%;
	margin-left: -55px;
	top: -40px;
	text-align: center;
	padding: 19px 0px 15px 0px;
}

	.circle i {
		font-size: 55px;
		color: #FFF;
	}

.bg-circle1 {
	background: #6fab89;
	border: 3px solid #86c3a0;
}

.base h2 {
	font-size: 18px;
	text-align: center;
	padding-top: 72px;
	font-weight: 500;
	color: #3c3d3d;
}

	.base h2 a {
		color: #ffffff;
	}

.base p {
	color: #3e3e3e;
	padding: 0px 15px 0px 15px;
}

.base-innar {
	background-color: #cfdae0;
	color: #97a1aa;
	width: 100%;
	text-align: center;
	padding: 12px 0px 12px 0px;
	font-size: 15px;
	color: #97a1aa;
}

	.base-innar a {
		color: #313131;
	}

		.base-innar a:hover {
			color: #CC9900;
		}

.right-navigation {
	margin-left: 15px;
	margin-bottom: 15px;
	background: #fff;
	border: solid 1px #fff;
	box-shadow: 0px 0px 33px #2e62de30;
	padding: 15px;
	border-radius: 3px;
}

.notice_board li {
	background-color: #34495e;
	border: none;
	color: #fff;
}

	.notice_board li a {
		padding: 8px;
		display: block;
		color: #fff;
	}

		.notice_board li a:hover {
			background: #f39c12;
		}

.scroll {
	width: 100%;
	/*	overflow:auto;
	overflow-x:hidden;*/
	height: 180px;
}

.bg {
	background-color: #16a085;
}

.bg-bottom {
	background-color: #088970;
}

.bg-circle {
	border: 3px solid #5cbdaa;
	background: #16a085;
}

.bg1 {
	background-color: #d58508;
}

.bg1-circle {
	border: 3px solid #f6af3f;
	background: #d58508;
}

.bg1-bottom {
	background-color: #a76600;
}

.bg2 {
	background-color: #2980b9;
}

.bg2-circle {
	border: 3px solid #5c9eca;
	background: #2980b9;
}

.bg2-bottom {
	background-color: #2573a7;
}

.bg3 {
	background-color: #e74c3c;
}

.bg3-circle {
	border: 3px solid #ffaaa1;
	background: #ee8176;
}

.bg3-bottom {
	background-color: #d04436;
}

.bg4 {
	background-color: #8e44ad;
}

.bg4-circle {
	border: 3px solid #f7d98a;
	background: #ffba6b;
}

.bg4-bottom {
	background-color: #803d9c;
}

.bg5 {
	background-color: #9e3138;
}

.bg5-circle {
	border: 3px solid #d9979c;
	background: #d6686f;
}

.bg5-bottom {
	background-color: #7e2026;
}

.bg7-bottom {
	background-color: #032255;
}

.bg6 {
	background-color: #5a6b79;
}

.bg7 {
	background-color: #052963;
}

.bg6-circle {
	border: 3px solid #7d8d99;
	background: #5a6b79;
}

.bg5-circle {
	border: 3px solid #d9979c;
	background: #d6686f;
}

.bg7-circle {
	border: 3px solid #cca1a6;
	background: #b6888d;
}

.bg8-circle {
	border: 3px solid #cc9be4;
	background: #a37bb7;
}

.bg9-circle {
	border: 3px solid #b8a796;
	background: #a69483;
}

.bg10-circle {
	border: 3px solid #bdc585;
	background: #9ea56c;
}

.bg11-circle {
	border: 3px solid #ec95b4;
	background: #d47b9b;
}

.bg12-circle {
	border: 3px solid #89b8d8;
	background: #6495b6;
}

.bg13-circle {
	border: 3px solid #3fc9c2;
	background: #2bb6af;
}

.notice_board h3 {
	font-size: 14px;
	padding: 5px 0;
	margin: 0;
	font-weight: 500;
	color: #3e4362;
	border-bottom: solid 2px #e8eaf5;
	position: relative;
}

	.notice_board h3:after {
		content: "";
		background: #2c2f34;
		width: 40px;
		height: 2px;
		position: absolute;
		bottom: -2px;
		left: 0;
	}

.bg6-bottom {
	background-color: #404f5c;
}

.footer {
	background: none 0% 0% repeat scroll rgb(201 215 236);
	padding: 0.6% 1%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 1px;
	display: inline-block;
	width: 100%;
}

	.footer span {
		color: #f39c12;
	}
/* Float Shadow */
.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

	.hvr-float-shadow:before {
		pointer-events: none;
		position: absolute;
		z-index: -1;
		content: '';
		top: 100%;
		left: 5%;
		height: 10px;
		width: 90%;
		opacity: 0;
		background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
		background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
		/* W3C */
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform, opacity;
		transition-property: transform, opacity;
	}

	.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px); /* move the element up by 5px */
	}

		.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
			opacity: 1;
			-webkit-transform: translateY(5px);
			transform: translateY(5px); /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
		}
/* Shutter In Vertical */
.hvr-shutter-in-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #f39c12;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

	.hvr-shutter-in-vertical:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #FFF;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
		color: white;
	}

		.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
			-webkit-transform: scaleY(0);
			transform: scaleY(0);
		}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}

	33.3% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}

	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}

	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes hvr-icon-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}

	33.3% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}

	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}

	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.hvr-icon-wobble-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

	.hvr-icon-wobble-horizontal:before {
		content: "\f138";
		position: absolute;
		right: 1em;
		padding: 0 1px;
		font-family: FontAwesome;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
		-webkit-animation-name: hvr-icon-wobble-horizontal;
		animation-name: hvr-icon-wobble-horizontal;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
	}

.dashbord-heading {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: 600;
	color: #286090;
}
/* ---------------------------------------------------
    Start Login Page
----------------------------------------------------- */
.login-page-space {
	margin: 0px;
	padding: 0px;
}

.top-header {
	background: linear-gradient(to bottom, #056783 0%, #0d7a99 100%);
	padding: 10px 0px 10px 29px;
	font-size: 23px;
	font-weight: 500;
	min-height: 80px;
	color: #fff;
}

.login-page-image {
	background: url(../images/hissar-background-image.jpg) no-repeat scroll center 0;
	background-size: 100%;
	padding: 50px 0px 50px 0px;
}

.login-container {
	background: url(../images/login-image.jpg) no-repeat scroll center 0;
	background-size: 100%;
	height: 100%;
	width: 100%;
	display: flex;
	padding-bottom: 290px;
	margin-bottom: -290px;
}

.form-inn {
	background: #005393e0;
	padding: 50px 50px 50px 50px;
	border-radius: 10px;
	width: 40%;
	margin: 12% auto 0 auto;
}

	.form-inn .form-control {
		background-color: #e1ffff;
		border: none;
		font-weight: bold;
	}

	.form-inn h1 {
		color: #cdffff;
		font-size: 21.35px;
		padding-bottom: 3px;
		margin-bottom: 15px;
		border-left: solid 4px #cdffff;
		padding-left: 7px;
		margin-top: 0;
	}

	.form-inn .input-group-addon {
		background-color: #03c5c5;
		border: none;
		color: #FFF;
	}

.login-btn {
	background-color: #f39c12;
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	border: none;
	text-align: center;
}

	.login-btn:hover, .login-btn:focus {
		background-color: #e28c04 !important;
	}

.forgot {
	color: #fff;
	font-size: 14px;
	padding-top: 15px;
}

.captcha-txt {
	color: #92d7ea;
	padding: 6px 0px;
	margin: 0 3px;
}

	.captcha-txt:hover {
		color: #FFFF00;
	}

.modal-header {
	background: radial-gradient(at 50% -20%, #0e6967, #2a4b67);
	color: #fff;
	font-size: 14px;
}

.weather-panel {
	position: relative;
}
/* ---------------------------------------------------
    Logout Page Start
----------------------------------------------------- */
.logout-page-background {
	background-color: #fff;
	text-align: center;
}

	.logout-page-background h1 {
		color: #09708e;
		font-size: 40px;
		font-weight: 500;
		text-align: center;
	}

.logout-page-background-gap {
	padding: 40px 0px 40px 0px;
	text-align: center;
}

.btn-primary1 {
	background-color: #09708e;
	color: #fff;
	padding: 10px 37px 10px 37px;
	margin-bottom: 40px;
}

.logout-page-background img {
	margin: 0 auto;
	padding: 40px 0px 40px 0px;
}
/* ---------------------------------------------------
    Form Page Start
----------------------------------------------------- */
.label-inn {
	color: #191919;
}

.right-menu {
	display: none;
}

.lead {
	font-size: 15px;
}

.sidebar-image {
	padding: 10px;
}

.navbar-nav > li {
	margin-left: 1px;
}

.fieldset-border {
	border: solid 1px #cacaca;
	margin-bottom: 15px;
	border-radius: 5px;
	padding: 10px;
}

	.fieldset-border legend {
		width: auto;
		background: #fff;
		padding: 0 4px;
		color: #f39c12;
		font-size: 14px;
		margin-bottom: 5px;
		border: none;
		font-weight: 500;
	}

.grid-header th {
	background: #f6f8f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
	font-weight: 500;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border: 1px solid #ddd;
}

.control-label-text-left {
	text-align: left !important;
	font-weight: normal;
}

.required {
	color: #ff0000;
	font-size: 12px;
}

.form-group {
	margin-bottom: 10px;
}
/*custom auto select search css*/
.custom-select {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	zoom: 1;
	*display: inline;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.drivermstselct {
	width: 100%;
}

.custom-select.small {
	width: 104px;
}

.custom-select.medium {
	width: 164px;
}

.custom-select.large {
	width: 300px;
}

.custom-select.xlarge {
	width: 380px;
}

.custom-select > select {
	display: none !important;
}

.custom-select > a.dropdown-toggle {
	border-radius: 0;
	line-height: 28px;
	box-shadow: none;
	background: #ffffff;
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	border: 1px solid #d2d6de;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	color: #888;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
}

	.custom-select > a.dropdown-toggle.disabled,
	.custom-select > a.dropdown-toggle.disabled:hover {
		cursor: not-allowed;
		color: #aaa;
		background: #eee;
	}

	.custom-select > a.dropdown-toggle:hover,
	.custom-select.open > a.dropdown-toggle {
		color: #333;
	}

.custom-select.open > a.dropdown-toggle {
	border-bottom: 0;
	line-height: 29px;
}

.control-group.error .custom-select > a.dropdown-toggle {
	border-color: #f09784;
	color: #d68273;
}

.custom-select > a.dropdown-toggle > span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.custom-select > a.dropdown-toggle > b {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
}

	.custom-select > a.dropdown-toggle > b:before {
		content: "\f0d7";
		display: inline-block;
		font-family: FontAwesome;
		font-size: 12px;
		position: relative;
		top: -1px;
		left: 1px;
	}

.custom-select.open > a.dropdown-toggle > b:before {
	content: "\f0d8";
}

.custom-select > .dropdown-menu {
	margin-top: 0;
	border-color: #aaa;
	border-top: 0;
	padding-bottom: 0;
	width: auto;
	min-width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}

	.custom-select > .dropdown-menu > .custom-select-search {
		position: relative;
		z-index: 1010;
		margin: 0;
		padding: 0 4px;
		white-space: nowrap;
	}

		.custom-select > .dropdown-menu > .custom-select-search > input {
			width: 100%;
			height: 30px;
			margin: 0;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			padding: 4px 20px 4px 5px;
			border-radius: 0;
		}

		.custom-select > .dropdown-menu > .custom-select-search:after {
			content: "\f002";
			display: inline-block;
			color: #888;
			font-family: FontAwesome;
			font-size: 14px;
			position: absolute;
			top: 4px;
			right: 10px;
		}

	.custom-select > .dropdown-menu > ul {
		border-color: #aaa;
		border-top: 0;
		margin: 4px 0;
		padding: 0;
		list-style: none;
		background-color: #fff;
		overflow-x: hidden;
		overflow-y: auto;
		/*max-height: 240px;*/
		max-height: 125px;
		padding-right: 14px;
	}

		.custom-select > .dropdown-menu > ul > li > a {
			font-size: 13px;
			margin-bottom: 1px;
			margin-top: 1px;
			display: block;
			padding: 3px 8px;
			clear: both;
			font-weight: normal;
			line-height: 20px;
			color: #333;
			cursor: pointer;
			width: 100%;
		}
/*custom for driver employee name only*/
.drivernameautocomp .custom-select > .dropdown-menu > ul > li > a {
	display: flex;
}
/*End of custom for driver employee name only*/

.custom-select > .dropdown-menu > ul > li > a:hover,
.custom-select > .dropdown-menu > ul > li > a:focus {
	color: #fff;
	text-decoration: none;
	background-repeat: repeat-x;
}

.custom-select > .dropdown-menu > ul > li > a:hover {
	background: #4f99c6;
}

.custom-select > .dropdown-menu > ul > li > a:focus {
	background: #2283c5;
}

.custom-select > .dropdown-menu > ul > li.empty-result > em {
	text-align: center;
	padding: 4px 8px;
	display: block;
}

.custom-select > .dropdown-menu > .custom-select-action > button {
	border-radius: 0;
	background-image: none;
}
/*End of custom auto select search css*/
.error_page .login-page {
	background: transparent;
	border: 0px;
	margin: 4% auto 0 auto;
}

.login-page {
	color: #fff;
	padding: 40px 30px;
	width: 360px;
	position: relative;
	background: rgba(0, 0, 0, 0.54);
	border: solid 5px rgba(255, 255, 255, 0.6);
}

.mt-20 {
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.error_404 {
	font-size: 24px;
	font-weight: 900;
	color: #000;
}

.error_p {
	font-size: 14px;
	line-height: 20px;
	color: #979797;
}

.form-validation .form-group {
	position: relative;
}

.btn.btn-greensea {
	background-color: #ffa200;
	color: white;
	border-color: #ffa200;
	padding: 6px 40px;
	margin-right: 20px;
	border-radius: 50px;
	border: 2px #fff solid;
}

.widget-title {
	position: relative;
	font-size: 16px;
	border-bottom: 0px solid rgba(0,0,0,0.1);
	margin-bottom: 0px;
	background: linear-gradient(120deg, #1c4f89 100%, #2ddcd3 100%);
	padding: 5px 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

	.widget-title h4 {
		font-size: 14px;
		min-height: 15px;
		font-weight: 600;
		margin: 4px 0;
		color: #fff;
	}

.ovrflw {
	height: 380px;
}

.card-box {
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 20px;
	background: #ebf2fb;
	/* background-color: #fff; */
	box-shadow: 0 0 24px 0 rgba(0,0,0,0.06), 0 1px 0 0 rgba(0,0,0,0.02);
}

.ovrflw .form_ul {
	height: 341px;
	overflow: auto;
	background-color: #fff;
}

	.ovrflw .form_ul::-webkit-scrollbar {
		width: 5px;
		height: 8px;
		background-color: #aaa;
	}

	.ovrflw .form_ul::-webkit-scrollbar-thumb {
		background: #154275;
	}

.form_ul ul {
	margin: 0;
	padding: 0;
}

.form_ul li {
	width: 100%;
	display: inline-block;
	font-size: 12px;
	list-style: none;
	padding: 8px 15px;
	margin: 0px 0;
	position: relative;
	color: #000;
	border-bottom: 1px #ccc dotted;
}

	.form_ul li em {
		display: block;
		color: #777;
	}

.custom-text-left {
	text-align: left !important;
}

.table tr th {
	background: #f6f8f9;
	background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
	background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
	background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
}

.student-lgn-img-bg {
	background: url('../images/student-login-img.jpg') scroll center top;
	display: flex;
	min-height: 600px;
}

	.student-lgn-img-bg .col-sm-offset-3 {
		margin-top: 12%;
	}

.card-box {
	min-height: 622px;
}

.student-login-box {
	background: #ffffffc9;
	padding: 15px;
	border-radius: 15px;
}

.hindi-label .control-label {
	padding-top: 0;
}

.note {
	color: #1a00ff;
	background: #fcf8e3;
	padding: 10px;
	font-size: 12px;
	border-radius: 8px;
	line-height: 18px;
}

	.note p {
		color: #1a00ff;
	}

.hyperlink-text li {
	border-bottom: dotted 1px #ccc;
	margin-bottom: 4px;
	padding-bottom: 3px;
}

	.hyperlink-text li a {
		color: #0300ff;
	}
/*Custom Nav Tab Css*/
.nav-tabs-custom {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px
}

	.nav-tabs-custom > .nav-tabs {
		margin: 0;
		/*border-bottom-color: #2c3e50;*/
		border-bottom: none;
		border-top-right-radius: 3px;
		border-top-left-radius: 3px
	}

		.nav-tabs-custom > .nav-tabs > li {
			border-top: 3px solid transparent;
			margin-bottom: -2px;
			margin-right: 2px
		}

			.nav-tabs-custom > .nav-tabs > li > a {
				color: #000;
				border-radius: 0
			}

				.nav-tabs-custom > .nav-tabs > li > a.text-muted {
					color: #999
				}

				.nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover {
					background: #dae3f1 none repeat scroll 0 0;
					border-top-left-radius: 5px;
					border-top-right-radius: 5px;
					margin: 0;
				}

					.nav-tabs-custom > .nav-tabs > li > a:hover {
						background-color: #fb547b;
						color: #fff;
					}

			.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
				border-color: transparent
			}

			.nav-tabs-custom > .nav-tabs > li.active {
				/*border-top-color:#00a5cd*/
			}

				.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
					background-color: #fb547b;
					color: #fff;
					cursor: pointer;
				}

				.nav-tabs-custom > .nav-tabs > li.active > a {
					border-top-color: transparent;
					border-left-color: #f4f4f4;
					border-right-color: #f4f4f4
				}

			.nav-tabs-custom > .nav-tabs > li:first-of-type {
				margin-left: 0
			}

				.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
					border-left-color: transparent
				}

		.nav-tabs-custom > .nav-tabs.pull-right {
			float: none !important
		}

			.nav-tabs-custom > .nav-tabs.pull-right > li {
				float: right
			}

				.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
					margin-right: 0
				}

					.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
						border-left-width: 1px
					}

					.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
						border-left-color: #f4f4f4;
						border-right-color: transparent
					}

		.nav-tabs-custom > .nav-tabs > li.header {
			line-height: 35px;
			padding: 0 10px;
			font-size: 20px;
			color: #444
		}

			.nav-tabs-custom > .nav-tabs > li.header > .fa, .nav-tabs-custom > .nav-tabs > li.header > .glyphicon, .nav-tabs-custom > .nav-tabs > li.header > .ion {
				margin-right: 5px
			}

	.nav-tabs-custom > .tab-content {
		background: #fff;
		padding: 15px 0 10px 0;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px
	}

	.nav-tabs-custom .dropdown.open > a:active, .nav-tabs-custom .dropdown.open > a:focus {
		background: transparent;
		color: #999
	}

box.box-default {
	border-top-color: #d2d6de;
}

.box {
	position: relative;
	border-radius: 3px;
	background: #ffffff;
	/*border-top: 3px solid #d2d6de;
    border-top-color: rgb(210, 214, 222);*/
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	/*border: solid 1px #e5ebee;*/
}

.box-header.with-border {
	border-bottom: 1px solid #f4f4f4;
	background: #FFF;
}

.panel-default > .panel-heading {
	background-color: #dce5f3;
}

.box-header {
	color: #444;
	display: block;
	padding: 10px;
	position: relative;
}

	.box-header h3 {
		margin: 0;
		font-size: 18px;
	}

.chart-legend {
	list-style: none;
	line-height: 34px;
}

.all_question_list a:hover {
	color: #ff6500
}

.all_question_list li a {
	padding: 2px 15px;
}

.all_question_list ul {
	margin-top: 10px;
	min-height: 340px;
}

.panel-title a[aria-expanded="true"] {
	color: #333;
	background: transparent;
	font-size: 14px;
}
/*New Module icon css*/
.modulemaindiv {
	padding: 0;
}

	.modulemaindiv li {
		list-style: outside none none;
		vertical-align: top;
		text-align: center;
		width: 22%;
		margin: 1%;
		display: inline-block;
	}

@media (max-width:736px) and (min-width:240px) {
	.modulemaindiv li {
		width: 46%;
	}
}

.moduleiconmain {
	min-height: 155px;
	position: relative;
	border-radius: 10px;
}

.moduleiconmain, .modulename {
	display: block;
	width: 100%;
}

.modulename {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ffffff12;
}

	.modulename a {
		color: #FFF;
		display: block;
		padding: 10px;
	}

.module-img-circle {
	display: inline-block;
	width: 100%;
	text-align: center;
	min-height: 95px;
}

	.module-img-circle i {
		font-size: 65px;
		margin-top: 25px;
		color: #fff;
	}

.c1 {
	background: #4CAF50;
}

	.c1:hover {
		background: #53b958;
	}

.c2 {
	background: #177d74;
}

	.c2:hover {
		background: #1b8c82;
	}

.c3 {
	background: #009688;
}

	.c3:hover {
		background: #02a192;
	}

.c4 {
	background: #607D8B;
}

	.c4:hover {
		background: #6c8997;
	}

.c5 {
	background: #6495b6;
}

	.c5:hover {
		background: #5b90b3;
	}

.c6 {
	background: #05668D;
}

	.c6:hover {
		background: #0a7099;
	}

.c7 {
	background: #028090;
}

	.c7:hover {
		background: #078d9e;
	}

.c8 {
	background: #00A896;
}

	.c8:hover {
		background: #09baa7;
	}

.c9 {
	background: #02C39A;
}

	.c9:hover {
		background: #0ad5aa;
	}

.c10 {
	background: #dcb449;
}

	.c10:hover {
		background: #e8bf52;
	}

.c11 {
	background: #7179c1;
}

	.c11:hover {
		background: #6971b5;
	}

.c12 {
	background: #ffba6b;
}

	.c12:hover {
		background: #efae64;
	}

.c13 {
	background: #56cf87;
}

	.c13:hover {
		background: #4dc17c;
	}

.c14 {
	background: #44b3d4;
}

	.c14:hover {
		background: #3da5c4;
	}

.c15 {
	background: #e59acd;
}

	.c15:hover {
		background: #f3a6da;
	}

.c16 {
	background: #3d9dce;
}

	.c16:hover {
		background: #3293c4;
	}

.c17 {
	background: #b6888d;
}

	.c17:hover {
		background: #bf999d;
	}

.c18 {
	background: #e19278;
}

	.c18:hover {
		background: #f1a389;
	}

.c19 {
	background: #7e8e8d;
}

	.c19:hover {
		background: #93a09f;
	}

.c20 {
	background: #a69483;
}

	.c20:hover {
		background: #b7a594;
	}

.c21 {
	background: #bfae59;
}

	.c21:hover {
		background: #c2b266;
	}

.c22 {
	background: #9ea56c;
}

	.c22:hover {
		background: #a2a684;
	}

.c23 {
	background: #61c3a9;
}

	.c23:hover {
		background: #56bba0;
	}

.c24 {
	background: #45a7c5;
}

	.c24:hover {
		background: #3d97b2;
	}

.c25 {
	background: #a292b3;
}

	.c25:hover {
		background: #8f7ea0;
	}

.c26 {
	background: #c76d62;
}

	.c26:hover {
		background: #b86157;
	}

.enrollment-letter {
	border: solid 1px #636363;
	border-collapse: collapse;
}

	.enrollment-letter tr th, .enrollment-letter tr td {
		border: none;
		border-collapse: collapse;
		padding: 2px !important;
		font-size: 11px;
	}

@media print {
	@page {
		margin: 0cm;
	}

	html, body {
		margin: 0.4mm;
		border: 1px solid white;
		height: 99%;
		page-break-after: avoid !important;
		page-break-before: avoid !important;
	}

	.print-display-none,
	.print-display-none * {
		display: none !important;
	}

	.no-print, .no-print * {
		display: none !important;
	}

	.print-visibility-hide,
	.print-visibility-hide * {
		visibility: hidden !important;
	}

	.printme,
	.printme * {
		visibility: visible !important;
	}

	.printme {
		position: absolute;
		left: 0;
		top: 0;
	}
}

.team-box-layout2 {
	min-height: 250px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 6px;
	padding: 30px 30px;
	box-shadow: 0px 0px 33px #2e62de30;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

	.team-box-layout2:hover {
		box-shadow: 0 0 0 #2e62de30;
		border: 1px solid #fb547b;
	}

	.team-box-layout2 .item-img {
		border-radius: 50%;
		border: 0px solid #fb547b;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

		.team-box-layout2 .item-img img {
			border-radius: 50%;
		}

	.team-box-layout2 .item-content .item-title {
		font-weight: 500;
		margin-bottom: 4px;
	}

		.team-box-layout2 .item-content .item-title a {
			color: #000000;
			font-size: 14px;
			-webkit-transition: all 0.3s ease-out;
			-moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			-o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
		}

			.team-box-layout2 .item-content .item-title a:hover {
				color: #001ea2;
			}

	.team-box-layout2 .item-content .item-subtitle, .team-box-layout2 .item-content .item-subtitle a {
		color: #ff9317;
		margin-bottom: 14px;
	}

	.team-box-layout2 .item-content .item-social li {
		display: inline-block;
		margin-right: 2px;
	}

@media only screen and (max-width: 767px) {
	.team-box-layout2 .item-content .item-social li {
		margin-right: 2px;
	}
}

.team-box-layout2 .item-content .item-social li:last-child {
	margin-right: 0;
}

.team-box-layout2 .item-content .item-social li a {
	color: #b0b0b0;
	font-size: 16px;
	padding: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

	.team-box-layout2 .item-content .item-social li a:hover {
		color: #111111;
	}

.team-box-layout2:hover .item-img {
	border: 5px solid #fb547b;
	animation: pulse 2s;
}

	.team-box-layout2:hover .item-img img {
		animation: pulse 1000ms;
	}

.team-box-layout2 img {
	max-width: 100%;
	height: auto;
}

.item-social {
	padding: 0;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 #ff9118;
		box-shadow: 0 0 0 0 #ff9118;
	}

	40% {
		-webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
		box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
	}

	70% {
		-webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
		box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
		box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
	}
}

@keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 #fb547b;
		box-shadow: 0 0 0 0 #fb547b;
	}

	40% {
		-webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
		box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
	}

	70% {
		-webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
		box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
		box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
	}
}

.new2 {
	border: 1px dashed #274172;
}
/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
	to {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}

@keyframes hvr-icon-pulse-grow {
	to {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}

.hvr-icon-pulse-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

	.hvr-icon-pulse-grow .hvr-icon {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	.hvr-icon-pulse-grow:hover .hvr-icon, .hvr-icon-pulse-grow:focus .hvr-icon, .hvr-icon-pulse-grow:active .hvr-icon {
		-webkit-animation-name: hvr-icon-pulse-grow;
		animation-name: hvr-icon-pulse-grow;
		-webkit-animation-duration: 0.3s;
		animation-duration: 0.3s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		animation-direction: alternate;
	}

i#flow {
	float: right;
}

.panel {
	margin-left: 10px;
	box-shadow: 0px 0px 33px #2e62de30;
}

.panel-title {
	color: #274172 !important;
}

li.btn-info {
	background: transparent;
}

.panel-group .panel {
	margin-bottom: 15px;
}
/* Bounce To Right */
.hvr-bounce-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

	.hvr-bounce-to-right:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #2098D1;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
		color: white;
	}

		.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
			-webkit-transform: scaleX(1);
			transform: scaleX(1);
			-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
			transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
		}

.srcimage {
	margin-top: 15px;
}

.nighttime .weather {
	text-shadow: none !important;
}

.nighttime .checked {
	color: rgb(0 0 0 / 50%) !important;
}

li.btn-info:hover {
	background: transparent;
}

.btn-primary {
	color: #fff;
	background-color: #fb547b !important;
	border-color: #fb547b !important;
}

span.spna {
	font-weight: 400;
	color: #fb547b;
}
