﻿.modal-body {
    max-height: 400px;
    overflow: auto;
}

td {
    text-align: center;
}

    td.edit {
        color: rgb(11, 138, 197) !important;
        cursor: pointer;
    }

.table img {
    width: 130px;
    height: 50px;
}

.table .isChecked {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #ccc;
    color: transparent;
}

    .table .isChecked.checked {
        color: white;
        background-color: #8acce0;
    }

.hdb-contailer {
    margin-bottom: 20px;
}

#select-activities {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

    #select-activities .select-activities-frame {
        width: 766px;
        height: 572px;
        background-color: #fff;
        border: 1px solid #ccc;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        #select-activities .select-activities-frame .title {
            height: 60px;
            background-color: #8acce0;
        }

            #select-activities .select-activities-frame .title h4 {
                color: white;
                height: 60px;
                line-height: 60px;
                text-align: center;
                margin: 0;
                font-weight: 700;
            }

            #select-activities .select-activities-frame .title .close-list {
                position: absolute;
                top: 20px;
                right: 30px;
                color: white;
                font-size: 20px;
            }

        #select-activities .select-activities-frame .body {
            margin-top: 20px;
        }

        #select-activities .select-activities-frame .footer {
            padding: 30px 240px;
            display: flex;
            justify-content: space-between;
        }

            #select-activities .select-activities-frame .footer .btn {
                width: 130px;
                height: 46px;
            }

            #select-activities .select-activities-frame .footer .btn-primary {
                background-color: #8acce0;
                border: none;
            }
