*,
:focus {
  outline: none;
}

::-webkit-scrollbar {
  -webkit-webkit-appearance: none;
  -moz-webkit-appearance: none;
  -ms-webkit-appearance: none;
  -o-webkit-appearance: none;
  webkit-appearance: none;
  width: 7px;
  height: 7px;
}
::-moz-scrollbar {
  -webkit-webkit-appearance: none;
  -moz-webkit-appearance: none;
  -ms-webkit-appearance: none;
  -o-webkit-appearance: none;
  webkit-appearance: none;
  width: 7px;
  height: 7px;
}
::-o-scrollbar {
  -webkit-webkit-appearance: none;
  -moz-webkit-appearance: none;
  -ms-webkit-appearance: none;
  -o-webkit-appearance: none;
  webkit-appearance: none;
  width: 7px;
  height: 7px;
}
::-ms-scrollbar {
  -webkit-webkit-appearance: none;
  -moz-webkit-appearance: none;
  -ms-webkit-appearance: none;
  -o-webkit-appearance: none;
  webkit-appearance: none;
  width: 7px;
  height: 7px;
}
::scrollbar {
  -webkit-webkit-appearance: none;
  -moz-webkit-appearance: none;
  -ms-webkit-appearance: none;
  -o-webkit-appearance: none;
  webkit-appearance: none;
  width: 7px;
  height: 7px;
  display: none;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
::-moz-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
::-o-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
::-ms-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

::scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

html {
  height: 100%;
}
body {
  font-family: "Roboto", sans-serif;
}

.login {
  height: 90vh !important;
  width: 100vw;
  overflow: hidden;
}

div.form_devolucao h5.mt-4 {
  font-weight: 300;
}

div.card-cobranca .mostrarValor:hover {
  text-decoration: none;
}
div.card-cobranca .mostrarValorVoltar:hover {
  background: none;
}
div.card-cobranca .mostrarValorVoltar:hover {
  color: #f6f6f6;
  text-decoration: none;
  left: 8px;
  background: none;
}
div.card-cobranca div.infoValores .card-cobranca-header {
  padding-left: 35px;
}

div.card-cobranca .mostrarValorVoltar {
  z-index: 3;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 8px;
  left: 10px;
  float: left;
  color: #ffff;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 0px;
  font-size: 20px;
  margin: 0px;
  font-weight: 600;
  text-align: center;

  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
div.card-cobranca .mostrarValor svg {
  margin-left: 5px;
}
div.card-cobranca .mostrarValor {
  z-index: 1;
  display: inline-block;
  width: auto;
  position: relative;
  float: right;
  color: #ffff;
  cursor: pointer;
  text-transform: uppercase;

  color: #a3783e;
  font-size: 11px;
  font-weight: 600;
  text-align: center;

  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  border-bottom: 1px solid #a3783e;
}
div.card-cobranca .mostrarValor i {
  margin-left: 10px;
}

.hide {
  display: none;
}
.modal-xxl {
  max-width: 1280px;
}
.select2-results__option {
  font-size: 13px !important;
}
a.limparFiltro.active {
  display: inline-block;
}
a.limparFiltro:hover {
  background: #496926;
  text-decoration: none;
}
a.limparFiltro {
  display: none;
  width: 100%;
  position: relative;
  float: left;
  color: #ffff;
  cursor: pointer;
  text-transform: uppercase;
  background: #6d9b3a;
  border-radius: 5px;
  padding: 5px 0px;
  font-size: 12px;
  margin: 15px 0px 0px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #dddddd;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

/*COBRANÇA*/
.bg-cobranca {
  background: #f6f6f6;
  min-height: 500px;
}

.card-cobranca {
  width: calc(100% / 3 - 30px);
  display: inline-block;
  height: auto;
  /*background: #fff;*/
  border-radius: 5px;
  /*border: 1px solid #DDDDDD;*/
  /*box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.15);*/
  margin: 0 10px 25px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;

  /*-webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;*/

  opacity: 0;
  -webkit-transform: translate3d(0px, -50px, 0px);
  -moz-transform: translate3d(0px, -50px, 0px);
  -ms-transform: translate3d(0px, -50px, 0px);
  -o-transform: translate3d(0px, -50px, 0px);
  transform: translate3d(0px, -50px, 0px);
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  max-height: 125px;
  /* overflow: hidden; */
}
.dash-dir.active .card-cobranca.flip .cont {
  opacity: 0;
}
.dash-dir span.sem {
  /* font-weight: 300; */
  text-transform: uppercase;
  font-size: 20px;
  padding-left: 20px;
  width: calc(100% - 30px);
  color: #51652e;
}
.dash-dir span.nomeEmpresa {
  color: #7e8a71;
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  margin-bottom: 10px;
  height: 20px;
  position: absolute;
  margin-top: -25px;
}
.dash-dir.active .card-cobranca .cont {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dddddd;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dash-dir.active.com_active .card-cobranca {
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.dash-dir.active .card-cobranca {
  opacity: 1;

  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);

  -webkit-perspective: 800;
  -ms-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;

  position: relative;

  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  z-index: 1;
}

.dash-dir span.nomneEmpresa {
  width: calc(100% - 30px);
  display: inline-block;
  position: relative;
  margin-top: -15px;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #727578;
}

.dash-dir.active .card-cobranca.flip div.cont {
  transform: rotatey(-180deg);
  -ms-transform: rotatey(-180deg);
  -moz-transform: rotatey(-180deg);
  -webkit-transform: rotatey(-180deg);
  -o-transform: rotatey(-180deg);
}

.dash-dir.active .card-cobranca.flip {
  z-index: 10;
  max-height: 260px;
}
.dash-dir.active .card-cobranca.ativo {
  opacity: 1 !important;
}
.dash-dir.active .card-cobranca.nAtivo {
  /*opacity: 0.7;*/
}

div.card-cobranca.multi {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dddddd;
}
div.card-cobranca.flip div.infoValores {
  max-height: 300px;
  overflow: initial;
  z-index: 12;
  opacity: 1;
  transform: rotatey(360deg);
  -ms-transform: rotatey(360deg);
  -moz-transform: rotatey(360deg);
  -webkit-transform: rotatey(360deg);
  -o-transform: rotatey(360deg);
  box-shadow: inset 0 3em 0em -14em rgba(255, 255, 255, 0.6),
    0 1px 1px -9.2px rgba(100, 100, 100, 1),
    0 0em 0px -16px rgba(100, 100, 100, 0.75),
    0 8px 10px 0px rgba(100, 100, 100, 0.5),
    0 2em 3em -0.25em rgba(100, 100, 100, 0.2);
}
div.card-cobranca div.infoValores span.simbolo {
  font-size: 10px;
  padding-right: 8px;
}
div.card-cobranca div.infoValores {
  top: 0px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dddddd;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  display: inline-block;
  opacity: 0;
  width: 100%;
  height: auto;
  max-height: 140px;
  overflow: hidden;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: -2;
  background: #fff;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform: rotatey(540deg);
  -ms-transform: rotatey(540deg);
  -moz-transform: rotatey(540deg);
  -webkit-transform: rotatey(540deg);
  -o-transform: rotatey(540deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
div.card-cobranca div.infoValores .valorD {
  float: right;
  padding-right: 15px;
}
div.card-cobranca div.infoValores .card-cobranca-body-text.final {
  margin-top: 15px;
  margin-bottom: 13px;
}
span.card-cobranca-body-text-value.total div.valorD {
  margin-top: 0px;
}
div.card-cobranca div.infoValores .card-cobranca-body-text.final:before {
  content: "";
  width: 400px;
  position: absolute;
  left: -30px;
  top: -10px;
  background: #dddddd;
  height: 1px;
}
div.card-cobranca div.infoValores .card-cobranca-body-text.final:before {
  content: "";
  width: 300%;
  position: absolute;
  left: -30px;
  top: -10px;
  background: #dddddd;
  height: 1px;
}

div.card-cobranca div.infoValores .card-cobranca-body-text {
  display: inline-block;
  position: relative;
}
div.card-cobranca div.infoValores .card-cobranca-body-values {
  display: inline-block;
  justify-content: initial;
  align-items: inherit;
  padding-top: 20px;
  width: 100%;
  overflow: hidden;
  padding-left: 10px;
}

.card-cobranca.flip {
  z-index: 1;
}
.card-cobranca:nth-child(1) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.card-cobranca:nth-child(2) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.card-cobranca:nth-child(3) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.card-cobranca:nth-child(4) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.card-cobranca:nth-child(5) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.card-cobranca:nth-child(6) {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.card-cobranca:nth-child(7) {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.card-cobranca:nth-child(8) {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.card-cobranca:nth-child(9) {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
.card-cobranca:nth-child(10) {
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.card-cobranca-header {
  display: inline-block;
  align-items: center;
  width: 100%;
  float: left;
  background: #aa7711;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 8px 16px;
}
.card-cobranca-header-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 10px;
  right: 10px;
}
.card-cobranca-header-icon > img {
  width: 27px;
}
.card-cobranca-header-text {
  display: flex;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.card-cobranca-body {
  display: inline-block;
  height: auto;
  width: 100%;
  padding: 18px 15px 15px 15px;
}
.card-cobranca-body-line {
  width: 100%;
  height: 1px;
  background: #dddddd;
  margin-top: 15px;
  margin-bottom: 10px;
}
.card-cobranca-body-values {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.card-cobranca-body-values span.card-cobranca-body-text.final {
  display: inline-block;
  width: 100%;
  margin-top: 8px;
}

.card-cobranca-body-text,
span.card-cobranca-desconto {
  font-size: 11px;
  font-weight: bold;
  color: #555;
  text-transform: uppercase;
  text-align: left;
}
span.card-cobranca-desconto {
  margin-top: 10px;
}

.card-cobranca-body-text-value {
  font-size: 20px;
  font-weight: 100;
  color: #555;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;

  -webkit-transform: translate3d(0px, -30px, 0px);
  -moz-transform: translate3d(0px, -30px, 0px);
  -ms-transform: translate3d(0px, -30px, 0px);
  -o-transform: translate3d(0px, -30px, 0px);
  transform: translate3d(0px, -30px, 0px);
}
.card-cobranca-body-text-value.val {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.card-cobranca-body-text-value.desc {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.card-cobranca-body-text-value.total {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.dash-dir.active .card-cobranca-body-text-value {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.card-cobranca-body-text-value > span {
  font-size: 10px;
}

.cobranca-box span.carrega.active {
  opacity: 1;
}
.cobranca-box span.carrega {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.cobranca-box.active,
.cobranca-box.safra {
  opacity: 1;
}
.cobranca-box {
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  padding: 20px;
  position: relative;
  width: 100%;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.cobranca-box-limited {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 14px;
  word-break: break-all;
  min-height: 26px;
}
.cobranca-box-limited span {
  width: 100%;
  display: inline-block;
}

.dash-dir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;

  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;

  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;

  width: calc(100% - 10px);
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 25px 0px;
  padding-top: 30px;
  padding-left: 10px;
  margin-left: -10px;
}
.safra-time-line-header {
  display: flex;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 100;
}
.safra-time-line {
  display: flex;
  justify-content: center;
  align-items: center;
}
.safra-time-line-ball {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #66aa11;
  position: relative;
}
.safra-time-line-ball > span {
  position: absolute;
  left: -7px;
  bottom: 12px;
  font-size: 12px;
  font-weight: bold;
  color: #6c7074;
}
.safra-time-line-line {
  width: 95px;
  height: 3px;
  background: #66aa11;
}
.safra-time-line-input {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.safra-time-line-input > div {
  display: inline-block;
  float: left;
  width: calc(50% - 10px);
  margin-right: 10px;
}
.safra-time-line-input > div > label {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #6c7074;
  margin-bottom: 0;
}
.safra-time-line-input > div > input {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #bcbcbc;
  outline: none;
}
.cobranca-pesquisa input,
.cobranca-pesquisa-multiplicador input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 2px solid #707070;
  position: relative;
  padding: 0 30px;
  margin-bottom: 20px;
  padding-left: 0px;
  outline: none;
}
.cobranca-pesquisa span.busca,
.cobranca-pesquisa-multiplicador span.busca {
  position: absolute;
  top: 0px;
  right: 1px;
}
.cobranca-pesquisa,
.cobranca-pesquisa-multiplicador {
  position: relative;
}
.cobranca-box.cultivar select,
.cobranca-pesquisa-multiplicador select {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  color: #8c8989;
}

.panel-checkbox-cobranca {
  height: 80px;
  overflow-y: auto;
  overflow-x: hidden;
}

div.cobranca-box.safra .panel-checkbox-cobranca a:hover,
div.cobranca-box.safra .panel-checkbox-cobranca a.active {
  background: #496926;
  text-decoration: none;
}
div.cobranca-box.safra .panel-checkbox-cobranca a {
  display: inline-block;
  position: relative;
  float: left;
  color: #ffff;
  background: #6d9b3a;
  border-radius: 6px;
  padding: 8px;
  width: calc(100% / 2 - 4px);
  font-size: 12px;
  margin: 0px 2px 5px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #dddddd;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.panel-checkbox-cobranca .escolha {
  width: 100%;
  display: inline-block;
}
.panel-checkbox-cobranca a:hover,
.panel-checkbox-cobranca label:hover {
  text-decoration: none;
  padding-left: 30px;
}
.panel-checkbox-cobranca a,
.panel-checkbox-cobranca label {
  font-size: 12px;
  font-weight: bold;
  color: #6c7074;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.panel-checkbox-cobranca.cultivar a,
.panel-checkbox-cobranca.cultivar label {
}
.container-checkmark.active .checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #66aa11;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container-checkmark {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: calc(100% - 5px);
  margin-left: 0px;
}
.container-checkmark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 17px;
  width: 17px;
  background-color: #ffffff;
  border: 1px solid #bcbcbc;
  border-radius: 2px;
}
.container-checkmark a.active ~ .checkmark,
.container-checkmark input:checked ~ .checkmark {
  background-color: #fff;
}
.container-checkmark a.active .checkmark:after,
.container-checkmark input:checked .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-checkmark a.active ~ .checkmark:after,
.container-checkmark input:checked ~ .checkmark:after {
  display: block;
}
.container-checkmark .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #66aa11;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/**/

/*LOTE*/
div#ModalAdicionarLoteSemUbs button.salvando-lote {
  display: none;
}
div#ModalAdicionarLoteSemUbs div#pms {
  display: none;
}
#ModalAdicionarLoteSemUbs .col-md-4 {
  margin-bottom: 20px;
}
.new-lote {
  min-width: 49%;
  max-width: 49%;
  height: 215px;
  border: 3px dashed #bdbfc1;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 40px;
  color: #777;
  cursor: pointer;
  flex: 1;
}
.new-lote > div {
  font-size: 30px;
  font-weight: 100;
  margin-top: 10px;
}
.card-lote {
  min-width: 49%;
  max-width: 49%;
  height: auto;
  border: 1px solid #bdbfc1;
  border-radius: 10px;
  flex: 1;
  padding: 0 30px 0px;
}
.title-card-lote {
  font-size: 1.4em;
  color: #777777;
  font-weight: 100;
}
#ModalAdicionarLoteComUbs div#pms {
  display: none;
}
.icon-card-lote {
  font-size: 1.2em;
  position: absolute;
  top: 4px;
  right: 10px;
  color: #777777;
  margin: 0px;
  padding: 0px;
  width: 20px;
  max-width: initial;
  min-width: initial;
  display: block;
  flex: initial;
  text-align: center;
  cursor: pointer;
}

div#ModalAdicionarLoteComUbs button.salvando-lote {
  display: none;
}
form#formItens .col-md-6.iten_politica {
  display: none;
}

form#formItens .row.active .col-md-6 {
  width: calc(33%);
  max-width: calc(33%);
}

.icon-card-copy {
  position: absolute;
  top: 4px;
  right: 30px;
  font-size: 1.2em;
  color: #777777;
  margin: 0px;
  padding: 0px;
  width: 20px;
  max-width: initial;
  min-width: initial;
  display: block;
  flex: initial;
  text-align: center;
  cursor: pointer;
  margin-left: 15px;
  margin-right: 10px;
}
button {
  cursor: pointer !important;
}
form#formCopiarLote input#nomeLoteEscrito {
  width: calc(100% - 100px);
  float: left;
  display: inline-block;
  padding: 6px 10px;
  line-height: 10px;
  max-width: 400px;
}
.card-lote .titulo-card {
  position: relative;
  z-index: 1;
  word-break: break-all;
  padding-right: 70px;
}
div#modalCopyLote span.retorno span p {
  margin: 0px;
}
div#modalCopyLote span.retorno.retornoSaldo {
  color: #777;
  font-weight: 400;
  font-size: 1.2em;
  width: 100%;
  display: inline-block;
  margin: 0px;
}

div#modalCopyLote div.alert.d-none {
  /*    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    max-height: 0px;
    padding: 0px 1.25rem;
    border: 0px;
    overflow: hidden;
    margin: -10px 0px;
    display: block!important;*/
}
div#modalCopyLote div.alert {
}
div#modalCopyLote .modal-header .row .info-card-lote:last-of-type {
  margin-top: 10px;
}
div#modalCopyLote .modal-header .row .info-card-lote {
  width: calc(100% / 3);
  display: inline-block;
  flex-direction: initial;
  margin: 0px;
  padding: 0px;
  float: left;
}
div#modalCopyLote .modal-header .row .info-card-lote label {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}
div#modalCopyLote .modal-header .row {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: inline-block;
}
div.reporteLoteCopy .mb-4.card-lote .loteInfo {
  display: none;
}
div#modalCopyLote .alert-tab ul li.retornoCarac {
  display: none;
}
div#modalCopyLote button#btnEditReporteCampoAjax,
div#modalCopyLote button#btnEditReporteCampoLimpar {
  display: none;
}

div#modalCopyLote span.retorno {
  font-size: 15px;
  float: left;
  display: inline-block;
  width: 100%;
  color: #878e95;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
form#formCopiarLote span.addNomeLote:hover {
  color: #00a5bd;
}
form#formCopiarLote span.addNomeLote {
  display: inline-block;
  width: 25px;
  height: 34px;
  color: #6f7982;
  font-size: 24px;
  margin-left: 13px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div#modalCopyLote .alert-tab ul {
  max-height: 90px;
  overflow-x: hidden;
  overflow-y: auto;
}
form#formCopiarLote label.tituloLote {
  display: inline-block;
  margin: 0px;
  width: 100%;
  padding: 0px;
  font-size: 14px;
  text-transform: uppercase;
}
div#modalCopyLote .modal-dialog.modal-lg {
  min-width: 80%;
  max-width: 80%;
}
div#modalCopyLote .row.lista {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
  height: 0px;
  opacity: 0;
}
div#modalCopyLote .modal-header .row button.close {
  position: absolute;
  top: 15px;
  right: 15px;
  outline: none;
}
div#modalCopyLote span.salvandoLote.active,
div#modalCopyLote span.feedbackLote.active {
  height: 30px;
}
div#modalCopyLote span.salvandoLote {
  display: inherit;
  width: 50%;
  float: right;
  text-align: right;
  color: #777;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div#modalCopyLote span.feedbackLote span.box {
  width: auto;
  margin-right: 10px;
  font-size: 20px;
}
div#modalCopyLote span.feedbackLote span.box.ok {
  color: #00a40e;
}
div#modalCopyLote span.feedbackLote span.box.erro {
  color: #ac0517;
}
div#modalCopyLote span.feedbackLote span.box b {
  margin-right: 3px;
}
button#btnEditReporteCampoFechar {
  display: none;
}
div#modalCopyLote span.feedbackLote {
  display: inherit;
  width: 50%;
  float: left;
  text-align: left;
  color: #777;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div#modalCopyLote .row.lista.active {
  height: 140px;
  padding: 10px;
  opacity: 1;
  display: inline-block;
  /*display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;*/
}
div#modalCopyLote .row.lista span.box span.nome {
  margin: 5px 30px 5px 10px;
  width: calc(100% - 40px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 16px;
  max-height: 42px;
  overflow: hidden;
}
div#modalCopyLote .row.lista span.box {
  width: calc(100% / 4 - 10px);
  display: inline-block;
  background: #fc9600;
  border-radius: 10px;
  float: left;
  border: 1px solid #a78105;
  color: #fff;
  margin: 0px 5px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 16px;
  max-height: 42px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div#modalCopyLote .row.lista span.box span.bt {
  position: absolute;
  top: calc(50% - 8px);
  right: 3px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
}
div#modalCopyLote .row.lista span.box span.bt.remove {
  display: inline-block;
}
div#modalCopyLote .row.lista span.box.erro span.bt.erro,
div#modalCopyLote .row.lista span.box.ok span.bt.ok,
div#modalCopyLote .row.lista span.box.carregando span.bt.carregando {
  display: inline-block !important;
}

div#modalCopyLote .row.lista span.box.carregando span.bt.remove,
div#modalCopyLote .row.lista span.box.carregando span.bt.ok {
  display: none !important;
}

div#modalCopyLote .row.lista span.box.erro span.bt.remove,
div#modalCopyLote .row.lista span.box.erro span.bt.ok,
div#modalCopyLote .row.lista span.box.erro span.bt.carregando {
  display: none !important;
}
div#modalCopyLote .row.lista span.box.ok span.bt.remove,
div#modalCopyLote .row.lista span.box.ok span.bt.erro,
div#modalCopyLote .row.lista span.box.ok span.bt.carregando {
  display: none !important;
}

div#modalCopyLote .row.lista span.box.carregando svg {
  position: absolute;
  top: calc(50% - 13px);
  left: -4px;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

div#modalCopyLote div#desejaCadastrarLote {
  display: none;
  width: 100%;
  text-align: center;
}
div#modalCopyLote h5#modalReporteCampolLabelConfirmar {
  display: none;
}
div#modalCopyLote.active h5#modalReporteCampolLabel,
div#modalCopyLote.active form#formCopiarLote,
div#modalCopyLote.active .modal-footer {
  display: none;
}
div#modalCopyLote.active h5#modalReporteCampolLabelConfirmar,
div#modalCopyLote.active div#desejaCadastrarLote {
  display: block;
}

div#modalCopyLote div#desejaCadastrarLote label {
  font-size: 24px;
  margin: 40px 0px;
  display: inline-block;
}
div#modalCopyLote div#desejaCadastrarLote label.ajax {
  display: none;
}

div#modalCopyLote.active div#desejaCadastrarLote {
  margin-bottom: 50px;
}

div#modalCopyLote .row.lista span.box.erro {
  border: 1px solid #ac0517;
  background: #e00034;
}
div#modalCopyLote .row.lista span.box.carregando {
  /*border: 1px solid #0c535f;
    background: #17a2b8;*/
}
div#modalCopyLote .row.lista span.box.ok {
  border: 1px solid #00a40e;
  background: #00b300;
}
.line-lote {
  width: 100%;
  height: 1px;
  background: #bfbfbf;
}

/*MODAL GERMINACAO*/
div#modalGerminacao form#formGwerminacao .info-card-lote.germinacao {
  margin: 10px 0px 15px;
}
div#modalGerminacao form#formGwerminacao input#germinacao_modal {
  margin: 10px 0px 0px;
}
div#modalGerminacao button.salvando-germinacao {
  display: none;
}
div#modalGerminacao .modal-footer {
  margin: 0 15px;
}
/*MODAL GERMINACAO*/

.card-lote .info-card-lote.germinacao span.icon {
  cursor: pointer;
  /* position: absolute; */
  /* top: -1px; */
  /* right: -8px; */
  margin-left: 10px;
}
.info-card-lote {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.info-card-lote > label {
  color: #777;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 100%;
  margin: 0;
}
.info-card-lote > span {
  color: #777;
  font-weight: 100;
  font-size: 1.2em;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
  margin-top: 15px;
  max-width: 150px; /* Tamanho */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
form#formGerminacao label {
  margin: 9px 0px;
}
.info-card-lote.germinacao label {
  position: relative;
  display: inline-block;
}
/**/
/*EMBALAGENS*/
.embalagem-button {
  border: 3px solid #bdbfc1;
  padding: 10px;
  border-radius: 10px;
  margin-left: 20px;
  cursor: pointer;
}
.embalagem-button:first-child {
  margin-left: 0;
}
.embalabem-selecionada {
  border: 5px solid #28a745;
}
.embalagem-button div > p {
  color: #777;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
  margin-top: 1rem;
}

.selectCulturaLabel {
  color: #777;
  font-weight: bold;
  font-size: 0.75em;
  line-height: 100%;
  text-transform: uppercase;
}
.inputCapacidadeLabel {
  color: #777;
  font-weight: bold;
  font-size: 0.75em;
  line-height: 100%;
  text-transform: uppercase;
}
/**/
.tela-loading {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
}
.tela-loading > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
/*area inscrita*/
.bg-box-area {
  background: #f7f7f7;
  padding: 15px;
}
.bg-box-area > .alert {
  font-weight: 700;
}
.text-inscrita {
  font-size: 18px;
  color: #902340;
  text-transform: uppercase;
}
/*Tabela Safra*/
.linha-header-table-safra {
  width: 100%;
  height: 2px;
  background: #d0d0d0;
  margin: 10px 0 0 0;
}
.linha-table-safra {
  width: 100%;
  height: 1px;
  background: #d0d0d0;
}
.periodo-safra {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.periodo-safra.verde {
  background: #aacc55;
}
.periodo-safra.amarelo {
  background: #ffaa55;
}
.periodo-safra.azul {
  background: #55bbee;
}

.text-periodo-safra {
  text-align: center;
  line-height: 130%;
  font-size: 14px;
}
.periodo-safra-abre {
  width: 10px;
  height: 40px;
  border: 1px solid #fff;
  border-right: none;
  margin: 0 0 0 10px;
}
.periodo-safra-fecha {
  width: 10px;
  height: 40px;
  border: 1px solid #fff;
  border-left: none;
  margin: 0 10px 0 0;
}

#map {
  height: 250px;
  border-radius: 5px;
  margin: 20px 0;
}
#map-ai {
  width: 100%;
  height: 300px;
}
/*Tradução Login-Reset Senha*/
.idiomas-inicio {
  width: 100%;
  text-align: right;
}
.idiomas-inicio > div {
  display: inline-block;
  text-align: left;
}
.idiomas-inicio span {
  font-size: 10px;
}
.idiomas-inicio a {
  text-decoration: none;
}
.idiomas-inicio img {
  width: 20px;
  height: 20px;
}
/**/
.container-help {
  display: none;
}
/**/
.topo-pagina {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topo-pagina div {
  flex-grow: 1;
}
.topo-pagina div span {
  font-size: 2em;
  font-weight: 100;
}
.topo-pagina nav {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.topo-pagina nav ol {
  background: none;
  padding: 0rem;
  margin: 0;
}
/**/
/*REPORTE DE PRODUÇÃO*/
.report-create {
  align-items: flex-end;
  background: #f7f7f7;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 25px 12px;
}
.report-create > div {
  box-sizing: border-box;
  padding: 0 0 0 10px;
  vertical-align: bottom;
}
.report-create > div label {
  box-sizing: border-box;
  color: #777;
  display: block;
  font-size: 0.68em;
  font-weight: bold;
  line-height: 100%;
  text-transform: uppercase;
}
.report-create > div input select {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.report-create button {
  padding: 0.375rem 3rem !important;
}
.report-title {
  font-size: 1.5em;
  font-weight: 100;
  color: #777777;
  display: inline-block;
}
.report-modal h5 {
  color: #777777;
}
.report-modal-button {
  padding: 0.5rem 2.5rem;
}
.report-modal-button:first-child {
  margin-right: 20px !important;
}
.report-modal-fields form > div {
  margin-bottom: 15px;
}

.report-modal-fields label {
  box-sizing: border-box;
  color: #777;
  display: block;
  font-size: 0.68em;
  font-weight: bold;
  line-height: 100%;
  text-transform: uppercase;
}
.mensagem {
  box-sizing: border-box;
  color: #777;
  display: block;
  font-size: 0.68em;
  font-weight: bold;
  line-height: 1.7em;
  text-transform: uppercase;
}
.lista-ai-geral {
  width: auto;
  height: 200px;
  overflow: auto;
  border-radius: 5px;
}

.lista-ai > div {
  color: #55aaee;
  text-transform: uppercase;
  border-bottom: 2px solid #55aaee;
  margin: 0 0 10px 0;
}
.lista-ai ul {
  padding: 0;
}
.lista-ai ul li {
  text-transform: uppercase;
  list-style: none;
  padding: 10px 0;
}
.disabled-checkbox {
  color: #e8e8e8;
}
/**/

.pagination-text {
  font-size: .8rem;
}

.action-buttons-form .btn + .btn {
  margin-left: 1rem;
}

.datepicker {
  padding: 6px !important;
}

.vincular-multiplicador {
  box-sizing: border-box;
  color: #777;
  display: block;
  font-size: 0.68em;
  font-weight: bold;
  line-height: 100%;
  text-transform: uppercase;
}
.vincular-multiplicador-span {
  font-size: 1.4em;
  font-weight: 100;
}
/**/
.icon-janela {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 18px;
}
.icon-janela img {
  width: 10px;
  height: 10px;
}
.panel-login {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: auto;
  flex-grow: 1;

  min-height: fit-content;
}
.panel-login .panel-login-div {
  height: 460px;
  margin: 2em;
  width: 620px;
}

.limited {
  max-width: 190px; /* Tamanho */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.balloon {
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 247px;
  top: 60.3px;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  z-index: 999;
  transform: rotate(45deg);
}
.notification {
  background: #fff;
  width: 400px;
  height: auto;
  position: absolute;
  right: 230px;
  top: 70px;
  border: 1px solid #dcdcdc;
  z-index: 9;
  box-shadow: 11px 15px 19px -13px rgba(0, 0, 0, 0.59);
}
.not-message {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px 10px 10px;
}
.more {
  display: flex;
  justify-content: center;
  text-align: center;
  height: 35px;
  padding-top: 5px;
  border-top: 1px solid #dcdcdc;
  color: #65ac1f;
}
#notifications {
  display: none;
}
.count-notification {
  background: red;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  margin-left: -0.65em;
  margin-top: -0.75em;
  z-index: 9;
}
.more:hover {
  color: #65ac1f;
}
/*LOGIN*/
div.copy p.small.text-center {
  color: #fff;
}
.bg-login {
  background-image: url(../img/bg-login-1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.bg-color-panel {
  background: #4d4d4d;
  border-bottom: 3px solid #7d0020;
}

.color-button-login {
  color: #fff;
  background-color: #7d0020;
  border-color: #7d0020;
  cursor: pointer;
}
.link {
  color: #7d0020;
}
.link:hover {
  color: #7d0020;
}
.logo {
  width: 155px;
  height: 175px;
}
.box-shadow {
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.5);
}
.bg-footer {
  background: #4d4d4d;
  border-top: 3px solid #7d0020;
  min-height: fit-content;
}
/*HOME*/

.container-topo {
  background-color: #4d4d4d;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.container-topo .botao-padrao-topo {
  background-color: #5c5c5c;
  color: #fff;
}

.container-topo .col-identificacao {
}

.container-topo .col-identificacao a {
  flex: 1;
  display: flex;

  max-width: 100%;
  text-decoration: none;
}

.container-topo .col-identificacao a .logo-interna {
  max-height: 66px;
}

.container-topo .col-identificacao a .nome-de-exibicao {
  color: #fff;
  font-size: 1.8em;
  font-weight: 300;
  letter-spacing: -0.025em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container-topo .botao-selecao-language {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;

  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.95em;
  min-width: 130px;
  text-transform: uppercase;
  cursor: pointer;
}
.itens-language span {
  margin-left: 10px;
  color: #545454;
}
.container-topo .botao-selecao-empresa {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;

  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.95em;
  min-width: 320px;
  cursor: pointer;
}

.container-topo .botao-notificacoes {
  color: #fff;
  cursor: pointer;
}
.container-topo .botao-menu-hamburguer {
  color: #fff;
  cursor: pointer;
}
.container-topo .botao-usuario {
  border-radius: 50px;
  color: #fff;
  font-size: 0.95em;
  cursor: pointer;
}

.container-topo .dropdown-empresa .dropdown-menu {
  max-height: 12em;
  overflow: auto;
  position: relative;
}
.collapse-empresa {
  max-height: 12em;
  overflow: auto;
}
.collapse-textos {
  font-size: 1rem;
  color: #65ac1f;
}
.collapse-textos:hover {
  font-size: 1rem;
  text-decoration: none;
  color: #65ac1f;
}
.card-header {
  padding: 0.5rem 1.25rem !important;
}
.bg-gray {
  background-color: #808080;
  border-bottom: 3px solid #4d4d4d;
}
.bg-gray:hover {
  background: #999999;
  border-bottom: 3px solid #666666;
}

.cards {
  width: 100%;
  height: 115px;
  color: #fff;
  font-size: 16px;
  justify-content: center;
  padding-left: 1.5rem !important;
}
.cards:hover {
  transition: 0.1s;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.bg-administracao {
  background: #b5af7a;
}
.bg-administracao:hover {
  background: #a29b5a;
}
.bg-usuario {
  background: #748fb0;
}
.bg-usuario:hover {
  background: #57759a;
}

.bg-permissao {
  background: #cb723f;
}
.bg-permissao:hover {
  background: #a95b2e;
}

.bg-grupo {
  background: #5073b1;
}
.bg-grupo:hover {
  background: #405c8e;
}

.bg-perfil {
  background: #b5af7a;
}
.bg-perfil:hover {
  background: #a29b5a;
}

.bg-comunicacao {
  background: #5aabb0;
}
.bg-comunicacao:hover {
  background: #468d91;
}

.bg-germoplasma {
  background: #799957;
}
.bg-germoplasma:hover {
  background: #5f7845;
}

.bg-biotecnologia {
  background: #a580b9;
}
.bg-biotecnologia:hover {
  background: #8e5fa7;
}

.bg-cultivar {
  background: #748fb0;
}
.bg-cultivar:hover {
  background: #57759a;
}

.bg-cultura {
  background: #aea05e;
}
.bg-cultura:hover {
  background: #908449;
}
.bg-modulo {
  background: #5073b1;
}
.bg-modulo:hover {
  background: #405c8e;
}
.bg-obtentor {
  background: #ae4d76;
}
.bg-obtentor:hover {
  background: #8b3d5e;
}
.bg-multiplicador {
  background: #799957;
}
.bg-multiplicador:hover {
  background: #5f7845;
}
.bg-distribuidor {
  background: #a580b9;
}
.bg-distribuidor:hover {
  background: #8e5fa7;
}
.bg-agricultor {
  background: #5aabb0;
}
.bg-agricultor:hover {
  background: #468d91;
}
.bg-safra {
  background: #cb723f;
}
.bg-safra:hover {
  background: #a95b2e;
}
.bg-operacao {
  background: #5aabb0;
}
.bg-operacao:hover {
  background: #468d91;
}
.bg-vincuilar-multiplicador {
  background: #748fb0;
}
.bg-vincuilar-multiplicador:hover {
  background: #57759a;
}
.bg-vincuilar-distribuidor {
  background: #cb723f;
}
.bg-vincuilar-distribuidor:hover {
  background: #a95b2e;
}
.bg-aprovar-tlu {
  background: #5073b1;
}
.bg-aprovar-tlu:hover {
  background: #405c8e;
}
.list-none {
  list-style: none;
}

.button-send {
  min-width: 200px;
  height: 40px;
  border-radius: 5px;
  background-color: #7d0020;
  color: #fff;
  border-style: none;
  font-family: "Roboto", sans-serif;
}
.button-send:hover {
  background-color: #b0002d;
  cursor: pointer;
}
.line-right {
  height: auto;
  border-right: 1px #dcdcdc solid;
}
.line-bottom {
  width: 100%;
  border-bottom: 1px #dcdcdc solid;
}
.text-gray {
  color: #4d4d4d;
  font-size: 1em;
  font-family: "Roboto", sans-serif;
}
.text-gray-2 {
  color: #4d4d4d;
  font-size: 2em;
  font-family: "Roboto", sans-serif;
}
.menu {
  list-style: none;
  padding: 0px;
}
.menu li {
  padding: 10px;
  width: 100%;
}
.menu a {
  text-decoration: none;
  color: #4d4d4d;
  font-family: "Roboto", sans-serif;
}
.menu a li:hover {
  border-radius: 5px;
  background: #65ac1f;
  color: #fff;
}
.menu a li span {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4d4d4d;
  color: #fff;
  margin-top: 3px;
}
.menu a li:hover span {
  background: #fff;
  color: #65ac1f;
}

.row-tamanho .col-2 {
  min-width: 200px;
}
.search {
  border-radius: 20px;
}
.search:focus {
  border-color: #be7f8f;
  box-shadow: 0 0 0 0.2rem rgba(125, 0, 32, 0.25);
}
.message:hover {
  background: #f0f0f0;
  cursor: pointer;
}

.text-message {
  margin-left: 56px;
  font-family: "Roboto", sans-serif;
}
.initial {
  border-radius: 50%;
  min-width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #65ac1f;
  color: #fff;
}
.small {
  font-family: "Roboto", sans-serif;
  text-align: right;
}

.display-none {
  display: none;
}

/**/

#dropdownMenuButtonNotificacoes::after {
  display: none;
}

/* Estilo iOS */
.switch__container {
  margin: 30px auto;
  width: 120px;
}

.switch {
  visibility: hidden;
  position: absolute;
  margin-left: -9999px;
}

.switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

.switch--shadow + label {
  padding: 2px;
  width: 40px;
  height: 20px;
  background-color: #dddddd;
  border-radius: 60px;
}
.switch--shadow + label:before,
.switch--shadow + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
.switch--shadow + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: background 0.4s;
}
.switch--shadow + label:after {
  width: 20px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
}
.switch--shadow:checked + label:before {
  background-color: #8ce196;
}
.switch--shadow:checked + label:after {
  transform: translateX(18px);
}

/* Estilo Flat */
.switch--flat + label {
  padding: 2px;
  width: 120px;
  height: 60px;
  background-color: #dddddd;
  border-radius: 60px;
  transition: background 0.4s;
}
.switch--flat + label:before,
.switch--flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
.switch--flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 60px;
  transition: background 0.4s;
}
.switch--flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 56px;
  background-color: #dddddd;
  border-radius: 52px;
  transition: margin 0.4s, background 0.4s;
}
.switch--flat:checked + label {
  background-color: #8ce196;
}
.switch--flat:checked + label:after {
  margin-left: 60px;
  background-color: #8ce196;
}

.lista {
  list-style: none;
}
/* .select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection{
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(104, 133, 78)!important;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(104, 133, 78)!important;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected]{
    background-color: #496926!important;
}
.select2-container--bootstrap .select2-dropdown,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection{
    border-color: #496926!important;
} */

@media print {
  .nao-imprimir {
    display: none;
  }
}

@media only screen and (min-width: 0) and (max-width: 414px) {
  div#modalCopyLote .row.lista span.box {
    width: calc(100% / 1 - 10px);
  }
  div#modalCopyLote .modal-header .row .info-card-lote {
    width: calc(100% / 1);
  }
  div#modalCopyLote .modal-header .row .info-card-lote:last-of-type {
    margin-top: 0px;
  }

  .card-lote .info-card-lote.germinacao span.icon {
    cursor: pointer;
    position: absolute;
    top: -1px;
    right: -8px;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 768px) {
  div#modalCopyLote .row.lista span.box {
    width: calc(100% / 2 - 10px);
  }
  div#modalCopyLote .modal-header .row .info-card-lote {
    width: calc(100% / 2);
  }
  div#modalCopyLote .modal-header .row .info-card-lote:last-of-type {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
}

.footer-login {
  width: 100%;
}

.footer-terms ul li  {
  float: left;
  list-style: none;
  padding-left: 8%;
  color: #428bca;
  font-size: 13px;
  margin-top: 7px;
}

@media screen and (max-width: 1920px) and (height: 1080px) {
  .footer-terms ul li  {
    padding-left: 8%;
    font-size: 17px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 1440px) {
  .footer-terms ul li  {
    padding-left: 7%;
    margin-top: 19px;
  }
}

@media screen and (max-width: 1366px) {
  .footer-terms ul li  {
    padding-left: 7%;
    margin-top: 24px;
  }
}

@media screen and (max-width: 1366px) and (height: 768px) {
  .footer-terms ul li  {
    padding-left: 7;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1366px) and (height: 625px) {
  .footer-terms ul li  {
    padding-left: 7%;
    margin-top: 7px;
  }
}

@media screen and (max-width: 1280px) {
  .footer-terms ul li  {
    padding-left: 6%;
    margin-top: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-terms ul li  {
    padding-left: 5%;
    margin-top: 6px;
  }
}

@media screen and (max-width: 990px) {
  .footer-terms ul li  {
    padding-left: 4%;
    margin-top: 6px;
  }
}

@media screen and (max-width: 870px) {

  form {
    margin-top: -10px
  }

  .login {
    height: 90vh;
  }

  .login .bg-login-rh, .login .bg-white  {
    display: none;
  }

  .login .bg-white-mobile {
    display: block;
    max-width: 100%;
  }

  .nome-sistema p {
    font-size: 1.5rem;
  }

  .nome-sistema p span {
    font-size: 1.4rem;
  }

  .footer-login {
    /*margin-top: -65px;*/
  }

  .footer-terms ul li  {
    float: left;
    margin-top: 6px;
    padding-left: 11%;
    font-size: 11px;
  }

  .footer-terms ul li a  {
    margin-left: -65px;
  }
}

@media screen and (max-width: 583px) {

  form {
    margin-top: -10px
  }

  .login {
    height: 78vh;
  }

  .login .bg-login-rh, .login .bg-white {
    display: none;
  }

  .login .bg-white-mobile {
    display: block;
    max-width: 100%;
  }

  .nome-sistema p {
    font-size: 1.5rem;
  }

  .nome-sistema p span {
    font-size: 1.4rem;
  }

  .footer-login {
    /*margin-top: -65px;*/
  }

  .footer-terms ul li {
    float: none;
    margin-top: 6px;
  }

  .footer-terms ul li a {
    margin-left: -65px;
    color: #696b6a;
  }
}
