@charset "UTF-8";

/* normalize.min.css (v1.12 - legacy browser support)
------------------------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 13px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html, button, input, select, textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 1.5em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

p, pre {
    margin: 1em 0
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before, q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl, menu, ol, ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu, ol, ul {
    padding: 0 0 0 40px
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none
}

.nav > li > a {
    padding: 10px 7px;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

div#main-content > div.row,div#main-content > div.row > form {
    line-height: 3em;
    display: inline-block;
    width: 100%;
}

div#main-content > div.row div.form-group{
    line-height: 1.42857143;
}

form.form-inline .checkbox-inline > input {
    margin-top: 1.1em;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

fieldset.spaced {
    border: 1px solid silver;
    margin: 10px 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0 0.25em;
    margin-bottom: 0.25em;
    white-space: normal;
    font-weight: bold;
    font-size: 1.2em;
    color: #2d7ccb;
    width: inherit;
}

button, input, select, textarea {
    font-size: 9px;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px

}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table.sublist td {
    padding: 2px 0;

}

table.padding td {
    padding: 5px;

}

/* general style
------------------------------------------------------------------------------*/
body, td, h2 {
    font-family:  "Open Sans", Arial, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

body {
    background-color: #F8F8F8;
}

body {
    margin: 0;
}

body {
    padding: 3px;
}

.dropdown-menu {
    font-family:  "Open Sans", Arial, sans-serif;
    font-size: 13px;
}

img {
    border: 0 none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover, div#main-nav div#nav-footer a:hover {
    text-decoration: underline;
}

input, textarea, select {
    font-size: inherit !important;
    font-family: inherit !important;
    border: 1px solid #aaa;
    box-shadow: -1px -1px 2px #ddd inset;
    border-radius: 4px;
    padding: 4px;
    margin-bottom: 5px;
    height: 31px;
}

input[type="file"] {
    font-size: inherit !important;
    font-family: inherit !important;
    height: 31px;
    border: none;
    box-shadow:none;
    border-radius:0px;
    padding: 0px;
    margin-bottom: 0px;
}

input[readonly], textarea[readonly], select[readonly], select[disabled] {
    box-shadow: none;
    background-color: #f2f2f2;
}

input:focus:not([readonly]), input:hover:not([readonly]),
select:hover:not([readonly]):not([disabled]), select:focus,
textarea:focus:not([readonly]), textarea:hover:not([readonly]) {
    border-color: #00ace5;
    box-shadow: 1px 1px 2px #ddd inset;
    outline: none;
}

input[type="checkbox"],
input[type="radio"] {
    border: 0 none;
    box-shadow: none;
    height: 12px;
}

.text {
    font-size: 12px;
    padding-left: 2px;
    border: 1px solid silver
}

select.readonly, input.readonly {
    background-color: #e2e2e2;
    border: 1px solid silver;
}

textarea {
    height: 40px;
}

.printer {
    position: absolute;
    left: 900px;
    top: 1px
}

.Block1 select, .Block1 textarea {
    width: 280px
}

#hiddendelete {
    visibility: hidden;
    display: none;
    position: relative;
    top: -30px;
    background-color: #efefef;
    border: solid 1px Red;
    padding: 20px;
}

.announce {
    max-height: 200px;
    overflow: auto;
    margin-top: 30px;
    background-color: #efefef;
    border: solid 5px silver;
    padding: 20px;
    width: 70%;
    text-align: center;
}

hr {
    border: none;
    border-top: 1px solid silver;
}

#gbox_grid_table td, #gbox_grid_table th {
    padding: 0px 2px;
}

.ui-jqgrid-title, #grid_table_caption {
    width: 100%;
}

input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 6px;
}

td.form_label {
    min-width: 160px;
}

td.form_label,
td.form_input {
    vertical-align: top;
}

td.form_label,
td.form_input {
    padding: 2px 6px 2px 0;
}

td.form_input {
    padding: 2px 0;
}

td.form_input input[type="checkbox"] {
    margin: 0;
}

td.form_input.required input,
td.form_input.required select,
td.form_input.required textarea {
    background-color: #fffcbd;
}

td.form_input input[readonly=""], td.form_input input[readonly="readonly"],
td.form_input select[readonly=""], td.form_input select[readonly="readonly"],
td.form_input textarea[readonly=""], td.form_input textarea[readonly="readonly"] {
    background: #f2f2f2;
}

span.nobr {
    white-space: nowrap;
}

.slider-img {
    width: 400px;
    max-height: 180px;
}

div.screen-shading {
    background-color: rgba(255, 255, 255, 0.6);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.error {
    color: #b00;
}

div.error {
    background: red;
    background-image: url(../images/warning.gif);
    background-repeat: no-repeat;
    background-position: 3px;
    line-height: 1.9em;
    font-weight: bold;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    color: black;
    padding: 20px 10px 20px 80px;
    margin: 2px;
}

div.info {
    background: #B3DDA9;
    line-height: 1.9em;
    font-weight: bold;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    color: black;
    padding: 20px 10px 20px 20px;
    margin-top: 40px;
    width: 400px;
    text-align: center;
}

sup.required {
    color: red;
}

span.currency-positive {
    font-weight: bold;
}

span.currency-negative {
    color: #f00;
}

/* layout
------------------------------------------------------------------------------*/
div#header {
    position: relative;
    height: 65px;
    margin-right: 20px;
    background-color: #444444;
}

div#header div#company-logo {
    height: 35px;
    margin: 10px 5px 0;
    background: url('../images/logo.png') top left #444444 scroll no-repeat;
    background-size: contain;
}

div#header div#logout {
    position: absolute;
    bottom: 10px;
    right: 0;
}

div#main-content {
    left: 100px;
    background: #F8F8F8;
    padding: 0 30px 20px;
}

div#main-content > form {
    min-width: 450px;
}

div#main-content > h1,
div#main-content form > h1 {
    font-size: 16px;
    margin-top: 0;
    color: #2d7ccb;
    line-height: 1em;
}

div#main-content form td > h2 {
    color: #2d7ccb;
}

div#loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9001;

    display: none;

    background: rgba(0, 0, 0, 0.125);
    border-radius: 3px;
}

div#loading > img {
    position: absolute;
}

/* navigation
------------------------------------------------------------------------------*/
#nav-iconbar {
    display: block;
    height: 95vh;
    position: relative;
    width: 60px;
    z-index: 10;
    padding-left: 10px;
    padding-top: 20px;
    font-size: 2.5em;
    float: left;

    background-color: #d7dbe0;
    top: -20px;

}

#nav-iconbar > a {
    color: #888888;
}

/* buttons
------------------------------------------------------------------------------*/
span.button {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 4px;
    color: #333;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

span.button span.button-inner:hover {
    background-color: #d8d8d8;
    color: #000;
}

span.button span.button-inner:active {
    border-top: 1px solid #bbb;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #bbb;
}

span.button span.button-inner {
    font-family:  "Open Sans",  "Open Sans", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    min-width: 40px;
    padding: 3px 18px;

    background-color: #e9e9e9;

    border-top: 1px solid #fff;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #fff;
    border-radius: 4px;

    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

div.calendar {
    overflow: hidden;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 3px 3px 4px #ccc;
    -moz-box-shadow: 3px 3px 4px #ccc;
    box-shadow: 3px 3px 4px #ccc;
}

div.calendar thead tr {
    background-color: #badafd;
    vertical-align: bottom;
    letter-spacing: 1px;
}

/* tabmenu
------------------------------------------------------------------------------*/
ul#tabmenu {
    border-bottom: 1px solid #888888;
    margin: 10px 0 0;
    padding: 0;

}

ul#tabmenu-header {
    border-bottom: 1px solid #888888;
    margin: 10px 0 0;
    padding: 0;

}

ul#tabmenu li {
    display: inline-block;
    list-style-type: none;

    margin-left: 3px;
}

ul#tabmenu-header li {
    display: inline-block;
    list-style-type: none;

    margin-left: 3px;
}

.nav-tabs > li > a {
    height:50px;
}

ul#tabmenu a, a.active {
    display: inline-block;
    color: #000;
    background: #dadada;
    padding: 5px 7px;

    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
ul#tabmenu-header a, a.active {
    display: inline-block;
    color: #000;
    background: #f5f5f5;
    padding: 5px 7px;

    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

ul#tabmenu a.active {
    background: #337AB7;
    color: #fff;

    font-weight: bold;
}
ul#tabmenu-header a.active {
    background: #337AB7;
    color: #fff;

    font-weight: bold;
}

ul#tabmenu a:hover, ul#tabmenu a.active:hover {
    text-decoration: none;
    background: #337AB7;
    color: #fff;
}

ul#tabmenu-header a:hover, ul#tabmenu-header a.active:hover {
    text-decoration: none;
    background: #337AB7;
    color: #fff;
}

ul#tabmenu a.active:hover {

}

ul#tabmenu a:visited {
    color: #000;
}

ul#tabmenu-header a:visited {
    color: #000;
}

/* table.import-bookings
------------------------------------------------------------------------------*/
table.import-bookings {
    table-layout: fixed;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 20px 15px 0;
}

table.import-bookings th {
    background-color: #e6e6e6;
}

table.import-bookings th, table.import-bookings td {
    padding: 2px 4px;
    border: 1px solid #ccc;
    vertical-align: top;
}

table.import-bookings tr:nth-child(even) {
    background-color: #f6f6f6;
}

table.import-bookings tr:hover {
    background-color: #abc6dd;
}

table.import-bookings td.action img.action {
    cursor: pointer;
}

table.import-bookings td.category {
    min-width: 108px;
}

table.import-bookings td.category > select {
    width: 100%;
}

/* table.standard_payment_table
------------------------------------------------------------------------------*/
table.standard_payment_table {
    table-layout: fixed;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 20px 15px 0;
}

table.standard_payment_table th {
    background-color: #e6e6e6;
}

table.standard_payment_table th, table.standard_payment_table td {
    padding: 2px 4px;
    border: 1px solid #ccc;
    vertical-align: top;
}

table.standard_payment_table tr:nth-child(even) {
    background-color: #f6f6f6;
}

table.standard_payment_table tr:hover {
    background-color: #abc6dd;
}

/* table.orders
------------------------------------------------------------------------------*/
table.orders td.form_label {
    width: 150px;
}

table.orders th {
    font-size: 1px;

}

/* table.evaluation
------------------------------------------------------------------------------*/
table.evaluation {
    min-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    empty-cells: hide;
}

table.evaluation img.action {
    cursor: pointer;
}

table.evaluation th, table.evaluation td {
    padding: 3px 6px;
}

table.evaluation th.year {
    font-size: 1.5em;
}

table.evaluation tr.quarters th {
    font-size: 1.25em;
}

table.evaluation tr td {
    text-align: right;
}

table.evaluation tr td:first-child {
    text-align: left;
}

table.evaluation tr.start td {
    border-bottom: 3px double #000;
    font-weight: bold;
}

table.evaluation tr.profit td {
    border: 1px solid #000;
    border-top: 3px double #000;
    border-left: 0 none;
    font-weight: bold;
}

table.evaluation tr.profit td:first-child {
    text-align: right;
    border-left: 1px solid #000;
}

table.evaluation tr.profit td {
    background: #f2f2f2;
    border-right: 0 none;
}

table.evaluation tr.result {
    font-weight: bold;
}

table.evaluation tr.heading td:first-child {
    background: #ffa500;
    border: 1px solid #000;
    font-weight: bold;
    text-align: center;
}

table.evaluation tr.group {
    background: lightblue;
    border-top: 1px solid #000;
    font-weight: bold;
}

table.evaluation tr.category td:first-child {
    padding-left: 12px;
}

table.evaluation tr:not(.proof) td:nth-child(5) {
    border-right: 1px solid #000;
}

table.evaluation tr:not(.group) td:nth-child(6) {
    background: #f6f6f6;
}

table.evaluation tr td:last-child {
    padding-left: 40px;
    background: none;
    border: 0 none;
}

table.evaluation tr.spacer, table.evaluation tr.spacer td {
    border: 0 none;
}

table.evaluation tr.group .currency-negative {
    color: darkred;
}

table.evaluation tr.proof > td {
    background-color: lightgoldenrodyellow;
    color: #666;
    padding-left: 0;
}

table.evaluation tr.proof td:nth-child(5) {
    padding-right: 7px;
}

table.evaluation tr.proof > td:first-child {
    color: #000;
    padding-left: 6px;
}

table.evaluation tr.proof img.proof-control {
    float: left;
    cursor: pointer;
    margin-right: 25px;
}

/* table.report
------------------------------------------------------------------------------*/
table.report {
    min-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    empty-cells: hide;
}

table.report th, table.report td {
    padding: 3px 15px;

}

table.report th {
    font-weight: bold;
    text-align: center;
    background-color: #e6e6e6;
    border: 1px solid #d3cdcd;
}

table.report tr td {
    text-align: right;
    border: 1px solid #e6e6e6;
}

table.report tr td:first-child {
    text-align: left;
}

table.report tr td:nth-child(6) {
    font-weight: bold;
}

table.report tr td:last-child {
    border: 0;
    text-align: left;
}

table.report tr.sumrow td {
    font-weight: bold;
}

table.report tr.sumrow_negativ td {
    font-weight: bold;
    color: red;
}

/* table.report2
------------------------------------------------------------------------------*/
table.report2 {
    min-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    empty-cells: hide;
}

table.report2 th, table.report2 td {
    padding: 3px 15px;

}

table.report2 th {
    font-weight: bold;
    text-align: center;
    background-color: #e6e6e6;
    border: 1px solid #d3cdcd;
}

table.report2 tr td {
    text-align: right;
    border: 1px solid #e6e6e6;
}

table.report2 tr td:first-child {
    text-align: left;
}

table.report2 tr.sumrow td {
    font-weight: bold;
}

table.report2 tr.sumrow_negativ td {
    font-weight: bold;
    color: red;
}

.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid {
    font: normal 12px/150%  "Open Sans", Arial, Helvetica, sans-serif;
    background: #fff;
    overflow: hidden;
    border: 1px solid #8c8c8c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.datagrid table td, .datagrid table th {
    padding: 3px 10px;
}

.datagrid table thead th {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8c8c8c), color-stop(1, #7d7d7d));
    background: -moz-linear-gradient(center top, #8c8c8c 5%, #7d7d7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
    background-color: #8c8c8c;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-left: 1px solid #a3a3a3;
}

.datagrid table thead th:first-child {
    border: none;
}

.datagrid table tbody td {
    color: #7d7d7d;
    border-left: 1px solid #dbdbdb;
    font-size: 12px;
    font-weight: normal;
}

.datagrid table tbody .alt td {
    background: #ebebeb;
    color: #7d7d7d;
}

.datagrid table tbody td:first-child {
    border-left: none;
}

.datagrid table tbody tr:last-child td {
    border-bottom: none;
}

.datagrid table tfoot td div {
    border-top: 1px solid #8c8c8c;
    background: #ebebeb;
}

.datagrid table tfoot td {
    padding: 0;
    font-size: 12px
}

.datagrid table tfoot td div {
    padding: 2px;
}

.datagrid table tfoot td ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.datagrid table tfoot li {
    display: inline;
}

.datagrid table tfoot li a {
    text-decoration: none;
    display: inline-block;
    padding: 2px 8px;
    margin: 1px;
    color: #f5f5f5;
    border: 1px solid #8c8c8c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8c8c8c), color-stop(1, #7d7d7d));
    background: -moz-linear-gradient(center top, #8c8c8c 5%, #7d7d7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
    background-color: #8c8c8c;
}

.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover {
    text-decoration: none;
    border-color: #7d7d7d;
    color: #f5f5f5;
    background: none;
    background-color: #8c8c8c;
}

.datagrid2 table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid2 {
    font: normal 12px/150%  "Open Sans", Arial, Helvetica, sans-serif;
    background: #fff;
    overflow: hidden;
    border: 1px solid #8c8c8c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.datagrid2 table td, .datagrid2 table th {
    padding: 3px 10px;
}

.datagrid2 table thead th {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8FBC8F), color-stop(1, #9DE0AD));
    background: -moz-linear-gradient(center top, #8FBC8F 5%, #9DE0AD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#9DE0AD');
    background-color: #8FBC8F;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    border-left: 1px solid #a3a3a3;
}

.datagrid2 table thead th:first-child {
    border: none;
}

.datagrid2 table tbody td {
    color: #7d7d7d;
    border-left: 1px solid #dbdbdb;
    font-size: 12px;
    font-weight: normal;
}

.datagrid2 table tbody .alt td {
    background: #ebebeb;
    color: #7d7d7d;
}

.datagrid2 table tbody td:first-child {
    border-left: none;
}

.datagrid2 table tbody tr:last-child td {
    border-bottom: none;
}

.datagrid2 table tfoot td div {
    border-top: 1px solid #8c8c8c;
    background: #ebebeb;
}

.datagrid2 table tfoot td {
    padding: 0;
    font-size: 12px
}

.datagrid2 table tfoot td div {
    padding: 2px;
}

.datagrid2 table tfoot td ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.datagrid2 table tfoot li {
    display: inline;
}

.datagrid2 table tfoot li a {
    text-decoration: none;
    display: inline-block;
    padding: 2px 8px;
    margin: 1px;
    color: #f5f5f5;
    border: 1px solid #8c8c8c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8c8c8c), color-stop(1, #7d7d7d));
    background: -moz-linear-gradient(center top, #8c8c8c 5%, #7d7d7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
    background-color: #8c8c8c;
}

.datagrid2 table tfoot ul.active, .datagrid2 table tfoot ul a:hover {
    text-decoration: none;
    border-color: #7d7d7d;
    color: #f5f5f5;
    background: none;
    background-color: #8c8c8c;
}

div.dhtmlx_window_active, div.dhx_modal_cover_dv {
    position: fixed !important;
}

a.button, input#login-submit {
    display: inline-block;
    height: 15px;

    background-color: #fff;

    border: 1px solid #b4b4b4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    padding: 3px 12px;
    margin: 2px 8px 2px 0px;

    color: #555;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em !important;

    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

a.button:hover, input#login-submit:hover {
    color: #0f70b7;
    text-decoration: none;

    border-color: #555;
    -webkit-box-shadow: 0px 1px 1px #ddd;
    -moz-box-shadow: 0px 1px 1px #ddd;
    box-shadow: 0px 1px 1px #ddd;
}

a.button:active, input#login-submit:active {
    color: #0f70b7;
    background-color: #efefef;
}

/* Ansprechpartner ausgeschieden oder Elternzeit */

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

/*Adressen Dublettensuche auf add_address*/

div.address-dupes {
    cursor: pointer;
    background-color: #fff;
    margin-bottom: 5px;
    padding: 5px 8px;
    border: 1px solid #cecece;
    min-width: 150px;
}

div.address-dupes img {
    display: none;
}

div.address-dupes:hover img {
    float: right;
    display: inline;
}

/*Adressetikett in edit_address*/
div.address_tdContent {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 0px 0px 0px;
    background: #fff;
    font-size: 12px;

    z-index: 10;
}

div.titleTooltip {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cecece;
    color: #000;
    display: none;
    font-size: 12px;
    left: 240px;
    padding: 5px;
    position: absolute;
    top: 50;
    width: 140px;
    z-index: 10;
}

div.address_titleTooltip {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cecece;
    color: #000;
    display: none;
    font-size: 12px;
    left: 480px;
    padding: 5px;
    position: absolute;
    top: 100px;
    width: 240px;
    z-index: 10;
}

div.address_titleTooltip2 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cecece;
    color: #000;
    display: none;
    font-size: 12px;
    left: 50px;
    padding: 5px;
    position: absolute;
    top: 0;
    width: 240px;
    z-index: 10;
}

/* Inhalt manage adress kategoriebox */
div.cat-wrapper {
    border: 0 none;
    margin: 0;
    padding: 0;
}

div.cat-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #000;
    display: none;
    font-size: 12px;
    height: 50px;
    line-height: 18px;
    margin-top: 5px;
    margin-left: 5px;
    overflow-y: auto;
    padding: 5px;
    width: 280px;
}

div.sales-fores-content {
    display: none;
    margin-left: 5px;

}

div.department-content {
    display: none;
    margin-left: 5px;

}

div.customer-industry-content {
    display: none;
    margin-left: 5px;

}

/*costing_table*/
.tg {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #bbb;
    table-layout: fixed;
}

.tg td {
    font-size: 12px;
    padding: 5px 2px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #bbb;
    color: #594F4F;
    background-color: #E0FFEB;
}

.tg th {
    font-size: 12px;
    font-weight: normal;
    padding: 5px 2px;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #bbb;
    color: #493F3F;
    background-color: #9DE0AD;
}

/* exportform classes table*/
#exportform {
    background-color: #F0F0F0;
    border: none;

}

/* bootstrap anpassungen*/
.navbar-brand {
    padding: 8px;
    padding-right: 12px;
}

.tabletitle {
    color: #0f70b7;
}

.navbar {
    /*background-color:#0173C7;*/
}

.badge {
    background-color: #fff;
    color: #337AB7;
    margin-left: 2px;
    border: 1px solid;
}

table.dataTable {
    min-width: 100% !important;
    max-width: 100% !important;
}

.center {
    text-align: center !important;
}

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

.right {
    text-align: right !important;
}

/* necessary for horizontal forms */
.form-group {
    overflow: hidden;
}

.form-group-no-inline {
    overflow: hidden;
}

.form-control.text-danger {
    color: #a94442;
}
.icon-copy {
    color: #7199a9;
}

/* reset column gutter on nested columns */
.row .row {
    margin: 0 -15px;
}

.no-break {
    word-break: keep-all;
    white-space: nowrap;
}

.required {
    color: #b00;
}

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

.block-row-margin {
    margin-left: 10px;
}

div#product-as-options > div {
    margin-bottom: 5px;
    cursor: pointer;
}

div#product-as-options > div:last-child {
    margin-bottom: 0;
}

div#product-as-options > div:hover,
div#product-as-options > div.active {
    background-color: #f2f2f2;
}

div#product-as-options {

    display: none;
    position: absolute;
    left: 80px;
    overflow-y: auto;
    max-height: 140px;
    padding: 3px 5px;
    background: #fff;
    border: 1px solid #000;
    z-index: 10000;
}

@media (max-width: 768px) {
    body > div#main-content{
        margin-left: 0;
    }
}

div#main-content div.header-line > h2 {
    color: #2d7ccb;
}

div.small-header-line {
    color: #2d7ccb;
    font-size: 1.0em;
    font-weight: bold;
}

div.small-header-line > a.small-header {
    color: #2d7ccb;
}

div#main-content .small-header > div {
    display: inline-block;
    padding-right: 5px;
}

.icon-article {
    cursor: pointer;
}

.quotes-label {
    padding-right: 5px;
    padding-left: 5px;
}

tfoot.quotes-article > tr > td {
    border-top: 0 none;
}

tfoot.quotes-article td.sum-article-line {
    border-top: 1px solid #ddd;
}

.quotes-radio {
    display: inline;
    padding: 1px;
    float: left;
}

div.row > div.quotes-radio:first-child {
    margin-left: 15px;
}

/*
@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}
*/
/* Anpassungen Ts, für bessere Platznutzung*/
input.form-control {
    height: 31px !important;
    padding: 2px 4px !important;

}

select.form-control {
    height: 31px !important;
    padding: 2px 12px !important;

}

.form-group {
    margin-bottom: 5px;
}

.form-group > label {
    padding-right: 10px;
}
.form-group-no-inline {
    margin-bottom: 5px;
}

.form-group-no-inline > label {
    padding-right: 10px;
}

.form-group-no-inline .form-control {
    width: 100%;
}

form.form-inline div.form-group > label {
    padding-left: 5px;
}

#tabMenu > li {
    text-decoration: none;
    background-color: #BECFE5;
    border: 1px solid #59727E;
    border-radius: 4px 4px 0 0;
    margin-right: 2px;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #fff !important;
}

#tabMenu-header > li,
.subTabMenu-header > li {
    text-decoration: none;
    background-color: #BECFE5;
    border: 1px solid #59727E;
    border-radius: 4px 4px 0 0;
    margin-right: 2px;
}

#tabMenu > li.active {
    text-decoration: none;
    background-color: #fff;
    border-radius: 4px 4px 0 0;

}

#tabMenu-header > li.active,
.subTabMenu-header > li.active {
    text-decoration: none;
    background-color: #fff;
    border-radius: 4px 4px 0 0;

}


div.sub-tab-marker{
    display: none;
}
div.sub-tab-marker.sub-tab-marker-active-in{
    display: block;
}

#tabMenu > li > a {
    margin-right: 0;
    border: 0;
    max-height: 40px;
}

#tabMenu-header > li > a,
ul.subTabMenu-header > li > a {
    margin-right: 0;
    border: 0;
    max-height: 40px;
}
#tabMenu > li  {
    margin-right: 4px;
}
#tabMenu-header > li  {
    margin-right: 4px;
}


.container-fluid {
    background-color: #d7dbe0;
}

div#main-content {

    margin-top: -20px;
    margin-left: 75px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
}

.subframebodies {

    background-color: #F1F3F6;
    padding: 8px;
}

.sum-bold {
    font-weight: bold;
    text-align: right;
}

.calendar_month_search {
    text-align: center;
    width:200px;
    display:inline-block
}

.calendar_project_check {
    font-size: 15px;
    margin-left: 10px;
}

@media only screen and (max-width: 600px) {
    .calendar_month_search {
        width: 150px;
        margin-bottom: 15px;
    }
    .calendar_project_check {
        font-size: 10px;
        margin-left: 5px;
    }
}

.calendar_block {
    max-width:250px;
    width: 243px;
    border:silver 1px solid;
    height:130px;
    cursor: pointer;
}

.calendar_block_header {
    font-weight: bold;
    text-align: center;
}

.dates-modal-header {
    padding-bottom: 6px;
    transition : border 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
}

.dates-modal-title ::placeholder {
    letter-spacing: 1px;
    color: #888888;
}

.calendar_block_content {
    height:100%;
    padding:2px;
    width:241px;
    max-width: 241px;
    overflow-x:hidden;
    overflow-y:auto;
    line-height: 23px;
}

.calendar_kw_header {
    width: 150px;
    border: silver 1px solid;
    height: 50px;
    font-weight: bold;
    text-align: center;
    background-color: gray;
    color: white;
}

.calendar_kw_block {
    max-width:250px;
    width: 240px;
    border:silver 1px solid;
    height:130px;
    text-align: center;
    font-weight: bold;
    background-color: gray;
    color: white;
}


table.table-import-turnover th {
    padding: 5px;
    background-color: #BECFE5;
}

table.table-import-turnover td {
    padding: 5px;
}

table.table-import-turnover tr:nth-child(odd) {

    background-color: #F9F9F9;
}

.short-input-field {
    max-width: 160px;
}

label.label-no-padding {
    padding-left: 0;
}

table.dataTable thead th.img-header-center {
    padding-right: 8px;
}

table.dataTable tr[data-url] {
    cursor: pointer;
}

div.stocks-rights-checkbox {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: center;
}

.navbar {
    border:none !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:none !important;
}
#nav-top-div-iconbar {
    display: block;
    z-index: 10;
    padding-left: 30px;
    font-size: 2.5em;
    float: left;
}

#nav-top-div-iconbar > div {

    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

#nav-top-div-iconbar > div > a {
    color: #888888;
    text-decoration: none;
}

#nav-top-div-iconbar > div:hover {
    background-color: #dadada;
}

.wkz-button {
    margin: 5px;
}

body.modal-open > div#ui-datepicker-div {
    z-index: 9999 !important;
}

table.table-striped > tbody > tr.tr-readonly {
    cursor: not-allowed;
}

table.table-striped > tbody > tr {
    cursor: pointer;
}

table.table-striped > tbody > tr.tr-normal {
    cursor: default;
}

table.table-quote-invoice > tbody > tr.tr-child {
    background-color: #fff;
}

table.table-quote-invoice > tbody > tr.tr-parent {
    background-color: #f9f9f9;
}

table.table-quote-invoice > tbody > tr.tr-child-expand td {
    border-top: 0;
    padding-top: 0;
}

table.table-quote-invoice > tbody > tr.tr-child-expand td div.expand-icon-container {
    border-top: 1px solid #ddd;
}

table.table-quote-invoice > tbody > tr.tr-expand-container td {
    border-top: 0;
    padding-top: 0;
}

tr.tr-expand-container div.row {
    margin: 0;
}

div.quotes-expand-inline input[type="checkbox"] {
    margin-top: -2px;
}

div.quotes-expand-inline div.expand-sub-div {
    padding-right: 0;
}

div.quotes-expand-date {
    padding-bottom: 5px;
}

span.div-expand-span {
    color: #ddd;
    display: inline-block;
    width: 100%;
    text-align: center;

}

div.div-expand-icon {
    background: #ddd;

    display: block;
    margin: 0 auto;
    height: 23px;
    width: 46px;

    border-bottom-left-radius: 46px;
    border-bottom-right-radius: 46px;
}

div.div-expand-icon-inner {
    background: #fff;

    display: block;
    margin: 0 auto;
    height: 22px;
    width: 44px;

    border-bottom-left-radius: 44px;
    border-bottom-right-radius: 44px;
}

div.div-expand-icon:hover div {
    background: #ddd;
}

div.div-expand-icon:hover span {
    color: #fff;
}

div.wkz-chart-text > div:first-child {
    display: inline-block;
    font-weight: bold;
    padding-right: 10px;
}

div.wkz-chart-text {
    margin-bottom: 15px;
}

div.wkz-chart {
    float: left;
}

img.icon-cursor {
    cursor: pointer;
}

div.dataTables_wrapper > div.dataTables_paginate {
    display: inline-block;
    float: right;
}

div.dataTables_wrapper > div.dataTables_length {
    display: inline-block;
}


div.export-container > a:first-child {
    padding-right: 10px;
}


span.delete-icon-wkz {
    padding-right: 5px;
    cursor: pointer;
}

.radio-label {
    padding-right: 10px;
    padding-left: 5px;
}

.inline-radio {
    display: inline;
    padding: 1px;
    padding-left: 10px;

}

.glyph-button {
    color: #888888;
    top: 0;
}

.manage-add-div {
    float: left;
}

.action-functions {
    float: left;
    padding-left: 9px;
}

.action-functions > label {
    padding-right: 9px;
}

.action-functions > select,
.action-functions > input {
    margin-right: 9px;
    margin-bottom: 0;
}

.row div.manage-button-row {
    margin: 0;
}

.btn-basic {
    background-color: #e6e6e6;
    border-color: #ccc;
    color: #333;
}
.btn {
    font-size:13px;
}

.fieldset-inline-block {
    display: inline-block;
    margin: 0 5px;
    float: left;
    height: 100%;
}

.row div.fieldset-row {
    margin-left: 0;
    margin-bottom: 10px;
}

.input-group-addon {
    cursor: pointer;
}

.multiselect {
    width: 250px;
    float: left;
    background-color: #eee;
    margin: 3px;

    padding-bottom: 3px;
    border: #ccc 1px solid;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.multiselect > input {
    margin-left: 3px;
    position: relative;
    top: -2px;
}

div#detail-industry-div > div.detail-industry-row {
    margin-bottom: 0;
    padding: 8px;
    cursor: pointer;
}

div#detail-industry-div > div.detail-industry-row span {
    padding-top: 3px;
}

div#detail-industry-div > div.detail-industry-row:nth-child(2n) {
    background-color: #F9F9F9;
}

span.save-button-margin {
    margin-left: 10px;
}

span.glyphicon-padding {
    padding: 10px;
}
div.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}


table.table td select.report-criteria {
    width: 70px;
}
table.table td input.report-criteria-text{
    width: 180px;
}
table.table td select.report-criteria-connection{
    width: 90px;
}
table.table td select.report-field-report{
    width: 380px;
}

table.table td div.row-margin{
    margin: 0;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.margin-left-10{
    margin-left: 10px;
}
.export-icons{
    display: inline;
}
.export-icons-group{
    margin-right: 15px;
}
.report-submit-group{
    margin-top: 15px;
    margin-bottom: 15px;
}
.center{
    text-align: center;
}
.center > div, .center > span,
.center > a /* insert any other block-level elements here */ {
    margin-left: auto;
    margin-right: auto;
}

.spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 10px;
    height: 10px;
    background-color: #c0c0c0;
    margin-left: 5px;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}
select.select-width-150{
    width: 150px;
}
#specific-fields-container,#customer-industry-container{
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 10px;
    padding: 5px;
}
.specific-fields-inner-container,.customer-industry-inner-container{
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
    line-height: 2em;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
}

.specific-fields-inner-container span.glyphicon,.customer-industry-inner-container span.glyphicon{
    margin: 0 0 0 7px;
    top: 2px;
    color: #a8a8a8;
}
.specific-fields-inner-container span.glyphicon:hover,.customer-industry-inner-container span.glyphicon:hover{
    color: #808080;
}

div#report-table-fields table{
    width: unset;
}
div#report-table-fields table td{
    width: 397px;
}
div.roles-group-header{
    font-weight: bold;
    color: #2D7CCB;
    margin-bottom: 7px;
    margin-top: 15px;
}
div.chart-invoices-border{
    margin-left: 5px;
    margin-right: 5px;
    border-bottom: solid #C0C0C0 1px;
}
div.chart-invoices-container{
    border-top: solid #C0C0C0 1px;
    border-left: solid #C0C0C0 1px;
    border-right: solid #C0C0C0 1px;
}
div.address-coversheet-border{
    margin-left: 5px;
    margin-right: 5px;
    border-bottom: solid #C0C0C0 1px;
}
div.address-coversheet-container{
    border-top: solid #C0C0C0 1px;
    border-left: solid #C0C0C0 1px;
    border-right: solid #C0C0C0 1px;
}
div.address-expand-icon{
    margin-bottom: 15px;
}
table.table-striped tr.tr-disabled{
    cursor: not-allowed;
}
table.table-striped tr.tr-disabled div.export-icons span{
    cursor: pointer;
}
tr.color-grey{
    color: #a7a7a7;
}

div.dashboard-container{
    overflow-y: auto;
    background-color: #F8F8F8;;
    height: 350px;
}
div.dashboard-container div.dashboard-inner-container {
    padding: 15px;
}
div.favorite-div{
    color: #2D7CCB;
    font-size: 13px;
    font-weight: bold;
}
div.favorite-div:hover{
    cursor: pointer;
}
div.favorite-div span{
    font-size: 30px;
    top: -2px;
    position: relative;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 10px;
}
div.favorite-div span.favorite-span-empty {
    color: #888888;
}
div#favorite-list-container{
    display: inline-block;
}
h3.addresses-header-title{
    display: inline-block;
}
div.div-text-field{
    overflow-y: auto;
    height: 200px;
    border: solid #C0C0C0 1px;
}
textarea.article-textarea-comment{
    resize: vertical !important;
    height: 33px;
}
div.load-data-shell{
    padding: 15px;
    margin: 15px;
    border:1px solid #ddd;
    border-radius: 4px;

}

span.add-search-icon {

    margin-right: 5px;
    margin-left: 5px;
}
div.search-inner-container{
    float: left;
    width: 100%;
}
div.search-inner-container div.search-option-container{
    display: inline-block;
    margin-right: 5px;
    border: solid 1px;
    border-color: #ddd;
    padding: 0 5px;
    border-radius: 4px;

}

div.search-inner-container div.search-option-container select.search_options{

    width: 180px;
    margin-right: 4px;
}

div.search-inner-container div.search-option-container .search_options_input{
    width: 230px;
}
div.search_option_date{
    display: inline-block;
}
div.search_option_date div.input-group{
    top: -3px;
}
img.contact-letter-ajax:hover,img.contact-letter:hover,
img.contact-tooltip-ajax:hover,img.contact-tooltip:hover{
    cursor: pointer;
}
img.contact-letter-ajax,img.contact-letter,
img.contact-tooltip-ajax,img.contact-tooltip{
    margin-left: 5px;
}

/* dms */
.dms_dirs > a > button {
    width:230px;
    margin-bottom:3px;
    text-align: left !important;
}


.dms_dirs {
    float:left;

    min_height:300px;
    width:250px;
    padding:3px;
}
.dms_files {
    float:left;
    width:calc(100% - 250px);
}


.file_badge {
    color: #115555;;
}

div#article-loading{
    text-align: center;
    display: none;
}

div#article-loading > p{
    font-weight: bold;
    font-size: 15px;
}

table#quotes-article tr.tr-child-expand td{
    padding-top: 0;
}

div.addresses-warning-text{
    color: red;
    font-weight: bold;
    font-size: 1.17em;
}

img#open-edit-amount-modal-window,
img#open-edit-available-amount-modal-window,
img#open-edit-reserved-amount-modal-window  {
    float: right;
    margin-top: 8px;
}


.edit-amount-reason {
    width: 100%;
}
.edit-available-amount-reason {
    width: 100%;
}

div.order-stock-container, div.invoice-stock-container{
    text-align: center;
}

div.order-stock-container span, div.invoice-stock-container span{
    margin: 5px;
}

div.order-packaging-container{
    text-align: center;
}

div.order-packaging-container span{
    margin: 5px 5px 10px 5px;
}

div.form-group div.product-new-price{
    padding-left: 0;
}

div.form-group div.product-new-price-date{
    padding-left: 0;
}

div.form-group div.datpicker-label-container{
    display: inline-block;
    margin: 0 10px;
    float: left;
}

div.form-group div.datpicker-input-container{
    display: inline-block;
    width: 80%;
}

/* Nicht benutzte Eingabefelder z.B. Attribut 2 in Auftragspositionen*/
.invisible_form_fields {
    visibility:hidden;
}

/* Laborbefunde*/
#source_refresh {
    z-index:100;
    position:absolute;
    top:+130px;
    left:+45px;

}

#laboratory_from_refresh {
    z-index:100;
    position:absolute;
    top:+199px;
    left:+175px;

}

#modal-info-message .modal-info-message-value b{
    font-weight: normal;
}

.invoices-table td {
    border-bottom:1px solid rgb(221, 221, 221);
}
.quotes-table td {
    border-bottom:1px solid rgb(221, 221, 221);
}


.address-links-text{
    width: 100%;
    height: 150px;
}
.address-links-container fieldset{
    margin: 0 28px 0 15px;
}

div.msg-close-window{
    text-align: center;
    margin: 50px;
}
div.msg-close-window div{
    padding: 25px;
    border: 3px solid red;
    color: red;
    max-width: 300px;
    margin: 0 auto;
}
div#send-order-attachment-body{
    padding-left: 15px;
    padding-right: 15px;
}
div.send-fakturo-attachment-group a{
    margin-left: 5px;
}

div.invoice-info-message-container{
    display: none;
}

div.export-supplier-buttons{
    float: right;
    margin-bottom: 15px;
    margin-right: 25px;
}

div.export-supplier-buttons img:first-child{
    margin-right: 10px;
}

div.row div.label-remove-padding-container{
    padding-left: 0;
    padding-right: 0;
}

div.row div.label-remove-padding-container div.label-remove-padding{
    padding-left: 0;
    padding-right: 0;
}

div#savemode-print-invoice span.savemode-print-link:hover{
    cursor: pointer;
    color: #337DB8;
}

div#savemode-print-invoice a.savemode-print-link:hover{
    cursor: pointer;
    color: #337DB8;
    text-decoration: none;
}

fieldset.send-invoice-types{
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}


/* Anpassungen für Formbuttons unten*/

.form_buttons, #form_buttons {
    position: fixed; bottom: 60px; right: 10px; z-index: 100; visibility: visible;
    background-color:#ececec;
    border-radius: 4px;
    display:inline;
    padding:10px;
    box-shadow: #0c0c0c 2px 2px;
    border: silver 1px solid;
}





.form-buttons-inner {
    position: fixed; top: 0px; right: 20px; z-index: 100; visibility: visible;
    background-color:#ececec;
    border-radius: 4px;
    display:inline;
    padding:10px;
    box-shadow: #0c0c0c 2px 2px;
    border: silver 1px solid;
}

body {
    margin-bottom: 50px;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {

    height: 80%;

}

#main-content {
    height:100%;
    background-color: #F8F8F8;
    margin-bottom: 80px;
}

div.invoice-type-information{
    margin: 10px;
    display: inline-block;
    font-weight: bold;
}

div.update_add_button{
    float: right;
    margin-top: 2px;
}

div.labourtime-remove, ul#tabMenu-header > li.labourtime-remove{
    display: none;
}

label.labourtime-radio input[type="radio"]{
    top: 2px;
    position: relative;
    margin-right: 5px;
}

div.form-group label.labourtime-radio:first-child{
    padding-left: 0;
}
table.labourtime-result-table{
    width: 100%;
}

table.labourtime-result-table th{
    border-bottom: 3px solid #333;
    padding: 8px 8px 1px 8px;
    line-height: 2em;
}

table.labourtime-result-table tbody tr:not(:first-child) td{
    border-top: 1px solid #333;
}

table.labourtime-result-table  td{
    padding: 1px 8px 1px 8px;
}

span#nav-labourtime-button {
    margin-top: 5px;
    margin-right: 10px;
}

span#nav-labourtime-button span{
    margin-right: 5px;
}

span#nav-labourtime-button.nav-labourtime-status-off{
    border: 1px solid red;
    background-color: #f9d2d2;
}

span#nav-labourtime-button.nav-labourtime-status-on{
    border: 1px solid green;
    background-color: #93d993;
}


span#nav-labourtime-button span.nav-labourtime-status-off{
    border: 2px solid #d90606;
    border-radius: 5px;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 5px;
    background-color: #e83535;

}

div.rapport-container div.inner-row{
    width: 100%;
    display: inline-block;
}
div.rapport-container div.form-group-icon{
    text-align: right;
}
div.rapport-container div.form-group-icon span{
    margin-right: -15px;
    position: relative;
    top: -10px;
}
div.rapport-container div.inner-row label.right-checkbox-label{
    font-weight: 200;
    position: relative;
    top: 3px;
}
div.rapport-container h2{
    margin: 0 26px 10px;
    text-decoration: underline;
    font-weight: 700;
}

div.rapport-container textarea{
    line-height: 1.42857143;
}

div.rapport-container span.extra-address-link{
    margin-left: 5px;
}

div#rapport-loading-container{
    display: inline-block;
}
div#rapport-loading-container div#report-descriptions{
    display: inline-block;
    margin-bottom: 20px;
}

div#rapport-loading-container div.description-wrapper{
    margin-bottom: 0;
    border-collapse: collapse;
    word-break: break-word;
    white-space: pre-line;
    display: inline-block;
    width: 100%;
}

div#rapport-loading-container div.description-wrapper div.description{
    display: inline-block;
    min-height: 60px;
    padding: 2px 4px;
    vertical-align: top;
    margin: 0 10px;
    border: 1px solid #b4b4b4;
    line-height: 1.42857143;
}


div#rapport-loading-container div#description-input div.description{
    display: inline-block;
    min-height: 60px;
    vertical-align: top;
    margin: 0 10px;
    line-height: 1.42857143;
}

div#rapport-loading-container div.description-wrapper div.description-icon-container,
div#rapport-loading-container div#description-input div.description-icon-container{
    line-height: normal;
    text-align: right;
    max-width: 15px;
}

div#rapport-loading-container div.description-wrapper > div,
div#rapport-loading-container div#description-input > div{
    padding-left: 0;
    padding-right: 0;
}

div#rapport-loading-container div#description-input textarea{
    width: 100%;
    min-height: 60px;
}

div#rapport-loading-container textarea,
div#rapport-loading-container input,
div#rapport-loading-container select{
    box-shadow: unset;
    border-radius: 0
}

div.rapport-bottom-container textarea,
div.rapport-bottom-container input,
div.rapport-bottom-container select{
    box-shadow: unset;
    border-radius: 0;
    height:24px;
    line-height: 1.42857143;
}
div.rapport-bottom-container div.input-values{
    margin-top: -6px;
}

div#rapport-loading-container div#rapport-descriptions{
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

div#rapport-loading-container div#staff-wrapper{
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

div#rapport-loading-container div#building-materials-wrapper{
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

div#rapport-loading-container div#filling-charges-wrapper{
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

div#rapport-loading-container div#machines-wrapper{
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

div#rapport-loading-container div#vehicles-wrapper{
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
div#rapport-loading-container table{
    width: 100%;
    line-height: 1.42857143;
    table-layout: fixed;
}
div#rapport-loading-container table thead td:not(:first-child){
    background-color: #eee;
    padding: 2px 4px;
    border: 1px solid #000;
}
div#rapport-loading-container table td:not(:first-child){
    padding-right: 5px;
}

div#rapport-loading-container table tr:not(:last-child):not(:nth-last-child(2)):not(.input.fc) td:not(:first-child){
    border: 1px solid #000;
    padding: 2px 4px;
    padding-right: 5px;
}

div#rapport-loading-container table tr.input td{
    vertical-align: top;
}
div#rapport-loading-container table .subtotal{
    text-align: right;
    padding-right: 3px;
    font-weight: bold;
}
div#rapport-loading-container table .add,div#rapport-loading-container table .delete{
    text-align: center;

}
div#rapport-loading-container input{
    height:24px;
    margin: 2px;
    width: 100%;
}
div#rapport-loading-container table textarea{
    margin: 2px;
    width: 100%;
    min-height: 60px;
}
div#rapport-loading-container table input#fc-lump-sum-checkbox{
    width: 10px;
    margin-left: 3px;
    top: -2px;
    position: relative;
}
div#rapport-loading-container img:hover,img#maps-link:hover,img#maps-link-construction-site:hover{
    cursor: pointer;
}


/* autosuggest tooltip | address selection / construction-site selection
------------------------------------------------------------------------------*/
div#as-tooltip,
div#select-address-tooltip,
div#select-construction_site-tooltip {
    display: none;

    position: absolute;
    z-index: 10000;

    border: 1px solid #b4b4b4;
    border-top: 0 none;
    padding: 2px 4px;

    background-color: #fff;

    line-height: 1.42857143;
}

div#select-address-tooltip,
div#select-construction_site-tooltip {
    border-top: 1px solid #b4b4b4;
    min-height: 100px;
    max-height: 400px;
    overflow-y: auto;
}

div#as-tooltip  div.results,
div#as-tooltip  div.autosuggest-delete,
div#select-address-tooltip div,
div#select-construction_site-tooltip div {
    cursor: pointer;
}

div#as-tooltip > div{
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #b4b4b4;
}


div#as-tooltip div.autosuggest-inner-delete{
    text-align: center;
}

div#select-address-tooltip div,
div#select-construction_site-tooltip div {
    padding: 2px 0;

}

div#as-tooltip  div.results:last-child,
div#select-address-tooltip div:last-child,
div#select-construction_site-tooltip div:last-child {
    border-bottom: 0 none;
}

div#as-tooltip  div.results:hover,
div#select-address-tooltip div:hover,
div#select-address-tooltip div:hover a,
div#select-address-tooltip div a:hover,
div#select-construction_site-tooltip div:hover {
    text-decoration: none;
    background-color: #2d7ccb;
    color: #fff;
}

div#select-address-tooltip div.results a {
    display: block;
}

div#select-address-tooltip div.results a img {
    vertical-align: middle;
}

div#send-invoice-attachment-body,
div#send-order-attachment-body,
div#send-quote-attachment-body{
    padding-left: 15px;
    padding-right: 15px;
}

div.manage-button-add-labourtime > div{
    margin-right: 9px;
}

h1.title-personnel-planning small{
    font-weight: bold;
    font-size: 70%;

}

div.personnel-planning-export {
    float:right;
}
div.personnel-planning-date-input,div.personnel-planning-date-input div.input-group{
    width: 100%;
}
div.personnel-planning-date-input > div.input-group > span.input-group-addon{
    width: 1%;
}
div.personnel-planning-search-container{
    display: flex;
    align-items: flex-end;
}

table.personnel-planning-table{
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 40px;

}

table.personnel-planning-table > thead > tr > th{
    line-height:1.42;
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
    text-align: center;
    padding: 5px 3px;
}

table.personnel-planning-table > thead > tr > th,
table.personnel-planning-table > tbody > tr:nth-child(even) > td{
    background-color: #FFFFFF;
}

table.personnel-planning-table > tbody > tr:nth-child(odd) > td{
    background-color: #F9F9F9;
}

table.personnel-planning-table > thead > tr > th.weekend,
table.personnel-planning-table > tbody > tr > td.weekend{
    background-color: #FFDCB2;
}

table.personnel-planning-table > thead > tr > th.weekend.holiday,
table.personnel-planning-table > thead > tr > th.holiday{
    background-color: #C1C1FF;
}

table.personnel-planning-table > tbody > tr > td.weekend.holiday.vacation.vacation_approved,
table.personnel-planning-table > tbody > tr > td.holiday.vacation.vacation_approved,
table.personnel-planning-table > tbody > tr > td.vacation.vacation_approved{
    background-color: #87e07e;
}

table.personnel-planning-table > tbody > tr > td.weekend.holiday.vacation.vacation_approved.hover-group,
table.personnel-planning-table > tbody > tr > td.holiday.vacation.vacation_approved.hover-group,
table.personnel-planning-table > tbody > tr > td.vacation.vacation_approved.hover-group{
    background-color: #31cd21;
}

table.personnel-planning-table > tbody > tr > td.weekend.holiday.vacation.vacation_reserved,
table.personnel-planning-table > tbody > tr > td.holiday.vacation.vacation_reserved,
table.personnel-planning-table > tbody > tr > td.vacation.vacation_reserved{
    /*background-color: #ffa648;*/
    background-color: inherit;
}

table.personnel-planning-table > tbody > tr > td.weekend.holiday.vacation.vacation_reserved.hover-group,
table.personnel-planning-table > tbody > tr > td.holiday.vacation.vacation_reserved.hover-group,
table.personnel-planning-table > tbody > tr > td.vacation.vacation_reserved.hover-group{
    /*background-color: #ff8500;*/
    background-color: inherit;
}

table.personnel-planning-table > tbody > tr > td.weekend.holiday.vacation,
table.personnel-planning-table > tbody > tr > td.holiday.vacation,
table.personnel-planning-table > tbody > tr > td.vacation{
    background-color: #ffffa7;
}

table.personnel-planning-table > tbody > tr > td.weekend.holiday.vacation.hover-group,
table.personnel-planning-table > tbody > tr > td.holiday.vacation.hover-group,
table.personnel-planning-table > tbody > tr > td.vacation.hover-group{
    background-color: #ffff2c;
}

table.personnel-planning-table > tbody > tr > td.absent{
    background-color: #fda9a9;
}
table.personnel-planning-table > tbody > tr > td.sick{
    background-color: #fda9a9;
}
table.personnel-planning-table > tbody > tr > td.sick:hover,
table.personnel-planning-table > tbody > tr > td.sick.hover-group{
    background-color: #fd5c5c;
}

table.personnel-planning-table > tbody > tr > td.free-time-compensation{
    background-color: #b8b8ea;
}
table.personnel-planning-table > tbody > tr > td.free-time-compensation:hover,
table.personnel-planning-table > tbody > tr > td.free-time-compensation.hover-group{
    background-color: #6060f1;
}

table.personnel-planning-table > tbody > tr > td.unpaid-free{
    background-color: #bff1f7;
}
table.personnel-planning-table > tbody > tr > td.unpaid-free:hover,
table.personnel-planning-table > tbody > tr > td.unpaid-free.hover-group{
    background-color: #5df4ff;
}

table.personnel-planning-table > tbody > tr > td.home-office{
    background-color: #7182ff;
}

table.personnel-planning-table > tbody > tr > td.home-office.requested:hover,
table.personnel-planning-table > tbody > tr > td.home-office.requested.hover-group{
    background-color: #2d46ff;
}

table.personnel-planning-table > tbody > tr > td.extra-type-d64e44{
    background-color: #d64e44;
}
table.personnel-planning-table > tbody > tr > td.extra-type-d64e44:hover{
    background-color: #d62919;
}

table.personnel-planning-table > tbody > tr > td.extra-type-6def6b{
    background-color: #6def6b;
}
table.personnel-planning-table > tbody > tr > td.extra-type-6def6b:hover{
    background-color: #28f324;
}

table.personnel-planning-table > tbody > tr > td.extra-type-657aed{
    background-color: #657aed;
}
table.personnel-planning-table > tbody > tr > td.extra-type-657aed:hover{
    background-color: #1838ec;
}

table.personnel-planning-table > tbody > tr > td.extra-type-fff48e{
    background-color: #fff48e;
}
table.personnel-planning-table > tbody > tr > td.extra-type-fff48e:hover{
    background-color: #fde733;
}

table.personnel-planning-table > tbody > tr > td.extra-type-f779da{
    background-color: #f779da;
}
table.personnel-planning-table > tbody > tr > td.extra-type-f779da:hover{
    background-color: #fd39d7;
}

table.personnel-planning-table > tbody > tr > td.extra-type-69dd11{
    background-color: #69dd11;
}
table.personnel-planning-table > tbody > tr > td.extra-type-69dd11:hover{
    background-color: #46a900;
}

table.personnel-planning-table > tbody > tr > td.extra-type-c00000{
    background-color: #c00000;
}
table.personnel-planning-table > tbody > tr > td.extra-type-c00000:hover{
    background-color: #8d0000;
}

table.personnel-planning-table > tbody > tr > td.extra-type-e00000{
    background-color: #e00000;
}
table.personnel-planning-table > tbody > tr > td.extra-type-e00000:hover{
    background-color: #910000;
}

table.personnel-planning-table > tbody > tr > td.extra-type-ff2020{
    background-color: #ff2020;
}
table.personnel-planning-table > tbody > tr > td.extra-type-ff2020:hover{
    background-color: #d90000;
}

table.personnel-planning-table > tbody > tr > td.extra-type-ff6060{
    background-color: #ff6060;
}
table.personnel-planning-table > tbody > tr > td.extra-type-ff6060:hover{
    background-color: #ff2d2d;
}

table.personnel-planning-table > tbody > tr > td.extra-type-ff8c00{
    background-color: #ff8c00;
}
table.personnel-planning-table > tbody > tr > td.extra-type-ff8c00:hover{
    background-color: #cf7000;
}

table.personnel-planning-table > tbody > tr > td.extra-type-ff9933{
    background-color: #ff9933;
}
table.personnel-planning-table > tbody > tr > td.extra-type-ff9933:hover{
    background-color: #ff7d00;
}

table.personnel-planning-table > tbody > tr > td.extra-type-ffff20{
    background-color: #ffff20;
}
table.personnel-planning-table > tbody > tr > td.extra-type-ffff20:hover{
    background-color: #f1f102;
}

table.personnel-planning-table > tbody > tr > td.extra-type-ffff60{
    background-color: #ffff60;
}
table.personnel-planning-table > tbody > tr > td.extra-type-ffff60:hover{
    background-color: #fcfc27;
}

table.personnel-planning-table > tbody > tr > td.extra-type-ffffc0{
    background-color: #ffffc0;
}
table.personnel-planning-table > tbody > tr > td.extra-type-ffffc0:hover{
    background-color: #ffff6f;
}

table.personnel-planning-table > tbody > tr > td.extra-type-20ff20{
    background-color: #20ff20;
}
table.personnel-planning-table > tbody > tr > td.extra-type-20ff20:hover{
    background-color: #00bf00;
}

table.personnel-planning-table > tbody > tr > td.extra-type-80ff80{
    background-color: #80ff80;
}
table.personnel-planning-table > tbody > tr > td.extra-type-80ff80:hover{
    background-color: #32ff32;
}

table.personnel-planning-table > tbody > tr > td.extra-type-c0ffc0{
    background-color: #c0ffc0;
}
table.personnel-planning-table > tbody > tr > td.extra-type-c0ffc0:hover{
    background-color: #75ff75;
}

table.personnel-planning-table > tbody > tr > td.extra-type-20ffff{
    background-color: #20ffff;
}
table.personnel-planning-table > tbody > tr > td.extra-type-20ffff:hover{
    background-color: #00d0d0;
}

table.personnel-planning-table > tbody > tr > td.extra-type-80ffff{
    background-color: #80ffff;
}
table.personnel-planning-table > tbody > tr > td.extra-type-80ffff:hover{
    background-color: #3effff;
}

table.personnel-planning-table > tbody > tr > td.extra-type-e0ffff{
    background-color: #e0ffff;
}
table.personnel-planning-table > tbody > tr > td.extra-type-e0ffff:hover{
    background-color: #82fdfd;
}

table.personnel-planning-table > tbody > tr > td.extra-type-0000e0{
    background-color: #0000e0;
}
table.personnel-planning-table > tbody > tr > td.extra-type-0000e0:hover{
    background-color: #0000a4;
}

table.personnel-planning-table > tbody > tr > td.extra-type-8080ff{
    background-color: #8080ff;
}
table.personnel-planning-table > tbody > tr > td.extra-type-8080ff:hover{
    background-color: #3838ff;
}

table.personnel-planning-table > tbody > tr > td.extra-type-e0e0ff{
    background-color: #e0e0ff;
}
table.personnel-planning-table > tbody > tr > td.extra-type-e0e0ff:hover{
    background-color: #9696ff;
}

table.personnel-planning-table > tbody > tr > td.extra-type-800080{
    background-color: #800080;
}
table.personnel-planning-table > tbody > tr > td.extra-type-800080:hover{
    background-color: #620062;
}

table.personnel-planning-table > tbody > tr > td.extra-type-e000e0{
    background-color: #e000e0;
}
table.personnel-planning-table > tbody > tr > td.extra-type-e000e0:hover{
    background-color: #b001b0;
}

table.personnel-planning-table > tbody > tr > td.extra-type-ff80ff{
    background-color: #ff80ff;
}
table.personnel-planning-table > tbody > tr > td.extra-type-ff80ff:hover{
    background-color: #ff32ff;
}

table.personnel-planning-table > tbody > tr > td.extra-type-ffe0ff{
    background-color: #ffe0ff;
}
table.personnel-planning-table > tbody > tr > td.extra-type-ffe0ff:hover{
    background-color: #ff83ff;
}

table.personnel-planning-table > tbody > tr > td.extra-type-df0174{
    background-color: #df0174;
}
table.personnel-planning-table > tbody > tr > td.extra-type-df0174:hover{
    background-color: #ba005f;
}

table.personnel-planning-table > tbody > tr > td.extra-type-df013a{
    background-color: #df013a;
}
table.personnel-planning-table > tbody > tr > td.extra-type-df013a:hover{
    background-color: #b00030;
}

table.personnel-planning-table > tbody > tr > td.extra-type-ffffff{
    background-color: #ffffff;
}
table.personnel-planning-table > tbody > tr > td.extra-type-ffffff:hover{
    background-color: #a2a2a2;
}

table.personnel-planning-table > tbody > tr > td.extra-type-d0d0d0{
    background-color: #d0d0d0;
}
table.personnel-planning-table > tbody > tr > td.extra-type-d0d0d0:hover{
    background-color: #949494;
}

table.personnel-planning-table > tbody > tr > td.extra-type-606060{
    background-color: #606060;
}
table.personnel-planning-table > tbody > tr > td.extra-type-606060:hover{
    background-color: #4a4a4a;
}

table.personnel-planning-table > tbody > tr > td.extra-type-000000{
    background-color: #000000;
}
table.personnel-planning-table > tbody > tr > td.extra-type-000000:hover{
    background-color: #453f3f;
}

table.personnel-planning-table > thead > tr > th.holiday:hover,
table.personnel-planning-table > tbody > tr > td.sick:hover,
table.personnel-planning-table > tbody > tr > td.free-time-compensation:hover,
table.personnel-planning-table > tbody > tr > td.unpaid-free:hover,
table.personnel-planning-table > tbody > tr > td.extra-type:hover,
table.personnel-planning-table > tbody > tr > td.home-office:hover,
table.personnel-planning-table > tbody > tr > td.vacation:hover{
    cursor: pointer;
}

table.personnel-planning-table > tbody > tr > td.requested{
    position: relative;
    background-clip: padding-box;
}

table.personnel-planning-table > tbody > tr > td.requested:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    display: block;
    border-left: 14px solid transparent;
    border-bottom: 14px solid #ffffa7;
    border-top: 14px solid transparent;
}

table.personnel-planning-table > tbody > tr > td.changelog-entry{
    position: relative;
    background-clip: padding-box;
}

table.personnel-planning-table > tbody > tr > td.changelog-entry-hover{
    cursor: pointer;
}

table.personnel-planning-table > tbody > tr > td.changelog-entry:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: block;
    border-right: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-top: 14px solid red;
}


table.personnel-planning-table > tbody > tr > td{
    line-height:1.42;
    border-bottom: 1px solid #ddd;
    vertical-align: bottom;
    text-align: center;
    padding: 5px 3px;
}

div#personnel-planning-approve div.modal-header h4,
div#personnel-planning-absent div.modal-header h4{
    font-size: 1.5em;
    font-weight: 500;
}

div#personnel-planning-approve-container,
div#personnel-planning-absent-container{
    font-weight: bold;
    font-size: 1.1em;
    line-height: 2.3em;
}

div#personnel-planning-approve-container div,
div#personnel-planning-absent-container div{
    display: inline-block;
    margin-right: 5px;
}



div#personnel-planning-approve-container div.row-comment,
div#personnel-planning-absent-container div.row-comment{
    display: inline-block;
    width: 100%;
    margin: 0 -15px;
}

div#personnel-planning-approve-container div.row-comment div,
div#personnel-planning-absent-container div.row-comment div{
    display: inline-block;
    margin-right: 0;
    padding-right: 0;
}

div#personnel-planning-approve-container hr,
div#personnel-planning-absent-container hr{
    border-top: 1px solid #e5e5e5;
    margin: 15px -15px;
}

div.no-padding{
    padding: 0;
}

div.qualification-checkbox-container{
    line-height: 1.5em;
    margin-top: 15px;
}

div.qualification-checkbox-container label{
    font-weight: 400;
}

div.qualification-checkbox-container input[type="checkbox"]{
    top: -2px;
    position: relative;
}

div.qualification-checkbox-container fieldset{
    padding: 0;
    display: flex;
    align-items: center;
    min-height: 42.5px;
}

div.qualification-checkbox-container fieldset > div > div.user-qualification:first-child {
    border-right: 1px solid grey;
}

div.qualification-checkbox-container fieldset:not(:first-child){
    border-top: 0;
}

div.qualification-checkbox-container div.user-qualification-attributes{
    display: inline-block;
    margin: 5px 2px;
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
}

span.vacation-edit-intern-comment,
span.absent-edit-intern-comment{
    margin-left: 10px;
}

span.vacation-edit-intern-comment:hover,
span.absent-edit-intern-comment:hover{
    cursor: pointer;
}

div.vacation-edit-intern-comment-container,
div.absent-edit-intern-comment-container{
    width: 100%;
}

div.vacation-edit-intern-comment-container textarea,
div.absent-edit-intern-comment-container textarea{
    width: 100%;
    min-height: 100px;
    line-height: 1.42857143;
    color: #555;
    font-weight: normal;
}

div#personnel-planning-changelog-container{
    max-height: 550px;
    overflow-y: auto;
}

div#personnel-planning-changelog-container table{
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
}

div#personnel-planning-changelog-container table th{
    background-color: #FFFFFF;
    line-height: 1.42;
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
    text-align: center;
    padding: 5px 3px;
}

div#personnel-planning-changelog-container table td{
    line-height: 1.42;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    text-align: center;
    padding: 5px 3px;
}

div#personnel-planning-changelog-container table tr td{
    background-color: #FFFFFF;
}

div#personnel-planning-changelog-container table tr:nth-child(2n+1) td{
    background-color: #F9F9F9;
}

div#users-labourtime-changelog-info-container .row-comment{
    display: inline-block;
    width: 100%;
    height: 100%;
}

div#users-labourtime-changelog-info-container .row-comment div:first-child{
    font-weight: bold;
}

div#users-labourtime-changelog-info-container .row-comment textarea{
    height: 100%;
    width: 100%;
    margin-bottom: -15px;
    line-height: 1.42em;
}

span.search-manage-addresses{
    margin-left: 5px;
}
