﻿h1, h2, h3, h4, h5, h6, th, dt
{
	color: #66cccc;
	background: white;
}


P, UL, DL, DT, DD, PRE, OL, LI, BLOCKQUOTE, ADDRESS
{
	color: Black;
}

TABLE
{
	border-collapse: collapse;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: Black;
}

form
{
	background-color: White;
}

DIV
{
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
}


hr
{
	background-color: #000; /* Farbe für Opera und Firefox */
	color: #000; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height: 1px;
}

form
{
	height: 100%;
	background-color: White;
}

BODY
{
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	color: Black;
	background: white;
	width: auto;
}

html
{
	height: 100%;
}

.ComboBox
{
	background-color: White;
	font-size: 12px;
	line-height: 1.8em;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: inherit;
	color: Black;
	border: 1px solid GRAY;
}

.ComboBoxStandard
{
	background: white;
	font-size: 12px;
	border: solid 1px GRAY;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: Black;
}

.ComboBoxDisabled
{
	background: #f2f2f2;
	font-size: 12px;
	border: solid 1px GRAY;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: Gray;
}


.LabelFettStandard
{
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color: Black;
}

.LabelStandard
{
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: Black;
}


.TextBoxStandard
{
	background: white;
	font-size: 12px;
	border: solid 1px GRAY;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: Black;
}


.TextBoxDisabled
{
	background: #f2f2f2;
	font-size: 12px;
	border: solid 1px GRAY;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: Black;
}

.RadioButtonStandard
{
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: Black;
	border-style: none;
}

.CheckBoxStandard
{
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: Black;
	border-color: Gray;
}

.CheckBoxInvisible
{
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: white;
	border-color: Gray;
}

stbody
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
}


.Meldung
{
	width: 100%;
	height: 100%;
	font-size: 10pt;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	position: absolute;
	top: 0;
}

.Pflichtfeld
{
	font-size: 0.82em;
	color: Orange;
	font-weight: bold;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	display: inline;
}

.ButtonStandard
{
	display: block;
	min-width: 110px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	background-position: 5px 3px;
	background-repeat: no-repeat;
	color: Black;
	width: 129px;
	height: 25px;
	border: 1px solid #7f7f7f;
}

.ButtonStandard:hover
{
	border: 2px solid #7f7f7f;
}
.ButtonStandard:focus
{
	display: block;
	color: Silver;
	border: Gray;
	border-bottom: 1px;
	border-bottom-color: Gray;
}
.ButtonStandard:active
{
	display: block;
	color: #c66;
	background-color: transparent;
	text-decoration: none;
	border: 1px double #f99;
}


.ButtonPDF
{
	display: block;
	min-width: 150px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	background-position: 5px 3px;
	background-image: url('Images/pdf.bmp');
	background-repeat: no-repeat;
	color: Black;
	width: 200px;
	height: 25px;
	border: 1px solid #7f7f7f;
}

.ButtonPDF:hover
{
	border: 2px solid #7f7f7f;
}
.ButtonPDF:focus
{
	display: block;
	color: Silver;
	border: Gray;
	border-bottom: 1px;
	border-bottom-color: Gray;
}
.ButtonPDF:active
{
	display: block;
	color: #c66;
	background-color: transparent;
	text-decoration: none;
	border: 1px double #f99;
}

.ButtonExcel
{
	display: block;
	min-width: 150px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	background-position: 5px 3px;
	background-image: url('Images/ico_Excel.png');
	background-repeat: no-repeat;
	color: Black;
	width: 200px;
	height: 25px;
	border: 1px solid #7f7f7f;
}

.ButtonExcel:hover
{
	border: 2px solid #7f7f7f;
}
.ButtonExcel:focus
{
	display: block;
	color: Silver;
	border: Gray;
	border-bottom: 1px;
	border-bottom-color: Gray;
}
.ButtonExcel:active
{
	display: block;
	color: #c66;
	background-color: transparent;
	text-decoration: none;
	border: 1px double #f99;
}

.UserButtonSmall
{
	color: Black;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	width: 100%;
	border: 1px solid #7f7f7f;
	background-repeat: no-repeat;
}

.UserButtonSmall:hover
{
	border: 2px solid #7f7f7f;
}
.UserButtonSmall:focus
{
	display: block;
	color: Silver;
	border: Gray;
	border-bottom: 1px;
	border-bottom-color: Gray;
}
.UserButtonSmall:active
{
	display: block;
	color: #c66;
	background-color: transparent;
	text-decoration: none;
	border: 1px solid #f99;
}

.UserButtonSmallHidden
{
	display: none;
	color: Black;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	width: 100%;
	border: 2px solid #7f7f7f;
	background-repeat: no-repeat;
}

.UserButtonSmallHidden:hover
{
	display: none;
	border: 2px solid #7f7f7f;
}
.UserButtonSmallHidden:focus
{
	display: none;
	color: Silver;
	border: Gray;
	border-bottom: 1px;
	border-bottom-color: Gray;
}
.UserButtonSmallHidden:active
{
	display: none;
	color: #c66;
	background-color: transparent;
	text-decoration: none;
	border: 1px solid #f99;
}

.UserButtonCancel
{
	display: block;
	min-width: 110px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	background-position: 5px 3px;
	color: Black;
	width: 119px;
	background-repeat: no-repeat;
	height: 25px;
	border: 1px solid #7f7f7f;
}

.UserButtonCancel:hover
{
	color: Gray;
	border: 2px solid #7f7f7f;
}
.UserButtonCancel:focus
{
	display: block;
	color: Silver;
	border: Gray;
	border-bottom: 1px;
	border-bottom-color: Gray;
}
.UserButtonCancel:active
{
	display: block;
	color: #c66;
	background-color: transparent;
	text-decoration: none;
	border: 1px solid #f99;
}

.UserButtonSmall:hover
{
	color: Gray;
	border: 2px solid #7f7f7f;
}
.UserButtonSmall:focus
{
	display: block;
	color: Silver;
	border: Gray;
}
.UserButtonSmall:active
{
	display: block;
	color: #c66;
	background-color: transparent;
	text-decoration: none;
	border: 1px solid #f99;
}

.Excel
{
	width: 150px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	background-position: 5px 3px;
	background-image: url('~/Images/ico_Excel.gif');
	background-repeat: no-repeat;
	color: Black;
}

.Excel:hover
{
	color: Gray;
	border: 2px solid #7f7f7f;
}

.Excel:focus
{
	display: block;
	color: Silver;
	border: Gray;
}

.Excel:active
{
	color: #c66;
	background-color: transparent;
	text-decoration: none;
	border: 1px solid #f99;
}

.Pdf
{
	display: block;
	min-width: 110px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	background-position: 5px 3px;
	background-image: url('Images/pdf.bmp');
	background-repeat: no-repeat;
	color: Black;
	width: 150px;
	height: 25px;
	border: none;
}

.Pdf:hover
{
	color: Gray;
	border: 2px solid #7f7f7f;
}

.Pdf:focus
{
	display: block;
	color: Silver;
	border: Gray;
}

.Pdf:active
{
	color: #c66;
	background-color: transparent;
	text-decoration: none;
	border: 1px solid #f99;
}

.UserButton
{
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background-position: 20px 3px;
	background-repeat: no-repeat;
	height: 25px;
	width: 170px;
	border: 2px solid #7f7f7f;
}

.UserButton:hover
{
	color: Gray;
	border: 2px solid #7f7f7f;
}

.UserButton:focus
{
	display: block;
	color: Silver;
	border: Gray;
}

.UserButton:active
{
	display: block;
	color: #c66;
	background-color: transparent;
	text-decoration: none;
	border: 1px solid #f99;
}

.abstand_iframe
{
	padding: 2px;
}


.Table
{
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: Black;
}

.TableLinks
{
	font-size: 1.0em;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: Black;
}

.TableMain
{
	font-size: 1.1em;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: Black;
}

.TextBox
{
	font-size: 12px;
	border: 1px solid Black;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: Black;
}
.Grid
{
	font-size: 0.52em;
	font-style: normal;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: Black;
}

.GridColumn
{
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: Black;
}

.UeberschriftUnterstrichen
{
	background-color: White;
	font-size: 1.4em;
	font-family: Verdana;
	text-decoration: underline;
	text-align: left;
	word-spacing: 2px;
}

.Password
{
	border-style: solid;
	border-width: inherit;
	border-bottom: Solid 1px Black;
	border-left: Solid 1px Black;
	border-top: Solid 1px Black;
	border-right: Solid 1px Black;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana;
	font-weight: normal;
	color: Black;
}

.TreeViewStyle
{
	font-size: medium;
	background-color: White;
	font-weight: bolder;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: inherit;
	color: Black;
}

.DisplayMessageGreen
{
	font-size: larger;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	border-bottom-color: Silver;
	border-bottom-width: thin;
	border-left-color: Silver;
	border-right-color: Silver;
	border-bottom-color: Silver;
	background-color: #6ecccc;
	color: White;
}

.DisplayMessageRed
{
	font-size: larger;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background-color: RED;
}

.DisplayMessageOrange
{
	font-size: larger;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background-color: Orange;
}



.HiddenColumn
{
	display: none;
	border-left-style: none;
}

.Panel
{
	font-family: Verdana;
	font-size: 10px;
}

.CustomerPanel
{
	border: solid 1px black;
	font-family: Verdana;
	font-size: 10px;
	width: 600px;
}

.LineBreak
{
	text-align: left;
	width: 1780px;
}

.hilite
{
	/*	border: solid 2px #6F6F6F; 	color: #000; */
	background-color: #66CDAA /* : #AAEECC;*/;
}


/* Spezielle Formatierungen für die Login-Seite, 
da die Portalseite (z.B. VW, Daimler) 
alles (Schrift, etc.) kleiner hat. 
cz - 30.03.2011 */

.LabelKlein
{
	font-size: 10px;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: Black;
}

.LabelFettKlein
{
	font-size: 10px;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color: Black;
}

.ButtonStandardKlein
{
	display: block;
	min-width: 110px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	color: Black;
	background-repeat: no-repeat;
	border: 1px solid #639A9C;
}

.ButtonStandardKlein:hover
{
	border: 1px solid #3d3d3d;
}

/*
.ButtonStandardKlein:focus
{
    display: block;
    color: Silver;
    border: Gray;
    border-bottom: 1px;
    border-bottom-color: Gray;
}
.ButtonStandardKlein:active
{
    display: block;
    color: #c66;
    background-color: transparent;
    text-decoration: none;
    border: 1px solid #f99;
}
*/

.ButtonStandardFettKlein
{
	/*display: block;     min-width: 150px;     width: 150px;*/
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	color: Black;
	background-repeat: no-repeat;
	border: 1px solid #639A9C;
}

.ButtonStandardFettKlein:hover
{
	border: 1px solid #3d3d3d;
}

/*
.ButtonStandardFettKlein:focus
{
    display: block;
    color: Silver;
    border: Gray;
    border-bottom: 1px;
    border-bottom-color: Gray;
}
.ButtonStandardFettKlein:active
{
    display: block;
    color: #c66;
    background-color: transparent;
    text-decoration: none;
    border: 1px solid #f99;
}
*/


.TextBoxKlein
{
	font-size: 10px;
	height: 15px;
	border: 1px solid;
	border-color: #639A9C;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: Black;
	min-width: 150px;
	width: 150px;
}

.InsideHeader
{
	font-size: 16px;
	background-color: red;
}

#status
{
	width: 50%;
	padding: 10px;
	outline: none;
	height: 36px;
}
.focusField
{
	border: solid 2px #73A6FF;
	background: #EFF5FF;
	color: #000;
}
.idleField
{
	background: #EEE;
	color: #6F6F6F;
	border: solid 2px #DFDFDF;
}

.InValidInput
{
	border-color: Red;
}

.GridviewDiv
{
	font-size: 12px;
	font-family: Lucida Grande , Verdana, Lucida Sans Unicode , Arial, Helevetica, sans-serif; /*COLOR: #303933; */
	color: White;
}
Table.Gridview
{
	font-size: 12px;
	border: solid 0 #abb079;
	border-right-width: 0;
}
.GridviewTable
{
	border: solid;
}
.GridviewTable td
{
	font-size: 12px;
	margin-top: 0;
	padding: 0;
	vertical-align: middle;
}
.GridviewTable tr
{
	font-size: 12px;
	color: White;
	background-color: #abb079;
	height: 1px;
	text-align: center;
}

.Gridview th
{
	font-size: 12px;
	color: White;
	background-color: #66cccc;
	border-right-color: #abb079;
	border-bottom-color: #abb079;
	padding: 0.1em 0.1em 0.1em 0.1em;
	text-align: left;
}

.Gridview td
{
	font-size: 12px;
	border-bottom-color: #f0f2da;
	border-right-color: #f0f2da;
	padding: 0.1em 0.1em 0.1em 0.1em;
}
.Gridview tr
{
	font-size: 12px;
	color: Black;
	background-color: White;
	text-align: left;
}

.ucPaging
{
	border-color: #f0f2da; /*WIDTH: 980px; */
	border-top-color: White;
	border-left-color: #f0f2da;
	border-bottom-color: #f0f2da;
	border-right-color: #f0f2da;
	border-width: 0;
	table-layout: fixed;
	border: solid 1px #abb079;
	border-top-width: 0;
}

.btn-primary {
	color: #fff !important;
	background-color: #337ab7 !important;
	border-color: #2e6da4 !important;
	border-radius: 0 !important;
}

.btn-primary:hover {
	background-color: #2e6da4 !important;
	border-color: #2e6da4 !important;
}

.btn-default {
	box-shadow: 0px 1px 2px rgb(120 120 120 / 50%);
	border-color: #ccc;
	border-radius: 0 !important;
}

.btn-default:hover {
	background-color: #e6e6e6;
}

hr {
	border: 0;
	border-top: 1px solid #e5e5e5 !important;
	margin: 15px 1rem 15px 1rem !important
}

.row-margin {
	margin-bottom: 1rem;
}

.row-margin-0 {
	margin: 0px !important;
}

.padding-0 {
	padding: 0px !important;
}

.modal a.close-modal {
	top: 7px !important;
	right: 7px !important;
}

#imgASBild {
	cursor: pointer;
	transition: 0.3s;
}

#imgASBild:hover {
	opacity: 0.7;
}

#ausschreibungModal {
	max-width: 600px;
	max-height: 500px;
	padding-top: 40px !important;
}

#ausschreibung {
	color: #1269b0;
}

#ausschreibungModalHeader {
	margin-bottom: 15px
}

#ausschreibungModalImg {
	max-width: 540px;
	max-height: 370px;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-body {
	position: relative;
	overflow-y: auto;
	max-height: 99%;
	padding: 0px !important;
}

* {
	box-sizing: border-box;
}

.container {
	position: relative;
	width: 150px !important;
	padding-left: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.overlay {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5); /* Black see-through */
	color: #f1f1f1;
	width: 100%;
	transition: .5s ease;
	opacity: 0;
	color: white;
	font-size: 20px;
	padding: 20px;
	text-align: center;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.overlay > div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.container:hover .overlay {
	opacity: 1;
}

.area-label {
	color: #005eb8;
	font-weight: 500;
	font-size: 16px !important;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: .5rem !important;
}

.checkbox-standard {
	font-size: 12px;
}

.checkbox-standard > input {
	margin-right: 7px;
}

.form-control {
	font-size: 12px !important;
}

.form-control-label {
	height: 32px !important;
}

.row {
	margin: 0 !important;
}

.page-content-wrapper {
	width: calc(100% - 308px);
	height: calc(100% - 13px);
}

#page-content-wrapper {
	width: unset;
	background: #fff;
	margin: 10px 10px 10px 7px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 70px;
	border-radius: 5px;
	border-bottom: 1px solid rgb(0 0 0 / 10%);
	box-shadow: 0 0px 3px rgb(0 0 0 / 30%);
	overflow: auto;
}

.page-titel {
	color: #005eb8;
	font-size: 24px;
	padding-left: 15px;
}

.input-group-append {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	margin-left: -3px !important;
	background-color: #efefef !important;
	z-index: 2;
	padding: .375rem 5px !important;
}

.no-padding {
	padding: 0px !important;
}

#dateVon > tbody > tr > td > input, #dateBis > tbody > tr > td > input {
	font-style: normal !important;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif !important;
	font-size: 12px !important;
	display: block;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#dateVon > tbody > tr > td > img, #dateBis > tbody > tr > td > img {
	content: url(Images/Icons/calendar_weiss.png);
	padding: 9px;
	width: 32px;
	height: 32px;
	background-color: #5bc0de;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	margin-left: -6px;
}

#dateVon > tbody > tr > td > img:hover, #dateBis > tbody > tr > td > img:hover {
	content: url(Images/Icons/calendar_schwarz.png);
}

.first-child {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.last-child {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.dl-img-btn {
	padding: 8px 12px;
	height: 36px;
	width: 40px;
	border: 1px solid #ccc !important;
}

.dl-img-btn:hover {
	background-color: #efefef;
	content: url(Images/Icons/file-pdf-grey.png);
}

.lbl-margin {
	margin-bottom: 7px;
}

.sidebar-toggle-btn {
	float: right;
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin: 10px 10px 0px 10px;
	color: #595959;
}

.sidebar-toggle-btn:hover {
	color: #cccccc;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: white;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid grey;
	height: 54px;
}

.splitter-pane-2 {
	width: 100% !important;
}

.testClass {
	color: red;
}

#ctl00_Main_treeReproWeb > table > tbody > tr > td > img,
#ctl00_Main_treeReproWeb > div > div > table > tbody > tr > td > img,
#ctl00_Main_treeReproWeb > div > div > div > div > table > tbody > tr > td > img,
#ctl00_Main_treeReproWeb > div > div > div > div > div > div > table > tbody > tr > td > img,
#ctl00_Main_treeReproWeb > div > div > div > div > div > div > div > div > table > tbody > tr > td > img {
	width: 18px;
	height: 18px;
}

/*#ctl00_Main_treeReproWeb > div > div > div > div > table > tbody > tr > td:nth-child(3) {
	width: 0px !important;
}

#ctl00_Main_treeReproWeb > div > div > div > div > table > tbody > tr > td:nth-child(3) > img {
	width: 0px !important;
}*/

#ctl00_Main_treeReproWeb > div > div {
	background-color: #595959;
	line-height: 28px;
}

#ctl00_Main_treeReproWeb > div > div > div,
#ctl00_Main_treeReproWeb > div > div > div > div > div {
	background-color: #dceeef;
	line-height: 28px;
}

#ctl00_Main_treeReproWeb > table {
	line-height: 35px;
	width: 100%;
}

#ctl00_Main_treeReproWeb > table:hover {
	background-color: #d9d9d9;
}

#ctl00_Main_treeReproWeb > div > div > table:hover {
	background-color: #737373;
}

#ctl00_Main_treeReproWeb > div > div > div > div > table:hover,
#ctl00_Main_treeReproWeb > div > div > div > div > div > div > table:hover {
	background-color: #b9dddf;
}

.eo_css_ctrl_ctl00_Main_treeReproWeb1, .eo_css_ctrl_ctl00_Main_treeReproWeb2 {
	width: 100%;
}

#ctl00_Main_treeReproWeb > table > tbody > tr > td:nth-child(4),
#ctl00_Main_treeReproWeb > div > div > table > tbody > tr > td:nth-child(5),
#ctl00_Main_treeReproWeb > div > div > div > div > table > tbody > tr > td:nth-child(6),
#ctl00_Main_treeReproWeb > div > div > div > div > div > div > table > tbody > tr > td:nth-child(7) {
	cursor: pointer;
}

#ctl00_Main_treeReproWeb > table > tbody > tr > td:first-child,
#ctl00_Main_treeReproWeb > div > div > table > tbody > tr > td:first-child,
#ctl00_Main_treeReproWeb > div > div > div > div > table > tbody > tr > td:first-child,
#ctl00_Main_treeReproWeb > div > div > div > div > div > div > table > tbody > tr > td:first-child {
	padding-left: 7px;
	padding-right: 7px;
}

#ctl00_Main_treeReproWeb > div > div > table > tbody > tr > td:nth-child(3),
#ctl00_Main_treeReproWeb > div > div > div > div > table > tbody > tr > td:nth-child(3),
#ctl00_Main_treeReproWeb > div > div > div > div > table > tbody > tr > td:nth-child(4),
#ctl00_Main_treeReproWeb > div > div > div > div > div > div > table > tbody > tr > td:nth-child(3),
#ctl00_Main_treeReproWeb > div > div > div > div > div > div > table > tbody > tr > td:nth-child(4),
#ctl00_Main_treeReproWeb > div > div > div > div > div > div > table > tbody > tr > td:nth-child(5) {
	padding-left: 7px;
}

#ctl00_Main_treeReproWeb > div > div > table > tbody > tr > td:first-child,
#ctl00_Main_treeReproWeb > div > div > div > div > table > tbody > tr > td:first-child,
#ctl00_Main_treeReproWeb > div > div > div > div > table > tbody > tr > td:nth-child(2),
#ctl00_Main_treeReproWeb > div > div > div > div > div > div > table > tbody > tr > td:first-child,
#ctl00_Main_treeReproWeb > div > div > div > div > div > div > table > tbody > tr > td:nth-child(2),
#ctl00_Main_treeReproWeb > div > div > div > div > div > div > table > tbody > tr > td:nth-child(3) {
	visibility: hidden;
}

#ctl00_Main_SplitterPane1 {
	overflow: hidden !important;
}

@media(max-width: 568px) {
	#ausschreibungModalImg {
			max-width: 250px;
			max-height: 250px;
		}
	}

@media(min-width: 1200px) {
	#bietenBtns {
		padding-top: 19px;
	}
}

.error-visible {
	display: block !important;
	width: 100%;
}

.error-hidden {
	display: none !important;
}

.error-margin {
	margin-top: -1rem;
}

.error-margin-lg {
	margin-top: -1.5rem;
}

.invalid {
	border-left: 5px solid #a94442 !important;
	border-radius: .25rem !important;
}

.valid {
	border-left: 5px solid #42a948 !important;
	border-radius: .25rem !important;
}

#validation-container {
	position: fixed;
	z-index: 999999;
	top: 64px;
	right: 25px;
	padding: 15px;
	width: 300px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,.2);
	background-color: #fff;
}

.btn-validation {
	position: fixed;
	z-index: 999999;
	top: 25px;
	right: 25px;
	background-color: white !important;
}

#lblValidierung {
	color: #005eb8;
	font-size: 16px;
	font-weight: 500;
}

.validation-header {
	height: 35px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.validation-body {
	scroll-behavior: auto;
	max-height: 260px;
	overflow-y: auto;
}

.hidden {
	display: none !important;
}

.validation-text {
	margin-bottom: 0px !important;
	margin-top: 7px;
	font-size: 12px;
}

.ui-widget-content {
	border: none !important;
}

.ui-dialog {
	padding: 15px !important;
	min-height: 200px;
}

.ui-dialog-titlebar {
	padding: 0 15px 0 0 !important;
}

.ui-dialog-content {
	padding: 0px !important;
	min-height: 140px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
	right: -8px !important;
	top: 2px !important;
	width: 30px !important;
	height: 30px !important;
	background-image: url(Images/Icons/close-grey.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-color: transparent !important;
	border: transparent !important;
}

.ui-widget-header {
	border: none !important;
	height: 30px;
	background-color: white !important;
	color: #1269b0 !important;
	font-size: 1rem !important;
}

div > div > .ui-corner-all {
	color: transparent !important;
}

div > div > .ui-corner-all:focus {
	outline: none !important;
}

.requiredField, .numberField {
	/* Dummyklassen für Validierung */
}

.kunde-logo {
	margin: 5px;
	height: 50px;
}

.portal-typ {
	font-weight: 500;
	color: #1269b0;
	line-height: 1.2;
	font-size: 1.8em;
}

.center {
	text-align: center;
}

@media(max-width: 767px) {
	#validation-component {
		display: none;
	}
}

.UmweltMinWith{
	min-width:210px;
}