@CHARSET "UTF-8";

.jquery-selectbox {
    color: #b2b2b2;
    display: inline;
    float: left;
    height: 58px;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 16px;
    /*z-index: 100;*/
    width: 100%!important;
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    background: #fff;
    border: 1px solid #c2c1c1;
    font: normal 400 24px/120% 'Roboto', sans-serif;
    cursor: pointer;
}
.select-style-2 .jquery-selectbox {
    color: #040404;
    height: 33px;
    font: normal 600 14px/14px 'Open Sans', sans-serif;
    background: #f2f2f2;
    border: none;
}
.select-style-3 .jquery-selectbox {
    height: 44px;
    font: normal 400 18px/44px 'Roboto', sans-serif;
    margin-bottom: 17px;
}
.jquery-selectbox .jquery-selectbox-currentItem {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    padding: 15px 0 15px 25px;
    text-align: left;
}
.select-style-2 .jquery-selectbox .jquery-selectbox-currentItem {
    padding: 0px 0 0px 18px;
    line-height: 33px;
}
.select-style-3 .jquery-selectbox .jquery-selectbox-currentItem {
    padding: 0px 0 0px 16px;
    line-height: 43px;
}
.jquery-selectbox .jquery-selectbox-list {
    background: #fff;
    border: 1px solid #c2c1c1;
    display: none;
    height: auto!important;
    left: -1px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%!important;
    z-index: 10;
    text-align: left;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.jquery-selectbox .jquery-selectbox-moreButton {
    color: #000;
    float: right;
    width: 43px;
    height: 58px;
    cursor: pointer;
    direction: ltr;
    display: inline-block;
    font-family: "Material Icons";
    font-size: 33px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';  
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.select-style-2 .jquery-selectbox .jquery-selectbox-moreButton {
    background: #fafafa;
    width: 28px;
    height: 33px;
    font-size: 26px;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}
.select-style-3 .jquery-selectbox .jquery-selectbox-moreButton {
    width: 33px;
    height: 43px;
    font-size: 26px;
}
.select-style-2 .jquery-selectbox.selecthover .jquery-selectbox-moreButton {
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg); 
    -o-transform:rotate(0deg);
}
.jquery-selectbox.selecthover .jquery-selectbox-moreButton {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg); 
    -o-transform:rotate(180deg);
}
.jquery-selectbox .jquery-selectbox-moreButton:before {
    content: '';
    line-height: 60px;
}
.select-style-2 .jquery-selectbox .jquery-selectbox-moreButton:before {
    line-height: 33px;
}
.select-style-3 .jquery-selectbox .jquery-selectbox-moreButton:before {
    line-height: 43px;
}
.jquery-selectbox.selecthover .jquery-selectbox-moreButton:before {
    /*content: '';*/


}
.jquery-selectbox .jquery-selectbox-item {
    display: block;
    cursor: default;
    padding: 3px 0 3px 17px;
    font-size: 20px;
}
.select-style-2  .jquery-selectbox .jquery-selectbox-item {
    display: block;
    cursor: default;
    padding: 3px 0 3px 17px;
    font-size: 12px;
}
.select-style-3  .jquery-selectbox .jquery-selectbox-item {
    padding: 3px 0 3px 16px;
    font-size: 14px;
    line-height: 18px;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
    background: #1cb435;
    color: #fff;    
}

/** ERROR classes **/
form .error .jquery-selectbox {
    color: #d00;
    border-color: #d00;
    background-image: url("../img/bg-TextFieldError.gif");
}
