﻿body, html {
    font-family: 'Didact Gothic';
    font-size: 16px;
    height: 100%;
    background-color: white !important;
}
.jumbotron-fluid {
    text-align: center;
    height: 80px;
    background-image: url('../images/Branding/testprod1.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.panel-heading {
    background-color: #84d09d !important
}
.panel-shadow {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 5px 3px -3px #777;
}
.list-group-padding {
    padding-top: 5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
}
/*i.fas {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 40px;   
}*/
/*i.fab {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 40px;
}*/

/* TODO: Get images fading in/out properly */

/*.fade-out.ng-hide {
    opacity: 0;
}

.fade-out.ng-hide-add, .fade-out.ng-hide-remove {
    transition: all linear 0.5s;
}*/
/*.ng-hide:not(.ng-hide-animate) {
    display: none !important;
    position: absolute;
}*/

.image-repeat {
    /*position: absolute;*/
    /*top: 0;
    left: 0;*/
}

.animate-show, .animate-hide {
    -webkit-transition: all linear 1s;
    -moz-transition: all linear 1s;
    -ms-transition: all linear 1s;
    -o-transition: all linear 1s;
    transition: all linear 1s;
}

.animate-show {
    opacity: 0;
}

    .animate-show.animate-show-active {
        opacity: 1;
    }

.animate-hide {
    opacity: 1;
}

    .animate-hide.animate-hide-active {
        opacity: 0;
    }



.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-menu{
    padding-top:30px;
}
.panel-title > a {
    display:block;
    cursor: pointer;
}


.center {
    margin: 0 auto;
    float: none;
}

#product-type-links {
    text-align: left;
    cursor: pointer;
    font-size: 14px;
}
.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}
.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
}


.badges {
    text-align: center;
}

    .badges > div > div {
        padding: 10px;
        border: 1px solid transparent;
        border-radius: 4px;
        transition: 0.2s;
    }

    .badges > div:hover > div {
        margin-top: -5px;
        border: 1px solid rgb(200, 200, 200);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
        background: rgba(200, 200, 200, 0.1);
        transition: 0.5s;
    }

        .badges > div:hover > div > .img-thumbnail {
            transition: 1.2s;
            background-color: rgba(221,247,219, 0.5) !important
        }

.img-thumbnail {
    background-color: white !important;
    padding: 22px !important;
}

.avatar {
    width: 128px;
    margin: 10px;
    border: 10px solid red;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
}

/*** Make The table columns smaller ***/
.table > tbody > tr > td {
    padding: 3px !important;
}

.welcomeText {
    color: black;
    background-color: rgba(232, 255, 225, 0.57) !important;
    height: 80px;
    max-height: 440px;
    text-align: center;
    font-size: 140%;
    line-height: 25px;
}

.thumbnail.right-caption > img {
    float: left;
    margin-right: 9px;
}

.thumbnail.right-caption {
    float: left; /*Floats each thumbnail to the left of screen*/
    width: 20%;
}

    .thumbnail.right-caption > .caption {
        padding: 4px;
    }

.grid-group {
    background-color: transparent !important;
    padding-top: 10px;
    padding-bottom: 100px;
    text-align:center;
}

breadcrumb {
    background-color: #f7f7f7;
}


/****** Side bar ******/

.glyphicon {
    margin-right: 10px;
}

.panel-body {
    padding: 0px;
}

    .panel-body table tr td {
        padding-left: 15px
    }

    .panel-body .table {
        margin-bottom: 0px;
    }

/****** Image Gallery ******/

* {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    
    max-width: 1000px;
    /*position: relative;*/
    margin: auto;
    /*padding-top: 20px;*/
}

/*img {
    vertical-align:middle;
}*/

.col-full-page {
    background-color: gray;
}
.well {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-color: white;
    border-width: 0px;
}

.image-repeat{
overflow:hidden;
}


/* Next & previous buttons */
.prev, .next {
    top: 45%;
    cursor: pointer;
    position:absolute;
    width: auto;
    padding: 10px 16px 10px 16px;
    color: black;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    color: black !important
}

/* Position the "next button" to the right */
.next {
    right: 0;
}

/*Position the "previous button" to the left*/
.prev {
    left: 0;
}

.img-backdrop {
    background-color: #f5f5f5;
    width: 480px;
    height: 480px;
    /*max-height: 380px;
    max-width: 380px;*/
    margin-bottom: 0px;
    border-bottom: none;
}

.img-slide {
    width: 450px;
    height: 450px;
    /*max-height: 450px;
    max-width: 450px;*/
    position: absolute
}
/*Selected product type conditional highlighting*/
.sel {
    text-decoration: underline;
    background-color: #3e4347;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 2px;
}

.product-description {
    float: right;
}
.image-description {
    background-color: white;
}

.btn-matrix {
    outline:0px;
}

.btn-matrix > .btn:nth-child(3n+4) {
    clear: left;
    margin-left: 0;
}

.btn-matrix > .btn:nth-child(n+4) {
    margin-top: -1px;
}

.btn-matrix > .btn:first-child {
    border-bottom-left-radius: 0;
}

.btn-matrix > .btn:nth-child(3) {
    border-top-right-radius: 4px !important;
}

.btn-matrix > .btn:nth-last-child(3) {
    border-bottom-left-radius: 4px !important;
}

.btn-matrix > .btn:last-child {
    border-top-right-radius: 0;
}

/* Decorations */
.btn-matrix {
    margin: 20px;
}

.divCenterLine {
    width: 300px;
    margin: 0 auto;
    border-bottom: 3px solid #6FBE49;
}
#productTypeList {
    list-style-type: none;
    padding-left: 0;
}
#extraInfo {
    background-color: rgba(51,56,60,0.95) !important;
}

figure {
    display: inline-block;
}

figcaption {
    font-size:12px;
    width:100px;
    display: table-caption;
    caption-side: bottom;
}
/*** Style for badges  ***/
.badge-row {
    padding-left: 0px;
    text-align: left;
    padding-top: 20px;
    display: flex
}
    .badge-row img {
        cursor: pointer;
        max-height: 80px;
        max-width: 80px;
        margin-right: 20px;
    }

/* Media Queries */
@media screen and (min-width: 1200px) {

    .img-desc {
        padding-right:40px;
        padding-left:40px;
    }

}


