﻿.sysMax_Hidden{visibility:hidden;}
.sysMax_dispcolor {
    float: left;
    width: 20px;
    height: 20px;
    border: solid 1px #222222;
    border-radius: 4px;
    margin-right: 6px;
}

.sysMaxPopupUrl .dx-popup-content {
    padding: 2px !important;
}
.errpopup .dx-popup-normal {
    background-color: red;
    font-weight: bold;
    color: white;
}

.errpopup .dx-popup-title {
    font-weight: bold;
    color: white;
}

.errpopup .dx-icon-close {
    color: white !important;
}

.warnpopup .dx-popup-normal {
    background-color: orange;
    font-weight: bold;
    color: white;
}

.warnpopup .dx-popup-title {
    font-weight: bold;
    color: white;
}

.warnpopup .dx-icon-close {
    color: white !important;
}

#SysMax_cookie-law {
    width: 99vw;
    max-width: 940px;
    margin: 40px auto;
    position: absolute;
    background: var(--fondoCookies);
    transform: translate(-50%, 0);
    z-index: 99999;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    left: 50%;
}

    #SysMax_cookie-law p {
        padding: 10px;
        font-size: 1.2em;
        font-weight: bold;
        text-align: center;
        color: var(--LetrasCookies);
        margin: 0;
    }
/* Abajo es cuadro cerrar X*/
.SysMax_cdr {
    border: solid 1pt #222222;
    border-radius: 3px;
    display: inline-block;
    -webkit-border-radius: 3px;
    width: 30px;
    height: 30px;
    -moz-border-radius: 3px;
}
.sysmax-im400 {    max-width: 94vw;    width: 400px;}
.sysmax-im800 {    max-width: 94vw;    width: 800px;}
.sysmax-im600 {    max-width: 94vw;    width: 600px;}
.sysmax-im-full {    max-width: 94vw;    width: 94vw;}
.sysmax-hidden {
    visibility: hidden
}
.dxdd-root:has(.sysmax-ddhidden) {
    visibility: hidden !important;
}