/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22.03.2019, 11:36:22
    Author     : mballuff
*/

ul.tx-meprojectmessaging-new-selectexternal {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0;
    list-style: none;
    height: 200px;
    overflow-y: scroll;
}

ul.tx-meprojectmessaging-new-selectexternal li {
    display: block;
}

.tx-me-project-messaging table tr.unseen td {
	font-weight:bold;
}

.container-content .tx-meprojectmessaging-new select.form-control,
.container-content .tx-meprojectproblemreporter-be-edit select.form-control,
.container-content .tx-meprojectproblemreporter-fe-new select.form-control,
.container-content .tx-meprojectpetition-signature-fe-new select.form-control,
.container-content .tx-meprojecttodolist-todolistitem-be-new select.form-control,
.container-content .tx-meprojectpetition-be-edit select.form-control,
.container-content .tx-meprojectpetition-be-new select.form-control,
.container-content .tx-meprojectvote select.form-control
{
	padding:0;
}

.tx-meprojectproblemreporter-be-list table tr.hidden-fe td {
    color:#666;
}

.tx-irfaq-toggle-plus,
.tx-irfaq-toggle-minus
{
    padding:0;
    background: none transparent;
    transition: transform 300ms;
}

.tx-irfaq-toggle-minus span.glyphicon {
    transform:rotate(90deg);
    transition: transform 300ms;
}

.tx-irfaq-pi1 .additional-info {
    border-top:0px none;
}

.tx-meprojectproblemreporter ul.images {
    padding:0;
}
.tx-meprojectproblemreporter ul.images  li {
    list-style:none;
}

.tx-meprojectmessaging-show-externalrecipients,
.tx-meprojectmessaging-show-internalrecipients {
    list-style:none;
    margin:0;
    padding:0;
}
.tx-meprojectmessaging-show-externalrecipients li,
.tx-meprojectmessaging-show-internalrecipients li {
    margin:0;
    padding:0 10 10 0;
    display:inline;
    
}

.tx-meprojectproblemreporter ul.typo3-messages {
    padding:0;
}
.tx-meprojectproblemreporter .typo3-messages li.alert {
    list-style:none;
}

.tx-meprojectproblemreporter-fe-list-legend {
    padding:0;
}
.tx-meprojectproblemreporter-fe-list-legend li {
    list-style:none;
    display:inline-block;
    padding-right:15px;
}

.container-content .tx-meprojectproblemreporter-fe-list-legend li img {
    margin:0;
    padding-right:5px;
	height:20px;
	width:auto;
}

.navbar-form {
	padding:0;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;
}

.responsive-video iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

.tx-meprojectpetition-single-state-item {
	float:left;
	width:25%;
	text-align:center;
	padding:15px;
		
}

.tx-meprojectpetition-single-state-item.active {
	background-color:#c4037d;
	color:#fff;
}

.tx-meproject-percentage {
	float:right;
	height:75px;
	overflow:hidden;
}

.tx-meprojectpetition-signature-be-print {
	max-width:800px;
	margin:40px;
}


.tx-meprojectscheduler-entry-single table tbody tr td {
	text-align:center;
}

.tx-meprojectscheduler-entry-single table tbody tr td.checked {
	background-color:#DFF0D8;
}
.tx-meprojectscheduler-entry-single table tbody tr td.unchecked {
	background-color:#F0DFD8;
}

.tx-meprojectproblemreporter .tx-meprojectproblemreporter-fe-new .btn-back {
    margin-bottom: 30px;
}

.tx-meprojectetherpad-etherpad-be-single-iframe,
.tx-meprojectetherpad-etherpad-fe-single-iframe {
	border:0;
	width:100%;
	height:500px;
	
}

.bold {
	font-weight:bold;
}

.container-content select.form-control {
    padding: 0;
    
}

.tx-meprojectvote-statement-new .tox.tox-tinymce,
.tx-meprojectvote-statement-edit .tox.tox-tinymce{
    min-height: 300px;
}

input.cb-graphical {
	display:none;
}
input.cb-graphical + label {
	display:inline-block;
	width:54px;
	height:29px;
	background-image:url(../Images/cb-graphical-off.svg);
	background-repeat:no-repeat;
	background-position: 0 3px;
	cursor: pointer;	
}
input.cb-graphical + label::before {
	padding-left:48px;
	margin-right:10px;
	content: " Nein";	
}

input.cb-graphical:checked + label {
	background-image:url(../Images/cb-graphical-on.svg);	
}
input.cb-graphical:checked + label::before {
	content: " Ja";	
}







input.tx-meprojectproblemreporter-icon {
	display:none;
}
input.tx-meprojectproblemreporter-icon + label {
	display:inline-block;
	width:42px;
	height:45px;
	border:2px solid transparent;
	background-repeat:no-repeat;
	background-position: 0 0px;
	cursor: pointer;	
}


input.tx-meprojectproblemreporter-icon:checked + label {
	border:2px solid red;
}









.betabox {
	background-color: #fdc60a;
	color:#000;
	font-site:24px;
	padding: 15px 40px 15px 15px;
	text-align:center;
	position:relative;
}

.betabox-close {
	position:absolute;
	display:block;
	top:15px;
	right:15px;
	color:#000;
}
.betabox-close:hover,
.betabox-close:focus {
	color:#000;
}


.page-content-only .content-bg-bottom,
.page-content-only .content-bg-muster,
.page-content-only .content-bg-top {
	background-image:none;
}

.bg-info {
	background-color: #17a2b8!important;
}
.bg-success {
	background-color: #28a745!important;
}

.meproject-d3-pie-chart-wrap .title-holder {
  text-align: center;
}
.meproject-d3-pie-chart-wrap .title {
  font-family: 'Lato', sans-serif;
}
.meproject-d3-pie-chart-wrap .subtitle {
  font-size: 20px;
}
.meproject-d3-pie-chart-wrap .font {
  font-size: 18px;
}

/* legend */
.meproject-d3-pie-chart-wrap .legend {
  font-size: 14px;
}
.meproject-d3-pie-chart-wrap rect {
  cursor: pointer; 
  stroke-width: 2;
}
.meproject-d3-pie-chart-wrap rect.disabled {
  fill: transparent !important;
}

/* chart */
.meproject-d3-pie-chart-wrap {
    
  position: relative;
  display: block;
  
}
svg.meproject-d3-pie-chart {
	max-width:100%;
	height:auto;
}
svg.meproject-d3-pie-chart > g {
	max-width:100%;
	height:auto;
}

/* tooltip */
.meproject-d3-pie-chart-wrap .d3-tooltip {
  background: #eee;
  box-shadow: 0 0 5px #999999;
  color: #333;
  display: none;
  font-size: 18px;
  left: 130px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 95px;
  width: 80px;
  z-index: 10;
}

.meproject-d3-pie-chart-wrap .footer {
  padding-top: 50px;
  text-align: center;
  list-style-type: none;
}


.tx-memaps-map .gm-style .infobubble-contentcontainer {
	max-width: 300px !important;
	width:300px !important;
}

.tx-memaps-map .gm-style .infobubble-contentcontainer .marker > b > a {
	font-size: 18px;
	font-weight:bold;
}

.tx-memaps-map .gm-style .infobubble-contentcontainer .marker .description p {
	font-size: 16px; 
}

#tx-meproject-dashboard-news ul li {
	list-style:none;
}

.container-teaser .karte-legende img {
    height: 20px;
    width: auto;
    position: relative;
    top: 2px;
    display: inline-block;
    line-height: 1;
    margin: 0 10px 10px 10px;
}

ul.form-validation-error {
	background-color: #FCE8D2;
	padding:15px 20px 0 20px;
}

ul.form-validation-error > li {
	list-style:none;
	font-weight:bold;
}

ul.form-validation-error > li > ul {
	padding: 0 0 15px 0;
}

ul.form-validation-error > li > ul > li{
	list-style:none;
	font-weight:normal;
}

/* video */
.me-youtube-video-wrap {
	position: relative;	
	height: 0;
}

.me-youtube-video-wrap .me-youtube-video {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
	
}

.me-youtube-video-16-9 {
	padding-bottom: 56.25%; /* 16:9 */	
}

.me-multimedia-wrap {
	position: relative;	
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */	
}

.me-multimedia-wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
	
}

.waconcookiemanagement {
	z-index:1100;
}

.tx-wacon-cookie-management .cookie-set {
	text-decoration:underline;
}


#CookieBox .cookieclose {    
    border-radius: 0;
    border: 0 none;
    background: transparent;     
    color: #333;
} 

#CookieBox a {
	color:#333;
    font-size: 16px;
    text-transform: none;
    text-decoration: none;
}

#CookieBox .cookie-accept a {
    padding: 6px 12px;
	
}

#CookieBox .cookie-btn {
    display: inline-block;
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #fff;
    
    color: #C4037D;
    cursor: pointer;
    margin: 15px auto;
	
	border-radius: 0px;
    border: 4px solid #C4037D;
    border-left-color: #0696BB;
    border-right-color: #2A71B0;
    border-top-color: #F18E1C;
}

#CookieBox .cookie-btn:hover,
#CookieBox .cookie-btn:focus {
	border-left-color: #C4037D;
    border-right-color: #C4037D;
    border-top-color: #C4037D;
	background-color:#E8E8E8;	
	color:#C4037D;
}

#CookieBox .cookie-management, #CookieBox .cookie-refuse {
    margin: 10px auto;
    width: 65%;
    text-align: center;
    cursor: pointer;
    
    padding: 6px 12px;
	font-weight:400;
    
	background: #fff;
    border-radius: 0px;
    border: 4px solid #C4037D;
    border-left-color: #0696BB;
    border-right-color: #2A71B0;
    border-top-color: #F18E1C;
}

#CookieBox .cookie-management:hover, #CookieBox .cookie-refuse:hover,
#CookieBox .cookie-management:focus, #CookieBox .cookie-refuse:focus {
	border-left-color: #C4037D;
    border-right-color: #C4037D;
    border-top-color: #C4037D;
	background-color:#E8E8E8;	
}


.tx-wacon-cookie-management .cookie-set.script {
	text-decoration:none;
}

.tx-wacon-cookie-management .cookie-set.script p {
	position:relative;
	padding:1em;
	
}

.tx-wacon-cookie-management .cookie-set.script {	
	border: 4px solid #C4037D;
    border-left-color: #0696BB;
    border-right-color: #2A71B0;
    border-top-color: #F18E1C;
	background-color:#fff;
}

.tx-wacon-cookie-management .cookie-set.script:hover,
.tx-wacon-cookie-management .cookie-set.script:focus {
	background-color:#E8E8E8;
	border-left-color: #C4037D;
    border-right-color: #C4037D;
    border-top-color: #C4037D;
}	
html {
	font-size:18px;
}

.wacon-map-replacement {
	padding: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    border: 4px solid #E8E8E8;
	background-color:#ffffffcc;
}







