@font-face {
	font-family: 'Raleway';
	src: url('../fonts/webfontkit/raleway-regular-webfont.woff')format("woff");
}
@charset "UTF-8";

body, html {
	font-size: .9em !important;
	background-color: #fff !important;
}
.img-logo {
	max-width: 30% !important;
}
.app-header.navbar .navbar-brand {
	font-family: 'Raleway', sans-serif;
	display: inline-block;
	width: 185px;
	height: 55px;
	padding: .9rem 1rem;
	margin-right: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70px auto;
	border-bottom: 1px solid #c2cfd6;
}
.required:after,
.required::after {
	content: " \2217";
	color: #dc3545;
	font-size: .83em
	vertical-align: super;
}
.page-title {
	font-family: 'Raleway', sans-serif;
	font-size: 23px;
	font-weight: 400;
	margin: 0;
	padding: 9px 0 4px 0;
	line-height: 1.3;
}
.bg-light-yellow {
	background-color: #fff2cc;
}
.highlight {
	background-color: #fff2cc;
}
.block-attachment {
	border: 2px #dc3545 solid;
}
.block-attachment:hover {
	background-color: #dc3545;
	color: #fff;
	transition: 0.4s;
}
#page-404 {
	background-size: cover;
	padding: 40px 0;
	text-align: center;
}
.header-404 {
	color: #fd7e14;
	font-size: 5rem;
	font-weight: 700;
}
.body-404 {
	color: #fd7e14;
	font-size: 1.4rem;
	font-weight: 700;
}
.body-404 small {
	display: block;
	font-size: 1rem;
}
.sidebar {
	font-family: 'Raleway', sans-serif;
	font-size: .875em;
}
.list-keyword:after {
	content: ', ';
}
.list-keyword:last-child:after
{
  content: '';
}
.color-block {
	border: 1px solid #6c757d;
}
.color-block-lg {
	padding: 5px 25px;
	margin-right: 10px;
}
.color-block-sm {
	padding: 5px 15px;
	margin-right: 7px;
}
.color-block-xs {
	padding: 2px 10px;
	margin-right: 5px;
}
.card-color-box {
	display: block;
	min-height: 150px;
}
.list-inline-item > .color-block.color-block-lg {
	padding: 5px 25px;
}
.list-inline-item > .color-block.color-block-sm {
	padding: 5px 15px;
}
@media (max-width: 768px) {
	.color-box {
		position: relative;
		top: 10px;
		margin-bottom: 20px;
	}
}
.form-upload {
	min-height: 250px;
	border: 1px dashed rgba(0, 123, 255, 1);
	padding: 20px 20px;
}
.dz-file-info {
	width: 100%;
}
.dz-file-name {
	display: inline-block;
	width: calc(75%);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dz-file-name:after {
	content: " ";
	margin-right: 5px;
}
.dz-file-size {
	display: inline-block;
}
.notification {
	position: relative;
	padding: 0.75rem 1.25rem;
	font-weight: 600;
	margin-bottom: 10px;
	color: #856404;
	background-color: #fff3cd;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.img-wrapper {
	overflow: hidden;
}
.img-content {
	width: 100%;
	object-fit: cover;
	height: 200px;
}
.img-action {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-40%, -50%);
	-ms-transform: translate(-40%, -50%);
	text-align: center;
}
.img-wrapper:hover .img-content {
	opacity: 0.3;
}
.img-wrapper:hover .img-action {
	opacity: 1;
}
#footer-credit {
	display: contents;
}
.dl-description > dt,
.dl-description > dd {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	margin-bottom: 15px !important;
}
.text-orange {
	color: #fd7e14;
}
.post-content {
	font-size: 1.15em;
	line-height: 2em;
}

/* Custom Button Responsive */

@media (max-width: 768px) {
	.list-inline-item {
		width: 100% !important;
		margin-bottom: 7px !important;
	}
	.btn-responsive button {
		width: 100% !important;
		margin-bottom: 2px !important;
	}
}
label {
	font-family: 'Raleway', sans-serif;
}
::placeholder {
	color: #adadad !important;
}
::-webkit-input-placeholder {
	color: #adadad !important;
}
:-ms-input-placeholder {
	color: #adadad !important;
}
.help-block.with-errors {
	font-size: .95em;
}
.timeline .timeline-title {
	color: #20c997;
	font-weight: 700;
}
.timeline .timeline-body {
	font-size: .95em;
	margin-left: 8px;
	padding-top: 5px;
	padding-left: 13px;
	padding-bottom: 10px;
	border-left: solid #20c997 2px;
}
.timeline {
	max-height: 400px;
	overflow-y: auto;
}
.modal-body {
	overflow-x: auto !important;
}

/* BOOTSTRAP CUSTOM CSS */
.navbar-menu {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
thead,
tbody {
	font-size: .95em !important;
}
.table-card {
	background-color: #fff;
	border: 1px solid #ccd0d4;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.btn-md, .btn-group-md > .btn {
  padding: 0.285rem 0.5rem;
  font-size: 0.865rem;
  line-height: 1.5;
}
.badge {
	padding: 0.75em 0.75em;
	font-size: 80%;
}
.badge-block {
	width: 100%;
}
.form-control {
	border-radius: 0 !important;
}
.form-text {
	font-size: .8rem !important;
}
.custom-select {
	border-radius: 0 !important;
}

/* SELECT 2 CUSTOM CSS */

.select2-container--bootstrap4 .select2-selection {
	border-radius: 0 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	color: #5c6873;
}
.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-disabled="true"] {
	color: #6c757d;
	background-color: #e9ecef;
}

/* BOOTSTRAP-VALIDATOR CUSTOM CSS */

.has-error.has-danger label {
	color: #dc3545;
}

@media print {
	body {
		-webkit-print-color-adjust: exact !important;
		printer-color-adjust: auto !important;
	}
	dl {
		margin-top: 0;
		margin-bottom: 1rem;
	}
	dt {
		font-weight: 700;
	}
	dd {
		margin-bottom: .5rem;
		margin-left: 0;
	}
	.contents {
		display: block !important;
		page-break-before: always !important;
	}
	.dl-description > dt,
	.dl-description > dd {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		margin-bottom: 15px !important;
	}
	.table td,
	.table th {
		background-color: transparent !important;
	}
}
@page {
	size: a4;
	margin-left: 3cm;
	margin-top: 3cm;
	margin-bottom: 3cm;
	margin-right: 2.5cm;
}

/* BOOTSTRAP TAGS INPUT CUSTOM CSS */

.bootstrap-tagsinput {
	display: block !important;
	width: 100% !important;
	height: calc(2.25rem + 2px) !important;
	padding: 0.375rem 0.75rem !important;
	font-size: 1rem !important;
	line-height: 1.5 !important;
	color: #495057 !important;
	background-color: #fff !important;
	background-clip: padding-box !important;
	border: 1px solid #e4e7ea !important;
	border-radius: 0 !important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
	box-shadow: none !important;
}
.label {
	display: inline-block !important;
	padding: 0.25em 0.4em !important;
	font-size: 75% !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-align: center !important;
	white-space: nowrap !important;
	vertical-align: baseline !important;
	border-radius: 0.25rem !important;
}
.label-info {
	color: #fff !important;
	background-color: #20c997 !important;
}

/* DROPZONE CUSTOM CSS */

.dropzone {
	min-height: 150px;
	border: 1px dashed rgba(0, 0, 0, 0.3) !important;
	background: white;
	padding: 20px 20px;
}

/* SIMPLELIGHTBOX CUSTOM CSS */

.slbCaption {
	font-size: 1.1em !important;
	background-color: #343a40;
	color: #fff;
	margin-bottom: 30px;
}

/* TOASTR CUSTOM CSS */

#toast-container > .toast {
    background-image: none !important;
}
#toast-title {
	margin-left: -5px !important;
}
#toast-container > .toast:before {
    position: relative;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    margin-left: -1.5em;
    color: #FFF;
    padding-right: 0em;
    margin-right: 0.5em;
}
#toast-container > .toast-warning:before {
    content: "\f071";
}
#toast-container > .toast-error:before {
    content: "\f00d";
}
#toast-container > .toast-info:before {
    content: "\f05a";
}
#toast-container > .toast-success:before {
    content: "\f00c";
}