/*
Select for calandars
*/
.select_btday select {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    border-radius: 5px;
    padding: 0 0 0 10px;
    height: 37px;
    border: 1px solid #d8d8d8;
    box-shadow: inset 0 0 1px 0 #b3b3b3;
    text-decoration: none;
    white-space: nowrap;
    line-height: 34px;
    font-size: 18px !important;
    color: #5381ac !important;
    font-weight: 700 !important;
    background: url('../../greenlabs_fix/styles/arr.png') no-repeat right #f4f4f4;
    overflow: hidden !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.select_btday select option {
    color:#616265 !important;
    font-weight: 400 !important;
    padding: 10px 5px 10px 18px !important;
    border: none;
    background-color: #f4f4f4;
    padding-left: 10px;
}

.day_select select {
    border-radius: 5px 0 0 5px !important;
}

.mounth_select select {
    border-radius: 0 !important;
}

.year_select select {
    border-radius: 0 5px 5px 0 !important;
}

.mounth_with_year_select .chosen-container .chosen-single {
    border-radius: 5px 0 0 5px !important;
}

.mounth_with_year_select {
    float: left;
    width: 45%;
}

@media (max-width: 639px) {
    .select_btday select {
        font-size: 15px !important;
        line-height: 38px !important;
    }
}

/* взр. список территорий страхования*/
.chosen-container-multi .chosen-choices input[type="text"]:disabled {
    cursor: default;
}

/* заблокированные выпадающие списки */
.chosen-disabled .chosen-single {
    color: #a1afbf !important
}

.chosen-disabled {
     opacity: 1 !important;
}

.chosen-container-single .chosen-single {
    font-size: 18px !important;
    color: #0f0f0f;
}
