table.dialogtable {
    width: 100%;
}

table.dialogtable input, table.dialogtable textarea {
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.highlight_highlighted rect {
    fill: orange;
}

.highlight_elements:hover rect {
    fill: orange;
}

tr.highlight_elements:hover {
    background: yellow;
}

tr.highlight_elements.highlight_highlighted {
    background: yellow;
}

.highlight_elements {
    cursor: pointer;
}

.zeiterfassung_unproduktiv {
    fill: yellow;
    stroke-width: 0.5;
    stroke: #000000;
}

.zeiterfassung_produktiv {
    fill: #00ff00;
}

ul.planung_positionen, ul.planung_positionen ul {
    list-style-type: none;
    color: black;
    padding: 0;
}

ul.planung_positionen div.plpos {
    position: relative;
    background: white;
    border: 1px solid black;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

span.leftmost {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 0;
}

span.column {
    display: inline-block;
}

fieldset.kommentare {
    height: 150px;
    overflow-y: auto;
    background: white;
}

fieldset.kommentare table {
    width: 100%;
}

fieldset.kommentare table tr:hover {
    background: #dddddd;
}

fieldset.beschreibung {
    background: white;
    min-height: 200px;
    /*white-space: pre-wrap;*/
}

fieldset.beschreibung_var {
    background: white;
    /*white-space: pre-wrap;*/
}

div.beschreibung {
    white-space: pre-wrap;
    max-height: 100px;
    overflow-y: auto;
}

fieldset.beschreibung legend, fieldset.kommentare legend, fieldset.beschreibung_var legend {
    background: white;
    font-weight: bold;
}

input.kommentar_feld {
    width: 100%;
}

table.kommentartable tr {
    border-top: 1px solid black;
    padding-top: 3px;
    padding-bottom: 3px;
}

table.kommentartable td {
    padding-right: 5px;
}

.clickable {
    cursor: pointer;
}

.clickable:hover {
    text-decoration: underline;
}
table.data-table .clickable:hover {
    text-decoration: none;
}

tr.notmine {
    background: #ddd;
}

table.dateninfo tr {
    border-bottom: 1px solid black;
}

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

svg.plotperc {
}

.nowrap {
    white-space: nowrap;
}

/*  SCHEDULING STUFF */

svg.rootSchedule {
    background-color: white;
}

.start_circle:hover {
    background-color: gray;
}

tr.taetigkeit_inactive td, tr.taetigkeit_inactive a {
    color: #bbb !important;
}

table.arbeitszeitkalender {
    border: 1px solid black;
    border-radius: 0px;
}

table.arbeitszeitkalender th {
    border: 1px solid black;
    text-align: center;
    background-color: white;
}

table.arbeitszeitkalender td {
    text-align: center;
    border: 1px solid gray;
    background-color: white;
}

table.arbeitszeitkalender th.right {
    text-align: right;
}

table.arbeitszeitkalender th.left {
    text-align: left;
}

table.arbeitszeitkalender tr.mainheader {
    height: 40px;
}

table.arbeitszeitkalender td input {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

table.arbeitszeitkalender td.feiertag input {
    background-color: red;
}

table.arbeitszeitkalender td.weekday6 input {
    background-color: green;
    color: white;
}

table.arbeitszeitkalender td.weekday7 input {
    background-color: green;
    color: white;
}

table.arbeitszeitkalender td.disabled {
    background-color: #ccc;
    color: #ccc;
}

tr.uebernahme_status0 {
    background-color: white;
}

tr.uebernahme_status1 {
    background-color: lightgreen;
}

tr.uebernahme_status2 {
    background-color: lightgray;
}

select#active {
    width: 50%;
}

select#inactive {
    width: 50%;
}

div.aktiv_ueberschrift {
    width: 50%;
    display: inline-block;
    text-align: center;
}

.updated {
    background: #F7F778 !important;
    background: rgba(255, 255, 0, 0.5) !important;
}

#proj_leiter_view input[type=text], #pos_details input[type=text] {
    width: 100px;
}

#proj_leiter_view table.breitom *{
	text-align:left !important;
}	

.one {
    width: 10%;
}

.two {
    width: 10%;
}

.three {
    width: 10%;
}

.four {
    width: 16%;
}

.five {
    width: 16%;
}

.six {
    width: 16%;
}

.seven {
    width: 13%;
}

#proj_leiter_view select{
    width: 100%;
}

#proj_leiter_view{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

#proj_leiter_view td, #proj_leiter_view th{
    text-align: center;
}

#proj_leiter_view td:first-child, #proj_leiter_view th:first-child{
	width:30px;

}

.aktionen {
    cursor: auto;
    float: right;
}

#addpos_div {
    overflow: hidden;
    display: none;
    position: fixed;
    z-index: 1000;
    height: 300px;
    margin: 10px;
}

@media only screen and (max-device-width: 1000px) {
    #proj_leiter_view select{
        height: 100%;
        font-size: medium;
    }

    #proj_leiter_view table input[type="text"],#proj_leiter_view table textarea{
        background-color: lightBlue;
        height: 50px !important;
    }

    #proj_leiter_view{
        width: 100%;
    }

    #proj_leiter_view table input[type="button"]{
        border: 1px outset blue;
        background-color: lightBlue;
        height: 50px;
        width: 50px;
        cursor: pointer;
    }
}

.breitom.positionen td:first-child,.breitom.positionen th:first-child,.breitom.spesen td:first-child,.breitom.spesen th:first-child,.breitom.werkzeuge td:first-child,.breitom.werkzeuge th:first-child,.breitom.material td:first-child,.breitom.material th:first-child{
	display:table-cell;
	width:25px;
	height:14px;
}