﻿#frmCreate input {
    flex: 1;
    background: #f4f4f4;
    padding: 0 0.9375rem;
    height: 2.1875rem;
    outline: none;
    display: flex;
    border: 1px solid #9d9d9d;
    width: 100%;
}

#frmCreate {
    margin-top: 5px;
}

    #frmCreate h4 {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        margin-top: 10px;
        margin-left: 10px;
    }

    #frmCreate textarea {
        flex: 1;
        background: #f4f4f4;
        padding: 0 0.9375rem;
        height: 100px !important;
        outline: none;
        display: flex;
        border: 1px solid #9d9d9d;
        width: 100%;
    }

    #frmCreate select {
        height: 30px;
        line-height: 10px;
        width: 100%;
        margin-top: 5px;
    }

    #frmCreate button {
        color: #fff;
        display: block;
        padding: 0 1.25rem;
        display: block;
        line-height: 2.1875rem;
        background: #1183e1;
        margin-top: 5px;
    }

    #frmCreate div {
        margin-bottom: 5px;
    }

table {
    width: 100%;
}

    table th {
        text-transform: uppercase;
        background: #a20101;
        color: #ffff;
        height: 30px;
    }

    table tr td {
        line-height: 30px;
    }

label {
    font-weight: bold;
}

#Files {
    flex: 1;
    background: none !important;
    padding: 0 0.9375rem;
    height: 2.1875rem;
    outline: none;
    display: flex;
    border: none !important;
    width: 100%;
}

.lsQuestion .item {
    border: 1px solid;
    padding: 10px;
    line-height: 30px;
    margin-top: 10px;
}

.nguoihoi {
    text-align: right;
    font-size: 11px;
}

.lsQuestion label {
    color: red;
}

#frmCreate {
    margin-top: 10px
}

.note-qa {
    color: #0047AB;
    font-weight: bold;
    line-height: 25px;
}
