@font-face {
	font-family: "SourceSansProLight";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("fonts/SourceSansPro-Light.woff") format("woff");
}
@font-face {
	font-family: "SourceSansProLightItalic";
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url("fonts/SourceSansPro-LightItalic.woff") format("woff");
}
@font-face {
	font-family: "SourceSansProRegular";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/SourceSansPro-Regular.woff") format("woff");
}
@font-face {
	font-family: "SourceSansProRegularItalic";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/SourceSansPro-Italic.woff") format("woff");
}
@font-face {
	font-family: "SourceSansProSemiBold";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("fonts/SourceSansPro-SemiBold.woff") format("woff");
}
@font-face {
	font-family: "SourceSansProSemiBoldItalic";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("fonts/SourceSansPro-SemiBoldItalic.woff") format("woff");
}
@font-face {
	font-family: "SourceSansProBold";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("fonts/SourceSansPro-Bold.woff") format("woff");
}
@font-face {
	font-family: "SourceSansProBoldItalic";
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url("fonts/SourceSansPro-BoldItalic.woff") format("woff");
}
@font-face {
	font-family: "SourceSansProHeavy";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("fonts/SourceSansPro-Black.woff") format("woff");
}
@font-face {
	font-family: "SourceSansProHeavyItalic";
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url("fonts/SourceSansPro-BlackItalic.woff") format("woff");
}
.text-xs {
	font-size: 10px !important;
	font-size: 0.625rem !important;
}

.text-sm {
	font-size: 12px !important;
	font-size: 0.75rem !important;
}

.text-md {
	font-size: 14px !important;
	font-size: 0.875rem !important;
}

.text-lg {
	font-size: 18px !important;
	font-size: 1.125rem !important;
}

.text-xl {
	font-size: 24px !important;
	font-size: 1.5rem !important;
}

.title-xs {
	font-size: 18px !important;
	font-size: 1.125rem !important;
}

.title-sm {
	font-size: 22px !important;
	font-size: 1.375rem !important;
}

.title-md {
	font-size: 28px !important;
	font-size: 1.75rem !important;
}

.title-lg {
	font-size: 36px !important;
	font-size: 2.25rem !important;
}

.title-xl {
	font-size: 46px !important;
	font-size: 2.875rem !important;
}

.text-light {
	font-family: SourceSansProLight, sans-serif !important;
}

.text-light-italic {
	font-family: SourceSansProLightItalic, sans-serif !important;
}

.text-regular {
	font-family: SourceSansProRegular, sans-serif !important;
}

.text-regular-italic {
	font-family: SourceSansProRegularItalic, sans-serif !important;
}

.text-semi-bold {
	font-family: SourceSansProSemiBold, sans-serif !important;
}

.text-semi-bold-italic {
	font-family: SourceSansProSemiBoldItalic, sans-serif !important;
}

.text-bold {
	font-family: SourceSansProBold, sans-serif !important;
}

.text-bold-italic {
	font-family: SourceSansProBoldItalic, sans-serif !important;
}

.text-heavy {
	font-family: SourceSansProHeavy, sans-serif !important;
}

.text-heavy-italic {
	font-family: SourceSansProHeavyItalic, sans-serif !important;
}

body {
	color: #454849;
	font-family: SourceSansProRegular, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
}

html,
body {
	position: relative;
	display: flex;
	width: 100%;
	height: auto;
	min-height: 100%;
	overflow: hidden;
	overflow-y: auto;
}

::selection {
	background: #72798a;
	color: #ffffff;
}

.animated.delay-100 {
	-moz-animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	animation-delay: 100ms;
}

.animated.delay-200 {
	-moz-animation-delay: 200ms;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
}

.animated.delay-300 {
	-moz-animation-delay: 300ms;
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;
}

.animated.delay-400 {
	-moz-animation-delay: 400ms;
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms;
}

.animated.delay-500 {
	-moz-animation-delay: 500ms;
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
}

.animated.delay-600 {
	-moz-animation-delay: 600ms;
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms;
}

.animated.delay-700 {
	-moz-animation-delay: 700ms;
	-webkit-animation-delay: 700ms;
	animation-delay: 700ms;
}

.animated.delay-800 {
	-moz-animation-delay: 800ms;
	-webkit-animation-delay: 800ms;
	animation-delay: 800ms;
}

.animated.delay-900 {
	-moz-animation-delay: 900ms;
	-webkit-animation-delay: 900ms;
	animation-delay: 900ms;
}

.animated.delay-1000 {
	-moz-animation-delay: 1000ms;
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
}

.animated.delay-1100 {
	-moz-animation-delay: 1100ms;
	-webkit-animation-delay: 1100ms;
	animation-delay: 1100ms;
}

.animated.delay-1200 {
	-moz-animation-delay: 1200ms;
	-webkit-animation-delay: 1200ms;
	animation-delay: 1200ms;
}

.animated.delay-1300 {
	-moz-animation-delay: 1300ms;
	-webkit-animation-delay: 1300ms;
	animation-delay: 1300ms;
}

.animated.delay-1400 {
	-moz-animation-delay: 1400ms;
	-webkit-animation-delay: 1400ms;
	animation-delay: 1400ms;
}

.animated.delay-1500 {
	-moz-animation-delay: 1500ms;
	-webkit-animation-delay: 1500ms;
	animation-delay: 1500ms;
}

.animated.delay-1600 {
	-moz-animation-delay: 1600ms;
	-webkit-animation-delay: 1600ms;
	animation-delay: 1600ms;
}

.animated.delay-1700 {
	-moz-animation-delay: 1700ms;
	-webkit-animation-delay: 1700ms;
	animation-delay: 1700ms;
}

.animated.delay-1800 {
	-moz-animation-delay: 1800ms;
	-webkit-animation-delay: 1800ms;
	animation-delay: 1800ms;
}

.animated.delay-1900 {
	-moz-animation-delay: 1900ms;
	-webkit-animation-delay: 1900ms;
	animation-delay: 1900ms;
}

.animated.delay-2000 {
	-moz-animation-delay: 2000ms;
	-webkit-animation-delay: 2000ms;
	animation-delay: 2000ms;
}

.animated.delay-2100 {
	-moz-animation-delay: 2100ms;
	-webkit-animation-delay: 2100ms;
	animation-delay: 2100ms;
}

.animated.delay-2200 {
	-moz-animation-delay: 2200ms;
	-webkit-animation-delay: 2200ms;
	animation-delay: 2200ms;
}

.animated.delay-2300 {
	-moz-animation-delay: 2300ms;
	-webkit-animation-delay: 2300ms;
	animation-delay: 2300ms;
}

.animated.delay-2400 {
	-moz-animation-delay: 2400ms;
	-webkit-animation-delay: 2400ms;
	animation-delay: 2400ms;
}

.animated.delay-2500 {
	-moz-animation-delay: 2500ms;
	-webkit-animation-delay: 2500ms;
	animation-delay: 2500ms;
}

.animated.delay-2600 {
	-moz-animation-delay: 2600ms;
	-webkit-animation-delay: 2600ms;
	animation-delay: 2600ms;
}

.animated.delay-2700 {
	-moz-animation-delay: 2700ms;
	-webkit-animation-delay: 2700ms;
	animation-delay: 2700ms;
}

.animated.delay-2800 {
	-moz-animation-delay: 2800ms;
	-webkit-animation-delay: 2800ms;
	animation-delay: 2800ms;
}

.animated.delay-2900 {
	-moz-animation-delay: 2900ms;
	-webkit-animation-delay: 2900ms;
	animation-delay: 2900ms;
}

.animated.delay-3000 {
	-moz-animation-delay: 3000ms;
	-webkit-animation-delay: 3000ms;
	animation-delay: 3000ms;
}

.animated.duration-300 {
	-moz-animation-duration: 300ms;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
}

.animated.duration-400 {
	-moz-animation-duration: 400ms;
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
}

.animated.duration-500 {
	-moz-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

.animated.duration-600 {
	-moz-animation-duration: 600ms;
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

.animated.duration-700 {
	-moz-animation-duration: 700ms;
	-webkit-animation-duration: 700ms;
	animation-duration: 700ms;
}

.animated.duration-800 {
	-moz-animation-duration: 800ms;
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
}

.animated.duration-900 {
	-moz-animation-duration: 900ms;
	-webkit-animation-duration: 900ms;
	animation-duration: 900ms;
}

.animated.duration-1000 {
	-moz-animation-duration: 1000ms;
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
}

.animated.duration-1100 {
	-moz-animation-duration: 1100ms;
	-webkit-animation-duration: 1100ms;
	animation-duration: 1100ms;
}

.animated.duration-1200 {
	-moz-animation-duration: 1200ms;
	-webkit-animation-duration: 1200ms;
	animation-duration: 1200ms;
}

.animated.duration-1300 {
	-moz-animation-duration: 1300ms;
	-webkit-animation-duration: 1300ms;
	animation-duration: 1300ms;
}

.animated.duration-1400 {
	-moz-animation-duration: 1400ms;
	-webkit-animation-duration: 1400ms;
	animation-duration: 1400ms;
}

.animated.duration-1500 {
	-moz-animation-duration: 1500ms;
	-webkit-animation-duration: 1500ms;
	animation-duration: 1500ms;
}

.animated.duration-1600 {
	-moz-animation-duration: 1600ms;
	-webkit-animation-duration: 1600ms;
	animation-duration: 1600ms;
}

.animated.duration-1700 {
	-moz-animation-duration: 1700ms;
	-webkit-animation-duration: 1700ms;
	animation-duration: 1700ms;
}

.animated.duration-1800 {
	-moz-animation-duration: 1800ms;
	-webkit-animation-duration: 1800ms;
	animation-duration: 1800ms;
}

.animated.duration-1900 {
	-moz-animation-duration: 1900ms;
	-webkit-animation-duration: 1900ms;
	animation-duration: 1900ms;
}

.animated.duration-2000 {
	-moz-animation-duration: 2000ms;
	-webkit-animation-duration: 2000ms;
	animation-duration: 2000ms;
}

.animated.duration-2100 {
	-moz-animation-duration: 2100ms;
	-webkit-animation-duration: 2100ms;
	animation-duration: 2100ms;
}

.animated.duration-2200 {
	-moz-animation-duration: 2200ms;
	-webkit-animation-duration: 2200ms;
	animation-duration: 2200ms;
}

.animated.duration-2300 {
	-moz-animation-duration: 2300ms;
	-webkit-animation-duration: 2300ms;
	animation-duration: 2300ms;
}

.animated.duration-2400 {
	-moz-animation-duration: 2400ms;
	-webkit-animation-duration: 2400ms;
	animation-duration: 2400ms;
}

.animated.duration-2500 {
	-moz-animation-duration: 2500ms;
	-webkit-animation-duration: 2500ms;
	animation-duration: 2500ms;
}

.animated.duration-2600 {
	-moz-animation-duration: 2600ms;
	-webkit-animation-duration: 2600ms;
	animation-duration: 2600ms;
}

.animated.duration-2700 {
	-moz-animation-duration: 2700ms;
	-webkit-animation-duration: 2700ms;
	animation-duration: 2700ms;
}

.animated.duration-2800 {
	-moz-animation-duration: 2800ms;
	-webkit-animation-duration: 2800ms;
	animation-duration: 2800ms;
}

.animated.duration-2900 {
	-moz-animation-duration: 2900ms;
	-webkit-animation-duration: 2900ms;
	animation-duration: 2900ms;
}

.animated.duration-3000 {
	-moz-animation-duration: 3000ms;
	-webkit-animation-duration: 3000ms;
	animation-duration: 3000ms;
}

.animated.duration-3100 {
	-moz-animation-duration: 3100ms;
	-webkit-animation-duration: 3100ms;
	animation-duration: 3100ms;
}

.animated.duration-3200 {
	-moz-animation-duration: 3200ms;
	-webkit-animation-duration: 3200ms;
	animation-duration: 3200ms;
}

.animated.duration-3300 {
	-moz-animation-duration: 3300ms;
	-webkit-animation-duration: 3300ms;
	animation-duration: 3300ms;
}

.animated.duration-3400 {
	-moz-animation-duration: 3400ms;
	-webkit-animation-duration: 3400ms;
	animation-duration: 3400ms;
}

.animated.duration-3500 {
	-moz-animation-duration: 3500ms;
	-webkit-animation-duration: 3500ms;
	animation-duration: 3500ms;
}

.animated.duration-3600 {
	-moz-animation-duration: 3600ms;
	-webkit-animation-duration: 3600ms;
	animation-duration: 3600ms;
}

.animated.duration-3700 {
	-moz-animation-duration: 3700ms;
	-webkit-animation-duration: 3700ms;
	animation-duration: 3700ms;
}

.animated.duration-3800 {
	-moz-animation-duration: 3800ms;
	-webkit-animation-duration: 3800ms;
	animation-duration: 3800ms;
}

.animated.duration-3900 {
	-moz-animation-duration: 3900ms;
	-webkit-animation-duration: 3900ms;
	animation-duration: 3900ms;
}

.animated.duration-4000 {
	-moz-animation-duration: 4000ms;
	-webkit-animation-duration: 4000ms;
	animation-duration: 4000ms;
}

.animated.duration-4100 {
	-moz-animation-duration: 4100ms;
	-webkit-animation-duration: 4100ms;
	animation-duration: 4100ms;
}

.animated.duration-4200 {
	-moz-animation-duration: 4200ms;
	-webkit-animation-duration: 4200ms;
	animation-duration: 4200ms;
}

.animated.duration-4300 {
	-moz-animation-duration: 4300ms;
	-webkit-animation-duration: 4300ms;
	animation-duration: 4300ms;
}

.animated.duration-4400 {
	-moz-animation-duration: 4400ms;
	-webkit-animation-duration: 4400ms;
	animation-duration: 4400ms;
}

.animated.duration-4500 {
	-moz-animation-duration: 4500ms;
	-webkit-animation-duration: 4500ms;
	animation-duration: 4500ms;
}

.animated.duration-4600 {
	-moz-animation-duration: 4600ms;
	-webkit-animation-duration: 4600ms;
	animation-duration: 4600ms;
}

.animated.duration-4700 {
	-moz-animation-duration: 4700ms;
	-webkit-animation-duration: 4700ms;
	animation-duration: 4700ms;
}

.animated.duration-4800 {
	-moz-animation-duration: 4800ms;
	-webkit-animation-duration: 4800ms;
	animation-duration: 4800ms;
}

.animated.duration-4900 {
	-moz-animation-duration: 4900ms;
	-webkit-animation-duration: 4900ms;
	animation-duration: 4900ms;
}

.animated.duration-5000 {
	-moz-animation-duration: 5000ms;
	-webkit-animation-duration: 5000ms;
	animation-duration: 5000ms;
}

.animated.duration-5100 {
	-moz-animation-duration: 5100ms;
	-webkit-animation-duration: 5100ms;
	animation-duration: 5100ms;
}

.animated.duration-5200 {
	-moz-animation-duration: 5200ms;
	-webkit-animation-duration: 5200ms;
	animation-duration: 5200ms;
}

.animated.duration-5300 {
	-moz-animation-duration: 5300ms;
	-webkit-animation-duration: 5300ms;
	animation-duration: 5300ms;
}

.animated.duration-5400 {
	-moz-animation-duration: 5400ms;
	-webkit-animation-duration: 5400ms;
	animation-duration: 5400ms;
}

.animated.duration-5500 {
	-moz-animation-duration: 5500ms;
	-webkit-animation-duration: 5500ms;
	animation-duration: 5500ms;
}

.animated.duration-5600 {
	-moz-animation-duration: 5600ms;
	-webkit-animation-duration: 5600ms;
	animation-duration: 5600ms;
}

.animated.duration-5700 {
	-moz-animation-duration: 5700ms;
	-webkit-animation-duration: 5700ms;
	animation-duration: 5700ms;
}

.animated.duration-5800 {
	-moz-animation-duration: 5800ms;
	-webkit-animation-duration: 5800ms;
	animation-duration: 5800ms;
}

.animated.duration-5900 {
	-moz-animation-duration: 5900ms;
	-webkit-animation-duration: 5900ms;
	animation-duration: 5900ms;
}

.animated.duration-6000 {
	-moz-animation-duration: 6000ms;
	-webkit-animation-duration: 6000ms;
	animation-duration: 6000ms;
}

table .width-50 {
	width: 50px !important;
	max-width: 50px !important;
}

table .width-60 {
	width: 60px !important;
	max-width: 60px !important;
}

table .width-70 {
	width: 70px !important;
	max-width: 70px !important;
}

table .width-80 {
	width: 80px !important;
	max-width: 80px !important;
}

table .width-90 {
	width: 90px !important;
	max-width: 90px !important;
}

table .width-100 {
	width: 100px !important;
	max-width: 100px !important;
}

table .width-110 {
	width: 110px !important;
	max-width: 110px !important;
}

table .width-120 {
	width: 120px !important;
	max-width: 120px !important;
}

table .width-130 {
	width: 130px !important;
	max-width: 130px !important;
}

table .width-140 {
	width: 140px !important;
	max-width: 140px !important;
}

table .width-150 {
	width: 150px !important;
	max-width: 150px !important;
}

table .width-160 {
	width: 160px !important;
	max-width: 160px !important;
}

table .width-170 {
	width: 170px !important;
	max-width: 170px !important;
}

table .width-180 {
	width: 180px !important;
	max-width: 180px !important;
}

table .width-190 {
	width: 190px !important;
	max-width: 190px !important;
}

table .width-200 {
	width: 200px !important;
	max-width: 200px !important;
}

table .width-210 {
	width: 210px !important;
	max-width: 210px !important;
}

table .width-220 {
	width: 220px !important;
	max-width: 220px !important;
}

table .width-230 {
	width: 230px !important;
	max-width: 230px !important;
}

table .width-240 {
	width: 240px !important;
	max-width: 240px !important;
}

table .width-250 {
	width: 250px !important;
	max-width: 250px !important;
}

table .width-260 {
	width: 260px !important;
	max-width: 260px !important;
}

table .width-270 {
	width: 270px !important;
	max-width: 270px !important;
}

table .width-280 {
	width: 280px !important;
	max-width: 280px !important;
}

table .width-290 {
	width: 290px !important;
	max-width: 290px !important;
}

table .width-300 {
	width: 300px !important;
	max-width: 300px !important;
}

table .width-310 {
	width: 310px !important;
	max-width: 310px !important;
}

table .width-320 {
	width: 320px !important;
	max-width: 320px !important;
}

table .width-330 {
	width: 330px !important;
	max-width: 330px !important;
}

table .width-340 {
	width: 340px !important;
	max-width: 340px !important;
}

table .width-350 {
	width: 350px !important;
	max-width: 350px !important;
}

table .width-360 {
	width: 360px !important;
	max-width: 360px !important;
}

table .width-370 {
	width: 370px !important;
	max-width: 370px !important;
}

table .width-380 {
	width: 380px !important;
	max-width: 380px !important;
}

table .width-390 {
	width: 390px !important;
	max-width: 390px !important;
}

table .width-400 {
	width: 400px !important;
	max-width: 400px !important;
}

img {
	-webkit-user-drag: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 0;
}

.no-resize {
	resize: none;
}

.no-radius {
	border-radius: 0;
}

.justify-left {
	text-align: justify;
	text-align-last: left;
}

.justify-right {
	text-align: justify;
	text-align-last: right;
}

.justify-center {
	text-align: justify;
	text-align-last: center;
}

.wrapper-image {
	overflow: hidden;
}
.wrapper-image > a > img {
	width: 100%;
}
.wrapper-image > img {
	width: 100%;
}

.cover-div-img {
	background-position: center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.fixed-img {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.btn-rounded {
	border-radius: 100px;
}

.hide {
	display: none;
}

.datepickers-container {
	z-index: 1500;
}

.datepicker--day-name {
	font-weight: 800;
}

.dropzone {
	border-radius: 8px;
}
.dropzone i {
	font-size: 36px;
	font-size: 2.25rem;
}
.dropzone span {
	margin-top: 15px;
	font-size: initial;
	font-family: SourceSansProBold, sans-serif;
}
.dropzone .dz-message {
	text-transform: capitalize;
}

.custom-file {
	min-height: 38px;
}
.custom-file-label {
	min-height: 38px;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
}
.custom-file-label::after {
	height: calc(38px - 2px);
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
}

.pdfobject-container {
	height: 30rem;
	border: 0 !important;
}

.select2-container--bootstrap .select2-selection {
	font-size: font_size(text_type, md);
	padding: 6px 0.75rem;
	box-shadow: none;
	border: 1px solid #cfd8dc !important;
	background: #ffffff;
	color: #454849;
}
.select2-container--bootstrap .select2-selection:hover {
	border-color: #b0bec5 !important;
}
.select2-container--bootstrap .select2-selection--single {
	min-height: 38px;
}
.select2-container--bootstrap
	.select2-selection--single
	.select2-selection__rendered {
	align-items: center;
	display: inline-flex;
	height: 100%;
}
.select2-container--bootstrap
	.select2-selection--single
	.select2-selection__placeholder {
	margin: auto 0;
}
.select2-container--bootstrap
	.select2-selection--multiple
	.select2-selection__choice {
	border-radius: 20px;
	padding: 2px 0.75rem;
	border-color: #f2f2f2;
}
.select2-container--bootstrap.select2-container {
	box-shadow: none;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
	box-shadow: none;
}
.select2-container--bootstrap .select2-dropdown {
	border: 0;
	border-radius: 8px;
	margin-top: 5px;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}
.select2-container--bootstrap .select2-dropdown .select2-search--dropdown {
	padding: 0.75rem;
	padding-top: 0;
}
.select2-container--bootstrap
	.select2-dropdown
	.select2-search--dropdown
	input {
	height: 36px;
}
.select2-container--bootstrap .select2-dropdown .select2-results {
	padding: 0 0.75rem;
}
.select2-container--bootstrap .select2-dropdown .select2-results__option {
	padding: 8px 15px;
}
.select2-container--bootstrap
	.select2-dropdown
	.select2-results__option--highlighted[aria-selected] {
	background: #ce2424;
	box-shadow: 0px 13px 17px 0px rgba(96, 125, 139, 0.25);
}
.select2-container--bootstrap4
	.select2-selection--single
	.select2-selection__rendered {
	font-size: 12px;
	font-size: 0.75rem;
}

.alert {
	padding: 0.6rem 1rem;
}
.alert.alert-basic {
	min-height: 45px;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
}
.alert.alert-basic .messages-group {
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
}
.alert.alert-basic .messages-group i {
	margin-right: 8px;
	width: 16px;
	text-align: center;
}
.alert.alert-basic .messages-group strong {
	font-family: SourceSansProBold, sans-serif;
	margin-right: 5px;
}
.alert.alert-basic a {
	margin: 3px;
	text-decoration: underline;
}
.alert.alert-basic .close {
	margin-right: -5px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	right: 0;
	top: 0;
	margin-left: auto;
	overflow: hidden;
}
.alert.alert-basic .close span {
	text-shadow: none;
}
.alert.alert-carbon {
	padding: 0.75rem 1rem;
	border-radius: 0;
	border: 0;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
}
.alert.alert-carbon .alert-icon {
	width: 20px;
	margin-right: 5px;
	margin-top: 3px;
}
.alert.alert-carbon .alert-description {
	width: 90%;
	margin-right: 15px;
}
.alert.alert-carbon .alert-description .alert-title {
	font-family: SourceSansProBold, sans-serif;
}
.alert.alert-carbon a {
	margin: 3px;
	text-decoration: underline;
}
.alert.alert-carbon .close {
	margin-right: -5px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	right: 0;
	top: 0;
	margin-left: auto;
	overflow: hidden;
}
.alert.alert-carbon .close span {
	text-shadow: none;
}

.breadcrumbs .breadcrumb {
	background-color: #385460;
	box-shadow: 0px 16px 22px -10px rgba(141, 179, 202, 0.4);
	border-radius: 0;
	margin-bottom: 1.5rem;
}
.breadcrumbs .breadcrumb a,
.breadcrumbs .breadcrumb p,
.breadcrumbs .breadcrumb .breadcrumb-item {
	color: #ffffff;
}
.breadcrumbs.page-info .breadcrumb {
	padding: 0.6rem 2.5rem;
}
.breadcrumbs.page-info .breadcrumb .breadcrumb-item {
	color: #ffffff;
}
.breadcrumbs.page-info .breadcrumb .breadcrumb-item a {
	color: #ffffff;
}
.breadcrumbs.page-info .breadcrumb .breadcrumb-item a:hover {
	color: #ffee58;
}
.breadcrumbs.page-info .breadcrumb .breadcrumb-item.active {
	color: #ffee58;
}

.btn-configuration,
.btn,
.btn[class*="btn-outline-"] {
	margin: 0;
	border: 1px solid transparent;
	text-transform: capitalize;
	font-size: 14px;
	font-size: 0.875rem;
}

.btn:focus {
	background: transparent;
	outline: 0 none !important;
}
.btn[class*="btn-outline-"] {
	border-width: 1px !important;
}
.btn[class*="btn-outline-"]:hover,
.btn[class*="btn-outline-"]:focus,
.btn[class*="btn-outline-"]:active {
	background-color: transparent !important;
}
.btn.btn-square {
	text-align: center;
	justify-content: center;
	min-width: 28px;
	padding: 6px;
}
.btn.btn-square > i {
	position: relative;
	right: unset;
	height: unset;
	align-items: unset;
	display: unset;
	top: unset;
}

#btn_show_password {
	position: absolute;
	right: 15px;
	top: 39px;
	cursor: pointer;
}
#btn_show_password:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}

.btn-rounded {
	border-radius: 100px;
}

.scroll-to-top {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
	width: 2rem;
	height: 2rem;
	padding: 9px;
	z-index: 2;
	line-height: 1;
	text-align: center;
}

.card {
	border: 0;
	margin-bottom: 1.25rem;
	box-shadow: 0px 16px 22px -10px rgba(141, 179, 202, 0.4);
	border-radius: 0.5rem;
}
.card .card-header {
	border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
	background: #385460;
	color: #ffffff;
}
.card .card-header > i {
	color: #ffffff;
}
.card .card-header a {
	color: #ffffff;
}
.card .card-header a:hover,
.card .card-header a:focus {
	color: #ffee58;
}
.card .card-footer {
	border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}
.card.card-person-detail .card-body .summary-detail {
	padding: 25px 25px 22px;
	display: flex;
}
.card.card-person-detail .card-body .summary-detail > img {
	height: 72px;
	width: 72px;
	border-radius: 50%;
	overflow: hidden;
	object-fit: cover;
	margin-right: 20px;
}
.card.card-person-detail .card-body .summary-detail > .person-info .name {
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.125rem;
	font-family: SourceSansProBold, sans-serif;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.card.card-person-detail .card-body .summary-detail > .person-info .domicile {
	margin-bottom: 15px;
	color: #90a4ae;
	font-size: 12px;
	font-size: 0.75rem;
}
.card.card-person-detail .card-body .summary-detail > .person-info .title-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.card.card-person-detail
	.card-body
	.summary-detail
	> .person-info
	.title-list
	> li
	.title {
	margin-bottom: 5px;
	font-size: 14px;
	font-size: 0.875rem;
}
.card.card-person-detail
	.card-body
	.summary-detail
	> .person-info
	.title-list
	> li
	.title
	> i {
	width: 14px;
	margin-right: 5px;
}
.card.card-person-detail .card-footer {
	overflow: hidden;
}
.card.card-person-detail .card-footer .btn {
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	min-height: 42px;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-size: 0.875rem;
}
.card.card-bko-detail .card-body .summary-detail {
	padding: 25px 25px 22px;
	/* display: flex; */
}
.card.card-bko-detail .card-body .summary-detail > .bko-info .name {
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.125rem;
	font-family: SourceSansProBold, sans-serif;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.card.card-bko-detail .card-body .summary-detail > .bko-info .domicile {
	margin-bottom: 15px;
	color: #90a4ae;
	font-size: 12px;
	font-size: 0.75rem;
}
.card.card-bko-detail .card-body .summary-detail > .bko-info .title-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.card.card-bko-detail
	.card-body
	.summary-detail
	> .bko-info
	.title-list
	> li
	.title {
	margin-bottom: 5px;
	font-size: 14px;
	font-size: 0.875rem;
}
.card.card-bko-detail
	.card-body
	.summary-detail
	> .bko-info
	.title-list
	> li
	.title
	> i {
	/* width: 14px; */
	margin-right: 5px;
}
.card.card-bko-detail .card-footer {
	overflow: hidden;
}
.card.card-bko-detail .card-footer .btn {
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	min-height: 42px;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-size: 0.875rem;
}
.card.detail-personil .avatar-container {
	margin-bottom: 2rem;
	display: flex;
}
.card.detail-personil .avatar-container > img {
	margin-right: 2rem;
}
.card.detail-personil .avatar-container > .personal-detail .name {
	line-height: 1;
	margin: 15px 0 20px;
	font-size: 28px;
	font-size: 1.75rem;
	font-family: SourceSansProBold, sans-serif;
}
.card.detail-personil .avatar-container > .personal-detail .custom-label {
	margin-right: 2rem;
	margin-bottom: 10px;
	font-family: SourceSansProSemiBold, sans-serif;
}
.card.detail-personil
	.avatar-container
	> .personal-detail
	.custom-label
	> small {
	display: block;
	color: #90a4ae;
	font-size: 12px;
	font-size: 0.75rem;
}

.dropdown .dropdown-menu {
	min-width: 180px;
	padding: 5px 0;
	border-radius: 0;
	border: 0;
	box-shadow: 0px 16px 22px -10px rgba(141, 179, 202, 0.4);
}
.dropdown .dropdown-menu .dropdown-item {
	padding: 8px 15px;
	font-size: 14px;
	font-size: 0.875rem;
}
.dropdown .dropdown-menu .dropdown-item > i {
	margin-right: 5px;
	width: 18px;
	text-align: center;
}
.dropdown .dropdown-menu .dropdown-item:focus,
.dropdown .dropdown-menu .dropdown-item:hover {
	background: #f2f2f2;
}

.form-control,
.uneditable-input.form-control,
input[type="textarea"].form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 14px;
	font-size: 0.875rem;
}
.form-control:focus,
input[type="textarea"].form-control:focus,
input[type="text"].form-control:focus,
input[type="password"].form-control:focus,
input[type="datetime"].form-control:focus,
input[type="datetime-local"].form-control:focus,
input[type="date"].form-control:focus,
input[type="month"].form-control:focus,
input[type="time"].form-control:focus,
input[type="week"].form-control:focus,
input[type="number"].form-control:focus,
input[type="email"].form-control:focus,
input[type="url"].form-control:focus,
input[type="search"].form-control:focus,
input[type="tel"].form-control:focus,
input[type="color"].form-control:focus {
	box-shadow: none !important;
	outline: 0 none !important;
}

.form-group {
	margin-bottom: 12px;
}

.search-personil {
	height: 50px;
	text-align: center;
}

.custom-control .custom-control-input + .custom-control-label::before,
.custom-control .custom-control-input + .custom-control-label::after {
	top: 0.1rem;
}
.custom-control.custom-switch
	.custom-control-input
	+ .custom-control-label::after {
	top: 0.2rem;
}

.alphabet-list {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 5px 0;
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	width: fit-content;
}
.alphabet-list > .item.active > .link {
	font-family: SourceSansProBold, sans-serif;
	color: #ce2424;
}
.alphabet-list > .item > .link {
	display: block;
	height: 25px;
	min-width: 25px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-size: 0.875rem;
	color: #90a4ae;
}
.alphabet-list > .item > .link:hover {
	color: #ce2424;
}

.input-group-text {
	font-size: 14px;
	font-size: 0.875rem;
}

.faq-docs {
	margin-bottom: 1.5rem;
}
.faq-docs .title {
	font-size: 22px;
	font-size: 1.375rem;
	margin-bottom: 15px;
}
.faq-docs .docs-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.faq-docs .docs-list > .item {
	border-bottom: 1px solid #dddddd;
}
.faq-docs .docs-list > .item .link {
	padding: 12px 0;
	display: block;
}
.faq-docs .docs-list > .item .link > i {
	width: 15px;
	margin-right: 8px;
}

.nav-pills {
	background-color: transparent;
	border-radius: 0;
	font-family: SourceSansProSemiBold, sans-serif;
}
.nav-pills .nav-link {
	background-color: transparent;
	color: #90a4ae;
	text-transform: uppercase;
	border-right: 3px solid transparent;
	border-radius: 0;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: SourceSansProSemiBold, sans-serif;
}
.nav-pills .nav-link.active {
	color: #ce2424;
	background-color: transparent;
	border-right-color: #ce2424;
}
.nav-pills .show {
	color: #90a4ae;
	text-transform: uppercase;
}
.nav-pills .show > .nav-link {
	color: #ce2424;
	background-color: transparent;
	border-right-color: #ce2424;
}

.navbar {
	background: #ffffff;
	height: 60px;
	padding: 0.5rem 2.5rem;
}
.navbar .navbar-brand {
	margin: 2px 25px 2px 0;
	padding: 0;
	display: flex;
	align-items: center;
}
.navbar .navbar-brand .app-brand {
	width: 35px;
	margin-right: 1rem;
}
.navbar .navbar-brand .brand-title {
	line-height: 1;
	text-transform: uppercase;
	font-family: SourceSansProBold, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
}
.navbar .navbar-brand .brand-title > small {
	display: block;
	margin-bottom: 2px;
	color: #90a4ae;
	font-family: SourceSansProRegular, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
}
.navbar .navbar-collapse .nav-item .nav-link {
	padding: 6px 15px;
	font-size: 14px;
	font-size: 0.875rem;
}
.navbar .navbar-collapse .nav-item .nav-link.nav-btn {
	padding: 4px 12px;
	min-height: auto;
	font-size: 12px;
	font-size: 0.75rem;
}
.navbar .navbar-collapse .nav-item .nav-link.nav-btn > i {
	margin-right: 5px;
}
.navbar .navbar-collapse .nav-item .dropdown-menu {
	margin-top: 14px;
}
.navbar .navbar-toggler {
	border-color: #90a4ae;
	color: #90a4ae;
	padding: 0.35rem 0.25rem 0.25rem 0.25rem;
	height: 40px;
	width: 40px;
}

.pagination.custom-pagination {
	width: fit-content;
	margin: 1.5rem auto 3rem;
}

table.table thead tr > th {
	padding: 0.6rem 0.6rem;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: SourceSansProBold, sans-serif;
	background: #eeeeee !important;
	color: #222222 !important;
	border-bottom: 0;
}
table.table tbody tr td {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 0.4rem 0.6rem;
	vertical-align: middle;
}
table.table a {
	color: #ce2424;
}
table.table a:hover {
	color: #3949ab;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}
table.table .btn-square {
	min-width: unset;
	width: 30px;
	height: 30px;
	padding: 5px;
	display: inline-flex;
	margin: 3px;
	text-align: center;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
}

.tooltip-inner {
	font-size: 12px;
	font-size: 0.75rem;
}

.loader {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
}
.loader .loader-icon {
	width: 10%;
	margin: auto;
}

address a,
p a {
	text-decoration: underline;
}

.page-title {
	padding-bottom: 15px;
	margin: 20px 0 15px;
	display: inline-block;
	width: 100%;
}
.page-title > .title {
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.125rem;
	font-family: SourceSansProSemiBold, sans-serif;
}
.page-title > .description {
	margin-bottom: 0;
	color: #90a4ae;
	font-size: 12px;
	font-size: 0.75rem;
}

.ava {
	border-radius: 50%;
	overflow: hidden;
	object-fit: cover;
}
.ava.ava-xs {
	width: 40px;
	height: 40px;
}
.ava.ava-sm {
	width: 60px;
	height: 60px;
}
.ava.ava-md {
	width: 80px;
	height: 80px;
}
.ava.ava-lg {
	width: 100px;
	height: 100px;
}
.ava.ava-xl {
	width: 120px;
	height: 120px;
}

.main-login {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #385460;
}
.main-login .carousel-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	/* opacity: 0.4; */
	/* -webkit-filter: grayscale(1); */
	/* filter: grayscale(1); */
}
.main-login
	.carousel-container
	.carousel#newAuthBackground
	.carousel-inner
	.carousel-item
	img {
	object-fit: cover;
	display: block;
	width: 100%;
}
.main-login .login-container {
	width: 100%;
	max-width: 350px;
}
.main-login .login-container .card-login {
	/* box-shadow: 0px 26px 35px -10px rgba(141, 179, 202, 0.4); */
}
.main-login .login-brand {
	width: 120px;
	margin: 15px auto;
}
.main-login .login-page-title {
	text-align: center;
	margin: 15px 0;
	display: flex;
	flex-direction: column;
}
.main-login .login-page-title > h3 {
	margin-bottom: 2px;
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	font-size: 1.375rem;
	font-family: SourceSansProHeavy, sans-serif;
}
.main-login .login-page-title > p {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
}

.main-content {
	background: #e8eaf1;
	/* position: relative; */
	width: 100%;
	height: 100%;
	/* display: flex; */
	/* align-items: center;
	justify-content: center; */
}
.main-content .content .footer {
	margin-top: 15px;
	padding: 10px 15px;
	text-align: center;
	color: #90a4ae;
	font-family: SourceSansProSemiBold, sans-serif;
}

.container .carousel-container {
	position: absolute;
	top: 10;
	left: 0;
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.7;
	/* -webkit-filter: grayscale(1);
	filter: grayscale(1); */
}
.container .carousel#newAuthBackground .carousel-inner .carousel-item img {
	object-fit: cover;
	display: block;
	width: 100%;
	height: auto;
}

.fixed-bg {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
	width: 100%;
	color: white;
	text-align: center;
	display: table;
}

.bg-1 {
	background-image: url("https://source.unsplash.com/BQgAYwERXhs");
}

.bg-2 {
	background-image: url("https://source.unsplash.com/d2raAqzrHT0");
}

.bg-3 {
	background-image: url("https://source.unsplash.com/Bmonk-jXTj4");
}

@media (max-width: 575px) {
	.main-content .content {
		padding: 1.75rem 1rem;
	}

	.navbar {
		height: auto;
	}
	.navbar .navbar-collapse {
		margin-top: 15px;
		flex-direction: column-reverse;
	}
	.navbar .navbar-collapse .nav-item {
		margin-bottom: 5px;
	}
	.navbar .navbar-collapse .nav-item .dropdown-menu {
		margin: 0px 20px 5px;
		box-shadow: none;
	}
	.navbar .navbar-collapse .nav-item .nav-link.nav-btn {
		margin-bottom: 12px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.main-content .content {
		padding: 1.75rem 3rem;
	}

	.navbar {
		height: auto;
	}
	.navbar .navbar-collapse {
		margin-top: 15px;
		flex-direction: column-reverse;
	}
	.navbar .navbar-collapse .nav-item {
		margin-bottom: 5px;
	}
	.navbar .navbar-collapse .nav-item .dropdown-menu {
		margin: 0px 20px 5px;
		box-shadow: none;
	}
	.navbar .navbar-collapse .nav-item .nav-link.nav-btn {
		margin-bottom: 12px;
	}
}
body.basic-theme {
	background: #e8eaf1;
	color: #454849;
}
body.basic-theme::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
body.basic-theme::-webkit-scrollbar-track {
	background: #f4f4f4;
	border-radius: 50px;
}
body.basic-theme::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.6);
	border-radius: 50px;
}
body.basic-theme::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.8);
}
body.basic-theme {
	scrollbar-face-color: #f4f4f4;
	scrollbar-track-color: rgba(0, 0, 0, 0.6);
}
body.basic-theme a {
	color: #454849;
}
body.basic-theme a:hover,
body.basic-theme a:focus {
	color: #ce2424;
}
body.basic-theme address,
body.basic-theme p {
	color: #454849;
}
body.basic-theme address a,
body.basic-theme p a {
	color: #454849;
}
body.basic-theme address a:hover,
body.basic-theme address a:focus,
body.basic-theme p a:hover,
body.basic-theme p a:focus {
	color: #ce2424;
}
body.basic-theme .pagination .page-item.active .page-link {
	background-color: #ce2424;
	border-color: #ce2424;
}
body.basic-theme .pagination .page-item.active .page-link:focus,
body.basic-theme .pagination .page-item.active .page-link:hover {
	background-color: #9b1616;
	border-color: #9b1616;
}
body.basic-theme .smartwizard-custom.sw-theme-default .toolbar > .btn,
body.basic-theme .smartwizard-custom.sw-theme-dots .toolbar > .btn,
body.basic-theme .smartwizard-custom.sw-theme-arrows .toolbar > .btn,
body.basic-theme .smartwizard-custom.sw-theme-progress .toolbar > .btn {
	background-color: #fb8c00;
	border-color: #fb8c00;
}
body.basic-theme
	.smartwizard-custom.sw-theme-default
	> .nav
	.nav-link.inactive {
	color: #cfd8dc !important;
}
body.basic-theme .smartwizard-custom.sw-theme-default > .nav .nav-link.active {
	color: #ce2424 !important;
}
body.basic-theme
	.smartwizard-custom.sw-theme-default
	> .nav
	.nav-link.active::after {
	background: #ce2424 !important;
}
body.basic-theme .smartwizard-custom.sw-theme-default > .nav .nav-link.done {
	color: #ee6d6d !important;
}
body.basic-theme
	.smartwizard-custom.sw-theme-default
	> .nav
	.nav-link.done::after {
	background: #ee6d6d !important;
}
body.basic-theme .smartwizard-custom.sw-theme-dots > .nav .nav-link.active {
	color: #ce2424 !important;
}
body.basic-theme
	.smartwizard-custom.sw-theme-dots
	> .nav
	.nav-link.active::after {
	background-color: #ce2424 !important;
}
body.basic-theme .smartwizard-custom.sw-theme-dots > .nav .nav-link.done {
	color: #ee6d6d !important;
}
body.basic-theme
	.smartwizard-custom.sw-theme-dots
	> .nav
	.nav-link.done::after {
	background: #ee6d6d !important;
}
body.basic-theme .smartwizard-custom.sw-theme-arrows > .nav .nav-link.active {
	border-color: #ce2424;
	background: #ce2424;
}
body.basic-theme
	.smartwizard-custom.sw-theme-arrows
	> .nav
	.nav-link.active::after {
	border-left-color: #ce2424;
}
body.basic-theme .smartwizard-custom.sw-theme-arrows > .nav .nav-link.done {
	border-color: #ee6d6d;
	background: #ee6d6d;
}
body.basic-theme
	.smartwizard-custom.sw-theme-arrows
	> .nav
	.nav-link.done::after {
	border-left-color: #ee6d6d;
}
body.basic-theme
	.smartwizard-custom.sw-theme-progress
	> .nav
	.nav-link.done::after,
body.basic-theme
	.smartwizard-custom.sw-theme-progress
	> .nav
	.nav-link.active::after {
	background-color: #ce2424;
}
body.basic-theme .dropzone {
	border: 2px dashed #eeeeee;
	background: #ffffff;
}
body.basic-theme .dropzone .dz-message {
	color: rgba(0, 0, 0, 0.5);
}
body.basic-theme .list-group .list-group-item {
	border-color: #dddddd;
}
body.basic-theme .list-group .list-group-item.active {
	color: #ffffff;
	background-color: #ce2424;
}
body.basic-theme .alert.alert-basic .messages-group .messages {
	color: #454849;
}
body.basic-theme .alert.alert-basic .close:hover {
	background: rgba(0, 0, 0, 0.1);
}
body.basic-theme .alert.alert-carbon {
	border-left: 4px solid rgba(0, 0, 0, 0.3);
}
body.basic-theme .alert.alert-carbon .close:hover {
	background: rgba(0, 0, 0, 0.1);
}
body.basic-theme .alert.alert-basic.alert-primary {
	background-color: #ffcdd2;
	border-color: #ef9a9a;
	color: #e53935;
}
body.basic-theme .alert.alert-carbon.alert-primary {
	background-color: #ffcdd2;
	border-color: #e53935;
	color: #e53935;
}
body.basic-theme .alert.alert-basic.alert-secondary {
	background-color: #c5cae9;
	border-color: #9fa8da;
	color: #3949ab;
}
body.basic-theme .alert.alert-carbon.alert-secondary {
	background-color: #c5cae9;
	border-color: #3949ab;
	color: #3949ab;
}
body.basic-theme .alert.alert-basic.alert-success {
	background-color: #b2dfdb;
	border-color: #80cbc4;
	color: #00897b;
}
body.basic-theme .alert.alert-carbon.alert-success {
	background-color: #b2dfdb;
	border-color: #00897b;
	color: #00897b;
}
body.basic-theme .alert.alert-basic.alert-danger {
	background-color: #f8bbd0;
	border-color: #f48fb1;
	color: #d81b60;
}
body.basic-theme .alert.alert-carbon.alert-danger {
	background-color: #f8bbd0;
	border-color: #d81b60;
	color: #d81b60;
}
body.basic-theme .alert.alert-basic.alert-warning {
	background-color: #ffe0b2;
	border-color: #ffcc80;
	color: #fb8c00;
}
body.basic-theme .alert.alert-carbon.alert-warning {
	background-color: #ffe0b2;
	border-color: #fb8c00;
	color: #fb8c00;
}
body.basic-theme .alert.alert-basic.alert-info {
	background-color: #b3e5fc;
	border-color: #81d4fa;
	color: #3949ab;
}
body.basic-theme .alert.alert-carbon.alert-info {
	background-color: #b3e5fc;
	border-color: #3949ab;
	color: #3949ab;
}
body.basic-theme .alert.alert-basic.alert-light {
	background-color: #f5f5f5;
	border-color: #eeeeee;
	color: #757575;
}
body.basic-theme .alert.alert-carbon.alert-light {
	background-color: #f5f5f5;
	border-color: #757575;
	color: #757575;
}
body.basic-theme .alert.alert-basic.alert-dark {
	background-color: #cfd8dc;
	border-color: #b0bec5;
	color: #546e7a;
}
body.basic-theme .alert.alert-carbon.alert-dark {
	background-color: #cfd8dc;
	border-color: #546e7a;
	color: #546e7a;
}
body.basic-theme .badge {
	border: 1px solid #dddddd;
}
body.basic-theme #btn_show_password {
	color: #999999;
}
body.basic-theme .badge-default {
	color: #222222 !important;
	background: linear-gradient(to bottom, #ffffff, #f3f5f7) !important;
}
body.basic-theme .btn.btn-default {
	background: linear-gradient(to bottom, #ffffff, #f3f5f7) !important;
	border-color: #cfd8dc;
	color: #222222;
	box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}
body.basic-theme .btn.btn-default:hover {
	background: linear-gradient(to bottom, #f2f2f2, #e0e5e9) !important;
	border-color: #cfd8dc;
	color: #222222;
}
body.basic-theme .btn.btn-default:active {
	box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
	background: linear-gradient(to bottom, #f2f2f2, #e0e5e9) !important;
	border-color: #cfd8dc;
	color: #222222;
}
body.basic-theme .btn.btn-outline-default {
	border-color: linear-gradient(to bottom, #ffffff, #f3f5f7) !important;
	color: linear-gradient(to bottom, #ffffff, #f3f5f7) !important;
}
body.basic-theme .btn.btn-outline-default:hover,
body.basic-theme .btn.btn-outline-default:focus,
body.basic-theme .btn.btn-outline-default:active {
	border-color: linear-gradient(to bottom, #f2f2f2, #e0e5e9) !important;
	color: linear-gradient(to bottom, #ffffff, #f3f5f7) !important;
}
body.basic-theme .badge-primary {
	color: #ffffff !important;
	background: #ce2424 !important;
}
body.basic-theme .btn.btn-primary {
	background: #ce2424 !important;
	border-color: #ce2424;
	color: #ffffff;
	box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}
body.basic-theme .btn.btn-primary:hover {
	background: #9b1616 !important;
	border-color: #ce2424;
	color: #ffffff;
}
body.basic-theme .btn.btn-primary:active {
	box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
	background: #9b1616 !important;
	border-color: #ce2424;
	color: #ffffff;
}
body.basic-theme .btn.btn-excel {
	background: #04b513 !important;
	border-color: #04b513;
	color: #ffffff;
	box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}
body.basic-theme .btn.btn-excel:hover {
	background: #039910 !important;
	border-color: #04b513;
	color: #ffffff;
}
body.basic-theme .btn.btn-excel:active {
	box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
	background: #039910 !important;
	border-color: #04b513;
	color: #ffffff;
}
body.basic-theme .btn.btn-outline-primary {
	border-color: #ce2424 !important;
	color: #ce2424 !important;
}
body.basic-theme .btn.btn-outline-primary:hover,
body.basic-theme .btn.btn-outline-primary:focus,
body.basic-theme .btn.btn-outline-primary:active {
	border-color: #9b1616 !important;
	color: #ce2424 !important;
}
body.basic-theme .badge-secondary {
	color: #ffffff !important;
	background: #3949ab !important;
}
body.basic-theme .btn.btn-secondary {
	background: #3949ab !important;
	border-color: #3949ab;
	color: #ffffff;
	box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}
body.basic-theme .btn.btn-secondary:hover {
	background: #283593 !important;
	border-color: #3949ab;
	color: #ffffff;
}
body.basic-theme .btn.btn-secondary:active {
	box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
	background: #283593 !important;
	border-color: #3949ab;
	color: #ffffff;
}
body.basic-theme .btn.btn-outline-secondary {
	border-color: #3949ab !important;
	color: #3949ab !important;
}
body.basic-theme .btn.btn-outline-secondary:hover,
body.basic-theme .btn.btn-outline-secondary:focus,
body.basic-theme .btn.btn-outline-secondary:active {
	border-color: #283593 !important;
	color: #3949ab !important;
}
body.basic-theme .badge-success {
	color: #ffffff !important;
	background: #00acc1 !important;
}
body.basic-theme .btn.btn-success {
	background: #00acc1 !important;
	border-color: #00acc1;
	color: #ffffff;
	box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}
body.basic-theme .btn.btn-success:hover {
	background: #00838f !important;
	border-color: #00acc1;
	color: #ffffff;
}
body.basic-theme .btn.btn-success:active {
	box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
	background: #00838f !important;
	border-color: #00acc1;
	color: #ffffff;
}
body.basic-theme .btn.btn-outline-success {
	border-color: #00acc1 !important;
	color: #00acc1 !important;
}
body.basic-theme .btn.btn-outline-success:hover,
body.basic-theme .btn.btn-outline-success:focus,
body.basic-theme .btn.btn-outline-success:active {
	border-color: #00838f !important;
	color: #00acc1 !important;
}
body.basic-theme .badge-danger {
	color: #ffffff !important;
	background: #e53935 !important;
}
body.basic-theme .btn.btn-danger {
	background: #e53935 !important;
	border-color: #e53935;
	color: #ffffff;
	box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}
body.basic-theme .btn.btn-danger:hover {
	background: #c62828 !important;
	border-color: #e53935;
	color: #ffffff;
}
body.basic-theme .btn.btn-danger:active {
	box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
	background: #c62828 !important;
	border-color: #e53935;
	color: #ffffff;
}
body.basic-theme .btn.btn-outline-danger {
	border-color: #e53935 !important;
	color: #e53935 !important;
}
body.basic-theme .btn.btn-outline-danger:hover,
body.basic-theme .btn.btn-outline-danger:focus,
body.basic-theme .btn.btn-outline-danger:active {
	border-color: #c62828 !important;
	color: #e53935 !important;
}
body.basic-theme .badge-warning {
	color: #ffffff !important;
	background: #fb8c00 !important;
}
body.basic-theme .btn.btn-warning {
	background: #fb8c00 !important;
	border-color: #fb8c00;
	color: #ffffff;
	box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}
body.basic-theme .btn.btn-warning:hover {
	background: #ef6c00 !important;
	border-color: #fb8c00;
	color: #ffffff;
}
body.basic-theme .btn.btn-warning:active {
	box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
	background: #ef6c00 !important;
	border-color: #fb8c00;
	color: #ffffff;
}
body.basic-theme .btn.btn-outline-warning {
	border-color: #fb8c00 !important;
	color: #fb8c00 !important;
}
body.basic-theme .btn.btn-outline-warning:hover,
body.basic-theme .btn.btn-outline-warning:focus,
body.basic-theme .btn.btn-outline-warning:active {
	border-color: #ef6c00 !important;
	color: #fb8c00 !important;
}
body.basic-theme .badge-info {
	color: #ffffff !important;
	background: #1e88e5 !important;
}
body.basic-theme .btn.btn-info {
	background: #1e88e5 !important;
	border-color: #1e88e5;
	color: #ffffff;
	box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}
body.basic-theme .btn.btn-info:hover {
	background: #1565c0 !important;
	border-color: #1e88e5;
	color: #ffffff;
}
body.basic-theme .btn.btn-info:active {
	box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
	background: #1565c0 !important;
	border-color: #1e88e5;
	color: #ffffff;
}
body.basic-theme .btn.btn-outline-info {
	border-color: #1e88e5 !important;
	color: #1e88e5 !important;
}
body.basic-theme .btn.btn-outline-info:hover,
body.basic-theme .btn.btn-outline-info:focus,
body.basic-theme .btn.btn-outline-info:active {
	border-color: #1565c0 !important;
	color: #1e88e5 !important;
}
body.basic-theme .badge-disabled {
	color: #cccccc !important;
	background: #bdbdbd !important;
}
body.basic-theme .btn.btn-disabled {
	background: #bdbdbd !important;
	border-color: #bdbdbd;
	color: #cccccc;
	box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}
body.basic-theme .btn.btn-disabled:hover {
	background: #757575 !important;
	border-color: #bdbdbd;
	color: #cccccc;
}
body.basic-theme .btn.btn-disabled:active {
	box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
	background: #757575 !important;
	border-color: #bdbdbd;
	color: #cccccc;
}
body.basic-theme .btn.btn-outline-disabled {
	border-color: #bdbdbd !important;
	color: #bdbdbd !important;
}
body.basic-theme .btn.btn-outline-disabled:hover,
body.basic-theme .btn.btn-outline-disabled:focus,
body.basic-theme .btn.btn-outline-disabled:active {
	border-color: #757575 !important;
	color: #bdbdbd !important;
}
body.basic-theme .badge-dark {
	color: #ffffff !important;
	background: #282828 !important;
}
body.basic-theme .btn.btn-dark {
	background: #282828 !important;
	border-color: #282828;
	color: #ffffff;
	box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}
body.basic-theme .btn.btn-dark:hover {
	background: #000000 !important;
	border-color: #282828;
	color: #ffffff;
}
body.basic-theme .btn.btn-dark:active {
	box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
	background: #000000 !important;
	border-color: #282828;
	color: #ffffff;
}
body.basic-theme .btn.btn-outline-dark {
	border-color: #282828 !important;
	color: #282828 !important;
}
body.basic-theme .btn.btn-outline-dark:hover,
body.basic-theme .btn.btn-outline-dark:focus,
body.basic-theme .btn.btn-outline-dark:active {
	border-color: #000000 !important;
	color: #282828 !important;
}
body.basic-theme .badge-light {
	color: #454849 !important;
	background: #f6f7f8 !important;
}
body.basic-theme .btn.btn-light {
	background: #f6f7f8 !important;
	border-color: #f6f7f8;
	color: #454849;
	box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}
body.basic-theme .btn.btn-light:hover {
	background: #f2f2f2 !important;
	border-color: #f6f7f8;
	color: #454849;
}
body.basic-theme .btn.btn-light:active {
	box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
	background: #f2f2f2 !important;
	border-color: #f6f7f8;
	color: #454849;
}
body.basic-theme .btn.btn-outline-light {
	border-color: #f6f7f8 !important;
	color: #454849 !important;
}
body.basic-theme .btn.btn-outline-light:hover,
body.basic-theme .btn.btn-outline-light:focus,
body.basic-theme .btn.btn-outline-light:active {
	border-color: #f2f2f2 !important;
	color: #454849 !important;
}

.has-error .help-block {
	color: red;
}

.help-block {
	color: red;
}
