﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
/* CSS Document */

*{margin:0; padding:0;}
.bodywrap {
	border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    width:910px; 
    float:left; 
    background:#FFFFFF; 
    padding:20px;
}
.new-table{border-collapse:collapse; border:1px solid #e3e3e3;}
.new-table td{border:1px solid #e3e3e3; padding:5px 5px;}

.new-table td td{border:0; padding:0;}

.new-table .dgitem-style td{border:1px solid #dbccb6!important; font-size:11px;}

.new-table .portalbox {
    border: 1px solid #666666;
    font-size: 11px;
    margin: 0 3px 0 0;
    padding: 1px;
    width: 180px;
}
.new-table .portaldown {
    border: 1px solid #666666;
    font-size: 11px;
    margin: 0 3px 0 0;
    width: 183px;
} 
/*--new look start here--*/
.navbar {
	padding: 0;
	background-image: linear-gradient(270deg,rgba(51,148,225,.18),transparent);
    background-color: #165169;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
	border: none;
	border-radius: 0;
	margin-bottom: 15px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    min-height:66px;
}
.navbar-btn {
    margin-top: 16px;
    margin-bottom: 16px;
}
/*@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}*/

.navbar-btn {
	box-shadow: none;
	outline: none !important;
	border: none;
}
.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0;
}
.right-menu {
    display: none;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
	display: flex;
	align-items: stretch;
}
#sidebar .sidebar-header {
	padding: 5px;
	background: #165169;
	min-height: 66px;
}
#sidebar {
	min-width: 285px;
	max-width: 285px;
	background: #fff;
	color: #fff;
	transition: all 0.3s;
    box-shadow: 0px 0px 15px #773a013d;
}
#sidebar.active {
	margin-left: -285px;
}
#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: #000;
    border:1px dotted #d7d7d7;
}
#ctl00_menu ul {
    padding:0; list-style-position:none;
}
    #ctl00_menu ul li a {
        background: url('../../../Images/angle-right-dark.png') scroll no-repeat 8px 15px;
        font-size: 14px !important;
    }
#sidebar ul li a:hover {
	color: #FFF;
	background:#17526b url('../../../Images/angle-right.png') scroll no-repeat 8px 15px;
}
#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;
}
.right-menu {
    display: none;
}
.user_image img {
    border: 2px solid #d7d7d7;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
	padding:0;
	min-height: 100vh;
	transition: all 0.3s;
	width:100%;
	overflow:hidden;
    margin: 0;
    float: none;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
 #sidebar {
 margin-left: -285px;
}
 #sidebar.active {
 margin-left: 0;
}
 #sidebarCollapse span {
 display: none;
}
}
@media (max-width: 736px) and (min-width: 320px) {
    .right-menu {
    position: absolute;
    right: 15px;
    top: 0px;
}
#sidebarCollapse {
    margin-left: 15px;
}
}
/*custom css*/
.navbar-default .navbar-nav li a {
	color: #FFF;
    padding-top: 23px;
    line-height: 20px;
    padding-bottom: 15px;
    display: inline-block;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
    text-decoration:underline;
}
.nav-head {
	color: #fff;
	padding: 10px;
	background: #17526b;
	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: #ffffff;
    background-color: #f39c12;
    border-color: #f39c12;
}

.btn-info.focus,.btn-info:focus{color:#fff;background-color:#009f9f;border-color:#009f9f}
.btn-info:hover{color: #ffffff;
    background-color: #f39c12!important;
    border-color: #f39c12!important;}
.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: #64605c;
}
.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:#165169;
    font-weight: 600;
}
.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: 0px 0px 15px #773a013d;
}
.student-portal h1.heading {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
    background: #eef5f7;
    border-left: 3px solid #17526b;
    padding: 10px;
}
.student-portal h2.subheading {
    color: #000;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    /* margin: 0 0 10px 0; */
    background: #eef5f7;
    border-left: 3px solid #165169;
    padding: 10px;
    margin-top: 0;
}
.content-wrapper .col-sm-4,  .student-portal .col-lg-12, .custom-static-position {
    position:static;
}
.custom-text-left {
    font-weight: normal;
    text-align: left !important;
}
span.unbold {
    font-weight: 400;
    color: #dd127b;
}
.form-control {
    width:95%;
    display:inline-block;
}
/*--new look end here--*/
.navbar-nav li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}
#ctl00_tblSidetable li {
    color: #9f9f9f;
    border-bottom: dotted 1px #ccc;
    padding: 10px;
}
.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: 0; 
}
@media (max-width: 736px) and (min-width: 320px) {
    .form-horizontal {
    padding: 0;
}
    #content {
    overflow: visible;
}
}