.form-checkbox input:checked + label:after#search-icn input[type=text] {
	float: left;
	width: 100%;
	background-color: #fff!important;
}
/*

#search-icn input:focus {
	background-color: #fefaee!important;
}
*/


/* Style the submit button */
#search-icn button {
	float: left;
    /* width: 20%; */
	padding: 14px 10px;
	background: transparent;
	color: #757575;
	font-size: 15px;
	border: none;
	border-left: none;
	margin-left: -40px;
	cursor: pointer;
}

#search-icn button:hover {
	background: transparent;
}

#search-icn input[type=text] {
	float: left;
	width: 100%;
}



/* Clear floats */
#search-icn::after {
	content: "";
	clear: both;
	display: table;
}

.form-checkbox {
	margin-bottom: 15px;
}

.form-checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.form-checkbox label {
	position: relative;
	cursor: pointer;
	margin-right: 10px;
}

.form-checkbox label:before {
	content: '';
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #bdbdbd;
	box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
	padding: 9px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 4px;
}

.form-checkbox input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 8px;
	width: 6px;
	height: 12px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.fstinput {
	padding: 13px 12px;
	vertical-align: middle;
	border: none;
	border-radius: 4px;
	background-color: #fff!important;
	overflow: hidden;
	width: inherit;
	box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 6%);
	border: solid 1px #ddd;
	width: 100%;
	font-weight: 500;
	color: #000;
	height: 48px;
}


.fstinput::-moz-placeholder {
    color: #000;
    opacity: 1
}

.fstinput:-ms-input-placeholder {
    color: #000;
}

.fstinput::-webkit-input-placeholder {
    color: #000;
}


.fstinput,.txtarea:focus {
	outline: thin dotted #333333 !important;
	outline: 0px auto -webkit-focus-ring-color !important;
	outline-offset: -2px;
}

.txtarea {
	padding: 13px 12px;
	vertical-align: middle;
	border: none;
	border-radius: 4px;
	background-color: #fff!important;
	overflow: hidden;
	width: inherit;
	box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 6%);
	border: solid 1px #ddd;
	width: 100%;
	font-weight: 500;
	color: #000;
}


select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
	display: none !important;
}

.bootstrap-select {
	vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
	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;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 6%);
	border: solid 1px #ddd;
	background-color: #fff!important;
	height: 48px;
}

.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.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none;
	height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
	width: 100%;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
/*
	float: none;
	display: inline-block;
	margin-left: 0;
*/;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
	margin-bottom: 0;
}

.bootstrap-select .dropdown-toggle .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;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
	padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	overflow: hidden;
	font-weight:500;
	color: #000;
}

.bootstrap-select .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle;
}

.bootstrap-select .dropdown-menu {
	min-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #e7e7e7;
	overflow: hidden!important;
	z-index: 999!important;
}

.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 .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
	white-space: nowrap;
}
*/


.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
	padding: 8px 8px;
}

.bs-searchbox .form-control {
	margin-bottom: 0;
	width: 100%;
	float: none;
}