.formulario {
  font-family: Open Sans, Arial;
  display: flex;
  flex-flow: row wrap;
}

.formulario .auto {
  flex: 1;
}
.formulario .auto-dinamico {
  flex-grow: 1;
  padding: 0px 15px 0 0;
}

.formulario .itemcampo {
  padding: 0px 15px 0 0;
  min-width: 200px;
}

.formulario .caption {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #212121;
  font-weight: 800;
}
.formulario .captionV2 {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #535353;
  font-weight: 800;
  font-weight: 500;
}

.formulario .campo,
.formulario .campo-inativo {
  width: 100%;
  display: flex;
  margin-bottom: 25px;
}
.formulario .baixo-linha {
  margin-bottom: 15px;
}

.formulario .campo {
  border-bottom: 1px solid #00b9ad;
}
.formulario .campo-inativo {
  border-bottom: 1px solid #ccc;
}
.formulario .campoSemLinha {
  width: 100%;
  display: flex;
  margin-bottom: 25px;
}

.formulario .SoSemLinha {
  border-bottom: 1px solid #00b9ad;
}

.formulario .campo textarea {
  border: 1px solid #00b9ad;
  border-radius: 3px;
}

.formulario input,
.formulario select,
.formulario textarea {
  height: 25px;
  width: 100%;
  border: 0;
  font-size: 18px;
  margin-top: 10px;
  text-indent: 15px;
  background: rgba(0, 0, 0, 0);
}

.formulario-menor input,
.formulario-menor select {
  height: 20px;
  font-size: 14px;
  margin-top: 3px;
  text-indent: 12px;
}

.calendario select {
  text-indent: 0px;
  width: 100px;
  border: 1px solid #000;
}

select {
  height: 27px;
}

.formulario .campo:focus-within {
  border-bottom: 1px solid #3e5052;
}

.formulario input:focus,
select:focus {
  outline: none;
}
.formulario input:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.formulario .icone {
  float: right;
  width: 50px;
}

.formulario .pontoflutuante {
  position: absolute;
  right: 20px;
  top: 238px;
  width: 90px;
  height: 10px;
}
.formulario .box {
  float: left;
  height: 10px;
  width: 18px;
  background-color: #ccc;
  margin-left: 3px;
}

.formulario .botao {
  float: right;
  height: 30px;
  width: 120px;
  border: 0;
  background-color: #16a085;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  text-indent: 0;
  border-radius: 3px;
  cursor: pointer;
}

input:disabled,
select:disabled {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  background: rgba(0, 0, 0, 0);
  color: #ccc;
}

select option:disabled {
  color: #dfdfdf;
}

.rodapeFixo {
  background-color: #f5f8fa;
  height: 60px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  -webkit-box-shadow: -1px -4px 7px -1px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: -1px -4px 7px -1px rgba(0, 0, 0, 0.17);
  box-shadow: -1px -4px 7px -1px rgba(0, 0, 0, 0.17);
  z-index: 11;
}

/* container principal */
.select2-container--default .select2-selection--multiple {
  min-height: 37px;
  padding: 3px 5px;
  border: 0px solid #ccc;
  width: 100%;
  background-color: transparent;
  font-size: 14px;
}
.select2-container--default .select2-selection--multiple:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.select2-container--default .select2-selection--multiple:focus-within {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #287dd1;
  color: #fff;
  border: 0;
  padding: 4px;
  padding-left: 20px;
  font-size: 13px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  margin-right: 0;
  height: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  background-color: #1c5da3;
  color: white;
  border-radius: 3px; /* opcional para suavizar o fundo */
}
.select2-selection__choice__remove {
  padding: 2px 4px;
}
