#main-container{
    margin-top:70px;
}

.w-90{
    width:90px !important;
}

.label-small{
    font-size:.65em;
    margin-bottom: 0rem;
}

.time-control{
    font-size: .675rem !important;
}

.text-small{
    font-size: .675rem !important;
}

.text-bold{
    font-weight:bold;
}

.color-red{
    color:red;
}

.color-green{
    color:#28a745;
}


#modal-warning .modal-title{
    font-weight:bold;
}


#modal-warning .modal-content{
    background-color:red;
    color:white;
    font-weight:bold;
}

#modal-warning .modal-footer{
    justify-content: space-between;
}

.blink-me {
    animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
}

.dropdown-list-car{
    max-height:300px;
    overflow-y:auto;
}

.dropdown-item-model{
    display:none;
}

.w-100{
    width:100px !important;
}

.color-control{
    max-width:75px;
}

.w-33p{
    max-width:33% !important;
}