/* --------------- widget-thumb --------------- */

.widget-thumb {
	padding: 20px;
	border-radius: 4px
}

.widget-thumb.bordered {
	background-color: white;
	border: 1px solid #e7ecf1
}

.widget-thumb .widget-thumb-heading {
	font-size: 1rem;
	font-weight: 700;
	color: #6c7293;
	margin: 0 0 20px
}

.widget-thumb .widget-thumb-wrap {
	overflow: hidden
}

.widget-thumb .widget-thumb-wrap .widget-thumb-icon {
	float: left;
	width: 60px;
	height: 60px;
	line-height: 41px;
	color: var(--white);
	text-align: center;
	margin-right: 15px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.widget-thumb .widget-thumb-wrap .widget-thumb-icon svg,
.widget-thumb .widget-thumb-wrap .widget-thumb-icon i {
	font-size: 1.7rem;
}

.widget-thumb .widget-thumb-body {
	overflow: hidden;
	display: flex;
	height: 60px;
	flex-direction: column;
	justify-content: space-between;
}

.widget-thumb .widget-thumb-body .widget-thumb-subtitle {
	padding-top: 2px;
	display: block;
	font-size: 1rem;
	font-weight: 600;
	color: #a7abc3
}

.widget-thumb .widget-thumb-body .widget-thumb-body-stat {
	display: block;
	font-size: 1.7rem;
	font-weight: 600;
	color: var(--dark-light)
}

.widget-thumb .widget-thumb-body .widget-thumb-body-stat > small {
	font-size: 1rem;
	font-weight: 600;
	text-transform: none;
}

/* --------------- ajax spinner --------------- */

#ajax-cover {
	z-index: 999999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #3333335c !important;
}

#ajax-spinner {
	position: fixed;
	width: 500px;
	height: 46px;
	z-index: 999998;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px;
	text-align: center;
	left: 0;
	right: 0;
	top: calc(50vh - 23px);
	margin: auto;
	line-height: 46px;
	font-size: 1rem;
}

#ajax-spinner > span {
	display: inline-block;
}

#ajax-spinner > svg {
	margin-right: 6px;
	font-size: 1.3rem !important;
	vertical-align: text-bottom;
}

/* --------------- Widget dashboard-stat2 --------------- */

.dashboard-stat2 {
	padding: 5px 10px;
	display: inline-block;
}

.dashboard-stat2 {
	border-radius: 4px;
	background: #fff;
}

.dashboard-stat2:not(.lg-widget) {
	width: 280px;
	margin: 5px 0;
}

.dashboard-stat2.lg-widget {
	width: 100%;
	padding: 15px;
}

.dashboard-stat2.bordered {
	border: 1px solid #e7ecf1
}

.dashboard-stat2 .display:after, .dashboard-stat2 .display:before {
	content: " ";
	display: table
}

.dashboard-stat2 .display:after {
	clear: both
}

.dashboard-stat2.lg-widget .display {
	margin-bottom: 10px
}

.dashboard-stat2:not(.lg-widget) .display {
	margin-bottom: 4px;
}

.dashboard-stat2:not(.lg-widget) .display h3 {
	font-size: 1rem;
	color: #646c9a;
}

.dashboard-stat2 .display .number {
	float: left;
	display: inline-block
}

.dashboard-stat2 .display .number h3 {
	margin: 4px 0 2px 0;
}

.dashboard-stat2.lg-widget .display .number h3 {
	font-size: 1.5rem;
	font-weight: 400
}

.dashboard-stat2.lg-widget .display > div:last-of-type > span {
	font-size: 1.5rem;
}

.dashboard-stat2 .display .number h3 > small {
	font-size: 23px
}

.dashboard-stat2 .display .number small {
	font-size: 14px;
	color: #AAB5BC;
	font-weight: 600;
	text-transform: uppercase
}

.dashboard-stat2 .display .icon {
	display: inline-block;
	float: right;
	padding: 7px 0 0
}

.dashboard-stat2 .display .icon > i {
	color: #cbd4e0;
	font-size: 26px
}

.dashboard-stat2 .progress-info {
	clear: both
}

.dashboard-stat2 .progress-info .progress {
	margin: 0;
	height: 4px;
	clear: both;
	display: block
}

.dashboard-stat2 .progress-info .status {
	margin-top: 5px;
	font-size: 11px;
	color: #AAB5BC;
	font-weight: 600;
	text-transform: uppercase
}

.dashboard-stat2 .progress-info .status .status-title {
	float: left;
	display: inline-block
}

.dashboard-stat2 .progress-info .status .status-number {
	float: right;
	display: inline-block
}

.dashboard-stat2 .number {
	font-size: 1.5rem;
}

.dashboard-stat2 .display div:last-of-type {
	font-size: 1.5rem;
}

/* --------------- fancy-checkbox --------------- */

.form-group.fancy-checkbox {
	margin-bottom: 0;
}

.fancy-checkbox > .btn-group > label {
	margin-bottom: 0;
}

.fancy-checkbox > .btn-group > label:first-of-type {
	border: 1px solid #cecece;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 0;
	min-width: 30px;
}

.fancy-checkbox input[type="checkbox"] {
	display: none;
}

.fancy-checkbox input[type="checkbox"] + .btn-group > label span {
	width: 20px;
}

/* --------------- checkbox --------------- */

input.checkbox {
	width: 18px !important;
	height: 18px !important;
}

.filterForm input.checkbox {
	margin: 1px 10px 0 2px !important;
}

.form-horizontal input.checkbox {
	margin: 9px 10px 0 0 !important;
}

.checkboxLeft {
	width: 18px !important;
	height: 18px !important;
	vertical-align: middle !important;
	margin: -3px 5px 0 0 !important;
}

i.far,
i.fas,
i.fal,
i.fa {
	font-size: 0.8rem;
	color: inherit;
}

/* --------------- btn-toggler --------------- */

.btn.btn-toggler[data-toggle-active="1"] > *:not([data-toggle-status="1"]),
.btn.btn-toggler[data-toggle-active="0"] > *:not([data-toggle-status="0"]) {
	display: none;
}

