body {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
}

blink {
	display: inline-block;
	font-size: 20px;
	background-color: yellow;
	padding: 4px;
	margin: 0 2px;
	color: #000000;
	border: 1px solid #000000;
	animation: warning 5s linear infinite;
}
@keyframes warning {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.5);
	}
	100% {
		transform: scale(1);
	}
}

.menu_ns4 {
	position: relative;
	z-index: 10;

}
.menu {
	position: static;
	z-index: 10;
}

.rubrik {
	font-family: Verdana,Arial,Geneva,helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}

.broedtext {
	font-family: Verdana,Arial,Geneva,helvetica;
	font-size: 8pt;
	color: #000000;
}

.ingress {
	font-family: Verdana,Arial,Geneva,helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

.input {
	font-family: Verdana,Arial,Geneva,helvetica;
	font-weight: normal;
	color: #000000;
	font-size: 8pt;
	padding: 1px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	margin: 0;
}

button:disabled,
.inputdisable {
	font-family: Verdana,Arial,Geneva,helvetica;
	font-weight: normal;
	color: #888888;
	font-size: 8pt;
	padding: 1px;
	border-style: solid;
    border-width: 1px;
    border-color: black;
    margin: 0;
}

.varning {
	font-family: Verdana,Arial,Geneva,helvetica;
	font-size: 8pt;
	color: darkred;
	text-decoration: none;
}

td {
	font-family: Verdana,Arial,Geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

.table_class_whitebg td {
	font-family: Arial,Verdana,helvetica;
	font-size: 12px;
}

.tabletext {
	font-family: Verdana,Arial,Geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

A.table:link {
	font-family: Verdana,Arial,Geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
A.table:visited {
	font-family: Verdana,Arial,Geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
A.table:active {
	font-family: Verdana,Arial,Geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
A.table:hover {
	font-family: Verdana,Arial,Geneva,helvetica;
	font-size: 8pt;
	color: #444444;
	text-decoration: underline;
}

.navtext {
	font-family: Verdana,Arial,Geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

a.nav:link {
	font-family: Verdana,Arial,Geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
a.nav:visited {
	font-family: Verdana,Arial,Geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
a.nav:active {
	font-family: Verdana,Arial,Geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
a.nav:hover {
	font-family: Verdana,Arial,Geneva,helvetica;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
}

.form_div_outer {
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
}

.form_div_header {
	background-color: #666666;
	border-bottom: 1px solid #aaaaaa;
	padding: 2px;
	text-align: center;
	color: white;
	font-weight: bold;
}

.form_div_main {
	padding: 15px;
}

.form_item_header {
	color: #ffffff;
	background-color: #006db5;
	font-weight: bold;
	padding: 1px 2px 1px 5px;
	font-size: 8pt;
	font-family: arial,verdana,helvetica;
	margin-bottom: 4px;
}

.form_item {
	margin-bottom: 10px;
}

.form_err {
	background-color: #f2c8e2;
	padding: 3px;
	border-width: 1px;
	border-color: #f473c0;
	border-style: solid;
	margin-bottom: 4px;
}
.form_info {
	background-color: #e3e3e3;
	padding: 3px;
	border-width: 1px;
	border-color: #777777;
	border-style: solid;
	margin-bottom: 4px;
}

.form_input {
	font-size: 8pt;
	width: 140px;
}

.form_input_disabled {
	font-size: 8pt;
	background-color: #d7d7d7;
}

.form_input_readonly {
	font-size: 8pt;
	background-color: #f2f2f2;
}

.form_input_err {
	font-size: 8pt;
	background-color: #f2c8e2;
}

.form_submit {
	font-size: 8pt;
}

.form_checkbox {
	font-size: 8pt;
}

div#tab_navigation a.selected {
	font-weight: bold;
}

div#nav1 {
	border: 1px solid #444488;
	background-color: #ddddff;
	height: 17px;
	width: 748px;
}

a.menu:link,
a.menu:hover,
a.menu:visited {
	display: block;
	padding: 2px 6px;
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
	color: #ffffff;
	background-color: #8888bb;
}

a.submenu:link,
a.submenu:hover,
a.submenu:visited {
	display: block;
	padding: 2px 22px 2px 6px;
	color: #000000;
	text-decoration: none;
}
a.submenu:hover {
	color: #ffffff;
	background-color: #8888bb;
}
a.has_menu {
	background-image: url('/bilder/submenu.gif');
	background-repeat: no-repeat;
	background-position: right;
}

div.submenu {
	position: absolute;
	background-color: #ddddff;
	border: 1px solid #444488;
	top: 28px;
}

.shadow {
	-moz-box-shadow: 3px 4px 9px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 4px 9px rgba(0, 0, 0, 0.2);
}
.shadow_in {
	-moz-box-shadow: inset 2px 3px 7px rgba(0, 0, 0, 0.2);
	box-shadow: inset 2px 3px 7px rgba(0, 0, 0, 0.2);
}
.shadow_alt {
	-moz-box-shadow: -3px 4px 9px rgba(0, 0, 0, 0.2);
	box-shadow: -3px 4px 9px rgba(0, 0, 0, 0.2);
}
.shadow_in_alt {
	-moz-box-shadow: inset -2px 3px 7px rgba(0, 0, 0, 0.2);
	box-shadow: inset -2px 3px 7px rgba(0, 0, 0, 0.2);
}



table#mandate_settings_grid {
	width: 100%;
}
table#mandate_settings_grid th {
	color: #006db5;
	font-weight: normal;
}
table#mandate_settings_grid th.last,
table#mandate_settings_grid td.last {
	width: 100%;
	border-right: 0 none;
}
table#mandate_settings_grid th,
table#mandate_settings_grid td {
	font-size: 12px;
	text-align: center;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #d0d1d2;
}
table#mandate_settings_grid td {
    xborder-top: 1px solid #d0d1d2;
    border-right: 1px solid #d0d1d2;
    border-bottom: 1px solid #d0d1d2;
}
table#mandate_settings_grid {
}
table#mandate_settings_grid th.offer > div {
	width: 200px;
}
table#mandate_settings_grid th.offer {
	border-right: 1px solid #d0d1d2;
	border-bottom: 1px solid #d0d1d2;
	text-align: left;
	width: 200px;
	overflow: hidden;
}
table#mandate_settings_grid th.campaign {
	height: 180px;
	white-space: nowrap;
}
table#mandate_settings_grid th.campaign > div {
	transform: translate(3px, 77px) rotate(290deg);
	width: 20px;
}
table#mandate_settings_grid th.campaign > div > span {
	border-bottom: 1px solid #d0d1d2;
	padding-bottom: 3px;
}

/*
 * Modal
 */
div#modal_container {
	position: fixed;
	background-color: rgba(50, 50, 50, 0.5);
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	text-align: left;
	z-index: 600;
	font-family: Arial, sans-serif;
}
div#modal_container input,
div#modal_container select,
div#modal_container textarea,
div#modal_container button,
div#modal_container a {
	font-family: Arial, sans-serif;
}
div#modal_container > div.modal {
	width: 100vw;
	max-width: 561px;
	max-height: 100vh;
	min-height: 140px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow-y: auto;

	background-color: #ffffff;
	padding: 0 24px 24px 24px;
	border-radius: 0 0 20px 20px;
	border-top: 0 none;
}
div#modal_container div.modal_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
div#modal_container div.modal_header.no_flex {
	display: block;
	text-align: right;
}
div#modal_container a.modal_close {
	margin-top: 8px;
}
div#modal_container h2 {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 16px;
    color: #004880;
    margin-top: 0;
}
div#modal_container h2 i.material-icons {
	vertical-align: text-bottom;
	line-height: inherit;
	margin-right: 4px;
}
div#modal_container form {
	margin: 0;
}

@media screen and (max-width:767px) {
	div#modal_container {
		overflow-y: auto;
	}
	div#modal_container > div.modal {
		border-radius: 0 0 10px 10px;
		border-top: 0 none;
		padding: 16px 12px 12px 12px;
	}
}

/*
 * Bulletin
 */

div.bulletin_download {
	float: left;
	padding-top: 4px;
	display: flex;
	align-items: center;
}
div.bulletin_download a {
	text-decoration: none;
	color: #000000;
	line-height: 24px;
}
div.bulletin_download a:hover {
	text-decoration: underline;
}
div.bulletin_download a > i.material-icons {
	font-size: 24px; 
	vertical-align: middle; 
	margin-right: 5px;
	margin-top: -5px;
	text-decoration: none;
}

/*
 * Material buttons
 */
.material-icons {
	font-size: 16px;
}

a.button,
button.button,
input.button {
	display: inline-block;

	padding: 5px 10px;
	margin: 0;
	cursor: pointer;

	text-transform: uppercase !important;
	text-decoration: none !important;
	text-align: center;

	font-family: Arial, helvetica, Sans;
	font-size: 12px;
	font-weight: 600;

	color: #006db5;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	line-height: 20px;

	white-space: nowrap;
	vertical-align: bottom;
}
a.button i.material-icons,
button.button i.material-icons {
	vertical-align: bottom;
	line-height: inherit;
}

a.button:hover,
button.button:hover,
input.button:hover {
	background-color: rgba(0, 109, 181, 0.08);
}

a.button:focus,
button.button:focus,
input.button:focus {
	background-color: rgba(0, 109, 181, 0.16);
}

a.button.high,
button.button.high,
input.button.high {
	color: #ffffff;
	border-color: #006db5;
	background-color: #006db5;
}

a.button.high:hover,
button.button.high:hover,
input.button.high:hover {
	border-color: #0077c7;
	background-color: #0077c7;
}
a.button.high:focus,
button.button.high:focus,
input.button.high:focus {
	border-color: #0081d6;
	background-color: #0081d6;
}

a.button.medium,
button.button.medium,
input.button.medium {
	border-color: #878787;
}

a.button.disabled,
button.button:disabled,
input.button:disabled {
	color: #878787;
	cursor: default;
	background-color: transparent;
}
a.button.high.disabled,
button.button.high:disabled,
input.button.high:disabled {
	background-color: #cbcbcb;
	border-color: #cbcbcb;
	color: #878787;
}

/* Modal mail styling */
.box_kontakt_buttons {
	width: 38px;
	float: right;
}
.box_kontakt_buttons button {
	xmargin-left: 10px;
}

/*
 * New edit styling
 */
.edit_mode {
	width: 100%;
	font-size: 14px;
}

.edit_mode div.row {
	margin-bottom: 8px;
}
.edit_mode div.row.extra_space {
	margin-bottom: 16px;
}
.edit_mode div.row:last-child {
	margin-bottom: 0;
}

.edit_mode label {
	display: block;
	font-size: 13px;
}
.edit_mode label.required {
	text-align: right;
	font-size: 90%;
	font-style: italic;
	padding-right: 3px;
}

.edit_mode div.label {
	width: calc(100% - 2px);
	padding: 5px 0;
	box-sizing: border-box;
}

.edit_mode select,
.edit_mode input[type="text"],
.edit_mode input[type="email"],
.edit_mode textarea {
	width: calc(100% - 2px);
	font-size: inherit;
	padding: 5px 5px;
	box-sizing: border-box;
	border: 1px solid #0f5081;
	margin: 1px;
	background-color: #ffffff;
}
.edit_mode textarea {
	min-height: 120px;
}

.edit_mode input[type="text"]:disabled {
	background-color: #f2f2f2;
}

.edit_mode input[type="text"].has_error,
.edit_mode input[type="email"].has_error {
	width: calc(100% - 2px);
	border: 2px solid #cc0000;
	margin: 0px;
}
