﻿.cohuSelect::-ms-expand 
{
    display: none;
}

.cohuSelect option 
{
    background: none;
    margin:18px;
    font-weight:bold;
    color: black;
    -webkit-appearance : none;
    -moz-appearance : none;
    font-size: 18px;
}

.cohuSelect
{
    font-size: 14px;
    -moz-appearance: none;
    border: 1px solid grey;
    line-height: 1;
    outline: 0;
    color: black;
    border-color: grey;
    width: 95%;
    padding: 0.15em 2.5em 0.15em 0.75em;
    border-radius: 1px;
    height: 26px;   
    background: url(../images/arrow.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 101%;
}

.encoderSelect
{
    font-size: 12px;
    -moz-appearance: none;
    border: 1px solid grey;
    line-height: 1;
    outline: 0;
    color: black;
    border-color: grey;
    width: 90%;
    padding: 0.15em 2.5em 0.15em 0.75em;
    border-radius: 1px;
    height: 26px;   
    background: url(../images/arrow.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 101%;
    float: left;

}

.cohuSelectProfile
{
    background: linear-gradient(#00255B, #00255B) no-repeat,
                linear-gradient(-135deg, rgba(255, 255, 255, 0) 50%, #afb0b1  50%) no-repeat,
                linear-gradient(-225deg, rgba(255, 255, 255, 0) 50%, #afb0b1  50%) no-repeat,
                linear-gradient(#00255B, #00255B) no-repeat !important;
    background-size: 1px 100%, 20px 20px, 20px 20px, 20px 60% !important;
    background-position: right 20px center, right bottom, right bottom, right bottom !important; 
}

.cohuSelect option
{
    font-weight: normal;
    margin: 0px;
    font-size: 14px;
}

 .cohuSelectOption
 {
     font-size: 12px;
     font-weight: normal;
 }

.cohuSelect::-ms-expand {
    display: none;
}
