﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

body.login-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


/* -------------------------------
   5.0 Footer Setting
------------------------------- */

/* 5.1 Footer Element */

.footer {
    color: #657380;
    font-size: 12px;
    border-top: 2px solid rgba(0, 0, 0, 0.06);
    padding: 3px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .footer a {
        color: #657380;
    }

        .footer a:hover,
        .footer a:focus {
            color: #30373e;
            text-decoration: none;
        }

    .footer b {
        color: #30373e;
        font-weight: normal;
    }

@media (max-width: 767px) {
    .footer {
        padding: 3px 20px;
    }
}


/* 5.2 Footer Setting - Page with Fixed Footer */

.page-footer-fixed .footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0px;
    margin: 0 !important;
    background: #eee;
}

.page-footer-fixed.page-sidebar-minified .footer {
    left: 70px;
}

.page-footer-fixed.page-with-right-sidebar.page-sidebar-minified .footer {
    right: 70px;
    left: 0;
}

.page-footer-fixed.page-with-right-sidebar .footer {
    left: 0;
    right: 250px;
}

.page-footer-fixed.page-with-two-sidebar.page-right-sidebar-toggled .footer {
    right: 250px;
}

.page-footer-fixed.page-without-sidebar .footer {
    left: 0;
}

/* 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;
    }

    .footer {
        margin-right: 0 !important;
        margin-left: 0 !important;
        right: 0 !important;
        left: 0 !important;
    }
}
