﻿.img-responsive {
    max-width: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
}

.table td, .table th {
    padding: 5px 0 5px 0;
    vertical-align: middle;
    border-top: none;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}

.menublue {
    background-color: #444d58;
}

.bcblue {
    color: #fff;
    background-color: #337ab7;
}

    .bcblue:hover {
        color: #fff;
        background-color: #337ab7;
    }

.no-min-height {
    min-height: 0 !important;
}

.tabbable-line > .nav-tabs > li.active {
    border-bottom-color: #337ab7;
}

.tabbable-line > .nav-tabs:hover {
    border-bottom-color: #5b9bd1;
}

.theme-font {
    color: #666 !important;
}

.no-border {
    border: 0 !important;
}

.gebouwselect {
    padding: 0 15px 0 15px !important;
}

    .gebouwselect .image {
        height: 81px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
    }

    .gebouwselect .value {
        padding-top: 10px;
        padding-bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
    }

.page-logo {
    padding-top: 5px !important;
}

.maps {
    padding-top: 0;
    height: 250px;
}

    .maps iframe {
        position: absolute;
        pointer-events: none;
        left: 0;
        width: 100%;
        height: 249px;
    }

        .maps iframe.clicked {
            pointer-events: auto;
        }

.fc-content {
    white-space: normal !important;
}

.table-nowrap {
    table-layout: fixed;
}

    .table-nowrap td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.btn-primary {
    background-color: #67809F !important;
    color: #fff !important;
}

.btn-primary:focus {
    background-color: #67809F !important;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: #67809F !important;
    color: #fff !important;
}

.btn-danger {
    color: #fff !important;
}

.text-no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.download-btn {
    width: 100px;
}

.preview-btn {
    width: 100px;
}

.note.note-info.past {
    border-color: #e0e0e0;
}

.panel-largetext {
    word-wrap: break-word;
}

.left-menu .m-portlet__body {
    padding-top: 11px;
}

.profilename {
    text-align: center;
    margin-bottom: 15px;
}

.custom-calendar {
    padding-left: 15px !important;
}

.custom-calendar-bar:before {
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #00A4B4;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00A4B4;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}