
h1 {
    font-size: 30px !important;
}

.neuerkunde .form-control {
	margin-bottom: 10px;
	font-size: 30px;
	height: 60px;
}

.neuerkunde .btn {
	font-size: 30px;
	height: 60px;
}

#logo {
    position: absolute;
    z-index: 100;
    margin-top: -170px;
    margin-left: -60px;
    border: 10px solid #fff;
    border-radius: 10px;
}

.cbx-container {
  float:left;
  margin-right: 10px;
}

.jumbotron {
    margin-top: 130px;
}

.transparent {
	/*opacity: .95;*/
	background-color: rgba(255, 255, 255, .95);
}

.filter-table .quick { margin-left: 0.5em; font-size: 0.8em; text-decoration: none; }
.fitler-table .quick:hover { text-decoration: underline; }
td.alt { background-color: #ffc; background-color: rgba(255, 255, 0, 0.2); }

td, th {
	padding: 5px;
}

.filter-table input {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.filter-table input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

a {
    color: #aaa;
}

.navbar-nav {
    font-size: 18px;
}

.navbar-nav>li>a {
    padding-bottom: 10px;
}

.navbar-nav>li>a.icon {
    padding-top: 8px !important;
    padding-bottom: 0 !important;
}

.m-signature-pad--footer .has-error {
    color: #a94442;
}

th {
    color: #aaa;
}

body {
	background: #000;
}

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}

#bg img {
  opacity: .75;
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

.tablewrapper {
	width: 100%;
	overflow: auto;
}



#save_data {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
  background: #000;
  opacity: .8;
  width: 100%;
  height: 100%;
}
#emptymask {
  float: right;
}
