#sve7-workSpaceContainer{
    width: 100%; 
    position: absolute; 
    top: 62px;
}

#sve7-header{
    height: 62px;
    width: 100%;
    z-index: 3;
    position: fixed;
}

#sve7-menu{
    width: 19.5%;
    vertical-align: top;
    background-color: #E2E2E2;
    position: fixed;
    z-index:3;
}


#sve7-menu-separator{
    width: 0.5%;
    background-color: #DDDDDD;
    cursor: pointer;
    position: fixed;
    z-index:2;
    margin-left: 19.5%;
}

#sve7-modules-menu{
    overflow: auto;
}

#sve7-menu-separator:hover{
    background-color: #FFCC66;
}

#sve7-common-options{
    vertical-align: top;
}


#sve7-modules-menu a, #sve7-modules-menu a:visited{
    color: #000000;
    display: block;
}

#sve7-common-options a, #sve7-common-options a:visited{
    display: block;
}

#sve7-content{
    vertical-align: top;
    padding: 1% 1% 80px 1%;
    width: 78%;
    margin-left: 20%;
}

#sve7-content-toDo{
    vertical-align: top;
    padding: 1% 1% 0% 1%;
}

#sve7-common-options-separator{
    height: 2px;
}

.sve7-menu{
    -webkit-box-shadow: #999 3px 3px 3px;
    -moz-box-shadow: #999 3px 3px 3px;
    box-shadow: #999 3px 3px 3px;
}

.sve7-menu-item>div{
}

.sve7-menu-item-header{
    cursor: pointer;
    padding: 2px;
}

.sve7-menu-item-icon{
    float: left;
}

.sve7-menu-item-label{
    display: inline-block;
    text-overflow: ellipsis;    
}

.sve7-menu-item-label-block{
    display: block;
    text-overflow: ellipsis;
    padding-left: 3px;  
}

.sve7-menu-item-icon>span{
    margin: 0px;
}

.sve7-menu-item-label{
    height: 16px;
    display: inline-block;
    margin-left: 5px;
}

.sve7-menu-item-arrow{
    float: right;
    width: 20px;
    height: 20px;
    position: relative;
}

/* HEADER */
#sve7-header-corporate-bar{
    height: 6px;
}

#sve7-header-title-bar{
    height: 56px;
    position: relative;
    vertical-align: middle;
    line-height: 56px;
    background: #E2E2E2;
}

.sve7-option_manual{
    color: #000;
    font-weight:bold;
    font-size:14px;
    padding: 5px;
    margin-left: 0.2em;
    margin-right: 0.2em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.sve7-option_manual.client_Background{
    color: white;
}

#sve7-logo{
    width: 20%;
    position: relative;
    height: inherit;
    float: left;
    background-color: #FFFFFF;
}

#sve7-left-separator{
    height: inherit;
    width: 17px;
    position: relative;
    float: left;
    background-image: url('../../img/template/sve7LeftSeparator.png');
}

#sve7RightHeaderContainer{
    height: inherit; 
    width: 80%; 
    float: left; 
    position: relative; 
    background-color: #F8F8F8;
}

#sve7-header-pathview{
    position: relative;
    margin-left: 5px;
    height: inherit;
    float: left;
    width: 40%;
}

.sve7-tooltip{
    position: relative;
}

.sve7-tooltip[tooltip]:hover:after{
    content: attr(tooltip);
    padding: 4px 8px;
    color: #000;
    position: absolute;
    left: 0;
    top: 100%;
    white-space: nowrap;
    z-index: 2;
    background-color: #fdfda1;
    border: 1px solid #aaa;
    height: 22px;
    line-height: 22px;
}

#sve7-profile-options{
    right: 0px;
    height: inherit;
    position: absolute;
}

.profile-options{
    padding-left: 5px; 
    padding-right: 5px; 
    text-align: center;
    cursor: pointer;
}

.profile-options:hover, .profile-options-hover{
    background-color: #F8F8F8;
    -moz-box-shadow: #999999 3px 3px 3px;
    -webkit-box-shadow: #999999 3px 3px 3px;
    box-shadow: #999999 3px 3px 3px;
    color: #0066CC !important;
    font-weight: bold;
}
.profile-photo{
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    line-height: 1px;
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    border: 2px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.profile-photoComment{
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    line-height: 1px;
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    border: 2px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 50%;
    margin-left: 5px;
}

.evt-Wall{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 9px 0 9px 10px;
    display: flex;
    align-items: center;
    padding:5px; 
}

.evt-Wall-img{
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    background: url(../../img/global/news/icon_38_1.png);
    width: 40px;
    height: 45px;
    margin: 0 auto;
}



.sve7-header-overlay{
    position: absolute;
    background-color: #F8F8F8;
    -moz-box-shadow: #999999 3px 3px 3px;
    -webkit-box-shadow: #999999 3px 3px 3px;
    box-shadow: #999999 3px 3px 3px;
    padding: 5px;
    z-index: 1000;
    top: 56px;
}

.sve7-header-overlay a{
    font-size: 14px;
    color: #000000 !important;
}

.sve7-header-overlay a{
    font-size: 14px;
    color: #000000 !important;
    display: block;
    min-width: 200px;
    padding: 3px;
}
.sve7-header-overlay a:hover{
    font-weight: bold !important;
    background-color: #F8F8F8;
    color: #0066CC !important;
}

.placeholder-sortable-table{
    height: 20px;
    border: 1px dotted #999999;
}

.sve7-circle-button {
    width:40px;
    height:40px;
    line-height: 6px;
    border-radius:100%;
    background:#04B5EB;
    position:absolute;
    margin: 0;
    border:none;
    outline:none;
    color:#FFF;
    font-size:36px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    transition:.3s;
    text-align: center;  
}

.sve7-circle-button-inactive{
    background: #999999 !important;
    color: #ccc !important;
    cursor: default !important; 
}

.button_action{
    border-radius: 7px;
    font-size: 12px;
    height: 35px;
    margin-left: 8px;
    padding: 0 1%;
}

.maxlength-content-comment{
    padding-left: 10px;
    font-size: 11px !important;
    color: #303030;
}

.maxlength-invalid{
    color: red;
}

.content-cf-table-result{
    margin-bottom: 10px;
}

.content-cf-table-result tr {
    height: 22px;
}

.content-cf-table-result input[type=text],
.content-cf-table-result textarea,
.content-cf-table-result select {
    height: 20px;
    padding-left: 3px;
    width: 95%;
    margin: 3px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    min-width: 130px;
}
.content-cf-table-result input[type=text]:focus,
.content-cf-table-result textarea:focus,
.content-cf-table-result select:focus,
.content-cf-table-result select.with-focus{
    width: 500px;
}

.content-cf-table-result .finput input[type=text] {
    border: none;
}

.content-cf-table-result textarea,
.content-cf-table-result select[multiple]{
    height: inherit;
    min-height: 60px;
    min-width: 150px;
}

@supports (-ms-ime-align:auto) {
    .content-cf-table-result select[multiple]{
        width: 230px;
    }
}

.content-cf-table-result select{
    background-color: #f5f5f5;
    font-size: 12px;
    overflow-x: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.content-cf-concept{
    position: relative;
    white-space: nowrap;
    display: flex;
    min-width: 190px;
    align-items: center;
}

.x-icon-clear{

}

.finput .icon_clear.x-icon-clear-active{
    display: block;
}

.content-cf-concept input[type=text]{
    width: 85%;
}

.cf-obligatory-border, .table-obligatory-border{
    border: 1px solid #f18181 !important;
}

.cf-obligatory{
    border: 1px solid #f18181 !important;
    background-color: #f18181 !important;
}

.cf-obligatory.attach-cf-box, .cf-obligatory.action-cf-box{
    border: none !important;
    background-color: transparent !important;
}

.cf-obligatory.attach-cf-box .att-cf, .cf-obligatory.action-cf-box .action-cf{
    border: 1px solid #f18181 !important;
    border-radius: 4px;
}


.cf-obligatory.attachcf-container{
    border: none !important;
    background-color: transparent !important;
}

.cf-obligatory.attachcf-container .qq-upload-button{
    border: 1px solid #f18181 !important;
    border-radius: 4px;
}

.content-cf-table-result tbody tr:nth-child(even){
    background-color: #F5F9FC;
}

.content-cf-table-result tbody tr:nth-child(odd){
    background-color: white;
}

@media screen and (max-width: 1370px){
    .content-cf-concept input[type=text]{
        width: 80%;
    }
}

.container-config-rr{
    width: 80%;
    margin: 20px auto;
}

.container-config-rr textarea{
    font-size: 13px;
    width: calc(100% - 5px);
}

.container-report-title{
    text-align: center;
    margin-bottom: 10px;
}

.report-title{
    font-family: Verdana;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.report-subtitle{
    font-family: Verdana;
    color: #000000;
    font-size: 16px;
}

.report-sections-title{
    font-family: Verdana;
    background-color: #F5F9FC;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    height: 30px;
    border-top: 1px solid #D4D0C8;
    border-right: 1px solid #D4D0C8;
    border-left: 1px solid #D4D0C8;
    line-height: 30px;
    padding-left: 3px;
}

.report-sections-label{
    font-family: Verdana;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.report-item-sections:not(:first-child){
    margin-top: 10px;
}

.container-report-btns{
    text-align: right;
}

.container-report-btns-comment{
    width: 100%; 
    text-align: right; 
    margin-top: 15px;
}


.report-item-content-table{
    font-size: 11px;
    font-weight: bold;
}

.report-item-content-table table tr{
    border: 1px solid #D4D0C8;
    height: 25px;
}

.report-item-content-table table tr td{
    border-right: 1px solid #D4D0C8;
    padding: 3px;
}

.container-tables-rm{
    margin: 15px auto;
    font-size: 11px;
    width: 60%;
}

.container-tables-rm table tr{
    border: 1px solid #000;
    height: 25px;
}

.container-tables-rm table tr td{
    border-right: 1px solid #000;
    padding: 3px;
}

.container-tables-rm table#rmActions{
    margin-top: 20px; 
}

.report-item-content-level2{
    padding-left: 40px !important;
    font-size: 9px;
}

.report-edit-note{
    margin: 15px 0;
}

.report-table-materialized{
    margin: 20px 0;
}

.content-item-text-readonly{
    font-size: 13px;
    border: 1px solid #aaa;
    padding: 3px 3px 5px 3px;
    min-height: 15px;
}

.report-subsection-header{
    height: 20px;
    line-height: 20px;
    background-color: #F5F9FC !important;
}

.report-subsection-header span{
    font-size: 9.5px !important;
}

.report-info-section{
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #303030;
}

.container-comment-bottom-fixed{
    position: fixed; 
    bottom: 0; 
    width:100%; 
    background-color: white;
}

.separator-bottom{
    margin-bottom:10%;
}

.concept-name{
    width: 99% !important;
    text-align: center;
    font-size: 14px !important;
    height: 18px;
    font-weight: bold;
    margin: 5px 0 10px;
}

.sve-cf-img{
    cursor: pointer;        
    background-repeat:no-repeat;
    position: relative; 
}

.sve-cf-img-size{
    height: auto;
    width: auto;
    max-height: 400px;
    max-width: 600px;
}
    
.qq-upload-success,
.qq-upload-fail,
.qq-progress-bar,
.qq-upload-spinner,
.qq-upload-finished,
.qq-upload-file,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-status-text{
    display: none;
}
    
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  direction: ltr;
  cursor: pointer;
}

.sve-cf-img:hover > .overlay {
    background-color:#000;
    opacity:0.7;
}

#sve7-back-button{
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 40px;
    right:  40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-image: url(../../img/global/back-button.png);
    background-position: center;
    background-repeat: no-repeat;
}

div.sv7-option-min{
    display: none;
} 

@media screen and (max-width: 1300px) {
    div.sv7-option-min{
        display: block;
    }   
    span.sv7-option-fullhd{
        display: none;
    }
}

tr.cssRowContainerCF{
    vertical-align: top;
}

tr.cssRowContainerCF.cssRowContainerCFWithAjax > td{
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    /*padding-left: 10px !important;*/
    padding-right: 10px !important;
}

label.textCFTitle{
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em !important;
    border-top: 1px solid #e8e8e8;
    padding: 20px 0 2px 0 !important;
    margin-top: 5px !important;
}

#presentation{
  width: 480px;
  height: 120px;
  padding: 20px;
  margin: auto;
  background: #FFF;
  margin-top: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); 
  transition: all 0.3s; 
  border-radius: 3px;
}

#presentation:hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transition: all 0.3s;
  transform: translateZ(10px);
}

#container-floating:hover .nds{  
  animation: bounce-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

#container-floating:hover .nd3{
  animation-delay: 0.08s;
}
#container-floating:hover .nd4{
  animation-delay: 0.15s;
}
#container-floating:hover .nd5{
  animation-delay: 0.2s;
}

.viewConceptCss{
    padding: 5px !important; 
    margin: 0 5px !important;
    cursor:pointer;
    display:none;
}
/*-----------------------------------------------------------------------------------------*/
#sv8-scrollPanelBox .cssRowContainerCF .xsection2_container,
.cssRowContainerCF .xsection2_container{
    margin: 0;
}

#sv8-scrollPanelBox .cssRowContainerCF  .xsection2_container,
#sv8-scrollPanelBox .cssRowContainerBorderGrey  .xsection2_container{
    border-color: #e4e4e4;
}

#sv8-scrollPanelBox .cssRowContainerCF .xsection2_rowContent,
#sv8-scrollPanelBox .cssRowContainerBorderGrey .xsection2_rowContent{
    border-color: #e4e4e4;
}

tr.cssRowContainerCF > td{
    padding: 0 !important;
}

.cssRowContainerCF .xsection2_rowContent > td, 
.cssRowContainerCF  table.xlayout .xsection2_rowContent > td,
.css-row-comment-v1 .xsection2_rowContent > td, 
.css-row-comment-v1  table.xlayout .xsection2_rowContent > td{
    padding: 0 !important;
}

.cssRowContainerCF div.xsection_content,
.css-row-comment-v1 div.xsection_content{
    margin: 0;
}

.cssRowContainerCF .box_global_dataGrid,
.css-row-comment-v1 .box_global_dataGrid{
    padding: 10px 10px 10px;
}

.cssRowContainerCF .dataGrid-scroll-x,
.css-row-comment-v1 .dataGrid-scroll-x{
    margin-top: 5px;
}

.cssRowContainerCF .cmt-tableAndForm,
.css-row-comment-v1 .cmt-tableAndForm{
    padding-bottom: 4px;
}

.cssRowContainerCF .cmt-tableAndForm > div > table,
.cssRowContainerCF .cmt-tableAndForm .cfiled-cmt-td-textarea > div > table,
.css-row-comment-v1 .cmt-tableAndForm > div > table,
.css-row-comment-v1 .cmt-tableAndForm .cfiled-cmt-td-textarea > div > table{
    border-spacing: 0;
}

.cssRowContainerCF .cfiled-cmt-td-textarea .comment_style.finput,
.css-row-comment-v1 .cfiled-cmt-td-textarea .comment_style.finput,
.css-row-comment-v1 svecomment .comment-add .cfiled-cmt-td-textarea  div.finput[svecomment__textarea="yes"]{
    margin-top: 6px;
    margin-bottom: 4px;
}

.cssRowContainerCF .sv8-tableSection2-buttons a.sv8-link-tablesection,
.css-row-comment-v1 .sv8-tableSection2-buttons a.sv8-link-tablesection{
    margin-bottom: 10px;
}

.file-section-td-iframes{
    position: relative;
}

.file-section-td-iframes > iframe:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
}

.cssRowContainerCF textarea[maxlength][id^=cmtcfield_],
.css-row-comment-v1 textarea[maxlength][id^=cmtcfield_]{
    max-height: 70px !important;
    overflow-y: auto !important;
}

tr.cssRowContainerCF > td > label{
    max-width: 370px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
} 

.cssRowContainerCF .ap-label-multiline {
    white-space: normal !important;
    word-wrap: break-word;
    width: 310px;
}

.cssRowContainerCF .ap-label-multiline.ap-label-row {
   max-width: initial;
   width: initial;
}

.blink_me {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.6; }
}


.cf-table-atributes-header{
	align-items: center;
	display: flex;
	justify-content: center;
}

.cf-table-atributes-header .xicon-global-menu-help{
    background-color: white;
    border-radius: 2px;
    background-size: auto;
    height: 16px;
    width: 15px;
}

.cf-text{
    position: relative;
    display: flex;
}

.content-cf-table-result .cf-text input[type=text][data-is-calculate-cell="1"]{
    border-right: 0 !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 32px;
    margin: 0;
    border-style: dashed;
}

.content-cf-table-result .cf-text input[type=text][data-is-calculate-cell="1"]:focus{
    width: 95%;
}

.cf-text__btn-calculate {
    width: 32px;
    height: 32px;
    border: solid 1px var(--border-color-inputs);
    background-color: #fff;
    cursor: pointer;
    background-image: url(../../base/img/icons/presentation/formula.png);
    background-repeat: no-repeat;
    background-position: center;
    flex-grow: 0;
    flex-shrink: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.content-cf-table-result td.cfTable__td__text--blocking-cell {
    position: relative;
}

.content-cf-table-result td.cfTable__td__text--blocking-cell.cfTable__td__text--valid-calculation .cf-text__block-cell{
    cursor: pointer;
    background-color: transparent;
}

.content-cf-table-result td .cf-text__block-cell,
.content-cf-table-result tr.deleted td.cfTable__td__text--blocking-cell.cfTable__td__text--valid-calculation .cf-text__block-cell {
    width: 100%;
    height:100%;
    background-color: #a6a6a66b;

    display: block;
    position: absolute;
    z-index: 998;

    top: 0;
    left: 0;
    cursor: default;
}

.cf-attr-table--formula-bar-mode a.sv8-link-tablesection{
    pointer-events: none;
    opacity: 0.3;
}

.cf-attr-table__formula-bar {
    position: sticky;
    top: 0;
    z-index: 999;
}

.cf-attr-table__i-tem-col{
    color: #fff;
    text-align: center;
    border: solid 1px #fff;
}

.cf-attr-table__i-temp-header, .cf-attr-table__i-temp-row, .cf-attr-table__i-temp-td-aux{
    display: none;
}

.cf-attr-table--formula-bar-mode .cf-attr-table__i-temp-header{
    display: table-row;
}

.cf-attr-table--formula-bar-mode .cf-attr-table__i-temp-row,
.cf-attr-table--formula-bar-mode .cf-attr-table__i-temp-td-aux{
    display: table-cell;
}

.cf-f-bar {
    display: grid;
    grid-template-columns: 190px 1fr 140px;
    grid-template-rows: 1fr 26px;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "cf-f-bar__current-cell cf-f-bar__helper-fn cf-f-bar_btns"
        "cf-f-bar__current-cell cf-f-bar__text cf-f-bar_btns";

    background-color: #fff;
    border: solid 1px var(--color-main);
    border-radius: 4px;
    height: 60px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 36%);
}

.cf-f-bar__current-cell {
    grid-area: cf-f-bar__current-cell;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: var(--color-main-disabled);
    color: var(--font-color-normal);
    font-family: var(--font-sfUiDisplayHeavy);
}

.cf-f-bar__helper-fn {
    grid-area: cf-f-bar__helper-fn;
    display: flex;
    align-items: center;
    padding-right: 50px;
}

.cf-f-bar__text {
    grid-area: cf-f-bar__text;
    position: relative;
}

.cf-f-bar__text::before {
    content: "=";
    display: block;
    position:absolute;
    top: 4px;
    left: 6px;
}

.cf-f-bar_btns {
    grid-area: cf-f-bar_btns;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
  
.cf-f-bar__current-index {
    padding-left: 10px;
    font-family: inherit;
}

.cf-f-bar_btns > button {
    margin: 0;
}

.cf-f-bar_btns > button:first-child {
    margin-bottom: 7px;
}

.cf-f-bar__input {
    border: solid 1px var(--border-color-inputs);
    border-bottom: none;
    border-left: none;
    height: 100%;
    box-sizing: border-box;
    border-top-right-radius: 6px;
    width: calc(100% - 10px);
    padding: 2px 4px 2px 20px;
}


.cf-f-bar__input:focus {
    border-color: var(--color-main);
}

.cf-attr-table__include-in-current-fx{
    border: dashed 1px var(--color-main) !important;
    background-color: var(--background-yellow);
}

.cf-f-bar__helper-label {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 20px;
}

.cf-f-bar__helper-operators {
    display: flex;
}

.cf-f-bar__helper-operator {
    width: 20px;
    height: 18px;
    border: solid 1px var(--color-main);
    background-color: var(--color-main);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    color: #fff;
    margin-right: 8px;
    cursor: pointer;
    font-family: var(--font-sfUiDisplayHeavy);
    flex-grow: 0;
    flex-shrink: 0;
}

.cf-f-bar__helper-fn .cf-f-bar__helper-label:nth-child(3) {
    margin-left: 40px;
}

.cf-f-bar__helper-fx {
    margin-right: 10px;
}

.cf-f-bar__helper-fx select{
    width: 100%;
}


.cf-f-bar__helper-fx select{
    font-size: 13px !important;
}

.cf_attr-table__current-cell input{
    background-color: var(--color-main-disabled);
    border-color: var(--color-main) !important;
}

.cf_attr-table__current-cell .cf-text__btn-calculate{
    background-color: #fff !important;
    border-color: var(--color-main) !important;
}

.cf_attr-table__current-cell div{
    cursor:initial;
}

.cf-attr-table--formula-bar-mode input[type="checkbox"]{
    visibility:hidden;
}

tr:not(.totalizer) > td.cf-attr-table__i-temp-row {
    color: #fff;
    text-align: center;
    border: solid 1px #fff;
    background-color: #a6a6a6;
}

.cf-attr-table__i-tem-col-others{
    background-color: #fff;
}

.cf-attr-table--formula-bar-mode .dataGrid tr td:nth-child(2){
    display:none;
}

.cf-attr-table--formula-bar-mode .cf-text__btn-calculate,
.cf-text.cf-text--read-only .cf-text__btn-calculate{
    background-color: var(--border-color-readOnly);
    opacity: 0.8;
    border-color: var(--border-color-inputs);
}

.cf-text.cf-text--read-only{
    pointer-events: none;
}

.ext-webkit .cf-f-bar__helper-fx select:focus-visible, 
.cf-f-bar__helper-fx select:focus-visible{
    outline: none !important;
}

.cf-attr-table table.dataGrid input[type="text"]{
    color: #000;
}

.cf-attr-table table.dataGrid .cf-text input[type="text"]:focus{
    border-color: var(--color-main);
}

.attach-cf-box > div.att-cf:last-child {
    margin-bottom: 0;
}


.cf-attr-table table.dataGrid input[type="text"]::placeholder{
    font-family: var(--font-sfUiText);
    color: var(--font-color-placeholder);
    font-style: italic;
    font-size: var(--font-size-normal);
}

.cf-text.cf-text--read-only > input {
    border-style: dashed;
    color: var(--font-color-normal) !important;
}


#contextMenuCalculatedCell{
    z-index: 1000000;
    position: fixed;
    top: 200px;
    visibility: hidden;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 2px;
    border-radius: 4px;
}

#contextMenuCalculatedCell ul{
    margin: 0;
    padding: 0;
}

#contextMenuCalculatedCell li{
    cursor: pointer;
}

#contextMenuCalculatedCell .menuOptionElement {
    list-style-type: none;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 4px;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--main-font-color);
    font-family: var(--font-sfUiDisplay);
}

#contextMenuCalculatedCell .menuOptionElement:hover {
    background: var(--color-main);
    font-family: var(--font-sfUiDisplayHeavy);
    color: #fff;
    cursor: pointer;
}