/* hide placeholder on focus */
::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; }
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; }
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; }
::placeholder { opacity: 0.8; transition: opacity .5s; }

/*
.placeholder-toggle:focus::-webkit-input-placeholder { opacity: 0; }
.placeholder-toggle:focus:-moz-placeholder { opacity: 0; }
.placeholder-toggle:focus::-moz-placeholder { opacity: 0; }
.placeholder-toggle:focus:-ms-input-placeholder { opacity: 0; }
.placeholder-toggle:focus::placeholder { opacity: 0; }
*/

.search-notfound {
	color: #F00;
	font-style: italic;
}

.bootstrap-datetimepicker-widget{
	display: block !important;
}

.filter-collapse{
	display: block;
}

.filter.filter-expand,
.filter-modal.filter-expand
{
	display: block;
}

#filters-modal .filter-modal,
#filters-modal .filter{
	display: block;
}

.noUi-target{
	background: #F1F1F1;
	border-radius: 9px;
	border:none;
	box-shadow: none;
}

.noUi-handle{
	background: #FFFFFF;
	box-shadow: 1px -1px 10px rgb(0 0 0 / 15%);
	border-radius: 50%;
}

.noUi-horizontal{
	height: 5px;
	margin-bottom: 27px;
}

.noUi-horizontal .noUi-handle{
	width: 16px;
	height: 16px;
	right: -8px;
}

.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #FF6F1E;
	left: 3px;
	top: 3px;
}

.noUi-handle:after{
	display: none;
}

.noUi-connect {
	background: #FF6F1E;
}

.filter .form a,
.filter-modal .form a
{
	color: #FF6F1E;
	text-decoration: none;
	cursor: pointer;
}

.filter-modal .footer .reset,
.filter	.footer .reset
{
	background: #FF6F1E;
	border-radius: 5px;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding: 18px;
	display: block;
}

.filter-modal .body,
.filter .body{
	clear:both;
}

.filter-modal .group,
.filter .group{
	clear: both;
	padding-bottom: 35px;
}

.filter-modal .group .header,
.filter .group .header{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 35px;
	color: #20244A;
	margin-bottom: 17px;
	position: relative;
}

.filter-modal .multy .item,
.filter .multy .item{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #20244A;
	padding-left: 32px;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}

.filter-modal .multy .item + .item,
.filter-modal .multy .toggle + .item,
.filter .multy .item + .item,
.filter .multy .toggle + .item
{
	margin-top: 11px;
}

.filter-modal .multy .item:before,
.filter .multy .item:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 19px;
	height: 19px;
	border: 1px solid #8D90A9;
	box-sizing: border-box;
	border-radius: 4px;
}

.filter-modal .multy .item.checked:before,
.filter .multy .item.checked:before{
	border-color: #FF6F1E;
	background-color: #FF6F1E;
	background-image: url(/img/i/checkmark.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.filter-modal .multy .item.disabled,
.filter .multy .item.disabled{
	opacity: 0.5;
	cursor: not-allowed;
}

.filter-modal .multy .item.disabled:before,
.filter .multy .item.disabled:before{
	border-color: #ccc;
	background-color: #ccc;
}

.total-tooltip {
	cursor: pointer;
}

.filter .multy2 .collapse {
	display: none;
}
.filter .toggle, .filter .collapse {
	color: #FF6F1E;
	cursor: pointer;
	text-decoration: none;
}

.filter .toggle ~ .item {
	display: none;
}

.filter .expanded .toggle {
	display: none;
}

.filter .expanded .collapse {
	display: block;
}

.expanded .toggle ~ .item {
	display: block;
}

.filter-modal .multy2 a,
.filter .multy2 a{
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 35px;
	margin-top: 16px;
}

.filter-modal .range,
.filter .range {
	position: relative;
}

.filter-modal .range  > input,
.filter .range  > input,
.filter-modal .date > input,
.filter .date input{
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid #8D90A9;
	box-sizing: border-box;
	border-radius: 3px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 35px;
	color: #20244A;
	padding: 6px 14px;
	max-width: 43%;
}

.filter-modal .date > input,
.filter .date input{
    max-width: 100%;
    text-align: left;
}

.filter-modal .range  > input::-webkit-input-placeholder,
.filter-modal .range  > input::-moz-placeholder,
.filter-modal .range  > input:-moz-placeholder,
.filter-modal .range  > input:-ms-input-placeholder,
.filter .range  > input::-webkit-input-placeholder,
.filter .range  > input::-moz-placeholder,
.filter .range  > input:-moz-placeholder,
.filter .range  > input:-ms-input-placeholder{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 35px;
	color: #8D90A9;
}

.filter-modal .range  > span,
.filter .range  > span{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 1px;
	background: #8D90A9;;
	margin: 0 10px;
	line-height: 10px;
}

.filter-modal .date,
.filter .date{
	position: relative;
    width:100%;
}

.filter-date .date img{
    display: none;
}

.filter-modal .total,
.filter .total{
	width: 170px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 1000;
	border-radius: 4px;
	line-height: 20px;
	padding: 10px 10px;
	background: #FF6F1E;
	color: #fff;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.3);
}

.filter .total:before{
	content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -6px;
    border-style: solid;
	right: -6px;
	border-width: 6px 0 6px 6px;
	border-color: transparent;
	border-left-color: #FF6F1E;
	visibility: hidden;
}

.filter .total{
	left: 150px;
}

/* cont w 940px */
@media (min-width: 768px){
	.filter-modal,
	.filter{
		display: inline-block;
		width: 300px;
		float: left;
		margin-right: 28px;
	}

	.filter-collapse{
		display: none
	}

	.filter-modal .footer .reset ,
	.filter .footer .reset {
		font-style: normal;
		font-weight: 600;
		font-size: 12px;
		line-height: 14px;
		text-align: center;
		letter-spacing: 0.01em;
		text-transform: uppercase;
		color: #FF6F1E;
		background: rgba(255,111,30,.08);
		border-radius: 5px;
		cursor: pointer;
		padding: 18px;
		display: block;
	}
	.filter .total:before {
		right: -6px;
		visibility: visible;
	}
}

@media (min-width: 992px){
	.total{
		left: -180px;
	}
}

