@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: #f39c12;
    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: radial-gradient(at 50% -20%, #2ea1b2, #2ea1b2);
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.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: 250px;
    max-width: 250px;
    background: radial-gradient(at 50% -20%, #2598a9, #2596a7);
    color: #fff;
    transition: all 0.3s;
}
#sidebar.active {
	margin-left: -250px;
}
    #sidebar .sidebar-header {
        padding: 1px 0 0 5px;
        background: radial-gradient(at 50% -20%, #2ea1b2, #2ea1b2);
        min-height: 49px;
    }
#sidebar .sidebar-header h3 {
	margin: 3px 0 0 0;
	font-size: 18px;
}
#sidebar ul.components {
	padding: 20px 0; 
}
#sidebar ul p {
	color: #fff;
	padding: 10px;
}
#sidebar ul li a {
	padding: 10px;
	font-size: 13px;
	display: block;
    color: #fff;
}
#sidebar ul li a:hover {
	color: #FFF;
	background: #f39c12;
}
#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: -250px;
}
 #sidebar.active {
 margin-left: 0;
}
 #sidebarCollapse span {
 display: none;
}
}
/*custom css*/
.navbar-default .navbar-nav > li > a {
	color: #FFF;
}
.nav-head {
    color: #fff;
    padding: 10px;
    background: #2ea1b2;
    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: #f39c12;
    border-color: #f39c12;
}
    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #e18f0d;
        border-color: #e18f0d
    }
    .btn-info:hover {
        color: #fff;
        background-color: #e18f0d;
        border-color: #e18f0d
    }
    .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;
}
.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: #f39c12;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #f39c12;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.student-portal h2.subheading {
    color: #f39c12;
    font-size: 15px;
	font-style:italic;
    font-weight: 600;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #f39c12;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.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 #31a5b6;
}
.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 {
    background: radial-gradient(at 50% -20%, #3fb6c7, #2ea1b2);
    font-size: 14px;
    padding: 12px;
    margin: 0;
    font-weight: bold;
    color: #fff;
}
.bg6-bottom {
	background-color:#404f5c;
}
.footer {
    background: radial-gradient(at 50% -20%, #2ea1b2bf, #2ea1b2bf);
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 1px;
}
.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:250px;
    margin-bottom:-250px;
}
.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: #fff;
                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: #2597a8 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: #20787a;
                        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: #f39c12;
                    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: #ececec;
}
.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;
}
.no-gutter {
    margin-right: 0;
    margin-left: 0;
}
.no-gutter > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
}

@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;
    }
}