:root{
    --border-color-normal: #dbdbdb;
    --border-color-readOnly: #e2e2e2;
}

*{
    font-family: sfUiText, Helvetica;
}

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

:root {
  --path_body_product_working_area: url('../../img/login/body_product_working_area.png');
 }

.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;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
}

#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{
    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;
}

#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{
    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 #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: sfUiDisplay, helvetica;
    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;
    border: #f0b259 solid 2px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sfUiDisplay, helvetica;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    margin-left: 5px;
}

#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#features, #sve8-header .atajo#responsbilities{
    width: 190px;
}
         
#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: 126px;
    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: sfUiTextHeavy, Helvetica;
}

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

#sve8-header #optionsSearch-sve7overlaypanel{
    position: absolute;
    background: #fff;
    width: 100%;
    top: 40px;
    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;
    }
}

@media only screen and (max-width: 1444px) {
    #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 0 0 5px;
    }
    #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{
        display: block;
    }
    #sve8-container #sv8-tpl-col2 #sve8-header.flip{
        display: none;
    }
}


*::-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: 12px;
    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 {
    width: 55px;
    height: 55px;
    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 14px center;
    font-family: var(--font-sfUiDisplayHeavy);
}

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

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

#container-floating  #floating-button p.plus,
.container-bottoms-below-fixed #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;
}
.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;
}

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


#myVariables-link{
    position: relative;
}

#sv8-scrollPanelBox #myVariables-link{
    position: fixed;
    top: 134px;
    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: -21px;
    right: 0;
}


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

div.container-bottoms-below-fixed {
    bottom: 15px;
    box-sizing: content-box;
}

div.container-bottoms-below-fixed div.buttonRow{
    padding-bottom: 0;
}

.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 div.title-main{
    background-color: #fff;
    margin:0 -15px;
}

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

.templateFrame .title-main span.span.bold.titleA{
    font-size: 30px;
    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 #floatingHelpCommand,
.templateFrame .buttonsTitleModal {
    position: fixed;
    top: 0;
    right: 75px;
    z-index: 101;
}

.templateFrame div.functionList{
    margin-top: 50px;
}
/*.templateFrame .box-templateFrame span.span.bold.titleA{
    padding: 10px;
    border-radius: 0px;
    height: 53px;
    box-sizing: border-box;
} 

.templateFrame .box-templateFrame div.xlayout{
    border-radius: 0px;
}

.templateFrame .box-templateFrame .container-bottoms-below-fixed {
    bottom: 20px;
    right: 0;
    box-sizing: content-box;
    margin: 0 71px
}

.templateFrame .box-templateFrame .container-bottoms-below-fixed div.buttonRow{
    padding:0;
}

.templateFrame .box-templateFrame .box_global_dataGrid{
    border-radius: 0;
}*/

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

.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{
    background-color: #fff !important;
    border-width: 2px;
    border-style: solid;
}

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

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

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

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

.bottom-buttons-container {
    position: fixed;
    bottom: 15px;
    right: 50px;
    z-index: 1;
    max-width: calc( 100% - 250px);
    box-sizing: content-box;
    text-align: right;
}

.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{ 
    margin-top: 15px;
    margin-left: 5px;
    padding: 1px 1px 1px 0;
}

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-toolbar.x-toolbar-default {
    position: absolute;
    background-color: transparent;
    width: 100px;
    right: 90px;
    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;

}

.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-trash {
    background-image: url(../../img/global/svg/delete.svg);
}

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


.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-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: auto 20px;
}

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

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

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

.tpl__button-bar {
    position: fixed;
    bottom: 2px;
    right: 0;
    left: 0;
    pointer-events: none;
    text-align: center;
    padding: 0 30px;
}

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

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

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

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

.tpl__help {
    position: fixed;
    right: 70px;
    top: 9px;
}

/* ------------------------------------------------- */
.modal-msg {
    max-width: 700px;
}

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

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

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

.modal-msg__buttons {
    margin-top: 100px;
    text-align: center;
}

#templateAlertWithBoxyBox > #detailAlertWithBoxy{
	color:white;
}

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

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

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

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

.button-sve-action1 {
    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 {
    opacity: 0.4;
    pointer-events: none;
}


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

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

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


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

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

.cfcalculated-focus{
    transition: 1s;
}