/* Styles for the ILWU 502 Greaseboard plugin */

.ilwu502-gb-loading {
    padding: 50px 0;
    text-align: center;
}

#ilwu502-gb-content ul li {
    list-style: none;
    margin: 0;
}

.gb-tab-menu-container {
    position: relative;
}

.gb-tab-menu-toggle {
    background: #EEEEEE;
    width: 100%;;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    color: #484848;
    display: none;
    font-size: 1.4em;
    font-weight: bold;
    height: 50px;
    line-height: 38px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 4px 8px;
    text-transform: uppercase;
    width: 100%;
}

.gb-tab-menu-toggle:focus {
    outline: none;
}

.gb-tab-menu-toggle i.fa-times {
    display: none;
}
.gb-tab-menu-toggle.change i.fa-times {
    display: inline-block;
}
.gb-tab-menu-toggle i.fa-bars {
    display: inline-block;
}
.gb-tab-menu-toggle.change i.fa-bars {
    display: none;
}

@media only screen and (max-width: 767px) {

    .gb-tab-menu {
        border-top: none;
        margin-top: 5px;
        display: none;
    }

    .gb-tab-menu-toggle {
        display: block;
    }

    .gb-tab-menu li a {
        border: none;
        border-radius: 0;
        box-sizing: content-box;
        display: inline-block;
        font-size: 1.25em;
        line-height: 30px;
        height: 30px;
        padding-left: 4px;
        padding-right: 4px;
        text-align: center;
        width: 100%;
    }
}

