﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    color: #505050;
    background-color: white;
}

/* 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;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.navbar-brand {
    color: #37B2C8 !important
}

    .navbar-brand:visited {
        color: #37B2C8 !important
    }

.navbar-default-color {
    color: #37B2C8 !important
}

.navbar-inverse {
    background-color: #505050 !important
}

.jumbo-white {
    background-color: white;
    color: #505050;
}

.jumbo-blue {
    background-color: #37B2C8;
    color: white;
}

.btn-icon {
    width: 200px;
    margin: 10px;
    display: inline-block;
}

    .btn-icon a {
        font-size: 20px;
        display: inline;
    }

    .btn-icon a div {
        padding-top: 5px;
        display: inline;
    }

.icon {
    width: 50px;
    height: 50px;
}

.mycarousel {
    max-width: 500px;
    text-align: center;
}

.img-capture {
    width: 100%;
}

.div-logo img {
    width: 100%;
}

table {
    border-color: #555;
    border-width: thin;
    border-style: solid;
    position: relative;
    width: 100%
}

    table tr:last-child td:first-child {
        border-bottom-left-radius: 2px;
    }

    table tr:last-child td:last-child {
        border-bottom-right-radius: 2px;
    }

    table tr:first-child th:first-child {
        border-top-left-radius: 2px;
    }

    table tr:first-child th:last-child {
        border-top-right-radius: 2px;
    }

    table thead {
        background-color: #555;
    }

    table tr {
        border-color: #555;
        border-width: thin;
        border-style: solid;
    }

    table th {
        background-color: #555;
        text-align: center;
        color: white;
        padding: 5px;
        border-color: #555;
        border-width: thin;
        border-style: solid;
    }

    table tr td {
        padding: 10px;
        max-width: 250px;
        text-align:center;
    }

    table tr td:first-child {
        text-align: left;
        padding: 10px;
        background-color: #ddd;
    }

a {
    color: #37B2C8;
}
    a:hover {
        color: #37B2C8;
    }

    a:visited {
        color: #37B2C8;
    }

.tips {
    margin-left: 15px;
    margin-right: 15px;
}

.no-margin {
    margin-left: -30px;
    margin-right: -30px;
}

.description {
    height: 358px;
    display: table;
}

    .description div {
        display: table-cell;
        vertical-align: middle;
        padding-bottom: 30px;
    }

.menu {
    border-bottom: thin solid #ddd;
    text-align: center;
}

.menu div {
    padding-left: 0px;
    padding-right: 0px;
}

.menu a div {
    font-size:x-large;
    padding: 20px;
    position: relative;
    width: 100%;
}

.menu .selected div {
    background-color: #ddd;
}