﻿body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: verdana, sans-serif;
    /*font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    /*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    font-size: smaller;
}

img {
    padding: 0px;
    margin: 0px;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-collapse: collapse;
}

.inlineText {
    position: relative;
    top: -2px;
}

.inlineTextTop {
    position: relative;
    top: 3px;
}

.infotext {
    font-size: 10px;
}

a {
    text-decoration: none;
    color: #0000cc;
    padding-left: 2px;
    padding-right: 2px;
}

    a.register {
        font-size: x-small;
    }

.active {
    font-weight: bold;
}

a:hover {
    background-color: #6CFDE3;
}

div.Logo {
    text-align: center;
    vertical-align: middle;
}

div.loginInfo {
    float: right;
    font-size: x-small;
    text-align: right;
    color:white;
}

div.versionfooter {
    margin-top:50px;
    font-size: x-small;
    font-style: italic;
    text-align: center;
    color: darkgray;
}

div.header {
    width: 100%;
    background-image: url(static/bilder/kks_header.gif);
    background-repeat: repeat-x;
    height: 120px;
}

div.boxLink {
    border-right: #a9a9a9 1px solid;
    padding-right: 8px;
    border-top: #a9a9a9 1px solid;
    padding-left: 8px;
    padding-bottom: 3px;
    border-left: #a9a9a9 1px solid;
    padding-top: 3px;
    border-bottom: #a9a9a9 1px solid;
    background-color: #ebeded;
    text-align: center;
}
/* NavigationTree-Styles */
.navNode, .navRoot, .navLevel0, .navLevel1, .navLevel2, .navLevel3, .navSelected, .navHoover {
    border: solid 1px #ffffff;
    /*
	border-color: #ffffff;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style:solid;
	*/
}

.navNode {
}

.navRoot {
    background-color: #3ED3FF;
    width: 216px;
}

.navLevel0 {
    background-color: #3ED3FF;
    padding-left: 4px;
    width: 212px;
}

.navLevel1 {
    font-weight: bold;
    background-color: #79E1FF;
    padding-left: 8px;
    width: 208px;
}

.navLevel2 {
    background-color: #A4EBFF;
    padding-left: 12px;
    width: 204px;
}

.navLevel3 {
    background-color: #C1F1FF;
    padding-left: 16px;
    width: 200px;
}

.navSelected {
    background-color: #04e6bc;
}

.navHoover {
    background-color: #6CFDE3;
}

.marked {
    background-color: #ffcc99;
}
/* Notifier Styles */
.Message {
    color: #666666;
}
.Warning {
    color: #ff0000;
    font-weight: bold;
}
.UserError {
    color: #ff0000;
    font-weight: bold;
}
.Error {
    color: #ff0000;
    font-weight: bold;
}

.ErrorBox {
    border: solid 1px #ff0000;
    padding: 5px;
}
.MessageBox {
    border: solid 1px #666666;
    padding: 5px;
}

/* Titel */
h1 {
    font-size: larger;
    font-variant: small-caps;
    margin-top: 15px;
    margin-bottom: 4px;
}
.topleft{
    float:left;
    margin-top:10px;
}
/* Tabellen */
.even {
    background-color: #ffffff;
    color: #000000;
}

.odd {
    background-color: #f4f4f4;
    color: #000000;
}

th {
    background-color: #3ED3FF;
    border: solid 1px #ffffb1;
    margin: 1px;
    text-align: left;
}

.text-liste, .text-liste-re, .datum-liste {
    vertical-align: top;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.datum-liste {
    font-size: smaller;
}

.text-liste-re {
    text-align: right;
}

.input-liste {
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

td.fill {
    width: 90%;
}
/* Eingabe Klassen */

input.max, input.xlarge, input.large, input.medium, input.small {
    vertical-align: top;
}

input.max, textarea.max {
    width: 98%;
}

input.xlarge, textarea.xlarge {
    width: 300px;
}

input.mlarge, textarea.mlarge {
    width: 211px;
}

input.large, textarea.large {
    width: 150px; /* = small + zwischenraum + large */
}

input.largeMail {
    width: 125px; /* =large - Breite für Checkbox (25) */
}

input.dateTime {
    width: 100px;
}

input.date {
    width: 70px;
}

input.time {
    width: 35px;
}

input.medium, textarea.medium {
    width: 70px;
}

input.small {
    width: 50px;
}

textarea.xlarge {
    height: 100px;
}

textarea.large {
    height: 100px;
}

textarea.medium {
    height: 50px;
}

textarea.max {
    height: 35px;
}

textarea.inTable {
    height: 35px;
    width: 50px;
}

/*paging */
.paging, .paging-text {
    font-size: x-small;
}

.paging-text {
    position: relative;
    top: -2px
}

input.paging {
    width: 20px;
}
/* MaterialAuswahl */
.gruppeLinks {
    white-space: nowrap;
    vertical-align: bottom;
    border-right: #ffcc33 thin dashed;
    border-top: #ffcc33 thin dashed;
    border-left: #ffcc33 thin dashed;
    border-bottom: #ffcc33 thin dashed;
}
/* Belegung */
a.belegungLink {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.belegungFeld {
    vertical-align: middle;
    white-space: nowrap;
    margin: 1px;
    border-right: #808080 1px solid;
    border-top: #808080 1px solid;
    border-left: #808080 1px solid;
    border-bottom: #808080 1px solid;
}

.statusNoPlace {
    border-right: red 1px dashed;
    border-top: red 1px dashed;
    border-left: red 1px dashed;
    border-bottom: red 1px dashed;
}
/* Buchungsprogress */
table.progress {
    float: right;
    display: inline;
}

td.progress, td.progress-active {
    width: 30px;
    text-align: center;
    border-right: #cc9933 thin solid;
    border-top: #cc9933 thin solid;
    font-weight: bold;
    font-size: x-large;
    border-left: #cc9933 thin solid;
    color: #cc9933;
    border-bottom: #cc9933 thin solid;
    background-color: #ccffcc;
}

td.progress {
    background-color: #ccffcc;
}

td.progress-active {
    background-color: #ccff33;
}


.closeOkButton {
    cursor: pointer;
    color: firebrick;
    font-weight: bold;
    display: inline;
    padding: 5px;
}

img.materialbild {
    max-height: 150px;
}

img.materialbild-warenkorb {
    max-height: 100px;
}

th.materialbild-liste {
    text-align: right;
    padding-right: 2px;
}

    th.materialbild-liste > div {
        position: relative;
    }

div.materialbild-liste img, img.materialbild-liste {
    max-height: 20px;
}

div.materialbild-liste > div {
    display: none;
}

div.materialbild-hover {
    position: absolute;
    top: -50px;
    left: 0px;
    z-index: 10;
    font-size:smaller;
    text-align:left;
    background-color:white;
}

    div.materialbild-hover img {
        max-height: 100px;
    }

    div.materialbild-hover > div {
        padding:5px;
    }

tr.selected th, tr.selected td, th.selected, a.selected {
    background-color: #04e6bc;
    border-color: #04e6bc;
}

a.bootReservieren, a.bootOffen {
    display: block;
    text-align: center;
    margin: 10px 15px 10px 15px;
    padding: 10px 5px 10px 10px;
    border-radius: 4px;
    font-weight: bold;
}
a.bootReservieren {
    background-color: #ccff33;
    border: solid 1px #ccff33;
    color: firebrick;
}
a.bootOffen {
    background-color: #ccffcc;
    border: solid 1px #ccffcc;
    color: firebrick;
}

div.chip {
    display: inline;
    cursor: pointer;
    padding: 0px 3px 0px 3px;
    color: #0000cc;
    background-color: #C1F1FF;
    border: solid 1px #C1F1FF;
    border-radius: 4px;
    font-style: italic;
}

a.button {
    cursor: pointer;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    background-color: rgba(255, 172, 163, 1);
    border: solid 1px rgba(255, 172, 163, 1);
    border-radius: 4px;
    display: inline-block;
}
a.yes, input.yes, input[type="button"] {
    cursor: pointer;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    background-color: #ccff33;
    border: solid 1px #ccff33;
    border-radius: 4px;
    display:inline-block;
}

/* Belegungsinfo */
div.tips{
    font-style:italic;
    color:darkgray;
}
li{
    margin-bottom:5px;
}

/* modal popup*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
