﻿/*--------------------*/
    .MenuButton{
        display: inline-block;
        border:1px solid blue;
        margin:10px;
        width:150px;
        height:150px;
        padding:1px;
       
    }
    .btn-custom {
    color: #FFD180;
    background-color: #483737;
    border-color: #357ebd; /*set the color you want here*/
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open>.dropdown-toggle.btn-custom {
    color: #FFD180;
    background-color: #837171;
    border-color: #837171; /*set the color you want here*/
}
.hideElem {
    display: none;
}
.chzn-container .chzn-results {
    height: 150px;
}
.nav-item dropdown:empty {
    display: none;
}
.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
   
    padding-top:5px;
}
    .flex-container > div{
        margin:0px;
        padding:5px;
    }

.imageThumpnail{
    height:200px;
    width:auto;
}

.container {
    margin: 0 auto;
    /*width: 95%;*/
    overflow: auto;
}

/*---Firefox Bug Fix --*/
.carousel-item {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

figure {
    position: relative;
    width: 100%;
    height: 60%;
    margin: 0 !important;
}

.fixed-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*--- Bootstrap Padding Fix --*/
/*[class*="col-"] {
    padding: 1rem;
}*/
/*


table.gridtable {
    margin: 0 auto;
    width: 100%;
    overflow: auto;
    font-family: helvetica,arial,sans-serif;
    font-size: 14px;
    color: #333333;
}

    table.gridtable th {
 
        padding: 8px;
        background-color: #F6B4A5;
    }

    table.gridtable td {
        padding: 8px;
    }*/



/* Large tablet  */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    #container {
        width: 95%;
    }

    table.gridtable {
        width: 100%;
        font-size: 13px;
    }

    table.gridtable th {
        background-color: #A5DDF6;
    }
}
/* Small tablet  */
@media only screen and (min-width : 569px) and (max-width : 767px) {
    #container {
        width: 95%;
    }

    table.gridtable {
        width: 100%;
        font-size: 12px;
    }

        table.gridtable th {
            background-color: #89DDB0;
        }
}
/* Smartphone  */
@media only screen and (min-width : 240px) and (max-width : 568px) {
    #container {
        width: 100%;
    }

    table.gridtable {
        width: 100%;
    }

    table thead {
        display: none;
    }

    table tr {
        display: block;
        margin-top: 5px;
        padding-bottom: 5px;
        border-bottom: 2px solid #FF5733;
        width:100%;
    }

    table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-radius: 5px;
        margin-bottom: 1px;
        min-height: 14px
    }

        table td:before {
            content: attr(colname);
            float: left;
            font-weight: bold;
        }
}

