body {
  padding-top: 50px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.large-input {
  zoom: 1.6;
  }

/*
================================
Start Einstellungen für Kalender
================================
*/
/*Rahmen*/
.plantabelle td {
  border: 1px solid #ccc;
}

.tagesspalte {
  font-size: small;
}
.wochenende {
  background-color: #dddddd;
}

.terminhintergrund1 {
  background-color: #00bb00;
}
.terminhintergrund2 {
  background-color: #7308a5;
}
.terminhintergrund3 {
  background-color: #ff4600;
}
.terminhintergrund4 {
  background-color: #ba00ff;
}
.terminhintergrund5 {
  background-color: #00aeae;
}
.terminhintergrund6 {
  background-color: #007900;
}
.terminhintergrund7 {
  background-color: #0000ff;
}
.terminhintergrund8 {
  background-color: #cc00af;
}
.terminhintergrund9 {
  background-color: #feb300;
}
.terminhintergrund10 {
  background-color: #ff7f00;
}
.terminhintergrund11 {
  background-color: #800000;
}
.terminhintergrund12 {
  background-color: #9a6324;
}
.terminhintergrund13 {
  background-color: #808000;
}
.terminhintergrund14 {
  background-color: #469990;
}
.terminhintergrund15 {
  background-color: #000075;
}
.terminhintergrund16 {
  background-color: #bfef45;
}
.terminhintergrund17 {
  background-color: #fabed4;
}
.terminhintergrund18 {
  background-color: #ffd8b1;
}
.terminhintergrund19 {
  background-color: #aaffc3;
}
.terminhintergrund20 {
  background-color: #dcbeff;
}
.terminhintergrundferien {
  background-color: #888888;
}

/*
================================
Ende Einstellungen für Kalender
================================
*/

/*Temporär von blau auf grün gewechselt für Updatezwecke*/
/*.navbar-inverse {
  background-image: -webkit-gradient(linear,left 0,left 100%,from(#43da69),to(#1E9924));
  background-image: -webkit-linear-gradient(top,#43DA69,0%,#1E9924,100%);
  background-image: -moz-linear-gradient(top,#43DA69 0,#1E9924 100%);
  background-image: linear-gradient(to bottom,#43DA69 0,#1E9924 100%);
  background-repeat: repeat-x;
  border-color: rgb(48, 139, 57);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43da69',endColorstr='#1E9924',GradientType=0);
}*/


/*
======================================
Start Einstellungen für Zeiterfassung
======================================
*/

.background-regie {
  background-color: #007777;
}
.background-verlegen {
  background-color: #770077;
}
.background-spezial {
  background-color: #777700;
}

.button-arbeitstyp {
  color: #ffffff;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.col-xs-4.button-arbeitstyp {
  width: 30% !important;
  margin: 0 1.4%;
}

.form-radio-label {
  margin-right: 4%;
}
.form-radio-input {
  vertical-align: bottom;
}

.einzug-links-10 {
  margin-left: 10px !important;
}

/*verschachtelte Liste*/
ul li ul li {
  margin-left: 18px!important;
  list-style-type: disclosure-closed!important;
}

.arbeitszeit-log h5 {
  margin: 24px 0px!important;
}

.gruen {
  color: #118d18;
}
.rot {
  color: #ff0000;
}

.formularfeldrot {
  border-color: #ff0000 !important;
  border-width: 2px !important;
}
/*
======================================
Ende Einstellungen für Zeiterfassung
======================================
*/