@charset "utf-8";
/* CSS Document */
/*
01. Basic Styles
02. Datatable Custom Style
03. Dashboard
*/

/*--------------------------------------------
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-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);	
}
.bg-light-grey {
	background-color: #f2f2f2;
}
.mb0 {
    margin-bottom: 0px;
}
.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 !important;
}
.mt10 {
    margin-top: 10px !important;
}
.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;
}
.align-center {
	text-align: center;
}
.bootstrap-select > .dropdown-toggle {
	padding: 7px 15px !important;
}
#divUTC {
	color: #fff;
	font-family: 'Mingzat',sans-serif;
	font-size: 13px;
	font-weight: 400;
}

/*--------------------------------------------
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. Dashboard Style
---------------------------------------------*/
.well.primary p {
	font-weight: 600;
}
.well.primary h3 {
	font-family: 'Mingzat',sans-serif;
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
}
.well.primary p {
	display: inline-block;
}
.blog-meta {
	font-weight: 600;
	margin: 0 !important;
	color: #e8c606;
}
.blog-inner-text {
	position: absolute;
	bottom: 0;
	background: rgba(38, 43, 54, .8);
	width: 95.5%;
	padding: 5px 10px;
}
.dash-pay-summary {
	margin: 0;
	padding: 0;
	font-family: 'Mingzat',sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.dash-pay-summary li {
	list-style:none;
	display: inline-block;
	padding: 5px 10px;
	border-right: 1px solid #f2f2f2;
	width: 19.4%
}
.dash-pay-summary li:last-child {
	border-right:0px;
}
.dash-pay-summary li span {
	display: block;
	padding: 5px 0;
	text-transform: uppercase;
	text-align: center;
}
.dash-pay-summary li span.text {	
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #2574ab;
}
.dash-pay-summary li span.text i {
	color: #2574ab;
	font-size: 25px !important;
}
.pay_status {
	border-radius: 20px;
	padding: 6px 0 3px 0 !important;
	font-size: 1.2rem;
	min-width: 130px !important;
	display: inline-block !important;
}