﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

html, body {
    height: 100% !important;
}

.divHeight {
    min-height: 100%;
    height: 100%;
}
.divFullHeight {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/*body, html {
    height: 100%;
}
.divFullHeight {
    height: 100%;
}*/

/* 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;
}


.radio label, .checkbox label {
    padding-left: 0px !important;
}


/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.form-control {
    color: #666666 !important;
}

    .form-control:focus, #focusedInput {
        border: 1px solid #c0c0c0 !important;
        box-shadow: none;
    }

.bg-light {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #767676 !important;
    background-color: #f0f0f0 !important;
    border-radius: 10px;
}


.error-red{
    color: red;
}