/******************************************************************************/
a {
    color: #005C9C;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 200%;
    font-weight: bold;
    margin-bottom: 1em;
}

h1.report-title {
    font-size: 120%;
    font-weight: bold;
    margin: 0.75em;
}

h2 {
    font-size: 150%;
    font-weight: bold;
}

h3 {
    font-size: 120%;
    font-weight: bold;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

body {
    background-color: #EDF0F4;
}

div {
    font-family: sans-serif;
}

input[type=submit] {
    background-color: #E8E8E8;
    background-image: -moz-linear-gradient(top,#FAFAFA,#DADADA);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#FAFAFA),to(#DADADA));
    border: 1px solid #C7C7C7;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #222;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #F2F2F2;
    vertical-align: top;
    font-weight: bold;
}

#logo {
    position: absolute;
    top: 0;
    left: 1em;
    color: #999999;
    z-index: 1;
}

#logo a {
    text-decoration: none;
}

#logo a img {
    width: 175px;
    height: 75px;
    border-width: 0;
}

#header {
    height: 75px;
/*    background: url('/i/header_background.png') repeat-x 0 -30px;*/
}

#subheader {
    background-color: #749d13;
    color: #ffffff;
    padding: 0.25em 1em;
    margin: 0.7em 1.4em 0 1.4em;
    font-size: 75%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
}

#subheader a {
    font-weight: bold;
    color: #ffffff;
}

#subheader2 {
    font-size:80%;
    margin: 0.7em 1.4em 0;
}

#site-selector-view-reports {
    border-left: 1px dotted #ffffff;
    margin-left: 1em;
    padding-left: 1em;
}

#site-settings {
    position: absolute;
    right: 1em;
    top: 0.5em;
}

#site-status {
    border-left: 1px dotted #ffffff;
    margin-left: 1em;
    padding-left: 1em;
}

#left {
    float: left;
    width: 20%;
}

#right {
    float: left;
    width: 80%;
//  float: right;
//  width: 78%;
}

#footer {
}

#stats,
#content
{
    background-color: #ffffff;
    margin: 1em;
    padding-bottom: 1em;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
}

#content {
    padding: 1em;
}

/******************************************************************************/
#visits,
#trend
{
    height: 175px;
}

.stats-block {
    float: left;
    width: 50%;
}

.stats-block-title {
    background-color: #666666;
    margin: 1em 0.75em 0 0.75em;
    padding: 0.2em 0.5em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}

.stats-block-title span {
    font-size: 90%;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 0px #000;
}

.stats-block-title-big {
    background-color: #eeeeee;
    font-size: 110%;
    font-weight: bold;
    color: #000000;
    margin: 1em 0.75em 0 0.75em;
    padding: 0.6em 0.8em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.stats-block-title-small {
    font-size: 125%;
    font-weight: bold;
    color: #000000;
    margin: 1em 0.75em 0 0.75em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.stats-block-content {
    margin: 0 0.75em;
    border: 1px solid #ccc;
}

.stats-block-footer {
    margin: 0 0.75em;
    padding: 0.2em 0.5em;
    background-color: #e5e5e5;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.stats-block-footer a {
    font-size: 69%;
    font-weight: bold;
    text-shadow: 1px 1px 0px #fff;
}

#site-usage {
    width: 100%;
    margin: 0.75em 0.75em 0 0.75em;
}

#site-usage tr td {
    padding: 0.55em 0;
    font-size: 95%;
    font-weight: bold;
    width: 50%;
}

.su-sub-menu {
    vertical-align: top;
}

.su-sub-menu div {
    border-left: 1px solid #eeeeee;
    margin-left: -1em;
    padding-left: 1em;
    font-size: 85%;
}

.mini-graph {
    vertical-align: middle;
    width: 75px;
    height: 18px;
}

#site-usage .mini-graph {
    margin-right: 0.5em;
}

#site-usage .mini-total {
    font-weight: bold;
    font-size: 120%;
}

/******************************************************************************/
.stats-table {
    width: 100%;
}

.stats-table thead tr th {
    font-size: 69%;
    font-weight: bold;
    padding: 0.5em 0.75em;
    background-color: #E5E5E5;
    border-bottom: 1px solid #BBB;
    text-shadow: 1px 1px 0 #fff;
}

.stats-table tbody tr td {
    font-size: 69%;
    padding: 0.75em 0.75em;
    border-top: 1px solid #BBB;
    word-break: break-all;
    word-wrap: break-word;
}

.stats-table tbody tr td.right,
.stats-table thead tr th.right
{
    text-align: right;
}

.stats-table tr:nth-child(even) td {
    background-color: #F9F9F9;
}

/******************************************************************************/
#scorecard {
    margin: 0 0.75em;
}

.scorecard-table {
    width: 100%;
}

.scorecard-table th,
.scorecard-table td
{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.scorecard-table thead tr th {
    border-top: 3px solid #666;
    padding: 0.5em 0.4em 0 0.4em;
    font-size: 82%;
    width: 12.5%;
}

.scorecard-table.top-pageviews thead tr th {
    width: 14.2%;
}

.scorecard-table.top-events thead tr th {
    width: 20%;
}

.scorecard-table tbody tr td {
    padding: 0.1em 0.4em;
    font-size: 120%;
    font-weight: bold;
}

.scorecard-table tfoot tr td {
    padding: 0.1em 0.4em 0.5em 0.4em;
    font-size: 75%;
    color: #666;
}

/******************************************************************************/
#big-stats-table {
    margin: 0 0.75em;
}

.big-stats-table {
    width: 100%;
}

.big-stats-table thead th,
.big-stats-table tfoot td
{
    font-size: 69%;
    padding: 0.77em 0.75em;
    background-color: #E5E5E5;
    border: 1px solid #BBB;
}

.big-stats-table th.value {
    width: 25%;
    font-weight: bold;
}

.big-stats-table td {
    font-size: 69%;
    padding: 0.6em 0.75em;
    border: 1px solid #DDD;
    word-break: break-all;
    word-wrap: break-word;
}

.big-stats-table .right {
    text-align: right;
}

.big-stats-table .right.num {
    width: 0;
    word-break: normal;
    word-wrap: normal;
}

.big-stats-table th.right.selected {
    background-color: #C5C5C5;
    font-weight: bold;
}

.big-stats-table td.right.selected {
    background-color: #F0F0F0;
    font-weight: bold;
}

.big-stats-table tr:nth-child(even) td {
    background-color: #F9F9F9;
}

.big-stats-table tr:nth-child(even) td.right.selected {
    background-color: #E5E5E5;
}

/******************************************************************************/
.T-table th {
    font-size: 66%;
    padding: 0.5em 0.75em !important;
    background-color: #E5E5E5;
    border: 1px solid #BBB;
}

.T-table td {
    font-size: 66%;
    padding: 0 0.5em !important;
    border: 1px solid #DDD;
}

.T-table td.selected {
    font-weight: bold;
    background-color: #e5e5e5;
}

.T-table td.value {
    background-color: #f9f9f9;
}

.scorecard-table .orange,
td.orange
{
    background-color: #ffffbb !important;
}

.scorecard-table .orange.selected,
td.orange.selected
{
    background-color: #eeeeaa !important;
}

th.orange {
    background-color: #f9f9b9 !important;
}

th.orange.selected {
    background-color: #e9e9a9 !important;
}

.big-stats-table tr:nth-child(even) td.orange {
    background-color: #f9f9b9 !important;
}

.big-stats-table tr:nth-child(even) td.orange.selected {
    background-color: #e9e9a9 !important;
}

/******************************************************************************/
#bar-stats-table {
    margin: 0.75em;
}

.bar-stats-table {
    width: 100%;
    border-top: 1px solid #999;
}

.bar-stats-table tr td {
    border-bottom: 1px solid #eee;
    font-size: 69%;
}

.bar-stats-table tr td.date {
    width: 25%;
    text-align: right;
    padding: 0.75em 1em;
    border-right: 1px solid #999;
}

.bar {
    background-color: #666699;
    vertical-align: middle;
    height: 12px;
    display: inline-block;
    margin: 0.75em 0;
}

/******************************************************************************/
#stats-table-detail {
    width: 100%;
    margin: 0 1em;
}

#stats-table-detail tr td {
    width: 50%;
    padding: 0.75em 0 0.75em 100px;
    vertical-align: top;
}

#stats-table-detail tr td div span {
    font-size: 80%;
}

#stats-table-detail .mini-graph {
    margin-left: -100px;
    width: 100px;
    display: inline-block;
}

#stats-table-detail .mini-total {
    font-weight: bold;
    font-size: 130%;
    margin-right: 0.2em;
}

#stats-table-detail .mini-cmp {
    font-size: 75%;
    color: #666;
}

#stats-table-detail .mini-site-val {
    font-size: 75%;
    color: #666;
    font-weight: bold;
}

#stats-table-detail .mini-cmp-val {
    font-size: 75%;
    color: #078C00;
    font-weight: bold;
}

#stats-table-detail .mini-cmp-val.neg {
    font-size: 75%;
    color: #900;
    font-weight: bold;
}

/******************************************************************************/
#nav {
    background-color: #ffffff;
    margin: 1em 0 1em 1em;
    padding: 0 0.5em 1em 0;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#nav-ul {
    font-size: 69%;
}

#nav-ul li {
    padding: 0.4em 0.4em 0.4em 1em;
    margin: 0.2em 0;
    color: #333;
}

#nav-ul li a {
    text-decoration: none;
    color: #333 !important;
}

#nav-ul li.selected,
#nav-ul div.nav-menu-item.selected
{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #666 !important;
}

#nav-ul li.selected a,
#nav-ul div.nav-menu-item.selected a
{
    color: #fff !important;
}

#nav-ul li a:hover {
    text-decoration: underline;
}

.nav-menu-item {
    color: #000000;
    font-size: 120%;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 0.2em 0;
}

#nav-ul .nav-menu-item a {
    color: #000000;
}

/******************************************************************************/
#user-nav-ul {
    margin-top: 1em;
    font-size: 125%;
}

#user-nav-ul li {
    margin: 0.5em 1em;
    color: #333333;
}

#user-nav-ul li a {
    text-decoration: none;
    color: #333333 !important;
}

#user-nav-ul li a:hover {
    text-decoration: underline;
}

/******************************************************************************/
#login-status {
    padding: 1em 1.5em;
    text-align: right;
    font-size: 82%;
}

#login-status form {
    display: inline;
    margin-left: 1em;
}

#login-status form input[type=submit] {
    vertical-align: top;
    padding: 0 0.5em;
}

#login-status form input {
    padding: 0.2em 0.5em;
    vertical-align: middle;
}

/******************************************************************************/
.generic-form {
    font-size: 120%;
}

.generic-form input {
    margin: 0.5em 0;
    padding: 0.2em 0.5em;
}

.generic-form textarea {
    margin: 0.5em 0;
}

textarea {
    padding: 1%;
}

.form-error {
    color: #ff6633;
}

.form-status {
    color: #749d13;
}

fieldset {
	float: left;
	border: 1px solid #c0c0c0;
	margin: 0.5em 1em 0.5em 0;
	padding: 0.35em 0.625em 0.75em;
	min-width: 150px;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

input[type="checkbox"] {
	vertical-align: middle;
}

/******************************************************************************/
.overview-table-title {
    width: 100%;
    border-collapse: collapse;
}

.overview-table-title tr td {
    background-color: #6b6b6b;
    color: #ffffff;
    font-weight: bold;
    font-size: 75%;
    padding: 0.5em 1em;
}

.overview-table-title tr td a {
    color: #ffffff;
}

.overview-table-body {
    width: 100%;
    border-collapse: collapse;
}

.overview-table-body tr th,
.overview-table-body tr td
{
    color: #343434;
    font-size: 80%;
}

.overview-table-body tr th {
    background-color: #e6e6e6;
    border: 1px solid #bdbdbd;
    padding: 1em 0.5em;
}

.overview-table-body tr td {
    border: 1px solid #dedede;
    padding: 0.5em;
}

th.center,
td.center
{
    text-align: center !important;
}

th.right,
td.right
{
    text-align: right !important;
}

.grey {
    font-style: italic;
    color: grey;
}

.change-up {
    font-weight: bold;
    font-size: 110%;
    color: #62B054;
}

.change-down {
    font-weight: bold;
    font-size: 110%;
    color: #B6423C;
}

.change-none {
    font-weight: bold;
    font-size: 110%;
}

/******************************************************************************/
#site-settings-tabs {
    border-bottom: 2px solid #666;
    margin: 1em -1em;
    padding: 0.1em 1em;
}

#site-settings-tabs li {
    display: inline;
    font-size: 75%;
    font-weight: bold;
    color: #005C9C;
    padding: 0.2em 1em;
}

#site-settings-tabs li.selected {
    background: #666;
    border: 1px solid #666;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    margin: -1px;
}

#site-settings-tabs li.selected a {
    color: #fff;
}

/******************************************************************************/
#datepicker-container {
    position: absolute!important;
    top: 1em!important;
    right: 1.4em!important;
}

#datepicker {
    width: 100%;
    font-size: 110%;
    color: #333;
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.ui-daterangepickercontain {
    font-size: 62%;
}

/******************************************************************************/
#filter-form-container {
    position: relative;
    font-size: 75%;
    margin: 1em;
    padding: 1em;
    background-color: #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#filter-form {
	float: left;
}

#filter-form,
#save-report-form
{
    font-size: inherit;
}

#filter-form input[type="text"] {
    padding: 0;
}

#save-report-container {
    float: right;
    text-align: right;
}

/******************************************************************************/
#date-resolution-container {
    position: relative;
    font-size: 70%;
    margin: 1.25em;
    text-align: right;
}

#date-resolution-container li {
	display: inline;
	color: #999;
}

#date-resolution-container a.active {
	cursor: default;
	color: #000;
}

/******************************************************************************/
#stats-table-pagination-container {
	float: left;
}

#stats-table-pagination-prev-next {
    display: inline;
    list-style-type: none;
    margin: 0 0 0 1em;
    padding: 0;
}

.pretty-button {
    display: inline;
    cursor: pointer;
    font-weight: bold;
    padding: 0.25em 0.75em;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-image: linear-gradient(top, #f9f9f9, #ddd);
    background-image: -o-linear-gradient(top, #f9f9f9, #ddd);
    background-image: -moz-linear-gradient(top, #f9f9f9, #ddd);
    background-image: -webkit-linear-gradient(top, #f9f9f9, #ddd);
    background-image: -ms-linear-gradient(top, #f9f9f9, #ddd);
    background-image: -webkit-gradient(linear, center bottom, center top, color-stop(1, #f9f9f9), color-stop(0, #ddd));
    text-decoration: none!important;
    color: #000;
}

/******************************************************************************/
#last-guests {
    list-style-type: none;
    margin: 0.75em;
    padding: 0;
}

#last-guests > li {
    font-size: 70%;
    padding: 1em 0;
    margin: 1em 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    // display: inline-block;
}

#last-guests > li:hover {
    background-color: #eeeeee;
}

div.last-guests-left {
    clear: left;
    float: left;
    text-align: right;
    font-weight: bold;
    width: 10%;
}

div.last-guests-right {
    margin-left: 11%;
    margin-bottom: 1%;
    // display: inline-block;
}

div.last-guests-right.time {
    font-size: 157%;
    color: #cccccc;
}

span.last-guests-client {
    border-bottom: 1px dashed #0000ff;
    cursor: help;
}

span.last-guests-resolved {
    display: block;
}

span.last-guests-org {
    display: block;
}

span.last-guests-city {
    font-weight: bold;
    color: #dd0000;
}

span.last-guests-region {
    font-weight: bold;
    color: #00dd00;
}

span.last-guests-country {
    font-weight: bold;
    color: #0000dd;
}

span.last-guests-ip {
    border-bottom: 1px dashed #0000ff;
    font-weight: bold;
}

span.last-guests-org,
span.last-guests-monitor,
span.last-guests-browser-settings {
    color: #999999;
}

span.last-guests-os {
    color: #bbbb00;
}

span.last-guests-browser {
    color: #bb00bb;
}

span.last-guests-se {
    font-weight: bold;
    color: #dd9900;
}

span.last-guests-phrase {
    font-weight: bold;
    color: #009900;
}

table.last-guests-path {
    margin: 0 0 1% 11%;
}

table.last-guests-path td {
    vertical-align: top;
}

table.last-guests-path td.url {
    word-break: break-all;
    word-wrap: break-word;
}

div.last-guests-path-date {
    color: #bbbbbb;
    font-weight: bold;
    margin-top: 1em;
//  margin-left: 5.3em;
}

div#last-guests-right-now {
    font-size: 160%;
    text-align: center;
}

div#last-guests-right-now-value {
    font-size: 500%;
    text-align: center;
}

.flag {
    width: 16px;
    height: 11px;
    vertical-align: middle;
    border: 0;
}

sup {
    position: relative;
    top: -0.25em;
    font-family: serif;
    font-style: italic;
}

.red {
    color: red;
    font-weight: bold;
}

.grey {
    color: grey;
    font-weight: normal;
    text-shadow: 1px 1px 0 #fff;
}

/*************************************************************************/
.contentSmallbox {
	width: 450px;
}

.box { 
	background:#fbfcfc;
	height:100%;
	padding:1px;
	margin-bottom:20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 6px #978f6c;
	-moz-box-shadow: 0 0 6px #978f6c;
	-webkit-box-shadow: 0 0 6px #978f6c;
}

.box-head {
	background:#749d13;
	height:32px;
	color:#fff;
	padding: 0 10px;
	line-height:32px;
	white-space:nowrap;
	border-bottom:solid 1px #fff;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.box h2 {
	font-size: 75%;
	font-weight: bold;
}

.popup-button {
    background-image: -moz-linear-gradient(center top , #f9f9f9, #ddd);
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    display: inline;
    font-weight: bold;
    padding: 0.25em 0.75em 2px;
}

.form {
	padding: 10px 10px 5px 10px;
}

.buttons { 
	text-align: right;
	padding:10px;
	background:#eee;
	border-top:solid 1px #e0e0e0;
}

#filter-form-fieldset-enhanced,#group-by-form-fieldset-enhanced{
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 75%;
}

#filter-form-fieldset-enhanced select[name='filter_var[]']{
	width:120px;
}

#filter-form-fieldset-enhanced select[name='filter_cmp[]']{
	width:60px;
}

/*************************************************************************/
.stats-switcher {
    margin: 1em;
    color: #999999;
    float: left;
}

.stats-switcher span,
.stats-switcher a
{
    font-size: 70%;
}

.stats-switcher .active {
    cursor: default;
    color: #000000;
}

.stats-switcher .active:hover {
    text-decoration: none;
}

.stats-switcher .delimeter {
    color: #000000;
}

/*************************************************************************/
#add-group-by-form {
    display: inline;
}

#export-stats-container {
	text-align: right;
	padding: 0.5em 0.15em;
	margin-top: -2em;
}

#export-stats-container img {
	vertical-align: middle;
}

#export-stats-container a:hover {
	text-decoration: none;
}

#add-metric-container {
	float: right;
}

#add-metric-container input {
	padding: 0.1em 0.5em;
}

#add-metric-expr {
	vertical-align: top;
}

/*************************************************************************/
.pretty-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
	border: 1px solid #bbb;
}

.pretty-table tr th,
.pretty-table tr td
{
	border-bottom: 1px solid #bbb;
	font-size: 75%;
	padding: 0.5em 1em;
	vertical-align: top;
}

.pretty-table thead tr th {
	background-color: #e5e5e5;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

.pretty-table tbody tr:nth-child(even) td {
	background-color: #f4f4f4;
}
