/* @group DIV layout */

body {
    /* force vertical scrollbar */
    overflow-y: scroll;
}

body {
	text-align: left;
	position: relative;
	background: #fff; /* url(../images/bg.gif) repeat-y center; */
	margin: 0;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	width: auto;
}
/* resetting all margins and paddings */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
:focus { 
	outline: 0
}

/* html and body have 100% for fixed footer */
/* #wrapper contains all layout DIVs, except #footer (for fixed footer) */
html, body {
	height: 100%;
}
#wrapper {
	position: relative;
	clear: both;
	min-height:100% ;
	_height: 100%; /* IE6 */	
}

.wrapper-inner {
	position: relative;
	clear: both;
	width: 984px;
	margin: 0 auto;
}
#header {
	position: relative;
	clear: both;
	background-color: #52ADE7;
}
#content {
	position: relative;
	padding-bottom: 60px;
	clear: both;
}
#footer {
	position: relative;
	clear: both;
	border-top: 1px solid #ccc;
	color: #666;
	margin-top: -40px;
	background: url(../images/bg-footer.png) repeat-x;
}
/*
#header .wrapper-inner {
	height: 180px;
}
#breadcrumb {
	padding-left:28px;
	position: relative;
	clear: both;
	background: url(../images/icon-menu-breadcrumb.png) 7px 50%  no-repeat;
}
*/
/* @end */

/* @group HTML Basic Tags */

h1 {
	position: absolute;
	width: 960px;
	bottom: 10px;
	font-size: 1.8em;
	line-height: 1.0em;
	color: #333;

}
h1 em{
	font-weight: normal;
	font-style: normal;
	color:#ccc
}
h1 span {
	display:block;
	font-size:12px;
	line-height:1.3em;
}
h2 {
	font-size: 1.8em;
	line-height: 1.4em;
	padding: 5px 0;
	color: #666;
	font-family: Verdana, Helvetica, "Lucida Grande";
	text-shadow: #fff 1px 1px 1px;
}
h3, h4 {
	font-size: 1.3em;
}
h3 {
	padding-top: 10px;
	padding-bottom: 5px;
}
h4 {
	color: #666
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #444;
	padding-bottom: 10px;
}
/* lists (possible: disc, decimal, square, circle) */
ul {
	list-style-type: square;
	margin: 0;
	padding: 0px 0px 10px 14px;
}
li {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-left: 3px;
}

p.comment {
	padding: 0;
	padding-top: 5px;
	margin: 0;
}

img {
	border: 0;
}

a {
	color: #06c;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}
a.more {
	display: inline-block;
	float:right;
	background: url(../images/icon-www.png) no-repeat right center;
	padding: 0; 
	padding-right:18px; 
	font-weight:bold;
}
a.more2 {
	display: inline-block;
	float:left;
	background: url(../images/LinkIcon.png) no-repeat left center;
	padding: 0; 
	padding-left:18px;
	font-weight:bold;
}
td.degree-date {
    text-align:right;
}
hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}
span.print-only {
	display: none
}
/* @end */

/* @group tables */

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	width: 100%;
	empty-cells:show;
}

td, th {
	font-size: 1.0em;
	line-height: 1.0em;
	border-top: 1px solid #ccc;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	empty-cells: show;
	color: #666;
}
th {
	background: #eee;
}
td {
	padding: 5px 4px 4px;
	font-size: 1.1em;
	color: #444;
	line-height:1.1em ;
}
th:first-child {
 border-left: 1px solid #ccc;
}
th:last-child {
 border-right: 1px solid #ccc;
}
td:first-child {
	width: 150px;
    max-width: 150px;
	padding-left:0;
}
table.filter td:first-child {
    max-width: unset;
}
td p {
	font-size: 1em;
	line-height:1.1em  ;
	margin-bottom: 5px;
	padding-bottom: 0 !important;
}

td.line-top {
	border-top: 1px solid #999;
}
td.line-bottom {
	border-bottom: 1px solid #333;
}
td.line-left, th.line-left {
	border-left: 1px dotted #ccc !important;
}
td.line-no {
	border: none;
}
td.yellow {
	background: #ffc;
}
td.red, th.red{
	background: #ffe495;
}
td.txt-right, th.txt-right {
	text-align: right;

}
td.txt-left, th.txt-left {
	text-align: left;
}
td.txt-center, th.txt-center {
	text-align: center;
	vertical-align: middle;
}
td.url, th.url {
	width: 10px;
}
td.w40, th.w40 {
	width: 40%;
}
td.bold {
	font-weight: bold;
	white-space: nowrap;
}
td.bold-break {
	font-weight: bold;
	word-break: normal;
}
td.ects-credits {
	text-align: right;
	width: 8%;
	padding-right:30px;
}
.word-break-normal {
	word-break: normal;
}
.width-15-percent{
	width: 15%;
}

.nowrap {
	white-space: nowrap;
}

tr.header {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.horizontal td {
	vertical-align:middle
}

th.has_tooltip {
    color: #000000;
}

.icon {
	height: 16px;
	width: auto;
}

.icon-decision {
	height: 16px;
	width: 16px;
	vertical-align:top;
}
.icon-decision-coord {
    height: 16px;
    width: 16px;
    vertical-align:top;
}
.icon-decision-coord-td{
    text-align: center;
}
.info-icon-blue {
    display: inline;
    margin-left: .25em;
}
.info-icon-blue:first-child {
    margin-left: 0;
}

#lastApplication {
    /*padding-left: 60px;*/
    display:inline-block;
    font-weight:normal;
}

.icon-warn {
	height: 16px;
	width: 16px;
	margin-left: 3px;
	margin-right: 3px;
	vertical-align:top;
}

/* Filter and Data Sections*/

#dataFilterMsc,
#dataFilterEsop,
#dataInfo,
#dataBasic,
#dataDownload {
	clear:both;
}

#dataInfo {
	margin-bottom:10px;
}

#dataDownload {
	border-bottom:1px solid #999;
	margin-bottom:15px;
}
#dataDownload td {
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	height:20px;
}
#dataDownload .pdf,
#dataDownload .pdf-all { 
	display:inline-block;
	background: url(../images/icon-pdf.png) no-repeat 2px 1px;
	height:16px;
	padding:3px 5px 0px 21px;
	margin-right:10px;
}
#dataDownload .pdf-all {
	font-weight: bold;
	background: url(../images/icon-pdf-all.png) no-repeat 2px 1px;
	padding-left: 27px;
}
#dataDownload .pdf:hover,
#dataDownload .pdf-all:hover {
	background-color: #79BFED;
	color:#fff;
	text-decoration:none;
}

/* Special Box with forms to fill in votes, recommendation, verdicts */
#dataVoting {
	clear:both;
	width: 100%;
	margin-top:10px;
	margin-left:-10px;
	margin-right:10px;
	padding: 0 10px 10px 10px;
	background: #fff; 
	border: 1px solid #52ADE7;
}

/* Table Filters*/
h3.filter,
h3.details {
	border-bottom: 1px solid #ccc;
	height:16px;
	overflow:hidden; /* Firefox Bug */
}

table.filter {
	border: 1px solid #ccc;
	border-top:none;
}
table.filter th {
	background: #ddd;
	color: #000;
	border: none;
}
table.filter td {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
	vertical-align:middle;
}
table.filter td:first-child {
	padding-left: 5px;
	width: auto;
}
#mscTable,
#dataInfoCountry table,
#dataInfoUniversity table,
#myTable,
#dataVoting table {
	border-bottom:1px solid #ccc;
	clear:both;
}

/* @end */


/* @group forms */
input,
input::placeholder,
select,
textarea {
	font-size: 11px;
	line-height: 1.1em;
	padding: 2px;
	border: 1px solid #ccc;
	color: #444;
}
input[type="checkbox"] {
	padding:0;
}
input[type="text"], input[type="number"] {
	height:19px;
}
select option {
	/* fuer FF: macht, dass das Dropdown-Icon etwas vom laengsten Options-Text abgesetzt wird  */
	padding-right:8px;
}
input:focus,
select:focus,
textarea:focus {
	background:#eaf0f7;
	outline:0;
}

.generate_row {
    font-size: 1em;
}

input.button-submit,
input.button-next,
input.button-prev,
input.button-end {
	font-size: 1.2em;
	line-height:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 8px 15px;
	background: #37628c  url(../images/bg-button.png) left center ;
	border: 1px solid #666;
	color: #fff;
	width: 150px;
	/* CSS3 for safari and FF */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: #666 -1px -1px 1px;
}
input.button-clear,
input.submit {
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 2px 10px;
	background: #37628c  url(../images/bg-button.png) left center ;
	border: 1px solid #666;
	color: #fff;
	/* CSS3 for safari and FF */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: #666 -1px -1px 1px;
}
input.button-clear:hover{
	background: #000  url(../images/bg-button-hover.png) left center ;
	text-shadow: none;
}
input.button-next,
input.button-prev,
input.button-end {
	width: 40px;
	margin-left:5px;
}
input.button-end {
	background:none;
}

input.button-submit:hover,
input.button-next:hover,
input.button-prev:hover{
	background: #000  url(../images/bg-button-hover.png) left center ;
	text-shadow: none;
}

input.button-next:disabled,
input.button-prev:disabled,
input[type=submit]:disabled {
    opacity: .5;
    pointer-events: none;
}

input.button-logout {
	background: #000  url(../images/bg-button-logout.png) left center ;
	font-size: 1.2em;
	display: inline-block;
	padding: 5px ;
	border: 1px solid #666;
	color: #fff;
	/* CSS3 for safari and FF */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: #888 -1px -1px 0px;
}
input.button-logout:hover {
	background: #000  url(../images/bg-button-hover.png) left center ;
}

input.button {
	background: #ffc;
	padding: 5px 7px;
	font-weight: bold;
	color: #555;
}
input.button:hover {
	background: grey;
}
input.button-send,
input.button-save,
input.button-edit,
input.button-delete,
input.button-cancel {
	display: inline-block;
	margin-right:2px;
	border: 1px solid #999;
	background: green;
	padding:2px 10px;
	color:#FFF;
	font-weight:normal;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
input.button-delete {
	background: red;
}
input.button-save {
	background: #37628c;
	color: #fff;
}
input.button-cancel,
input.button-send {
	background: #bdd4e4;
	color: #000;
	font-weight:bold;
}

#buttonGenerate {
    text-align: center;
    float: left;
    margin-left: 5px;
}

.aufl_gen_date_field {
    text-align: right;
    font-size: 1em;
    float: right;
}
td.decision-date {
    text-align: right;
    white-space: nowrap;
}

.tr_gen_date_field {
    display: table-row;
}

/* Hack to prevent black borders on buttons with IE7 */
*input[type=submit],
*input[type=reset],
*input[type=button] { 
	filter:chroma(color=#000000);
	color: #fff;
	border-radius:0;
}
p.noJavaScript { 
	margin: 0; 
	padding: 10px; 
	border: 1px solid #EE0000; 
	background-color:#ffff00;
}


/* @end */

/* @group #header */

#header1 {
	background: #52ADE7;
	position: relative;
	height: 65px;
	min-width: 1024px;
}
#header1grey {
	background: #808080;
	position: relative;
	height: 65px;
	min-width: 1024px;
}
#logo, #logo_print {
	position: absolute;
	top: 10px;
	left: 0px;
}
#logo_print {
	display: none;
}
#claim {
	position: absolute;
	top: 28px;
	left: 220px;
	font-size: 2.4em;
	font-weight: bold;
	color: #fff;
	font-family: Arial, Helvetica, "Lucida Grande";
	text-shadow: #666 1px 1px 2px;
}
#login {
	position: absolute;
	top: 15px;
	right: 0;
	display: none;
}
#login form {
	float: right;
	display: block;
	/* CSS3 für safari und FF */
	-webkit-border-radius:7px;
	-moz-border-radius: 7px;
	border: 1px solid #ccc;
	padding: 1px ;
}
#login p {
	float: right;
	padding: 7px ;
	padding-right:15px ;
	margin-right: 10px;
	background: url(../images/icon-arrow-login.png) no-repeat 100% 50%;
}

#header2 {
	position: relative;
	height: 23px;
	background: #66B6EA;
	min-width: 1024px;
}
#header2grey {
	position: relative;
	height: 23px;
	background: #a0a0a0;
	min-width: 1024px;
}
#metanavi ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#metanavi li {
	float: left;
	display: block;
	margin: 0; 
	margin-right: 1px;
	padding: 0;
	line-height: 1.0em;
}

#metanavi a {
	display: block;
	margin-right: 10px;
	padding: 4px 16px 0 0;
	color: #000;
	float: left;
	background: transparent  url(../images/bg-metanavi-dot.png) right 3px no-repeat;
	text-decoration: none;
}
#metanavi a:hover,
#metanavi a.selected {
	color: #fff;
}
#metanavi a#print {
	display: block;
	margin-right: 10px;
	padding: 4px 16px 0 0;
	color: #000;
	float: left;
	background: transparent  url(../images/icon-print.png) 0 6px no-repeat;
	text-indent: -500px;
	overflow: hidden;
}

#metanavi a#print:hover {
	background: transparent  url(../images/icon-print.png) 0 -24px no-repeat;
}

#header3 {
	position: relative;
	height: 26px;
	background: #79BFED;
	overflow:hidden;
	min-width: 1024px;
}
#header3grey {
	position: relative;
	height: 26px;
	background: #c0c0c0;
	overflow:hidden;
	min-width: 1024px;
}
#mainnavi {
	width: 100%;
	clear: both;
}
#mainnavi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainnavi li {
	float: left;
	display: block;
	margin: 0; 
	margin-right: 1px;
	padding: 0;
	line-height: 1.0em;
}
#mainnavi a {
	padding: 8px 10px 9px 30px;
	color: #000;
	float: left;
	display: block;
	background: transparent url("../images/icon-menu.png") 8px 0px no-repeat;
	text-decoration: none;
}
#mainnavi a#nav-search, #mainnavi a#nav-archive {
	background-position: 8px 0px;
}
#mainnavi a#nav-feedback-msc, #mainnavi a#nav-feedback-esop {
	background-position: 8px -30px;
}
#mainnavi a#nav-report {
	background-position: 8px -60px;
}
#mainnavi a#nav-global {
	background-position: 8px -90px;
}

#mainnavi a#nav-search:hover,
#mainnavi a#nav-feedback-esop:hover,
#mainnavi a#nav-feedback-msc:hover,
#mainnavi a#nav-report:hover,
#mainnavi a#nav-global:hover,
#mainnavi a#nav-archive:hover {
	color: white;
}
#body-search #mainnavi a#nav-search,
#mainnavi a#nav-search.active:hover,
#mainnavi a#nav-search.active,
#mainnavi a#nav-archive.active,
#mainnavi a#nav-archive.active:hover {
	background-position: -192px 0px;
	background-color: white;
	color: black;
}
#body-feedback #mainnavi a#nav-feedback-esop,
#body-feedback #mainnavi a#nav-feedback-msc,
#mainnavi a#nav-feedback-msc.active:hover,
#mainnavi a#nav-feedback-esop.active:hover,
#mainnavi a#nav-feedback-esop.active,
#mainnavi a#nav-feedback-msc.active {
	background-position: -192px -30px;
	background-color: white;
	color: black;
}
#body-report #mainnavi a#nav-report,
#mainnavi a#nav-report.active:hover,
#mainnavi a#nav-report.active {
	background-position: -192px -60px;
	background-color: white;
	color: black;
}
#body-login #mainnavi a#nav-global,
#body-global #mainnavi a#nav-global,
#mainnavi a#nav-global.active:hover,
#mainnavi a#nav-global.active {
	background-position: -192px -90px;
	background-color: white;
	color: black;
}
/* @end */
/* @group #content */
#content-top {
	position: relative;
	height: 60px;
	margin-bottom: 10px;
}
#content-middle {
	position: relative;
}
#content-middle .left {
	float:left; width: 49%;
}
#content-middle .right {
	float:right; width: 49%;
}


/* @end */
/* @group #footer */

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	float: left;
	display:block;
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	padding: 6px;
	padding-left: 0;
}
#footer a {
	color: #666;
}
#footer a:hover, 
#footer a:active {
	color: #37628c !important;
}
#footer #copyright {
}
#footer #toTheTop {
	float: right;
	padding-left: 15px;
	padding-right:0;
	background: transparent url("../images/icon-up.png") 0px 6px no-repeat;
}

/* @end */
/* @group #metamenu */
#metamenu {
	float: right;
	margin: 0 ;
	padding: 0;
	width: auto;
	list-style: none;
}
#metamenu li{
	float: left;
	list-style: none;
	font-size: 1.1em;
	line-height: 1.0em;
}
#metamenu a {
	padding: 5px 10px;
	color: #039;
	float: left;
	display: block;
	border-left: 1px solid #ccc;
}
#metamenu a.selected {
	color: #666;
}
/* @end */


/* @group toggle */
h3 {
	postition:relative; /* for IE 6,7 in Kombination toggle */
	clear:both;
}
h3 span {
	float:left;
}
h3 a.toggle,
h3 span.toggle {
	display: inline-block;
	padding: 3px 10px 5px 0px;
	background: url(../images/bg-open.png) no-repeat right 0px;
	float: right;
	color: #999;
	width: 70px;
	text-align: left;
	text-shadow: #fff 1px 1px 2px;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	cursor:pointer;
	text-indent:-300px;
	text-decoration: none;
}
h3 span.toggle:hover,
h3 a.toggle:hover {
	color: #666;
	background: url(../images/bg-open.png)  no-repeat right -50px;
}
h3 span.active {
	color: #666;
	background: url(../images/bg-open.png)  no-repeat right -100px;
}
h3 span.active:hover {
	color: #666;
	background: url(../images/bg-open.png)  no-repeat right -150px;
}
h3 span.toggleInfo,
h3 span.toggleInfo:hover {
	background-image: url(../images/bg-toggle-info.png);
	width: 80px;
}

/* @end */

.div-buttons-top {
	position:absolute; 
	top:25px;
	right:0;
}

.div-buttons {
	 padding: 5px; 
	 border: 1px solid #ccc; 
	 background: #eee;
}
.div-buttons .left {
	float: left;
}
.div-buttons .right {
	float: right;
	width: auto !important;
}

.grey {
	background: #999 !important ;
	color: #fff;
}
.grey div {
	margin-bottom:15px;
}

@media (max-width: 1024px) {
	.wrapper-inner {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media (max-width: 1200px) {
	.tr-size-max-width-1200{
		display: table-row;
	}
	.size-max-width-1200{
		display: block;
	}
	.size-min-width-1200 {
		display: none;
	}
	.word-break1 {
		word-break: break-all;
	}
	.archive-filter-university {
		width:830px
	}
}

@media (min-width: 1200px) {
	.tr-size-max-width-1200{
		display: none;
	}

	.size-max-width-1200{
		display: none;
	}
	.size-min-width-1200 {
		display: block;
	}

	.filter-button1 {
		display: none;
	}
	.filter-button2 {
		display: block;
	}
	.wrapper-inner {
		width: 1150px;
	}
	td {
	font-size: 1.3em;
	line-height:1.1em ;
	}
    td table {
        width: auto;
        margin-top: .3em;
    }
    td td {
        font-size: 1em;
        line-height: 1.5em;
        border-top: none;
    }
    td td:first-child {
        width: auto;
    }
	input,
	input::placeholder,
	select,
	textarea {
		font-size: 13px;
	}

	td.word-break1 {
		word-break: normal;
	}

	.archive-filter-university {
		width:850px
	}

}

.break-word {
	word-break: break-word;
}

.break-normal {
	word-break: normal;
}


/* RF */

.box-border {
    float:right;
    clear:right;
    margin-left:20px;
    position:relative;
}


/* because of different border in ie moz*/ 
div.box-border {
    width:218px;
    position:relative;
    background-color: #FFFFFF;
    border: 1px solid #8EC9EF;
    margin: 2px 0 25px;
}

div.box {
    background-color: #FFFFFF;
    margin: 10px;
    text-align: left;
}

.box h3 {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 5px;
    padding: 0;
}

th {
	vertical-align:middle;
}
th.header {
	cursor: pointer;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
	border-right : 1px solid #ccc;
	margin-left: -1px;
	vertical-align:middle;
}
th.sortNone {
	background-image: url('../images/tab-header-bg.gif');
	background-repeat: no-repeat;
	background-position: right center;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
	cursor: hand;
	padding: 5px 20px 5px 5px;
	position: relative;
}

th.sortAsc {
	background-image: url('../images/tab-header-desc.gif'); 
	background-repeat: no-repeat; 
	background-position: right center;
	background-color: #CCCCCC;
	border-right: 1px solid #CCCCCC;
	cursor: pointer; 
	cursor: hand;
	padding: 5px 20px 5px 5px;
	position: relative;
}

th.sortDesc {
	background-image: url('../images/tab-header-asc.gif'); 
	background-repeat: no-repeat; 
	background-position: right center;
	background-color: #CCCCCC;
	border-right: 1px solid #CCCCCC;
	cursor: pointer; 
	cursor: hand;
	padding: 5px 20px 5px 5px;
	position: relative;
}
.sort-number {
	width: 21px;
	height: 12px;
	position: absolute;
	right: 0; top: 5px;
	text-align: center
}

#content-main {
	position: relative;
	float: left;
	width: 75%;
}

.intro {
	border: 1px solid #ccc;
	background: #eee;
	padding: 10px;
	margin-bottom: 10px;
}

.intro p,.intro ul {
	padding-bottom: 0;
	margin-buttom: 0;
}

.neutral td:first-child {
	width: 10px; 
	padding-left:0;
}
.line-bold td { border-top-color: #666;}

textarea {
	height: 30px;
	resize: none;
}

div.error {
	margin: 0px 0px 10px 0px;
	padding: 6px 10px 8px 10px;
	border: 1px solid #e00;
	background-color: #ffd;
}
div.error.java-script {
	margin-top:20px;
}
div.error.ajax-error {
    padding-top: 10px;
    padding-bottom: 0;
    margin-top: 20px;
}

.hidden {
display: none;
}

.color-error {
	color: #ee0000;
}

.fieldError {
	margin: 0px;
	margin-top:2px;
	padding: 1px 3px;
	border: 1px solid #e00;
	background-color: #ffd;
	color: red;
	display:block;
	clear:both;
	float:left;
}

.breakText {
 -ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}

/* @end */



/* @group clearfix */
/* Clears Hights with Parents and Childs <DIV>  */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 (triggeer hasLayout) */
.clearfix {
	*zoom: 1;
}

.auflagenchild {
    padding-left: 50px !important;
}

.auflagen_parent{
    font-weight: bold;
}

.auflagen-detail-comment{
    height: 14px;
    width: 99%;
    text-align: start;
    /*display: inline-block;*/

}

textarea.input-comment {
    width: 99%;
    height: 6em;
    text-align: start;
}

.formAsLink {
	color: black; 
	background-color:transparent; 
	border:0 none;
}

.formAsLink:hover {
	color: white;
	background-color:transparent; 
	border:0 none;
}

.linkButton { 
	background: none;
	border: none;
	outline: none;
	text-decoration: none;
	color: blue;
	cursor: pointer; 
	white-space: normal;
	text-align: left; 
}
.linkButton:hover { 
	color: blue;
	text-decoration: underline;
	white-space: normal;
	text-align: left;
}

.linkButton2 { 
	background: none;
	border: none;
	outline: none;
	text-decoration: none;
	color: black;
	cursor: pointer; 
}
.linkButton2:hover { 
	color: white;
	text-decoration: none;
}

.appl-link {
    display: block;
    background: url(../images/LinkIcon.png) no-repeat left center;
    padding: 4px 0 0 20px;
    height: 16px;
}

.headerFormat {
	padding: 8px 10px 9px 30px;
	color: #000;
	float: left;
	display: block;
	text-decoration: none;
}

.headerFormat:hover {
	color: white;
	text-decoration: none;
}

.headerFormat2 {
	padding: 8px 10px 9px 30px;
	color: #000;
	float: left;
	display: block;
	text-decoration: none;
}

.pseudolink {
	display: block;
	margin-right: 10px;
	padding: 4px 16px 0 0;
	color: #000;
	float: left;
	background: transparent  url(../images/bg-metanavi-dot.png) right 3px no-repeat;
	text-decoration: none;
}

.loading tbody {
    opacity: .5;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.border-top {
    border-top: 1px solid #ccc;
}

.spinner {
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    background: url(../images/wait.gif) center center no-repeat;
    background-size: 16px;
    margin-right: 10px;
    visibility: hidden;
}

#dataDegrees tr:first-child th,
#dataDegrees tr:first-child td {
    border-top: none;
}

#dataReferees tr:first-child td {
	border-top: none;
}

.overview-application {
	display:flex;
	padding-top: 5px;
}
.overview-application-item {
	display: flex;
	vertical-align:middle
}
.application-overview-item-label {
	padding-left: 10px;
	padding-right:10px;
	font-size: 13px;
}

.border-top-strong {
	border-top: 1.5px solid #ccc;
}

.flex-container {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row
}

.flex-row-section {
	padding-top: 20px;
}

@media (max-width: 1200px) {
	.flex-cell {
		font-size:1.1em;
		line-height: 1.1em;
		vertical-align:top;
		text-align:left;
		padding: 5px 4px 4px;
		word-break: break-word;
	}
	.assessment-header {
		width: 90%;
	}
	.dr-archive-filter-first-row {
		width: 150px;
	}

}
@media (min-width: 1200px) {
	.flex-cell {
		font-size:1.3em;
		line-height: 1.1em;
		vertical-align:top;
		text-align:left;
		padding: 5px 4px 4px;
		word-break: break-word;
	}
	.dr-archive-filter-first-row {
		width: 200px;
	}

}

.flex-cell.bold{
	font-weight: bold;
}

.flex-width-1 {
	flex:0 0 1%;
}
.flex-width-15 {
	flex:0 0 15%;
}
.flex-width-20 {
	flex:0 0 20%;
}
.flex-width-25 {
	flex:0 0 25%;
}
.flex-width-30{
	flex:0 0 30%;
}
.flex-width-33{
	flex:0 0 33%;
}
.flex-width-40 {
	flex:0 0 40%;
}
.flex-width-42 {
	flex:0 0 42%;
}
.flex-width-49 {
	flex:0 0 49%;
}
.flex-width-50 {
	flex:0 0 50%;
}
.flex-column {
	flex:1;
	display:flex;
	flex-direction: column;
}

.dr-archive-filter-padding {
	padding-left: 20px;
}

.image-padding {
	padding: 7px 4px 6px;
}

/* @end */
