﻿/* 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: 64px;
    padding-bottom: 40px;
    font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif
}

.bg-dark {
    background-color: #333333 !important;
}

.text-primary {
    color: #fcc200 !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .body-content {
        margin-top: 70px;
    }
}

/* 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;
    }
}

nav.navbar {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    height: 64px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}

.logo_container {
    position: absolute;
}

span.logo_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

@media (min-width: 768px) {
    .navbar-nav {
        margin-left: 125px;
    }

        .navbar-nav > li > a {
            padding-top: 22px;
            padding-bottom: 22px;
        }
}

@media only screen and (min-width: 981px) {
    #logo {
        max-height: 100%;
    }
}

@media only screen and (min-width: 981px) {
    #logo {
        min-height: 141px;
    }
}

#logo {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 0;
    max-height: 100px;
    display: inline-block;
    float: none;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
}

@media (min-width: 768px) {
    #logo {
        max-height: 141px;
    }
}

.row .no-float {
    display: table-cell;
    float: none;
}

.footer {
    z-index: 3;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 30px;
    line-height: 29px;
    border-top: solid 1px #ddd;
    text-align: center;
    background-color: white;
}

    .footer.bg-dark {
        color: #FFFFFF;
    }

    .footer .container img {
        height: 25px;
        margin-top: -12px;
    }

.btn.btn-primary {
    background-color: #fcc200;
    border-color: #daac10;
    color: #333333;
}

    .btn.btn-primary:active {
        background-color: #daac10;
        border-color: #daac10;
        color: #FFFFFF;
    }
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: linear-gradient(#fcc200, #fcc200);
    border-color: #daac10;
    color: #333333;
}

    .dataTables_wrapper .dataTables_paginate > span > a.paginate_button.current:active {
        background: linear-gradient(#fcc200, #fcc200);
        border-color: #daac10;
        color: #FFFFFF;
    }

    .dataTables_wrapper .dataTables_paginate > span > a.paginate_button.current:hover {
        background: linear-gradient(#daac10, #daac10);
        border-color: #daac10;
        color: #FFFFFF;
    }

.light-text {
    color: #FFFFFF;
}

.navbar-collapse {
    background-color: #333333
}


@media screen and (max-width: 767px) {
    .margin-50px {
        margin-top: 50px;
    }
}

.card {
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 15px 25px 15px 25px;
    margin-bottom: 15px;
}

h1.inline {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}

input.background-green {
    background-color: #dff0d8;
}

input.large-checkbox {
    width: 18px;
    height: 18px;
}

.margin-top-10 {
    margin-top: 10px;
}

.btn.btn-info {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

.btn.btn-info :hover {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

.btn.btn-info:active {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

    .btn.btn-info:disabled {
        color: #fff;
        background-color: #333333;
        border-color: #333333;
    }