﻿/* 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 {
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.main-color {
    color: #9966CC;
}

.divider-side-color {
    background-color: #9966CC;
}

.divider-middle-color {
    background-color: #00CCFF;
}

.f-left {
    float: left;
}

.margin-left10 {
    margin-left: 10px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.margin-bottom50 {
    margin-bottom: 50px;
}

.margin-topBottom20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.navbar-logo {
    min-height: 64px;
    padding: 0px;
}

.navbar-logo-only {
    min-height: 80px;
}

.navbar-collapse-menu {
    float: right;
}

.divider {
    height: 40px;
}

.section {
    margin-top: 60px;
    margin-bottom: 60px;
}

[id]::before {
    content: '';
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
}

.image-pro-deti {
    width: 40%;
    margin: 30px auto;
}

.expand {
    min-width: 200px;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .navbar-logo {
        max-width: 80%;
        padding: 0px;
    }

    .navbar-collapse-menu {
        float: left !important;
    }

    .navbar-toggle-button {
        margin-top: 12px;
    }

    .image-pro-deti {
        width: 80%;
        margin: 30px auto;
    }
}

@media screen and (max-width: 550px) {
    .navbar-logo {
        padding: 13px;
    }
}
