.fs-0 {
	font-size: 1rem;
}
.fs-1 {
	font-size: 1.1rem;
}
.fs-2 {
	font-size: 1.25rem;
}
.fs-3 {
	font-size: 1.5rem;
}
.fs-4 {
	font-size: 1.75rem;
}
.fs-5 {
	font-size: 2rem;
}
.fs-6 {
	font-size: 2.25rem;
}
.fs-7 {
	font-size: 2.5rem;
}
.fs-8 {
	font-size: 3rem;
}
.fs--1 {
	font-size: .925rem;
}
.fs--2 {
	font-size: .875rem;
}
.fs--3 {
	font-size: .825rem;
}
.fs--4 {
	font-size: .75rem;
}
.font-weight-semibold {
	font-weight: 600;
}
.font-weight-lightbold {
	font-weight: 500;
}
.font-alt {
	font-family: Poppins, sans-serif;
}
.fluid-images img {
	max-width: 100%;
	height: auto;
}
.w-auto {
	width: auto;
}
.form-control:focus {
	box-shadow: none;
}
.form-control[readonly] {
	background-color: #fff;
}
.form-control-hour {
	width: 60px;
}
.form-control.form-control-number, .form-control-number {
	width: 100px;
}
.form-control.form-control-amount, .form-control-amount {
	width: 120px;
}
.form-control.form-control-xl {
	width: 160px;
}
.form-control.disabled {
	color: #888;
	background-color: #e9ecef;
}
.form-control-date {
	cursor: pointer;
}
.btn, .form-control, button {
/*	border-radius: 0;*/
	box-shadow: none!important;
	outline: none!important;
}
button {
	touch-action: manipulation;
}
.form-control::placeholder {
	color: #ccc;
	opacity: 1;
}
.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
	color: #ccc;
}
.form-control-box {
	border: 1px solid #ced4da;
	border-radius: .25rem;
	padding: .375rem .75rem;
}
.form-control-inputbox {
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	overflow: hidden;
	cursor: default;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}

textarea.autosize {
	resize: none;
	overflow: hidden;
}
.modal-header, .modal-footer {
	padding: 10px 15px;
}
.modal-title {
	letter-spacing: -1px;
}
h4.modal-title {
	font-size: 1rem;
}
.modal-footer .btn, .btn-l {
	min-width: 80px;
}
.note-form-control {
	display: block;
}
.btn-xl {
	min-width: 110px!important;
}
.btn-xxl {
	min-width: 140px!important;
}
.text-condensed {
	letter-spacing: -1px;
}
.text-thin {
	font-weight: 300;
}
.text-line-through {
	text-decoration: line-through;
}
.line-1 {
	line-height: 1!important;
}
.line-sm {
	line-height: 1.1!important;
}
.line-md {
	line-height: 1.25!important;
}
.line-normal {
	line-height: 1.5!important;
}
.btn-round {
	border-radius: 18px;
	min-width: 160px;
}
.text-app {
	color: #33414E!important;
}
.text-disabled {
	color: #bbb!important;
}
.bg-app {
	background-color: #33414E!important;
}
.bg-black {
	background-color: #0E0E0E!important;
}
.bg-app-light {
	background-color: #EAEDF0!important;
}
.bg-checkboard {
	background-image:
		linear-gradient(45deg, #f5f5f5 25%, transparent 25%), 
		linear-gradient(135deg, #f5f5f5 25%, transparent 25%),
		linear-gradient(45deg, transparent 75%, #f5f5f5 75%),
		linear-gradient(135deg, transparent 75%, #f5f5f5 75%);
	background-size: 36px 36px;
	background-position: 0 0, 18px 0, 18px -18px, 0px 18px;
}
.bg-photo {
	background-image: url(/css/img/imgbg.png);
}
.bg-cover:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, .5));
}
.bg-semiblack {
	background-color: rgba(0, 0, 0, .7);
}
.top-0 {
	top: 0!important;
	bottom: auto!important;
}
.left-0 {
	left: 0!important;
	right: auto!important;
}
.right-0 {
	left: auto!important;
	right: 0!important;
}
.bottom-0 {
	top: auto!important;
	bottom: 0!important;
}
.absolute-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.top-center {
        top: 50%;
        transform: translate(0, -50%);
}
.opacity-1 {
	opacity: 1!important;
}
.opacity-75 {
	opacity: .75!important;
}
.opacity-50 {
	opacity: .5!important;
}
.opacity-25 {
	opacity: .25!important;
}
.opacity-0 {
	opacity: 0!important;
}
.z-index-1 {
	z-index: 1;
}
.border-bottom {
	border-bottom: 1px solid #ddd;
}
.border-top {
	border-top: 1px solid #ddd;
}
.border-right {
	border-right: 1px solid #ddd;
}
.border-left {
	border-left: 1px solid #ddd;
}
.border-form-control {
	border-color: #ced4da!important;
}
.rounded-right-0 {
	border-radius: .25rem 0 0 .25rem!important;
}
.rounded-left-0 {
	border-radius: 0 .25rem .25rem 0 !important;
}
.icon-fw {
	display: inline-block;
	width: 1.25rem; /* 1.28571429em */
	text-align: center;
}
.rotate-90 {
	transform: rotate(-90deg);
}
.custom-checkbox .custom-control-label::before {
	border-radius: 0;
}
.custom-select:focus {
	box-shadow: none;
}
.breadcrumb-item+.breadcrumb-item::before {
	font-family: Ionicons;
	content: "\f3d3";
}
a.decoration-none, a.decoration-none:hover, a.decoration-none:link, a.decoration-none:visited {
	text-decoration: none;
}
.border-dashed {
    border-style: dashed!important;
}
.border-2 {
	border-width: 2px!important;
}
.border-3 {
	border-width: 3px!important;
}
.overflow-hidden {
	overflow: hidden;
}
.hidebox {
	display: none;
}
.text-ellipsis {
	text-overflow: ellipsis;
}
.block-element {
	display: block;
}
.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.nowrap {
	white-space: nowrap;
}
.list-window {
	height: 260px;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.text-white a {
	color: #fff!important;
}
.text-bg:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.text-bg>* {
	z-index: 2;
}
.order {
	display: inline-block;
	text-align: right;
	min-width: 2rem;
	padding-right: .25rem;
}
.must:after {
	position: relative;
	top: -4px;
	content: "*";
	font-family: monospace;
	font-weight: bold;
	color: #e01111;
    margin: 0 0 0 2px;
}
.wait {
	background-image: url('img/spinner-rosetta-gray-26x26.gif')!important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.wait.start {
	background-position: 0 50%;
}
.wait>* {
	visibility: hidden;
}

.blink_me {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% { opacity: 0; }
}

#appnotify {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 280px;
	margin: -100px 0 0 -140px;
	z-index: 10009;
}

#pageloader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(234, 237, 240, .5);
	z-index: 19901;
}
.loadring {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
}
.loadring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	margin: 6px;
	border: 6px solid #007BFF;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #007BFF transparent transparent transparent;
}
.loadring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loadring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loadring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.play-video:before {
	position: absolute;
	top: 50%;
	left: 50%;
/*	font-family: Ionicons;
	content: "\f488";*/
	content: '\25b6';
	font-size: 32px;
	text-align: center;
	line-height: 42px;
	color: rgba(255, 255, 255, .8);
	border: 3px solid rgba(255, 255, 255, .8); /* #28A745 */
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 0 0 0 4px;
	transform: translate(-50%, -50%);
	transition: all 0.1s;
	z-index: 2;
}
.play-video.ytb:before {
	 /* background-color: ;#FF0000 */
}
.play-video.vmo:before {
	 /* background-color: ;#0FAEF1 */
}
.play-video:hover:before {
	font-size: 38px;
	line-height: 52px;
	color: rgba(255, 255, 255, 1);
	border: 3px solid rgba(255, 255, 255, 1);
	width: 60px;
	height: 60px;
}
.play-video.sm:before {
	font-size: 26px;
	line-height: 28px;
	width: 36px;
	height: 36px;
	border-width: 2px;
}
.play-video.sm:hover:before {
	font-size: 26px;
	line-height: 28px;
	width: 36px;
	height: 36px;
	border-width: 2px;
}
img.small-thumb {
	width: 72px;
	height: 54px;
}
i.small-thumb {
	display: inline-block;
	width: 72px;
	height: 54px;
	font-size: 32px;
	line-height: 54px;
	text-align: center;
}
.xs-thumb {
	width: 48px;
	height: 36px;
}


.signinbox {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.form-signin {
	background-color: #fff;
	width: 100%;
	max-width: 330px;
	padding: 1.25rem;
	margin: 0 auto;
}
.form-signin .checkbox {
	font-weight: 400;
}
.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/* type-select */
.type-select {
	position: relative;
}
.type-dropdown {
	display: none;
	position: absolute;
	width: 100%;
	min-width: 220px;
	max-width: 260px;
	background-color: #fff;
	z-index: 9;
}
.type-options {
	max-height: 14rem; /* 18rem */
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.type-options .option {
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: .25rem 1rem;
	overflow: hidden;
	cursor: default;
}
.type-options .option.active {
	color: #fff;
	background-color: #5897FB;
}
.type-select.opened .type-dropdown {
	display: block;
}
.type-select.opened .type-text {
	color: #aaa;
}
.drop-box {
	position: relative;
}
.drop-box:after {
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: Ionicons;
	content: "\f35f";
	margin-top: -10px;
}

/* icon colors */
.icofont-file-gif {
	color: #11C02F;
}
.icofont-file-mp3 {
	color: #3B88D4;
}
.icofont-file-flv {
	color: #902BC3;
}
.icofont-youtube {
	color: #f00;
}
.icofont-vimeo {
	color: #00ADEF;
}
.icofont-file-pdf {
	color: #ED2F23;
}
.icofont-file-word {
	color: #2A5699;
}
.icofont-file-excel {
	color: #207546;
}
.icofont-file-powerpoint {
	color: #EF6C00;
}
.icofont-lock {
	color: #E64232;
}
.icofont-file-document {
	color: #E84434;
}
.ion-android-star-outline {
	color: #FBBC05;
}

@media (min-height: 576px) {
	.list-window {
		height: 460px;
	}
}
@media (min-width: 1024px) {
	.w-lg-50 {
		width: 50%;
	}
	.w-lg-75 {
		width: 75%;
	}
	.mw-lg-50 {
		max-width: 50%;
	}
	.mw-lg-75 {
		max-width: 75%;
	}
}
@media (min-width: 1200px) {
	.w-xl-50 {
		width: 50%;
	}
	.w-xl-75 {
		width: 75%;
	}
	.mw-xl-50 {
		max-width: 50%;
	}
	.mw-xl-75 {
		max-width: 75%;
	}
}

@media (max-width: 767px) {
	.fs-sm-1 {
		font-size: 1.1rem;
	}
	.fs-sm-2 {
		font-size: 1.25rem;
	}
	.fs-sm-3 {
		font-size: 1.5rem;
	}
	.fs-sm-4 {
		font-size: 1.75rem;
	}
	.fs-sm-5 {
		font-size: 2rem;
	}
	.fs-sm-6 {
		font-size: 2.25rem;
	}
	.fs-sm-7 {
		font-size: 2.5rem;
	}
	.fs-sm-8 {
		font-size: 3rem;
	}
	.fs-sm--1 {
		font-size: .925rem;
	}
	.fs-sm--2 {
		font-size: .875rem;
	}
	.fs-sm--3 {
		font-size: .825rem;
	}
	.fs-sm--4 {
		font-size: .75rem;
	}
	.type-dropdown.type-dropdown-sm-right {
		right: 10px;
	}
}
@media (min-width: 768px) {
	.fs-md-1 {
		font-size: 1.1rem;
	}
	.fs-md-2 {
		font-size: 1.25rem;
	}
	.fs-md-3 {
		font-size: 1.5rem;
	}
	.fs-md-4 {
		font-size: 1.75rem;
	}
	.fs-md-5 {
		font-size: 2rem;
	}
	.fs-md-6 {
		font-size: 2.25rem;
	}
	.fs-md-7 {
		font-size: 2.5rem;
	}
	.fs-md-8 {
		font-size: 3rem;
	}
	.fs-md--1 {
		font-size: .925rem;
	}
	.fs-md--2 {
		font-size: .875rem;
	}
	.fs-md--3 {
		font-size: .825rem;
	}
	.fs-md--4 {
		font-size: .75rem;
	}
	.btn-md-l {
		min-width: 80px!important;
	}
	.btn-md-xl {
		min-width: 110px!important;
	}
	.w-md-auto {
		width: auto!important;
	}
}
