.red-row {
  background-color: red;
}
.total-truck{
  font-size: 18px;
  font-weight: bold;
}
.style-1 {
  background-color: rgb(215,215,44)
}
.style-2 {
  background-color: rgb(114,114,67)
}
.areaStyle{
  color: white !important;
  background: #3f51b5 !important;
  font-size: 13px;
  width: 100%;
  padding: 1px;
  display: table;
  height:70px;
}
.col-style{
   width: 300px;
}
.client-father-box{
  max-height:100px;
  min-height:100px;
  overflow: scroll;
}
.box-clienti{
  color:white;
  font-size: 14px;
}
.peso-clienti{
  float: right;
}
.areaStyle-cell{
  height:70px;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.card-custom{
    flex: 0 0 auto;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3f51b5; /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.manufStyle{

  
  font-size: 16px;
}
.okClassBorderLoad{
  border:2px solid #3f51b5 !important;
  border-color: #3f51b5 !important;
  background: #3f51b5 !important;

}
.okClassBorder
{
  border:2px solid #3f51b5 !important;
  border-color: #3f51b5 !important;
  background: white !important;
  color:black !important;
}
.bookingClassBorder{
  border:5px solid orange !important;
  border-color: orange !important;
  border-radius: 5px;
}
.okNoBookingTooltipClassBorder{
  border-radius: 5px;
  border:2px solid white !important;
  border-color: white !important;
}
.okNoBookingClassBorder
{
  border-radius: 5px;
  border:2px solid #3f51b5 !important;
  border-color: #3f51b5 !important;
 
}
.errorClassBorder{
    border:3px solid red !important;
    border-color: red !important;
    background: white !important;
    color:black !important;
}

.theme--dark.v-expansion-panels .v-expansion-panel{
  background: #3f51b5 !important;
}
.v-expansion-panel--active>.v-expansion-panel-header{
  min-height: 30px;
}
.titleDriver{
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
    max-height: 200px;
    overflow-y: scroll;
}
.v-expansion-panel-content__wrap{
  padding-bottom: 0px !important;
}

.v-item-custom{
  color: black !important;
}

.v-list-group__items{
  width: 100%;
}
.actionCustom{
  width: 100%;
}

.padding-custom{
  padding: 8px;
}
.border-danger{
  border-bottom: 3px solid red;
}

.labelRequest{
  margin-top: 10px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
}
.labelsingleRequest{
  font-size: 16px;
  font-weight: bold;
}
.dividerSpecial{
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.div-add-drivers
{
  width: 100%;
  display: block;
  margin-left: 15px;
  height: 30px;
}

.file-custom
{
  background: #f9fafb;
  border-radius: 12px;
  min-height: 24px !important;
  margin-bottom: 5px;
}
.route-custom
{
  background: #f9fafb;
  border-radius: 12px;
  min-height: 64px !important;
  margin-bottom: 5px;
}
.step-custom
{
  background: #f9fafb;
  border-radius: 12px;
  min-height: 24px !important;
  margin-bottom: 0px;
  padding: 5px !important;
}
.ico-file-custom
{
  height: 35px !important;
  width: 35px  !important;
  margin: 0px !important;
  padding: 0px !important;
}

.search-box input {
  border: none;
  outline: none;
  padding: 8px;
  flex: 1;
}
.search-box button {
  background: #fff;
  border: none;
  cursor: pointer;
  padding: 6px 8px;
  font-size: 16px;
}
.search-box {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  padding: 4px;
  max-width: 350px;
}

.box-key-data
{
  display:block;
  background: #e0e0e0;
  border-radius: 4px;
  padding: 8px;
  margin-right: 16px;
  margin-bottom: 8px;
  height: 200px;
}
.box-label-data
{
  font-weight: bold;
  margin-top: 10px;
  display: block;
}