.fg-ui, .fgButton, .fgDropMenu, .fgLabel {
    font-family: Lato;
    font-weight: 400;
}

.fgBin {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}

.fgButton {
    flex: 1 0 auto; /*possibly program this*/
    border: 1px solid #cdcdcd;
    background-color: #F5F5F5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    text-decoration: none;
}

.fgButton:hover {
    background-color: #e8e8e8;
}

.fgButton:active {
    background-color: #A0A0A0;
}

.fgButton.inactive:hover {
    background-color: #f5f5f5;
    color: #A5A5A5;
}

/*drop down menu*/
.ui-menu {
        width: 100%;
        position: absolute;
        top:  100%;
        display: none;
        z-index: 100;
        line-height: initial;
        border: 0;
        box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.51);
}

.ui-menu .ui-menu-item {
    text-align: left;
    position: relative;
    margin: 0;
    padding: 3px 0 3px 0px;
    cursor: pointer;
    min-height: 0;
    background-color: #F5F5F5;
    border: 1px solid #cdcdcd;
    padding-top: 5px;
    padding-bottom: 5px;
}


.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	/*border: 1px solid #cccccc;*/
	background-color: #DDDDDD;
	font-weight: normal;
	color: #2b2b2b;
}

.menu-button, .menu-fill, .menu-label, .reset {
    background-color: #F5F5F5;
    line-height: 2.5;
    cursor: default;
    text-align: center;
    position: relative;
    font-size: 12px;
    width: 100%;
    flex: 0 1 auto;
    padding: initial;
}

.menu-button:hover:not(.label) {
    background-color: #50ae26;
    color: white;
}

.menu-container {
    flex: 0 1 auto;
    border: 1px solid #cdcdcd;
    text-align: center;
    position: relative;
    width: 100%;
    height: 30px;
}

.menu-row {
    display: flex;
    background-color: #CECECE;
    padding-bottom: 20px;
    width: 100%;
}

.menu-button-active {
    background-color: #50ae26;
    color: white;
}

.menu-button-text {
    padding-right: 5px;
    display: block;
    border: 1px solid #cdcdcd
}

.menu-fill {
    cursor: default;
}

.menu-stat {
    display: flex;
    flex-direction: row;

}
.menu-stat.spacer {
    border-top-width: 5px;
}


.menu-text {
    flex: 0 0 auto;
    align-content: center;
    justify-content: center;
    line-height: 18px;
    margin: 0 5px;
}

.menu-indicator {
        display: flex;
        background-color: white;
        border: 1px solid #336699;
        width: 16px;
        height: 16px;
        color: #336699;
        cursor: pointer;
        align-content: center;
        justify-content: center;
        font-family: Lato;
        font-size: 14px;
        line-height: 1.1;
        margin: 0px 5px;
}
.menu-indicator-active {
        background-color: #336699;
        color: white;
}

.ui-widget.ui-widget-content {
     border: 0;
    max-height: 400px;
    overflow-y: auto;
}


.arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, .8);
    position: absolute;
    bottom: 50%;
    right: 7px;
}

.fgDropMenu ul {
    flex-direction: column;
    background-color: #fcfcfc;
}

.fgDropMenu .col {
    width: 100%;
}





.splitStack-container {
    /*border-right: 1px solid black;
    margin-right: 10px;
    width: 150px;*/
    /*display: flex;
    flex-direction: column;
    align-content: center;
        min-height: 200px;*/

}

.splitStack-item {
    height: 30px;
    margin: 3px 10px;
    flex: 0 1 auto;
    background-color: #336699;
    padding-bottom: 2px;
    font-family: lato;
    color: white;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.splitStack-item-text {
    width: 100%;
    padding-left: 10px;
    cursor: default;
}

.splitStack-item-rm {

    /*height: 10px;*/
    margin: 0px 10px 0px 0px;
    font-family: lato;
    color: white;
    cursor: pointer;
}


.inactive {
    color: #A5A5A5;
    cursor: default;
}