﻿@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css');
.fix-banner {
    background-image: url('/images/banner.jpg')
}

/*.Fix-linea-correctaAnt > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active),
.Fix-linea-correctaAnt > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active) .app-frozen-spacer {*/
    /* change this property */
    /*background-color: #8bddb0 !important;
}

.Fix-linea-atencionAnt > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active),
.Fix-linea-atencionAnt > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active) .app-frozen-spacer {*/
    /* change this property */
    /*background-color: #ffd800 !important;
}

.Fix-linea-alarmaAnt > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active),
.Fix-linea-alarmaAnt > .ui-btn:not(:hover):not(.app-selected):not(.ui-btn-active) .app-frozen-spacer {*/
    /* change this property */
    /*background-color: #ff6a00 !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: #f5e384 !important;
}

.Fix-linea-correcta .ui-btn::before,
.Fix-linea-correcta .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: #8bddb0 !important;
}

.Fix-linea-atencion .ui-btn::before,
.Fix-linea-atencion .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-linea-alarma .ui-btn::before,
.Fix-linea-alarma .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-Pendiente .ui-btn::before,
.Fix-Solicitud-Pendiente .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-Parcial .ui-btn::before,
.Fix-Solicitud-Parcial .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: darkorange !important;
}

.Fix-Solicitud-Completa .ui-btn::before,
.Fix-Solicitud-Completa .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: seagreen !important;
}

.app-bar-toolbar .app-logo
{
    text-indent: -9999px;
    width: 100px;
    padding: 0;
    background-image: url("/images/komatsu-logo.png");
    background-position: center center;
}


#role-functions {
    height: auto
}

#role-functions .dx-treelist-rowsview td {
    vertical-align: middle;
}
