
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
*{
	box-sizing: border-box;
	-webkit-text-stroke: 0.2px;
}
body,html{
	width: 100%;
	height: 100%;
}
#loadingIndikator {
	width:100%;
	height:100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100000;
}
body { 
	position: relative;
	padding-top: 50px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	overflow-y: scroll;
	background-color: #333 !important;
}
.disabled {
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.pointer {
	cursor: pointer;
}
.full-height{
	height: 100%;
	min-height: 100%;
}
.no-border {
    border: none !important;
}
.tilewrapper{
	padding-top: 20px;
	padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px; 
	width: 100%;
	height: 100%;
	
}

.tilewrapper-default {
	font-weight: bold;
	font-size: 1.4em;
	color: #fff;
	text-align: center;
	background-color:  #333;
}

.tile,
.detail {
	background-color: #f8f8f8;
}
.tile{
	position: relative;
	padding-top: 54px;
	padding-bottom: 120px;
	float: left;
	width: 33.3333333333%;
	height: 50%;
	min-height: 305px;
	border: 5px solid #333;
}
.tile .head,
.detail .head,
.detail .body{
	padding-top: 20px;
	padding: 10px;
}
.detail .head .container{
	height: 100%;
}
.tile .head{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.tile .body{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.tile .body .slides {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 120px;
	padding: 0;
	margin: 0;
  }
.tile .body .slides .slide{
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
  	background: rgba(255,255,255,0.9);
	padding: 10px;
}
.tile .body .rslides_nav,
.tile .body .rslides1_nav,
.tile .body .rslides2_nav,
.tile .body .rslides3_nav,
.tile .body .rslides4_nav
{
	position: absolute;
	bottom: 42px;
	z-index: 100;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #000;
}
.tile .body .rslides_nav:focus,
.tile .body .rslides_nav:active,
.tile .body .rslides_nav:hover,
.tile .body .rslides1_nav:focus,
.tile .body .rslides1_nav:active,
.tile .body .rslides1_nav:hover,
.tile .body .rslides2_nav:focus,
.tile .body .rslides2_nav:active,
.tile .body .rslides2_nav:hover,
.tile .body .rslides3_nav:focus,
.tile .body .rslides3_nav:active,
.tile .body .rslides3_nav:hover,
.tile .body .rslides4_nav:focus,
.tile .body .rslides4_nav:active,
.tile .body .rslides4_nav:hover
{
	text-decoration: none;
	color: #333;
}
.tile .body .rslides_nav.prev:before,
.tile .body .rslides1_nav.prev:before,
.tile .body .rslides2_nav.prev:before,
.tile .body .rslides3_nav.prev:before,
.tile .body .rslides4_nav.prev:before
{
	content: "\f137";
}
.tile .body .rslides_nav.next:before,
.tile .body .rslides1_nav.next:before,
.tile .body .rslides2_nav.next:before,
.tile .body .rslides3_nav.next:before,
.tile .body .rslides4_nav.next:before
{
	content: "\f138";
}
.tile .body .rslides_nav.prev,
.tile .body .rslides1_nav.prev,
.tile .body .rslides2_nav.prev,
.tile .body .rslides3_nav.prev,
.tile .body .rslides4_nav.prev
{
	left: 10px;
}
.tile .body .rslides_nav.next,
.tile .body .rslides1_nav.next,
.tile .body .rslides2_nav.next,
.tile .body .rslides3_nav.next,
.tile .body .rslides4_nav.next
{
	right: 10px;
}

.tile .body .slide:first-child{
	position: relative;
	display: block;
	float: left;
}
.tile .tile-link{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tile .tile-label{
	font-weight: bold;
	text-align:right;
}
.tile-objekt .body{
	background-image: url("/assets/meta/z3f7f4496/img/icon-objekt.svg");
	background-color: #9c340e;
}
.tile-nebenkosten .body{
	background-image: url("/assets/meta/z1a3e5db6/img/icon-nebenkosten.svg");
	background-color: #ad8202;
}
.tile-ertrage .body{
	background-image: url("/assets/meta/z4bde32ad/img/icon-ertrage.svg");
	background-color: #1b4170;
}
.tile-erwerber .body{
	background-image: url("/assets/meta/zabd18a56/img/icon-erwerber.svg");
	background-color: #5b3261;
}
.tile-finanzierung  .body{
	background-image: url("/assets/meta/z266aa8f9/img/icon-finanzierung.svg");
	background-color: #006569;
}
.tile-auswertung .body{
	background-image: url("/assets/meta/zebdd243b/img/icon-auswertung.svg");
	background-color: #005939;
}

.tile-objekt .head,
.detail-objekt .head{
	background-color: #e74c14;
}
.tile-nebenkosten .head,
.detail-nebenkosten .head{
	background-color: #faba01;
}
.tile-ertrage .head,
.detail-ertrage .head{
	background-color: #275fa2;
}
.tile-erwerber .head,
.detail-erwerber .head{
	background-color: #8b4d95;
}
.tile-finanzierung  .head,
.detail-finanzierung  .head{
	background-color: #00acb1;
}
.tile-auswertung .head,
.detail-auswertung .head{
	background-color: #008b57;
}
.detail-default .head{
	background-color: orange;
}
.detail{
	padding-top: 20px;
	min-width: 100%;
	min-height: 100%;
}
.detail .head{
	position: fixed;
	width: 100%;
	height: 54px;
	z-index: 3;
	padding: 0px;
	text-align: center;
}
.detail .body{
	padding-top: 84px;
}
.detail .head .home,
.detail .head .prev,
.detail .head .next{
	top: 10px;
}
.detail .head .home{
	float: left;
}
.detail .head .prev,
.detail .head .next{
	float: right;
	margin-left: 5px;
}
.tile .head .title,
.detail .head .title{
	font-weight: bold;
	font-size: 1.3em;
	line-height: 34px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.tile .head .count{
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 1.6em;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 17px;
	margin-right: 5px;
	box-sizing: border-box;
	vertical-align: middle;
}
.status{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 34px;
	height: 34px;
	border-radius: 17px;
	text-align: center;
	line-height: 34px;
}
.status-ok{
	color: #fff;
	line-height: 30px;
}
.status-nok{
	color: #faba01;
	background: #fff;
}

.form-group {
    margin-bottom: 15px;
}
.edit,
.row-edit,
.row-edit-blue {
	    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    background: #000;
}
.row-edit-blue
{ background: #428bca; }
.row-edit-blue:hover
{ background: #3a79b0; color: #fff; }
.row-info{
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 17px;
	text-align: center;
	line-height: 22px;
	color: #fff;
	background: #000;
}
.edit{
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
}
.tile .tile-link:hover .edit{
	display: block;
}
.detail-auswertung #diagramm{
	width: 100%;
	height: 450px;
	margin-top: 20px;
}

/*common*/
div.divider{
	font-size: 1.5em;
	font-weight: 300;
	padding: 15px;
	background-color: #ddd;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
	margin: 50px -10px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* div.divider:first-child, */
div.divider-closely{
	margin-top: 0;
}
div.divider-caption{
	padding-top: 5px;
}
div.divider-caption.divider-caption-bottom{
	padding-bottom: 5px;
}
hr {
    height: 2px !important;
    line-height: 2px !important;
    overflow: hidden !important;
    background: #888 !important;
    margin: 50px 0 !important;
}
.smalldisplay{
	display: block;
}
.bigdisplay{
	display: block;
	font-size: 1.5em;
}
.small{
	font-size: 0.9em;
	line-height: 1em;
}
.clearer{
	clear: both;
}
.top-50{
	margin-top: 50px;
}
.status-message {
	font-weight:bold;
	padding:2px 10px;
}
.status-ok {
	color: #0a0;
}
.status-error {
	color: #f00;
}
.standard-link{
	color:black;
	text-decoration:underline
}
.standard-link-abgesetzt{
	margin-top:10px;
	margin-left:20px;
}

/*Löschenbuttons die beim Hovern einer Zeile der gemerkten Logins erscheinen http://ipq-dummy.hs.evermind.de/pages/login-2.htm*/
.appear
{ visibility: hidden; }

.table tr:hover .appear
{ visibility: visible; } 

.status-frei {
	color:#39A000;
}
.status-inaktiv {
	color:#AAAAAA;
}
.status-verkauft {
	color:#FF0000;
}
.status-reserviert,
.status-exklusiv,
.status-vorbereitet
{
	color:#FF9C00;
}

/*Top nav  */
.topnav{
	position: relative;
	display: block;
	float: left;
	padding-left: 15px;
	width: 14%;
	margin-left: 1px;
	height: 100%;
	color: #ccc;
	background-color: rgba(0,0,0,0.5);
	line-height: 54px;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	
	background-size: contain;
    background-repeat: no-repeat;
}
.topnav:hover{
	text-decoration: none;
	color: #fff;
}
.topnav.active{
	color: #fff;
	font-weight: bold;
	background-color: transparent
}
.topnav .fa{
	margin-right: 10px;
}
.topnav .fa.ok{
	color: #39a000;
}
.topnav .fa.nok{
	color: #e74c14;
}
.topnav.start {
	background-image: url("/assets/meta/z4dfc8496/img/icon-start.svg");
}
.topnav.objekt {
	background-image: url("/assets/meta/z3f7f4496/img/icon-objekt.svg");
}
.topnav.nebenkosten {
	background-image: url("/assets/meta/z1a3e5db6/img/icon-nebenkosten.svg");
}
.topnav.ertrage {
	background-image: url("/assets/meta/z4bde32ad/img/icon-ertrage.svg");
}
.topnav.erwerber {
	background-image: url("/assets/meta/zabd18a56/img/icon-erwerber.svg");
}
.topnav.finanzierung {
	background-image: url("/assets/meta/z266aa8f9/img/icon-finanzierung.svg");
}
.topnav.auswertung {
	background-image: url("/assets/meta/zebdd243b/img/icon-auswertung.svg");
}
.topnav.objekt.active {
	background-image: url("/assets/meta/ze9957de0/img/icon-objekt-active.svg");
}
.topnav.nebenkosten.active {
	background-image: url("/assets/meta/z36115d03/img/icon-nebenkosten-active.svg");
}
.topnav.ertrage.active {
	background-image: url("/assets/meta/z2f7873cc/img/icon-ertrage-active.svg");
}
.topnav.erwerber.active {
	background-image: url("/assets/meta/z3c59a4e4/img/icon-erwerber-active.svg");
}
.topnav.finanzierung.active {
	background-image: url("/assets/meta/z373e9cb7/img/icon-finanzierung-active.svg");
}
.topnav.auswertung.active {
	background-image: url("/assets/meta/z234522e0/img/icon-auswertung-active.svg");
}
.fa{
display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/*um noch nicht fertig gerenderte teile des dom auzublendes  */
.nojs {
  display: none;
}

highchart#wertSteigerungvergleich-chart {
    display: block;
    width:570px;
    height:450px;
}
highchart#wertevergleich-chart {
    display: block;
    width:570px;
    height:450px;
}
highchart#aufteilung-chart{
	display: block;
    width:1170px;
    height:250px;
}
highchart#mieteinnahmen-chart{
	display: block;
    width:570px;
    height:450px;
}
.uploader .uploader-drop {
	text-align: center;
	color: #aaa;
	min-height: 290px;
}
.uploader .uploader-drop i.fa{
	font-size: 250px;
}
.uploader .uploader-drop .progress {
	height: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
} 
.uploader .uploader-drop.file-over {
	color: #888;
}
.uploader-infos button+button {
	margin-left: 15px;
}
.ng-thumb,
div[ng-thumb]{
	overflow: hidden
}

.overlayBackground { 
	top:50%; 
	left:50%;	
	position:fixed;	
	z-index:1000;
	height:100px;
	width:100px;
  	margin-left: -100px;
	background-color:#808080;
	opacity:0.3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.overlayContent
{ 
	position:absolute;
	background-color:#fff;
	font-weight: bold;
	height: 100px;
	width: 100px;
	z-index:1000;
	text-align:center;
	padding-top:10px;
	border: 1px solid #000;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
}
.elementDisabled-true
{
	color:#AAA!important;
}
table.no-margin {
	margin:0
}
tr.border-double td {
    border-bottom: 3px double #000;
}
tr.top-border-double td {
    border-top: 3px double #000 !important;
}
.text-bold {
    font-weight: bold;
}

tr.border-top td{
	border-top: 2px solid #000 !important;
}
tr.hover .fa-bars{
	position: absolute;
	right: 10px;
	top: 10px;
}
th.border-right {
	border-right: 2px solid #000;
}
td.border-right-1 {
	border-right: 1px solid #000 !important;
}
th.border-right-1-gray {
	border-right: 1px solid #dddddd !important;
}
td.no-padding {
	padding: 0px !important;
}
td.border-right-2 {
	border-right: 2px solid #000 !important;
}
td.border-right-2:last-child {
	border-right: 0px solid #000 !important;
}
tr.border-bottom-2 {
	border-bottom: 2px solid #ddd !important;
}
.data-table td {
	text-align: right;
}
th.text-right {
	text-align: right;
}
.top-25{
	margin-top: 25px;
}
.bottom-25{
	margin-bottom: 25px;
}
.text-center{
	text-align: center;
}
.checkbox-label{
	margin-left: 5px;
	margin-right: 5px;
}
#calclist{
	position: absolute;
	top: 0;
	left: 150px;
	height: 50px;
}
#calclist .calcitem{
	display: block;
	float: left;
	border-right: 1px solid #888;
	padding: 10px 20px;
	color: #fff;
	position: relative;
}
#calclist .calcitem:hover{
	text-decoration: none;
	background-color: #333;
}
#calclist .calcitem:first-child{
	border-left: 1px solid #888;
}
#calclist .calcitem .circle{
	font-weight: bold;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #fff;
	text-align: center;
	line-height: 26px;
}
#calclist .calcitem-active{
	background-color: #333;
}
#calclist .calcitem-active .circle{
	border-radius: 50%;
	border: 3px solid orange;
	text-align: center;
	line-height: 24px;
}
#calclist .calcitem .kill,
#calclist-more a .kill,
#scenarios .scenario .kill{
	display: none;
	position: absolute;
	top: 1px;
	right: 1px;
	color: #ccc;
}
#calclist-more a .kill{
	top: 5px;
	right: 5px;
}
#calclist .calcitem:hover .kill,
#calclist-more a:hover .kill,
#scenarios .scenario:hover .kill{
	display: block;
}
#calclist .calcitem-func {
	line-height: 30px;
}
#calclist-more {
	position: absolute;
	right: 86px;
	top: 50px;
	background-color: #000;
	width: 285px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
#calclist-more a{
	position: relative;
	color: #fff;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border-bottom: 1px solid #888;

}
#calclist-more a:last-child{
	border-bottom: none;
}
#calclist-more a:hover{
	text-decoration: none;
	background-color: #333;
}

#comptable tr td {
	white-space: nowrap;
}

.text-small {
    font-size: 0.8em;
}
.bg-lightgrey {
    background-color: #ddd;
}
.text-bold {
    font-weight: bold;
}

.full-size{
	width: 100%
}