﻿.material-icons {
  /* Support for IE */
  font-feature-settings: 'liga';
}
.divLoadBlocker {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: transparent !important;
  z-index: 999998 !important;
}
.divLoad {
  background-position: center;
  background-color: white;
  z-index: 999999 !important;
  opacity: 1;
  height: max-content !important;
  width: max-content !important;
  box-shadow: 2px 2px 9px #999999;
  border-radius: 0.25rem !important;
  font-size: larger;
  font-weight: bold;
  position: unset !important;
}
.btnSituation {
  padding: 1px 6px !important;
  min-width: 40px !important;
}
.resizable-col {
  max-width: 100% !important;
  flex-basis: 85% !important;
}
td.text-truncate {
  max-width: 60px;
}
.sticky {
  position: fixed;
  top: 63px;
  padding-right: 20px;
}
.h-70 {
  height: 70% !important;
}
.w-85 {
  width: 85% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
div.alerta_guarda {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  bottom: 0px;
}
div.guarda-warning {
  animation: alerta_guarda 2s infinite;
}
div.guarda-danger {
  animation: alerta_guarda 1s infinite;
}
@keyframes alerta_guarda {
  0% {
    opacity: 0.3;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
.hide {
  display: none;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.material-icons {
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  #btn_fechar_menu,
  #div_botao_menu {
    display: none;
  }
  #div_menu {
    left: 0 !important;
    display: block !important;
  }
}
body.anfidc .bg-primary {
  background-color: #326 !important;
}
body.anfidc .btn-primary {
  background-color: #326 !important;
  border-bottom-color: #336 !important;
}
body.anfidc .btn-primary:not(:disabled):not(.disabled):active,
body.anfidc .btn-primary:not(:disabled):not(.disabled).active,
body.anfidc .show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #326 !important;
  border-color: #336 !important;
}
body.anfidc .btn-primary:not(:disabled):not(.disabled):active:focus,
body.anfidc .btn-primary:not(:disabled):not(.disabled).active:focus,
body.anfidc .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(21, 140, 186, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(21, 140, 186, 0.5);
}
body.anfidc .btn-outline-primary {
  border-color: #336 !important;
}
body.anfidc .btn-outline-primary:hover {
  background-color: #326 !important;
  color: white !important;
}
body.anfidc .btn-outline-primary:not(:disabled):not(.disabled):active,
body.anfidc .btn-outline-primary:not(:disabled):not(.disabled).active,
body.anfidc .show > .btn-outline-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #326;
  border-color: #336;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(21, 140, 186, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(21, 140, 186, 0.5);
}
body.anfidc .btn-outline-primary {
  color: #326 !important;
}
body.anfidc .btn-outline-primary .material-icons:hover {
  color: white !important;
  border-bottom-color: #336 !important;
}
body.anfidc .btn-link {
  color: #326 !important;
}
body.anfidc .text-primary {
  color: #326 !important;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.inline {
  display: inline;
}
.toast {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  z-index: 1;
  margin: 0 auto;
  bottom: 50px;
  border-radius: 25px;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
}
.toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.nullableCheckBoxInput {
  width: 40px !important;
  cursor: pointer !important;
  display: inline-block;
  margin-top: 5px;
}
.labelNCB {
  display: inline-block;
  width: 140px;
  vertical-align: middle;
}
.NCB {
  cursor: pointer !important;
  margin: 5px;
}
.legendButtonFbc118 {
  margin-top: 2px;
}
.legend-buttonFBC116 {
  margin-bottom: 3px;
}
.titleMargin {
  margin-top: 0.5rem;
}