﻿body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
}

h1, h2 {
    margin-top: 15px;
}

header {
    padding-top: 10px;
}

.navbar {
    margin-top: 10px;
}

header div.strapline {
    height: 70px;
    line-height: 70px;
}

/* for xs the strapline is on its own line, reduce vertical height*/
@media (max-width: 767px) {
    header div.strapline {
        height: 50px;
        line-height: 50px;
    }
}


.img-shadow {
    box-shadow: 6px 6px 40px 0px rgba(0,0,0,0.19);
    -ms-border-radius: 5px;
    border-radius: 5px;
}

header div.strapline span {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    font-size: 1.7em;
    font-weight: 500;
    color: #4d589d;
}

/* reduce strapline size for really small screens*/
@media (max-width: 340px) {
    header div.strapline span {
        font-size: 1.5em;
    }
}


footer {
    margin-top: 25px;
    background-color: aliceblue;
    padding: 5px;
}

    footer p {
        text-align: center;
        font-size: 0.7em;
        margin: 4px;
    }

.banner_container {
    background: url(../images/HomeImages/header.jpg) no-repeat;
    padding: 6px 10px 0px 88px;
    background-color: White;
    color: #fff;
}

aside {
    background-color: aliceblue;
    -ms-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.19);
    padding: 10px;
}

    aside h3 {
        margin-top: 8px;
    }


.box-shadow {
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.19);
}

#xpackaged-services > div {
    background-color: rgba(0,0,0,0.19);
    -ms-border-radius: 5px;
    border-radius: 5px;
}

#packaged-services h5 {
    font-weight: bold;
    font-style: italic;
}

#packaged-services h4 {
    font-weight: 600;
}


/* home/default page*/
#headline-banner {
    margin-top: 10px;
    margin-bottom: 15px;
}

#homepage-appstore {
    text-align: center;
    padding: 15px 10px 10px 10px;
}

    #homepage-appstore img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

/* for mobile (xs), on the default/home page, centre the pics */
@media (max-width: 767px) {

    .infoaktiv-solutions img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .infoaktiv-solutions .panel-heading {
        text-align: center;
    }

    .infoaktiv-solutions .ul-wrapper {
        margin-right: auto;
        margin-left: auto;
        width: 200px;
    }
}


.infoaktiv-solutions img {
    box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.19);
    -ms-border-radius: 5px;
    border-radius: 5px;
}


/* kiosk rental */
@media (max-width: 767px) {
    #kiosk-rental-more-info img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* App store */

@media (max-width: 600px) {
    #appstore-pdfs a {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 10px;
    }
}


.appstore-more-info .btn {
    cursor: default;
}

#app-store .panel-body img {
    margin-right: 10px;
}

.appstore-price {
    font-weight: 600;
    color: #4d589d;
}

@media (max-width: 767px) {
    .appstore-more-info {
        text-align: center;
    }

    #app-store .panel-body img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .panel-body h4 {
        text-align: center;
    }
}

#appstore-pdfs div {
    margin: 5px;
    float: left;
}

#appstore-whats-available .appstore-more-info div {
    text-align: center;
}

.appstore-group {
    background-color: rgb(240, 248, 255);
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 10px;
}

    .appstore-group img {
        -ms-border-radius: 10px;
        border-radius: 10px;
    }

/* enquiry form*/
label.error {
    color: red;
}
/* infoaktiv touchscreen*/
#pdf-docs img {
    margin: 4px;
}

/* environment*/
#green-room {
    margin: 10px;
}

/* box background downloads*/

.backgrounds-download ul > li {
    display: inline;
}

/* tradeshow solutions*/

ul.inline-list > li {
    xdisplay: inline;
}

/* contact page */
@media (max-width: 767px) {
    #contact-info a {
        display: inline;
    }
}

#contact-info aside {
    margin-top: 20px;
}

/* Rent options. I'm leaving the tables for now, just style as before'*/

#rent-options table.tableborder {
    border: 1px solid #a6a6a6;
    border-collapse: collapse;
}

    #rent-options table.tableborder td {
        padding: 10px;
        border: 1px solid #a6a6a6;
        border-collapse: collapse;
    }

/* download pages */

.table-niceify td, .table-niceify th {
    border: 1px solid;
    padding: 3px;
}

.table-niceify th {
    background-color: rgba(0,0,0,0.13);
    text-align: center;
}

.table-niceify .td-highlight {
    background-color: rgb(240, 248, 255);
}


/* Bootstrap css overrides*/
.navbar {
    margin-bottom: 5px;
}

footer a {
    display: inline;
}

/* the + in the selector skips the first child, selects the second*/
.panel > .panel-body + .panel-body {
    border-top: 1px solid rgba(0,0,0,0.19);
}

.panel-body h4 {
    margin-top: 0;
}
