div.fancy-select {
    position: relative;

}

div.fancy-select.disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

div.fancy-select select:focus + div.trigger.open {
    box-shadow: none;
}
div.fancy-select div.trigger.errorValue{
    border-color:#be0037
}

/* The input fields are controlled from the dedicated component in keringComponents */

/* div.fancy-select div.trigger {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    border: solid 1px #737373;


    width: 100%;

    
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
    box-sizing: border-box;
    height: 35px;
    width: 100%;
    float: left;
    line-height: 33px;
    margin-bottom: 30px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    font-family: Lato;
    color: #9a9a9a;
} */
div.fancy-select div.trigger.black{
    color:#000;
}

div.fancy-select div.trigger:after {
    content: "";
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    border: none;
    top: 0;
    right: 0;
    background-image: url(../img/arrow-select.png);
}

div.fancy-select div.trigger.open {
    box-shadow: none;
}

div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 40px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    max-height: 208px;
    overflow: auto;
    background: #fff;
    border-radius: 0;
    font-size: 11px;


    -moz-transition: visibility 200ms linear,top 200ms linear,opacity 5ms linear;
    -webkit-transition: visibility 200ms linear,top 200ms linear,opacity 5ms linear;
      -ms-transition: visibility 200ms linear,top 200ms linear,opacity 5ms linear;
       -o-transition:visibility 200ms linear, top 200ms linear,opacity 5ms linear;
        transition: visibility 200ms linear,top 200ms linear,opacity 5ms linear;
    /*-webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;*/
    width:100%;
    width: 100%;
    overflow-x: hidden;
    border: solid 1px #ebebeb;
    box-sizing: border-box;
    border-top: 0;

-moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);

    height:100%;
    overflow:hidden;
    height:auto;
    overflow-y:auto;
    /*visibility: visible;*/
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

}

div.fancy-select ul.options.open {
    visibility: visible;
    top: 35px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    max-height: 208px;

    /*transition: opacity 300ms ease-out, top 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out;*/

}
div.fancy-select ul.options.open::-webkit-scrollbar {
width: 5px;
}
  
div.fancy-select ul.options.open::-webkit-scrollbar-track {
background: var(--keringGray-D9);
}

div.fancy-select ul.options.open::-webkit-scrollbar-thumb {
background: var(--keringGray-66);
}

div.fancy-select ul.options.open::-webkit-scrollbar-thumb:hover {
background: var(--keringGray-B3);
}

div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 0;
    /*
        transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
        -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
        -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
        -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
        -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;*/
}

div.fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 0px;
    border-bottom: none;
    /*
        transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;*/
}

div.fancy-select ul.options li {
    padding: 8px 12px;
    color: #2B8686;
    cursor: pointer;
    white-space: nowrap;

    background: #fff;
    color: #9a9a9a;
    border-radius: 0;
    width: 100%;

    /*transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}

div.fancy-select ul.options li.hover {
    color: #000000;
} 



div.fancy-select div.trigger:after{
    background: url(../images/arrow.png);
    background-position: center;
    background-size: 8px;
    background-repeat: no-repeat;
    top: 1.6rem;
    right: 13px;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
}

div.fancy-select .no-arrow+div.trigger:after{
    background: none;
    display: none;
}

div.fancy-select ul.options li.selected{
    color:#000000 !important;
}