﻿.menuHeader {
    position: fixed;
    min-width: 100%;
    width: 100%;
    top: 0;
    overflow: hidden;
    background-color: #fafafa;
    min-height: 100px;
    height: 80px;
    z-index: 1;
}

.menuHeaderMini {
    position: fixed;
    min-width: 100%;
    width: 100%;
    top: 0;
    overflow: auto;
    background-color: #333;
    height: 50px;
    z-index: 1;
}

.menuHeader ul {
    display: table;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menuHeader li {
    display: table-cell;
}

.menuHeader li a {
    display: block;
    color: black;
    text-align: center;
    padding: 0px 1px;
    text-decoration: none;
}

.menuHeaderImg {
    display: table;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    min-height: 70px;
    height: 70px;
    width: 100%;
    position: relative;
    background-color: #f9f9f9;
}

.menuHeaderImgActive {
    display: table;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    min-height: 70px;
    height: 70px;
    width: 100%;
    position: relative;
    /*background-color: #17A2B8;*/
}

@media screen and (min-width: 0px) {
    .menuHeaderImg img {
        max-height: 100%;
        max-width: 100%;
        height: 35px;
        width: 35px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .menuHeaderImgActive img {
        max-height: 100%;
        max-width: 100%;
        height: 35px;
        width: 35px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media screen and (min-width: 992px) {
    .menuHeaderImg img {
        max-height: 100%;
        max-width: 100%;
        height: 45px;
        width: 45px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .menuHeaderImgActive img {
        max-height: 100%;
        max-width: 100%;
        height: 45px;
        width: 45px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
}

.menuHeaderText {
    display: table;
    background-color: #f9f9f9;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    min-height: 20px;
    height: 30px;
    width: 100%;
    margin-top: 5px;
}

.menuHeaderTextActive {
    display: table;
    background-color: #17A2B8;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    min-height: 20px;
    height: 20px;
    width: 100%;
    color: white;
    margin-top: 5px;
    border-radius: 0.25rem;
}

.menuHeaderMiniText {
    background-color: #f9f9f9;
    color: black;
}

.menuHeaderMiniTextActive {
    background-color: #17A2B8;
    color: white;
}

.menuHeaderMiniImg {
    display: table;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    min-height: 50px;
    height: 50px;
    width: 100%;
    position: relative;
    background-color: #f9f9f9;
}

.menuHeaderMiniImgActive {
    display: table;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    min-height: 50px;
    height: 50px;
    width: 100%;
    position: relative;
    background-color: #f9f9f9;
}

.menuHeaderMiniImg img {
    max-height: 100%;
    max-width: 100%;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.menuHeaderMiniImgActive img {
    max-height: 100%;
    max-width: 100%;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*.menuHeader li a:hover:not(.active) {
    background-color: #D0D0D0;
}*/

.menuHeader li a:hover .menuHeaderImg {
    /*background-color: #17A2B8;*/
}

.menuHeader li a:hover .menuHeaderText {
    background-color: #17A2B8;
    color: white;
    border-radius: 0.25rem;
    min-height: 20px;
    height: 20px;
}

.menuHeaderMiniText:hover {
    background-color: #17A2B8;
    color: white;
    cursor: pointer;
}

.menuHeaderMiniText:hover .menuHeaderMiniImg {
    /*background-color: #17A2B8;*/
    cursor: pointer;
}

.menuMiniA a {
    display: block;
    color: black;
    text-align: center;
    padding: 0px 1px;
    text-decoration: none;
}