﻿@import url('https://fonts.googleapis.com/css2?family=Mooli&display=swap');
* {
	padding:0;
	margin:0;
}
body {
    height: 100%;
    font-family: "Mooli", Arial, sans-serif;
    color: #333;
    font-size: 12px;
    /*background: url(Images/inside-bg.jpg) repeat-x scroll 0 0 #efefef;*/
}
.br-tenant {background: url(Images/inside-bg.jpg) repeat-x scroll 0 0 #efefef;}
/*-----19-06-2025 new continuity login start here------*/
.tenant-login.alumnilgn .form-section {
    background: #b7e3f1
}
.tenant-login.alumnilgn .form-section .form-control {
    background: #ffffff4f;
}
.tenant-login .form-section {
    min-height: 95vh;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 50px
}
.tenant-login a {
    text-decoration: none;
    color: #064a49
}
.tenant-login .logo {
    float:none;
}
.tenant-login .form-inner {
    max-width: 435px;
    width: 100%
}
.tenant-login .form-section .extra-login, .tenant-login .form-section .form-group {
    margin-bottom: 25px;
    position: relative
}
.tenant-login .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    position: absolute;
    border-radius: 2px;
    border: none;
    background-color: #fff;
    margin-left: -22px
}
.tenant-login .form-check-input:focus {
    border-color: snow;
    outline: 0;
    box-shadow: none
}
.tenant-login .form-check-input:checked {
    background-color: #f5c025 !important;
    border: 1px solid #f5c025 !important
}
.tenant-login .form-section p {
    margin-bottom: 0;
    font-size: 16px
}
.tenant-login .form-section h3 {
    margin: 15px 0;
    font-size: 18px;
    color: #faa905;
}
.tenant-login .form-section .form-control {
    padding: 11px 28px 9px;
    font-size: 16px;
    outline: 0;
    height: 55px;
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
    border-bottom: 1px solid #0000002b;
    background: #ffffff2e;
    width: 100%!important;
    border: none;
}
.tenant-login .form-section .form-control.custom-controls {
    background: #ffffffc9;
    color: #000
}
#txtMobileNo::placeholder, #txtOtp::placeholder {
    color: #fff
}
.tenant-login .form-section .form-check {
    margin-bottom: 0;
    float: left;
    padding: 0;
    margin-left: 24px
}
.tenant-login .form-section .form-check-label {
    padding-left: 5px;
    font-size: 16px;
    color: #fff
}
.tenant-login .form-section a.forgot-password {
    font-size: 16px;
    color: #fff !important
}
.tenant-login .checkbox.form-group.clearfix {
    margin-bottom: 0
}
.tenant-login .form-section a.forgot-password:hover {
    color: #ffb108
}
.tenant-login .logo img {
    margin-bottom: 15px;
    height: 125px
}
.tenant-login .btn-theme {
    position: relative;
    display: inline-block;
    border: none;
    color: #fff;
    z-index: 1;
    border-radius: 0;
    width: 100%
}
.tenant-login .btn-theme:after, .tenant-login .lines {
    right: 0;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute
}
.tenant-login .btn-theme:after {
    bottom: 0;
    content: "";
    border-radius: 3px;
    transform: perspective(200px) scaleX(.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform .4s linear, transform .4s linear
}
.tenant-login .btn-theme:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0) translateZ(0);
    transition: transform .4s linear, transform .4s linear
}
.tenant-login .btn-lg {
    padding: 0 50px;
    line-height: 55px
}
.tenant-login .btn {
    box-shadow: none !important
}
.tenant-login .btn-primary {
    background: #faa905;
    /*margin-top: 25px;*/
    color: #fff;
    border-radius: 8px;
}
.tenant-login .btn-primary:after, .tenant-login .btn-primary:hover {
    background: #e79b00;
    text-decoration: underline;
    color: #fff;
}
.tenant-login .info {
    max-width: 650px
}
.tenant-login .info p {
    color: #fff;
    opacity: .8;
    font-size: 15px;
    line-height: 25px
}
.tenant-login .name_wrap h1 {
    position: relative;
    font-size: 55px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    display: inline-block;
    overflow: hidden
}
.tenant-login h1 span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    padding-left: 2px
}
h2.headh2 {
    line-height: 30px;
    margin-top: -10px;
    text-align: center;
    font-weight: 300;
    font-size: 25px;
    color: #fff
}
p.headp {
    font-size: 12px !important;
    margin-bottom: 15px !important;
    margin-top: -5px !important;
    color: #fff
}
.cust-group-form a, .tenant-login .info ul {
    color: #fff
}
.tenant-login .form-inner .form-box i {
    position: absolute;
    top: 19px;
    left: 20px;
    font-size: 16px;
    color: #c3c3c3
}
.tenant-login .home-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #006d84;
    padding: 6px 10px;
    border-radius: 6px;
}
.tenant-login .home-btn a {
    color:#fff;
    font-size:14px;
}
.calend-cust, .custom-home {
    position: absolute;
    right: 20px
}
.form-group .custom-button-theme {
    margin-top: 0;
    background: #1bbbdd;
}
.tenant-login .logo.cust-logo img {
    height: auto;
    margin: 0 auto;
}
.form-group .custom-button {
    position: relative;
    display: inline-block;
    border: 1px solid #ff9800;
    color: #ff9800;
    z-index: 1;
    border-radius: 50px;
    width: 100%;
    background: 0 0
}
.form-group .custom-button:hover {
    color: #fff;
    background: #ff9800
}
.tenant-login .form-section .form-group.cust-group-form {
    margin-bottom: 5px
}
.plc-students-loginn .input-label {
    width: 100%;
    text-align: left;
    color: #b5b5b5;
    padding-left: 25px;
    font-size: 13px;
}
.contiunity-date {position:absolute;top:15px;right:15px;}
@media (max-width:769px) and (min-width:300px) {
    .tenant-login {
        background:#074f63;
    }
    .tenant-login .form-inner {
        width: auto;
        height: 100vh;
    }
}
/*-----19-06-2025 new continuity login end here------*/

/*---new sidebar start---*/
.navbar {
	padding: 0; 
	border: none;
	border-radius: 0;
	margin-bottom: 5px;
	/*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    background: #103459;
    background-image: linear-gradient(#103b4c, #3f90a6);*/
    background:transparent;
}
.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;*/
}
.right-navigation {
    margin-left: 15px;
    margin-bottom: 15px;
    background: #fff;
}
.right-menu {
	display:none;
}
.profile-master {
    height: 50px;
    width: 50px;
    border-width: 0px;
    border: 1px solid #514c50;
    border-radius: 50%;
    margin: 0 auto;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
	display: flex;
	align-items: stretch;
    margin-top: 15px;
}
.sidebars {
    display: block!important;
}
#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: #000;
	padding: 10px;
}
#sidebar ul li {
    margin-bottom:1px;
    list-style-type: none;
}
#sidebar ul li a {
	padding: 10px;
	font-size: 13px!important;
	display: block;
    color:#000;
    border-bottom: 1px dashed #ccc;
}
#sidebar ul li.active {
    background:#fca000;
}
    #sidebar ul li.active span a {
        color: #fff;
        background: url('Images/angle-right.png') scroll no-repeat 8px 15px;
    }
/*#ctl00_menu ul {
    padding: 0;
    list-style-position: none;
}*/
    #sidebar ul li span a {
        background: url('Images/angle-right-dark.png') scroll no-repeat 8px 15px;
        font-size: 14px !important;
    }
#sidebar ul li span a:hover {
	color: #fff;
    background: #fff url('Images/angle-right.png') scroll no-repeat 8px 15px;
}
.navigation ul {padding:0;}
/*#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 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%!important;
	overflow:hidden;
    margin:0!important;
}
.profile-content {
    padding: 13px 0;
    background: #1e5567;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.tenant-profile {
    height: 50px;
    width: 50px;
    border: 3px solid #dddddd;
    border-radius: 50px;
}
.user_image {
    margin: 0 15px;
}
.user_image {
    padding: 0 !important;
}
.d-flex {
    display: flex;
}
.navbar-collapse ul {padding:0;margin:0;clear:none;}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
 #sidebar {
 margin-left: -280px;
}
 #sidebar.active {
 margin-left: 0;
}
 #sidebarCollapse span {
 display: none;
}
.margin-lt {margin-left:0!important;}
}
/*custom css*/
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.nav-head {
    color: #000;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    font-size:14px;
}
.centered {
	text-align: center;
}
.content-wrapper {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.btn-info {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
}
.navbar-header .btn-info {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
}
.navbar-header .btn-info:hover, .navbar-header .btn-info:focus {
    color: #fff;
    background-color: transparent!important;
    border-color: transparent!important;
}
.btn-info.focus,.btn-info:focus{color:#fff;background-color:transparent!important;border-color:transparent!important;}
.btn-info:hover{color:#fff;background-color:#41383d;border-color:#41383d}
.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: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    width: 187px;
}
.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;
}
#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: transparent;
    -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: #fca000;
    /*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);
}
.student-banner-sidebar {
    padding: 15px;
}
@media (max-width: 732px) and (min-width: 320px) {
    .right-menu {
        display: block;
        position: absolute;
        right: 15px;
        top: 0px;
    }
}
/*---end sidebar start---*/
.footerr {
    float: left;
    font-weight: 600;
    height: 50px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    background: #dcdcdc;
}
.nav li a:hover {
    background: #fca000 !important;
    /* border: solid 1px #e18d08; */
    color: #fff !important;
    border-radius: 5px;
}
.heading {
    background: #eef2f5;
    border-bottom: 1px solid #dcdcdc;
    clear: both;
    color: #bd4c26;
    border-left: 4px solid #3a5772 !important;
    font-size: 13px !important;
    font-weight: 600;
    margin: 20px 0;
    padding: 9px !important;
    text-align: left;
}
.custom-control-label {font-weight:600;}
.form-group .custom-radio-check {margin-top:7px;}
.form-group-sm textarea.form-control {
    height: 30px;
    width:96%;
}
.form-control {
    display: inline-block;
    width: 96%!important;
    padding: 3px 5px;
    height: 28px;
    font-size: 12px;
}
.contiunity-banner img {border-radius:10px;margin-bottom:15px;}
.button-common {
    background: #fca000;
    border: 1px solid #fca000;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    margin: 6px 5px 3px 0;
    font-weight: 600;
    padding: 6px 12px;
    transition: all 0.3s ease 0s;
}
.button-common:hover {
    /* background: #ef9800; */
    color: #fca000;
    letter-spacing: 3px;
    background: none;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.3s ease 0s;
}
.required {
    color: red;
}
.explogologinpg {
    background: url(Images/manage-iti.png) no-repeat scroll 0 0 transparent;
    color: #666666;
    float: left;
    font-size: 0;
    height: 26px;
    margin: 11px 0 0 43%;
    text-align: right;
    width: 130px;
}
.uploadfiles {
    margin: 2px 0px 2px 0px;
    padding: 1px 0px 1px 2px;
    font-size: 12px;
}
.custom-label {text-align:right;}
.table tr th {
    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 );
    text-align:center;
    font-weight:600;
    padding: 5px;
    border: 1px solid #D4D4D4;
}
.table tr td {
    padding: 5px;
    border: 1px solid #D4D4D4;
}
.header-style {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    height: 20px;
    border: solid 1px #000 !important;
    text-align: center;
}
.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 );
}
.item-style {
    text-align: left;
    background: #ECECEC;
}
.item-style td {
    padding: 5px !important;
    font-size:11px;
}
.navbar-default .navbar-nav > li > span > a {
    color: #fff;
}
.nav>li>span>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.custom-label-div {font-weight:500;text-align:left!important;}
