﻿@charset "utf-8";
/* CSS Document */
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
* {
	margin:0;
	padding:0;
	outline:none;
}
body {
    font-family: 'Poppins', Arial, Verdana, Geneva, Tahoma, sans-serif;
    background: #FFF;
    font-size: 13px;
    color: #333;
    background: url(../Images/inside-bg.jpg) repeat-x scroll 0 0 #e5f2ff!important;
}
p {
	font-family: 'Poppins', Arial, Verdana, Geneva, Tahoma, sans-serif;
	font-weight: 300;
	line-height: 1.7em;
	color: #333;
}
img {border:0;}
a {
	color:#3774b3;
	text-decoration:none;
}
a:hover {/*text-decoration:underline;*/}
b, strong {font-weight: 500;}
.date_hover_txt a:hover {color:#fff;}
.right-menu {
	display:none;
}
fieldset {
	padding:5px;
}
fieldset legend {
	font-weight:bold;
}
#nav {
	margin:10px 1%;
	background:url(../images/nvbg.jpg) repeat-x left top;
	width:98%;
	float:left;
}
.nav-l {
	background:url(../images/nv-l.jpg) no-repeat left top;
	width:12px;
	float:left;
	height:35px;
}
.nav-r {
	background:url(../images/nv-r.jpg) repeat-x left top;
	width:12px;
	float:right;
	height:35px;
}
#nav ul {
	list-style:none;
}
#nav li {
	padding:9px 0px 4px 12px;
	border-right:1px solid #044a6b;
	font-size:12px;
}
#nav li a {
	padding:4px 0 4px 0;
	margin-top:-4px;
	color:#fff;
}
#nav li a.static {
	padding:5px 20px 5px 5px;
	font-weight:bold;
}
#nav li a:hover {
	text-decoration:underline;
}
#nav ul ul {
	background:#fff!important;
	border-top:1px solid #2d88c1;
}
#nav ul ul li {
	background:#fff!important;
	margin:0;
	padding:0!important;
}
#nav ul ul li a.dynamic {
	background:#fff!important;
	border:1px solid #2d88c1;
	color:#000;
	border-top-width:0;
	margin:0;
	padding:2px 5px;
	cursor:pointer;
}
#nav ul ul li a:hover.dynamic {
	background: #2d88c1!important;
	color:#fff;
}
.header-style td, .header-style th {
    /*background: url("../images/table-header.jpg") repeat-x scroll left top #CDCDCD;*/
    background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    border: 1px solid #b7b7b7;
    font-size: 12px;
    font-weight: 600;
    padding: 8px !important;
}
.header-style td a, .header-style th a {
	color:#000;
}
.item-style td {
	border:1px solid #b7b7b7;
	border-width:0 1px;
}
.dgitem-style td {
	border:1px solid #b8c9e2;
	padding:2px 5px;
}
.alternate-style td {
	border:1px solid #b8c9e2;
	background:#f5f5f5;
	padding:2px 5px;
}
.navbar {
	padding: 0; 
	border: none;
	border-radius: 0;
	margin-bottom: 15px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    background: #13485a;
}
.navbar-btn {
	box-shadow: none;
	outline: none !important;
	border: none;
}
.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0;
}
.helplineno {
    background: #dde9f5;
    padding: 15px;
    margin-bottom: 15px;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
	display: flex;
	align-items: stretch;
    margin-top: 15px;
}
#sidebar {
	min-width: 280px;
	max-width: 280px;
	background: #fff;
	color: #000;
	transition: all 0.3s;
    box-shadow: 0px 0px 15px #773a013d;
    margin-left: 15px;
    border-radius: 25px;
}
#sidebar.active {
	margin-left: -280px;
}
#sidebar .sidebar-header {
	padding: 8px 0px 10px 6px;
	/*background: #1b3c63;*/
	min-height: 66px;
}
#sidebar .sidebar-header h3 {
	margin: 3px 0 0 0;
	font-size: 18px;
}
/*#sidebar ul.components {
	padding: 20px 0;
	border-bottom: 1px solid #0f3e5f;
}*/
#sidebar ul p {
	color: #fff;
	padding: 10px;
}
#sidebar ul li {
    margin-bottom:1px;
    list-style-type: none;
}
#sidebar ul li a {
	padding: 10px;
	font-size: 13px;
	display: block;
    color:#000;
    margin: 0 10px;
    border: 1px solid #dddddd;
    border-radius: 19px;
    margin-bottom: 10px;
}
#sidebar ul li a:hover {
	color: #fff;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
	color: #fff;
	background: #efd1b3;
}
#sidebar .sidebar-header h3 img {
    padding: 10px;
}
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 {padding:0!important;}
/*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
----------------------------------------------------- */
#contents {
	padding:0;
	min-height: 100vh;
	transition: all 0.3s;
	width:100%;
	overflow:hidden;
}
.profile-content {
    /*padding: 13px 0;*/
    background: #13485a;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.user_image {
    margin: 0 15px;
}
.user_image {
    padding: 0 !important;
}
.d-flex {
    display: flex;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
 #sidebar {
 margin-left: -280px;
}
 #sidebar.active {
 margin-left: 0;
}
 #sidebarCollapse span {
 display: none;
}
}
/*custom css*/
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.nav-head {
    color: #000;
    padding: 10px;
    /*background:rgb(27 60 99);*/
    text-align: center;
    font-weight: 500;
}
.centered {
	text-align: center;
}
.content-wrapper {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.btn-info {
	color: #fff;
	background-color: #13485a;
	border-color: #13485a;
}
.navbar-header .btn-info {
    color: #ffffff;
    background-color: #13485a;
    border-color: #13485a;
}
.navbar-header .btn-info:hover, .navbar-header .btn-info:focus {
    color: #fff;
    background-color: #13485a!important;
    border-color: #13485a!important;
}
.btn-info.focus,.btn-info:focus{color:#fff;background-color:#ff9800;border-color:#ff9800}
.btn-info:hover{color:#fff;background-color:#103459;border-color:#103459}
.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#009f9f;border-color:#009f9f}
.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:#009f9f;border-color:#009f9f}

.user_image {
	padding:0 !important;
}
.user_name {
	/*margin-top:0;*/
    color:#fff;
    font-size:14px;
    font-weight: 500;
    line-height: 23px;
}
.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: #1b3c63;
    font-weight: 600;
}
.student-portal {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 15px 2000px 15px;
    margin-bottom: -2000px;
    box-shadow: 0 0 15px #33618159;
}
.student-portal h1.heading {
    color: #ff8400;
    font-size: 18px;
    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: 15px;
	font-style:italic;
    font-weight: 600;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #ff8400;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.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;
}
.footer span {
	color:#f39c12;
}
#ctl00_menu ul li a {
    font-size: 14px !important;
    background: #fff;
}
/* Float Shadow */
.hvr-shutter-out-horizontal {
    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;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ff9534;
    border-radius: 100px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -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-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: white;
}

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.nav li.active a {
    background:#f39c12;
    border: solid 1px #f39c12;
    color:#fff;
}
.nav li a {
    /*background:#016e7b;
    border: solid 1px #016e7b;*/
    border-radius: 5px;
    color:#fff;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #ed9406;
    border: solid 1px #ed9406;
}
.nav li a:hover {
    background:#ff9534!important;
    /*border: solid 1px #e18d08;*/
    color:#fff!important;
}
.carousel-control.left, .carousel-control.right {background:transparent;}
.carousel-control {text-shadow: 0 1px 2px #000;}
.student-banner {border-radius:10px;margin-bottom:20px;}
.mb-15 {margin-bottom:15px;}
.student-banner-sidebar {padding:15px;}
.tablesubheading {
    background: #eef2f5;
    border-bottom: 1px solid #dcdcdc;
    clear: both;
    color: #000000;
    border-left: 4px solid #165169 !important;
    font-size: 13px !important;
    font-weight: 700;
    font-style: italic;
    padding: 7px !important;
    text-align: left;
    margin:0;
}
input[type="submit"] {
    background: #ffa200;
    color: #fff;
    padding: 8px 18px;
    border: solid 1px #ffa200;
    font-size: 13px;
    height: auto !important;
    margin-right: 3px;
    width: auto !important;
}
input[type="submit"]:hover {
    background: #f79d00;
    border: solid 1px #f79d00;
}
.vtext {
    color: #333333;
    font-weight: 600;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: right;
    border-bottom: 1px solid #ebebeb !important;
}
.colon {
    width: 2%;
    text-align: center;
}
.required {
    color: red;
}
input[type="text"], input[type="password"] {
    background: url(../Images/editing.png) no-repeat scroll 0 3px #fff;
    padding-left: 18px!important;
    box-shadow: none;
}
input[type="text"], select, textarea, input[type="password"] {
    border-radius: 0;
    border-bottom: 1px solid #484848;
    color: #000;
    padding: 3px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.textboxlong {
    margin: 2px 0 2px 0;
    padding: 3px;
    border: 1px solid #484848;
    width: 220px;
    font-size: 12px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: none;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 3px;
    border-top: 1px solid #fff;
    vertical-align: middle;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    font-size: 13px;
}
.loginfooter-lgn {
    font-size: 0px;
    text-align: center;
    background: #dddfed;
    padding: 8px 0px;
    width: 100%;
    bottom: 0;
    display: inline-block;
}
.loginfooter-lgn a {
    padding: 5px 0;
    display: inline-block;
    width: 100%;
}
.DivStyleWithScroll {height:380px; overflow-y:scroll; margin-top:10px;}
.DivStyleWithScroll table tr td {padding:3px;}
/*.white_content-new-1 {
    background: #00000094;
    float: left;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.popupboxouter {
    margin: 5% auto 0;
    width: 60%;
}
.popupbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 15px solid #13485a;
    border-radius: 10px;
    float: left;
    padding: 10px;
    position: relative;
    width: 100%;
}
.close-1 {
    background: url(../Images/closebtn.gif) no-repeat scroll 0 0;
    cursor: pointer;
    float: right;
    font-size: 0;
    height: 22px;
    position: absolute;
    right: 11px;
    top: 12px;
    width: 22px;
    z-index: 99;
}*/
.white_content-new-1 {
    background: url(images/overlay.png) repeat scroll 0 0 #000000ab;
    float: left;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;

}
.popupboxouter {
    margin: 10% auto 0;
    width: 72%;
}
.popupbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    float: left;
    padding: 35px;
    position: relative;
    width: 100%;
    border-radius: 25px;
}
.close-1 {
    background: url('../Images/close.png') no-repeat scroll 0 0;
    cursor: pointer;
    float: right;
    font-size: 0;
    height: 40px;
    position: absolute;
    right: 0px;
    top: -43px;
    width: 40px;
    z-index: 99;
    filter: brightness(0) invert(1);
}
.custom-form-control label {;
    font-weight: 600;
    font-size: 14px;
}
.custom-form-control .form-control {
            height:45px;
            width: 97%;
            display: inline-block;
            border-radius: 6px;
        }
        .custom-form-control input[type="text"], select, textarea, input[type="password"] {
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 6px;
        }
        .margin-bottom-heading {margin:15px 0;}
        .custom-form-control input[type="submit"] {
            background: #ffa200;
            color: #fff;
            padding: 10px 25px;
            border: solid 1px #ffa200;
            font-size: 15px;
            margin-right: 3px;
            border-radius:50px;
            font-weight:500;
        }
.otp-bagrequest {margin-bottom:25px;border-radius:10px;}
.white_content-new-1.examinerbank-popup .custom-form-control input[type="submit"] {margin-bottom:10px;}
.header-style {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    height: 20px;
    border: solid 1px #000 !important;
    text-align: center;
}
.table tr th, .gridheaderstyle {
   background: rgb(246, 248, 249);
    background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%);
    background: -webkit-linear-gradient(top, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
    color: #000;
    font-size: 12px;
    font-weight: 600;
    height: 20px;
    border: solid 1px #c9cfd3 !important;
    text-align: center;
    padding:3px;
}
.table tr td, .gridrowstyle, .gridalternativerowstyle {
    font-size: 12px;
    height: 20px;
    border: solid 1px #c9cfd3;
    padding:3px;
}
.gridrowstyle td, .gridalternativerowstyle td, .gridheaderstyle th {
    padding:10px;
}


.header-style th, .header-style td {
    border: solid 1px #ccc;
    color: #4b4b4b;
    padding: 5px;
    background: rgb(246, 248, 249);
    background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%);
    background: -webkit-linear-gradient(top, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
}
.header-style td, .header-style th {
    /* background: url(../images/table-header.jpg) repeat-x scroll left top #CDCDCD; */
    background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    border: 1px solid #b7b7b7;
    font-size: 12px;
    font-weight: 600;
    padding: 8px !important;
}
.item-style td {
    padding: 5px !important;
}
.item-style td {
    border: 1px solid #b7b7b7;
    border-width: 0 1px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 3px;
    border-top: 1px solid #fff;
    vertical-align: middle;
    font-size:11px;
}
.examination-login.exam-practical-login .form-inner.custom-inner-form {
            max-width: 435px;
            width: 100%;
        }
.examination-login.exam-practical-login .form-section h3 {
            color: #000;
        }
.examination-login.exam-practical-login .form-section .form-control {
            color: #000000;
            border-bottom: 1px solid #0000004f;
            background: #ffffff;
        }
.examination-login.exam-practical-login .custom-form-section .form-inner .form-box i {
            right:unset !important;
        }
.examination-login.exam-practical-login .btn-theme {
    position: relative;
    display: inline-block;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    border-radius: 50px;
    width: 100%!important;
}
.examination-login.exam-practical-login .btn-primary:hover {
    background: #ec8d00;border:0;
}
.examination-login.exam-practical-login .form-section .form-control {
    padding: 11px 52px 9px!important;
}
.exam-practical .popupbox {
    border: 15px solid #13485a;width:65%;
}
.exam-practical .popupboxouter {
    margin: 5% 25%;
    width: 70%;
}