input[type="text"], input[type="number"], input[type="password"], select, textarea {
	border: #deded9 1px solid;
	font-size: 15px;
	letter-spacing: 0px;
	padding: 5px;
	color: #000;
	box-sizing: border-box;
	width: auto;
}

select {
	min-width: 300px;
}

select[multiple=multiple] {
	width: auto;
	height: auto;
}

/*form[name="send_select"] select, form[name="new_list"] select, form[name="search"] select {
	height: 60px;
}*/

input[type="button"], input[type="submit"], input[type="reset"], button, .span_button {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	margin: 4px 10px 8px 0px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .75em 2.2em .75em;
	color: #ffffff;
	color: #000;
	background-color: #fff;
	border: 2px solid #EAE7EB;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .span_button:hover {
	/*background: #FDE70E;*/
	color: #000;
	border: 2px solid #000;
}

input[type="text"], input[type="number"], input[type="password"], select, textarea {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: #FFFFFF;
	width: 100%;
	margin: 5px 0px;
	font-family: 'Raleway', sans-serif;
	box-sizing: border-box;
	outline: none;
}

input[type="text"] + input[type=button], input[type="number"] + input[type=button], input[type="password"] + input[type=button], select + input[type=button], textarea + input[type=button]
{
	margin-top: 10px;
	display: block;
}

textarea {
	overflow: auto;
	height: auto;
	width: 100%;
	box-sizing: border-box;
}

input[disabled], input[readonly] {
	border: none;
	background-color: transparent;
	color: #000000;
	font-size: 14px;
	padding: 0;
	cursor: none;
}

input[readonly] {
	padding: 5px;
}

input[type=button][disabled], input[type=submit][disabled] {
	padding: .75em 2.2em .75em;
	color: #aaaaaa;
	background-color: #fff;
	border: 2px solid #deded9;
}

input.disabled {
	background: transparent;
}

.subscribe_unsubscribe:disabled{
	cursor: not-allowed;
}

.span_button {
	padding: 1px 3px 2px 6px
}

.mce-btn button:hover, .mce-btn button:focus {
	background-color: #e3e3e3;
	transition: none;
}

div.msg_important {
	position: relative;
	left: 25%;
	min-height: 25px;
	width: 500px;
	line-height: 25px;
	text-align: center;
	background-color: #f5f5f5;
}

.c {
	text-align: center;
}

.l {
	text-align: left;
}

.r {
	text-align: right;
}

.b td {
	font-weight: bold;
	border-top: 1px solid #000;
}

.chameleon {
	color: #f5f5f5;
}

table {
	border: 0;
	border-spacing: 1px;
}

th {
	text-align: left;
	padding: 2px 0 2px 0;
}

.h1, .h2, .h3, .h4 {
	display: block;
	color: #000000;
	font-weight: bold;
}

h1, .h1 {
	font-size: 2em;
	padding-top: 6px;
	padding-bottom: 6px;
}

h2, .h2 {
	font-size: 1.5em;
	padding-top: 4px;
	padding-bottom: 4px;
}

h2::after, .h2::after {
	content: "";
	display: block;
	background-color: #DFC5FE;
	height: 4px;
	width: 80px;
	margin-top: 13px;
}

h2 .title-status {
	/* color: #c1c1c1; */
	color: #000;
}

h3, .h3 {
	font-size: 1.17em;
	padding-bottom: 4px;
}

h4, .h4 {
	font-size: 1.33em;
	padding-bottom: 2px;
}

h5, .h5 {
	font-size: 0.83em;
	padding-bottom: 2px;
}

h1, h2, h3, h4, h5 {
	color: #000000;
	font-weight: bold;
}

fieldset {
	border: 1px solid #0129aa;
	padding: 0 10px 0 10px;
}

th, td {
	vertical-align: top;
}

.textinput, td.navigation_buttons {
	vertical-align: top;
	padding-top: 15px;
}

td.navigation_buttons {
	border-top: #eeeeee solid 1px;
}

table th, .label, .textinput, .label_no_bg {
	padding-left: 4px;
	padding-right: 4px;
}

.toplinks {
	/*background-color: #eeeeee;*/
	vertical-align: top;
}

.toplinks a {
    text-decoration: none;
}

.navig {
	font-size: 12px;
}

table th, .label, .label_no_bg {
	font-weight: bold;
}

.toptitel {
	font-size: 14px;
	font-weight: bold;
}

.titel {
	color: #669;
	font-size: 12px;
	font-weight: bold;
}

.site_header
{
	background-color: #FFFFFF;
}
.site_header_center
{
	background-color: #FFFFFF;
}

.site_menu
{
	background-color: #FFFFFF;
}

table th, .site_breadcrumb, .label {
	background-color: #deded9;
}

table.site_breadcrumb td, table.nospacing td, .nospacing {
	padding: 0;
}

table.site_breadcrumb td {
	padding: 15px 0px;
}

.site_breadcrumb, .nospacing {
	border-spacing: 0px;
	border-collapse: collapse;
}

.site_breadcrumb, .site_menu, .site_header_center, .site_header, .nospacing
{
	border-spacing: 0px;
	border-collapse: collapse;
}

a			{ color: #333399; }
a.visited	{ color: #333399; }
a:hover		{ color: #666666; }

.mandatory {
	font-size: 25px;
	color: #cc3125;
}

.mandatory-red {
	font-size: 25px;
	color: #cc3125;
}

.list-container .mandatory {
	font-size: 25px;
	color: #cc3125;
}

.attention {
	color: red;
	font-size: smaller;
	text-align: left;
	display: block;
}

.logotype {
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #646464
}

.row_light, .row_dark, .row_high, .row_high2, .row_high3 {
	background-color: #eeeeee;
}

.row_dark {
	background-color: #dddddd;
}

.row_high {
	background-color: #9ded9d;
}

.row_high2 {
	background-color: #FFE293;
}

.row_high3 {
	background-color: #FF0000;
}

.row_dark td, .row_light td {
	padding: 10px;
}

.progress_bar {
	background-color: #f5f5f5;
	border: #000000 1px inset;
}

.progress_bar2 {
	border: #000000 1px solid;
}

.progress_completed {
	background-color: #669;
	border: #000000 1px outset;
}

/******************************** NAVIGATION ***********************************************/

#div_navigation_menu b a, #div_navigation_menu div b a, .navlevel1  a {
        display: block;
        text-decoration: none;
        color: #666666;
        padding-left: 5px;
        height:19px;
 }

#div_navigation_menu a, .navlevel2 a {
        display: block;
        color: #666666;
        text-decoration: none;
        padding-left: 10px;
        height:19px;
 }

#div_navigation_menu2
{
	/*background-color: #FFFFFF;*/
}

.login_menu {
	display: block;
	background-color: white;
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	height:19px;
}

#login_link1, #login_link2 {
	display: inline;
}

.navlevel2on a {
        display: block;
        background-color: #EBEBEB;
        color: #666666;
        text-decoration: none;
        padding-left: 10px;
        height:19px;
 }

#div_navigation_menu a:hover, .navlevel1 a:hover, .navlevel2 a:hover, .site_links>div:hover
{
	background-color: #DFC5FE;
}

.site_links_grants 
{
	background-color: #FCC300;
	display: none;
}

.div_message
{
	border: 1px dotted #FF0033;
	background-color: #EBEBEB;
	padding: 10px;
}

.div_popup, .div_popup_shadow
{
	position:absolute;
	background-color:white;
	border:black 1px solid;
	padding:3px;
	height: auto!important;
}
.div_popup_shadow
{
	position:absolute;
	background-color:#B0B9CA;
}
.div_properties
{
	border:black 1px solid;
	background-color:white;
	padding:3px;
	background-color:#eeeeee;
}
.optX
{
	background-color:#B0B9CA;
	width:10px;
	height:10px;
	border:black 1px solid;
}
.optO
{
	background-color:white;
	width:10px;
	height:10px;
	border:black 1px solid;
}
.border { border: #666666 1px solid; }
.border2 { border: #666666 1px outset; }
.border_black { border: Black 1px solid; }
.nw {white-space: nowrap;}
.mid{ vertical-align: middle;}

.div_report_name_shadow {
	position: absolute;
	top: 105px;
	left: 105px;
	background-color: #B0B9CA;
}

.div_screen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../../inf2/images/bg_trans_dis.png');
}

.div_report_name, .div_report_name_shadow {
	width: 500px;
	height: auto; /* 70px */
	position: absolute;
	top: 100px;
	left: 100px;
	background-color: white;
	border: black 1px solid;
	padding: 3px;
	text-align: right;
	height: auto!important;
}

.div_reject_name, .div_reject_name_shadow {
	width: 500px;
	height: 125px;
	position: absolute;
	top: 100px;
	left: 100px;
	background-color: white;
	border: black 1px solid;
	padding: 3px;
	text-align: right;
	vertical-align: text-top;
	height: auto!important;
}

.chklvl2 {
	margin-left: 23px;
}

.divHlist {
	margin-right: 10px;
	float: left;
}

.textfaded {
	color: #8e8e8e;
}

.fl {
	float: left;
}

.ac {
	text-align: center;
}

.input_a {
	text-decoration: none;
}

.div_error {
	min-height: 20px;
	line-height: 20px;
	background-color: #FFF2F2;
	border: #FF8484 1px dashed;
	color: #FF0000;
	margin: 20px 0px 10px 0px;
	padding: 15px 20px 15px 20px;
	width: 100%;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 14px;
}

.div_info {
	min-height: 20px;
	line-height: 20px;
	background-color: #f3ffef;
	border: #6bd58a 1px dashed;
	color: #1b9740;
	margin: 20px 0px 10px 0px;
	padding: 15px 20px 15px 20px;
	width: 100%;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 14px;
}

.div_error a, .div_error a:visited {
	font-weight: 700;
	color: #FF0000;
}

.div_info a, .div_info a:visited {
	font-weight: 700;
	color: #2db355;
}

.msg_header {
	font-weight: 700;
}

.div_real_file {
	position: absolute;
	middle: 10px;
	left: 10px;
	z-index: 1;
}

.div_fake_file {
	position: absolute;
	middle: 10px;
	left: 10px;
	z-index: 0;
}


.input_real_picture {
	-moz-opacity: 0;
	filter: alpha(opacity : 0);
	-khtml-opacity: 0;
}

.activecell {
	cursor: pointer;
}

.poweredby {
	margin: 5px;
	padding: 5px;
	font-size: 9px;
	text-align: center;
	border: 1px solid #DDD;
	background: #EEE;
}

.poweredby_big {
	margin: 5px;
	padding: 5px;
	font-size: 9px;
	text-align: center;
	border: 1px solid #DDD;
	background: #EEE;
	width: 160px;
}

.div_loading {
	position: absolute;
	top: 1px;
	right: 1px;
	background-color: white;
	border: black 1px solid;
	padding: 5px 20px 5px 10px;
	font-weight: bold;
	background: #CA323E;
	color: #E4CD8A;
}

.div_loading img {
	float: left;
}

.info_tooltip {
	float: left;
	margin-right: 10px;
}

.toptitel .tooltip {
	width: 20px;
	height: auto;
}

.div_note {
	margin-top: 5px;
	font-size: smaller;
	font-style: italic;
	color: #BC021C;
	font-weight: bold;
	text-align: left;
}

.dt_comment {
	font-size: smaller;
	text-align: left;
	display: block;
	margin-top: 5px;
}

/*********************************/
/** RM OBJECTS **/
/*********************************/
.datatype_title {
	border-top: 20px solid #fff;
	background-color: #DFC5FE;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px;
}

.datatype_letter {
	color: #fff;
}

.datatype_description {
	font-weight: normal;
	text-transform: none;
}

.tablesorter th {
	padding-right: 32px;
}

.help {
	display: inline-block;
	width: 22px;
	height: 22px;
}

.help a {
	background-image: url('../../inf2/images/icon_info_sm.png');
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	position: absolute;
}

.chk_sublevel2, .chk_sublevel3 {
	display: none;
}

.person_name {
	display: inline-block;
	width: 100px;
}

.contact_form input[type="text"], .contact_form textarea {
	width: 250px;
}

.traffic-light {
	width: 7px;
	height: 7px;
	border-radius: 10px;
	padding: 6px;
}

.traffic-box {
	float: left;
	border-radius: 10px;
	background-color: #120a04;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.traffic-light-edit {
	border-radius: 20px;
	padding: 4px;
	margin: 1px;
	float: left;
}

.toptitel .traffic-light {
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 10px;
	padding: 3px;
}

.project_types {
	padding-left: 0;
	list-style-type: none;
}

.project_types li {
	display: inline;
}

.project_types a {
	cursor: pointer;
	background-color: #0a5487;
	border: none;
	color: #fff;
	padding: 15px 17px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
}

.project_types a:hover, .project_types a.active {
	background-color: #0091da;
	color: #fff;
}

/*Duplicates by title Input:Text*/
.title-error {
	border: 1px solid #ff0000 !important;
}

.duplicates {
	position: relative;
}

.duplicates-items {
	position: absolute;
	background: #ffffff;
	padding: 6px 8px;
	border: 1px solid black;
	margin-top: 2px;
	max-width: 650px;
}

.duplicate-message {
	color: #ff0000;
	font-size: 11px;
}

.textinput select {
	-webkit-appearance: menulist !important;
}

#create_snapshot {
	float: right;
	padding-bottom: 10px;
}

#create_snapshot select {
	width: auto !important;
}

.no-padding {
	padding: 0;
}

.black-btn, .button-bar>input[type='submit'], .navigation_buttons>.btn_save, #f_form_btn_save {
	background: #000 !important;
	color: #fff !important;
	border: 2px solid #000 !important;
	transition: all 0.2s ease-in-out;
}

.black-btn:hover, .button-bar>input[type="submit"]:hover, .navigation_buttons>.btn_save:hover, #f_form_btn_save:hover {
	background: #DFC5FE !important;
	color: #000 !important;
	border: 2px solid #DFC5FE !important;
}
