:root{
  --primary: #2c689e;
  --primary-dark: #183b6b;
  --primary-light:#4175ab;
  --secondary:#f19702;
  --secondary-dark:#ea7500;
  --secondary-light:#f3a400;
}
.btn-login{
}
.text-center{
  text-align: center !important;
}
.footer-alert{
    text-align:center !important;
    width:100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: white;
    text-align: center !important;
}
.content-alert{
    border-radius: 10px;
}
.st-ativo{
	color:green;
	font-size:18px;
}
.st-ativo:hover{
  font-size: 22px;
}
.st-inativo{
	color:#dd4b39;
	font-size: 18px;
}
.st-inativo:hover{
  font-size: 22px;
}
.dataTables_empty{
    text-align: center;
}
.modal-lg{
    width: 85%;
}
.btn-list{
    margin-left: 5px;
}
.hreader-hot{
    background-color: #dc3545 !important;
    color: white !important;
}
.header-warn{
  background-color: #f39c12 !important;
    color: white !important;
}
.hreader-hot .close{
    color: white !important;
}
.btl-list{
   /* margin-left: 0.25rem;*/
}
.select2-container--default .select2-selection--single{
    display: block;
    width: 100%;
    height: 34px !important;
    border: 1px solid #ccc!important;
    border-radius: 0px !important;
    color: #ccc !important;
}
.no-marg-pag{
    margin: 0px !important;
    padding: 0px !important;
}
.bg-desc{
    color: #08c;
}
td small{
    display: block;
}
.bg-passou{
    color: #D43;
}
.bg-pagou{
    color: #0A5;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc !important;
    border-color: #367fa9 !important;
    padding: 1px 10px !important;
    color: #fff !important;
}
.select2-selection .select2-selection--multiple{
    display: block;
    width: 100%;
    height: 34px !important;
    border: 1px solid #ccc!important;
    border-radius: 0px !important;
    color: #ccc !important;
}
.select2-selection,.select2-selection--multiple{
    display: block;
    width: 100%;
    height: 34px !important;
    border: 1px solid #ccc!important;
    border-radius: 0px !important;
    color: #ccc !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: white !important;
}
/***************** AQUI PRA BAUXO È O CHECK*/
/* The container */
.container-mark {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal !important;
}

/* Hide the browser's default radio button */
.container-mark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  font-weight: normal !important;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d2d1d1;
  border-radius: .5rem;
}

/* On mouse-over, add a grey background color */
.container-mark:hover input ~ .checkmark {
  background-color: #969191;
}

/* When the radio button is checked, add a blue background */
.container-mark input:checked ~ .checkmark {
  background-color: #0A5;
}
.container-mark input:checked ~ .checkmark2 {
  background-color: #d73925 !important;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-mark input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-mark .checkmark:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*  END CHECK ***/
.invi{
    color: transparent !important;
}
select{
  cursor: pointer;
}
.black{
  color: black;
}
.rg{
  text-align: right;
}
.hide{
  display: none;
}
.modal{
  overflow-y: auto;
}
.a-notificacao{
  color: #333 !important;
}
.wd-49{
  width: 49%;
}
/* width */
::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track{
  box-shadow: #333;
  border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb{
  background: #00639c;
  border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover{
  background: #013554;
}
.btn-minuscle{
  padding: 0px;
    width: 40px!important;
    height: 40px;
    border-radius: 100%;
}
.skeleton-box{
  position: relative;
  background-color: #DDDBDD;
  overflow: hidden;
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, var(--primary) 20%, var(--secondary) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 2s infinite;
  animation: shimmer 2s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.hantes{
  background: #f3c0ff;
  text-align: center;
}