﻿.tetra-custom-theme .ui-selectmenu-button {
    background: transparent;
    border: 0;
    border-bottom: 1px solid white;
    border-radius: 0;
    color: white;
    font-size: 20px;
    outline: none;
    padding: 0;
    padding-bottom: 11px;
    padding-right: 15px;
    padding-top: 15px;
    width: 100%;
}

.tetra-custom-theme.blue .ui-selectmenu-button {
    border: 1px solid white;
    border-bottom: none;
    color: #133656;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
}

.tetra-custom-theme .ui-selectmenu-button.ui-selectmenu-button-open {
    font-weight: bold;
}

    .tetra-custom-theme .ui-selectmenu-button.ui-selectmenu-button-open > .ui-icon {
        background-image: url(../img/expand_arrow_blue.png);
    }

.tetra-custom-theme.blue .ui-selectmenu-button.ui-selectmenu-button-open {
    border: 1px solid rgb(19, 54, 86);
    border-bottom: none;
}


.tetra-custom-theme .ui-selectmenu-menu .ui-menu {
    border: none;
    border-radius: 0;
    padding-bottom: 0;
}

.tetra-custom-theme.blue .ui-selectmenu-menu .ui-menu {
    border: 1px solid rgb(19, 54, 86);
    border-top: none;
}

.tetra-custom-theme .ui-selectmenu-menu .ui-menu-item-wrapper {
    color: #133656;
    padding: 15px 22px;
    text-align: left;
    white-space: normal;
}

    .tetra-custom-theme .ui-selectmenu-menu .ui-menu-item-wrapper.ui-state-active {
        background: rgb(19, 54, 86);
        border: none;
        color: white;
        margin: 0;
    }

.tetra-custom-theme .ui-selectmenu-button > .ui-icon {
    background: url(../img/expand_arrow.png) top center no-repeat;
    height: 22px;
    width: 22px;
}

.tetra-custom-theme.blue .ui-selectmenu-button > .ui-icon {
    background-image: url(../img/expand_arrow_blue.png);
}

.tetra-custom-theme .ui-autocomplete.ui-widget.ui-widget-content {
    background: #ffffff 50% 50% repeat-x;
    border: none;
    color: #123655;
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 2125;
}

    .tetra-custom-theme .ui-autocomplete.ui-widget.ui-widget-content .ui-state-active {
        background: rgb(19, 54, 86);
        border: none;
        border-left: none;
        border-right: none;
        color: white;
        margin: 0;
    }
