body, .wrapper {
    overflow: visible;
}

.errors {
    color: red;
    float: left;
}

.info {
    color: green;
}

.action {
    cursor: pointer;
}

.disabled {
    color: gray;
    pointer-events: none;
}

.warning {
    color: red;
    cursor: default;
}

.warning.text {
    font-size: 0.8em;
    float: right;
}

#zeiten select, #zeiten input {
    height: 20px;
    font-weight: normal;
    line-height: 20px;
    font-size: 12px;
    padding: 0;
}

.row-fluid #zeiten [class*="span"] {
    min-height: 10px;
}

tr.sum td {
    background-color: #B0E2FF !important;
}

.print {
    display: none;
}

#zeiten input:focus, #zeiten select:focus {
    border: 1px solid red;
    box-shadow: 2px 2px 4px 2px red;
}

#auswertung th, #auswertung td {
    text-align: right;
}
#overview th {
    text-align: center;
}
#overview td:nth-child(n+3) {
    text-align: right;
}
#overview button {
    margin: 0.1em;
}
#overview tfoot {
    font-weight: bold;
}

.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-horizontal .hide {
  display: none;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
  line-height: 20px;
  padding-top: 5px;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}

.modal input:not([type="radio"]):not([type="checkbox"]) {
    width: 230px;
}

.sidebar-menu.company {
    background-color: #222d32;
    color: #3c8dbc;
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
}
.sidebar-menu.company img {
    padding: 10px;
    max-height: 100px;
    max-width: 230px !important;
}

.gototop {
    float: right;
    margin-top: -20px;
    margin-bottom: -10px;
    font-size: 1.5em;
}

#info td {
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

.img-borders img {
    border: 2px solid #999;
    padding: 5px;
    max-width: 500px;
    max-height: 200px;
    margin-left: 100px;
}

#imagelightbox {
    position: fixed;
    z-index: 9999;
    -ms-touch-action: none;
    touch-action: none;
    border: 2px solid #999;
    padding: 5px;
}
#imagelightbox-close {
    display: none;
}

.label-normal {
    font-weight: normal;
}
.chzn-select {
    width: 300px;
}

a.nolink {
    cursor: default;
}
a.nolink:hover {
    background: #3c8dbc !important;
}


#zeiten th:nth-child(5), #zeiten td:nth-child(5) {
    border-right: 1px solid #777 !important;
}

.chzn-container {
    vertical-align: bottom;
}

i.fa-spinner {
    display: none;
}

.hierarchy-range {
    border-top: 1px solid #DDD;
    padding-bottom: 1em;
}
#validate_tab_sections_superiors .hierarchy-range {
    border-top: none;
}
.hierarchy-range-table td {
    border: 1px solid #DDD;
    padding: 0.2em;
}
.hierarchy-entry {
    background: #666;
    margin: 0.5em;
    padding: 0.8em;
    cursor: pointer;
    color: white;
    font-weight: bold;
    float: left;
}
.hierarchy-button {
    margin: 0.5em 0.5em 0 0;
}
.hierarchy-headline {
    font-weight: bold;
}
