body {
  margin-top: 50px
}

.fixed-top {
  background-color: #cecece;
  padding-top: 5px;
  padding-bottom: 5px;
}

#logo {
  height: 28px;
}

#footer{
  padding: 5px 0;
  font-size: 13px;
  color: #ffffff;
  background-color: #000000e6;

  position: fixed;
  bottom: 0
}

.table td,
.table th {
  font-size: 90%;
  padding: 0.3rem;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle !important;
}

#timer-expiracao {
  border: 1px solid #ffffff;
  padding: 2px 5px;
  color: #ffffff;
  border-radius: 0.25rem;
}

.nav-link {
  padding: 0.3rem .6rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #ff8000;
}

sup {
  font-size: 65%;
  color: #ffffff;
  padding: 1px 3px;
  margin-left: 2px;
  border-radius: 5px;
  background-color: #ff2222;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.2);
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CLASSES QUE FUNCIONAM SOMENTE NO MOBILE */
@media (min-width: 800px) {
  .btn-xss {
    padding: 0.01px 0.2rem;
    font-size: 0.7rem;
  }
}

/* CLASSES QUE FUNCIONAM SOMENTE NO MOBILE */
@media (max-width: 800px) {
  .fonte-menor {
    font-size: 11px !important;
  }

  #footer{
    text-align: center;
    font-size: 11px;
  }


  .nav-item button {
    text-align: center;
    width: 100%;
    border: 1px solid #cccccc !important;
    margin-top: 3px
  }
  .nav-item {
    width: 100%;
  }
}


/* TABLETS */
@media (min-width: 600px) and (max-width: 1024px) {
  body {
    font-size: 123% !important;
  }

  .table td,
  .table th {
    font-size: inherit;
    padding: 0.4rem;
    line-height: 1.3;
  }

  .nav-item {
    margin-bottom: 10px !important;
    font-size: 120%
  }

  table.table-hover {
    margin-top: 60px !important
  }


  .select2-container .select2-selection--single {
    height: 40px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
  }

  .hidden-xs {
    display: none !important;
  }
}


.select2-container--default .select2-results>.select2-results__options {
  max-height: 500px;
}

.documento-pessoa {
  float: right;
  color: #7e7e7e
}

.select2-results__option--selectable {
  border-top: 1px solid #cccccc;
}


    
.show-hide-password {
  color: #a2a2a2;
  position: absolute;

  right: 10px;
  margin-top : -33px;

  cursor: pointer;
}