/* TOP BAR */
/*
@media screen and (max-width: 1024px) {
    .layout-logo {
        margin-left: 2em !important;
    }
}
.topbar-application-sigla {
    color: #FFFFFF;
    font-size: 200%;
}
.tableBorder td {
    border: 1px solid black !important;
}
.col100 {
    width: 100px;
}
.col5p{
    width: 5% !important;
}
.col10p{
    width: 10% !important;
}
.col20p{
    width: 20% !important;
}
.col25p{
    width: 25% !important;
}
.col30p{
    width: 30% !important;
}
.col33p{
    width: 33% !important;
}
.col35p {
    width: 35% !important;
}
.col40p{
    width: 40% !important;
}
.col50p{
    width: 50% !important;
}
.col60p{
    width: 60% !important;
}
.col70p{
    width: 70% !important;
}
.col80p{
    width: 80% !important;
}
.col90p{
    width: 90% !important;
}

.cen{
    text-align: center;
}

.der{
    text-align: right;
}

.izq{
    text-align: left;
}
.labelOutput{
    font-weight: bold;
}
*/

.p-field>label {
    font-weight: bolder;
}
.ui-small-button {
    width: 2rem !important;
    height: 2rem !important;
}
.botonAccionTabla button {
    border-radius: 50% !important;
    width: 2rem !important;
    height: 2rem !important;
}
.botonAccionTabla button span {
    left: 1.3rem !important;
}
.tagLink {
    background-color:var(--primary-color) !important;
    color: var(--primary-color-text) !important;
}
.crud .ui-datatable {
    margin-top: 1rem;
}
.crud .ui-datatable-header {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    font-size: larger;
    padding: 4px 4px !important;
    background-color:var(--primary-color) !important;
    color: var(--primary-color-text) !important;
}

.crud .crud-table-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color:var(--primary-color) !important;
    color: var(--primary-color-text) !important;
}
.bg-footer-table {
    background-color:var(--primary-color) !important;
    color: var(--primary-color-text) !important;
    padding-right: 3px !important;
}

.timeline-clock {
    display: inline-block;
    margin-top: 0.5em;
    background-color: #eeeeee;
    color: #616161;
    padding: 0.5em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.timeline-clock em {
    margin-right: 7px;
    vertical-align: middle;
}
.timeline-clock label {
    vertical-align: middle;
    font-size: 13px;
}

.ui-inplace .ui-inplace-display {
    padding: 0 !important;
}
.inputNumber {
    text-align: right !important;
    width: 150px !important;
}
.ui-fieldset {
    padding: 0.0rem 0.0rem 0.0rem 0.75rem !important;
}

/* ESTADOS OS */
.os-programada {
    background-color: #ffed6f !important;
}
.os-rendida {
    background-color: #4e8637 !important;
}
.os-estado-equipo-Agregado {
    background-color: #03A9F4 !important;
    color: #FFFFFF !important;
}
.os-estado-equipo-Eliminado {
    background-color: #F44336 !important;
    color: #FFFFFF !important;
}
.os-estado-equipo-Reprogramado {
    background-color: #FFC107 !important;
    color: #000000 !important;
}
.os-estado-equipo-Revisado {
    background-color: #99FF6F !important;
    color: #000000 !important;
}
.os-estado-equipo-Incompleto {
    background-color: #f9a825 !important;
    color: #FFFFFF !important;
}
.os-estado-equipo-Pendiente {
    background-color: #F8FF6F !important;
    color: #000000 !important;
}

.schedule-orange, .schedule-orange .fc-event-skin, .schedule-orange a {
    background-color: orange !important;
    color: black !important;
    border-color: darkorange !important;
}

.schedule-yellow, .schedule-yellow .fc-event-skin, .schedule-yellow a {
    background-color: goldenrod !important;
    color: black !important;
    border-color: darkgoldenrod !important;
}

.schedule-blue, .schedule-bluee .fc-event-skin, .schedule-blue a {
    background-color: #0c72ea !important;
    color: white !important;
    border-color: darkblue !important;
}

.schedule-gray, .schedule-gray .fc-event-skin, .schedule-gray a {
    background-color: #d4d0c8 !important;
    color: black !important;
    border-color: darkgray !important;
}

.schedule-magenta, .schedule-magenta .fc-event-skin, .schedule-magenta a {
    background-color: magenta !important;
    color: black !important;
    border-color: darkmagenta !important;
}

.schedule-green, .schedule-green .fc-event-skin, .schedule-green a {
    background-color: green !important;
    color: black !important;
    border-color: darkgreen !important;
}


.summary-box {
    position: relative;

    .card {
        min-height: 100px;
    }

    .summary-box-title {
        font-size: 16px;
        margin: 0;
        color: #ffffff;
    }

    p {
        margin: .25em 0;
        color: #ffffff;
    }

    .summary-box-icon {
        position: absolute;
        right: 24px;
        top: 32px;
    }

    .summary-box-graph {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    &.summary-box-messages {
        .card {
            border-top: 4px solid #0097a7;
            background-color: #00bcd4;
        }
    }

    &.summary-box-checkins {
        .card {
            border-top: 4px solid #ad1457;
            background-color: #e91e63;
        }

    }

    &.summary-box-filessynced {
        .card {
            border-top: 4px solid #f47b08;
            background-color: #ffb300;
        }

    }

    &.summary-box-usersonline {
        .card {
            border-top: 4px solid #455a64;
            background-color: #607d8b;
        }
    }
}