﻿.navigation_header_provider
{
    background-color: #00aff0;
    width: 100%;
    margin-bottom: 10px;
}

.navigation_header_client
{
    background-color: #9BC68F;
    width: 100%;
    margin-bottom: 10px;
}

.navigation_header_worker
{
    background-color: #df9000;
    width: 100%;
    margin-bottom: 10px;
}

.navigation_tabs_provider
{
    background-color: #00aff0;
    height: 35px;
}

.navigation_tabs_client
{
    background-color: #9BC68F;
    height: 35px;
}

.navigation_tabs_worker
{
    background-color: #df9000;
    height: 35px;
}

.navigation_header_image
{
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.navigation_tab_selected_container {
    background-color: White;
    color: Black;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.navigation_tab_misc
{
    background-color: #54ae10;
    border: solid 1px #429f06;
    color: White;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
    vertical-align: middle;
}

.navigation_tab_unselected_container_provider
{
    background-color: #46b5de;
    color: White;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
}

.navigation_tab_unselected_container_client
{
    background-color: #9BC68F;
    color: White;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
}

.navigation_tab_unselected_container_worker {
    background-color: #E6AF61;
    color: Black;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
}

a.navigation_header_link:link, a.navigation_header_link:visited
{
    color: White;
    text-decoration: none;
}

a.navigation_header_link:hover
{
    color: White;
    text-decoration: underline;
}

a.navigation_header_link:active
{
    color: White;
    text-decoration: none;
}

a.navigation_tab_selected:link, a.navigation_tab_selected:visited
{
    color: Black;
    text-decoration: none;
}

a.navigation_tab_selected:hover
{
    color: Black;
    text-decoration: underline;
}

a.navigation_tab_selected:active
{
    color: Black;
    text-decoration: none;
}

a.navigation_tab_unselected:link, a.navigation_tab_unselected:visited {
    color: White;
    text-decoration: none;
    white-space: nowrap
}

a.navigation_tab_unselected:hover
{
    color: White;
    text-decoration: underline;
}

a.navigation_tab_unselected:active
{
    color: White;
    text-decoration: none;
}

.navigation_tab_unselected_container
{
    background-color: #56c5ee;
    color: White;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
    vertical-align: middle;
}

.navigation_breadcrumbs
{
    padding: 5px;
}

.navigation_sidebar_container
{
    padding: 1px 0px 0px 15px;
    width: 210px;
    padding-right: 10px;
}

.navigation_role
{
    color: White;
    font-size: 20px;
}
