﻿.nav-separated a {
    color: #007acc;
    cursor: pointer;
    text-decoration: none;
}

.nav-separated .project-name {
    color: #fff;
    float: left;
    font-weight: 700;
    text-decoration: none;
    background: url("/Content/Images/Logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    padding: 0 10px 0 50px;
}

    .nav-separated .project-name:hover {
        background-color: #0e639c !important;
    }

/*.right-side > div:hover {
    background-color: #0e639c !important;
    cursor: pointer;
}*/

.right-side .about {
    float: left;
}

.right-side .about-icon {
    /*background: url("/Content/Images/tfs-icons.png") no-repeat center scroll -2096px -16px rgba(0, 0, 0, 0) !important;*/
    background-image: url("/Content/Images/tfs-icons.png");
    background-position: -2089px -8px;
    background-repeat: no-repeat;
    display: block;
    height: 31px;
    width: 31px;
}

.right-side .name-placeholder {
    float: left;
    font-size: 18px;
    color: #fff;
    min-width: 140px;
    padding: 0 5px 5px 5px;
}

    .right-side .name-placeholder span {
        padding: 0 8px;
    }

    .right-side .name-placeholder .popinfo {
        width: 100%;
        background-color: #fff;
        display: none;
        z-index: 2000;
    }

    .right-side .name-placeholder:hover .popinfo {
        display: block;
    }

    .right-side .name-placeholder .popinfo a {
        font-size: 14px;
        color: #7f7f7f;
        /*padding: 10px;*/
    }

        .right-side .name-placeholder .popinfo a:hover {
            color: #007acc;
        }

.header-post11 .hub-groups-section li {
    color: #666;
    font-size: 11px;
    font-weight: normal;
    cursor: pointer;
}

    .header-post11 .hub-groups-section li.selected {
        color: #007acc;
        font-weight: bold;
    }

    .header-post11 .hub-groups-section li:hover {
        color: #007acc;
    }

.hubs {
    display: none;
}

    .hubs.selected {
        display: block;
    }

/*#region header-post11*/
.header-section.header-post11 {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    border: 0 none;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    width: 100%;
    min-width: 800px;
    position: fixed;
    top: 0;
    z-index: 2000;
}

.header-post11 ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.header-post11 .nav-separated::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.header-post11 #header-row {
    background: none repeat scroll 0 0 #007acc;
    height: 31px;
    line-height: 31px;
    margin: 0;
    padding: 0 20px;
}

.header-post11 .right-side {
    position: absolute;
    right: 20px;
}

.header-post11 #header-row .vertical-bar {
    color: #fff;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.header-post11 #navWrapper {
    background-color: #f1f1f1;
    min-height: 60px;
}

.header-post11 .hub-groups-offset {
    float: left;
    padding-left: 16px;
    padding-top: 16px;
}

.header-post11 .hub-groups-section {
    float: left;
    margin: 6px 0 0;
    padding: 2px 0 2px 20px;
    text-transform: uppercase;
}

    .header-post11 .hub-groups-section .hub-groups {
        float: left;
    }

    .header-post11 .hub-groups-section li {
        float: left;
        /*font-size: 13px;*/
        margin: 3px 20px 5px 4px;
    }

        .header-post11 .hub-groups-section li a {
            color: #666;
            font-size: 11px;
            font-weight: normal;
        }

        .header-post11 .hub-groups-section li.selected a {
            color: #007acc;
            font-weight: bold;
        }

        .header-post11 .hub-groups-section li a:hover {
            color: #007acc;
            text-decoration: none;
        }

        .header-post11 .hub-groups-section li a:focus {
        }

.header-post11 .hubs-section {
    /*left: 20px;
    position: absolute;
    top: 65px;*/
    padding-left: 20px;
}

.header-post11 .hubs li {
    border-bottom: 4px solid transparent;
    color: #7f7f7f;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    margin: 2px 18px 0 0;
}

    .header-post11 .hubs li:first-child {
        margin-left: 0;
    }

    .header-post11 .hubs li a {
        color: #666;
        padding: 3px 0;
    }

        .header-post11 .hubs li a:hover {
            color: #007acc;
            text-decoration: none;
        }

        .header-post11 .hubs li a:focus {
        }

    .header-post11 .hubs li.selected a {
        border-bottom: 5px solid #007acc;
        color: #007acc;
        font-weight: bold;
        padding: 0 0 4px;
    }

/*#endregion*/

/*#region SPEEDTEST*/
.speed-map {
    background-image: url(Images/speed-map.png);
    width: 427px;
    height: 425px;
}

.speed-pointer {
    background-image: url(Images/speed-pointer.png);
    width: 427px;
    height: 425px;
}
/*#endregion SPEEDTEST*/
