.ich-settings-main-wrap .dropdown,
.ich-settings-main-wrap .dropdown div,
.ich-settings-main-wrap .dropdown li,
.ich-settings-main-wrap .dropdown div:after {
-webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-ms-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}
.ich-settings-main-wrap .dropdown .selected:after,
.ich-settings-main-wrap .dropdown.scrollable div:after {
-webkit-pointer-events: none;
-moz-pointer-events: none;
-ms-pointer-events: none;
pointer-events: none;
}
.ich-settings-main-wrap .dropdown {
position: relative;
width: 100%;
border: 1px solid #EEE;
cursor: pointer;
background: #fff;
height: 36px;
z-index: 3;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-webkit-border-radius: none;
-khtml-border-radius: none;
-moz-border-radius: none;
-o-border-radius: none;
border-radius: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.ich-settings-main-wrap .dropdown:hover {
box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
-moz-box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
-webkit-box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);  
}
.ich-settings-main-wrap .dropdown.open {
z-index: 11;
}
.ich-settings-main-wrap .dropdown .carat {
border-left: 1px solid #e5e5e5;
width: 30px;
height: 36px;
display: block;
position: absolute;
top: -1px;
right: 0;
}
.ich-settings-main-wrap .dropdown.open .carat {
border-left: 1px solid #50c8b4;
background-color: #50c8b4;
}
.ich-settings-main-wrap .dropdown .carat:after {
position: absolute;
content: "";
right: 8px;
top: 50%;
margin-top: -3px;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-top: 6px solid #50c8b4;
border-right: 6px solid transparent;
}
.ich-settings-main-wrap .dropdown.open .carat:after {
border-top-color: #FFF !important;
}
.ich-settings-main-wrap .dropdown.disabled .carat {
border-top-color: #999;
}
.ich-settings-main-wrap .dropdown .old {
position: absolute;
left: 0;
top: 0;
height: 0;
width: 0;
overflow: hidden;
}
.ich-settings-main-wrap .dropdown select {
position: absolute;
left: 0px;
top: 0px;
}
.ich-settings-main-wrap .dropdown.touch .old {
width: 100%;
height: 100%;
}
.ich-settings-main-wrap .dropdown.touch select {
width: 100%;
height: 100%;
opacity: 0;
}
.ich-settings-main-wrap .dropdown .selected,
.ich-settings-main-wrap .dropdown li {
display: block;
font-size: 14px;
line-height: 1;
color: #555;
padding: 10px 12px 15px;
overflow: hidden;
white-space: nowrap;
background-color: transparent;
}
.ich-settings-main-wrap .dropdown.disabled .selected {
color: #999;
}
.ich-settings-main-wrap .dropdown .selected:after {
content: '';
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 60px;
border-radius: 1px;
box-shadow: inset -55px 0 25px -20px #ffffff;
}
.ich-settings-main-wrap .dropdown div {
position: absolute;
height: 0;
left: -1px;
right: -1px;
top: 100%;
margin-top: -1px;
overflow: hidden;
-webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.16);
-moz-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.16);
box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.16);
-webkit-border-radius: 0 0 3px 3px;
-khtml-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
-o-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
}
.ich-settings-main-wrap .dropdown.open div {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
z-index: 1;
border-bottom: 1px solid #F1F1F1;
}
.ich-settings-main-wrap .dropdown.scrollable div:after {
content: '';
position: absolute;
left: 1px;
right: 1px;
bottom: 0;
height: 50px;
box-shadow: inset 0 -50px 30px -35px #ffffff;
border-bottom: 1px solid #E5E5E5;
}
.ich-settings-main-wrap .dropdown.scrollable.bottom div:after {
box-shadow: inset 0 -50px 30px -35px rgba(255, 255, 255, 0);
border-bottom: 1px solid #E5E5E5;
}
.ich-settings-main-wrap .dropdown ul {
position: absolute;
left: 0;
top: 2px;
height: 100%;
width: 100%;
list-style: none;
overflow: hidden;
padding: 0;
margin: 0; border-top: none;
background-color: #FFF;
}
.ich-settings-main-wrap .dropdown.scrollable.open ul {
overflow-y: auto;
}
.ich-settings-main-wrap .dropdown li {
list-style: none;
padding: 12px 12px 13px !important; border: 1px solid #F1F1F1;
border-bottom: none;
background-color: #FFF;
margin: 0;
}
.ich-settings-main-wrap .dropdown li.focus {
background: #50c8b4;
position: relative;
z-index: 3;
color: #FFF;
}
.ich-settings-main-wrap .dropdown li.active {
font-weight: 700;
background: #50c8b4;
color: #FFF;
}
.ich-settings-main-wrap .dropdown .carat { pointer-events: none; }.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-target {
position: relative;
}
.noUi-base,
.noUi-connects {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
} .noUi-connects {
overflow: hidden;
z-index: 0;
}
.noUi-connect,
.noUi-origin {
will-change: transform;
position: absolute;
z-index: 1;
top: 0;
right: 0;
height: 100%;
width: 100%;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-webkit-transform-style: preserve-3d;
transform-origin: 0 0;
transform-style: flat;
} .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
left: 0;
right: auto;
} .noUi-vertical .noUi-origin {
top: -100%;
width: 0;
}
.noUi-horizontal .noUi-origin {
height: 0;
}
.noUi-handle {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
}
.noUi-touch-area {
height: 100%;
width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
-webkit-transition: transform 0.3s;
transition: transform 0.3s;
}
.noUi-state-drag * {
cursor: inherit !important;
} .noUi-horizontal {
height: 12px;
}
.noUi-horizontal .noUi-handle {
width: 20px;
height: 20px;
right: -2.5px;
top: -5px;
}
.noUi-vertical {
width: 18px;
}
.noUi-vertical .noUi-handle {
width: 28px;
height: 34px;
right: -6px;
bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
left: -17px;
right: auto;
} .noUi-target {
background: #FFF;
border: 1px solid #EEE;
}
.noUi-connects {
border-radius: 3px;
}
.noUi-connect {
background: #3FB8AF;
} .noUi-draggable {
cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
cursor: ns-resize;
}
.noUi-handle {
background: #FFF;
cursor: pointer;
}
.noUi-active {
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
.noUi-handle:after {
left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
width: 14px;
height: 1px;
left: 6px;
top: 14px;
}
.noUi-vertical .noUi-handle:after {
top: 17px;
} [disabled] .noUi-connect {
background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
cursor: not-allowed;
} .noUi-pips,
.noUi-pips * {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-pips {
position: absolute;
color: #999;
} .noUi-value {
position: absolute;
white-space: nowrap;
text-align: center;
}
.noUi-value-sub {
color: #ccc;
font-size: 10px;
} .noUi-marker {
position: absolute;
background: #CCC;
}
.noUi-marker-sub {
background: #AAA;
}
.noUi-marker-large {
background: #AAA;
} .noUi-pips-horizontal {
padding: 10px 0;
height: 80px;
top: 100%;
left: 0;
width: 100%;
}
.noUi-value-horizontal {
-webkit-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
-webkit-transform: translate(50%, 50%);
transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 2px;
height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
height: 15px;
} .noUi-pips-vertical {
padding: 0 10px;
height: 100%;
top: 0;
left: 100%;
}
.noUi-value-vertical {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
width: 5px;
height: 2px;
margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
width: 15px;
}
.noUi-tooltip {
display: block;
position: absolute;
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #fff;
color: #000;
padding: 5px;
text-align: center;
white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
left: 50%;
bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
top: 50%;
right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
-webkit-transform: translate(50%, 0);
transform: translate(50%, 0);
left: auto;
bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
-webkit-transform: translate(0, -18px);
transform: translate(0, -18px);
top: auto;
right: 28px;
}input.labelauty + label ::selection { background-color: rgba(255, 255, 255, 0); }
input.labelauty + label ::-moz-selection { background-color: rgba(255, 255, 255, 0); } input.labelauty { display: none !important; } input.labelauty + label
{
display: table;
font-size: 15px; color: #555;
cursor: pointer;
font-weight: 300;
border-radius: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
transition: background-color 0.25s;
-moz-transition: background-color 0.25s;
-webkit-transition: background-color 0.25s;
-o-transition: background-color 0.25s;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
} input.labelauty + label > span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked
{
display: inline-block; vertical-align: bottom;
} input.labelauty + label > span.labelauty-unchecked-image,
input.labelauty + label > span.labelauty-checked-image
{
display: inline-block;
width: 20px;
height: 20px;
vertical-align: bottom;
background-repeat: no-repeat;
background-position: center center;
position: absolute; -webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
transition: background-image 0.5s linear;
-moz-transition: background-image 0.5s linear;
-webkit-transition: background-image 0.5s linear;
-o-transition: background-image 0.5s linear;
} input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked
{
margin-left: 30px; } input.labelauty:not(:checked):not([disabled]) + label:hover
{ color: #aaa;
}
input.labelauty:not(:checked) + label > span.labelauty-checked-image
{
display: none;
}
input.labelauty:not(:checked) + label > span.labelauty-checked
{
display: none;
} input.labelauty:checked + label
{ }
input.labelauty:checked:not([disabled]) + label:hover
{ }
input.labelauty:checked + label > span.labelauty-unchecked-image
{
display: none;
}
input.labelauty:checked + label > span.labelauty-unchecked
{
display: none;
}
input.labelauty:checked + label > span.labelauty-checked
{
display: inline-block;
}
input.labelauty.no-label:checked + label > span.labelauty-checked
{
display: block;
} input.labelauty[disabled] + label
{
opacity: 0.5;
} input.labelauty + label > span.labelauty-unchecked-image
{
background-image: url(//aeimmobilien-oa.de/wp-content/plugins/real-estate-manager-pro-12.5/assets/front/lib/images/input-unchecked.png);
background-color: #F3F1F1;
border: 1px solid #E4E4E4;
}
input.labelauty + label > span.labelauty-checked-image
{
background-image: url(//aeimmobilien-oa.de/wp-content/plugins/real-estate-manager-pro-12.5/assets/front/lib/images/input-checked.png);
background-color: #50C8B4;
border: none;
}
input.labelauty:hover + label > span.labelauty-checked-image
{
background-color: #3CBDA7;
border: 1px solid #38B49E;
}#rem-search-box {
height: 90px; }
#rem-search-box.no-margin {
height: auto !important;
}
#rem-search-box .rem-search-1 {
height: 1px;
position: relative;
height: 172px;
}
#rem-search-box .rem-search-1 .search-options {
height: auto; min-height: 43px; top: auto;
right: 0;
bottom: 80px;
left: 0;
z-index: 1; }
#rem-search-box .rem-search-1 .search-options.sample-page {
bottom: 4px;
border: 1px solid #eee;
}
#rem-search-box .rem-search-1 .search-options .botton-options-inactive,
#rem-search-box .rem-search-1 .search-options .botton-options {
text-transform: uppercase;
display: block;
height: 43px;
cursor: pointer;
color: #ffffff;
font-size: 14px;
padding: 11px 24px 0 46px;
background-color: rgba(24, 139, 126, 0.8);
position: absolute !important;
top: 0;
right: auto;
bottom: auto;
left: 0;
z-index: 2;
-webkit-border-radius: 2px 2px 0 0;
-khtml-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
-o-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
-moz-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
}
#rem-search-box .rem-search-1 .search-options .botton-options-inactive:hover,
#rem-search-box .rem-search-1 .search-options .botton-options:hover {
background-color: rgba(16, 96, 87, 0.9);
}
#rem-search-box .rem-search-1 .search-options .botton-options-inactive i,
#rem-search-box .rem-search-1 .search-options .botton-options i {
position: absolute !important;
top: 15px;
right: auto;
bottom: auto;
left: 18px;
z-index: 1;
}
#rem-search-box .rem-search-1 .search-options .searcher {
padding-top: 36px; margin-bottom: 0;
background-color: rgba(255, 255, 255, 0.96);
}
#rem-search-box .rem-search-1 .search-options .searcher .margin-div {
padding-left: 32px;
padding-right: 32px;
}
#rem-search-box .rem-search-1 .search-options .searcher .footer {
background-color: rgba(220, 220, 220, 0.5);
height: 84px;
padding: 22px 32px 0;
margin-bottom: 0;
}
#rem-search-box .rem-search-1 .search-options .searcher .price {
font-size: 13px;
}
#rem-search-box .rem-search-1 .search-options .searcher .price .more-button {
width: 120px;
padding-left: 32px;
float: left;
}
#rem-search-box .rem-search-1 .search-options .searcher .price .more-button:after {
font-family: 'FontAwesome';
position: absolute !important;
top: 4px;
right: auto;
bottom: auto;
left: 12px;
z-index: 1;
content: "\f107";
font-size: 18px;
}
#rem-search-box .rem-search-1 .search-button {
float: right;
text-transform: uppercase;
padding: 10px 14px;
}
#rem-search-box .rem-search-1 .search-options .searcher .sercher-margin-bottom {
padding-bottom: 4px;
border-bottom: 1px solid #E5E5E5;
}
#rem-search-box .rem-search-1 .search-options .searcher .filter,
#rem-search-box .rem-search-4 .filter {
max-height: 1800px;
overflow: hidden;
-moz-transition: 0.4s all ease-in-out;
-ms-transition: 0.4s all ease-in-out;
-o-transition: 0.4s all ease-in-out;
transition: 0.4s all ease-in-out;
-webkit-transition: 0.2s all ease-in-out;
}
#rem-search-box .rem-search-1 .search-options .searcher .filter:not(.hide-filter),
#rem-search-box .rem-search-4 .filter:not(.hide-filter) {
overflow: visible;
}
#rem-search-box .rem-search-1 .search-options .searcher .filter:not(.hide-filter) {
padding: 0 32px 20px;
}
#rem-search-box .rem-search-1 .search-options .searcher .filter.hide-filter,
#rem-search-box .rem-search-4 .filter.hide-filter {
border-bottom: none;
max-height: 0;
}
#rem-search-box .rem-search-1 .search-options .searcher .filter label {
margin: 20px 0 5px;
}
#rem-search-box .rem-search-1 .search-options .searcher .dropdown {
margin-bottom: 30px;
}
#rem-search-box .rem-search-1.fixed-map {
height: auto;
margin-bottom: 15px;
} .ads-type {
background-color: #1fb7a6;
position: relative;
z-index: 12;
margin: 0 -15px;
padding: 0 40px;
height: 80px;
overflow: hidden;
}
.ads-type a.item-type {
height: 80px;
display: block;
padding: 20px 0 20px 70px;
background-color: #1ba192;
background-image: url(//aeimmobilien-oa.de/wp-content/plugins/real-estate-manager-pro-12.5/assets/images/icon-property.png);
background-repeat: no-repeat;
cursor: pointer;
color: #ffffff;
text-decoration: none;
border-right: 1px solid #1eb3a2;
-moz-transition: 0.2s all ease-in-out;
-ms-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
-webkit-transition: 0.2s all ease-in-out;
}
.ads-type a.item-type:hover {
background-color: #1a988a;
}
.ads-type a.item-type.item-selected {
background-color: #188b7e;
}
.ads-type a.item-type.item-selected:after {
content: "";
position: absolute !important;
top: 6px;
right: 6px;
bottom: auto;
left: auto;
z-index: 1;
width: 16px;
height: 16px;
background-image: url(//aeimmobilien-oa.de/wp-content/plugins/real-estate-manager-pro-12.5/assets/images/icon-property.png);
background-position: right bottom;
}
.ads-type .icon-1 {
background-position: 10px 7px;
}
.ads-type .icon-2 {
background-position: 10px -61px;
}
.ads-type .icon-3 {
background-position: 10px -125px;
}
.ads-type .icon-4 {
background-position: 10px -192px;
}
.ads-type .icon-5 {
background-position: 10px -259px;
}
.ads-type .icon-6 {
background-position: 10px -326px;
}
.ads-type .title {
display: block;
font-size: 20px;
line-height: 1.2;
}
.ads-type span.sub-title {
font-size: 11px;
display: block;
}
.ads-type .nav-box a {
background-image: url(//aeimmobilien-oa.de/wp-content/plugins/real-estate-manager-pro-12.5/assets/images/icon-slider.png);
background-color: #1daa9a;
display: block;
width: 40px;
height: 80px;
position: absolute !important;
top: 0;
right: auto;
bottom: auto;
left: auto;
z-index: 1;
-moz-transition: 0.2s all ease-in-out;
-ms-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
-webkit-transition: 0.2s all ease-in-out;
}
.ads-type .nav-box a:hover,
.ads-type .nav-box a:focus {
background-color: #1ba192;
}
.ads-type .nav-box .previous {
background-position: left top;
border: 1px solid #20c0ae;
border-right: 1px solid #1eb3a2;
border-top: none;
border-bottom: none;
left: 0;
}
.ads-type .nav-box .next {
background-position: right top;
border-right: 1px solid #20c0ae;
right: 0;
}
.search-box-page .space-div {
padding-bottom: 20px;
} .rem-field-hide {
display: none;
}
.rem-field-show {
display: block;
}
.ui-autocomplete {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
_width: 160px;
padding: 4px 0;
margin: 2px 0 0 0;
list-style: none;
background-color: #ffffff;
border-color: #ccc;
border-color: rgba(0, 0, 0, 0.2);
border-style: solid;
border-width: 1px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
*border-right-width: 2px;
*border-bottom-width: 2px;
}
.ui-autocomplete .ui-menu-item {
cursor: pointer;
display: block;
padding: 3px 15px;
clear: both;
font-weight: normal;
line-height: 18px;
color: #555555;
white-space: nowrap;
}
.ui-autocomplete .ui-menu-item:hover, .ui-autocomplete .ui-menu-item:active {
color: #ffffff;
text-decoration: none;
background-color: #0088cc;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
background-image: none;
}
.searcher .margin-div.footer br {
display: none;
}
.price-slider .any-check {
position: absolute;
left: 14px;
top: 12px;
cursor: pointer;
font-weight: normal;
}
.rem-widget-search .any-check {
position: absolute;
top: 50px;
}
#rem-search-box .rem-search-2 .search-button {
float: none;
text-transform: uppercase;
padding: 0;
width: 100%;
height: 36px;
}
#rem-search-box .rem-search-2 .padding-none {
padding-left: 0;
padding-right: 0;
}
#rem-search-box .rem-search-2 .padding-none:first-child {
padding-left: 15px;
}
#rem-search-box .rem-search-2 .padding-none:last-child {
padding-right: 15px;
}
#rem-search-box .rem-search-2 .dropdown .carat {
border-left: 0;
}
#rem-search-box .rem-search-2 .dropdown.open .carat {
background: transparent;
}
@media (max-width: 991px){
#rem-search-box .rem-search-2 .padding-none:first-child {
padding-left: 0;
}
#rem-search-box .rem-search-2 .padding-none:last-child {
padding-right: 0;
}
}
.searcher .margin-bottom {
margin-bottom: 20px;
}
.rem-min-max-number-fields {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
.rem-title-number-field {
padding-right: 8px;
padding-left: 8px;
align-items: center;
display: flex;
text-align: center;
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}