 .field-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
.field-row-work {
  flex-direction: column !important;

  width: auto !important;
  justify-content: flex-start!important;
  align-items:  flex-start!important;
}

.field-row > .component-block{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex: 1 1;
} 
.field-row > .component-block > .date {
    width: 30%;
    margin-right: -5px;
    flex: 0 1 auto;
}
.field-row> .component-block > .user{
    width: auto;
}
.field-components{
margin: 0px;
display: flex;
flex-direction: row;
justify-content: flex-end;
flex: 1 1;
}
.field-components > .maior{
    width: 100%;
}
.field-components > .menor{
    width: 0%;
}

.field-row.left { justify-content: flex-start; }
.field-container {
    /* margin: 10px; */
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1 1;
}
.field-container .main-resume{
    margin: 0px;
}
.field-container.separator{
    margin-left: 0px;
    margin-right: 0px;
}
.field-row.left .field-container { flex: 0 1 auto; }
.field-container.checkbox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: center;
}
.field-container.checkbox > label,
.field-container.checkbox-group > div > form-field > label { margin-left: 5px; }
.field-container:not(.checkbox) > label {
    color: #888;
    font-size: 0.8rem;
    margin-bottom: 5px;
}
.field-container.checkbox-group > div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.field-container.checkbox-group > div > form-field {
    margin-left: 20px;
}

.field-container > .inputs {
    display: flex;
    flex-direction: row;
}
.field-container > .inputs > input[type="button"] {
    background-color: #eee;
    border: 1px solid #ddd;
    border-left: none;
}

.field-container > .divs  {
    display: flex;
    flex-direction: row;
    width: 30%;
}

.field-container > .inputs > input[type="button"] { width: 32px; }
.field-container > .inputs > .code { width: 70px; min-width: 50px; }
.field-container > .inputs > .content {
    width: 100%;
    margin-left: 5px;
    flex: 1 1 auto;
}
input[type="text"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="password"],
input[type="file"],
select,
textarea {
    font-size: 13px;
    padding-left: 5px;
    border: 1px solid #ddd;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
    border: 1px solid #444;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="file"],
input[type="date"],
input[type="time"],
select {
    min-width: 30px;
}

input[type="text"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="password"],
input[type="file"],
select { height: 30px; }
textarea {
    padding-top: 5px;
    height: 5rem;
}

input[disabled="disabled"],
select[disabled="disabled"],
textarea[disabled="disabled"]{
    background-color: #eee;
    color: inherit;
}

input[type="checkbox"] {
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
}

.ng-empty[required]:not(.field-container):not([disabled]),
.ng-invalid-required[required]:not(.field-container):not([disabled]) { border: 1px solid #F7705F }
.ng-empty[required]:not(.field-container):not([disabled]):focus,
.ng-invalid-required[required]:not(.field-container):not([disabled]):focus { border: 1px solid black }

@media screen and (min-width: 320px) and (max-width: 640px){
input[type="file"] { width: 100%; }
select { width: 100%; }
}

.field-row.right{
    width: 47%;
    float: right;
    margin-bottom: 10px;
}

.field-row.right-two{
    width: 25%;
    float: right;
    /* margin-bottom: 10px; */
}

.field-row.right-thre{
    width: 47%;
    float: right;
    /* margin-bottom: 10px; */
}

.botoes{
    white-space: nowrap;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-size: 12px;
    font-style: inherit;
    user-select: none;
    cursor: pointer;
    line-height: 36px;
}


/* .botoesnovo{
 color: #052141 !important; 
} */

.previous-next{
    margin-top: 1%; 
    margin-bottom: 10px;
}

.title {
    font-size: 15px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------- */

#presentation{
    width: 480px;
    height: 120px;
    padding: 20px;
    margin: auto;
    background: #FFF;
    margin-top: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); 
    transition: all 0.3s; 
    border-radius: 3px;
  }
  
  #presentation:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    transition: all 0.3s;
    transform: translateZ(10px);
  }


#floating-button{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #db4437;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 5px #666;
  }
  
  .plus{
    color: white;
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 55px;
    font-size: 38px;
    font-family: 'Roboto';
    font-weight: 300;
    animation: plus-out 0.3s;
    transition: all 0.3s;
  }
  
  #container-floating{
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 30px;
    right: 30px;
    z-index: 50px;
  }
  
  #container-floating:hover{
    height: 400px;
    width: 90px;
    padding: 30px;
  }
  
  #container-floating:hover .plus{
    animation: plus-in 0.15s linear;
    animation-fill-mode: forwards;
  }
  
  .edit{
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    padding: 0;
    opacity: 0;
    margin: auto;
    line-height: 65px;
    transform: rotateZ(-70deg);
    transition: all 0.3s;
    animation: edit-out 0.3s;
  }
  
  #container-floating:hover .edit{
    animation: edit-in 0.2s;
     animation-delay: 0.1s;
    animation-fill-mode: forwards;
  }
  
  @keyframes edit-in{
      from {opacity: 0; transform: rotateZ(-70deg);}
      to {opacity: 1; transform: rotateZ(0deg);}
  }
  
  @keyframes edit-out{
      from {opacity: 1; transform: rotateZ(0deg);}
      to {opacity: 0; transform: rotateZ(-70deg);}
  }
  
  @keyframes plus-in{
      from {opacity: 1; transform: rotateZ(0deg);}
      to {opacity: 0; transform: rotateZ(180deg);}
  }
  
  @keyframes plus-out{
      from {opacity: 0; transform: rotateZ(180deg);}
      to {opacity: 1; transform: rotateZ(0deg);}
  }
  
  .nds{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    z-index: 300;
    transform:  scale(0);
    cursor: pointer;
  }
  
  .nd1{
    background: #d3a411;
    right: 40px;
    bottom: 120px;
    animation-delay: 0.2s;
      animation: bounce-out-nds 0.3s linear;
    animation-fill-mode:  forwards;
  }
  
  .nd3{
    background: #3c80f6;
    right: 40px;
    bottom: 180px;
    animation-delay: 0.15s;
      animation: bounce-out-nds 0.15s linear;
    animation-fill-mode:  forwards;
  }
  
  .nd4{
    background: #ba68c8;
    right: 40px;
    bottom: 240px;
    animation-delay: 0.1s;
      animation: bounce-out-nds 0.1s linear;
    animation-fill-mode:  forwards;
  }
  
  .nd5{
    background-image: url('https://lh3.googleusercontent.com/-X-aQXHatDQY/Uy86XLOyEdI/AAAAAAAAAF0/TBEZvkCnLVE/w140-h140-p/fb3a11ae-1fb4-4c31-b2b9-bf0cfa835c27');
    background-size: 100%;
    right: 40px;
    bottom: 300px;
    animation-delay: 0.08s;
    animation: bounce-out-nds 0.1s linear;
    animation-fill-mode:  forwards;
  }
  
  @keyframes bounce-nds{
      from {opacity: 0;}
      to {opacity: 1; transform: scale(1);}
  }
  
  @keyframes bounce-out-nds{
      from {opacity: 1; transform: scale(1);}
      to {opacity: 0; transform: scale(0);}
  }
  
  #container-floating:hover .nds{
    
    animation: bounce-nds 0.1s linear;
    animation-fill-mode:  forwards;
  }
  
  #container-floating:hover .nd3{
    animation-delay: 0.08s;
  }
  #container-floating:hover .nd4{
    animation-delay: 0.15s;
  }
  #container-floating:hover .nd5{
    animation-delay: 0.2s;
  }
  
  .letter{
    font-size: 23px;
    font-family: 'Roboto';
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 40px;
  }
  
  .reminder{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    line-height: 40px;
  }
  
  .profile{
    border-radius: 50%;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
  }

  .listaDetalhada{
    margin: 10px;
    background-color: #eeeeee;
    padding: 10px;
    border: 2px solid #d7d7d7;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }

  .listaDetalhada:hover{
    background-color: #237192;
    font-weight: bold;
    color: #FFF
  }

  .placa-detalhada {
    margin: 10px;
    border: 2px solid#d7d7d7;
    padding: 10px;
    border-radius: 15px;
    width: 550px; 
    margin: 10px;
  }

  .limpa-filtros-placa{
    margin: 0;
    float: right;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
  }

  .placa-detalhada-interna{
    overflow-y: auto;
    max-height: 155px;
    margin: 10px;
    padding: 10px;
    padding-top: 15px;
  }

  .button-list{
    padding: 10px;
    background-color: #eeeeee;
    /* padding-left: 15px;
    padding-right: 15px; */
    padding-bottom: 8px;
    padding-top: 9px;
    float: right;
    cursor:pointer;
    height: 15px;
  }

  .menu-list{
    position: absolute;
    z-index: 1000;
    /* display: none; */
    visibility: hidden;
    float: left;
    /* min-width: 200px; */
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.176) 0;
    overflow-y: auto;
    margin-top: 30px;
    /* margin-left: 5px; */
    max-height: 200px;
    /* width: 430px; */
  }

  @media only screen and (min-width: 1814.5px) {
    .menu-list {
        width: 410px;
    }
  }

  @media only screen and (max-width: 1680px) {
    .menu-list {
        width: 380px;
    }
  }

  @media only screen and (max-width: 1600px) {
    .menu-list {
        width: 360px;
    }
  }

  @media only screen and (max-width: 1440px) {
    .menu-list {
        width: 320px;
    }
  }

  @media only screen and (max-width: 1366px) {
    .menu-list {
        width: 305px;
    }
  }

  @media only screen and (max-width: 1280px) {
    .menu-list {
        width: 285px;
    }
  }

  @media only screen and (max-width: 1217.89px) {
    .menu-list {
        width: 205px;;
    }
  }

  @media only screen and (max-width: 1024px) {
    .menu-list {
        width: 220px;
    }
  }

  @media only screen and (max-width: 779px) {
    .menu-list {
        width: 175px;
    }
  }

  @media only screen and (max-width: 768px) {
    .menu-list {
        width: 160px;
    }
  }

  @media only screen and (max-width: 703px) {
    .menu-list {
        width: 140px;
    }
  }

  @media only screen and (max-width: 628.89px) {
    .menu-list {
        width: 605px;
    }
  }

  @media only screen and (max-width: 570px) {
    .menu-list {
        width: 550px;
    }
  }

  @media only screen and (max-width: 540.55px) {
    .menu-list {
        width: 250px;
    }
  }

  @media only screen and (max-width: 467.39px) {
    .menu-list {
        width: 213px;
    }
  }

  @media only screen and (max-width: 414px) and (max-width: 411px) {
    .menu-list {
        width: 175px;
    }
  }

  @media only screen and (max-width: 375px) {
    .menu-list {
        width: 140px;
    }
  }

  @media only screen and (max-width: 360px) {
    .menu-list {
        width: 155px;
    }
  }


  @media only screen and (max-width: 320px) {
    .menu-list {
        width: 110px;
    }
  }





  .menu-list-item{
    cursor: pointer;
    margin: 5px;
    padding: 5px;
  }

  .menu-list-item:hover{
   background-color: #3c80f6;
   color: #FFF;
  }

  .modal-dialog{
    padding: 10px;
    width: 500px;
};

.modal-dialog-title{
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    padding-bottom: 16px;
    padding-top: 5px;
    border-bottom: 2px solid #d7d7d7;
    text-align: center;
    margin-bottom: -13px;
};

.botao-flutuante-left{
    float: left;
    border-radius: 50%;
    z-index: 1000;
}

.botao-flutuante-right{
    float: right;
    border-radius: 50%;
    z-index: 1000;
};

.ul-passagem-elemento{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin:10px;
    list-style-type: unset;
}

.li-passagem-elemento{
    margin-left: 10px;
     margin-right: 10px;
     font-size: x-large;
}

.div-modal{
    padding: 5px;
    border-top: 2px solid #d7d7d7;
    padding-bottom: 10px;
};

.color-li{
    color:#ff4081
}

.multiselect {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1 1;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.newLayout-addOn{
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #abbed1;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .26);
  gap: 8px;
  min-width: 80px;
  min-height: 59px;
  padding-left: 35px;
  padding-right: 20px;
}

.no-spinner input::-webkit-inner-spin-button,
.no-spinner input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}