@charset "utf-8";
/* CSS Document */
/*
01. Basic Styles
02. Datatable Custom Style
03. Student Module
04. Institute Profile and Student Profile
*/

/*--------------------------------------------
01. Basic Styles
---------------------------------------------*/
.dark {
    color: #333;
}
.color-orange {
	color: #d9534f !important;
}
.color-green {
	color: #1fa67a !important;
}
.color-red {
	color: #d9534f !important;
}
.bg-dark {
	background-color: #262b36;
	color: rgba(255, 255, 255, 0.8);	
}
.bg-red {
	background-color: #E82A1E;
	color: rgba(255, 255, 255, 0.8);	
}
.bg-blue {
	background-color: #1967d2;
	color: rgba(255, 255, 255, 0.8);	
}
.bg-dark-blue {
	background-color: #071820;
	color: rgba(255, 255, 255, 0.8);	
}
.bg-green {
	background-color: #1fa67a;
	color: rgba(255, 255, 255, 0.8);	
}
.bg-dark-green {
	background-color: #084540;
	color: rgba(255, 255, 255, 0.8);	
}
.bg-pink {
	background-color: #d43a69;
	color: rgba(255, 255, 255, 0.8);	
}
.bg-orange {
	background-color: #e6ad5c;
	color: rgba(255, 255, 255, 0.8);	
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mt0 {
    margin-top: 0;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.mlr15 {
	margin: 0 15px;
}
.padding5 {
    padding: 5px;
}
.padding10 {
    padding: 10px;
}
.nomargin {
    margin: 0;
}
.noshadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nopadding {
    padding: 0;
}
.nopaddingtop {
    padding-top: 0 !important;
}
.nopaddingbottom {
    padding-bottom: 0 !important;
}
.italic {
    font-style: italic;
}
.width100p {
    width: 100%;
}
.width20 {
    width: 20px;
}
.width30 {
    width: 30px;
}
.width50 {
    width: 50px;
}
.width60 {
    width: 60px;
}
.width70 {
    width: 70px;
}
.width80 {
    width: 80px;
}
.width100 {
    width: 100px;
}
.width120 {
    width: 120px;
}
.width200 {
    width: 200px;
}
.inblock {
    display: inline-block;
}
.none {
	display: none;
}
.block { 
	display: block;
}
.fw-600 {
	font-weight: 600;
}
.align-center {
	text-align: center;
}
.caps {
	text-transform: uppercase;
}
.bootstrap-select > .dropdown-toggle {
	padding: 7px 15px !important;
}

table.display tr td {
	font-size: 14px !important;
}

/*--------------------------------------------
02. Datatable Custom Style
---------------------------------------------*/
table.dataTable > tbody > tr.child ul.dtr-details > li {
	font-family: 'Mingzat', sans-serif;
	font-size: 15px;
	font-weight: 400;
}
table.dataTable > tbody > tr.child span.dtr-title { 
	width: 51%;
	font-weight: 400 !important;
}
table.dataTable > tbody > tr.child span.dtr-title:after {
	content: ":"
}
.datatable_grouping_header {
	background: #3a7fd5;
	background: -webkit-linear-gradient(left, #3a7fd5, #6ebce2);
	background: -o-linear-gradient(left, #3a7fd5, #6ebce2);
	background: linear-gradient(to right, #3a7fd5, #6ebce2);
	color: #fff
}

/*--------------------------------------------
03. Student Module
---------------------------------------------*/
.hover { cursor: pointer;}
#ajax_loader {
	position: relative;
    padding-top: 25%;
	background:url(../media/images/loader.gif) 50% 78%;
	display: none;
}
.pay_status {
	border-radius: 20px;
	padding: 3px 20px 3px 20px !important;
	font-size: 1.1rem;
	text-transform: uppercase;
}
.payment div {
	padding: 10px;
	border-right: 1px solid #ddd;
	font-size: 1rem;
	line-height: 1.5;
}
.payment div ul.list {
	margin: 0;
	padding: 0;
	width: 100%;
}
.payment ul.list li {
	border-bottom: 1px solid #eaecf0;
	list-style: none;
}
.payment div.noborder {
	border-right: 0px;
}
.payment ul.list li:last-child {
	border-bottom: 0px;
}
.payment ul.list li p.details {
	color: #505b72;
	padding: 6px 0 5px 10px;
	border-radius: 0;
	font-weight: 500;
	margin: 0px !important;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	display: inline-block;
}
.payment ul.list li span.icon-pay {
	padding: 8px 5px;
	display: inline-block;
	vertical-align: top;
}
.payment ul.list li span.icon-pay i {
	font-size: 3rem;
}
.payment p.details span {
	display: inline-block;
	font-size: 14px;
	padding: 5px 0;
}


/*--------------------------------------------
04. Institute Profile and Student Profile
---------------------------------------------*/
.iframe-container {
	padding-bottom: 60%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.iframe-container iframe, .iframe-container object, .iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.profile_header {
	min-height: 60vh;
	text-align: center;
	overflow: hidden;
}
.profile_header.profile-background {
	background: none no-repeat center center scroll;
	background-image: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 16% top;
	min-height: 50vh;
}
.profile_header .content.hero {
	height: 50vh;
}
.profile_header .content {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	z-index: 25;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.profile_header .inner_content {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -38%);
	z-index: 2;
	text-align: center;
	width: 100%;
	padding: 0px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.profile_header .name_card_pace {
	font-family: 'Hind Madurai', sans-serif;
	font-size: 20px;
	color: #fff;
}
.scourse-list {
	margin: 0; 
	padding: 0;
	display: inline-block;
}
.scourse-list li {
	list-style: none;
	padding: 7px 5px;
	border-bottom: 1px solid #bdc3d1;
}