@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
	font-family: 'Poppins', Arial, Verdana, Geneva, Tahoma, sans-serif;
	background: #dedede;
	font-size: 12px;
	color: #333;
}
p {
	font-family: 'Poppins', Arial, Verdana, Geneva, Tahoma, sans-serif;
	font-weight: 300;
	line-height: 1.7em;
	color: #333;
}
a, a:hover, a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}
b, strong {
    font-weight: 500;
}
label {
    font-weight: 600;
    color: #212121;
    font-size:12px;
}
.navbar {
	padding: 0;
	background: #0b6391;
	border: none;
	border-radius: 0;
	margin-bottom: 15px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.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: #03527c;
	color: #fff;
	transition: all 0.3s;
}
#sidebar.active {
	margin-left: -250px;
}
#sidebar .sidebar-header {
    padding: 1px 12px;
    background: #0b6391;
    min-height: 49px;
}
#sidebar .sidebar-header h3 {
	margin: 3px 0 0 0;
	font-size: 18px;
}
#sidebar ul.components {
	padding: 20px 0;
	border-bottom: 1px solid #004355;
}
#sidebar ul p {
	color: #fff;
	padding: 10px;
    font-size: 14px;
}
#sidebar ul li a {
	padding: 10px;
	font-size: 13px;
	display: block;
}
#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%;
}

/* ---------------------------------------------------
    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: #0b6391;
	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: #b7d8e1;
	background-color: #0b6391;
	border-color: #0b6391;
}
.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 {
	color:#ffa81f;
}
.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;
	margin-bottom:15px;
    min-height:550px;
}
.student-portal h1.heading {
    color: #ff8400;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #ff8400;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.student-portal h2.subheading {
    color: #ff8400;
    font-size: 14px;
	font-style:italic;
    font-weight: 600;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #ff8400;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.base {
	width: 100%;
	background: #34495e;
	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;
}
.bg-circle1 {
	background: #34495e;
	border:3px solid #72808d;
}
.base h2 {
	font-size: 18px;
	text-align: center;
	padding-top: 72px;
	color: #c2c9cf;
}
.base p {
	color:#c2c9cf;
	padding: 0px 15px 0px 15px;
}
.base-innar {
	background-color:#2f4255;
	color:#97a1aa;
	width:100%;
	text-align:center;
	padding:12px 0px 12px 0px;
	font-size:15px;
	color:#97a1aa;
}
.base-innar a:hover {
	color:#CC9900;
}
.right-navigation {
    margin-left: 15px;
    margin-bottom: 15px;
    background: #fff;
}
.notice_board li {
	background-color: #025d78;
	border: 1px solid #014455;
	color: #fff;
}
.notice_board li a {
	padding: 8px;
	display: block;
}
.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 #ee8176;
	background: #e74c3c;
}
.bg3-bottom {
	background-color:#d04436;
}
.bg4 {
	background-color:#8e44ad;
}
.bg4-circle {
	border:3px solid #b07cc6;
	background: #8e44ad;
}
.bg4-bottom {
	background-color:#803d9c;
}
.bg5 {
	background-color:#9e3138;
}
.bg5-circle {
	border:3px solid #d9979c;
	background: #9e3138;
}
.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;
}
.bg7-circle {
	border:3px solid #2a5ba9;
	background: #052963;
}
.notice_board h3 {
	background: #044559;
	font-size: 14px;
	padding: 12px;
	margin: 0;
	font-weight:bold;
	color:#fff;
}
.bg6-bottom {
	background-color:#404f5c;
}
.footer {
	background: #3a3a3a;
	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: #0b6391;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
    margin-bottom:1px;
}
.hvr-shutter-in-vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #0b6391;
	-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;
    margin-bottom:1px;
}
.preadmactive {
    background:#f39c12;
}
.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: #0b6391;
}
/* ---------------------------------------------------
    Start Login Page
----------------------------------------------------- */
.login-page-space {
	margin:0px;
	padding:0px;
}
.top-header {
	background: #0b6391;
    padding: 10px 0px 10px 0;
	font-size: 23px;
	font-weight: 500;
	min-height:80px;
	color: #fff;
}
.login-page-image {
	background: url(../images/student-reg--background-image.jpg) no-repeat scroll center 0;
	background-size:100%;
	padding:50px 0px 50px 0px;
}
.form-inn {
    background: url(../images/tp.png) repeat scroll 0 0;
    padding: 50px 50px 50px 50px;
    float: left;
    border-radius: 10px;
    width: 60%;
}
.form-inn .form-control {
	background-color:#a0e3f5;
	border:none;
}
.form-inn h1 {
	color: #ffffff;
	font-size: 21.35px;
	padding-bottom: 3px;
	border-left: solid 4px #a0e3f5;
	padding-left: 7px;
	margin-top:0;
}
.form-inn .input-group-addon {
	background-color:#003b5b;
	border:none;
	color:#92d7ea;
}
.login-btn {
	background-color: #f39c12;
	color: #FFF;
	font-size: 17px;
	font-weight:bold;
	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: #0b6391;
    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: #212121;
}
.navbar {
    padding: 0;
    background: #0b6391 !important;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-btn:hover, .navbar-btn.active, .navbar-btn:focus, .navbar-btn.focus {
    background:#0b6391;
    border-color: #0b6391;
}
.form-control {
    width:95%;
    display:inline-block;
}
.input-group .form-control {
    width:89%;
}
textarea.form-control {
    width: 98%;
}
.required {
    color:#ff0000;
}
.note {
    color: #ff0000;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 12px;
}
.blue-note {
    color: #1a00ff;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 12px;
}
.navbar-nav li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height:30px;
}
.navbar-nav {
    z-index: 9;
    position: relative;
}
.text-left-prew {
    text-align:left !important;
    font-weight:normal;
}
.login-page-space h3 {
    margin:0;
}
.home-btn {
    font-size: 14px;
    padding: 8px 15px;
    margin-top: 17px;
}
.griddiv tr th {
    background:rgba(0, 0, 0, 0.1);
    border:solid 1px #d1d1d1;
}
.griddiv tr td {
    border:solid 1px #d1d1d1;
}
.flash {
    animation-name: flash;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {color:#00ff2d;}
    to {color: #ffbe00;}
}