/* Recaptcha Portal */
#recaptcha-visivel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

/* Input */
.app-input, .app-textarea {
  background-color: white;
  border: 1px solid #737373;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  padding: 0.375rem 0.75rem;
}

.app-input {
  height: 48px;
}

.app-input:focus {
  border-width: 2px;
}

.app-input:disabled {
  border: 1px solid #999999 !important;
  color: #999999 !important;
}

.app-input-tabela {
  padding-left: 15px;
  height: 35px;
  background-color: transparent;
  border: 1px solid #737373;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
}

.dp-tabela {
  width: fit-content;
  padding-left: 15px;
  height: 35px;
  background-color: transparent;
  border: 1px solid #737373;
  box-sizing: border-box;
  font-size: 16px;
}

.dropdown-dashboard {
  height: 35px;
  background-color: transparent;
  border: 1px solid #737373;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 4px;
}

.btn-adicionar-campo{
  width: 32px;
  height: 32px;
  margin-top: 40px;
  margin-left: 30px;
  margin-right: 10px;
}

.app-form {
  font-weight: bold;
  font-size: 14px;
  align-items: center;
  color: #1a1a1a;
  margin-top: 20px;
}

.row-fields {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.label-disabled {
  color: #999999;
}

legend.text-small {
  font-size: 0.875rem;
}



/* CheckBox */
#app-cljs input[type="checkbox"], #main-cljs input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: -7px;
  margin-left: 1px;
  border: 2px solid #003f5a;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  font-size: 0.8em;
  text-align: center;
  line-height: 1em;
  background: white;
}

#app-cljs input[type="checkbox"]:checked:after, #main-cljs input[type="checkbox"]:checked:after {
  content: "✓";
  font-size: 15px;
  font-weight: bold;
  color: white;
  position: absolute;
  background: #003f5a;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  margin-left: -12px;
  margin-top: -2px;
  padding-top: 7px;
}

.label-check {
  font-weight: normal;
  font-size: 16px;
}

#app-cljs input[type="checkbox"]:disabled, #main-cljs input[type="checkbox"]:disabled {
  width: 24px;
  height: 24px;
  margin: -7px;
  margin-left: 1px;
  border: 2px solid #999999;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  font-size: 0.8em;
  text-align: center;
  line-height: 1em;
  background: white;
}

#app-cljs input[type="checkbox"]:disabled:checked:after, #main-cljs input[type="checkbox"]:disabled:checked:after {
  content: "✓";
  font-size: 15px;
  font-weight: bold;
  color: white;
  position: absolute;
  background: #999999;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  margin-left: -12px;
  margin-top: -2px;
  padding-top: 7px;
}



/* Button */
.botao-primario, .botao-link-opentab, .botao-secundario, .botao-terciario {
  height: 48px;
  background: #002434;
  border-radius: 4px;
  margin-top: 32px;
  color: white;
  border-style: none;
  justify-content: center;
  align-items: center;
  display: flex;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  margin-left: 15px;
  cursor: pointer;
}

.botao-link-opentab:hover {
  background: #003F5A;
  color: white;
}

.botao-primario:disabled {
  background: #999999;
}

.botao-primario:focus {
  outline: 5px solid rgba(120, 173, 197, 0.48);
}

.botao-primario:hover:enabled {
  background: #003F5A;
}

.botao-primario, .botao-link-opentab {
  width: 152px;
}

.botao-secundario {
  width: 152px;
  height: 48px;
  background: white;
  color: #002434;
  border: 1.5px solid #002434;
}

.botao-secundario:disabled {
  background: white;
  border-color: #999999;
  color: #999999;
}

.botao-secundario:focus {
  background: white;
  outline: 5px solid rgba(120, 173, 197, 0.48);
}

.botao-secundario:hover:enabled {
  border-color: #003F5A;
  color: #003F5A;
  background: white;
}

.botao-terciario {
  background-color: transparent;
  font-size: 14px;
  color: #002434;
  margin-left: -10px;
  text-decoration: underline;

}

.botao-quaternario {
  background-color: transparent;
  color: #002434;
  border-radius: 4px;
  border-style: none;
  height: 48px;
  text-decoration: underline;
  margin-top: 0px;
  height: 20px;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  margin-left: 15px;
  cursor: pointer;
  width: -webkit-fill-available;
}

.botao-terciario:focus, .botao-quaternario:focus {
  outline: none;
}

.botao-tabela {
  width: 100px;
  height: 40px;
  background: #002434;
  border-radius: 4px;
  color: white;
  border-style: none;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  }

/* RadioButton */
#app-cljs input[type='radio'], #main-cljs input[type='radio']{
  width: 24px;
  height: 24px;
  margin: -7px;
  margin-left: 1px;
  border: 2px solid #003F5A;
  box-sizing: border-box;
  border-radius: 12px;
  appearance: none;
  box-shadow: none;
  font-size: 0.8em;
  text-align: center;
  line-height: 1em;
  background: white;
}

#app-cljs input[type='radio']:checked:after , #main-cljs input[type='radio']:checked:after {
  content: '●';
  font-size: 22px;
  font-weight: bold;
  color: white;
  position: absolute;
  background: #003F5A;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -2px;
  border-radius: 50%;
  padding-top: 3px;
}

.label-radio {
  font-weight: normal;
  margin-left: 15px;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 3px;
}

.form-radio {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.titulo-radio {
  font-size: 16px;
  margin-bottom: 3px;
  margin-top: 32px;
}

#app-cljs input[type='radio']:disabled, #main-cljs input[type='radio']:disabled  {
  width: 24px;
  height: 24px;
  margin: -7px;
  margin-left: 1px;
  border: 2px solid #999999;
  box-sizing: border-box;
  border-radius: 12px;
  appearance: none;
  box-shadow: none;
  font-size: 0.8em;
  text-align: center;
  line-height: 1em;
  background: white;
}

#app-cljs input[type='radio']:disabled:checked:after, #main-cljs input[type='radio']:disabled:checked:after {
  content: '●';
  font-size: 22px;
  font-weight: bold;
  color: white;
  position: absolute;
  background: #999999;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -2px;
  border-radius: 50%;
  padding-top: 3px;
}



/* React Select (List Box) */
.css-qc6sy-singleValue {
  font-weight: normal !important;
  color: #1A1A1A !important;
  font-size: 16px !important;
}

.css-1s2u09g-control {
  min-height: 48px !important;
  width: 100%;
  border-color: #737373 !important;
  font-size: 16px;
}

.css-1pahdxg-control, .css-1pahdxg-control:hover {
  border-color: #1A1A1A !important;
  min-height: 48px !important;
  font-size: 16px;
  box-shadow: none !important;
  border-width: 2px;
}

.css-14el2xx-placeholder {
  font-weight: normal !important;
  color: #999999 !important;
}



/* Card */
.header-content {
  display: flex;
  justify-content: space-between;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 5px;
}

.card-body-cljs {
  margin-top: -40px;
  flex: 1 1 auto;
  padding: 1.25rem;
  display: flex;
  align-items: flex-end;
}

.header-title {
  font-weight: bold;
  font-size: 16px;
  padding-top: 20px;
  color: #1A1A1A;
}

.btn-collapse {
  border: none;
  background-color: white;
}

.btn-collapse:focus {
  outline:none;
}

.card-cljs {
  background-color: white;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 30px;
}

.card-eventos {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  width: 100%;
}



/* Datepicker */
.react-datepicker__day {
  font-weight: normal;
}

/* Navbar */
.leftNav {
  border: none;
  background-color: transparent;
  transform: rotate(90deg);
}

.rightNav {
  border: none;
  background-color: transparent;
  transform: rotate(-90deg);
}

.tab {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: #D6D6D6 solid 1.5px;
}

.tablinks {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color: #1A1A1A;
  font-weight: 600;
  font-size: 14px;
}

.active-class {
  background: #194457;
  color:white;
}

.tab button.active {
  border-bottom-style: solid;
  border-color: #00DD41;
  border-bottom-width: 5px;
  color: #003F5A;
  font-weight: 600;
  font-size: 14px;
}

.tab button:focus, .rightNav:focus, .leftNav:focus {
  outline: none;
}

#app-cljs .nav-bar {
  background-color: #F7F7F7;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 500;
  top: 47px;
}

#main-cljs .nav-bar {
  background-color: #F7F7F7;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 500;
}



/* Modal */
.modal-footer {
  border-top: none;
  justify-content: center;
}

.modal-content {
  border: none;
  border-radius: 8px;
}

.modal-body {
  text-align: center;
  margin-top: -20px;
}

.modal-header {
  border-bottom: none;
}

.img-modal {
  padding-bottom: 20px;
}

.modal-footer {
  margin-left: 0px;
}

.titulo-modal {
  font-weight: 700;
  font-size: 16px;
  color: #1A1A1A;
}

.texto-modal {
  font-weight: 600;
  font-size: 14px;
  color: #1A1A1A;
}



/* Carregando Pedido */
.loading {
  border: 15px solid #f3f3f3;
  border-top: 10px solid #003F5A;
  border-bottom: 10px solid #003F5A;
  border-right: 10px solid #003F5A;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1.1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Informação de Input */
.tooltip-info {
  position: relative;
  display: inline-block;
}

.tooltip-info .tooltip-texto {
  visibility: hidden;
  width: 300px;
  background-color: #002434;
  color: white;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  font-size: 12px;
  font-weight: 600;
  margin-left: -145px;
  margin-bottom: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: initial !important;
}

.tooltip-info .tooltip-texto::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #002434 transparent transparent transparent;
}

.tooltip-info:hover .tooltip-texto {
  visibility: visible;
  opacity: 1;
}

/* Informação de Input [Bottom] */

.tooltip-info .tooltip-texto-bottom {
  visibility: hidden;
  width: 300px;
  background-color: #002434;
  color: white;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: 175%;
  left: 50%;
  font-size: 12px;
  font-weight: 600;
  margin-left: -145px;
  margin-bottom: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: initial !important;
}

.tooltip-info .tooltip-texto-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #002434 transparent;
}

.tooltip-info:hover .tooltip-texto-bottom {
  visibility: visible;
  opacity: 1;
}


/* Tabela */

.header-fixado {
  overflow-y: auto;
  max-height: 80vh;
}

.header-fixado thead {
  position: sticky;
  top: 0px;
  z-index: 9;
}

.header-fixado th {
  position: sticky;
  top: 0px;
}

.tabela {
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
}

.tabela thead {
  background-color: #002434;
  height: 48px;
  color: white;
}

.table-responsive {
  margin-left: 15px;
  width: 95%;
  margin-top: 30px;
  border-radius: 4px;
}

.tabela > thead th.sorted-by:after {
  display: inline-block;
}

.tabela > thead th.first:after {
  content: '↕';
}

.tabela > thead th.desc:after {
  content: '↓';
}

.tabela > thead th.asc:after {
  content: '↑';
}

.tabela > thead th:after {
  display: none;
  font-family: Icons;
  margin-left: .5em;
}


/* Footer */
.footer-btn {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}

#app-cljs .tabcontent {
  margin-top: 100px;
}

#main-cljs .tabcontent {
  margin-top: 50px;
}

#main-cljs .tabcontent-2 {
  margin-top: 50px;
}


/* Menu Lateral */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 240px;
  z-index: 600;
  transition: 0.5s;
  background: #002434;
  overflow-y: auto;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 0px;
  }
  #navbarSupportedContent {
    display: none;
  }
}

@media (min-width: 991.98px) {
  #app-cljs, #main-cljs {
    margin-left: 240px;
  }
}

.sidebar .active {
  background: #194457;
}

#sidebarMenu .nav-link:hover {
  background: #194457;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.navbar-nav .nav-link {
  color: white;
}

.page-selector {
  width: 100%;
}



/* Barra de Progresso */

.barra-progresso {
  border: 1px solid #D6D6D6;
  width: 95%;
  margin-left: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}

.subtitulo-barra-progresso {
  margin-bottom: 0px;
  margin-top: 10px;
}

.container-open-primario :nth-child(1) {
  margin-left: 0px;
  margin-bottom: 30px;
}

.container-open-primario :nth-child(2) {
  margin-bottom: 30px;
}

.link-card {
  margin-left: -5px;
  word-break: break-word;
  border-style: none;
  background: transparent;
  text-decoration: underline;
  margin-left: -5px;
  cursor: pointer;
}
