﻿.tab-button {
    color: #fff;
    background-color: #6aa84f;
    border-radius: 0;
    font-family: 'Open Sans';
    vertical-align: top;
    margin-left: 0.3em;
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    font-size: 100%;
    padding: 8px 14px;
    border: 0 rgba(0,0,0,0);
    text-decoration: none;
    -webkit-appearance: button;
}

    .tab-button.orange {
        background-color: #e69138;
    }

    .tab-button.purple {
        background-color: #674ea7;
    }

    .tab-button.blue {
        background-color: #2b78e4;
    }

    .tab-button.unselected {
        color: #535658;
        background-color: #ededec;
    }

.tab-container {
    padding-left: 20px;
    margin-top: 20px;
    position: relative;
    margin-right: 115px;
}

.tab-inner-container {
    width: 100%;
}

.expand-menu-btn {
    display: none;
    text-align: left;
    font-weight: 700;
    background-color: transparent !important;
    color: #535658;
}

.expand-menu {
    display: none;
    margin-top: 8px;
    width: 36px;
    height: 32px;
    text-align: center;
    padding-top: 7px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ededec;
}

@media (max-width: 768px) {
    .tab-container {
        padding-left: 0;
    }

    .resp-resque .tab-button {
        width: 100%;
        margin-top: 2px;
        margin-left: 0;
    }

        .resp-resque .tab-button:first-child {
            width: calc(100% - 40px);
        }

    .resp-resque .tab-inner-container {
        height: 40px;
        overflow-y: hidden;
    }

        .resp-resque .tab-inner-container.expanded {
            height: auto;
        }

    .resp-resque .expand-menu-btn {
        display: block;
    }

    .resp-resque .expand-menu {
        display: block;
    }
}
