﻿/*search by filter*/

.center_col_birthday
{
    width:100%;
    cursor:default;
}

.name_age {
    float: right !important;
    margin: 10px 0 0 0 !important;
}

.center_col_birthday tr {
    
}

        .center_col_birthday tr td:first-child
        {
            width: 80px;
        }

    .center_col_birthday td
    {
        padding: 0;
        float: right;
        margin: 0;
    }

.center_col_birthday .select_middle option {
    /*padding: 0 12px;*/
}

.center_col_birthday .select_middle:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}

.slc_center {
    margin: 10px 0 0 10px;
    text-align: right;
}

.center_col_birthday .slc_center_last {
    margin: 10px 0 0 0;
    text-align: right;
}

.slc_birthday_width {
    width: auto;
    float: right;
    margin: 2px 0 7px 0 !important;
}

.center_col_birthday .btn_ok_pos {
    margin: -20px 0 0 0 !important;
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 420px) {
    .slc_birthday_width {
        width: 70%;
        float: right;
        margin: -31px 80px 0 0 !important;
    }

    .center_col_birthday .slc_center {
        margin: 10px 0 0 0;
    }

    .center_col_birthday .slc_center_last {
        margin: 10px 0 0 0 !important;
    }

    .center_col_birthday .btn_ok_pos {
        margin: 20px 0 0 0 !important;
    }
}
