#nex-forms .nf_select-container{
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
font-size: 13px;
}
#nex-forms .nf_select-container .nf_select-selection--single{
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none;
}
#nex-forms .nf_select-container .nf_select-selection--single .nf_select-selection__rendered{
display: block;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#nex-forms .inner-canvas-container.neumorphism .nf_select-container--default .nf_select-selection--single{
border: none !important;
box-shadow: inset 3px 3px 5px 0 rgb(0 0 0 / 20%), inset -6px -6px 10px rgb(255 255 255 / 50%), inset -1px -1px 1px rgb(0 0 0 / 6%) !important;
background: transparent !important;
border-radius: 5px;
}
#nex-forms .inner-canvas-container.m_design .nf_select-container--default .nf_select-selection--single {
border-top: none !important;
border-left: none !important;
border-right: none !important;
border-radius: 0 !important;
padding: 0;
}
#nex-forms .nf_select-container .nf_select-selection--single .nf_select-selection__clear{
background-color: transparent;
border: none;
font-size: 13px;
}
#nex-forms .nf_select-container[dir="rtl"] .nf_select-selection--single .nf_select-selection__rendered{
padding-right: 15px;
padding-left: 20px;
}
#nex-forms .nf_select-container .nf_select-selection--multiple{
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 43px;
user-select: none;
-webkit-user-select: none;
line-height: 29px;
}
#nex-forms .nf_select-container .nf_select-selection--multiple .nf_select-selection__rendered{
display: inline;
list-style: none;
padding: 0;
}
#nex-forms .nf_select-container .nf_select-selection--multiple .nf_select-selection__clear{
background-color: transparent;
border: none;
font-size: 13px;
}
#nex-forms .nf_select-container .nf_select-search--inline .nf_select-search__field{
box-sizing: border-box;
border: none;
margin-top: 5px;
margin-left: 5px;
padding: 0 0 0 15px;
max-width: 100%;
resize: none;
height: 23px;
vertical-align: bottom;
font-family: sans-serif;
overflow: hidden !important;
word-break: keep-all;
}
#nex-forms .nf_select-container .nf_select-search--inline .nf_select-search__field::-webkit-search-cancel-button{
-webkit-appearance: none;
}
#nex-forms .nf_select-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;
}
#nex-forms .nf_select-results{
display: block;
}
#nex-forms .nf_select-results__options{
list-style: none;
margin: 0;
padding: 0;
}
#nex-forms .nf_select-results__option{
padding: 6px;
user-select: none;
-webkit-user-select: none; }
#nex-forms .nf_select-results__option--selectable{
cursor: pointer;
}
#nex-forms .nf_select-container--open .nf_select-dropdown{
left: 0;
}
#nex-forms .nf_select-container--open .nf_select-dropdown--above{
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
#nex-forms .nf_select-container--open .nf_select-dropdown--below{
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#nex-forms .nf_select-search--dropdown{
display: block;
padding: 4px;
}
#nex-forms .nf_select-search--dropdown .nf_select-search__field{
padding: 4px;
width: 100%;
box-sizing: border-box;
}
#nex-forms .nf_select-search--dropdown .nf_select-search__field::-webkit-search-cancel-button{
-webkit-appearance: none;
}
#nex-forms .nf_select-search--dropdown.nf_select-search--hide{
display: none;
}
#nex-forms .nf_select-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);
}
#nex-forms .nf_select-hidden-accessible{
border: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;
}
#nex-forms .nf_select-container--default .nf_select-selection--single{
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
height: 43px;
line-height: 43px;
padding-left: 15px;
}
#nex-forms .square .nf_select-container--default .nf_select-selection--multiple,
#nex-forms .square .nf_select-container--default .nf_select-selection--single{
border-radius: 0;
}
#nex-forms .pill .nf_select-container--default .nf_select-selection--multiple,
#nex-forms .pill .nf_select-container--default .nf_select-selection--single{
border-radius: 22px;
}
#nex-forms .pill .nf_select-selection--multiple li.nf_select-selection__choice{
border-radius: 16px;
}
#nex-forms .square .nf_select-selection--multiple li.nf_select-selection__choice{
border-radius: 0px;
}
#nex-forms .has_prefix_icon .nf_select-container--default .nf_select-selection--multiple,
#nex-forms .has_prefix_icon .nf_select-container--default .nf_select-selection--single{
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
#nex-forms .has_postfix_icon .nf_select-container--default .nf_select-selection--multiple,
#nex-forms .has_postfix_icon .nf_select-container--default .nf_select-selection--single{
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
#nex-forms .nf_select-container--default .nf_select-selection--single .nf_select-selection__rendered{
}
#nex-forms .nf_select-container--default .nf_select-selection--single .nf_select-selection__clear{
cursor: pointer;
float: right;
font-weight: bold;
height: 26px;
margin-right: 20px;
padding-right: 0px;
}
#nex-forms .nf_select-container--default .nf_select-selection--single .nf_select-selection__placeholder{
color: #999;
}
#nex-forms .nf_select-container--default  .nf_select-selection__arrow{
height: 40px;
position: absolute;
top: 2px;
right: 1px;
width: 20px;
}
#nex-forms .nf_select-container--default  .nf_select-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;
}
#nex-forms .nf_select-container--default[dir="rtl"] .nf_select-selection--single .nf_select-selection__clear{
float: left;
}
#nex-forms .nf_select-container--default[dir="rtl"]  .nf_select-selection__arrow{
left: 1px;
right: auto;
}
#nex-forms .nf_select-container--default.nf_select-container--disabled .nf_select-selection--single{
background-color: #f2f2f2 !important;
cursor: not-allowed;
}
#nex-forms .nf_select-container--default.nf_select-container--disabled .nf_select-selection--single .nf_select-selection__clear{
display: none;
}
#nex-forms .nf_select-container--default.nf_select-container--open  .nf_select-selection__arrow b{
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
#nex-forms .nf_select-container--default .nf_select-selection--multiple{
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
padding-bottom: 5px;
padding-right: 5px;
position: relative;
}
#nex-forms .nf_select-container--default .nf_select-selection--multiple.nf_select-selection--clearable{
padding-right: 25px;
}
#nex-forms .nf_select-container--default .nf_select-selection--multiple .nf_select-selection__clear{
cursor: pointer;
font-weight: bold;
height: 20px;
margin-right: 10px;
margin-top: 5px;
position: absolute;
right: 0;
padding: 1px;
}
#nex-forms .nf_select-container--default .nf_select-selection--multiple .nf_select-selection__choice {
background-color: rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 4px;
box-sizing: border-box;
display: inline-block;
margin-left: 5px;
margin-top: 5px;
padding: 0;
padding-left: 20px;
position: relative;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: bottom;
white-space: nowrap; }
#nex-forms .nf_select-container--default .nf_select-selection--multiple .nf_select-selection__choice__display{
cursor: default;
padding-left: 2px;
padding-right: 5px;
}
#nex-forms .nf_select-container--default .nf_select-selection--multiple .nf_select-selection__choice__remove {
background-color: transparent;
border: none; border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
cursor: pointer;
font-size: 19px;
font-weight: bold;
padding: 0 4px;
position: absolute;
left: 0;
top: 0;
}
#nex-forms .nf_select-container--default .nf_select-selection--multiple .nf_select-selection__choice__remove:hover,
#nex-forms .nf_select-container--default .nf_select-selection--multiple .nf_select-selection__choice__remove:focus{
background-color: #f1f1f1;
color: #333;
outline: none;
}
#nex-forms .nf_select-container--default[dir="rtl"] .nf_select-selection--multiple .nf_select-selection__choice{
margin-left: 5px;
margin-right: auto;
}
#nex-forms .nf_select-container--default[dir="rtl"] .nf_select-selection--multiple .nf_select-selection__choice__display{
padding-left: 5px;
padding-right: 2px;
}
#nex-forms .nf_select-container--default[dir="rtl"] .nf_select-selection--multiple .nf_select-selection__choice__remove{ border-right: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
#nex-forms .nf_select-container--default[dir="rtl"] .nf_select-selection--multiple .nf_select-selection__clear{
float: left;
margin-left: 10px;
margin-right: auto;
}
#nex-forms .nf_select-container--default.nf_select-container--focus .nf_select-selection--multiple{
border: solid black 1px;
outline: 0;
}
#nex-forms .nf_select-container--default.nf_select-container--disabled .nf_select-selection--multiple{
background-color: #eee;
cursor: default;
}
#nex-forms .nf_select-container--default.nf_select-container--disabled .nf_select-selection__choice__remove{
display: none;
}
#nex-forms .nf_select-container--default.nf_select-container--open.nf_select-container--above .nf_select-selection--single,
#nex-forms .nf_select-container--default.nf_select-container--open.nf_select-container--above .nf_select-selection--multiple{
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#nex-forms .nf_select-container--default.nf_select-container--open.nf_select-container--below .nf_select-selection--single,
#nex-forms .nf_select-container--default.nf_select-container--open.nf_select-container--below .nf_select-selection--multiple{
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
#nex-forms .nf_select-container--default .nf_select-search--dropdown .nf_select-search__field {
border: 1px solid rgba(0, 0, 0, 0.2);
background:transparent;
}
#nex-forms .nf_select-container--default .nf_select-search--inline .nf_select-search__field{
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield;
}
#nex-forms .nf_select-container--default .nf_select-results>.nf_select-results__options{
max-height: 200px;
overflow-y: auto;
}
#nex-forms .nf_select-container--default .nf_select-results__option .nf_select-results__option{
padding-left: 20px;
}
#nex-forms .nf_select-container--default .nf_select-results__option .nf_select-results__option .nf_select-results__group{
padding-left: 0;
}
#nex-forms .nf_select-container--default .nf_select-results__option .nf_select-results__option .nf_select-results__option{
margin-left: -1em;
padding-left: 2em;
}
#nex-forms .nf_select-container--default .nf_select-results__option .nf_select-results__option .nf_select-results__option .nf_select-results__option{
margin-left: -2em;
padding-left: 3em;
}
#nex-forms .nf_select-container--default .nf_select-results__option .nf_select-results__option .nf_select-results__option .nf_select-results__option .nf_select-results__option{
margin-left: -3em;
padding-left: 4em;
}
#nex-forms .nf_select-container--default .nf_select-results__option .nf_select-results__option .nf_select-results__option .nf_select-results__option .nf_select-results__option .nf_select-results__option{
margin-left: -4em;
padding-left: 5em;
}
#nex-forms .nf_select-container--default .nf_select-results__option .nf_select-results__option .nf_select-results__option .nf_select-results__option .nf_select-results__option .nf_select-results__option .nf_select-results__option{
margin-left: -5em;
padding-left: 6em;
}
#nex-forms .nf_select-container--default .nf_select-results__option--group{
padding: 0;
}
#nex-forms .nf_select-container--default .nf_select-results__option--disabled{
color: #999;
}
#nex-forms .nf_select-container--default .nf_select-results__option--selected{
background-color: rgba(0, 0, 0, 0.07); transition:none;
}
#nex-forms .nf_select-container--default .nf_select-results__option--highlighted.nf_select-results__option--selectable{
background-color: rgba(0, 0, 0, 0.1); transition:none;
}
#nex-forms .nf_select-container--default .nf_select-results__group{
cursor: default;
display: block;
padding: 6px;
}
#nex-forms .nf_select-container--classic .nf_select-selection--single{
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
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);
}
#nex-forms .nf_select-container--classic .nf_select-selection--single:focus{
border: 1px solid #5897fb;
}
#nex-forms .nf_select-container--classic .nf_select-selection--single .nf_select-selection__rendered{
color: #444;
line-height: 28px;
}
#nex-forms .nf_select-container--classic .nf_select-selection--single .nf_select-selection__clear{
cursor: pointer;
float: right;
font-weight: bold;
height: 26px;
margin-right: 20px;
}
#nex-forms .nf_select-container--classic .nf_select-selection--single .nf_select-selection__placeholder{
color: #999;
}
#nex-forms .nf_select-container--classic  .nf_select-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: linear-gradient(to bottom, #eee 50%, #ccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
#nex-forms .nf_select-container--classic  .nf_select-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;
}
#nex-forms .nf_select-container--classic[dir="rtl"] .nf_select-selection--single .nf_select-selection__clear{
float: left;
}
#nex-forms .nf_select-container--classic[dir="rtl"] .nf_select-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;
}
#nex-forms .nf_select-container--classic.nf_select-container--open .nf_select-selection--single{
border: 1px solid #5897fb;
}
#nex-forms .nf_select-container--classic.nf_select-container--open  .nf_select-selection__arrow{
background: transparent;
border: none;
}
#nex-forms .nf_select-container--classic.nf_select-container--open .nf_select-selection__arrow b{
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
#nex-forms .nf_select-container--classic.nf_select-container--open.nf_select-container--above .nf_select-selection--single{
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
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);
}
#nex-forms .nf_select-container--classic.nf_select-container--open.nf_select-container--below .nf_select-selection--single{
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
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);
}
#nex-forms .nf_select-container--classic .nf_select-selection--multiple{
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0;
padding-bottom: 5px;
padding-right: 5px;
}
#nex-forms .nf_select-container--classic .nf_select-selection--multiple:focus{
border: 1px solid #5897fb;
}
#nex-forms .nf_select-container--classic .nf_select-selection--multiple .nf_select-selection__clear{
display: none;
}
#nex-forms .nf_select-container--classic .nf_select-selection--multiple .nf_select-selection__choice{
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
display: inline-block;
margin-left: 5px;
margin-top: 5px;
padding: 0;
}
#nex-forms .nf_select-container--classic .nf_select-selection--multiple .nf_select-selection__choice__display{
cursor: default;
padding-left: 2px;
padding-right: 5px;
}
#nex-forms .nf_select-container--classic .nf_select-selection--multiple .nf_select-selection__choice__remove{
background-color: transparent;
border: none;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
color: #888;
cursor: pointer;
font-size: 13px;
font-weight: bold;
padding: 0 4px;
}
#nex-forms .nf_select-container--classic .nf_select-selection--multiple .nf_select-selection__choice__remove:hover{
color: #555;
outline: none;
}
#nex-forms .nf_select-container--classic[dir="rtl"] .nf_select-selection--multiple .nf_select-selection__choice{
margin-left: 5px;
margin-right: auto;
}
#nex-forms .nf_select-container--classic[dir="rtl"] .nf_select-selection--multiple .nf_select-selection__choice__display{
padding-left: 5px;
padding-right: 2px;
}
#nex-forms .nf_select-container--classic[dir="rtl"] .nf_select-selection--multiple .nf_select-selection__choice__remove{
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
#nex-forms .nf_select-container--classic.nf_select-container--open .nf_select-selection--multiple{
border: 1px solid #5897fb;
}
#nex-forms .nf_select-container--classic.nf_select-container--open.nf_select-container--above .nf_select-selection--multiple{
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#nex-forms .nf_select-container--classic.nf_select-container--open.nf_select-container--below .nf_select-selection--multiple{
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
#nex-forms .nf_select-container--classic .nf_select-search--dropdown .nf_select-search__field{
border: 1px solid #aaa;
outline: 0;
}
#nex-forms .nf_select-container--classic .nf_select-search--inline .nf_select-search__field{
outline: 0;
box-shadow: none;
}
#nex-forms .nf_select-container--classic .nf_select-dropdown{
background-color: #fff;
border: 1px solid transparent;
}
#nex-forms .nf_select-container--classic .nf_select-dropdown--above{
border-bottom: none;
}
#nex-forms .nf_select-container--classic .nf_select-dropdown--below{
border-top: none;
}
#nex-forms .nf_select-container--classic .nf_select-results>.nf_select-results__options{
max-height: 200px;
overflow-y: auto;
}
#nex-forms .nf_select-container--classic .nf_select-results__option--group{
padding: 0;
}
#nex-forms .nf_select-container--classic .nf_select-results__option--disabled{
color: grey;
}
#nex-forms .nf_select-container--classic .nf_select-results__option--highlighted.nf_select-results__option--selectable{
background-color: #3875d7;
color: #fff;
}
#nex-forms .nf_select-container--classic .nf_select-results__group{
cursor: default;
display: block;
padding: 6px;
}
#nex-forms .nf_select-container--classic.nf_select-container--open .nf_select-dropdown{
border-color: #5897fb;
}
#nex-forms .align_center .nf_select-container{
text-align:center;
}
#nex-forms .nf_select-selection.input-lg .nf_select-selection__arrow {
top: 5px;
}
#nex-forms .nf_select-selection.input-sm .nf_select-selection__arrow {
top: -4px;
}
#nex-forms .nf_select-selection.input-lg {
padding: 12px 16px !important;
}
#nex-forms .nf_select-container .style_bold textarea {
font-weight: bold !important;
}
#nex-forms .nf_select-container .style_underline textarea {
text-decoration: underline !important;
}
#nex-forms .nf_select-selection.nf_select-selection--multiple.input-sm {
padding: 0 !important;
min-height: 31px;
}
#nex-forms .nf_select-container--default .nf_select-selection--multiple.input-sm .nf_select-selection__choice__remove{
top:-4px;
}
#nex-forms .nf_select-selection.nf_select-selection--multiple.input-sm .nf_select-selection__choice {
margin: 5px 0 0 5px;
vertical-align: unset;
}
#nex-forms .nf_select-selection.nf_select-selection--multiple.input-lg {
padding: 0 !important;
min-height: 31px;
}
#nex-forms .nf_select-container--default .nf_select-selection--multiple.input-lg .nf_select-selection__choice__remove{
top:4px;
}
#nex-forms .nf_select-selection.nf_select-selection--multiple.input-lg .nf_select-selection__choice {
margin: 5px 0 0 5px;
vertical-align: unset;
padding: 5px 5px 5px 20px;
}
#nex-forms .nf_select-selection.nf_select-selection--multiple.input-lg .nf_select-search__field{
margin-top: 12px;
}
#nex-forms .has_error .nf_select-selection--multiple,
#nex-forms .has_error .nf_select-selection--single {
border-color: #f77b72 !important;
}