﻿.container {
    background: none !important;
}



.form-group {
    margin-bottom: 10px !important;
}

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
    background-color: #fff !important;
}

.title-xettuyen {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.box-xettuyen {
    padding: 20px;
    border: 2px dashed #94c0d2;
    background-color: rgba(145, 216, 249, 0.05);
}

.box-thongtin {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

    .box-thongtin h4 {
        font-size: 18px;
    }

    .box-thongtin .note {
        font-size: 14px;
        font-style: italic;
        color: #333;
        font-weight: normal;
    }

.box-group-thongtin {
    padding: 20px;
    margin-top: 10px;
    padding-bottom: 0px;
}

    .box-group-thongtin .note {
        font-size: 12px;
        font-style: italic;
        color: #333;
        font-weight: normal;
    }

    .box-group-thongtin .k-input, .box-group-thongtin .k-combobox {
        width: 100% !important;
    }

    .box-group-thongtin .form-group:last-child {
        margin-bottom: 0px !important;
    }

    .box-group-thongtin label {
        margin-bottom: 5px !important;
        font-weight: normal !important;
    }

.red, .validation-summary-errors {
    color: red;
}

.box-captcha {
    display: inline-block;
    margin-right: 20px;
}

.box-btn {
    display: inline-block;
}

.captcha {
}

    .captcha #Captcha_Captcha_TS {
        display: inline-block;
        width: 150px !important;
    }

    .captcha span {
        display: inline-block;
    }
.b-diem .k-input{
    width: 100% !important;
}
.box-ngay select {
            height: 30px;
            margin-right: 5px;
            border-radius: 3px;
            padding-right: 8px;
            border-color: #94c0d2;
        }