﻿/* 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;
    margin-top: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

.connecting-info {
    margin-top: 27px;
    margin-right: 35px;
    float: right;
}

    .connecting-info a {
        color: #5bbd88;
    }


.area-block {
    min-width: 500px;
    min-height: 200px;
}

.text-white {
    color: white;
    margin-bottom: 0;
    font-size: 13px;
    display: inline;
}

.large-label {
    font-size: 14px;
}

.main_menu {
    background-color: #3d3d3d;
    height: 94px;
    margin-top: -70px;
}

.clearBoth {
    clear: both;
}

.img-container {
    width: 108px;
    height: 108px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    border: solid 1px;
    border-color: gray;
}

    .img-container img {
        width: 100px;
        height: 100px
    }

    .img-container:hover {
        cursor: pointer;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.img-container-selected {
    width: 108px;
    height: 108px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    border: solid 1px;
    border-color: black;
    box-shadow: 0 0 8px darkblue, 0 0 8px darkblue;
}

.img-container-selected img{
    width: 100px;
    height: 100px
}


.main_menu a:hover {
    text-decoration: none !important;
}

.main_menu h1 {
    font-size: 20px;
    font-weight: 600;
    color: #5bbd88;
    text-transform: uppercase;
    padding: 25px 25px;
}

.payment-system-logo {
    width: 32px;
    height: 24px;
    object-fit: contain;
}

    .main_menu h1 span {
        color: #ffffff;
    }

/* QR code generator */
#qrCode {
    margin: 15px;
}

body {
    font-family: 'Roboto', sans-serif
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

._fix-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

._fix-col {
    min-width: 32px;
    height: 24px;
    padding-bottom: 6px;
}

._fix-10-col {
    width: 100%;
}