body {
    padding-top: 40px;
    padding-bottom:20px;
}
#bgimg {
    background: url(../images/login_background.jpg) no-repeat center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
}
#userpic {
    border:2px solid #fff;
    border-radius:100%;
}

@media (max-width: 767px) {
    .navbar form {
        border: 0;
        padding-top: 0;
    }
    .navbar form button {
        border: 0;
        padding: 0;
    }
}

.bgcolor {
    background:#ea3;
    background-image: none;
    border:3px solid #873;
}

.block {
    display: block;
}

.shadow {
    -moz-box-shadow:    3px 3px 5px 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: 3px 3px 5px 6px rgba(0,0,0,0.3);
    box-shadow:         3px 3px 5px 6px rgba(0,0,0,0.3);
}
.font-lg {
    font-size: 125%;
}

.ico-valid {
    color:#44AD41;
}
.ico-danger {
    color:#DE2121;
}
.input-group-addon.input-group-addon-center {
    border-left:none;
    border-right:none;
}

/* Plannings */
td.slot-empty {
    background-color:#ddd;
}
td.slot-time {
    background-color: #f5f5f5;
    border-right: 1px solid #DDD;
    font-size:11px;
    color:#555;
}
.slot {
    display: block;
    height: 100%;
}
.slot ul {
    margin: 0;
}
.slot-busy {
    background-color: #eee;
}
.table-select-list td.select-check {
    width: 2em;
}
.table-select-list label {
    display: inline;
    cursor: pointer;
    font-weight: normal;
}
.action {
    cursor: pointer;
    border: none;
}
#participants, #label {
    margin-top:10px;
}
.no-margin {
    margin:0;
}
.booking-line-cancel {
    text-decoration: line-through;
    font-style: italic;
}
