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

.button_action_primary{
   /* background-color: #4A86E8;
    border: none;
    color: white;*/
}

.button_action_secondary{
    /*background-color: #EFEFEF;
    border: 2px solid #DEDEDE;
    color: black;*/
}

.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{
    border: 1px solid #f18181 !important;
}

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

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

#floating-button{
  
}

.plus{
  /*color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 45px;
  font-size: 38px;
  font-family: 'Roboto';
  font-weight: 300;
  animation: plus-out 0.3s;
  transition: all 0.3s;*/
}

#container-floating{
  /*position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 1000;*/
}

#container-floating:hover{
  /*height: 400px;
  width: 90px;
  padding: 30px;*/
}

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

.viewError{
	background-image:url(../../img/viewError.png) ;
	cursor: pointer;
}  

 