﻿.form-iframe {
  width: 90%; }
  .form-iframe .controls {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 15px; }
    .form-iframe .controls .btn-warning {
      background-color: #EF8242;
      border-color: #EF8242;
      width: fit-content; }
    .form-iframe .controls .btn-error {
      color: #ffffff;
      background-color: #dc3545;
      border-color: #dc3545; }
  .form-iframe textarea {
    width: 100% !important;
    height: 150px;
    min-width: 500px; }
  .form-iframe input[type="text"],
  .form-iframe input[type="tel"],
  .form-iframe input[type="email"] {
    width: 400px !important; }
  .form-iframe table {
    width: 100% !important; }
  .form-iframe label.error {
    font-size: 0px;
    color: #fff; }
  .form-iframe .error {
    border-color: #de3a3a; }
    .form-iframe .error:after {
      content: "*";
      color: #de3a3a;
      font-size: 14px; }
  .form-iframe #validity-errors {
    display: none; }

.iframe {
  width: 100%;
  height: 100%;
  min-height: 900px;
  border: none;
  background-color: #ffffff; }

.btn-exam {
  padding: 10px;
  width: unset !important; }

.exam-row {
  padding: 10px; }

.header {
  background-color: #115A86; }

.overlay {
  display: none;
  background-color: black;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
  z-index: 10;
  position: fixed; }

#judge-exam-view {
  height: calc(100% - 125px);
  width: 100%;
  justify-content: center; }
  #judge-exam-view .top-navigation {
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 15px;
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: center; }
    #judge-exam-view .top-navigation a {
      cursor: pointer;
      padding: 10px 10px;
      width: 20%; }
    #judge-exam-view .top-navigation label {
      padding: 10px 10px; }
  #judge-exam-view h5 {
    text-align: center; }
  #judge-exam-view .judge-panel {
    display: none; }
  #judge-exam-view .judge-half-panel {
    width: calc(50% - 3px);
    display: inline-block;
    vertical-align: top; }
  #judge-exam-view .judge-full-panel {
    width: 100%;
    display: block; }
  #judge-exam-view a.selected-tab {
    font-weight: 700;
    text-decoration: underline; }
  #judge-exam-view .submit-bar {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 10px; }
    #judge-exam-view .submit-bar label {
      font-weight: bold;
      padding-right: 10px; }
    #judge-exam-view .submit-bar input[type="number"] {
      max-width: 100px;
      display: inline-block;
      margin-right: 20px; }
    #judge-exam-view .submit-bar .btn-primary {
      background-color: #EF8242; }

.iframe-panel {
  margin-top: 10px; }
  .iframe-panel iframe {
    padding: 20px;
    background: #fff;
    border: 1px solid #b5aeae;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }
