﻿.required-field-asterisk {
    color: red;
}

.required-field {
    color: black !important;
}

.RowContent {
    padding: 10px 0 0 0;
    flex-direction: row;
}

.tbody-nodata {
    display: table-row-group !important;
}

.modal-show {
    display: flex;
}

.modal-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(47, 47, 47, 0.5);
}

.btn-close-modal {
    /*position: absolute;*/
    font-size: 1.5rem;
    /*right: 15px;
        top: 5px;*/
    margin-right: 5px;
    cursor: pointer;
}

    .btn-close-modal i {
        color: #d0d0d0;
    }

        .btn-close-modal i:hover {
            color: #000;
        }

.modal-content {
    border: 0;
    max-height: 100%;
}

.modal-header {
    line-height: 24px;
    padding: 8px 10px;
    align-items: center;
}

.modal-title {
    font-weight: bold;
    margin-left: 12px;
}

.modal-footer {
    padding: 12px 22px;
}

#btn-luu {
    width: auto;
}

.modal .form-group label {
    /*font-weight: 500;*/
}

.modal .modal-dialog {
    width: 100vw;
    max-height: 80vh;
}

.modal .modal-body {
    overflow-y: scroll;
}

.select2-selection.select2-selection--single {
    height: 38px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

#btn-luu {
    min-width: 80px;
}

.have-action-info {
    display: flex;
    justify-content: space-between;
}

.no-action-info {
    display: flex;
    justify-content: flex-end;
}

.thoigianthaotac-info {
    font-size: 0.8rem;
    font-style: italic;
    font-weight: bold;
}
.taikhoanthaotac-info {
    font-size: 0.8rem;
    font-style: italic;
    font-weight: bold;
}

.modal{
    z-index: 1000 !important;
}

/*Bổ sung ngày 20/03/2021*/
.modal .close{
    cursor: pointer;
}

.btn{
    width: auto;
}

@media only screen and (max-width: 414px){
    .wrapper-layout{
        padding-left: 7.5px !important;
    }
} 