.bt-basico-div {
  height: 55px
}
.bt-basico {
  width: 120px;
  border: 1px solid gray;
  padding: 0px 5px 3px 5px;
  vertical-align: middle;
  border-radius: 5px;
  margin: 3px;
  float: left;
}
.bt-basico > a {
  text-decoration: none;
  width: 120px;
}
.bt-basico-label {
  display: normal;
  padding: 3px;
  display: inline-block;
}
.bt-basico-icone {
  width:24px;
  height:24px;
}

.pagination {
  position: absolute !important;
}

.pagination > li {
  padding: 4px;
  border: 1px solid grey;
  margin: 3px;
  border-radius: 6px;
  width: auto;
}

.pagination > li > a {
  text-decoration: none;
  color:black;
}

#page-content-wrapper {
    padding-bottom: 200px;
}

.bottom-fixado {
   position: fixed;
   bottom: 90px;
   /* bottom: 0px; */
   border-top: 4px solid #ccc;
   width: 100%;
   background: white;
   height: 60px;
   margin-left: -15px;
   padding: 7px 0px 0px 15px;
   z-index: 9999;
}

.bottom-fixado2 {	
	position: sticky;
    bottom: 0px;
    width: -webkit-fill-available;
    text-align: center;
    background-color: #343a40;
    padding: 10px;
    margin: -25px;
}	
  
.bottom-fixado > a > img, .bottom-fixado > button > img {
    mix-blend-mode: overlay;
}

.logo-rodape {
  width: 100px;
  z-index: 9999;
  position: fixed;
  top: auto;
  bottom: 2px;
  left: auto;
  right: 17px;
}


.tipoquadro-tr {
min-width: 200px;
  display: inline-grid;
margin: 3px;
  border: 1px solid #000;
  padding: 2px;
  background-color: #eee;
  box-shadow: 3px 4px 7px #0000007a;
}

.tipoquadro-table {
  display: grid;
}

.tipoquadro-table-header-tr {
display:none;
}

.tipoquadro-td {
border:0px !important;
}

.tipoquadro-td:hover {
  background-color: #ddd;
}

.btn-mini {
  width: auto;
  height: 24px;
  font-size: 12px;
  padding: 3px;
}
.btn-mini > img {
  mix-blend-mode: overlay;
}

.inverter-cor {
      -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
        filter: invert(100%);
}
.misturar-cor {
    mix-blend-mode: overlay;
}

#alert-box {
    position: absolute;
    right: 5px;
}

