<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#nuevo-parte  .form-group {
    margin-bottom: 10px;
}


#nuevo-parte .form-section {
    margin-bottom: 0;
}

#nuevo-parte  .form-group label {
    margin-bottom: 0px;
}

.divisor {
    border-bottom: 1px solid #009da0;;
    margin-bottom: 5px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-40 {
    margin-right: 40px;
}

.ajustada {
    width: 100%;
    height: auto;
}

/* Con esto, quitamos la separaciÃ³n del logo con el nombre de usuario */
.navbar .navbar-container {
    padding-left: 0;
}
.typeahead-dropdown {
    position: absolute;
    z-index: 2;
    overflow-y: scroll;
    background-color: white;
    border: solid 1px #a6a9ae;
    width: calc(100% - 30px);
    display: none;
    max-height: 200px;
}
.typeahead-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    padding-left: 0;
}
.typeahead-dropdown li {
    cursor: pointer;
    padding-left: 10px;
}
.typeahead-dropdown li:hover {
    background-color: #52D0D2;
}

.derecha {
    text-align: right;
}

.izquierda {
    text-align: left;
}

div.scroll-centro {
    background-color: lightgray;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    padding: 0 0 0 10px ;
    text-align: left;
    border: 1px solid gray;
    border-radius: 5px;
  }
</pre></body></html>