@keyframes unfold {
    from {max-height: 0}
    to {max-height: 9999px}
}

@keyframes progress-spinner {
    from {transform: rotate(0deg)}
    to {transform: rotate(360deg)}
}

@keyframes zoom-in {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

@keyframes fade-in {
    from {opacity: 0}
    to {opacity: 1.0}
}

@keyframes rotate {
    from {transform: rotate(0deg)}
    to {transform: rotate(360deg)}
}

@font-face {
    font-family: Roboto;
    src: url("font/Roboto-Regular.ttf");
}

@font-face {
    font-family: Roboto;
    font-weight: bold;
    src: url("font/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto Slab";
    src: url("font/RobotoSlab-Regular.ttf");
}

@font-face {
    font-family: "Roboto Slab";
    font-weight: bold;
    src: url("font/RobotoSlab-Bold.ttf");
}

* {
    box-sizing: border-box;
    outline: none;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

a:visited {
	color: unset;
}

#app-header {
    position: fixed;
}

.popup-content-box a {
	color: white;
}

.popup-content-box ::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

html {
    min-height: 100%;
}

body {
    background-color: white;
    color: #333333;
    height: 100%;
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 18px;
}

body.login {
    position: fixed;
    background-color: rgb(183, 45, 84);
    color: white;
    left: 0;
    right: 0;
}

input, button, textarea, a.button, .selector-container {
    position: relative;
    font-size: 20px;
    border: 2px #333333 solid;
    padding: 5px;
    background-color: #eeeeee;
    display: block;
    width: 100%;
    margin: 18px 0;
    text-decoration: none;
    min-width: 41px;
    font-family: Roboto, sans-serif;
}

textarea {
    resize: none;
}

button, a.button {
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    color: #333333;
}

.preview-popup > article.foldbox {
    background-color: transparent;
}

.preview-popup .foldbox {
    border: none;
}

.preview-popup .foldbox hr {
	border: none;
	border-bottom: 3px solid white;
	width: 50%;
	margin: 0;
	margin-bottom: 10px;
}

a.section_link {
	display: block;
    background: none !important;
	background-image: url("graphics/section_link.svg?<TIMESTAMP>");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	padding-left: 25px;
	padding-right: 10%;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}

a.section_link.article {
	text-align:left;
	padding-top:25px;
	padding-bottom:25px;
}

span.h1 {
	display:block;
	font-family: "Roboto Slab";
	font-size: 1.5em;
	font-weight:bold;
	margin: 20px 0 20px 0;
}

button.active, a.button.active {
    background-color: #333333;
    color: white;
}

button.processing, a.button.processing {
    /* background-color: #333333; */
    background-image: url("graphics/jso_loading.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    color: transparent;
}

#login-form button.processing, .popup-content-box button.processing {
	background-color: transparent;
}

a.button:visited {
    color: #333333;
}

button:hover, a.button:hover {
    background-color: #333333;
    color: white;
}

button:hover.processing, button:disabled.processing {
    color: transparent;
    /* background-color: #333333; */
    border-color: #333333;
}

.button-inline {
    display: inline;
    width: auto !important;
}

.button-item {
	font-size: 10px;
	border: none;
	background-color: transparent;
	display: inline !important;
	width: auto !important;
	margin: 0;
	color: white;
}

input {
    background-color: #eeeeee;
}

.input-invalid {
	background-color: #ff5555;
}

body.login input {
    border-color: white;
    background-color: transparent;
    color: white;
}

body.login input::placeholder {
    opacity: 1.0;
    color: rgba(255, 255, 255, 0.7);
}

body.login button {
    background-color: white;
    color: rgb(183, 45, 84);
    border: none;
}

header > button {
    border-color: white;
    background-color: transparent;
    color: white;
    width: unset;
    margin: unset;
    display: unset;
}

header > button:hover {
    background-color: transparent;
}

label {
    font-weight: bold;
    font-size: 18px;
}

h1, h2 {
    font-family: "Roboto Slab", serif;
    font-weight: bold;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 26px;
    margin: 0;
}

#content {
    position: relative;
    width: 100%;
    padding-top: 50px;
}

body.login > #content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login > #content {
    height: 100%;
}

#app-desktop, #app-mobile {
    margin: auto;
    padding: 20px;
    font-size: 16px;
}

#app-desktop {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

#app-mobile {
    max-width: 400px;
}

#app-mobile > .widget {
	text-align: left;
}

#visitor-search-results * {
    animation-name: fade-in;
    animation-duration: 0.5s;
}

form {
    display: inline;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(183, 45, 84);
    width: 100%;
    padding: 10px;
    position: relative;
    z-index: 1;
}

div.noscript {
    background-color: #aa0000;
    padding: 10px;
}

.tile, .invitation, .tile-dummy {
    display: block;
    padding: 20px;
    background-color: #eeeeee;
    margin: 20px;
    max-width: 400px;
    width: 100%;
}

.tile-dummy {
	visibility: hidden;
}

.tile > *:last-child, .invitation > *:last-child {
    margin-bottom: 0;
}

.tile-container {
	max-width: 1371px;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}

.invitation {
	background-color: #eeeeee;
	color: #333333;
	margin: 20px 0;
}

.invitation-email-address {
	font-family: "Roboto Slab";
	font-size: 18px;
	font-weight: bold;
	word-wrap: anywhere;
}

a.invitation-url, a:visited.invitation-url {
	word-wrap: anywhere;
	color: rgb(183, 45, 84);
}

#logo-login {
    width: 100%;
}

#app-title {
    font-family: "Roboto Slab", serif;
    font-size: 30px;
    font-weight: bold;
    color: white;
    height: 40px;
    max-width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
}

#app-title > * {
    height: 100%;
}

#login-form {
    width: 300px;
}

#copyright-login {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    color: white;
    text-align: center;
}

.input-async-loading {
    position: relative;
}

.spinner-small {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 32px;
    animation-name: progress-spinner;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.has-appeared {
    font-weight: bold;
    color: green;
}

.warning {
    color: orange;
    font-weight: bold;
}

.error-message, .error, .success-message {
    background-color: #aa0000;
    font-weight: bold;
    color: white;
    padding: 10px;
    border: 1px solid white;
}

.success-message {
    background-color: #008800;
}

.link-index-page {
    font-weight: bold;
    color: white;
    text-decoration: none;
    display: block;
    margin: 20px 0;
    text-align: center;
}

#submit-response {
    display: none;
    animation-name: fade-in;
    animation-duration: 1s;
}

.section {

}

.button-admit {
    background-color: green;
    color: white;
    border: none;
    padding: 10px;
}

.button-admit:hover {
    background-color: #00cc00;
}

.button-admit:disabled {
    background-color: #888888;
    padding: 4px;
    cursor: unset;
}

.button-admit.hidden {
    display: none;
}

.button-logout, .button-profile, .button-theme-light, .button-theme-dark {
    background-image: url("graphics/button_close.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    border: none;
}

.button-topbar, .button-topbar:hover {
	background-color: transparent;
	margin: 0 18px;
}

.button-profile {
    background-image: url("graphics/jso-profile.svg");
}

.button-theme-light {
    background-image: url("graphics/icon-theme-light.svg");
}

.button-theme-dark {
    background-image: url("graphics/icon-theme-dark.svg");
}

.topbar-container {
    display: flex;
    align-items: center;
}

.button-back {
    background-image: url("graphics/link.svg");
    transform: scaleX(-1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    border: none;
}

.icon-submitting {
    opacity: 0.5;
    height: 32px;
}

.visitor-name {
    font-weight: bold;
}

.visitor-search-result {
    background-color: #eeeeee;
    padding: 20px;
    font-size: 20px;
    line-height: 2;
}

.widget {
    display: block;
    margin: 40px 0;
    overflow: hidden;
    text-align: center;
}

.widget-overflow {
    overflow: auto !important;
}

.widget-foldable {
    background-color: #eeeeee;
    padding: 10px;
}

.widget-foldable-header {
    padding-right: 40px;
    background-size: 32px auto;
    background-repeat: no-repeat;
    background-position: right 12px;
    cursor: pointer;
}

.widget-unfolded {
    background-image: url("graphics/icon-unfolded.svg");
}

.widget-folded {
    background-image: url("graphics/icon-folded.svg");
}

.widget-placeholder {
	color: #aaaaaa;
    font-style: italic;
    font-size: 18px;
}

.widget-footer {
    width: 100%;
    padding: 20px 0;
    text-align: left;
}

.list-group {

}

.list-item {
	display: flex;
	justify-content: space-between;
	background-color: rgb(183, 45, 84);
	padding: 10px;
	color: white;
	border-radius: 5px;
	margin: 5px 0;
}

.list-item-title {
	max-width: 300px;
}

.list-item-container {
	padding: 0 20px;
	margin-top: 10px;
}

.list-item-group {
	margin-top: 10px;
	padding: 10px;
	background-color: #eeeeee;
}

.checklist {
    display: block;
    margin: 20px 0;
}

.checklist-item {
    display: flex;
}

.checklist-item-label {
    vertical-align: top;
    margin: 0 10px;
    padding: 5px 0;
}

.checkbox {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 3px solid #333333;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
}

.checkbox-checked {
    background-color: green;
}

.table {
    display: table;
    width: 100%;
}

.table-head {
    display: table-row;
    background-color: #eeeeee;
}

.table-head-cell {
    display: table-cell;
    font-weight: bold;
    padding: 10px;
    padding-right: 20px;
    border: 2px solid #333333;
    border-right: none;
    cursor: pointer;
    background-position: right 10px;
    background-repeat: no-repeat;
    background-size: 15px 25px;
}

.table-head-cell-asc {
    background-image: url("graphics/icon-order-asc.svg");
}

.table-head-cell-desc {
    background-image: url("graphics/icon-order-desc.svg");
}

.table-head-cell:last-child {
    border-right: 2px solid #333333;
}

.table-head-cell-active {
    background-color: #cccccc;
}

.table-row {
    display: table-row;
    cursor: pointer;
}

.table-row:hover {
    background-color: #eeeeee;
}

.table-cell {
    display: table-cell;
    padding: 10px;
}

.table-footer {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.table-footer > *:not(:first-child) {
    margin-right: 20px;
}

.table-pagination-area > * {
    margin-right: 5px;
}

.table-pagination-area > *:last-child {
    margin-right: 20px;
}

.table-results {
    color: #888888;
}

.table-container {
	display: inline-block;
	text-align: left;
	max-width: 100%;
}

.table-scroll-area {
	overflow: auto;
}

.table-view-media {
	max-width: 128px;
	max-height: 64px;
}

.tile-view-body {
	max-width: 1225px;
	overflow: hidden;
}

.tile-view-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 101.4%;
	animation-name: fade-in;
	animation-duration: 1s;
}

.tile-view-item * {
	pointer-events: none;
}

.tile-view-item, .tile-view-item-dummy {
	width: 162px;
	margin: 0 15px 0 0;
	padding: 0 10px;
}

.tile-view-item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 162px;
	margin: 0 15px 15px 0;
	padding: 10px;
	background-color: rgb(183, 45, 84);
	color: white;
	font-weight: bold;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}

.tile-view-item-image  {
	text-shadow: 0 0 2px black;
}

.tile-view-item-icon {
	filter: brightness(10);
	position: absolute;
	top: 10px;
	left: 10px;
	width: 32px;
}

#pwreset-response {
    display: none;
}

.dropdown-menu {
    position: absolute;
    background-color: rgb(183, 45, 84);
    box-shadow: -2px 2px 2px -2px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.dropdown-menu-item {
    padding: 5px 20px;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

.dropdown-menu-item:hover {
    background-color: white;
    color: rgb(183, 45, 84);
}

.menu-group-label {
    cursor: pointer;
}

.popup-background {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    animation-name: fade-in;
    animation-duration: 0.2s;
    overflow: auto;
}

.popup-content-box {
    position: relative;
    background-color: rgb(183, 45, 84);
    width: 100%;
    max-width: 500px;
    padding: 20px;
    color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    margin: auto;
	scrollbar-color: white transparent;
}

.popup-content-box audio {
	background-color: #f1f3f4;
}

.popup-content-box *::-webkit-scrollbar-thumb {
	background-color: white;
	border-radius: 4px;
	border: 1px solid rgb(183, 45, 84);
}

.popup-content-box *::-webkit-scrollbar {
	width: 8px;
	background-color: transparent;
}

.popup-content-box input, .popup-content-box textarea, .popup-content-box .selector-container {
    border-color: white;
    background-color: transparent;
    color: white;
    border-width: 2px;
    font-size: 16px;
}

.popup-content-box label > *, label > .selector-container {
    margin-top: 5px;
}

.popup-content-box input:disabled {
    font-weight: bold;
    border: none;
    background-color: rgba(255, 255, 255, 0.25);
    cursor: not-allowed;
}

.popup-content-box button, .popup-content-box-url-button {
    background-color: white !important;
    color: rgb(183, 45, 84) !important;
    border: none !important;
}

.popup-content-box-url-button:hover {
	background-color: white !important;
}

.popup-content-box textarea {
    overflow: hidden;
    resize: none;
}

.popup-content-box .checkbox {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 2px solid rgb(183, 45, 84);
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    outline: 2px solid white;
    margin: 2px;
}

.popup-content-box .checkbox-checked {
    background-color: white;
}

.popup-content-box h2 {
    margin: 20px 0;
}

.popup-content-box-error {
    background-color: #aa0000;
    max-width: 400px;
}

.popup-content-box-error button {
    color: #aa0000 !important;
}

.popup-content-box-success {
    background-color: #00aa00;
    max-width: 400px;
}

.popup-content-box-success button {
    color: #00aa00 !important;
}
.button-close-content-box {
    background-image: url("graphics/button_close.png");
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;

    right: 20px;
    cursor: pointer;
}

.unfold {
    animation-name: unfold;
    animation-duration: 3s;
}

.selector-container {
    cursor: pointer;
    background-image: url("graphics/arrow_bottom_dark.svg");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 21px auto;
    padding: 0;
    font-weight: normal;
}

.popup-content-box .selector-container {
    background-image: url("graphics/arrow_bottom.svg");
}

.popup-content-box .selector-container {
    border-color: white;
    background-color: rgb(183, 45, 84);
}

.selector-items {
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    background-color: #eeeeee;
    color: #333333;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

.popup-content-box .selector-items {
	color: rgb(183, 45, 84);
}

.selector-items-open {
    display: block;
    max-height: 500px;
    overflow: auto;
}

.selector-item {
    padding: 5px 10px;
    cursor: pointer;
}

.selector-item:hover {
    background-color: white;
}

.selector-current-value {
    display: inline-block;
    padding: 5px;
    width: 100%;
}

.foldbox {
    background-color: #eeeeee;
    padding: 10px;
    border: 1px solid #333333;
}

.foldbox.folded:hover {
	background-color: #333333;
	color: white;
}

.foldbox-label {
    font-weight: bold;
    font-size: 18px;
    font-family: "Roboto Slab", serif;
    cursor: pointer;
    padding-right: 40px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 12px;
}

.foldbox-label-folded {
    background-image: url("graphics/icon-order-asc.svg");
}

.foldbox.folded:hover > .foldbox-label-folded {
    background-image: url("graphics/icon-order-asc-white.svg");
}

.foldbox-label-unfolded {
    background-image: url("graphics/icon-order-desc.svg");
}

.foldbox-content {
    overflow: hidden;
}

.log-entry {
    background-color: #eeeeee;
    padding: 20px;
    margin: 20px 0;
    animation-name: fade-in;
    animation-duration: 1s;
}

.log-entry > *:last-child {
    margin-bottom: 0;
}

.log-title {
    font-family: "Roboto Slab", serif;
    font-size: 24px;
    height: 40px;
    text-overflow: ellipsis;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}

.log-label {
    font-weight: bold;
    font-size: 18px;
    font-family: Roboto, sans-serif;
}

.log-trace {
    margin: 0;
}

.log-datetime {
	margin: 10px 0;
}

.image-button {
    overflow: hidden;
    background-color: transparent;
    border: none;
    height: 100%;
}

.image-button:hover {
    background-color: transparent;
}

.image-button-icon {
    max-width: 100%;
    max-height: 100%;
}

.rotate {
	animation-name: rotate;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.media-type-icon {
	width: 100%;
	height: 20px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.icon-type-image {
	background-image: url("graphics/icon-type-image.svg");
}

.icon-type-audio {
	background-image: url("graphics/icon-type-audio.svg");
}

.icon-type-video {
	background-image: url("graphics/icon-type-video.svg");
}

.icon-type-youtube {
	background-image: url("graphics/icon-type-youtube.svg");
}

.icon-type-soundcloud {
	background-image: url("graphics/icon-type-soundcloud.svg");
}

.popup-image {
	max-width: 100%;
}

.popup-audio, .popup-video {
	width: 100%;
}

.form-text-input {
	margin-top: 5px;
}

.form-file-input {
	border: none;
	background-color: transparent;
}

.button-editor {
	position: relative;
	display: inline;
	border: 2px solid #333333;
	width: 32px;
	height: 32px;
	background-size: 24px 24px;
	background-position: center center;
	background-repeat: no-repeat;
	min-width: unset;
	margin-left: 5px;
	margin-top: 5px;
}

.button-editor:first-child {
	margin-left: 0;
}

.button-editor-icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 24px;
	height: 24px;
	margin: auto;
}

.button-editor:hover .button-editor-icon {
	filter: invert(1);
}

.editor-textarea {
	margin-bottom: 0;
	font-size: 16px;
}

.preview-popup {
	max-width: 548px;
	font-size: 16px;
}

.preview-popup a {
	background:url("graphics/link.svg") left no-repeat;
	background-size: auto 12px;
	background-position: 5px center;
	padding-left:16px;
	font-weight: normal;
}

.preview-popup a.simple {
	background: none;
	padding-left: 0;
}


.preview-popup img {
	max-width: 100%;
}

.preview-popup h1 {
	font-family: "Roboto Slab";
	font-size: 1.5em;
	margin: 20px 0 20px 0;
	font-weight: bold;
}

.frame {
	position: relative;
	display: inline;
}

.preview-popup iframe, .preview-popup video, .preview-popup audio {
	width: 100%;
}

.copyright {
	right: 10px;
	bottom: 10px;
	color: white;
	font-size: 10px;
}

.frame .copyright {
	position: absolute;
}

.underline {
	text-decoration: underline;
}

.list-selector-list {
	border: solid 2px white;
	height: 200px;
	overflow: auto;
}

.list-selector-item {
	padding: 3px;
	cursor: pointer;
}

.list-selector-item:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.list-selector-item-selected, .list-selector-item-selected:hover {
	background-color: white;
	color: rgb(183, 45, 84);
}

.media-selector-preview {
	margin: 20px 0;
}

.media-selector-preview img, .media-selector-preview video, .media-selector-preview audio, .media-selector-preview iframe{
	width: 100%;
}

.page-element {
	width: auto !important;
	padding-top: 5px;
	vertical-align: text-top;
}

.gradient-picker {
	position: relative;
	overflow: visible;
	margin-bottom: 20px;
	width: 100%;
	height: 32px;
	border: 2px solid #333333;
	cursor: pointer;
}

.gradient-picker-pointer {
	position: absolute;
	bottom: 0;
}

.gradient-picker-pointer-icon {
	position: absolute;
	left: -8px;
	bottom: -14px;
}

.color-widget {
	padding: 10px;
	border: 2px solid #333333;
}

.color-picker {
	/* background: linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000); */
	height: 40px;
}

.color-preview {
	width: 100%;
	height: 64px;
	border: 2px solid #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 20px;
}

.color-picker-background-preview {
	width: 100%;
	display: block;
	margin: 20px 0;
}

.mobile-visible {
	display: none;
}

.mobile-table-cell-label {
	font-weight: bold;
}

.money-input {
	position: relative;
	display: block;
	height: 36px;
	margin: 18px 0;
}

.money-input-display {
	position: absolute;
	margin: 0;
}

.money-input-value {
	position: absolute;
	color: transparent !important;
	caret-color: white;
	margin: 0;
}

.cell-money {
	display: inline-block;
	width: 100%;
	text-align: right;
}

.rehearsal-plan {
    display: table;
    font-size: 18px;
}

.rehearsal-plan-date {
    display: none;
    font-style: italic;
}

.rehearsal {
    display: table-row;
}

.rehearsal-concert {
    font-weight: bold;
}

.rehearsal-month-name-container, .rehearsal-project-name-container {
    position: relative;
    display: table-row;
    height: 70px;
    text-align: left;
    break-after: avoid;
}

.rehearsal-project-name-container {
    height: 100px;
}

.rehearsal-month-name, .rehearsal-project-name {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
}

.rehearsal-project-name {
    text-align: center;
    break-after: avoid;
}

.rehearsal-part {
    display: table-cell;
    text-align: left;
    padding: 5px 20px 5px 20px;
}

.rehearsal-day {
    font-weight: bold;
}

#logo-print {
    display: none;
    height: 48px;
}

#survey {
	text-align:left;
	padding:25px;
	margin-top:10px;
	height:auto;
	overflow:hidden;
}

#survey {
    margin: auto;
	box-sizing: border-box;
    max-width: 500px;
}

.survey-item {
	display: block;
	margin: 20px 0;
}

.survey-item input {
	width: auto;
	display: block;
}

.survey-item input[type=checkbox], .survey-item input[type=radio] {
	display: inline;
    left: -10px;
}

.survey-item-members {
	padding-left: 20px;
}

#survey input[type=submit] {
    background-color: black;
    color: white;
    cursor: pointer;
}

#survey input[type=checkbox] {
    margin: 0;
}

#survey input[type=submit]:hover {
    background-color: white;
    color: black;
}

@media only screen and (max-width: 800px) {
	.table {
		width: 100%;
	}
	.table-container {
		width: 100%;
	}

	.table-head {
		display: none;
	}

	.table-row {
		background-color: #eeeeee;
		width: 100%;
		margin: 20px 0;
	}

	.table-row, .table-cell {
		display: block;
		font-size: 18px;
	}

	.popup-content-box {
		max-width: unset;
		width: 100%;
		min-height: 100%;
	}

	.mobile-visible {
		display: inherit;
	}

	.desktop-visible {
		display: none;
	}

    .rehearsal-plan {
        display: block;
    }

    .rehearsal {
        display: flex;
        flex-flow: row wrap;
        background: #eeeeee;
        padding: 20px;
        margin: 20px 0;
        text-align: left;
    }

    .rehearsal-concert {
        font-weight: inherit;
    }

    .rehearsal-part {
        display: block;
        padding: 0 10px 0px 0;
    }

    .rehearsal-day, .rehearsal-date, .rehearsal-time {
        display: inline;
    }

    .rehearsal-description {
        order: 3;
        width: 100%;
        font-weight: bold;
        font-size: 21px;
        padding-top: 10px;
    }

    .rehearsal-month-name-container, .rehearsal-project-name-container {
        display: block;
    }

    .widget-footer {
        padding: 0;
    }    
}

@media print {
    * {
        color: black;
        background-color: white;
    }

    button {
        display: none !important;
    }

    #app-header {
        display: none;
    }

    #logo-print {
        display: block;
    }

    #content {
        padding-top: 0;
    }

    .widget {
        margin: 0;
    }

    .rehearsal-plan-date {
        display: block;
    }
}