/*Estilos del contenedor de elementos*/
.wrapper-destination,
.flotilla-weights {
  display: none;
}

/*Estilos de títulos de la tabla*/
#title-destinos {
  background-color: #660000;
}

#title-deliveries {
  background-color: #001a4d;
}

#title-destinos,
#title-deliveries {
  padding: 15px;
  color: aliceblue;
  margin: 0;
}

/*Estilos de elementos de la forma*/
.form-check {
  margin-left: 20px;
}

#destination,
.wrapper-options,
.form-check,
.wrapper-options header {
  margin-top: 20px;
}

.wrapper-options {
  border-top: 5px solid darkcyan;
  padding: 0;
}

#list_deliveries {
  overflow: scroll;
  max-height: 400px;
}

.table-responsive {
  margin-top: 3px;
  overflow: scroll;
  max-height: 400px;
}


.delivery {
  margin-left: 50%;
}

.chosenDeliveriesWrapper {
  display: none;
}

.alert {
  display: inline-block;
}

#sendDeliveries {
  background-color: #001a4d;
}

.itemDelivery,
.wrapper input {
  transition: all .2s ease-in-out;
}

.itemDelivery:hover {
  transform: scale(1.1);
}

.wrapper input:hover {
  transform: scale(1.4);
}


#flotilla {
  width: 250px;
  margin: 0 0 20px 17px;
  padding: 3px;
  background-color: #fff;
}

#label-flotilla {
  margin-left: 17px;
  font-weight: 500;
}

#flotilla-max-weight p {
  margin-left: 17px;
}

.compareWeight {
  font-weight: bold;
  font-size: 20px;
  color: brown;
}

#overWeight {
  margin-left: 2%;
  display: none;
}

#delivery-container{
    width: 1400px;
    left:-400px;
    max-height: 800px;
}

.modal-body {
    height:600px;
}
