*{
    font-family: var(--font-sfUiText);
}

html, body{
    margin:0;
    height: 100%;
}

body.templateFrame{
    margin:0 15px;
    height: auto;
    padding-bottom: 50px;
}

html.completeTemplate{
    overflow-y: hidden;
}

input, textarea{
    outline: none;
}

.not_seen_counter{
    background-color: #00b5ed;
    border-radius: 20px;
    color: #fff;
    min-width: 17px;
    min-height: 17px;
    font-size: 8pt;
    line-height: 17px;
    right: 0px;
    text-align:center;
}

.not_seen_counter_tabs{
    border-radius: 4px;
    color: var(--color-main);
    min-width: 25px;
    min-height: 15px;
    font-size: 8pt;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    font-family: var(--font-sfUiDisplayHeavy);
    border: 1px solid var(--color-main);
    visibility: hidden;
}

.ui-tabs-tab .not_seen_counter_tabs{
    visibility: visible;
}

.ui-tabs-tab.ui-tabs-active.ui-state-active div.not_seen_counter_tabs{
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}

body:not(.tpl-not-background)::before {
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    background: var(--path_body_product_working_area) no-repeat center center;
    background-size: cover;
    transform: scale(1.05);
    filter: blur(20px);
    z-index: -1;
}

body.templateFrame::before,
body.templateFrameFrame::before{
    background: none;
}

#sve8-container{
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
}

#sve8-container, #sv8-tpl-col2, #sv8-centralContent{
    display: flex;  
} 

#sve8-container #sve8-menu{
    width: 50px;
    min-width: 50px;
    background-color: rgba(255,255,255,0.6);
    box-shadow: 4px 0 14px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    flex-shrink: 0;
}

#sve8-container #sve8-menu > div{
    height: 100%;
    overflow-y: scroll;
    
    width: 67px;
    min-width: 67px;
}

#sve8-container #sv8-tpl-col2{
    flex-grow: 1;
    flex-flow: column;
    overflow: hidden;
}

#sve8-container #sv8-tpl-col2 #sve8-header{
    height: 78px;
    /*overflow-x: auto;*/
    box-sizing: border-box;
    padding: 0 10px;
    flex-shrink: 0;

    background-color: rgba(255,255,255,0.6);
    box-shadow: 0 1px 14px -2px rgba(0, 0, 0, 0.3);
    
    text-align: center;
    display: flex;

    color: #565656;
}

#sve8-container #sv8-tpl-col2 #sv8-centralContent{
    flex-grow: 1;
    overflow: hidden;
}

#sve8-container #sv8-tpl-col2 #sv8-centralContent #sve8-menu-lv2-wall{
    width: 120px;
    flex-shrink: 0;
    position: relative;
}

#sve8-container #sv8-tpl-col2 #sv8-centralContent #sve8-menu-lv2-wall.flip{
    width: 0px;
}

#sve8-container #sv8-tpl-col2 #sv8-centralContent #sve8-menu-lv2{
    width: 0;
    height: 100%;
    position: relative;
}

#sve8-container #sv8-tpl-col2 #sv8-centralContent #sve8-menu-lv2 #sve8-menu-lv2-2{
    width: 100%;
    height: 100%;
    overflow: hidden;

    background-color: rgba(255,255,255,0.6);
}

#sve8-container #sv8-tpl-col2 #sv8-centralContent #sve8-menu-lv2 #sve8-menu-lv2-2 > div{
    box-sizing: border-box;

    width: 140px;
    height: 100%;
    
    margin-left: 5px;

    overflow-x: hidden;
    overflow-y: scroll;
}

#sve8-container #sv8-tpl-col2 #sv8-centralContent #sve8-menu-lv2 #sve8-menu-lv2-2 > div > div{
    width: 110px;
}

#sve8-container #sv8-tpl-col2 #sv8-centralContent #sve8-content{
    flex-grow: 1;
    padding: 10px 0 0 30px;
    margin: 28px 30px 0;

    overflow: hidden;

    background-color: rgba(255,255,255,0.7);

    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    display: flex;
    flex-direction: column;
}

#sve8-container #sv8-tpl-col2 #sv8-centralContent #sve8-content.noSubMenu{
    margin: 30px 50px 0;
}

/*--------------------------------------------------------------------------------------------------------------------------------*/

/* Menu level 1 */
#sve8-container #sve8-menu .sve8-menu-option{
    width: 30px;
    height: 30px;
    margin: 9px 0 9px 10px;
    border-radius: 50%;
    cursor: pointer;
}

#sve8-container #sve8-menu > div > .sve8-menu-option{
    background-color: rgba(255, 255, 255, 0.5);
}

#sve8-container #sve8-menu .sve8-menu-option:hover{
    background-color: #fff;
}

#sve8-container #sve8-menu .sve8-menu-option > div,
#sve8-container #sve8-menu .sve8-menu-option > div > div{
    width: 100%;
    height: 100%;
}

#sve8-container #sve8-menu .sve8-menu-option > div.sve7-level1{
    background-color: transparent;
    border:none;
    padding: 0;
}

#sve8-container #sve8-menu .sve8-menu-option > div > div{
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    margin: 0;
}

.sve7-level1 span {
    position: absolute;
    display: none;
    background-color: #fff;
    color: #888787;
    padding: 8px;
    left: 52px;
    border-radius: 5px;
    font-weight: normal;
    white-space: nowrap;
    font-size: 14px;
    z-index: 1000;
}

/* Menu level 2 */
#sve8-menu-lv2-2 div.sve7-level2,
#sve8-menu-lv2-2 > .sve7-menu-item-body > .sve8-menu-option > div.sve7-level3{
    width: 100%;
    height: 30px;

    padding: 0;
    margin: 20px 0;

    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 20px;

    border: none;
    font-size: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
}

#sve8-menu-lv2-2 div.sve7-level2{
    background-image: url(../../img/triangle_gray_down.png);
    background-repeat: no-repeat;
    background-position: right 9px center;

    justify-content: flex-start;
    padding: 0 0 0 11px;
}

#sve8-menu-lv2-2 div.sve7-level2.menu-up{
    background-image: url(../../img/triangle_gray_up.png);
}

#sve8-menu-lv2-2 div.sve7-level2.sve8-selectedItem{
    background-image: url(../../img/triangle_white_down.png);
}

#sve8-menu-lv2-2 div.sve7-level2.sve8-selectedItem.menu-up{
    background-image: url(../../img/triangle_white_up.png);
}

#sve8-menu-lv2-2 > .sve7-menu-item-body > .sve8-menu-option > div.sve7-level3 a {
    height: 100%;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

#sve8-menu-lv2-2 div.sve7-level2:hover,
#sve8-menu-lv2-2 > .sve7-menu-item-body > .sve8-menu-option > div.sve7-level3:hover,
#sve8-menu-lv2-2 div.sve7-level2.activeTmp,
#sve8-container #sve8-menu .sve8-menu-option.activeTmp{
    background-color: #fff;
}

#sve8-menu-lv2-2 div.sve7-level2.sve8-selectedItem,
#sve8-menu-lv2-2 div.sve7-level3.sve7-selectedItem a {
    color: #fff !important;
    font-family: sfUiTextHeavy, Helvetica;
    font-weight: normal;
}

.sve8-Item-hidden{
    display: none;
}

/* Menu level 3 */
.sve7-level2,
.sve7-level2:hover,
#sve8-menu-lv2-2 div.sve7-level3 a{
    text-decoration: none;
    color: #565656;
}

#sve8-menu-lv2-2 div.sve7-menu-item-body div.sve7-menu-item-body div.sve7-level3{
    padding: 0 0px 0 12px;
    margin: 20px 0;
    
    border: none;
    background-color: transparent;

    font-size: 12px;
    
    display: block;
}

#sve8-menu-lv2-2 div.sve7-menu-item-body div.sve7-menu-item-body div.sve7-level3 a{
    display:block;
}

/* Boton ocultar menu */

#sv8-hide-menu, .menu__sv8-hide-menu{
    width: 20px;
    height: 40px;
    position: absolute;
    bottom: 20px;
    right: -20px;
    border-bottom-right-radius: 31px;
    border-top-right-radius: 31px;
    display: flex;
    cursor: pointer;
    visibility: visible;
}

.menu__sv8-hide-menu{
    bottom: calc(50% + 20px - 68px);
    right: -10px;
}

.menu__auto{
    display: none;
}

#sv8-hide-menu i, .menu__sv8-hide-menu i{
    background-image: url(../../img/path_colapsado_left.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    width: 15px;
}

#sv8-hide-menu i.flip , .menu__sv8-hide-menu i.flip{
    transform: rotate(180deg);
    width: 20px;
}

/*--------------------------------------------------------------------------------------------------------------------------------*/

#sv8-topScrollPanel{
    position: relative;
}

#sv8-back-button, .boxy-wrapper-backbutton{
    position: absolute;
    background-image: url(../../img/back_button.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#sv8-back-button{
    top: -10px;
    left: -30px;
    height: 35px;
    width: 45px;
}

.boxy-wrapper-close,
.boxy-wrapper-close2{
    background-image: url(../../img/button_x.png);
    background-position: center;
    background-repeat: no-repeat;
}

#sv8-content-path{
    margin-bottom: 0;
    font-family: sfUiDisplayHeavy, helvetica;
    color: #5c5c5c;
    cursor: pointer;
    border-bottom: 1px solid #a6a6a6;
    margin-right: 30px;
    margin-left: 15px;
    padding-left: 15px;
    padding-bottom: 8px;
    font-size: 14px;
}

#sv8-content-path.noPath, #sv8-back-button.noPath{
    display: none;
}

/* Beta */
#sv8-scrollPanel{
    height: 100%;
    overflow-y: auto;
    padding-right: 30px;
    padding-top: 10px;
}

#sv8-scrollPanel #sv8-scrollPanelBox{
    padding-bottom: 80px;
    position: relative;
}

#sv8-scrollPanel.embebedIframe{
    overflow:hidden;
    padding-top:0;
    padding-bottom: 0px;
   /* padding-right: 30px;*/
}

#sve8-content.editor-graphic__sv8-content{
    background-color: transparent !important;

}

#sv8-content-path.editor-graphic__sv8-content-path{
    margin-top: -10px;
    padding-top: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-right: 0px;
}

#sve8-container #sv8-tpl-col2 #sv8-centralContent #sve8-content.editor-graphic__modules-sv8-content{
    padding-left: 0px;
}

#sv8-topScrollPanel.editor-graphic__sv8-topScrollPanel{
    margin-left: 30px;
}

#sv8-scrollPanel.editor-graphic__sv8-scrollPanel{
    padding-right: 0px;
}

/* #sv8-scrollPanel.embebedIframe #sv8-scrollPanelBox{
    padding-bottom: 0;
} */

#sve8-header .menu__btn{
    display: none;
}

#sve8-header #grupo1{
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 0 26px 0 8px;
    justify-content: space-between;
}
#sve8-header #grupo1 #enterpriseLogo{
    width: auto;
}
#sve8-header #grupo2{
    flex-shrink: 0;
    border-left: solid 1px #acacac;
    display: flex;
    align-items: center;
    padding: 0 15px
}
#sve8-header #userIcon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px 0 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;

    background-color: #f0b259;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-sfUiDisplayHeavy);
    font-size: 20px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;

    position: relative;
    overflow:hidden;
}

#sve8-header #userIcon #userIconImage{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top:0;
    left: 0;
}

#userIconText{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    background-color: #f0b259;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-sfUiDisplayHeavy);
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    cursor:pointer;
}

#sve8-header #userName{
    margin-right: 15px;
    font-size: 13px;
    flex-grow: 1;
    text-align: left;
    overflow: hidden;
}
#sve8-header .icon{
    width: 35px;
    height: 35px;
    margin: 0 15px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor:pointer;
    border-radius: 50%;
}
#sve8-header .icon:hover{
    background-color: #fff;
}
#sve8-header .icon a{
    display: block;
    height: 100%;
    width: 100%;
}

#sve8-header .icon a>.not_seen_counter{
    background-color: #00b5ed;
    border-radius: 20px;
    color: #fff;
    width: 17px;
    height: 17px;
    font-size: 8pt;
    line-height: 17px;
    right: 0px;
}

#sve8-header #my-responsabilities, #sve8-header #my-responsabilities.sve8-selectedItem.icon:hover{
    background-image: url(../../img/global/sve8_my_responsibilities.png);
}

#sve8-header #my-responsabilities.sve8-selectedItem{
    background-image: url(../../img/global/sve8_my_responsibilities_white.png);
}

#sve8-header #my_commitments, #sve8-header #my_commitments.sve8-selectedItem.icon:hover{
    background-image: url(../../img/global/sve8_cmt0.png);
}
#sve8-header #my_commitments.sve8-selectedItem{
    background-image: url(../../img/global/sve8_cmt1.png);
}

#sve8-header #notifications, #sve8-header #notifications.sve8-selectedItem.icon:hover{
    background-image: url(../../img/global/sve8_notification.png);
}
#sve8-header #notifications.sve8-selectedItem{
    background-image: url(../../img/global/sve8_notification_white.png);
}
#sve8-header #searcher{
    flex-grow: 1;
    height: 40px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0;
    display: flex;
    padding: 0 12px;
    width: 100%;
    max-width: 500px;
    position: relative;
}
#sve8-header #searcher.collapse{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;

}
#sve8-header #searcherIcon {
    width: 59px;
    flex-shrink: 0;
    background-image: url(../../img/global/loupe.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-left: solid 1px #acacac;
    cursor: pointer;
}
#sve8-header #searcherIconHide{
    display: none;
    width: 30px;
    height: 100%;
    cursor: pointer;
}

#sve8-header #searcherIconHide div{
    background-image: url(../../img/path_colapsado.png);
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    height: 40px;
    /*width: 20px;*/
}
#sve8-header #searcher input{
    border: none;
    flex-grow: 1;
    font-style: italic;
}

#sve8-header .atajo{
    width: 106px;
    margin: 0 0 0 26px;
    padding: 0 0 0px 20px;
    flex-shrink: 0;
    font-size: 15px;
}

#sve8-header .atajo a{
    color: inherit;
}

#sve8-header .atajo {
    margin: 0 30px;
    padding: 0px;
}

#sve8-header .atajo#bsearcher {
    width: 80px;
}

#sve8-header .atajo#features{
    width: 185px;
}

#sve8-header .atajo#help {
    width: 70px;
}

#sve8-header .atajo#responsabilityHeader {
    width: 155px;
}

#sve8-header .atajo#resourcesHeader {
    width: 90px;
}
         
#sve8-header .atajo a:hover{
    color: inherit;
    font-family: inherit;
}
#sve8-header .atajo.atajoOpt {
    background-image: url(../../img/global/triangle.png);
    background-repeat: no-repeat;
    background-position: center right;
}
#sve8-header .atajo.atajoOpt:hover {
    background-image: url(../../img/triangle_down.png);
}

#sve8-header .menuMain{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#sve8-header #profileOption{
    max-width: 200px;
}

#sve8-header .menuMain .sve8-header-overlay{
    position: absolute;
    z-index: 1000;

    background: rgba(255, 255, 255,0.85);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 155px;
    text-align: left;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
    font-size: 13px;
    color: #5C5C5C;
    top: 78px;
    /*padding: 0 2px;*/
    display: none;
}

#sve8-header .menuMain .sve8-header-overlay div{
    height: 36px;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 1px solid #bdbdbd;
    display: flex;
    align-items: center;
}

#sve8-header .menuMain .sve8-header-overlay div:hover{
    background-color: #fff;
}

#sve8-header .menuMain .sve8-header-overlay div a{
    height: 100%;
    padding: 12px;
    box-sizing: border-box;
    flex-grow: 1;
    color: #5C5C5C;
}

#sve8-header .menuMain:hover,
#sve8-header .menuMain:hover span,
#sve8-header .menuMain:hover #userName{
    font-family: var(--font-sfUiDisplayHeavy);
}

#sve8-header .menuMain span{
    padding-left: 7px !important;
}

#sve8-header #sve8-space{
    /*flex-grow: 1;*/
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 25px;
}

#sve8-header #optionsSearch-sve7overlaypanel{
    position: absolute;
    background: #fff;
    width: 100%;
    top: var(--search-saved);
    left: 0;
    border-top: 1px #ccc solid;
    z-index: 1001;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: none;
}
#sve8-header #optionsSearch-sve7overlaypanel ul{
    margin:0;
    padding: 15px;
    padding-bottom: 0;
    list-style: none;
}
#sve8-header #optionsSearch-sve7overlaypanel ul li{
    margin:0 0 20px 0;
    padding:0;
    text-align: left;
}
#sve8-header #optionsSearch-sve7overlaypanel ul li a{
    color: inherit;
    font-size: 13px;
}
#sve8-header #optionButtons{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 0 15px 0;
    border-radius: 10px;
}
#sve8-header #searcher #searcher-text{
    display: flex;
    align-items: center;
    color: #a3a3a3;
    font-size: 19px;
    background-image: url(../../img/path_colapsado.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 30px;
    width: 100%;
    cursor:pointer;
}
#sve8-header #searcher.collapse #searcher-text{
    background-image: url(../../img/path_descolapsado.png);
}
/*Template*/
.sv8-button{
    display: flex;
    align-items: center;
    background-color: #3cb6eb;
    color: #fff;
    font-family: sfUiTextHeavy;
    font-size: 13px;
    width: 150px;
    padding: 0.6em 0;
    border-radius: 6px;
    justify-content: center;
    transition: all 200ms ease-in-out;
}

/*Template*/
.sv8-button:hover{
    color:#fff;
    text-decoration:none;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}

/*Template*/
#sve8-header .atajo.sve8-selectedItem,
#sve8-header .atajo.sve8-selectedItem a{
    background-color: transparent;
    font-family: sfUiTextHeavy, Helvetica;
}

.sv8-menu-hover-title {
    display: none;
    position: absolute;
    left: 122px;
    background-color: #fff;
    color: #888787;
    padding: 8px;
    border-radius: 5px;
    font-weight: normal;
    white-space: nowrap;
    font-size: 14px;
    z-index: 1000;
}

.sve8-tooltip{
    position: relative;
}

.sv8-menu-hover-title-header {
    position: absolute;
    top: 20px;
    background-color: #fff;
    color: #888787;
    padding: 8px;
    border-radius: 5px;
    font-weight: normal;
    white-space: nowrap;
    font-size: 14px;
    z-index: 1000;
    left: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(-50%);
}

#sve8-header #searcher #searcher-text .showMin{
    display: none;
}

@media only screen and (max-width: 1024px) {
    #sve8-header #searcher{
        margin: 0;
    }
    #sve8-header #searcherIcon {
        border-left:none;
        width: auto;
        flex-grow: 1;
    }

    #sve8-header #searcherIcon.exp {
        border-left: solid 1px #acacac;
        width: 49px;
        flex-shrink: 0;
        flex-grow: 0;
    }

    #sve8-header #searcher.showMin #searcherIconHide{
        display: block;
    }
    #sve8-header #searcher.showMin input{
        display: block;
    }
    #sve8-header .atajo.showMin{
        display: none;
    }

    #sve8-header #grupo1{
        padding: 0 10px 0 10px;
    }

    #sve8-header .atajo {
        margin: 0 0 0 2px;
    }

    .menu__auto{
        display: none;
    }

    #sve8-header .menuMain#responsabilityHeader, #help, #features{
        display: none;
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape){
    #sve8-container #sv8-tpl-col2 #sve8-header {
        height: 60px;
    }

    #sve8-container #sv8-tpl-col2 #sv8-centralContent #sve8-content{
        margin: 10px 10px 0;
    }
}

@media only screen and (max-width: 1560px) {
    #sve8-header #searcher #searcher-text .showNormal{
        display: none;
    }
    #sve8-header #searcher #searcher-text .showMin{
        display: block;
    }
    #sve8-header #userName{
        display: none;
    }
    #sve8-header .atajo {
        margin: 0 15px;
    }
    #sve8-header .icon {
        margin: 0 5px;
    }
}

@media only screen and (max-width: 700px) {
    #sve8-container #sv8-tpl-col2 #sv8-centralContent #sve8-content{
        padding: 10px;
        margin: 10px 25px 0;
    }

    #sve8-container #sv8-tpl-col2 #sve8-header.flip{
        display: none;
    }

    .menu__auto{
        display: none;
    }

    #sve8-header #grupo1{
        display: none;
    }

    #sve8-container #sv8-tpl-col2 #sve8-header{
        justify-content: space-between;
    }

    #quickHelp-button{
        display: none;
    }

    #sv8-content-path{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: pre;
    }

    #sve8-container #sv8-tpl-col2 #sv8-centralContent #sve8-content{
        margin: 10px 10px 0;
    }

    #sve8-container #sv8-tpl-col2 #sve8-header {
        height: 60px;
    }

    #sv8-back-button {
        top: -10px;
        left: -10px;
        height: 36px;
        width: 30px;
        background-size: 22px;
    }
}


*::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: transparent;
}

*::-webkit-scrollbar
{
    width: 10px;
    background-color: transparent;
}

*::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #8a8a8a;
}

#container-floating {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 55px;
    right: 50px;
    z-index: 1000;
}

#container-floating  #floating-button,
.container-bottoms-below-fixed #floating-button,
#floating-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 0;
    overflow: hidden;
    color: transparent;
    animation: none;
    transition: width 150ms, border-radius 150ms, color 200ms;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background-image: url(../../img/global/create.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    font-family: var(--font-sfUiDisplayHeavy);
    background-color: var(--color-action2);
    display: inline-block;
}

#container-floating  #floating-button:hover,
.container-bottoms-below-fixed #floating-button:hover,
#floating-button:hover {
    width: 175px;
    height: 50px;
    border-radius: 100px;
    color: #fff;
}

.floating-button-create-in-searcher{
    min-width: 175px !important;
    width: auto !important;
    border-radius: 100px !important;
    color: #fff !important; 
}

#floating-button.floating-button-create-in-searcher p.plus{
    padding: 0 22px;
}

#container-floating  #floating-button p.plus,
.container-bottoms-below-fixed #floating-button p.plus,
#floating-button p.plus{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-sfUiDisplayHeavy);
    font-size: 30px;
    margin-top: -2px;
    margin-right: 45px;
}

#quickHelp{
    height: 40px;
    position: absolute;
    width: auto;
    top: 130px;
    right: 0;
    display: flex;
    z-index: 2;
}

#quickHelp #quickHelp-button{
    height: 100%;
    width: 40px;
    
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    cursor:pointer;

    background-image: url(../../img/global/glb_help_2.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#quickHelp #quickHelp-link{
    width: 0;
    transition: width 300ms;
    height: 100%;
    background-color: #fff;
    overflow:hidden;
    white-space: nowrap;
}
#quickHelp #quickHelp-link a{
    width: 100%;
    height: 100%;
    font-family: sfUiDisplayHeavy, helvetica;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#5c5c5c;
}

#quickFaqBot{
    height: 40px;
    position: absolute;
    width: auto;
    top: 180px;
    right: 0;
    display: flex;
    z-index: 2;
}

#quickFaqBot #quickFaqBot-button{
    height: 100%;
    width: 40px;
    
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    cursor:pointer;

    background-image: url(../../img/global/glb_faqbot.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#quickFaqBot #quickFaqBot-link{
    width: 0;
    transition: width 300ms;
    height: 100%;
    background-color: #fff;
    overflow:hidden;
    white-space: nowrap;
}
#quickFaqBot #quickFaqBot-link a{
    width: 100%;
    height: 100%;
    font-family: sfUiDisplayHeavy, helvetica;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#5c5c5c;
}

#quickUaiBot{
    height: 40px;
    position: absolute;
    width: auto;
    top: 230px;
    right: 0;
    display: flex;
    z-index: 2;
}

#quickUaiBot #quickUaiBot-button{
    height: 100%;
    width: 40px;
    
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    cursor:pointer;

    background-image: url(../../img/global/glb_uaibot.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#quickUaiBot #quickUaiBot-link{
    width: 0;
    transition: width 300ms;
    height: 100%;
    background-color: #fff;
    overflow:hidden;
    white-space: nowrap;
}
#quickUaiBot #quickUaiBot-link a{
    width: 100%;
    height: 100%;
    font-family: sfUiDisplayHeavy, helvetica;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#5c5c5c;
}


.viewMore{
    cursor: pointer;
}

#templateUrl-link{
    overflow: hidden;
}

#templateUrl-link a{
    font-family: sfDisplayHeavy;
    background-image: url(../../img/download.png);
    background-repeat: no-repeat;   
    font-size: 18px;
    color: #5C5C5C;
    cursor: pointer;
    float: right;
    padding-left: 25px;
    padding-right: 25px;
    margin: 10px;
}

#matrizEvolution-link{
    position: relative;
}

#sv8-scrollPanelBox #matrizEvolution-link{
    position: fixed;
    top: 134px;
    right: 69px;
    width: 230px;
}

#matrizEvolution-link a{
    font-family: sfDisplayHeavy;
    font-size: 18px;
    cursor: pointer;
    font-style: italic;
    position: absolute;
    top: -65px;
    right: 176px;
    position: fixed;
    right: 191px;
    top: 16px;
}

#sv8-scrollPanelBox #matrizEvolution-link a{
    font-family: sfDisplayHeavy;
    font-size: 18px;
    cursor: pointer;
    font-style: italic;
    position: absolute;
    top: -21px;
    right: 0;
}

#sv8-scrollPanelBox #maintenance-link a{
    font-family: sfDisplayHeavy;
    font-size: 18px;
    cursor: pointer;
    font-style: italic;
    position: absolute;
    top: -10px;
    right: 0;
    color: var(--color-main);
}


#myVariables-link{
    position: relative;
}

#sv8-scrollPanelBox #myVariables-link{
    position: fixed;
    top: var(--function-list-var-top);
    right: 69px;
    width: 230px;
}

#myVariables-link a{
    font-family: sfDisplayHeavy;
    font-size: 18px;
    cursor: pointer;
    font-style: italic;
    position: absolute;
    top: -65px;
    right: 176px;
}

#sv8-scrollPanelBox #myVariables-link a{
    font-family: sfDisplayHeavy;
    font-size: 18px;
    cursor: pointer;
    font-style: italic;
    position: absolute;
    top: 0px;
    right: 0;
}


.stepdescription{
    background-color:#FFFFE1;
    line-height: normal !important;
}

.xsection2_rowContent.hidden, 
.xsection_rowContent.hidden,
.cssRowContainerCF.hidden {
    display: table-row;
    visibility: collapse;
}

.boxCriteries .xsection_rowContent.hidden {
    display: none;
}

.templateFrame .sectionWhite .xsection2_rowContent{
    background-color: #fff;
    border-top: solid 1px rgb(197,197,197);
}

.sectionWhite .xsection2_rowContent.hidden {
    border-top:none;
}

.sectionWhite .sec_RowSelector2{
    height: auto;
}

.sectionWhite .sec_RowSelector2 > td{
    padding: 13px 20px !important;
}

.sectionWhite .sec_RowSelector2 span.span{
    font-size: 18px;
}

/*----------------------------------------------------------------------------------------------------------------------*/

.templateFrame span.span.bold.titleA{
    display: block;
    background: #fff;
    border-radius: 10px;

    font-family: var(--font-sfUiDisplayHeavy);
    font-weight: normal;
    font-size: 24px;
    color: #565656;

    padding: 12px;
    margin-bottom: 10px;
    min-height: 56px;
    box-sizing: border-box;
}

span.span.bold.subtitle{
    font-family: var(--font-sfUiDisplayHeavy);
    font-weight: normal;
    font-size: 18px;
    color: #565656;
    margin-bottom: 20px;
    display: block;
}

.templateFrame div.title-main{
    background-color: #fff;
    margin:0 -15px;
}

.templateFrame div.title-main:empty{
    margin-bottom: 20px;
}

.templateFrame .title-main span.span.bold.titleA{
    margin: 0;
}

.templateFrame .title-main .title-main-sub {
    padding: 5px 0 18px;
    color: #5c5c5c;
}

.templateFrame .title-main .title-main-sub .title4{
    font-size: 18px;
    font-style: italic;
}

.templateFrame div.functionList{
    margin-top: 50px;
}
/*------------------------------------------------------------------------------------------------*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.sve8-field{
    margin-top: 3px;
}

.sve8-field .finput{
    margin-left: 0;
}

.row label,
.sve8-label,
table.xlayout .row label,
table.xlayout .sve8-label{
    font-family: sfUiDisplayHeavy, helvetica;
    padding: 0;
    margin: 0;
    color: #5c5c5c;
    font-size: 15px;
    display: inline-block;
}

.sve8-fieldtext{
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #d4d0c8;
    background-color: #fff;
    border-radius: 5px;
    min-width: 20px;
    font-size: 14px;
    padding: 0 5px;
    width: 100%;
}

.inp-readonly {
    color: #5d5d5d;
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 6px;
    /* padding-bottom: 2px; */
    min-height: 28px;
    /* vertical-align: middle; */
    box-sizing: border-box;
}

div.inp-readonly a{
    font-style: italic;
    font-size: 14px;
}

.xlayout-box-aux {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    margin: 40px 0;
}

.photo-xcomment{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.photo-xcomment.whitout-photo {
    border: solid 1px #a5a5a5;
    background-size: auto;
}
.mainSeparatorTemplate{ 
    margin-bottom: 41px;
}

.xdsoft_scroller{
    display: block !important;
}
.xdsoft_datetimepicker *{
    font-size: 13px;
}

.textAreaCKEditor2Comment{
    height: 10px !important;
}
/*-----------------------------------------------------------------------------------------------------------------------------------*/
#riskheadermapNewTitle, #riskheadermapNewTitle > div:nth-child(1){
    text-align: center;
    font-family: sfUiDisplayHeavy;
    font-weight: normal;
    color: #5c5c5c;
    font-size: 20px;
}

#riskheadermapNewTitle > div:nth-child(1){
    display: inline;
}

#divContainerSteps {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    height: 40px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    margin: 14px 0 10px;
    padding: 0 10px;
}

.divStep {
    margin: 0 24px 0 0;
    text-align: center;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 132px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: var(--font-sfUiText);
    color: #5b5959;
    font-size: 12px;
}

.divStepSep{
    width: 3px;
    border-left: 1px solid #c9c8ca;
    height: 76%;
}

.divStep#divHistoric, .divStep#divMaterialization  {
    font-family: var(--font-sfUiDisplayHeavy);
    font-size: 18px;
    background-color: transparent;
}

.divStep#divHistoric  {
    color: var(--color-main);
    margin-right: 10px;
}

.divStep#divMaterialization {
    color: #ff5f5f;
}

.divStep.cursor{
    cursor: pointer;
}

.divStepNumber {
    background-color: rgba(255,255,255,0.7);
    color: #5c5c5c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    margin: 8px auto;
    height: 30px;
    width: 30px;
    font-size: 12px;
}

.divStep a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.currentStep{
    background-color: var(--color-main);
    color: #fff;
    font-family: sfUiDisplayHeavy;
}

td.commentIndent img{
    width: 30px;
}

fieldset.apAssociatedPlan{
    border-radius: 10px;
    border-color: #dadada;
}

fieldset.apAssociatedPlan legend,
table.xlayout fieldset.apAssociatedPlan legend{
    font-size: 20px;
}

fieldset.apAssociatedPlan .xsection2_container{
    margin: 30px 0;
}

fieldset.apAssociatedPlan .xsection2_rowContent > td, 
table.xlayout fieldset.apAssociatedPlan .xsection2_rowContent > td {
    padding: 0;
}

fieldset.apAssociatedPlan .dataGridBox .finput {
    min-width: 140px;
}

fieldset.apAssociatedPlan .dataGridBox .dataGrid > tbody > tr > td:last-child .finput {
    min-width: 50px;
}


fieldset.apAssociatedPlan .dataGridBox div.xCalendar .finput {
    width: 125px;
}

fieldset.apAssociatedPlan .sv8-link-tablesection{
    margin: 10px 8px 0px;
}

#sv8-scrollPanelBox .cssRowContainerCF fieldset.apAssociatedPlan .xsection2_container{
    margin: 15px 0px 0px;
}

fieldset.apAssociatedPlan .apAssociatedPlan__cat-search,
fieldset.apAssociatedPlan .apAssociatedPlan__cat-new{
    display: grid;
    align-items: center;
    grid-column-gap: 10px;
}

fieldset.apAssociatedPlan .apAssociatedPlan__cat-search{
    grid-template-columns: auto 178px;
}

fieldset.apAssociatedPlan .apAssociatedPlan__cat-new{
    grid-template-columns: auto auto 178px;
}

fieldset.apAssociatedPlan .apAssociatedPlan__cat-new {
    padding-top: 6px;
}

fieldset.apAssociatedPlan .apAssociatedPlan__cat-new > .xlayout.adjust-to-content > table{
    border-spacing: 0 8px;
}

fieldset.apAssociatedPlan .apAssociatedPlan__cat-new > .label-sve{
    margin-left: 10px !important;
    font-family: var(--font-sfUiText);
}

fieldset.apAssociatedPlan .apAssociatedPlan__cat-new button,
fieldset.apAssociatedPlan .apAssociatedPlan__cat-search button{
    text-transform: lowercase;
}
fieldset.apAssociatedPlan .apAssociatedPlan__cat-new button::first-letter,
fieldset.apAssociatedPlan .apAssociatedPlan__cat-search button::first-letter{
    text-transform: uppercase;
}

.display-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.display-between{
    display: flex;
    justify-content: space-between;
    align-items: center;    
}

.display-column{
    display: flex;
    flex-direction: column;
}

.display-row{
    display: flex;
    flex-direction: row;
}

.colorsve-inactive{
    display: none !important;
}

.container-palette-svecolor{
    z-index: 1;
    border-radius: 5px;
    padding: 5px 0;
    max-width: 240px;
    min-width: 160px;
    background-color: #fff;
    flex-wrap: wrap;
    position: absolute;
    -webkit-box-shadow: 0px 0px 5px 1px #c0c0c0;
    -moz-box-shadow: 0px 0px 5px 1px #c0c0c0;
    box-shadow: 0px 0px 5px 1px #c0c0c0;
}

.container-palette-svecolor .item-palette-color{
    width: 35px;
    height: 35px;
    border-radius: 2px;
    margin: 5px;
    cursor: pointer;
}

.container-palette-svecolor .item-palette-color span{
    font-family: sfUiDisplayHeavy;
    color: #ffffff;
    font-size: 20px;
}

.XCommandButton.XCommandButtonSize2,
.button-sve.button-sve--size-big{
    width: 280px;
    height: 40px;
    border-radius: 10px;
    font-size: 20px;
}

.XCommandButton.XCommandButtonWhite,
.button-sve.button-sve--outline{
    background-color: #fff !important;
    border-width: 2px;
    border-style: solid;
    color: var(--font-color-main);
    border-color: var(--color-main);
}

.XCommandButton.XCommandButtonRed{
    background-color: #ff5f5f !important;
}

.XCommandButton.XCommandButtonSize2.defButtonSearch{
    margin: 20px 0 24px
}

.XCommandButton.defButtonSearch.floatButtonSearch{
    position: fixed;
    z-index: 1;
    bottom: 10px;
    right: calc( 50% - 229px);
}

.buttons-containerCenter{
	position: fixed;
    left: 0;
    right: 0;
    bottom: 5px;
    text-align: center;
}
 
.boxCriteries{
    position: relative;
}

.box_s_btn_saveSearch{
    position: absolute;
    bottom: 10px;
    right: 15px;
}

div.criteriaWithSaveSearch{
    padding-bottom: 40px !important;
}

.titleBoxyCenter{
    text-align: center;
    text-transform: lowercase;
}

div.maximizeBotton{
    background-image: url(../../img/icons/maximize_icon.png);
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.33);
    width: 100%;
    transition: all 0.2s ease-in-out;
    height:0;
    cursor:pointer;
    z-index: 999;
}

.tableVarValueAnalysis > div.xlayout{
    height:100%;
    overflow-y: auto;
    padding-right: 10px;
}

.tableVarValueAnalysis {
    padding-right: 0;
    box-sizing: border-box;
}
.tableVarValueAnalysis:hover div.maximizeBotton{
    height:30px;
}

.label-subtitle,
.label-title{
    font-family: sfUiDisplayHeavy;
    color: #5c5c5c;
    font-size: 24px;
}

.label-subtitle{
    font-size: 18px;
}

.titleOne {
    font-size: 36px;
    font-family: var(--font-sfUiDisplayHeavy);
    color: #565656;
}

.p-info-italic,
.r-info-italic{
    font-size: 12px;
    font-style: italic;
}

.p-info-italic{
    color: #5d66f4;
}

.r-info-italic{
    color: #ff5f5f;
}

.cell-4{
    width:  33.33%;
}

.cell-8{
    width:  66.66%;
}

.no-border-r{
    border-right: none !important;
}

/* Hack para text de los tabs */
div.tabs-tmp-sve8 ul > li > a:not(.ui-tabs-anchor, .jstree-grid-col-0),
div.tabs-tmp-sve8 ul > li > a:not(.ui-tabs-anchor, .jstree-grid-col-0).disableTab{
  color: transparent !important;
}

.ui-state-default.tab-sve8-tabs a, .ui-state-default.tab-sve8-tabs a:link{
    color: #686868 !important;
    font-family: var(--font-sfUiText);
    cursor: pointer;
    font-size: 14px;
}

.ui-state-default.tab-sve8-tabs.tab-sve8-tabs-lv1 a, .ui-state-default.tab-sve8-tabs.tab-sve8-tabs-lv1 a:link{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2px;
    margin-left: 17px;
    margin-right: 24px;
    margin-bottom: 8px;
    font-style: italic;
}

.ui-state-active.tab-sve8-tabs a, .ui-state-active.tab-sve8-tabs a:link{
    color: var(--color-main) !important;
    font-family: var(--font-sfUiDisplayHeavy);
    cursor: pointer;
}

.ui-state-active.tab-sve8-tabs.tab-sve8-tabs-lv1 a, .ui-state-active.tab-sve8-tabs.tab-sve8-tabs-lv1 a:link{
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: var(--color-main);
}

.tab-sve8-tabs,
.ui-state-default.tab-sve8-tabs{
    border: none !important;
    background-color: transparent !important;
}

.ui-state-hover.tab-sve8-tabs a, .ui-state-hover.tab-sve8-tabs a:link{
    background-color: transparent;
}

.tab-sve8-tabs.tab-sve8-tabs-lv1 a::before, .tab-sve8-tabs.tab-sve8-tabs-lv1 a:link::before{
    content: "";
    width: 8px;
    height: 8px;
    border: solid 1px var(--color-main);
    position: absolute;
    top: 14px;
    left: 2px;
    border-radius: 50%;
}

.ui-state-active.tab-sve8-tabs.tab-sve8-tabs-lv1 a::before, .ui-state-active.tab-sve8-tabs.tab-sve8-tabs-lv1 a:link::before{
    background-color: var(--color-main);
}

.ui-state-default.tab-sve8-tabs.tab-sve8-tabs-lv3 a, .ui-state-default.tab-sve8-tabs.tab-sve8-tabs-lv3 a:link{
    font-size: 14px;
}

.ui-state-default.tab-sve8-tabs.tab-sve8-tabs-lv3{
    border-right: 1px solid #dddddd !important;
}

.ui-state-active.tab-sve8-tabs.tab-sve8-tabs-lv3 {
    background-color: #fff !important;
}

.ui-tabs .ui-tabs-nav.tab-sv8-nav-lv3{
    border-radius: 0;
    padding: 8px 0;
    border-top: 1px solid #dddddd;
    border-bottom-width: 1px;
}

.ui-state-active.tab-sve8-tabs.tab-sve8-tabs-lv3::before{
    content: "";
    width: 100%;
    height: 0;
    border-bottom: solid 1px #fff;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.ui-tabs .ui-tabs-panel.tab-sve8-panel{
    padding: 1.2em 0;
}

.ui-tabs .ui-tabs-panel.tabs-min-padding{
    padding: 0 15px 15px;
}

.ui-tabs .ui-tabs-panel.tabs-min-padding-up{
    padding: 6px 15px;
}

.ui-tabs .ui-tabs-panel.tabs-zero-padding{
    padding: 6px 0px;
}

.ui-tabs .ui-tabs-nav.tab-sv8-nav-collapse {
    display: flex;
}

#xfloatingTemplate .ui-tabs .ui-tabs-nav.tab-sv8-nav-collapse{
    flex-wrap: wrap;
}

.ui-tabs .ui-tabs-nav.tab-sv8-nav-collapse li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0.7em 0.89em;
    flex: 1;
    max-width: 200px;
}

.ui-tabs .ui-tabs-nav.tab-sv8-nav-collapse .ui-tabs-anchor {
    font-family: var(--font-sfUiDisplayHeavy);
    font-size: 15px;
    max-width: 250px;
    padding: 0;
    float: none;
}

.ui-tabs .ui-tabs-nav.tab-sv8-nav-collapse .ui-tabs-anchor::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    cursor: pointer;
}

.ui-tabs .tab-sv8-nav-box-horizontalScroll{
    position: relative;
    border: solid 1px #e2e2e2;
    border-radius: 4px;
    padding: 0 15px;
}

.ui-tabs .tab-sv8-nav-box-horizontalScroll-xScroll{
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 4px 0;
}

.ui-tabs .tab-sv8-nav-box-horizontalScroll-xScroll::-webkit-scrollbar{
    width: 10px;
    height: 5px;
}

.ui-tabs .ui-tabs-nav.tab-sv8-nav-horizontalScroll {
    background-color: #fff;
    display: table;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav.tab-sv8-nav-horizontalScroll li{
    float: none;
    display: inline-block;
}

/*------ tabs standard ---------------------------------------------*/
.tabs-sve.ui-tabs .ui-tabs-nav{
    display: flex;
}

.tabs-sve.ui-tabs .ui-tabs-nav li{
    flex: 1 1 50px;
    padding: 0;
    float: none;
    overflow: hidden;
}

.tabs-sve.ui-tabs .ui-tabs-nav li.tabs-sve__item-reduce{
    flex-grow: 0.6;
}

.tabs-sve.ui-tabs .ui-tabs-nav li:last-child {
    border-top-right-radius: 8px;
}

.tabs-sve.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
    font-family: var(--font-sfUiText);
    color: var(--font-color-normal);
    font-size: var(--font-size-normal);

    float: none;
    display: flex;
    padding: 0;
    max-width: none;
    padding: 10px 15px;
    overflow: hidden;
    text-align: center;
}

.tabs-sve.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{
    font-family: var(--font-sfUiDisplayHeavy);
    color: var(--font-color-btn);
}

.tabs-sve.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor span{
    font-family: inherit;
    color: inherit;
}

.tabs-sve.ui-tabs .ui-tabs-nav li .ui-tabs-anchor span{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1 1 30px;
}

.tabs-sve.ui-tabs .ui-tabs-panel{
    padding: 20px;
}

.tabs-sve__panel--fullsize{
    height: calc(100% - 38px);
    box-sizing: border-box;
    padding-bottom: 0;
}

.tabs-sve.ui-tabs .ui-tabs-panel.tabs-sve__panel--no-padding{
    padding: 0;
}

/* Hack para text de los tabs */
div.tabs-sve ul > li > a:not(.ui-tabs-anchor, .jstree-grid-col-0),
div.tabs-sve ul > li > a:not(.ui-tabs-anchor, .jstree-grid-col-0).disableTab{
  color: transparent !important;
}

.tabs-sve--bg-glass.ui-widget-content{
    background-color: rgba(255, 255, 255, 0.5);
}

/*------ tabs standard radio  */
.tabs-sve--radio.ui-widget.ui-widget-content{
    border: none;
}

.tabs-sve--radio.ui-tabs > .ui-tabs-nav{
    justify-content: center;
    border: none;
}

.tabs-align-radio-left > .ui-tabs-nav{
    justify-content: left !important;
}


.tabs-sve--radio.ui-tabs > .ui-tabs-nav > li{
    flex: 0 1 auto;
    overflow: hidden;
    border: none !important;
    background-color: transparent !important
}

.tabs-sve--radio.ui-tabs > .ui-tabs-nav > li .ui-tabs-anchor {
    display: block;
    padding: 10px 17px;
}

.tabs-sve--radio.ui-tabs > .ui-tabs-nav > li.ui-tabs-active .ui-tabs-anchor{
    color: var(--color-main);
}

.tabs-sve--radio.ui-tabs > .ui-tabs-nav > li .ui-tabs-anchor::before{
    content: "";
    width: 8px;
    height: 8px;
    border: solid 1px var(--color-main);
    position: absolute;
    top: 14px;
    left: 2px;
    border-radius: 50%;
}

.tabs-sve--radio.ui-tabs > .ui-tabs-nav > li.ui-tabs-active .ui-tabs-anchor::before{
    background-color: var(--color-main);
}

/*---------------------------------------------------------------*/

.subtabs-scroll-x-moveLeft, .subtabs-scroll-x-moveRight {
    position: absolute;
    width: 24px;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
}

.subtabs-scroll-x-moveLeft {
    left: -12px; 
}

.subtabs-scroll-x-moveRight {
    right: -12px;
}

.subtabs-scroll-x-moveLeft button, 
.subtabs-scroll-x-moveRight button{
    height: 24px;
    width: 24px;
    background-color: var(--color-main);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    box-shadow: 0px 0px 4px -1px rgba(0,0,0,1);
    background-repeat: NO-REPEAT;
    background-position: center;
}

.subtabs-scroll-x-moveLeft button{
    background-image: url(../../img/path_colapsado_left.png);
}

.subtabs-scroll-x-moveRight button{
    background-image: url(../../img/path_colapsado_right.png);
}

.ui-tabs-nav.tab-sv8-nav-horizontalScroll .ui-state-default.tab-sve8-tabs a.disableTab, 
.ui-tabs-nav.tab-sv8-nav-horizontalScroll .ui-state-default.tab-sve8-tabs a.disableTab:link{
    color: #d4d4d4 !important; 
}

.ui-tabs-nav.tab-sv8-nav-horizontalScroll .tab-sve8-tabs.tab-sve8-tabs-lv1 a.disableTab::before, 
.ui-tabs-nav.tab-sv8-nav-horizontalScroll .tab-sve8-tabs.tab-sve8-tabs-lv1 a.disableTab:link::before{
    content: "";
    width: 0;
    height: 0;
    border: none;
    background-color: transparent;
}

.box-sv8-link-2{
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 6px 0px;
    margin-bottom: 10px;
    margin-top: 4px;
}

.box-sv8-link-2 a.sv8-link-tablesection{
    margin-bottom: 0;
}

.box-sv8-link-2 a.sv8-link-tablesection span.span.xanchor{
    font-size: 13px;
    padding: 3px 5px;
    margin: 0 0 4px;
}

.box-sv8-link-2 a.sv8-link-tablesection span.span.sv8-icon{
    width: 28px;
    height: 28px;
}

.ui-widget-header.tab-sv8-nav,
.tab-sve8.ui-widget.ui-widget-content{
    border: none;
}

.ui-widget-header.tab-sv8-nav.tab-sve8-nav-lv2{
    display: flex;
    justify-content: flex-start;
}
/*----------------------------------------------------*/
.tab-custom-rsk-box{
    padding: 15px;
    border-radius: 11px;
    background-color: rgba(255, 255, 255, 0.9);
}

#tableRelatedEvents{
    margin: 15px 0;
}
#tableRelatedEvents a.sv8-link-tablesection{
    margin-bottom: 0;
}

.not_seen_counter{
    background-color: #00b5ed;
    border-radius: 20px;
    color: #fff;
    width: 17px;
    height: 17px;
    font-size: 8pt;
    line-height: 17px;
    right: 0px;
}

.tab-title-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-title-flex__text {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-state-active a .tab-title-flex__text, .ui-state-active a:link .tab-title-flex__text{
    font-family: inherit;
}

body#xfloatingTemplate.xfloatingTemplate-new-window{
    background-color: #d4d4d4;
}

.backButtomDefault{
    background-image: url(../../img/icons/back.png);
}

.cke_bottom .cke_path{
    display: none !important;
}

.xsection-without-title .sv8-tableSection-buttons .sv8-link-tablesection{
    margin-top: 8px;
    margin-bottom: 6px;
}

.sve-tooltip {
    background-color: #ffedca !important;
    font-size: 13px !important;
    padding: 4px 4px !important;
    border-radius: 4px !important;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,1);
    line-height: 16px;
}

.sve-tooltip b{
    font-family: var(--font-sfUiDisplayHeavy);
    font-weight:normal;
}

.sve-tooltip > div > div{
    font-style: italic;
    margin-right: 10px;
}

.sve-tooltip > div > div:nth-child(1) {
    border-top: solid 1px #c7c7c7;
}

.ui-progressbar {
    background-color: rgba(255,255,255, 0.7) !important;
    border: none !important;
    height: 30px !important;
    margin: 10px;
}

.ui-progressbar-value {
    background-color: var(--color-main) !important;
    border-right: none !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    transition: all 400ms ease-in-out !important;
    height: inherit !important;
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }

    body:not(.tpl-not-background)::before {
        background: none !important;
    }
}

.totalizer{
	font-weight: bold;
	font-size: 14px;
	white-space: pre;
}

svecomment {
    display: block;
    /* border: solid 1px #f0f; */
    border-left: none;
    border-right: none;
}

svecomment .comment-add{
    /* border: solid 1px #0f0; */
}

svecomment .comment-add div.finput.cmt-box-textarea,
svecomment .comment-add div.finput[svecomment__textarea="yes"]{ 
    margin-top: 15px;
    margin-left: 5px;
    padding: 1px 1px 1px 0;
    padding: 5px;
}

svecomment .comment-add .cmt-add-file .groupOtherParams{
    margin-top: 13px;
}

svecomment .comment-show-add .cmt-row-body .cmt-add-file .groupOtherParams{
    margin-top: 0px;
}

svecomment .comment-add .cmt-add-concept .groupOtherParams{
    margin-top: 4px;
}

svecomment .comment-show-add .cmt-row-body .cmt-add-concept .groupOtherParams{
    margin-top: 0px;
}

svecomment .comment-show-add .cmt-row-body .cmt-add-concept.have-attachment .groupOtherParams{
    margin-top: 6px;
}

svecomment  .cmt-add-file .xsection_content,
svecomment  .cmt-add-concept .xsection_content{
    margin: 0;
}

svecomment  .cmt-add-file .xsection_content .box_global_dataGrid,
svecomment  .cmt-add-concept .xsection_content .box_global_dataGrid{
    padding: 6px 0 0;
}

svecomment  .cmt-add-file .xsection_content .box_global_dataGrid .box_dataGrid_bar,
svecomment  .cmt-add-concept .xsection_content .box_global_dataGrid .box_dataGrid_bar{
    display: none;
}

svecomment .cmt-add-file .xsection_content .box_global_dataGrid .dataGrid-scroll-x {
    margin-top: 5px !important;
}

svecomment .cmt-row-body .cmt-add-file .xsection_content .box_global_dataGrid .dataGrid-scroll-x,
svecomment .cmt-row-body .cmt-add-concept .xsection_content .box_global_dataGrid .dataGrid-scroll-x{
    margin-bottom: 10px !important;
}

svecomment  .cmt-add-concept .xsection_content .box_global_dataGrid .dataGrid-scroll-x {
    margin-top: 7px !important;
}

svecomment  .cmt-add-concept .xsection_content .sv8-link-tablesection{
    margin-top: 15px;
    margin-bottom: 5px;
}

svecomment  .cmt-add-file iframe{
    height: 33px !important;
}

svecomment .cmt-row-add-title div.finput{
    margin-left: 0;
    margin-bottom: 19px;    
}

.tagXComment > table{
    width: 100%;
} 

table.xlayout .border-spacing-none,
table.xlayout.border-spacing-none,
.border-spacing-none{
    border-spacing: 0;
}

.finput .cke_chrome{
	padding: 0;
}

.finput .cke_toolgroup,
.finput .cke_combo_button{
    margin: 0;
    border-radius: 0;
    background: none;
}

.finput .cke_inner{
    background: none;
}

.finput .cke_top{
    background: linear-gradient(0deg, rgba(198,198,198,1) 5%, rgba(246,246,246,1) 5%, rgba(246,246,246,1) 100%);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
} 

.finput .cke_bottom{
    background-color: #f6f6f6;
    border-top:  1px solid #c6c6c6;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.finput .cke_button:not(.cke_button_disabled){
    cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 50px;
}

.cmt-box-textarea ~ .div-elastic {
    width: 100% !important;
}

.gantt-sve .x-panel-header-default-horizontal.x-header-noborder{
    padding-top: 10px;
    padding-bottom: 10px;
}

.gantt-sve .x-panel-header #ganttchart_header-innerCt .x-panel-header-title{
    overflow: hidden;
}

.gantt-sve .x-panel-header #ganttchart_header-innerCt .x-panel-header-title .title-gantt-sve{
    height: 100%;
    padding-right: 100px;
    display: block;
    white-space: break-spaces;
    overflow-wrap: break-word;
    max-height: 58px;
}

.gantt-sve .x-splitter{
    background-color: var(--color-main) !important;
    width: 3px !important;
    box-shadow: -3px 0 6px 0px rgb(139 139 139 / 50%);
}

.x-splitter{
    background-color: var(--color-main) !important;
    width: 3px !important;
}

.x-splitter:before, .x-splitter:after{
    content: "";
    position: absolute;
    width: 24px;
    height: 15px;
    background-color: var(--color-main);
    left: -11px;
    top: 50%;
    border-radius: 20px;
    background-image: url(../../img/path_colapsado_right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6px;
    background-position-x: 14px;
    z-index: 1000000;
}

.x-splitter:before, .x-splitter:after{
    background-color: var(--color-main);
    background-image: url(../../img/path_colapsado_right.png);
    background-position-x: 14px;
}

.x-splitter:after{
    background-color: transparent;
    background-image: url(../../img/path_colapsado_left.png);
    background-position-x: 4px;
}

.gantt-sve .x-grid-inner-locked {
    border-width: 0 1px 0 0 !important;
}

.gantt-sve .x-grid-inner-normal{
    border-width: 0 0 0 1px !important;
}

.gantt-sve-toolbar.x-toolbar-default {
    position: absolute;
    background-color: transparent;
    width: 100px;
    right: 70px;
    top: -2px;
}


.gantt-sve-toolbar .x-box-inner{
    position: relative;
    width: 100% !important;

}

.gantt-sve-toolbar .x-box-inner .x-box-item{
    position: initial !important;
    margin-left:10px !important;
    border-radius: 4px;

}

.spectrum-color-picker-btn {
    border: none;
}

.sp-container button.sp-choose {
    background-color: var(--color-main) !important;
}

.icon-sve{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.icon-sve--disabled{
    opacity: 0.4;
    pointer-events: none;
}

.icon-sve--size1{
    width: 20px;
    height: 20px;
    display: inline-block;
}

.icon-link{
    cursor: pointer;
}

.icon-trash {
    background-image: url(../../img/global/svg/delete.svg);
}

.icon-user{
    background-image: url(../../img/global/svg/user.svg);
}

.icon-collapse-up {
    background-color:  var(--color-main);
    -webkit-mask-image: url(../../img/global/svg/collapse_down.svg.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(../../img/global/svg/collapse_down.svg.svg);
    mask-position: center;
    mask-repeat: no-repeat;
}

.icon-trash-white {
    background: url(../../img/global/svg/delete_white.svg);
}

.icon-alert {
    background: url(../../img/global/big_alert.png) center no-repeat;
}

.icon-alert-circle {
    background-image: url(../../img/global/svg/warning_white.svg);
}

.icon-alert-circle--gray {
    background-image: url(../../img/global/svg/warning_gray.svg);
}

.icon-clock-gray {
    background-image: url(../../img/global/svg/clock_gray.svg);
}

.icon-clock-purple {
    background-image: url(../../img/global/svg/clock_pulple.svg);
}

.icon-locked-gray{
    background-image: url(../../img/global/svg/locked.svg);
}

.icon-export-gray{
    background-image: url(../../img/global/svg/export.svg);
}

.icon-msg-gray{
    background-image: url(../../img/global/svg/msg.svg);
}

.icon-bar-chart-gray{
    background-image: url(../../img/global/svg/bar_chart.svg);
}

.link-button__icon{
    background-position: center;
    background-size: contain;
}

.body-boxy-confirm{
    background-color: transparent;
}

.body-boxy-confirm > .boxy-content > .question{
    display: flex;
    align-items: center;
    justify-content: center;
        
}

.body-boxy-confirm > .boxy-content > .question .containter-action-response{
    max-width: 1000px;
    /* height: 524px; */
    text-align: center;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    color: #fff;
}

.body-boxy-confirm > .boxy-content > .question .action-response-title{
    font-size: 40px;
    font-family: var(--font-sfUiDisplayHeavy);
    margin: 1em 0 0;
    margin: 0;
}

.body-boxy-confirm > .boxy-content > .question .action-response-msg{
    margin: initial;
    width: initial;
    color: #fff !important;
    font-size: 18px !important;
}

.body-boxy-confirm > .boxy-content > .question .action-response-msg > span{
    color: #fff;
    font-size: 18px;
}

.body-ajax-error {
    background-color: transparent !important;
}

.body-ajax-error > .boxy-content > .question{
    display: flex;
    align-items: center;
    justify-content: center;
}

.start-loading-sve {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.start-loading-sve__img {
    background-image: url(../../img/loading.gif);
    width: 270px;
    height: 170px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-warning-white {
    background: url(../../img/global/svg/warning_white.svg);
}

.ajax-error-container{
    max-width: 760px;
    height: 430px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.ajax-error-container h3{
    font-family: var(--font-sfUiDisplayHeavy);
    font-size: 37px;
    color:white;
    margin-bottom: 0;
}

.ajax-error-container p{
    font-size: 18px;
    text-align: left;
}

.ajax-error-container #btnAcceptAjaxError {
    margin-top: 80px;
}

.ajax-error-container .ajax-error-message {
    color: #fff;
    font-size: 18px;
}

.read-only,
.textfield--read-only{
    border: 1px solid var(--border-color-readOnly);
    background-color: rgb(255, 255, 255);
    min-height: 28px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 3px;
    border-radius: 5px;
}

.textfield--read-only{
    font-family: var(--font-sfUiText);
    font-size: 14px;
    color: var(--font-color-normal);
    padding: 3px 9px;
}

.read-only--inline{
    display: inline-flex;
}

.button-sve-asLink{
    color: var(--color-main);
    font-size: 14px;
    text-decoration: underline;
    text-underline-position: under;
    font-family: var(--font-sfUiDisplayHeavy);
    cursor: pointer; 
}

.tpl__box--fullsize {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.tpl__title {
    height: 56px;
    padding: 0 150px 0 70px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;

    font-size: 24px;
    font-family: var(--font-sfUiDisplayHeavy);
    color: var(--font-color-normal);
    background-color: #fff;

    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.tpl__title.tpl__title--sticky{
    position:sticky;
    top: 0;
}

.tpl__title-text{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: inherit;
    font-family: inherit;
}

.tpl__title-text-static{
    flex-shrink: 0;
    flex-grow: 0;
    font-family: inherit;
    margin-left: 5px;
}

.tpl__body {
    flex-grow: 1;
    flex-basis: 100px;
    overflow: hidden;
}

.tpl__content{
    background-color: rgba(255, 255, 255, 0.6);
    margin: 20px 26px 40px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 15px;
    height: calc(100% - 60px);
    border-radius: 11px;
}

.tpl__button-bar {
    position: fixed;
    bottom: 15px;
    right: 0;
    max-width: calc( 100% - 250px);
    pointer-events: none;
    text-align: right;
    padding: 0 50px 0 0;
}

.tpl__button-bar.tpl__button-bar--right{
    text-align: right;
}

.tpl__button-bar.tpl__button-bar--no-iframe{
    bottom: 17px;
}

/* Se deja en 5px ya que los botones tienen 5px de margin */
.templateFrame .tpl__button-bar,
.tpl__box--fullsize .tpl__button-bar {
    bottom: 5px;
    right: 0;
    left: 0;
    max-width: none;
    text-align: right;
    padding: 0 20px;
}

.templateFrame .tpl__button-bar,
.tpl__box--fullsize .tpl__button-bar {
    bottom: 5px;
    right: 0;
    left: 0;
    max-width: none;
    text-align: right;
    padding: 0 20px;
}

.boxy-content > .question .tpl__button-bar,
.boxy-content > .answers.tpl__button-bar{
    width: 100%;
    max-width: 100%;
    right: 0px !important;
    padding: 0 15px;
    box-sizing: border-box;
}

.tpl__button-bar--center{
    text-align: center !important;
}

.bottonbarCenter{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 5px;   
    text-align: center;
}

.tpl__button-bar > button{
    pointer-events: initial;
}

/* xfloatingTemplateFixed
xsearcherTemplate
xfloatingTemplate
Contenedor de opciones adicionales */
.tpl__help {
    position: fixed;
    right: calc(75px + 15px);
    top: calc(9px + 15px);
    z-index: 101;
}

.templateFrame #floatingHelpCommand,
#xfloatingTemplateTDBoxOption,
.templateFrame .tpl__help,
.tpl__box--fullsize .tpl__help{
    position: fixed;
    right: 75px;
    top: 9px;
    z-index: 101;
}

/* No poner porpiedad display */
#xfloatingTemplateTDBoxOption{
    pointer-events: none;
}

#xfloatingTemplateTDBoxOption > div > *{
    pointer-events: all;
}
/* ------------------------------------------------- */
.modal-msg,
.containter-action-response{
    max-width: 700px;
}

.modal-msg.modal-msg--xl{
    max-width: 880px;
}

.modal-msg.modal-msg--center p{
    text-align: center;
}

.modal-msg h3,
.action-response-title{
    font-family: var(--font-sfUiDisplayHeavy);
    font-size: 40px;
    text-align: center;
    color:white;
    margin:0;
}

.modal-msg h4{
    font-family: var(--font-sfUiDisplayHeavy);
    font-size: 20px;
    text-align: center;
    color:white;
    margin:0;
}

.action-response-title span{
    font-family: inherit;
}

.modal-msg .icon-sve,
.action-response-icon{
    height: 100px;
    margin: 50px 0 40px 0;
    display: flex;
    justify-content: center;
}

.containter-action-response .icon-response{
    float: none;
    width: 200px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.response-mini-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-response-mini{
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 12px;
}

.modal-msg p,
.action-response-msg{
    text-align: left;
    margin: auto;
    color: white;
    font-size: 18px;
}

.modal-msg div.XTagMessage.information-style{
    color: #b5b5b5
}

.modal-msg__buttons,
.action-response-btns{
    margin-top: 100px;
    text-align: center;
}

#templateAlertWithBoxyBox > #detailAlertWithBoxy{
	color:white;
}

.icon-success-back,
.containter-action-response .icon-success{
    background-image: url(../../img/happy_succes.png);
} 

.containter-action-response .icon-warning{
    background-image: url(../../img/warning.png);
}

.icon-error-back,
.containter-action-response .icon-error{
    background-image: url(../../img/sad_error.png);
}

.containter-action-response .icon-alert{
    background-image: url(../../img/global/big_alert.png);
}

/* ----------------------------------------------------------------- */

.bubble-container{
   background-color: #cdfff2;
   color: #656565;
   position: fixed;
   border-radius: 2px;
   padding: 8px 5px;
   max-width: 250px;
   min-height: 18px;
   z-index: 1000;
}

.bubble-container > span{
    color: #656565;
 }

.bubble-container--absolute{
    position: absolute;
}

.bubble-container .text{
    font-size: 12px;
    font-family: var(--font-sfUiText);
    color: #656565;
}

.bubble-arrow-down{
    border-top: 12px solid #cdfff2;
    bottom: -12px;
    left: 20px;
    display: inline;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;    
}

.bubble-arrow-close {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 8px;
    width: 8px;
    color: #5c5c5c;
}

.bubble-arrow-close:hover {
    cursor: pointer;
}

.bubble-arrow-close:before, 
.bubble-arrow-close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 8px;
    background-color: #5C5C5C;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: top left;
    content: '';
}

.bubble-arrow-close:after {
    transform: rotate(-45deg) translate(-50%, -50%);
}

.link-sve,
a.link-sve{
    font-family: var(--font-sfUiText);
    font-size: var(--font-size-normal);
    font-style: italic;
    color: var(--color-main) !important;
    text-decoration: underline;
    cursor: pointer;
    text-underline-offset: 3px;
    display: inline;
}

.link-sve:hover,
a.link-sve:hover{
    color: var(--color-main);
    text-decoration: underline;
}

.button-sve-del-text,
a.button-sve-del-text{
    font-family: var(--font-sfUiDisplayHeavy);
    font-size: 11px;
    color: var(--font-color-secondary);
    text-decoration: none;
    cursor: pointer;
    display: inline;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}

.button-sve-del-text:hover,
a.button-sve-del-text:hover{
    color: var(--font-color-secondary);
    text-decoration: none;
}

.button-sve-del-text.button-sve-del-text--disabled,
.button-sve-del-text:disabled{
    opacity: 0.4;
    pointer-events: none;
}

.button-sve-action1,
.news-token button{
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top 4px;

    font-size: 0.6875em;
    font-family: var(--font-sfUiDisplayHeavy);
    padding-top: 24px;

    border: 1px transparent solid;
    position: relative;
    color: var(--font-color-main);
    margin: 0;
}

.button-sve-action1:disabled,
.news-token button.disabled{
    opacity: 0.4;
    pointer-events: none;
}

.button-sve-action2{
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top 9px;
    background-size: 18px;

    font-size: 0.6875em;
    font-family: var(--font-sfUiDisplayHeavy);
    padding-top: 24px;

    border: 1px transparent solid;
    position: relative;
    color: var(--font-color-normal);
    margin: 0;
    width: 100%;
    height: 100%;
}

.button-sve-action2:hover{
    background-color: var(--color-hover-gray);
}

.button-sve-action2.active{
    background-color: var(--color-main);
    color: #fff;
}


.button-sve-collapsible {
    width: 10px;
    height: 10px;
    transition: transform 300ms;
    border: none;

    background-image: url(../../img/global/svg/collapse_down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.button-sve-collapsible--expanded{
    transform: rotate(-180deg);
} 

.button-sve-collapsible:focus {
    outline: 1px solid var(--color-main) !important;
    outline-offset: 3px;
}

.button-text-sve {
    font-family: var(--font-sfUiDisplayHeavy);
    font-size: 14px;
    color: var(--color-main);
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.button-text-sve:disabled {
    opacity: 0.4;
    pointer-events: none;
}

/* Button clean text */
div.icon_clear,
.button-sve-clean-text {
    background-image: url('../../img/global/iconDelete.png');
    display: none;
    cursor: pointer;
    position: absolute;
 }

div.finput div.icon_clear {
    margin: 0 5px;
    width: 18px;
    height: 18px;
    position:relative;
    flex-shrink: 0;
}

.button-sve-clean-text{
    width: 18px;
    height: 18px;
    position:relative;
    display: inline-block;
}

.searcher-small{
    display: flex;
    border-radius: 5px;

    height: 24px;
    box-sizing: border-box;
    position: relative;
}

.searcher-small__icon{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;

    width: 28px;
    height: 100%;
    box-sizing: border-box;
    
    border: 1px solid #c6c6c6;
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    
    flex-shrink: 0;
    flex-grow: 0;
    background-color: #fff;
    margin: 0;
}

.searcher-small .finput{
    min-height: 12px;
    margin-left: 0;
    flex-grow: 1;

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.searcher-small input{
    font-size: var(--font-size-normal);
}


.miniModal-wrapper {
    width: 400px;
    height: 400px;
    z-index: 10;
    position: fixed;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 13px 16px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.miniModal-closeButton {
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.6);
    right: -12px;
    top: -12px;
    border-radius: 50%;
    display: flex;
}

.miniModal-closeButton:hover {
    cursor: pointer;
}

.miniModal-closeButton:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '\d7';
    font-size: 30px;
    color: #FFF;
    line-height: 18px;
    text-align: center;
}

.miniModal-content {
    width: 100%;
    height: 100%;
}

.form-sve__check-inline {
    display: inline-block;
    margin-right: 30px;
}

.form-sve__check-inline label,
table.xlayout .form-sve__check-inline label{
    margin-right: 0;
}

.p-sve{
    font-size: var(--font-size-normal);
    color: var(--font-color-normal);
    font-style: italic;
}

.span-sve{
    font-size: var(--font-size-normal);
    color: var(--font-color-normal);
}

.ellip-sve {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.section1-sve.groupOtherParams {
    margin:0;
}

.section1-sve > table > tbody > tr > td > div.xsection_content {
    margin:5px;
}

.section2-sve.xsection2_container {
    margin: 0;
}

.section2-sve.section2-sve--m15.xsection2_container{
    margin: 15px 0;
}

.section2-sve.section2-sve--m25.xsection2_container{
    margin: 30px 0;
}

.section2-sve.section2-sve--only-table.xsection2_container .xsection2_rowContent > td{
    padding: 0;
}

.section2-sve.section2-sve--only-table.xsection2_container .xsection2_rowContent > td > .xsection_content{
    margin: 0;
}

.section2-sve.section2-sve--only-table.xsection2_container .xsection2_rowContent a.sv8-link-tablesection{
    margin-bottom: 15px;
}

.section2-sve.section2-sve--only-table.xsection2_container .xsection2_rowContent > td > .xsection_content .box_global_dataGrid{
    padding: 15px 10px;
}

.section2-sve.section2-sve--only-table.xsection2_container .xsection2_rowContent > td > .xsection_content .box_global_dataGrid .box_dataGrid_bar{
    display:none;
}

.section2-sve.section2-sve--only-table.xsection2_container .xsection2_rowContent > td > .xsection_content .box_global_dataGrid .dataGrid-scroll-x{
    margin-top: 0;
}


/* Definicion de tablas */
table.table-sve.xlayout{
    border-spacing: 0;
}

table.xlayout.table-sve > tbody > tr > td {
    padding-bottom: 20px;
}

table.xlayout.table-sve > tbody > tr > td.nowrap {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-sve__v-sep{
    width: 20px;
}

.table-sve__no-border-space > table,
.table-sve__no-border-space > div > table,
.content-no-border-space > div > table {
    border-spacing: 0;
}

table.xlayout.table-sve > tbody > tr.table-sve__td-no-separate > td{
    padding-bottom: 0;
}

table.xlayout.table-sve div.finput{
    margin-left: 0;
}

.table-sve--example > tbody > tr > td{
    background-color: #f0f;
    border: solid 1px #0f0;
}

.table-sve--g8 col{
    width: calc( 100% / 8);
}

.table-sve--g12 col{
    width: calc( 100% / 12);
}

.table-sve--g24 col{
    width: calc( 100% / 24);
}

/*  Layaut grid system */
.grid-sve{
    display: grid;
}

.grid-sve-24{
    grid-template-columns: repeat(24, 1fr);
}

.g-span-2{  grid-column: span 2; }
.g-span-3{ grid-column: span 3; }
.g-span-4{ grid-column: span 4; }
.g-span-5{ grid-column: span 5; }
.g-span-6{ grid-column: span 6; }
.g-span-7{ grid-column: span 7; }
.g-span-8{ grid-column: span 8; }
.g-span-9{ grid-column: span 9; }
.g-span-10{ grid-column: span 10; }
.g-span-11{ grid-column: span 11; }
.g-span-12{ grid-column: span 12; }
.g-span-13{ grid-column: span 13; }
.g-span-14{ grid-column: span 14; }
.g-span-15{ grid-column: span 15; }
.g-span-16{ grid-column: span 16; }
.g-span-17{ grid-column: span 17; }
.g-span-18{ grid-column: span 18; }
.g-span-19{ grid-column: span 19; }
.g-span-20{ grid-column: span 20; }
.g-span-21{ grid-column: span 21; }
.g-span-22{ grid-column: span 22; }

.grid-sve div.finput {
    margin-left: 0;
}

.group-sve-inline {
    display: flex;
    align-items: center;
}

.no-gw-sk{
    flex-grow: 0;
    flex-shrink: 0;
}

.group-sve{
    border: solid 1px var(--border-color-normal);
    padding: 20px;
    border-radius: 4px;
}

.ui-pnotify.notify-sve--warning .ui-pnotify-container {
    width: 321px;
    border: none;
    background-color: var(--background-yellow);
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding:10px 23px 10px 8px !important;
    position: relative;
}


.ui-pnotify.notify-sve--warning .ui-pnotify-container .ui-pnotify-closer {
    position: absolute;
    right: 6px;
    top: 6px;
    margin: 0;
    width: 12px;
    height: 12px;
}

.ui-pnotify.notify-sve--warning .ui-pnotify-container .ui-pnotify-closer .ui-icon{
    width: 12px;
    height: 12px;
    display: block;
    margin: 0;
    margin: 0;
    background-position: center;
    background-image: url(../../img/global/svg/close_gray.svg);
}

.ui-pnotify.notify-sve--warning .ui-pnotify-container .ui-pnotify-icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right:10px;
    background-image: url(../../img/global/svg/warning_orange.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ui-pnotify.notify-sve--warning .ui-pnotify-container .ui-pnotify-text{
    font-family: var(--font-sfUiText);
    color: var(--font-color-normal);
    font-size: var(--font-size-normal);
}

.ui-pnotify.notify-sve--warning .ui-pnotify-container .ui-pnotify-title{
    display: none;
}

.templateFrame .ui-pnotify,
#xfloatingTemplateFixed .ui-pnotify{
    top:61px;
    right: -10;
}

.tooltip-sve.ui-widget.ui-widget-content{
    opacity: 1 !important;
    background-color: #fff !important;
    padding: 3px 5px;
    font-size: 11px;
    color: var(--font-color-normal);
    border: solid 1px var(--border-color-readOnly);
    border-radius: 3px;
    word-break: break-all;
}

.hide-sve{
    display:none !important;
}

@keyframes k2 {
    0% {
        opacity: 0.8
    }

    50% {
        opacity: 0.5
    }

    100% {
        opacity: 0.8
    }
}

.sve-skeleton-loading {
    animation: k2 1.2s ease-in-out infinite;
}

.sve-skeleton-loading div {
    background-color: #ebebeb;
    margin: 12px;
    border-radius: 4px;
    height: 15px;
}

.search-custom__title{
    display: none;
}

.result-test-item span.xicon-icon-box-image{
    margin-right: 25px;
}

progress,progress::-webkit-progress-bar{ 
    height: 30px;
    background-color: rgba(255,255,255, 0.7);
                                    border-radius: 8px;
                                    border: 1px solid var(--border-color-readOnly);
                                    transition: all 400ms ease-in-out;
                                }
                                progress[value]::-moz-progress-bar{ 
                                    background-color: var(--color-main);
                                    border-radius: 8px;
                                    transition: all 400ms ease-in-out;
                                }

                                progress[value]::-webkit-progress-value {  
                                    background-color: var(--color-main);
                                    border-radius: 8px;
                                    transition: all 400ms ease-in-out;
                                }
.compliance-color{
    width:10px; 
    height:10px; 
    border-radius:50%; 
    display:inline-block;
}

.label-sve{
    color: var(--font-color-normal);
    font-family: var(--font-sfUiDisplayHeavy);
    font-size: var(--font-size-normal) !important;
    padding: 0;
    margin: 0 15px 0 0;
}

.sve-ml-1{
    margin-left: 35px;
}

.hide-sve{
    display:none !important;
}

.cfcalculated-focus{
    transition: 1s;
}

/* Modal de correccion ortografica con GPT */
.grammarCorrectionDialog {
	position: absolute;
	left: 0px;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 5px 11px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 99;
}



.menu__auto{
	
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh; 
  width: 8px; 
  background-color: var(--color-main); 

}

.sve-icon--search{
    background-image: url(../../img/global/svg/lupa.svg);
}

.sve-icon--attach{
    background-image: url(../../img/global/svg/attach_file_white.svg);
}

.button-sve--action2{
    background-color: var(--color-action2);
}

.error-message {
   color: red;
   margin-bottom: 5px;
   display: block;
   padding-left:10px;
   font-style: italic;
}

