.login_wrapper .login_logo {
	background: url(../../assets/images/background-banner.png) no-repeat;
	background-size: cover;
}
.login_wrapper .login_form {
    background: url(../../assets/images/login-right.png) no-repeat;
    background-size: cover;
}
.logo{
	margin: 50px;
}
.institution_login{
	position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    color: #fff;
}
.institution_login h1{
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 56px;
	border-bottom: 8px solid #1BAAD5;
	padding-bottom: 20px;
	width: fit-content;
	margin-bottom: 50px;
}
.institution_login h2{
	color: #fff;
	font-size: 32px;
	margin-bottom: 30px;
}
.institution_login p{
	font-size: 18px;
    max-width: 650px;
    line-height: 1.6;
}
.login_copyright{
	position: absolute;
    bottom: 50px;
    left: 100px;
    color: #fff;
    font-size: 16px;
}
.sign_in{
	background: #fff;
	border-radius: 30px;
	padding: 50px 50px;
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
	max-width: 700px;
    width: 100%;
}
.sign_in h2{
	color: #077495;
	font-size: 56px;
	font-weight: 900;
	margin-bottom: 30px;
}
.sign_in p{
	color: #1C2437;
	font-size: 18px;
	margin-bottom: 50px;
}
.sign_in label{
	color: #1C2437;
	font-size: 22px;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}
.sign_in .form-control{
	border: 1px solid #D3D3D3;
	border-radius: 4px;
	height: calc(3.25em + 1.4rem + 1px);
	font-size: 18px;
	box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
}
.login_button{
	background: #1BAAD5;
	border: 1px solid #1BAAD5;
	border-radius: 9px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	padding: 20px 40px;
}
.login_button img{
	margin-left: 5px;
	width: 25px;
}
.brand-logo img{
	width: 200px;
}
.dashboard_col{
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}
.dashboard_col_img{}
.dashboard_col_img img{
	height: 250px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}
.dashboard_col_content{
	padding: 40px 20px;
	text-align: center;
}
.dashboard_col_content h3{
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #434443;
	font-weight: 700;
	font-size: 24px;
}
.dashboard_col_content p{
	color: #7C7C7C;
	font-size: 18px;
}
.alert-custom{
	background: #077495;
	color: #fff;
	display: flex;
    justify-content: space-between;
    padding: 20px;
    font-size: 18px;
}
.click_btn{
	background: #1BAAD5;
	color: #fff;
	border-radius: 5px;
    padding: 10px 25px;
    width: 150px;
    text-align: center;
}
.click_btn:hover{
	color: #fff;
}
.top_right_box{
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
	margin-bottom: 30px;
}
.top_right_box ul{
	list-style: none;
	padding-left: 0;
}
.top_right_box ul li{
	display: flex;
	flex-wrap: wrap;
}
.top_right_box ul li:not(:last-child){
	margin-bottom: 30px;
}
.top_right_box ul li .top_right_box_icon_box{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background: #077495;
	font-size: 24px;
}
.top_right_box ul li .top_right_box_content{
	margin-left: 30px;
	width: 80%;
}
.top_right_box ul li .top_right_box_content h3{
	margin-bottom: 15px;
	color: #434443;
	font-weight: 700;
	font-size: 20px;
}
.top_right_box ul li .top_right_box_content h3 a{
	color: #434443;
}
.top_right_box ul li .top_right_box_content p{
	color: #7C7C7C;
	font-size: 16px;
}
.top_right_box ul li:hover .top_right_box_icon_box{
	background: #1BAAD5;
}
.bottom_right_box{}
.bottom_right_box ul{
	list-style: none;
	padding-left: 0;
}
.bottom_right_box ul li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 10px;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}
.bottom_right_box ul li:not(:last-child){
	margin-bottom: 30px;
}
.bottom_right_box ul li .bottom_right_box_icon{
	color: #fff;
	background: #077495;
	font-size: 62px;
	width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border-radius: 10px 0 0 10px;
}
.bottom_right_box ul li .bottom_right_box_content{
	padding: 20px 40px;
	width: 71%;
}
.bottom_right_box ul li .bottom_right_box_content h3{
	color: #434443;
	font-weight: 700;
	font-size: 20px;
}
.bottom_right_box ul li .bottom_right_box_content h3 a{
	color: #434443;
}
.bottom_right_box ul li:hover .bottom_right_box_icon{
	background: #1BAAD5;
}
.page_title{
	font-weight: 700;
	font-size: 32px;
}
.right_dropdown{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.right_dropdown label{
	margin-right: 10px;
	font-weight: 700;
	color: #000000;
	font-size: 18px;
}
.right_dropdown select{
	border-radius: 5px;
	width: 300px;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
	border: none;
    padding: 12px 12px;
}
.right_dropdown select:focus{
	outline: none;
}
table tr th,
table tr td{
	font-size: 18px;
}
.status{
	font-size: 24px;
}
.primary_status{
	color: #1CABE9;
}
.danger_status{
	color: #DC3545;
}
.warning_status{
	color: #DBB436;
}
.info_status{
	color: #B7B7B7;
}
.table_action{
	color: #707070;
	font-size: 24px;
}
.table_check{
	width: 20px;
    height: 20px;
}
.table_info{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.table_info_left{}
.table_info_right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.table_search{
	margin-right: 10px;
}
.dowlmoad_link{}
.status_indicators{
	margin-right: 30px;
	font-size: 18px;
}
.status_indicators span .fa{
	margin-right: 5px;
}
.status_indicators span{
	margin-right: 15px;
}
.submitted_status .fa{
	color: #1CABE9;
}
.pending_status .fa{
	color: #DBB436;
}
.objection_status .fa{
	color: #B7B7B7;
}
.rejected_status .fa{
	color: #DC3545;
}
.table_search{
	display: flex;
}
.table_search input[type="search"],
.table_search input[type="text"]{
	border: 1px solid #DEE2E6;
	border-radius: 4px;
	padding: 10px;
}
.table_search input[type="search"]:focus,
.table_search input[type="text"]:focus{
	border: 1px solid #DEE2E6;
	outline: none;
}
.table_search button,
.table_search input[type="submit"]{
	background: #077495;
	border: 1px solid #077495;
	color: #fff;
	border-radius: 4px;
	margin-left: 5px;
	padding: 10px 8px;
}
.dowlmoad_link button{
	background: #1BAAD5;
	border: 1px solid #1BAAD5;
	color: #fff;
	border-radius: 4px;
	padding: 10px 8px;
}
.pagination .page-item.active .page-link{
	background-color: #077495;
}
.action_btn{
	background: transparent;
    border: 1px solid #077495;
    color: #077495;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 14px;
    width: 160px;
    display: block;
    text-align: center;
}
.action_btn:hover{
	background: #1BAAD5;
    border: 1px solid #1BAAD5;
    color: #fff;
}
.communication_btn{
	width: 250px;
}
.nav.nav-tabs .nav-item .nav-link{
	font-weight: 700;
	font-size: 18px;
}
.nav.nav-tabs .nav-item .nav-link.active{
	color: #077495;
}
.nav.nav-tabs .nav-item .nav-link.active:after{
	background: #077495 !important;
	box-shadow: none !important;
}
.nav.nav-tabs{
	border-bottom: 1px solid #E7E7E7;
}
.btn-primary{
	border-color: #077495 !important;
    background-color: #077495 !important;
}
.card-header{
    border-bottom: 1px solid #E7E7E7 !important;
    padding-bottom: 20px !important;
}
.card-title{
	font-weight: 700;
}
.main-menu .navbar-header .logo_column{
	width: 88%;
}
.main-menu .navbar-header .nav-toggle{
	width: 30px;
	text-align: right;
}
.main-menu .navbar-header a{
	color: #fff !important;
}
.nav .modern-nav-toggle {
    padding: 1rem 0;
}
.dataTables_filter{
	display: none !important;
}


/*Media Queries*/
@media screen and (max-width: 1920px){
	.sign_in{
	    max-width: 500px;
	    padding: 30px 30px;
	}
	.sign_in h2{
		font-size: 36px;
		margin-bottom: 10px;
	}
	.sign_in p{
		margin-bottom: 30px;
	}
	.sign_in label{
		font-size: 16px;
	}
	.sign_in .form-control{
		height: calc(2em + 1.4rem + 1px);
	}
	.login_button{
		font-size: 16px;
	    padding: 12px 30px;
	}
	.institution_login h2{
		font-size: 22px;
	}
	.institution_login h1{
		font-size: 42px;
		margin-bottom: 30px;
	}
	.institution_login p {
	    font-size: 16px;
	    max-width: 500px;
	}
	.login_copyright{
		font-size: 14px;
	}
	.logo img{
		width: 250px;
	}
	.top_right_box ul li .top_right_box_content {
	    width: 75%;
	}
	.bottom_right_box ul li .bottom_right_box_icon{
		font-size: 52px;
	    width: 130px;
	    height: 130px;
	    line-height: 130px;
	}
	.top_right_box{
		padding: 15px;
	}
	.top_right_box ul li .top_right_box_icon_box{
		width: 50px;
    	height: 50px;
    	line-height: 50px;
	}
	.top_right_box ul li .top_right_box_content{
		margin-left: 20px;
	}
	.top_right_box ul li .top_right_box_content h3{
		font-size: 16px;
	}
	.top_right_box ul li .top_right_box_content p{
		font-size: 14px;
	}
	.dashboard_col_img img{
		height: 200px;
	}
	.dashboard_col_content h3{
		font-size: 16px;
	}
	.dashboard_col_content {
	    padding: 30px 15px;
	}
	.dashboard_col_content p {
	    font-size: 14px;
	}
	.bottom_right_box ul li .bottom_right_box_icon {
	    font-size: 42px;
	    width: 100px;
	    height: 100px;
	    line-height: 100px;
	}
	.bottom_right_box ul li .bottom_right_box_content {
	    padding: 10px 15px;
	    width: 70%;
	}
	.bottom_right_box ul li .bottom_right_box_content h3{
		font-size: 16px;
	}
	.bottom_right_box ul li .bottom_right_box_content p{
		margin-bottom: 0;
	}
	.alert-custom{
		padding: 10px 10px;
    	font-size: 14px;
	}
	.main-menu .navbar-header{
		height: 7rem;
	}
	.status_indicators{
		font-size: 14px;
	}
	.status_indicators span .fa {
	    margin-right: 2px;
	}
	table tr th, table tr td {
	    font-size: 14px;
	}
	.status {
	    font-size: 16px;
	}
	.table_action {
	    font-size: 16px;
	}
	.table_check {
	    width: 15px;
	    height: 15px;
	}
}
@media screen and (max-width: 1680px){
	.sign_in{
	    left: 60%;
	}
	.page_title {
	    font-size: 24px;
	}
}
@media screen and (max-width:1440px){
	.sign_in {
	    left: auto;
	    right: 100px;
	    transform: translate(0, -50%);
	}
	.top_right_box ul li .top_right_box_icon_box {
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 18px;
	}
	.bottom_right_box ul li .bottom_right_box_icon {
	    font-size: 30px;
	    width: 90px;
	    height: 90px;
	    line-height: 90px;
	}
}
@media screen and (max-width:1366px){
	.table_info{
		flex-wrap: wrap;
	}
	.table_info_left,
	.table_info_right{
		width: 100%;
	}
	.table_info_left{
		margin-bottom: 30px;
	}
}
@media screen and (max-width:1280px){
	.sign_in{
		right: 70px;
	}
	.bottom_right_box ul li .bottom_right_box_icon {
	    font-size: 28px;
	    width: 80px;
	}
}
@media screen and (max-width:1040px){
	.login_wrapper .login_form{
		display: none;
	}
	.login_wrapper .login_logo{
		-webkit-flex: 0 0 100%;
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	.institution_login{
		position: static;
		transform: translateY(0);
    	text-align: center;
	}
	.institution_login h1 {
	    margin: 0 auto 30px;
	}
	.institution_login p {
	    margin: 0 auto 30px;
	}
	.logo{
		text-align: center;
	}
	.sign_in {
	    right: auto;
	    left: 50%;
	    top: 55%;
	    transform: translate(-50%, -50%);
	    max-width: 600px;
	}
	.logo img {
	    width: 350px;
	}
	.login_copyright {
	    left: 0;
	    width: 100%;
	    text-align: center;
	}
	.login_wrapper .login_logo{
		background: none;
		min-height: auto !important;
	}
	.login_wrapper{
		background: url(../../assets/images/login-left.jpg) no-repeat;
		background-size: cover;
		min-height: 100%;
		padding-bottom: 50px;
	}
	.sign_in{
		position: static;
		transform: translate(0, 0);
		margin: 30px auto;
	}
	.login_copyright {
	    position: static;
	    margin-top: 40px;
	}
	.main-menu .navbar-header .logo_column {
	    width: 85%;
	}
	.brand-logo img {
	    width: 160px;
	}
}
@media screen and (max-width:991px){
	.main-menu.menu-light .navigation li a span{
		margin-left: 15px;
	}
	.right_dropdown select{
		width: 180px;
	}
}
@media screen and (max-width:767px){
	.logo img {
	    width: 250px;
	}
	.institution_login h2 {
	    font-size: 16px;
	}
	.institution_login h1 {
	    font-size: 28px;
	    border-bottom: 5px solid #1BAAD5;
    	padding-bottom: 10px;
	}
	.login_wrapper{
		padding: 0 30px 50px;
	}
	.sign_in h2 {
	    font-size: 30px;
	}
	.alert-custom{
		flex-wrap: wrap;
	}
	.page_title {
	    font-size: 24px;
	}
	.status_indicators{
		margin-right: 0;
	}
	.table_info_right{
		flex-wrap: wrap;
	}
	.table_search {
	    margin-right: 0;
	    flex-wrap: wrap;
	}
	.table_search input[type="search"], 
	.table_search input[type="text"],
	.table_search button,
	.table_search input[type="submit"]{
		width: 100%;
	}
	.table_search button, .table_search input[type="submit"]{
		margin-left: 0;
	}
	.dowlmoad_link {
		width: 100%;
	    margin-top: 20px;
	}
	.dowlmoad_link button{
		width: 100%;
	}
}
@media screen and (max-width:680px){}
@media screen and (max-width: 824px) and (orientation: landscape){}