.toggle.ios, .toggle-on.ios, .toggle-off.ios, .toggle.ios .toggle-handle{
  border-radius: 20px;
}

td{
    vertical-align: middle !important;
}

.innerRow {
  margin: 0px 5px 8px 5px;
}

.popover{
    max-width: 550px;
    padding-bottom: 20px;
}

.table-border-2 tr, .table-border-2 td, .table-border-2 th {
  border-width: 1px !important;
}

.gestao-dia{
  width: 250px;
}

.acoes-container{
  margin: auto;
}

.progressbar {
  background-color: #555555;
  border-radius: 2px;
  width: 90%;
  padding: 1px;
  height: 20px;
  margin: auto;
  display: inline-flex;
}

.carregado {
  background-color: #28a745;
  /* Adjust with JavaScript */
  height: 100%;
}

.agendado{
  background-color: #aaaaaa;
  /* Adjust with JavaScript */
  height: 100%;
}

.no-ponto {
  background-color: #0488D0;
  /* Adjust with JavaScript */
  height: 100%;
}

.hidden{
  display: none !important;
}

.meio{
  border-radius: 0px;
}

.fim{
  border-radius: 0px 1px 1px 0px;
}

.inicio{
  border-radius: 1px 0px 0px 1px;
}

.inicio-fim{
  border-radius: 1px 1px 1px 1px;
}

.programado{
  background-color: #dc3545;
  /* Adjust with JavaScript */
  height: 100%;
}

.overlay {
  position: relative; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  /*display: none;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

small{
  color: white;
  font-size: x-small;
}

.info-destaque{
  background-color: #d1efd1;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.info-destaque-titulo{
  margin-top: 5px;
}

.btn-alterarStatus > button{
  background-color: white;
}

#buscarAnterior, #buscarProximo{
  cursor: pointer;
}

.painel{
  background-color: #fbfffb;
  border-color: white;
  box-shadow: 5px 5px 5px #dedede !important;
border-radius: 10px !important;
  margin-bottom: 20px;
}

.btn-group .btn-default.active{
  color: #fff !important;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}
