﻿/* 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. */

/* Smartphones ----------- 
    https://stackoverflow.com/questions/3514784/what-is-the-best-way-to-detect-a-mobile-device
*/
@media only screen and (min-width: 761px) {
    #div-mobile {
        display: none;
    }

    #div-desktop {
        display: block;
    }
}
@media only screen and (max-width: 760px) {
    #div-mobile {
        display: block;
    }
    #div-desktop {
        display: none;
    }
}

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    overflow-y: scroll;    
}

a, a:hover, a:visited, a:focus {
    text-decoration: none;
}

/*h1 {
    font-size: 40px !important;*/ /* Here */
    /*Line-height: 1.5;
    text-align: center;*/
    /*font-size: calc(12px + 1vw);
    font-size: calc(0.75em + 1vmin);
    font-size: 66px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 1;*/
/*}*/

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* Card styles
-------------------------------------------------- */
#main {
    margin: 30px -15px; /* Outer Margin */
}


    #main #faq .card {
        margin-bottom: 10px;
        border: 0;
    }


        #main #faq .card .card-header {
            border: 0;
            -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            border-radius: 2px;
            padding: 0;
        }

            #main #faq .card .card-header .btn-header-link {
                color: #fff;
                display: block;
                text-align: left;
                background: #007BFF; /* #ED7D31 */
                color: #FFF;
                padding: 5px; /* Header Height */
            }

                /*#main #faq .card .card-header .btn-header-link:after {
                    content: "\f106";
                    font-family: 'Font Awesome 5 Free';
                    font-weight: 900;
                    float: right;
                }*/

                #main #faq .card .card-header .btn-header-link.collapsed {
                    background: #E1E1E1; /* Header Background #007BFF #fff */
                    color: #565656;
                }

                    #main #faq .card .card-header .btn-header-link.collapsed:hover {
                        background: #565656; /* Header Background #007BFF #fff */
                        color: white;
                    }

        /*#main #faq .card .card-header .btn-header-link.collapsed:after {
                        content: "\f107";
                    }*/

        #main #faq .card .collapsing {
            background: #FFF;
            line-height: 30px;
        }

        #main #faq .card .collapse {
            border: 0px;
        }

            #main #faq .card .collapse.show {
                background: #FFF;
                line-height: 30px;
                color: #222;
                border: 0px;
            }

.card-header .fa-pull-right { /*.fa*/
    transition: .3s transform ease-in-out;
}

.card-header .collapsed .fa-pull-right { /*.fa*/
    transform: rotate(90deg);
}

/* Card Header Table styles
-------------------------------------------------- */
table {
    width: 100%;
    table-layout: fixed;
}

td {
    /*background: #eee;*/
    /*  height: 70px;*/
}

    td.fixed {
        width: 150px;
        /*background: #ffd800;*/
    }

    td.rest {
        width: 20%;
        /*background: #000;*/
    }

.smSelList {
    font-size: 5px;
}


/* Swiper styles
--------------------------------------------------
.swiper-container {
    width: 80% !important;    
    height: auto;
} */

/*.swiper-slide {
    width: auto;
    height: auto;
}

.swiper-container img {
    object-fit:cover;
    width: 100%;
    height: auto   
}*/

img {
    max-width: 100%;
    height: auto;
}

div.polaroid {
    width: 100%;
    text-align:center;
    background-color: white;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    margin-bottom: 10px;
}

/*div.container {
    text-align: center;
    padding: 10px 20px;

}*/

#weqArea td {
    vertical-align: middle;
    text-align: center;
}

/*
 *  https://stackoverflow.com/questions/33911049/btn-xs-no-longer-a-valid-option-in-bootstrap-4
*/
.btn-group-xs > .btn, .btn-xs {
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}