body {
  color: black;
  font-family: LINESeedSansTH, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

.v-field__overlay {
  background-color: transparent;
}

.q-field__native,
.q-field__input {
  padding: 16px;
  font-size: 16px;
}

.q-field__label {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
}

.v-field.v-field--active .v-label.v-field-label--floating {
  font-size: 16px;
  font-weight: 300;
}

.q-field--float .q-field__label {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}

.justify {
  text-align: justify;
}

.text-0 {
  font-size: 0.9em;
  font-weight: 400;
}

.text-1 {
  font-size: 1em;
}

.text-2 {
  font-size: 1.15em;
}

.text-3 {
  font-size: 1.3em;
}

.text-4 {
  font-size: 1.4em;
}

.h1 {
  font-size: 2.0em;
  line-height: 1.8;
  font-weight: 600;
}

.h2 {
  font-size: 1.8em;
  line-height: 1.6;
  font-weight: 600;
}

.h3 {
  font-size: 1.7em;
  line-height: 1.6;
  font-weight: 400;
}

.h4 {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 600;
}

.h5 {
  font-size: 1.3em;
  line-height: 1.6;
  font-weight: 600;
}

.h6 {
  font-size: 1em;
  line-height: 1.6;
  font-weight: 600;
}

pre.debug {
  font-size: 12px;
}

.q-table tbody td {
  font-size: 1em;
}

.q-table thead th {
  font-size: 1em;
  color: #11316d;
}

b {
  font-weight: 600;
  color: #113e6b;
}

.inputnumber input {
  text-align: end;
  padding-right: 2px;
}

.v-text-field input {
  line-height: 2.5;
}

@media only screen and (max-width:1400px) and (min-width:600px) {

  .text-1 {
    font-size: 1em;
  }

  .text-2 {
    /* font-family: "Sarabun"; */
    font-size: 1.05em;
  }

  .text-3 {
    font-size: 1.1em;
  }

  .text-4 {
    font-size: 1.15em;
  }

  .h1 {
    font-size: 1.5em;
  }

  .h2 {
    font-size: 1.4em;
  }

  .h3 {
    font-size: 1.3em;
  }
}

@media only screen and (max-width:600px) {
  body {
    font-size: 16px;
    font-weight: 400;
  }

  .h1 {
    font-size: 1.4em;
  }

  .h2 {
    font-size: 1.3em;
  }

  .h3 {
    font-size: 1.2em;
  }

  .text-3 {
    font-size: 1.25em;
  }

  .text-4 {
    font-size: 1.1em;
  }

}

@media only screen and (max-width:1500px) {
  .sm-flex {
    display: flex !important;
  }
}

.h1 {
  color: #049FE1;
}

.box {
  border: solid rgba(100, 100, 100, 0.1) 1px;
  margin: 2px;
  border-radius: 3px;
}

.vuebody a {
  text-decoration: none;
  color: rgb(55, 120, 250);
}

.deleted {
  text-decoration: line-through;
  color: red;
}

.deleted a {
  text-decoration: line-through;
  color: red;
}

label {
  color: #002a77;
  font-weight: bold;
}

.v-input__control label {
  color: black;
  font-weight: 400;
  opacity: 0.9;
}

.r {
  width: 28px;
  height: 28px;
}

.card-title {
  padding: 10px;
  background-color: #062B84;
  color: #ffffee;
  font-weight: 400;
  font-size:1.1em;
}

.v-field__overlay {
  background-color: transparent !important;
}

.v-field--focused .v-field__overlay {
  background-color: #fff9aa !important;
  opacity: 0.1 !important;
}

.s2 {
  background-color: #eeffee;
  padding: 15px;
}

.s2 h4 {
  color: #00AA00;
  font-weight: bold;
}

.s1 {
  background-color: #ffeeaa;
  padding: 15px;
}

.s1 h4 {
  color: #887700;
  font-weight: bold;
}

.s0 {
  background-color: #ffeeee;
  padding: 15px;
}

.s0 h4 {
  color: #550000;
  font-weight: bold;
}


.v-field__field {
  padding-top: 8px;
  padding-bottom: 6px;
}

.v-field__field .v-field-label {
  color: #5555AA;
}

.v-field--focused .v-field-label {
  color: #AA0000;
}

input.i {
  padding: 8px;
  margin: 2px;
  border-bottom: 1px solid #cccccc;
  width: 100%;
}

.table td {
  padding: 2px;
  padding-right: 4px;
  padding-left: 4px;
}

.bg-color-1 {
  background-color: #003352;
  color: white;
}

.bg-color-2 {
  background-color: #00426b;
  color: white;
}

.bg-color-3 {
  background-color: #880808;
  color: white;
}

.bg-color-4 {
  background-color: #0176be;
  color: white;
}

.newsblock {
  min-height: 400px;
}

.v-card-text {
  font-size: 1em;
}

.v-btn--size-default {
  font-size: 16px !important;
}

.q-btn.active {
  background-color: rgba(150, 220, 250, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.q-btn {
  font-weight: 300;
  font-size: 16px;
}

.phead{
  font-size: 16px;
}
.v-expansion-panel--active>.v-expansion-panel-title {
  min-height: 32px;
}

.menubtn {
  color: black;
  font-size: 1em;
  font-weight: 400;
  padding: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.menubtn .q-icon {
  font-size: 2em;
}

.menupanel-title-blue {
  background: linear-gradient(#4bb2ed, #198ed2);
}

.menupanel-title {
  /* background-color: #062B84; */
  background-color: #BA4A00;
  color:#ffffff;
}

.menupanel .q-icon {
  padding: 6px;
  border-radius: 16px;
  background: white;
  color: black;
}

.menupanel .active .q-icon {
  padding: 6px;
  border-radius: 16px;
  background: #FFB800;
  color: white;
}

.menupanel{
  color: black;
}

.menupanel .active{
  padding: 6px;
  border-radius: 16px;
  color: black;
  background: #ffb7004b;
}