﻿/* Move down content because we have a fixed navbar that is 50px tall */
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

div.boxed {
    BACKGROUND-COLOR: #e5e5e5;
    padding: 15px;
    width: 95%;
    align-content: center;
    margin-left: 35px;
}


div.unboxed {
    padding: 15px;
    width: 95%;
    align-content: center;
    margin-left: 35px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Calibri' !important;
}

h4,
h5 {
    font-weight: bold;
    border-bottom-width: 3px;
    border-bottom-color: #d9d9d9;
    border-bottom-style: dotted;
}

h6 {
    font-size: larger;
    font-weight: bold;
    border-bottom-width: 3px;
}

#shc.stick {
    position: fixed;
    top: 0;
}

.navbar {
    z-index: 999;
    min-width: 420px;
}

.navbar-inverse {
    background-color: #242424;
}

.row {
    vertical-align: middle;
    margin-bottom: 4px;
    margin-left: 15px;
}

.vertical-25 {
    height: 25px;
}

.vertical-50 {
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
}

.errorText {
    color: red;
}

.successText {
    color: darkgreen;
}

hr {
    border: 1px dashed #d9d9d9;
}

a.halflink {
    background-color: #E4F5F8;
    text-decoration: none;
    color: black;
}

div.borderline {
    border-bottom-width: 3px;
    border-bottom-color: #d9d9d9;
    border-bottom-style: dotted;
}

div.featurebox {
    vertical-align: central;
    height: 360px;
}

.btn-success {
    margin-bottom: 2px;
}

img.centered-128 {
    margin: 0px auto;
    display: block;
    width: 128px;
    height: 128px;
}

img.centered-feature {
    margin: 0px auto;
    display: block;
    width: 192px;
    height: 192px;
}

/* Feedback/Download Side button */
#feedback {
    height: 104px;
    width: 104px;
    position: fixed;
    top: 40%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -ms-transform: rotate(-90deg);
}

    #feedback a {
        display: block;
        background: #f00;
        height: 40px;
        width: 140px;
        padding: 8px 16px;
        color: #fff;
        font-family: Arial, sans-serif;
        font-size: 17px;
        font-weight: bold;
        text-decoration: none;
        border-bottom: solid 1px #333;
        border-left: solid 1px #333;
        border-right: solid 1px #fff;
    }

        #feedback a:hover {
            background: #06c;
        }
/* Feedback/Download Side button */


/* Alignment for div - see DownloadSignup.aspx*/
.text-right-xs {
    text-align: right;
}
.textbox {
    width: 60%;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .text-right-sm {
        text-align: right;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .text-right-md {
        text-align: right;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .textbox {
        width: 50%;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-left-xs {
        text-align: left;
    }

    /* Left */
    .text-left-xs {
        text-align: left;
    }
}

@media (max-width: 600px) {
    .textbox {
        width: 80%;
    }
}
/* Only affects 400px width */
@media (max-width: 400px) {
    .textbox {
        width: 85%;
    }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .textbox {
        width: 70%;
    }

    .text-left-sm {
        text-align: left;
    }

    .my-product-embed {
        width: 100%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .textbox {
        width: 70%;
    }

    .text-left-md {
        text-align: left;
    }

    .my-product-embed {
        width: 33%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .textbox {
        width: 70%;
    }

    .text-left-lg {
        text-align: left;
    }

    .text-left-xs {
        text-align: right;
    }
}

.my-product-grid {
    padding: 0;
    margin: 0 auto;
    max-width: 1100px;
    box-sizing: border-box;
    display: block;
}

.my-product-row {
    display: block;
    width: 100%;
    clear: both;
}

.my-product-embed {
    padding: 0 10px 20px 10px;
    margin: 0;
    width: 25%;
    box-sizing: border-box;
    display: block;
    float: left;
}

