.ml-auto {
	margin-left: auto;
}

/* set color with better contrast */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
	color: black !important;
}

/* hide X button which can not be used anyway */
.selectize-control.plugin-remove_button .selectize-input.disabled .item .remove {
	display: none;
}

.font-bold,
.smooth-css .text-bold,
.smooth-css .text-strong {
	font-weight: bold;
}

.flex {
	display: flex;
}

.label-normal {
	font-weight: normal;
}

.wrapper-fade-box {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 1500;
}

#full-page-spinner {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 1500;
	height: 100%;
	width: 100%;
}

#full-page-spinner .fa {
	top: 48%;
	position: absolute;
	transform: translateY(-50%);
	font-size: 32px;
	z-index: 1450;
}


.wrapper-fade-box .fa {
	top: 48%;
	position: absolute;
	transform: translateY(-50%);
	font-size: 32px;
	z-index: 1450;
}

.wrapper-fade-box .alert {
	margin-top: 50px;
}

.vertical-center-by-flex {
	display: flex;
	align-items: center;
}

.profile-picture {
	background-position: center;
}

.full-width {
	width: 100%;
}

.tab-content-bordered {
	padding: 20px;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 4px 4px;
}

.filter-border-bottom {
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.outline-none:focus, .outline-none:focus:active {
	outline: none !important;
}

.M-0 {
	margin: 0;
}

.M-5 {
	margin: 5px;
}

.M-10 {
	margin: 10px;
}

.M-15 {
	margin: 15px;
}

.M-20 {
	margin: 20px;
}

.M-25 {
	margin: 25px;
}

.M-30 {
	margin: 30px;
}

.M-40 {
	margin: 40px;
}

.M-50 {
	margin: 50px;
}

.M-60 {
	margin: 60px;
}

.M-70 {
	margin: 70px;
}

.M-80 {
	margin: 80px;
}

.M-90 {
	margin: 90px;
}

.M-100 {
	margin: 100px;
}

.M-T0 {
	margin-top: 0;
}

.M-T5 {
	margin-top: 5px;
}

.M-T10 {
	margin-top: 10px;
}

.M-T15 {
	margin-top: 15px;
}

.M-T20 {
	margin-top: 20px;
}

.M-T25 {
	margin-top: 25px;
}

.M-T30 {
	margin-top: 30px;
}

.M-T35 {
	margin-top: 35px;
}

.M-T40 {
	margin-top: 40px;
}

.M-T45 {
	margin-top: 45px;
}

.M-T50 {
	margin-top: 50px;
}

.M-T60 {
	margin-top: 60px;
}

.M-T75 {
	margin-top: 75px;
}

.M-T100 {
	margin-top: 100px;
}

.M-B0 {
	margin-bottom: 0;
}

.M-B5 {
	margin-bottom: 5px;
}

.M-B10 {
	margin-bottom: 10px;
}

.M-B15 {
	margin-bottom: 15px;
}

.M-B20 {
	margin-bottom: 20px;
}

.M-B25 {
	margin-bottom: 25px;
}

.M-B30 {
	margin-bottom: 30px;
}

.M-B35 {
	margin-bottom: 35px;
}

.M-B40 {
	margin-bottom: 40px;
}

.M-B45 {
	margin-bottom: 45px;
}

.M-B50 {
	margin-bottom: 50px;
}

.M-B75 {
	margin-bottom: 75px;
}

.M-B100 {
	margin-bottom: 100px;
}

.M-R5 {
	margin-right: 5px;
}

.M-R15 {
	margin-right: 15px;
}

.M-R30 {
	margin-right: 30px;
}

.M-L15 {
	margin-left: 15px;
}

.M-L30 {
	margin-left: 30px;
}

.P-0 {
	padding: 0;
}

.P-5 {
	padding: 5px;
}

.P-10 {
	padding: 10px;
}

.P-15 {
	padding: 15px;
}

.P-20 {
	padding: 20px;
}

.P-25 {
	padding: 25px;
}

.P-30 {
	padding: 30px;
}

.P-50 {
	padding: 50px;
}

.P-T0 {
	padding-top: 0;
}

.P-T5 {
	padding-top: 5px;
}

.P-T10 {
	padding-top: 10px;
}

.P-T15 {
	padding-top: 15px;
}

.P-T20 {
	padding-top: 20px;
}

.P-T25 {
	padding-top: 25px;
}

.P-T30 {
	padding-top: 30px;
}

.P-T35 {
	padding-top: 35px;
}

.P-T40 {
	padding-top: 40px;
}

.P-T45 {
	padding-top: 45px;
}

.P-T50 {
	padding-top: 50px;
}

.P-T60 {
	padding-top: 60px;
}

.P-T75 {
	padding-top: 75px;
}

.P-T100 {
	padding-top: 100px;
}

.P-B0 {
	padding-bottom: 0;
}

.P-B5 {
	padding-bottom: 5px;
}

.P-B10 {
	padding-bottom: 10px;
}

.P-B15 {
	padding-bottom: 15px;
}

.P-B20 {
	padding-bottom: 20px;
}

.P-B25 {
	padding-bottom: 25px;
}

.P-B30 {
	padding-bottom: 30px;
}

.P-B35 {
	padding-bottom: 35px;
}

.P-B40 {
	padding-bottom: 40px;
}

.P-B45 {
	padding-bottom: 45px;
}

.P-B50 {
	padding-bottom: 50px;
}

.P-B75 {
	padding-bottom: 75px;
}

.P-B100 {
	padding-bottom: 100px;
}

.P-R0 {
	padding-right: 0;
}

.smooth-css#page-wrapper {
	padding: 10px;
}

.faded {
	opacity: 0.4;
}

.smooth-css .fa-xs {
	width: 12px;
	height: 12px;
	line-height: 12px;
	display: inline-block;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}

.smooth-css .fa-sm {
	width: 14px;
	height: 14px;
	line-height: 14px;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

.smooth-css .fa-md {
	width: 16px;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

.smooth-css .fa-lg {
	width: 18px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}

.smooth-css .fa-xl {
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
}

.smooth-css .lh-10 {
	line-height: 10px;
}

.smooth-css .lh-12 {
	line-height: 12px;
}

.smooth-css .lh-14 {
	line-height: 14px;
}

.smooth-css .lh-16 {
	line-height: 16px;
}

.smooth-css .lh-18 {
	line-height: 18px;
}

.smooth-css .lh-20 {
	line-height: 20px;
}

.smooth-css .lh-26 {
	line-height: 26px;
}

.smooth-css .lh-28 {
	line-height: 28px;
}

.smooth-css .lh-30 {
	line-height: 30px;
}

.smooth-css .lh-36 {
	line-height: 36px;
}

.smooth-css .lh-40 {
	line-height: 40px;
}

.smooth-css .lh-10i {
	line-height: 10px !important;
}

.smooth-css .lh-12i {
	line-height: 12px !important;
}

.smooth-css .lh-14i {
	line-height: 14px !important;
}

.smooth-css .lh-16i {
	line-height: 16px !important;
}

.smooth-css .lh-18i {
	line-height: 18px !important;
}

.smooth-css .lh-20i {
	line-height: 20px !important;
}

.smooth-css .lh-26i {
	line-height: 26px !important;
}

.smooth-css .lh-28i {
	line-height: 28px !important;
}

.smooth-css .lh-30i {
	line-height: 30px !important;
}

.smooth-css .lh-36i {
	line-height: 36px !important;
}

.smooth-css .lh-40i {
	line-height: 40px !important;
}

.smooth-css .btn-xxl {
	min-width: 300px;
}

.smooth-css .btn-xl {
	min-width: 150px;
}

.smooth-css .btn-lg {
	min-width: 120px;
}

.smooth-css .btn-md {
	min-width: 100px;
}

.smooth-css .btn-sm:not(.glyphicon) {
	min-width: 70px;
}

.smooth-css .btn-xs {
	width: 20px;
	height: 20px;
	min-width: 20px;
	line-height: 16px;
	padding: 2px;
}

/* when you only display a single character like +, you should use this for correct centering */
.btn-xs.btn-xs-no-padding {
	padding: 0;
}

.smooth-css .text-xs {
	line-height: 18px;
	font-size: 8px;
}

.smooth-css .text-sm {
	line-height: 18px;
	font-size: 10px;
}

.smooth-css .text-md {
	line-height: 18px;
	font-size: 12px;
}

.smooth-css .text-lg {
	line-height: 18px;
	font-size: 14px;
}

.smooth-css .text-xl {
	line-height: 18px;
	font-size: 16px;
}

.smooth-css .text-xxl {
	line-height: 18px;
	font-size: 18px;
}

.smooth-css .text-normal {
	font-weight: normal;
}

.smooth-css .text-white {
	color: #FFFFFF;
}

.smooth-css .text-black {
	color: #000000;
}

.smooth-css .text-muted {
	color: #999999;
}

.smooth-css .text-silver {
	color: #EFEFEF;
}

.smooth-css .text-silver-dark {
	color: #ABABAB;
}

.smooth-css .text-graphite {
	color: #9D9D9D;
}

.smooth-css .text-graphite-dark {
	color: #666666;
}

.smooth-css .text-nowrap {
	white-space: nowrap;
}

.smooth-css .text-middle {
	vertical-align: middle;
}

.smooth-css .text-justify {
	text-align: justify;
}

.smooth-css .text-underline {
	text-decoration: underline;
}

.smooth-css .text-lowercase {
	text-transform: lowercase;
}

.smooth-css .text-uppercase {
	text-transform: uppercase;
}

.smooth-css .text-capitalize {
	text-transform: capitalize;
}

.smooth-css .btn-default.text-info {
	color: #31708f;
	background-image: linear-gradient(to bottom, #D9EDF7 0px, #B9DEF0 100%);
}

.smooth-css .btn-default.text-info:focus,
.smooth-css .btn-default.text-info:hover {
	background-image: linear-gradient(to bottom, #B9DEF0 0px, #B9DEF0 100%);
}

.smooth-css .btn-default.text-danger {
	color: #A94442;
	background-image: linear-gradient(to bottom, #F2DEDE 0px, #E7C3C3 100%);
}

.smooth-css .btn-default.text-danger:focus,
.smooth-css .btn-default.text-danger:hover {
	background-image: linear-gradient(to bottom, #E7C3C3 0px, #E7C3C3 100%);
}

.smooth-css .btn-default.text-success {
	color: #3C763D;
	background-image: linear-gradient(to bottom, #DFF0D8 0px, #C8E5BC 100%);
}

.smooth-css .btn-default.text-success:focus,
.smooth-css .btn-default.text-success:hover {
	background-image: linear-gradient(to bottom, #C8E5BC 0px, #C8E5BC 100%);
}

.smooth-css .btn-default.text-warning {
	color: #8A6D3B;
	background-image: linear-gradient(to bottom, #FCF8E3 0PX, #F8EFC0 100%);
}

.smooth-css .btn-default.text-warning:focus,
.smooth-css .btn-default.text-warning:hover {
	background-image: linear-gradient(to bottom, #F8EFC0 0PX, #F8EFC0 100%);
}

.smooth-css .dropdown-toggle {
	padding-right: 25px;
}

.smooth-css .dropdown-toggle::after {
	content: "\f0d7";
	font-family: FontAwesome;
	top: 6px;
	right: 9px;
	position: absolute;
}

.smooth-css .dropdown-toggle .caret {
	display: none;
}

.smooth-css .sol-option {
	width: 100%;
}

.smooth-css .sol-checkbox {
	margin-bottom: 0 !important;
}

.smooth-css .sol-container {
	width: 100%;
}

#page-wrapper .sol-selected-display-item {
	background: initial;
}

.smooth-css .sol-quick-delete {
	width: 20px;
	line-height: 14px;
	font-size: 16px;
}

.smooth-css .sol-caret-container {
	top: 1px;
	right: 7px;
	position: absolute;
	cursor: pointer;
}

.smooth-css .sol-input-container {
	width: 100%;
	height: 34px;
	padding: 0;
}

.smooth-css .sol-input-container input[type=text] {
	top: 1px;
	width: 100%;
	position: absolute;
}

.smooth-css .sol-selection-container {
	width: 100%;
}

.smooth-css .sol-selected-display-item {
	padding-left: 0;
	line-height: 20px;
}

.smooth-css .sol-current-selection:empty {
	padding: 0;
}

.bg-white {
	background-color: #FFFFFF !important;
}

.bg-silver {
	background-color: #EFEFEF !important;
}

.bg-silver-dark {
	background-color: #ABABAB !important;
}

.bg-graphite {
	background-color: #9D9D9D !important;
}

.border-all {
	border: 1px solid;
}

.border-top {
	border-top: 1px solid;
}

.border-left {
	border-left: 1px solid;
}

.border-right {
	border-right: 1px solid;
}

.border-bottom {
	border-bottom: 1px solid;
}

.border-wide {
	border-width: 2px;
}

.border-silver {
	border-color: #EFEFEF;
}

.border-silver-dark {
	border-color: #ABABAB;
}

.border-graphite {
	border-color: #9D9D9D;
}

.border-graphite-dark {
	border-color: #666666;
}

.link-no-deco {
	text-decoration: none;
	cursor: pointer;
}

.link-no-deco:hover {
	text-decoration: none;
}

.link-no-deco:focus {
	text-decoration: none;
}

.link-no-deco:active {
	text-decoration: none;
}

.link-no-deco:visited {
	text-decoration: none;
}

.container-message-box .alert {
	min-height: 50px;
	margin: 0 0 10px;
	padding-left: 70px;
	position: relative;
}

.container-message-box .alert::before {
	left: 15px;
	width: 40px;
	height: calc(100% - 30px);
	position: absolute;
	display: flex;
	align-items: center;
	font-size: 28px;
	font-family: FontAwesome;
	border-right: 1px solid;
}

.container-message-box .alert-info::before {
	content: "\f05a";
}

.container-message-box .alert-danger::before {
	content: "\f06a";
}

.container-message-box .alert-success::before {
	content: "\f058";
}

.container-message-box .alert-warning::before {
	content: "\f071";
}

.page-body {
	padding: 0 15px !important;
}

.page-body .small-padding .col-xs-1,
.page-body .small-padding .col-xs-2,
.page-body .small-padding .col-xs-3,
.page-body .small-padding .col-xs-4,
.page-body .small-padding .col-xs-5,
.page-body .small-padding .col-xs-6,
.page-body .small-padding .col-xs-7,
.page-body .small-padding .col-xs-8,
.page-body .small-padding .col-xs-9,
.page-body .small-padding .col-xs-10,
.page-body .small-padding .col-xs-11,
.page-body .small-padding .col-xs-12,
.page-body .small-padding .col-sm-1,
.page-body .small-padding .col-sm-2,
.page-body .small-padding .col-sm-3,
.page-body .small-padding .col-sm-4,
.page-body .small-padding .col-sm-5,
.page-body .small-padding .col-sm-6,
.page-body .small-padding .col-sm-7,
.page-body .small-padding .col-sm-8,
.page-body .small-padding .col-sm-9,
.page-body .small-padding .col-sm-10,
.page-body .small-padding .col-sm-11,
.page-body .small-padding .col-sm-12,
.page-body .small-padding .col-md-1,
.page-body .small-padding .col-md-2,
.page-body .small-padding .col-md-3,
.page-body .small-padding .col-md-4,
.page-body .small-padding .col-md-5,
.page-body .small-padding .col-md-6,
.page-body .small-padding .col-md-7,
.page-body .small-padding .col-md-8,
.page-body .small-padding .col-md-9,
.page-body .small-padding .col-md-10,
.page-body .small-padding .col-md-11,
.page-body .small-padding .col-md-12,
.page-body .small-padding .col-xl-1,
.page-body .small-padding .col-xl-2,
.page-body .small-padding .col-xl-3,
.page-body .small-padding .col-xl-4,
.page-body .small-padding .col-xl-5,
.page-body .small-padding .col-xl-6,
.page-body .small-padding .col-xl-7,
.page-body .small-padding .col-xl-8,
.page-body .small-padding .col-xl-9,
.page-body .small-padding .col-xl-10,
.page-body .small-padding .col-xl-11,
.page-body .small-padding .col-xl-12 {
	padding-left: 5px;
	padding-right: 5px;
}

.page-body .small-padding .row {
	margin-left: -5px;
	margin-right: -5px;
}

.page-body .small-padding .fa-stack .fa-stack-2x {
	font-size: 22px;
}

.bg-background-none {
	background: none;
}

.relative-position {
	position: relative;
}

@media (min-width: 768px) {
	.modal-xl {
		width: 99%;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		width: 95%;
	}
}

@media (min-width: 1440px) {
	.modal-xl {
		width: 90%;
	}
}

@media (min-width: 1600px) {
	.modal-xl {
		width: 85%;
	}
}

@media print {
	.PP-0 {
		padding: 0 !important;
	}
}
