.modal-form.new                          { position: fixed; z-index: 200; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0,0,0,0.5); overflow-y: auto; }
.modal-form.new                          { display: none; }

.modal-form.new                          { user-select: none; -moz-user-select: none; -webkit-user-select: none; }
.modal-form.new input                    { user-select: text; -moz-user-select: text; -webkit-user-select: text; }
.modal-form.new textarea                 { user-select: text; -moz-user-select: text; -webkit-user-select: text; }
.modal-form.new > .container > .inner    { user-select: text; -moz-user-select: text; -webkit-user-select: text; }
.modal-form.new > .container > .inner > .card-tabs { user-select: none; -moz-user-select: none; -webkit-user-select: none; }

.modal-form.new > .container               { box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.modal-form.new > .container               { position: relative; margin: 100px auto 20px; background-color: #fff; }
.modal-form.new > .container               { padding: 35px 25px 25px; border: 1px solid #D8DDE6; border-radius: 5px; box-shadow: 0 8px 15px 0 rgba(0,0,0,0.35); }

.modal-form.new > .container > a.close       { position: absolute; display: block; text-align: center; text-decoration: none; }
.modal-form.new > .container > a.close       { top: 35px; right: 25px; width: 20px; height: 20px; line-height: 20px; }
.modal-form.new > .container > a.close       { font-size: 36px; color: #657FAC; opacity: 0.4; }
.modal-form.new > .container > a.close:hover { text-decoration: none; }

.modal-form.new > .container .outer-bottom { box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.modal-form.new > .container .outer-bottom { position: absolute; left: 0; right: 0; top: calc(100% + 10px); background-color: #fff; }
.modal-form.new > .container .outer-bottom { padding: 5px 25px; border: 1px solid #D8DDE6; border-radius: 5px; box-shadow: 0 8px 15px 0 rgba(0,0,0,0.35); }

.modal-form.new      > .container       { width: 320px; }
.modal-form.new.w320 > .container       { width: 320px; }
.modal-form.new.w640 > .container       { width: 640px; }
.modal-form.new.w960 > .container       { width: 960px; }

@media screen and (max-width: 1024px) {
    .modal-form.new      > .container       { width: 320px; }
    .modal-form.new.w320 > .container       { width: 320px; }
    .modal-form.new.w640 > .container       { width: 640px; }
    .modal-form.new.w960 > .container       { width: 640px; }
}

@media screen and (max-width: 800px) {
    .modal-form.new      > .container       { width: 320px; }
    .modal-form.new.w320 > .container       { width: 320px; }
    .modal-form.new.w640 > .container       { width: 640px; }
    .modal-form.new.w960 > .container       { width: 640px; }
}

@media screen and (max-width: 640px) {
    .modal-form.new      > .container       { width: 320px; }
    .modal-form.new.w320 > .container       { width: 320px; }
    .modal-form.new.w640 > .container       { width: 320px; }
    .modal-form.new.w960 > .container       { width: 320px; }
}

@media screen and (max-width: 400px) {
    .modal-form.new      > .container       { width: 100%; height: 100vh; overflow-y: auto; }
    .modal-form.new.w320 > .container       { width: 100%; height: 100vh; overflow-y: auto; }
    .modal-form.new.w640 > .container       { width: 100%; height: 100vh; overflow-y: auto; }
    .modal-form.new.w960 > .container       { width: 100%; height: 100vh; overflow-y: auto; }

    .modal-form.new > .container           { position: absolute; transform: translate(0, 0); left: 0; top: 0; }
    .modal-form.new > .container           { margin: 0; padding-top: 0; border-radius: 0; }

    .modal-form.new > .container a.close   { top: 0; left: 0; width: 46px; height: 46px; line-height: 46px; color: #2D6DF2; opacity: 1; }

    .modal-form.new > .container .outer-bottom { position: initial; left: auto; right: auto; bottom: auto; margin-top: 20px; }
    .modal-form.new > .container .outer-bottom { padding: 0; border: none; border-radius: none; box-shadow: none; }
}

.modal-form.new .inner .mcol                 { display: inline-block; vertical-align: top; }
.modal-form.new .inner .mcol                 { width: calc(50% - 10px); }
.modal-form.new .inner .mcol:nth-of-type(2n) { margin-left: 20px; }

@media screen and (max-width: 640px) {
    .modal-form.new .inner .mcol                 { width: 100%; }
    .modal-form.new .inner .mcol:nth-of-type(2n) { margin-left: 0; }
}

.modal-form.new .cikumas-checkbox label  { white-space: normal; }

.modal-form.new .form-hint { margin: 5px 0 0; font-size: 12px; color: #999; font-style: italic; }

.modal-form.new input,
.modal-form.new textarea                 { width: 100%; margin: 0; padding: 2px 10px; font-size: 14px; line-height: 30px; box-sizing: border-box; }
.modal-form.new input,
.modal-form.new textarea                 { color: #657FAC; border: 1px solid #e5e5e5; border-radius: 5px; background-color: #fff; }
.modal-form.new textarea                 { min-height: 100px; line-height: normal; resize: none; }

.modal-form.new h2                            { margin-top: -6px; padding-right: 20px; }
.modal-form.new h2                            { color: #657FAC; font-size: 24px; font-weight: 300; line-height: 32px; }
.modal-form.new > .container > .inner         { margin-top: 30px; }
.modal-form.new .inner .form-row              { margin-top: 10px; }
.modal-form.new .inner .form-row label        { position: relative; overflow: visible; margin: 0; padding: 6px 0; }
.modal-form.new .inner .form-row label        { color: #657FAC; font-size: 12px; line-height: 18px; font-weight: 500; }
.modal-form.new .inner .form-row label > .opt { display: block; opacity: 0.5; font-size: 12px; font-weight: normal; line-height: 16px; white-space: normal; }
.modal-form.new .inner .button                { margin: 25px 0 0 0; width: 100%; }
.modal-form.new .inner > .text                  { color: #2D6DF2; font-size: 14px; line-height: 16px; }
.modal-form.new .inner > .info                  { color: #657FAC; font-size: 14px; text-align: center; }
.modal-form.new .inner > .hint                  { color: #0044CD; font-size: 12px; margin-top: 5px; }
.modal-form.new .inner > .form-row > .text      { color: #2D6DF2; font-size: 14px; line-height: 16px; }
.modal-form.new .inner > .form-row > .info      { color: #657FAC; font-size: 14px; text-align: center; }
.modal-form.new .inner > .form-row > .hint      { color: #0044CD; font-size: 12px; margin-top: 5px; }

@media screen and (max-width: 400px) {
    .modal-form.new h2 { margin: 0 -25px; padding: 16px 25px 14px 46px; border-bottom: 1px solid rgb(45,109,242,0.2); }
    .modal-form.new h2 { font-size: 14px; line-height: 16px; font-weight: bold; text-align: center; color: #2D6DF2; }
    .modal-form.new h2 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

    .modal-form.new > .container > .inner         { margin-bottom: 25px; }
}

/* modal change request */

.modal-form.new.modal-contact .container              { width: 600px; }
.modal-form.new.modal-contact input,
.modal-form.new.modal-contact textarea                { border: none; border-radius: 5px; background-color: rgba(141,174,225,0.15); }
.modal-form.new.modal-contact .inner .form-row        { display: flex; align-items: flex-start; margin-top: 20px; }
.modal-form.new.modal-contact .inner .form-row label  { flex-shrink: 0; width: 160px; margin: 0 20px 0 0; padding: 6px 0; }
.modal-form.new.modal-contact .inner .form-row label  { color: #082E7E; font-size: 14px; line-height: 20px; font-weight: bold; }
.modal-form.new.modal-contact .inner .form-row label > .opt { position: absolute; }
.modal-form.new.modal-contact .inner .button          { margin: 25px 0 0 auto; width: 130px; }

@media screen and (max-width: 640px) {
    .modal-form.new.modal-contact .container              { width: 320px; }
    .modal-form.new.modal-contact .inner .form-row        { display: block; margin-top: 10px; }
    .modal-form.new.modal-contact .inner .form-row label  { display: block; width: auto; margin: 0; padding: 6px 0; }
    .modal-form.new.modal-contact .inner .form-row label > .opt { position: relative; }
}

@media screen and (max-width: 400px) {
    .modal-form.new.modal-contact .container { width: 100%; height: 100vh; }
}

/* buttons */

.modal-form.new .button       { display: block; text-align: center; border-radius: 5px; font-size: 14px; text-decoration: none; line-height: 32px; width: 130px; padding: 0 5px; }
.modal-form.new .button       { box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.modal-form.new .button       { position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.modal-form.new .button:hover { text-decoration: none; }

.modal-form.new .button.green { background-color: #10B163; box-shadow: 0 8px 15px 0 rgba(16,177,99,0.5); color: #fff; }
.modal-form.new .button.blue  { background-color: #3080EB; box-shadow: 0 8px 15px 0 rgba(48,128,235,0.5); color: #fff; }
.modal-form.new .button.navy  { background-color: #0044CD; box-shadow: 0 8px 15px 0 rgba(0,68,205,0.5); color: #fff; }
.modal-form.new .button.red   { background-color: #FF5D40; box-shadow: 0 8px 15px 0 rgba(255,93,64,0.5); color: #fff; }

.modal-form.new .button:active::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background-color: #000; opacity: 0.05; }
.modal-form.new .button:disabled       { pointer-events: none; opacity: 0.5; background-color: #999; box-shadow: 0 8px 15px 0 rgba(0,0,0,0.3); }


/* school cover */

.modal-form.new .inner .form-row.cover > .preview { display: block; height: 60px; text-align: center; text-decoration: none; }
.modal-form.new .inner .form-row.cover > .preview { background: no-repeat center center; background-size: cover; border: 1px solid #e5e5e5; }
.modal-form.new .inner .form-row.cover > .preview { position: relative; overflow: hidden; cursor: pointer; }
.modal-form.new .inner .form-row.cover > .preview       > .select     { position: absolute; top: 100%; left: 0; right: 0; height: 100%; }
.modal-form.new .inner .form-row.cover > .preview       > .select     { font-size: 12px; color: #fff; background-color: rgba(31, 60, 119, 0.78); }
.modal-form.new .inner .form-row.cover > .preview       > .select > i { display: block; font-size: 18px; margin: 10px 0 5px; }
.modal-form.new .inner .form-row.cover > .preview       > .select     { opacity: 0; top: 100%; }
.modal-form.new .inner .form-row.cover > .preview.empty > .select     { opacity: 1; top: 0; }
.modal-form.new .inner .form-row.cover > .preview:hover > .select     { opacity: 1; top: 0; }

.modal-form.new .inner .form-row.cover .clear-cover   { display: block; color: #999; font-size: 12px;  }
.modal-form.new .inner .form-row.cover .clear-cover   { float: right; position: relative; z-index: 2; padding: 6px 0; line-heighT: 18px; }
.modal-form.new .inner .form-row.cover .clear-cover a { color: #228dcf; text-decoration: none; }
.modal-form.new .inner .form-row.cover [name='class_cover_id'][value=''] ~ .clear { display: none; }

/* school photos */

.modal-form.new .inner .form-row.photo             { float: left; width: 60px; height: 64px; }
.modal-form.new .inner .form-row.photo + .form-row { margin-left: 70px; }

.modal-form.new .inner .form-row.photo input[type='file'] { display: none; }

.modal-form.new .inner .form-row.photo .image { display: block; width: 58px; height: 58px; margin: 6px auto 0; user-select: none; -ms-user-select: none; -moz-user-select: none; -webkit-user-select: none; }
.modal-form.new .inner .form-row.photo .image { background: no-repeat center center; background-size: cover; border: 1px solid #e5e5e5; border-radius: 50%; }
.modal-form.new .inner .form-row.photo .image { position: relative; overflow: hidden; }

.modal-form.new .inner .form-row.photo .image       > .clear  { display: block; }
.modal-form.new .inner .form-row.photo .image       > .select { display: none; }
.modal-form.new .inner .form-row.photo .image.empty > .clear  { display: none; }
.modal-form.new .inner .form-row.photo .image.empty > .select { display: block; }

.modal-form.new .inner .form-row.photo .image       > * { opacity: 0; }
.modal-form.new .inner .form-row.photo .image:hover > * { opacity: 1; }

.modal-form.new .inner .form-row.photo .image       > * { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.modal-form.new .inner .form-row.photo .image       > * { border-radius: 50%; border: 2px solid #fff; color: #fff; cursor: pointer; }
.modal-form.new .inner .form-row.photo .image       > * { padding: 0; margin: 0; width: 56px; height: 56px; line-height: 55px; text-align: center; font-size: 36px; }
.modal-form.new .inner .form-row.photo .image       > .clear  { background-color: rgba(239,73,73,0.78); }
.modal-form.new .inner .form-row.photo .image       > .select { background-color: rgba(31,60,119,0.78); }

/* activate parent */

.modal-form.new.activate-parent .container                         { width: 600px; }
.modal-form.new.activate-parent .inner                             { font-size: 0; }
.modal-form.new.activate-parent h3                                 { color: #051E53; font-size: 16px; font-weight: 500; }
.modal-form.new.activate-parent h3                                 { margin: -35px -25px 0; line-height: 40px; background-color: #edf4f7; padding: 0 10px; }

.modal-form.new.activate-parent .inner fieldset                    { display: none; }
.modal-form.new.activate-parent .inner fieldset.show               { display: block; }

.modal-form.new.activate-parent .inner .ctrls                      { display: flex; justify-content: space-between; }
.modal-form.new.activate-parent .inner .ctrls .button              { display: none; width: 100px; }
.modal-form.new.activate-parent .inner .ctrls .button.show         { display: block; }
.modal-form.new.activate-parent .inner .ctrls .button.disabled     { opacity: 0.5; pointer-events: none; }

.modal-form.new.activate-parent .inner .subtitle                   { color: #2D477F; font-size: 20px; font-weight: 300; text-align: center; }
.modal-form.new.activate-parent .inner iframe                      { border: none; margin: 0; padding: 0; width: 100%; height: 362px; }
.modal-form.new.activate-parent .inner iframe                      { border: 1px solid #eee; margin-top: 20px; }
.modal-form.new.activate-parent .inner .pdf-frame                  { border: none; margin: 0; padding: 0; width: 100%; height: 362px; }
.modal-form.new.activate-parent .inner .pdf-frame                  { border: 1px solid #eee; margin-top: 20px; }

.modal-form.new.activate-parent .inner .form-row.photo             { float: none; width: auto; margin: 20px 0; }
.modal-form.new.activate-parent .inner .form-row.photo + .form-row { margin-left: 0; }
.modal-form.new.activate-parent .inner .form-row.photo > .image    { margin: 0 auto; }
.modal-form.new.activate-parent .inner .form-row.photo > label     { text-align: center; }

.modal-form.new.activate-parent .inner .form-row.input-name1       { display: inline-block; width: calc(50% - 10px); margin-right: 10px; }
.modal-form.new.activate-parent .inner .form-row.input-name2       { display: inline-block; width: calc(50% - 10px); margin-left: 10px;  }

.modal-form.new.activate-parent .inner .form-row .input-date1      { display: inline-block; width: calc(33% - 20px); margin-right: 20px; }
.modal-form.new.activate-parent .inner .form-row .input-date2      { display: inline-block; width: calc(33% - 00px); }
.modal-form.new.activate-parent .inner .form-row .input-date3      { display: inline-block; width: calc(33% - 20px); margin-left: 20px;  }

.modal-form.new.activate-parent .inner input.error                 { border-color: #FF5D40; }

.modal-form.new.activate-parent .inner .privacy-hint                { font-size: 14px; color: #1F3C77; margin: 20px 0; text-align: center; }

.modal-form.new.activate-parent .inner .privacy-cols                { display: flex; align-items: flex-start; justify-content: space-evenly; flex-wrap: wrap; margin-top: 20px; }
.modal-form.new.activate-parent .inner .privacy-cols label          { margin: 10px 0; }
.modal-form.new.activate-parent .inner .privacy-cols .privacy-title { color: #1f3c77; font-size: 18px; margin: 0 0 20px; }

@media screen and (max-width: 640px) {
    .modal-form.new.activate-parent .container              { width: 100%; }
}

/* modal messages */

.modal-form.new.modal-message .container                  { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); margin: 0; }
.modal-form.new.modal-message .container                  { width: 600px; }
.modal-form.new.modal-message .container .message         { text-align: center; }
.modal-form.new.modal-message .container .message > .text { font-size: 18px; color: #051E53; }
.modal-form.new.modal-message .container .message > .link { display: inline-block; margin-top: 30px; font-size: 14px; color: #266EEB; }

@media screen and (max-width: 640px) {
    .modal-form.new.modal-message .container           { width: 320px; }
}

@media screen and (max-width: 400px) {
    .modal-form.new.modal-message .container           { width: 100%; }
}

/* school settings */

.modal-form.new.modal-school-settings .container              { width: 600px; }
.modal-form.new.modal-school-settings .container .school-muted > label { margin-top: 33px; font-size: 0; }
.modal-form.new.modal-school-settings .container .school-muted > label > .caption { max-width: calc(100% - 46px); }

@media screen and (max-width: 640px) {
    .modal-form.new.modal-school-settings .container           { width: 320px; }
    .modal-form.new.modal-school-settings .container .school-muted > label { margin-top: 0; }
}

@media screen and (max-width: 400px) {
    .modal-form.new.modal-school-settings .container           { width: 100%; }
}


/* class scores assignment settings */

.modal-form.modal-assignment-settings .container     { width: 640px; }

@media screen and (max-width: 800px) {
    .modal-form.modal-assignment-settings .container { width: 380px; }
}
@media screen and (max-width: 400px) {
    .modal-form.modal-assignment-settings .container { width: 100%; height: 100vh; }
}

.modal-form.modal-assignment-settings form.edit > .button      { margin: 20px auto 0; max-width: 200px; }

.modal-form.modal-assignment-settings form.edit > .fields > .datetime                 { display: inline-flex; justify-content: space-between; }
.modal-form.modal-assignment-settings form.edit > .fields > .datetime > *             { width: calc(50% - 10px); }
.modal-form.modal-assignment-settings form.edit > .fields > .datetime > * >           { width: calc(50% - 10px); }
.modal-form.modal-assignment-settings form.edit > .fields > .datetime .picker         { min-width: 280px; }
.modal-form.modal-assignment-settings form.edit > .fields > .datetime ul.autocomplete { min-width: 280px; }

.modal-form.modal-assignment-settings form.edit > .fields > .datetime label           { overflow: visible; }

.modal-form.modal-assignment-settings form.delete       { margin-top: 10px; text-align: center; }
.modal-form.modal-assignment-settings form.delete > a   { display: inline-block; line-height: 32px; font-size: 14px; color: #ef4949; }

.modal-form.modal-assignment-settings form.edit > .fields                { margin: 0 -5px; min-width: 0; }
.modal-form.modal-assignment-settings form.edit > .fields > *            { display: inline-block; margin: 25px 5px 5px; }
.modal-form.modal-assignment-settings form.edit > .fields > *.single     { width: calc(25% - 10px); }
.modal-form.modal-assignment-settings form.edit > .fields > *.double     { width: calc(50% - 10px); }
.modal-form.modal-assignment-settings form.edit > .fields > *.full       { width: calc(100% - 10px); }


@media screen and (max-width: 800px) {
    .modal-form.modal-assignment-settings form.edit > .fields > *.single { width: calc(50% - 10px); }
    .modal-form.modal-assignment-settings form.edit > .fields > *.double { width: calc(100% - 10px); }
}


/* scores attachments */

.modal-form .asg-attachments .droparea                       { font-size: 0; padding: 5px 0; text-align: center; }
.modal-form .asg-attachments .droparea                       { background-color: #f8f8f8; border: 1px solid #d5d5d5; border-radius: 5px; }
.modal-form .asg-attachments .droparea > *                   { display: inline-block; vertical-align: middle; margin: 0 auto; padding: 5px 0; }
.modal-form .asg-attachments .droparea > span                { color: #999; font-size: 14px; padding: 5px 10px; }
.modal-form .asg-attachments .droparea > label               { cursor: pointer; }
.modal-form .asg-attachments .droparea > label > [type=file] { display: none; }
.modal-form .asg-attachments .droparea > a                   { text-decoration: none; }
.modal-form .asg-attachments .droparea > * > i               { color: #228dcf; font-size: 14px; }
.modal-form .asg-attachments .droparea > * > span            { color: #228dcf; font-size: 14px; margin-left: 10px; }

.modal-form .asg-attachments .droparea.hover                 { border-color: #228dcf; background-color: rgba(34, 141, 207, 0.1); }
.modal-form .asg-attachments .droparea.hover > span          { color: #282828; }

.modal-form .asg-attachments fieldset > .uploading          { position: absolute; left: 0; top: 0; right: 0; bottom: 0; border-radius: 5px; background-color: rgba(255,255,255,0.3); }
.modal-form .asg-attachments fieldset > .uploading          { background: url('/static/img/ajax-loader.gif') no-repeat center center; }
.modal-form .asg-attachments fieldset > .uploading          { display: none; }

.modal-form .asg-attachments fieldset:disabled              { position: relative; }
.modal-form .asg-attachments fieldset:disabled > .droparea  { pointer-events: none; opacity: 0.5; }
.modal-form .asg-attachments fieldset:disabled > .uploading { display: block; }

.modal-form .asg-attachments .attachment-items > *                     { margin-top: 20px; }

.modal-form .asg-attachments .attachments-item                         { display: flex; justify-content: space-between; align-items: center; font-size: 0; }
.modal-form .asg-attachments .attachments-item                         { border-bottom: 1px solid #ccc; }
.modal-form .asg-attachments .attachments-item > .filename             { flex-grow: 1; font-size: 14px; color: #1f3c77; }
.modal-form .asg-attachments .attachments-item > .filename             { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.modal-form .asg-attachments .attachments-item > a                     { flex-shrink: 0; display: block; width: 32px; height: 32px; margin-left: 10px; }
.modal-form .asg-attachments .attachments-item > a                     { text-align: center; font-size: 18px; line-height: 32px; }
.modal-form .asg-attachments .attachments-item > a.remove              { color: #FF5D40; }


.modal-form .asg-attachments .ctrls                { display: flex; justify-content: flex-end; align-items: center; margin-top: 20px; }
.modal-form .asg-attachments .ctrls > *            { margin-left: 20px; }


/* class post copy */

.modal-form.modal-post-copy fieldset                    { margin: 0 -5px; }
.modal-form.modal-post-copy .form-input                 { display: inline-block; margin: 5px; }
.modal-form.modal-post-copy .form-input label           { position: relative; overflow: visible; margin: 0; padding: 6px 0; }
.modal-form.modal-post-copy .form-input label           { color: #657FAC; font-size: 12px; line-height: 18px; font-weight: 500; }
.modal-form.modal-post-copy .form-input.single          { width: calc(25% - 10px); }
.modal-form.modal-post-copy .form-input.double          { width: calc(50% - 10px); }
.modal-form.modal-post-copy .form-input.full            { width: calc(100% - 10px); display: block; }

.modal-form.modal-post-copy.view .form-input.single          { width: calc(50% - 10px); }
.modal-form.modal-post-copy.view .form-input.double          { width: calc(100% - 10px); }

@media screen and (max-width: 640px) {
    .modal-form.modal-post-copy .form-input.single          { width: calc(50% - 10px); }
    .modal-form.modal-post-copy .form-input.double          { width: calc(100% - 10px); }
}

.modal-form.modal-post-copy form          .ctrls                { margin-top: 10px; text-align: right; }
.modal-form.modal-post-copy form          .ctrls > *            { display: inline-block; vertical-align: middle; cursor: pointer; width: 90px; margin: 10px 0 0 10px; }

.modal-form.modal-post-copy .classowl-multiselect { max-width: 588px; }
@media screen and (max-width: 640px) {
    .modal-form.modal-post-copy .classowl-multiselect { max-width: 268px; }
}

/* modal feedbacks */

.classowl-input-frame.disabled       { pointer-events: none; opacity: 0.7; }
.classowl-input-frame.disabled input { user-select: none; background-color: #eee; }


/* poll */

.modal-form.modal-poll fieldset                    { margin: 0 -5px; }
.modal-form.modal-poll .form-input                 { display: inline-block; margin: 5px; }
.modal-form.modal-poll .form-input label           { position: relative; overflow: visible; margin: 0; padding: 6px 0; }
.modal-form.modal-poll .form-input label           { color: #657FAC; font-size: 12px; line-height: 18px; font-weight: 500; }
.modal-form.modal-poll .form-input.single          { width: calc(25% - 10px); }
.modal-form.modal-poll .form-input.double          { width: calc(50% - 10px); }
.modal-form.modal-poll .form-input.full            { width: calc(100% - 10px); display: block; }

.modal-form.modal-poll.view .form-input.single          { width: calc(50% - 10px); }
.modal-form.modal-poll.view .form-input.double          { width: calc(100% - 10px); }

@media screen and (max-width: 640px) {
    .modal-form.modal-poll .form-input.single          { width: calc(50% - 10px); }
    .modal-form.modal-poll .form-input.double          { width: calc(100% - 10px); }
}

.modal-form.modal-poll form          .icon                 { cursor: pointer; color: #FF5D40; }
.modal-form.modal-poll form          .input:focus ~ .icon  { color: #FF5D40; }
.modal-form.modal-poll form          .poll-answers         { margin-bottom: 15px; }
.modal-form.modal-poll form          .poll-answers > *     { margin-bottom: 5px; }
.modal-form.modal-poll form          .poll-answers > *:first-child:last-child > .icon { display: none; }

.modal-form.modal-poll form          .ctrls                { margin-top: 10px; }
.modal-form.modal-poll form          .ctrls                { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; }
.modal-form.modal-poll form          .ctrls > *            { display: inline-block; vertical-align: middle; cursor: pointer; width: 90px; margin: 10px 0 0 10px; }
.modal-form.modal-poll form          .ctrls > .hint        { margin-right: auto; color: #FF5D40; font-size: 14px; width: initial; }
.modal-form.modal-poll form          .ctrls > .ctrl-delete { display: inline-block; }
.modal-form.modal-poll form          .ctrls > .ctrl-cancel { display: inline-block; }

.modal-form.modal-poll .classowl-multiselect { max-width: 588px; }
@media screen and (max-width: 640px) {
    .modal-form.modal-poll .classowl-multiselect { max-width: 268px; }
}


.modal-form.modal-terms iframe     { border: none; width: 100%; height: 500px; margin-top: 20px; }
.modal-form.modal-terms .pdf-frame { border: none; width: 100%; height: 500px; margin-top: 20px; }

