/* 
* Use this file to override general style changes that should affect all interfaces.
* If you wish to change or add any interface specific styles copy a interface stylesheet 
* (admin.css, mediaarchive.css or pimview.css) and make your changes in that file
*/
.client-header {
	border-bottom: #b7151c 3px solid;
	background: #55a5c6;
}

/* Language */
.iconLITHUANIAN {
    background-image: url('images/languages/lt24.png');
}

/* Model */
.iconFormBig {
    background: transparent url('images/componenttypes/formbig.png') center no-repeat;
    width: 130px;
    height: 130px;
}

.iconFormList {
    background: transparent url('images/componenttypes/formlist.png') center no-repeat;
    width: 16px;
    height: 16px;
}

/*** WizardExportComponent ***/

.c4-wizard-export-component .c4-field-label, .c4-wizard-export-component .c4-field-mandatory, .c4-wizard-export-component .c4-edit-field-header {
    display: none;
    visibility: hidden;
    height: 0;
}

.c4-wizard-export-component .c4-control-grideditor-header .dgrid-scroller {
    max-height: 20em;
    overflow-y: auto;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.c4-wizard-export-component .c4-control-grideditor-header .dgrid-scroller > .dgrid-content {
    width: 100% !important;
}

.c4-wizard-export-component .c4-panel {
    margin: 1em 1em 1em 1em;
}

.c4-panel-container {
    padding: 0.25em 0.5em 0.5em;
	overflow-wrap: break-word;
}

/** dölj inaktiv kanal **/
.c4-channel > .d-linear-layout > .d-linear-layout:nth-child(2) {
    display: none;
    visibility: hidden;
}
.c4-channel .c4-control-listbox {
    padding: 0 !important;
}

.top-wrapper:has(.c4-widget-preview) {
	display: block;
	width: auto;
	padding: 0;
	min-height: auto;
	overflow: auto;
	max-height: none;
}