#modify-user-info-btn {
    float: right;
}

.time-selector {
    margin: 10px auto;

    .control-label {
        width: 15%;
        margin-right: 10px;
    }
    .daterange {
        margin: auto 10px;
        width: 70%;
        border-radius: 4px;
    }

}

.modal-body {
    input[type='text'] {
        width: 100%;
        height: 70%;
        font-size: small;
    }

    .form-group {
        margin: 10px auto;
        .control-label {
            width: 25%;
            margin-right: 10px;
        }
        .form-control {
            margin: auto 10px;
            width: 75%;
            border-radius: 4px;
        }

        .content-label {
            margin-bottom: 10px;
        }

        .hint-text {
            font-size: 10px;
            float: left;
        }
    }

    .key-value-group {
        margin: 10px auto;
        display: flex;

        .control-label {
            width: 25%;
            margin: auto 5px;
        }

        .value {
            margin: auto 5px;
            width: 75%;
            font-size: small;
        }
    }
}

.summary {
    margin: 20px;
}

.daterange-filter {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    background-color: whitesmoke;
    margin: 10px;

    .form-group {
        margin-bottom: 10px;

        .control-label {
            width: 15%;
        }
    
        .form-control {
            width: 85%;
            border-radius: 4px;
        }

        .value {
            width: 85%;
            padding-top: 8px;
        }
    }
}

#member-tab-content-2 {
    height: 800px;
    overflow: auto;
}

#member-tab-content-3 {
    height: 900px;
    overflow: auto;
}

.mask.no-caption .tools {
    margin: 80px 0 0 0;
}

.thumbnail {
    height: auto;

    .gallery-preview {
        max-width: 100%; 
        max-height: 100%; 
        display: block;
        margin: auto;
    }
}

.image-name-p {
    margin: 10px;
    text-align: center;
    font-size: medium;
}

.image-block {
    margin: 15px;
}

.mask {
    z-index: 2;
}
