﻿/* 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. */
html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 50px;
    margin-bottom: 0px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.consent-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 60px;
    max-height: 110px;
    background-color: #333;
    text-align: center;
    padding-top: 5px;
}

.stm-footer {
    height: 110px;
    background-color: #2B78FF;
}

.l-space {
    margin-left: 20px;
}

.m-img {
    max-width: 150px;
}

.s-img {
    max-width: 100px;
}

@media (min-width: 768px) {
    .m-img {
        max-width: 300px;
    }

    .s-img {
        max-width: 150px;
    }
}

a.f-links {
    color: white;
}

.fcopy {
    color: white;
    text-align: center;
    position: relative;
    bottom: -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;
    }
}

.dd-menu {
    background-color: #2B78FF;
    color: white;
}

a.dd-item {
    color: white !important;
}

    a.dd-item:hover,
    a.dd-item:focus {
        background-color: #e5e5e5 !important;
        color: #333 !important;
    }

.h-red {
    color: crimson;
}

.menu-stm {
    background-color: #2B78FF;
}

.menu-item {
    color: white;
}

.menu-bar {
    background-color: white;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
