/*
 * -----------------------------------------------------------------------------
 * Lucom Interaction Platform
 * (C) Lucom GmbH, Erkrath. All rights reserved.
 *
 * $$
 * -----------------------------------------------------------------------------
 */

/*
 * Add your custom CSS code to this file. This file will be included as last CSS
 * file in the form and main view. The file may also include theme macros.
 */
.headerPanel .logo {
    height: 104px;
    width: 243px;
}

.headerPanel .companyLogo a {
	height: auto;
}

.formToolbar .logo .lip_companyLogoLink > img {
	max-height: 104px;
	max-width: 243px;
}

.formToolbar .content {
	height: 119px;
}

.contentPanel.loginContent {
    height: calc(100% - 109px);
}

.leftPanel {
	height: calc(100% - 110px) !important;
}

.formBody .form-main {
    flex: 1 1 calc(100vh - 137px) !important;
}

.formcatalog .content .formsList .row:hover .formTitle,
.formcatalog .content .formsList .row:hover .formId,
.formcatalog .content .formsList .row:hover .folderTitle,
.formcatalog .content .openFolder .row:hover .folderTitle{
	 color: white;
}
