﻿@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes progress-full {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

/*body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}*/

.form-control input {
    background-color: transparent !important;
}

input.dxeEditAreaSys {
    min-width: 80px;
    background-color: transparent;
}

.select2-container {
    width: 80% !important;
}

span.simple {
    margin-top: 0px !important;
    margin-bottom: 4px !important;
}

small.smaller {
    text-align: right;
    float: right;
    font-size: 72%;
    margin-top: 4px;
}

    small.smaller > span {
        text-align: right;
        float: right;
        font-size: 100%;
        text-transform: none;
    }

#content-loading {
    background-color: rgba(0,0,0,0.7);
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

    #content-loading > *:first-child {
        font-size: 50px;
        position: absolute;
        top: 44%;
        width: 97%;
        color: #FFF;
    }

.right {
    float: right;
}

.devexpress-form-control {
    width: 100%;
    height: 34px;
    border-radius: 4px;
    background-color: #ddd;
    max-width: 250px;
}

    .devexpress-form-control:not(.med) {
        max-width: 100% !important;
    }

    .devexpress-form-control .dxeButtonEditButton {
        border: none;
        background: #DDD;
        color: #444;
    }

    .devexpress-form-control .dxic {
        padding: 0px 10px !important;
    }

p {
    color: #777777;
    font-weight: 600;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.modal-content p:not(.simple) {
    min-height: 50px;
    height: auto;
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    /* max-height = line-height (1.2) * lines max number (3) 
    max-height: 3.6em;*/
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: left;
    /* place for '...' */
    margin-right: -1em;
    width: 100%;
    display: -moz-inline-box; /* FF2 or lower */
    /*display: inline;  FF3, Opera, Safari */
    line-height: 34px !important;
    vertical-align: middle;
}

h4 {
    color: #777777;
    font-weight: 500;
    margin-bottom: 25px;
}

.form-control {
    background-color: #DDDDDD;
    color: #444444;
}

.alert-warning > p {
    color: #856404 !important;
}

.alert-warning h4 {
    margin-bottom: 8px !important;
}

p.static {
    height: 40px !important;
    margin-bottom: 4px;
}
/*#region MODAL FULL */

.apfm-container .wrapper {
}

.apfm-container .back-drop {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
    background-color: var(--colorBackgroundButton);
    width: 100%;
}

.apfm-container .apfm-close-button::before, .apfm-container .apfm-close-button::after {
}

.apfm-container .apfm-close-button::before, .apfm-container .apfm-close-button::after {
}

.apfm-container .modal {
}

.apfm-container.apfm-open {
    z-index: 999 !important;
}

/*#endregion */

.campo_obligatorio.error {
    border-color: #E57373;
    background-color: #EF9A9A;
    color: #B71C1C;
}

/*h2 {
    color: #427F5D;
    padding-bottom: 25px;
    border-bottom: 1px solid #747474;
    margin-bottom: 35px;
}*/


.btn-primary {
    color: #FFFFFF;
    background-color: var(--colorBackgroundButton);
    background-image: -webkit-linear-gradient(top,var(--colorBackgroundButton) 0,var(--colorBackgroundButton) 100%);
    background-image: -o-linear-gradient(top,var(--colorBackgroundButton) 0,var(--colorBackgroundButton) 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--colorBackgroundButton)),to(var(--colorBackgroundButton)));
    background-image: linear-gradient(to bottom,var(--colorBackgroundButton) 0,var(--colorBackgroundButton) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--colorBackgroundButton)', endColorstr='var(--colorBackgroundButton)', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: var(--colorBackgroundButton);
}

    .btn-primary:not(.btn-round) i {
        margin-right: 8px;
    }

    .btn-primary:hover {
        color: #FFFFFF;
        background-color: var(--colorBackgroundButton) !important;
        cursor: pointer;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: var(--colorBackgroundButton) !important;
        border-color: var(--colorBackgroundButton);
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: var(--colorBackgroundButton);
        background-image: -webkit-linear-gradient(top,var(--colorBackgroundButton) 0,var(--colorBackgroundButton) 100%);
        background-image: -o-linear-gradient(top,var(--colorBackgroundButton) 0,var(--colorBackgroundButton) 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(var(--colorBackgroundButton)),to(var(--colorBackgroundButton)));
        background-image: linear-gradient(to bottom,var(--colorBackgroundButton) 0,var(--colorBackgroundButton) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#var(--colorBackgroundButton)', endColorstr='#var(--colorBackgroundButton)', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background-repeat: repeat-x;
        border-color: var(--colorBackgroundButton);
    }

p.text-button {
    line-height: 15px;
    margin-top: 10px;
    height: auto !important;
    display: inline-block !important;
    float: none !important;
    text-align: left;
    width: auto !important;
    margin-right: 10px;
    min-height: 20px;
}

.btn-round {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding: 0;
    line-height: 31px;
    display: inline-block;
    float: left;
}

    .btn-round.custom {
        margin-top: 0px;
        display: inline-block;
        float: none !important;
        position: relative;
    }

    .btn-round i {
        padding: 0px;
    }

.multiple-middle {
    display: inline-block;
}

    .multiple-middle > .form-control {
        width: 49%;
        display: inline-block;
    }

.multiple {
    display: inline-block;
    position: relative;
}

    .multiple > .form-control {
        width: 74%;
        display: inline-block;
    }

    .multiple > p {
        display: inline-block;
        height: auto;
        line-height: 30px;
        float: left;
    }

    .multiple > a, .multiple > span:not(.select2-container) {
        display: inline-block;
        float: right;
        line-height: 30px;
    }

    .multiple .select2-container {
        max-width: 80% !important;
    }

    .multiple > a.left {
        float: left;
        margin-left: 15px;
    }

.dxeErrorCell.dxeErrorFrame.dxeErrorFrameSys.dxeErrorCellSys.dxeNoBorderLeft {
    display: none;
}

.dxeErrorFrame.dxeErrorFrameSys.dxeNoBorderRight.dxeControlsCell {
    padding: 0px;
}

.multiple > table ~ select {
    position: absolute;
    margin-left: 4px;
}

.multiple .dxeValidStEditorTable {
    display: -webkit-inline-box;
}

.multiple .select2-container + div {
    display: inline-block;
}

/*#region Switch */
/*#endregion*/
.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "YES";
        padding-left: 10px;
        background-color: #2FCCFF;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "NO";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.onoffswitch1 {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch1-checkbox {
    display: none;
}

.onoffswitch1-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 30px;
}

.onoffswitch1-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch1-inner:before, .onoffswitch1-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 30px;
        box-shadow: 0px 15px 0px rgba(0,0,0,0.08) inset;
    }

    .onoffswitch1-inner:before {
        content: "YES";
        padding-left: 10px;
        background-color: #2FCCFF;
        color: #FFFFFF;
        border-radius: 30px 0 0 30px;
    }

    .onoffswitch1-inner:after {
        content: "NO";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
        border-radius: 0 30px 30px 0;
    }

.onoffswitch1-switch {
    display: block;
    width: 30px;
    margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    box-shadow: 0 1px 1px white inset;
}

.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-inner {
    margin-left: 0;
}

.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-switch {
    right: 0px;
}

.onoffswitch2 {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch2-checkbox {
    display: none;
}

.onoffswitch2-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 5px;
}

.onoffswitch2-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch2-inner:before, .onoffswitch2-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch2-inner:before {
        content: "YES";
        padding-left: 10px;
        background-color: #2FCCFF;
        color: #FFFFFF;
    }

    .onoffswitch2-inner:after {
        content: "NO";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch2-switch {
    display: block;
    width: 18px;
    margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 68px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {
    margin-left: 0;
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {
    right: 0px;
}

.onoffswitch3 {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #999999;
    border-radius: 0px;
}

.onoffswitch3-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch3-inner > span {
        display: block;
        float: left;
        position: relative;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch3-inner .onoffswitch3-active {
        padding-left: 10px;
        background-color: #EEEEEE;
        color: #FFFFFF;
    }

    .onoffswitch3-inner .onoffswitch3-inactive {
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #FFFFFF;
        text-align: right;
    }

.onoffswitch3-switch {
    display: block;
    width: 18px;
    margin: 0px;
    text-align: center;
    border: 0px solid #999999;
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.onoffswitch3-active .onoffswitch3-switch {
    background: #27A1CA;
    left: 0;
}

.onoffswitch3-inactive .onoffswitch3-switch {
    background: #A1A1A1;
    right: 0;
}

.onoffswitch3-active .onoffswitch3-switch:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 18px;
    border-style: solid;
    border-color: #27A1CA transparent transparent #27A1CA;
    border-width: 15px 9px;
}

.onoffswitch3-inactive .onoffswitch3-switch:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 18px;
    border-style: solid;
    border-color: transparent #A1A1A1 #A1A1A1 transparent;
    border-width: 15px 9px;
}

.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.onoffswitch4 {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch4-checkbox {
    display: none;
}

.onoffswitch4-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #27A1CA;
    border-radius: 0px;
}

.onoffswitch4-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch4-inner:before, .onoffswitch4-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 26px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid transparent;
        background-clip: padding-box;
    }

    .onoffswitch4-inner:before {
        content: "Yes";
        padding-left: 10px;
        background-color: #FFFFFF;
        color: #27A1CA;
    }

    .onoffswitch4-inner:after {
        content: "No";
        padding-right: 10px;
        background-color: #FFFFFF;
        color: #666666;
        text-align: right;
    }

.onoffswitch4-switch {
    display: block;
    width: 25px;
    margin: 0px;
    background: #27A1CA;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 65px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-inner {
    margin-left: 0;
}

.onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-switch {
    right: 0px;
}

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

    .cmn-toggle + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

input.cmn-toggle-round-flat + label {
    padding: 2px;
    width: 75px;
    height: 30px;
    background-color: #dddddd;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

    input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
        display: block;
        position: absolute;
        content: "";
    }

    input.cmn-toggle-round-flat + label:before {
        top: 2px;
        left: 2px;
        bottom: 2px;
        right: 2px;
        background-color: #fff;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
        border-radius: 60px;
        -webkit-transition: background 0.4s;
        -moz-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s;
    }

    input.cmn-toggle-round-flat + label:after {
        top: 4px;
        left: 4px;
        bottom: 4px;
        width: 22px;
        background-color: #dddddd;
        -webkit-border-radius: 52px;
        -moz-border-radius: 52px;
        -ms-border-radius: 52px;
        -o-border-radius: 52px;
        border-radius: 52px;
        -webkit-transition: margin 0.4s, background 0.4s;
        -moz-transition: margin 0.4s, background 0.4s;
        -o-transition: margin 0.4s, background 0.4s;
        transition: margin 0.4s, background 0.4s;
    }

input.cmn-toggle-round-flat:checked + label {
    background-color: var(--colorBackgroundButton);
}

    input.cmn-toggle-round-flat:checked + label:after {
        margin-left: 45px;
        background-color: var(--colorBackgroundButton);
    }

div.switch5 {
    clear: both;
    margin: 0px 0px;
}

    div.switch5 > input.switch:empty {
        margin-left: -999px;
    }

        div.switch5 > input.switch:empty ~ label {
            position: relative;
            float: left;
            line-height: 1.6em;
            text-indent: 4em;
            margin: 0.2em 0px;
            cursor: pointer;
            -moz-user-select: none;
        }

            div.switch5 > input.switch:empty ~ label:before, input.switch:empty ~ label:after {
                position: absolute;
                display: block;
                top: 0px;
                bottom: 0px;
                left: 0px;
                content: "off";
                width: 3.6em;
                height: 1.5em;
                text-indent: 2.4em;
                color: rgb(153, 0, 0);
                background-color: rgb(204, 51, 51);
                border-radius: 0.3em;
                box-shadow: 0px 0.2em 0px rgba(0, 0, 0, 0.3) inset;
            }

            div.switch5 > input.switch:empty ~ label:after {
                content: " ";
                width: 1.4em;
                height: 1.5em;
                top: 0.1em;
                bottom: 0.1em;
                text-align: center;
                text-indent: 0px;
                margin-left: 0.1em;
                color: rgb(255, 136, 136);
                background-color: rgb(255, 255, 255);
                border-radius: 0.15em;
                box-shadow: 0px -0.2em 0px rgba(0, 0, 0, 0.2) inset;
                transition: all 100ms ease-in 0s;
            }

    div.switch5 > input.switch:checked ~ label:before {
        content: "on";
        text-indent: 0.5em;
        color: rgb(102, 255, 102);
        background-color: rgb(51, 153, 51);
    }

    div.switch5 > input.switch:checked ~ label:after {
        margin-left: 2.1em;
        color: rgb(102, 204, 102);
    }

    div.switch5 > input.switch:focus ~ label {
        color: rgb(0, 0, 0);
    }

        div.switch5 > input.switch:focus ~ label:before {
            box-shadow: 0px 0px 0px 3px rgb(153, 153, 153);
        }

.pac-container span {
    display: inline-block;
}

.switch6 {
    max-width: 17em;
    margin: 0 auto;
}

.switch6-light > span, .switch-toggle > span {
    color: #000000;
}

.switch6-light span span, .switch6-light label, .switch-toggle span span, .switch-toggle label {
    color: #2b2b2b;
}

.switch-toggle a, .switch6-light span span {
    display: none;
}

.switch6-light {
    display: block;
    height: 30px;
    position: relative;
    overflow: visible;
    padding: 0px;
    margin-left: 0px;
}

    .switch6-light * {
        box-sizing: border-box;
    }

    .switch6-light a {
        display: block;
        transition: all 0.3s ease-out 0s;
    }

    .switch6-light label, .switch6-light > span {
        line-height: 30px;
        vertical-align: middle;
    }

    .switch6-light label {
        font-weight: 700;
        margin-bottom: px;
        max-width: 100%;
    }

    .switch6-light input:focus ~ a, .switch6-light input:focus + label {
        outline: 1px dotted rgb(136, 136, 136);
    }

    .switch6-light input {
        position: absolute;
        opacity: 0;
        z-index: 5;
    }

        .switch6-light input:checked ~ a {
            right: 0%;
        }

    .switch6-light > span {
        position: absolute;
        left: -100px;
        width: 100%;
        margin: 0px;
        padding-right: 100px;
        text-align: left;
    }

        .switch6-light > span span {
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 5;
            display: block;
            width: 50%;
            margin-left: 100px;
            text-align: center;
        }

            .switch6-light > span span:last-child {
                left: 50%;
            }

    .switch6-light a {
        position: absolute;
        right: 50%;
        top: 0px;
        z-index: 4;
        display: block;
        width: 50%;
        height: 100%;
        padding: 0px;
    }

#menuDashboard > li > ul {
    display: none;
    position: absolute;
    list-style: none;
    background-color: #FFF;
    padding: 0px;
    margin: 0px;
    box-shadow: 1px 1px 1px 1px #AAA;
    min-width: 200px;
    left: 0px;
}

#menuDashboard > li:hover > ul {
    display: inline-block;
}

    #menuDashboard > li:hover > ul > li {
        padding: 8px;
        display: block;
        cursor: pointer;
        text-decoration: none;
        text-align: left;
    }

#menuDashboard > li > ul > li:hover {
    background-color: #DDD;
    color: #777;
}

#menuDashboard > li:hover > ul > li > a {
    text-decoration: none;
    text-align: left;
    padding: 6px;
}

.modal-big-medium .modal-dialog {
    width: 900px;
    max-width: 98%;
    height: 98%;
    top: 0;
}

.modal-big-full .modal-dialog {
    width: 98%;
    max-width: 98%;
    height: 98%;
    min-height: 98%;
}

.modal-big-full .modal-content {
}

.modal-big .modal-dialog {
    width: 1300px;
    max-width: 98%;
    height: 98%;
}

.modal-medium .modal-dialog {
    width: 700px;
    max-width: 50%;
    height: 50%;
}

.modal-full {
    border-radius: 0px;
}

    .modal-full .modal-content {
        border-radius: 0px;
    }

    .modal-full .modal-dialog {
        width: 100%;
        max-width: 100%;
        margin: 0;
        height: 100%;
        max-height: 100%;
    }

    .modal-full .modal-content {
        height: 100%;
        max-height: 100%;
    }


    .modal-full .modal-dialog .table td, .modal-full .modal-dialog .table th {
        padding: 12px 4px;
    }

    .modal-full .modal-dialog .table th {
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        border-top: 0px;
    }

    .modal-full .modal-dialog .table .form-control {
        font-size: 14px;
        padding: 4px 4px;
        height: auto;
        border-radius: 0px;
        background-color: white;
    }

    .modal-full .modal-dialog .table label {
        font-size: 12px;
    }

    .modal-full .modal-dialog .modal-title {
        text-align: center;
        width: 100%;
        text-transform: uppercase;
        color: var(--colorprimary);
        font-size: 24px;
    }

    .modal-full ::-webkit-input-placeholder { /* Edge */
        color: #BBB;
    }

    .modal-full :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #BBB;
    }

    .modal-full ::placeholder {
        color: #BBB;
    }

    .modal-full .action-row {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding-bottom: 10px;
        background-color: #FFF;
        box-shadow: 4px -1px 3px 1px #AAA;
        padding-top: 10px;
        padding-right: 20px;
    }

.body-content {
    margin-bottom: 40px;
}

p.multiple {
    height: 80px;
    line-height: normal;
}

    p.multiple small {
        line-height: normal;
        display: block;
        margin-top: 2px;
        /* hide text if it more than N lines  */
        overflow: hidden;
        /* for set '...' in absolute position */
        position: relative;
        /* use this value to count block height */
        line-height: 1.2em;
        /* max-height = line-height (1.2) * lines max number (3) */
        max-height: 3.6em;
        /* fix problem when last visible word doesn't adjoin right side  */
        text-align: left;
        /* place for '...' */
        margin-right: -1em;
        padding-right: 1em;
    }

div.multiple.custom {
    margin-top: 18px;
}

.apfm-container.apfm-open {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.apfm-wrapper.apfm-clearfix {
    max-width: 90%;
    margin: 0px auto;
    margin-bottom: 20px;
    padding-bottom: 40px;
}

/*div.wrapper {
    padding-bottom: 40px;
}*/

#actionChangeRol {
    cursor: pointer;
    text-transform: none;
    color: #FFF;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background-color: #498d68;
}

.label-error {
    color: red;
    font-size: 14px;
    font-weight: 600;
}

.sweet-alert p {
    min-height: 50px !important;
}

.image-small {
    margin-top: 4px;
    width: 35px;
    height: 35px;
}

ul.nav-account > li {
    margin-left: 0px;
}

.mayus {
    text-transform: uppercase;
}

.label-pendiente {
    padding: 4px 8px;
    border: 1px solid #FF9800;
    color: #FF9800;
    font-size: 11px;
    font-weight: 600;
}

.label-completo {
    padding: 4px 8px;
    border: 1px solid #00BFA5;
    color: #00BFA5;
    font-size: 11px;
    font-weight: 600;
}

.apfm-container .apfm-close-button {
    width: 20px;
    height: 20px;
}

.breadcrumb {
    display: none;
}

    .breadcrumb a {
        font-weight: 600;
        color: var(--colorBackgroundButton);
    }

.header {
    height: auto;
}

.inline > *:first-child {
    margin-right: 15px;
}

.inline > * {
    margin-top: 10px;
    display: inline-block;
}



.modal .container {
    padding: 20px !important;
}

.breadcrumb {
    display: none;
}

#divContentSearch {
    position: absolute;
    top: 64px;
    width: 92%;
    min-height: 50px;
    box-shadow: 1px 1px 3px 1px #999;
    background-color: #fff;
    z-index: 9999;
    text-align: left;
    overflow-y: auto;
    max-height: 450px;
}

    #divContentSearch ul {
        padding: 0px;
        margin: 0px;
    }

        #divContentSearch ul li {
            list-style: none;
            padding: 10px;
            border-bottom: 1px solid #EEE;
        }

            #divContentSearch ul li:hover {
                cursor: pointer;
                background: #EEE;
            }

            #divContentSearch ul li a {
                text-decoration: none;
            }

                #divContentSearch ul li a h5 {
                    padding: 0px;
                    margin-bottom: 0px;
                }

                #divContentSearch ul li a p {
                    line-height: 30px;
                    height: auto !important;
                    margin-bottom: 0px !important;
                }

                #divContentSearch ul li a small {
                }

/*.dxbButton {
    color: #FFFFFF;
    background-color: var(--colorBackgroundButton);
    border-radius: 4px;
    border: 1px solid #AAA;
    padding: 0px;
}

    .dxbButton .dxb {
        color: #FFFFFF;
        background-color: var(--colorBackgroundButton);
        height: 30px;
    }

        .dxbButton .dxb span {
            text-transform: none;
            font-size: 14px;
            display: inline !important;
        }*/

.scrollable {
    overflow-x: auto;
}

.scrollable-x {
    overflow-x: auto;
}

@media(min-width:768px) {
    p {
        line-height: inherit !important;
    }
}

.label-cantidad {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    position: relative;
    vertical-align: middle;
    line-height: 34px;
    margin: 0px;
}

tr.FocusedRowGrid {
    color: #FFF !important;
    font-weight: 600;
    background-color: #333e49 !important;
}

    tr.FocusedRowGrid > td {
    }

        tr.FocusedRowGrid > td:first-child {
        }

h4.principal {
    font-weight: 600;
    color: #ec212e;
}

.dxgvFocusedRow a {
    color: #FFF !important;
}
/* REPORTES */
a.dxbButtonSys > span {
    float: right;
    margin-top: 15px;
}

p.simple {
    min-height: initial;
    margin-bottom: 0;
    height: auto;
}

.btn-export.dxbButton.dxbButtonSys.dxbTSys {
    margin-right: 15px;
    height: auto !important;
}

.dxgvControl a {
    text-decoration: underline;
    padding-bottom: 4px;
}
/*  CLASES DEL MASTER   */
.dxgvControl a {
    color: #0d45b7;
}

.imagenes-list a {
    cursor: default;
}

.form-control.error + span.select2-container > .selection {
    border-color: #E57373;
    background-color: #EF9A9A;
    color: #B71C1C;
}

    .form-control.error + span.select2-container > .selection > .select2-selection {
        border-color: #E57373;
        background-color: #EF9A9A;
        color: #B71C1C;
    }

span.select2-selection__rendered {
    line-height: 40px;
}

p.important, span.important {
    font-size: 18px;
    font-weight: 600;
}

#collapsedMenu {
    display: inline-block;
    width: 100%;
}

    #collapsedMenu div {
        text-align: center;
    }

.custom-header-button {
    border: 1px solid #FFF;
    border-radius: 6px;
    margin-right: 0;
    margin-top: 5px;
}

    .custom-header-button span.icon-bar {
        background-color: #FFF !important;
        color: #FFF !important;
    }

span.icon-bar {
    margin-bottom: 0px !important;
}

#txtBuscarCliente:focus + .searchspan {
    display: none;
}

#txtBuscarCliente:not(:focus) {
    padding-left: 30px !important;
}
/*#txtBuscarCliente:valid + .searchspan {
            visibility: hidden !important;
        }*/
.searchspan {
    float: left;
    margin-left: 8px;
}

#divAlertas {
    position: relative;
    display: block;
    float: right;
    right: 360px;
    float: right;
    width: 15%;
    text-align: right;
}

    #divAlertas > div {
        position: relative;
        display: inline-block;
        font-size: 18px;
        width: 34px;
        text-align: center;
        height: 30px;
        line-height: 26px;
        margin-top: 4px;
        margin-right: 20px;
        padding-left: 0;
        /* Remove space normally used for the checkbox */
    }

        #divAlertas > div > label {
            display: block;
            color: rgba(240, 240, 240, 0.7);
            cursor: pointer;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            #divAlertas > div > label .icon i {
                font-size: 22px;
                margin-top: 6px;
                margin-left: 7px;
            }

            #divAlertas > div > label:hover {
                color: #FFF;
            }

        #divAlertas > div.alert-action {
            font-size: 15px;
            line-height: 28px;
        }

        #divAlertas > div[data-count]::after {
            content: attr(data-count);
            position: absolute;
            font-size: 11px;
            background-color: #d2322d;
            color: #FFF;
            border-radius: 10px;
            width: 20px;
            height: 20px;
            font-weight: 600;
            line-height: 20px;
            text-align: center;
            top: -3px;
            left: 24px;
        }

@media (min-width:991px) {
    .label-user {
        margin-top: 6px !important;
    }

    #pnlChangeRol {
        margin-top: 8px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    #actionChangeRol {
        display: table-cell;
    }

    .col-icon {
        width: 10% !important;
        display: inline-block;
    }

        .col-icon span {
            font-size: 13px;
        }

    /*.col-buscador {
        width: 30% !important;
        display: inline-block;
    }*/

    .col-buscador span {
        font-size: 13px;
    }

    .col-rol {
        width: 30% !important;
        display: inline-block;
    }

        .col-rol > div {
            line-height: 13px;
        }

        .col-rol span {
            font-size: 13px;
        }

    .col-user {
        width: 14% !important;
        display: inline-block;
    }

        .col-user span {
            font-size: 13px;
        }

    .col-menu {
        width: 15% !important;
        display: inline-block;
    }

        .col-menu span {
            font-size: 13px;
        }
}

#bugTracker.expandBugTracker {
    height: 280px !important;
}

@media (max-width: 767px) {



    .searchspan {
        margin-top: -39px;
    }

    p {
        margin-bottom: 4px;
    }

    .form-control, .devexpress-form-control {
        margin-bottom: 15px;
    }

    .body-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    #bugTracker {
        position: relative !important;
        left: 0 !important;
        z-index: 999;
        width: 100% !important;
        height: 40px !important;
        overflow: hidden;
    }

        #bugTracker .bug-title {
            width: 100% !important;
            transform: none !important;
            -webkit-transform: none !important;
            -moz-transform: none !important;
            -o-transform: none !important;
            transform-origin: unset !important;
            float: none !important;
            position: relative !important;
            top: 0 !important;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            #bugTracker .bug-title > input[type="checkbox"] {
                display: block;
                position: absolute;
                opacity: 0;
                cursor: pointer;
                width: 100%;
                height: 100%;
            }

        #bugTracker .bug-content {
            padding: 6px;
        }

/*    h2 {
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 25px;
    }*/

    

    .label-user {
        display: -webkit-inline-box !important;
    }

    .dropit .dropit-submenu {
        position: relative;
    }

    #divAlertas .toggle-content {
        max-height: 64%;
    }

    #collapsedMenu {
        overflow: hidden;
    }

    .configuracion {
        float: initial !important;
    }

    ul.subconfiguracion {
        right: 0 !important;
        margin: 0px !important;
        padding: 0px !important;
        min-width: 100% !important;
        text-align: center !important;
        border: none !important;
    }

    #divContentSearch {
        width: 100%;
        position: fixed;
        left: 0;
        top: 40px;
        max-height: 80%;
        overflow-y: auto;
    }
}

.configuracion {
    float: right;
}

    .configuracion .subconfiguracion {
        display: none;
    }

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #444;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #444;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #444;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #444;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #444;
}

::placeholder { /* Most modern browsers support this now. */
    color: #909;
}

ul.subconfiguracion > li > a {
    padding: 2px 15px;
}

ul.subconfiguracion > li a:hover {
    text-decoration: underline;
}

.dropit .dropit-submenu {
    min-width: 190px;
}

.dropit .dropit-submenu {
    right: -10px;
    left: inherit;
    text-align: right;
}

i {
    padding-right: 10px;
}

#modalProfile .modal-header .close {
    display: none;
}

.icon-bar {
    background-color: #444 !important;
    color: #444 !important;
}

#bugTracker {
    position: fixed;
    height: 220px;
    top: 60%;
    z-index: 999;
    right: 0;
    background-color: #FFF;
    box-shadow: 2px 2px 3px 1px #AAA;
    display: block;
    width: 330px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    right: -330px;
    transition: all linear 0.6s;
}

    #bugTracker:hover {
        right: 0;
    }

    #bugTracker .bug-title {
        background-color: #455a64;
        color: #FFF;
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform-origin: left bottom 0;
        width: 221px;
        height: 40px;
        float: left;
        font-weight: 600;
        text-align: center;
        padding: 8px;
        position: absolute;
        top: 180px;
        box-shadow: 0px -1px 7px 2px #AAA;
        cursor: pointer;
    }

        #bugTracker .bug-title > input {
            display: none;
        }

    #bugTracker .bug-content {
        display: inline-block;
        float: left;
        width: 100%;
    }

        #bugTracker .bug-content .btn {
            background-color: #455a64;
        }

.select2-results__option[aria-selected], .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
}

span.select2-dropdown--above {
    background-color: #EEE !important;
}

.select2-container {
    width: 100% !important;
}

#divTest {
    position: relative;
    z-index: 9999;
    height: 20px;
    width: 100%;
    text-align: center;
    background-color: red;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    top: 0;
    left: 0;
}
/* Style the Image Used to Trigger the Modal */
.imgModal {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .imgModal:hover {
        opacity: 0.7;
    }
/* The Modal (background) */
.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
    /* Modal Content (Image) */
    .modal2 .modal-content {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
    }
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */
.modal2 .modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}
/* The Close Button */
.closeModalImage {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .closeModalImage:hover, .closeModalImage:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal2 .modal-content {
        width: 100%;
    }
}

#modalEditar {
    position: fixed;
    width: 100%;
    right: 10px;
    margin-bottom: 0;
    padding-bottom: 0 !important;
    text-align: center;
    top: auto;
    bottom: 0px;
    z-index: 999;
    max-height: 100%;
    transition: all 0s ease-in;
}

    #modalEditar.container, #modalEditar .container {
        padding: 0px !important;
    }

    #modalEditar.comanda-close {
        bottom: 0;
        max-height: 39px;
        margin: 0;
        transition: all 0s ease-out;
    }

    #modalEditar #bodyEditar {
        background-color: var(--colorBackgroundButton);
        color: #fff;
        border: 1px solid var(--colorBackgroundButton);
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        cursor: pointer;
        user-select: none;
        text-align: left;
    }

        #modalEditar #bodyEditar .close {
            color: #fff;
            text-shadow: none;
            opacity: 1;
        }

        #modalEditar #bodyEditar h4 {
            padding: 10px !important;
            color: #fff;
            font-size: 17px;
            letter-spacing: 1px;
            width: 98%;
            display: inline-block;
            text-transform: none !important;
            margin: 0px;
            margin-left: -16px;
        }

            #modalEditar #bodyEditar h4 span {
                margin-bottom: 0px;
                text-transform: none;
            }

    #modalEditar #bodyComanda {
        border-left: 1px solid #AAA;
        border-right: 1px solid #AAA;
        background-color: #FFF;
    }

        #modalEditar #bodyComanda p {
            text-align: left;
            width: 100%;
            font-size: 13px;
        }

        #modalEditar #bodyComanda h4 {
            text-align: left;
            margin-bottom: 7px;
            color: #444;
        }

        #modalEditar #bodyComanda .labelCountProductosComanda {
            text-align: left;
            font-size: 12px;
            text-transform: none;
            color: #777;
            display: inline-block;
            display: none;
        }

.row-header-bottom {
    border-bottom: 2px solid #DDD;
    margin-bottom: 20px;
    padding-bottom: 4px;
}

    .row-header-bottom b {
        font-weight: 600;
    }

#modalEditar #bodyComanda {
    overflow-y: auto;
    max-height: 500px;
}

    #modalEditar #bodyComanda .quitaProducto {
        font-size: 24px;
        text-decoration: none !important;
    }

    #modalEditar #bodyComanda .rowComanda {
        border-bottom: 1px solid #DDD;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        #modalEditar #bodyComanda .rowComanda .form-control {
            padding: 4px 8px !important;
            height: auto !important;
        }

        #modalEditar #bodyComanda .rowComanda p {
        }


.screen-comanda {
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(10,10,10,0.8);
    display: none;
}

#modalEditar:not(.comanda-close) + .screen-comanda {
    display: block;
}

.btn-full {
    width: 100% !important;
}

.btn-xs {
    font-size: 13px;
    padding: 4px;
}


/*#region DEVEXPRESS THEME*/
.dxtcLite_Material.dxtc-top > .dxtc-stripContainer .dxtc-activeTab {
    border-bottom: 3px solid var(--colorPrimary);
}

.dxsplVSeparatorHover_Material, .dxsplHSeparatorHover_Material, .dxsplVSeparatorButtonHover_Material, .dxsplHSeparatorButtonHover_Material {
    background-color: var(--colorPrimary);
}

.dxeCalendarHeader_Material {
    background-color: var(--colorPrimary);
}

.dxbButton.dxbButtonSys.dxbTSys {
    margin-right: 15px;
    height: auto;
}

.dxeButtonEditButtonHover_Material, .dxeSpinIncButtonHover_Material, .dxeSpinDecButtonHover_Material, .dxeSpinLargeIncButtonHover_Material, .dxeSpinLargeDecButtonHover_Material {
    background-color: var(--colorPrimary);
}

.dxeTrackBar_Material, .dxeIRadioButton_Material, .dxeButtonEdit_Material, .dxeTextBox_Material, .dxeRadioButtonList_Material, .dxeCheckBoxList_Material, .dxeMemo_Material, .dxeListBox_Material, .dxeCalendar_Material, .dxeColorTable_Material {
    border: none;
}

.dxgvControl_Material .dxgvTable_Material .dxgvFocusedRow_Material, .dxgvControl_Material .dxgvTable_Material .dxgvFocusedRow_Material.dxgvDataRowHover_Material {
    background-color: var(--colorPrimary);
}

tr.dxgvDetailRow_Material > td:first-child, tr.dxgvDetailRow_Material > td:last-child {
    width: 10px !important;
}

.dxgvControl_Material .dxgvTable_Material .dxgvFocusedRow_Material, .dxgvControl_Material .dxgvTable_Material .dxgvFocusedRow_Material.dxgvDataRowHover_Material {
    background-color: var(--colorPrimary);
}

.dxgvHeader_Material {
    padding: 4px 15px;
}

/*#endregion DEVEXPRESS THEME*/

.progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

#splashScreen {
    position: fixed;
    background-color: #FFF;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

    #splashScreen .logo-screen {
        margin-bottom: 8%;
        max-width: 100%;
    }

    #splashScreen > div:first-child {
        font-size: 24px;
        margin: 0px auto;
        text-align: center;
        max-width: 98%;
        width: 500px;
        margin-top: 10%;
    }

        #splashScreen > div:first-child .logo-screen {
            opacity: 0;
            -webkit-animation: fadein 2.5s ease-in alternate infinite;
            -moz-animation: fadein 2.5s ease-in alternate infinite;
            animation: fadein 2.5s ease-in alternate infinite;
        }

    #splashScreen .progress {
        height: 5px;
        margin: 0px auto;
        margin-bottom: 3%;
        max-width: 70%;
    }

    #splashScreen h4 {
        font-size: 20px;
    }

.body-no-scroll::-webkit-scrollbar {
    visibility: hidden;
}

.body-no-scroll {
    overflow: -moz-scrollbars-none;
}

.body-no-scroll {
    -ms-overflow-style: none;
}

#progress-bar-screen {
    background-position: 0% 0%;
    background-color: var(--colorPrimary) !important;
    -webkit-animation: progress-full 45s ease-in alternate;
    -moz-animation: progress-full 45s ease-in alternate;
    animation: progress-full 45s ease-in alternate;
    background-image: none !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

.dxgvEditFormDisplayRow_Material td.dxgv, .dxgvDetailCell_Material td.dxgv, .dxgvDataRow_Material td.dxgv, .dxgvDetailRow_Material.dxgvADR td.dxgvAIC {
    padding: 6px;
    font-size: 13px;
}

.label-usd-small {
    color: #02aeca;
    font-size: 12px;
    float: right;
    margin-top: 2px;
}

.actionable {
    cursor: pointer;
    text-decoration: underline;
    color: var(--colorPrimary);
}

.summary-hide {
    display: none;
}

#resumenDashboard span {
    margin-bottom: 8px;
}

.desgloceMensual b, .desgloceAnual b {
    width: 100%;
    display: grid;
}

.desgloceMensual span, .desgloceAnual span {
    text-align: right;
    width: 100%;
}


.dxsplLCC, .dxsplCC, .dxsplS {
    overflow: visible !important;
}

tr.row-utility-report td:not(:first-child) {
    color: red;
}

tr.row-utility-report:nth-child(3) td:not(:first-child) {
    color: green !important;
}


@media (max-width: 736px) {
    .info-actualizacion {
        top: -65px !important;
    }

    .pageName {
        display: none !important;
    }

    .container-fluid {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

   /* .container-body {
        padding: 0px 12px !important;
    }
*/
    .navbar {
        margin-bottom: 6px !important;
    }

    .ressumeItem {
        margin-bottom: 5px;
    }

    #resumenDashboard .row > div > div p {
        height: 36px;
        min-width: auto;
        border-bottom: 1px solid #EEE;
        padding-bottom: 0;
        margin-bottom: 8px;
    }

    #resumenDashboard .row > div > div {
        padding-top: 0px !important;
    }

   /* .resumenDashboard {
        margin-left: -10px;
        margin-right: -10px;
    }*/
}

@media (max-width: 990px) {
    .row-btn p {
        display: none;
    }

    .row-btn .btn {
        margin-top: 7px;
    }
}

.leyendaPruebaFactura {
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
}

.devexpress-dashboard-small {
    border: 1px solid #DDD !important;
    font-size: 13px !important;
    margin: -10px 0px 5px 0px;
}


    .devexpress-dashboard-small .dxeCalendar_Material, .devexpress-dashboard-small + .dxeCalendar_Material {
        font-size: 13px;
    }

.link-number {
    width: 100%;
    text-align: right;
    display: block;
}

#modalHelp img {
    max-width: 100%;
}

.infoAyuda {
}


    .infoAyuda h2 {
        color: #444;
        border: none;
        text-align: center;
        font-size: 24px;
    }

    .infoAyuda svg {
        font-size: 160px;
        margin: 0 auto;
        display: block;
        color: #ddd;
    }

a.icono-help {
    cursor: pointer;
}

    a.icono-help svg, a.icono-help i {
        color: var(--colorPrimary);
    }

    a.icono-help span {
        color: var(--colorPrimary);
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 1px;
        font-weight: 600;
        margin-right: 12px;
    }

.info-actualizacion {
    position: absolute;
    top: -12px;
}

    .info-actualizacion h5 {
        display: inline-block;
        margin: 0;
        padding: 0;
        margin-left: 5px;
        font-size: 14px !important;
    }

    .info-actualizacion a {
        display: inline-block !important;
        font-size: 12px;
        font-weight: 600;
    }

    .info-actualizacion span {
        font-size: 14px;
    }

#modalSplashScreen {
}

    #modalSplashScreen img {
    }

    #modalSplashScreen h5 {
    }

.label-nombre-sistema {
    float: left;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.img-icon {
    max-width: 30px;
    text-align: center;
    margin: 0px auto;
}

.img-foto {
    max-width: 300px;
    margin: 0px auto;
    float: left;
}

.dxgvFocusedRow_Material.checkout, .dxgvFocusedRow_Material.dxgvDataRowHover_Material.checkout, .dxgvFocusedRow_Material.checkin, .dxgvFocusedRow_Material.dxgvDataRowHover_Material.checkin {
    background-color: #dbe5e4 !important;
}

.dxgvDataRow_Material.checkout {
    color: #ec8b8b !important;
    font-weight: 600;
}

.dxgvDataRow_Material.checkin {
    color: #009688 !important;
    font-weight: 600;
}


.form-control .dxeMemoEditArea {
    background-color: #DDD;
    padding: 7px;
}

#loadingModal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #FFF;
    padding-top: 14%;
    text-align: center;
    font-size: 1.2em;
}

.padding-15 {
    padding: 15px;
}

.tab-text-lower span.dx-vam {
    text-transform: initial !important;
}

.dropZoneExternal {
    width: fit-content;
    margin: 0px auto;
}

.admin-menu {
    height: 80vh;
    overflow-y: auto;
}

.scrollBarCustom::-webkit-scrollbar {
    width: 0.4em;
    visibility: hidden;
}

.scrollBarCustom:hover::-webkit-scrollbar {
    visibility: visible;
}

.scrollBarCustom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.scrollBarCustom::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}


.custom.dxeButtonEditSys.dxeButtonEdit_Material {
    border: 1px solid #DDD;
    border-radius: 4px;
}

    .custom.dxeButtonEditSys.dxeButtonEdit_Material .dxic {
        background-color: #DDD;
    }

.btn-link {
    cursor: pointer;
    text-decoration: underline;
    display: initial;
}

    .btn-link label {
        text-decoration: underline;
        font-size: 13px;
        display: initial;
        cursor: pointer;
    }


    .btn-link svg {
        margin-right: 8px;
        font-size: 14px;
    }

