body {
  margin-top: 80px;
}

.navbar-ctlc{
 /* background-color: #0e2652 ;*/
   background-color: #19418a 
 /* background-color: #1d4a9c; */

 
}
.admin-create-button {
  display: flex;
  justify-content: flex-start;
}

.model-actions {
  display: flex;
}

.employee-top {
  display: flex;
}

.employee-top img {
  flex: 0 1 96px;
}

.employee-top-data {
  flex: 1;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-buttons {
  display: flex;
  justify-content: flex-start;
}
.map-area {
  min-height: 500px;
  
 
}

.map-tracking {
  min-height: 800px;
  
 
}

.map-div {

  position: relative;
  z-index: 0;
 
  }

  @media (min-width: 768px) {

    .drawer-opened{
      margin-left: 280px;
    }

    .drawer-right{
      margin-right: 280px;
    }
    .toggle-visible{
      display: none;
    }
  }

.table-narrow-reparaciones {
 /* min-height: 230px;*/
  background-color:transparent;
}
  .table-narrow-reparaciones tr td {
 /*   white-space: nowrap;*/
    font-size: 0.875rem;
  
}

.table-narrow-reparaciones tr th {
  white-space: nowrap;
  font-size: 0.875rem;

}
.table-narrow  tr th {
  white-space: nowrap;
  font-size: 0.875rem;
}
.floating-label.is-focused label {
  color: green;
}


.picker-date-display {
  background-color: #388e3c
}

.picker-day-today {
  color: #388e3c;
 
}

.picker-day.picker-day-selected {
  background-color: #388e3c;
 
}

.same-height{
  height: 1.5rem;
}

.same-width{
  max-width: 200px;
}



.sort-icon{
  padding: 4px!important;

  min-width: 0!important;
}