html {
    width: 100%;
    height: 100%;
    /** hide scroll bar in ie7 */
    *overflow: auto;
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body #header {
    margin-left: -6px;
}

a#overlayTitle {
    font-size: 12px;
    text-decoration: none;
    color: #4d4d4d;
    margin-left: 10px;
}
a#overlayTitle .icon-help {
    margin-left: 4px;
}

#overlayDateRangeSelection {
    padding: 0 0 0 25px;
    background: url(../../Morpheus/images/icon-calendar.png) 2px center no-repeat;
    margin: 20px 10px;
}

#overlayLocation, .overlaySegment {
    width: 200px;
    font-size: 12px;
}

#overlayLocation {
    margin: 0 0 10px 10px;
}

.overlaySegment {
    margin: 0 0 30px 0;
    word-break: break-all;
}

#overlayLoading {
    background: url(../../Morpheus/images/loading-blue.gif) no-repeat center 10px;
    width: 190px;
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
    display: none;
}

#overlaySidebar {
    width: 200px;
    margin-left: 10px;
}

#overlaySidebar h2 {
    font-size: 15px;
    margin: 0 0 8px 0;
    color: #255792;
}

.overlayMainMetrics {
    padding-bottom: 0 !important;
}

a#overlaySegmentedVisitorLog,
a#overlayFullScreen,
a#overlayRowEvolution,
a#overlayTransitions {
    display: block;
    color: #255792;
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 0 10px;
    padding: 8px 10px 3px 25px;
    text-decoration: none;
}

a#overlayRowEvolution {
    margin-top: 20px;
    background: url(../../Morpheus/images/row_evolution_hover.png) no-repeat 0 7px;
}

a#overlayTransitions {
    background: url(../../Transitions/images/transitions_icon_hover.png) no-repeat 0 6px;
}

a#overlaySegmentedVisitorLog {
    background: url(../../Live/images/visitorlog-hover.png) no-repeat 0 8px;
}

a#overlayFullScreen {
    margin-top: 20px;
    background: url(../../Morpheus/images/fullscreen.png) no-repeat 3px 8px;
}

a#overlaySegmentedVisitorLog:hover,
a#overlayFullScreen:hover,
a#overlayRowEvolution:hover,
a#overlayTransitions:hover {
    color: #E87500;
}

#overlayMain {
    margin-left: 220px;
    position: absolute;
    top: 0;
}

#root > nav {
    width: 240px;
    overflow: hidden;
}

#root > nav > .nav-wrapper > * {
    display: none;
}

#root > nav > .nav-wrapper > .accessibility-skip-to-content,
#root > nav > .nav-wrapper > #logo {
    display: block;
}

#overlayIframe {
    border-left: 2px solid #ddd;
}

.overlayMetric {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0;
}

.overlayMetricValue {
    font-size: 12px;
    font-weight: bold;
}

.overlayNoData {
    font-size: 12px;
    color: #7E7363;
}

body .ui-tooltip.overlayTooltip {
    font-size: 11px;
    padding: 3px 5px 3px 6px;
}

#overlayNoFrame {
    padding: 20px 0 40px 2px;
}

#overlayErrorNotLoading {
    width: 190px;
    display: none;
    margin: 20px 0 0 5px;
    font-size: 14px;
}

#overlayErrorNotLoading span {
    color: #E87500;
    font-weight: bold;
}

.navbar .navbar-right {
    display: none;
}

.top_controls {
    display: none;
}

.overlay-sidebar-container {
    width: 220px;
    margin-left: -16px;
    margin-top: 10px;
}
