
.member-search-wrapper{
    padding: 20px 15px 0px 15px;
    float: unset;
}

.content-child{
    background: white;
}

#show_more_search_menu_container{
    cursor: pointer;
}

#show_more_search_menu{
    font-size: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.show_more_search_condition{
    display: none;
}

.member-search input {
    height: unset;
}

.member-search select {
    height: 34px;
}

.content-title {
    height: 45px;
    padding-top: 12px;
    margin-top: 20px;
}

.search-condition-wrapper{
    padding: 10px 20px;
}

.search-condition-wrapper-in-col{
    padding: 10px 0;
}

.no-padding{
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    top: -5px;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.item-label-date{
    text-align: center;
    font-size: 20px
}

.item-label-date-month-in-club{
    transform: translateY(5px);
}

.radio-inline {
    margin-right: 10px;
}

.radio-inline span{
    padding-left: 10px;
}

.service-category-item div{
    margin: 10px 0px;
}

.service-category-item label{
    margin: 10px 0px;
}

.btn-search-wrapper{
    padding: 20px 30px;
}

.data-result-responsive{
    margin-top: 10px;
}

.bootstrap-tagsinput {
    min-height: 40px;
    width: 100%;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    padding-left: 20px;
    padding-right: 20px;
}

.bootstrap-tagsinput input {
    display: none;
}

.label-info {
    color: #424242 !important;
    background-color: #E6E6E6 !important;
    border-radius: 14px !important;
    font-size: 12px !important;
    padding: 8px;
    margin: 4px;
    display: inline-block !important;
}

.table-wrapper{
    overflow-x: scroll;
    margin-bottom: 10px;
}

#member_table{
    width: 100%;
}

#member_table tbody tr{
    cursor: pointer;
}

#member_table .table-thead tr{
    background: #d3ffe12d;
}

#member_table .table-thead tr td{
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold !important;
}

#member_table_length{
    margin-bottom: 15px;
}

#member_table_length select{
    height: 25px;
}

.title_follow_button{
    min-width: 60px !important;
}

.title_follower_count{
    min-width: 90px !important;
}

.title_tenki_icon{
    min-width: 60px !important;
}

.title_full_name{
    min-width: 130px !important;
}

.title_time_in_club{
    min-width: 80px !important;
}

.title_category_service{
    min-width: 90px !important;
}

.title_person_in_charge_program{
    min-width: 130px !important;
}

.title_created_complete_at{
    min-width: 90px !important;
}

.title_login_latest{
    min-width: 85px !important;
}

.title_comment_latest{
    min-width: 95px !important;
}

.title_comment_unread{
    min-width: 70px !important;
}

.title_last_staff_comment_at{
    min-width: 115px !important;
}

.title_not_coming_club{
    min-width: 60px !important;
}

.title_keijiban_updated_at{
    min-width: 140px !important;
}

.title_recent_scheduled_date{
    min-width: 90px !important;
}

.title_intr_count{
    min-width: 60px !important;
}

.title_selfmenu_exists{
    min-width: 110px !important;
}

.table-thead tr td {
    text-align: center;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #111;
}

.butterfly{
    width: 30px;
    margin-left: 5px;
    transform: translateY(-5px)
}

.not-coming-club-note{
    margin-left: 10px;
    color: red;
    transform: translateY(5px);
    font-weight: normal
}

@media screen and (max-width: 1024px) {
    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        top: -3px;
        width: 20px;
        height: 20px;
        margin-right: 0px;
    }

    .radio-inline span {
        padding-left: 0px;
        font-size: 12px;
    }

    .radio-inline span {
        padding-left: 0px;
    }

    .radio-inline {
        margin-right: 0px;
    }

    .not-coming-club-note{
        margin-left: 5px;
        font-size: 11px;
    }
}

@media screen and (max-width: 768px) {
    .search-item-responsive{
        margin-top: 20px;
    }

    .item-checkbox{
        height: 30px;
    }

    .item-none{
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .content-wrapper {
        padding: 10px 5px;
        width: 100%;
        float: left;
    }

    .content-title {
        height: 35px;
        margin-top: 10px;
    }

    .content-title {
        padding-left: 10px;
    }

    .search-condition-wrapper {
        padding: 5px 0px;
    }

    .search-item-responsive {
        margin-top: 10px;
    }

    div.search-item-responsive {
        margin-top: 0px;
    }

    .service-category-item label {
        margin: 0px 0px;
    }

    .radio-inline {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
        margin-top: 0;
        margin-left: 5px;
    }

    .bootstrap-tagsinput {
        padding-left: 10px;
        padding-right: 10px;
    }

    .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
    }

    .dataTables_paginate{
        font-size: 10px;
    }
}

@media screen and (max-width: 360px) {
    .dataTables_paginate{
        font-size: 8px;
    }
}
#member_table .table-thead tr td{
    text-align: center; 
    vertical-align: middle;
}
.select-date label {
    margin: 10px 0px;
}
.select-date .select-item {
    margin: 10px 0px;
}
#program_quick_search{
    display: none;
}
.bot-radio{
    margin-left: 0px !important;
    margin-top: 10px !important;
}
.search-condition-wrapper .item-checkbox label{
    margin-right: 0;
    margin-left: 0;
}

.center-display{
    text-align: center;
}

.right-display{
    text-align: right;
}
