body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img{
    width: 100%; /* use this, or not */
    margin: auto;
}

.zf-green {
    color: #68b604;
}

div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}

#cam_area {
    width: 400px;
    height: 500px;
}

#appDesc {
    overflow: hidden;
}

#tabOverview {
    max-width: 200px;
    overflow: hidden;
}

.scanner-laser {
    position: absolute;
    margin: 40px;
    height: 30px;
    width: 30px;
    opacity: 0.5;
}

.laser-leftTop {
    top: 0;
    left: 0;
    border-top: solid red 5px;
    border-left: solid red 5px;
}

.laser-leftBottom {
    bottom: 0;
    left: 0;
    border-bottom: solid red 5px;
    border-left: solid red 5px;
}

.laser-rightTop {
    top: 0;
    right: 0;
    border-top: solid red 5px;
    border-right: solid red 5px;
}

.laser-rightBottom {
    bottom: 0;
    right: 0;
    border-bottom: solid red 5px;
    border-right: solid red 5px;
}

#invnetwork {
    width: 100%;
    height: 200px;
    border: 1px solid lightgray;
}

/* Bootstrap Toggle v2.2.2 corrections for Bootsrtap 4*/
.toggle-off {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}

.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}

#map_canvas { width: 100%; height: 100%; }
#map_wrapper { height: 800px; }

.dp-is-occupied {
    background-color: #FF0000;
    color: white;
}

.dp-is-occupied:hover {
    background-color: #A30000 !important;
}


.dp-is-part {
    background-color: #FF7C7C;
    color: white;
}

.dp-is-part:hover {
    background-color: #A30000 !important;
}

.dp-is-selected {
    background-color: #286090;
    color: white;
}

.dp-is-selected:hover {
    background-color: #204d74 !important;
}

.dp-is-between {
    border-radius: 0 !important;
    background-color: #5599d4;
    color: white;
}

.dp-is-between:hover {
    background-color: #204d74 !important;
}

#bookingEndDateDiv .active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#bookingEndDateDiv .dp-is-selected {
    border-top-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
}