.selectBox-dropdown {
	padding: 16px 52px 16px 18px;
    background: #fff;
    border: 1px solid #d7d7d7;
    color: #4a4645;
    display: block;
    margin-top: -1px;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    text-align: inherit;
    white-space: nowrap;
    width: 100% !important;
    clear: both;
    font-weight: 400;
}
.selectBox-dropdown:hover,.selectBox-dropdown:focus{
    border-color: #4a4645;
    box-shadow: inset 0px 0px 0px 0.5px #4a4645;
    text-decoration: none;
	color: #4a4645;
    text-decoration:none !important;
    
}
.selectBox-dropdown.selectBox-menuShowing{-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0; }

.selectBox-dropdown .selectBox-arrow{}
.selectBox-dropdown .icofont:after {
	content: "\e90f";
    display: block;
    position: absolute;
    top: -4px;
    right: 26px;
    color: #4a4645;
    font-family: 'icomoon' !important;
    font-size: 1rem;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(90deg) translateY(-50%) scaleX(1);
    transition: all 0.5s;
}
.selectBox-dropdown .icofont:before {
	content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 1rem;
    transform: translateY(-50%);
    text-align: center;
    line-height: 3.5rem;
    transition: all 0.5s;
}
.selectBox-dropdown:hover .icofont:before,.selectBox-dropdown:focus .icofont:before{background: #efefef;}
.selectBox-dropdown.selectBox-menuShowing .icofont:after{transform: rotate(90deg) translateY(-50%) scaleX(-1);top: -5px;}
.selectBox-dropdown.selectBox-menuShowing .icofont:after{background: transperent;}
.selectBox-options LI:hover A:after {display:none;}
.icofont {font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, 0);font: normal normal normal 14px/1 icomoon;position: absolute;top: 28px;right: 12px;color: #444;font-size: 1.2rem;}
.selectBox-dropdown:focus,.selectBox-dropdown:active{outline: 0;}
/* Dropdown menu */
.selectBox-dropdown-menu{margin-top:1px !important;-webkit-overflow-scrolling:touch;position:absolute;width:auto;z-index:99999;border:1px solid #c6c6c6;padding: 8px 0 !important;overflow-y:auto !important;max-height:200px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;}
.selectBox-dropdown:last-child{margin-right:0;}

/* Options */
.selectBox-options,.selectBox-options LI,.selectBox-options LI A{list-style:none;display:block;cursor:default;padding:0;margin:0;background: #fff;}
.selectBox-options LI A{overflow:hidden;background:#fff;text-align:left;color: #444;text-decoration:none;padding:0 15px;}
.selectBox-options LI:last-child A{border-bottom:none;}
.selectBox-options LI:last-child A:after {display:none}
.selectBox-options LI.selectBox-disabled A{background-color:transparent;color:#ffffff;}
.selectBox-options LI A:hover, .selectBox-options LI A:focus{text-decoration:none;cursor:pointer;background: rgb(239, 239, 239);color: #fff;}
.selectBox-hover a{background: rgb(239, 239, 239) !important;}
.selectBox-options .selectBox-optgroup{line-height:1.5;padding:0 .3em;white-space:nowrap;}
.selectBox-dropdown-menu LI A{display: block;margin: 0;padding:10px 18px 9px 18px;position: relative; text-decoration: none;}
.selectBox-dropdown-menu LI.selectBox-selected A{background: rgb(239, 239, 239);}

select.tabsDD.selectBox {
    display: none !important;
}