/* Text Elements */

h1.heading-2 {
  margin: auto auto 0;
  width: 80.43%;
  color: #043144;
  text-align: center;
  font-size: 60px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h2.heading-1 {
  display: block;
  margin: 0 auto;
  min-height: auto;
  max-height: none;
  vertical-align: middle;
}

/* Interaction Elements */

input[type=text].input-1 {
  display: block;
  margin: 0 0 0 35px;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
  width: 210px;
  height: 20px;
  text-align: right;
  font-weight: 600;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

input[type=text].input-2 {
  margin-right: 0;
  min-width: 0;
  font-weight: 700;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

input[type=text].other_text {
  margin: auto;
  padding: 0;
  width: 81.7%;
  height: 23px;
}

label.checkbox.checkbox-1 {
  margin-right: 0;
  font-weight: 600;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

label.checkbox.checkbox-2 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: .5rem;
  min-width: 0;
  min-height: auto;
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
  text-align: center;
  font-weight: 100;
  font-size: 0;
}

label.checkbox.checkbox-3 {
  margin-right: 0;
  margin-left: 0;
  direction: rtl;
}

select.select.MyCmb {
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  width: 95%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  direction: rtl;
}

label.label.label-1 {
  margin-right: 0;
  margin-left: auto;
  width: 93px;
  text-align: right;
  font-weight: 600;
  font-size: 16px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  direction: rtl;
}

label.label.label-2 {
  position: static;
  display: inline-block;
  float: none;
  clear: none;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 9px;
  max-width: 50px;
      -ms-writing-mode: lr-tb;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  direction: rtl;

  -webkit-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
}

label.label.MyLbl {
  margin: auto;
  font-weight: 700;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  direction: rtl;
}

label.label.label-4 {
  margin-left: 5px;
  font-weight: 700;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  direction: rtl;
}

label.label.label-3 {
  width: 60px;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  direction: rtl;
}

/* Layout Elements */

body.body-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  margin: 15px auto auto;
  padding: 4px 3px 0 0;
  min-height: auto;
  width: 450px;
  height: auto;
  border-width: .125rem;
  border-style: solid;
  border-radius: 5px;
  background-color: #f0f0f0;
  vertical-align: middle;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container.user_label_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin: 10px auto 0;
  padding-top: 0;
  padding-right: 0;
  min-width: 1px;
  min-height: 0;
  max-height: none;
  width: 90%;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.main_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;
  margin-right: auto;
  margin-left: auto;
  min-width: 0;
  min-height: auto;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}

.container.reasons_cont {
  min-height: auto;
  height: auto;
  background-color: #65b6ed;
}

.container.getting_out_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  background-color: transparent;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.first_row_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 20px auto 0;
  min-width: 0;
  min-height: auto;
  width: 100%;
  height: auto;
  background-color: transparent;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.grid_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  overflow: visible;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  min-width: 0;
  min-height: auto;
  max-width: none;
  width: 100%;
  height: auto;
  background-color: transparent;
  vertical-align: middle;

  grid-template-columns: repeat(3 , auto);
  grid-template-rows: repeat(2 , auto);
  grid-template-areas: 'date_out_cont date_out_button_cont fixed_exit_cont' 'date_in_cont date_in_button_cont fixed_exit_cont';
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  grid-auto-flow: row;
  grid-auto-rows: auto;
  grid-auto-columns: auto;
  grid-area: auto / auto / auto / auto;
  justify-self: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

.container.cont_col {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  min-width: 0;
  min-height: auto;
  width: 200px;
  height: auto;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: 5px;
  margin-left: auto;
  min-width: 0;
  min-height: auto;
  width: 70px;
  height: auto;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.cont_row {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  min-width: 0;
  min-height: 30px;
  width: 200px;
  height: auto;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.first_row_col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  margin-right: 0;
  margin-left: 10px;
  min-width: 0;
  min-height: auto;
  width: 70px;
  height: auto;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.first_row_student_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  min-width: 0;
  min-height: auto;
  width: 350px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
          align-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.group_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  min-width: 0;
  min-height: 0;
  width: 90%;
  border-width: .125rem;
  border-style: solid;
  border-radius: 10px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.LastRow {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 20px auto;
  min-width: 0;
  width: 96%;
  border-width: 0;
  border-style: solid;
  border-radius: 10px;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.btn_clear {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-right: auto;
  margin-left: 6px;
  min-width: 0;
  width: auto;
}

.container.btn_start {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin: 10px auto;
  min-width: 0;
  width: auto;
}

.container.parants_chkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: 5px;
  margin-left: auto;
  padding: 4px;
  min-width: 0;
  min-height: 50px;
  width: 80px;
  border-width: .125rem;
  border-style: solid;
  border-radius: 5px;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 0;
  min-height: 10vh;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-3 {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 20px;
  min-width: 140px;
}

.container.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  margin: 20px 0 20px 7px;
  min-width: 140px;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container.cont4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container.cont3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 11px auto 20px;
  min-width: 0;
  min-height: 20vh;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.cmbAndBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 10px auto 0;
  padding-right: 0;
  padding-left: 0;
  min-width: 0;
  width: 95%;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.con_group_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 6px;
  margin-bottom: 10px;
  min-width: 0;
  width: 95%;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.approval_cont {
  margin-top: 20px;
  min-width: 0;
}

.container.cmbLabel {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 10px auto 0;
  padding-right: 0;
  padding-left: 0;
  min-width: 0;
  width: 95%;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  background-image: url('../images/the-opening-underground-tunnel-passage-light-circl-ZZ477YS-1024x863.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .7;

  background-blend-mode: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  -ms-flex-align: end;
  margin-top: 0vh;
  margin-right: auto;
  margin-left: auto;
  min-width: 0;
  width: 100%;
  height: 35vh;

  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
          align-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  height: 17vh;
}

.container.container-5 {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  height: 14vh;
  background-image: url('../images/logop.png');
  background-attachment: scroll;
  background-position: 30% center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.rule.roll_my {
  margin: 3px auto;
  padding-top: 8px;
  width: 95%;
}

.rule.roll_my hr {
  border-top-width: 2px;
  border-top-color: #3750a2;
}

button.date_button {
  display: block;
  float: none;
  clear: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1px;
  padding-right: 7px;
  padding-left: 7px;
  min-width: 0;
  min-height: 25px;
  max-width: none;
  width: 150px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 20px;
}

button.btn_out.date_button {
  padding: 0;
  min-width: 0;
  min-height: 80px;
  max-width: none;
  font-size: 20px;
}

button.clear_btn {
  display: block;
  float: none;
  clear: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1px;
  padding-right: 7px;
  padding-left: 7px;
  min-width: 0;
  min-height: 50px;
  max-width: none;
  width: 100px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

div.responsive-picture.picture-1 {
  margin-right: auto;
  margin-left: auto;
  width: 20%;
}

button.button-1 {
  margin-right: auto;
  margin-left: auto;
  min-width: 150px;
  min-height: 50px;
  border-radius: 10px;
  font-weight: 700;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

button.btnOther {
  margin-right: 10px;
  padding-right: 3px;
  padding-left: 3px;
  min-width: 10px;
  min-height: 10px;
  width: 60px;
  height: 30px;
  border-width: .0625rem;
  border-radius: 5px;
}

@media screen and (max-width: 29.5625rem) {
  /* Interaction Elements */

  input[type=text].input-1 {
    margin-right: 0;
    margin-left: auto;
    min-width: 0;
    max-width: none;
    width: 250px;
    font-size: 14px;
  }

  label.checkbox.checkbox-1 {
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }

  label.checkbox.checkbox-3 {
    margin-top: 3px;
  }

  label.label.label-1 {
    margin-right: auto;
    margin-left: 0;
    font-size: 16px;
  }

  label.label.label-2 {
    font-size: 14px;
  }

  label.label.MyLbl {
    margin-right: 0;
  }

  /* Layout Elements */

  body.body-1 {
    min-width: 0;
    width: 96%;
  }

  .container.first_row_col1 {
    margin-right: auto;
    margin-left: 5px;
    width: 25%;
  }

  .container.first_row_student_cont {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-right: 9px;
    margin-left: 0;
    width: 350px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
  }

  .container.first_row_cont {
    min-height: auto;
    height: auto;
  }

  .container.main_cont {
    min-width: 0;
    min-height: auto;
    width: 100%;
  }

  .container.grid_cont {
    height: auto;
  }

  .container.reasons_cont {
    height: auto;
  }

  .container.group_cont {
    width: 80%;
  }

  .container.parants_chkbox {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
  }

  .container.container-1 {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 10px;
    min-width: 10px;
    min-height: 0vh;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
  }

  .container.container-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container.container-6 {
    -ms-flex-pack: end;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    min-width: 100%;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.cont4 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .container.cont3 {
    margin-top: 0;
    margin-bottom: 15px;
  }

  button.date_button {
    font-size: 15px;
  }

  button.clear_btn {
    min-width: 70px;
    font-size: 15px;
  }

  button.btn_out.date_button {
    min-width: 0;
  }

  div.responsive-picture.picture-1 {
    width: 50%;
  }

  button.button-1 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 29.5rem) {
  /* Interaction Elements */

  input[type=text].input-1 {
    margin-left: 20px;
    min-height: 0;
    width: 200px;
    height: 20px;
  }

  label.label.label-1 {
    line-height: 16px;
  }

  /* Layout Elements */

  body.body-1 {
    width: 360px;
  }

  .container.first_row_cont {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .container.first_row_student_cont {
    margin-right: 8px;
    width: 300px;
  }

  .container.parants_chkbox {
    margin-right: 7px;
    margin-left: 0;
    min-width: 0;
    width: 70px;
  }

  .container.LastRow {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 25px;
    min-width: 0;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.btn_clear {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: 15px;
    min-width: 0;
    width: 95px;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.btn_start {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: 11px;
    margin-left: 0;
    min-width: 0;
    width: 150px;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  button.btn_out.date_button {
    margin-right: auto;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    width: 150px;
  }

  button.clear_btn {
    margin-right: auto;
    margin-left: 0;
    padding-right: 1px;
    padding-left: 1px;
    width: 90px;
  }
}

@media screen and (max-width: 29.4375rem) {
  /* Text Elements */

  h1.heading-2 {
    margin-top: 17vh;
    width: 80.43%;
    font-size: 50px;
    line-height: 42px;
  }

  /* Interaction Elements */

  input[type=text].input-1 {
    margin: auto;
    min-width: 0;
    min-height: auto;
    max-width: none;
    width: 200px;
    height: auto;
    font-size: 15px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  input[type=text].other_text {
    margin-right: auto;
    margin-left: auto;
    padding: 3px 2px 2px 3px;
    width: 81.7%;
    height: 20px;
    border-width: .125rem;
  }

  label.checkbox.checkbox-1 {
    display: block;
    text-align: right;
    white-space: normal;
    font-weight: 600;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  label.label.label-2 {
    font-size: 15px;
  }

  label.label.label-1 {
    margin-right: 0;
    margin-bottom: 2px;
    margin-left: 4px;
    width: 100%;
    text-align: right;
    font-weight: 600;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  /* Layout Elements */

  body.body-1 {
    padding-top: 0;
    padding-right: 0;
    min-width: 0;
    width: 98%;
  }

  .container.first_row_col1 {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: auto;
    margin-left: 0;
    width: auto;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.group_cont {
    padding-top: 5px;
    padding-bottom: 0;
    width: 90%;
  }

  .container.LastRow {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 0;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.parants_chkbox {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-align: center;
    margin-top: 4px;
    margin-right: 11px;
    margin-bottom: 0;
    min-height: 50px;
    width: 80px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.btn_start {
    -ms-flex-pack: start;
    -ms-flex-align: start;
    margin: 10px auto 10px 0;
    width: auto;

    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container.btn_clear {
    margin: 10px auto 10px 15px;
    width: 90px;
  }

  .container.main_cont {
    width: 96%;
  }

  .container.first_row_student_cont {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-pack: end;
    -ms-flex-align: end;
    margin-right: 0;
    margin-left: auto;
    width: auto;
    height: auto;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
            align-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
  }

  .container.first_row_cont {
    margin-top: 15px;
    margin-bottom: 0;
    width: 95%;
    height: auto;
  }

  .container.grid_cont {
    margin-top: 10px;
  }

  .container.cont_col {
    width: auto;
  }

  .container.cont_row {
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 0;
    min-height: auto;
  }

  .container.cmbLabel {
    margin-top: 2px;
    margin-bottom: 2px;
    height: 25px;
    direction: rtl;
  }

  .container.con_group_cont {
    margin: 4px auto;
    min-width: 0;
    width: 95%;
    height: auto;
  }

  .container.container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: end;
    -ms-flex-align: end;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 0;
    width: 100%;
    height: 30vh;

    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
            align-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.container-2 {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    width: 100%;
    height: 22vh;
  }

  .container.container-5 {
    width: 100%;
    height: 14vh;
    background-color: transparent;
    background-image: url('../images/logop.png');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;

    background-blend-mode: normal;
  }

  button.date_button {
    padding: 0;
    min-width: 0;
    min-height: auto;
    max-width: none;
    width: 200px;
    font-size: 14px;
  }

  button.clear_btn {
    min-width: 0;
    width: 100%;
    text-align: center;
    white-space: normal;
    font-size: 14px;
  }

  button.btn_out.date_button {
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    min-width: 0;
    min-height: 0;
    width: 140px;
    height: 80px;
  }

  div.responsive-picture.picture-1 {
    width: 60%;
  }

  .rule.roll_my {
    padding-top: 5px;
  }
}

@media screen and (max-width: 22.125rem) {
  /* Interaction Elements */

  input[type=text].input-1 {
    margin-right: auto;
    margin-left: auto;
    width: 180px;
  }

  label.checkbox.checkbox-3 {
    margin-right: 0;
    margin-left: 10px;
  }

  label.checkbox.checkbox-1 {
    margin: auto;
    padding: 2px 5px 2px 2px;
    width: 30px;
  }

  select.select.MyCmb {
    width: 180px;
  }

  /* Layout Elements */

  body.body-1 {
    margin: 5px 0 0;
    padding-top: 0;
    padding-right: 0;
    width: 98%;
    height: auto;
  }

  .container.first_row_cont {
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
  }

  .container.grid_cont {
    min-width: 0;
    max-width: none;
    width: 100%;
  }

  .container.main_cont {
    min-width: 0;
    width: 96%;
  }

  .container.group_cont {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    min-width: 0;
    min-height: auto;
    width: 100%;
  }

  .container.LastRow {
    margin-top: 20px;
    margin-bottom: 20px;
    min-width: 0;
    min-height: auto;
    width: 96%;
    border-width: 0;
    border-style: solid;
    border-radius: 5px;
  }

  .container.parants_chkbox {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: auto;
    padding: 2px;
    min-width: 0;
    min-height: auto;
    width: auto;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.getting_out_cont {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 10px;
    min-width: 0;
    width: 96%;

    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.approval_cont {
    margin-top: 10px;
    min-width: 0;
    min-height: auto;
    width: 96%;
  }

  .container.cont_col {
    width: auto;
  }

  .container.cont_row {
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: auto;
    width: auto;
  }

  .container.cmbAndBtn {
    min-width: 0;
  }

  .container.btn_clear {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    width: auto;
  }

  .container.btn_start {
    margin: auto;
    width: auto;
  }

  .container.cmbLabel {
    min-width: 0;
  }

  div.responsive-picture.picture-1 {
    width: 25%;
  }

  button.date_button {
    width: 180px;
  }

  button.clear_btn {
    margin-left: auto;
    width: 70px;
  }

  button.btn_out.date_button {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-right: 1px;
    padding-left: 1px;
    width: 120px;
  }
}

@media screen and (max-width: 22rem) {
  /* Interaction Elements */

  label.label.label-1 {
    margin-right: 0;
    margin-left: 0;
    text-align: right;
  }

  /* Layout Elements */

  .container.grid_cont {
    min-width: 0;
    max-width: none;

    grid-template-columns: 30% 40% 30%;
  }

  .container.first_row_cont {
    width: 90%;
  }

  .container.main_cont {
    min-width: 0;
    width: 100%;
  }

  .container.LastRow {
    min-width: 0;
    width: 96%;
  }

  .container.btn_start {
    width: 105px;
  }

  .container.parants_chkbox {
    min-width: 0;
  }

  div.responsive-picture.picture-1 {
    width: 22%;
  }
}

@media screen and (max-width: 21.9375rem) {
  /* Interaction Elements */

  input[type=text].input-1 {
    margin-left: 3px;
  }

  label.checkbox.checkbox-1 {
    margin-right: 0;
  }

  label.label.label-1 {
    margin-right: 0;
    margin-left: 3px;
  }

  /* Layout Elements */

  .container.main_cont {
    min-width: 100px;
    width: 100%;
  }

  .container.first_row_col1 {
    margin-right: 10px;
  }

  .container.group_cont {
    width: 65%;
  }

  .container.LastRow {
    min-width: 100px;
    width: 100%;
  }

  button.date_button {
    position: static;
    float: none;
    min-width: 90%;
    max-width: none;
    width: 90%;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    font-size: 16px;
  }

  button.btn_out.date_button {
    min-width: 180px;
    width: auto;
  }

  button.clear_btn {
    position: static;
    float: none;
    min-width: 100px;
    max-width: none;
    width: auto;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    font-size: 16px;
  }

  div.responsive-picture.picture-1 {
    width: 40%;
  }
}

@media screen and (max-width: 21.875rem) {
  /* Text Elements */

  h1.heading-2 {
    font-size: 40px;
  }

  h2.heading-1 {
    margin-top: auto;
    margin-bottom: auto;
  }

  /* Interaction Elements */

  input[type=text].input-1 {
    margin: auto;
    min-width: 0;
    width: 200px;
  }

  input[type=text].other_text {
    margin-right: auto;
  }

  label.checkbox.checkbox-1 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2px;
    width: auto;
  }

  label.checkbox.checkbox-2 {
    margin: auto;
    padding-left: 0;
  }

  label.checkbox.checkbox-3 {
    margin: auto;
    padding-right: 0;
    padding-left: 5px;
  }

  select.select.MyCmb {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  label.label.label-1 {
    margin: auto auto auto 0;
    min-height: auto;
    width: auto;
  }

  label.label.label-2 {
    margin: auto;
    max-width: none;
    width: 50px;
  }

  label.label.MyLbl {
    margin: auto 0 auto auto;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }

  label.label.lbl_out {
    margin-right: 0;
    margin-left: 2px;
    font-weight: 700;
    font-size: 14px;
    direction: rtl;
  }

  /* Layout Elements */

  body.body-1 {
    margin: 5px 0 0;
    padding-top: 0;
    padding-right: 0;
    width: 98%;
    height: auto;
  }

  .container.first_row_student_cont {
    margin: auto;
    width: auto;
  }

  .container.first_row_col1 {
    margin: auto;
    width: auto;
  }

  .container.first_row_cont {
    width: 96%;
  }

  .container.main_cont {
    min-width: 0;
    width: 100%;
  }

  .container.grid_cont {
    min-width: 0;
    max-width: none;
    width: 96%;
  }

  .container.cont_col {
    margin: auto auto auto 0;
    width: auto;
  }

  .container.group_cont {
    min-width: 0;
    width: 96%;
  }

  .container.btn_start {
    margin: 10px auto;
    width: auto;
  }

  .container.parants_chkbox {
    margin-right: auto;
    padding: 0;
  }

  .container.btn_clear {
    margin-left: auto;
    width: auto;
  }

  .container.user_label_cont {
    min-width: 0;
    min-height: auto;
    width: auto;
  }

  .container.col3 {
    margin: auto 0 auto auto;
    width: auto;
  }

  .container.cont_row {
    margin: 5px auto;
  }

  .container.getting_out_cont {
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .container.approval_cont {
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .container.con_group_cont {
    margin: auto auto 5px;
    min-width: 0;
    width: 90%;
  }

  .container.cmbAndBtn {
    margin: 3px auto 4px;
    width: 90%;
  }

  .container.LastRow {
    min-width: 0;
    width: 96%;
    border-width: 0;
  }

  .container.cmbLabel {
    margin: 2px auto;
    width: 90%;
  }

  button.date_button {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
    min-width: 0;
    min-height: auto;
    width: 180px;
    height: auto;
  }

  button.btn_out.date_button {
    margin-right: auto;
    min-width: 0;
    min-height: auto;
    width: 120px;
    height: 80px;
  }

  button.clear_btn {
    margin-top: auto;
    margin-bottom: auto;
    min-width: 0;
    min-height: auto;
    width: 70px;
    height: 50px;
  }

  button.btnOther {
    min-width: 0;
    min-height: auto;
    width: 60px;
    height: 30px;
  }
}

@media screen and (max-width: 18rem) {
  /* Interaction Elements */

  input[type=text].input-1 {
    width: 170px;
  }

  /* Layout Elements */

  .container.main_cont {
    min-width: 90px;
    width: 90%;
  }

  .container.LastRow {
    min-width: 0;
    width: 96%;
  }

  .container.btn_start {
    min-width: 0;
    width: auto;
  }

  .container.btn_clear {
    width: auto;
  }

  .container.parants_chkbox {
    margin-right: auto;
    margin-left: auto;
  }

  .container.group_cont {
    width: 100%;
  }

  button.date_button {
    min-width: 160px;
    max-width: none;
  }

  button.btn_out.date_button {
    min-width: 0;
    max-width: none;
    width: 90px;
    height: 80px;
  }

  button.clear_btn {
    min-width: 0;
    max-width: none;
    width: 60px;
  }

  div.responsive-picture.picture-1 {
    width: 35%;
  }
}

@media screen and (max-width: 17.9375rem) {
  /* Interaction Elements */

  label.checkbox.checkbox-1 {
    margin-right: 0;
  }

  label.checkbox.checkbox-3 {
    margin-left: 5px;
  }

  /* Layout Elements */

  body.body-1 {
    width: 95%;
  }

  .container.main_cont {
    min-width: 0;
    width: 100%;
  }

  .container.group_cont {
    width: 60%;
  }

  .container.LastRow {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    min-width: 0;
    width: 100%;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.parants_chkbox {
    margin-right: 0;
    margin-left: 0;
    min-width: 0;
    width: 100px;
  }

  .container.btn_start {
    min-width: 47%;
    width: auto;
  }

  .container.btn_clear {
    width: auto;
  }

  button.btn_out.date_button {
    min-width: 0;
    max-width: none;
  }

  button.date_button {
    min-width: 160px;
    max-width: 160px;
  }

  button.clear_btn {
    min-width: 0;
    max-width: none;
  }

  div.responsive-picture.picture-1 {
    width: 30%;
  }
}

@media screen and (max-width: 17.875rem) {
  /* Interaction Elements */

  input[type=text].input-1 {
    margin-right: 0;
    margin-left: auto;
    min-width: 0;
    max-width: none;
    width: 150px;
  }

  label.checkbox.checkbox-1 {
    margin-right: 0;
    width: auto;
    font-size: 15px;
  }

  label.checkbox.checkbox-3 {
    margin-left: auto;
  }

  label.label.label-1 {
    display: inline-block;
    margin: 0 0 4px;
    font-size: 15px;
  }

  /* Layout Elements */

  body.body-1 {
    width: 99%;
  }

  .container.grid_cont {
    min-width: 0;
    max-width: none;
  }

  .container.main_cont {
    min-width: 0;
    width: 95%;
  }

  .container.group_cont {
    width: 100%;
  }

  .container.LastRow {
    min-width: 0;
    width: 96%;
  }

  .container.btn_start {
    min-width: 0;
    width: 105px;
  }

  .container.parants_chkbox {
    width: 60px;
  }

  .container.cont_row {
    width: 105%;
  }

  .container.first_row_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    float: none;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    border-width: 0;
    border-style: solid;
  }

  .container.first_row_student_cont {
    margin-right: 3px;
    margin-left: 3px;
  }

  .container.first_row_col1 {
    margin-left: 0;
    width: auto;
  }

  button.btn_out.date_button {
    min-width: 0;
  }

  button.date_button {
    padding-right: 1px;
    padding-left: 1px;
    min-width: 0;
    max-width: none;
    width: 100%;
  }
}