﻿.barContainer {
    top: 0;
    text-align: center;
    right: 2.5%;
    position: fixed;
    background-color: #59bee3;
    border-radius: 0 0 4px 4px;
    min-width: 0;
    z-index: 100;
    color: white;

}

.barIcon {
    display: block;
    float: left;
    margin: 5px 3px 5px 17px;
}

.barImage {
    margin: 0 0 0 0;
    /*height: 16px;
    width: 16px;*/
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
    display: block;
    float: left;
}

.barText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: block;
    float: left;
    margin: 8px 20px 8px 5px;
}

.barEntry {
    display: block;
    float: left;
}

    .barEntry:hover {
        background-color: #96D6ED;
        cursor: pointer;
    }

#barWelcome:hover, #welcomeBar:hover {
    background-color: #59bee3;
    cursor: default;
}

#barWelcome, #welcomeBar {
    margin-top: 8px;
    cursor: default;
}
.barEntryDark {
    background-color: #23A3D1;
}

.barEntryDarker {
    background-color: #1B7A9D;
}

.barEntryDarkest {
    background-color: #125169;
}

.barButton {
    padding: 0.25em;
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    color: inherit;
    line-height: 1.15; /* 1 */
    margin: 0em; /* 2 */
    border: none;
}

button,
input { /* 1 */
    overflow: visible;
}

button,
select { /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


@media screen and (max-width:1200px) {
    .barContainer {
        right: 0;
    }
    
}