.dialpad > div{
  padding: 10px;          
  border: 1px solid #fff;
} 
.display{             
    /* margin: 20px auto; */
    /* border-bottom: 1px solid teal; */
    min-height: 36px;
} 

.flex {
    display: flex;
    flex-wrap: wrap;
}

.dp{
    padding-top: 20px;
}

.text-bold{
    font-weight: bold;            
}
.legajo{
    line-height: 100%;
    border-bottom: 1px solid teal;
    margin: 0 0 0 0;
    padding-bottom: 10px;
    min-height: 34px;
}

.nota{
    margin-bottom: 0;
    margin-top: 0;
}

.input-field input[type=text]:focus + label {
    color: teal !important;
  }

.modal-footer.control {
    text-align: center;
}

.modal-content.report {
    padding: 0px;
    
}

#controlBox {
    padding: 0px;
    width: 90%;
    height: 500px;
    max-height: 120% !important; 
    overflow: visible
}
