﻿.mg-bottom-10 {
    margin-bottom: 10px;
}

.login-box h3 {
    text-align: center;
    color: white;
}

.form-group {
    margin-bottom: 40px;
}
/*K Edited*/
.photo_img_size img {
    width: 100px;
    height: 100px;
}

.other_deatils_member {
    margin-top: 20px;
}

.resize-textarea {
    resize: none;
}

.personal_member_info {
    width: 100%;
}

.dasboard_tbl {
    width: 100%;
    text-align: center;
    padding: 50px !important;
}

    .dasboard_tbl th, td {
        padding: 5px;
    }

.ul_filter_income_report {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .ul_filter_income_report li {
        width: 33%;
        height: auto;
        display: inline-block;
        margin-bottom: 10px;
        vertical-align: top;
    }

.ul_filter_collection_report {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .ul_filter_collection_report li {
        width: 40%;
        height: auto;
        display: inline-block;
        margin-left: 14px;
        margin-bottom: 10px;
        vertical-align: top;
    }

.ul_filter_enrollment_report1 {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .ul_filter_enrollment_report1 li {
        width: 31%;
        height: auto;
        display: inline-block;
        margin-left: 14px;
        margin-bottom: 10px;
        vertical-align: top;
    }

.empty_record {
    background-color: #eae7e7;
    padding: 50px;
    border: dashed #000 1px;
}

.sms_count {
    margin-top: 14px;
    margin-right: 28px;
    float: left;
    font-size: 14px;
}

.input-group {
    width: 100%;
}


/*For enable text color show in black color*/
.form-control[disabled], .form-control[readonly] {
    color: #000;
}

.gridview_tbl_div {
    overflow: hidden;
    overflow-x: scroll;
    height: auto;
    overflow-y: scroll;
}

#topcontrol {
    display: none;
}

.widget .widget-big-int {
    font-size: 34px;
}
