.content-box {
    margin: 20px;
}

.panel-controls {
    float: right;
}
.datepicker-menu{
    cursor: pointer;
    padding-top: 8px;
}
.date-day {
    display: block;
    height: 500px;

}

.date-time-day {
    height: 30px;
}

.date-time-inner {
    height: 10px;
    width: 40%;
    margin-left: 30%;
    cursor: pointer;
}

.date-time-inner:hover {
    background-color: #eee;
}

.date-day, .date-time-heading {
    text-align: center;
    height: 40px;
    font-weight: bold;
    padding-top: 3px;

}
.date-object-inner {
    width: 100%;
    height: 100%;

}
.date-object-offworktime{
    background-image: url('../img/muster5.png');
    background-repeat: repeat;
}
.date-object-inner-day{
    text-align: center;
    font-weight: bold;
}
.date-object-inner-kw{
    text-align: center;
    font-weight: bold;
    font-size: 9px;
}
.date-invisible {
    display: none;
    visibility: hidden;
}

.date-times-container.date-coloum {
    border: none;
}
.date-coloum-inner{
    display: block;
    width: 100%;
    position: relative;
    height: 810px;
}
.date-times-container {
    display: block;
    float: left;
    width: 12.5%;
}

.date-time-heading {

}

.date-time {
    height: 20px;
    text-align: center;
}
.worktime-object-pause{
    background-color: #222 !important;
    background-image: url("http://findicons.com/files/icons/2209/beos/128/beos_flash.png") ;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.worktime-object{
    border-bottom: 1px solid #222222;
    border-top: 1px solid #222222;
    box-sizing: border-box;
}
.date-worktime-object {
    position: absolute;
    display: none;
    top: 0px;
    width: 25px;
    height: 80px;
    background-color: #cccccc;
    cursor: pointer;
    -webkit-transition: all .5s ease; /* Firefox */
    -moz-transition: all .5s ease; /* WebKit */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease; /* Standard */
}

.date-object, .date-object-preview {
    box-sizing: border-box;
    border-bottom: 1px solid #222222;
    border-top: 1px solid #222222;
    position: absolute;
    display: block;
    top: 0px;
    width: 25px;
    height: 80px;
    background-color: #cccccc;
    cursor: pointer;
    -webkit-transition: all .5s ease; /* Firefox */
    -moz-transition: all .5s ease; /* WebKit */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease; /* Standard */
}

.date-object:hover {

    background-color: #aaa;
}

.date-worktime-object:hover {

    background-color: #aaa;
}

.date-coloum {
    float: left;
    width: 14.285%;
    border-left: 2px solid #222;
    overflow: visible;
}
.date-coloum.feiertag{
    background-color: #e27f7f;
}
.date-coloum.urlaub{
    background-color: #FCF8E3;
}
.datetimepicker-container{
    max-width: 220px;
}
.alert.hidden{
    display: none;
}
.date-days-container {

}

.date-container {
    border-radius: 4px;
    padding: 8px;
    min-width: 690px;
}

.popover {
    z-index: 99999;
}

.panel-date {
    overflow-y: visible;
    overflow-x: scroll;
    padding: 0;

}

.colorbox {
    display: inline-block;
    height: 12px;
    width: 12px;
}

.panel-footer .pagination {
    margin: 0 !important;
    padding: 0 !important;
}
#clock{
    font-size: 16px;
}