#header h1 {
    background: none;
    font-size: 20px;
    font-weight: bold;
    margin-top: 60px;
    float: right;
    display: inline-block;
    color: white;
    padding: 0;
}

#header {
    height: 80px;
}

#header span.red {
    color: #bd0c1b;
}

#footer {
    font-size: 80%;
    color: #333;
}

body {
    background: #ccc;
    font-family: Tahoma, Arial, sans-serif;
}

#container {
    position: relative;
    width: 975px;
    margin: 10px auto 10px auto;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px #6b6b6b;
}

h1 {
    text-align: center;
    font-size: 130%
}

#content {
    padding-top: 30px;
    min-height: 500px;
}

div.users {
    width: 667px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #91b4dd;
    padding-right: 0px !important;
}

div.users input {
    font-size: 110%;
    max-width: 10em;
}

div.users .error-text {
    margin: 10px;
    color: #bd0c1b;
    font-weight: bold;
    margin-left: 3em;
}

form {
    margin-right: 0;
    width: 100%
}

fieldset {
    display: block;
    margin-bottom: 0em;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    padding-right: 0em;
}

form fieldset div.input {
    float: left;
    clear: none;
    margin: 0em 1.3em;
}

form div.submit {
    margin-top: 1.5em;
    margin-right: 1.3em;
    margin-bottom: 0em;
    padding-bottom: 0em;
    float: right;
    clear: none;
}

form div.submit input {
    min-width: 7em;
}

input-error input {
    border: 1px solid red;
}

div.submit input[type="submit"] {
    padding: 3px 5px;
}

div.users_banner {
    text-align: center;
}


/*
	Navigation - Begin
*/

div#navigation {
    border-top: 2px solid #91b4dd;
    border-bottom: 2px solid #91b4dd;
    background-color: #FFF;
    min-height: 32px;
}

div#navigation h1 {
    display: inline-block;
    font-size: 120%;
    margin: 5px 20px;
    font-weight: bold;
    color: #333333;
}

div#logout {
    color: black;
    text-align: right;
    margin-top: 5px;
    display: inline-block;
    float: right;
    margin-right: 20px;
}

div#navigation>ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

div#navigation>ul li {
    float: left;
    padding-left: 2em;
}

div#navigation>ul li a {
    padding: 0.2em;
    text-decoration: none;
}

ul#navigation li a:hover {
    background-color: #ababab;
}


/*
	Navigation - End
*/

#calendar {
    font-size: 11px;
}

#calendar td {
    padding: 2px;
    margin: 0px;
}

span.bigger_text {
    font-size: 120%;
    font-weight: bold;
}

div#reservations span.bigger_text {
    float: left;
}

#reservations div {
    display: inline;
    padding: 5px;
    border: 3px solid #e7e36c;
    border-radius: 5px;
    font-size: 90%;
    float: left;
    margin-left: 20px;
}

#reservations span.subtitle {
    font-size: x-small;
    display: block;
}

#reservations img {
    vertical-align: middle;
    margin-left: 0.3em;
    margin-right: 0.3em;
}

#reservations a {
    text-decoration: none;
    font-weight: normal;
    color: black;
}

div.free,
div.unavailable,
div.booked,
div.unavailable_for_me {
    border-radius: 3px;
    display: block;
    width: 25px;
    height: 15px;
}

div.free {
    background-color: #3a9433;
    cursor: pointer;
}

div.unavailable {
    background-color: #999a99;
}

div.unavailable_for_me {
    background-color: #727cff;
}

div.booked {
    background-color: #e7e36c;
}

div.inline_slot {
    display: inline-block;
    margin-left: 2em;
    cursor: default;
}

div.day_part {
    float: left;
    margin-right: 2em;
}

div#calendar_navigation {
    width: 400px;
    border: 1px solid black;
    border-radius: 3px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: larger;
}

div#calendar_navigation>span {
    height: inherit;
    min-width: 30px;
    line-height: 30px;
    display: inline-block;
}

span#date_calendar_navigation {
    width: 200px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -100px;
}

span#left_calendar_navigation {
    background: url('../img/icons/arrow_left.png') no-repeat center;
    border-right: 1px solid black;
    float: left;
}

span#fast_left_calendar_navigation {
    background: url('../img/icons/double_arrow_left.png') no-repeat center;
    border-right: 1px solid black;
    float: left;
}

span#right_calendar_navigation {
    background: url('../img/icons/arrow_right.png') no-repeat center;
    border-left: 1px solid black;
    float: right;
}

span#fast_right_calendar_navigation {
    background: url('../img/icons/double_arrow_right.png') no-repeat center;
    border-left: 1px solid black;
    float: right;
}

span#left_calendar_navigation:hover,
span#right_calendar_navigation:hover,
span#fast_left_calendar_navigation:hover,
span#fast_right_calendar_navigation:hover {
    font-weight: bold;
    background-color: #dfdfdf;
    cursor: pointer;
}


/*
	Navigation quickjump - start
*/

div#quickjump_today {
    width: 150px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #FFF;
    margin: 0px 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div#quickjump_today a {
    text-decoration: none;
    color: black;
    font-weight: normal;
}

div#quickjump {
    width: 330px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #FFF;
    margin: 0px 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div#quickjump ul {
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 0;
}

div#quickjump ul li {
    margin-left: -10px;
    font-size: xx-small;
    float: left;
}

div#quickjump ul li a {
    padding: 0.2em;
    text-decoration: none;
    font-weight: normal;
    color: black;
}

ul#quickjump li a:hover,
{
    background-color: #ababab;
}

div#quickjump div {
    display: inline-block;
}


/*
	Navigation quickjump - start
*/

div.clear {
    clear: both;
}


/*
	Capacities
*/

div#capacities_login {
    width: 40%;
    margin: 0px auto
}

div#capacities_table_column {
    width: 45%;
    float: left;
    padding-right: 3em;
}


/*
	Progressbar 
*/

.ui-progressbar {
    height: 20px !important;
    width: 300px;
    margin: 0 auto;
}

.ui-progressbar span {
    width: 300px;
    position: absolute;
    text-align: center;
    font-weight: bold;
}


/*
	Language selection
*/

div#language_selection {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
    margin-top: 10px;
}

div#language_selection img {
    margin-top: 0px !important;
    margin-right: 5px !important;
}

div#day_container {
    text-align: center;
}

div#day_table {
    display: inline-block;
}

div#display_mobile_redirect_request {
    background: #fff8dc;
    text-align: center;
    padding: 1em 0;
    font-size: xx-large;
}

a#close_popup {
    text-decoration: none;
    margin-left: 3em;
}


/* Contact form */

div.error-message {
    text-align: right;
}

.contact_container {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

div.contact_container h1 {
    text-align: left;
}

div.contact_container label {
    display: inline;
    width: 30%;
    float: left;
    text-align: right;
    margin-right: 2em;
}

div.contact_container input,
div.contact_container textarea {
    width: 60%;
    clear: none;
    font-size: 100%;
}

div.contact_container div.submit {
    float: none;
    text-align: right;
    margin-right: 0;
    margin-bottom: 2em;
}

div.contact_container div.captcha_container {
    display: inline-block;
    width: auto;
    padding: 0;
    clear: none;
    width: 60%;
}

div.contact_container div.captcha_container input {
    margin-top: 1em;
    width: 100%
}

div.contact_container input[type=submit] {
    width: auto;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}