/* Imagen Avatar mas grande */
.layout-topbar .profile-menu-button {
    height: 58px !important;
}

.layout-topbar .profile-menu-button img {
    width: 55px !important;
    height: 55px !important;
}

/* Imagenes Menu */
.layout-topbar-sandiego .layout-top {
    background-image: url("/jakarta.faces.resource/menu/topbar.jpg.xhtml?ln=images") !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.layout-menu-light .layout-menu-container {
    background-image: url("/jakarta.faces.resource/menu/menu.jpg.xhtml?ln=images") !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.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;
}


.product .product-name {
    font-size: 1rem;
    font-weight: 700
}

.product .product-description {
    margin: 0 0 1rem 0
}

.product .product-category-icon {
    vertical-align: middle;
    margin-right: .5rem
}

.product .product-category {
    font-weight: 600;
    vertical-align: middle
}

.product .product-list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem
}

.product .product-list-item.border-1 {
    border-bottom: 1px solid var(--surface-d)
}

.product .product-list-item img {
    width: 150px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    margin-right: 2rem
}

.product .product-list-item .product-list-detail {
    flex: 1 1 0;
    -ms-flex: 1 1 0
}

.product .product-list-item .ui-rating {
    margin: 0 0 .5rem 0
}

.product .product-list-item .product-price {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: .5rem;
    align-self: flex-end
}

.product .product-list-item .product-list-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.product .product-list-item .ui-button {
    margin-bottom: .5rem
}

.product .product-grid-item.border-1 {
    border: 1px solid var(--surface-d)
}

.product .product-grid-item .product-grid-item-top, .product .product-grid-item .product-grid-item-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product .product-grid-item img {
    width: 75%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    margin: 2rem 0
}

.product .product-grid-item .ui-rating {
    margin: 0 0 1rem 0
}

.product .product-grid-item .product-grid-item-content {
    text-align: center
}

.product .product-grid-item .product-price {
    font-size: 1.5rem;
    font-weight: 600
}

@media screen and (max-width: 576px) {
    .product .product-list-item {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }

    .product .product-list-item img {
        width: 75%;
        margin: 2rem 0
    }

    .product .product-list-item .product-list-detail {
        text-align: center
    }

    .product .product-list-item .product-price {
        align-self: center
    }

    .product .product-list-item .product-list-action {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product .product-list-item .product-list-action {
        margin-top: 2rem;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
}

.product-badge {
    border-radius: 2px;
    padding: .25em .5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .3px
}

.product-badge.status-disponible {
    background: #c8e6c9;
    color: #256029
}

.product-badge.status-sincupos {
    background: #ffcdd2;
    color: #c63737
}

.product-badge.status-pocos {
    background: #feedaf;
    color: #8a5340
}
body .ui-chip {
    background-color: #e3f2fd;
    color: #495057;
    height: 40px !important;
}
.ui-chip img {
    width: 2.5rem !important;
    height: 2.5rem !important;
    margin-left: -0.5rem !important;
    margin-right: .5rem !important;
}
.ui-chip img {
    border-radius: 50% !important;
}
@media screen and (max-width: 576px) {
    .layout-footer {
        padding: 0 20px !important;
    }
    .layout-footer a {
        margin-left: 10px !important;
    }
}