﻿/*# K12 Widget Setting #*/
@media screen and (min-width: 64rem) {
    kentico-pop-up-container .ktc-pop-up {
        /*min-width: 1015px;
        max-width: 1300px;*/
    }
    /* Dialogue Box */
    kentico-form-modal-dialog .ktc-form-modal-dialog {
        max-height: 100vh;
        width: 1000px;
    }

    .ktc-form-wrapper .ktc-form .ktc-editing-form-value-cell .ktc-cms-form-group-btn, .ktc-form-wrapper .ktc-form .ktc-editing-form-value-cell .ktc-cms-form-group-text, .ktc-form-wrapper .ktc-form .ktc-editing-form-value-cell .ktc-cms-input-group, .ktc-form-wrapper .ktc-form .ktc-editing-form-value-cell .ktc-form-control {
        display: block !important;
        max-width: 500px !important;
        width: 100%;
        margin: .5rem 0;
        padding-right: 1.5rem;
    }

    .ktc-form-wrapper .ktc-form b, .ktc-form-wrapper .ktc-form strong {
        display: block;
    }
}
