﻿select.custom-select,
select.custom-select option {
    color: #000000;
}

select.custom-select.default-option {
    color: #999999;
    background-image: linear-gradient(45deg, transparent 50%, #999999 50%), linear-gradient(135deg, #999999 50%, transparent 50%), linear-gradient(to right, #87ceeb00, #87ceeb00);
    background-position: calc(100% - 20px) calc(0.80em), calc(100% - 15px) calc(0.8em), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

.dynalabel.autowidth select.custom-select {
    margin-top:25px;
}

.dynalabel.autowidth.active select.custom-select {
    margin-top: 0px;
}

select.custom-select:invalid,
select.custom-select option[value=""] {
    color: #999999;
}


/*label {
    display: block;
    margin: 16px 0;
}*/

/*Added for browser compatibility*/
/*[hidden] {
    display: none;
}*/
