/*****************************************************
*  MENUS_TOOLBARS.CSS
******************************************************/

/*** DROPDOWN MENUS ***/
.menu {
    position: relative;
    min-width: 125px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    font: 500 12px/1.2em "Arial", "Helvetica", sand-serif;
    color: #444;
    padding: 3px 5px 3px 10px;
    background: #f0f0f0;
    background-image: -o-linear-gradient(top, rgb(250, 250, 250) 0%, rgb(224, 224, 224) 100%);
    background-image: -moz-linear-gradient(top, rgb(250, 250, 250) 0%, rgb(224, 224, 224) 100%);
    background-image: -webkit-linear-gradient(top, rgb(250, 250, 250) 0%, rgb(224, 224, 224) 100%);
    background-image: -ms-linear-gradient(top, rgb(250, 250, 250) 0%, rgb(224, 224, 224) 100%);
    background-image: linear-gradient(to bottom, rgb(250, 250, 250) 0%, rgb(224, 224, 224) 100%);
    cursor: pointer;
}

.menu .title {
    float: left;
}

.menu.on .title {
    font-weight: 700;
}

.menu .arrow {
    float: right;
    display: inline-block;
    margin-left: 10px;
    padding-left: 5px;
    border-left: 1px solid #aaa;
}

.menu .arrow img {
    position: relative;
    top: -1px;
}

.menu ul {
    position: absolute;
    display: none;
    z-index: 1;
    top: 18px;
    left: -1px;
    list-style: none;
    min-width: 100%;
    margin: 0;
    padding: 5px 0;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-top: 0;
    background: #f0f0f0;
    background-image: -o-linear-gradient(top, rgb(227, 227, 227) 0%, rgb(255, 255, 255) 100%);
    background-image: -moz-linear-gradient(top, rgb(227, 227, 227) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(top, rgb(227, 227, 227) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(top, rgb(227, 227, 227) 0%, rgb(255, 255, 255) 100%);
    background-image: linear-gradient(to bottom, rgb(227, 227, 227) 0%, rgb(255, 255, 255) 100%);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.menu ul ul {
    background: #fff;
    border-top: 1px solid #ccc;
}

.menu a {
    display: block;
    padding: 5px 5px 5px 10px;
    text-decoration: none;
    color: #002a4f;
    font-weight: 500;
    white-space: nowrap;
}

.menu a.disabled {
    color: #ccc;
}

.menu a:hover {
    background: #c6f1ff;
}

.menu a.disabled:hover {
    background: #c6f1ff;
    text-decoration: none;
}

.menu a .ui-menu-icon {
    display: inline-block;
    background: url("../images/icon_right_arrow.png") center center no-repeat;
    width: 6px;
    height: 12px;
    padding: 0 3px;
    float: right;
}

/*** TOP HEADER BAR BASIC STYLES ***/
#header_nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0px;
    height: 40px;
    font: 500 12px/1.2em "Arial", "Helvetica", sand-serif;
    background: #494949;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    z-index: 5;
}

#header_nav nav {
    float: left;
    margin-top: -8px;
}

#header_nav nav .logo {
    position: relative;
    width: 300px;
}

#header_nav ul.main_nav {
    display: none;
    visibility: hidden;
}

#header_nav ul.dropdown_nav {
    display: none;
    visibility: hidden;
}

#header_nav ul.mobile_nav {
    float: right;
    list-style: none;
    margin: 7px 0 0 0;
    padding: 0;
}

/* Menu Specific Styles for Top Bar */
#header_nav .menu {
    position: relative;
    top: -6px;
    background: none;
    border-color: transparent;
    background: transparent;
    filter: none;
    height: 25px;
    padding: 4px;
    min-width: 25px;
}

#header_nav .menu .title {
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    font-size: 11px;
    padding: 2px 4px 2px 7px;
}

#header_nav .menu .arrow {
    display: inline-block;
    background: url("../images/icon_header_down_arrow.png") center center no-repeat;
    width: 6px;
    height: 12px;
    padding: 5px 0 0 2px;
    border: 0;
    margin: 0;
    float: none;
}

#header_nav .menu.on {
    background: #fff;
    border-radius: 4px;
    border-color: #ccc;
}

#header_nav .menu.on .title {
    color: #002a59;
}

#header_nav .menu.on .arrow {
    background-image: url("../images/icon_up_arrow.png")
}

#header_nav .menu ul.menu_items {
    top: 28px;
    background: #fff;
    padding: 0;
    margin: 0;
    filter: none;
    z-index: 100;
}

#header_nav .menu ul.menu_items li {
    border-top: 1px solid #dfe1e7;
    font-size: 13px;
    line-height: 8px;
}

#header_nav .menu ul.menu_items li:first-child {
    border: none;
}

#header_nav .menu ul.menu_items li a {
    padding: 10px;
}

/*** MASTHEAD ***/
#masthead {
    display: none;
    visibility: hidden;
}

#masthead .mast_title {
    background: #5e5e5e url("../images/bg_masthead.png") center right no-repeat;
    padding: 15px 17px;
    color: #fff;
    height: 52px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#masthead .mast_title i {
    top: 3px;
    margin-right: 7px;
    opacity: 1;
}

#masthead .mast_title .title {
    font: 500 20px/1em "Arial", "Helvetica", sand-serif;
}

#masthead .mast_title a {
    font: 500 12px/1em "Arial", "Helvetica", sand-serif;
    color: #cacaca;
}

#masthead .mast_meta {
    position: relative;
    top: -3px;
    float: right;
    color: #cacaca;
    text-align: right;
    white-space: nowrap;
    width: 40%;
}

#masthead .mast_meta .title {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 13px;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* mast tabs */
#main.tabs #masthead .mast_title {
    padding-bottom: 1px;
    padding-top: 19px;
}

#main.tabs #masthead .mast_title ul.tabs_nav li {
    background: transparent;
    color: #000;
    border: 0;
    padding: 3px 0;
}

#main.tabs #masthead .mast_title ul.tabs_nav li a {
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

#main.tabs #masthead .mast_title ul.tabs_nav li.ui-state-active {
    background: #fff;
}

#main.tabs #masthead .mast_title ul.tabs_nav li.ui-state-active a {
    font-weight: bold;
}

/* mast toolbar */
#masthead .toolbar_cd {
    height: 35px;
    background: #929292;
    padding: 10px 20px;
}

ul.tool_group {
    display: inline-block;
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 33px;
    border-radius: 4px;
    background: rgb(238, 238, 238);
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(201, 201, 201, 1) 100%);
    background: -o-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(201, 201, 201, 1) 100%);
    background: -ms-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(201, 201, 201, 1) 100%);
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(201, 201, 201, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#c9c9c9', GradientType=0);
}

ul.tool_group > li {
    position: relative;
    float: left;
    border: 0;
    border-left: 1px solid #a7a7a7;
    cursor: pointer;
    padding: 0 3px;
}

ul.tool_group > li:first-child {
    border-left-color: transparent;
}

ul.tool_group > li.on {
    background: #fff;
}

ul.tool_group.light > li.on {
    background: #b5b5b5;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* Menu Specific Styles for Toolbars */
ul.tool_group .menu {
    position: relative;
    filter: none;
    min-width: 25px;
    border-radius: 0;
    background: url("../images/icon_down_arrow.png") 17px 28px no-repeat;
}

ul.tool_group .menu.on {
    background: #fff;
    border-color: #a7a7a7;
}

ul.tool_group .menu.on .arrow {
    background-image: none;
}

ul.tool_group .menu ul.menu_items {
    top: 33px;
    background: #fff;
    border-color: #a7a7a7;
    padding: 0;
    margin: 0;
    filter: none;
    z-index: 100;
}

ul.tool_group .menu ul.menu_items li {
    border-top: 1px solid #dfe1e7;
    font-size: 13px;
    line-height: 8px;
}

ul.tool_group .menu ul.menu_items li a {
    padding: 0 0 0 3px;
}
