﻿/* roboto-condensed-regular - latin-ext_latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('/styles/fonts/roboto-condensed-v19-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/styles/fonts/roboto-condensed-v19-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('/styles/fonts/roboto-v20-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/styles/fonts/roboto-v20-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('/styles/fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/styles/fonts/roboto-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Roboto';
    font-size: 90%;
}

textarea {
    font-family: Arial, Verdana, sans-serif;
}

.Detail {
	border-collapse: collapse;
	border-spacing: 0;
	border:none;
	border: 1px black solid;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.Detail td{
	width:33%;
}
.Detail tr{
	width:100%;
	border: 1px black solid;
} 
.Detail tr:nth-child(odd){ background-color:#d3d3d3; }
.Detail tr:nth-child(even)    { background-color:#ffffff; }

.ui-dialog-content #DetailForm {
    width:100%;
}


#DetailForm, #DataList {
    display: inline-block;
    width: calc(100% - 280px);
    vertical-align: top;
}

#DetailForm.actionless {
    display: block;
    width:99% !important;
}

#ActionBox {
    z-index: 10;
    position: relative;
    float: right;
    top: 34px;
    display: inline-block;
    width: 220px;
    box-sizing: border-box;
    vertical-align: top;
    padding: 10px 10px 0 10px;
    border: #4E4A46 1px solid;
    backdrop-filter: blur(10px);
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 50px;
}



.clearfix::after, .ui-tabs-panel::after {
    content: " ";
    clear: both;
    display: table;
}


.ui-tabs #ActionBox {
    margin-right: 0;
}

#ActionBox h1 {
    margin-bottom: 22px;
    font-size: 100%;
    position: absolute;
    top: -28px;
    right: 1px;
    border: none;
}

#ActionBox .Button {
    margin: 0 0 8px 0;
    width: 100%;
    box-sizing: border-box;
    padding-top: 4px;
    padding-bottom: 4px;
}

#ActionBox .Button {
    text-align:left;
    display:block;
}

.ui-button-text {
    text-align:left;
}

#xvLoading {
    position: absolute;
    top: 65px;
    left: 48%;
    margin: 0;
    width:256px;
    font: 13px Arial;
    color: black;
    /*background-color: white;*/
    text-align: center;
    font-weight: bold;
    z-index: 999;
    display: none;
    /*box-shadow: 0px 0px 35px rgba(0,0,0,1);
    border: 5px solid #000;*/
}

#xvLoading img {
    /*clip: rect(50px,100px,50px,100px);*/
}

#Warning {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color:red;
    display:none;
}

#Info {
    position: absolute;
    right: 30px;
    bottom: 20px;
    color: blue;
    display: none;
}

#SingleHeader {
    background-color: #bb1e10;
    text-align: right;
}

label.required {
    font-weight: bold;
}

h1 {
    font-size: 120%;
    font-family:'Roboto';
    font-weight:700;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #4E4A46;
}

h2 {
    font-size:110%;
    margin-bottom: 5px;
}

h3 {
    font-size:1em;
    color:black;
    margin-bottom: 5px;
}


hr {
	border-top: 1px solid #8c8b8b;
}

a
{
	color: #000;
}

*:focus {
    outline: none;
}

input:focus, select:focus, a.Button:focus
{
	box-shadow: 3px 3px 10px 0px rgba(120,120,120, 0.5);
}

input[type=checkbox]:focus, input[type=radio]:focus {
	box-shadow:none;
	outline:initial;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* hide spinner in number inputs */
input[type=number] {
    -moz-appearance: textfield;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fa:hover{
     transform:scale(1.25);
     transition: all 20ms linear 20ms; /* explorer 10 */
}
.fa{
     /*transform:scale(1);*/
     transition: all 20ms linear 20ms; /* explorer 10 */
}
.ui-button .fa:hover {
    transform: scale(1);
}

button .fa:hover, .Button .fa:hover {
	transform: scale(1);
}

.fa.nohover:hover {
    transform: scale(1);
    cursor:unset;
}

.logoI {
    display:inline-block;
    font-size:23px;
}

.LogoContainer {
    float:right;
    margin-right:15px;
    padding-top:5px;
}

.logoDiv {
    position:absolute;
    visibility: hidden;
    opacity: 0;
    background-color: white;
    border: 1px solid red;
    border-radius: 5px;
    transition: all 400ms ease-in 400ms; /* explorer 10 */
    width:200px;
    right:0;
    text-align:center;
}

div.selectValuesDiv ul.ui-menu {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100 !important;
    position: fixed;
    font: 12px Arial;
}

div.selectValuesDiv > ul.ui-menu {
    width:100%;
    position: relative;
}

.dropdown-header {
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.dropdown-list {
    overflow-x: hidden;
    overflow-y: auto;
}

.dropdown-list, .dropdown-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dropdown-link:hover{
    cursor:pointer;
    transform:scale(1);
}

.dropdown-item {
    margin: 0 0 1px;
}

.dropdown-list li:hover{
    background:#ddd;
}

.dropdown-link {
    color: #333;
    display: block;
    text-decoration: none;
    padding: 2px 3px;
    box-sizing: border-box;
    display: inline-block;
}

.dropdown-icon {
    opacity: .5;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 14px;
    line-height: inherit;
    font-size: 14px;
    width: 10%;
    box-sizing: border-box;
}

.dropdown-menu-container{
    display: none;
    position: absolute;
    z-index: 20;
    max-height: 300px;
    overflow: auto;
    border: 1px solid black;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
}

.dropdown-back{
    display:block;
    top:0px;
    padding:2px;
}

#dark-overlay {
    display:none;
    position:fixed;
    top:0px;
    left:0;
    width:100%;
    height:100%;
    border:none;
    background-color: black;
    opacity:0.5;
    z-index:90;
}
.popup-div {
    display:none;
    position:fixed;
    width:400px;
    top:50px;
    margin:auto;
    height:500px;
    overflow:auto;
    background-color:white;
    opacity:1;
    border:1px solid black;
    z-index:100;
    padding:3px;
}
.popup-div a:hover {
    text-decoration:underline;
    cursor:pointer;
}

.fkSelektorDialog {
	display: none;
}

.FKIDToolTip {
    font-size:10px;
}
#popupSpinner {
    position:absolute;
    margin:auto;
    left:200px;
}

.hidePopup {
    position:absolute;
    top:3px;
    right:3px;
    height: 20px;
    width: 77px;
}



div.jGrowl-notification {
	position: fixed;
	top: 30px;
	right: 30px;
	width: 400px;
	background-image: none;
	background-color:transparent;
	color: #fff;
	padding: 30px;
	border: none;
	border-radius: 0;
}

div.jGrowl-notification.alert {
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    background-color: #bb1e10;
    box-shadow: 3px 3px 12px rgb(0,0,0);
}
.jGrowl-close {
	position:absolute;
	top:0;
	right:0;
}

.sideNav {
	display: inline-block;
	width: 250px;
	border-right: 2px solid #555;
	margin-right:20px;
}

.sideNav ul {
	margin:0;
	padding:0;
}

.sideNav li {
	list-style:none;
}

.sideNav li:hover {
	text-decoration:underline;
	cursor:pointer;
}

.blur {
    filter: blur(3px);
}

.hauptbild {
    max-width: 100%;
    max-height: auto;
}
.helpLink {
    float: right
}
.isDeleted {
    text-decoration: line-through;
}

button.actionWorkflow {
    color: #fff;
    background-color: #1b7480;
    border-left:none;
    border-right:none;
    width:90% !important;
    padding-left:18px;
    white-space:nowrap;
}
.PrintReport {
    background-color: #ffd11a !important;
}
.PrintReport:hover {
    background-color: #E5BC17 !important;
    color: black !important;
}


.Button.actionWorkflow:after {
    content: "";
    border-top: 0.9em solid transparent;
    border-bottom: 0.9em solid transparent;
    border-left: 12px solid #1b7480;
    position: absolute;
    right: -12px;
    top: 0;
    z-index: 1;
}

.Button.actionWorkflow:before {
    content: "";
    border-top: 0.9em solid transparent;
    border-bottom: 0.9em solid transparent;
    border-left: 12px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.Button.actionWorkflow:hover, .Button.actionWorkflow:focus, .Button.actionWorkflow:active {
    border-left: none;
    border-right: none;
    background-color: #1b7480;
    padding-left: 24px;
    outline-width:0;
}

#Steps .ui-state-active {
    background-color: #fff;
    color: #4E4A46;
}

.icon {
    width: 20px;
    height:20px;
    filter:invert(1);
    margin-right:5px;
}

.icon.Grunddaten {
    background-color: #606C38;
    background-color: #577590;
}

.icon.InterneDaten {
    background-color: #283618;
    background-color: #43AA8B;
}

.icon.ExterneDaten {
    background-color: #8B7904;
    background-color: #90BE6D;
}

.icon.VielverwendeteDaten {
    background-color: #BC6C25;
    background-color: #F3722C;
}

.icon.AndereDaten {
    background-color: #DDA15E;
    background-color: #43AA8B;
}

.ui-tab .icon {
    filter: invert(1) brightness(0.88);
    width: 16px;
    height: 16px;
}

.ui-tab.ui-state-hover .icon {
    filter: initial;
}

.ui-tab.ui-state-active .icon {
    filter: invert(1);
}

