﻿/* 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;
    font-size: 18px;
}

/* 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;
}



#thumbs {
    padding-top: 10px;
    overflow: hidden;
}

    #thumbs img, #largeImage {
        border: 1px solid gray;
        padding: 4px;
        background-color: white;
        cursor: pointer;
    }

    #thumbs img {
        
        float: left;
        margin-right: 6px;
    }

#description {
    background: black;
    color: white;
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    width: 525px;
    margin: 5px;
}

#panel {
    position: relative;
}

#navbarHeader{
    margin-right: 30px;
}

#navbar {
    
}

.relative1 {
    position: relative;
}

.transp-bl03 {
    background-color: rgba(0,0,0, 0.3);
}

.text-shd1 {
    text-shadow: #000000 0 0 8px;
}

.mainmenu {
    font-size: 16px;
}

.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
}

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.footer-copy {
    font-size: 14px;
}

.login-font {
    
    font-size: 14px;
}

#seminar-order-list td {
    font-size: 10px;
}

#seminar-order-list th {
    font-size: 10px;
}

#foto-table {
    border-collapse: separate;
    border-spacing: 4px;
}

#foto-table td{
    font-size: 14px;
    width: 200px;
    text-align:center;
    vertical-align:top;
}