span.tulix {
    font-family: serif;
    color: #fff;
    padding: 2px 5px;
}
span.tulix-x {
    color: #cc0000;
}

main > .container-fluid,
main > .container {
  margin-top: 70px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

/* old style.css */
/*
 (c) 2010 Jens Heidrich
 jens@tulix.de
 tulix - arts & engineering
*/

/*
 * global
 */

body {
  margin: 0;
  color: #666666;
  background-color: #f5f5f5;
  font-size:12px; 
  font-family:"Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif; 
  color:#666; 
  background:#f9f9f9; 
}

body#stammdaten a.stammdaten,
body#fahrzeuge a.fahrzeuge,
body#re-nw a.re-nw,
body#re-gw a.re-gw,
body#ra-nw a.ra-nw,
body#ra-gw a.ra-gw,
body#eingang a.eingang,
body#eingang-bestellung a.eingang,
body#eingang-eingang a.eingang,
body#eingang-bestellung-nw a.e-bestellung,
body#eingang-bestellung-gw a.e-bestellung,
body#eingang-eingang-nw a.e-eingang,
body#eingang-eingang-gw a.e-eingang,
body#eingang-bestellung-nw a.re-nw,
body#eingang-bestellung-gw a.re-gw,
body#eingang-eingang-nw a.re-nw,
body#eingang-eingang-gw a.re-gw,
body#ausgang-nw a.ra-nw,
body#ausgang-gw a.ra-gw,

a {
  color: #666666;
  color: #5b80b2;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #ff0000;
}

h1,h2,h3 {
  margin: 0.5ex 0;
  font-size: 18px;
  text-align: left;
}

h1 {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 0px;
}

.paddinghalfem {
    padding: 0.5em;
}

.inline {
    display: inline-block;
    /*
    vertical-align: top;
    */
}

.baseline {
    vertical-align: baseline;
}

.oben,
.oben *,
.inline.oben {
    vertical-align: top;
}

.mitte,
.mitte * {
    vertical-align: middle;
}

.unten,
.unten * {
    vertical-align: bottom;
}

.border {
    border: 1px solid #000000;
}

.border1 {
    border: 1px solid #cfcfcf;
}

.bordergreen {
    border: 2px solid #00aa00;
}

.borderred {
    border: 2px solid red;
}

span.labelB {
    position: absolute;
    bottom: 0;
    left: 6px;
    font-weight: bold;
    color: white;
}

span.labelE {
    position: absolute;
    bottom: 0;
    left: 33px;
    font-weight: bold;
    color: white;
}

span.labelU {
    position: absolute;
    bottom: 0;
    right: 6px;
    font-weight: bold;
    color: white;
}

span.labelBtop {
    position: absolute;
    top: 0;
    left: 6px;
    font-weight: bold;
    color: white;
}

span.labelEtop {
    position: absolute;
    top: 0;
    left: 33px;
    font-weight: bold;
    color: white;
}

span.labelUtop {
    position: absolute;
    top: 0;
    left: 6px;
    font-weight: bold;
    color: white;
}

h4 {
    line-height: 150%;
}

ul li {
    list-style-type: none;
}

#container {
/*    border: 2px solid #ff0000;*/
    background-color: #f9f9f9;
    position: absolute; 
    width: 100%; 
    min-width: 760px; 
    padding: 0; 
}

#logo {
    padding: 0 ;
    border-bottom: 1px solid #ffffff;
    height: 63px;
    background: #ffffff url(/static/images/top_bg.jpg) repeat-x;
    overflow: hidden;
}

#logo a, #logo img {
    padding: 0;
    margin: 0;
    float: left;
    border: 0;
}

#pagetitle {
    float: left;
    font-family: Times, "Times New Roman", serif;
    font-size: 30px;
    font-weight: bold;
    color: #666666;
    margin-top: 16px;
    margin-left: 30px;
}

#citroenlogo {
    float: right;
}

#header {
  background-color: #c1c1c1;
  padding: 1px 1px 0 1px;
}
/*
#header a {
  padding: 0 2px;
}
*/
#header a:hover {
}

#account {
  float: right;
  padding: 0;
}

#account li {
  display: block;
  float: left;
  margin: 8px 2px;
  padding: 0;
  background-color: #fff;
}

#account li > a {
  display: block;
  margin: 0;
  padding: 2px;
  background-color: #fff;
  color: #000;
}

#account li > a.important {
  color: #ff0000;
}

/*
 * menu
 */

#menu {
/*
 * height: 26px;
 */
  margin: 0;
  padding: 1px 0 0 0;
  border-top: 1px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}
#menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
#menu li {
  list-style-type: none;
  /*
  float: left;
  text-align: center;
  */
  width: auto;
  padding: 0;
}
#menu a:link, #menu a:visited {
    display: block;
    line-height: 24px;
    color: #ffffff;
    font-size: 12px;
    padding: 0 10px;
}
#menu a:hover {
    color: #ff0000;
    background-color: #f9f9f9;
}

#content {
  margin: 0;
  margin-top: 10px;
  padding: 0 10px 20px 10px;
/*  min-height: 400px;*/
}

#content h1 {
  text-align: center;
}

#content hr.small {
  color: #cccccc;
  background-color: #cccccc;
}

#content hr.default {
  color: #aaaaaa;
  background-color: #aaaaaa;
}

#content hr {
  width: 100%;
  color: #ff0000;
  background-color: #ff0000;
  border: 0;
}

/* 
 * flatpages-div
 */

#flatpage {
 text-align: center;
}

/*
 * eingang
 */

#submenu {
  border-bottom: 1px solid #cfcfcf;
  background-color: #cfcfcf;
  margin: 0;
  padding: 0;
  height: 24px;
  overflow: visible;
  clear: both;
}
#submenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#submenu li {
  list-style-type: none;
  float: left;
  width: 120px;
  padding: 0;
  text-align: center;
}
#submenu a {
  color: #ffffff;
  display: block;
  line-height: 24px;
  text-decoration: none;
  font-weight: bold;
  padding: 0 1px;
}
#submenu a:hover {
  color: #ff0000;
  background-color: #f9f9f9;
  text-decoration: none;
  font-weight: bold;
}

footer {
  background-color: #343a40;
  color: #fff;
}

#footer {
    text-align: right;
}

#content-jmain {
    margin-top: 0;
    margin-left: 30px;
    overflow: hidden;
}
#content-jmain p,
#content-jmain hr,
#content-jmain form
{
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
}

#content-jmain table hr {
    margin: 0;
}

form.brief label {
    display: inline-block;
    min-width: 100px;
    font-weight: bold;
    text-align: right;
}
#login-form {
    margin-top:1em;
    margin-left: 30px;
}
#login-form .form-row {
    border: 0;
    font-size: 1em;
    line-height: 2em;
    padding: 4px 0;
}
#login-form .form-row label {
    display: block;
    float: left;
    width: 9em;
    text-align: right;
    padding-right: 2px;
}
#login-form .submit-row {
    padding: 1em 0 0 9.4em;
    clear: both;
    text-align: left;
    border: 0 none;
    background: transparent;
}
#login-form .submit-row input[type="submit"] {
    padding: 3px;
}

div.eingang {
    padding: 10px;
}

span.eingangsnummer {
    font-size: 14px;
}

.eingang-float {
    float: left;
    padding: 10px;
}

.left-float {
    float: left;
}

.right-float {
    float: right;
}

.float-break {
    clear: both;
}

td, th {
    padding: 0 2px;
    line-height: 24px;
}

table.fuhrpark {
    margin: 10px 0;
    width: 90%;
}

table.fuhrpark tr.modell {
    background: #ffffff;
}

table.fuhrpark tr.modell a {
    color: #aa0000;
    padding: 0 5px;
}

table.fuhrpark tr.modell th {
    background: #cccccc;
    padding: 0;
}

table.fuhrpark tr.modell th.active {
    background: #aa0000;
    padding: 0 5px;
}

table.fuhrpark tr.modell th.passive a:hover,
table.fuhrpark tr.modell th.passive:hover {
    background: #dd0000;
    color: #ffffff;
}

table.fuhrpark tr.modell th.active,
table.fuhrpark tr.modell th.active a {
    color: #ffffff;
}

table.fuhrpark tr.hide {
    display: none;
}

table.fuhrpark tr.hide {
    display: visible;
}

table.fuhrpark tr.bestellt {
    color: #aa0000;
}

table.fuhrpark th.vtyp {
    background: #dddddd;
}

table.fuhrpark td {
    border-bottom: 1px solid #666666;
}

table.fuhrpark a {
/*    display: block;*/
}


table.month {
    border: 0px solid #f9a33d;
    border-spacing: 2px;
    border-collapse: separate;
    width: 100%;
    table-layout: fixed;
    *border-collapse: expression('separate', cellSpacing = '2px');
}

table.month th.month {
    background-color: transparent;
}

table.month th {
    width: 14%;
    height: 30px;
    background-color: #cccccc;
    text-align: center;
}

table.month td {
    border: 0px solid #ffffff;
    text-align: right;
    vertical-align: top;
    padding: 2px;
    padding-right: 4px;
    height: 119px;
    font-size: 10px;
    background-color: #eeeeee;
}

table.month td.noday {
    background-color: transparent;
}

table.month td.today,
table.month td.today.tdfilled-0 {
    background-color: #eeeeee;
    border: 1px solid #ff0000;
    padding: -1px;
}

table.month tr td.kw {
    background-color: #0024dd;
}

table.month tr td.kw a.day {
    color: #ffffff;
}

table.month a {
    display: block;
    color: #666666;
    padding-left: 1px;
    line-height: 1.7em;
    font-size: 11px;
}

table.month .inline {
    display: inline-block;
    color: #5b80b2;
}

table.month li a {
    color: #666666;
}

table.month li a span.user {
    display: block;
    float: left;
    width: 22px;
    min-width: 22px;
}

table.month li a span.time {
    display: block;
    float: left;
    width: 40px;
    min-width: 40px;
}

table.month a.afilled-0,
table.month td.tdfilled-0 {
    background-color: #eeeeee;
    white-space: nowrap;
}


table.month a.afilled-1,
table.month td.tdfilled-1 {
    background: #bbccee top left no-repeat;
    padding-left: 20px;
    white-space: nowrap;
}

table.month a.afilled-2,
table.month td.tdfilled-2 {
    background: #ffaaaa top left no-repeat;
    padding-left: 20px;
    white-space: nowrap;
}

table.month a.afilled-3,
table.month td.tdfilled-3 {
    background-color: #fefefe;
    background: #fefefe top left no-repeat;
    padding-left: 20px;
    white-space: nowrap;
}

table.month li.done { 
    padding-right: 20px;
    background: url(/static/images/ok.png) top right no-repeat;
}

table.month ul {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

h4.empty {
    width: 90%;
    margin-left: 10%;
    text-align: center;
}

ul#empty {
    width: 70%;
    margin-left: 10%;
    padding-left: 20%;
    border: 1px solid #ff0000;
}

ul#empty li {
    list-style-type: none;
}

ul#empty li a {
    display: block;
}

table.dayview {
    border: 0px solid #f9a33d;
    border-spacing: 2px;
    border-collapse: separate;
    table-layout: fixed;
    width: 100%;
    /*
    margin-left: 10%;
    */
}

table.dayview td.ltime,
table.dayview th.ltime,
table.dayview td.time,
table.dayview th.time {
    /*
    width: 100px;
    */
    text-align: center;
    font-weight: bold;
    border: 1px solid #cccccc;
}

table.dayview td.ltime a.add,
table.dayview td.time a.add {
    display: inline;
}

table.dayview th.lentry,
table.dayview th.entry {
    text-align: center;
    border: 1px solid #cccccc;
}

table.dayview th.lentry.selected,
table.dayview th.entry.selected {
    border-top: 1px solid #ff0000;
    border-left: 1px solid #ff0000;
    border-right: 1px solid #ff0000;
}

table.dayview td.lentry,
table.dayview td.entry {
    border: 1px solid #cccccc;
    padding: 0;
    margin: 0;
}

table.dayview td.lentry.selected,
table.dayview td.entry.selected {
    border-left: 1px solid #ff0000;
    border-right: 1px solid #ff0000;
}

table.dayview td.ltime,
table.dayview th.ltime {
    width: 10%;
}

table.dayview td.lentry,
table.dayview th.lentry {
    width: 90%;
}

table.dayview ul {
    padding-left: 10px;
}

table.dayview li {
    list-style-type: none;
}

table.dayview li.done { 
    list-style-type: none;
    padding-left: 16px;
    background: url(/static/images/ok.png) top left no-repeat;
}

table.dayview a {
    display: block;
    padding-left: 0px;
    line-height: 1.7em;
}

table.dayview a.filled-0 {
    background-color: #aaaaaa;
    color: #666666;
}


table.dayview a.filled-1 {
    background-color: #bbccee;
    color: #666666;
}

table.dayview a.filled-2 {
    background: #ffaaaa url(/static/images/krank.png) top left no-repeat;
    padding-left: 20px;
    color: #666666;
}

table.dayview a.filled-26,
table.dayview a.filled-3 {
    background: #fefefe url(/static/images/schulung.png) top left no-repeat;
    padding-left: 20px;
    color: #666666;
}

div.cal-pag {
    /*
    height: 20px;
    min-height: 20px;
    */
    text-align: center;
    /*
    padding-top: 10px;
    */
    width: 100%;

}

div.cal-pag div.left {
    float: left;
    margin-left: 20px;
    text-align: left;
}
div.cal-pag div.right {
    float: right;
    text-align: right;
}

div.cal-pag span.dateheader {
    font-weight: bold;
    font-size: 150%;
}

table.month li {
    list-style-type: none;
}

#header div.cal-cats {
    /*
    float: left;
    margin-top: 30px;
    width: 10%;
    */
    clear: both;
    border-top: 1px solid #ffffff;
}

#header div.cal-cats ul {
    padding-left: 0;
    margin: 0;
}

#header div.cal-cats li {
    list-style-type: none;
    font-size: 12px;
    line-height: 2em;
    border: 1px solid #cccccc;
    margin-bottom: -1px;
    float: left;
/*    width: 100px;*/
}

#header div.cal-cats div.leg {
    float: left;
    padding: 5px;
}

#header div.cal-cats li.leg {
    list-style-type: none;
    font-size: 12px;
    line-height: 2em;
    margin-bottom: -1px;
    padding-left: 5px;
    border: 0;
}

#header div.cal-cats li a {
    display: block;
    padding: 0 5px;
    color: #666666;
    position: relative;
}

a.filled-0,
#header div.cal-cats li.filled-0,
#header div.cal-cats li a.filled-0 {
    background-color: #aaaaaa;
    padding-left: 5px;
    color: #666666;
}

#header div.cal-cats li a.filled-0:hover {
    background-color: #666666;
    color: #aaaaaa;
}

h4.filled-1 {
    background: url(/static/images/urlaub.png) left 3px no-repeat;
    padding-left: 20px;
    color: #666666;
}

a.filled-1,
#header div.cal-cats li.filled-1,
#header div.cal-cats li a.filled-1 {
    background: #bbccee url(/static/images/urlaub.png) left 3px no-repeat;
    padding-left: 20px;
    color: #666666;
}

#header div.cal-cats li a.filled-1:hover {
    background-color: #666666;
    color: #bbccee;
}

h4.filled-2 {
    background: url(/static/images/krank.png) left 3px no-repeat;
    padding-left: 20px;
    color: #666666;
}

a.filled-2,
#header div.cal-cats li.filled-2,
#header div.cal-cats li a.filled-2 {
    background: #ffaaaa url(/static/images/krank.png) left 3px no-repeat;
    padding-left: 20px;
    color: #666666;
}

#header div.cal-cats li a.filled-22:hover,
#header div.cal-cats li a.filled-2:hover {
    background-color: #666666;
    color: #FFAAAA;
}

h4.filled-3 {
    background: url(/static/images/schulung.png) left 3px no-repeat;
    padding-left: 20px;
    color: #666666;
}

a.filled-3,
#header div.cal-cats li.filled-3,
#header div.cal-cats li a.filled-3 {
    background: #87ceff url(/static/images/schulung.png) left 3px no-repeat;
    padding-left: 20px;
    color: #666666;
}

a.filled-26,
#header div.cal-cats li a.filled-26 {
    background-color: #fefefe;
    padding-left: 5px;
    color: #666666;
}

#header div.cal-cats li a.filled-26:hover,
#header div.cal-cats li a.filled-3:hover {
    background-color: #666666;
    color: #fefefe;
}

div.header-and-select {
    margin-right: 50%;
    margin-bottom: 20px;
}

ul.monate {
    margin: 0;
    padding: 0;
    height: 30px;
    min-height: 30px;
    border-bottom: 1px solid #ffffff;
}

ul.monate li {
    display: inline;
    list-style-type: none;
    /*
    width: 94px;
    */
    width: 7%;
    height: 30px;
    min-height: 30px;
    float: left;
    text-align: center;
    padding-top: 0;
}

ul.monate li a {
    display: block;
    /*
    width: 71px;
    */
    width: 100%;
    line-height: 30px;
    /*
    padding-left: 10px;
    padding-right: 10px;
    */
}

ul.monate li a.active,
ul.monate li a:hover {
    display: block;
    /*
    width: 71px;
    */
    width: 100%;
    line-height: 30px;
    color: #ff0000;
    background-color: #f9f9f9;
    /*
    padding-right: 10px;
    */
}

ul.kw {
    margin: 0;
    padding: 0;
    height: 30px;
    min-height: 30px;
    border-bottom: 1px solid #ffffff;
}

ul.kw li {
    display: inline;
    list-style-type: none;
    /*
    width: 94px;
    */
    width: 6%;
    height: 30px;
    min-height: 30px;
    float: left;
    text-align: center;
    padding-top: 0;
}

ul.kw li span.label {
    line-height: 30px;
}

ul.kw li a {
    display: block;
    /*
    width: 71px;
    */
    width: 100%;
    line-height: 30px;
    /*
    padding-left: 10px;
    padding-right: 10px;
    */
}

ul.kw li a.active,
ul.kw li a:hover {
    display: block;
    /*
    width: 71px;
    */
    width: 100%;
    line-height: 30px;
    color: #ff0000;
    background-color: #f9f9f9;
    /*
    padding-right: 10px;
    */
}

a.add img {
    padding-top: 4px;
}

/* Werkstatt */

body#werkstatt {
    background-color: #f0f8ff;
}

/*
body#werkstatt div#header {
    background-color: #f0f8ff;
}
*/

body#werkstatt div#account {
    background-color: #eeffee;
    clear: both;
}

body#werkstatt li.done a {
    background-color: transparent;
}

div.cal-pag.werkstatt {
    margin-left: 0;
    width: 100%;
    text-align: center;
}

div.cal-pag.werkstatt span.dateheader {
    font-weight: bold;
}

table.dayview.werkstatt {
    margin-left: 0;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

table.dayview.werkstatt th.time,
table.dayview.werkstatt td.time {
    width: 10%;
}

table.dayview.werkstatt th.entry,
table.dayview.werkstatt td.entry {
    margin: 0;
    padding: 0;
}

table.dayview.werkstatt th.entry a {
    display: block;
}

table.dayview ul.user {
    margin: 0;
    padding: 0;
    /*
    width: 12.5%;
    float: left;
    border-right: 1px solid #aaaaaa;
    */
}

table.dayview ul.user li {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

table.dayview.werkstatt ul.user li.done {
    background-color: #eeffee;
}

table.dayview ul.user li a {
    line-height: 220%;
    min-height: 50px;
    max-height: 50px;
    height:  50px;
    line-height: 150%;
}

table.dayview ul.user li a.cadd {
    line-height: 220%;
    min-height: 25px;
    max-height: 25px;
    height:  25px;
    line-height: 150%;
}

table.dayview ul.user li a.empty {
    background-color: #f0f8ff;
}

table.dayview ul.user li a.done {
}

table.month a.leer {
    height: 100%;
    min-height: 100%;
}

/*
td.userselect > ul > li {
    float: left;
    list-style-type: none;
    width: 50px;
}
*/

div.userselect {
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
}

/*
div.userselect > ul > li,
div.sectionselect > ul > li {
    float: left;
    list-style-type: none;
    width: 110px;
}
*/

ul.users {
    padding-left: 0;
}

div.userselect > ul.grouped-users {
    padding-left: 0;
    margin: 0;
}

div.userselect > ul.grouped-users > li.group {
    float: none;
    width: auto;
/*    height: 120px;*/
    display: inline-block;
    min-height: 90px;
    margin-bottom: 2px;
    vertical-align: top;
}

div.userselect > ul.grouped-users > li.group.odd {
    background-color: #dddddd;
}

div.userselect > ul.grouped-users > li.group.even {
    background-color: #eeeeee;
}

div.userselect > ul.grouped-users > li > span {
/*    float: left;*/
/*    width: 90px; */
    line-height: 4ex;
}

div.userselect > ul.grouped-users > li > div {
    overflow: hidden;
}

div.userselect > ul.grouped-users > li > div > div {
    float: left;
/*     height: 2.4ex; */
/*    min-width: 60px; */
}

ul.users > li > label,
div.userselect > ul.grouped-users > li > div > div > label {
    position: relative;
    display: inline-block;
    margin-right: 4px;
    /*
    width: 90px;
    */
    width: 40px;
    height: 57px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}

td.userselect ul.users li {
    display: inline-block;
}

div.userselect input.topleft {
    position: relative;
    top: 0;
    left: 0;
}

input[type="radio"]:checked + label > img {
    border: 4px solid rgba(174, 169, 198, 1);
}

div.staff {
    margin-bottom: 1em;
}

div.free {
    line-height: 1.3em;
    background-color: #88dd88;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

div.free.toomuch {
    background-color: #fefe44;
}

div.free.filled-1 {
    background-color: #bbccee;
}

div.free.filled-2 {
    background-color: #FFAAAA;
}

div.free.filled-3 {
    background-color: #87CEFF;
}

div.free-text {
    position: relative;
    line-height: 1.3em;
    top: -1.3em;
    left: 0;
    z-index: 2;
    bottom: 0;
    height: 0.1em;
}

div.free-text span {
    clear: both;
    height: 0;
    margin-right: 0.5em;
}

div.free-text span.free-user {
    float: left;
    height: 0;
    margin-left: 0.5em;
}

/* Forderungen Art */

select option.art.Einschreiben {
    font-weight: bold;
    color: red;
}

select option.art:not(.Einschreiben) {
    font-weight: normal;
    color: black;
}

select option.filled-1 {
    background: #bbccee url(/static/images/urlaub.png) top left no-repeat;
    padding-left: 20px;
    min-height: 19px;
}
select option.filled-2 {
    background: #ffaaaa url(/static/images/krank.png) top left no-repeat;
    padding-left: 20px;
    min-height: 19px;
}
select option.filled-3 {
    background-color: #87ceff;
    background: #87ceff url(/static/images/schulung.png) top left no-repeat;
    padding-left: 20px;
    min-height: 19px;
}

select option.selecthour-06,
select option.selecthour-07,
select option.selecthour-08,
select option.selecthour-18,
select option.selecthour-19,
select option.selecthour-20 {
    background-color: #ff0000;
    color: #ffffff;
}

/* ahzmail */
select option.priority-1 {
    color: #fe4444;
    padding-left: 20px;
    min-height: 19px;
/*    color: #ffffff; */
}

div.zeit {
    margin-top: -10px;
    z-index: 2;
}

div#formular-liste {
    margin-top: 1em;
}

.lefticon {
/*    float: left;*/
    border: 0;
    width: 60px;
    margin-top: 0;
/*    margin-right: 20px; */
    vertical-align: middle;
/*    clear: left;*/
}

img.menuuserimage {
    float: left;
    border: 0;
    height: 50px;
    margin: 2px;
}

span.ampel_gruen,
img.micro_aktiv {
    box-sizing: border-box;
    border: 2px solid #00aa00 !important;
}
img.kfz_rot {
    box-sizing: border-box;
    border: 4px solid #ff0000 !important;
}

img.kfz_gruen {
    box-sizing: border-box;
    border: 4px solid #00aa00 !important;
}

img.kfz_erwartung {
    box-sizing: border-box;
    border: 4px solid #fee055 !important;
    animation: gruengelb 2s;
    -moz-animation: gruengelb 2s infinite; /* Firefox */
    -webkit-animation: gruengelb 2s infinite; /* Safari and Chrome */
}

@keyframes gruengelb {
    0% {border-color: #fee055;}
    50% {border-color: #00aa00;}
    100% {border-color: #fee055;}
}

@-moz-keyframes gruengelb /* Firefox */ {
    0% {border-color: #fee055;}
    50% {border-color: #00aa00;}
    100% {border-color: #fee055;}
}

@-webkit-keyframes gruengelb /* Safari and Chrome */ {
    0% {border-color: #fee055;}
    50% {border-color: #00aa00;}
    100% {border-color: #fee055;}
}

span.ampel_gelb,
img.micro_inaktiv {
    box-sizing: border-box;
    border: 2px solid #fee055 !important;
}

img.kfz_vorlauf {
    box-sizing: border-box;
    border: 4px solid #fee055 !important;
}

span.ampel_rot,
img.micro_erloschen {
    box-sizing: border-box;
    border: 2px solid #ff0000 !important;
}

img.thumb_aktiv {
    box-sizing: border-box;
    border: 4px solid #00aa00;
}

img.thumb_inaktiv {
    box-sizing: border-box;
    border: 4px solid #fee055;
}

img.thumb_erloschen {
    box-sizing: border-box;
    border: 4px solid #ff0000;
}

figcaption {
    text-align: center;
}

img.leftmini {
    float: left;
    border: 0;
    margin-right: 4px;
    vertical-align: top;
}

table.calc th.odd,
table.calc td.odd {
    background-color: #dddddd;
}

table.calc th.even,
table.calc td.even {
    background-color: #dddddd;
}

table.calc th.hidden,
table.calc td.hidden {
    background-color: #cccccc;
}

table.calc th.content,
table.calc td.content,
table.calc tr.content th,
table.calc tr.content td {
    background-color: #fff4de;
}

table.calc th.hidden.content,
table.calc td.hidden.content {
    background-color: #e6dcc8;
}

table.calc th.hidden.content {
    background-color: #e6dcc8;
}
table.calc th,
table.calc td {
    border: 1px solid #666666;
}

.fat_border {
    border: 3px solid #000000 !important;
}

table.calc th {
    background-color: #dddddd;
    text-align: center;
}

table.calc th.right {
    background-color: #dddddd;
    text-align: right;
}

table.calc tr.sub th {
    text-align: left;
    background-color: #eeeeee;
}

table.calc tr.sum td.name {
    font-weight: bold;
}

table.calc tr.sum td.value {
    text-align: right;
    font-weight: bold;
}
td.icon,
table.calc td.icon {
    text-align: center;
    vertical-align: middle;
}

td.lefticon,
table.calc td.lefticon {
    float: none;
    text-align: left;
    vertical-align: middle;
}

table.calc td.lefticon {
    text-align: left;
    vertical-align: middle;
    white-space:nowrap;
}

table.calc tr.spacer td {
    border: 0;
}

#quicklinks {
    padding: 1px;
}

div.getlinks {
    display: inline-block;
    vertical-align: middle;
}

div.getlinks ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

div.getlinks ul li {
    display: block;
    float: left;
    padding: 0;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 1px;
    background-color: #fefefe;
    font-size: 12px;
    line-height: 15px;
    border: 1px solid #c1c1c1;
}

div.getlinks ul li a.active {
    background-color: #666666;
    color: #fefefe;
}

#quicklinks div.leg {
    float: left;
    padding: 2px;
    background-color: #eeeeee;
    color: #ff0000;
    margin-bottom: 1px;
}

#quicklinks ul {
    padding: 0;
    margin: 0;
}

#quicklinks ul li {
    display: block;
    float: left;
    padding: 0;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    background-color: #fefefe;
    font-size: 12px;
    line-height: 15px;
    border: 1px solid transparent;
    position: relative;
}

#quicklinks ul li.ws {
    background-color: #f0f8ff;
    border: 1px solid #ffffff;
}

div.getlinks ul li a,
#quicklinks ul li a {
    display: inline-block;
    padding: 2px;
}

div.getlinks ul li:hover,
div.getlinks ul li a:hover,
#quicklinks ul li:hover,
#quicklinks ul li a:hover {
    background-color: #666666;
    color: #fefefe;
}

#quicklinks li.important {
    border: 1px solid #ff0000;
}

#quicklinks ul li a img {
    height: 13px;
}

img#kundenselect {
    cursor: pointer;
    border: 0;
}

#quicklinks li.ui-widget {
    padding: 0;
    line-height: 70%;
}

#quicklinks li.ui-widget select,
#quicklinks li.ui-widget input,
#quicklinks li.ui-widget span.ui-button-text {
    padding: 0;
    margin: 0;
}

tr.today {
/*    background-color: rgba(255,0,0,0.25); */
    background-color: wheat;
/*    background-image: url(/media/images/heute.svg.png); */
    background-repeat: repeat-x;
    background-size: contain;
    border: 3px solid #555555;
}

td.today,
th.today {
    background-color: rgba(255,0,0,0.25);
}

th.sum {
    background-color: #d0d0d0 !important;
}

.form_red input {
    color: #ff0000;
}

.center,
p.center,
th.center,
td.center {
    text-align: center;
}

th.left,
td.left {
    text-align: left;
    vertical-align: bottom;
}

td,
th {
    vertical-align: top;
}

th.right,
td.right {
    text-align: right;
}

th.rightborder,
td.rightborder {
    border-right: 1px solid #cccccc;
}

td.oben {
    vertical-align: top;
}

td.mitte {
    vertical-align: middle;
}

tr.bottomborderaaa {
    border-bottom: 2px solid #aaa;
}

tr.bottomborderblack {
    border-bottom: 1px solid #000000;
}

tr.bottomborderblack td {
    border-bottom: 0;
}

tr.bottomborderred {
    border-bottom: 1px solid #ff0000;
}

tr.bottomborderred td {
    border-bottom: 0;
}

tr.topborderaaa {
    border-top: 2px solid #aaa;
}

tr.topborderred {
    border-top: 1px solid #ff0000;
}

tr.topborderred td {
    border-top: 0;
}

td.bottomborder {
    border-bottom: 1px solid blue;
}

td.noborder,
th.noborder {
    border: none;
}

tr.thema {
    background-color: #ffeecc;
}

span.vorabauszahlung,
tr.absatzbonus,
tr.absatzbonus input {
    color: #6611a2;
}

tr.thema.odd {
    background-color: #ffeecc;
}

tr.thema.even {
    background-color: #fff7e6;
}

tr.thema-ok {
    background-color: #aaffaa;
}

.nok,
div.thema-nok,
li.thema-nok,
tr.thema-nok {
    background-color: #ffaaaa;
    color: #ffffff;
}

tr.thematext-ok * {
    color: #00aa00;
}

tr.thematext-nok * {
    color: #ff0000;
}

tr.thema td,
tr.thema-ok td {
    border-top; 0;
    border-bottom: 0;
}

td.ok {
    background-color: #aaffaa;
}

td.bg {
    background-color: #ffaaaa;
}

input.list, 
select.list {
    width: 100px;
}

table input, table textarea, table select { 
    vertical-align: top;
}

div#datatablemenu {
    width: 100%;
    padding-left: 5px;
}

div.datatablemenu {
    position: relative;
    float: left;
    padding: 2px;
    margin: 0;
    margin-right: -1px;
    display: block;
    line-height: 22px;
    border: 1px solid #d0d0d0;
}

div.datatablemenu.active,
div.datatablemenu:hover {
    border: 1px solid #999999;
    background-color: #f0f0f0;
    z-index: 100;
}

div.datatablemenu.active a {
    color: #ff0000;
}

table.display th.trennung,
table.display td.trennung {
    border-right: 1px solid blue;
}

.text-left {
    text-align: left;
}

div.right {
    float: right;
    text-align: left;
}

.ahzrot > label,
.ahzrot {
    color: #e60022;
}

.peugeotblau > label,
.peugeotblau {
    color: #002254;
}

.white,
a.white {
    color: #ffffff;
}

.black,
a.black {
    color: #000000;
}

.bgdefault {
    color: #ffffff;
    background-color: #cccccc;
}

.back_default {
    background-color: #cccccc;
}

span.red label,
.red,
a.red,
input.red,
span.red,
a.alt {
    color: #ff0000;
}

.back_red {
    background-color: #ff0000;
}

.bgred {
    color: #ffffff;
    background-color: #ff0000;
}

.backred {
    background-color: #ff0000;
}

.blink {
    text-decoration: blink;
}

a.alt:hover {
    color: #ff8855;
}

.gelb,
a.gelb,
span.gelb,
.orange,
a.orange,
span.orange,
a.heute {
    color: #ff8800;
}

a.heute:hover {
    color: #ffaa00;
}

.yellow,
a.yellow,
span.yellow {
    color: #fee055;
}

.bgyellow {
    color: #ffffff;
    background-color: #fee055;
}

.back_yellow {
    background-color: #fee055;
}

.green,
a.green,
input.green,
span.green,
a.zukunft {
    color: #00aa00;
}

.bggreen {
    color: #ffffff;
    background-color: #00aa00;
}

.back_green {
    background-color: #00aa00;
}

button.active {
    background-color: #ff0000;
    color: #ffffff;
}

button.activeborder {
    border-color: #ff0000;
}

form.step {
    margin: 2em 0;
}

form.art > label {
    display: inline-block;
    min-width: 70px;
}

a.zukunft:hover {
    color: #55ff55;
}

a.plus {
    cursor: pointer;
    font-weight: bold;
}

SPAN.searchword { 
    background-color:yellow; 
}

.bold {
    font-weight: bold;
}
span.saved {
    color: #ff0000;
}

form.inline {
    display: inline-block;
}

form.inline input,
form.inline select {
    vertical-align: middle;
}

form.inlinei {
    display: inline;
}

div.hide,
span.hide {
    display: none;
}

div.innermenu {
    width: 100%;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

div.innermenu.right {
    text-align: right;
}

div.innerblock {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 2px;
    border: 1px solid #cccccc;
    min-width: 84px;
    cursor: pointer;
}

div.innerblock-variabel {
    display: inline-block;
    margin: 0;
    padding: 2px;
    border: 1px solid #cccccc;
}

div.innerblock a {
    display: block;
}

div.innerlistblock {
    display: inline-block;
    margin: 0 10px;
    padding: 2px;
    border: 1px solid #cccccc;
    color: #5b80b2;
}

.right {
    text-align: right;
}

select.customer,
textarea.customer,
input.customer {
    border: 1px solid blue;
}

select.important,
input.important {
    border: 1px solid red;
}

input.percent,
input.currency {
    text-align: right;
}

label.ok {
    color: #00aa00;
    font-weight: bold !important;
}

div.vtyp {
    clear: both;
    border: 1px solid black;
}

div.vtyp h2 {
    padding-left: 20px;
}

div.formimage {
    float: right;
    margin-right: 20px;
}

form.schluesselreservierung {
    border: 1px solid red;
    width: 600px;
    float: right;
    margin-bottom: 10px;
}

div.schluessel,
span.schluessel {
    display: inline-block;
    color: #ffffff;
    background-color: #ff0000;
    font-size: 14px;
    font-weight: bold;
    min-width: 26px;
    line-height: 20px;
    padding: 0 2px;
    text-align: center;
}

tr.accordion {
    cursor: pointer;
/*    background-color: #eee;*/
}

table#accordion tr.accordion:hover,
table#accordion tr.accordion.selected {
    background-color: #ffeecc;
}

table#accordion tr.content {
    background-color: #fff4de;
}

table#accordion tr.content div.pane {
    min-height: 200px;
    padding: 10px;
}

table#accordion table.default {
    display: inline-block;
    border: 1px solid black;
    vertical-align: top;
}

table#accordion table.preise {
    display: inline-block;
    border: 1px solid black;
    vertical-align: top;
    background-color: #ffffff;
}

div.fuhrpark2-content {
    clear: both;
    padding: 10px 0;
}

a span.wichtig {
    color: #ff0000;
}

a.current span.wichtig {
    color: #000000;
}

a img.clock {
    position: absolute;
    top: 5px;
    right: 5px;
}

a img.mobile {
    position: absolute;
    top: 5px;
    left: 5px;
}

table.left,
div.pane div.left,
div.pane table.left {
    float: left;
}

div.pane div.left {
    box-shadow: 1px 1px 2px 2px #bb8866;
    padding: 2px;
    margin: 4px;
}

div.space {
    margin-top: 20px;
    margin-bottom: 20px;
}

.fp-filer-subimages {
    clear: both;
}

.filer-image-select {
    float: left;
    margin: 5px;
    padding: 1px;
    box-shadow: 1px 1px 7px #000000;
    background-color: #ffffff;
}

div.filer-sidebar {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

div.filer-sidebar ul {
    padding: 0;
}

tfoot input {
    margin: 0;
}

.mousesubmit { 
    padding: 5px;
    background-color: #aaffaa;
}

#mousesubmit { 
    position: absolute; 
    display: none; 
    padding: 5px;
    background-color: #aaffaa;
}

h4.inline {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 24px;
    line-height: 24px;
}

div.probefahrtverfuegbarkeitsformular,
div.kewverfuegbarkeitsformular,
div.ma-termine {
    display: none;
    position: fixed;
    top: 100px;
    left: 100px;
    background-color: #ffffff;
    width: 500px;
    min-height: 100px;
    padding: 10px;
    border: 1px solid #aaaaaa;
    cursor: move;
    z-index: 1000;
}

div#tempdata {
    position: fixed;
    top: 100px;
    left: -208px; /* bei Änderung auch in get_tempdata $tail anpassen */
    background-color: #ffffff;
    min-width: 200px;
    min-height: 100px;
    padding: 5px;
    border: 1px solid #aaaaaa;
    cursor: pointer;
    z-index: 1000;
}

#tempdata > .handle {
    position: absolute;
    right: -21px;
    top: 0;
    color: #cccccc;
    margin: -1px 0;
    padding: 2px;
    background-color: #ffffff;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #ffffff;
}

/*
 img.standtage.spin {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
*/

/* https://github.com/FortAwesome/Font-Awesome/issues/2528 */
@-webkit-keyframes fa-blink {
     0% { opacity: 1; }
     100% { opacity: 0; }
}
@-moz-keyframes fa-blink {
     0% { opacity: 1; }
     100% { opacity: 0; }
}
@-ms-keyframes fa-blink {
     0% { opacity: 1; }
     100% { opacity: 0; }
}
@-o-keyframes fa-blink {
     0% { opacity: 1; }
     100% { opacity: 0; }
}
@keyframes fa-blink {
     0% { opacity: 1; }
     100% { opacity: 0; }
}
.fa-blink {
   -webkit-animation: fa-blink 1s linear infinite;
   -moz-animation: fa-blink 1s linear infinite;
   -ms-animation: fa-blink 1s linear infinite;
   -o-animation: fa-blink 1s linear infinite;
   animation: fa-blink 1s linear infinite;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

div#kennzeichen-termine {
    display: none;
    position: fixed;
    top: 100px;
    right: 100px;
    background-color: #ffb8b8;
    width: 800px;
    min-height: 100px;
    padding: 10px;
    border: 1px solid #aaaaaa;
    cursor: move;
    z-index: 1000;
}

div#freiekewcontent {
    display: none;
    position: fixed;
    top: 150px;
    right: 100px;
    background-color: #f0f8ff;
    width: 777px;
    min-height: 100px;
    padding: 10px;
    border: 1px solid #aaaaaa;
    cursor: move;
    z-index: 1000;
}

div#editform div.close {
    float: right;
    cursor: pointer;
}

div.probefahrtverfuegbarkeitsformular div.close,
div.kewverfuegbarkeitsformular div.close,
div.ma-termine div.close, 
div#freiekewcontent div.close, 
div#kennzeichen-termine div.close {
    position: absolute;
    top: 2px;
    right: 4px;
    cursor: pointer;
}

div.probefahrtverfuegbarkeitsformular div.header,
div.kewverfuegbarkeitsformular div.header,
div.ma-termine div.header,
div#freiekewcontent div.header,
div#kennzeichen-termine div.header {
    margin-bottom: 4px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

div.kewverfuegbarkeitsformular form,
div.probefahrtverfuegbarkeitsformular form {
    display: none;
}
td.free-day {
    background-color: #aa0000 !important;
    color: #ffffff !important;
}
td.free-day a.day {
    color: #cccccc;
}

td.ui-datepicker-week-end.sat > a,
td.ui-datepicker-week-end.sun > a {
    background-color: #cedece !important;
    background-image: none;
    color: #555555 !important;
}

td.free-day a.ui-state-default,
td.free-day span.ui-state-default {
    background: #aa0000;
    color: #ffffff;
    /*
    opacity: .35;
    filter: Alpha(Opacity=35);
    */
}

#menu ul.quicklinks {
    float: right;
    padding: 2px 3px;
    margin: 0;
}

#menu ul.quicklinks li {
    margin: 5px 1px;
    background: #ffffff;
    display: inline-block;
}

#menu ul.quicklinks li.important {
    border: 1px solid #FF0000;
}

#menu ul.quicklinks li a {
    color: #666666;
    line-height: 15px;
    padding: 2px;
}

#menu ul.quicklinks li a:hover {
    color: #ffffff;
    background: #666666;
}

ul.probefahrt {
    position: relative;
    top: 0;
    min-height: 100%;
}

ul.probefahrt li {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #ffffff;
}

div.kew,
ul.probefahrt li.kew {
    background-color: #f0f8ff;
}

div.miete,
ul.probefahrt li.miete {
    background-color: #eeeeaa;
}

ul.probefahrt li.extern {
    background-color: #ffaaaa;
}


ul.probefahrt li {
    background-color: #ffffff;
}

div.probefahrtverfuegbarkeitsformular form.fadone,
div.kewverfuegbarkeitsformular form.fadone,
ul.probefahrt li.fadone {
    background-color: #eeeeaa;
}

div.probefahrtverfuegbarkeitsformular form.fuedone,
div.kewverfuegbarkeitsformular form.fuedone,
ul.probefahrt li.fuedone {
    background-color: #cedece;
}

ul.probefahrt li a {
    cursor: pointer;
    display: block;
    height: 100%;
    line-height: 100%;
}

ul.probefahrt li a span {
    display: inline-block;
    min-height: 10px;
}

div.probefahrtlegende {
    max-width: 170px;
}

div.probefahrtlegende ul.probefahrt li {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
}

div.probefahrtlegende ul.probefahrt li.kew {
    position: relative;
    background-color: #f0f8ff;
}

div.probefahrtlegende ul.probefahrt li.miete {
    background-color: #eeeeaa;
    position: relative;
}

div.probefahrtlegende ul.probefahrt li.extern {
    background-color: #ffaaaa;
    position: relative;
}

table.month td.small {
    height: 50px;
}

table.month td.sat,
table.month td.sun {
    background-color: #cedece;
}

div.spacer {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.hspacer {
    display: inline-block;
    margin: 0 10px;
}

.hiddenoverflow {
    overflow: hidden;
}

.hidden {
    display: none;
}

th.hidden,
td.hidden {
    background-color: #eeeeee;
}

.togle {
    cursor: pointer;
}

table.sto {
    width: 100%;
}

/*
div.verbringungfue {
    display: none;
}
*/

table caption {
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
    margin: 4px;
}

form.guv {
    position: static;
}

table.guvdispo {
    float: left;
}

table.guv {
    width: 100%;
    border: 2px solid #aaaaaa;
    padding: 10px;
    margin-bottom: 20px;
}

table.guv.exec {
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 171px;
    background-color: #aaffaa;
}

table.guv.exec.modellfail {
    background-color: #ff0000;
}

table.guv.exec td {
    border: 0;
}

div.guv {
    position: relative;
    float: left;
    width: 45%;
    margin: 10px 2%;
}

span.helptext {
    color: red;
}

/* admin help_text */
p.help {
    color: #ff0000;
}

form.clearform {
    clear: both;
}

.leftfloat {
    float: left;
}

.rightfloat {
    float: right;
}

.radio-buttons input[type="radio"] {
    display: none;
}

.radio-buttons label,
.radio-buttons label.default {
    display:inline-block;
    padding: 2px 4px;
    font-size:12px;
    border: 1px solid #ccc;
    border-radius: 4px;    
}

.radio-buttons label.red {
    display:inline-block;
    padding: 2px 4px;
    font-size:12px;
    border: 1px solid #ee0000;
    border-radius: 4px;    
}

.radio-buttons label.green {
    display:inline-block;
    padding: 2px 4px;
    font-size:12px;
    border: 1px solid #00aa00;
    border-radius: 4px;    
}

.radio-buttons label.yellow {
    display:inline-block;
    padding: 2px 4px;
    font-size:12px;
    border: 1px solid #fee055;
    border-radius: 4px;    
}

.radio-buttons label:hover,
.radio-buttons label.default:hover,
.radio-buttons input[type="radio"]:checked + label,
.radio-buttons input[type="radio"]:checked + label.default { 
    color: #fff;
    background-color:#ccc;
    border-color: #ccc;
}

.radio-buttons label.red:hover,
.radio-buttons input[type="radio"]:checked + label.red { 
    color: #fff;
    background-color: #ee0000;
    border-color: #ee0000;
}

.radio-buttons label.green:hover,
.radio-buttons input[type="radio"]:checked + label.green { 
    color: #fff;
    background-color: #00aa00;
    border-color: #00aa00;
}

.radio-buttons label.yellow:hover,
.radio-buttons input[type="radio"]:checked + label.yellow { 
    color: #fff;
    background-color: #fee055;
    border-color: #fee055;
}

li.crm:hover,
li.crm:focus,
tr.crm_master:hover,
tr.crm_master:focus,
tr.crm_master.active {
    background-color: #ffeecc;
}

tr.crm_slave {
    background-color: #fff4de;
}

ul.crm-kontakt li {
    display: block;
    border: 1px solid #cccccc;
    padding: 5px;
    margin-bottom: 10px;
}

ul.crm-kontakt li img.ok {
    display: block;
    float: left;
}

ul.crm-kontakt li a {
    display: block;
    float: right;
}

.ui-menu-item a.ampel {
    padding-left: 20px;
}

.important {
    border: 1px solid red;
}

table.separate {
    border-collapse: separate;
}

div.odd,
table tr.odd {
    background-color: #dddddd;
}

table tr.even.done,
table tr.odd.done {
    background-color: #ddffdd;
}

table tr.odd.nok,
table tr.even.nok {
    background-color: #ffaaaa;
}

table tr.even.alert,
table tr.odd.alert {
    background-color: #fee055;
}

.odd-trans {
    background-color: rgba(221, 221, 221, 0.5);
}

.event-trans {
    background-color: rgba(225, 225, 225, 0.5);
}

table tr.odd.thema-ok {
    background-color: #aaddaa;
}

div.even,
table tr.even {
    background-color: #ffffff;
}

table tr.even.thema-ok {
    background-color: #ccffcc;
}

tr.blank th,
tr.blank td {
    border: 0;
}

img.status,
div.left img {
    margin: 0 4px;
    border: 1px solid #cccccc;
    box-shadow: 4px 4px 10px #cccccc;
}

div.left img:hover {
    border: 1px solid #aa0000;
    box-shadow: 4px 4px 10px #888888;
}

div.left > span {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

span.latest {
    font-weight: normal;
}

#baustelle {
    position: fixed;
    left: 15px;
    top: 15px;
    width: 300px;
    height: 65px;
    z-index: 100000;
    background: rgba(255, 0, 0, 0.5);
    box-shadow: 3px 3px 12px #555555;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    cursor: move;
    padding: 10px;
}

#baustelle.warning {
    display: block;
}

#baustelle.no-warning {
    display: none;
}

img.torteklein {
    width: 20px;
    height: 20px;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

img.torteklein:hover {
    -webkit-transform: translate(50px) scale(6, 6);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: translate(50px) scale(6, 6);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

div.marginleft {
    margin-left: 140px;
}

input:disabled {
    opacity: 0.5;
    filter:alpha(opacity=50);
}
.no-close .ui-dialog-titlebar-close {
    display: none;
}
.ui-widget-overlay {
    background: #000000;
    opacity: 0.4;
}

img.open_active_switch {
    box-shadow: 0 0 4px 2px #ff0000;
}

.pre {
    white-space: pre;
}

td.nowrap,
a.nowrap {
    white-space: nowrap;
}

div.to_toggle {
    position: relative;
}

div.h_toggle_switch {
    z-index: 100;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -21px;
    cursor: pointer;
    box-shadow: 1px 1px;
    background-color: #cccccc;
    vertical-align: middle;
    text-align: center;
}

table.next_to_toggle,
div.next_to_toggle {
    box-shadow: -1px 0;
    padding-left: 2px;
}

ul.med > li,
ul.med > li a {
    font-size: 13px;
}

.direction-out {
    color: green;
}

.direction-in {
    color: red;
}

.dataTables_filter input[type=text] {
    width: 150px;
}

.strike {
    text-decoration: line-through;
}

.nowrap {
    white-space: nowrap;
}

a.target:target,
/*tr:target { */ {
    background-color: #ff0000;
    color: #ffffff;
}
tr:target label {
    color: #ffffff;
}
#modal {
    display: none;
}

li.block,
a.block {
    display: block;
}

span.white {
    color: #ffffff;
}

span.bold {
    font-weight: bold;
}

span.black {
    color: #000000;
}

ul.block {
    display: block;
    padding-left: 0;
}

ul.inlineblock {
    display: inline-block;
    padding-left: 0;
}

ul.inline li {
    display: inline-block;
}

form.guvformulare {
    position: absolute;
    right: 10px;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 1px 1px 2px 2px #bb8866;
    padding: 2px;
    margin: 4px;
}

form.guvformulare th {
    cursor: pointer;
    text-align: right;
}

/* messages */
ul.messages {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

ul.messages > li.success {
    color: #00aa00;
}
ul.messages > li.error {
    color: #ff0000;
}
ul.messages > li.warning {
    color: #ffff00;
}
ul.messages > li.debug {
    color: #cccccc;
}
ul.messages > li.info {
    color: #0000ff;
}

div#imagepopup {
    position: absolute;
    top: 0;
    right: 25%;
    width: 200px;
    background-color: #ffffff;
    border: 1px solid red;
    line-height: 1rem;
    padding: 4px;
    cursor: cross;
    z-index: 1000;
}

.relative {
    position: relative;
}

.delete_link {
    position: absolute;
    top: 0;
    right: 2px;
}

.invisible {
    display: none;
}

.transparent {
    color: transparent;
}

select.standort,
input.standort {
    background-color: #ffdd00;
    font-weight: bold;
}

select.bold,
input.bold {
    font-weight: bold;
}

select.schluessel,
input.schluessel {
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
}

input.lagerplatz {
    border-color: blue;
    border-style: dashed;
    font-weight: bold;
}

input.geprueft {
    background-color: #00aa00;
    color: #ffffff;
}

img.transparent {
    opacity: 0;
    filter: alpha(opacity=0);
}

label.austritt,
img.austritt {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}

#tooltip {
/* aus style-cal.css */
  font-size: 12px;
  display: none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white; 
  position:absolute;
  top:30%;
  left:30%;
  z-index:10000;
  width:300px;
  max-width:320px;
  min-height:128px;
  border:1px solid black;
  margin-top:12px;
  margin-left:32px;
  overflow:hidden;
  padding:8px;
}

#tooltip i.ok {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 25px;
}

#fptooltip {
  font-size: 12px;
  display: none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white; 
  position:absolute;
  top:30%;
  left:30%;
  z-index:10000;
  width:600px;
  max-width:620px;
  min-height:400px;
  border:1px solid black;
  margin-top:12px;
  margin-left:32px;
  overflow:hidden;
  padding:8px;
}

div.austritt_staff {
    position: absolute;
    bottom: 4px;
    left: 5px;
    transform: rotate(-20deg);
    font-size: 10px;
    color: black;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3px 1px;
}

div.future_staff {
    position: absolute;
    bottom: 4px;
    left: 5px;
    transform: rotate(-20deg);
    font-size: 10px;
    color: red;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3px 1px;
}

div.austritt_staff.mini,
div.future_staff.mini {
    font-size: 8px;
    line-height: 10px;
    padding: 1px;
    bottom: 9px;
}

td.maname,
div.maname {
    position: relative;
    float: left;
    text-align: center;
    font-weight: bold;
    color: #5b80b2;
    background: #f0f8ff url(/static/images/ma_left.png) top left repeat-y;
/*    height: 100px; */
    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
    box-sizing: border-box;
    padding: 5px;
}

td.maname {
    line-height: 13px;
}

span.ma_erloes {
    padding: 2px;
    background-color: #ccffcc;
}

table tr.done,
table.done,
table.ok,
form.ok {
    background-color: #ddffdd;
}

tr.alert,
form.alert {
    background-color: #ffffdd;
}

table.huge {
    margin: 40px 0;
}

table.huge td,
table.huge th {
    font-size: 200%;
    line-height: 175%;
    padding: 0 20px;
}

table.huge td.ma {
    padding: 2px;
}

div.pagination,
ul.logentries {
    margin-top: 40px;
    margin-left: 200px;
    margin-right: 100px;
    padding-left: 0;
}

ul.logentries > li {
    padding: 4px 0;
    border-bottom: 1px solid #cccccc;
}

ul.logentries > li.loglevel-0 {
    color: #00aa00;
}

ul.logentries > li.loglevel-1 {
    color: #ff0000;
}

ul.logentries > li > span.time {
    margin-right: 10px;
}

div.badge {
    float: right;
    font-size: 12px;
    min-width: 14px;
    text-align: center;
    font-weight: bold;
}

div.badge.green {
    position: absolute;
    right: -5px;
    top: -10px;
    background-color: #00aa00;
    color: #ffffff;
    margin: 1px;
    padding: 1px 2px;
    border-radius: 5px;
}

div.badge.red {
    position: absolute;
    right: -5px;
    top: -10px;
    background-color: #ff0000;
    color: #ffffff;
    margin: 1px;
    padding: 1px 2px;
    border-radius: 5px;
}

div.badge.invisible {
    position: absolute;
    right: -5px;
    top: -10px;
    background-color: transparent;
    color: transparent;
    margin: 1px;
    padding: 1px 2px;
    border-radius: 5px;
}

img.carfile-user {
    position: absolute;
    right: 0;
    bottom: 14px;
}

button.text-red {
    color: #ee0000;
}

.text-dark {
    color: #333333;
}

button.red {
    padding: 10px 15px 11px;
    font-size: 18px;
    background-color: #ee0000;
    font-weight: bold;
    text-shadow: 1px 1px #ee0000;
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ee0000;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

button.green {
    padding: 10px 15px 11px;
    font-size: 18px;
    background-color: #00aa00;
    font-weight: bold;
    text-shadow: 1px 1px #00aa00;
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #00aa00;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

button.yellow {
    padding: 10px 15px 11px;
    font-size: 18px;
    background-color: #ffd200;
    font-weight: bold;
    text-shadow: 1px 1px #ffd200;
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ffd200;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

button.default {
    padding: 10px 15px 11px;
    font-size: 18px;
    background-color: #cccccc;
    font-weight: bold;
    text-shadow: 1px 1px #cccccc;
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #cccccc;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

button.mini {
    padding: 2px;
    font-size: 12px;
}

span.kalenderblatt {
    position: relative;
    display: inline-block;
    width: 34px;
    padding: 0;
    margin: 0 2px;
    border: 1px solid #555555;
    text-align: center;
    font-weight: bold;
}

span.kalenderblatt .year {
    display: block;
    background-color: #555555;
    color: #ffffff;
    font-size: 0.6rem;
    line-height: 1rem;
}

span.kalenderblatt .month {
    display: block;
    background-color: #ffffff;
    color: #555555;
    font-size: 0.9rem;
    line-height: 1rem;
}

/* old style-cal.css */
#container.kalender_0,
#container.kalender_6 {
    background-color: #cedece;
}

table.dayview {
    width: 2000px;
    border-collapse: separate;
    border-spacing: 0;
}

table.dayview tr.odd {
    background-color: #dddddd;
}

table.dayview tr.even {
    background-color: #ffffff;
}

#worksheet {
    position: relative;
    width: 100%;
/*    height: 810px; */
    margin-top: 12px;
    border: 1px solid #f0f0ff;
    clear: both;
}

#hours {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 4%;
    border-left: 1px solid #555555;
    border-bottom: 1px solid #555555;
}

div.hourhead {
    position: relative;
    display: block;
    text-align: center;
/*    height: 98px; */
    border-top: 1px solid #555555;
/*    border-bottom: 1px solid #555555; */
    background: transparent  url(/static/images/ma_left.png) top left no-repeat; 
    box-sizing: border-box;
    padding: 5px;
}

div.hourframe-odd {
    position: relative;
    margin: 0;
    width: 100%;
    height: 60px;
    min-height: 60px;
    background: #ffffff url(/static/images/bg_hour.png) top left repeat-x;
}

div.last-hourframe-odd {
    position: relative;
    margin: 0;
    width: 100%;
    height: 30px;
    min-height: 30px;
    background: #ffffff url(/static/images/bg_hour.png) top left repeat-x;
}

div.hourframe-even {
    position: relative;
    margin: 0;
    width: 100%;
    height: 60px;
    min-height: 60px;
    background: #eeeeee url(/static/images/bg_hour.png) top left repeat-x;
}

div.hour {
    position: relative;
    display: block;
/*    padding-top: 2px; */
    text-align: center;
    height: 15px;
/*    top: -0.1em; */
    /*
    background: transparent  url(/media/images/ma_left.png) top left repeat-y;
    */
    background-color: transparent;
    color: #333333;
    font-weight: bold;
}

div.hour.half {
/*    top: -0.1em; */
    font-weight: normal;
}

#worksheet-head {
    width: 100%;
    float: left;
    border-right: 1px solid #555555;
    background-color: #f0f8ff;
}
#worksheet-content {
    position: relative;
    height: 750px;
    width: 100%;
    float: left;
    background: #ffffff url(/static/images/bg.png)  0 0 repeat;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
}

div#current_time_bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: rgba(255, 0, 0, 0.25);
    /* background-image: url(/media/images/current_time_bar_red.gif); */
    /* background-repeat: repeat-x; */
    z-index: 1000;
}

span#current_time {
    display: inline-block;
    position: absolute;
    left: 0;
/*    width: 5%;
    min-width: 50px;*/
    height: 15px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background-color: rgba(255, 0, 0, 0.4);
}

@-webkit-keyframes blink {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

span#current_time span.colon {
/* for chrome */
    -webkit-animation-name: blink; 
    -webkit-animation-iteration-count: infinite; 
    -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    -webkit-animation-duration: 1s;
}

div.ma-odd {
    position: relative;
    float: left;
/*    overflow: hidden; */
    border: 0;
    height: 750px;
    background-color: #dddddd;
    background: #dddddd  url(/static/images/ma_left.png) top left repeat-y; 
    opacity:0.8;
    filter:alpha(opacity=80);
}

div.ma-even {
    position: relative;
    float: left;
/*    overflow: hidden; */
    border: 0;
    height: 750px;
    background-color: #eeeeee;
    background: #eeeeee  url(/static/images/ma_left.png) top left repeat-y; 
    opacity:0.8;
    filter:alpha(opacity=80);
}

/* div.maname in style.css ausgelagert, da auch Benutzung in anderen Programmen  2017-06-23 */
div.maname.ws {
    background-color: #f0f8ff;
    color: #5b80b2;
}

div.maname img.cal-birthday {
    position: absolute;
    top: 0;
    right: 0;
}

/*
div.entry {
    border-top: 1px solid #5555ff;
    border-bottom: 1px solid #5555ff;
    background-color: #aaccee;
    position: absolute;
    overflow: hidden;
    width: 100%;
}

div.entry:hover {
    background-color: #0000ff;
    position: absolute;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
}

div.entry a{
    color: #555555;
    display: block;
}

div.entry:hover a,
div.entry a:hover {
    color: #ffff00;
    z-index: 100;
}
*/

a.ajaxentry {
    background-color: #aaccee;
    border-top: 1px solid #5555ff;
    border-bottom: 1px solid #5555ff;
    position: relative;
    overflow: hidden;
    margin-left: 1px;
    color: #555555;
    display: block;
    padding-left: 20px;
}

a.entry {
    box-shadow: -1px 2px 6px 2px #888888;
}

a.entry.event_offws_extra {
    border: 3px solid red;
    /*
    animation: rotgelb 2s;
    -moz-animation: rotgelb 2s infinite;
    -webkit-animation: rotgelb 2s infinite;
    */
}

@keyframes rotgelb {
    0% {border-color: #ff0000;}
    50% {border-color: #ffff00;}
    100% {border-color: #ff0000;}
}

@-moz-keyframes rotgelb /* Firefox */ {
    0% {border-color: #ff0000;}
    50% {border-color: #ffff00;}
    100% {border-color: #ff0000;}
}

@-webkit-keyframes rotgelb /* Safari and Chrome */ {
    0% {border-color: #ff0000;}
    50% {border-color: #ffff00;}
    100% {border-color: #ff0000;}
}

a.entry.done.event_offws_extra {
    border: 1px solid #666666;
}

a.entry.done {
    border: 1px solid #666666;
    box-shadow: none;
}

a.entry.done:hover,
a.entry {
    background-color: #aaccee;
    border: 2px solid #666;
    position: absolute;
    overflow: hidden;
    margin-left: 1px;
    width: calc(100% - 20px);
    color: #555555;
    display: block;
    padding-left: 2px;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    opacity: 1;
    filter:alpha(opacity=100);
}

a.entry:hover {
    box-shadow: 2px 2px 10px 6px #888888;
}

a.entry.done:hover {
    box-shadow: 1px 1px 6px 2px #666666;
}

a.entry.not_today {
    display: none;
}

a.entry.overlapping {
/*    color: red; */
}

#tooltip h2.s1,
a.entry.done.filled-1:hover,
a.entry.filled-1 {
    background: rgba(187, 204, 238, 1);
}
#tooltip h2.s2,
a.entry.done.filled-2:hover,
a.entry.filled-2 {
    background: rgba(255, 170, 170, 1);
}
#tooltip h2.s3,
a.entry.done.filled-3:hover,
a.entry.filled-3 {
    background: rgba(154, 214, 154, 1);
}
#tooltip h2.s4,
a.entry.done.filled-4:hover,
a.entry.filled-4 {
    background: rgba(238, 232, 170, 1);
}
#tooltip h2.s5,
a.entry.done.filled-5:hover,
a.entry.filled-5 {
    background: rgba(254, 254, 254, 1);
}
#tooltip h2.s6,
a.entry.done.filled-6:hover,
a.entry.filled-6 {
    background: rgba(254, 150, 100, 1);
}
#tooltip h2.s7,
a.entry.done.filled-7:hover,
a.entry.filled-7 {
    background: rgba(254, 254, 254, 1);
}
#tooltip h2.s8,
a.entry.done.filled-8:hover,
a.entry.filled-8 {
    background: rgba(240, 248, 255, 1);
}
#tooltip h2.s9,
a.entry.done.filled-9:hover,
a.entry.filled-9 {
    background: rgba(254, 254, 254, 1);
}
#tooltip h2.s10,
a.entry.done.filled-10:hover,
a.entry.filled-10 {
    background: rgba(254, 254, 254, 1);
}
a.entry.done {
    /*
    background: transparent url(/media/images/ok.png) top left no-repeat;
    padding-left: 20px;
    */
    opacity: 0.6;
    filter:alpha(opacity=60);
    text-decoration: line-through;
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
}

a.entry.overlapping:hover {
/*
    width: 100px !important;
    height: 100px !important;
*/
}

#tooltip {
  font-size: 12px;
  display: none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white; 
  position:absolute;
  top:30%;
  left:30%;
  z-index:10000;
  width:300px;
  max-width:320px;
  min-height:128px;
  border:1px solid black;
  margin-top:12px;
  margin-left:32px;
  overflow:hidden;
  padding:8px;
}

#tooltip.nok {
  background-color: #ffaaaa;
}

#tooltip i.ok {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 25px;
}

#tooltip img.ok {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

#tooltip h2 {
  float: right;
  padding: 0 4px 0 25px;
  line-height: 30px;
  margin: 0;
}

#tooltip hr {
  clear: both;
  margin: 10px 0;
}

#tooltip div.notiz {
    border: 1px solid #cccccc;
    margin: 4px 0;
    padding: 4px;
}

#tooltip div.clock {
    font-weight: normal;
}

a.add-event {
   display: block;
   width: 100%;
   height: 780px;
}

a.add-event:hover {
   background: transparent url(/static/images/add_bg.png) top left repeat-y;
}

a.add-single-event {
    display: block;
    width: 100%;
    height: 15px;
    min-height: 15px;
    padding-left: 10px;
}

a.add-single-event.half {
    display: inline-block;
    width: auto;
    max-width: 46%;
}

div.hour.work,
a.add-single-event.work {
    margin-top: -1px;
    border-top: 1px solid #ff0000;
}

div.ma-odd a.add-single-event {
    color: #dddddd;
}

div.ma-even a.add-single-event {
    color: #eeeeee;
}

div a.add-single-event.pause {
    color: transparent;
}

div.ma-odd a.add-single-event:hover,
div.ma-even a.add-single-event:hover {
   /*
   background: transparent url(/media/images/add_bg.png) top left repeat-y;
   */
    height: 15px;
    min-height: 15px;
    font-weight: bold;
    color: #ff0000;
    z-index: 100;
}

div#editform {
    display: none;
    width: auto;
    height: auto;
    margin: 10px;
    padding: 4px 10px;
    border: 1px solid #cccccc;
    /*
    width: 800px;
    width: 50%;
    */
    /* min-width: 400px; */
    z-index: 2000;
    box-shadow: 5px 5px 20px 10px;
    background: rgba(255, 255, 255, 0.93);
    cursor: move;
    position: absolute;
    top: 20%;
    left: 25%;
}

div#editform span.datum {
    color: #000000;
    font-weight: bold;
    background-color: #ffffff;
    padding: 4px;
}

form.ws_hauptform {
    width: 75% !important;
}

div.ws_nextform {
    z-index: 1000;
    width: 50%;
    position: relative;
    left: 75%;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
    filter: grayscale(0.8);
}

div.ws_nextform:hover,
div.ws_nextform:focus {
    left: 50%;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
    filter: grayscale(0);
}

div.ws_nextform_overlay {
    border: 1px solid #cccccc;
    background-color: rgba(250, 250, 250, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px;
}


div.ws_nextform_overlay ul {
    padding-left: 10px;
}

div.ws_nextform_overlay li {
    white-space: nowrap;
}

label.redlabel {
    color: #ff0000;
}

span.ok {
    cursor: pointer;
    color: #00aa00;
    font-weight: bold;
    padding: 1px 2px;
    margin-right: 10px;
    border: 1px solid #00aa00;
}
span.wk {
    cursor: pointer;
    color: #ff0000;
    font-weight: bold;
    padding: 1px 2px;
    margin-right: 10px;
    border: 1px solid #ff0000;
}

td.overlap {
    font-weight: bold;
    color: #ff0000;
}

div.crm-termine {
    position: absolute;
    /*
    left: 0;
    top: 0;
    */
    display: none;
    /*
    width: 50%;
    */
    min-width: 700px;
    z-index: 10;
    background-color: white;
    padding: 10px;
}

ul.search {
    margin-left: 10px;
    padding: 0;
}

ul.search > li {
    list-style-type: none;
}

ul.search > li > div {
    vertical-align: top;
    display: inline-block;
    text-align: right;
}

ul.search > li > a.link {
    vertical-align: top;
    display: inline-block;
    max-width: 70%;
}

ul.search > li > a.section {
    vertical-align: top;
    display: inline-block;
    height: 20px;
    min-height: 20px;
    width: 130px;
    margin-left: 10px;
    padding-left: 20px;
}

tr.calsearch > td {
    border: 0;
}

tr.calsearch {
    border-bottom: 1px solid #aa0000;
}

table.search {
    margin-left: 20px;
}

table.calsearch tr > td.section {
    width: 150px;
    min-width: 150px;
}

table.calsearch a.section {
    display: inline-block;
    padding-left: 25px;
    min-height: 20px;
}

ul.search > li > div.kundenbild {
    text-align: right;
    display: inline-block;
    width: 100px;
    max-width: 100px;
}
