/* Mietvertragstool default theme */
html{
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #666666;
}

.background{
    background-color: #F8F8F8;
    color: #666666;
}

.blue{
    background-color: #00B1E6;
    color:#ffffff;
}

.white{
    background-color: #FFF;
    
}


.contentBox{
    margin:auto;
}


.hug-blue{
	background-color:#00b1e6;
	color: #fff;
}

h1{
	font-size: 2rem;
}

@media (min-width:768px) {
    h1{
    position: absolute;
    bottom: 0;
    }
}

h2{
	font-size: 1.5rem;
}
#vertrag{
	border: 1px solid #666666;
}

#tooltip{
	background-color: #BDE4F7;
	border: 1px solid #666666;
	color: #666666;
}

.btn-primary{
	background-color: rgb(0,158,224);
}

.btn-default{
	border-color:rgb(0,158,224);
}

.btn-default:hover{
	background-color:rgb(0,158,224);
	border-color:rgb(0,158,224);
}

.btn.btn-default.focus,
.btn.btn-default:focus,
.btn.btn-default:hover,
.btn.btn-default.focus,
.btn.btn-default:focus,
.btn.btn-default:hover {
  background-color: #fff;
}

.btn.btn-default.active{
	border-color: grey;
	background-color:#ccc;
}

p {
	max-width:45em;
	text-align:justify;
}

div .pager button {
	margin:2px;
}

.dropdown {
	display: inline-block;
	margin-right: 10px;
}

input {
	margin-right:5px;
	border: none !important;
	border-bottom: 1px solid #00b1e6 !important;
	padding-left: 5px;
}

input:focus, input:active {
    outline: none !important;
    box-shadow: none !important;
 }

 select{
	border: 1px solid #00b1e6;
	outline: none !important;
    box-shadow: none !important;
 }

.hug-xl {
	width:95%;
}

.hug-xs {
	width:3.5em;
}

.xlarge {
	margin-right: 5px;
}

div .pager {
	text-align: left;
}

.line-fix {
	display:block;
	text-align:left !important;
}
.defaultTable p {
	font-size:1em;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}

.defaultTable tr {
	border-bottom: none; /*1px solid grey;*/
	margin-bottom: 5px;
}

div .radio{
	text-align:center;
}

.radio input[type="radio"] {
	margin-left:0px;
}

div .last{
	margin-bottom:10px;
}
/* if portrait mode is detected, rotate the entire site -90 degrees to hint rotating to landscape 
@media (orientation: portrait) {
  body {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}*/

.circleMark {
	width:5px; 
	height:5px; 
	background-color: #00b1e6; 
	border-radius: 50%; 
	display:inline-block;
	position: relative;
	vertical-align: middle;
	top: -2px;
}

.btn-unten{
	margin-top:25px;
}

div #bottom-buttons{
	margin-bottom:10px;
}

/* Hide file input - style label */
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
    display: inline-block;
	background-color: rgb(0,158,224);
	color: #fff;
	border-color: #204d74;
	border-radius: 4px;
	
}

.inputfile:focus + label,
.inputfile + label:hover {
	background-color: #286090;
}

iframe {
	width: 100%;
	height: 100%;
	border: none;
}

#betriebskostenTable tbody tr td{
	padding: 1rem !important;
}

.scrollbar-X{
	overflow-x: auto;
}

ol {
	padding-left: 1rem;
}

.red, .red:focus, .red:hover {
	border:1px solid red !important;
}

.popupMenu{
	position: absolute;
    background-color: rgb(0,158,224);
    width: 16rem;
    z-index: 99999;
    color: #fff;
    border: 1px solid #204d74;
}

.uA{
	border: 1px solid #666666;
	padding: 1rem;
	background-color: #bde4f7;
	color: #666666;
	cursor: pointer;
}

.uA:hover{
	border: 1px solid gold;
}

#tooltip-I{
	display:inline-block;
	position: absolute;
    right: 0rem;
    top: -1rem;
}

#tooltip-X{
	display:none;
	position: absolute;
    right: 0rem;
    top: 0rem;
}

.tTipVis{
	position: absolute;
    margin: 0;
	z-index:99999;
	padding:0;
}

.readOnly{
	background-color: lightblue;
}

#loading{
	position: absolute;
	background-color: rgba(255, 255, 255, .8);
	opacity:0.8;
	z-index: 999;
	min-width: 100%;
	min-height: 100%;
	text-align: center;
}

.loader{
	margin-top:10rem;
	position:relative;
}