﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

#logo-top {
    background-image: url('/images/logo.png');
    width: 124px;
    height: 40px;
    float: right;
}

#main-container {
    margin-top: 30px;
    padding-bottom: 50px;
}

.main-form {
    margin-top: 20px;
}

.tab-pane {
    padding-top: 10px;
}

#btn-bottom {
    margin-top: 20px;
}

.dx-fieldset-column {
    float: left;
    width: 40%;
}

.dx-field-value .dx-checkbox {
    float: left !important;
}

.BeoordelingOK input {
    background-color: green;
    font-weight: bold;
    color: white;
}

.BeoordelingNietOK input {
    background-color: red;
    color: white;
    font-weight: bold;
}

.visuelecontrole div {
    margin-right: 15px !important;
}

.imagebutton-container {
    position: relative;
    float: left;
    width: 200px;
    margin-right: 3px;
}

    /* Make the image responsive */
    .imagebutton-container img {
        width: 100%;
        height: auto;
    }

    /* Style the button and place it in the middle of the container/image */
    .imagebutton-container .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background-color: #555;
        color: white;
        font-size: 16px;
        padding: 12px 24px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
    }

        .imagebutton-container .btn:hover {
            background-color: black;
        }

.signature {
    border: 1px dotted gray;
    width: 502px;
    height: 202px;
}

.signature-value .dx-button {
    position: relative;
    top: -200px;
    left: -50px;
}

.timeregistration-hours {
    margin-top: 20px;
}

.timeregistration-kilometers {
    margin-top: 50px;
}

.timeregistration-ready {
    margin-top: 50px;
}

.home-datagrid {
    margin-bottom: 100px;
}

.navbar-brand img {
    margin-right: 10px;
}

.information-table {
    table-layout: fixed;
    width: 100%
}

    .information-table td {
        max-width: 50%;
        text-overflow: clip;
    }

.photo-thumbnail {
    padding: 5px;
}
.badge{
    margin-left: 7px;
}
.checklist-cell-inprogress {
    background-color: #ffdaad;
}
.checklist-cell-planned {
    background-color: #adc3ff;
}
.checklist-navigate-buttons
{
    position: absolute;
    background-color: yellow;
}