@media (max-width: 660px) {

    .logo_extendido {
        display: none;
    }

    .logo_corto {
        width: 95px;
    }

}

@media (min-width: 661px) {

    .logo_extendido {
        width: 400px;
    }

    .logo_corto {
        display: none;
    }

}

@media (max-width: 992px) {
    .layout-topbar{
        height: 65px !important;
    }

    .layout-main {
        padding-top: 65px !important;
    }

    .layout-rightpanel {
        top: 65px !important;
        height: calc(100% - 65px) !important;
    }

    .layout-wrapper .menu-wrapper {
        top: 65px !important;
        height: calc(100% - 65px) !important;
    }

    .layout-topbar-right {
        position: absolute !important;
        right: 61px !important;
        width: 20% !important;
    }

    .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
        top: 65px !important;
    }

    .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
        justify-content: center;
    }
}

.btn-file-add .ui-button {
    background-color: #4CAF50 ;
}

.separator-menu {
    height: 1px;
    background-color: white;
    margin: 0 5px;
}


.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
    left: auto !important;
    right: 5px !important;
}

.topbar-badge {
    position: absolute !important;
    right: -5px !important;
    top: -5px !important;
    background-color: #5180ce !important;
    color: #ffffff !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    padding: 2px 4px !important;
    display: block !important;
    font-size: 12px !important;
    line-height: 12px !important;
    width: auto !important;
    height: auto !important;
}

.login-image {
    background-image: url(/javax.faces.resource/images/pages/login/mercado.jpg.xhtml) !important;
    height: 94vh;
}

.form-footer button{
    width: 100%;
}

.profile-custom {
    background-color: #f3a841;
    border-radius: 50%;
    padding: 3px;
}

.profile-right {
    position: absolute;
    bottom: -25px;
    left: 16px;
    width: 64px;
    height: 64px;
}

@media (max-width: 992px) {
    .login-body .login-wrapper .login-panel {
        padding: 20px 4% 140px 5% !important;
    }
}

@media (min-width: 993px) {
    .login-body .login-wrapper .login-panel {
        padding: 15px 4% 50px 5% !important;
    }
}

.ui-messages-error {
    font-size: 17px !important;
}

.icon-error-messages {
    font-size: 5em;
    text-align: center;
    color: #EF5350;
}

.login-messages-error {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}

.login-messages-error .ui-messages-error {
    color: #EF5350 !important;
    background-color: #f2dede !important;
    border-color: #eed3d7 !important;
}

.dlg-custom {
    max-width: 400px !important;
    padding: 1em !important;
}

button {
    font-size: 17px !important;
    font-weight: 600 !important;
}

.login-card {
    width: 120px;
    float: left;
    height: 140px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
}

.text-descount {
    color: #F44336;
    font-weight: 600;
}

.text-descount input{
    color: #F44336;
    background-color: #fff;
    border-radius: 0;
}

.form-group {
    position: relative;
}

.form-group-titel {
    width: 100%;
    position: absolute;
}

.form-group span input{
    padding: 25px 12px 0 6px;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #E0E0E0;
}

.card-admin:hover {
    border-radius: 2px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    background-color: rgba(99, 111, 192, 0.45);
}

.card-seller:hover {
    border-radius: 2px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    background-color: rgba(0, 172, 173, 0.45);
}

.login-card i {
    font-size: 68px;
    padding: 20px;
}

.card-admin {
    margin-bottom: 1em;
    margin-top: 1em;
    background-color: rgba(99, 111, 192, 0.2);
    color: rgba(99, 111, 192, 1);
}

@media (min-width: 394px) {
    .card-admin {
        margin: 1em 0em;
        background-color: rgba(99, 111, 192, 0.2);
        color: rgba(99, 111, 192, 1);
    }
}

.card-seller {
    margin: 1em 0;
    background-color: rgba(0, 172, 173, 0.2);
    color: rgba(0, 172, 173, 1);
}

.card-border-select {
    border: solid 2px;
}

.loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: 1s all;
    opacity: 0;

}

.status-dialog {
    background-color: rgba(1, 1, 1, 0) !important;
    border: none !important;
    box-shadow: none !important;
}

.loading-spinner.show-spinner {
    border-radius: 50%;
    position: relative;
    width: 55px;
    height: 55px;
    opacity: 1;
    overflow: hidden;
}

.loading-spinner .spin {
    border: 10px solid rgba(46, 136, 255, 0.25);
    border-top-color: #2E88FF;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    animation: spin 1s linear infinite;

}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.der{
    text-align: right;
}

.cent {
    text-align: center;
}

.izq{
    text-align: left;
}

.pnl-width-total {
    width: 100% !important;
}

.button-add-product {
    height: 45px !important;
    width: 35px !important;
    color: #5cd65c !important;
}

.button-add {
    height: 45px !important;
    width: 35px !important;
    color: #5cd65c !important;
}

.button-add span {
    font-size: 30px !important;
}

.custom-secondary .ui-datalist-header {
    background-color: #607D8B !important;
    border-color: #607D8B !important;
}

.custom-secondary {
    background-color: #607D8B !important;
    border-color: #607D8B !important;
    color: #ffffff !important;
}

.btn-primary {
    background-color: #2E88FF;
    color: #ffffff;
    border: 1px solid #2E88FF;
}

.button-add-product span {
    font-size: 30px !important;
}

.accordion-custom .ui-accordion-content {
    border: none !important;
    padding: 0 !important;
}

.accordion-custom .ui-accordion-header {
    background-color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    color: #000000 !important;
}

.accordion-custom .ui-accordion-header .ui-icon {
    color: #000000 !important;
}

.accordion-custom-sales .ui-accordion-content {
    padding: 0 !important;
}

.accordion-custom-sales .ui-accordion-header {
    background-color: #009688 !important;
    text-align: left;
    border: none !important;
    box-shadow: none !important;
}

.select-mb {
    padding: 5px 12px;
    border-color: #c1c1c1;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 28px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    margin: 0;
    box-sizing: border-box;
    background-color: aliceblue;
    padding-left: 1px;
}

.blod-font {
    font-weight: 600 !important;
    font-size: 15.5px !important;
}

.blod-font-titel {
    font-weight: 650 !important;
    font-size: 25.5px !important;
}

.blod-font-xl {
    font-weight: 400 !important;
    font-size: 50px !important;
    color: #333333;
}

.blod-font-l {
    font-weight: 400 !important;
    font-size: 45px !important;
    color: #333333;
}

.border-method {
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    border-radius: 10px;
    background-color: white;
    display: grid;
    font-size: 30px;
    color: #8c8c8c;
    font-weight: 600 !important;
    cursor: pointer;
    margin: auto;
}

.border-method-focus {
    color: #4CAF50 !important;
    border: 1px solid #4CAF50 !important;
}

.border-method-voucher {
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    border-radius: 10px;
    background-color: #F5F5F5;
    display: grid;
    font-size: 30px;
    color: #8c8c8c;
    font-weight: 600 !important;
    cursor: pointer;
    margin: auto;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.border-method-voucher span {
    font-size: 11px;
}

.border-method-voucher label {
    font-size: 25px !important;
    cursor: pointer;
}

.border-method-voucher-focus {
    color: #FFA000 !important;
    border: 1px solid #FFA000 !important;
}

    /* ESCANEO DE BARRA */
.dlg-custom-camera {
    background-color: rgba(37, 39, 41, 0.8) !important;
    border-color: rgba(37, 39, 41, 0.8) !important;
    color: #fff !important;
    text-align: center !important;
    max-width: 649px !important;
    padding: 1em !important;
    top: 0 !important;
    min-height: 500px !important;
}

#contenedor video{
    max-width: 100%;
    width: 100%;
}
#contenedor{
    max-width: 100%;
    position:relative;
}
canvas{
    max-width: 100%;
}
canvas.drawingBuffer{
    position:absolute;
    top:0;
    left:0;
}

.text-size .ui-messages-error {
    font-size: 20px !important;
}

.btn-clean {
    background-color: #9C27B0 !important;
    border-color: #9C27B0 !important;
}

.btn-reload {
    background-color: #ff9900 !important;
    border-color: #ff9900 !important;
}


.central-mayorista {
    background-color: #DE1C24 !important;
}


.titel-dialog {
    font-size: 24px !important;
    font-weight: 600;
}

.message-war-static {
    background: #FFECB3;
    border: 1px solid #FFC107 !important;
    border-width: 0 0 0 6px !important;
    color: #7f6003 !important;
    width: 100%;
}

.message-war-static .ui-message-warn-icon {
    font-style: normal !important;
    font-weight: normal !important;
    display: inline-block !important;
    background: none !important;
    font-size: 1.0rem !important;
    margin: 0 0.5rem 0 0 !important;
    color: #7f6003 !important;
}

.central-mayorista-opacity {
    background-color:  #DE1C241A !important;
    color: #DE1C24 !important;
    border: 0 !important;
}

.central-mayorista-opacity:hover {
    background-color:  #DE1C24CC !important;
    color: white !important;
    border: 0 !important;
}

.cm-btn-return {
    background-color: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
}

.cm-btn-return .ui-button-text{
    color: #DE1C24 !important;
}

.ui-growl {
    top: 60px !important;
}

.ui-growl .ui-growl-image {
    font-size: 32px !important;
}

.ui-growl .ui-growl-message {
    font-size: 20px !important;
}

.categories-menu:hover {
    background-color:  #DE1C241A;
}