﻿.tms_tab_bar_section {
}
    .tms_tab_bar_section .tbs-title {
        font-size: 1.12rem;
        font-family: "Black_No_7";
        font-weight: bold;
        color: white;
        line-height: 45px;
        margin: 0;
    }

    .tms_tab_bar_section .tbs-home img {
        width: 80px;
        margin-top: -5px;
    }

    .tms_tab_bar_section .tab-bar-section a {
        text-decoration: none;
        text-transform: uppercase;
        font-family: "franklin_gothic_ssisemi_bold";
        font-size: 12pt;
        font-weight: normal;
        color: #ffffff;
        line-height: 45px;
    }

    .tms_tab_bar_section .right {
        float: right;
    }

    .tms_tab_bar_section .last-a {
        margin-right: -15px;
    }


/* +++ tms_log_view +++ */
.tms_log_view a,
.tms_tab_bar_section a
{
    text-decoration: none;
    /*color: #999;*/
    text-transform: uppercase;
    font-family: 'franklin_gothic_ssisemi_bold';
    font-size: 12pt;


    font-weight: normal;
    color: #ffffff;
}
.tms_log_view a:hover,
.tms_tab_bar_section a:hover{
    color: #ef3c49;
}

#navigation-container .tms_log_view
{
    position: relative;
    margin-top: 35px;
    text-align: center;
}

.middle.tab-bar-section .tms_log_view
{
    position: absolute;
    top: -3px;
    z-index: 50;
    height: auto;
    right: 10px;
}
/* --- tms_log_view --- */
