﻿

html, body, form {
    height: 100%;
}


div.page {
    width: 1024px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    min-height: 600px;
    margin-top: 2px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.language-selector {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 230px;
    height: 100%;
}


.main-content-wrapper {
    padding: 10px;
}

.footer {
    background-color: #0c5c8f;
    color: #333;
    height: 25px;
    position: fixed;
    bottom: 0px;
    width: 1024px;
}

.logo {
    height: 80px;
    margin-left: 10px;
    margin-top: 10px;
}

.welcome-text {
    position: relative;
    left: 10px;
    top: 50px;
}


.link-list {
    padding: 10px;
}

    .link-list .list-header {
        height: 25px;
        line-height: 25px;
        font-weight: bold;
    }

    .link-list ul {
        list-style: square;
        margin-left: 20px;
    }

    .link-list li {
        padding: 5px;
    }

        .link-list li a {
        }

.grid {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #989898;
    table-layout: fixed;
}

/*.gridheader {
    background: url(img/sprite.png) repeat-x 0px 0px;
}*/

.gridheader {
    background-color: rgb(229, 237, 239);
}

.grid th {
    /*background: url(img/sprite.png) repeat-x 0px 0px;*/
    background-color: #0c5c8f;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #fff;
    /* padding: 2px 5px 2px 5px; Tabellen werden zu breit wenn für TH Elemente ein padding vergeben wird*/
    height: 25px;
    line-height: 25px;
    text-align: center;
    vertical-align: bottom;
}

.grid a {
    text-decoration: underline;
}

.grid .altrow, .grid .row .sort {
    background-color: #edf5ff;
}

.grid .row {
    background-color: #fff;
}

.grid td {
    border-right: 1px solid #cbcbcb;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.applicationbar {
    height: 30px;
    line-height: 30px;
    vertical-align: central;
    background: url(img/sprite.png) repeat-x 0px 0px;
}

    .applicationbar .right {
        float: right;
        margin-right: 10px;
    }

table.property-grid {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

    table.property-grid td {
        border: 0px;
    }

        table.property-grid td.property-name {
            width: 80px;
        }

.validation-error {
    color: #9f0000;
}

.breadcrumb {
    height: 30px;
    line-height: 30px;
    padding: 3px;
}

.clear {
    clear: both;
}

fieldset {
    border: 1px solid #C5D8E1;
    border-radius: 6px;
    padding: 10px;
    background: white;
}

.menu-container {
    border: 1px solid #cbcbcb;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid #bdbdbd;
    background-color: #F7F6F3;
    position: relative;
}

.menu {
    height: 36px;
    line-height: 36px;
    font-size: 1.2em;
}

    .menu ul {
        list-style-type: none;
    }

        .menu ul li {
            list-style-type: none;
            margin: 0px;
        }


    .menu a {
        color: #000;
    }


.menu-item {
    border: 1px solid #000;
}

.menu-item-hover {
    background-color: red;
}

.dynamic-menu {
    border: solid 1px #cbcbcb;
}

.dynamic-menu-item {
    background-color: #eee;
    border: solid 1px #00f;
    margin: 0px;
    z-index: 100;
    padding: 5px;
}

textarea {
    border: 1px solid #cbcbcb;
    padding: 0px;
    padding-left: 3px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

select {
    border: 1px solid #cbcbcb;
    height: 25px;
    line-height: 22px;
    padding-left: 3px;
    width: 100%;
    display: block;
}


option {
    color: #5f5f5f;
}

optgroup {
    display: block;
    border: 1px solid #e5e5e5;
    color: #125b92;
}


.timeslot {
    height: 30px;
    line-height: 30px;
    font-size: 0.8em;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background-color: #f1f1f1;
    padding-left: 5px;
}

.full {
    background-color: red;
}

table.timeslot-selector {
    border: 0px; /*solid #dcdcdc;*/
    background-color: #fff;
    width: 100%;
}

    table.timeslot-selector tr td {
        padding: 5px;
        border: 0px;
    }

        table.timeslot-selector tr td.month {
            vertical-align: top;
            text-align: center;
            background-color: #0c5c8f;
            color: #fff;
            width: 100px;
            margin-bottom: 5px;
        }

        table.timeslot-selector tr td.day-container {
            padding: 3px;
        }

            table.timeslot-selector tr td.day-container span.day {
                width: 30px;
                height: 30px;
                line-height: 30px;
                display: inline-block;
                border: 1px solid #000;
                text-align: center;
                margin-bottom: 3px;
                margin-right: 3px;
            }

        table.timeslot-selector tr td .daytext {
            text-align: center;
        }



.hover {
    background-color: #0c5c8f;
    color: white;
}

.selected {
    background-color: #cecece;
}

.informationbar {
    border: 1px solid #cecece;
    background-color: #f1b40c;
    padding-left: 10px;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}

.box {
    border: 1px solid #dcdcdc;
}

    .box .header {
        border-bottom: 1px solid #dcdcdc;
        height: 25px;
        line-height: 25px;
        padding-left: 5px;
        background-color: #0c5c8f;
        color: #fff;
    }

    .box .content {
    }



table.property {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 1em;
}

    table.property td.fieldName {
        /*background-color: #f2f2f2;*/
        background-color: rgb(247, 246, 243);
        width: 150px;
        padding-left: 5px;
    }

    table.property td {
        padding: 5px;
        /*border: 1px solid #dcdcdc;*/
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        border-collapse: collapse;
    }

/*table.property INPUT[type="text"], table.property INPUT[type="password"] {
    background-color: #dcdcdc;
}*/

span.appointment-time {
    font-size: 1.6em;
}

input.save-button {
    height: 50px;
    line-height: 50px;
    width: 70%;
    vertical-align: central;
    display: block;
    /*border-radius:8px;*/
    border: 1px solid #cecece;
    background-color: #0c7800;
    color: #fff;
    font-size: 1.8em;
    margin-left: auto;
    margin-right: auto;
}

    input.save-button:hover {
        border: 2px solid #0c5c8f;
    }

.checkbox-nowrap {
    line-height: 40px;
    height: 40px;
    display: block;
}

    .checkbox-nowrap label {
        display: inline;
        line-height: 40px;
    }

    .checkbox-nowrap input {
        display: inline;
        line-height: 40px;
    }

span.error {
    display: block;
    color: #9f0000;
}

img.spinner {
    background-image: url(img/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: 0px;
    text-align: center;
}

.info {
    background-color: #f5a500;
    color: #000;
    padding: 5px;
    text-align: center;
}


div.login {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    background-color: #f1f1f1;
}

    div.login div.header {
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #0c5c8f;
        color: #fff;
    }

    div.login table td {
        padding: 5px;
    }

div.redirectinfo {
    text-align: center;
    font-size: 1.3em;
    border: 0px;
    background-color: #960000;
    color: #fff;
    padding: 5px;
}

div.copyright {
    height: 25px;
    text-align: right;
    padding-right: 10px;
    color: #a9a9a9;
}
