table.file-list td {
    vertical-align: middle !important;
}

table.file-list tr:nth-child(2n) {
    background: #e9ffc9;
}

a {
    cursor: pointer;
}

a.f-name {
    color: dodgerblue;
    margin: 0 10px;
}

a.f-name:hover {
    color: royalblue;
}

.f-right {
    float: right;
}

.custom-file-label {
    background: #e9f1ff;
}

.btn-link {
    padding-top: 0;
}

.listcongbo-box {
    max-height: 200px;
    overflow: scroll;
}

.text-center {
    text-align: center;
}

.font-red { color: red; }

.box-sohoso {
    background-color: #fff1c6;
    padding: 15px;
    margin: 10px 0;
    border-radius: .25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

.box-kh-kyhoso {
    background-color: #c7e6ed;
    padding: 15px;
    margin: 10px 0;
    border-radius: .25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

.txtNote {
    width: 100%;
    height: 100px;
    margin: 10px 0;
    padding: 10px;
    border: none;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.lblChitietHS {
    padding: 5px;
}

.bg-loading {
    background-color: #FFF;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 9999;
    display: none;
}

.imgloading {
    margin: 15% auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.hide { display: none; }

.reqInput { color: red; }

#descEmail { color: #3498db; font-weight: 500; }

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}