.selectContainerBirth {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}



/*error*/
label.error + .selectContainerBirth .select_head {
    color: red;
    border-color: red;
    background-color: rgba(255, 0, 0, 0.1);
}

label.error div {
    position: absolute;
    margin-top: 36px;
    margin-left: 147px;
}

label.error br {
    display: none;
}

div.select_head.reqSelectBirth {
    color: black !important;
    background-color: white !important;
    border: 1px solid #ccc !important;
}
