/*!
 * Bootstrap-select v1.13.8 (https://developer.snapappointments.com/bootstrap-select)
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

.sys-multiselect {
	background-color:#fff;
	border:2px solid #ddd;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-o-border-radius:1px;
	border-radius:1px;
	color:rgba(0,0,0,.87);
	display:block;
	font-family:inherit;
	font-size:13px;
	height:35px;
	padding:8px 40px 8px 8px;
	width:100%;
	text-align:left;
	outline:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all.4s;
	-moz-transition:all.4s;
	-ms-transition:all.4s;
	-o-transition:all.4s;
	transition:all.4s;
}
.sys-multiselect:hover {
	cursor:default;
	border:2px solid rgba(0,151,167,.6);
	background-color:#fff;
}
.sys-multiselect:focus {
	cursor:default;
	border:2px solid rgba(0,151,167,.9);
	background-color:#fff;
}
.error-view .sys-multiselect {
	background-color:#ffebee!important;
}
.bootstrap-select > select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
	display:none!important;
}
.bootstrap-select {
	width:220px \0;
	vertical-align:middle;
}
.bootstrap-select > .dropdown {
	position:relative;
	width:100%;
	text-align:right;
	white-space:nowrap;
	display:-webkit-inline-box;
	display:-webkit-inline-flex;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.bootstrap-select > .dropdown:after {
	margin-top:-1px;
}
.bootstrap-select > .dropdown.bs-placeholder,
.bootstrap-select > .dropdown.bs-placeholder:hover,
.bootstrap-select > .dropdown.bs-placeholder:focus,
.bootstrap-select > .dropdown.bs-placeholder:active {
	color:#999;
}
.bootstrap-select > select {
	position:absolute!important;
	bottom:0;
	left:50%;
	display:block!important;
	width:0.5px!important;
	height:100%!important;
	padding:0!important;
	opacity:0!important;
	border:none;
	z-index:0!important;
}
.bootstrap-select > select.mobile-device {
	top:0;
	left:0;
	display:block!important;
	width:100%!important;
	z-index:2!important;
}
.has-error .bootstrap-select .dropdown,
.error .bootstrap-select .dropdown,
.bootstrap-select.is-invalid .dropdown,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown {
	border-color:#b94a48;
}
.bootstrap-select.is-valid .dropdown,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown {
	border-color:#28a745;
}
.bootstrap-select.fit-width {
	width:auto!important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width:220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown,
.bootstrap-select .dropdown:focus {
	outline:none!important;
}
.bootstrap-select.form-control {
	margin-bottom:0;
	padding:0;
	border:none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
	width:100%;
}
.bootstrap-select.form-control.input-group-btn {
	float:none;
	z-index:auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
	width:auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
	float:none;
	display:inline-block;
	margin-left:0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right,
.bootstrap-select.dropdown-menu-end,
.bootstrap-select[class*="col-"].dropdown-menu-end,
.row .bootstrap-select[class*="col-"].dropdown-menu-end {
	float:right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
	margin-bottom:0;
}
.form-inline .bootstrap-select .form-control {
	width:100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
	cursor:not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
	outline:none!important;
}
.bootstrap-select.bs-container {
	position:absolute;
	top:0;
	left:0;
	padding:0!important;
	height:0!important;
}
.bootstrap-select.bs-container .dropdown-menu {
	z-index:1060;
}
.bootstrap-select .dropdown .filter-option {
	position:static;
	top:0;
	left:0;
	float:left;
	height:100%;
	width:100%;
	text-align:left;
	overflow:hidden;
	-webkit-box-flex:0;
	-webkit-flex:0 1 auto;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
}
.bootstrap-select .dropdown .filter-option-inner-inner {
	overflow:hidden;
}
.bootstrap-select .dropdown .filter-expand {
	width:0!important;
	float:left;
	opacity:0!important;
	overflow:hidden;
}
.input-group .bootstrap-select.form-control .dropdown {
	border-radius:inherit;
}
.bootstrap-select[class*="col-"] .dropdown {
	width:100%;
}
.bootstrap-select .dropdown-menu {
	margin:1px 0 1px 0;
	background-color:#fff;
	min-width:100%;
	border:2px solid #ddd;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-o-border-radius:1px;
	border-radius:1px;
	color:rgba(0,0,0,.87);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.bootstrap-select .dropdown-menu.show {
	padding:8px 7px;
}
.bootstrap-select .dropdown-menu > .inner:focus {
	outline:none!important;
}
.bootstrap-select .dropdown-menu.inner {
	position:static;
	float:none;
	border:0;
	padding:0;
	margin:0;
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.bootstrap-select .dropdown-menu li {
	position:relative;
}
.bootstrap-select .dropdown-menu li.active small {
	color:rgba(255,255,255,0.5)!important;
}
.bootstrap-select .dropdown-menu li.disabled a {
	cursor:not-allowed;
}
.bootstrap-select .dropdown-menu li a {
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.bootstrap-select .dropdown-menu li a.opt {
	position:relative;
	padding-left:2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
	display:none;
}
.bootstrap-select .dropdown-menu li a span.text {
	display:inline-block;
}
.bootstrap-select .dropdown-menu li small {
	padding-left:0.5em;
}
.bootstrap-select .dropdown-menu .notify {
	position:absolute;
	left:5px;
	bottom:5px;
	right:5px;
	margin:0;
	padding:5px;
	min-height:26px;
	font-size:13px;
	color:#fff;
	background-color:#d73d32;
	border:1px solid #e3e3e3;
	text-align:center;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
	pointer-events:none;
	opacity:0.9;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.bootstrap-select .no-results {
	margin:0;
	padding:5px;
	background:#f5f5f5;
	font-size:12px;
	white-space:nowrap;
}
.bootstrap-select.fit-width .dropdown .filter-option {
	position:static;
	display:inline;
	padding:0;
	width:auto;
}
.bootstrap-select.fit-width .dropdown .filter-option-inner,
.bootstrap-select.fit-width .dropdown .filter-option-inner-inner {
	display:inline;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
	display:inline-block;
	position:absolute;
	top:8px;
	right:0;
}
.bootstrap-select .dropdown-menu .selected {
	color:#101010;
	background-color:#f5f5f5;
}
.bootstrap-select .dropdown-menu .selected:hover {
	color:#fff;
	background-color:#00BBD1;
}
.bootstrap-select .dropdown-menu .dropdown-item {
	padding:7px 0 7px 10px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
	margin-right:18px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown,
.bootstrap-select.show-menu-arrow.show > .dropdown {
	z-index:1055;
}
.bootstrap-select.show-menu-arrow .dropdown .filter-option:before {
	display:none;
	position:absolute;
	content:'';
	bottom:-4px;
	left:9px;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-bottom:7px solid rgba(204,204,204,0.2);
}
.bootstrap-select.show-menu-arrow .dropdown .filter-option:after {
	display:none;
	position:absolute;
	content:'';
	bottom:-4px;
	left:10px;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-bottom:6px solid #fff;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown .filter-option:before {
	top:-4px;
	bottom:auto;
	border-top:7px solid rgba(204,204,204,0.2);
	border-bottom:0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown .filter-option:after {
	top:-4px;
	bottom:auto;
	border-top:6px solid #fff;
	border-bottom:0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown .filter-option:before {
	left:auto;
	right:12px;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown .filter-option:after {
	left:auto;
	right:13px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown .filter-option:after {
	display:block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
	padding:0 0 8px 0;
}
.bs-actionsbox {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.bs-actionsbox .btn-group button {
	width:50%;
}
.bs-actionsbox .actions-btn {
	display:inline-block;
	margin:0;
	padding:7px 4px;
	width:100%;
	font-size:12px;
	color:#101010;
	background-color:#f5f5f5;
	border:1px solid #ddd;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}
.bs-actionsbox .actions-btn:hover {
	color:#fff;
	background-color:#00BBD1;
}
.bs-donebutton {
	float:left;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.bs-donebutton .btn-group button {
	width:100%;
}
.bs-searchbox .form-control {
	margin-bottom:0;
	width:100%;
	float:none;
}