/* AppRequis_gas/stylesheet.html — formularios solicitud y seguimiento */
html,
body {
  font-family: Roboto, Verdana, sans-serif;
  font-size: 14px;
}

label {
  cursor: default;
  font-size: 100%;
  color: #303030;
}

@media only screen and (max-width: 1024px) {
  html,
  body {
    font-family: Roboto, Verdana, sans-serif;
    font-size: 20px;
    background-color: #c5d4c5;
    background-image: url(https://www.fundacionmf.org/imagen/fondo03p.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top;
    background-attachment: fixed;
  }

  label {
    font-size: 100%;
    color: #303030;
  }

  h2 {
    font-size: 125%;
    color: #101010;
    font-stretch: condensed;
  }

  .myrow {
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  html,
  body {
    font-family: Verdana, Roboto, sans-serif;
    font-size: 15px;
    background-color: #d4e0d4;
    background-image: url(https://www.fundacionmf.org/imagen/fondo04p.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-attachment: fixed;
  }

  label {
    font-size: 90%;
    color: #303030;
  }

  .myrow {
    display: flex;
  }
}

[data-role="dynamic-fields"] > .form-det [data-role="add"] {
  display: none;
}

[data-role="dynamic-fields"] > .form-det:last-child [data-role="add"] {
  display: inline-block;
}

.myform {
  position: relative;
  display: flex;
  padding: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  pointer-events: auto;
  background-clip: padding-box;
  border: 0;
  border-radius: 0.3rem;
  outline: 0;
}

.myform h4.box2 {
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 0.35rem 0.5rem;
  width: 100%;
}

.box {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(221, 221, 221, 0.6);
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  padding: 0.4rem 0.5rem 0.65rem;
  margin: 0;
}

.box1 {
  font-family: Roboto, Verdana, sans-serif;
  margin: auto;
  padding: 10px;
  border: 1px solid #bebebe;
  background-color: #fff;
  align-self: center;
  border-radius: 0.4rem;
}

.box2 {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  padding: 0;
  margin: 0;
  text-align: center;
}

.box3 {
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  border-bottom: 1px dashed #3b693c;
}

.box4 {
  font-family: Roboto, Verdana, sans-serif;
  margin: auto;
  padding: 10px;
  border: 1px solid #aaa;
  background-color: #d3d3d3;
  align-self: center;
  border-radius: 0.4rem;
  width: 100%;
}

.box5 {
  font-family: Roboto, Verdana, sans-serif;
  border: 0;
  text-align: right;
  font-size: 14px;
  color: #131813;
  font-weight: bold;
}

.box5 label {
  margin-bottom: 0;
}

.myform .form-control,
.myform .custom-select {
  font-size: inherit;
}

.myform .btn-success {
  background-color: #3b693c;
  border-color: #3b693c;
}

.myform .btn-primary {
  background-color: #236890;
  border-color: #236890;
}

.select2-container--default .select2-selection--single {
  min-height: calc(1.5em + 0.75rem + 2px);
  font-size: inherit;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #3b693c !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3b693c !important;
}

#catalog-loading {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  color: #3b693c;
}

#catalog-loading .fa-cog {
  color: #3b693c;
}
