/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Licensed under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -khtml-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Licensed under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*!
 * jQuery UI Resizable 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Licensed under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
/*!
 * jQuery UI Selectable 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Licensed under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }

/*!
 * jQuery UI Datepicker 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Licensed under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/*!
 * jQuery UI Autocomplete 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Licensed under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.20
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Licensed under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

/*!
 * jQuery UI Slider 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Licensed under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
[class^="pic-"],
[class*=" pic-"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  *margin-right: .3em;
  line-height: 16px;
  vertical-align: text-top;
  background-image: url("/content/images/ui-icons_888888_256x240.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* positioning */
.pic-carat-1-n { background-position: 0 0; }
.pic-carat-1-ne { background-position: -16px 0; }
.pic-carat-1-e { background-position: -32px 0; }
.pic-carat-1-se { background-position: -48px 0; }
.pic-carat-1-s { background-position: -64px 0; }
.pic-carat-1-sw { background-position: -80px 0; }
.pic-carat-1-w { background-position: -96px 0; }
.pic-carat-1-nw { background-position: -112px 0; }
.pic-carat-2-n-s { background-position: -128px 0; }
.pic-carat-2-e-w { background-position: -144px 0; }
.pic-triangle-1-n { background-position: 0 -16px; }
.pic-triangle-1-ne { background-position: -16px -16px; }
.pic-triangle-1-e { background-position: -32px -16px; }
.pic-triangle-1-se { background-position: -48px -16px; }
.pic-triangle-1-s { background-position: -64px -16px; }
.pic-triangle-1-sw { background-position: -80px -16px; }
.pic-triangle-1-w { background-position: -96px -16px; }
.pic-triangle-1-nw { background-position: -112px -16px; }
.pic-triangle-2-n-s { background-position: -128px -16px; }
.pic-triangle-2-e-w { background-position: -144px -16px; }
.pic-arrow-1-n { background-position: 0 -32px; }
.pic-arrow-1-ne { background-position: -16px -32px; }
.pic-arrow-1-e { background-position: -32px -32px; }
.pic-arrow-1-se { background-position: -48px -32px; }
.pic-arrow-1-s { background-position: -64px -32px; }
.pic-arrow-1-sw { background-position: -80px -32px; }
.pic-arrow-1-w { background-position: -96px -32px; }
.pic-arrow-1-nw { background-position: -112px -32px; }
.pic-arrow-2-n-s { background-position: -128px -32px; }
.pic-arrow-2-ne-sw { background-position: -144px -32px; }
.pic-arrow-2-e-w { background-position: -160px -32px; }
.pic-arrow-2-se-nw { background-position: -176px -32px; }
.pic-arrowstop-1-n { background-position: -192px -32px; }
.pic-arrowstop-1-e { background-position: -208px -32px; }
.pic-arrowstop-1-s { background-position: -224px -32px; }
.pic-arrowstop-1-w { background-position: -240px -32px; }
.pic-arrowthick-1-n { background-position: 0 -48px; }
.pic-arrowthick-1-ne { background-position: -16px -48px; }
.pic-arrowthick-1-e { background-position: -32px -48px; }
.pic-arrowthick-1-se { background-position: -48px -48px; }
.pic-arrowthick-1-s { background-position: -64px -48px; }
.pic-arrowthick-1-sw { background-position: -80px -48px; }
.pic-arrowthick-1-w { background-position: -96px -48px; }
.pic-arrowthick-1-nw { background-position: -112px -48px; }
.pic-arrowthick-2-n-s { background-position: -128px -48px; }
.pic-arrowthick-2-ne-sw { background-position: -144px -48px; }
.pic-arrowthick-2-e-w { background-position: -160px -48px; }
.pic-arrowthick-2-se-nw { background-position: -176px -48px; }
.pic-arrowthickstop-1-n { background-position: -192px -48px; }
.pic-arrowthickstop-1-e { background-position: -208px -48px; }
.pic-arrowthickstop-1-s { background-position: -224px -48px; }
.pic-arrowthickstop-1-w { background-position: -240px -48px; }
.pic-arrowreturnthick-1-w { background-position: 0 -64px; }
.pic-arrowreturnthick-1-n { background-position: -16px -64px; }
.pic-arrowreturnthick-1-e { background-position: -32px -64px; }
.pic-arrowreturnthick-1-s { background-position: -48px -64px; }
.pic-arrowreturn-1-w { background-position: -64px -64px; }
.pic-arrowreturn-1-n { background-position: -80px -64px; }
.pic-arrowreturn-1-e { background-position: -96px -64px; }
.pic-arrowreturn-1-s { background-position: -112px -64px; }
.pic-arrowrefresh-1-w { background-position: -128px -64px; }
.pic-arrowrefresh-1-n { background-position: -144px -64px; }
.pic-arrowrefresh-1-e { background-position: -160px -64px; }
.pic-arrowrefresh-1-s { background-position: -176px -64px; }
.pic-arrow-4 { background-position: 0 -80px; }
.pic-arrow-4-diag { background-position: -16px -80px; }
.pic-extlink { background-position: -32px -80px; }
.pic-newwin { background-position: -48px -80px; }
.pic-refresh { background-position: -64px -80px; }
.pic-shuffle { background-position: -80px -80px; }
.pic-transfer-e-w { background-position: -96px -80px; }
.pic-transferthick-e-w { background-position: -112px -80px; }
.pic-folder-collapsed { background-position: 0 -96px; }
.pic-folder-open { background-position: -16px -96px; }
.pic-document { background-position: -32px -96px; }
.pic-document-b { background-position: -48px -96px; }
.pic-note { background-position: -64px -96px; }
.pic-mail-closed { background-position: -80px -96px; }
.pic-mail-open { background-position: -96px -96px; }
.pic-suitcase { background-position: -112px -96px; }
.pic-comment { background-position: -128px -96px; }
.pic-person { background-position: -144px -96px; }
.pic-print { background-position: -160px -96px; }
.pic-trash { background-position: -176px -96px; }
.pic-locked { background-position: -192px -96px; }
.pic-unlocked { background-position: -208px -96px; }
.pic-bookmark { background-position: -224px -96px; }
.pic-tag { background-position: -240px -96px; }
.pic-home { background-position: 0 -112px; }
.pic-flag { background-position: -16px -112px; }
.pic-calendar { background-position: -32px -112px; }
.pic-cart { background-position: -48px -112px; }
.pic-pencil { background-position: -64px -112px; }
.pic-clock { background-position: -80px -112px; }
.pic-disk { background-position: -96px -112px; }
.pic-calculator { background-position: -112px -112px; }
.pic-zoomin { background-position: -128px -112px; }
.pic-zoomout { background-position: -144px -112px; }
.pic-search { background-position: -160px -112px; }
.pic-wrench { background-position: -176px -112px; }
.pic-gear { background-position: -192px -112px; }
.pic-heart { background-position: -208px -112px; }
.pic-star { background-position: -224px -112px; }
.pic-link { background-position: -240px -112px; }
.pic-cancel { background-position: 0 -128px; }
.pic-plus { background-position: -16px -128px; }
.pic-plusthick { background-position: -32px -128px; }
.pic-minus { background-position: -48px -128px; }
.pic-minusthick { background-position: -64px -128px; }
.pic-close { background-position: -80px -128px; }
.pic-closethick { background-position: -96px -128px; }
.pic-key { background-position: -112px -128px; }
.pic-lightbulb { background-position: -128px -128px; }
.pic-scissors { background-position: -144px -128px; }
.pic-clipboard { background-position: -160px -128px; }
.pic-copy { background-position: -176px -128px; }
.pic-contact { background-position: -192px -128px; }
.pic-image { background-position: -208px -128px; }
.pic-video { background-position: -224px -128px; }
.pic-script { background-position: -240px -128px; }
.pic-alert { background-position: 0 -144px; }
.pic-info { background-position: -16px -144px; }
.pic-notice { background-position: -32px -144px; }
.pic-help { background-position: -48px -144px; }
.pic-check { background-position: -64px -144px; }
.pic-bullet { background-position: -80px -144px; }
.pic-radio-off { background-position: -96px -144px; }
.pic-radio-on { background-position: -112px -144px; }
.pic-pin-w { background-position: -128px -144px; }
.pic-pin-s { background-position: -144px -144px; }
.pic-play { background-position: 0 -160px; }
.pic-pause { background-position: -16px -160px; }
.pic-seek-next { background-position: -32px -160px; }
.pic-seek-prev { background-position: -48px -160px; }
.pic-seek-end { background-position: -64px -160px; }
.pic-seek-start { background-position: -80px -160px; }
.pic-seek-first { background-position: -80px -160px; }
.pic-stop { background-position: -96px -160px; }
.pic-eject { background-position: -112px -160px; }
.pic-volume-off { background-position: -128px -160px; }
.pic-volume-on { background-position: -144px -160px; }
.pic-power { background-position: 0 -176px; }
.pic-signal-diag { background-position: -16px -176px; }
.pic-signal { background-position: -32px -176px; }
.pic-battery-0 { background-position: -48px -176px; }
.pic-battery-1 { background-position: -64px -176px; }
.pic-battery-2 { background-position: -80px -176px; }
.pic-battery-3 { background-position: -96px -176px; }
.pic-circle-plus { background-position: 0 -192px; }
.pic-circle-minus { background-position: -16px -192px; }
.pic-circle-close { background-position: -32px -192px; }
.pic-circle-triangle-e { background-position: -48px -192px; }
.pic-circle-triangle-s { background-position: -64px -192px; }
.pic-circle-triangle-w { background-position: -80px -192px; }
.pic-circle-triangle-n { background-position: -96px -192px; }
.pic-circle-arrow-e { background-position: -112px -192px; }
.pic-circle-arrow-s { background-position: -128px -192px; }
.pic-circle-arrow-w { background-position: -144px -192px; }
.pic-circle-arrow-n { background-position: -160px -192px; }
.pic-circle-zoomin { background-position: -176px -192px; }
.pic-circle-zoomout { background-position: -192px -192px; }
.pic-circle-check { background-position: -208px -192px; }
.pic-circlesmall-plus { background-position: 0 -208px; }
.pic-circlesmall-minus { background-position: -16px -208px; }
.pic-circlesmall-close { background-position: -32px -208px; }
.pic-squaresmall-plus { background-position: -48px -208px; }
.pic-squaresmall-minus { background-position: -64px -208px; }
.pic-squaresmall-close { background-position: -80px -208px; }
.pic-grip-dotted-vertical { background-position: 0 -224px; }
.pic-grip-dotted-horizontal { background-position: -16px -224px; }
.pic-grip-solid-vertical { background-position: -32px -224px; }
.pic-grip-solid-horizontal { background-position: -48px -224px; }
.pic-gripsmall-diagonal-se { background-position: -64px -224px; }
.pic-grip-diagonal-se { background-position: -80px -224px; }
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Poppins Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Poppins Regular', Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #cccccc;
        border-color: #ffffff;
    }
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/content/fonts/glyphicons-halflings-regular.eot');
  src: url('/content/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
      url('/content/fonts/glyphicons-halflings-regular.woff') format('woff'), 
      url('/content/fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
      url('/content/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #428bca;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
	font-family: 'icomoon';
	src:url('/content/fonts/icomoon201410131336.eot');
	src:url('/content/fonts/icomoon201410131336.eot?#iefix') format('embedded-opentype'),
		url('/content/fonts/icomoon201410131336.woff') format('woff'),
		url('/content/fonts/icomoon201410131336.ttf') format('truetype'),
		url('/content/fonts/icomoon201410131336.svg#icomoon') format('svg');
}
@font-face {
	font-family: 'halflings';
	src:url('/content/fonts/glyphicons-halflings-regular.eot');
	src:url('/content/fonts/glyphicons-halflings-regular?#iefix') format('embedded-opentype'),
		url('/content/fonts/glyphicons-halflings-regular.woff') format('woff'),
		url('/content/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
		url('/content/fonts/glyphicons-halflings-regular.svg#icomoon') format('svg');
}

.iconic {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.halflings .iconic {
	font-family: 'halflings'
}


/* Fonts */
@font-face {
    font-family: 'Spartan';
    src: url('/content/fonts/leaguespartan-bold-webfont.woff2') format('woff2'), url('/content/fonts/leaguespartan-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Poppins Extra Light';
    src: url('/content/fonts/poppins-extralight-webfont.woff2') format('woff2'), url('/content/fonts/poppins-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Light';
    src: url('/content/fonts/poppins-light-webfont.woff2') format('woff2'), url('/content/fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Medium';
    src: url('/content/fonts/poppins-medium-webfont.woff2') format('woff2'), url('/content/fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Regular';
    src: url('/content/fonts/poppins-regular-webfont.woff2') format('woff2'), url('/content/fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Semi Bold';
    src: url('/content/fonts/poppins-semibold-webfont.woff2') format('woff2'), url('/content/fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #333;
    background: #fff;
    font-family: 'Poppins Regular', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 3px 0 0;
    line-height: 1;
}

    body.basic-layout {
        color: #333;
        background-color: #fff;
    }

/* Spacing */

/* Margin */
.mx-1 {
    margin-left: 1em;
    margin-right: 1em;
}

.mx-2 {
    margin-left: 2em;
    margin-right: 2em;
}

.mx-3 {
    margin-left: 3em;
    margin-right: 3em;
}

.my-1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.my-2 {
    margin-top: 2em;
    margin-bottom: 2em;
}

.my-3 {
    margin-top: 3em;
    margin-bottom: 3em;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}


.m-1 {
    margin: 1em;
}

.m-2 {
    margin: 2em;
}

.m-3 {
    margin: 3em;
}

/* Padding */
.px-1 {
    padding-left: 1em;
    padding-right: 1em;
}

.px-2 {
    padding-left: 2em;
    padding-right: 2em;
}

.px-3 {
    padding-left: 3em;
    padding-right: 3em;
}

.py-1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.py-2 {
    margin-top: 2em;
    margin-bottom: 2em;
}

.py-3 {
    margin-top: 3em;
    margin-bottom: 3em;
}

.p-1 {
    padding: 1em;
}

.p-2 {
    padding: 2em;
}

.p-3 {
    padding: 3em;
}

/* Border */

.border-round {
    border-radius: 1em;
}
.border-round-top {
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

/* Position */
.relative {
    position: relative
}

/* Colours */

/* Primary Palette*/

.ldo-white {
    color: #FFFFFF;
}

.background-white {
    background-color: #FFFFFF;
}

.background-grey {
    background-color: #E7E7E7;
}

.border-white {
    border: 1px solid white;
}


/* Headings */

h1 {
    font-family: 'Spartan', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #535352;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h2 {
    font-family: 'Poppins Semi Bold', Helvetica, Arial, sans-serif;
    font-size:18px;
    color: #535352;
    font-weight: 600;
}

h3 {
    font-family: 'Poppins Semi Bold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #535352;
    line-height: 1.4em
}

h1.company-name {
    font-family: 'Poppins Regular', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #535352;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}
.flex-grow {
    flex-grow: 1;
}

.flex-end {
    align-self: flex-end;
}

input, button, select, textarea {
    font-family: 'Poppins Regular', Helvetica, Arial, sans-serif;
    line-height: 1;
}

ul, ol {
    margin: 0;
    padding: 0;
}

/* fix to remove IE10+ x button */
input::-ms-clear {
    display: none;
}

.full-width {
    width: 100%;
}

.show-false,
.show-0 {
    display: none;
}

.clearfix {
    zoom: 1;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a {
    color: #005065;
}

    a:focus,
    input:focus {
        outline: 0 !important;
    }

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}


.dropdown-menu {
    font-size: 13px;
}

.report-type {
    width: 38px;
    height: 41px;
    background-repeat: no-repeat;
}

    .report-type.report-type-1 {
        background-image: url('/content/images/report_type_excel.png');
    }

    .report-type.report-type-2 {
        background-image: url('/content/images/report_type_powerpoint.png');
    }

    .report-type.report-type-3 {
        background-image: url('/content/images/report_type_word.png');
    }

    .report-type.report-type-4 {
        background-image: url('/content/images/report_type_pdf.png');
    }

    .report-type.report-type-5 {
        background-image: url('/content/images/report_type_dv.png');
    }

    .report-type.report-type-6 {
        background-image: url('/content/images/report_type_zip.png');
    }


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* variation */
.variation {
    color: #fff;
    background: #F79327;
}

.variation-up {
    background: #81CA9C;
}

.variation-up2 {
    background: #8CDD81;
}

.variation-down {
    background: #FD1D8C;
}

.vacancy-movement {
    display: inline-block;
    background: url('images/icon_change_med_yellow.png') no-repeat;
    width: 14px;
    height: 16px;
}

    .vacancy-movement.up {
        background-image: url('images/icon_change_med_red.png');
    }

    .vacancy-movement.down {
        background-image: url('images/icon_change_med_green.png');
    }

.vacancy-movement-arr {
    position: relative;
    padding-right: 1em;
    display: inline-block;
}

    .vacancy-movement-arr .move {
        position: absolute;
        top: 35%;
        right: 0;
    }

    .vacancy-movement-arr.none .move {
        height: .15em;
        width: .5em;
        background: #F79327;
    }

    .vacancy-movement-tbl.none .move {
        right: .1em;
        width: .6em;
    }

    .vacancy-movement-arr.down .move,
    .vacancy-movement-arr.up .move {
        border-top: .5em solid #81CA9C;
        border-right: .4em solid transparent;
        border-left: .4em solid transparent;
        cursor: default !important;
        top: 19%;
    }

    .vacancy-movement-arr.down .move {
        border-bottom: .5em solid #E9418C;
        border-top: none;
    }



/* #main-container */
#main-container {
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
/*    margin-left: 275px;*/
}

.main-body {
    margin-left: 185px;
    min-height: 600px;
    background: #fff;
    position: relative;
    z-index: 2;
}

    .main-body.shiftable {
        box-shadow: -2px 0 3px #666;
    }

.main-border-top {
    background: #F79327;
    width: 100%;
    height: 3px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
}

/* pages */
.content-page {
    min-height: calc(100vh - 70px);
}


.content-page,
.search-box,
.content-placeholder {
    display: none;
}

body.page-error .content-error-locations {
    display: block;
    font-size: 2.3em;
    text-align: center;
}

body.page-investors .content-investors,
body.page-locations .content-locations,
body.page-reportsrunner .content-reportsrunner,
body.page-reports .content-reports,
body.page-retailershome .content-retailershome,
body.page-explorer .content-explorer,
body.page-classifications .content-classifications,
body.page-usersettings .content-usersettings,
body.page-retailers .content-retailers {
    display: block;
}

body.page-explorer-geographies.country .explorer-retailers-tab {
    display: none;
}

body.page-error .main-body-content {
    display: none;
}

#statuses-notauthorized {
    display: none;
}

#statuses-notsubscribed {
    display: none;
}

body.page-statuses-notsubscribed .content-statuses {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 530px;
}

    body.page-statuses-notauthorized .content-statuses #statuses-notauthorized,
    body.page-statuses-notsubscribed .content-statuses #statuses-notsubscribed {
        margin-top: 20px;
        display: inline-block;
    }

body.page-explorer.page-placeholder .explorer-tab-content-inner,
body.page-explorer.page-placeholder .explorer-retailers-tab {
    display: none;
}

body.page-placeholder .content-locations .main-body-content {
    display: none;
}

.content-error-locations {
    display: none;
}

body.page-explorer.page-placeholder .content-placeholder-explorer {
    display: block;
    padding: 0;
}

body.page-retailers.page-placeholder .content-placeholder-retailers,
body.page-classifications.page-placeholder .content-placeholder-classifications,
body.page-locations.page-placeholder .content-placeholder-locations {
    display: block;
}

/* search boxes */
body.page-retailershome-portfolio-maps #retailershome-search,
body.page-retailershome-portfolio-list #retailershome-search,
body.page-retailershome-portfolio #retailershome-search,
body.page-classifications #classifications-search,
body.page-retailers #retailers-search,
body.page-explorer-companies #companies-search,
body.page-explorer-geographies #areas-search,
body.page-locations #areas-search {
    display: block;
}

/* subpages-content */
.subpages-content {
    display: none;
    min-height: 100%;
    padding-top: 0.5em;
    height: auto;
    overflow: hidden;
}

body.page-explorer .explorer-tab-content {
    display: none;
    z-index: 1; /* z-index greater than 1 obscures bing maps streetside */
}

body.page-retailershome-benchmark .retailershome-benchmark,
body.page-retailershome-benchmark-maps #retailershome-maps-subpage,
body.page-retailershome-competitor-list .rh-comp-list,
body.page-retailershome-competitor-maps #retailershome-maps-subpage,
body.page-retailershome-portfolio-list #retailershome-portfolio-list,
body.page-retailershome-portfolio-maps #retailershome-maps-subpage,
body.page-retailershome-portfolio #retailershome-portfolio,
body.page-retailershome-competitors #retailershome-competitors,
body.page-retailershome-settings #retailershome-settings,

body.page-investors-landing #investors-landing,
body.page-investors-details #investors-details,
body.page-reportsrunner #reportsrunner-landing,
body.page-locations-occupancy #locations-occupancy,
body.page-locations-vacancy #locations-vacancy,
body.page-locations-churn #locations-churn,
body.page-locations-overview #locations-overview,
body.page-explorer #explorer-all,
body.page-explorer-geographies #explorer-geographies,
body.page-explorer-companies #explorer-companies,
body.page-classifications-overview #classifications-overview,
body.page-retailers-overview #retailers-overview {
    display: block;
}

body.page-retailers.page-placeholder #retailers-overview,
body.page-classifications.page-placeholder #classifications-overview {
    display: none;
}

.content-page {
    padding-bottom: 2em;
}

.page-explorer .content-page {
    padding-bottom: 0;
}

.content-page.content-retailershome {
    padding-bottom: 0;
}


/* main-body-content */
.main-body-content {
    position: relative;
/*    height: 100vh;*/
}

.main-body-content-left {
    margin-right: -1px;
    float: left;
    width: 520px;
    border-radius: 1em;
    background-color: #fff;
    margin: 2em;
    padding: 2em;
    overflow: hidden;
}

    .main-body-content-left .main-body-content-inner {
        padding-right: 2.2em;
    }

.main-body-content-right {
    width: auto;
    overflow: hidden;
    border-radius: 1em;
    background-color: #fff;
    margin: 2em;
    padding: 2em;
    overflow: hidden;
}

    .main-body-content-right .main-body-content-inner {
        padding-left: 2.2em;
    }


/* user-info */
.user-info {
    padding: 10px 40px;
    text-align: right;
}

    .user-info .icon-user {
        position: relative;
        top: 2px;
    }

/* simpleview-loader */
.simpleview-wrap {
    position: relative;
}

.simpleview-loader {
    background: url('/content/images/loader_5CA6EE_transparent.gif') no-repeat;
    width: 16px;
    height: 11px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 200;
}

/* classifications */
#classifications-overview #classifications-comparison-chart {
    overflow: hidden;
}

/* locations-business-types */
#locations-business-types {
    border-bottom: 1px solid #888;
}

    #locations-business-types .section-header {
        padding-bottom: 0;
    }

.business-types-chart {
    height: 120px;
}

.page-explorer-geographies .business-types-chart {
    height: 100px;
}

.page-business-types .business-types-legend {
    text-align: center;
    margin-bottom: 20px;
}

    .page-business-types .business-types-legend a {
        display: inline-block;
        text-decoration: none;
        padding: .5em 1em;
    }

        .page-business-types .business-types-legend a:hover {
            background: #eee;
        }

        .page-business-types .business-types-legend a.selected {
            background: #ddd;
        }

        .page-business-types .business-types-legend a b {
            display: inline-block;
            height: 11px;
            width: 11px;
            position: relative;
            top: 1px;
            right: 2px;
            border-radius: 50%;
        }

.page-explorer-geographies.country .page-business-types .business-types-legend a {
    cursor: default;
}

    .page-explorer-geographies.country .page-business-types .business-types-legend a:hover {
        background: transparent;
    }

/* classifications-mix */

.classification-mix .section-header .icon-info-bubble {
    margin-left: 0;
}

.classification-mix .section-header .right-header {
    font-size: .6em;
    font-weight: normal;
    color: #333;
    position: absolute;
    right: 15%;
    top: 1.4em;
}

.classification-mix .chart {
    height: 180px;
}

.classification-mix .units {
    width: 55%;
}

.classification-mix .difference {
    width: 40%;
}

/* locations-spline-chart-top */
.locations-spline-chart-top {
    height: 400px;
}

.locations-spline-chart-top-opening-closures {
    height: 200px;
}

.alert {
    border-radius: 0;
    padding: .5em 1em;
    border: none;
}

.alert-success {
    background-color: #81CA9C;
    border-color: #81CA9C;
    color: #E7E7E7;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #81CA9C;
}

.alert-info {
    background-color: #005065;
    border-color: #005065;
    color: #E7E7E7;
}

.alert-info hr {
    border-top-color: #005065;
}

.alert-info .alert-link {
    color: #2d6987;
}

.alert-warning {
    background-color: #F79327;
    border-color: #F79327;
    color: #E7E7E7;
}

.alert-warning hr {
    border-top-color: #f8e5be;
}

.alert-warning .alert-link {
    color: #F79327;
}

.alert-danger {
    background-color: #FD1D8C;
    border-color: #FD1D8C;
    color: #E7E7E7;
}

/* column */
.column {
    float: left;
}

.column-left {
    width: 48%;
}

.column-right {
    width: 50%;
    float: right;
}

.column-right-cont {
    padding: 0 0 2em;
    margin-bottom: 2em;
    background: #fff;
}

    .column-right-cont .section-controls {
        width: 25%;
    }

.half-width {
    width: 48%;
    float: left;
}

/*---------------------------------------------------------------------------
Bing maps 8 infobox
---------------------------------------------------------------------------*/

.bing-maps-info-box {
    font-family: 'Spartan', Helvetica, Arial, sans-serif;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: .4em;
    background: #555555;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: .85em;

    /*
        Top to match the pointer size below
        to shift div below the pin
    */
    top: 5px;
}

    .bing-maps-info-box:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(85, 85, 85, 0);
        border-bottom-color: #555555;
    
        /*
            Size of the pointer
            Should always be + and - the same value for
            width and left respectively
        */
        border-width: 5px;
        margin-left: -5px;
    }

    .bing-maps-info-box.top {
        top: -8px;
    }

    .bing-maps-info-box.top:after {
        top: 100%;
        bottom: 0;
        border-top-color: #555555;
        border-bottom-color: rgba(0, 0, 0, 0);
    }


.page-reportsinbox .ng-main-body {
    padding-top: 4em;
}

.btn.clean-btn,
.btn.clean-btn:focus,
.btn.clean-btn:active,
.btn.clean-btn.active,
.open .dropdown-toggle.btn.clean-btn,
.btn.clean-btn:hover {
    border: none;
    color: #005065;
    background: transparent;
    font-size: 1.2em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .open .dropdown-toggle.btn.clean-btn,
    .btn.clean-btn:hover {
        color: #f00;
    }

    .btn.clean-btn .caret {
        border-top-color: #005065;
    }

    .open .dropdown-toggle.btn.clean-btn .caret,
    .btn.clean-btn:hover .caret {
        border-top-color: #f00;
    }

.dropdown-menu {
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
}

.ie7 .btn, 
.ie7 .caret, 
.ie7 .btn-group, 
.ie7 .btn-group-vertical {
    *display: inline;
    zoom: 1;
}

.ie7 .caret {
    vertical-align: middle;
}

.btn-primary {
    background: #535352;
    border-radius: 8px;
    padding: 1em;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary:focus,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        color: #535352 !important;
        background-color: transparent;
        border-color: #535352;
    }

.btn-secondary {
    padding: 0 1.5em;
    background: #D0CACA;
    color: #FFFFFF !important;
    border-radius: 0.3em;
    border: none;
    height: 35px;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary[disabled] {
    background: #005065;
}


.btn-info {
    padding: 0 1.5em;
    background: #D0CACA;
    color: #FFFFFF !important;
    border-radius: 0.3em;
    border: none;
    height: 35px;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background: #005065;
}

.btn-success {
    padding: 0 1.5em;
    background: #D0CACA;
    color: #FFFFFF !important;
    border-radius: 0.3em;
    border: none;
    height: 35px;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background: #005065;
}

.btn-danger {
    padding: 0 1.5em;
    background: #FD1D8C;
    color: #FFFFFF !important;
    border-radius: 0.3em;
    border: none;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    background: #005065;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #cccccc;
    border-color: #ffffff;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
    background: #005065;
}

.btn {
    font-size: 13px;
}

.btn-danger {
    background-color: #FD1D8C;
}

.btn-success {
    background-color: #81CA9C;
}

.btn .caret {
    vertical-align: 15%;
}

/*.btn-primary:active, .btn-primary.active {
        background-color: #4db6e2 \9;
    }*/

.btn-link {
    padding: 0 1.5em;
    background: #D0CACA;
    color: #FFFFFF !important;
    border-radius: 0.3em;
    border: none;
}

.btn-link:hover,
.btn-link:active,
.btn-link.active,
.btn-link.disabled,
.btn-link[disabled] {
    background: #005065;
}

/* .main-header */
.main-header {
    background: #fff;
    padding: 0 .8em 0 3.8em;
    min-height: 2em;
    box-shadow: 0 10px 11px -12px #888888;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
}

.main-header-inner {
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
}

.ie7 .main-header-inner {
    padding-right: 36em;
}

body.page-locations .main-header .page-title {
    width: 18%;
}

/* main-header-left */
.main-header-left {
    height: 37px;
    margin-left: 9em;
    flex-grow: 4;
    display: flex;
    min-width: 180px;
}

.page-reports .main-header-inner {
    padding-right: 2em;
}

.ie7 .page-reports .main-header-inner {
    padding-right: 10em;
}

.main-header-left .client-logo {
    margin-right: 1em;
    display: block;
}

    .main-header-left .client-logo img {
        max-width: 75px;
        max-height: 30px;
        transition: all .3s;
    }

    .main-header-left .client-logo.show-true {
        display: block;
    }

.main-header-left .header {
  flex-grow: 4;
}

    .main-header-left .header h1 {
        font-family: inherit;
        font-size: 1.25em;
        font-weight: 700;
        letter-spacing: .03em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 1.4;
        margin: 0;
    }

        .main-header-left .header h1 span {
            font-size: .7em;
            font-weight: 300;
            color: #c4c1c1;
            display: block;
            letter-spacing: 0;
            position: relative;
            top: -.3em;
        }
.page-locations .main-header-left .header h1,
.page-classifications .main-header-left .header h1,
.page-retailers .main-header-left .header h1,
.page-reports .main-header-left .header h1,
.page-reportsrunner .main-header-left .header h1 {
    margin-top: 0;
}

.main-header-left .header h2 {
    font-weight: normal;
    margin: 30px 10px 0 40px;
    color: #c4c1c1;
    float: left;
}

.main-header-right {
    display: flex;
}

.ie7 .main-header-right {
    width: 500px;
}

.rh-comp-filters-wrp {
    flex-grow: 4;
    margin-right: 1em;
}

.rh-comp-filters {
    flex-grow: 1;
}

#classifications-search.search-box {
  min-width: 23em;
}

/* content-placeholder */
.content-placeholder {
    padding: 40px;
    text-align: center;
}

body.page-locations .content-placeholder,
body.page-classifications .content-placeholder,
body.page-retailers .content-placeholder {
    min-height: 600px;
}

.content-placeholder .content-placeholder-inner {
    display: inline-block;
    width: 500px;
    margin: 20px auto;
    padding: 20px 0;
    font-size: 1.15em;
    line-height: 1.2;
}


.content-placeholder .landing-msg {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

    .content-placeholder .landing-msg li {
        padding: 20px 50px 20px 130px;
        line-height: 1.3;
        position: relative;
    }

    .content-placeholder .landing-msg .header {
        border-bottom: 1px solid #000;
        font-size: 1.2em;
        position: relative;
    }

        .content-placeholder .landing-msg .iconic,
        .content-placeholder .landing-msg .header .iconic {
            font-size: 4em;
            color: #000;
            position: absolute;
            top: -.15em;
            left: 0;
        }

        .content-error-locations .landing-msg .iconic,
        .content-error-locations .landing-msg .header .iconic {
            top: 0;
            left: -.4em;
        }

    .content-placeholder .landing-msg .padded {
        display: inline-block;
        padding: 5px 0 10px;
    }

    .content-placeholder .landing-msg a {
        color: #777;
    }

    .content-placeholder .landing-msg .tip {
        position: relative;
    }

        .content-placeholder .landing-msg .tip .icon {
            display: inline-block;
            padding: 10px;
            position: absolute;
            top: 20px;
            left: 55px;
        }

    .content-placeholder .landing-msg .content {
        color: #636562;
    }

    .content-placeholder .landing-msg #location-error-msg {
        font-size: 0.6em;
        line-height: 1.4em;
    }

.content-placeholder h1,
.content-placeholder .normal {
    font-size: 20px;
    line-height: 25px;
    font-weight: lighter;
    margin-right: 40px;
}

    .content-placeholder h1 strong,
    .content-placeholder .telephone {
        font-weight: 800;
        font-size: 1.1em;
    }

.content-placeholder div.telephone {
    margin: 30px 0 10px;
    text-align: left;
}

.content-placeholder .title h1 {
    font-size: 38px;
    line-height: 44px;
}

.content-placeholder h2 {
    color: #eee;
    font-size: 13px;
    line-height: 15px;
    margin: 0;
}

.content-placeholder .pull-left h2 {
    width: 450px;
}

.content-placeholder .title h2 {
    font-size: 20px;
    line-height: 24px;
    color: #bbb;
    margin-bottom: 50px;
}

.content-placeholder .part {
    margin: 10px 0 50px -60px;
}

    .content-placeholder .part .numbered {
        font-size: 26px;
        background: #323031;
        padding: 10px 0;
        width: 40px;
        text-align: center;
        border-radius: 50%;
        display: block;
        margin-right: 20px;
        color: #999;
    }

    .content-placeholder .part .content {
        vertical-align: top;
        width: 80%;
    }

.content-placeholder .content-placeholder-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .content-placeholder .content-placeholder-tabs li {
        margin: 0 2% 0 0;
        padding: 0 0 0 2%;
        display: inline-block;
        float: left;
        width: 20%;
        font-size: 13px;
        border-left: 1px solid #333;
    }

.content-placeholder .content-placeholder-tab-title {
    margin-bottom: 5px;
}

.content-placeholder .content-placeholder-tab-title {
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.content-placeholder .content-placeholder-tab-content h1 {
    color: #eee;
    font-size: 13px;
    line-height: 16px;
}

.content-placeholder .content-placeholder-msg {
    background: #333;
    padding: 10px 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-box-shadow: 0 0 3px #000 inset;
    -moz-box-shadow: 0 0 3px #000 inset;
    -ms-box-shadow: 0 0 3px #000 inset;
    -o-box-shadow: 0 0 3px #000 inset;
}

/* Icon info bubble messages */
.icon-info-bubble {
    background: url('/content/images/icon_info.png') right center no-repeat;
    cursor: pointer;
    margin-left: 5px;
}

#main-tooltip-container {
    z-index: 2001;
}

.tooltip {
    font-size: 13px;
    font-weight: normal;
    z-index: 2002;
    opacity: 1 !important;
}

.tooltip-inner {
    color: #fff;
    background-color: #555;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #555;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #555;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #555;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #555;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #555;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #555;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #555;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #555;
}

.popover-title {
    min-width: 10em;
    font-size: 15px;
}

.tooltip-inner table {
    margin-bottom: .6em;
}

.tooltip-inner th {
    color: #fff;
    vertical-align: top;
    border: 1px solid #999;
    padding: .2em;
}

.tooltip-inner tr:first-child th {
    color: #fff;
    border: none;
    padding-bottom: .6em;
}

.tooltip-inner td {
    min-width: 5em;
    vertical-align: top;
    text-align: right;
    border: 1px solid #999;
    padding: .2em;
}


@media (max-width: 768px) {
    .tooltip-inner {
        color: #fff;
        background-color: #555;
    }

    .tooltip.top .tooltip-arrow {
        border-top-color: #555;
    }

    .tooltip.top-left .tooltip-arrow {
        border-top-color: #555;
    }

    .tooltip.top-right .tooltip-arrow {
        border-top-color: #555;
    }

    .tooltip.right .tooltip-arrow {
        border-right-color: #555;
    }

    .tooltip.left .tooltip-arrow {
        border-left-color: #555;
    }

    .tooltip.bottom .tooltip-arrow {
        border-bottom-color: #555;
    }

    .tooltip.bottom-left .tooltip-arrow {
        border-bottom-color: #555;
    }

    .tooltip.bottom-right .tooltip-arrow {
        border-bottom-color: #555;
    }
}

/* active tab */
.subpages-tabs {
    display: none;
}

/* main-subpage-tabs */
.main-subpage-tabs {
    float: right;
    position: relative;
    margin-right: 2em;
}


.page-retailers .main-subpage-tabs,
.page-classifications .main-subpage-tabs,
.page-locations.page-placeholder .main-subpage-tabs {
    display: none;
}

body.page-retailershome #retailershome-topbar,
body.page-explorer #explorer-topbar,
body.page-locations #locations-topbar {
    display: block;
}

body.thin .main-subpage-tabs {
    margin: 1em 0 0;
}

.main-subpage-tabs #main-subpage-btn {
    border: none;
    background: transparent;
    font-size: 2.5em;
    text-decoration: none;
    display: none;
    line-height: .7;
    font-weight: 700;
    padding-right: .2em;
    color: #666;
    position: relative;
    top: .4em;
}

    .main-subpage-tabs #main-subpage-btn:hover,
    .main-subpage-tabs #main-subpage-btn:active,
    .main-subpage-tabs.open #main-subpage-btn {
        color: #005065;
    }

/* subpages-tabs */
.subpages-tabs .navigation {
    list-style: none;
    display: flex;
}

.open .subpages-tabs .navigation {
    width: 15em;
}

.subpages-tabs .navigation > li {
    height: 50px;
    overflow: hidden;
    margin-right: 0.2em;
    margin-bottom: 1.1em;
}

    .subpages-tabs .navigation > li:first-child {
        margin-left: 0;
    }

body.thin .subpages-tabs .navigation > li {
    margin-right: 0;
    margin-left: .2em;

}

.subpages-tabs .navigation > li.iconic {
    margin-right: 2em;
}

.subpages-tabs .navigation > li > a {
    display: block;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0 1.5em;
    background: #D0CACA;
    color: #fff;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    font-size: .9em;
    position: relative;
    border-radius: 0.3em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 992px) {
  .subpages-tabs .navigation > li > a {
    font-size: .6.5em;
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .subpages-tabs .navigation > li > a {
    font-size: .8em;
    padding: 0 1em;
  }
}

    .subpages-tabs .navigation > li > a:hover {
        background-color: #005065;
        color: #fff;
    }

.subpages-tabs .navigation > li > a:hover {
    background-color: #005065;
    color: #fff;
}

.subpages-tabs .navigation > li.iconic > a {
    color: #999;
    background: transparent;
    padding-left: .3em;
    padding-right: .3em;
    font-size: 20px;
}

    .subpages-tabs .navigation > li.iconic > a.active,
    .subpages-tabs .navigation > li.iconic > a:hover {
        color: #005065;
    }

.subpages-tabs .navigation > li > a > b {
    position: absolute;
    top: -2px;
    right: -15px;
    border-left: 16px solid #fff;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
    z-index: 2;
}

.subpages-tabs .navigation > li > a.iconic.loading {
    background: url('/content/images/loader_888888_FFFFFF_16x16.gif') center center no-repeat;
    text-indent: -50px;
    width: 16px;
}

.subpages-tabs .navigation .open > a,
.subpages-tabs .navigation a:hover {
    color: #333;
}

.subpages-tabs .navigation > li.sep-btn {
    margin-right: 1em !important;
}

.subpages-tabs .navigation > li.explorer-bespoke-boundary-tab-noaccess {
    margin-right: 2em;
}

.subpages-tabs .explorer-bespoke-boundary-tab-noaccess .glyphicon {
    font-size: .8em;
}


.page-investors .subpages-tabs .dropdown-toggle .caret {
    border-top-color: #fff;
}

body.page-retailershome-benchmark .subpages-tabs .benchmark,
body.page-retailershome-benchmark-maps .subpages-tabs .benchmark,
body.page-retailershome-portfolio .subpages-tabs .portfolio,
body.page-retailershome-portfolio-maps .subpages-tabs .portfolio,
body.page-retailershome-portfolio-list .subpages-tabs .portfolio,
body.page-retailershome-competitor-list .subpages-tabs .competitors,
body.page-retailershome-competitor-maps .subpages-tabs .competitors,
body.page-retailershome-competitors .subpages-tabs .competitors,
body.page-explorer-geographies .subpages-tabs .geographies,
body.page-explorer-companies .subpages-tabs .companies,
body.page-locations-overview .subpages-tabs .overview,
body.page-locations-churn .subpages-tabs .churn,
body.page-locations-vacancy .subpages-tabs .vacancy,
body.page-locations-occupancy .subpages-tabs .occupancy {
    background: #005065;
    cursor: default;
    z-index: 100;
}


.subpages-tabs .navigation > li > a.active,
.subpages-tabs .navigation > li > a.active:visited,
.subpages-tabs .navigation > li > a.active:hover {
    cursor: pointer;
}

    .subpages-tabs .navigation > li > a.active b,
    .subpages-tabs .navigation > li > a.active:visited b,
    .subpages-tabs .navigation > li > a.active:hover b,
    body.page-retailershome-benchmark .subpages-tabs .benchmark b,
    body.page-retailershome-benchmark-maps .subpages-tabs .benchmark b,
    body.page-retailershome-portfolio .subpages-tabs .portfolio b,
    body.page-retailershome-portfolio-maps .subpages-tabs .portfolio b,
    body.page-retailershome-portfolio-list .subpages-tabs .portfolio b,
    body.page-retailershome-competitor-list .subpages-tabs .competitors b,
    body.page-retailershome-competitor-maps .subpages-tabs .competitors b,
    body.page-retailershome-competitors .subpages-tabs .competitors b,
    body.page-explorer-geographies .subpages-tabs .geographies b,
    body.page-explorer-companies .subpages-tabs .companies b,
    body.page-locations-overview .subpages-tabs .overview b,
    body.page-locations-churn .subpages-tabs .churn b,
    body.page-locations-vacancy .subpages-tabs .vacancy b,
    body.page-locations-occupancy .subpages-tabs .occupancy b {
        display: none;
    }

body.page-retailershome-settings .subpages-tabs a.settings,
body.page-retailershome-settings .subpages-tabs a.settings:hover {
    color: #005065;
    cursor: default;
}


.subpages-tabs .navigation .caret {
    border-top-color: #666;
    zoom: 1;
    *display: inline;
    font-size: 0;
}

.subpages-tabs .open > .dropdown-menu {
    left: auto;
    right: 0;
}

.subpages-tabs .dropdown-menu a:hover {
    color: #fff;
}


/* explorer-retailers-tab */
.subpages-tabs li.explorer-retailers-tab {
    display: none;
    margin-left: .7em;
    max-width: 2em;
}

.export-download .subpages-tabs li.explorer-retailers-tab {
    margin-left: 0;
}

.subpages-tabs li.explorer-tab-export-download.sep-btn {
    margin-right: 0.5em !important;
}

body.page-explorer li.explorer-retailers-tab {
    display: block;
}

/* explorer-bespoke-boundary-tab */
.subpages-tabs li.explorer-tab-export-download,
.subpages-tabs li.explorer-bespoke-boundary-tab-noaccess {
    display: none;
}

body.page-explorer-geographies.export-download .subpages-tabs li.explorer-tab-export-download,
body.page-explorer-geographies .subpages-tabs li.explorer-bespoke-boundary-tab-noaccess {
    display: block;
}

.sv-container-templated {
    padding-bottom: 2em;
}

.container-scrollable .tooltip {
    display: none !important;
}

/* jScrollPane */
.jspHorizontalBar,
.jspVerticalBar,
.jspTrack {
    background: transparent;
}

.jspDrag {
    background: #eee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-transition: .5s background ease-in-out;
    -webkit-transition: .5s background ease-in-out;
    -o-transition: .5s background ease-in-out;
    -ms-transition: .5s background ease-in-out;
    transition: .5s background ease-in-out;
}

.page-section-bg.container-scrollable .jspDrag {
    background: #dddd;
}

.jspTrack .jspActive,
.jspTrack .jspHover,
.jspDrag:hover {
    background: #bbb;
}

.page-section-bg.container-scrollable .jspTrack .jspActive,
.page-section-bg.container-scrollable .jspTrack .jspHover,
.page-section-bg.container-scrollable.jspDrag:hover {
    background: #f0f0f0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    height: 55%;
}

.jspVerticalBar .jspTrack,
.jspVerticalBar .jspDrag {
    width: 70%;
}

.jspArrow {
    background: url("images/ui-icons_222222_256x240.png") no-repeat;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    .jspVerticalBar > .jspActive,
    .jspArrow:hover {
        background-image: url('images/ui-icons_cd0a0a_256x240.png');
    }

.jspVerticalBar > .jspDisabled,
.jspVerticalBar > .jspDisabled:hover,
.jspHorizontalBar > .jspDisabled,
.jspHorizontalBar > .jspDisabled:hover {
    background-color: transparent;
    background-image: url('images/ui-icons_888888_256x240.png');
}

.jspVerticalBar .jspArrow {
    height: 15px;
}

.jspHorizontalBar .jspArrow {
    width: 15px;
}

.jspArrowUp {
    background-position: 0 0;
}

.jspArrowDown {
    background-position: -64px 0 !important;
}

.jspArrowLeft {
    background-position: -96px 0 !important;
}

.jspArrowRight {
    background-position: -32px 0 !important;
}

.collapsing-panel {
    margin-bottom: 1.2em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 -3px 8px rgba(0, 0, 0, 0.1);
}
    .collapsing-panel.continuous {
        margin-bottom: 0;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
        border-bottom: 1px solid #dcdcdc;
    }

    .collapsing-panel li {
        background: none repeat scroll 0 0 #fff;
        list-style: outside none none;
    }

        .collapsing-panel li.header {
            background: none repeat scroll 0 0 #ebebeb;
            color: #555;
            font-weight: bold;
            padding: 0.5em 0.4em 0.5em 0.6em;
        }

        .collapsing-panel li.header:after {
            clear: both;
        }	
    
    .collapsing-panel .iconic.info {
        background: none repeat scroll 0 0 #ccc;
        border-radius: 50%;
        color: #fff;
        cursor: default;
        font-size: 8px;
        padding: 0.2em 0.3em;
        position: relative;
        top: -1px;
        left: 2px;
    }

    .collapsing-panel .top .iconic.info {
        top: -6px;
    }

    .collapsing-panel .iconic {
        font-family: "icomoon";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none;
    }

    .collapsing-panel .sub-header {
        margin-top: 5px;
    }

        .collapsing-panel .sub-header .title {
            color: #777;
            font-size: 0.8em;
            font-weight: bold;
            text-transform: uppercase;
        }
    
    .collapsing-panel .header span.header-title {
        width: 90%;
        display: inline-block;
    }
    
    .collapsing-panel .header span.btn-toggle-show  {
        float: right;
    }
    
    .collapsing-panel .header .btn-toggle-show a {
        color: #a2a2a2;
        text-decoration: none;
        cursor: pointer;
        float: right;
        font-size: 0.63em;
        width: 15px;
        height: 14px;
        padding-left: 1px;
    }

    /* chrome hack */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .collapsing-panel .header .btn-toggle-show a {
            height: 15px;
            padding-bottom: 1px;
        }
    } 

    .collapsing-panel .header .btn-toggle-show a:hover {
        color: #6c6c6c;
        float: right;
    }
    
    .collapsing-panel .panel-item {
        color: #787878;
        font-size: 0.85em;
        border-bottom: 1px solid #f0f0f0;
    }

        .collapsing-panel .panel-item:last-child {
            border-bottom: none;
        }

        .collapsing-panel .panel-item a {
            text-decoration: none;
        }

    .collapsing-panel li.panel-item.collapsing {
        -moz-transition: none; 
        -webkit-transition: none; 
        -o-transition: none; 
        transition: 0.04s; /* slide speed */
    }


@media (max-width: 1400px) {
    .collapsing-panel .header .header-title {
        font-size: 0.9em;
    }
}
a.blue,
a.blue:link,
a.blue:visited,
a.red,
a.red:link,
a.red:visited {
    color: red;
    text-decoration: underline;
    display: inline-block;
    padding: 2px;
    line-height: 1;
    font-size: .9em;
}

a.blue,
a.blue:link,
a.blue:visited {
    color: #005065;
}

a.blue:hover,
a.red:hover {
    background: #f00;
    color: #fff;
    text-decoration: none;
}

a.blue:hover {
    background: #005065;
}

.controls-sm {
    width: 300px;
}
    
.overflow-vert {
    overflow-y: auto;
}

.half-width {
    width: 50% !important;
}

.third-width {
    width: 33% !important;
}

.quarter-width {
    width: 25% !important;
}

body.page-admin {
    padding-top: 40px;
    color: #333;
    background-color: #fff;
    margin: 0;
}

    .page-admin .btn {
        min-width: 72px;
        padding: 0.5em 1.5em;
        border-radius: 0.5em;
    }

    .page-admin .container {
        overflow: auto;
        padding: 0 2em 1em 2em;
    }

    .page-admin .navbar {
        padding: 0;
    }

    .page-admin .container,
    .page-admin .navbar {
        min-width: 1225px !important;
        max-width: none !important;
        width: 100%;
        margin: 0;
    }

    .page-admin .admin-table th,
    .page-admin .admin-table td {
        text-align: left;
    }

    .page-admin .admin-table .status {
        padding: 1px 6px;
    }    
    
        .page-admin .admin-table .status.expiring.live {
            color: #fff;
            background-color: #ff4d4d !important;
        }

        .page-admin .admin-table .status.blocked {
            /*color: #fff;
            background-color: #a6a6a6;*/
        }

        .page-admin .admin-table .status.live {
            font-weight: bold;
            background-color: #ccffcc;
        }

    .page-admin .table td,
    .page-admin .table th {
        padding: 0 10px;
        text-align: left;
    }

    .page-admin .page-header {
        overflow-y: auto;
        margin: 1em 0 1em 0;
        padding-bottom: 0;
    }

        .page-admin .page-header.border-top {
            border-top: 1px solid #eee;
            border-bottom: none;
            padding-top: 3em;
        }

        .page-admin .page-header h1 {
            font-size: 23px;
            position: relative;
        }

            .page-admin .page-header h1 a {
                float: right;
                margin-top: -1em;
                margin-right: 1em;
            }

        .page-admin .page-header.border-top.users {
            margin-top: 10px;
            padding-top: 1em;
        }

        .page-admin .page-header .left {
            width: 45%;
            float: left;
            padding: 1em 1em 1em 0;
        }

        .page-admin .page-header .right {
            width: 45%;
            float: right;
            padding: 1em 0 1em 1em;
        }

            .page-admin .page-header .right .btn {
                float: right;
                margin-left: 1em;
            }

    .page-admin .table td {
        line-height: 2;
    }

    .page-admin .client-filters {
        margin-bottom: 2em;
    }

        .page-admin .client-filters select {
            margin-bottom: 0;
            margin-right: 1em;
            height: 2em;
            width: 150px;
        }

        .page-admin .client-filters .btn {
            width: 80px;
            height: 100%;
            margin-bottom: 4px;
            background-color: #eee;
        }

        .page-admin .client-filters .clear-filter {
            margin-left: .6em;
            color: gray;
            font-size: 14px;
        }

        .page-admin .search-box {
            display: block;
        }

        .page-admin .search-box .cf {
                display: flex;
         }

        .page-admin .search-box .ui-autocomplete {
            left: auto !important;
            background: #fff;
            border: 1px solid #bbb;
            box-shadow: 0 2px 5px #bbb;
            margin-top: 35px;
        }

        .page-admin .search-box .ui-autocomplete .ui-menu-item {
            border-bottom-color: #eee;
        }

    .page-admin label.inline {
        display: inline-block;
        margin: .5em 0 0 1em;
    }

    .ui-autocomplete-loading {
        background:url('/content/images/loader_5CA6EE_transparent.gif') right center no-repeat;
    }

    .page-admin .loading {
        background: #fff url('/content/images/loader_888888_FFFFFF_16x16.gif') center center no-repeat !important;
        width: 30px;
        height: 30px;
        padding-left: 170px;
        display: none;
    }

    .page-admin #upload {
        float: left;
    }

    .page-admin .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    .page-admin .left {
        width: 50%;
        min-width: 380px;
        padding: 15px;
        float: left;
    }

    .page-admin .right {
        padding: 15px;
    }

    .page-admin label {
        margin-bottom: 5px !important;
    }

    .page-admin .horiz-line {
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 9px;
    }

    .page-admin .permissions input {
        margin-left: 10px;
        margin-bottom: 5px;
    }

    .page-admin .client-info {
        margin: 1em 0 1em 0;
    }

        .page-admin .client-info div {
            margin-bottom: 2px;
            min-height: 20px;
        }

            .page-admin .client-info .title {
                display: inline-block;
                margin-right: 1em;
                font-weight: bold;
           }

            .page-admin .client-info .value {
                display: inline-block;
            }

            .page-admin .client-info .status {
                padding: 1px 2px 0 2px;
                display: inline-block;
            }    

                .page-admin .client-info .status.expiring {
                    color: #fff;
                    background-color: #ff4d4d;
                }

                .page-admin .client-info .status.blocked {
                    /*color: #fff;
                    background-color: #a6a6a6;*/
                }

    .page-admin .client-logo {
        min-height: 44px;
    }

        .page-admin .client-logo span {
            font-weight: bold;
            margin-bottom: 2px;
        }

        .page-admin .client-logo img {
            display: inline-block;
            margin-top: 4px;
            font-style: italic;
            border: 1px solid #ddd;
            color: #bbb;
        }

            .page-admin .client-logo img.no-image {
                padding: 3px 5px 3px 3px;
                border: 1px solid #bbb;
            }

    .page-admin .nav.navbar-nav {
        font-size: 1.3em;
    }

    .page-admin .nav.navbar-nav.navbar-right {
        font-size: 1.1em;
        margin-right: 1em;
    }

    .page-admin .narrow,
    .page-admin .very-narrow {
        width: 70%;
        margin: auto;
        padding: 0 2em 0 2em;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }

    .page-admin .very-narrow {
        width: 35%;
        padding: 2em 5em 0 5em;
    }

    .page-admin td.centre {
        padding-left: 2.5em;
    }

    .page-admin .very-narrow .form-group select,
    .page-admin .very-narrow .form-group .name {
        width: 100%;
    }

    .page-admin .content-left {
        float: left;
        padding: 2em;
    }

    .page-admin .content-right {
        float: right;
        padding: 2em;
    }

    .page-admin .footer.right {
        float: right;
        padding: 0;
        margin: .5em 0;
    }

    .page-admin form h1 {
        font-size: 23px;
        color: #999;
        margin-bottom: 1em;
    }

    .page-admin .form-control {
        font-size: 15px;
    }

    .page-admin .form-group.checkbox-group {
        margin-bottom: 6px;
    }

        .page-admin .form-group.checkbox-group label {
            margin-left: .5em;
            margin-top: 0;
            padding-top: 0;
            cursor: pointer;
        }

    .page-admin .special {
        background-color: #f2f2f2;
        padding: .5em;
        margin-bottom: 1em;
    }

        .page-admin .special input {
            margin-left: 10px;
        }

        .page-admin .special p {
            line-height: 1.4em;
        }

    .page-admin .indent input {
        margin-left: 17px;
    }

    .page-admin .alert {
        padding: 1em;
        margin-top: -1em;
    }

    .page-admin .required {
        color: red;
    }

    .page-admin p.info {
        line-height: 1.4em;
    }

        .page-admin p.info.highlight {
            color: #0033cc;
        }

@media (max-width: 1400px) {
    .page-admin .narrow {
        width: 100%;
        padding: 0;
        border-left: none;
        border-right: none;
    }

    .page-admin .very-narrow {
        width: 40%;
        padding: 1em 2em 0 2em;
    }
}

.page-admin .user-list .o2-map-message {
    border: 1px solid #e60000;
    padding: 1em 2em 2em;
    line-height: 1.4em;
}

    .page-admin .user-list .o2-map-message h3 {
        color: #e60000;
    }

    .page-admin .user-list .o2-map-message ul {
        list-style-type: numeric;
        padding: 0.5em 2em;
    }

    .page-admin .user-list .o2-map-message li {
        padding: 0.2em;
    }

#locations-overview-business-types-chart {
    height: 150px;
}

#locations-overview-retail-mix .section-controls-title,
#locations-overview-retail-mix .section-controls-display {
    display: none;
}

#locations-overview .section-title {
    font-size: 1.2em;
    color: #747373;
    font-weight: normal;
    display: block;
}


.page-locations-churn .main-body-content-right .section-header,
.page-locations-occupancy .main-body-content-right .section-header {
    padding-bottom: 0;
}

#locations-overview-retail-mix .section-subheading {
    /*margin-bottom: 2em;*/
}

.page-locations .with-borders th, 
.page-locations .with-borders td {
    width: 4.5em;
}

.page-locations .with-borders th:first-child, 
.page-locations .with-borders td:first-child {
    width: auto;
}

#locations-churn-openings,
#locations-churn-closures {
    position: relative;
    top: -2em;
}

.page-locations-overview .legend-cont {
    padding-bottom: 0;
}

/* page-locations-overview */
.page-locations-overview .subpages-content {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0.5em;
    padding-bottom: 0;
}


.page-overview table {
    width: 100%;
}

.page-overview .numb .vl {
    display: block;
    font-size: 3em;
    padding-bottom: .05em;
}

.page-overview .numb .vacancy-movement {
    display: inline-block;
    position: relative;
    top: -.25em;
}

    .page-overview .numb .vacancy-movement.show- {
        display: none;
    }

.page-overview .numb .superscript {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    top: -1em;
    font-size: .4em;
    color: #888;
}

.page-overview .numb.mv {
    padding: .5em 0;
}

    .page-overview .numb.mv .vl {
        padding-bottom: 0;
    }

.page-overview .numb.large .vl {
    font-size: 5em;
}

.bl .numb .superscript {
    color: #3CCCFA;
}

.bl .numb .vl {
    color: #00AAE1;
}

.page-overview .numb.large .vacancy-movement {
    top: -.4em;
}

.page-overview .numb .lbl {
    display: block;
}

.loc-ov-diversity-index .iconic,
.loc-ov-keydata .iconic,
.page-overview .iconic {
    font-size: 8px;
    color: #fff;
    background: #ccc;
    padding: .2em .3em;
    margin-left: .2em;
    cursor: pointer;
    position: relative;
    top: -.2em;
    border-radius: 50%;
}

.page-overview .section-header .iconic {
    top: -.5em;
}

.page-overview .iconic:hover {
    background: #666;
}

.page-overview .tooltip-inner {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
}

/* no-border */

.page-overview .no-border {
    font-size: 1em;
    width: 100%;
}

    .page-overview .no-border th,
    .page-overview .no-border td {
        padding: .1em .5em;
        text-align: right;
        font-size: .85em;
    }

    @media (max-width: 1300px) {
      .page-overview .no-border td {
        padding: .1em .5em !important;
      }
    }

    .page-overview .no-border th {
        padding-bottom: .4em;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
        color: #444;
        font-weight: 500;
        font-size: .75em;
    }

        .page-overview .no-border th:first-child {
            text-align: left;
            padding-left: 0;
        }


    .page-overview .no-border .tabular-subheader td {
        font-size: .75em;
        padding-top: .1em;
        color: #999;
    }

        .page-overview .no-border .tabular-subheader td:first-child {
            border-bottom-color: transparent;
        }

.page-overview .no-border td:first-child {
    padding-left: 0;
    color: #333;
    text-align: left;
}

    .page-overview .no-border .tabular-total td:first-child {
        font-size: .8em;
    }

.page-overview .no-border.all-left th,
.page-overview .no-border.all-left td {
    text-align: left;
    vertical-align: top;
}

.page-overview .no-border tr:nth-child(2) td {
    padding-top: .3em;
}

.page-explorer-geographies .page-overview .no-border tr:nth-child(2) td {
    padding-top: .2em;
}

.page-overview .no-border .tabular-subheader td {
    padding-bottom: .4em;
}

.page-overview .no-border th > .cell-bg,
.page-overview .no-border td > .cell-bg {
    padding: 3px;
    margin-right: 6px;
}

.page-overview .no-border .group td {
    font-weight: bold;
}

.page-overview .no-border .name-outer {
    width: 230px;
}

.page-overview .no-border .name-inner {
    max-width: 230px;
    line-height: 1.1;
    color: #777;
}

    .page-overview .no-border .name-inner a.select {
        max-width: 205px;
    }

.page-overview .no-border .selected-true .name-inner a.select {
    max-width: 205px;
}

.page-overview .no-border .sublevel .tabular-cell-title {
    padding-left: 1.4em;
}

#locations-occupancy-centres table {
  border-spacing: 5px;
}

#locations-occupancy-centres td:last-child,
#locations-vacancy-centres td:last-child,
#locations-churn-centres td:last-child {
  width: 6%;
}

/* page-centres */
.page-centres th span {
    font-weight: normal;
}

.page-centres .variation {
    padding: 2px 5px;
    margin: 1px;
}

.page-centres .name-outer {
    width: 160px;
    height: 21px;
}

.page-centres .name-inner {
    max-width: 100%;
    display: inline-block;
    margin-left: -5px;
}

.page-centres .tabular-row .name-inner {
    margin-left: 0;
}

.page-centres .name-inner.link-false:hover {
    background: transparent;
}

.page-centres a.select {
    display: inline-block;
    text-decoration: none;
    float: left;
}

.page-centres a.link-false {
    color: #333;
    cursor: default;
}

.page-centres a.link-true:hover {
    color: #FF9521;
}

.page-centres tr:hover td.last {
    color: #fff;
}

.page-centres .name-inner .select {
    max-width: 150px;
    margin: 0 5px;
}

.page-centres .selected-true a.select {
    max-width: 135px;
    margin-right: 0;
    color: #FF9521;
    font-weight: bold;
}

.page-centres a.unselect,
.page-centres a.unselect:visited {
    float: left;
    position: relative;
    left: .1em;
    text-decoration: none;
    display: none;
}

.page-centres .selected-true:hover a.unselect {
    display: inline-block;
    margin-left: .2em;
}

    .page-centres .selected-true:hover a.unselect:hover {
        color: #f00;
    }

.page-centres .section-header {
    border-bottom: none;
}

body.page-locations-overview .page-centres .section-header {
    padding-left: 0;
}

/* main-body-tri-content */
.page-locations-overview .main-body-tri-content-center {
    border-radius: 1em;
    background-color: #fff;
    padding: 1em;
    overflow: hidden;
}

.main-body-tri-content-right {
    border-radius: 1em;
    background-color: #fff;
    margin-top: 2em;
    padding: 1em;
}

.main-body-tri-content-left {
    border-radius: 1em;
    background-color: #fff;
    padding: 1em;
}
/* loc-ov-keydata */
.loc-ov-keydata {
    border-bottom: 1px solid #ddd;
    margin: 0 2em;
}

    .loc-ov-keydata .tbl-l {
        /*width: 40%;*/
        float: left;
        margin-right: 2em;
    }

        .loc-ov-keydata .tbl-l td {
            padding-right: 2em;
        }

    .loc-ov-keydata .section-header {
        padding-top: 1.5em;
    }

    .loc-ov-keydata .tbl-l .b .vacancy-movement-arr {
        font-size: 3em;
        padding-right: .5em;
    }

    .loc-ov-keydata .tbl-l .disp-- div {
        display: none;
    }

    .loc-ov-keydata .tbl-l .b .vacancy-movement-arr .move {
        border-width: .2em;
        top: 20%;
    }

    .loc-ov-keydata .tbl-l .b .vacancy-movement-arr.none .move {
        width: .3em;
        height: .1em;
    }

    .loc-ov-keydata .area-vac {
        font-size: 5em;
        font-weight: bold;
        padding-right: .3em;
    }

        .loc-ov-keydata .area-vac .move {
            border-width: .15em;
            top: 25%;
        }

        .loc-ov-keydata .area-vac.none .move {
            width: .3em;
            height: .1em;
        }

    .loc-ov-keydata .lbl td {
        color: #888;
        padding-top: .2em;
        padding-bottom: 1.5em;
    }

    .loc-ov-keydata .lbl.btm td {
        padding-bottom: 2.5em;
    }

    .loc-ov-keydata .tbl-r td {
        padding-right: .6em;
    }

    .loc-ov-keydata .tbl-r .vl {
        font-size: 3.5em;
    }

    .loc-ov-keydata .tbl-r .section-header {
        padding-bottom: 1.1em;
    }

.loc-ov-mid-wrp {
    padding: 0 2em;
}

.loc-ov-mid {
    width: 100%;
}

    .loc-ov-mid .page-section {
        padding-top: 1.5em;
    }

    .loc-ov-mid .l .page-section {
        margin-left: 0;
        margin-right: 2em;
    }


    .loc-ov-mid td {
        width: 50%;
        vertical-align: top;
    }

.ie7 .loc-ov-mid td {
    width: 40%;
}

.loc-ov-mid tr.first td {
    border-bottom: 1px solid #ddd;
}

.loc-ov-mid .chart-legend {
    width: 70%;
}

    .loc-ov-mid .chart-legend li {
        text-transform: none;
    }

    .loc-ov-mid .chart-legend .ttl {
        display: none;
    }

#locations-overview-locationtypes .chart-legend { width: 75%; }

    /* loc-ov-diversity-index */
.loc-ov-diversity-index {
    padding: 0 0 2em;
    border-bottom: 5px solid #eee;
    margin-bottom: 1em;
}

    .loc-ov-diversity-index .section-heading .section-header span {
        font-weight: normal;
        font-size: .9em;
    }

    .loc-ov-diversity-index .section-heading .section-header .info {
        font-size: .5em;
    }

    .loc-ov-diversity-index table {
        width: 100%;
        font-size: .85em;
        margin-top: 1em;
    }

    .loc-ov-diversity-index td {
        padding: .35em;
        text-align: right;
    }

        .loc-ov-diversity-index td.c-0 {
            text-align: left;
            padding-left: 0;
            color: #005065;
            font-weight: bold;
        }

    .loc-ov-diversity-index .h td {
        font-weight: bold;
        border-bottom: 1px solid #ddd;
        color: #666;
        vertical-align: top;
    }

    .loc-ov-diversity-index .capt {
        text-align: left;
        font-size: .9em;
        padding-left: 0;
        padding-top: 0;
        color: #888;
    }


#locations-overview-retail-mix-chart {
    height: 210px;
    max-width: 250px;
    margin: 0 auto;
}

.loc-ov-retailer-presence {
    margin: 2em 2em 3em;
    padding-top: 2em;
    border-top: 1px solid #ddd;
}

    .loc-ov-retailer-presence ul {
        list-style: none;
        margin: 2em 0 0;
        padding: 0;
    }

    .loc-ov-retailer-presence li {
        width: 8em;
        height: 9em;
        display: block;
        float: left;
        margin: 0 2em 2em 0;
        padding: 0;
    }

        .loc-ov-retailer-presence li .img {
            border: 2px solid #888;
            display: block;
            border-radius: 1em;
        }

        .loc-ov-retailer-presence li img {
            width: 100%;
            border-radius: 0.9em;
        }

    .loc-ov-retailer-presence .content {
        margin-top: 5px;
        display: flex;
    }

        .loc-ov-retailer-presence .content .name {
            display: inline-block;
            font-size: .85em;
            line-height: 1.2;
            flex: 3;

        }

        .loc-ov-retailer-presence .content .units {
            font-size: .9em;
            font-weight: normal;
            color: #666;
        }

.ie7 .col-lg-3 {
    width: 25%;
    float: left;
}

.ie7 .col-lg-6 {
    width: 40%;
    float: left;
}

.content-page .content-locations {
    padding-bottom: 0;
}

#locations-occupancy, 
#locations-vacancy,
#locations-churn {
  overflow-y: auto;
  padding-top: 1em;
}

  #locations-occupancy .main-body-content-inner.panel,
  #locations-vacancy .main-body-content-inner.panel,
  #locations-churn .main-body-content-inner.panel {
    padding: 1em;
    border-radius: 1em;
  }

/* locations-overview-sidebar */
#locations-overview-sidebar-wrp .legend {
    margin-top: .7em;
    margin-bottom: 1em;
}

#locations-overview-sidebar-wrp .grades {
    list-style: none;
    width: 100%;
}

    #locations-overview-sidebar-wrp .grades li {
        display: block;
        float: left;
        width: 11.1%;
        height: .5em;
    }

#locations-overview-sidebar-wrp .desc {
    font-size: 1em;
    margin-top: 1em;
}

    #locations-overview-sidebar-wrp .desc .last {
        display: inline-block;
        float: right;
    }

#locations-overview-sidebar-wrp th {
    font-size: .85em;
    text-transform: none;
    color: #999;
    font-weight: bold;
    text-align: center;
}

    #locations-overview-sidebar-wrp th.first {
        text-align: left;
    }

    #locations-overview-sidebar-wrp th.hi {
        min-width: 5.5em;
    }

    #locations-overview-sidebar-wrp th span {
        font-weight: normal;
    }

    #locations-overview-sidebar-wrp th .iconic {
        font-size: 7px;
    }

#locations-overview-sidebar-wrp td {
    font-size: .85em;
    padding-top: .3em;
}

    #locations-overview-sidebar-wrp td.f .wrp {
        padding-left: 12px;
        padding-right: 20px;
        position: relative;
    }

#locations-overview-sidebar-wrp .group td {
    padding-top: .5em;
}

    #locations-overview-sidebar-wrp .group td.f {
        padding-left: 0;
    }

#locations-overview-sidebar-wrp .ms-rating {
    display: inline-block;
    padding: 0.3em .55em 0;
    color: #fff;
    border-radius: 500px;
}

#locations-overview-sidebar-wrp .expand {
    border-left: 6px solid #aaa;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    display: inline-block;
    float: left;
    position: absolute;
    top: .3em;
    left: 0;
    transition: border-left-color .1s;
}

#locations-overview-sidebar-wrp .has-ms-index-false .expand {
    visibility: hidden;
}

#locations-overview-sidebar-wrp .expand:hover {
    border-left-color: #666;
}

#locations-overview-sidebar-wrp .expanded .expand {
    border-top: 6px solid #aaa;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    margin-right: 2px;
    top: .5em;
}

    #locations-overview-sidebar-wrp .expanded .expand:hover {
        border-top-color: #666;
    }

#locations-overview-sidebar-wrp .loading .expand {
    background: url('/content/images/loader_888888_FFFFFF_16x16.gif') no-repeat;
    border: none;
    width: 16px;
    height: 16px;
    top: 0;
    left: -1px;
    margin-right: 0;
}

#locations-overview-sidebar-wrp a.select {
    line-height: 1.2em;
}

#locations-overview-sidebar-wrp a.unselect,
#locations-overview-sidebar-wrp a.unselect:visited {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    margin-top: -7px;
}

#locations-overview-sidebar-wrp .ms-index-row td {
    color: #888;
    font-size: .85em;
}

#locations-overview-sidebar-wrp .ms-index-row .name {
    margin-left: 6%;
    padding-top: .2em;
    padding-bottom: .2em;
    width: 94%;
}

#locations-overview-sidebar-wrp .ms-index-row .iconic {
    font-size: 7px;
}

.ons-view table {
    width: 100%;
}

.ons-view td {
    border-top: 1px solid #ddd;
    padding: 0.25em;
}

.ons-view tr:first-child td {
    padding-top: 0;
    border-top: 0;
}

.ons-view .section-heading {
    width: 25%;
    padding-right: 0.25em;
}

    .ons-view .section-heading .vl {
        font-size: 2.5em;
        font-weight: bold;
    }

    .ons-view .section-heading h3.section-header  {
      color: #F79327;
    }

.ons-view .hd {
    font-weight: bold;
    margin-left: 5%;
}

    .ons-view .hd .vl {
        font-size: 1.5em;
    }


.ons-view .hd-l,
.ons-view .hd-r {
    float: left;
    width: 60%;
}

.ie7 .ons-view .hd-l {
    width: 50%;
}

.ons-view .hd-r {
    width: 40%;
}

.ons-view .hd h4 {
    font-weight: bold;
    margin-bottom: .4em;
    margin-right: .2em;
    font-size: .85em;
}

.ons-view .ons-chart {
    height: 100px;
    margin: 0.5em 0 0.5em 0;
}

.page-overview .section-header .ons-iconic {
    top: -0.5em;
    left: -0.25em;
}

/* loc-ov-ons */
.loc-ov-ons table {
    padding: 0 0 2em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;
}

.loc-ov-ons .employment-profile td {
    border: none;
    padding: 0 0.4em 0 0;
    width: 38%;
}

.loc-ov-ons .employment-profile h2 {
    color: #666;
    font-weight: bold;
    font-size: .85em;
    vertical-align: top;
    margin: 0.7em 0 0.5em;
}

.loc-ov-ons .employment-profile .vl {
    font-size: 2em !important;
    margin-bottom: 0.2em;
}

.loc-ov-ons .employment-profile .reg-avg .vl {
    font-size: 1.3em !important;
    margin-bottom: 1em;
}

.loc-ov-ons .local-authority {
    position: relative;
}

    .loc-ov-ons .local-authority .dir-travel-arr-up-green,
    .loc-ov-ons .local-authority .dir-travel-arr-down-green,
    .loc-ov-ons .local-authority .dir-travel-arr-up-red,
    .loc-ov-ons .local-authority .dir-travel-arr-down-red,
    .loc-ov-ons .local-authority .dir-travel-arr-none {
        position: absolute;
        top: 25%;
        margin-left: 3%;
    }

    .loc-ov-ons .local-authority .dir-travel-arr-up-green,
    .loc-ov-ons .local-authority .dir-travel-arr-down-green,
    .loc-ov-ons .local-authority .dir-travel-arr-up-red,
    .loc-ov-ons .local-authority .dir-travel-arr-down-red {
        border-left: 0.2em solid transparent;
        border-right: 0.2em solid transparent;
    }

    .loc-ov-ons .local-authority .dir-travel-arr-up-green {
        border-bottom: 0.2em solid #81CA9C;
    }

    .loc-ov-ons .local-authority .dir-travel-arr-down-green {
        border-top: 0.2em solid #81CA9C;
    }

    .loc-ov-ons .local-authority .dir-travel-arr-up-red {
        border-bottom: 0.2em solid #FD1D8C;
    }

    .loc-ov-ons .local-authority .dir-travel-arr-down-red {
        border-top: 0.2em solid #FD1D8C;
    }

    .loc-ov-ons .local-authority .dir-travel-arr-none {
        background: none repeat scroll 0 0 #F79327;
        height: 0.15em;
        width: .3em;
    }

/* header */
.subpages-tabs li.rh-portfolio-mystores {
    display: none;
}

.page-retailershome-portfolio.retailershome-retailer .subpages-tabs li.rh-portfolio-mystores {
    display: block;
}

.page-retailershome .main-header-left .header h1 b {
    font-weight: bold;
}

body.page-retailershome,
.page-retailershome .main-body {
    background: #e7e7e7;
}

.page-retailershome-competitors .subpages-content,
.page-retailershome-portfolio .subpages-content {
    margin: 1.5em 1.5em 0 0;
    padding: 0;
}

.rh-dashboard .item {
    float: left;
    width: 33.33%;
    min-width: 22em;
    margin-bottom: 1em;
}

    .rh-dashboard .item .inner,
    .rh-dashboard .item .simpleview-wrap {
        min-height: 300px;
    }

    .rh-dashboard .item .inner {
        background: #fff;
        border: 1px solid #DBDBDB;
        margin-left: 1em;
        border-radius: 1em;
        display: flex;
        flex-direction: column;
    }

    .rh-dashboard .item .header {
        padding-left: 1em;
        padding-right: 1em;
    }

    .rh-dashboard .item .header {
        min-height: 5.5em;
        border-bottom: 1px solid #535352;
        line-height: 1.2;
        display: flex;
    }

        .rh-dashboard .item .header h3 {
            flex-grow: 3;
        }

        .rh-dashboard .item .header .actions {
            align-self: center;
        }

        .rh-dashboard .item .header .info {
            font-size: 9px;
            border-radius: 50%;
            width: 1.6em;
            height: 1.6em;
            line-height: 1.6em;
            display: inline-block;
            text-align: center;
            border: 1px solid #bbb;
            color: #bbb;
            cursor: default;
            margin-bottom: 5px; 
        }

            .rh-dashboard .item .header .info:hover {
                border-color: #555;
                color: #666;
            }

        .rh-dashboard .item .header .export {
            color: #005065;
            cursor: pointer;
            border-radius: 20%;
            background: transparent;
            font-size: 14px;
        }

            .rh-dashboard .item .header .export:hover {
                color: #25a9eb;
            }

    .rh-dashboard .item .rh-chart {
        height: 14em;
        margin: 1em 2em;
        flex-grow: 2;
    }

    .rh-dashboard .item .simpleview-wrap {
        height: 100%;
    }

    .rh-dashboard .item .simpleview-loader {
        top: 50%;
        left: 50%;
    }

.rh-dashboard .highcharts-axis-labels,
.rh-dashboard .highcharts-legend-item {
    font-family: 'Poppins Regular', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

/* footer */

.rh-dashboard .item .footer {
    display: flex;
    flex-direction: column;
    padding: 0 1em 1em 1em;
    width: 100%;
}

.rh-dashboard .footer .legend {
    font-size: 14px;
    color: #575757;
    padding-right: 1em;
    flex-grow: 1;
    align-self: flex-end;
}

    .rh-dashboard .footer .legend .btns {
        margin-right: -2em;
        text-align: right;
        margin-bottom: 1em
    }

    .rh-dashboard .footer .footer-btn button {
        border: none;
        margin: .4em .4em 0;
        background: transparent;
        font-weight: 700;
		font-size: 12px;
        color: #999;
    }
    .rh-dashboard .footer .footer-btn .btns {
        margin-bottom: 1em;

    }
    .rh-dashboard .footer .footer-btn button:hover,
    .rh-dashboard .footer .footer-btn button.current {
        color: #111;
    }

.rh-dashboard .footer .legend i {
    width: .5em;
    height: .5em;
    display: inline-block;
    background: #bbb;
    margin-right: .1em;
    border-radius: 50%;
    vertical-align: middle;
}

.rh-dashboard .footer .legend button.current i {
    background: #005065;
}

.rh-dashboard .lv .footer .footer-btn {
    text-align: center;
}

    .rh-dashboard .lv .footer .legend .desc {
        color: #575757;
        margin-top: .5em;
        text-align: left;
        list-style: none;
        font-size: 14px;
    }

.rh-dashboard .lv .legend .desc i {
    background: #F79327;
    position: relative;
    top: -.1em;
}

.rh-dashboard .lv .legend .multi i {
    background: #5a5a5a;
}

.rh-dashboard .lv .rh-chart {
    height: 13em;
    margin-bottom: 0;
    flex-grow: 1;
}


.rh-dashboard .dt .rh-chart,
.rh-dashboard .hi .rh-chart {
    margin-right: 3em;
    margin-left: 3em;
    height: 14em;
    flex-grow: 1;
}

.chart-container-outer {
    position: relative;
}

.rh-chart-label {
    margin-top: .5em;
    margin-left: 2em;
    height: 2em;
    font-size: .85em;
}

    .rh-chart-label .center {
        background: #F79327;
        color: #fff;
        max-width: 62%;
        padding: .1em .3em;
        margin-right: .2em;
        display: inline-block;
        position: relative;
        top: 3px;
    }

.rh-dashboard .item .open {
    font-size: 14px;
    text-align: center;
    align-self: flex-end;
}

    .rh-dashboard .item .open a {
        display: inline-block;
        display: *inline;
    }

        .rh-dashboard .item .open a.show-0 {
            display: none;
        }

    .rh-dashboard .item .open .list {
        border-left: 1px dotted #ddd;
        margin-left: .1em;
        padding-left: .3em;
    }

.rh-dashboard .item .msg {
    display: none;
    padding: 1em;
    color: #bbb;
    font-style: italic;
}

.rh-dashboard .item .status-3 .msg {
    display: block;
}

.rh-dashboard .item .status-3 .footer {
    display: none;
}


/* breadcrumbs */
.content-retailershome .rh-breadcrumbs-wrp {
    display: none;
    position: absolute;
    top: 1.2em;
    left: 1em;
    color: #333;
    z-index: 1; /* z-index greater than 1 obscures bing maps streetside */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 -3px 8px rgba(0, 0, 0, 0.1);
}

.page-retailershome-benchmark-maps .rh-breadcrumbs-wrp,
.page-retailershome-competitor-maps .rh-breadcrumbs-wrp,
.page-retailershome-competitor-list .rh-breadcrumbs-wrp,
.page-retailershome-portfolio-maps .rh-breadcrumbs-wrp,
.page-retailershome-portfolio-list .rh-breadcrumbs-wrp {
    display: block;
}

.content-retailershome .rh-breadcrumbs {
    float: left;
}

.content-retailershome .rh-breadcrumbs-wrp .item {
    background: #F79327;
    color: #F3D9A0;
    padding: 0 1em 0 .5em;
    display: inline-block;
    float: left;
    text-decoration: none;
    position: relative;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.content-retailershome .rh-breadcrumbs-wrp .current {
    color: #fff;
    padding-right: .5em;
}

.content-retailershome .rh-breadcrumbs-wrp .desc {
    background: #fff;
    color: #333;
    margin-left: .8em;
}

.content-retailershome .rh-breadcrumbs-wrp .ar-a {
    border-left: 10px solid #F3D9A0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.content-retailershome .rh-breadcrumbs-wrp .current .ar-a {
    right: -10px;
    border-left-color: #F79327;
}

.content-retailershome .rh-breadcrumbs-wrp .ar-a b {
    border-left: 9px solid #F79327;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    width: 0;
    height: 0;
    display: inline-block;
    background: transparent;
    position: absolute;
    top: -14px;
    right: 1px;
}

.content-retailershome .rh-breadcrumbs-wrp .current .ar-a b {
    display: none;
}

.content-retailershome .rh-breadcrumbs-wrp a:hover {
    color: #fff;
}

.content-retailershome .rh-breadcrumbs-title {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.8;
    background: #fff;
    color: #555;
    float: left;
    padding-left: 1.2em;
}

    .content-retailershome .rh-breadcrumbs-title .title {
        margin-right: 1em;
    }

    .content-retailershome .rh-breadcrumbs-title .loading {
        background: url("/content/images/loader_EAAD33_FFFFF_16x16.gif") no-repeat;
        width: 16px;
        height: 16px;
        display: inline-block;
        position: relative;
        top: -.05em;
        margin-right: 1em;
        vertical-align: middle;
    }

/* rh-map-list-toggle */
.rh-map-list-toggle {
    display: none;
    position: absolute;
    top: 1.2em;
    right: 1em;
    z-index: 1; /* z-index greater than 1 obscures bing maps streetside */
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 -3px 8px rgba(0, 0, 0, 0.1);
    color: #999;
    border-radius: 0.5em;
}

    .rh-map-list-toggle span,
    .rh-map-list-toggle a {
        padding: .5em 1em;
        text-transform: uppercase;
        display: inline-block;
    }

    .rh-map-list-toggle span {
        background: #005065;
        color: #fff;
        border-radius: 0.5em;
    }


    .rh-map-list-toggle a {
        color: #01AAE1;
        text-decoration: none;
        border-radius: 0.5em;
    }

        .rh-map-list-toggle a:hover {
            background: #005065;
            color: #fff;
        }

.page-retailershome-competitor-maps .rh-map-list-toggle,
.page-retailershome-competitor-list .rh-map-list-toggle,
.page-retailershome-portfolio-maps .rh-map-list-toggle,
.page-retailershome-portfolio-list .rh-map-list-toggle {
    display: block;
}

/* search box */

.page-retailershome .search-box .ui-autocomplete .ui-menu-item a span {
    width: 100%;
}

.page-retailershome .search-box .ui-autocomplete .ui-menu-item a b {
    display: none;
}


#rh-map-tooltip-cont {
    z-index: 1000;
}

    #rh-map-tooltip-cont .tooltip-inner {
        color: #fff;
        background-color: #555;
    }

    #rh-map-tooltip-cont .tooltip.top .tooltip-arrow {
        border-top-color: #555;
    }

    #rh-map-tooltip-cont .tooltip.top-left .tooltip-arrow {
        border-top-color: #555;
    }

    #rh-map-tooltip-cont .tooltip.top-right .tooltip-arrow {
        border-top-color: #555;
    }

    #rh-map-tooltip-cont .tooltip.right .tooltip-arrow {
        border-right-color: #555;
    }

    #rh-map-tooltip-cont .tooltip.left .tooltip-arrow {
        border-left-color: #555;
    }

    #rh-map-tooltip-cont .tooltip.bottom .tooltip-arrow {
        border-bottom-color: #555;
    }

    #rh-map-tooltip-cont .tooltip.bottom-left .tooltip-arrow {
        border-bottom-color: #555;
    }

    #rh-map-tooltip-cont .tooltip.bottom-right .tooltip-arrow {
        border-bottom-color: #555;
    }

body.page-retailershome-portfolio-maps,
body.page-retailershome-competitor-maps,
body.page-retailershome-benchmark-maps,
body.page-explorer-geographies,
body.page-explorer-companies {
    overflow: hidden !important;
}

.rh-map {
    margin: 0 !important;
    padding: 0;
}

    .rh-map .rh-panel {
        position: absolute;
        top: 3em;
        z-index: 1; /* z-index greater than 1 obscures bing maps streetside */
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 -3px 8px rgba(0, 0, 0, 0.1);
        width: 17em;
        color: #787878;
    }

        .rh-map .rh-panel h3 {
            font-size: 1.1em;
            font-weight: bold;
            padding: .6em .8em .5em 0;
            color: #666;
            margin: 0;
        }

        .rh-map .rh-panel #explorer-company-overview h3 {
            padding: .6em .8em .5em 0.6em;
        }

        .rh-map .rh-panel #explorer-companies-counts h3 {
            padding: .6em .8em .5em 0.6em;
        }

        .rh-map .rh-panel #rh-map-locations-list h3 {
            padding: .6em .8em .5em 0.6em;
            flex-grow: 4;
        }

            /* header */
            .rh-map .rh-panel .header {
                border-bottom: 1px solid #E7E7E7;
                background: #EBEBEB;
            }

        .rh-map .rh-panel #rh-map-locations-list .header {
            display: flex;
            border-top-left-radius: 0.5em;
            border-top-right-radius: 0.5em;
        }

            .rh-map .rh-panel .header h3 {
                margin: 0;
            }

        /* locations search */

        .rh-map .rh-panel .locations-search {
            padding: .5em;
            position: absolute;
            top: 3em;
            width: 100%;
        }

            .rh-map .rh-panel .locations-search input {
                width: 100%;
                border: 1px solid #ddd;
                padding: 4px 2em 3px .4em;
                font-size: .85em;
            }

            .rh-map .rh-panel .locations-search input1:focus {
                border-color: #249bd8;
            }

            .rh-map .rh-panel .locations-search .iconic {
                position: absolute;
                top: 50%;
                right: 1em;
                font-size: 14px;
                margin-top: -7px;
                color: #ccc;
            }

        /* sort */

        .rh-map .rh-panel .header .dropdown {
            float: right;
            list-style: none;
            margin-top: 1em;
            margin-right: .7em;
            font-size: .85em;
            display: block;
            text-align: right;
        }

            .rh-map .rh-panel .header .dropdown .dropdown-toggle {
                color: #787878;
                text-decoration: none;
            }

                .rh-map .rh-panel .header .dropdown .dropdown-toggle:hover {
                    color: #555;
                }

                .rh-map .rh-panel .header .dropdown .dropdown-toggle .caret {
                    border-top-color: #787878;
                    display: *inline;
                }

                .rh-map .rh-panel .header .dropdown .dropdown-toggle:hover .caret {
                    border-top-color: #555;
                }

            .rh-map .rh-panel .header .dropdown .dropdown-menu {
                left: auto !important;
                right: -.5em;
                font-size: 1em;
                min-width: 0;
            }

                .rh-map .rh-panel .header .dropdown .dropdown-menu a {
                    padding: 1px 30px 1px 10px;
                    position: relative;
                }

                .rh-map .rh-panel .header .dropdown .dropdown-menu .sort {
                    width: 0;
                    height: 0;
                    display: block;
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                    position: absolute;
                    top: 40%;
                    right: 10px;
                }

                    .rh-map .rh-panel .header .dropdown .dropdown-menu .sort.show-false {
                        display: none;
                    }

                .rh-map .rh-panel .header .dropdown .dropdown-menu .sort-up {
                    border-bottom: 5px solid #777;
                }

                .rh-map .rh-panel .header .dropdown .dropdown-menu a:hover .sort-up {
                    border-bottom-color: #fff;
                }

                .rh-map .rh-panel .header .dropdown .dropdown-menu .sort-down {
                    border-top: 5px solid #777;
                }

                .rh-map .rh-panel .header .dropdown .dropdown-menu a:hover .sort-down {
                    border-top-color: #fff;
                }

        .rh-map .rh-panel table {
            width: 100%;
        }

        .rh-map .rh-panel .tbl-brd th,
        .rh-map .rh-panel .tbl-brd td {
            padding: .5em;
            border-bottom: 1px solid #E7E7E7;
            vertical-align: middle;
        }

        .rh-map .rh-panel .tbl-brd th {
            padding-left: 1em;
        }

            .rh-map .rh-panel .tbl-brd th span {
                font-size: 1.1em;
                color: #666;
            }

        .rh-map .rh-panel .tbl-brd td.f {
            padding-left: 1em;
            padding-right: 0;
            width: 1.2em;
        }

    .rh-map .ldo-pin .a,
    .rh-map .ldo-pin .b {
        border-radius: 50%;
    }

    .rh-map .ldo-pin .rh-brd-1,
    .rh-map .ldo-pin .rh-brd-2,
    .rh-map .ldo-pin .rh-brd-3 {
        border: 2px solid transparent;
        font-size: 16px;
        font-weight: bold;
    }

    .rh-map .ldo-pin .a:hover,
    .rh-map .ldo-pin.active .a {
        box-shadow: 0 0 1em #3F3D3D;
    }

    /* rh-map-left */
    .rh-map .rh-map-locations {
        top: 4.5em;
        left: 1em;
        width: 18em;
        padding-bottom: 1px;
        background: #fff;
        border-radius: 0.5em;
    }

        .rh-map .rh-map-locations .wrp {
            padding: 0 .5em 1em .6em;
            overflow: hidden;
            overflow-y: auto;
            margin-top: 3em;
        }


.ie7 .rh-map .rh-map-locations .wrp {
    width: 90%;
}

.ie7 .rh-map .rh-map-locations table {
    width: 90%;
}

.rh-map .rh-map-locations .wrp th,
.rh-map .rh-map-locations .wrp td {
    padding: 0 .5em .2em 0;
    vertical-align: top;
}

.rh-map .rh-map-locations .wrp th {
    font-weight: normal;
    padding-bottom: .5em;
}

    .rh-map .rh-map-locations .wrp th span {
        font-size: .85em;
    }

.rh-map .rh-map-locations .wrp td {
    font-size: .75em;
    letter-spacing: .5px;
}

.rh-map .rh-map-locations .wrp td.your-store-true {
    position: relative;
}

    .rh-map .rh-map-locations .wrp td.your-store-true:after {
        content: '';
        background: #FDBF75;
        position: absolute;
        left: -7px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }

.rh-map .rh-map-locations .wrp .r {
    text-align: right;
    width: 1em;
}

.rh-map .rh-map-locations .wrp .bg {
    padding: .2em .3em;
    color: #fff;
}

.rh-map .map-info,
.rh-map .map-info .screen,
.rh-map .map-info .business {
    width: 240px;
}

.rh-map .map-info {
    top: 5em;
    left: 1.2em;
}

    .rh-map .map-info .business {
        height: 500px;
    }

        .rh-map .map-info .business h3 {
            border: none;
            color: #333;
            font-size: 1.3em;
            margin-bottom: .5em;
        }

        .rh-map .map-info .business .dates,
        .rh-map .map-info .business .data {
            padding: 0 10px;
            margin-top: 1em;
            list-style: none;
        }

            .rh-map .map-info .business .dates li,
            .rh-map .map-info .business .data li {
                float: left;
                margin-right: 1em;
            }

            .rh-map .map-info .business .data .val {
                font-size: 2em;
                color: #555;
                margin-top: .2em;
            }

                .rh-map .map-info .business .data .val .move {
                    font-size: .7em;
                    right: .5em;
                }

            .rh-map .map-info .business .data .hi {
                display: inline-block;
                font-size: 1.6em;
                width: 1.4em;
                height: 1.4em;
                line-height: 1.4em;
                border-radius: 50%;
                color: #fff;
                text-align: center;
                margin-top: .2em;
            }

            .rh-map .map-info .business .dates li {
                margin-right: .5em;
            }

                .rh-map .map-info .business .dates li span {
                    background: #787878;
                    color: #fff;
                    text-transform: uppercase;
                    font-size: 11px;
                    padding: .1em .4em;
                }

        .rh-map .map-info .business .subcat {
            font-style: italic;
            margin-top: .5em;
        }

        .rh-map .map-info .business .retailersfloorspace {
            margin-top: .5em;
            font-style: italic;
            line-height: normal;
        }

        .rh-map .map-info .business .businessfloorspace {
            margin-top: .5em;
        }


/* layers */
.rh-map .rh-map-layers {
    position: absolute;
    top: 4.5em;
    right: 1em;
    left: auto;
    background: transparent;
    z-index: 1; /* z-index greater than 1 obscures bing maps streetside */
}

.page-retailershome-benchmark-maps .rh-map .rh-map-layers {
    top: 1.5em;
}

    .rh-map .rh-map-layers .grouped {
        position: relative;
        top: 0;
        overflow: hidden;
        overflow-y: auto;
        border-radius: 0.5em;
    }


    .rh-map .rh-map-layers .top li {
        margin-bottom: .5em;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 -3px 8px rgba(0, 0, 0, 0.1);
    }

.rh-map-layers li {
    border-bottom: 1px solid #E7E7E7;
    list-style: none;
    background: #fff;
}

/* header */

        .rh-map-layers li a b {
            color: #888;
        }

.rh-map-layers .toggle .iconic {
    display: none;
    position: absolute;
    top: 50%;
    right: .7em;
    margin-top: -7px;
}

.rh-map-layers .toggle:hover .iconic {
    color: #ccc;
    display: block;
}

.rh-map-layers .toggle.selected-true .iconic {
    display: block;
    color: #787878;
}

.rh-map-layers .header {
    background: #EBEBEB;
    color: #555;
    padding: .5em .8em;
    font-weight: bold;
}

    .rh-map-layers .header.floating {
        display: none;
    }

    .rh-map-layers .header .header-title {
        margin-right: 2em;
        display: inline-block;
        font-weight: 700;
    }

    .rh-map-layers .header .info {
        font-size: 9px;
        position: absolute;
        top: 1em;
        right: 1.5em;
        padding: .3em;
        background: #ccc;
        border-radius: 50%;
        color: #f5f5f5;
    }

/* toggle-layer */

.rh-map-layers .toggle-layer {
    display: block;
    position: relative;
    color: #555;
}

    .rh-map-layers .toggle-layer .iconic {
        display: none;
        position: absolute;
        top: 50%;
        right: -.2em;
        color: #777;
        margin-top: -7px;
    }

    .rh-map-layers .toggle-layer:hover .iconic {
        color: #ccc;
        display: block;
    }

    .rh-map-layers .toggle-layer.selected-true .iconic {
        display: block;
    }

/* item */

.rh-map-layers .item a {
    display: block;
    color: #787878;
    padding: .8em 2em .8em 1.8em;
    position: relative;
    font-size: .85em;
    text-decoration: none;
}

.rh-map-layers .colours-false a {
    padding-left: .8em;
}

    .rh-map-layers .item a b {
        color: #888;
    }

.rh-map-layers .toggle .iconic {
    display: none;
    position: absolute;
    top: 50%;
    right: .7em;
    margin-top: -7px;
}

.rh-map-layers .toggle.selected-true .iconic {
    display: block;
    color: #787878;
}

.rh-map-layers .toggle:hover .iconic {
    color: #ccc;
    display: block;
}

.rh-map-layers .rh-badge {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 1em;
    left: .6em;
}

.page-retailershome-competitor-maps .map .ldo-pin .a {
    opacity: 1;
}

/* populations */
.rh-map .rh-map-populations {
    width: 100%;
    position: absolute;
    bottom: .2em;
    left: 0;
    text-align: center;
    z-index: 300;
}

.rh-map .rh-map-populations .content {
    display: inline-block;
    background: #8C8C8C;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 -3px 8px rgba(0, 0, 0, 0.1);
    padding: .5em 1em;
    border-left: 3px solid #666;
}

    .rh-map .rh-map-populations .content.show-0 {
        display: none;
    }

.rh-map .rh-map-populations .item {
    margin-left: 1em;
}

.rh-map .rh-map-populations .title {
    text-transform: uppercase;
    color: #ccc;
    font-size: .9em;
}

.rh-list {
    padding-top: 4.5em;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1em;
    margin-right: 1em;
}

    .rh-list .score-table {
        width: 100%;
        margin-left: 5.1em;
    }

        .rh-list .score-table td.last {
            border-bottom: none !important;
        }

    .rh-list .rh-list-inner {
        background: #fefefe;
        padding: 1em 0;
    }

    .rh-list .rh-list-group-info .alert {
        margin: 1em;
    }

    .rh-list .rh-list-group-info li {
        list-style: none;
        padding: .3em 0;
    }

    .rh-list .rh-list-group-info .inner {
        font-size: 1.1em;
        font-weight: bold;
        margin: 0 1em;
        position: relative;
        padding-left: 1em;
        color: #666;
    }

        .rh-list .rh-list-group-info .inner.bl {
            color: #07A6E7;
        }

    .rh-list .rh-list-group-info .rh-list-group-info .inner {
        margin-left: 2em;
    }

    .rh-list .rh-list-group-info .rh-list-group-info .rh-list-group-info .inner {
        margin-left: 3em;
    }

    .rh-list .rh-list-group-info .rh-list-group-info .rh-list-group-info .rh-list-group-info .inner {
        margin-left: 4em;
    }

    .rh-list .rh-list-group-info .inner .hi-val {
        color: #fff;
        width: 1.3em;
        height: 1.3em;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        line-height: 1.3em;
    }

    .rh-list .rh-list-group-info .rh-list-group-info {
        background: #FBF9FA;
        padding: .5em 0;
    }

    .rh-list .rh-list-group-info.bl {
        background: #fff;
    }

    .rh-list .rh-list-group-info.brd-top {
        margin-top: 0.5em;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }

    .rh-list .rh-list-group-info .loading,
    .rh-list .rh-list-group-info .expanded,
    .rh-list .rh-list-group-info .expand,
    .rh-list .rh-list-group-info .disable-expand {
        position: absolute;
        left: 0;
    }

    .rh-list .rh-list-group-info .expand,
    .rh-list .rh-list-group-info .disable-expand {
        border-left: .66em solid #A8AAA7;
        border-top: .4em solid transparent;
        border-bottom: .4em solid transparent;
        border-right: none;
        width: 0;
        height: 0;
        top: .23em;
    }

    .rh-list .rh-list-group-info .dot-stores.expand {
        top: .14em;
    }

    .rh-list .rh-list-group-info .disable-expand {
        border-left: .66em solid #eee;
        pointer-events: none;
        cursor: default;
    }

        .rh-list .rh-list-group-info .expand:hover {
            border-left-color: #666;
        }

    .rh-list .rh-list-group-info .expanded {
        border-top: .66em solid #A8AAA7;
        border-left: .4em solid transparent;
        border-right: .4em solid transparent;
        top: .3em;
    }

        .rh-list .rh-list-group-info .expanded:hover {
            border-top-color: #666;
        }

    .rh-list .rh-list-group-info .loading {
        background: url('/content/images/loader_5CA6EE_transparent.gif') no-repeat;
        width: 16px;
        height: 11px;
        top: .2em;
        left: -.2em;
    }

    /* location and score table */
    .rh-list .rh-list-group-info .tbl {
        color: #666;
        margin-top: 0.5em;
    }

        .rh-list .rh-list-group-info .tbl th {
            text-decoration: underline;
            color: #aaa;
            font-weight: normal;
            padding-bottom: .8em;
            padding-right: .8em;
        }

    .rh-list .rh-dot-stores .tbl .show-4 {
        display: none;
    }

    .rh-list .rh-list-group-info .tbl td,
    .rh-list .rh-list-group-info .tbl th {
        padding: 0 2em .5em 0;
    }

    .rh-list .rh-list-group-info .tbl .sub-header {
        font-size: .85em;
    }

    .rh-list .rh-list-group-info .tbl td.right,
    .rh-list .rh-list-group-info .tbl th.right {
        text-align: right;
    }

    .rh-list .rh-list-group-info .tbl .cell-inner {
        position: relative;
        padding-left: 1em;
    }

    .rh-list .rh-list-group-info .tbl .hi-0 .cell-inner,
    .rh-list .rh-list-group-info .tbl .dot-4 .cell-inner {
        padding-left: 0;
    }

    .rh-list .rh-list-group-info .tbl .hi-0 .expand,
    .rh-list .rh-list-group-info .tbl .dot-4 .expand {
        display: none;
    }

    .rh-list .stores th.first {
        padding-left: 5.2em;
    }

    .rh-list .stores th.address {
        min-width: 450px;
    }    
    
    .rh-list .stores th.short-address {
        min-width: 370px;
    }

    .rh-list .stores th.location-type {
        min-width: 140px;
    }

.page-retailershome-competitor-list .rh-list .stores th.first {
    padding-left: 2em;
}

.rh-list .stores td.first {
    padding-left: 4.2em;
    padding-right: .8em;
}

.rh-list .stores td.first.dot-4,
.rh-list .stores td.first.hi-0 {
    padding-left: 5.2em !important;
}

.page-retailershome-competitor-list .rh-list .stores td.first {
    padding-left: 1.9em;
}

.rh-list .stores .rating {
    color: #fff;
    background: #f4a460;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3em;
    border-radius: 50%;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
}

.rh-list .stores .year-1 {
    background: #ACAAAA !important;
}


/* .rh-hi-store */
.rh-list .rh-list-group-info .rh-hi-store td {
    font-size: 1em;
    padding: 0 0 .8em;
    vertical-align: top;
}

.rh-list .rh-list-group-info .rh-hi-store table td {
    background: #F6F4F5;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    padding: .8em 1em 0 .8em;
}

.rh-list .rh-hi-store .description {
    padding-bottom: 0.8em !important;
}

.rh-list .rh-hi-store .units {
    font-size: 1em;
    padding-left: 5.1em;
    margin-top: .4em;
    margin-bottom: .4em;
    list-style: none;
}

    .rh-list .rh-hi-store .units b {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #888;
        border-radius: 50%;
        vertical-align: middle;
    }

    .rh-list .rh-hi-store .units .bullet {
        background-color: #a8aaa7;
        width: 0.47em;
        height: 0.5em;
        float: left;
        margin: 0.3em 0.3em 0 0.3em;
    }

.rh-list .rh-list-group-info .rh-hi-store table .head-1 {
    display: none;
}

.rh-list .rh-list-group-info .rh-hi-store table .head td {
    background: #E7E7E7;
    width: 10%;
    line-height: 1.4;
    padding-top: .6em;
    padding-bottom: .6em;
}

.rh-list .rh-hi-store .head.top td {
    border-bottom: 1px solid #ddd;
    color: #999;
}

.rh-list .rh-hi-store .head.btm td {
    border-bottom: 1px solid #fff;
}

.rh-list .rh-hi-store .score {
    font-weight: bold;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    border-radius: 1.6em;
    padding: 0.15em .5em .15em;
    min-width: 1.3em;
    background: #f4a460;
    margin-left: 40%;
    margin-bottom: 5px;
}

.rh-list .rh-hi-store .score-up {
    background: #81CA9C;
}

.rh-list .rh-hi-store .score-down {
    background: #FD1D8C;
}

.rh-list .rh-hi-store .item {
    margin-bottom: .5em;
}

.rh-list .rh-hi-store .detail-0 {
    margin-bottom: .4em;
    font-size: .85em;
}

.rh-list .rh-hi-store .detail-1 {
    color: #666;
    font-weight: bold;
}

.rh-list .rh-hi-store .item-0 .detail-1 {
    font-size: 1.1em;
}

.rh-list .info {
    font-size: 8px;
    background: #ccc;
    color: #fff;
    padding: .3em .4em;
    border-radius: 50%;
    position: relative;
}

.rh-list .rh-list-group-info td.rh-dot-store-td {
    padding-top: 4px;
}

.rh-list .rh-hi-store table .year td {
    font-size: 1.2em;
    background: #ddd;
    font-weight: bold;
    padding-bottom: .3em;
    padding-top: .3em;
}

.rh-list .rh-hi-store table .year th {
    font-size: 1.2em;
    background: #ddd;
    font-weight: bold;
    padding-bottom: .3em;
    padding-top: .3em;
    text-decoration: none;
    text-align: center;
    border-right: 1px solid #fff;
}

/* vacancy-stores */
.rh-list .rh-vacancy-stores {
    padding: 1em 4em;
}

    .rh-list .rh-vacancy-stores .vac-level {
        text-transform: uppercase;
        font-size: .8em;
        font-weight: bold;
        margin-right: .5em;
        padding: .1em 0;
        background: #F79327;
        color: #fff;
        width: 3em;
        display: inline-block;
        text-align: center;
    }

        .rh-list .rh-vacancy-stores .vac-level.High {
            background: #FD1D8C;
        }

        .rh-list .rh-vacancy-stores .vac-level.Low {
            background: #81CA9C;
        }

/* chart */
.rh-list .tbl .chart-tr td {
    padding: 1.5em 0;
}

.rh-list .chart-wrp {
    padding-bottom: 1.5em;
    background: #f5f5f5;
    margin-left: 5.1em;
    margin-bottom: 5px;
}

    .rh-list .chart-wrp .chart {
        height: 250px;
    }    
    
    .rh-list .chart-wrp .title {
        font-size: 1.2em;
        color: #aaa;
        background: #ddd;
        font-weight: bold;
        padding: .3em 0 .3em .3em;
        text-decoration: none;
        text-align: left;
        border-right: 1px solid #fff;
    }

    .rh-list .chart-wrp .rh-list-chart {
        padding: 0 1em 1em;
    }

    .rh-list .chart-wrp .rh-list-chart h2 {
        font-size: 1.5em;
        margin: 0 1em 1em;
    }

    .rh-list .chart-wrp .rh-list-chart .rh-list-chart-container {
        /*max-width: 800px;*/
        height: 550px;
        margin-right: 1em;
        margin-left: 1em;
    }

#rh-list-container .rh-list-chart {
  padding: 0 2em 0 2em;
}
.page-retailershome-settings .main-header-inner {
    padding-right: 0;
}

.rh-settings .tabs-container {
    max-width: 35em;
    margin: 1.5em;
    background: #fff;
}

/* .tabs-btns */
.rh-settings .header {
    background: #EBEBEB;
}

.rh-settings .tabs-btns {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0;
    width: 80%;
}

    .rh-settings .tabs-btns .tab-btn {
        background: #fff;
        color: #00AAE1;
        border: none;
        margin: 0;
        padding: .5em;
        float: left;
        width: 50%;
        font-weight: bold;
        font-size: 1.25em;
    }

    .rh-settings .tabs-btns .competitors {
        border-radius: .2em 0 0 .2em;
    }

    .rh-settings .tabs-btns .proxies {
        border-radius: 0 .2em .2em 0;
    }

    .rh-settings .tabs-btns .tab-btn:hover {
        background: #005065;
        color: #fff;
    }

.rh-settings .competitors .tabs-btns .competitors,
.rh-settings .proxies .tabs-btns .proxies {
    background: #005065;
    color: #fff;
    cursor: default;
}

.rh-settings .tab-contents {
    display: none;
    padding: 1em;
}

.rh-settings .competitors .tab-contents.competitors,
.rh-settings .proxies .tab-contents.proxies {
    display: block;
}

.rh-settings .tab-contents table {
    width: 100%;
}

    .rh-settings .tab-contents table td {
        padding: .5em .5em .5em 0;
        border-bottom: 1px solid #eee;
    }

    .rh-settings .tab-contents table .first {
        font-size: .9em;
        color: #bbb;
        width: 1.5em;
    }

    .rh-settings .tab-contents table .act {
        width: 4em;
        text-align: right;
        padding-right: 0;
    }

    .rh-settings .tab-contents table .btn {
        border-radius: 50%;
        width: 24px;
        height: 24px;
        background: #ddd;
        color: #fff;
        font-weight: bold;
        outline: none;
    }

        .rh-settings .tab-contents table .btn:hover {
            background-color: #F7BBBB;
        }

        .rh-settings .tab-contents table .btn .iconic {
            font-size: .8em;
            position: absolute;
            left: 6px;
            top: 7px;
        }

.rh-settings .tab-contents .link-wrp {
    padding: 0 0 1.5em;
}

.rh-settings .tab-contents .list .link-wrp {
    text-align: right;
    padding-bottom: .5em;
}

.rh-settings .tab-contents .go {
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
}

    .rh-settings .tab-contents .go .t {
        border: 1px solid #ddd;
        border-radius: .3em 0 0 .3em;
        background: #fff;
        color: #00AAE1;
        height: 24px;
        line-height: 22px;
        padding-left: 1em;
        padding-right: 1em;
        font-weight: normal;
        display: inline-block;
        float: left;
    }

.rh-settings .tab-contents .disabled {
    cursor: default;
}

.rh-settings .tab-contents .go:hover .t {
    background: #f5f5f5;
}

.rh-settings .tab-contents .disabled:hover .t,
.rh-settings .tab-contents .disabled .t {
    color: #ccc;
    background: transparent;
}

.rh-settings .tab-contents .go-list .t {
    border-radius: 0 .3em .3em 0;
}

.rh-settings .tab-contents .go .a {
    float: left;
    display: inline-block;
    position: relative;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.rh-settings .tab-contents .go-search .a {
    border-left: 11px solid #ddd;
}

.rh-settings .tab-contents .go-list .a {
    width: 0;
    height: 0;
    border-right: 11px solid #ddd;
    z-index: 2;
}

.rh-settings .tab-contents .go .a-b {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: -11px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

.rh-settings .tab-contents .go-search .a-b {
    right: 1px;
    border-left: 11px solid #fff;
}

.rh-settings .tab-contents .go-list .a-b {
    left: 1px;
    border-right: 11px solid #fff;
}

.rh-settings .tab-contents .go-search:hover .a-b {
    border-left-color: #f5f5f5;
}

.rh-settings .tab-contents .go-list:hover .a-b {
    border-right-color: #f5f5f5;
}

.rh-settings .tab-contents .disabled:hover .a-b {
    border-left-color: #fff;
    border-right-color: #fff;
}

/* search */
.rh-settings .tab-contents .list,
.rh-settings .tab-contents .search {
    display: none;
    padding-bottom: 1em;
}

    .rh-settings .tab-contents.list .list,
    .rh-settings .tab-contents.search .search {
        display: block;
    }

.rh-settings .tab-contents .search-box {
    display: block;
}

    .rh-settings .tab-contents .search-box .search-box-go {
        display: none;
    }

    .rh-settings .tab-contents .search-box .search-box-results {
        margin-top: 1em;
        width: 100%;
    }

    .rh-settings .tab-contents .search-box .search-box-ul-wrp {
        float: none;
    }

    .rh-settings .tab-contents .search-box .search-box-ul {
        width: 420px;
    }

    .rh-settings .tab-contents .search-box .search-box-li-input {
        width: 98%;
    }

.rh-settings .tab-contents .search-box-results table {
    width: 100%;
}

    .rh-settings .tab-contents .search-box-results table .btn {
        background: #ddd;
        border: 1px solid #ccc;
        color: #fff;
        transition: none;
        font-weight: bold;
    }

        .rh-settings .tab-contents .search-box-results table .btn:hover {
            background: #005065;
            color: #fff;
        }

.rh-settings .tab-contents .search-box.loading .iconic {
    background: url('/content/images/loader_888888_FFFFFF_16x16.gif') no-repeat;
    text-indent: -1000px;
}

.page-retailershome-competitors .main-header-inner,
.page-retailershome-competitor-maps .main-header-inner,
.page-retailershome-competitor-list .main-header-inner {
    padding-right: 0;
}

.page-retailershome-competitors .main-header-right,
.page-retailershome-competitor-maps .main-header-right,
.page-retailershome-competitor-list .main-header-right {
    display: none;
}

/* filters */
.rh-comp-filters-wrp {
    display: none;
    float: right;
}

.page-retailershome-competitors .rh-comp-filters-wrp,
.page-retailershome-competitor-maps .rh-comp-filters-wrp,
.page-retailershome-competitor-list .rh-comp-filters-wrp {
    display: block;
}

.page-retailershome-competitor-maps.map-loc .rh-comp-filters-wrp {
    display: none;
}

.rh-comp-filters table {
    margin: 0 auto;
}

.rh-comp-filters .filter {
    background: #fff;
    height: 50px;
    vertical-align: middle;
}

    .rh-comp-filters .filter .btn {
        padding: .1em .5em .2em;
        margin: .1em 0 0;
        border: none;
        color: #999;
    }

        .rh-comp-filters .filter .btn:hover {
            color: #005065;
        }

        .rh-comp-filters .filter .btn.active,
        .rh-comp-filters .filter .btn:active,
        .rh-comp-filters .filter .btn:focus,
        .rh-comp-filters .filter .btn:hover {
            background: transparent;
            color: #005065;
            box-shadow: none;
        }

.rh-comp-filters .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.rh-comp-filters .filter .btn .txt {
    display: inline-block;
    font-weight: bold;
    line-height: 1;
}

.rh-comp-filters .filter .btn .caret {
    border-top-color: #999;
    position: relative;
    vertical-align: middle;
}

.rh-comp-filters .filter .btn:hover .caret,
.rh-comp-filters .btn-group.open .dropdown-toggle .caret {
    border-top-color: #005065;
}

.rh-comp-filters .filter .btn .caret:after {
    content: '';
    position: absolute;
    top: -4px;
    left: -3px;
    border-top: 3px solid #fff;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.rh-comp-filters .dropdown-menu a {
    padding: .1em 1em;
}

.rh-comp-filters .dropdown-menu .selected {
    font-weight: bold;
}

/* charts */
.page-retailershome-competitors .rh-dashboard .item .footer {
    padding: 1em;
}

.page-retailershome-competitors .rh-dashboard .item .rh-chart {
    margin-bottom: 0;
}

    #rh-comp-chart-notpresent .highcharts-legend-item span,
    #rh-comp-chart-notpresentopening .highcharts-legend-item span,
    #rh-comp-chart-notpresentclosing .highcharts-legend-item span {
        white-space: initial !important;
        width: 110px;
    }

    #retailershome-competitors .rh-dashboard .item .fig {
        float: left;
        margin-right: .4em;
    }

        #retailershome-competitors .rh-dashboard .item .txt {
            display: table-cell;
        }

.rh-dashboard #rh-comp-panel-notpresent .footer .legend,
.rh-dashboard #rh-comp-panel-notpresentopening .footer .legend,
.rh-dashboard #rh-comp-panel-notpresentclosing .footer .legend {
    color: #999;
    font-style: normal;
    padding-right: 0;
    font-weight: bold;
}

#retailershome-competitors .highcharts-legend span,
#retailershome-competitors .highcharts-legend {
    z-index: 1 !important;
}

#retailershome-competitors .highcharts-tooltip span {
    z-index: 1000 !important;
    line-height: 1;
}

/* lists */
.page-retailershome-competitor-list .rh-list-group-info .units span {
    font-weight: normal;
    font-size: .9em;
    color: #888;
}

.rh-list .rh-comp-list-stores {
    padding: 1em;
}

    .rh-list .rh-comp-list-stores td.first {
        font-size: .8em;
        text-transform: uppercase;
        color: #FD1D8C;
    }

    .rh-list .rh-comp-list-stores td.status-New {
        color: #81CA9C;
    }

    .rh-list .rh-comp-list-stores .bullet {
        background-color: #a8aaa7;
        width: 0.47em;
        height: 0.5em;
        float: left;
        margin: 0.3em 0.3em 0 0;
    }

    .rh-list .rh-comp-list-stores th.address {
        width: 650px;
    }       
    
    .rh-list .rh-comp-list-stores th.location-type {
        width: 150px;
    }  

    .rh-list .rh-comp-list-stores th.date {
        width: 100px;
    }   

    .rh-list .rh-comp-list-stores td.top {
        vertical-align:top;
    }    

.main-body {
    min-height: 600px;
/*    margin-left: 275px;*/
}

.content-page.content-retailershome {
    padding: 0 0 .2em 0;
}

.retailershome-benchmark.subpages-content {
    overflow: visible;
    margin: 0 1.5em;
}

.page-retailershome-benchmark .main-header-inner,
.page-retailershome-benchmark-maps .main-header-inner {
    padding-right: 0;
}

.page-retailershome-benchmark .main-header-right,
.page-retailershome-benchmark-maps .main-header-right {
    display: none;
}


/* rh-benchmark-search */
/*.rh-benchmark-search {
    width: 24em;
}*/

    .rh-benchmark-search .header-btn {
        display: block;
        background: #D0CACA;
        color: #FFFFFF;
        border: none;
        text-align: center;
        line-height: 3;
        font-size: .85em;
        float: left;
        margin-right: 3px;
        border-radius: 0.5em;
        flex-grow: 1;
    }

    .rh-benchmark-search .header-btn .postcode {
        margin-right: 3px;
        width: 49%;
    }

    .rh-benchmark-search.postcode .header-btn.postcode,
    .rh-benchmark-search.town .header-btn.town {
        background: #204F64;
        color: #fff;
        cursor: default;
    }

    .rh-benchmark-search.town .header-btn.postcode:hover,
    .rh-benchmark-search.postcode .header-btn.town:hover {
        color: #fffff0;
        background: #005065
    }

    .rh-benchmark-search .content {
        padding-top: 1em;
    }

    .rh-benchmark-search .search-box {
        display: block;
    }

        .rh-benchmark-search .search-box .clearfix {
            display: flex;
        }

        .rh-benchmark-search .search-box .search-box-ul {
            min-width: 0;
            margin: 0;
            padding: 0px 5px 4px 4px;
        }

        .rh-benchmark-search .search-box .btn {
            font-size: 1.3em;
            padding: 12px 1.2em 2px;
        }

        .rh-benchmark-search .search-box .iconic.loading {
            color: #1DBCFD;
        }

        .rh-benchmark-search .search-box .search-box-li {
            height: 34px;
            line-height: 32px;
            font-size: 30px;
            width: 90%;
            margin: 0 0 0 .2em;
        }

        .rh-benchmark-search .search-box .search-box-li-token {
            padding-left: .2em;
            padding-right: .2em;
            margin-left: 3px;
        }

        .rh-benchmark-search .search-box .search-box-name {
            padding: 0;
            width: 100%;
        }

        .rh-benchmark-search .search-box .token-index-1 {
            display: none;
        }

        .rh-benchmark-search .search-box .search-box-ul-wrp {
            height: 100% !important;
        }

        .rh-benchmark-search .search-box .search-box-go.btn {
            height: 100% !important;
        }

        .rh-benchmark-search .search-box .search-box-ul-wrp .iconic {
            display: none;
        }

        .rh-benchmark-search .search-box a.search-box-clear-btn {
            font-size: 1.5em;
            line-height: 40px;
            margin: 4px 0 -4px 0 !important;
            padding: 0 4px !important;
        }

        .rh-benchmark-search .search-box a.search-box-close {
            display: none;
        }

        .rh-benchmark-search .search-box .ui-autocomplete {
            left: 1px !important;
            width: 19.5em !important;
        }

            .rh-benchmark-search .search-box .ui-autocomplete .ui-menu-item a span {
                float: none;
            }

            .rh-benchmark-search .search-box .ui-autocomplete .ui-menu-item a .b {
                color: #666;
                text-transform: uppercase;
                font-size: 11px;
                font-weight: bold;
                display: block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                height: 13px;
                line-height: 13px;
            }

            .rh-benchmark-search .search-box .ui-autocomplete .ui-menu-item a.ui-state-hover .b {
                color: #fff;
            }

        .rh-benchmark-search .search-box .search-box-input.ui-autocomplete-input {
            color: #ccc;
        }        

        .rh-benchmark-search .search-box .search-box-input.ui-autocomplete-input::-ms-clear {
            display: none;
        }

        .rh-benchmark-search .search-box .search-box-input {
            width: 100%;
            height: 90%;
            overflow-y: hidden;
        }

    .rh-benchmark-search .content .tab {
        display: none;
    }

    .rh-benchmark-search.town .content .town,
    .rh-benchmark-search.postcode .content .postcode {
        display: block;
    }

    .rh-benchmark-search .content .capt {
        font-size: .85em;
        margin: 1em 0 0;
        color: #999;
    }



/* rh-benchmark-top */
.rh-benchmark-top {
    height: 140px;
    max-width: 100%;
}

    .rh-benchmark-top tbody,
    .rh-benchmark-top tr,
    .rh-benchmark-top td {
        height: 100%;
    }    
    
    .rh-benchmark-top td {
        vertical-align: top;
    }

    .rh-benchmark-top .l {
        display: inline-block;
        text-align: center;
        background: #fff;
        border: 1px solid #ddd;
        width: 9em;
        padding: 1.15em 0;
        text-transform: uppercase;
        margin-left: 1em;
        font-weight: bold;
        font-size: .8em;
        letter-spacing: 1px;
        text-decoration: none;
        border-radius: 0.5em; 
    }

        .rh-benchmark-top .l:hover {
            background: #f5f5f5;
        }

        .rh-benchmark-top .l.b {
            background: #D0CACA;
            color: #f6f6f6;
            margin-top: .5em;
            font-weight: normal;
        }

            .rh-benchmark-top .l.b:hover {
                background: #797979;
            }

            .rh-benchmark-top .l.b:active {
                background: #666;
            }

            .rh-benchmark-top .l.b[disabled] {
                background: #ddd;
            }

/* evaluation units list */
.rh-benchmark-evaluations-wrp {
    overflow-x: auto;
    margin-top: 1em;
    border: 1px solid #ddd;
    min-height: 45px;
    background: #eee;
}

.rh-benchmark-evaluations {
    font-size: .85em;
    line-height: 1.4;
}

    .rh-benchmark-evaluations table {
        width: 100%;
    }

    .rh-benchmark-evaluations tr.hd-row {
        border-bottom: 1px solid #ddd;
        background: #eee;
    }

    .rh-benchmark-evaluations tr.bd-row {
        height: 58px;
        background: #fff;
    }

    .rh-benchmark-evaluations td {
        padding: .45em;
        vertical-align: top;
        position: relative;
    }

        .rh-benchmark-evaluations .loading {
            background: #eee url('/content/images/loader_5CA6EE_transparent.gif') center center no-repeat !important;
            width: 40px; 
            height: 40px;
        }

    .rh-benchmark-evaluations .divider td {
        padding-top: .5em;
    }

    .rh-benchmark-evaluations .hd-row td {
        padding-top: 0;
    }

    .rh-benchmark-evaluations .bd-row td {
        border-bottom: 1px solid #ddd;
        color: #151515;
        font-weight: bold;
        vertical-align: middle;
    }

    .rh-benchmark-evaluations .head {
        font-weight: bold;
        line-height: 1.2;
    }    
    
    .rh-benchmark-evaluations .head td {
        padding-top: 5px;
    }

    .rh-benchmark-evaluations .hd-row a {
        font-size: .9em;
        color: #787878;
        text-decoration: none;
        display: block;
        position: relative;
    }

        .rh-benchmark-evaluations .hd-row a:hover {
            color: #333;
            font-weight: bold;
        }

    .rh-benchmark-evaluations .hd-row .info {
        font-size: .75em;
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        display: inline-block;
        line-height: 1.5em;
        text-align: center;
        color: #fff;
        background: #CDCDCD;
    }

    .rh-benchmark-evaluations .hd-row .info:hover {
        background: #aaa;
    }

    .rh-benchmark-evaluations .hd-row span.name {
        padding-right: 9px;
    }

    .rh-benchmark-evaluations .hd-row .caret {
        position: absolute;
        top: 3px;
        right: -4px;
        display: none;
        float: right;
    }

    .rh-benchmark-evaluations .hd-row .sorted .caret {
        display: inline-block;
        border-top: none;
        border-bottom: 4px solid #A2A2A2;
    }

    .rh-benchmark-evaluations .hd-row .sorted:hover .caret {
        border-bottom-color: #A2A2A2;
    }

    .rh-benchmark-evaluations .hd-row .sorted.desc .caret {
        border-bottom: none;
        border-top: 4px solid #A2A2A2;
    }

    .rh-benchmark-evaluations .hd-row .sorted.desc:hover .caret {
        border-top-color: #A2A2A2;
    }

    .rh-benchmark-evaluations select {
        border: 0;
        font-weight: bold;
    }

    .rh-benchmark-evaluations .sort-0 select {
        display: none;
    }

    .rh-benchmark-evaluations .list-true {
        text-align: center;
    }

        .rh-benchmark-evaluations .list-true span {
            display: none;
        }

        .rh-benchmark-evaluations .list-true.sort-0 span {
            display: inline;
        }

    .rh-benchmark-evaluations select:hover {
        background: #E9F6FC;
    }

    .rh-benchmark-evaluations .body .is-new-true td {
        background: #D6FCF2;
        -webkit-animation-name: fade-out;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-direction: alternate;
        -webkit-animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-delay: 2s;
        -moz-animation-name: fade-out;
        -moz-animation-duration: 1s;
        -moz-animation-iteration-count: 1;
        -moz-animation-direction: alternate;
        -moz-animation-timing-function: ease-out;
        -moz-animation-fill-mode: forwards;
        -moz-animation-delay: 2s;
        -ms-animation-name: fade-out;
        -ms-animation-duration: 1s;
        -ms-animation-iteration-count: 1;
        -ms-animation-direction: alternate;
        -ms-animation-timing-function: ease-out;
        -ms-animation-fill-mode: forwards;
        -ms-animation-delay: 2s;
        animation-name: fade-out;
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-direction: alternate;
        animation-timing-function: ease-out;
        animation-fill-mode: forwards;
        animation-delay: 2s;
    }

    .rh-benchmark-evaluations .type-meta {
        display: none;
    }

    .rh-benchmark-evaluations .store-true .clm-1 {
        border-left: 0.5em solid #FDBF75;
    }

    .rh-benchmark-evaluations .type-address {
        min-width: 20em;
    }

    .rh-benchmark-evaluations .body .type-int {
        text-align: right;
    }

    .rh-benchmark-evaluations .body .type-directionoftravel,
    .rh-benchmark-evaluations .body .type-healthindex {
        text-align: center;
    }

        .rh-benchmark-evaluations .body .type-healthindex span {
            border-radius: 50%;
            width: 1.7em;
            height: 1.7em;
            line-height: 1.7em;
            text-align: center;
            display: inline-block;
            color: #fff;
            padding-top: 1px;
            padding-right: 1px;
        }

        .rh-benchmark-evaluations .body .type-directionoftravel span {
            color: #fff;
            padding: .2em .5em;
            display: block;
            text-transform: uppercase;
            font-size: .9em;
            font-family: 'Poppins Regular', Helvetica, Arial, sans-serif;
            letter-spacing: 1px;
        }

        .rh-benchmark-evaluations .body .type-directionoftravel.dash-true span,
        .rh-benchmark-evaluations .body .type-healthindex.sort-0 span {
            color: inherit;
        }


    .rh-benchmark-evaluations .body .type-movement {
        text-align: right;
    }

    .rh-benchmark-evaluations .remove-wrp {
        font-size: 1.2em;
        width: 42px;
        padding-left: 10px;
        position: absolute;
        right: 0;
        height: 100%;
        top: 0;
        overflow: hidden;
    }


    .rh-benchmark-evaluations .remove {
        font-size: 1.2em;
        width: 41px;
        padding-left: 10px;
        position: absolute;
        right: -41px;
        height: 100%;
        top: 0;
        background: #fff;
        transition: all .2s;
        border-left: 1px solid #eee;
    }

    .rh-benchmark-evaluations tr:hover .remove {
        right: 1px;
    }

    .rh-benchmark-evaluations .removing .remove {
        right: 1px;
    }

    .rh-benchmark-evaluations .remove-btn {
        position: absolute;
        top: 50%;
        margin-top: -.6em;
        background: transparent;
        color: #F78E9A;
        border: 1px solid;
        width: 1.2em;
        height: 1.2em;
        line-height: 1em;
        text-align: center;
        padding: 0;
        border-radius: 50%;
        display: inline-block;
        text-decoration: none;
        transition: all .8s;
        padding-top: 3px;
    }

        .rh-benchmark-evaluations .remove-btn:hover {
            background: #F78E9A;
            border-color: #F78E9A;
            color: #fff;
        }

        .rh-benchmark-evaluations .removing .remove-btn,
        .rh-benchmark-evaluations .remove-btn:active {
            background: #FA495D;
            border-color: #FA495D;
            color: #fff;
        }

    .rh-benchmark-evaluations .placeholder span {
        font-size: 1.2em;
        display: none;
    }

        .rh-benchmark-evaluations .placeholder span.rows-0 {
            display: inline;
        }

/* rh-benchmark-averages */
.rh-benchmark-averages {
    margin-left: 1em;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-right: none;
    color: #151515;
}

    div.rh-benchmark-averages {
        height: 99%;
    }

    .rh-benchmark-averages table {
        height: 100%;
    }

    .rh-benchmark-averages td {
        border-right: 1px solid #dfdfdf;
        padding: 0 .5em;
        height: 100%;
        text-align: center;
        min-width: 94px;
    }

    .rh-benchmark-averages .header {
        height: 55%;
    }

    .rh-benchmark-averages .loading {
        background: #fff url('/content/images/loader_5CA6EE_transparent.gif') center center no-repeat !important;
        text-align: center;
        width: 100%;
        height: 28px;
    }

    .rh-benchmark-averages .hd-row-0 {
        font-size: 1.1em;
        font-weight: bold;
        margin-top: 10px;
    }

    .rh-benchmark-averages .hd-row-1 {
        color: #999;
        font-size: .85em;
        padding-top: 8px;
    }

    .rh-benchmark-averages .bd-row {
        font-size: 1.8em;
        font-weight: bold;
        padding-top: 0.4em;
    }

    .rh-benchmark-averages .bd-row.type-healthindex span {
        border-radius: 50%;
        width: 1.2em;
        height: 1.2em;
        line-height: 1.2em;
        text-align: center;
        display: inline-block;
        color: #fff;
        padding-top: 2px;
    }


@-webkit-keyframes fade-out {
    0% {
        background: #D6FCF2;
    }

    100% {
        background: #fff;
    }
}

@-moz-keyframes fade-out {
    0% {
        background: #D6FCF2;
    }

    100% {
        background: #fff;
    }
}

@-ms-keyframes fade-out {
    0% {
        background: #D6FCF2;
    }

    100% {
        background: #fff;
    }
}

@keyframes fade-out {
    0% {
        background: #D6FCF2;
    }

    100% {
        background: #fff;
    }
}




.interstitial {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 3000;
    box-shadow: 0 .5em .5em #aaa;
    font-size: 1.2em;
    padding-bottom: 1em;
    line-height: 1.5;
}

    .interstitial .content {
        margin: 2em 2em 0;
    }

    .interstitial .title {
        font-family: 'Poppins Regular', Helvetica, Arial, sans-serif;
        font-size: 1.9em;
        margin-bottom: 1em;
        letter-spacing: 1px;
        /* color: #fdbf75; */
        color: rgb(246, 146, 30);
    }

    .interstitial .footer {
        position: absolute;
        top: 0.5em;
        right: 1em;
        margin-bottom: 0.5em;
    }

        .interstitial .footer .close {
            float: right;
            font-size: 1em;
            line-height: 1.5em;
            font-weight: normal;
            text-decoration: none;
        }

            .interstitial .footer .close:hover {
                text-decoration: underline;
            }

        .interstitial .footer label {
            font-size: .8em;
            font-weight: normal;
            display: block;
            cursor: pointer;
        }

            .interstitial .footer label input {
                vertical-align: text-top;
            }

        .interstitial .footer input {
            margin: 2px 4px 0 0;
        }

    .interstitial .footer-btn {
        display: inline-block;
        position: relative;
        left: -20px;
        border: 1px solid #bfbfbf;
        background: #bfbfbf;
        color: #fff;
        padding: .1em 1em;
        text-align: center;
        height: 30px;
        border-radius: 3px 0 0 3px;
    }

        .interstitial .footer-btn .arr {
            position: absolute;
            top: -1px;
            right: -27px;
            border-top: 27px solid transparent;
            border-bottom: 27px solid transparent;
            border-left: 27px solid #bfbfbf;
        }

    .interstitial .sales {
        font-size: 0.9em;
        font-family: Helvetica,Arial,sans-serif;
        color: #666;
    }

/* ========================== NOTE: For new user messages, only make changes below this line ========================== */

    .interstitial .message {
        padding: 0 2em;
        margin-bottom: 2em;
        color: #888;
    }


/* page-section */
.page-section {
    padding-bottom: 1em;
}

    .page-section.top {
        padding-top: 0;
    }

    .page-section.brd-btm {
        border-bottom: 1px solid #ddd;
        padding-bottom: 2em;
    }

.section-controls {
    font-size: .85em;
    display: flex;
}

    .section-subheading.show-legend-false .section-controls {
        top: 0;
    }

.section-controls-title {
    display: inline-block;
    font-size: 12px;
    line-height: 13px;
    margin: 0 3px;
    color: #747373;
}

    .section-controls-title.last {
        margin-left: 10px;
    }

.section-controls .dropdown-menu {
    min-width: 80px;
}

.section-controls .section-controls-display .dropdown-menu {
    left: auto !important;
    right: 0;
    zoom: 1;
}

.chart-wrp .section-controls .section-controls-display .dropdown-menu {
    right: 0;
}

.section-controls .dropdown-menu a {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
}

.section-controls .btn-mini {
    font-size: 12px;
}

.section-controls .btn-inverse {
    color: #eee;
    background: #403F3F;
    border-color: #403F3F;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

    .section-controls .btn-inverse:hover,
    .section-controls .btn-inverse:active,
    .section-controls .btn-inverse.active,
    .section-controls .btn-inverse.disabled,
    .section-controls .btn-inverse[disabled] {
        background: #494949;
        *background: #494949;
    }

    .section-controls .btn-inverse:active,
    .section-controls .btn-inverse.active {
        background-color: #494949 \9;
    }

    .section-controls .btn-inverse .caret {
        margin-top: 8px;
    }

    .section-controls .btn-inverse .icon-white {
        margin-top: 1px;
        margin-right: 3px;
    }

    .section-controls .btn-inverse.loading .icon-white {
        background: url('images/loader_BBBBBB_403F3F_16x16.gif');
        width: 16px;
        height: 16px;
        margin-top: 0;
    }

    .section-controls .btn-inverse.loading:hover {
        background: #403F3F;
    }

.section-controls .btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #494949;
}

.section-controls a.columns-chart-interactive-unselect {
    display: none;
    float: left;
    font-size: 12px;
    padding: .3em .8em;
    margin-right: 20px;
    background: #005065;
    color: #fff;
    text-decoration: none;
    line-height: 1.5em;
    height: 2.3em;
}

    .section-controls a.columns-chart-interactive-unselect:hover {
        background: #005065;
    }

    .section-controls a.columns-chart-interactive-unselect.show {
        display: inline-block;
    }

    .section-controls a.columns-chart-interactive-unselect b {
        background-image: url('/content/images/ui-icons_ffffff_256x240.png');
        vertical-align: middle;
    }

.section-heading.top {
    padding-top: 0;
}

    .section-heading .section-header.no-pad-btm {
        padding-bottom: 0;
    }


/* section-header-values */

.section-header-values {
    margin-left: 1em;
    display: inline-block;
    line-height: 1;
}

    .section-header-values span {
        display: inline-block;
    }

    .section-header-values .section-header-values-label {
        color: #888;
    }

    .section-header-values .section-header-values-value {
        font-size: 2.5em;
        font-weight: bold;
    }

        .section-header-values .section-header-values-value b {
            color: #888;
        }

        .section-header-values .section-header-values-value .vacancy-movement {
            margin-left: 10px;
        }


.subpages-content .clearfix .section-header {
    padding-bottom: 0;
}

.subpages-content .section-subheader {
    color: #999;
    font-size: 13px;
    line-height: 15px;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.chart-legend {
    font-size: .7em;
    margin-left: 0;
    width: 50%;
    float: left;
}

    .chart-legend li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        text-transform: uppercase;
        color: #999;
        padding-right: .2em;
        font-size: 1.05em;
    }

        .chart-legend li.ttl {
            color: #333;
        }

        .chart-legend li.gr {
            margin-right: .6em;
        }

        .chart-legend li b {
            display: inline-block;
            width: 7px;
            height: 7px;
            background: #B9B8B8;
            border-radius: 50%;
        }

.ie7 .chart-legend li b {
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    margin-top: 0;
}

.chart-legend li.bl b {
    background: #199ADC url("/content/images/chart_legend_colours.png") no-repeat;
    margin-left: 1em;
}

.chart-legend li.green b {
    background: #81CA9C;
}

.chart-legend li.red b {
    background: #FD1D8C;
}

.chart-legend li.yellow b {
    background: #F79327;
}

.legend-cont {
    padding-bottom: 1em;
}

    .legend-cont .chart-legend {
        float: right;
        width: auto;
    }

/* with-borders */
.with-borders {
    border: 1px solid #eee;
    max-width: none;
    font-size: .85em;
}

    .with-borders th,
    .with-borders td {
        padding: .3em;
        border-bottom: 1px solid #eee;
        text-align: right;
        width: 3em;
    }

    .with-borders .tabular-subheader td {
        font-size: .85em;
        text-transform: uppercase;
        padding-top: .4em;
        padding-top: .4em;
        color: #999;
    }

    .with-borders .tabular-subheader .tooltip {
        text-transform: none;
    }

    .with-borders th:first-child,
    .with-borders td:first-child {
        text-align: left;
        min-width: 10em;
        width: auto;
    }

    .with-borders th {
        color: #555;
    }

    .with-borders .sublevel .tabular-cell-title {
        padding-left: 1.6em;
    }

.page-section .expand:active,
.page-section .expand:hover {
    background-position: -48px -192px;
}

.page-section .tabular-expanded .expand {
    background-position: -64px -16px;
}

    .page-section .tabular-expanded .expand:active,
    .page-section .tabular-expanded .expand:hover {
        background-position: -64px -192px;
    }

.page-section .tabular-loading .expand,
.page-section .tabular-loading .expand:visited {
    background: url('/content/images/loader_888888_FFFFFF_16x16.gif') no-repeat;
}

/* title-selectable */

.title-selectable .tabular-cell-title .expand {
    float: left;
    margin-top: -1px;
}

.page-section-bg .tabular-cell-title .expand:active,
.page-section-bg .tabular-cell-title .expand:hover {
    background-position: -48px -192px;
}

.page-section-bg .tabular-expanded .tabular-cell-title .expand:active,
.page-section-bg .tabular-expanded .tabular-cell-title .expand:hover {
    background-position: -64px -192px;
}

.title-selectable .tabular-cell-title .name-cont {
    width: 300px;
    float: left;
}

.title-selectable .subcategory .tabular-cell-title .name-cont {
    width: 285px;
    margin-left: 15px;
}

.title-selectable .tabular-cell-title .name-wrp {
    display: block;
    max-width: 95%;
    margin-left: 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

html.ie8 .title-selectable .tabular-cell-title .name-wrp {
    float: none;
}

.title-selectable .vacancy .tabular-cell-title .name-wrp {
    margin-left: 18px;
}

.page-explorer-geographies.country .title-selectable .tabular-cell-title .name:hover {
    cursor: default;
}


.title-selectable .tabular-cell-title .name {
    padding: 0 4px;
    display: block;
    float: left;
    text-decoration: none;
}

.page-explorer-geographies .title-selectable .tabular-cell-title .name {
    max-width: 100%;
}

.page-explorer-geographies .title-selectable .selected .tabular-cell-title .name {
    max-width: 92%;
}

.title-selectable .tabular-cell-title .close {
    float: right;
    opacity: 1;
    font-size: 1em;
    color: #005065;
    display: none;
}

    .title-selectable .tabular-cell-title .close:hover {
        color: #f00;
    }


.title-selectable .selected .tabular-cell-title .close {
    display: block;
    visibility: hidden;
}

.title-selectable .selected:hover .tabular-cell-title .close {
    visibility: visible;
}

/* columns-chart-interactive */
.columns-chart-interactive {
    height: 250px;
}

    .columns-chart-interactive a.chart-x-axis-label {
        font-family: 'Poppins Regular', Helvetica, Arial, sans-serif;
        display: inline-block;
        margin-top: .8em;
        padding: .2em 0;
        text-decoration: none;
        color: #005065;
        letter-spacing: .1em;
        white-space: normal;
        text-align: center;
        line-height: 1.2em;
    }

        .columns-chart-interactive a.chart-x-axis-label:hover {
            text-decoration: underline;
        }

        .columns-chart-interactive a.chart-x-axis-label.selected {
            background-color: #005065;
            color: #fff;
        }


/* chart-full-width */
.chart-full-width {
    width: 100%;
}

    .chart-full-width .chart {
        margin-bottom: 20px;
    }

.chart .highcharts-data-labels text {
    font-family: 'Poppins Regular', Helvetica, Arial, sans-serif;
}

.chart .highcharts-axis-labels text {
    font-family: 'Poppins Regular', Helvetica, Arial, sans-serif;
}

/*#rh-portfolio-panel-lv .rh-chart-label {
    display: none !important;
}*/

.highcharts-legend-item rect {
    width: 8px;
    height: 8px; /* height = width */
    rx: 50%;
    ry: 50%;
}

.highcharts-legend-item rect {
    y: 7 !important;
}

/* .search-box */
.search-box {
    text-align: left;
}
.search-box .cf {
    display: flex;
}


    .search-box .input-prepend {
        margin-right: 10px;
    }

        .search-box .input-prepend input {
            background: #eee;
        }

    .search-box .btn {
        padding: 9px;
        background: #bbb;
        border: none;
        box-shadow: none;
        border-radius: 0 2px 2px 0;
        text-transform: uppercase;
        transition: background .3s;
        border-top-right-radius: 0.3em;
        border-bottom-right-radius: 0.3em;
        color: #FFFFFF !important;
    }

    .search-box.focus .btn {
        background: #204F64;
    }

    .search-box .btn:hover {
        background: #204F64;
        color: #FFFFFF;
    }

    .search-box .search-box-go.btn {
        height: 35px;
    }

    * html .search-box .ui-autocomplete {
        height: 100px;
    }

    .search-box .ui-autocomplete {
        left: 0px !important;
        padding: 4px 0;
        border: none;
        cursor: pointer;
        overflow-y: auto;
        overflow-x: hidden;
        width: 300px !important;
        min-width: 80px;
        max-height: 240px;
        opacity: 0.97;
        text-align: left;
        color: #333;
        text-align: left;
        z-index: 1000 !important;
        top: 0 !important;
        box-shadow: 0 2px 3px #bbb;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

.ie7 .search-box .ui-autocomplete,
.ie8 .search-box .ui-autocomplete {
    border: 1px solid #eee;
    border-top: none;
}


.search-box .search-box-results {
    position: relative;
    width: 10em;
    z-index: 300;
    zoom: 1;
}

.search-box .ui-autocomplete .ui-menu-item a,
.search-box .ui-autocomplete .ui-menu-item a:link,
.search-box .ui-autocomplete .ui-menu-item a:visited {
    font-size: .9em;
    line-height: 1.2;
    color: #333;
    outline: none;
    display: block;
    padding: .3em .5em;
    margin: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.search-box .ui-autocomplete .ui-menu-item {
    font-family: 'Poppins Regular', Helvetica, Arial, sans-serif;
}

    .search-box .ui-autocomplete .ui-menu-item a:active {
        outline: none;
    }

    .search-box .ui-autocomplete .ui-menu-item a span {
        display: block;
        float: left;
        width: 70%;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .search-box .ui-autocomplete .ui-menu-item a b {
        color: #999;
        text-transform: uppercase;
        font-size: .71em;
        display: block;
        float: left;
        width: 25%;
        height: 20px;
        line-height: 20px;
        float: right;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .search-box .ui-autocomplete .ui-menu-item .ui-state-hover {
        color: #fff;
        background: #005065;
    }

        .search-box .ui-autocomplete .ui-menu-item .ui-state-hover b,
        .search-box .ui-autocomplete .ui-menu-item a:hover b {
            color: #fff;
        }

.search-box .ui-autocomplete .search-box-item-indented a,
.search-box .ui-autocomplete .search-box-item-indented .ui-state-hover {
    padding-left: 25px;
}


.search-box .search-box-ul-wrp {
    float: left;
    position: relative;
    border: 1px solid #bbb;
    background: #fff;
    height: 35px;
    border-top-left-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
}

.search-box.focus .search-box-ul-wrp {
    border-color: #005065;
}

.search-box .search-box-ul {
    min-width: 230px;
    margin: 0 3px 0 5px;
    padding: 1px 5px 8px 4px;
    cursor: text;
    white-space: nowrap;
    list-style: none;
    float: left;
}

#areas-list-container.search-box .search-box-ul {
    width: 300px;
}

.search-box .search-box-ul.search-box-no-search {
    cursor: default;
}

    .search-box .search-box-ul.search-box-no-search .search-box-li-input {
        display: none;
    }

.search-box .search-box-ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.search-box .search-box-ul-wrp .iconic {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: left;
    margin: 7px -2px 0 4px;
    width: 16px;
    color: #999;
}

.search-box .iconic.loading {
    color: #ddd;
}

.search-box.focus .search-box-ul-wrp .iconic {
    color: #005065;
}

.search-box .search-box-li {
    float: left;
    display: inline-block;
    margin: 0;
    height: 18px;
    line-height: 18px;
    font-size: 15px;
    background: #ccc;
    color: #333;
    text-shadow: none;
    margin: 6px 0 0 .2em;
}

.search-box .search-box-li-input {
    background: none;
    width: 92%;
}

.search-box.multi .search-box-li-input {
    width: 135px;
}

.search-box .search-box-li-token {
    background: #005065;
    color: #fff;
    padding-right: .3em;
}

.search-box .search-box-li-selected {
    background: red;
}

.search-box .search-box-input {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 15px;
    line-height: 1.3;
    box-shadow: none;
    -webkit-box-shadow: none;
    -mz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}

    .search-box .search-box-input:focus {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -mz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
    }

.search-box .search-box-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    float: left;
    text-align: left;
    padding: 0 4px;
    line-height: 1.1;
}

.search-box a.search-box-close,
.search-box a.search-box-close:visited {
    float: right;
    display: inline-block;
    margin-left: .2em;
    text-decoration: none;
    color: #fff;
    position: relative;
    top: -.1em;
    font-size: .9em;
}

    .search-box a.search-box-close:hover {
        color: #f00;
    }

.search-box a.search-box-clear-btn {
    float: left;
    margin: 10px 4px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-decoration: none;
    color: #999;
}

    .search-box a.search-box-clear-btn:hover {
        color: #333;
    }

    .search-box a.search-box-clear-btn:active {
        color: #666;
        font-weight: bold;
    }

/* companies page */
#companies-search .search-box-li-company {
    background: #F79327;
}

    #companies-search .search-box-li-company.search-box-li-selected,
    #companies-search .search-box-li-company:hover {
        background: #EE8405;
    }

    #companies-search .search-box-li-company .search-box-close {
        display: none;
    }

/* all search*/
.all-search {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 34em;
    box-shadow: 0 2px 5px #aaa;
    z-index: 10000;
    display: none;
}

.page-retailershome .all-search {
    display: block;
}

.all-search .header {
    padding: .7em 1.5em;
    background: #eee;
}

.all-search #all-search-close,
.all-search #all-search-close:visited {
    text-decoration: none;
    position: absolute;
    top: .2em;
    right: 1.5em;
    color: #005065;
    font-size: 1.2em;
}

.all-search .header:hover {
    font-weight: bold;
}

.all-search .all-search-inner {
    min-height: 5em;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-top: none;
}

.ie8 .all-search .all-search-inner {
    border-top: 1px solid #ddd;
}

.all-search #all-search-content {
    margin: 1.5em;
}

.all-search .loader {
    background: #fff;
    padding: 1em 1.5em;
    position: absolute;
    top: 1px;
    left: 1px;
    display: none;
}

.all-search.loading .loader {
    display: block;
}

.all-search .items {
    list-style: none;
    font-size: 1.2em;
}

    .all-search .items li {
        padding-bottom: .8em;
    }

.all-search .type {
    font-size: .7em;
    text-transform: uppercase;
    color: #999;
}

.all-search .link,
.all-search .link:visited {
    font-size: .7em;
    text-transform: uppercase;
    display: inline-block;
    margin-left: .4em;
    text-decoration: none;
}

.content-page.content-reportsrunner {
  padding-top: 1.5em;
}

.content-reportsrunner #reportsrunner-landing {
    padding: 3em 0 0 2em;
    display: flex;
}

.content-reportsrunner .list {
    height: 50%;
    max-height: 50%;
}

    .content-reportsrunner .list .rep {
        display: block;
        width: 14%;
        float: left;
    }

    .content-reportsrunner .list .toggle,
    .content-reportsrunner .list .toggle:visited {
        display: block;
        height: 18em;
        background: #005065;
        color: #fff;
        margin: 0 1em 4em 0;
        padding: 2em 0 0 0.5em;
        text-decoration: none;
        position: relative;
    }

        .content-reportsrunner .list .toggle:hover {
            background: #E7E7E7;
        }

        .content-reportsrunner .list .toggle.active {
            background: #E7E7E7;
        }

        .content-reportsrunner .list .toggle h4 {
            font-weight: 600;
            margin-top: 1.5em;
        }

            .content-reportsrunner .list .toggle h4 span {
                font-family: 'Poppins Regular', Helvetica, Arial, sans-serif;
                font-size: 1.1em;
                font-weight: normal;
                color: #FFFFFF;
                display: block;
                text-transform: uppercase;
                margin-top: 0.5em;
            }

        .content-reportsrunner .list .toggle .open {
            position: absolute;
            bottom: 1em;
            right: 1em;
        }

        .content-reportsrunner .list .toggle .iconic {
            position: absolute;
            bottom: 1.1em;
            left: 1em;
        }

        .content-reportsrunner .list .toggle .extracted {
            background: #fff;
            font-size: 5em;
            position: absolute;
            top: -.5em;
            right: -0.1em;
            width: 0.5em;
            height: 1em;
            border-top-left-radius: 110px;
            border-bottom-left-radius: 110px;
        }

    .content-reportsrunner .list .params {
        display: none;
        float: left;
        z-index: 2;
        position: relative;
        padding-top: 2em;
        top: -3em;
    }

        .content-reportsrunner .list .params .inner {
            position: relative;
            border: 1px solid #005065;
            padding: 3em 2em 1em 2em;
            border-radius: 0.5em;
        }

        .content-reportsrunner .list .params .arr-t {
            position: absolute;
            top: -16px;
            left: 30px;
            border: 16px solid #005065;
            border-right-color: transparent;
            border-left-color: transparent;
            border-top: none;
            width: 0;
            height: 0;
        }

        .content-reportsrunner .list .params .arr-b {
            position: absolute;
            top: -15px;
            left: 31px;
            border: 15px solid #fff;
            border-right-color: transparent;
            border-left-color: transparent;
            border-top: none;
            width: 0;
            height: 0;
            z-index: 3;
        }

        .content-reportsrunner .list .params .field {
            margin-bottom: 1.5em;
        }

        .content-reportsrunner .list .params .run,
        .content-reportsrunner .list .params .run:visited {
            text-decoration: none;
            color: #fff;
            background: #005065;
            transition: background .3s;
            padding: .5em 1em;
            display: inline-block;
            border-radius: 0.5em;
        }

            .content-reportsrunner .list .params .run:hover {
                background: #005065;
            }

        .content-reportsrunner .list .params h4 {
            text-transform: uppercase;
            text-transform: uppercase;
            margin-bottom: 1.5em;
            margin-top: 3em;
            font-size: .9em;
            font-weight: bold;
        }

        .content-reportsrunner .list .params .search-box {
            display: block;
        }

            .content-reportsrunner .list .params .search-box .search-box-ul {
                width: 500px;
            }

            .content-reportsrunner .list .params .search-box .search-box-ul-wrp {
                min-height: 35px;
                height: auto !important;
            }

            .content-reportsrunner .list .params .search-box .ui-autocomplete {
                max-height: 150px;
                width: 490px !important;
            }

        .content-reportsrunner .list .search-box-go {
            display: none;
        }

.content-reportsrunner #retailergap-selector-search .token-index-0 {
    background: #F79327;
}

.content-reportsrunner label {
    font-weight: normal;
    cursor: pointer;
}

.content-reportsrunner #expansion-exclude-london {
    vertical-align: -15%;
}

.content-reportsrunner #expansion-age-range {
    width: 540px;
    margin-bottom: 2em;
}


.content-reportsrunner .independents {
    margin-bottom: 1em;
    height: 21px;
}

    .content-reportsrunner .independents span {
        margin-left: 3px;
    }

/*************************************************************************************
Responsive
*************************************************************************************/

@media (max-width: 1300px) {
    #main-subpage-btn {
        display: none !important;
    }

    .content-reportsrunner .list .toggle {
        height: 16.5em;
        margin: 0 0.8em 2.5em 0;
        padding: 0.5em 0 0.5em 0.5em;
    }

        .content-reportsrunner .list .toggle h4 {
            font-size: 12px;
            margin-top: 3em;
        }

        .content-reportsrunner .list .toggle .open {
            font-size: 1em;
        }
}

@media (max-width: 768px) {
    #main-subpage-btn {
        display: none !important;
    }

    .content-reportsrunner .list .toggle {
        height: 14em;
        margin: 0 0.5em 2.5em 0;
        padding: 0.5em 0 0.5em 0.2em;
    }

    .content-reportsrunner .list .toggle h4 {
        font-size: 0.9em;
        margin-top: 3.5em;
    }

    .content-reportsrunner .list .toggle .open {
        font-size: 0.85em;
    }

    .content-reportsrunner #expansion-age-range {
        width: 317px;
    }
    
}


/* explorer-map */

.map {
    position: relative;
    height: 400px;
    width: 100%;
    background-color: #acc7f2;
}

.MicrosoftMap .OverlaysBR,
.MicrosoftMap .OverlaysBR-logoAware {
    right: 100px !important;
}

/* controls */
.map-controls {
    position: absolute;
    bottom: 1em;
    right: 1em;
    z-index: 1; /* z-index greater than 1 obscures bing maps streetside */
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 -3px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.5em;
}

    .map-controls .zoom {
        float: left;
    }

        .map-controls .zoom .zoom-in,
        .map-controls .zoom .zoom-out {
            border: none;
            background: url('/content/images/map_ctl_zoom_default_in.png') center center no-repeat;
            width: 37px;
            height: 40px;
            display: block;
        }

        .map-controls .zoom .zoom-out {
            border-top: 1px solid #ddd;
            background-image: url('/content/images/map_ctl_zoom_default_out.png');
        }

        .map-controls .zoom .zoom-in:hover {
            background-image: url('/content/images/map_ctl_zoom_hover_in.png');
        }

        .map-controls .zoom .zoom-out:hover {
            background-image: url('/content/images/map_ctl_zoom_hover_out.png');
        }

    .map-controls .map-type {
        float: left;
        margin-top: .26em;
        margin-left: 1em;
    }

        .map-controls .map-type a {
            text-decoration: none;
        }

    .map-controls .dropdown-menu a:hover {
        background-color: #eee;
        color: inherit;
    }

    .map-controls .map-type .caret {
        border-top-color: #005065;
        margin-left: 0;
    }

    .map-controls .map-type.open .caret,
    .map-controls .map-type a:hover .caret {
        border-top-color: #2a6496;
    }

    .map-controls .map-type .dropdown-menu {
        right: -.55em;
        left: auto;
        text-align: right;
        min-width: 100px;
        background: #fff;
        border: 0;
        top: 1.4em;
    }

    .map-controls .map-loading {
        margin: .4em auto .3em;
        background: url("/content/images/loader_EAAD33_FFFFF_16x16.gif") no-repeat;
        width: 16px;
        height: 16px;
    }


/* drawing */
.map .crosshair {
    cursor: crosshair !important;
}

.map .move {
    cursor: move !important;
}

.map .space_drag_handle {
    border: 1px solid #F9C182;
    background: #fff;
    overflow: visible !important;
}

.map .space_drag_splitter {
    border: 1px solid #F9C182;
    background: rgba(255, 255, 255, .5);
    overflow: visible !important;
}

#explorer-map-controls {
    position: absolute;
    z-index: 11;
    top: 1em;
    left: 37em;
    display: none;
}

.page-explorer-geographies #explorer-map-controls {
    display: block;
}

.ie7 .page-explorer-geographies #explorer-map-controls {
    display: none;
}

#explorer-map-controls .btn-group {
    margin-top: .4em;
    margin-bottom: .4em;
}

.map button {
    outline: none;
}

.map .title {
    max-width: 140px;
    text-align: left;
}

#explorer-map-controls .info {
    color: #999;
    font-size: 12px;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 -3px 8px rgba(0, 0, 0, 0.1);
}

#explorer-map-controls button {
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 -3px 8px rgba(0, 0, 0, 0.1);
}

#explorer-map-controls button:hover {
    color: #ffffff;
}
    #explorer-map-controls button.active {
        background: #26A7E8;
    }

#explorer-map-controls .glyphicon-refresh,
#explorer-map-controls .glyphicon-pencil,
#explorer-map-controls .glyphicon-edit {
    color: #26A7E8;
}

#explorer-map-controls .glyphicon-trash {
    color: #F27898;
}

#explorer-map-controls .active .glyphicon {
    color: #fff;
}


.map #explorer-map-controls-list {
    max-height: 200px;
    border: none;
    overflow: hidden;
    overflow-y: auto;
}

#explorer-map-controls-list a {
    padding-left: 12px;
    padding-right: 12px;
}

/* map-info */
.map-info-wrp {
    position: absolute;
    z-index: 1; /* z-index greater than 1 obscures bing maps streetside */
    top: 1em;
    right: 1em;
    text-align: right;
}

.map-info {
    display: inline-block;
    text-align: left;
    background: #fff;
    font-size: .85em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 -3px 8px rgba(0, 0, 0, 0.1);
}

    .map-info .screen {
        width: 290px;
        overflow: hidden;
    }

    .map-info .scroller {
        width: 3000px;
    }

    .map-info a {
        text-decoration: none;
    }

    .map-info .business {
        width: 290px;
        height: 350px;
        float: left;
    }

        .map-info .business .inner {
            margin: 0 auto;
        }

        .map-info .business h3 {
            margin: 10px 0 0;
            padding: 0 10px;
            font-size: 1.3em;
            line-height: 1.2;
            font-weight: bold;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .map-info .business p {
            padding: .1em 10px;
            margin: 0 auto;
            text-align: left;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .map-info .business p.image {
                text-align: center;
                padding: 0;
            }

                .map-info .business p.image img {
                    display: inline-block;
                    width: 100%;
                    max-height: 225px;
                    background: #eee;
                }

            .map-info .business p.dt {
                margin-top: .5em;
                font-weight: bold;
            }

                .map-info .business p.dt a {
                    font-size: 11px;
                    text-decoration: underline;
                }

    .map-info ul.footer {
        margin: .7em .7em 0;
        padding: 0;
        list-style: none;
        height: 20px;
    }

        .map-info ul.footer li {
            display: inline-block;
            *display: inline;
            zoom: 1;
            margin: 0 3px;
            float: left;
        }

            .map-info ul.footer li.cls {
                float: right;
            }

    .map-info .footer a.business-index {
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 5px;
        height: 5px;
        background: #bbb;
        border-radius: 50%;
        position: relative;
    }

        .map-info .footer a.business-index:hover,
        .map-info .footer a.business-index.active {
            background: #005065;
        }

        .map-info .footer a.business-index:after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            top: -3px;
            left: -3px;
            border-radius: 50%;
        }

        .map-info .footer a.business-index:hover:after {
            background: #005065;
        }

    .map-info .footer a.close-btn {
        font-size: 1.2em;
        position: relative;
    }

        .map-info .footer a.close-btn:hover {
            color: #f08080;
        }


#explorer-businesses-constraints ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

#explorer-businesses-constraints li {
    background: #333;
    color: #f0f0f0;
    padding: .5em 2em .5em 1em;
    margin-bottom: .4em;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    text-align: left;
    max-width: 300px;
}

    #explorer-businesses-constraints li .remove,
    #explorer-businesses-constraints li .remove:visited {
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        padding: .4em 1em;
        background: #333;
        text-decoration: none;
    }

        #explorer-businesses-constraints li .remove:hover {
            color: #f08080;
        }

.map .ldo-pin,
.map a.ldo-pin {
    cursor: pointer !important;
    pointer-events: all !important;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

/* Classification: Comparison */
.map .ldo-pin.cls-1,
.title-selectable .classification-1 .tabular-cell-title .name {
  color: #F79327;
}

/* Classification: Convenience */
.map .ldo-pin.cls-2,
.title-selectable .classification-2 .tabular-cell-title .name {
  color: #005065;
}

/* Classification: Leisure */
.map .ldo-pin.cls-4,
.title-selectable .classification-4 .tabular-cell-title .name {
  color: #5198EC;
}

/* Classification: Miscellaneous */
.title-selectable .classification-5 .tabular-cell-title .name {
  color: #999;
}

/* Classification: Service */
.title-selectable .classification-7 .tabular-cell-title .name {
  color: #81CA9C;
}

/* Classification: Vacant Units */
.title-selectable .tabular-row.vacancy .tabular-cell-title a {
  color: #FD1D8C;
}

.map .ldo-pin .a {
    font-size: 11px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    zoom: 1;
    filter: alpha(opacity = 80);
    opacity: .8;
    border-radius: 50%;
    font-family: arial, sans-serif;
}

.map .ldo-pin.active {
    z-index: 100 !important;
}

    .map .ldo-pin .a:hover,
    .map .ldo-pin.active .a {
        opacity: 1;
        filter: alpha(opacity = 100);
    }

.map .col-11.active .a,
.map .col-11.active .b {
    color: #279212 !important;
}

.map .ldo-pin.active .b {
    -webkit-animation: pulsate 2s ease-out;
    -moz-animation: pulsate 2s ease-out;
    animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
}

.map .ldo-pin.active.size-1 .b {
    -webkit-animation: pulsate-5 2s ease-out;
    -moz-animation: pulsate-5 2s ease-out;
    animation: pulsate-5 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.ie7 .map .ldo-pin.active .b,
.ie8 .map .ldo-pin.active .b {
    display: none;
}

.map .ldo-pin .text {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 100;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: -6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

/* animations */
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(3);
        opacity: 0;
    }
}

@-moz-keyframes pulsate {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -moz-transform: scale(3);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        opacity: 1;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

@-webkit-keyframes pulsate-5 {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(5);
        opacity: 0;
    }
}

@-moz-keyframes pulsate-5 {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -moz-transform: scale(5);
        opacity: 0;
    }
}

@keyframes pulsate-5 {
    0% {
        opacity: 1;
    }

    100% {
        transform: scale(5);
        opacity: 0;
    }
}

/*slider*/
.ldc-slider-wrp .ui-slider {
    background: #ECE9E9;
    border: none;
    border-radius: 0;
    margin: 0 .5em;
}

.ldc-slider-wrp .ui-slider-horizontal {
    height: .5em;
}

.ldc-slider-wrp .ui-slider .ui-slider-range {
    background: #E0CFCF;
}

.ldc-slider-wrp .ui-slider .ui-slider-handle {
    background: #AAA6A6;
    border: none;
    border-radius: 0;
    top: -.35em;
    cursor: pointer;
}

.ldc-slider-wrp .no-access {
    line-height: 1.5;
}

.page-fullheight .main-body-content {
    padding: 0;
}

/* .page-fullheight-body */
.page-fullheight-body .wrp {
    padding: 1.5em 2em;
}

.page-fullheight-body .brd-table {
    font-size: 1.2em;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
}

.page-fullheight-body .brd-table th,
.page-fullheight-body .brd-table td {
    padding: .8em;
    border-bottom: 1px solid #eee;
}

.page-fullheight-body .brd-table th {
    font-size: .8em;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    background: #F5F5F5;
}

.page-fullheight-body .brd-table tr:last-child td {
    border-bottom: none;
}

.page-fullheight-body .brd-table .med {
    width: 6em;
}

.page-fullheight-body .brd-table .cent {
    text-align: center;
}

.page-fullheight-body .brd-table .right {
    text-align: right;
}

.page-fullheight-body .brd-table .sml {
    width: 2em;
}

.page-fullheight-body .brd-table .download {
    text-transform: uppercase;
    margin-left: 1em;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: .3em .6em;
}

    .page-fullheight-body .brd-table .download-btn:hover {
        color: #fff;
        background: #005065;
        text-decoration: none;
    }

.page-fullheight-body .vacancy-movement {
    padding-right: 1.5em;
    width: 5em;
    height: auto;
    text-align: right;
    background-position: right center;
}

.page-fullheight-body .brd-table .download span,
.page-fullheight-body .brd-table .download a,
.page-fullheight-body .brd-table .download a:visited {
    text-decoration: none;
    display: block;
    line-height: 1;
    padding: .3em .6em;
}

.page-fullheight-body .brd-table .download span {
    background: transparent;
}

/* data-top */

.page-fullheight-body .data-top {
    font-size: 1.4em;
    position: relative;
    padding-bottom: .6em;
    padding-right: 4em;
}

    .page-fullheight-body .data-top .title {
        font-family: Arial,sans-serif;
        color: #777;
        font-size: 1.2em;
    }

.main-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 185px;
    text-align: center;
    z-index: 1000;
    background: #ffffff;
}

    .main-sidebar .main-logo {
        display: block;
        background: url('/content/images/ldo_logo.svg') center top no-repeat;
        width: 6em;
        height: 3em;
        position: absolute;
        top: 1em;
        left: 5%;
    }

    .main-sidebar ul.main-sidebar-links {
        margin: 6em 0 0;
        padding: 0;
        list-style: none;
        font-size: 13px;

    }

        .main-sidebar ul.main-sidebar-links li {
            border-left: 2px solid transparent;
            padding: 0.8em; 
            position: relative;
            text-align: left;
        }

            .main-sidebar ul.main-sidebar-links li span {
                text-align: left;
                color: #535352;
            }

            .main-sidebar ul.main-sidebar-links li:hover {
                border-left: 2px solid #005065;
                background-color: rgb(0, 80, 101, 5%);
                color: #005065;
                border-top-right-radius: 0.3em;
                border-bottom-right-radius: 0.3em;
            }

            .main-sidebar ul.main-sidebar-links li.selected {
                border-left: 2px solid #005065;
                background-color: rgb(0, 80, 101, 5%);
                color: #005065;
                border-top-right-radius: 0.3em;
                border-bottom-right-radius: 0.3em;
            }


            .main-sidebar ul.main-sidebar-links li.sidebar-spacer {
                 padding: 0 0.8em;
            }

            .main-sidebar ul.main-sidebar-links li.sidebar-spacer:hover {
                border-left: none;
                background-color: transparent;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

    .main-sidebar .main-sidebar-links a.nav-link,
    .main-sidebar .main-sidebar-links a.nav-link:visited {
        color: #919191;
        text-decoration: none;
    }

    .main-sidebar .main-sidebar-links a.iconic.nav-link {
        flex: 0.3;
        display: block;
    }

    .main-sidebar .main-sidebar-links a.nav-link.active,
    .main-sidebar .main-sidebar-links a.nav-link:hover {
        color: #fff;
    }

    .main-sidebar .main-sidebar-links a.nav-link.active + div.tooltip,
    .main-sidebar .main-sidebar-links a.nav-link:hover + div.tooltip {
        display: none;
    }

    .main-sidebar .main-sidebar-links .user .popover-content,
    .main-sidebar .main-sidebar-links .homeuser .popover-content {
        font-size: 13px;
    }

    .main-sidebar .main-sidebar-links .user a.popover-logout,
    .main-sidebar .main-sidebar-links .homeuser a.popover-logout {
        width: auto;
    }

    .main-sidebar ul.main-sidebar-links li.user .admin,
    .main-sidebar ul.main-sidebar-links li.homeuser .admin {
        font-size: 11px;
        width: 15em;
        margin-top: 1em;
        margin-bottom: 0;
        line-height: 1.2;
    }

    .main-sidebar ul.main-sidebar-links li.ngreportsinbox .nav-link,
    .main-sidebar ul.main-sidebar-links li.reportsinbox .nav-link {
        position: relative;
    }

        .main-sidebar ul.main-sidebar-links li.ngreportsinbox .nav-link b,
        .main-sidebar ul.main-sidebar-links li.reportsinbox .nav-link b,
        .main-sidebar ul.main-sidebar-links li.ngreportsinbox .nav-link:hover b,
        .main-sidebar ul.main-sidebar-links li.reportsinbox .nav-link:hover b {
            font-size: .8em;
            font-weight: normal;
            position: absolute;
            text-align: center;
            top: -.9em;
            right: .1em;
            background: #FD1D8C;
            color: #FDDDDD;
            padding: 0.5em .8em;
            font-family: arial;
            border-radius: 1.1em;
            line-height: 12px;
        }

    .main-sidebar .beta-notice {
        font-family: 'Poppins Regular', Helvetica, Arial, sans-serif;
        position: absolute;
        top: 2.8em;
        left: 0;
        color: #FDBF75;
        text-align: center;
        width: 100%;
        text-transform: uppercase;
        font-weight: bold;
    }

    .main-sidebar .spacer {
        border-top: 1px solid #919191;
        margin: 20px 5px;
        height: 3px;
    }

/* page selected */
.page-investors .main-sidebar .main-sidebar-links .investors a.nav-link,
.page-investors .main-sidebar .main-sidebar-links .investors a.nav-link:visited,
.page-reportsrunner .main-sidebar .main-sidebar-links .reportsrunner a.nav-link,
.page-reportsrunner .main-sidebar .main-sidebar-links .reportsrunner a.nav-link:visited,
.page-explorer .main-sidebar .main-sidebar-links .explorer a.nav-link,
.page-explorer .main-sidebar .main-sidebar-links .explorer a.nav-link:visited,
.page-locations .main-sidebar .main-sidebar-links .locations a.nav-link,
.page-locations .main-sidebar .main-sidebar-links .locations a.nav-link:visited,
.page-classifications .main-sidebar .main-sidebar-links .classifications a.nav-link,
.page-classifications .main-sidebar .main-sidebar-links .classifications a.nav-link:visited,
.page-retailers .main-sidebar .main-sidebar-links .retailers a.nav-link,
.page-retailers .main-sidebar .main-sidebar-links .retailers a.nav-link:visited,
.page-retailershome .main-sidebar .main-sidebar-links .retailershome a.nav-link,
.page-retailershome .main-sidebar .main-sidebar-links .retailershome a.nav-link:visited,
.page-usersettings .main-sidebar .main-sidebar-links .usersettings a.nav-link,
.page-usersettings .main-sidebar .main-sidebar-links .usersettings a.nav-link:visited,
.page-reportsinbox .main-sidebar .main-sidebar-links .reportsinbox a.nav-link,
.page-reportsinbox .main-sidebar .main-sidebar-links .reportsinbox a.nav-link:visited {
    color: #fff;
}

/* Image-based nav links */


.main-sidebar-links .image.nav-link {
    display: block;
    height: 25px;
    line-height: 25px;
    padding-left: 2em;
    color: #535352 !important;
}

.main-sidebar-links .image.nav-link:hover {
    color: #005065;
}

.client.nav-link {
    background: url("/content/images/nav/client.svg") no-repeat scroll left center / 20px 20px;
}

.client.nav-link:hover {
    background: url("/content/images/nav/client_active.svg") no-repeat scroll left center / 20px 20px;
}

.retailers-home.nav-link {
    background: url("/content/images/nav/occupier.svg") no-repeat scroll left center / 20px 20px;
}
.retailers-home.nav-link:hover {
     background: url("/content/images/nav/occupier_active.svg") no-repeat scroll left center / 20px 20px;
}

.investors.nav-link {
    background: url("/content/images/nav/investor.svg") no-repeat scroll left center / 20px 20px;
}

.investors.nav-link:hover {
    background: url("/content/images/nav/investor_active.svg") no-repeat scroll left center / 20px 20px;
}

.map.nav-link {
    background: url("/content/images/nav/map.svg") no-repeat scroll left center / 20px 20px;
}
.map.nav-link:hover {
    background: url("/content/images/nav/map_active.svg") no-repeat scroll left center / 20px 20px;
}

.location.nav-link {
    background: url("/content/images/nav/location.svg") no-repeat scroll left center / 20px 20px;
}
.location.nav-link:hover {
    background: url("/content/images/nav/location_active.svg") no-repeat scroll left center / 20px 20px;
}

.classification.nav-link {
    background: url("/content/images/nav/classification.svg") no-repeat scroll left center / 20px 20px;
}
.classification.nav-link:hover {
    background: url("/content/images/nav/classification_active.svg") no-repeat scroll left center / 20px 20px;
}

.retailer.nav-link {
    background: url("/content/images/nav/retailer.svg") no-repeat scroll left center / 20px 20px;
}
.retailer.nav-link:hover {
    background: url("/content/images/nav/retailer_active.svg") no-repeat scroll left center / 20px 20px;
}

.reports.nav-link {
    background: url("/content/images/nav/reports.svg") no-repeat scroll left center / 20px 20px;
}
.reports.nav-link:hover {
    background: url("/content/images/nav/reports_active.svg") no-repeat scroll left center / 20px 20px;
}

.reports_inbox.nav-link {
    background: url("/content/images/nav/reports_inbox.svg") no-repeat scroll left center / 20px 20px;
}
.reports_inbox.nav-link:hover {
    background: url("/content/images/nav/reports_inbox_active.svg") no-repeat scroll left center / 20px 20px;
}

.account.nav-link {
    background: url("/content/images/nav/user.svg") no-repeat scroll left center / 20px 20px;
}

.account.nav-link:hover {
    background: url("/content/images/nav/user_active.svg") no-repeat scroll left center / 20px 20px;
}

.user.nav-link {
    background: url("/content/images/nav/account.svg") no-repeat scroll left center / 20px 20px;
}

.user.nav-link:hover {
    background: url("/content/images/nav/account_active.svg") no-repeat scroll left center / 20px 20px;
}


.user-special.nav-link {
    background: url("/content/images/nav/account.svg") no-repeat scroll left center / 20px 20px;
}

.user-special.nav-link:hover {
    background: url("/content/images/nav/account_active.svg") no-repeat scroll left center / 20px 20px;
}

.help-centre.nav-link {
    background: url("/content/images/nav/help_centre.svg") no-repeat scroll left center / 20px 20px;
}

.help-centre.nav-link:hover {
    background: url("/content/images/nav/help_centre_active.svg") no-repeat scroll left center / 20px 20px;
}
#main-loader {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    color: #555;
    z-index: 2000;
    line-height: 1;
}

    #main-loader .wrp {
        text-align: center;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -185px;
    }

    #main-loader .logo {
        margin: 0 auto 3em;
    }

    #main-loader .logo img {
        width: 123px;
        height: 96px;
    }

    #main-loader .title {
        color: #888;
        font-size: 3em;
        margin-top: 1em;
        margin-bottom: 1em;
        display: none;
    }

    #main-loader .title b {
        color: #111;
    }

    #main-loader .title.retailer-True,
    #main-loader .title.investors-True {
        display: block;
    }

    #main-loader .msg {
        letter-spacing: 1px;
        color: #555;
    }

    #main-loader .spinner {
        background: url('/content/images/loader_ldo.gif') center center no-repeat;
        width: 100%;
        height: 70px;
        margin-top: 3em;
        zoom: 1;
    }


#main-container-flash {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
}

    #main-container-flash .content {
        display: inline-block;
        text-align: left;
        box-shadow: 0 3px 10px #999;
    }

.ie7 #main-container-flash .content {
    display: inline;
    width: 80%;
}

#main-container-flash .content .close {
    font-size: 13px;
    right: -.7em;
}

.main-container-confirm {
    display: none;
}

.main-container-confirm .modal-shadow {
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #555;
    opacity: .3;
    z-index: 999;
    filter: alpha(opacity = 30);
}

.ie7 .main-container-confirm,
.ie8 .main-container-confirm {
    border: 1px solid #eee;
}


.main-container-confirm .inner {
    padding: 2.5em 2em 2em;
    position: fixed;
    top: 3em;
    left: 50%;
    width: 26em;
    margin-left: -13em;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 -3px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.main-container-confirm .title {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 1em;
}

.main-container-confirm .message {
    line-height: 1.4;
}

.main-container-confirm .input {
    width: 100%;
    margin-top: 1em;
}

.main-container-confirm button {
    background: transparent;
    border: none;
}

.main-container-confirm .cls {
    position: absolute;
    top: .5em;
    right: .9em;
    font-size: 1.2em;
    color: #999;
}

    .main-container-confirm .cls:hover {
        color: #E75F5F;
    }

.main-container-confirm .ctrls {
    margin-top: 3em;
    text-align: center;
}

    .main-container-confirm .ctrls button {
        padding: .5em 1.5em;
        color: #fff;
        margin: 0 .3em;
    }

.main-container-confirm .confirm {
    background: #00AAE1;
}

    .main-container-confirm .confirm:hover {
        background: #3EC8F5;
    }

    .main-container-confirm .confirm:active {
        background: #0D7FA5;
    }

.main-container-confirm .cancel {
    background: #E06363;
}

    .main-container-confirm .cancel:hover {
        background: #F18888;
    }

    .main-container-confirm .cancel:active {
        background: #c24343;
    }

html.login {
    background-image: url(/content/images/login-background-left.svg), url(/content/images/login-background-right.svg);
    background-position: left bottom, right top;
    background-repeat: no-repeat, no-repeat;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background-color: #F8F8F8;
}

    html.login body {
        background: transparent;
        text-align: center;
        font-size: 14px;
    }


/* login-container */

.login-container {
    padding: 8% 2.5em 0 2.5em;
    text-align: center;
    width: 32em;
    margin: auto;
}

    .login-container .logo {
        background: url(/content/images/ldo_logo.svg) center center no-repeat;
        height: 125px;
    }

    .login-container .login-alert {
        min-height: 3.5em;
    }

        .login-container .login-alert .alert {
            border: 1px solid grey;
            border-radius: 8px;
            padding: 1em;
            background: #535352;
            border-radius: 8px;
            padding: 1em;
            color: white;
            margin-bottom: 0;
        }

    .login-container .form-login {
        margin: 5px auto;
        width: 100%;
    }


        .login-container .form-login .form-control {
            width: 100%;
            height: 38px;
            padding: 1.4em 1.5em;
            margin-bottom: 1em;
            border: 2px solid #535352;
            border-radius: 8px;
            color: #535352;
            background-color: #EBEBEB;
        }

        .login-container .form-login .spinner {
            display: block;
            height: 36px;
            margin-top: -42px;
            background: url("/content/images/login-busy.gif") no-repeat scroll center center / 30px 30px;
            z-index: 100;
            position: relative;
        }

        .login-container .form-login .forgotten-password {
            margin-top: 15px;
            font-size: .85em;
        }

    .forgotten-password input,
    .forgotten-password .alert {
        margin-top: 1em;
    }

    .forgotten-password .btn,
    .forgotten-password .form-control {
        font-size: 1em;
    }

    .login-container .btn-primary {
        width: 100%;
    }




    #forgotten-password-container {
        visibility: hidden;
        padding: 2rem;
        border-radius: 8px;
        border: 1px solid grey;
        background-color: white;
        position: fixed;
        top: 25%;
    }

    #forgotten-password-container h1 {
        margin-top: 0 !important;
    }

    #forgotten-password-container input {
        margin-bottom: 2rem;
    }

    #forgotten-password-container input.btn-danger {
        width: 150px;
        line-height: 3rem;
    }

    #forgotten-password-button {
        margin-top: 0.5rem;
        margin-bottom: 1em;
        background: none;
        color: inherit;
        border: none;
        padding: 0;
        font: inherit;
        cursor: pointer;
        outline: inherit;
    }
    #forgotten-password {
        display: none;
    }

    #forgotten-password .btn-primary {
        padding: 0.4em 1em;
    }

    #forgotten-password .form-control {
        margin-bottom: 1em;
    }

    #forgotten-password button {
        border: none;
        background: none;
        text-decoration: underline;
    }

    .browser-info {
        line-height: 2rem;
        font-size: 1rem;
    }

    .cookie-container {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 1rem;
        text-align: center;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
    }

    .cookie-content {
        background-color: #aaaaaaaa;
        border-radius: 500px;
        padding: 1rem;
    }
.section-error {
    width: 800px;
    margin: 5em auto;
    position: relative;
}

    .section-error .logo {
        background: url(/content/images/ldo_logo.svg) no-repeat;
        width: 123px;
        height: 96px;
        position: absolute;
        top: 0;
        left: 0;
    }

.section-error .content {
    border-left: 1px solid #ddd;
    margin-left: 150px;
    padding: 2em 0 2em 3em;
}

.section-error .sorry {
    font-size: 3em;
    color: #1CABE3;
    font-weight: bold;
    margin-bottom: .7em;
}

.section-error .main-msg {
    font-size: 1.4em;
    margin-bottom: 1em;
}
.page-reports .reports-list {
    list-style: none;
    margin-top: 1em;
    max-width: 60em;
    color: #666;
}

    .page-reports .reports-list li {
        padding: 2em 0 0;
        margin-bottom: 2em;
        border-top: 1px solid #eee;
    }

    .page-reports .reports-list .report-type {
        float: left;
    }

    .page-reports .reports-list .content {
        float: left;
        margin-left: 2em;
    }

    .page-reports .reports-list h4 {
        font-size: 1.15em;
        margin-bottom: .5em;
        color: #222;
    }

    .page-reports .reports-list .status {
        font-family: 'Poppins Regular', Helvetica, Arial, sans-serif;
        font-size: .7em;
        text-transform: uppercase;
        letter-spacing: .1em;
        background: #999;
        color: #fff;
        display: inline-block;
        *display: inline;
        zoom: 1;
        padding: .4em .6em;
        margin-right: 2em;
    }

        .page-reports .reports-list .status.New {
            background: #f08080;
        }

    .page-reports .reports-list .download a,
    .page-reports .reports-list .download span {
        display: none;
    }

    .page-reports .reports-list .delete-btn {
        margin-left: 1em;
    }

    .page-reports .reports-list .delete-btn:hover {
        color: #f08080;
    }

    .page-reports .reports-list .generated-1 a,
    .page-reports .reports-list .generated-2 span,
    .page-reports .reports-list .generated-3 span {
        display: inline;
    }

.page-reports .page-fullheight-body .download {
    font-size: .85em;
    padding: .4em .6em;
}

.reports-inbox-content .header .heading {
    width: 100% !important;
}
body.page-explorer {
    background: #f3f3f3;
}

/* layout */
.page-explorer .content-explorer {
    position: relative;
}

.page-explorer .rh-panel {
    background: #fff;
    color: #333;
    max-height: 75vh; /*Prevent overlapping zoom buttons*/
}

.page-explorer .ex-tab-geo {
    top: 1em;
    left: 1em;
    width: 35em;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 0.5em;
}

.page-explorer .explorer-tab-content-inner {
    padding: 1em;
}

.explorer-tab-content ex-tab-geo rh-panel
.page-explorer .ex-comp-over,
.page-explorer .ex-comp-counts {
    left: 1em;
    width: 23em;
}
.explorer-tab-content rh-panel h3 {
    margin-top: 0px;
}
.page-explorer .ex-comp-over {
    top: 1em;
    left: 1em;
    width: 23em;
}

.page-explorer .ex-comp-counts {
    top: 15em;
}

/* country */
.page-explorer-geographies.country .classification-mix .section-header span,
.page-explorer-geographies.country #explorer-geographies-classification-mix-difference-chart,
.page-explorer-geographies.country #explorer-geographies-overview .country-cell,
.page-explorer-geographies.country #explorer-geographies-overview .country-row {
    display: none;
}

.page-explorer-geographies.country #explorer-geographies-classification-mix-units-chart {
    width: 100%;
}

    .page-explorer-geographies.country #explorer-geographies-classification-mix-units-chart .highcharts-container {
        width: 100% !important;
    }


/* explorer-geographies-overview */

.rh-map .rh-panel.ex-comp-over .header h3,
.rh-map .rh-panel.ex-comp-counts .header h3 {
    float: none;
    width: 100%;
}

.ex-comp-over .header .info {
    color: #bbb;
    position: absolute;
    right: 10px;
    font-size: 12px;
}

.ex-comp-over .wrp {
    padding: .8em;
}

    .ex-comp-over .wrp th,
    .ex-comp-over .wrp td {
        padding: .3em;
        vertical-align: top;
    }

    .ex-comp-over .wrp th {
        padding-bottom: .1em;
    }

        .ex-comp-over .wrp th span {
            font-size: .8em;
            color: #999;
        }

    .ex-comp-over .wrp .vl {
        font-size: 1.5em;
        font-weight: bold;
    }

    .ex-comp-over .wrp .sup {
        font-size: .55em;
        color: #999;
        position: relative;
        top: -.6em;
    }

.area-overview.page-overview .numb .vl {
    font-size: 2em;
    font-weight: bold;
    color: #666;
}

.area-overview .show-vacancy-false .show-with-vacancy {
    display: none;
}

.area-overview .show-with-vacancy.section-heading td {
    border-top: 1px dotted #eee;
}

.area-overview .show-with-vacancy .section-header {
    position: relative;
    bottom: -.5em;
    font-size: 19px;
}

.area-overview .no-border td {
    padding-top: .5em;
    padding-bottom: 1em;
}

.area-overview .padded td {
    padding-bottom: 2em;
}

.detailed-class .no-border td {
    padding-top: .25em;
    padding-bottom: .25em;
}

.page-overview .no-border th {
    border-color: #ddd;
}

.page-explorer .tabular-row:hover td,
.page-explorer .selected {
    background: #eee;
}

.ex-comp-counts .wrp {
    padding: .5em .4em 1em .5em;
    overflow: hidden;
    overflow-y: auto;
}

.ex-comp-counts th,
.ex-comp-counts td {
    font-size: .85em;
    padding: .2em .3em .2em .3em;
    text-align: right;
}

.ex-comp-counts .name {
    text-align: left;
}

.ex-comp-counts th {
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    font-size: .7em;
}

.ex-comp-counts td {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.ex-comp-counts tr:hover td {
    background: #eee;
}

.rh-map .rh-panel .content-placeholder .header {
    background: transparent;
}

.rh-panel.ex-tab-comp-place {
    width: 40em;
    top: 1em;
    left: 1em;
}

/* map-info */
.page-explorer-companies.ex-layers .map-info-wrp {
    right: 19em;
}

.page-explorer-companies.ex-retailers .map-info-wrp {
    right: 1em;
}

.page-explorer .rh-map .map-info .business {
    height: 330px;
}

    .page-explorer .rh-map .map-info .business.extra-items-true {
        height: 500px;
    }

.page-explorer .map-info .business .item {
    font-style: italic;
}

.page-explorer .map-info .business .it-0 {
    margin-top: 1em;
}


/* layers */
.page-explorer.ex-retailers .rh-map .rh-map-layers {
    display: none;
}

.page-explorer .rh-map .rh-map-layers {
    top: 1em;
}

.page-explorer .map .ldo-pin .o2 {
    background-image: url('/content/images/pin_o2.png');
    background-repeat: no-repeat;
}

/* bottom-layers */
 .page-explorer-companies.ex-layers .map-controls {
     right: 2em;
     bottom: 1.5em;
 }

  .page-explorer-companies.ex-retailers .map-controls {
     right: 1em;
     bottom: 1em;
 }

.page-explorer .rh-map-layers.btm {
    top: auto;
    bottom: .5em;
    left: 1em;
    right: 1em;
    padding-right: 3em;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 -3px 8px rgba(0, 0, 0, 0.1);
    max-width: 95%; /*Prevent overlapping zoom buttons*/
}

.page-explorer .rh-map .rh-map-layers.btm .grouped {
    width: 100%;
    box-shadow: none;
}

.page-explorer .rh-map-layers.btm ul {
    position: relative;
    padding-left: 8em;
}

.page-explorer .rh-map-layers.btm li {
    float: left;
    border-bottom: 0;
    padding: .2em;
}

    .page-explorer .rh-map-layers.btm li a {
        padding-top: .4em;
        padding-bottom: .4em;
        background: #f5f5f5;
    }

    .page-explorer .rh-map-layers.btm li.header {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

        .page-explorer .rh-map-layers.btm li.header a {
            background: transparent;
        }

.page-explorer .rh-map-layers.btm .toggle .iconic {
    color: #666;
}

.page-explorer .rh-map-layers.btm .toggle-layer .iconic {
    top: 40%;
    right: 0;
}

.page-explorer .rh-map-layers.btm .rh-badge {
    top: .6em;
    width: 8px;
    height: 8px;
}

/* explorer-retailers */
.explorer-retailers {
    position: absolute;
    top: 0;
    /* left: 8em; */
    width: 540px;
    z-index: 300;
    background: #fafafa;
    border-left: 1px solid #ddd;
    box-shadow: -.1em 0 .5em #ddd;
    overflow: hidden;
    overflow-y: auto;
}

.page-explorer-companies .explorer-retailers {
    left: 0;
}

.explorer-retailers .header {
    padding: 20px 10px 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

    .explorer-retailers .header h1 {
        font-size: 1.4em;
        margin: 0 0 .1em;
    }

    .explorer-retailers .header #explorer-retailers-export,
    .explorer-retailers .header #explorer-retailers-close {
        position: absolute;
        top: 15px;
        right: 20px;
    }

        .explorer-retailers .header #explorer-retailers-close,
        .explorer-retailers .header #explorer-retailers-close:visited {
            font-size: 1.5em;
            color: #797979;
            top: 5px;
        }

            .explorer-retailers .header #explorer-retailers-close:hover {
                text-decoration: none;
                color: #f00;
            }

    .explorer-retailers .header #explorer-retailers-export {
        top: 40px;
    }

.explorer-retailers ul.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .explorer-retailers ul.list li {
        padding-left: 4em;
        padding-right: 4em;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

        .explorer-retailers ul.list li:hover {
            background: #04BEF7;
            color: #fff;
        }

        .explorer-retailers ul.list li.active {
            background: #00AAE1;
            color: #fff;
        }

.explorer-retailers .img {
    width: 67px;
    height: 50px;
    padding: 2px;
    background: #666;
}

.explorer-retailers ul.list li:hover .img,
.explorer-retailers ul.list li.active .img {
    background: #fff;
}

.explorer-retailers .img img {
    width: 100%;
    height: 100%;
}

.explorer-retailers .content {
    margin-left: 20px;
    width: 70%;
}

    .explorer-retailers .content h2 {
        font-size: 1.1em;
        line-height: 1.4;
        padding: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .explorer-retailers .content p {
        font-size: .85em;
        margin: 0;
        padding: 0;
        line-height: 1.3;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.explorer-retailers footer {
    padding: 15px 15px 20px;
}

.page-explorer .page-business-types {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2em;
}

.page-explorer .title-selectable td {
    text-align: right;
}

    .page-explorer .title-selectable td.tabular-cell-title {
        text-align: left;
    }

.subpages-tabs .navigation > li.explorer-tab-catchment {
    display: none;
}

.page-catchment .subpages-tabs .navigation > li.explorer-tab-catchment {
    display: block;
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
    }

    100% {
        -webkit-transform: none;
    }
}

@keyframes slide-in-left {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: none;
    }
}

.slide-in-left {
    -webkit-animation-name: slide-in-left;
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-name: slide-in-left;
    animation-duration: .5s;
    animation-fill-mode: both;
}

@-webkit-keyframes slide-out-left {
    0% {
        -webkit-transform: none;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slide-out-left {
    0% {
        transform: none;
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.slide-out-left {
    -webkit-animation-name: slide-out-left;
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-name: slide-out-left;
    animation-duration: .5s;
    animation-fill-mode: both;
}

.page-investors #main-container {
    overflow: hidden;
}

.page-investors-landing #investors-landing-topbar {
    display: block;
}

.page-investors .subpages-tabs .navigation > li {
    overflow: visible;
}


.page-investors .subpages-tabs .dropdown-menu {
    font-size: 1em;
}

.page-investors .main-subpage-tabs,
.page-investors-landing .subpages-tabs .navigation > li.sep-btn {
    margin-right: 0;
}

.page-investors .map-info-wrp {
    right: 25.5em !important;
}

.content-investors .map-controls {
    right: 25.5em !important;
    border-radius: 0.5em;
}

.content-investors .historical-vacancy .iconic.info {
    top: -.3em;
}


/* columns */
.content-investors .investors-col-left,
.content-investors .investors-col-right {
    width: 24em;
    position: absolute;
    z-index: 1;
    border-radius: 1em;
}

.content-investors .investors-col-left {
    margin: 1em 0 0 1em;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.content-investors .investors-col-right {
    margin: 1em 0 0 0;
    right: 1em;
    overflow-y: auto;
}

/* panels */
.content-investors .panel-item .container {
    padding: 0.8em;
    min-height: 2em;
}

/* health index */
.content-investors .health-index-grading {
    z-index: 1;
    margin-left: 42px;
    display: none;
}
.content-investors .health-index-grading .notevaluated {
    z-index: 0;
    height: 7px;
    width: 10%;
    background-color: #bbb;
    float: left;
}

    .content-investors .health-index-grading .bands {
        margin-left: 10%;
        height: 7px;
        z-index: 0;
        background: linear-gradient(to right, #A9285D 10%, #C73B5A 20%, #D2524E 30%, #DB6D43 40%, #F79327 50%, #DD9D41 60%, #C8A756 70%, #B3B16D 80%, #A1BB84 90%);
    }

/* persistent vacancy */
.content-investors .persistent .section-header {
    float: left;
    margin-right: 1em;
}

.content-investors .landing-persistent .section-heading .legend {
    float: right;
    margin-top: .4em;
    font-size: .85em;
}

    .content-investors .landing-persistent .section-heading .legend b {
        display: inline-block;
        height: .6em;
        width: 1em;
        background: #005065;
    }

.content-investors .landing-persistent .chart {
    margin-bottom: 0;
}


/* historical vacancy */
.content-investors .historical-vacancy .sub-header .title {
    text-transform: uppercase;
    font-weight: bold;
    color: #777;
    font-size: .8em;
}

.content-investors .historical-vacancy .chart {
    margin-bottom: 1em;
}


.content-investors .collapsing-panel.historical-vacancy {
    margin-bottom: 0;
}


/* assets */
.ie7 #asset-persistent-vacancy-chart {
    margin-top: 7em;
}

.asset-persistent .section-heading .section-header {
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-investors .page-fullheight-body .wrp {
    padding: 0;
    position: relative;
}
/*
.page-investors .map {
    position: absolute;
    top: 0;
}*/

.page-investors .content-page {
    padding-bottom: 0;
}

.content-investors .investors-competitors-alert {
    display: none;
}

/* charts */
.content-investors .panel-item .chart-container {
    padding: 0.5em;
}

/* asset details */

.content-investors .investors-details-part .back-button {
    border: none;
    width: 37px;
    height: 29px;
    display: block;
    background: #fff;
    color: #bbb;
    font-size: 0.8em;
    position: absolute;
    z-index: 1;
    left: 31.8em;
    top: 1.25em;
}

    .content-investors .investors-details-part .back-button:hover {
        color: #005065;
    }

.page-investors-details #investors-details-topbar,
.page-investors-details .investors-details-part {
    display: block;
}

.content-investors .investors-details-part .investors-col-right {
    overflow-y: visible;
}

.content-investors .asset-details-overview .container {
    padding: 0.8em;
    min-height: 2em;
}

.content-investors .asset-details-overview .fig {
    margin-right: 0 !important;
    clear: both !important;
}

.content-investors .asset-details-overview table:not(:first-child) {
    margin-top: 5px;
}

.content-investors .investors-details-part .historical-vacancy {
    border-top: 1px dotted #bbb;
    border-bottom: 1px dotted #bbb;
    margin-bottom: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
}

.investors-details-part .historical-vacancy .section-header,
.investors-details-part .persistent .section-header {
    padding-bottom: 0;
}

    .investors-details-part .historical-vacancy .section-header .view-all {
        position: absolute;
        right: 0;
    }

.content-investors .investors-details-part .historical-vacancy .chart {
    height: 300px;
    margin-bottom: 1em;
}


.content-investors .container {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}

.content-investors .fund-overview .item {
    float: left;
    margin-bottom: 1em;
    color: #777;
    padding-right: 1em;
}

.page-investors-landing .content-investors .fund-overview .item {
    padding-right: .1em;
}

.content-investors .fund-overview h4 {
    font-size: .85em;
    margin-bottom: .5em;
}

    .content-investors .fund-overview h4 .txt {
        font-size: .9em;
        font-weight: bold;
        text-transform: uppercase;
    }

    .content-investors .fund-overview h4 .info {
        top: -.3em;
    }

.content-investors .fund-overview .sub-header {
    font-size: .8em;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: .8em;
}

    .content-investors .fund-avg-vacancy .fund-overview .sub-header div {
        float: left;
    }

.content-investors .asset-details-overview .fund-overview .sub-header {
    width: 50%;
}

.content-investors .fund-overview .fig {
    float: left;
    display: inline-block;
    margin-left: .5em;
    margin-right: 1em;
}

.content-investors .fund-overview .fig .sml {
    font-size: .6em;
    text-transform: uppercase;
}

.content-investors .fund-overview .fig p {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
}

.content-investors .fund-overview .fig.first p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.9em !important;
    color: #777;
    margin-top: 2px;
}

.page-investors-landing .content-investors .fund-overview .fig.first p {
    font-size: 2.2em;
}

.content-investors .fund-overview .fig h5 {
    font-size: .7em;
    text-transform: uppercase;
    margin-bottom: .2em;
}

.content-investors .fund-overview .fig h5.ellipsis {
    max-width: 8em;
}

.content-investors .fund-overview .sml p {
    font-size: 1.3em;
}

.content-investors .fund-overview .first .vacancy-movement-arr {
    padding-right: .5em;
}

    .content-investors .fund-overview .first .vacancy-movement-arr .perc {
        position: absolute;
        top: .2em;
        right: .1em;
        font-size: .45em;
    }

    .content-investors .fund-overview .first .vacancy-movement-arr.up .move,
    .content-investors .fund-overview .first .vacancy-movement-arr.down .move {
        cursor: default !important;
        border-right-width: .2em;
        border-left-width: .2em;
        top: auto;
        bottom: .12em;
    }

    .content-investors .fund-overview .first .vacancy-movement-arr.up .move {
        border-top-width: .3em;
    }

    .content-investors .fund-overview .first .vacancy-movement-arr.down .move {
        border-bottom-width: .3em;
    }

    .content-investors .fund-overview .first .vacancy-movement-arr.none .move {
        cursor: default !important;
        height: .1em;
        width: .3em;
        top: auto;
        bottom: .2em;
    }

.content-investors .fund-overview div.fig.gb {
    margin-right: 0;
}

.content-investors .fund-overview .gb .vacancy-movement-arr {
    padding-right: 0;
}

    .content-investors .fund-overview .gb .vacancy-movement-arr .move {
        cursor: default !important;
        top: auto;
        bottom: 0.1em;
        right: -0.9em;
    }

    .content-investors .fund-overview .gb .vacancy-movement-arr.none .move {
        bottom: 0.4em;
    }

    .content-investors .fund-overview .gb .vacancy-movement-arr.up .move,
    .content-investors .fund-overview .gb .vacancy-movement-arr.down .move {
        border-right-width: .35em;
        border-left-width: .35em;
    }

    .content-investors .fund-overview .gb .vacancy-movement-arr.up .move {
        border-top-width: .45em;
    }

    .content-investors .fund-overview .gb .vacancy-movement-arr.down .move {
        border-bottom-width: .45em;
    }

.page-investors .main-header-left .header h1 a,
.page-investors .main-header-left .header h1 a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .5em;
    font-weight: normal;
    letter-spacing: 0;
    display: block;
}

.content-investors .fund-overview table {
    width: 100%;
}

.content-investors .fund-overview td {
    width: 26%;
}


@media (max-width: 1400px) {
    .content-investors .fund-overview .item {
        padding-right: .5em;
    }

    .page-investors-landing .content-investors .fund-overview .fig {
        margin-right: .8em;
        margin-left: 0.2em;
    }

        .page-investors-landing .content-investors .fund-overview .fig.first p {
            font-size: 1.8em;
        }

    .content-investors .fund-overview h4 .txt {
        font-size: .85em;
    }

    .content-investors .fund-overview .sub-header {
        padding-left: 0.2em;
    }
}
.investors-details-competitors {
    width: 32em;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    border-left: 1px solid #ddd;
    box-shadow: -.1em 0 .5em #ddd;
    z-index: 2;
    overflow-x: auto;
}

    .investors-details-competitors .close {
        background: transparent;
        border: none;
        position: absolute;
        top: .2em;
        right: .5em;
        zoom: 1;
    }

    .investors-details-competitors .tabs {
        list-style: none;
    }

        .investors-details-competitors .tabs li {
            float: left;
            width: 50%;
            text-align: center;
        }

            .investors-details-competitors .tabs li a,
            .investors-details-competitors .tabs li a:visited {
                font-size: 1.2em;
                display: block;
                padding: .6em 0;
                color: #333;
                background: #e2e2e2;
                text-decoration: none;
            }

                .investors-details-competitors .tabs li a:hover {
                    background: #ccc;
                }

    .investors-details-competitors .content {
        min-height: 10em;
    }

        .investors-details-competitors .content .inner {
            margin: 0 1em;
            padding: 2em 0;
        }

        .investors-details-competitors .content .search .desc {
            padding-left: .7em;
            margin-bottom: 1.5em;
        }

            .investors-details-competitors .content .search .desc span {
                font-weight: bold;
            }

        .investors-details-competitors .content .ldc-slider-wrp {
            margin-bottom: 2em;
        }

        /* lists */

        .investors-details-competitors .content ul {
            list-style: none;
        }

        .investors-details-competitors .content li {
            position: relative;
            padding-left: 2.5em;
            padding-right: 2em;
            padding-top: .5em;
            padding-bottom: .5em;
            border-bottom: 1px solid #eee;
        }

            .investors-details-competitors .content li:hover {
                background: #f5f5f5;
            }

            .investors-details-competitors .content li.selected {
                background: #ececec;
            }

        .investors-details-competitors .content #investors-details-competitors-list li {
            padding-left: 1em;
        }

.ie7 .investors-details-competitors .content #investors-details-competitors-list li {
    padding-left: 2em;
}

.investors-details-competitors .content li .index {
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: .15em .4em .25em;
    font-size: .8em;
    position: absolute;
    left: .1em;
    border-radius: .7em;
}

.investors-details-competitors .content .search li .index {
    background: #6CD556;
    text-decoration: none;
}

    .investors-details-competitors .content li.selected .index,
    .investors-details-competitors .content .search li .index:hover {
        background: #2da913;
    }

.investors-details-competitors .content #investors-details-competitors-list li .index {
    top: .95em;
}

.investors-details-competitors .content li .btn {
    background: #ddd;
    border: 1px solid #ccc;
    color: #fff;
    transition: none;
    font-weight: bold;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    outline: none;
    position: absolute;
    right: 0;
    top: .3em;
    text-align: center;
    padding: 0;
}

    .investors-details-competitors .content li .btn:hover {
        background: #9BF0CF;
    }

    .investors-details-competitors .content li .btn .iconic {
        display: inline-block;
        font-size: .8em;
    }

.investors-details-competitors .content #investors-details-competitors-list li .btn:hover {
    background-color: #F7BBBB;
}

.investors-details-competitors .hidable {
    display: none !important;
}

.investors-details-competitors.competitors .competitors,
.investors-details-competitors.search .search {
    display: block !important;
}

.investors-details-competitors.competitors .tabs .competitors,
.investors-details-competitors.search .tabs .search {
    background: #fff;
    cursor: default;
}

.content-investors .historical-vacancy-footnote {
    font-size: .85em;
}

.investors-funds-manage {
    width: 32em;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    border-left: 1px solid #ddd;
    box-shadow: -.1em 0 .5em #ddd;
    z-index: 2;
    overflow-x: auto;
    height: 100%;
}

.investors-funds-manage .title {
    font-size: 1.2em;
    color: #333;
    padding: 0.6em 0 2em 0.6em;
}

.investors-funds-manage .close {
    background: transparent;
    border: none;
    position: absolute;
    top: .2em;
    right: .5em;
    zoom: 1;
}

.investors-funds-manage .content {
    min-height: 7.1em;
    padding: 1em;
}

    .investors-funds-manage .content .search .desc {
        padding-left: .7em;
        margin-bottom: 1.5em;
    }

        .investors-funds-manage .content .search .desc span {
            font-weight: bold;
        }


    /* lists */

    .investors-funds-manage .content ul {
        list-style: none;
    }

    .investors-funds-manage .content li {
        position: relative;
        padding-left: 0;
        padding-right: 1.5em;
        padding-top: .5em;
        padding-bottom: .5em;
        border-bottom: 1px solid #eee;
    }

        .investors-funds-manage .content li:hover {
            background: #f5f5f5;
        }

        .investors-funds-manage .content li.selected {
            background: #DBD7D7;
        }

        .investors-funds-manage .content li .index {
            color: #fff;
            display: inline-block;
            text-align: center;
            padding: .15em .4em .25em;
            font-size: .8em;
            position: absolute;
            left: .1em;
            border-radius: .7em;
        }

        .investors-funds-manage .content li.selected .index,
        .investors-funds-manage .content .search li .index:hover {
            background: #2da913;
        }

        .investors-funds-manage .content li .btn {
            background: #ddd;
            border: 1px solid #ccc;
            color: #fff;
            transition: none;
            font-weight: bold;
            border-radius: 50%;
            width: 22px;
            height: 22px;
            outline: none;
            position: absolute;
            right: 0;
            top: .3em;
            text-align: center;
            padding: 0;
        }

        .investors-funds-manage .content li .btn.edit:hover {
            background: #bbb;
        }

        .investors-funds-manage .content li .btn.remove:hover {
            background: #f7bbbb;
        }

        .investors-funds-manage .content li .btn .iconic {
            display: inline-block;
            font-size: .8em;
        }

    .investors-funds-manage .content .search li .index {
        top: .95em;
        background: #6CD556;
        text-decoration: none;
    }

    .ie7 .investors-funds-manage .content li {
        padding-left: 2em;
    }


.investors-fund-edit-assets .buttons {
    float: right;
    margin-right: 1em;
}

.investors-fund-edit-assets .buttons .btn {
    width: 76px;
    margin: 5px 0 5px 5px;
}

.investors-fund-edit-assets .fund-name {
    margin-bottom: 1em;
    color: #555;
    font-weight: bold;
}

.investors-fund-edit-assets .content {
    padding-top: 2em;
}

/* Search box */

.investors-fund-edit-assets .search-box {
    display: block;
    height: 24px;
    margin: 0 1em;
    color: #bbb;
    border: 1px solid #bbb;
}

    .investors-fund-edit-assets .search-box.focus {
        border-color: #00aae1 !important;
    }

    .investors-fund-edit-assets .search-box.focus .iconic {
        color: #00aae1 !important;
    }

    .investors-fund-edit-assets .search-box .iconic {
        float: left;
        margin-top: 4px;
        margin-left: 4px;
        color: #999;
        cursor: default;
    }

    .investors-fund-edit-assets .search-box.nomatch {
        border-color: #ff4d4d !important;
    }

    .investors-fund-edit-assets .search-box.nomatch .iconic {
        color: #ff4d4d !important;
    }

.investors-fund-edit-assets .search-box-input {
    float: left;
    width: 90%;
    margin-top: 2px;
    margin-left: 5px;
}

.investors-fund-edit-assets a.search-box-clear-btn {
    float: right;
    margin-top: 0.1em;
    color: #999;
}

    .investors-fund-edit-assets a.search-box-clear-btn:hover {
        color: #333;
    }

    .investors-fund-edit-assets a.search-box-clear-btn:active {
        color: #666;
        font-weight: bold;
    }

/* Search results */

.investors-fund-edit-assets .search-results {
    display: block;
    position: absolute;
    left: 1em;
    right: 1em;
    z-index: 1;
    background-color: #fff;
}

    .investors-fund-edit-assets .search-results .fund-asset-search {
        display: none; 
        border: medium none;
        border-radius: 0;
        box-shadow: 0 2px 3px #bbb;
        color: #333;
        cursor: pointer;
        max-height: 264px;
        opacity: 0.97;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .investors-fund-edit-assets .search-results .fund-asset-search li {
            line-height: 28px;
            margin: 0;
            padding: .1em 0 0 .4em;
        }

            .investors-fund-edit-assets .search-results .fund-asset-search li .asset-name {
                width: 90%;
                float: left;
                white-space: nowrap;
                overflow: hidden;
            }

            .investors-fund-edit-assets .search-results .fund-asset-search li:hover {
                background: #f5f5f5;
            }

            .investors-fund-edit-assets .search-results .fund-asset-search li .btn {
                background: #ddd none repeat scroll 0 0;
                border-radius: 50%;
                color: #fff;
                font-weight: bold;
                width: 22px;
                height: 22px;
                outline: medium none;
                text-align: center;
                float: right;
                margin-right: .5em;
                margin-top: 2px;
                padding: 1px 0 0 1px;
            }

            .investors-fund-edit-assets .search-results .fund-asset-search li .btn.add:hover {
                background: #9bf0cf;
            }


/* asset-list */
.content-investors .asset-list .panel-item {
    padding: 0;
}

    .content-investors .asset-list .panel-item .funds-asset-list {
        background: rgb(228, 248, 255);
        min-height: 3em;
    }    
    
    .content-investors .asset-list .panel-item .funds-asset-list td {
        padding-left: 1em;
        margin-right: 0;
        padding-right: 0;
    }

.content-investors .funds-asset-list-controls {
    height: 2.2em;
    padding: 0.4em;
}

.content-investors .collapsing-panel.asset-list {
    margin-bottom: 0;
}

.content-investors .page-fullheight-body .brd-table th,
.content-investors .page-fullheight-body .brd-table td {
    border-bottom: 1px solid rgb(220,220,220);
    line-height: 1.4em;
}

.content-investors .page-fullheight-body .brd-table .selected td {
    background: #ececec;
}

.page-fullheight-body .asset-list .brd-table {
    font-size: 1em;
    border: none;
}

    .page-fullheight-body .asset-list .brd-table th {
        font-size: .85em;
        vertical-align: top;
        background: #FFE3BE;
    }

.asset-list .figure {
    padding-left: 4px;
    font-weight: bold;
    color: #777;
}

.asset-list .section-header {
    float: left;
}

.asset-list .navigation {
    float: right;
    list-style: none;
}

    .asset-list .navigation > li {
        float: right;
        margin-left: 1em;
        font-size: .85em;
    }

    .asset-list .navigation > li.show-prospect {
        padding-bottom: 0.4em;
        padding-top: 0.2em;    
    }

    .asset-list .navigation > li.dropdown {
        border: none;
        padding-top: 0.4em;
    }

    .asset-list .navigation .caret {
        border-top-color: #005065;
    }

    .asset-list .navigation .dropdown-menu {
        right: -.3em;
        left: auto;
        font-size: 13px;
    }

        .asset-list .navigation .dropdown-menu > li > a {
            padding: .1em 3em .1em 1em;
            position: relative;
        }

            .asset-list .navigation .dropdown-menu > li > a .glyphicon {
                position: absolute;
                right: 1em;
                top: .5em;
                font-size: .8em;
            }

    .asset-list .navigation label {
        font-weight: normal;
        margin-bottom: 0;
        position: relative;
        top: -.35em;
        cursor: pointer;
    }

        .asset-list .navigation label input {
            position: relative;
            top: .2em;
            margin-top: 2px;
        }

.asset-list a,
.asset-list a:visited {
    text-decoration: none;
}

.asset-list .links {
    font-size: .89em;
    margin-top: .2em;
}

    .asset-list .desc span,
    .asset-list .links a {
        display: inline-block;
        margin-right: 1em;
    }

.asset-list th .glyphicon {
    font-size: .7em;
    visibility: hidden;
}

.asset-list th .glyphicon-chevron-up,
.asset-list th .glyphicon-chevron-down {
    visibility: visible;
}

.asset-list .col {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: .2em;
    border-radius: 50%;
    position: relative;
}

    .asset-list .col:hover b,
    .asset-list .selected .col b {
        display: inline-block;
        width: 13px;
        height: 13px;
        margin-right: .2em;
        border-radius: 50%;
        position: absolute;
        top: -2px;
        left: -2px;
        content: ' ';
        background: inherit;
    }

    .asset-list .col:active b {
        width: 11px;
        height: 11px;
        top: -1px;
        left: -1px;
    }

.asset-list .desc {
    font-size: .85em;
    display: block;
    margin-top: .5em;
    color: #666;
}

    .asset-list .desc .type {
        text-transform: uppercase;
        font-size: .9em;
    }

.content-investors .asset-list li.viewall {
    padding-top: 0.4em;
}

/* vacancy movement arrows */

.asset-list .vacancy-movement-arr.vacancy-movement-tbl .move {
    cursor: default !important;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
}

    .asset-list .vacancy-movement-arr.vacancy-movement-tbl.up .move {
        border-bottom: 0.5em solid #FD1D8C;
        border-top: medium none;
        padding-bottom: 0.1em;
        top: 0.35em;
    }

    .asset-list .vacancy-movement-arr.vacancy-movement-tbl.down .move {
        border-top: 0.5em solid #81CA9C;
        border-bottom: medium none;
        padding-top: 0.1em;
        top: 0.5em;
    }

    .asset-list .vacancy-movement-arr.vacancy-movement-tbl.none .move {
        right: 0;
        top: 0.6em;
    }

@media (max-width: 1400px) {
    .content-investors .asset-list .brd-table td > a {
        font-size: .98em;
        overflow-y: inherit;
    }
}

/* map */
.content-investors .map-controls {
    top: 1em;
    bottom: auto;
    right: 23.5em;
}

.content-investors .investors-map {
    overflow: hidden;
}

.page-investors .map-info-wrp {
    right: 23.5em;
}


.page-investors .map-info .business {
    height: auto;
    padding-bottom: 2em;
}

.content-investors .map-info .part {
    margin-top: 1em;
    margin-left: 10px;
    float: left;
}

    .content-investors .map-info .part h5 {
        text-transform: uppercase;
        font-size: .9em;
    }

.content-investors .map-info .fig {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.7em;
    margin-right: .2em;
    margin-top: 2px;
}

.content-investors .map-info .close,
.content-investors .map-info .close:visited {
    position: absolute;
    bottom: .7em;
    right: .3em;
    font-size: 1em;
    font-weight: normal;
    color: #005065;
    display: inline-block;
    padding: .1em .3em;
    opacity: 1;
}

    .content-investors .map-info .close:hover {
        color: #F33691;
        font-weight: normal;
    }

.content-investors .map-info .vacancy-movement-arr {
    padding-right: .7em;
}

    .content-investors .map-info .vacancy-movement-arr.up .move,
    .content-investors .map-info .vacancy-movement-arr.down .move {
        top: 25%;
        border-right-width: .3em;
        border-left-width: .3em;
    }

    .content-investors .map-info .vacancy-movement-arr.up .move {
        border-top-width: .4em;
    }

    .content-investors .map-info .vacancy-movement-arr.down .move {
        border-bottom-width: .4em;
    }

.page-investors #investors-assets-search {
    display: block;
}


/* layers */
.inv-map-layers .item a {
    font-size: 1em !important;
}

.inv-map-layers li.message {
    font-size: 1em;
    font-style: italic;
    padding: 5px;
}

.content-investors .rh-map-layers li:last-child {
    border-bottom: none !important;
}

/* populations */
.content-investors .asset-map-population {
    width: 100%;
    position: absolute;
    bottom: .2em;
    left: 0;
    text-align: center;
    z-index: 300;
}

    .content-investors .asset-map-population .content {
        display: inline-block;
        background: #8C8C8C;
        color: #fff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 -3px 8px rgba(0, 0, 0, 0.1);
        padding: .5em 1em;
        border-left: 3px solid #666;
    }

    .content-investors .asset-map-population .content.show-0 {
        display: none;
    }

    .content-investors .asset-map-population .item {
        margin-left: 1em;
    }

    .content-investors .asset-map-population .title {
        text-transform: uppercase;
        color: #ccc;
        font-size: .9em;
    }

@media (max-width: 1300px) {
    .subpages-tabs .navigation > li {
        height: auto;
        margin-left: 0;
    }

    .subpages-tabs .navigation > li > a { margin-top: 5px; }

    .main-subpage-tabs { margin-right: 0; }

    .main-body-content-left .main-body-content-inner {
        padding-right: 1em;
        overflow: hidden;
    }

    .main-body-content-right .main-body-content-inner { padding-left: 1em; }

    .main-body-content-left { width: 420px; }

    .page-overview .no-border .name-outer { width: 170px; }

    .page-overview .no-border .name-inner { max-width: 170px; }

    .page-overview .no-border .name-inner a.select { max-width: 160px; }

    .page-overview .no-border .selected-true .name-inner a.select { max-width: 140px; }

    #locations-churn-openings,
    #locations-churn-closures { margin-top: 0; }

    #locations-occupancy-classifications-constraints { top: 0; }

    #locations-vacancy-rates .section-header-right { position: relative; }

    .page-fullheight-body .wrp {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    #main-reports-runner { width: 18em; }

    #main-reports-runner .search-box .ui-autocomplete { width: 252px !important; }

    /* main-subpage-tabs */
    .page-retailershome .main-subpage-tabs { margin-right: 0; }

    .page-retailershome .main-subpage-tabs #main-subpage-btn,
    .page-investors .main-subpage-tabs #main-subpage-btn,
    .page-explorer .main-subpage-tabs #main-subpage-btn,
    .page-locations .main-subpage-tabs #main-subpage-btn { display: block; }


    .main-subpage-tabs.open .main-subpage-tabs-list { display: block; }

    body.page-explorer-geographies.export-download .subpages-tabs li.explorer-tab-export-download,
    body.page-explorer-geographies .subpages-tabs li.explorer-bespoke-boundary-tab-noaccess { margin-right: 0; }

    .subpages-tabs .explorer-retailers-tab a { min-width: 10em; }

    .subpages-tabs .navigation li {
        margin-bottom: 0.3em;
    }

    .page-overview .no-border td { padding: 0; }

    .rh-dashboard .footer .legend .btns {
        text-align: center;
    }
}

@media (max-width: 1600px) {
    .rh-dashboard .footer .legend .btns {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .main-body {
        margin-left: 0;
    }

    .main-header {
        padding-left: 1em;
    }

    .main-header-inner {
        padding-right: 24.5em;
    }

    .page-explorer .main-body-content-left {
        width: 400px;
    }

        .page-explorer .main-body-content-left .main-body-content-inner {
            padding: 1em;
        }

    .title-selectable .tabular-cell-title .name-cont {
        width: 190px;
    }

    .title-selectable .subcategory .tabular-cell-title .name-cont {
        width: 175px;
    }

    .title-selectable .selected .tabular-cell-title .close {
        visibility: visible;
    }

    .page-explorer .main-body-content-right {
        margin-left: 400px;
    }

    .page-explorer .page-overview .all-left {
        font-size: .85em;
    }

    .explorer-tab-content-inner {
        padding-bottom: 4em;
    }

    #explorer-retailers {
        width: 100%;
        padding-bottom: 4em;
    }


    #main-reports-runner {
        top: 5em;
        left: 1em;
    }

    .section-controls {
        font-size: .9em;
    }

    .search-box .search-box-ul {
        width: 260px;
    }

    .search-box .ui-autocomplete {
        left: 0 !important;
        width: 320px !important;
    }

    /*.content-placeholder*/
    .content-placeholder {
        font-size: .9em;
    }

        .content-placeholder .content-placeholder-inner {
            width: 350px;
        }

        .content-placeholder .landing-msg li {
            padding-left: 80px;
        }

        .content-placeholder .landing-msg .tip .icon {
            left: 35px;
        }

        .content-placeholder .landing-msg .iconic-warning,
        .content-placeholder .landing-msg .header .iconic-info {
            left: -10px;
        }

    .column {
        float: none;
    }

    .column-left {
        margin-right: 0;
        width: auto;
    }

    .column-right {
        width: auto;
        float: none;
    }

    /* page-locations */
    .page-locations .main-body-content-left {
        width: auto;
        border-right: 0;
        margin-right: 0;
        float: none;
    }

    .page-locations .main-body-content-right {
        border-left: none;
        border-top: 1px solid #eee;
        margin-top: 3em;
        padding-top: 3em;
        padding-bottom: 2em;
    }

    #retailershome-recentlyupdated {
        margin-bottom: 3em;
    }

    /* main-sidebar */
    .main-sidebar .main-logo {
        left: 2em;
        top: 1.5em;
    }

    .main-sidebar {
        top: auto;
        right: 0;
        width: 100%;
        background: rgba(231, 231, 231, 0.96);
    }

        .main-sidebar ul.main-sidebar-links li.sidebar-spacer {
            display: none;
        }

        .page-retailershome .main-sidebar ul.main-sidebar-links,
        .main-sidebar ul.main-sidebar-links {
            margin: .8em 0 .5em 2em;
        }

            .main-sidebar ul.main-sidebar-links li {
                margin: 0 .5em;
                display: inline-block;
                padding: 0;
            }

                .main-sidebar ul.main-sidebar-links li.user {
                    margin-top: 0;
                }

                .main-sidebar ul.main-sidebar-links li.reports-runner {
                    margin-top: 0;
                }

                .main-sidebar ul.main-sidebar-links li span {
                    display: block;
                    font-size: .5em;
                    text-transform: uppercase;
                    padding-top: .4em;
                    color: #999;
                    max-width: 8em;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

                .main-sidebar ul.main-sidebar-links li:hover {
                    border: none;
                }

        .main-sidebar .beta-notice {
            top: 4em;
            left: 2em;
            width: auto;
        }

        .page-explorer .main-sidebar .main-sidebar-links .explorer a.nav-link,
        .page-explorer .main-sidebar .main-sidebar-links .explorer a.nav-link:link,
        .page-explorer .main-sidebar .main-sidebar-links .explorer a.nav-link:visited,
        .page-explorer .main-sidebar .main-sidebar-links .explorer span,
        .page-locations .main-sidebar .main-sidebar-links .locations a.nav-link,
        .page-locations .main-sidebar .main-sidebar-links .locations a.nav-link:link,
        .page-locations .main-sidebar .main-sidebar-links .locations a.nav-link:visited,
        .page-locations .main-sidebar .main-sidebar-links .locations span,
        .page-classifications .main-sidebar .main-sidebar-links .classifications a.nav-link,
        .page-classifications .main-sidebar .main-sidebar-links .classifications a.nav-link:link,
        .page-classifications .main-sidebar .main-sidebar-links .classifications a.nav-link:visited,
        .page-classifications .main-sidebar .main-sidebar-links .classifications span,
        .page-retailers .main-sidebar .main-sidebar-links .retailers a.nav-link,
        .page-retailers .main-sidebar .main-sidebar-links .retailers a.nav-link:link,
        .page-retailers .main-sidebar .main-sidebar-links .retailers a.nav-link:visited,
        .page-retailers .main-sidebar .main-sidebar-links .retailers span,
        .page-retailershome .main-sidebar .main-sidebar-links .retailershome a.nav-link,
        .page-retailershome .main-sidebar .main-sidebar-links .retailershome a.nav-link:link,
        .page-retailershome .main-sidebar .main-sidebar-links .retailershome a.nav-link:visited,
        .page-retailershome .main-sidebar .main-sidebar-links .retailershome span,
        .page-reports .main-sidebar .main-sidebar-links .reports a.nav-link,
        .page-reports .main-sidebar .main-sidebar-links .reports a.nav-link:link,
        .page-reports .main-sidebar .main-sidebar-links .reports a.nav-link:visited,
        .page-reports .main-sidebar .main-sidebar-links .reports span,
        .main-sidebar .main-sidebar-links a.nav-link.active,
        .main-sidebar .main-sidebar-links a.nav-link:hover {
            color: #04A5D6;
        }

    /* navbar image links */
    .main-sidebar-links .image.nav-link {
        background-color: rgba(231, 231, 231, 0.96) !important;
    }

    .rh-dashboard .footer .legend .btns {
        text-align: center;
    }
}

@media (max-width: 1500px) {
    .page-locations-overview .col-lg-3 {
        padding-top: .8em;
        padding-left: 10px;
        padding-right: 10px;
    }

    .loc-ov-keydata {
        margin: 0 1em;
        padding-top: 0;
    }

        .loc-ov-keydata .area-vac {
            font-size: 4em;
        }

        .loc-ov-keydata .section-header {
            padding-top: .8em;
        }

        .loc-ov-keydata .tbl-l {
            margin-right: 1em;
        }

        .loc-ov-keydata .tbl-r .vl {
            font-size: 2.5em;
        }

    .loc-ov-mid-wrp {
        padding: 0 1em;
    }

    .loc-ov-mid .section-heading .section-header {
        font-size: 1.15em;
    }

    .loc-ov-mid .chart-legend {
        width: 75%;
    }

    .loc-ov-mid .l .page-section {
        margin-right: 1em;
    }

    .loc-ov-diversity-index {
        padding-bottom: 1em;
    }

        .loc-ov-diversity-index table {
            margin-top: 0;
        }

    .ons-view td {
        padding-left: 0;
        padding-right: 0;
    }

    .ons-view .section-heading .section-header {
        font-size: 1em;
    }

    .ons-view .hd .vl {
        font-size: 1.3em;
    }

    .ons-view .section-heading .vl {
        font-size: 2em;
    }

    .ons-view tr:first-child td {
        padding-top: 1em;
    }
    .main-sidebar ul.main-sidebar-links li.ngreportsinbox .nav-link b {
        display: none;
    }

    .page-overview .numb .vl {
        font-size: 2em;
    }

    #locations-overview-retail-mix-chart {
        margin: 0;
    }

    .quality-of-offer > #locations-overview-retail-mix {
        min-width: 350px;
    }

}

@media (max-width: 1200px) {
    .page-locations-overview .col-lg-3 {
        padding-left: 1em;
        padding-right: 1em;
    }

    .ons-view .section-heading .vl {
        font-size: 1.5em;
    }

    .ons-view .hd .vl {
        font-size: 1.5em;
    }

    .loc-ov-keydata .area-vac {
        font-size: 5em;
    }

    .loc-ov-keydata .tbl-r .vl {
        font-size: 3.5em;
    }
}

@media (max-width: 1400px) {
    .page-investors .map-info-wrp {
        right: 23.5em !important;
    }

    .content-investors .investors-col-left,
    .content-investors .investors-col-right {
        width: 22em;
    }

    .content-investors .investors-details-part .back-button {
        left: 29.3em;
    }

    .content-investors .map-controls {
        top: 1em;
        bottom: auto;
        right: 23.5em !important;
    }

    .content-investors .asset-details-overview .fund-overview .fig {
        margin-right: .8em;
        margin-left: 0.2em;
    }

        .content-investors .asset-details-overview .fund-overview .fig.first p {
            font-size: 1.8em !important;
        }

    .content-investors .asset-details-overview .fund-overview .sub-header {
        padding-left: 0.2em;
    }
}

@media (max-width: 768px) {
    .content-page.content-investors {
        position: relative;
        overflow: visible;
        width: 100%;
        height: auto;
        margin-bottom: 110px;
    }

    .content-investors .investors-map {
        position: relative;
        overflow: visible;
        width: 100%;
        height: auto;
        float: none;
    }

    .page-investors .map {
        position: relative;
        overflow: visible;
        width: 100%;
        height: auto;
    }

    .page-investors .map-info-wrp {
        top: 4em;
    }

    .page-investors .map-info .business {
        width: 205px;
    }

        .page-investors .map-info .business .inner {
            width: 200px;
        }

    .content-investors .map-controls {
        display: none;
    }

    .content-investors .investors-col-left,
    .content-investors .investors-col-right {
        position: relative;
        overflow: visible;
        height: auto;
        float: none;
        width: 100%;
        margin: 0;
        left: 0;
        right: 0;
    }
}

@media (max-width: 1400px) {
    .page-retailershome-competitors .subpages-content,
    .page-retailershome-portfolio .subpages-content {
        padding-top: 0;
        margin: 1em 1em 1em 0;
    }

    .retailershome-benchmark {
        margin-top: 0;
        padding-top: 1em;
    }

    .rh-list {
        padding-top: 4.5em;
    }

    .retailershome-portfolio .dt .rh-chart,
    .retailershome-portfolio .hi .rh-chart {
        margin-right: 1em;
        margin-left: 1em;
    }

    .rh-settings .tabs-container {
        margin-top: 0;
    }

    .rh-dashboard .item .rh-chart {
        margin-right: 1em;
        margin-left: 1em;
    }

    .rh-chart-label,
    .rh-comp-filters {
        margin-left: 1em;
    }

    .rh-dashboard .item {
        margin-bottom: 0.8em;
    }

        .rh-dashboard .item .inner {
          margin-left: 0.8em;
        }

    .rh-dashboard #rh-comp-panel-notpresent .footer .legend,
    .rh-dashboard #rh-comp-panel-notpresentopening .footer .legend,
    .rh-dashboard #rh-comp-panel-notpresentclosing .footer .legend {
        left: 1em;
    }

    /* benchmark */
    .rh-benchmark-averages .hd-row-0 {
        font-size: 1em;
    }

    .rh-benchmark-averages .bd-row {
        font-size: 1.5em;
        padding-top: 0.6em;
    }

    .rh-benchmark-averages .loading {
        height: 22px;
    }
}

@media (max-width: 1300px) {
    .main-subpage-tabs #main-subpage-btn {
        display: block;
    }

    .subpages-tabs {
        padding: 1em .5em;
    }

    .page-retailershome-competitor-list .content-retailershome .rh-map-list-toggle,
    .page-retailershome-competitor-list .content-retailershome .rh-breadcrumbs-wrp,
    .page-retailershome-portfolio-list .content-retailershome .rh-map-list-toggle,
    .page-retailershome-portfolio-list .content-retailershome .rh-breadcrumbs-wrp {
        top: .5em;
    }

    .rh-list {
        padding-top: 3.8em;
        min-width: 1em;
    }

    /* benchmark */
    .rh-benchmark-averages .hd-row-0 {
        font-size: 0.85em;
    }

    .rh-benchmark-averages .bd-row {
        font-size: 1.3em;
        padding-top: 0.7em;
    }

    .rh-benchmark-evaluations .bd-row td {
        font-size: 0.9em;
    }

    .rh-benchmark-averages .loading {
        height: 20px;
    }
}

@media (max-width: 1160px) {
    .rh-dashboard .item {
        width: 50%;
    }

    /* benchmark */
    .rh-benchmark-averages .hd-row-0 {
        font-size: 0.85em;
    }

    .rh-benchmark-averages .bd-row {
        font-size: 1em;
        padding-top: 1em;
    }
}

@media (max-width: 800px) {
    .rh-dashboard .item {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .page-retailershome .main-body {
        padding-bottom: 3em;
    }

    .page-retailershome .main-header-left .header h1 {
        overflow: visible;
        white-space: initial;
    }

    .page-retailershome .main-header-left .header span {
        font-size: .7em;
    }

    .rh-dashboard .item {
        width: 100%;
    }

        .rh-dashboard .item h2 {
            height: auto;
            padding-bottom: .5em;
        }

    .page-retailershome-portfolio-list .rh-page-close {
        top: .3em;
    }

    .content-retailershome .rh-breadcrumbs-title {
        max-width: 20em;
    }

    .map-controls {
        bottom: 6em;
    }

    .rh-comp-filters-wrp {
        margin-right: 1em;
    }

    .rh-comp-filters .filter .btn {
        padding-right: .8em;
        margin-right: .3em;
    }

        .rh-comp-filters .filter .btn .txt {
            font-size: .9em;
            white-space: initial;
        }



    /* lists */

    .retailershome-portfolio-list {
        padding-top: 4em;
    }

        .retailershome-portfolio-list .rh-list-group-info .rh-list-group-info {
            overflow-x: auto;
        }

        .retailershome-portfolio-list .rh-list-group-info .tbl td {
            font-size: 1em;
        }

    /* benchmark */
    .rh-benchmark-averages .hd-row-0 {
        font-size: 0.85em;
    }

    .rh-benchmark-averages .bd-row {
        font-size: 0.9em;
        padding-top: 1.3em;
    }

    .rh-benchmark-averages .loading {
        height: 18px;
    }
}

body.page-usersettings,
.page-usersettings .main-body {
    background: #f3f3f3;
}
.page-usersettings .main-header-inner {
    padding-right: 0;
}

.page-usersettings .us-settings {
    display: block;
}

.us-settings .tabs-container {
    max-width: 35em;
    margin: 1.5em;
    background: #fff;
}

/* .tabs-btns */
.us-settings .header {
    background: #EBEBEB;
}

.us-settings .tabs-btns {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0;
    width: 80%;
}

    .us-settings .tabs-btns .tab-btn {
        background: #fff;
        color: #005065;
        border: none;
        margin: 0;
        padding: .3em 0 .4em;
        float: left;
        width: 50%;
        font-weight: bold;
        font-size: 1.25em;
    }

    .us-settings .tabs-btns .fasciae {
        border-radius: .2em 0 0 .2em;
        background: #005065;
        color: #fff;
        cursor: default;
    }


    .us-settings .tabs-btns .tab-btn:hover {
        background: #005065;
        color: #fff;
    }

.us-settings .tab-contents {
    display: none;
    padding: 1em;
}

.us-settings .tab-contents.fasciae {
    display: block;
}

.us-settings .tab-contents table {
    width: 100%;
}

    .us-settings .tab-contents table td {
        padding: .5em .5em .5em 0;
        border-bottom: 1px solid #eee;
    }

    .us-settings .tab-contents table .first {
        font-size: .9em;
        color: #bbb;
        width: 1.5em;
    }

    .us-settings .tab-contents table .act {
        width: 4em;
        text-align: right;
        padding-right: 0;
    }

    .us-settings .tab-contents table .btn {
        border-radius: 50%;
        width: 24px;
        height: 24px;
        background: #ddd;
        color: #fff;
        font-weight: bold;
        outline: none;
    }

        .us-settings .tab-contents table .btn:hover {
            background-color: #F7BBBB;
        }

        .us-settings .tab-contents table .btn .iconic {
            margin-top: .2em;
            display: inline-block;
            font-size: .8em;
        }

.us-settings .tab-contents .link-wrp {
    padding: 0 0 1.5em;
}

.us-settings .tab-contents .list .link-wrp {
    text-align: right;
    padding-bottom: .5em;
}

.us-settings .tab-contents .go {
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
}

    .us-settings .tab-contents .go .t {
        border: 1px solid #ddd;
        border-radius: .3em 0 0 .3em;
        background: #fff;
        color: #00AAE1;
        height: 24px;
        line-height: 22px;
        padding-left: 1em;
        padding-right: 1em;
        font-weight: normal;
        display: inline-block;
        float: left;
    }

.us-settings .tab-contents .disabled {
    cursor: default;
}

.us-settings .tab-contents .go:hover .t {
    background: #f5f5f5;
}

.us-settings .tab-contents .disabled:hover .t,
.us-settings .tab-contents .disabled .t {
    color: #ccc;
    background: transparent;
}

.us-settings .tab-contents .go-list .t {
    border-radius: 0 .3em .3em 0;
}

.us-settings .tab-contents .go .a {
    float: left;
    display: inline-block;
    position: relative;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.us-settings .tab-contents .go-search .a {
    border-left: 11px solid #ddd;
}

.us-settings .tab-contents .go-list .a {
    width: 0;
    height: 0;
    border-right: 11px solid #ddd;
    z-index: 2;
}

.us-settings .tab-contents .go .a-b {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: -11px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

.us-settings .tab-contents .go-search .a-b {
    right: 1px;
    border-left: 11px solid #fff;
}

.us-settings .tab-contents .go-list .a-b {
    left: 1px;
    border-right: 11px solid #fff;
}

.us-settings .tab-contents .go-search:hover .a-b {
    border-left-color: #f5f5f5;
}

.us-settings .tab-contents .go-list:hover .a-b {
    border-right-color: #f5f5f5;
}

.us-settings .tab-contents .disabled:hover .a-b {
    border-left-color: #fff;
    border-right-color: #fff;
}

/* search */
.us-settings .tab-contents .list,
.us-settings .tab-contents .search {
    display: none;
    padding-bottom: 1em;
}

    .us-settings .tab-contents.list .list,
    .us-settings .tab-contents.search .search {
        display: block;
    }

.us-settings .tab-contents .search-box {
    display: block;
}

    .us-settings .tab-contents .search-box .search-box-go {
        display: none;
    }

    .us-settings .tab-contents .search-box .search-box-results {
        margin-top: 1em;
        width: 100%;
    }

    .us-settings .tab-contents .search-box .search-box-ul-wrp {
        float: none;
    }

    .us-settings .tab-contents .search-box .search-box-ul {
        width: 420px;
    }

    .us-settings .tab-contents .search-box .search-box-li-input {
        width: 98%;
    }

.us-settings .tab-contents .search-box-results table {
    width: 100%;
}

    .us-settings .tab-contents .search-box-results table .btn {
        background: #ddd;
        border: 1px solid #ccc;
        color: #fff;
        transition: none;
        font-weight: bold;
    }

        .us-settings .tab-contents .search-box-results table .btn:hover {
            background: #9BF0CF;
            color: #fff;
        }

.us-settings .tab-contents .search-box.loading .iconic {
    background: url('/content/images/loader_888888_FFFFFF_16x16.gif') no-repeat;
    text-indent: -1000px;
}

