
/*Chung*/
.UICheckError {
    position: relative;
}

    .UICheckError .non-active {
        display: none !important;
    }

    /*Header*/

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

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

    /*Nội dung chính*/
    .UICheckError .content {
        padding: 20px;
    }

        .UICheckError .content .title-tt {
            font-size: 20px;
            margin: 20px 0px;
        }

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

.UICheckError .content .form-group .lbl {
    font-size: 16px;
}

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

.UICheckError .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;
}

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

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

/*Tiến trình*/
.UICheckError .process {
    padding: 20px;
    border-top: solid 1px #eee;
    display: flex;
    flex-direction: column;
}

.UICheckError .group-info {
    display: flex;
    margin-top: 20px;
    position: relative;
}

    .UICheckError .group-info .lbl-errCheck {
        width: 127px;
        position: relative;
    }

        .UICheckError .group-info .lbl-errCheck span {
            position: absolute;
            right: 10px;
        }

    .UICheckError .group-info .tit-errCheck {
    }

    .UICheckError .group-info .text-area {
    }

        .UICheckError .group-info .text-area:disabled {
            font-size: 18px;
            background-color: #fff;
            width: 65%;
        }


.UICheckError .process {
}

    .UICheckError .process .process-content {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .UICheckError .process .title-tientrinh {
        text-align: center;
        font-size: 16px;
        margin-top: 20px;
        font-weight: bold;
        text-transform: uppercase;
        color: #1878c1;
    }

    .UICheckError .process .lbl {
        position: relative;
    }

    .UICheckError .process .title-tt {
        font-size: 30px;
        margin: 15px;
    }

    .UICheckError .process .process-item {
        width: 50%;
        border: solid 1px #ddd;
        padding: 10px;
        position: relative;
        display: flex;
        flex-direction: column;
        margin: 20px;
    }

        .UICheckError .process .process-item .title-process {
            color: #1878c1;
            font-weight: bold;
        }

        .UICheckError .process .process-item .form-group {
            position: relative;
            margin-top: 10px;
            height: 35px;
            display: inline-flex;
        }
.UICheckError .process .process-item .lbl span {
                position: absolute;
                right: 10px;
            }

        .UICheckError .process .process-item .form-group div {
        }

@media screen and (max-width: 640px) {
    .UICheckError .process .process-item {
        width: 100%;
    }

        .UICheckError .process .process-item .form-group div {
            font-size: 14px;
        }

        .UICheckError .process .process-item .lbl {
            font-size: 16px;
            width: 170px;
        }
}

@media screen and (max-width: 480px) {
    .UICheckError .process .process-item {
        width: 100%;
    }

        .UICheckError .process .process-item .form-group div {
            font-size: 14px;
        }

        .UICheckError .process .process-item .lbl {
            font-size: 14px;
            width: 145px;
        }
}
