div.fancy-select {
position: relative;
font-weight: bold;
text-transform: uppercase;
font-size: 13px;
color: #fff;
}
div.fancy-select.disabled {
opacity: 0.5;
}
    div.fancy-select select:focus + div.trigger {
        box-shadow: 0 0 0 2px #e49818;
    }
div.fancy-select select:focus + div.trigger.open {
box-shadow: none;
}
    div.fancy-select div.trigger {
        font-family: SourceSansPro-Regular !important;
        font-weight: normal;
        font-size: 11pt;
        border-radius: 4px;
        cursor: pointer;
        padding: 3px 24px 9px 9px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        color: #fff;
        background-color: #e49818 !important;
        border-color: #eea236;
        border: 1px solid #99A5BE;
        width: 100% !important;
        height: 28px;
        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;
    }
div.fancy-select div.trigger:after {
content: "";
display: block;
position: absolute;
width: 0;
height: 0;
border: 5px solid transparent;
border-top-color: #FFF;
top: 11px;
right: 9px;
}
        div.fancy-select div.trigger.open {
            background-color: #e49818;
            border: 1px solid #475062;
            color: #fff;
            box-shadow: none;
        }
div.fancy-select div.trigger.open:after {
border-top-color: #7A8498;
}
    div.fancy-select ul.options {
        font-family: SourceSansPro-Regular !important;
        font-weight: normal;
        font-size: 11pt;
        list-style: none;
        margin: 0;
        position: absolute;
        top: 40px;
        left: 0;
        visibility: hidden;
        opacity: 0;
        z-index: 50;
        max-height: 180px;
        overflow: auto;
        background-color: #fff;
        border-radius: 4px;
        border-top: 1px solid #7DD8D2;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        min-width: 150px;
        padding: 6px 0;
        transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
        -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;
    }
div.fancy-select ul.options.open {
visibility: visible;
top: 35px;
opacity: 1;
}
div.fancy-select ul.options.overflowing {
top: auto;
bottom: 40px;
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: 50px;
}
        div.fancy-select ul.options li {
            font-family: SourceSansPro-Regular !important;
            font-weight: normal;
            font-size: 11pt;
            height:28px;
            padding: 6px 12px;
            color: #e49818;
            cursor: pointer;
            white-space: nowrap;
            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;
        }
div.fancy-select ul.options li.hover {
color: #fff;
}

    div.fancy-select div.trigger_regenerate {
        font-family: SourceSansPro-Regular !important;
        font-weight: normal;
        font-size: 11pt;
        border-radius: 4px;
        cursor: pointer;
        padding: 3px 24px 9px 9px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        color: #e49818;
        background-color: #fff !important;
        border-color: #e49818;
        border: 1px solid #e49818;
        width: 100% !important;
        height: 28px;
        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;
    }

        div.fancy-select div.trigger_regenerate:after {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border: 5px solid transparent;
            border-top-color: #e49818;
            top: 11px;
            right: 9px;
        }

        div.fancy-select div.trigger_regenerate.open {
            background-color: #e49818;
            border: 1px solid #e49818;
            color: #e49818;
            box-shadow: none;
        }

            div.fancy-select div.trigger_regenerate.open:after {
                border-top-color: #7A8498;
            }
