
/*Chung*/
.UIErrorReportAll .non-active {
    display: none !important;
}

.UIErrorReportAll .UIErrorReport {
    position: relative;
}

    /*Header*/
    .UIErrorReportAll .UIErrorReport .title-box {
        background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
        height: 40px;
        padding: 10px 20px;
        display: flex;
    }

    .UIErrorReportAll .UIErrorReport h2 {
        font-size: 18px;
        text-transform: uppercase;
        margin: 0;
        font-weight: normal;
        color: #fff;
        margin-bottom: auto;
        margin-top: auto;
    }

    /*Nội dung*/
    .UIErrorReportAll .UIErrorReport .content {
        padding: 20px;
    }

        .UIErrorReportAll .UIErrorReport .content .form-group {
            position: relative;
        }

            .UIErrorReportAll .UIErrorReport .content .form-group .lbl {
                font-size: 18px;
            }

    .UIErrorReportAll .UIErrorReport .form-control-style {
        height: 35px;
        margin-top: 10px;
        padding: 0 5px;
        width: 100%;
        max-width: 400px;
        border: solid 1px #ccc;
    }

    .UIErrorReportAll .UIErrorReport .captcha img {
        margin-top: 16px;
        margin-left: 15px;
    }

    .UIErrorReportAll .UIErrorReport .captcha .form-control-style {
        width: 112px;
    }

    .UIErrorReportAll .UIErrorReport .captcha {
        display: flex;
        margin-top: 10px;
    }

    .UIErrorReportAll .UIErrorReport .btn-verify {
        background: #1f7ed0;
        background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
        color: #fff;
        height: 35px;
        border: none;
        margin-top: 30px;
        border-radius: 3px;
        display: block;
        cursor: pointer;
        font-size: 18px;
        padding: 0px 10px;
    }

        .UIErrorReportAll .UIErrorReport .btn-verify:hover {
            background: #0475d6;
            background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
        }

    .UIErrorReportAll .UIErrorReport .divInfo {
        padding: 8px 0;
        color: Red;
        font-size: 15px;
        font-style: italic;
        background: none;
        border: none;
    }
/*End UIErrorReport*/

.UIErrorReportAll .UIErrorInfo {
    position: relative;
}

    .UIErrorReportAll .UIErrorInfo .title-box {
        background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
        height: 40px;
        padding: 10px 20px;
        display: flex;
    }

    .UIErrorReportAll .UIErrorInfo h2 {
        font-size: 18px;
        text-transform: uppercase;
        margin: 0;
        font-weight: normal;
        color: #fff;
        margin-bottom: auto;
        margin-top: auto;
    }

    .UIErrorReportAll .UIErrorInfo .content {
        padding: 20px;
        display: flex;
        flex-direction: column;
    }

        .UIErrorReportAll .UIErrorInfo .content .form-group {
            position: relative;
            margin-top: 10px;
            height: 35px;
            display: inline-flex;
        }

    .UIErrorReportAll .UIErrorInfo .lbl {
        font-size: 15px;
        width: 200px;
        position: relative;
    }

        .UIErrorReportAll .UIErrorInfo .lbl span {
            position: absolute;
            right: 10px;
        }

    .UIErrorReportAll .UIErrorInfo .content .form-group .err-info {
        font-size: 15px;
        font-weight: 200;
        width: 70%;
    }

    .UIErrorReportAll .UIErrorInfo .content .type-service {
        height: 35px;
        font-size: 16px;
        max-width: 400px;
        width: 100%;
        background-color: #ccc;
    }

    .UIErrorReportAll .UIErrorInfo .content .contact-num {
        height: 35px;
        font-size: 18px;
        max-width: 400px;
        padding: 0 5px;
        width: 100%;
    }

    .UIErrorReportAll .UIErrorInfo .content .error-content {
        position: relative;
        margin-top: 10px;
        display: inline-flex;
    }

        .UIErrorReportAll .UIErrorInfo .content .error-content .text-area {
            font-size: 18px;
            width: 65%;
            padding-top: 10px;
        }

        .UIErrorReportAll .UIErrorInfo .content .error-content .text-area-result {
            font-size: 18px;
            width: 65%;
            padding-top: 7px;
        }

            .UIErrorReportAll .UIErrorInfo .content .error-content .text-area-result:disabled {
                font-size: 18px;
                background-color: #fff;
                width: 65%;
                max-width: 500px;
                padding-top: 7px;
            }

    .UIErrorReportAll .UIErrorInfo .btn-verify {
        background: #1f7ed0;
        background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
        color: #fff;
        height: 35px;
        border: none;
        margin-top: 30px;
        border-radius: 3px;
        display: block;
        cursor: pointer;
        font-size: 18px;
        padding: 0px 10px;
        margin-left: 200px;
    }

        .UIErrorReportAll .UIErrorInfo .btn-verify:hover {
            background: #0475d6;
            background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
        }

    .UIErrorReportAll .UIErrorInfo .divInfo {
        padding: 8px 0;
        color: Red;
        font-size: 15px;
        font-style: italic;
        background: none;
        border: none;
    }

@media screen and (max-width: 640px) {
    .UIErrorReportAll .UIErrorInfo .lbl {
        font-size: 14px;
        width: 120px;
        padding-top: 8px;
        position: relative;
    }

    .UIErrorReportAll .UIErrorInfo .content .form-group .err-info {
        font-size: 14px;
        font-weight: 200;
        padding-top: 11px;
    }

    .UIErrorReportAll .UIErrorInfo .content .error-content .text-area {
        font-size: 14px;
        padding: 10px;
    }

    .UIErrorReportAll .UIErrorInfo .btn-verify {
        background: #1f7ed0;
        background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
        color: #fff;
        height: 35px;
        border: none;
        margin-top: 30px;
        border-radius: 3px;
        display: block;
        cursor: pointer;
        font-size: 15px;
        padding: 0px 10px;
        margin-left: 120px;
    }
}

@media screen and (max-width: 480px) {
    .UIErrorReportAll .UIErrorInfo .lbl {
        font-size: 12px;
        width: 80px;
        padding-top: 8px;
        position: relative;
    }

    .UIErrorReportAll .UIErrorInfo .content .form-group .err-info {
        font-size: 12px;
        font-weight: 200;
        padding-top: 11px;
    }

    .UIErrorReportAll .UIErrorInfo .content .error-content .text-area {
        font-size: 12px;
        padding: 10px;
    }

    .UIErrorReportAll UIErrorInfo .content .error-content .text-area:disabled {
        font-size: 12px;
        padding: 10px;
        background-color: #fff;
    }

    .UIErrorReportAll .UIErrorInfo .btn-verify {
        background: #1f7ed0;
        background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
        color: #fff;
        height: 35px;
        border: none;
        margin-top: 30px;
        border-radius: 3px;
        display: block;
        cursor: pointer;
        font-size: 18px;
        padding: 0px 10px;
        margin-left: 80px;
    }
}
/*End Error Info..................*/
