/* COLORS */

/* 
-----------------------------
HEADER NAVBAR

Background
DARK GRAY:  #475b69

Dropdown menu item background on hover
NAVY BLUE:	#003E72

CAROUSEL

Caption on hover
LIGHT GRAY: #d1d1d1

*/

/* SITE-WIDE */

/*.container {
    width: 85%;
    max-width: none;
}*/

.card-body {
    padding: .9rem;
}

.product-btn {
    -moz-box-shadow: 3px 3px 5px 0px #000000;
    -webkit-box-shadow: 3px 3px 5px 0px #000000;
    box-shadow: 3px 3px 5px 0px #000000;
    background-color: #475b69;
    width: 135px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #475b69;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    padding: .5em 1em;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}

    .product-btn:hover {
        text-decoration: none;
        color: white;
    }

.product-no-btn {
    padding: .5em 1em;
    cursor: pointer;
    width: 135px;
    display: inline-block;
}

a.product-no-btn {
    text-decoration: none;
    color: inherit;
}

.format-btn {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 60%;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-size: .85em;
    padding: .3em .5em;
    text-decoration: none;
    margin: 2px;
    text-align: center;
}

    .format-btn:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
        background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
        background-color: #f6f6f6;
        text-decoration: none;
    }

.outlook-show {
    display: none;
}

.archive-select p {
    margin-bottom: .3em;
}

.select-spacer {
    border-bottom: 1px solid lightgrey;
    width: 55%;
    margin: auto;
}

/*.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}*/
.modal-dialog {
    width: auto;
    max-width: 100vh;
}

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 4px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mm-panel {
    --mm-color-background: #f0f6fa;
    --mm-color-text: #222;
    --mm-color-button: #708090;
}

.prod-nav {
    display: none;
}

/*== start of code for tooltips ==*/
/*== tooltip reference http://bit.ly/2Kmklgf ==*/
/*span.tool {
    color: darkgreen;
}

.tool {
    cursor: help;
    position: relative;
}*/


    /*== common styles for both parts of tool tip ==*/
 /*   .tool::before,
    .tool::after {
        left: 50%;
        opacity: 0;
        position: absolute;
        z-index: -100;
    }

    .tool:hover::before,
    .tool:focus::before,
    .tool:hover::after,
    .tool:focus::after {
        opacity: 1;
        transform: scale(1) translateY(0);
        z-index: 100;
    }*/


    /*== pointer tip ==*/
/*    .tool::before {
        border-style: solid;
        border-width: 1em 0.75em 0 0.75em;
        border-color: #3E474F transparent transparent transparent;
        bottom: 100%;
        content: "";
        margin-left: -0.5em;
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
        transform: scale(.6) translateY(-90%);
    }

    .tool:hover::before,
    .tool:focus::before {
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    }
*/

    /*== speech bubble ==*/
/*    .tool::after {
        background: #3E474F;
        border-radius: .25em;
        bottom: 180%;
        color: #EDEFF0;
        content: attr(data-tip);
        margin-left: -8.75em;
        padding: 1em;
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
        transform: scale(.6) translateY(50%);
        width: 17.5em;
    }

    .tool:hover::after,
    .tool:focus::after {
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
    }*/

.prod-acc {
    background-color: rgba(0,0,0,0.08);
    color: #444;
    cursor: pointer;
    padding: .8em;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1em;
    transition: 0.4s;
    border-bottom:1px solid rgba(0,0,0,0.35);
}

#prod-ims {
    border-bottom:0;
}

    .prod-acc-active, .prod-acc:hover {
        background-color: rgba(0,0,0,0.2);
    }

.prod-acc-content {
    padding: 0 1em;
    max-height: 0;
    background-color: white;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.prod-acc:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 10px;
    color: black;
    float: right;
    margin-left: 5px;
}

.prod-acc-active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.prod-acc-content li {
    padding: .7em;
    border-bottom: 1px solid rgba(0,0,0,0.14);
    list-style: none;
    cursor:pointer;
}

.prod-acc-content ul {
    padding: 0;
}

.prod-acc-content a {
    text-decoration: none;
    color: #17a2b8;
}

    .prod-acc-content a:hover {
        color: red;
    }

.prod-acc-row {
    display: none;
    padding-bottom: 10px;
    width: 100%;
}

.prod-btn-display {
    display:flex; 
    align-items: center; 
    justify-content: center; 
    text-align:center; 
    padding: 15px 0px;    
}


.prod-btn-hide {
    display: none;
}

    .prod-btn-display a {
        width: 145px;
    }

.prod-menu {
    display: none;
    padding-bottom: 10px;
}

.bar-visible {
    visibility: visible;
}

#tbl-iDB th, tr {
    white-space: nowrap;
}

.bar-hidden {
    visibility: hidden;
}

input, select {
    width: 100%;
}

.descrip-height {
    height: 80px;
}

.bg-chng area:hover {
    background: red;
}

.thumb-border {
    border: 1px lightgray solid;
}

@media screen and (max-width: 1400px) {
    .descrip-height {
        height: 110px;
    }
}

@media screen and (max-width: 1100px) {

    .product-btn, .product-no-btn {
        font-size: .92em;
        width: 105px;
    }

    .prod-btn-display a {
        width: 125px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1170px) {
    .menu-font-resize {
        font-size: .82em;
    }
}

@media screen and (min-width: 992px) {
    #archive-back {
        display: none;
    }

    #archive-spacer {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {

    .descrip-height {
        height: auto;
    }

    .col-lg {
        min-width: 850px !important;
    }

    .format-btn {
        font-size: .8em;
        padding: .1em 1em;
    }

    .prod-nav {
        display: inherit;
    }

    .product-hdr {
        display: none;
    }

    .product-btn-nav {
        display: none;
    }

    #archive-back {
        display: block;
    }

    .prod-acc-row {
        display: inline-block;
    }

    .prod-menu {
        display: inline-block;
    }

    p, li, .prod-acc {
        font-size: .9em;
    }

    h2 {
        font-size: 1.8em;
    }

    h5 {
        font-size: 1.05em;
    }
}

@media screen and (max-width: 880px) {
    #tbl-iDB, #tbl-berg {
        font-size: .8em;
    }
}

@media screen and (max-width: 650px) {

    input, select {
        font-size: .8em;
    }

    #tbl-iDB, #tbl-berg {
        font-size: .625em;
    }

    #bcrumb {
        font-size: 70%;
    }

    p, li, .prod-acc {
        font-size: 85%;
    }

    h1, h2  {
        font-size: 1.1em;
    }

    h3, h4, h5 {
        font-size: .95em;
    }
}

    @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
