﻿.DetallePedidoModificadoMenos > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active),
.DetallePedidoModificadoMenos > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active) .app-frozen-spacer {
    /* change this property */
    background-color: rgba(0, 255, 144, 0.38) !important;
}

.DetallePedidoModificadoMas > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active),
.DetallePedidoModificadoMas > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active) .app-frozen-spacer {
    /* change this property */
    background-color: rgba(255, 216, 0, 0.55) !important;
}

.Fix-Solicitud-Vencida .ui-btn::before, .Fix-Solicitud-Vencida .ui-btn .app-frozen-spacer::before

{
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    /* change this property */
    background-color: #ffd800 !important;
}

.Fix-Porcentaje-Neg .ui-btn::before, .Fix-Porcentaje-Neg .ui-btn .app-frozen-spacer::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    /* change this property */
    background-color: #61e2e2 !important;
}

.Fix-Porcentaje-Bajo .ui-btn::before, .Fix-Porcentaje-Bajo .ui-btn .app-frozen-spacer::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    /* change this property */
    background-color: #fcff00 !important;
}

.Fix-Porcentaje-Medio .ui-btn::before, .Fix-Porcentaje-Medio .ui-btn .app-frozen-spacer::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    /* change this property */
    background-color: #ffd800 !important;
}

.Fix-Porcentaje-Alto .ui-btn::before, .Fix-Porcentaje-Alto .ui-btn .app-frozen-spacer::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    /* change this property */
    background-color: #ff0000 !important;
}

.Fix-Solicitud-Sin-Enviar .ui-btn::before,
.Fix-Solicitud-Sin-Enviar .ui-btn .app-frozen-spacer::before 

{
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    /* change this property */
    background-color: indigo !important;
}

.Fix-vencido .ui-btn::before, .Fix-vencido .ui-btn .app-frozen-spacer::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    /* change this property */
    background-color: #ef350b !important;
}


.Fix-proximoavencer .ui-btn::before, .Fix-proximoavencer .ui-btn .app-frozen-spacer::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    /* change this property */
    background-color: #fcff00 !important;
}

.Fix-porvencer .ui-btn::before, .Fix-porvencer .ui-btn .app-frozen-spacer::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    /* change this property */
    background-color: #ff8500 !important;
}

.AlarmaLineaCompleta > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active),
.AlarmaLineaCompleta > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active) .app-frozen-spacer {
    /* change this property */
    background-color: #ee4a52 !important;
}

.fix-banner {
    background-image: url('/images/banner.jpg')
}