﻿div.editDialog {
    display: none;
}

div.editDialog input {
    padding: 3px;
    margin: 1px;
}

div.editDialog input[type='text'], div.editDialog textarea {
    width: 80%;
}

div.editDialog input.datePicker {
    width: 100px;
}

div.editDialog a.hidden {
    display: none;
}

div.editDialog legend, div.editDialog label {
    font-weight: bold;
}

div.editDialog span label {
    font-weight: normal;
}

div.editDialog p > label {
    display: inline-block;
    width: 120px;
    vertical-align: top;
    padding-top: 2px;
}

div.editDialog.editPassword p label {
    width: 200px;
}

div.editDialog p label.ui-button {
    width: 170px;
}

div.editDialog fieldset {
    margin-top: 20px;
    background-color: #fafafa;
}

div.editDialog div.fromTo {
    margin-top: 5px;
}

div.editDialog div.fromTo span {
    width: 30px;
    display: inline-block;
    font-weight: bold;
}

div.editDialog div.filesEdit {
    margin-top: 10px;
    display: inline-block;
}

div.editDialog div.filesEdit div:hover {
cursor: move;
background-color: #b0b0b0;
}

div.editDialog div.filesEdit img {
    width: 100px;
}

div.editDialog div.filesEdit a {
    width: 300px;
    display: inline-block;
}

div.editDialog div.filesEdit textarea {
    margin-left: 10px;
    width: 600px;
    height: 70px;
    vertical-align: top;
}

div.editDialog div.filesEdit input[type="text"] {
    margin-left: 10px;
    width: 400px;
}

div.editDialog div.filesEdit button {
    vertical-align: top;
    margin-left: 10px;
}

div.editDialog.tabs div.ui-tabs-panel {
border: 1px solid #a6c9e2;
border-top: none;
}


div.documents a {
    display: block;
    margin-top: 10px;
}

input[type="checkbox"], input[type="radio"] {
    height: 15px;
}

select.newArticle option {
    color: #000;
}

select.newArticle, select.newArticle option:first-child {
    color: #b0b0b0;
}

.visibilitiyRadios label, .pictureAlignRadios label, .pictureTypeRadios label {
    margin-right: 20px;
}

div.article a, .trumbowyg-editor a {
    text-decoration: underline;
}

div.article div.details {
    display: none;
}

.trumbowyg-editor iframe {
    width: 100%;
    height: 200px;
}

ul.context-menu-root {
    z-index: 11000 !important;
}

input[type=checkbox].autoplay {
    margin: 5px;
}

.privacy-request {
	position: fixed;
	top: 0;
	padding: 15% 25%;
	z-index: 20000;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
}

.privacy-request .container {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.privacy-request .container .headline {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.privacy-request .container .buttons {
	margin-top: 40px;
}

.privacy-request .container .buttons a {
    font-size: 1em;
    margin-bottom: 10px;
    width: 95%;
}

.privacy-request button {
    color: #fff;
    background-color: #505050;
    border: 0;
    padding: 5px;
}

.youtube-replace {
    display: table;
	text-align: center;
	background-color: #f0f0f0;
}

.youtube-replace div {
    display: table-cell;
    vertical-align: middle;
}

.youtube-replace div button {
	margin-top: 50px;
	font-size: 1em;
}

#cms-headline {
    background-color: #808080;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.trumbowyg-modal-box > form > label:last-of-type {
	display: none;
}

@media screen and (max-width: 1024px) {
    .privacy-request {
		padding: 15% 1%;
	}
}