#inner-wrapper {
	padding: 5px;
}

table.question_answer_table_preview {
	width: 100%;
}

table.question_answer_table_preview td {
	text-align: center;
	border: 1px solid #009788;
}

h1 {
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	margin-bottom: 15px;
}

h2 {
	color: #ff0000;
}

.dt-button,.paginate_button, .edit_button, .delete_button, .duplicate_button, .ui-dialog-buttonset .ui-button,
 .detail_button, .send_invitation, .edit_invitation, .detail_attempt,
 .edit_question, .delete_question_button, .form-button input {
	background-color: #009788 !important;
	color: #ffffff !important;
	background-image: none !important;
	border_: none !important;
	border: 1px solid #ffffff !important;
	display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    margin-bottom: 0.333em;
    padding: 0.5em 1em;
	border-radius: 3px !important;
    cursor: pointer;
    font-size: 0.88em;
    line-height: 1.6em;
	min-width: 100px;
}

.ui-tabs-active,.ui-dialog-titlebar {
	background-color: #009788 !important;
	border-color: #009788 !important;
	color: #ffffff !important;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #ffffff !important;
}
.list_menu {
	display:none;
	position:absolute;
	background-color: #ffffff;
	margin-left: -100px;
}
.list_menu button {
	width: 180px;
}
.actionicon {
	width: 50px;
	max-width: 50px;
}
.dt-button:hover,.paginate_button:hover, .edit_button:hover, .delete_button:hover, .duplicate_button:hover,
 .detail_button:hover, .send_invitation:hover, .edit_invitation:hover,
 .detail_attempt:hover, .edit_question:hover, .delete_question_button:hover, .form-button input:hover,.ui-dialog-buttonset .ui-button:hover {
	background-color: #00695b !important;
	color: #009788 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button.current,.ui-dialog-buttonset .ui-button {
	color: #ffffff !important;

}
.ui-tabs-panel {
	overflow: scroll;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	font-weight: bold;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
	color: #adadad !important;
}

.sort_icons {
	width: 16px;
	cursor: pointer;
}

.state_icon {
	width: 16px;
	cursor: pointer;
}

.card-content img {
	max-width: 100% !important;
	height: auto !important;
}

.survey_progress_bar {
	background-color: #ff0000;
	color: #ffffff;
	height: 25px;
	padding: 3px;
	text-align: center;
	min-width: 30px;
	border-radius: 5px;
	font-weight: bold;
}

.get_attempt_table {
		width: 100%;
		border: 1px solid #aaaaaa;
}
.get_attempt_table .hakerl_td {
		text-align: center;
		height: 50px;
		padding: 5px;
}
.get_attempt_table tr td {
		padding: 5px;
		border: 1px solid #aaaaaa;
}
.get_attempt_table .headline {
		font-weight: bold;
		background-color: #009788;
		color:#ffffff !important;
}
.chart_table .headline {
		font-weight: bold;
		background-color: #009788;
		color:#ffffff !important;
}
.question_chart_table .headline {
		font-weight: bold;
		background-color: #009788;
		color:#ffffff !important;
}
.auswertung_headline {
		font-weight: bold;
		padding: 5px;
		background-color: #009788;
		color:#ffffff !important;
}
.portlet-wrapper .portlet-header {
		font-weight: bold;
		background-color: #009788;
		color:#ffffff !important;
		padding: 5px;
		border: 1px solid #aaaaaa;
		height: auto;
}
.portlet-wrapper .portlet-header  .portlet-title {
		float: none;
		height: auto;
}

.get_survey_table {
		width: 100%;
		border: 1px solid #aaaaaa;
}
.get_survey_table .hakerl_td {
		text-align: center;
		height: 50px;
		padding: 5px;
}
.get_survey_table tr td {
		padding: 5px;
		border: 1px solid #aaaaaa;
}
.get_survey_table .headline {
		font-weight: bold;
		background-color: #009788;
		color:#ffffff !important;
}

input.error,textarea.error {
	border: 1px solid #ff0000;
}
label.error {
	color: #ff0000;
	display:block !important;
	width: 100%;
	font-size: 10px;
}

.question_survey {
	padding-bottom: 30px;
}

.ui-dialog-content .margin-form .form-item-wrapper .form-label {
	text-align: left;
}
.email_status_ok {
	color: #00FF00;
}

.email_status_nok {
	color: #ff0000;
}

.get_email_table {
	width: 450px;
}
.get_email_table td {
	border: 1px solid grey;
	padding: 5px;
}

#survey_question_table .dt-center {
	width: 30px;
}





*{
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

body{
	background:#F7F7F7;
	font-size:15px;
	color:#777777;
	font-family: 'Roboto', sans-serif;
	
}


.navigation a {
	text-decoration:none !important;
	font-weight: bold !important;
}




.container{
	max-width:1200px;
	margin:0 auto;
	width:100%;
}

#header-navigation {
	width:100%;
	display:block;
	background:#009788 ;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	border-radius:3px;
}
#header-navigation ul{
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
	float: right;
}
#header-navigation li{
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline-block;
	position:relative;
	font-size:17px;
	color:#ffffff;
}
#header-navigation li a{
	padding:10px 15px;
	font-size:17px;
	color:#ffffff;
	display:inline-block;
	outline:0;
	font-weight:400;
}

.navigation {
	display:block;
	margin:20px 0;
	background:#009788 ;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	border-radius:3px;
}
.navigation ul{
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
}
.navigation li{
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline-block;
	position:relative;
	font-size:17px;
	color:#ffffff;
}
.navigation li a{
	padding:10px 15px;
	font-size:17px;
	color:#ffffff;
	display:inline-block;
	outline:0;
	font-weight:400;
}

.navigation li:hover ul.dropdown{
	display:block;
	z-index:5000;
}

.navigation li ul.dropdown{
	position:absolute;
	display:none;
	width:200px;
	background:#00695b;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	padding-top:0;
}
.navigation li ul.dropdown li{
	display:block;
	list-style-type:none;
}
.navigation li ul.dropdown li a{
	padding:10px;
	font-size:15px;
	color:#fff;
	display:block;
	border-bottom:1px solid #005c4d;
	font-weight:400;
}
.navigation li ul.dropdown li:last-child a{border-bottom:none;}

.navigation li:hover a{background:#00695b; color:#fff !important;}
.navigation li:first-child:hover a{border-radius:3px 0 0 3px;}
.navigation li ul.dropdown li:hover a{background:#56b5ae; }

.navigation li ul.dropdown li:first-child:hover a{border-radius:0;}

.navigation li:hover .arrow-down{
	border-top: 5px solid #fff;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ffffff;
	position:relative;
	top:15px;
	right:-5px;
	content:'';
}

@media only screen and (max-width:767px){
  
  .navigation{
	background:#fff;
	width:200px;
	height:100%;
	display:block;
	position:fixed;
	left:-200px;
	top:0px;
	transition:left 0.3s linear;
	margin:0;
	border:0;
	border-radius:0;
	overflow-y:auto;
	overflow-x:hidden;
	height:100%;
	text-decoration: none;
}

.navigation.visible{
	left:0px;
	transition:left 0.3s linear;
}
.nav_bg{
	display:inline-block;
	vertical-align: middle;
	width:100%;
	height:50px;
	margin:0;
	position:absolute;
	top:0px;
	left:0px;
	background:#009788;
	padding:12px 0 0 10px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);

}

.nav_bar{
	display:inline-block;
	vertical-align: middle;
	height:50px;
	cursor:pointer;
	margin:0;
	
}

.nav_bar span{
	height:2px;
	background:#fff;
	margin:5px;
	display:block;
	width:20px;
}

.nav_bar span:nth-child(2){
	width:20px;
}

.nav_bar span:nth-child(3){
	width:20px;
}
.navigation ul{
	padding-top:50px;
}
.navigation li{display:block;}
.navigation li a{display:block; color:#505050; font-weight:500;}
.navigation li:first-child:hover a{border-radius:0;}
.navigation li ul.dropdown{position:relative;}
.navigation li ul.dropdown li a{background:#00695b !important; border-bottom:none; color:#fff !important;}
.navigation li:hover a{background:#009788; color:#fff !important;}
.navigation li ul.dropdown li:hover a{background:#56b5ae !important; color:#fff !important;}

.navigation li ul.dropdown li a{
	padding:10px 10px 10px 30px;
}
.navigation li:hover .arrow-down{
	border-top: 5px solid #fff;
}

.arrow-down{
	border-top: 5px solid #505050;
	position:absolute;
	top:20px;
	right:10px;
}

.opacity{
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

}

@media only screen and (max-width:1199px){
.container {
    width: 96%;
}
}


#header-navigation {
	background-origin: content-box;
	padding-left: 10px;
	background: #009788 url('/resources/zbefragung/images/sloopcc01.png') no-repeat 2% center;
	background-size: auto 80% ;
	height: 60px;
}

#chart_table, .question_chart_table {
	width: 100%;
}

.td_center {
	text-align:center;
}

.question_chart_table td {
	padding: 3px;
}

td_chart_chart {
	text-align: center;
}

.chart_fieldset {
	padding: 10px;
}
.chart_fieldset label {
	margin-left: 20px;
}

.compare_table {
	min-width: 100%;
}
.compare_table td {
	padding: 3px;
	vertical-align: top;
	font-size: 12px;
}
.delta_minus {
	color: #ff0000;
}

.delta_plus {
	color: #008f00;
}
.arrow_left,.arrow_right {
    width: 16px;
    cursor: pointer;
}
