
    .k-list-horizontal {
        margin-top: 5px;
    }

    form .k-form-field.ChcekboxField.k-form-field-error .k-form-field-wrap {
        position: relative;
    }

    form .ChcekboxField .k-form-error.k-invalid-msg {
        top: 25px;
        left: 0px;
        width: 480px;
    }

    form .k-checkbox {
        border-color: rgba(0, 0, 0, 0.8);
        background-color: #ffffff;
    }

    form .k-form-legend {
        min-height: 35px;
    }

    form fieldset.k-form-fieldset.k-colspan-2 {
        width: 100%;
    }

    .k-sr-only {
        position: absolute;
        left: -1px;
        width: 1px;
        height: 1px;
        overflow: hidden
    }

    .k-captcha-validation-message.k-text-success {
        color: #278200;
        margin-top: 4px;
        font-size: 12px;
        font-style: italic;
    }

    .fileUpload.dropZone .k-action-buttons {
        display: none !important;
    }

    .k-dropzone-hint {
        display: block !important;
    }

    .k-button-md.k-icon-button > .k-button-icon {
        min-width: 20px;
        min-height: 20px;
    }

    .k-captcha *, .k-captcha ::after, .k-captcha ::before {
        box-sizing: border-box;
    }

    .k-i-reload::before {
        content: "\f021";
    }

    .k-i-volume-up::before {
        content: "\f028";
    }

    .k-button-icon {
        color: inherit;
        -ms-flex-item-align: center;
        align-self: center;
        position: relative;
    }

    .k-captcha-image, .k-captcha-image-controls.k-vstack {
        display: inline-block;
    }

    span.k-button-icon.k-icon.k-i-volume-up {
        display: none;
    }