input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.main-ds {
    flex: 1 !important;
}
textarea {
    resize: none;
}
.modal-backdrop {
    z-index: 1050 !important;
}
.modal {
    z-index: 1060 !important;
}
.ocultar {
    display: none !important;
}
.font-ds {
    font-style: oblique;
    font-weight: 900;
    font-size: 0.7em;
}
.app-footer-right-ds {
    margin-left: auto;
    display: flex;
}
.logo-name {
    font-style: oblique;
    font-weight: 900;
    font-size: 2.5em;
    margin-top: -1em;
    font-family: "Clafisch Scrip WEb", serif;
    width: 132px !important;
}
ul .ui-autocomplete {
    overflow-y: scroll !important;
    height: 100px !important;
}
td[contentEditable] {
    background: #dff0d8 !important;
}
.responseErrors {
    display: none;
}
#tableResult tr {
    cursor: pointer;
}
.centerText {
    text-align: center !important;
}
.rightText {
    text-align: right !important;
}
.totalWidth {
    width: 100%;
}
.scrollDiv {
    height: 424px;
    overflow: auto;
}
.uppercase {
    text-transform: uppercase;
}
.ui-autocomplete {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 200px;
}
.complete-group button {
    margin: 25px 0px 0px 0px;
}
/* ANIMACION DE ESPERAR **/

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}
/* FIN ANIMACION ESPERAR*/

.tablesorterWrap {
    max-height: 500px !important;
    font-size: 11px;
    overflow: auto;
}