@import "general/index.css";
@import "colors.css";

#app {
  background: #eeeeee;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.app-container {
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: flex-start !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.app-content-container {
  height: 100% !important;
  width: 100% !important;
  background-color: var(--gray-100) !important;
  overflow-x: auto;
}

.app-content-container .container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.general-content {
  width: 100%;
  padding-top: 25px;
}

.section-title {
  color: var(--gray-900) !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 2rem !important;
}

.asteriskField {
  color: red !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-container{
  z-index: 1055 !important;
}

.invalid-feedback {
    display: inline !important;
}

a {
  color:#249346;
}

a:hover {
  color:#249346;
}

label[id="file"] {
    width: 90px;
    border-radius: 5px;
    background-color: #0091ea;
    padding: 5px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

input[name="arquivo"] {
    display: none;
}

@media print{
  .noprint{
    display:none !important;
  }
  .card-header { page-break-inside:avoid !important; page-break-after:auto !important; }
  .cabecalho-logo {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  .cabecalho-texto {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    margin-bottom: -10px !important;
  }
  table { page-break-inside:auto !important; }
  th { font-size: 8px !important; }
  td { font-size: 8px !important; }
  tr    { page-break-inside:avoid !important; page-break-after:auto !important; }
  tfoot { display:table-footer-group !important; }

  @page {
    size: landscape !important;
    margin: 20mm 20mm 20mm 20mm !important;
  }

}

.z-index-custom + span.select2-container {
  z-index: 999 !important;
}