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

/*--------------------------------------------
01. Basic Styles
---------------------------------------------*/
.dark {
	color: #333;
}
.color-orange {
	color: #d9534f !important;
}
.color-green {
	color: #1fa67a !important;
}
.color-red {
	color: #d9534f !important;
}
.color-white {
	color: #fff !important;
}
.bg-dark {
	background-color: #262b36;
	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 !important;
}
.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;
}
.align-center {
	text-align: center;
}
.bootstrap-select > .dropdown-toggle {
	padding: 7px 15px !important;
}
.border1 {
	border: 1px solid #bdc3d1;
}
/*--------------------------------------------
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. Common Style
---------------------------------------------*/
.btn-quirk-add {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .5px;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 8px 10px;
}
#imgPreview {
	width: 100%;
}
table.display {
	border: 1px solid #bdc3d1;
}
table.display tr td {
	font-size: 14px !important;
}
.edit_modal_popup {
	cursor:pointer;
}
/*--------------------------------------------
04. Institute Profile and Student Profile
---------------------------------------------*/
.blog-meta {
	font-weight: 600;
	margin: 0 !important;
	color: #e8c606;
}
.blog-inner-text {
	position: absolute;
	bottom: 0;
	background: rgba(38, 43, 54, .8);
	width: 99.5%;
	padding: 5px 10px;
}
.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-size: 20px;
	color: #fff;
}
.scourse-list {
	margin: 0; 
	padding: 0;
	display: inline-block;
	width: 100%;
}
.scourse-list li {
	font-family: 'Mingzat', sans-serif;
	font-size: 14px !important;
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #bdc3d1;
}
.scourse-list li:last-child {
	border:none;
}