/* Styles for Arbeitslosenrechner */
/* Redesigned on 18th of August 2018 */
/* Marc Fehr for Tages-Anzeiger */

body {
	font-family: newhouse-regular, sans-serif;
	font: 11px;
	margin: 0;
}

.axis text {
	font-family: newhouse-light, sans-serif;
	font-size: .6em;
}

#title {
	margin-left: 5px;
	font-family: newhouse-cond-bold, sans-serif;
}

.modaltitle {
	font-family: newhouse-cond-bold, sans-serif;
	font-size: 1.5em;
}

.axis line,
.axis path {
	fill: none;
	stroke: #000;
	shape-rendering: crispEdges;
}

.line {
	fill: none;
	stroke: #000;
	stroke-width: .5px;
}

.grid .tick {
	stroke: #d3d3d3;
	opacity: .7;
	stroke-width: .25px;
}

.grid path {
	stroke-width: 0;
}

.filtersel,
.ktsel,
.landsel {
	text-align: center;
	display: inline-block;
	padding: 3px 5px 3px 4px;
	cursor: pointer;
	margin: 1px;
	border: 1px solid #dedede;
	border-radius: 2px;
	vertical-align: baseline;
	font-size: .7em;
	line-height: 17px;
	height: 16px;
}

.filtersel:hover,
.ktsel:hover,
.landsel:hover {
	background-color: #ddd;
	color: #000;
}

.ktsel {
	width: 15px;
	height: 16px;
}

.selected {
	background-color: #007abf;
	color: #fff;
	border: 1px solid #007abf;
}

.sichtbutton {
	display: inline-block;
	cursor: pointer;
	font-size: .8em;
	padding: 5px;
    border: 1px solid grey;
    border-radius: 3px;
    color: grey;
    margin: 10px 0;
    text-decoration: none;
}

@media screen and (max-width: 599px) {
	.sichtbutton {
		margin: 4px 0;
	}
}

.selected_sicht {
	color: white;
	background: rgb(0, 122, 191);
	border: 1px solid #007abf;
}

#sicht_divs {
	margin-left: 5px;
	margin-top: -20px;
	margin-bottom: 30px;
}

#choose_all_kts {
	border: 1px solid #dedede;
	border-radius: 6px;
	line-height: 19px;
	height: 18px;
	display: inline-block;
	cursor: pointer;
	padding: 2px 5px 2px 3px;
	text-align: center;
	font-size: .7em;
	margin-top: 4px;
	float: right;
	width: 115px;
}

#kt_dropdown_label {
	font-size: .7em;
	margin-top: 5px;
}

#graph {
	margin-top: -20px;
	width: 100vw;
	min-height: 56.25vw;
	height: 56.25vw;
}

.breiten-div {
	width: 100%;
	display: inline-block;
}

#mask {
	z-index: 9000;
	background-color: #fff;
	display: block;
	width: 100%;
	max-width: 620px;
	position: relative;
	top: 0;
	clear: both;
}

#footer {
	margin-top: 15px;
	clear: both;
	text-align: center;
	padding-bottom: 20px;
}

.show_p {
    cursor: pointer;
    color: #007abf;
    text-decoration: none;
    border: 0px solid #ddd;
    font-size: .8em;
}

#loading {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	display: none;
}

.left {
	float: left;
	width: 100% !important;
}

.right {
	padding-right: 10px;
	float: right;
}

#kt_label {
	display: inline-block;
	padding-top: 0;
}

.popup {
	font-size: 12px;
	position: absolute;
	top: 5%;
	left: 5%;
	width: 80%;
	height: 65%;
	padding: 10px 30px 25px 30px;
	border: 1px solid #ddd;
	border-radius: 2px;
	z-index: 100;
	background-color: #fff;
	overflow-y: auto;
}

@media screen and (max-width: 599px) {
	.popup {
		width: auto;
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: 250px;
		min-width: 80%;
	}
}

#whitebackground {
	background-color: #fff;
	opacity: .6;
	z-index: 50;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.disclaimer {
	margin-top: 20px;
    font-size: 12px;
    display: inline-block;
    line-height: 150%;
}

.selectboxit-container {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.selectboxit-container * {
	font: 11px Helvetica, Arial;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	outline: 0;
	white-space: nowrap;
}

.selectboxit-container .selectboxit {
	width: 220px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border-radius: 6px;
	overflow: hidden;
	display: block;
	position: relative;
}

.selectboxit-container .selectboxit-options a,
.selectboxit-container span {
	height: 21px;
	line-height: 18px;
	display: block;
}

.selectboxit-container .selectboxit:focus {
	outline: 0
}

.selectboxit-options .selectboxit-disabled,
.selectboxit.selectboxit-disabled {
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default;
}

.selectboxit-text {
	margin-top: 2px;
	text-indent: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}

.selectboxit .selectboxit-option-icon-container {
	margin-left: 5px;
}

.selectboxit-container .selectboxit-options {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	cursor: pointer;
	display: none;
	z-index: 9999999999999;
	border-radius: 6px;
	text-align: left;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.selectboxit-option .selectboxit-option-anchor {
	padding: 0 2px;
}

.selectboxit-option .selectboxit-option-anchor:hover {
	text-decoration: none;
}

.selectboxit-optgroup-header,
.selectboxit-option {
	text-indent: 5px;
	margin: 0;
	list-style-type: none;
}

.selectboxit-option-first {
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.selectboxit-optgroup-header+.selectboxit-option-first {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.selectboxit-option-last {
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.selectboxit-optgroup-header {
	font-weight: 700;
}

.selectboxit-optgroup-header:hover {
	cursor: default;
}

.selectboxit-arrow-container {
	margin-top: -1px;
	width: 30px;
	position: absolute;
	right: 0;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
	top: 30%;
}

.selectboxit-option-icon-container {
	float: left;
}

.selectboxit-container .selectboxit-option-icon {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.selectboxit-option-icon-url {
	width: 18px;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	height: 100%;
	background-position: center;
	float: left;
}

.selectboxit-rendering {
	display: inline-block!important;
	zoom: 1!important;
	visibility: visible!important;
	position: absolute!important;
	top: -9999px!important;
	left: -9999px!important;
}

.jqueryui .ui-icon {
	background-color: inherit;
}

.jqueryui .ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.selectboxit-btn {
	background-color: #fff;
	border: 1px solid #ddd;
}

.selectboxit-btn.selectboxit-enabled:active,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:hover {
	color: #333;
	background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:hover {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
}

.selectboxit-default-arrow {
	width: 0;
	height: 0;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.selectboxit-list {
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.selectboxit-list .selectboxit-option-anchor {
	color: #333;
	padding-top: 3px;
}

.selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor {
	color: #fff;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #08c, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #08c, #0077b3);
	background-image: -o-linear-gradient(top, #08c, #0077b3);
	background-image: linear-gradient(to bottom, #08c, #0077b3);
	background-repeat: repeat-x;
}

.selectboxit-list>.selectboxit-disabled>.selectboxit-option-anchor {
	color: #999;
}

div.navigation {
	display: inline-block;
}

.closemodal {
	cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
}

#closecrosse > img {
	width: 20px;
	height: 20px;
}

div.divider {
	display: none;
	padding-top: 20px;
	border-bottom: 1px solid #ddd;
}

div.mastercontainer {
	position: relative;
}