﻿.fechaHabilitada {
    background-color: white !important;
}

pre#tickeAImprimir, pre#tickeGrandeAImprimir {
    height: 1px;
    width: 1px;
    padding: 0;
}

#alineadoDer {
    text-align: right;
}

.tablaRespuesta th {
    text-align: center;
}

.rtaOnlineDisabled {
    color: #aeaeae;
}
/*boton generico/comercial*/
.botonToggle {
    background-color: #ddd
}

    .botonToggle.active, .btn-default.active:focus {
        background-color: #49af50 !important;
        border-color: #50bf57 !important;
        color: white !important;
    }

    .botonToggle:hover {
        color: white;
        background-color: #49af50;
        border-color: #50bf57;
    }

    .botonToggle.active:hover {
        color: white;
        background-color: #5bbd61;
        border-color: #2e8e33;
    }

.tooltip .tooltip-inner {
    color: white;
    background-color: #D9534F;
    border-radius: 5px;
    border: solid 1px #A94442;
}

.tooltip-class .tooltip-arrow {
    background-color: #D9534F;
    border-top-color: #D9534F !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #D9534F !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #D9534F !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #D9534F !important;
}

.transactionTitle{
    padding-bottom: 10px;
}

.medicamentosScroll {
    overflow-y: scroll;
    min-height: 300px;
    height: calc(100vh - (320px));
}