html {
  height: 100%;
}
body {
  padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  background:#26638F;
}
/* https://www.mediaevent.de/css/grid-align.html */
div[class*="zeile"] {
  display: grid;
  grid-template-columns: 2.5rem 6rem 2rem;
  color: #747373;
  font-size: .9rem;
  font-weight: 400;
}
div[class*="zeile"] .card-text,
div[class*="zeile"] .datum,
div[class*="zeile"] .dummy {
  grid-row: 3/3;
}
div[class*="zeile"] .zeit {
  grid-row: 3/3;
  justify-self: end;
}
div[class*="zeile"] .ort {
  grid-row: 3/3;
  font-weight: 600;
}


.container-fluid {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 0;
  margin-left: 0;
}
.row {
  display: block;
}

.rowneu { 
  display: flex; 
  width: 100%; 
}
.rowneu::after {
  /* display: block;*/
  clear: both;
  content: "";
}
.col-1 { width: 30%; }
.col-2 { width: 44%; }
.col-3 { width: 13%; }
.col-4 { width: 13%; }


h1 { 
  font-size: 3.7rem; 
  font-weight: bold;
  line-height: 1.0;
  margin-bottom: 0;
  color: rgba(30,30,30)
}
h1 .uhrzeit { font-size: 3.7rem; color: rgb(30, 30, 30); }
h1 .datum   { font-size: 3.7rem; color: rgb(0,0,0); }
h2 { font-size: 1.5rem; font-weight: bold; }
#time h5.card-text {
  font-weight: 600;
  font-size: 1.1em;
}
a {
  color: #777;
  text-decoration: none;
}
.padding-top {
  padding-top: 20px;
}
.login-page {
  width: 350px;
  margin: 7% auto;
  padding: 0 20px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
}
.login-page .text-center{
  margin-bottom: 10px;
}
.box{
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
}
.page {
  position: relative;
  display: block;
  left: 0;
  margin: 15px 0px 20px 0px;
}
.pageStart {
  position: relative;
  display: block;
  top: 50px;
  left: 0;
  padding: 35px 15px 20px 35px;
}
.bg-picture {
  background-image: url("/images/gfbackground_sonne.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: auto;
}
.bg-blue   { background-color: #26638F; }
.bg-green  { background-color: #A3C86D; }
.bg-blue   { background-color: #7ACBEE; }
.bg-orange { background-color: #E7C13E; }
.bg-yellow { background-color: #FDD761; }
.bg-red    { background-color: #FF7857; }

.panelred.panel-heading.clearfix    { background-color: #ff7857; }
.bluepanel.panel-heading.clearfix   { background-color: #7acbee; }
.greenpanel.panel-heading.clearfix  { background-color: #A3C86D; }
.orangepanel.panel-heading.clearfix { background-color: #E7C13E; }
.lightgreen.panel-heading.clearfix  { background-color: rgba(163,200,109,0.5) !important; }
.lightred.panel-heading.clearfix    { background-color: rgba(255,120,87,0.5); }
.lightblue.panel-heading.clearfix   { background-color: rgba(122,203,238,0.5); }
.orange.panel-heading.clearfix      { background-color: rgba(231, 193, 62,0.5); }

.panel-default >.panel-heading{
  background-color: #f5f5f5;
  border-bottom: 2px solid #3498DB;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 15px;
}
.panel-box {
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
}
.panel-value {
  width: 60%;
}
.panel-icon {
  padding: 30px;
  width: 40%;
  border-radius: 0;
}
.panel-icon {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.panel-value {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.panel-value h2 {
  margin-top: 30px;
}
.panel-icon i {
  line-height:65px;
  font-size: 40px;
  color: #fff;
}
#header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 65px;
  line-height: 65px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
   box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
header > .logo {
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    width: 250px;
    background-color: #3498DB;
}
.header-date{
  color: #9b9b9b;
  margin-left: 20px;
}
.info-menu{
  height: 60px;
  margin: 0;
  line-height: 60px;
  padding: 0 15px;
}
.info-menu li.profile {
  position: relative;
}
.profile a.toggle {
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: rgba(150, 150, 158, 1.0);
  position: relative;
  padding: 10px 10px 10px 0;
  margin: 0;
  background: #f9f9f9;
  border-radius: 30px;
}
.info-menu li.profile a img {
  width: 30px;
  height: 30px;
}
.dropdown-menu {
  margin-top: 4px;
  border-color: #fefefe;
  border-radius: 0;
   box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
}
.dropdown-menu li {
    margin: 0;
    padding: 0;
    display: block;
    line-height: 35px;
 }
 .dropdown-menu li a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  position: relative;
  line-height: 30px;
  width: 100%;
  border-bottom: 1px solid #f4faf9;
}
.dropdown-menu li a i {
  margin-right: 5px;
}
.dropdown-menu li.last a {
  border-bottom: 0;
}
.datepicker {
  text-align: center;
}
.sidebar {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  padding: 65px 0 0;
  height: 100%;
  width: 250px;
  background: #2a3542;
  border-right: 1px solid #ddd;
  text-align: center;
}.sidebar ul li:hover,.submenu ul li:hover{
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}.sidebar ul{
  list-style: none;
  margin: 0;
  padding: 0;
}.sidebar ul li {
  display: block;
}.sidebar ul li:hover,ul.submenu{
  background-color:#35404d;
}.sidebar ul li a:hover {
  color: white;
}.sidebar ul li a,ul.submenu li a {
  color: #aeb2b7;
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  text-align: left;
}.sidebar ul li a span,.sidebar ul li i{
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-shadow: 0 1px rgba(0,0,0, 1);
}.sidebar ul li a i{
  color: #aeb2b7;
  padding: 15px 22px;
  text-align: center;
}ul.submenu{
  display: none;
  position: relative;
}ul.submenu li a:hover{
  background-color:#35404d;
}ul.submenu li a {
  padding-left: 45px;
}ul.submenu li:before{
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 25px;
  top: 0;
  bottom: 0;
  border: 1px dotted #d7d7d7;
  border-width: 0 0 0 1px;
}ul.submenu li a:before{
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  left: 25px;
  top: 18px;
  border-top: 1px dotted #d7d7d7;
}

.sale_report_header{
  padding: 15px 0;
}
table td h6 {
  margin: 0 0 0.2em 0;
}
table tfoot tr td:first-child{
  border: 0;
}table tfoot tr td:last-child{
  border-top: 1px solid #ccc;
}table td h6,table tfoot tr td:last-child{
  color: #000;
  _font-size: 1.2em;
  font-weight: normal;
}
.form-control{
  color: #646464;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-transition: all .15s ease-out;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
}.form-control:focus{
  background: #f8f8f8;
  border-color: #3498DB;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn{
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
   transition: all 300ms ease-in-out;
}.btn-primary {
    color: #fff;
    background-color: #51aded;
    border-color: #3d8fd8
}.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active{
    color: #fff;
    background-color: #3175b8;
    border-color: #3d8fd8
}.btn-success{
   background-color:#2ecc71
}.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active{
  background-color:#27ae60
}.btn-warning{
  background-color: #e7c13e;
  border-color: #dfba3c;
}.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active{
  background-color:#d0ac2c;
  border-color: #dfba3c;
}.btn-danger{
  background-color: #ed5153
}.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active{
  background-color:#bb282a
}.input-group-addon{
  background-color: #fcfcfc;
  border: 1px solid #dbdbdb;
  border-radius: 0;
}
.btn-breit{
    padding: 5px 40px !important;
}
input[type=file]{
  text-indent: -99999px;
}
td img.img-thumbnail {
  width: 125px;
  height: 125px;
  vertical-align: top;
}
.img-avatar {
  width: 50px;
  height: 50px;
}
.col-md-6{
    padding-bottom: 15px !important
}
.avatar.avatar-xl {
    width: 5rem;
    height: 5rem;
}
.avatar {
    width: 4rem;
    height: 4rem;
    line-height: 2rem;
    border-radius: 50%;
    display: inline-block;
    background: #ced4da no-repeat center/cover;
    position: relative;
    text-align: center;
    color: #868e96;
    font-weight: 600;
    vertical-align: bottom;
}
.name-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: inherit;
}
.card {
    background-color: rgba(255,255,255,0.8);
    border: 0 solid #eee;
    border-radius: 0;
}
.card {
    border-radius:30px;
-moz-border-radius:30px;
-webkit-border-radius:30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.05), -1px 0 2px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1), -1px 0 2px rgba(0,0,0,0.05);
}
.card-body {
    padding: 1.25rem 0.5rem 1.25rem 0.5rem !important
}
.tile-link {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 30;
}
.center{
    margin-left: auto;
    margin-right: auto;
}
.right-spacer{
    padding-right: 1rem;
}

.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.animated-icon3 span {
  background: #fff;
}
.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

.btn btn-outline-custom{
  border: 2px solid #4b515d!important;
  background-color: transparent!important;
  color: #4b515d!important;
}
.btn-small{
  padding: 8px !important;
}
.sm-modal{
  padding: unset !important;
}
/*
table tr:nth-child(2n) {
    background: rgba(150, 150, 150, 0.8);
}
*/
.div-bordered{
  border-bottom: 1px solid black;
}

/* login v2 */
:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: 0.75rem;
}

.login {
  min-height: 100vh;
  background-color: rgba(255,255,255,0.3)
}
.image {
  min-height: 100vh;
}


#changeBg {
  background-image: url('/images/gfbackground_sonne.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;  
}

.login-heading {
  font-weight: 600;
  text-shadow: 2px 2px #FFF;
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
  border-radius: 2rem;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
  border-radius: 2rem;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

.line {
    border-bottom: 10px solid lightslategrey;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  /* float: right; */
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.default:checked + .slider {
  background-color: #444;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.custom-radio {
    margin: 0;
    padding: .5rem 1.6rem;
    font-size: .64rem;
    background-color: #59698d!important;
    color: #fff;
    display: flex;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    vertical-align: middle;
}
input.checked[type="radio"]{
    visibility:hidden;
}
 .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}


   
    table.table .form-control {
        height: 32px;
        line-height: 32px;
        box-shadow: none;
        border-radius: 2px;
    }
	table.table .form-control.error {
		border-color: #f50000;
	}
	table.table td .add {
		display: none;
	}
.btn-rad {
    border-top-left-radius: 3px!important;
    border-bottom-left-radius: 3px!important;
}

.img-size-2{
  width: 125px;
  height: 125px;
}
.card-office {
    color:black!important;
    font-size: x-large!important;
}

.bold {
    font-weight: bold!important;
}

.avatar-office {
    width: 4rem;
    height: 4rem;
    line-height: 2rem;
    border-radius: 50%;
    display: inline-block;
    background: #ced4da no-repeat center/cover;
    position: relative;
    text-align: center;
    color: #868e96;
    font-weight: 600;
    vertical-align: bottom;
    border-bottom-left-radius: 0.5px;
}

.table-transparent {
    background-color:  rgba(255,255,255,0.9);
}

.bueroAnpassungen {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    padding: 0.1rem 0.5rem 1rem 0.5rem !important;
}
