
@font-face {
	  font-family: 'OpenSans';
	  font-style: normal;
	  font-weight: 300;
	  src: url('GlobaleDateien/Weiteres/fonts/Open_Sans/OpenSans.ttf'); /* IE9 Compat Modes */
	  src: local(''),		   
		   url('GlobaleDateien/Weiteres/fonts/Open_Sans/OpenSans.ttf') format('truetype'), /* Safari, Android, iOS */		   
	}
	
	html *
	{
	   font-size: 14px;
	   font-family: 'OpenSans', sans-serif !important;
	   color: #141301;
	}

font
{
	font-family: 'OpenSans', sans-serif !important;
	font-size: 14px;
	color:#141301;
}

textarea, .inputGeneral
{
	border:1px solid black;
	border-radius: 5px;	
	margin: -1px;
	font-size: 13px; 
	font-family:'OpenSans', sans-serif !important;
	padding: 1px;
	background-color: #FAFAFA;
	color: black;
}

a
{
	color: red;
	text-decoration: none;
	font-family: 'OpenSans', sans-serif !important;
}

a:Hover
{
	color: red;
	text-decoration: underline;
}

.inputunlocked
{
	border:1px solid black;
	border-radius: 5px;	
	margin: -1px;
	font-size: 13px; 
	font-family:'OpenSans', sans-serif !important;
	padding: 1px;
	background-color: #FAFAFA;
	color: black;
}

.inputlocked
{
	border:1px solid black;
	border-radius: 5px;	
	margin: -1px;
	font-size: 13px; 
	font-family: 'OpenSans', sans-serif !important;
	padding: 1px;
	background-color: #cccccc;
	color: black;
}

.inputlikeLabel
{
	border: none;
	font-family: 'OpenSans', sans-serif !important;	
	background-color: transparent;
	color: black;
}

.inputlikeLabel:hover
{
	border: none;	
}

.tableListRowHeader
{
	overflow: hidden;
	white-space: nowrap;	
}

.DragArea
{
	
	position: absolute; 
	left: 0px; 
	top: -20px; 
	right: 0px; 
	height: 35px; 
	z-index: 4; 
	cursor: move; 
	/* background-Color: #5b5a5a;  */
	color: black;
	padding-left: 10px; 
	padding-top: 5px; 
	font-size: 22px;
	font-weight: 400;
	font-family: 'OpenSans', sans-serif !important;
	border-bottom: solid 1px red;
}

.GenWindowStyleMinimized
{
	background-color: black;
	border-radius: 5px;
	border: solid 1px #5b5a5a  ;
	margin-left: 10px;
	padding: 5px;
	overflow: hidden; 	
	color: white; 
	position: relative;
	top: 3px;
	float: left;		
}

.GenWindowStyleMinimized:Hover
{
	background-color: white;	
	cursor: pointer;
	color: black; 
}


.GenWindowStyle
{
	background-color: white;
	overflow: hidden; 
	/* box-shadow: 10px 10px 5px #000000;  */
	/* border-radius: 10px; */
	color: black; 
	position:absolute;
	outline: 5px solid #5b5a5a ;
}

.GenWindowStyleGrayLayer
{
	position: absolute; 
	top: 30px; 
	left: 0px; 
	display: none; 
	bottom: 0px; 
	right: 0px; 
	background-color: black;  
	opacity:0.4; 
	filter:alpha(opacity=40); 
	z-index: 30;
}

.GenWindowStyleMenuImg
{
	width: 25px; 
	height: 25px; 
	position: absolute;
	top: 7px; 
	z-index: 5;
}

.GenWindowStyleIFrame
{
	width: 100%;
	height: 100%;
}

.GenWindowStyleIFrameDiv
{
	position:absolute; 
	left: 0px; 
	top: 30px; 
	bottom: 0px;
	right: 0px;	
}


.FormBackground
{
	/* background-image: -webkit-linear-gradient(white 0%, #424242 120%); 
	background-image: -moz-linear-gradient(white 0%, #424242 120%); 
	background-image: -o-linear-gradient(white 0%, #424242 120%); 
	background-image: linear-gradient(white 0%, #424242 120%); */
	
	background-color: white;
}

.bodyBackground
{
	/*
	background-image: -webkit-linear-gradient(#ccc 0%, #aaa 100%); 
	background-image: -moz-linear-gradient(#ccc 0%, #aaa 100%); 
	background-image: -o-linear-gradient(#ccc 0%, #aaa 100%); 
	background-image: linear-gradient(#ccc 0%, #aaa 100%);	
	*/
	background: white; /* Old browsers */
}

.ListIcons
{
	max-height: 18px;
	margin-top: 4px;
}

.InputSearch
{	
	color: black;
	font-size: 13px;
	text-decoration: none;
	background-Color: white;
	font-family: Arial, Helvetica, sans-serif; 	
	background-image: url(../../Bilder/menubilder/mag.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	overflow: hidden;
	width: calc(100% - 22px);
	border-radius: 5px; 
}

.InputSearchWithoutBG
{	
	color: white;
	font-size: 15px;
	text-decoration: none;
	background-Color: #424242;
	font-family: 'OpenSans', sans-serif !important;
}

.InputSearch2
{
	color: black;
	font-size: 15px;
	text-decoration: none;
	background-Color: white;
	font-family: 'OpenSans', sans-serif !important; 	
	background-image: url(../../Bilder/menubilder/mag.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	width: 80%;
	border-radius: 5px;
}

.InputSearchPhone
{
	color: black;
	font-size: 15px;
	text-decoration: none;
	background-Color: white;
	font-family: 'OpenSans', sans-serif !important; 	
	background-image: url(../../Bilder/menubilder/phone.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 17px;
	width: 80%;	
	border-radius: 5px;
	border: solid 0px black;
}

.InputSearchPhone:Hover
{	
	border: solid 0px black;
}

.InputSearchPhone:focus
{	
	border: solid 0px black;
	outline:none;
}

select {    
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;    
    background:  #FAFAFA;
    color:black;
	border:1px solid black;
	text-align: center;
	height: 25px;	
}

select:hover 
{
	border:1px solid red;	
}

input
{	
	text-align: center;
	height: 20px;
}

textarea
{
	text-align: left;
	height: 50px;	
}

.NewWindowItemDetailsStatus
{
	vertical-align: middle; 
	padding-left: 30px;  
	border-radius: 5px; 
	background-color: #BDBDBD; 
	font-size: 20px; 
	font-weight: 400; 
	height: 22px; 
	width: 350px;  
	position: absolute; 
	right: 200px; 
	top: 15px; 
	color: black; 
}

.suggestionsBox {
    position: absolute;    
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #ccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid red;
    color: black;
	z-Index: 100;
}

.searchBoxDropDownPhone {
    position: absolute;    
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #ddd;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid red;
    color: black;
	z-Index: 100;
}
 
.suggestionList {
    margin: 0px;
    padding: 0px;
}
 
.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}
 
.suggestionList li:hover {
    background-color: #659CD8;
}

.inputLabel
{
	font-size: 15px; 
	font-family:'OpenSans', sans-serif !important;
	font-weight: 400;
	color: black;
	padding: 1px;	
	text-align: center;
}

.inputLabel2
{
	font-size: 15px; 
	font-family:'OpenSans', sans-serif !important;
	font-weight: 400;
	color: black;	
	text-align: center;
	width: 7.1%;
	
}

.inputLabel3
{
	font-size: 12px; 
	font-family:'OpenSans', sans-serif !important;
	font-weight: 400;
	color: white;	
	text-align: center;
	width: 7.1%;
	background-color: #0B2161;
}

.inputLabel4
{
	font-size: 12px; 
	font-family:'OpenSans', sans-serif !important;
	font-weight: 400;
	color: white;	
	text-align: center;
	width: 7.1%;
	background-color: #088A08;
}

.inputLabel3:hover, .inputLabel4:hover
{	
	color: white;
	background-color: red;
	cursor: pointer;
}

.flagLabel
{
	font-size: 15px; 
	font-family:'OpenSans', sans-serif !important;	
	color: black;	
	margin-left: 8px;
	margin-right: 8px;
}


input[type=checkbox]
{
	margin: 5px;
}

input[type=radio]
{
	margin: 5px;
}

input[type=radio]:hover {
    box-shadow:0px 0px 5px #FF000;
	cursor: pointer;
}

input[type=checkbox]:hover {
    box-shadow:0px 0px 5px #FF000;
	cursor: pointer;
}

fieldset
{
	border:1px solid #eeeeee;
}


.pdffield
{
	border: solid 1px red; 
	position: relative; 
	right: 0%; 	
	width: 98%;	
	margin-top: 1%;
	margin-bottom: 4%;	
	border-radius: 10px;
	padding: 3px;
}

.pdfdiv
{	
	width: 98%;		
	height: 93%;
	overflow: auto;	
}

.statlinkPos
{
	color: green;	
	font-weight: 400;
}

.statlinkPos:hover
{
	color: white;	
	background-color: green;
	cursor: pointer;
}

.statlinkNeg
{
	color: red;	
	font-weight: 400;
}

.statlinkNeg:hover
{
	color: white;	
	background-color: red;
	cursor: pointer;
}

.statlinkNeu
{
	color: black;
	display: block;
	font-weight: 400;
}

.statlinkNeu:hover
{
	color: white;	
	background-color: black;
	cursor: pointer;
}

.fieldsetsearch
{
	position: relative; 
	left: 10px; 
	top: 30px; 
	width: 97%; 
	height: 13%; 
	border: solid 1px red; 
	overflow: hidden;
}

.legendsearch
{
	padding-left: 20px; 
	padding-right: 20px; 	
	border-radius: 5px; 
	font-size: 18px; 
	color: white; 
	font-weight: 400; 
	background-image: -webkit-linear-gradient(red 0%, #8A0808 100%); 
	background-image: -moz-linear-gradient(red 0%, #8A0808 100%); 
	background-image: -o-linear-gradient(red 0%, #8A0808 100%); 
	background-image: linear-gradient(red 0%, #8A0808 100%);
}

.activetab
{	
	font-size: 18px; 
	color: white; 	
	padding: 5px;
	background-image: -webkit-linear-gradient(red 0%, #8A0808 100%); 
	background-image: -moz-linear-gradient(red 0%, #8A0808 100%); 
	background-image: -o-linear-gradient(red 0%, #8A0808 100%); 
	background-image: linear-gradient(red 0%, #8A0808 100%);
}

.inactivetab
{	
	padding: 5px;
	font-size: 18px; 
	color: white; 
	background-color: #666666;
}

.inactivetab:hover
{	
	font-size: 18px; 
	color: white; 	
	padding: 5px;
	background-image: -webkit-linear-gradient(red 0%, #8A0808 100%); 
	background-image: -moz-linear-gradient(red 0%, #8A0808 100%); 
	background-image: -o-linear-gradient(red 0%, #8A0808 100%); 
	background-image: linear-gradient(red 0%, #8A0808 100%);
	cursor: pointer;
}

.legendsearch:hover
{	
	color: black;
	cursor: pointer;
}

.LandIDFlagge
{
	margin-left: 5px; 
	margin-top: 4px; 
	border-radius: 5px; 
	border:1px solid black; 
	width: 35px;
	vertical-align:bottom;
}
.LandIDFlagge:hover
{	
	border:1px solid red; 
	cursor: pointer;
}

.SDSubMenuIcons
{
	visibility: hidden; 
	position: absolute; 
	top: 2px; 
	width: 25px; 
	height: 25px;
	z-index: 5;
}

.ContentAreaHeader
{
	font-size: 18px; 
	font-family:'OpenSans', sans-serif !important;
	font-weight: 400;
	color: red;
	padding: 2px;
	text-align: left;
	width: 95%;	
	margin-top: 10px;
}


.ContentAreaHeaderLine
{	
	border: 2px solid #ff0000;	
	width: 99%;
	margin-left: 0px;
	
}

.ContentLegend
{	
	font-size: 14px; 
	font-family:'OpenSans', sans-serif !important;	
	color: #333333;	
}

.ContentAreaSub
{	
	padding: 2px;
	text-align: left;
	margin-top: 10px;
	margin-left: 5px;	
	width: 49%;	
	float: left;
	overflow: auto;	
}

.ContentAreaSubOverDetails
{	
	padding: 2px;
	text-align: left;
	margin-top: 20px;
	margin-left: 5px;	
	width: 100%;	
	float: left;
	overflow: auto;
}

.ContentAreaSubOverDetailsSmaller
{	
	padding: 2px;
	text-align: left;
	margin-top: 5px;
	margin-left: 5px;	
	width: 100%;	
	float: left;
	overflow: auto;
}

.ContentArea2
{	
	width: 100%;
	height: 100%;
	overflow: auto;
}

.subdetailsfieldset
{	
	position: relative;	
	width: 99%;	
	left: 2px;
	border: solid 1px red;
	border-radius: 5px;
}

.AreaHeader
  {
	color: white;
	font-size: 25px;
	text-decoration: none;
	background-Color: #666666;
	font-family:'OpenSans', sans-serif !important; 	
	height: 30px;
}

.TableHeadFont
    {
	color: white;
	font-size: 25px;
	text-decoration: none;
	background-Color: #E3E3E3;
	font-family:'OpenSans', sans-serif !important; 	
	height: 30px;
}

.FIBUListSum
    {	
	width: 99%; 
	border-top: solid 1px red; 
	border-radius: 5px;
}

.FIBUListSum td
    {
	color: black;
	font-size: 18px;
	text-decoration: none;	
	font-family:'OpenSans', sans-serif !important;
	font-weight: 400;
	text-align: center;	
}
	
.TableRowFont
{
	color: white; 
	font-family:'OpenSans', sans-serif !important; 
	font-size: 15px;	
	text-decoration: none;
	background-Color: transparent;
	height: 18px;
}


.TableRowFont:Hover td
{
	color: black;
	/* background-image: -webkit-linear-gradient(red 0%, #8A0808 100%); 
	background-image: -moz-linear-gradient(red 0%, #8A0808 100%); 
	background-image: -o-linear-gradient(red 0%, #8A0808 100%); 
	background-image: linear-gradient(red 0%, #8A0808 100%); */
	background-Color: #ccc;
	cursor: pointer;
}

.TableRowFontInaktiv
{
	color: black; 
	font-family:'OpenSans', sans-serif !important; 
	font-size: 15px;	
	text-decoration: none;
	background-Color: #F6CECE;
	height: 18px;
}


.TableRowFontInaktiv:Hover td
{
	color: black;
	/* background-image: -webkit-linear-gradient(red 0%, #8A0808 100%); 
	background-image: -moz-linear-gradient(red 0%, #8A0808 100%); 
	background-image: -o-linear-gradient(red 0%, #8A0808 100%); 
	background-image: linear-gradient(red 0%, #8A0808 100%); */
	background-Color: #ccc;
	cursor: pointer;
}

.TableRowFont2
{
	color: black; 
	font-family:'OpenSans', sans-serif !important; 
	font-size: 15px;	
	text-decoration: none;
	background-Color: transparent;
	height: 18px;
}


.TableRowFont2:Hover td
{
	color: black;
	/* background-image: -webkit-linear-gradient(red 0%, #8A0808 100%); 
	background-image: -moz-linear-gradient(red 0%, #8A0808 100%); 
	background-image: -o-linear-gradient(red 0%, #8A0808 100%); 
	background-image: linear-gradient(red 0%, #8A0808 100%); */
	background-Color: #ccc;
	cursor: pointer;
}

.TableRowFont3
{
	color: black; 
	font-family:'OpenSans', sans-serif !important; 
	font-size: 15px;	
	text-decoration: none;
	background-Color: transparent;
	height: 18px;
}


.TableRowFont3:Hover td
{
	color: black;
	/* background-image: -webkit-linear-gradient(red 0%, #8A0808 100%); 
	background-image: -moz-linear-gradient(red 0%, #8A0808 100%); 
	background-image: -o-linear-gradient(red 0%, #8A0808 100%); 
	background-image: linear-gradient(red 0%, #8A0808 100%); */
	background-Color: white;
	cursor: pointer;
}

.TableRowFont2Inaktiv
{
	color: black; 
	font-family:'OpenSans', sans-serif !important; 
	font-size: 15px;	
	text-decoration: none;
	background-Color: #F6CECE;
	height: 18px;
}


.TableRowFont2Inaktiv:Hover td
{
	color: black;
	/* background-image: -webkit-linear-gradient(red 0%, #8A0808 100%); 
	background-image: -moz-linear-gradient(red 0%, #8A0808 100%); 
	background-image: -o-linear-gradient(red 0%, #8A0808 100%); 
	background-image: linear-gradient(red 0%, #8A0808 100%); */
	background-Color: #ccc;
	cursor: pointer;
}


.OverviewHeaderDiv
{	
	padding: 2px;
	text-align: left;
	margin-top: 20px;
	margin-left: 5px;	
	overflow: auto;
}

.OverviewRow
{	
	padding: 2px;
	text-align: left;	
	overflow: auto;	
	margin: 0px;
	font-weight: normal;
}

a
{
	color: red;
	font-weight: 400;
	font-size: 14px;
}

a:hover
{
	cursor: pointer;
	color: blue;
}


ul#Navigation 
{    
	height: 30px;	
    text-align: left;    
	font-family:'OpenSans', sans-serif !important; 
	font-size: 14px;
	border-top-right-radius: 5px;	
	border-top-left-radius: 5px;	
	vertical-align:bottom;
	display: table-cell;
	padding: 5px;
	margin: 0px;
	background-color: transparent;
}
ul#Navigation li 
{
    list-style: none;
	height: 28px; 
    display: inline;
	margin-left: 4px;
	border-top-right-radius: 5px;	
	border-top-left-radius: 5px;	
}

ul#Navigation a, ul#Navigation span 
{    
	padding: 5px 5px 2px 5px;	
	text-align: center;
    text-decoration: none; 
	font-weight: 400;    
    color: black;
	font-size: 16px;
	border-top-right-radius: 5px;	
	border-top-left-radius: 5px;	
  }

  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    background-color: transparent;
  }
  
.OverviewTabMenuDiv
{
	background-Color: transparent; 	
	width: 100%; 	
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;	
}

.greenStatus
{	
	color: white;	
	width: 100%;
	height: 100%;
	background-Color: #0B610B;	
	border-radius: 5px;
	border: solid 0px white;
}

.redStatus
{
	color: white;
	background-Color: #8A0808;
	border-radius: 5px;
	border: solid 0px white;
	width: 100%;
	height: 100%;
}

.MenuFont
{	
	font-family: 'OpenSans', sans-serif !important;
	font-size: 22px;	
	margin: 20px;
	font-weight: 300;	
}

.StatusCircles
{	
	width: 30px;
	height: 30px;
	/* border-radius: 10px; */
	/* border: ridge black 1px; */
	float: left; 
}

.CockpitKalFilterImgEnabled
{
	opacity:1; 
	filter:alpha(opacity=100); 
	margin-left: 5px;
	height: 15px;
	cursor: pointer;
}

.CockpitKalFilterImgDisabled
{
	opacity:0.4; 
	filter:alpha(opacity=40); 
	margin-left: 5px;
	height: 15px;
	cursor: pointer;
}

.InputMaskMenu
{
	position: absolute; 
	top: 5px; 	
	height: 70px; 
	width: 70px;
	font-size: 12px;
	border-radius: 35px; 
	border: solid 1px #B51716;
	background-Color: white;	
	color: #B51716;	
	text-align: center;
}

.InputMaskMenuActive
{
	position: absolute; 
	top: 5px; 	
	height: 70px; 
	width: 70px; 
	font-size: 12px;
	border-radius: 35px; 
	background-Color: #B51716;	
	border: solid 1px #B51716;
	color: white;	
	font-weight: 400;	
	text-align: center;
	cursor: pointer;
}

.InputMaskMenuDone
{
	position: absolute; 
	top: 5px; 	
	height: 70px; 
	width: 70px; 
	font-size: 12px;
	border-radius: 35px; 
	background-Color: #F6CECE;	
	color: white;
	border: solid 1px #F6CECE;
	font-weight: 400;	
	text-align: center;
	cursor: pointer;
}

.InputMaskContentDiv
{
	position: absolute; 
	top: 100px; 
	left: 10px; 
	right: 10px; 
	bottom: 50px; 
	background-Color: white;
	color: black;
	border-radius: 5px;
	display: none;
	border: solid 1px red;
}

.InputMaskMenuConnect
{
	position: absolute; 
	top: 38px; 
	height: 2px;
	background-Color: #B51716;
	width: 30px;
}

.InputMaskMenuConnectDone
{
	position: absolute; 
	top: 38px; 
	height: 4px;
	background-Color: #F6CECE;
	width: 30px;
}

.InputMaskButton
{
	position: absolute; 
	bottom: 10px; 
	height: 25px;
	width: 100px;
	background-Color: white;
	border: solid 1px #B51716;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	color: #B51716;
	font-weight: 400;
	cursor: pointer;
	padding-top: 0px;
}

.InputMaskButton:Hover
{	
	background-Color: #B51716;	
	color: white;
}

.InputMaskInputEmpty
{	
	border: solid 1px #B51716;
	border-radius: 5px;
	text-align: left;
	font-size: 16px;
	z-index: 10;
	position: relative;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.InputMaskInputError
{	
	border: solid 1px #B51716;
	border-radius: 5px;
	text-align: left;
	font-size: 16px;
	z-index: 10;
	position: relative;
	background: red;
	position: absolute;
	top: 0;
	left: 0;
}

.InputMaskInputSuggest
{
	position: absolute;
	top: 0;
	left: 0;	
	border-radius: 5px;
	border: solid 0px black;
	text-align: left;
	font-size: 16px;
	color: #bbb;
	background: transparent;
	z-index: 0;
}

.InputMaskInputFilled
{	
	background: transparent;
	border: solid 0px #B51716;
	border-radius: 5px;
	text-align: left;
	cursor: pointer;
	font-size: 16px;
	color: #B51716;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
}

.InputMaskInputHeaderEmpty
{	
	border: solid 1px #B51716;
	border-radius: 5px;
	text-align: center;
	background-Color: white;
	color: black;
	font-size: 22px;
}

.InputMaskInputHeaderError
{	
	border: solid 1px #B51716;
	border-radius: 5px;
	text-align: center;
	background-Color: red;
	color: black;
	font-size: 22px;
}

.InputMaskInputHeaderFilled
{
	background-Color: white;
	border: solid 0px #B51716;
	border-radius: 5px;
	color: black;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
}

.InputMaskAreaLabel
{
	color: #B51716;
	font-weight: 400;
	font-size: 18px;	
}

.InputMaskInputLabel
{
	color: #aaaaaa;
	font-weight: 400;
	font-size: 16px;
	padding-right: 5px;
}

.InputMaskKontaktTypImgEnabled
{
	opacity:1; 
	filter:alpha(opacity=100);
	height: 40px;
	cursor: pointer;
	border-radius: 10px; 
	border:2px solid #B51716;
}

.InputMaskKontaktTypImgDisabled
{
	opacity:0.4; 
	filter:alpha(opacity=40); 
	height: 50px;
	cursor: pointer;
	border-radius: 10px; 
	border:2px solid blue;
}

.InputMaskInput2Empty
{	
	border: solid 1px #B51716;
	border-radius: 5px;
	text-align: left;
	font-size: 16px;
	z-index: 10;	
	background: transparent;
}

.InputMaskInput2Error
{	
	border: solid 1px #B51716;
	border-radius: 5px;
	text-align: left;
	font-size: 16px;
	z-index: 10;	
	background: red;	
}

.InputMaskInputSuggest
{
	position: absolute;
	top: 0;
	left: 0;	
	border-radius: 5px;
	border: solid 0px black;
	text-align: left;
	font-size: 16px;
	color: #bbb;
	background: transparent;
	z-index: 0;
}

.InputMaskInput2Filled
{	
	background: transparent;
	border: solid 0px #B51716;
	border-radius: 5px;
	text-align: left;
	cursor: pointer;
	font-size: 16px;
	color: #B51716;
	z-index: 10;	
}

.InputMaskInput3Empty
{	
	border: solid 1px #B51716;
	border-radius: 5px;
	text-align: left;
	font-size: 16px;	
	background: white;
	display: block;
	width: 95%;
}

.InputMaskInput3Filled
{	
	background: transparent;
	border: solid 1px transparent;
	border-radius: 5px;
	text-align: left;
	cursor: pointer;
	font-size: 16px;
	color: #B51716;	
	display: block;
	width: 95%;
}

.InputMaskInputTableEmpty
{	
	border: solid 1px #B51716;
	border-radius: 5px;
	text-align: left;
	font-size: 14px;	
	background: white;
	display: block;
	width: 95%;
}

.InputMaskInputTableFilled
{	
	background: transparent;
	border: solid 1px transparent;
	border-radius: 5px;
	text-align: left;
	cursor: pointer;
	font-size: 14px;
	color: black;	
	display: block;
	width: 95%;
}

.InputMaskInput3Error
{
	border: solid 5px #B51716;
	border-radius: 5px;
	background: red;	
	text-align: left;
	cursor: pointer;
	font-size: 16px;
	color: #B51716;	
	display: block;
	width: 95%;
}

.InputMaskInput4Empty
{	
	border: solid 1px #B51716;
	border-radius: 5px;
	text-align: left;
	font-size: 14px;	
	background: white;
	display: block;
	width: 95%;
	text-align: center;
}

.InputMaskInput4Filled
{	
	background: transparent;
	border: solid 0px #B51716;
	border-radius: 5px;
	text-align: left;
	cursor: pointer;
	font-size: 14px;
	color: black;	
	display: block;
	width: 95%;
	text-align: center;
}



.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
	height: 100px;
	width: 300px;
	background-Color: white;
	overflow: auto;
}
.ui-menu .ui-menu {
	position: absolute;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	display: none;
	z-Index: 300;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;	
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-helper-hidden-accessible { display:none; }

.ui-menu .ui-menu-item a{
    color: black;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;	
	background-Color: white;
}

.googlemarker
{
	background-Color: white;
	background-image: url(../../Bilder/menubilder/googleMarkerEcke.png); 		
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px;
	padding-left: 6px;
	position: absolute;
	cursor: pointer;
	border: solid 1px red;
	opacity:0.9; 
	filter:alpha(opacity=90); 
	width: 90px;
	text-align: center;	
	height: 18px;	
}

/*toogle switches*/
.switch {
  position: relative;
  display: inline-block;
  width: 41px;
  height: 23px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f77362;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2.5px;
  bottom: 2.5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #088A08;
}

input:focus + .slider {
  box-shadow: 0 0 1px #088A08;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* sliders inverted colors*/

.sliderInvert {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #088A08;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliderInvert:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2.5px;
  bottom: 2.5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .sliderInvert {
  background-color: #f77362;
}

input:focus + .sliderInvert {
  box-shadow: 0 0 1px #f77362;
}

input:checked + .sliderInvert:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.sliderInvert.round {
  border-radius: 34px;
}

.sliderInvert.round:before {
  border-radius: 50%;
}



* { box-sizing:border-box; }


/* form starting stylings ------------------------------- */
.group 			  
{ 
  position:relative; 
  margin-bottom:45px; 
}
.inputGoogle
{
	font-family:'OpenSans', sans-serif !important;
  font-size:16px;
  padding:10px 10px 10px 5px;
  display:block;  
  border:none;
  border-bottom:1px solid #a30b05;
  text-align: left;
  width: 90%;
}
.inputGoogle:focus 		{ outline:none; }

/* LABEL ======================================= */
.inputlabelGoogle
{
font-family:'OpenSans', sans-serif !important;
  color:#999; 
  font-size:16px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:0px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;  
}

.inputlabelGoogleDisabled
{
font-family:'OpenSans', sans-serif !important;
  top:-20px;
  font-size:12px;
  color:#a30b05;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;  
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;  
}

/* active state */
.inputGoogle:focus ~ .inputlabelGoogle, .inputGoogle:valid ~ .inputlabelGoogle 		{
  top:-20px;
  font-size:12px;
  color:#a30b05;
}

/* active state */
.inputGoogle:read-only ~ .inputlabelGoogle{
  top:-20px;
  font-size:12px;
  color:#a30b05;
}

.inputGoogle:-moz-read-only ~ .inputlabelGoogle{
  top:-20px;
  font-size:12px;
  color:#a30b05;
}

/* active state */
.inputGoogleDropDown
{
  top:-20px;
  font-size:12px;
  color:#a30b05;
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:300px; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#a30b05; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
.inputGoogle:focus ~ .bar:before, .inputGoogle:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.inputGoogle:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#a30b05; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#a30b05; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#a30b05; }
  to 	{ width:0; background:transparent; }
}

::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #ABABAB;
}

::-webkit-scrollbar-thumb {
    background: #737373;
    -webkit-border-radius: 1.5vmin;    
}

::-webkit-scrollbar-corner {
    background: #737373;
}