
.qtip{
  max-width:800px;
}

.cpHeaderBackground .cp-header-logo-block .cpLogoVersion{
display: block;
}

.fa_false, .fa_unchecked{
	color: #808080;
}
.cp-login .cp-login-container > .cp-logo {
  height: 76px;
  width: 75px;

}
.cp-input.cp-check-box-list .cp-sel-check-box-list-item {
  white-space: normal;
}

/* Bugfix for issue: #31709 - remove after upgrading to 6.8 */
.cp-printview #fastFormResultTabs {
    max-height: 100%;
	overflow-y: inherit;
}

.cp-html-editor pre {
  word-wrap: break-word !important;
  font-family: inherit !important;
  white-space: inherit !important;
}

.cpMenu .cp-menu-content {
width: 100%;
display: block;
display: flex;
flex-direction: column;
overflow-y: auto;
margin-top: 21px;     --> old value was 61px -> that makes the white space between the logo and menu smaller 
height: calc(100% - 200px);
background-color: #ffffff;
}
