/* Essentials */

html,
div,
map,
dt,
isindex,
form,
header,
aside,
section,
section,
article,
footer {
  display: block;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  background: #f8f8f8;
  font-size: 12px;
}

.clear {
  clear: both;
}

.spacer {
  height: 20px;
}

a:link,
a:visited {
  color: #e95802;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Header */

header#header {
  height: 55px;
  width: 100%;
  background: #222222 url(../images/header_bg.png) repeat-x;
}

header .toggleLinkWMAN {
  color: #222222;
  padding-top: 8px;
  text-decoration: none;
}

header#header h1.site_title,
header#header h2.section_title {
  float: left;
  margin: 0;
  font-size: 22px;
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  width: 30%;
  height: 55px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  text-indent: 1.8%;
  line-height: 55px;
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}

header#header h1.site_title sup {
  font-size: 8pt;
  width: 101px;
}


header#header h1.site_title a {
  color: #fff;
  text-decoration: none;
}

header#header h2.section_title {
  text-align: center;
  text-indent: 4.5%;
  width: 68%;
  background: url(../images/header_shadow.png) no-repeat left top;
}

.ubproductname {
  width: 140px;
}

.title_img {
  padding-top: 14px !important;
  margin-left: 8px;
}

.btn_view_help {
  float: right;
  width: 9%;
}

.btn_view_help a {
  display: block;
  float: right;
  margin-top: 16px;
  margin-right: 16px;
  text-align: center;
  line-height: 29px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 #000;
}

.btn_view_help a:hover {
  background-position: 0 -27px;
}

/* Secondary Header Bar */

section#secondary_bar {
  height: 38px;
  width: 100%;
  background: #f1f1f4 url(../images/secondary_bar.png) repeat-x;
}

section#secondary_bar .user {
  float: left;
  width: 23%;
  height: 38px;
}

.user p {
  margin: 0;
  padding: 0;
  color: #666666;
  font-weight: bold;
  display: block;
  float: left;
  width: 85%;
  height: 35px;
  line-height: 35px;
  text-indent: 25px;
  text-shadow: 0 1px 0 #fff;
  /* background: url(../images/icn_user.png) no-repeat center left; */
  margin-left: 6%;
}

.user a {
  text-decoration: none;
  color: #666666;
}

.user a:hover {
  color: #77bace;
}

.user a.logout_user {
  float: left;
  display: block;
  width: 16px;
  height: 35px;
  text-indent: -5000px;
  background: url(../images/poweroff.png) center no-repeat;
}

.user a.menu_toggle {
  float: left;
  display: block;
  width: 16px;
  height: 35px;
  text-indent: -5000px;
  background: url(../images/menutoggle.png) center no-repeat;
}

/* Breadcrumbs */

section#secondary_bar .breadcrumbs_container {
  float: left;
  width: 77%;
  background: url(../images/secondary_bar_shadow.png) no-repeat left top;
  height: 38px;
}

article.breadcrumbs {
  float: left;
  padding: 0 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
  height: 23px;
  margin: 4px 3%;
  overflow: hidden;
}

.breadcrumbs a {
  display: inline-block;
  float: left;
  height: 24px;
  line-height: 23px;
}

.breadcrumbs a.current,
.breadcrumbs a.current:hover {
  color: #9e9e9e;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}

.breadcrumbs a:link,
.breadcrumbs a:visited {
  color: #44474f;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
}

.breadcrumbs a:hover {
  color: #222222;
}

.breadcrumbs a:active {
}

.breadcrumb_divider {
  display: inline-block;
  width: 12px;
  height: 24px;
  background: url(../images/breadcrumb_divider.png) no-repeat;
  float: left;
  margin: 0 5px;
}

/* Sidebar */

aside#sidebar {
  width: 23%;
  background: #e0e0e3 url(../images/sidebar.png) repeat;
  float: left;
  min-height: 500px;
  margin-top: -4px;
}

#sidebar hr {
  border: none;
  outline: none;
  background: url(../images/sidebar_divider.png) repeat-x;
  display: block;
  width: 100%;
  height: 2px;
}

/* Search */

.quick_search {
  text-align: center;
  padding: 14px 0 10px 0;
}

.quick_search input[type="text"] {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #bbb;
  height: 26px;
  width: 90%;
  color: #ccc;
  -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  text-indent: 30px;
  background: #fff url(../images/icn_search.png) no-repeat;
  background-position: 10px 6px;
}

.quick_search input[type="text"]:focus {
  outline: none;
  color: #666666;
  border: 1px solid #77bace;
  -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #addce6;
  -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #addce6;
  box-shadow: inset 0 2px 2px #ccc, 0 0 10px #addce6;
}

/* Sidebar Menu */

#sidebar h3 {
  color: #1f1f20;
  text-shadow: 0 1px 0 #fff;
  font-size: 13px;
  margin: 10px 0 10px 6%;
  display: block;
  float: left;
  width: 90%;
}

.toggleLinkGMENU {
  color: #999999;
  font-size: 10px;
  text-decoration: none;
  display: block;
  float: right;
  margin-right: 2%;
}

.toggleLinkWMAN {
  color: #999999;
  font-size: 12px;
  text-decoration: none;
  display: block;
  float: right;
  margin-right: 1%;
}

#sidebar .toggleLinkGMENU:hover {
  color: #77bace;
  text-decoration: none;
}

#sidebar ul {
  clear: both;
  margin: 0;
  padding: 0;
}

#sidebar li {
  list-style: none;
  margin: 0 0 0 12%;
  padding: 0;
}

#sidebar li a {
  color: #666666;
  /* padding-left: 25px; */
  text-decoration: none;
  display: inline-block;
  height: 17px;
  line-height: 17px;
  text-shadow: 0 1px 0 #fff;
  margin: 2px 0;
}

#sidebar li a:hover {
  color: #444444;
}

#sidebar p {
  color: #666666;
  padding-left: 6%;
  text-shadow: 0 1px 0 #fff;
  margin: 10px 0 0 0;
}

#sidebar a {
  color: #666666;
  text-decoration: none;
}

#sidebar a:hover {
  text-decoration: underline;
}

#sidebar footer {
  margin-top: 20%;
}

/* Main Content */

section#main {
  width: 77%;
  min-height: 500px;
  background: url(../images/sidebar_shadow.png) repeat-y left top;
  float: left;
  margin-top: -2px;
}

#main h3 {
  color: #1f1f20;
  text-shadow: 0 1px 0 #fff;
  font-size: 13px;
  margin: 8px 20px;
}

/* Modules */

.module {
  border: 1px solid #9ba0af;
  width: 100%;
  margin: 20px 3% 0 3%;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
}

#main .module header h3 {
  display: block;
  width: 90%;
  float: left;
}

.module header {
  min-height: 38px;
  width: 100%;
  background: #f1f1f4 url(../images/secondary_bar.png) repeat-x;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.module footer {
  height: 32px;
  width: 100%;
  border-top: 1px solid #9ca1b0;
  background: #f1f1f4 url(../images/module_footer_bg.png) repeat-x;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.module_content {
  margin: 5px 5px;
  color: #666;
}

/* Module Widths */

.width_full {
  width: 95%;
}

.width_half {
  width: 46%;
  margin-right: 0;
  float: left;
}

.width_quarter {
  width: 26%;
  margin-right: 0;
  float: left;
}

.width_3_quarter {
  width: 66%;
  margin-right: 0;
  float: left;
}

/* Stats Module */

.stats_graph {
  width: 64%;
  float: left;
}

.stats_overview {
  background: #f6f6f6;
  border: 1px solid #ccc;
  float: right;
  width: 26%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.overview_today,
.overview_previous {
  width: 50%;
  float: left;
}

.stats_overview p {
  margin: 0;
  padding: 0;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
}

.stats_overview p.overview_day {
  font-size: 12px;
  font-weight: bold;
  margin: 6px 0;
}

.stats_overview p.overview_count {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
}

.stats_overview p.overview_type {
  font-size: 10px;
  color: #999999;
  margin-bottom: 8px;
}

/* Content Manager */

#main .module header h3.tabs_involved {
  display: block;
  width: 60%;
  float: left;
}

#main .module_content h1 {
  color: #333333;
  text-transform: none;
  text-shadow: 0 1px 0 #fff;
  font-size: 22px;
  margin: 8px 0px;
}

#main .module_content h2 {
  color: #444444;
  text-transform: none;
  text-shadow: 0 1px 0 #fff;
  font-size: 18px;
  margin: 8px 0px;
}

#main .module_content h3 {
  color: #666666;
  text-shadow: 0 1px 0 #fff;
  font-size: 13px;
  margin: 8px 0px;
}

#main .module_content h4 {
  color: #666666;
  text-transform: none;
  text-shadow: 0 1px 0 #fff;
  font-size: 13px;
  margin: 8px 0px;
}

#main .module_content li {
  line-height: 150%;
}
