/* * jQuery UI CSS Framework 1.8.11 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * 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:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .ui-helper-clearfix { display: inline-block; } /* required comment for clearfix to work in Opera \*/ * html .ui-helper-clearfix { height:1%; } .ui-helper-clearfix { display:block; } /* end clearfix */ .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 CSS Framework 1.8.11 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Theming/API * * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px */ /* Component containers ----------------------------------*/ .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; } .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; font-size: 1em; } .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; } .ui-widget-content a { color: #222222; } .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; } .ui-widget-header a { color: #222222; } /* Interaction states ----------------------------------*/ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; } .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; 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; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } .ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; } .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; 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; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; } .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; } .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; } .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; } .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; } .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); } .ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } .ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } .ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); } .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } .ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } .ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); } .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); } /* 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 ----------------------------------*/ /* Overlays */ .ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); } .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* * jQuery UI Resizable 1.8.11 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Resizable#theming */ .ui-resizable { position: relative;} .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; 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.11 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * 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 Accordion 1.8.11 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Accordion#theming */ /* IE/Win - Fix animation bug - #4615 */ .ui-accordion { width: 100%; } .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } .ui-accordion .ui-accordion-li-fix { display: inline; } .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } .ui-accordion .ui-accordion-content-active { display: block; } /* * jQuery UI Autocomplete 1.8.11 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * 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.11 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * 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 Button 1.8.11 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Button#theming */ .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ .ui-button-icons-only { width: 3.4em; } button.ui-button-icons-only { width: 3.7em; } /*button text element */ .ui-button .ui-button-text { display: block; line-height: 1.4; } .ui-button-text-only .ui-button-text { padding: .4em 1em; } .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } /* no icon support for input elements, provide padding by default */ input.ui-button { padding: .4em 1em; } /*button icon element(s) */ .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } /*button sets*/ .ui-buttonset { margin-right: 7px; } .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } /* workarounds */ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ /* * jQuery UI Dialog 1.8.11 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Dialog#theming */ .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; } .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } .ui-draggable .ui-dialog-titlebar { cursor: move; } /* * jQuery UI Slider 1.8.11 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * 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; }/* * jQuery UI Tabs 1.8.11 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Tabs#theming */ .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ .ui-tabs .ui-tabs-panel { display: block; border-width: 0; margin: 5px 0px; background: none; } .ui-tabs .ui-tabs-hide { position: absolute; left: -10000px; } /* * jQuery UI Datepicker 1.8.11 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * 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%; } /* 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 Progressbar 1.8.11 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Progressbar#theming */ .ui-progressbar { height:2em; text-align: left; } .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } /* * Treeview */ .treeview, .treeview ul { padding: 0; margin: 0; list-style: none; } .treeview ul { background-color: white; margin-top: 4px; } .treeview .hitarea { background: url(images/treeview-default.gif) -64px -25px no-repeat; height: 16px; width: 16px; margin-left: -16px; float: left; cursor: pointer; } * html .hitarea { display: inline; float:none; } .treeview li { margin: 0; padding: 3px 0pt 3px 16px; } .treeview a.selected { background-color: #eee; } #treecontrol { margin: 1em 0; display: none; } .treeview .hover { color: red; cursor: pointer; } .treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; } .treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; } .treeview .expandable-hitarea { background-position: -80px -3px; } .treeview li.last { background-position: 0 -1766px } .treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); } .treeview li.lastCollapsable { background-position: 0 -111px } .treeview li.lastExpandable { background-position: -32px -67px } .treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; } .treeview .placeholder { height: 16px; width: 16px; display: block; } /* * Spinbox */ input.spinbox-active { background-image:url(images/spinbox_sprite.png); background-position:right 0px; background-repeat:no-repeat; width: 60px; } input.spinbox-active.spinbox-up-hover { background-position:right -18px; cursor:pointer; } input.spinbox-active.spinbox-down-hover { background-position:right -36px; cursor:pointer; } input.spinbox-active.spinbox-up { background-position:right -72px; cursor:pointer; } input.spinbox-active.spinbox-down { background-position:right -54px; cursor:pointer; } /* Core CSS */ .tvtags-main { position: relative; display: inline-block; } .tvtags-main:after { content: " "; display: block; height: 0; overflow: hidden; clear: both; } .tvtags-value { display: none; } .tvtags-tag { float: left; } .tvtags-input-container { overflow: hidden; min-width: 200px; } .tvtags-input { width: 100%; margin: 0; border: 0; } .tvtags-suggests-anchor { position: absolute; bottom: 0; left: 0; height: 0; width: 100%; } .tvtags-suggests { overflow: auto; display: none; } .tvtags-main.tvtags-open .tvtags-suggests { display: block; } .tvtags-suggest { white-space: nowrap; overflow: hidden; } /* Stylizations */ .tvtags-main { display: block; border: solid #c9cbcd 1px; cursor: text; padding: 4px 0 0 4px; } .tvtags-focused { border-color: #4c82ce; } .tvtags-tag { position: relative; cursor: default; background: #aebfd0; color: white; font-size: 12px; line-height: 15px; height: 15px; padding: 4px; margin: 0 4px 4px 0; max-width: 180px; } .tvtags-tag-content { white-space: nowrap; overflow: hidden; display: block; text-overflow: ellipsis; } .tvtags-tag-deletable { padding-right: 18px; } .tvtags-tag .tvtags-removetag { cursor: pointer; position: absolute; top: 4px; right: 3px; height: 15px; width: 13px; vertical-align: top; background: url('data:image/gif;base64,R0lGODlhBwAHAKECAHaBjIKWqv///////yH5BAEKAAIALAAAAAAHAAcAAAINRIRhJnrOUmzrMXhkAQA7') 50% 50% no-repeat; } .tvtags-input-container { margin: 0 4px 4px 0; } .tvtags-input { height: 21px; } .tvtags-suggests-anchor { z-index: 100; } .tvtags-suggests { cursor: default; margin: 0 -1px; border: solid #aaa 1px; background: white; max-height: 100px; } .tvtags-suggest:hover { background: #f2f5f8; } .tvtags-suggest-active, .tvtags-suggest-active:hover { background: #d1e1f8; } .tvtags-suggest { padding: 4px; cursor: pointer; text-overflow: ellipsis; } .tvtags-suggest-message { color: #777; font-style: italic; } .tvtags-suggest .date { color: #777; } .tvtags-suggestarrow { cursor: default; float: right; position: relative; height: 31px; width: 25px; margin-top: -4px; } .tvtags-suggestarrow:hover { background: #eee; } .tvtags-suggestarrow:before { content: " "; position: absolute; top: 50%; left: 50%; width: 0; height: 0; border-style: solid; border-width: 5px 5px 0 5px; border-color: #8F9091 transparent transparent transparent; margin: -3px -5px; } .tvtags-open .tvtags-suggestarrow:before { border-width: 0 5px 5px 5px; border-color: transparent transparent #8F9091 transparent; } .tvtags-main.no-arrow .tvtags-suggestarrow { display: none; } .tvtags-tag.tag { margin-right: 15px; padding-right: 0; } .tvtags-tag.tag.tvtags-tag-deletable { padding-right: 12px; } .tvtags-tag.tag.tvtags-tag-deletable .tvtags-removetag { right: -3px; } .tvtags-tag.tag:before{ padding-right: 0; content: ' '; position: absolute; top: 0; right: -11px; width: 0; height: 1px; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 11px solid #aebfd0; } /* All icon mixins must have "icon-" */ .pseudo { content: " "; } .absolute-center { position: absolute; top: 50%; left: 50%; } /* ------------------------ */ /* LESS mixin for CSS arrow */ /* ------------------------ */ /* Usage * .arrow(size, color, direction, offset, border-size, border-color); */ /* Where * Size is the with of the arrow * Color is the color of the arrow (plain color required) * Direction is the orientation of the arrow (top, right, bottom, left) * Offset is the position of the arrow on its axis (px / em) * Border-size is the width of the border if there is one (optional; default "0") * Border-color is the color of the border if there is one (optional; default "inherit"); */ /* Extra * Drop-shadows can be used on the element to create a shadow on the arrow as well */ .text-overflow-ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .avatar-small { -webkit-border-radius: 1px; -webkit-background-clip: padding-box; -moz-border-radius: 1px; -moz-background-clip: padding; border-radius: 1px; background-clip: padding-box; width: 32px; height: 32px; overflow: hidden; position: relative; } .avatar-small img { width: 32px; height: 32px; } .avatar-small.online:after, .avatar-small.is-online:after { content: ''; display: block; width: 10px; height: 10px; border-radius: 50%; position: absolute; top: -3px; right: -3px; background: #5cb888; border: 3px solid #f2f5f8; } .avatar-middle { -webkit-border-radius: 1px; -webkit-background-clip: padding-box; -moz-border-radius: 1px; -moz-background-clip: padding; border-radius: 1px; background-clip: padding-box; width: 39px; height: 39px; overflow: hidden; position: relative; } .avatar-middle img { width: 39px; height: 39px; } .avatar-middle.online:after, .avatar-middle.is-online:after { content: ''; display: block; width: 10px; height: 10px; border-radius: 50%; position: absolute; top: -3px; right: -3px; background: #5cb888; border: 3px solid #f2f5f8; } .user-stats-small { text-decoration: none; font-size: 14px; font-weight: bold; } .user-stats-small .user-stats-charts { margin-right: 14px; } .user-stats-small .user-stats-charts:before { height: 12px; width: 19px; background-image: url("../../images/sprites/base-sprite.png"); background-repeat: no-repeat; background-position: 0px -547px; display: inline-block; position: relative; vertical-align: middle; overflow: hidden; content: " "; top: -2px; padding-right: 3px; top: -3px; } .user-stats-small .user-stats-followers { margin-right: 14px; } .user-stats-small .user-stats-followers:before { height: 13px; width: 13px; background-image: url("../../images/sprites/base-sprite.png"); background-repeat: no-repeat; background-position: 0px -1638px; display: inline-block; position: relative; vertical-align: middle; overflow: hidden; content: " "; top: -2px; padding-right: 5px; } .user-stats-small .user-stats-reputation { color: #3cbf81; } .user-stats-small .user-stats-reputation:before { height: 13px; width: 10px; background-image: url("../../images/sprites/base-sprite.png"); background-repeat: no-repeat; background-position: 0px -1903px; display: inline-block; position: relative; vertical-align: middle; overflow: hidden; content: " "; top: -2px; padding-right: 5px; top: -3px; } .user-stats { text-decoration: none; color: #1380b7; font-size: 19px; } .user-stats .user-stats-charts { margin-right: 14px; } .user-stats .user-stats-charts:before { height: 13px; width: 19px; background-image: url("../../images/sprites/base-sprite.png"); background-repeat: no-repeat; background-position: 0px -220px; display: inline-block; position: relative; vertical-align: middle; overflow: hidden; content: " "; top: -2px; padding-right: 3px; top: -3px; } .user-stats .user-stats-followers { margin-right: 14px; } .user-stats .user-stats-followers:before { height: 16px; width: 16px; background-image: url("../../images/sprites/base-sprite.png"); background-repeat: no-repeat; background-position: 0px -1280px; display: inline-block; position: relative; vertical-align: middle; overflow: hidden; content: " "; top: -2px; padding-right: 5px; } .user-stats .user-stats-reputation { color: #3cbf81; } .user-stats .user-stats-reputation:before { height: 15px; width: 13px; background-image: url("../../images/sprites/base-sprite.png"); background-repeat: no-repeat; background-position: 0px -1878px; display: inline-block; position: relative; vertical-align: middle; overflow: hidden; content: " "; top: -2px; padding-right: 5px; top: -3px; } .chart-stats-middle { text-decoration: none; color: #3b3e44; font-weight: bold; font-size: 14px; } .chart-stats-middle .chart-stats-comments { margin-right: 6px; } .chart-stats-middle .chart-stats-comments:before { height: 15px; width: 16px; background-image: url("../../images/sprites/base-sprite.png"); background-repeat: no-repeat; background-position: 0px -569px; display: inline-block; position: relative; vertical-align: middle; overflow: hidden; content: " "; padding-left: 6px; } .chart-stats-middle .chart-stats-views:before { height: 12px; width: 16px; background-image: url("../../images/sprites/base-sprite.png"); background-repeat: no-repeat; background-position: 0px -2164px; display: inline-block; position: relative; vertical-align: middle; overflow: hidden; content: " "; padding-left: 5px; top: -1px; } .chart-stats-small { text-decoration: none; color: #3b3e44; font-weight: bold; font-size: 12px; } .chart-stats-small .chart-stats-comments { margin-right: 9px; } .chart-stats-small .chart-stats-comments:before { height: 13px; width: 13px; background-image: url("../../images/sprites/base-sprite.png"); background-repeat: no-repeat; background-position: 0px -594px; display: inline-block; position: relative; vertical-align: middle; overflow: hidden; content: " "; padding-left: 5px; } .chart-stats-small .chart-stats-views:before { height: 11px; width: 15px; background-image: url("../../images/sprites/base-sprite.png"); background-repeat: no-repeat; background-position: 0px -2186px; display: inline-block; position: relative; vertical-align: middle; overflow: hidden; content: " "; padding-left: 4px; top: -1px; } .symbol-change-direction.up { color: #41a771; } .symbol-change-direction.down { color: #de7255; } .header-chart-panel { position: relative; min-height: 30px; padding: 5px 5px 0; overflow: hidden; background-color: #F1F3F6; } .is-mobile .header-chart-panel { background-color: #FFF; padding: 14px 28px; border-bottom: 1px solid #c9cbcd; } .is-mobile .header-chart-panel .symbol-edit-widget { width: 170px; height: 40px; margin-right: 8px; } .is-mobile .header-chart-panel .chart-style-widget .quick i { position: relative; top: -4px; } .is-mobile .header-chart-panel .button i { display: block; position: relative; background-image: url("../../images/mobile/icons.png"); } .is-mobile .header-chart-panel .button.properties i { top: -2px; left: -1px; background-position: 0 20px; } .is-mobile .header-chart-panel .button.compare i { display: block; top: -2px; left: -1px; background-position: -60px -18px; } .is-mobile .header-chart-panel .button.indicators i { display: block; top: -2px; background-position: -20px -18px; } .is-mobile .header-chart-panel .button.load { margin-right: 7px; } .is-mobile .header-chart-panel .button.save.process { background: url(../../images/bar-loader.gif) 0 0 repeat !important; border: 0; padding: 14px 19px 12px; } .is-mobile .header-chart-panel .button.save.no-change { color: #DDD !important; } .is-mobile .header-chart-panel .button.options { padding-right: 12px !important; } .is-mobile .header-chart-panel .mobile-back-button { -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; width: 40px; height: 40px; border: 2px solid #b5b7ba; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 22px; -webkit-background-clip: padding-box; -moz-border-radius: 22px; -moz-background-clip: padding; border-radius: 22px; background-clip: padding-box; background: #FFF; position: relative; margin-right: 30px; } .is-mobile .header-chart-panel .mobile-back-button:hover, .is-mobile .header-chart-panel .mobile-back-button:active, .is-mobile .header-chart-panel .mobile-back-button.active { background: #FFF; } .is-mobile .header-chart-panel .mobile-back-button:hover, .is-mobile .header-chart-panel .mobile-back-button:active, .is-mobile .header-chart-panel .mobile-back-button.active, .is-mobile .header-chart-panel .mobile-back-button.selected { background: #FFF; border: 2px solid #b5b7ba; } .is-mobile .header-chart-panel .mobile-back-button i { position: absolute; top: 11px; left: 9px; display: block; width: 19px; height: 16px; background-image: url("../../images/mobile/icons.png"); background-position: -40px -20px; } .header-chart-panel .right { float: right; } .header-chart-panel .left { margin: 0 0 -5px 0; } .header-chart-panel .left { margin: 0 0 -5px 0; } .header-chart-panel .group { display: inline-block; white-space: nowrap; padding: 0; margin: 0 0 5px 0; vertical-align: top; } .is-mobile .header-chart-panel .group { margin: 0; } .header-chart-panel .symbol-edit-widget { margin-right: -1px; width: 100px; } .header-chart-panel .space-single, .chart-top-toolbar .space-single { padding: 0 4px 0 0; } .is-mobile .header-chart-panel .space-single, .is-mobile .chart-top-toolbar .space-single { padding-right: 7px; } /* .space-double { padding: 0 10px 0 0; } */ .header-chart-panel .button, .hotlist-controls .button, .symbol-edit-widget .button { cursor: default; padding: 7px 12px 7px; border: 1px solid #c9cbcd; height: 14px; background: #FFFFFF; color: #8b8c8e; font-size: 11px; font-weight: bold; float: left; display: block; position: relative; } .is-mobile .header-chart-panel .button.iconed, .is-mobile .hotlist-controls .button.iconed, .is-mobile .symbol-edit-widget .button.iconed, .is-mobile .header-chart-panel .button, .is-mobile .hotlist-controls .button, .is-mobile .symbol-edit-widget .button { padding: 12px 17px 10px; border: 2px solid #b5b7ba; height: 14px; background: #b5b7ba; color: #ffffff; font-size: 12px; font-weight: normal; } .is-mobile .header-chart-panel .button.iconed:hover, .is-mobile .hotlist-controls .button.iconed:hover, .is-mobile .symbol-edit-widget .button.iconed:hover, .is-mobile .header-chart-panel .button:hover, .is-mobile .hotlist-controls .button:hover, .is-mobile .symbol-edit-widget .button:hover, .is-mobile .header-chart-panel .button.iconed:active, .is-mobile .hotlist-controls .button.iconed:active, .is-mobile .symbol-edit-widget .button.iconed:active, .is-mobile .header-chart-panel .button:active, .is-mobile .hotlist-controls .button:active, .is-mobile .symbol-edit-widget .button:active, .is-mobile .header-chart-panel .button.iconed.active:hover, .is-mobile .hotlist-controls .button.iconed.active:hover, .is-mobile .symbol-edit-widget .button.iconed.active:hover, .is-mobile .header-chart-panel .button.active:hover, .is-mobile .hotlist-controls .button.active:hover, .is-mobile .symbol-edit-widget .button.active:hover, .is-mobile .header-chart-panel .button.iconed.active, .is-mobile .hotlist-controls .button.iconed.active, .is-mobile .symbol-edit-widget .button.iconed.active, .is-mobile .header-chart-panel .button.active, .is-mobile .hotlist-controls .button.active, .is-mobile .symbol-edit-widget .button.active { background: #b5b7ba !important; color: #ffffff !important; } .is-mobile .header-chart-panel .button.iconed .arrow-icon, .is-mobile .hotlist-controls .button.iconed .arrow-icon, .is-mobile .symbol-edit-widget .button.iconed .arrow-icon, .is-mobile .header-chart-panel .button .arrow-icon, .is-mobile .hotlist-controls .button .arrow-icon, .is-mobile .symbol-edit-widget .button .arrow-icon { right: 8px; top: 13px; background: url("../../images/mobile/select-bg.png") repeat scroll 0 0 transparent; height: 8px; width: 14px; } .is-mobile .header-chart-panel .button.iconed .arrow-icon:before, .is-mobile .hotlist-controls .button.iconed .arrow-icon:before, .is-mobile .symbol-edit-widget .button.iconed .arrow-icon:before, .is-mobile .header-chart-panel .button .arrow-icon:before, .is-mobile .hotlist-controls .button .arrow-icon:before, .is-mobile .symbol-edit-widget .button .arrow-icon:before { position: absolute; content: " "; width: 1px; height: 24px; background: #cbcdcf; top: -8px; right: 24px; } .header-chart-panel .button .arrow-icon, .hotlist-controls .arrow-icon, .symbol-edit-widget .arrow-icon, .ch-settings.button .arrow-icon { position: absolute; right: 7px; top: 12px; background: url("../../images/select-bg.png") repeat scroll 0 0 transparent; height: 5px; width: 9px; } .header-chart-panel .button.with-arrow, .symbol-edit-widget .button.with-arrow { padding-right: 25px; } .is-mobile .header-chart-panel .button.with-arrow, .is-mobile .symbol-edit-widget .button.with-arrow { padding-right: 46px; } /* Symbol Edit */ .symbol-edit-widget { height: 27px; -webkit-user-select: none; position: relative; } .is-mobile .symbol-edit-widget { width: 170px; } .symbol-edit-widget.no-button { width: 110px; } input.symbol-edit, .symbol-search-dialog input { background-color: white; border: 1px solid #c9cbcd; width: 291px; height: 28px; padding: 0 0 0 7px; color: #6f7073; font: 12px Arial; font-weight: bold; float: left; } input.symbol-edit .is-mobile, .symbol-search-dialog input .is-mobile { color: #ffffff; } .symbol-edit-widget .symbol-edit-wrap { position: absolute; z-index: 1; width: 100px; height: 27px; top: 0; left: 0; transition: width 0.2s; } .symbol-edit-widget .symbol-edit-wrap.expanded { width: 484px; box-shadow: #F1F3F6 0 0 10px 10px; transition: width 0.4s; } .is-mobile .symbol-edit-widget .symbol-edit-wrap { width: 170px; height: 40px; } .is-mobile .symbol-edit-widget .symbol-edit-wrap.expanded { box-shadow: #FFFFFF 0 0 10px 10px; width: 554px; } .symbol-edit-widget .symbol-edit-inputspacer { padding: 0 9px 0 0; overflow: hidden; } .is-mobile .symbol-edit-widget .symbol-edit-inputspacer { height: 40px; padding-right: 11px; } .is-mobile .symbol-edit-widget .symbol-edit-inputspacer input.symbol-edit { height: 36px; border-width: 2px; border-color: #b5b7ba; } .symbol-edit-widget .symbol-edit-inputspacer input.symbol-edit { width: 100%; } .symbol-edit-wrap .symbol-edit-buttonswrap { height: 30px; width: 0px; position: relative; overflow: hidden; background: yellow; float: right; transition: width 0.2s; } .is-mobile .symbol-edit-wrap .symbol-edit-buttonswrap { height: 40px; } .symbol-edit-wrap.expanded .symbol-edit-buttonswrap { width: 101px; transition: width 0.4s; } .is-mobile .symbol-edit-wrap.expanded .symbol-edit-buttonswrap { width: 172px; } .symbol-edit-wrap .symbol-edit-buttonswrap .spread-actions { position: absolute; top: 0; right: 0; width: 100px; } .is-mobile .symbol-edit-wrap .symbol-edit-buttonswrap .spread-actions { height: 36px; border: 2px solid #b5b7ba; width: 170px; } .is-mobile .symbol-edit-wrap .symbol-edit-buttonswrap .spread-actions button { height: 36px; width: 34px; border-right: 2px solid #b5b7ba; } .is-mobile .symbol-edit-wrap .symbol-edit-buttonswrap .spread-actions button:last-child { border-right: none; } .is-mobile .symbol-edit-wrap .symbol-edit-buttonswrap .spread-actions button .action-icon { top: 8px; left: 6px; } input.symbol-edit.with-plus { padding-right: 26px; } input.symbol-edit.incomplete, .symbol-search-dialog input.incomplete { background-color: #ffffef; } input.symbol-edit.error, .symbol-search-dialog input.error { background-color: #ffefef; } .symbol-search-loading { background: url('../../images/loading-small.gif') 50% 50% no-repeat; width: 24px; height: 24px; padding: 3px; margin: 0 auto; } .property-page input.symbol-edit { padding: 0 5px; } div.symbol-edit-popup { position: absolute; width: 550px; display: block; border: 1px solid #c9cbcd; z-index: 111; background: #fff; background: rgba(255, 255, 255, 0.9); } div.symbol-edit-popup .table-wrapper { overflow-y: auto; width: 550px; } table.symbol-edit-popup { width: 100%; border-collapse: collapse; } table.symbol-edit-popup td { padding: 7px; } table.symbol-edit-popup td:first-child { padding-left: 20px; } table.symbol-edit-popup td:last-child { padding-right: 20px; } tr.symbol-edit-popup { cursor: pointer; height: 25px; } tr.symbol-edit-popup td:first-child { width: 105px; } /* deprecated */ span.symbol-edit-highlight { color: #4C82CE; font-weight: bold; } /* deprecated */ .symbol-edit-popup-td { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 230px; line-height: 14px; vertical-align: middle; } .symbol-edit-popup-td.name { font-weight: bold; } .symbol-edit-popup-td.desc { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; } .symbol-edit-popup-td.name strong, .symbol-edit-popup-td.desc strong { font-weight: bold; color: #4C82CE; } .symbol-edit-popup-td.type { font-size: 11px; color: #999; white-space: nowrap; text-align: right; } tr.symbol-edit-popup:hover { background: #f2f5f8; } .symbol-edit-popup-active { background: #d1e1f8; } .symbol-edit-popup i.eod, .symbol-edit-popup i.pro { display: inline-block; height: auto; width: auto; font-size: 10px; color: white; text-transform: uppercase; font-style: normal; line-height: 12px; vertical-align: 0; margin: 0 5px 0 0; padding: 1px 3px 0; overflow: visible; } .symbol-edit-popup i.eod { background: #c9cbcd; } .symbol-edit-popup i.pro { background: #bf645c; } .symbol-edit-plus { display: block; width: 25px; height: 27px; position: absolute; right: 0; cursor: pointer; } .symbol-edit-plus span { display: block; width: 15px; height: 15px; position: relative; top: 6px; left: 3px; background: url('../../images/icons.png') no-repeat -80px -220px; } .symbol-edit-plus:hover span { background-position: -120px -300px; } .symbol-edit-history-popup { padding: 1px; overflow-y: auto; border: 1px solid #999; z-index: 11; cursor: pointer; background: #fff; background: rgba(255, 255, 255, 0.9); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); width: 410px; } .symbol-edit-history-popup .heading { background: #ddd; cursor: pointer; padding: 4px 5px; color: #626262; font-size: 11px; font-weight: bold; cursor: default; } .symbol-edit-history-popup .symbol { cursor: pointer; height: 14px; padding: 5px; color: #595959; font: 12px Arial; clear: both; position: relative; } .symbol-edit-history-popup .symbol .s { float: left; width: 70px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .symbol-edit-history-popup .symbol .d { float: left; width: 247px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .symbol-edit-history-popup .symbol .t { position: absolute; right: 3px; top: 5px; color: #999; font-size: 11px; text-align: right; } .symbol-edit-history-popup .symbol:hover { background: #e5edf7; color: #29313c; } .symbol-search-dialog .symbol-block { width: auto; margin: 0; overflow: hidden; } .symbol-search-dialog .symbol-block .spread-actions { height: 36px; border-top: none; border-right: none; background: white; } .symbol-search-dialog .symbol-block button { width: 30px; height: 36px; border-left: 1px solid #c9cbcd; } .symbol-search-dialog .symbol-block button:first-child { border-left: none; } .symbol-search-dialog .symbol-block button .action-icon { top: 8px; left: 4px; } .symbol-search-dialog .symbol-block-inputspacer { overflow: hidden; } .symbol-search-dialog .symbol-block-inputspacer input { width: 100%; height: 37px; font-size: 13px; margin: 0; padding: 0 7px 0 34px; border-width: 0px; border-bottom-width: 1px; border-radius: 0; float: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .symbol-search-dialog .symbol-block-inputspacer .search-cion { content: " "; display: block; position: absolute; width: 13px; height: 13px; background: url(../../images/icons.png) no-repeat -80px -339px; top: 12px; left: 12px; } .symbol-search-dialog .filter { padding: 0 20px; border-bottom: 1px solid #e5e4e4; } .symbol-search-dialog .filter a.type-filter, .symbol-search-dialog .filter .exchange-filter { padding: 10px 0; margin-left: 20px; display: inline-block; position: relative; color: #595959; } .symbol-search-dialog .filter a.type-filter a, .symbol-search-dialog .filter .exchange-filter a { color: #595959; } .symbol-search-dialog .filter a.type-filter.active, .symbol-search-dialog .filter .exchange-filter.active { font-weight: bold; } .symbol-search-dialog .filter a.type-filter.active:after, .symbol-search-dialog .filter .exchange-filter.active:after { content: " "; position: absolute; display: block; bottom: -1px; width: 100%; height: 3px; background-color: #5cb888; } .symbol-search-dialog .filter a.type-filter:first-child, .symbol-search-dialog .filter .exchange-filter:first-child { margin-left: 0; } .symbol-search-dialog .results { height: 500px; overflow-x: hidden; overflow-y: auto; margin: 0; } .symbol-search-dialog .results table { width: 100%; border-collapse: collapse; } .symbol-search-dialog .results table .symbol-edit-popup-td:first-child { padding-left: 20px; } .symbol-search-dialog .results table .symbol-edit-popup-td:last-child { padding-right: 20px; } .symbol-search-dialog .results table tr:first-child .symbol-edit-popup-td { padding-top: 12px; } .spread-actions { float: right; height: 28px; border: 1px solid #c9cbcd; background: #FFFFFF; margin: 0; } .spread-actions button::-moz-focus-inner { padding: 0 !important; margin: 0 !important; } .spread-actions button { position: relative; float: left; width: 20px; height: 25px; background: none; padding: 0; margin: 0; border: none; cursor: pointer; } .spread-actions button.disabled { cursor: default; } .spread-actions button .action-icon { position: absolute; top: 3px; left: 0; width: 20px; height: 20px; display: block; overflow: hidden; } .spread-actions button .action-icon .sprite { height: 60px; width: 20px; background: url('../../images/dialogs/spread-actions.png') 0 0 no-repeat; position: absolute; left: 0; top: 0; margin-top: 1px; } .spread-actions button:hover .action-icon .sprite { top: -20px; } .spread-actions button.disabled .action-icon .sprite { top: -40px; } .spread-actions button.div .action-icon .sprite { background-position: 0 0; } .spread-actions button.minus .action-icon .sprite { background-position: -20px 0; } .spread-actions button.plus .action-icon .sprite { background-position: -40px 0; } .spread-actions button.mult .action-icon .sprite { background-position: -60px 0; } .spread-actions button.open .action-icon .sprite { background-position: -80px 0; } .spread-actions button.close .action-icon .sprite { background-position: -100px 0; } .spread-actions button.flip .action-icon .sprite { background-position: -120px 0; } div.symbol-edit-popup .exchange-filter, .symbol-search-dialog .exchange-filter { float: right; } div.symbol-edit-popup .exchange-filter .tv-unstyled-select-container { display: inline-block; } .symbol-search-dialog .exchange-filter .sbSelector { display: block; margin: 0 12px 0 0; } div.symbol-edit-popup .exchange-filter .sbSelector { display: block; margin: 0 10px 0 0; font-weight: bold; font-size: 11px; height: 13px; } div.symbol-edit-popup .exchange-filter .sbToggle, .symbol-search-dialog .exchange-filter .sbToggle { width: 9px; height: 5px; position: absolute; top: 6px; right: 0px; background: url("../../images/select-bg.png") 0 0; } .symbol-edit-popup .filter { padding: 0 20px; margin: 0; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-bottom: 1px solid #e5e4e4; } .symbol-edit-popup .filter a.type-filter, .symbol-edit-popup .filter .exchange-filter { padding: 6px 0; margin-left: 20px; font-weight: bold; font-size: 11px; display: inline-block; border-bottom: none; position: relative; color: #595959; } .symbol-edit-popup .filter a.type-filter a, .symbol-edit-popup .filter .exchange-filter a { color: #595959; } .symbol-edit-popup .filter a.type-filter.active:after, .symbol-edit-popup .filter .exchange-filter.active:after { content: " "; position: absolute; display: block; bottom: -1px; width: 100%; height: 3px; background-color: #5cb888; } .symbol-edit-popup .filter a.type-filter:first-child, .symbol-edit-popup .filter .exchange-filter:first-child { margin-left: 0; } .symbol-edit-popup .filter .exchange-filter { margin: 0; } .compare-widget, .addsymbol-widget { position: relative; } .compare-widget .symbol-edit-widget, .addsymbol-widget .symbol-edit-widget { margin: 0 0 10px; width: 300px; } .compare-widget .symbol-edit-widget input.symbol-edit, .addsymbol-widget .symbol-edit-widget input.symbol-edit { width: 265px; font-weight: normal; } .compare-widget .symbol-edit-widget input.symbol-edit:focus, .addsymbol-widget .symbol-edit-widget input.symbol-edit:focus { border-color: #4c82ce; } .compare-widget .close-button, .addsymbol-widget .close-button { position: absolute; right: 5px; top: 5px; } .compare-widget p, .addsymbol-widget p { margin: 0; color: #8B8C8E; font-weight: bold; } .compare-widget p.vspace { margin: 6px 0; } .compare-widget p.note { font-weight: normal; font-size: 11px; margin-top: 9px; } .compare-widget p.note a { display: inline-block; border-bottom: dashed 1px #007FB9; font-weight: bold; } .compare-widget .tab-arrow { position: absolute; left: 27px; top: -10px; } .compare-widget .tv-button { padding: 5px 18px 5px; color: #8B8C8E; } .compare-widget .predefine-section { float: left; margin: 0 10px 0 0; font-size: 12px; } .compare-widget .predefine-heading { text-transform: uppercase; color: #000; margin: 0 0 5px 3px; } .addsymbol-widget .opts-line, .compare-widget .predefine-line { color: #4c5151; } .addsymbol-widget .opts-line { margin: 5px 0; } .addsymbol-widget .opts-line label, .compare-widget .predefine-line label { position: relative; top: -2px; padding: 0 0 0 4px; } .header-chart-panel .button:hover, .symbol-edit-widget .button:hover { background: #fff; color: #68696b; } .header-chart-panel .button:active, .header-chart-panel .button.active, .header-chart-panel .button.active:hover, .symbol-edit-widget .button:active, .symbol-edit-widget .button.active, .save-load-buttons a:not(.link):active, .save-load-buttons .active, .save-load-buttons .active:hover, .hotlist-controls .button.active, .hotlist-controls .button:active, .ch-controls .button.active, .ch-controls .button:active { background: #f2f5f8 !important; color: #68696b; } .header-chart-panel .icon-container-toggle { width: 70px; margin: 0; } .header-chart-panel .icon-container-toggle a { height: 14px; } .header-chart-panel .button.no-last { border-top-right-radius: 0; border-bottom-right-radius: 0; } .header-chart-panel .button.no-first { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left: 0; } .is-mobile .favored-list-container { background: #b5b7ba; color: #ffffff; } .favored-list-container > span, .favored-list-container > div { vertical-align: top; } .favored-list-container > div { display: inline-block; } .favored-list-container span { display: inline-block; height: 14px; position: relative; vertical-align: top; color: #8b8c8e; font-size: 11px; font-weight: bold; background: #FFFFFF; border: 1px solid #c9cbcd; border-width: 1px 1px 1px 0; padding: 7px 12px 7px; cursor: default; } .is-mobile .favored-list-container span { padding: 15px 17px 11px; background: #b5b7ba; color: #ffffff; border: none; } .is-mobile .favored-list-container span:active, .is-mobile .favored-list-container span.active, .is-mobile .favored-list-container span.selected { background: #b5b7ba !important; color: #58c3e5; } .is-mobile .favored-list-container span:hover { background: #b5b7ba; color: #ffffff; } .is-mobile .favored-list-container span.disabled, .is-mobile .favored-list-container span.disabled:active, .is-mobile .favored-list-container span.disabled.active { color: #ddd; background: #c2c4c6 !important; } .favored-list-container span:active, .favored-list-container span.active, .favored-list-container span.selected { background: #f2f5f8 !important; color: #58c3e5; } .favored-list-container span:hover { background: #fff; color: #68696b; } .favored-list-container span.disabled, .favored-list-container span.disabled:active, .favored-list-container span.disabled.active { color: #ADAFB3; background: #F1F3F6 !important; border-color: #c9cbcd; box-shadow: none; } .favored-list-container .quick span:first-child { border-width: 1px; } .favored-list-container:not(.no-first) .favored-list-container .quick span:first-child { border-width: 1px; } .favored-list-container .quick span:last-child { border-right-style: dotted; } .is-mobile .favored-list-container .quick span:last-child { border-right: none; } .favored-list-container span.submenu { padding: 0; width: 20px; height: 28px; position: relative; } .is-mobile .favored-list-container span.submenu { width: 30px; height: 40px; } .favored-list-container span.submenu i { display: block; width: 9px; height: 5px; position: absolute; top: 12px; right: 6px; background: url("../../images/select-bg.png"); } .is-mobile .favored-list-container span.submenu i { background: #b5b7ba; background: url("../../images/mobile/select-bg.png"); width: 14px; height: 8px; top: 15px; right: 8px; } .is-mobile .favored-list-container span.submenu i:before { position: absolute; content: " "; width: 1px; height: 24px; background: #cbcdcf; top: -7px; left: -9px; } .is-mobile .favored-list-container span.submenu i.study-template-icon { background: url('../../images/mobile/icons.png') -21px -18px; } .is-mobile .favored-list-container span.submenu i.study-template-icon:before { display: none; } .button.iconed, .header-chart-panel .button.iconed { padding: 6px 10px 8px; } .header-chart-panel .button.disabled, .header-chart-panel .button.disabled:active, .header-chart-panel .button.disabled.active { background: #FFFFFF !important; border-color: #e5e4e4; box-shadow: none; } .header-chart-panel .button.disabled i { opacity: 0.5; } .button.iconed i { display: inline-block; width: 15px; height: 15px; background-image: url('../../images/icons.png'); } .button.undo i, .button.redo i { background-image: url('../../chart-client/css/images/undo-redo.png'); } .button.undo, .button.redo { z-index: 2; } .button.undo.disabled, .button.redo.disabled { z-index: 1; } .header-chart-panel .button.redo { left: -1px; } .button.redo i { background-position: -15px 0; } .button.fullscreen, .header-chart-panel .button.fullscreen { margin-left: 4px; padding: 5px 6px 9px; } .button.fullscreen i { width: 18px; height: 18px; background-position: -180px -100px; } .button.properties i { width: 17px; height: 17px; background-position: -160px -240px; } .button.properties:hover i, .button.properties.active i { background-position: -40px -340px; } .button.indicators i { width: 17px; height: 17px; background-position: -60px -420px; } .button.indicators:not(:only-child) { border-right: none; } .button.compare i { width: 17px; height: 17px; background-position: -120px -220px; } .button.script-editor i { width: 21px; height: 17px; background-position: -38px -420px; } .button.bars, .header-chart-panel .button.bars { padding: 3px 22px 8px 9px; } .button.bars i i, .chart-style-widget span i { display: inline-block; width: 19px; height: 19px; background: url('../../chart-client/css/images/bartype-icons.png'); } .favored-list.study-template-popup { width: 268px; } .favored-list.study-template-popup .item .title-expanded { width: 190px; } .favored-list-container.study-template-widget { float: left; } .favored-list-container.study-template-widget .submenu { border-left-style: dotted; border-left-width: 1px; } .is-mobile .favored-list-container.study-template-widget .submenu { border-left: none; } .favored-list-container.study-template-widget .quick > span { padding: 7px 4px 7px; } .favored-list-container.study-template-widget .quick > span i { display: block; background: url('../../images/icons.png') 0 -380px; width: 10px; margin-top: 1px; height: 10px; } .favored-list-container.study-template-widget .quick > span:first-child { border-left-width: 1px; } .favored-list-container.study-template-widget .quick > span:last-child { border-right-style: none; } .header-chart-panel .button.published-timeline { padding: 4px 7px 10px 7px; } .header-chart-panel .button.published-timeline i { width: 19px; height: 19px; background-position: -119px -340px; } .header-chart-panel .button.published-timeline:active i, .header-chart-panel .button.published-timeline.active i { background-position: -139px -340px; } .up-active { position: relative; } .charts-popup-list.chart-style-popup { width: 195px; } .charts-popup-list.chart-style-popup .item .title { width: 120px; } .chart-style-popup .item { padding: 7px 7px 6px 7px; height: 18px; } .chart-style-popup .item span.icon { width: 19px; height: 19px; margin-top: -1px; } .chart-style-popup .item.active span.icon { background-position-y: -19px !important; } .chart-style-widget span { padding: 4px 8px 10px; } .header-chart-panel .button.eotpro-button { color: #ffffff; background: #0071bc; border-color: #276b91; } .header-chart-panel .button.eotpro-button:hover { color: #eeeeee; background: #1088cb; } .header-chart-panel .button.eotpro-button:hover .arrow-icon { border-color: #eeeeee transparent transparent transparent; } .header-chart-panel .button.eotpro-button.active, .header-chart-panel .button.eotpro-button:active { color: #eeeeee; background: #1088cb !important; } .header-chart-panel .button.eotpro-button.active .arrow-icon, .header-chart-panel .button.eotpro-button:active .arrow-icon { border-color: #eeeeee transparent transparent transparent; } .header-chart-panel .button.eotpro-button .arrow-icon { width: 0px; height: 0px; border-style: solid; border-width: 5px 4.5px 0 4.5px; border-color: #ffffff transparent transparent transparent; } #footer-chart-panel { min-height: 28px; padding: 0 5px 5px 5px; background-color: #F1F3F6; position: relative; } .is-mobile #footer-chart-panel { padding: 6px 0; background-color: #FFF; } .is-mobile #footer-chart-panel .tools-group { float: left; } .is-mobile #footer-chart-panel .publish-buttons { margin-top: 8px; } .is-mobile #footer-chart-panel .publish-buttons a.getimage, .is-mobile #footer-chart-panel .publish-buttons a.tweetimage, .is-mobile #footer-chart-panel .publish-buttons a.stocktwitimage, .is-mobile #footer-chart-panel .publish-buttons a.publish-chart-button { margin-right: 30px; } .is-mobile #footer-chart-panel .publish-buttons a.getimage .icon, .is-mobile #footer-chart-panel .publish-buttons a.tweetimage .icon, .is-mobile #footer-chart-panel .publish-buttons a.stocktwitimage .icon, .is-mobile #footer-chart-panel .publish-buttons a.publish-chart-button .icon { background: url('../../images/mobile/icons.png') no-repeat; } .is-mobile #footer-chart-panel .publish-buttons a.getimage { width: 40px; height: 40px; border: 2px solid #91b521; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 22px; -webkit-background-clip: padding-box; -moz-border-radius: 22px; -moz-background-clip: padding; border-radius: 22px; background-clip: padding-box; background: #FFF; } .is-mobile #footer-chart-panel .publish-buttons a.getimage:hover, .is-mobile #footer-chart-panel .publish-buttons a.getimage:active, .is-mobile #footer-chart-panel .publish-buttons a.getimage.active, .is-mobile #footer-chart-panel .publish-buttons a.getimage.selected { background: #FFF; border: 2px solid #91b521; } .is-mobile #footer-chart-panel .publish-buttons a.getimage:not([disabled]), .is-mobile #footer-chart-panel .publish-buttons a.getimage:active:not([disabled]), .is-mobile #footer-chart-panel .publish-buttons a.getimage.active:not([disabled]) { background: #fff; } .is-mobile #footer-chart-panel .publish-buttons a.getimage .icon { top: 2px; width: 20px; height: 17px; background-position: 0 0; } .is-mobile #footer-chart-panel .publish-buttons a.tweetimage { width: 40px; height: 40px; border: 2px solid #f46f35; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 22px; -webkit-background-clip: padding-box; -moz-border-radius: 22px; -moz-background-clip: padding; border-radius: 22px; background-clip: padding-box; background: #FFF; } .is-mobile #footer-chart-panel .publish-buttons a.tweetimage:hover, .is-mobile #footer-chart-panel .publish-buttons a.tweetimage:active, .is-mobile #footer-chart-panel .publish-buttons a.tweetimage.active, .is-mobile #footer-chart-panel .publish-buttons a.tweetimage.selected { background: #FFF; border: 2px solid #f46f35; } .is-mobile #footer-chart-panel .publish-buttons a.tweetimage .icon { top: 2px; width: 20px; height: 17px; background-position: -20px 0; } .is-mobile #footer-chart-panel .publish-buttons a.stocktwitimage { width: 40px; height: 40px; border: 2px solid #af3b37; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 22px; -webkit-background-clip: padding-box; -moz-border-radius: 22px; -moz-background-clip: padding; border-radius: 22px; background-clip: padding-box; background: #FFF; } .is-mobile #footer-chart-panel .publish-buttons a.stocktwitimage:hover, .is-mobile #footer-chart-panel .publish-buttons a.stocktwitimage:active, .is-mobile #footer-chart-panel .publish-buttons a.stocktwitimage.active, .is-mobile #footer-chart-panel .publish-buttons a.stocktwitimage.selected { background: #FFF; border: 2px solid #af3b37; } .is-mobile #footer-chart-panel .publish-buttons a.stocktwitimage .icon { top: 1px; width: 20px; height: 17px; background-position: -40px 0; } .is-mobile #footer-chart-panel .publish-buttons a.publish-chart-button { padding-left: 3px; padding-right: 3px; width: 40px; height: 40px; border: 2px solid #00adce; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 22px; -webkit-background-clip: padding-box; -moz-border-radius: 22px; -moz-background-clip: padding; border-radius: 22px; background-clip: padding-box; background: #FFF; } .is-mobile #footer-chart-panel .publish-buttons a.publish-chart-button:hover, .is-mobile #footer-chart-panel .publish-buttons a.publish-chart-button:active, .is-mobile #footer-chart-panel .publish-buttons a.publish-chart-button.active, .is-mobile #footer-chart-panel .publish-buttons a.publish-chart-button.selected { background: #FFF; border: 2px solid #00adce; } .is-mobile #footer-chart-panel .publish-buttons a.publish-chart-button .icon { top: 1px; left: 3px; width: 24px; height: 17px; background-position: -60px 0; } table.footer-chart-panel-wrapper { height: 32px; border-collapse: collapse; } table.footer-chart-panel-wrapper td { padding: 0; vertical-align: top; } #footer-chart-panel a.publish-chart-button { cursor: default; background: #00b2d0; color: #fff; padding: 8px 14px 7px; font-size: 12px; font-weight: bold; float: left; height: 15px; margin: 0 0 0 7px; } #footer-chart-panel a.publish-chart-button.inprogress { background: #ffb03b; } #footer-chart-panel a.getimage, #footer-chart-panel a.tweetimage, #footer-chart-panel a.stocktwitimage { float: left; margin: 0 0 0 7px; position: relative; } a.getimage { padding: 8px 7px 7px; border: none; } a.getimage:not([disabled]), a.getimage:active:not([disabled]), a.getimage.active:not([disabled]) { background: #5cb888; } a.getimage .icon { width: 16px; height: 13px; background-position: -40px -240px; position: relative; top: -1px; } #footer-chart-panel a.tweetimage { padding: 8px 5px 7px; background: #00c9ff; } #footer-chart-panel a.tweetimage .icon { width: 20px; height: 16px; background-position: -120px -240px; position: relative; top: -1px; } #footer-chart-panel a.stocktwitimage { padding: 8px 5px 7px; background: #ae3836; } #footer-chart-panel a.stocktwitimage .icon { width: 22px; height: 14px; background-position: -140px -300px; } .icon-container, .icon-container-toggle, #footer-chart-panel .icon-container-select { float: right; margin: 0 5px 0 0; } .icon-container-add-space { margin-right: 10px; } .icon-container-extra-space { margin-right: 20px; } .icon-container a { cursor: default; padding: 4px 5px 3px; border: 1px solid #c9cbcd; border-right: none; float: left; height: 19px; background: url('../../images/button-bg.png') 0 0; text-align: center; color: #606060; font-size: 11px; font-weight: bold; } .icon-container a:hover { background: #fff; } .icon-container a:active { background: #f4f7f9; box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2); } .icon-container-toggle a { cursor: default; padding: 6px 0 5px; border: 1px solid #c9cbcd; border-right: none; float: left; height: 15px; background: url('../../images/button-bg.png') 0 0; text-align: center; color: #8b8c8e; font: bold 12px Calibri, Arial, sans-serif; width: 29px; text-decoration: none !important; } .icon-container-toggle a:hover { color: #68696b; background: #fff; } .icon-container-toggle a:active, .icon-container-toggle a.active { background: #f4f7f9; color: #68696b; border-color: #c9cbcd; box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2); } .icon-container-toggle a.active + a, .icon-container-toggle a:active + a { border-left-color: #c9cbcd; } .icon-container a img { vertical-align: baseline; } .icon-container .icon-right, .icon-container-toggle .icon-right { border-right: 1px solid #c9cbcd; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .icon-container .icon-left, .icon-container-toggle .icon-left { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .icon-container-toggle a.disabled, .icon-container-toggle a.disabled:hover, .icon-container-toggle a.disabled:active { color: #c0c0c0; background: #fff !important; box-shadow: none; } .icon-container .icon-individual { border-radius: 2px; border-right: 1px solid #c9cbcd; } .icon-container-toggle a:active, .icon-container-toggle a.active, .icon-container a:active { background: -moz-linear-gradient(top, #f2f7fa, #f4f7f9); background: -webkit-linear-gradient(top, #f2f7fa, #f4f7f9); background: -ms-linear-gradient(top, #f2f7fa, #f4f7f9); background: -o-linear-gradient(top, #f2f7fa, #f4f7f9); background: linear-gradient(top, #f2f7fa, #f4f7f9); } .load-charts-list { width: 145px; border: 1px solid #999; border-radius: 2px; padding: 1px; background: #fff; box-shadow: 0 1px 2px #BFBFBF; z-index: 10; overflow-y: auto; } .load-charts-list > div { padding: 4px 5px; color: #3e4040; cursor: default; } .load-charts-list > div:hover { background: #f4f7f9; } .load-charts-list > div.selected { background: #D1E1F8; } .load-charts-list > div div:first-child { font-weight: bold; } .load-charts-list > div div:last-child { font-size: 11px; } /* publish buttons */ .publish-buttons { float: right; } .publish-buttons .tv-button { border-width: 0; } /* SaveLoadWidget */ .save-load-buttons { margin: 0; float: left; } .save-load-buttons > span { display: block; float: left; height: 15px; max-width: 80px; border: 1px solid #c9cbcd; border-width: 1px 0 1px 1px; padding: 7px 12px 6px 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; /*background: #F9F9F9;*/ background: #FFFFFF; text-align: center; color: #8B8C8E; font-size: 11px; font-weight: bold; cursor: default; } .save-load-buttons > span:hover { color: #68696b; } .save-load-buttons > span:active, .save-load-buttons > span.active { background-color: #f4f7f9; } .save-load-buttons > span.first { border-left: 1px solid #c9cbcd; } .save-load-buttons > span.last { border-right: 1px solid #c9cbcd; } .save-load-buttons .save.titled, .save-load-buttons .copy.titled { border-right: 0; position: relative; padding-right: 15px; } .save-load-buttons .title.read-only { cursor: default; } .save-load-buttons .read-only { color: #8B8C8E; } .save-load-buttons .separator { display: none; width: 7px; height: 28px; position: absolute; top: 0; right: 0; background: url('../../images/save-load-separator-inv.png') 0 50% no-repeat; } .save-load-buttons .separator.clicked { background-position: -7px 50%; } .save-load-buttons .save.titled .separator, .save-load-buttons .copy.titled .separator { display: block; } .save-load-buttons .load { border-right: none; } .save-load-buttons .arrow-icon { display: inline-block; height: 5px; width: 9px; margin: 0 0 0 6px; padding-top: 1px; background: url("../../images/select-bg.png") repeat scroll 0 0 transparent; } .save-load-buttons .options .arrow-icon { margin: 0; } .save-load-buttons .options { padding-left: 3px; padding-right: 3px; } .save-load-buttons .active .arrow-icon { background-position: 0 -20px; } .save-load-buttons .title { position: relative; max-width: 136px; padding-left: 5px; padding-right: 5px; border-left: 0; background: #E6E6E6; cursor: pointer; } .save-load-buttons .title .sizer { display: block; min-width: 50px; height: 10px; visibility: hidden; margin: 0; padding: 0; border: none; font: bold 11px sans-serif; text-align: right; } .save-load-buttons input, .save-load-buttons .input { position: absolute; top: 7px; left: 5px; width: 50px; margin: 0; padding: 0; border: none; background: none; color: #737475; font: bold 11px sans-serif; text-align: left; cursor: pointer; } .save-load-buttons input:focus, .save-load-buttons .input:focus { color: #404040; /*width: 330px;*/ cursor: text; } .save-load-buttons .input { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .save-load-buttons .no-change { background: #E6E6E6; } .save-load-buttons .process, .save-load-buttons .no-change.process { background: url(../../images/bar-loader.gif) 0 0 repeat !important; box-shadow: none !important; } .layout-toggle-container { float: left; margin-right: 4px; } .layout-toggle-container .tv-button { padding: 0; width: 45px; height: 28px; position: relative; background: #fff; } .layout-toggle-container .tv-button:before { content: " "; position: absolute; top: 12px; right: 7px; width: 0px; height: 0px; border-style: solid; border-width: 5px 4.5px 0 4.5px; border-color: #8F9091 transparent transparent transparent; } .layout-toggle-container .tv-button.active:before { border-width: 0 4.5px 5px 4.5px; border-color: transparent transparent #81bde2 transparent; } .layout-toggle-container .tv-button i { position: absolute; width: 29px; height: 23px; top: 2px; left: 1px; background-image: url("../../images/bottomtoolbar/layout-buttons.png"); } .layout-widget { position: absolute; z-index: 120; border: 1px solid #c9cbcd; padding: 12px 12px 8px 12px; background: #fff; color: #4c5151; } .layout-widget .layout-button { display: inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 31px; height: 25px; border: 1px solid transparent; background-image: url("../../images/bottomtoolbar/layout-buttons.png"); cursor: pointer; } .layout-widget .layout-button.active { border-color: #c9cbcd; background-color: #f2f5f8; } .layout-widget .input-row { margin: 4px; } .layout-widget .input-row label { position: relative; top: -2px; padding: 0 0 0 4px; } a.add-custom-script-btn { cursor: pointer; } .tv-script-dialog { width: 600px; } .tv-script-dialog.ui-resizable { position: absolute; } .tv-script-dialog .ui-resizable-handle { background: transparent; } .tv-script-dialog .ui-resizable-n { width: 90%; height: 5px; top: -3px; left: 5%; } .tv-script-dialog .ui-resizable-e { width: 5px; height: 90%; top: 5%; right: -3px; } .tv-script-dialog .ui-resizable-s { width: 90%; height: 5px; bottom: -3px; left: 5%; } .tv-script-dialog .ui-resizable-w { width: 5px; height: 90%; top: 5%; left: -3px; } .tv-script-dialog .ui-resizable-ne { width: 5px; height: 5px; top: -3px; right: -3px; } .tv-script-dialog .ui-resizable-se { width: 5px; height: 5px; bottom: -3px; right: -3px; } .tv-script-dialog .ui-resizable-sw { width: 5px; height: 5px; bottom: -3px; left: -3px; } .tv-script-dialog .ui-resizable-nw { width: 5px; height: 5px; top: -3px; left: -3px; } .tv-script-dialog .modified-sign { display: none; } .tv-script-dialog .help { width: 15px; height: 15px; background: url("../../images/dialogs/study-help.png"); float: right; margin: 6px 5px 0 0; } .tv-script-dialog.readonly .hide-if-readonly { display: none; } .tv-script-dialog.tv-script-unsaved .hide-if-unsaved { display: none; } .tv-script-header { padding: 0 20px 18px; } .tv-script-header .tv-button { margin-left: 0; margin-right: 5px; border-bottom: 1px solid #c9cbcd; } .tv-script-header .tv-button:first-child { margin-left: 0px; } .tv-script-header .tv-button.tv-script-help-button { float: right; margin-right: 0; } .tv-script-header .tv-button.tv-script-actions { margin-left: 0; margin-right: 0; border-left: none; padding-left: 1px; padding-right: 1px; } .tv-script-header .tv-button.tv-script-actions .icon-dropdown { left: 0; } .tv-script-header .tv-button.tv-script-add-button { margin-left: 5px; } .tv-script-header .tv-button.tv-script-save-button { margin-right: 0; } .tv-script-header .tv-button.no-change { background: #E6E6E6; } .tv-script-header-title { padding: 10px 20px 10px 0; } .tv-script-header-title .editor-notice { position: absolute; font-size: 10px; line-height: 14px; right: 45px; top: 17px; } .tv-script-header-title .editor-notice em { color: #5cb888; } .tv-script-header-title .name-wrap { padding-top: 7px; height: 25px; margin-right: 120px; white-space: nowrap; } .tv-script-header-title .name-wrap .name { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 15px; line-height: 18px; font-weight: bold; } .tv-script-header-title .name-wrap .name i { color: #AAA; } .tv-script-header-title .name-wrap .modified-marker { display: none; color: crimson; } .tv-script-modified .tv-script-header-title .name-wrap .modified-marker { display: inline; } .name-wrap.empty .tv-script-header-title .name-wrap .modified-marker { display: none; } .tv-script-editor-container { position: relative; height: 250px; } .tv-script-editor-container #editor { margin: 0; position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .tv-script-console-container .tv-script-console-header { position: relative; height: 7px; width: 100%; border-top: 1px solid #c9cbcd; } .tv-script-console-container .tv-script-console-header .tv-script-console-toggle { position: absolute; left: 0; top: 0; width: 23px; height: 7px; cursor: pointer; border-right: 1px solid #c9cbcd; } .tv-script-console-container .tv-script-console-header .tv-script-console-toggle:hover .tv-script-console-icon { opacity: 0.8; } .tv-script-console-container .tv-script-console-header .tv-script-console-icon { position: absolute; left: 7px; top: 1px; background: url("../../images/select-bg.png") repeat scroll 0px 0px transparent; height: 5px; width: 9px; } .tv-script-console-container .tv-script-console-header .tv-script-console-resize { display: none; margin-left: 23px; height: 7px; background: transparent; cursor: ns-resize; } .tv-script-console-container.open .tv-script-console-header .tv-script-console-resize { display: block; } .tv-script-console-container.open .tv-script-console-header .tv-script-console-icon { background-position: 0px -20px; } .tv-script-console-container .tv-script-console-body { font-family: monospace; white-space: pre-wrap; padding: 5px; height: 50px; overflow-y: auto; word-wrap: break-word; position: relative; border-top: 1px solid #c9cbcd; } .tv-script-console-container .tv-script-console-body .error { color: red; } .tv-script-tooltip { background: #e8f2fb; background: rgba(232, 242, 251, 0.9); color: #41474d; border: 1px solid gray; padding: 1px; z-index: 1000; font-family: Verdana, Arial; font-size: 13px; white-space: pre-wrap; } .tv-script-tooltip .elem-title { color: black; font-size: 15px; font-weight: bold; } .tv-script-tooltip .section { color: black; font-weight: bold; } .tv-script-tooltip .mono { font-family: monospace; } .tv-script-tooltip .arg-name { font-weight: bold; font-family: monospace; } .tv-script-tooltip .arg-type { font-weight: bold; font-family: monospace; } .tv-script-reference { color: #41474d; padding: 1px; z-index: 1000; font-family: Verdana, Arial; font-size: 13px; white-space: pre-wrap; margin: 50px 50px 50px 50px; } .tv-script-reference .main-title { font-size: 25px; font-weight: bold; } .tv-script-reference .elem-title { font-size: 15px; font-weight: bold; } .tv-script-reference .section { font-weight: bold; } .tv-script-reference .mono { font-family: monospace; } .tv-script-reference .arg-name { font-weight: bold; font-family: monospace; } .tv-script-reference .arg-type { font-weight: bold; font-family: monospace; } .toc-contents-wrapper { position: fixed; top: 0px; height: 100%; width: 200px; padding-top: 60px; padding-bottom: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .toc-contents-wrapper .toc-contents-header { height: 35px; border: 1px solid #c9cbcd; border-bottom-width: 0px; line-height: 35px; padding: 0 8px; font-size: 15px; font-weight: bold; background: #ffffff; } .toc-contents-wrapper .toc-contents { overflow-y: auto; overflow-x: hidden; border: 1px solid #c9cbcd; overflow: auto; height: 100%; position: relative; } .toc-contents-wrapper .toc-contents .toc-contents-inner { position: relative; } .toc-contents-wrapper .toc-contents .toc-contents-inner a.toc-elem-title, .toc-contents-wrapper .toc-contents .toc-contents-inner a.toc-chap-title { display: block; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 4px 8px; border-bottom: 1px solid #c9cbcd; background: #ffffff; color: #5a5d66; cursor: pointer; } .toc-contents-wrapper .toc-contents .toc-contents-inner a.toc-elem-title:hover, .toc-contents-wrapper .toc-contents .toc-contents-inner a.toc-chap-title:hover { background: #edf0f3; } .toc-contents-wrapper .toc-contents .toc-contents-inner a.toc-chap-title { background-color: #ffffff; padding: 6px 8px; font-weight: bold; } .toc-contents-wrapper .toc-contents .toc-contents-inner a:last-child { broder-bottom: none; } .toc-description { margin-left: 200px; padding: 0 50px; } .toc-description .toc-description-header { height: 35px; line-height: 35px; font-size: 18px; font-weight: bold; } .toc-description .toc-elem-description { padding: 20px 25px; background: #f2f5f8; } .toc-description .toc-elem-description:last-child { padding-bottom: 0; } .toc-description .toc-elem-description:not(:last-child) { border-bottom: 1px solid #c9cbcd; } .toc-description .chap-title { margin-top: 25px; font-size: 16px; font-weight: bold; } /*border-color: @borderColor*/ /* #BABDC2 */ .tv-side-toolbar { background: #FFFFFF; width: 51px; color: #BABDC2; border-right: 1px solid #c9cbcd; } .is-mobile .tv-side-toolbar { width: auto; border-right: none; border-top: 1px solid #c9cbcd; width: 100%; } .is-mobile .tv-side-toolbar .tools-group { display: inline-block; margin: 3px 0 5px; } .is-mobile .tv-side-toolbar .tools-group .button { position: relative; display: inline-block; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; width: 40px; height: 40px; border: 2px solid #b5b7ba; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 22px; -webkit-background-clip: padding-box; -moz-border-radius: 22px; -moz-background-clip: padding; border-radius: 22px; background-clip: padding-box; background: #FFF; background: transparent; margin-left: 15px; margin-right: 15px; } .is-mobile .tv-side-toolbar .tools-group .button:hover, .is-mobile .tv-side-toolbar .tools-group .button:active, .is-mobile .tv-side-toolbar .tools-group .button.active { background: #FFF; } .is-mobile .tv-side-toolbar .tools-group .button:hover, .is-mobile .tv-side-toolbar .tools-group .button:active, .is-mobile .tv-side-toolbar .tools-group .button.active, .is-mobile .tv-side-toolbar .tools-group .button.selected { background: #FFF; border: 2px solid #b5b7ba; } .is-mobile .tv-side-toolbar .tools-group .button .main { top: 3px; left: 3px; margin: 0; border: none; background: transparent !important; } .is-mobile .tv-side-toolbar .tools-group .button .main .text-as-icon { left: 3.5px; top: 2px; } .is-mobile .tv-side-toolbar .tools-group .button .side { content: " "; position: absolute; visibility: visible; top: -12px; left: 16px; width: 0px; height: 0px; border-style: solid; border-width: 0 3px 3px 3px; border-color: transparent transparent #c9cbcd transparent; background: transparent; } .is-mobile .tv-side-toolbar .tools-group .button .side::-moz-focus-inner { border: 0; } .is-mobile .tv-side-toolbar .tools-group .button i { top: 3px; left: 7px; } .is-mobile .tv-side-toolbar .tools-group .button:hover i { top: 3px; left: 7px; } .charts-popup-list.main-menu-popup { margin-top: 0px; } .tv-side-toolbar .main-menu { display: block; width: 39px; height: 39px; margin: auto; background: url('../../images/small-logo.png') center center no-repeat; position: relative; cursor: pointer; } .tv-side-toolbar .main-menu:hover, .tv-side-toolbar .main-menu:active, .tv-side-toolbar .main-menu.active { background-color: #E3E5E8; } .tv-side-toolbar .main-menu.with-avatar { background: white; } /* notification counter */ .tv-side-toolbar .main-menu a { position: absolute; top: 0; right: 0; padding: 1px; background: #5091F7; color: white; font-size: 10px; font-weight: bold; text-align: center; z-index: 1; margin-top: 1px; margin-right: 1px; } /* with avatar */ .tv-side-toolbar .main-menu img { display: block; width: 39px; height: 39px; position: relative; top: 0px; left: 0px; } /* group */ .tv-side-toolbar .tools-group:not(:first-child):not(.no-delimiter):before { content: ""; display: block; width: 41px; height: 1px; position: relative; left: 0px; background: #CECFD1; } .is-mobile .tv-side-toolbar .tools-group:not(:first-child):not(.no-delimiter):before { width: 1px; height: 36px; position: absolute; top: 7px; } .tv-side-toolbar .tools-group.bottom-delimiter:after { content: ""; display: block; width: 41px; height: 1px; position: relative; left: 0px; /*bottom: -6px;*/ background: #CECFD1; } .tv-side-toolbar .tools-group { margin: 5px; position: relative; } .tv-side-toolbar .tools-group .button, .tv-side-toolbar .help-button, .properties-toolbar .tools-group .button { display: block; /*background: #46464E;*/ border: 1px solid transparent; cursor: default; } .tv-side-toolbar .tools-group .button { height: 30px; margin: 6px 0 0 0; position: relative; } .tv-side-toolbar .help-button-container { position: absolute; left: 0; bottom: 0; z-index: 1; height: 38px; width: 50px; background: #FFFFFF; } .tv-side-toolbar .help-button-container:before { content: ''; display: block; width: 100%; height: 5px; position: absolute; top: -5px; left: 0; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff)); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%); background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%); background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); } .tv-side-toolbar .help-button { margin: 4px 0 0 4px; width: 39px; height: 26px; } .tv-side-toolbar .tools-group .button .main { position: absolute; top: 0; left: 0; width: 30px; height: 30px; } .tv-side-toolbar .tools-group .button .main.text-as-icon { font-weight: bold; font-family: FontAwesome; padding-top: 7px; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #777; font-size: 19px; } .tv-side-toolbar .tools-group .button:hover .main.text-as-icon { color: #555555; } .tv-side-toolbar .tools-group .button.selected .main.text-as-icon { color: #5ec6e8; } .tv-side-toolbar .tools-group .button .side { position: absolute; top: 0; left: 30px; width: 8px; height: 30px; border-left: 1px dotted #B6B9BE; background: url('../../images/sidetoolbar/toolgroup.png') center center no-repeat; visibility: hidden; } .tv-side-toolbar .tools-group .button:hover, .tv-side-toolbar .tools-group .button:active, .tv-side-toolbar .tools-group .button.active, .tv-side-toolbar .tools-group .button.selected, .properties-toolbar .tools-group .button { background-color: #FFFFFF; border-color: #c9cbcd; } .tv-side-toolbar .tools-group .button:not(.subgroup):active, .tv-side-toolbar .tools-group .button:not(.subgroup).active, .tv-side-toolbar .tools-group .button:not(.subgroup).selected, .properties-toolbar .tools-group .button:active, .properties-toolbar .tools-group .button.active, .tv-side-toolbar .tools-group .button.selected .main, .tv-side-toolbar .tools-group .button:active .side, .tv-side-toolbar .tools-group .button.active .side { background-color: #F2F5F8; } .is-mobile .tv-side-toolbar .tools-group .button:not(.subgroup):active, .is-mobile .tv-side-toolbar .tools-group .button:not(.subgroup).active, .is-mobile .tv-side-toolbar .tools-group .button:not(.subgroup).selected, .is-mobile .properties-toolbar .tools-group .button:active, .is-mobile .properties-toolbar .tools-group .button.active, .is-mobile .tv-side-toolbar .tools-group .button.selected .main, .is-mobile .tv-side-toolbar .tools-group .button:active .side, .is-mobile .tv-side-toolbar .tools-group .button.active .side { background-color: transparent; } .tv-side-toolbar .tools-group .button:hover .side, .tv-side-toolbar .tools-group .button:active .side, .tv-side-toolbar .tools-group .button.active .side, .tv-side-toolbar .tools-group .button.selected .side { visibility: visible; } .tv-side-toolbar .tools-group .button.subgroup:hover:after, .tv-side-toolbar .tools-group .button.subgroup:active:after, .tv-side-toolbar .tools-group .button.subgroup.active:after, .tv-side-toolbar .tools-group .button.subgroup.selected:after { background-position: 0 -10px; } .tv-side-toolbar .tools-group .button i, .tv-side-toolbar .tools-group .button:hover i { display: block; width: 30px; height: 30px; position: absolute; top: 1px; left: 8px; background: url('../../images/sidetoolbar/instruments.png') no-repeat; } .tv-side-toolbar .tools-group .button.subgroup i, .tv-side-toolbar .tools-group .button.subgroup:hover i { position: absolute; left: 0px; top: 0px; } .tv-side-toolbar .help-button { background: url('../../images/help/help-icon-large.png') no-repeat center center #ffffff; } .tv-side-toolbar .help-button:hover, .tv-side-toolbar .help-button:active, .tv-side-toolbar .help-button.active { opacity: 0.8; } .tv-side-toolbar .tools-group .button.objects-tree i { background-position: -1px -2561px; } .tv-side-toolbar .tools-group .button.objects-tree:active i { background-position: -33px -2561px; } .tv-side-toolbar .tools-group .button.action:hover { background: #EFEFF2; border-color: #c9cbcd; } .tv-side-toolbar .label { display: block; margin: 10px 0 2px 0; font-size: 9px; text-align: center; color: #A1A2A4; cursor: default; } .tv-side-toolbar .tools-group .tvcolorpicker-widget { border-color: #BABDC2; margin: 0 7px 7px; } .tv-side-toolbar .tools-group.hide-square div:nth-child(1) span.square { display: none; } .tv-side-toolbar .slider { display: block; position: relative; left: 13px; width: 16px; height: 102px; } .tv-side-toolbar .slider i { display: block; width: 16px; height: 16px; border-radius: 8px; background: url('../../images/sidetoolbar/slider-control.png') no-repeat; cursor: pointer; z-index: 1; } .tv-side-toolbar .slider span { display: block; height: 79px; width: 14px; position: absolute; left: 1px; top: 8px; background: url('../../images/sidetoolbar/slider-bg.png') no-repeat; } .help-menu { position: absolute; padding: 1px; background: White; border: 1px solid #c9cbcd; z-index: 16; } .help-menu span { display: block; position: relative; color: #5A5D66; font-size: 13px; padding: 7px 24px; cursor: pointer; } .help-menu span.external:after { content: ''; position: absolute; top: 11px; right: 7px; width: 10px; height: 10px; background: url('../../images/external-link/ext-onwhite.png') no-repeat center right; } .help-menu span:hover { color: #414349; background-color: #f4f7f9; } .keyboard-help { width: 560px; } .keyboard-help:after, .keyboard-help > .column:nth-child(2n):after { content: ''; display: block; clear: both; } .keyboard-help > .column { float: left; width: 50%; } .keyboard-help > .column-chart { width: 290px; } .keyboard-help > .column-watch { width: 265px; } .keyboard-help h4 { margin: 0; } .keyboard-help p { line-height: 1.85; margin: 3px 0; } .keyboard-help kbd { font-size: 11px; border: 1px solid #777; padding: 2px 5px; -webkit-box-shadow: 0px 2px 0px #777; -moz-box-shadow: 0px 2px 0px #777; box-shadow: 0px 2px 0px #777; } .line-tool-icons-popup { width: 358px; font-size: 19px; } .line-tool-icons-popup .item { display: inline-block; padding: 7px; height: 19px; text-align: center; } .line-tool-icons-popup .item.active span { color: #5ec6e8; } .line-tool-icons-popup .item .title-expanded { width: 20px; height: 20px; } .widgetbar-wrap { top: 0; right: 0; position: absolute; height: 100%; } .widgetbar-place .widgetbar-wrap { position: fixed; z-index: 15; } .widgetbar-handle { position: absolute; top: 0; left: -3px; height: 100%; width: 5px; background: rgba(0, 0, 0, 0); cursor: ew-resize; } html.feature-touch .widgetbar-handle { left: -8px; width: 15px; } .widgetbar-tabs { position: absolute; height: 100%; width: 45px; right: 0; top: 0; background: #F1F3F6; } .widgetbar-tabscontrols { position: absolute; width: 100%; bottom: 0; } .widgetbar-tabscontrols-button { cursor: pointer; height: 34px; width: 34px; margin: auto; } .widgetbar-tabscontrols-button:hover { background: #eeeeee; } .widgetbar-minimizebutton .icon { height: 16px; width: 20px; margin: 9px 7px; background-position: -20px -360px; } .widgetbar-minimizebutton.minimized .icon { height: 16px; width: 20px; margin: 9px 7px; background-position: -40px -360px; } .widgetbar-configbutton .icon { width: 20px; height: 20px; margin: 7px; background-position: -60px -360px; } .layout-edit-mode .widgetbar-configbutton .icon { width: 22px; height: 19px; margin: 7px 6px; background-position: -175px -340px; } .layout-edit-mode .widgetbar-configbutton, .layout-edit-mode .widgetbar-minimizebutton { display: none; } .widgetbar-tab { cursor: pointer; position: relative; border-bottom: solid #C9CBCD 1px; background: #F1F3F6; padding: 16px 0; } .widgetbar-tab:hover, .widgetbar-tab.active { background: #FFFFFF; } .widgetbar-tab-spacer { height: 19px; background: #e7eaef; border-bottom: solid #C9CBCD 1px; } .widgetbar-newpage-button { cursor: pointer; position: relative; } .widgetbar-tab.active { cursor: default; } .widgetbar-newpage-button { display: none; } .layout-edit-mode .widgetbar-newpage-button { display: block; } .widgetbar-iconplace { display: block; position: relative; margin: 1px; padding: 6px 0; } .widgetbar-newpage-icon, .widgetbar-newwidget-icon, .widgetbar-delete-icon, .widgetbar-icon { display: block; margin: 0 auto; width: 21px; height: 21px; background: url('../../images/widget-icons.png') 0 0 no-repeat; } .widgetbar-icon.active { background-position: -21px 0; } .widgetbar-icon-watchlist { background-position: 0 -63px; } .widgetbar-icon-watchlist.active { background-position: -21px -63px; } .widgetbar-icon-hotlist { background-position: 0 -84px; } .widgetbar-icon-hotlist.active { background-position: -21px -84px; } .widgetbar-icon-detail { background-position: 0 -105px; } .widgetbar-icon-detail.active { background-position: -21px -105px; } .widgetbar-icon-news, .widgetbar-icon-news_yahoo { background-position: 0 -126px; } .widgetbar-icon-news.active, .widgetbar-icon-news_yahoo.active { background-position: -21px -126px; } .widgetbar-icon-chat { background-position: 0 -147px; } .widgetbar-icon-chat.active { background-position: -21px -147px; } .widgetbar-icon-messages { background-position: 0 -234px; } .widgetbar-icon-messages.active { background-position: -21px -234px; } .widgetbar-icon-news_stocktwits { background-position: 0 -168px; } .widgetbar-icon-news_stocktwits.active { background-position: -21px -168px; } .widgetbar-icon-news_fxwirepro { background-position: 0 -189px; } .widgetbar-icon-news_fxwirepro.active { background-position: -21px -189px; } .widgetbar-icon-news_futuresmag { background-position: 0 -210px; } .widgetbar-icon-news_futuresmag.active { background-position: -21px -210px; } .widgetbar-icon-calendar { background-position: 0 -334px; } .widgetbar-icon-calendar.active { background-position: -21px -334px; } .widgetpage-icon-group-base { width: 27px; height: 22px; background-position: 0 -234px; } .widgetbar-tab.active .widgetpage-icon-group-base { background-position: -27px -234px; } .widgetpage-icon-group-chat { width: 23px; background-position: 0 -261px; } .widgetbar-tab.active .widgetpage-icon-group-chat { background-position: -27px -261px; } .widgetpage-icon-group-hotlists { height: 23px; background-position: 0 -285px; } .widgetbar-tab.active .widgetpage-icon-group-hotlists { background-position: -27px -285px; } .widgetpage-icon-group-notifications { background-position: 0 -314px; } .widgetbar-tab.active .widgetpage-icon-group-notifications { background-position: -27px -314px; } .widgetpage-icon-group-calendar { height: 23px; background-position: 0 -336px; } .widgetbar-tab.active .widgetpage-icon-group-calendar { background-position: -27px -336px; } .widgetpage-icon-group-messages { width: 23px; background-position: 0 -365px; } .widgetbar-tab.active .widgetpage-icon-group-messages { background-position: -27px -365px; } .widgetpage-icon-group-datawindow { width: 23px; background-position: 0 -411px; } .widgetbar-tab.active .widgetpage-icon-group-datawindow { background-position: -27px -411px; } .widgetbar-newwidget-iconplace { cursor: pointer; display: none; position: relative; width: 13px; height: 13px; padding: 6px; border-radius: 12px; margin: 0 0 0 5px; } .layout-edit-mode .widgetbar-tab.active .widgetbar-newwidget-iconplace { display: block; } .widgetbar-newwidget-icon { display: block; height: 13px; width: 13px; background-position: -5px -26px; } .widgetbar-newpage-iconplace { position: relative; margin: 0 0 0 -1px; padding: 12px 7px; background: #39b978; display: block; } .widgetbar-newwidget-iconplace, .widgetbar-newpage-iconplace, .widgetbar-applybutton { background: #39b978; } .widgetbar-newpage-iconplace:hover, .widgetbar-newpage-iconplace.active, .widgetbar-newwidget-iconplace:hover, .widgetbar-newwidget-iconplace.active, .widgetbar-applybutton:hover { background: #4cbf85; } .widgetbar-newpage-icon { width: 23px; height: 23px; background-position: 0 -21px; } .widgetbar-delete { position: absolute; top: 3px; right: 3px; width: 28px; height: 19px; padding: 4px 0 5px 0; cursor: pointer; } .widgetbar-delete:hover { background: #dd6e5b; } .widgetbar-delete-icon { display: block; width: 16px; height: 19px; background-position: -26px -42px; margin: 0 auto; } .widgetbar-delete:hover .widgetbar-delete-icon { background-position: -26px -21px; } .widgetbar-notification-wrap { display: none; position: absolute; bottom: -1px; width: 100%; text-align: right; } .widgetbar-notification { display: inline-block; font-size: 12px; line-height: 15px; padding: 0 3px; min-width: 9px; border-radius: 3px; background: #e0745f; color: white; text-align: center; border: solid 1px white; } .widgetbar-pages { position: absolute; top: 0; right: 45px; height: 100%; background: #FFFFFF; border-left: solid #C9CBCD 1px; border-right: solid #c9cbcd 1px; } .widgetbar-pages.hidden { border-right: none; } .widgetbar-pages.hidden .widgetbar-pagescontent { display: none; } .widgetbar-pagescontent { height: 100%; overflow: hidden; } .widgetbar-pages.layered { box-shadow: rgba(0, 0, 0, 0.2) -3px 0 3px; } .widgetbar-page { display: none; height: 100%; } .widgetbar-page.active { display: block; } .widgetbar-widget { margin: 0 0 1px 0; position: relative; } .widgetbar-widgetheader { background: #F1F3F6; height: 34px; cursor: default; margin: 3px; -moz-box-sizing: border-box; box-sizing: border-box; } .widgetbar-headerspace { position: relative; float: right; overflow: hidden; padding: 2px 2px 0 0; } .widgetbar-widgetheader-icon { float: left; background: #e8ebed; height: 21px; width: 21px; margin: 7px 0 0 10px; background: url("../../images/widget-icons.png") 0 0 no-repeat; } .widgetbar-widgetbody { position: relative; overflow: hidden; } .widgetbar-widgetbody .widgetbody-overlay { position: absolute; top: 0; height: 100%; width: 100%; z-index: 5; background: rgba(255, 255, 255, 0.8); } .widgetbar-addwidgetpopup-itemtitle, .widgetbar-widgettitle { height: 15px; padding: 10px 0 9px 11px; white-space: nowrap; font-size: 13px; line-height: 15px; font-weight: bold; color: #5a5c62; } .widgetbar-widgettitle { overflow: hidden; text-overflow: ellipsis; } .widgetbar-widgethandle { display: none; position: absolute; height: 5px; top: -3px; left: 0; width: 100%; background: rgba(0, 0, 0, 0); } html.feature-touch .widgetbar-widgethandle { height: 15px; top: -8px; } .widgetbar-widgethandle, .widgetbar-page.widget-resize-mode, .widgetbar-page.widget-resize-mode * { cursor: ns-resize; } .widgetbar-widget + .widgetbar-widget .widgetbar-widgethandle { display: block; } .layout-move-mode .widgetbar-widget .widgetbar-widgethandle { display: none; } .layout-edit-mode .widgetbar-widgetbody { opacity: .2; } .layout-edit-mode .widgetbar-headerspace { display: none; } .widgetbar-tab-shield, .widgetbar-movemarker-self, .widgetbar-eventshield, .widgetbar-editshield { position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0); bottom: 0; right: 0; } .widgetbar-tab-shield, .widgetbar-editshield, .widgetbar-movemarker-self { display: none; } .widgetbar-tab-shield.highlighted, .widgetbar-movemarker-self { border: solid #52c3e7 2px; background: rgba(82, 195, 231, 0.2); } .layout-edit-mode .widgetbar-editshield { display: block; } .widgetbar-editshield.highlighted .widgetbar-movemarker-self { display: block; } .widgetbar-editshield-top, .widgetbar-editshield-bottom { display: none; position: absolute; z-index: 10; background: rgba(0, 0, 0, 0); } .widgetbar-editshield-top { top: 0; left: 0; right: 0; bottom: 50%; } .widgetbar-editshield-bottom { top: 50%; left: 0; right: 0; bottom: -1px; } .widgetbar-eventshield, .layout-move-mode .widgetbar-editshield-top, .layout-move-mode .widgetbar-editshield-bottom, .layout-move-mode .widgetbar-tab-shield { display: block; cursor: move; } .widgetbar-movemarker { display: none; position: absolute; left: 0; width: 100%; height: 3px; background: #52c3e7; } .widgetbar-movemarker-top { top: -2px; } .widgetbar-movemarker-bottom { bottom: -2px; } .widgetbar-movemarker:before, .widgetbar-movemarker:after { content: " "; position: absolute; height: 7px; top: -2px; width: 1px; background: #52c3e7; } .widgetbar-movemarker:before { left: 0; } .widgetbar-movemarker:after { right: 0; } .widgetbar-movemarker.highlighted { display: block; } .widgetbar-addwidgetpopup { position: absolute; z-index: 100; top: -1px; right: 38px; background: white; fill: white; border: solid #d6dadf 1px; stroke: #d6dadf; stroke-width: 1px; } .widgetbar-newwidget-iconplace .widgetbar-addwidgetpopup { right: 32px; top: -12px; } .widgetbar-addwidgetpopup-list { overflow: auto; } .widgetbar-addwidgetpopup-ear { position: absolute; width: 10px; height: 19px; top: 14px; right: -10px; } .widgetbar-addwidgetpopup-item { overflow: hidden; height: 21px; margin: 1px; cursor: pointer; padding: 8px 10px; } .widgetbar-addwidgetpopup-item:hover { background: #f2f5f8; } .widgetbar-addwidgetpopup-itemtitle { padding: 2px 0; margin: 0 3px 0 30px; min-width: 160px; } .widgetbar-addwidgetpopup-item .widgetbar-icon { float: left; } .widgetbar-editblock { display: none; position: absolute; width: 100%; left: 0; bottom: 0; background: #dee4ec; height: 50px; } .layout-edit-mode .widgetbar-editblock { display: block; } .widgetbar-applybutton, .widgetbar-applybutton:hover { cursor: pointer; display: block; height: 15px; color: white; font-size: 12px; line-height: 15px; padding: 8px 2px 7px 2px; text-align: center; text-transform: uppercase; margin: 10px; } /* == Here goes the rules that has no direct influence to widgetbar layout == */ .widgetbar-headerspace .button { padding-top: 5px; background-color: #fff; border: 1px #c9cbcd solid; font-size: 12px; line-height: 15px; width: 39px; height: 30px; float: left; display: block; position: relative; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; margin-left: 4px; } .widgetbar-headerspace .button.detach-chat { margin-left: 4px; } .widgetbar-headerspace .button.with-arrow:after { content: " "; width: 9px; height: 5px; display: inline-block; vertical-align: middle; background: url("../../images/select-bg.png") 0 0 no-repeat; margin: 0 0 0 4px; } .widgetbar-headerspace .button .icon-list { width: 18px; height: 14px; background-position: 0 -280px; } .widgetbar-headerspace .button:hover .icon-list, .widgetbar-headerspace .button.active .icon-list { background-position: 0 -360px; } .widgetbar-headerspace .button .icon-list-dots { height: 16px; width: 16px; background-image: url("../../images/sprites/base-sprite.png"); background-repeat: no-repeat; background-position: 0px -1436px; display: inline-block; position: relative; vertical-align: middle; overflow: hidden; margin-right: 2px; } .widgetbar-headerspace .button:hover .icon-list-dots, .widgetbar-headerspace .button.active .icon-list-dots { height: 16px; width: 16px; background-image: url("../../images/sprites/base-sprite.png"); background-repeat: no-repeat; background-position: 0px -1462px; display: inline-block; position: relative; vertical-align: middle; overflow: hidden; } .widgetbar-headerspace .button .icon-config { width: 17px; height: 17px; background-position: -160px -240px; } .widgetbar-headerspace .button:hover .icon-config, .widgetbar-headerspace .button.active .icon-config { background-position: -40px -340px; } .widgetbar-headerspace .button .icon-mentions { width: 17px; height: 17px; background-position: -80px -400px; } .widgetbar-headerspace .button .icon-detach { width: 10px; height: 10px; margin: 3px 0 2px 0; background-position: -140px -140px; } .widgetbar-headerspace .button:hover .icon-detach, .widgetbar-headerspace .button.active .icon-detach { background-position: -140px -150px; } .widgetbar-headerspace .button .icon-plus { width: 16px; height: 14px; left: 0; margin: 1px 0 0; background-position: -179px -162px; } .widgetbar-headerspace .button:hover .icon-plus, .widgetbar-headerspace .button.active .icon-plus { background-position: 1px -162px; } .widgetbar-headerspace .button .icon-phone { width: 20px; height: 20px; left: 0; margin: -1px 0 0; background-position: -80px -380px; } .widgetbar-headerspace .button:hover .icon-phone, .widgetbar-headerspace .button.active .icon-phone { background-position: -60px -380px; } .widgetbar-headerspace .button .icon-hangup { width: 20px; height: 20px; left: 0; margin: -1px 0 0; background-position: -40px -380px; } .widgetbar-headerspace .button:hover .icon-hangup, .widgetbar-headerspace .button.active .icon-hangup { background-position: -20px -380px; } .widgetbar-headerspace .button .icon-members { width: 15px; height: 15px; background-position: -158px -20px; } .widgetbar-headerspace .button:hover .icon-members, .widgetbar-headerspace .button.active .icon-members { background-position: -158 -20px; } .widgetbar-headerspace .button.active { background-color: #e4e4e4 !important; } .wizard-tooltip, .wizard-tooltip-triangle { position: absolute; z-index: 16; display: none; } .wizard-tooltip a, .wizard-tooltip-triangle a { color: #8bd1f1; } .wizard-tooltip a:hover, .wizard-tooltip-triangle a:hover { color: #9dd8f3; } .wizard-tooltip a:active, .wizard-tooltip-triangle a:active { color: #afdff5; } .wizard-tooltip-triangle { content: ""; top: 0; left: 0; border-width: 0; border-style: solid; } .wizard-tooltip-triangle.up { border-width: 0 15px 15px 15px; border-color: rgba(0, 0, 0, 0.75) transparent; } .wizard-tooltip-triangle.down { border-width: 15px 15px 0 15px; border-color: rgba(0, 0, 0, 0.75) transparent; } .wizard-tooltip-triangle.left { border-width: 15px 15px 15px 0; border-color: transparent rgba(0, 0, 0, 0.75); } .wizard-tooltip-triangle.right { border-width: 15px 0 15px 15px; border-color: transparent rgba(0, 0, 0, 0.75); } .wizard-tooltip { background-color: rgba(0, 0, 0, 0.75); color: #E5E5E5; padding: 15px 20px; max-width: 500px; min-width: 300px; font-size: 14px; } .wizard-tooltip .wizard-tooltip-stop { position: absolute; top: 12px; right: 12px; width: 13px; height: 13px; border: none; cursor: pointer; background: url('../../images/icons.png') -142px -363px; } .wizard-tooltip .wizard-tooltip-stop:hover { opacity: 0.8; } .wizard-tooltip .wizard-tooltip-description { margin-right: 10px; line-height: 1.4; color: rgba(255, 255, 255, 0.75); } .wizard-tooltip .wizard-tooltip-description h1, .wizard-tooltip .wizard-tooltip-description h2, .wizard-tooltip .wizard-tooltip-description h3, .wizard-tooltip .wizard-tooltip-description h4, .wizard-tooltip .wizard-tooltip-description h5, .wizard-tooltip .wizard-tooltip-description h6 { margin-top: 5px; } .wizard-tooltip .wizard-tooltip-footer { height: 28px; margin-top: 25px; } .wizard-tooltip .wizard-tooltip-footer .wizard-tooltip-counter { float: left; line-height: 29px; font-size: 10px; } .wizard-tooltip .wizard-tooltip-footer .wizard-tooltip-btn { cursor: pointer; display: inline-block; width: 75px; height: 28px; line-height: 29px; background: #1fb2cc; text-align: center; } .wizard-tooltip .wizard-tooltip-footer .wizard-tooltip-btn + .wizard-tooltip-btn { margin-left: 7px; } .wizard-tooltip .wizard-tooltip-footer .wizard-tooltip-btn:hover { background: #1fbad3; } .wizard-tooltip .wizard-tooltip-footer .wizard-tooltip-btn:active { background: #30cce6; } .wizard-tooltip .wizard-tooltip-footer .wizard-tooltip-btn.close, .wizard-tooltip .wizard-tooltip-footer .wizard-tooltip-btn.skip, .wizard-tooltip .wizard-tooltip-footer .wizard-tooltip-btn.start { display: none; } .wizard-tooltip .wizard-tooltip-footer .wizard-tooltip-btn.prev, .wizard-tooltip .wizard-tooltip-footer .wizard-tooltip-btn.next { display: inline-block; } .wizard-tooltip .wizard-tooltip-footer .wizard-tooltip-btn-group { float: right; } .wizard-tooltip.introduction .wizard-tooltip-footer .wizard-tooltip-counter { display: none; } .wizard-tooltip.introduction .wizard-tooltip-footer .wizard-tooltip-btn.prev, .wizard-tooltip.introduction .wizard-tooltip-footer .wizard-tooltip-btn.next { display: none; } .wizard-tooltip.introduction .wizard-tooltip-footer .wizard-tooltip-btn.skip, .wizard-tooltip.introduction .wizard-tooltip-footer .wizard-tooltip-btn.start { display: inline-block; } .wizard-tooltip.first .wizard-tooltip-footer .wizard-tooltip-btn.prev, .wizard-tooltip.last .wizard-tooltip-footer .wizard-tooltip-btn.next { display: none; } .wizard-tooltip.last .wizard-tooltip-footer .wizard-tooltip-btn.close { display: inline-block; } .properties-toolbar { position: absolute; top: 70px; left: 40%; height: 39px; z-index: 15; background: #FFFFFF; border: 1px solid #c9cbcd; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); } .properties-toolbar:after { clear: both; display: table; content: ""; } .properties-toolbar > div, .properties-toolbar .tools-group { display: inline-block; float: left; } .properties-toolbar > div > div, .properties-toolbar .tools-group > div, .properties-toolbar > div > input, .properties-toolbar .tools-group > input { display: inline-block; float: left; } .properties-toolbar .tools-group { position: relative; height: 27px; padding: 6px 3px; } .properties-toolbar .tools-group > div, .properties-toolbar .tools-group > span, .properties-toolbar .tools-group > a, .properties-toolbar .tools-group > .colorpicker-widget { margin-right: 3px; } .properties-toolbar .tools-group.properties-tools-group > div, .properties-toolbar .tools-group.properties-tools-group > span, .properties-toolbar .tools-group.properties-tools-group > a, .properties-toolbar .tools-group.properties-tools-group > .colorpicker-widget { margin-right: -1px; } .properties-toolbar .tools-group.properties-tools-group > div:last-child, .properties-toolbar .tools-group.properties-tools-group > span:last-child, .properties-toolbar .tools-group.properties-tools-group > a:last-child, .properties-toolbar .tools-group.properties-tools-group > .colorpicker-widget:last-child { margin-right: 3px; } .properties-toolbar .tools-group.properties-tools-group .divider { height: 27px; width: 5px; } .properties-toolbar .tools-group .button { width: 36px; height: 25px; display: inline-block; position: relative; } .properties-toolbar .tools-group .button.with-arrow { width: 40px; } .properties-toolbar .tools-group .button.with-arrow:after { position: relative; top: 14px; left: 30px; content: " "; width: 0px; height: 0px; border-style: solid; border-width: 2px 2px 0 2px; border-color: #707275 transparent transparent transparent; border-style: inset; } .properties-toolbar .tools-group .button.active:after, .properties-toolbar .tools-group .button:active:after, .properties-toolbar .tools-group .button:focus:after { border-color: #00c3e6 transparent transparent transparent; } .properties-toolbar .tools-group .colorpicker-widget { border-color: #c9cbcd; width: 40px; height: 25px; cursor: default; } .properties-toolbar .tools-group .colorpicker-widget[class*="icon-"] { background-image: url('../../images/linetool-properties/colorpicker-icons.png'); } .properties-toolbar .tools-group .custom-select .switcher { padding: 0px; width: 40px; min-width: 40px; background-color: #FFFFFF; } .properties-toolbar .tools-group .custom-select .switcher .title { width: 40px; height: 25px; padding: 0; } .properties-toolbar .tools-group .custom-select .switcher .icon { position: absolute; right: 9px; top: 12px; content: " "; width: 0px; height: 0px; border-style: solid; border-width: 2px 2px 0 2px; border-color: #707275 transparent transparent transparent; border-style: inset; } .properties-toolbar .tools-group .custom-select .switcher:active .icon, .properties-toolbar .tools-group .custom-select .switcher:active .icon { border-color: #00c3e6 transparent transparent transparent; } .properties-toolbar .tools-group .custom-select .items { padding: 6px 5px; width: auto; } .properties-toolbar .tools-group .custom-select .items span { display: inline-block; } .properties-toolbar .tools-group .custom-select .items .item { padding: 0; display: inline-block; height: 25px; } .properties-toolbar .tools-group .custom-select .items .item.selected { border: 1px solid #c9cbcd; } .properties-toolbar .tools-group .custom-select .combobox-icon { display: inline-block; width: 32px; height: 25px; } .properties-toolbar .drag-handler { height: 39px; width: 16px; position: relative; } .properties-toolbar .drag-handler i { margin: 7px; position: absolute; width: 6px; height: 26px; background-image: url('../../images/linetool-properties/drag-handle-bg.png'); } .properties-toolbar [class*="icon-"] { background-image: url('../../images/linetool-properties/icons.png'); } .properties-toolbar [class*="icon-"].icon-pencil { background-position: 0 0px; } .properties-toolbar [class*="icon-"].icon-bucket { background-position: 0 -25px; } .properties-toolbar [class*="icon-"].icon-font { background-position: 0 -50px; } .properties-toolbar [class*="icon-"].icon-list { background-position: 0 -75px; } .properties-toolbar [class*="icon-"].icon-line { background-position: 0 -100px; } .properties-toolbar [class*="icon-"].icon-line-left-arrow { background-position: 0 -125px; } .properties-toolbar [class*="icon-"].icon-line-right-arrow { background-position: 0 -150px; } .properties-toolbar [class*="icon-"].icon-line-two-arrow { background-position: 0 -175px; } .properties-toolbar [class*="icon-"].icon-ray-left { background-position: 0 -200px; } .properties-toolbar [class*="icon-"].icon-ray-right { background-position: 0 -225px; } .properties-toolbar [class*="icon-"].icon-ray-segment { background-position: 0 -250px; } .properties-toolbar [class*="icon-"].icon-line-dashed { background-position: 0 -275px; } .properties-toolbar [class*="icon-"].icon-line-dotted { background-position: 0 -300px; } .properties-toolbar [class*="icon-"].icon-line-width-1 { background-position: 0 -100px; } .properties-toolbar [class*="icon-"].icon-line-width-2 { background-position: 0 -325px; } .properties-toolbar [class*="icon-"].icon-line-width-3 { background-position: 0 -350px; } .properties-toolbar [class*="icon-"].icon-line-width-4 { background-position: 0 -375px; } .properties-toolbar [class*="icon-"].icon-settings { background-position: 0 -400px; } .properties-toolbar [class*="icon-"].icon-clone { background-position: 0 -425px; } .properties-toolbar [class*="icon-"].icon-remove { background-position: 0 -450px; } .properties-toolbar [class*="icon-"].icon-hide { background-position: 0 -475px; } .properties-toolbar [class*="icon-"].active.icon-pencil, .properties-toolbar [class*="icon-"]:active.icon-pencil, .properties-toolbar [class*="icon-"]:focus.icon-pencil { background-position: -40px 0px; } .properties-toolbar [class*="icon-"].active.icon-bucket, .properties-toolbar [class*="icon-"]:active.icon-bucket, .properties-toolbar [class*="icon-"]:focus.icon-bucket { background-position: -40px -25px; } .properties-toolbar [class*="icon-"].active.icon-font, .properties-toolbar [class*="icon-"]:active.icon-font, .properties-toolbar [class*="icon-"]:focus.icon-font { background-position: -40px -50px; } .properties-toolbar [class*="icon-"].active.icon-list, .properties-toolbar [class*="icon-"]:active.icon-list, .properties-toolbar [class*="icon-"]:focus.icon-list { background-position: -40px -75px; } .properties-toolbar [class*="icon-"].active.icon-line, .properties-toolbar [class*="icon-"]:active.icon-line, .properties-toolbar [class*="icon-"]:focus.icon-line { background-position: -40px -100px; } .properties-toolbar [class*="icon-"].active.icon-line-left-arrow, .properties-toolbar [class*="icon-"]:active.icon-line-left-arrow, .properties-toolbar [class*="icon-"]:focus.icon-line-left-arrow { background-position: -40px -125px; } .properties-toolbar [class*="icon-"].active.icon-line-right-arrow, .properties-toolbar [class*="icon-"]:active.icon-line-right-arrow, .properties-toolbar [class*="icon-"]:focus.icon-line-right-arrow { background-position: -40px -150px; } .properties-toolbar [class*="icon-"].active.icon-line-two-arrow, .properties-toolbar [class*="icon-"]:active.icon-line-two-arrow, .properties-toolbar [class*="icon-"]:focus.icon-line-two-arrow { background-position: -40px -175px; } .properties-toolbar [class*="icon-"].active.icon-ray-left, .properties-toolbar [class*="icon-"]:active.icon-ray-left, .properties-toolbar [class*="icon-"]:focus.icon-ray-left { background-position: -40px -200px; } .properties-toolbar [class*="icon-"].active.icon-ray-right, .properties-toolbar [class*="icon-"]:active.icon-ray-right, .properties-toolbar [class*="icon-"]:focus.icon-ray-right { background-position: -40px -225px; } .properties-toolbar [class*="icon-"].active.icon-ray-segment, .properties-toolbar [class*="icon-"]:active.icon-ray-segment, .properties-toolbar [class*="icon-"]:focus.icon-ray-segment { background-position: -40px -250px; } .properties-toolbar [class*="icon-"].active.icon-line-dashed, .properties-toolbar [class*="icon-"]:active.icon-line-dashed, .properties-toolbar [class*="icon-"]:focus.icon-line-dashed { background-position: -40px -275px; } .properties-toolbar [class*="icon-"].active.icon-line-dotted, .properties-toolbar [class*="icon-"]:active.icon-line-dotted, .properties-toolbar [class*="icon-"]:focus.icon-line-dotted { background-position: -40px -300px; } .properties-toolbar [class*="icon-"].active.icon-line-width-1, .properties-toolbar [class*="icon-"]:active.icon-line-width-1, .properties-toolbar [class*="icon-"]:focus.icon-line-width-1 { background-position: -40px -100px; } .properties-toolbar [class*="icon-"].active.icon-line-width-2, .properties-toolbar [class*="icon-"]:active.icon-line-width-2, .properties-toolbar [class*="icon-"]:focus.icon-line-width-2 { background-position: -40px -325px; } .properties-toolbar [class*="icon-"].active.icon-line-width-3, .properties-toolbar [class*="icon-"]:active.icon-line-width-3, .properties-toolbar [class*="icon-"]:focus.icon-line-width-3 { background-position: -40px -350px; } .properties-toolbar [class*="icon-"].active.icon-line-width-4, .properties-toolbar [class*="icon-"]:active.icon-line-width-4, .properties-toolbar [class*="icon-"]:focus.icon-line-width-4 { background-position: -40px -375px; } .properties-toolbar [class*="icon-"].active.icon-settings, .properties-toolbar [class*="icon-"]:active.icon-settings, .properties-toolbar [class*="icon-"]:focus.icon-settings { background-position: -40px -400px; } .properties-toolbar [class*="icon-"].active.icon-clone, .properties-toolbar [class*="icon-"]:active.icon-clone, .properties-toolbar [class*="icon-"]:focus.icon-clone { background-position: -40px -425px; } .properties-toolbar [class*="icon-"].active.icon-remove, .properties-toolbar [class*="icon-"]:active.icon-remove, .properties-toolbar [class*="icon-"]:focus.icon-remove { background-position: -40px -450px; } .properties-toolbar [class*="icon-"].active.icon-hide, .properties-toolbar [class*="icon-"]:active.icon-hide, .properties-toolbar [class*="icon-"]:focus.icon-hide { background-position: -40px -475px; } .properties-toolbar .active [class*="icon-"].icon-pencil, .properties-toolbar .selected [class*="icon-"].icon-pencil { background-position: -40px 0px; } .properties-toolbar .active [class*="icon-"].icon-bucket, .properties-toolbar .selected [class*="icon-"].icon-bucket { background-position: -40px -25px; } .properties-toolbar .active [class*="icon-"].icon-font, .properties-toolbar .selected [class*="icon-"].icon-font { background-position: -40px -50px; } .properties-toolbar .active [class*="icon-"].icon-list, .properties-toolbar .selected [class*="icon-"].icon-list { background-position: -40px -75px; } .properties-toolbar .active [class*="icon-"].icon-line, .properties-toolbar .selected [class*="icon-"].icon-line { background-position: -40px -100px; } .properties-toolbar .active [class*="icon-"].icon-line-left-arrow, .properties-toolbar .selected [class*="icon-"].icon-line-left-arrow { background-position: -40px -125px; } .properties-toolbar .active [class*="icon-"].icon-line-right-arrow, .properties-toolbar .selected [class*="icon-"].icon-line-right-arrow { background-position: -40px -150px; } .properties-toolbar .active [class*="icon-"].icon-line-two-arrow, .properties-toolbar .selected [class*="icon-"].icon-line-two-arrow { background-position: -40px -175px; } .properties-toolbar .active [class*="icon-"].icon-ray-left, .properties-toolbar .selected [class*="icon-"].icon-ray-left { background-position: -40px -200px; } .properties-toolbar .active [class*="icon-"].icon-ray-right, .properties-toolbar .selected [class*="icon-"].icon-ray-right { background-position: -40px -225px; } .properties-toolbar .active [class*="icon-"].icon-ray-segment, .properties-toolbar .selected [class*="icon-"].icon-ray-segment { background-position: -40px -250px; } .properties-toolbar .active [class*="icon-"].icon-line-dashed, .properties-toolbar .selected [class*="icon-"].icon-line-dashed { background-position: -40px -275px; } .properties-toolbar .active [class*="icon-"].icon-line-dotted, .properties-toolbar .selected [class*="icon-"].icon-line-dotted { background-position: -40px -300px; } .properties-toolbar .active [class*="icon-"].icon-line-width-1, .properties-toolbar .selected [class*="icon-"].icon-line-width-1 { background-position: -40px -100px; } .properties-toolbar .active [class*="icon-"].icon-line-width-2, .properties-toolbar .selected [class*="icon-"].icon-line-width-2 { background-position: -40px -325px; } .properties-toolbar .active [class*="icon-"].icon-line-width-3, .properties-toolbar .selected [class*="icon-"].icon-line-width-3 { background-position: -40px -350px; } .properties-toolbar .active [class*="icon-"].icon-line-width-4, .properties-toolbar .selected [class*="icon-"].icon-line-width-4 { background-position: -40px -375px; } .properties-toolbar .active [class*="icon-"].icon-settings, .properties-toolbar .selected [class*="icon-"].icon-settings { background-position: -40px -400px; } .properties-toolbar .active [class*="icon-"].icon-clone, .properties-toolbar .selected [class*="icon-"].icon-clone { background-position: -40px -425px; } .properties-toolbar .active [class*="icon-"].icon-remove, .properties-toolbar .selected [class*="icon-"].icon-remove { background-position: -40px -450px; } .properties-toolbar .active [class*="icon-"].icon-hide, .properties-toolbar .selected [class*="icon-"].icon-hide { background-position: -40px -475px; } .mini-widget { overflow: hidden; color: #5B5E61; background-color: White; } .tv-mediumwidget { background-color: White; overflow: hidden; } #miniwidget .tabs, .tv-mediumwidget .tv-mediumwidget-labels { border-bottom: 1px solid #dde1e6; } .mini-widget .tab, .tv-mediumwidget .tv-mediumwidget-label { margin: 1px 1px 0 1px; padding: 8px 10px; display: inline-block; cursor: pointer; font-size: 11px; font-weight: bold; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } .mini-widget .tab.active, .tv-mediumwidget .tv-mediumwidget-label.active { margin: 0 0 -1px 0; border-style: solid; border-color: #dde1e6; border-bottom-color: White; border-width: 1px 1px 1px 1px; } .mini-widget .tab.active a, .tv-mediumwidget .tv-mediumwidget-label a { color: #5B5E61; } .tv-mediumwidget .footer, .mini-widget .footer { padding: 6px 8px; font-size: 11px; text-align: right; } .tv-mediumwidget .footer .fade, .mini-widget .footer .fade { color: #B4B4B4; } .mini-widget .graph { overflow: hidden; border-left: 1px solid #dde1e6; border-right: 1px solid #dde1e6; border-bottom: none; } .mini-widget .graph > div { height: 100%; } .mini-widget .divider { display: block; height: 5px; border-left: 1px solid #dde1e6; border-right: 1px solid #dde1e6; } .mini-widget .pages { overflow-y: auto; overflow-x: hidden; border-left: 1px solid #dde1e6; border-right: 1px solid #dde1e6; } .mini-widget .pages table { width: 100%; border-collapse: collapse; position: relative; border-spacing: 10px; } .mini-widget .pages table .ticker { font-size: 14px; overflow: hidden; background-color: white; } .mini-widget .pages table .ticker.active { background-color: #edf0f3; } .mini-widget .pages table .ticker td { position: relative; border-bottom: 1px solid #e5e4e4; cursor: default; text-align: center; padding: 6px 0; } .mini-widget .pages table .ticker td.symbol-short-name-container { width: 35%; padding-left: 12px; text-align: left; } .mini-widget .pages table .ticker td.symbol-last { width: 25%; text-align: center; } .mini-widget .pages table .ticker td.symbol-change { width: 20%; text-align: right; } .mini-widget .pages table .ticker td.symbol-change-pt { width: 20%; padding-right: 2px; text-align: right; } .mini-widget .footer { overflow: hidden; border-left: 1px solid #dde1e6; border-right: 1px solid #dde1e6; border-bottom: 1px solid #dde1e6; } .tv-mediumwidget { color: #26282f; } .tv-mediumwidget .tv-mediumwidget-pages { border-left: 1px solid #e5e4e4; border-right: 1px solid #e5e4e4; } .tv-mediumwidget .tv-mediumwidget-pages .tv-mediumwidget-page { display: none; } .tv-mediumwidget .tv-mediumwidget-pages .tv-mediumwidget-page.active { display: block; } .tv-mediumwidget .footer { border: 1px solid #e5e4e4; border-top: none; } .tv-mediumwidget .ticker-fundamental-container { width: 100%; } .tv-mediumwidget .ticker-fundamental-container .fundamentals-cell { vertical-align: top; } .tv-mediumwidget .tv-mediumwidget-ticker, .tv-mediumwidget .tv-mediumwidget-fundamentals { height: 97px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 15px 15px 0 15px; position: relative; } .tv-mediumwidget .tv-mediumwidget-ticker { white-space: nowrap; } .tv-mediumwidget .tv-mediumwidget-ticker .symbol-ticker-name { vertical-align: top; } .tv-mediumwidget .tv-mediumwidget-ticker .symbol-ticker-value { vertical-align: bottom; white-space: nowrap; } .tv-mediumwidget .tv-mediumwidget-ticker .symbol-short-name, .tv-mediumwidget .tv-mediumwidget-ticker .symbol-short-name-container { font-size: 22px; text-transform: uppercase; } .tv-mediumwidget .tv-mediumwidget-ticker .symbol-last { display: inline-block; font-size: 28px; font-weight: bold; margin-right: 5px; padding: 0; } .tv-mediumwidget .tv-mediumwidget-ticker .symbol-change-container { white-space: nowrap; display: inline-block; } .tv-mediumwidget .tv-mediumwidget-ticker .symbol-change, .tv-mediumwidget .tv-mediumwidget-ticker .symbol-change-pt { display: inline-block; font-weight: bold; font-size: 18px; } .tv-mediumwidget .tv-mediumwidget-ticker .symbol-change-pt { margin-left: 5px; } .tv-mediumwidget .tv-mediumwidget-ticker .symbol-description-name, .tv-mediumwidget .tv-mediumwidget-ticker .symbol-industry-sector-container { font-size: 11px; color: #787878; } .tv-mediumwidget .tv-mediumwidget-fundamentals { min-width: 210px; } .tv-mediumwidget .tv-mediumwidget-fundamentals table { width: 100%; border: 0px; border-collapse: collapse; /* cellspacing="0" */ } .tv-mediumwidget .tv-mediumwidget-fundamentals table td { padding: 8px 0; } .tv-mediumwidget .tv-mediumwidget-fundamentals table td.fundamental-name { width: 24%; border-bottom: 1px solid #e5e4e4; text-align: left; color: #878c94; padding-right: 5px; } .tv-mediumwidget .tv-mediumwidget-fundamentals table td.fundamental-value { width: 24%; border-bottom: 1px solid #e5e4e4; text-align: right; } .tv-mediumwidget .tv-mediumwidget-fundamentals table td.fundamental-divider { width: 4%; min-width: 20px; } .tv-mediumwidget .tv-mediumwidget-fundamentals table tr:first-child td { padding-top: 0; } .tv-mediumwidget .tv-mediumwidget-fundamentals table tr:last-child td.fundamental-name, .tv-mediumwidget .tv-mediumwidget-fundamentals table tr:last-child td.fundamental-value { border-bottom: none; } .tv-mediumwidget .tv-mediumwidget-divider { float: left; height: 1px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 30px 15px; background-color: #e5e4e4; } .tv-mediumwidget .tv-mediumwidget-minichart { float: left; width: 100%; margin-top: 10px; } .tv-mediumwidget .tv-mediumwidget-minichart canvas { display: block; } .chart-widget { border-style: none; position: absolute; left: 0px; top: 0px; width: 512px; height: 256px; margin: 0px; padding: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* chart header */ .chart-header { background-color: #ffffff; border-bottom: 1px solid gray; color: white; } .chart-header-form { background-color: #ffffff; color: black; margin: 3px; } .chart-header-input-text { border: 1px solid black; color: black; } .chart-header-status { border: 0px; } /* markup table */ table.chart-markup-table { border: none; border-collapse: collapse; border-spacing: 0; line-height: 0px; margin: 0px; padding: 0px; } .chart-markup-table tr { margin: 0; padding: 0; } td.chart-markup-table { border: none; text-align: left; vertical-align: top; line-height: 0px; margin: 0px; padding: 0px; } /* data window */ .chart-data-window { position: absolute; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-collapse: collapse; margin: 0; padding: 0; background-color: #FFF; text-align: left; color: #5a5c62; } .chart-data-window .box { margin: 3px; } .chart-data-window .box.with-actions { cursor: pointer; } .chart-data-window .box:first-child .chart-data-window-header:first-child { margin-top: 0; } .chart-data-window .hover .chart-data-window-header .hover-source-icon { display: block; } .chart-data-window .active { border-left: 2px solid #528CDE; } .chart-data-window .active .chart-data-window-header { background: #E9F8FF; } .chart-data-window .active .chart-data-window-header, .chart-data-window .active .chart-data-window-item .chart-data-window-item-title { padding-left: 8px; } .chart-data-window .active .chart-data-window-item { font-weight: bold; } .chart-data-window .hidden { opacity: 0.3; } .chart-data-window .hidden .chart-data-window-item { display: none; } .chart-data-window .chart-data-window-header, .chart-data-window .chart-data-window-item { margin-bottom: 3px; position: relative; } .chart-data-window .chart-data-window-header { padding: 9px 10px; background: #f2f5f8; font-weight: bold; font-size: 12px; } .chart-data-window .chart-data-window-header .toggle-source-icon { display: block; position: absolute; right: 14px; top: 11px; width: 16px; height: 10px; background-image: url("../../images/icons.png"); background-position: -80px -80px; cursor: pointer; } .chart-data-window .chart-data-window-header .toggle-source-icon:hover { background-position: -60px -100px; } .chart-data-window .chart-data-window-header .hover-source-icon { display: none; position: absolute; right: 40px; top: 11px; width: 10px; height: 10px; -webkit-border-radius: 10px; -webkit-background-clip: padding-box; -moz-border-radius: 10px; -moz-background-clip: padding; border-radius: 10px; background-clip: padding-box; background: #528CDE; } .chart-data-window .chart-data-window-item:last-child { margin-bottom: 0; } .chart-data-window .chart-data-window-item .chart-data-window-item-title, .chart-data-window .chart-data-window-item .chart-data-window-item-value { width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 4px 10px; display: inline-block; white-space: nowrap; } .chart-data-window .chart-data-window-item .chart-data-window-item-title .real-color, .chart-data-window .chart-data-window-item .chart-data-window-item-value .real-color { display: inline-block; width: 15px; height: 8px; margin-right: 15px; border: 1px dotted #ccc; cursor: help; } .chart-data-window .chart-data-window-item .chart-data-window-item-value { text-align: right; } span.insert-study-dialog { cursor: pointer; } table.insert-study-dialog { z-index: 10; } div.insert-study-dialog p { margin: 0; padding: 15px; color: #8B8C8E; font-weight: bold; text-align: center; } .pane { overflow: hidden; } .pane-legend { background-color: transparent; color: #444; border: 0px; white-space: nowrap; margin: 0px; padding: 0px; z-index: 3; position: absolute; font-family: Verdana, Arial; font-size: 9pt; pointer-events: none; } .pane-legend-line { border: 0px; text-align: left; margin: 0px; padding: 0px; cursor: pointer; white-space: pre-line; } .pane-legend-line span { pointer-events: auto; } .pane-legend-line button.follow-symbol { pointer-events: auto; margin-right: 4px; opacity: 0.3; position: relative; top: 3px; vertical-align: top; } .pane-legend-line:hover button.follow-symbol { opacity: 1; } .is-mobile .pane-legend-line button.follow-symbol { opacity: 0.8; } .pane-legend-item-value-container { display: inline-block; } .pane-legend-item-value, .pane-legend-item-value-title { font-size: 9pt; font-weight: normal; pointer-events: none !important; color: #555555; } .pane-legend-item-value { padding-left: 5px; padding-right: 5px; } .pane-legend-line.disabled { color: #d8dada !important; } .pane-legend-icon-container { display: inline-block; vertical-align: baseline; position: relative; left: 3px; top: 3px; padding-right: 10px; } .main .pane-legend-icon-container { top: 1px; } .pane-legend-icon { background: url('../../images/legend-icons.png'); width: 14px; height: 14px; display: inline-block; margin: 0 0 0 3px; cursor: pointer; opacity: 0.3; } .is-mobile .pane-legend-icon { -webkit-transform: scale(1.1); transform: scale(1.1); margin: 0 0 0 10px; background: url('../../images/mobile/legend-icons.png'); width: 16px; height: 16px; } .pane-legend-icon.delete { background-position: 0px -14px; } .pane-legend-icon.delete.active { background-position: 0px -28px; } .is-mobile .pane-legend-icon.delete { opacity: 0.8; background-position: 0px -16px; } .is-mobile .pane-legend-icon.delete.active { background-position: 0px -32px; } .pane-legend-icon.icon-hide { background-position: -14px -14px; } .pane-legend-icon.icon-hide.active { background-position: -14px -28px; } .is-mobile .pane-legend-icon.icon-hide { opacity: 0.8; background-position: -16px -16px; } .is-mobile .pane-legend-icon.icon-hide.active { background-position: -16px -32px; } .pane-legend-icon.down { background-position: -28px -14px; } .pane-legend-icon.down.active { background-position: -28px -28px; } .is-mobile .pane-legend-icon.down { opacity: 0.8; background-position: -32px -16px; } .is-mobile .pane-legend-icon.down.active { background-position: -32px -32px; } .pane-legend-icon.up { background-position: -42px -14px; } .pane-legend-icon.up.active { background-position: -42px -28px; } .is-mobile .pane-legend-icon.up { opacity: 0.8; background-position: -48px -16px; } .is-mobile .pane-legend-icon.up.active { background-position: -48px -32px; } .pane-legend-icon.format { background-position: -56px -14px; } .pane-legend-icon.format.active { background-position: -56px -28px; } .is-mobile .pane-legend-icon.format { opacity: 0.8; background-position: -64px -16px; } .is-mobile .pane-legend-icon.format.active { background-position: -64px -32px; } .pane-legend-icon.source { background-position: -70px -14px; } .pane-legend-icon.source.active { background-position: -70px -28px; } .is-mobile .pane-legend-icon.source { opacity: 0.8; background-position: -80px -16px; } .is-mobile .pane-legend-icon.source.active { background-position: -80px -32px; } .pane-legend-line:hover .pane-legend-icon.delete, .pane-controls:hover .pane-legend-icon.delete { opacity: 1; background-position: 0px -14px; } .pane-legend-line:hover .pane-legend-icon.delete:hover, .pane-controls:hover .pane-legend-icon.delete:hover { background-position: 0px -28px; } .is-mobile .pane-legend-line:hover .pane-legend-icon.delete, .is-mobile .pane-controls:hover .pane-legend-icon.delete { background-position: 0px -16px; } .is-mobile .pane-legend-line:hover .pane-legend-icon.delete:hover, .is-mobile .pane-controls:hover .pane-legend-icon.delete:hover { background-position: 0px -32px; } .pane-legend-line:hover .pane-legend-icon.icon-hide, .pane-controls:hover .pane-legend-icon.icon-hide { opacity: 1; background-position: -14px -14px; } .pane-legend-line:hover .pane-legend-icon.icon-hide:hover, .pane-controls:hover .pane-legend-icon.icon-hide:hover { background-position: -14px -28px; } .is-mobile .pane-legend-line:hover .pane-legend-icon.icon-hide, .is-mobile .pane-controls:hover .pane-legend-icon.icon-hide { background-position: -16px -16px; } .is-mobile .pane-legend-line:hover .pane-legend-icon.icon-hide:hover, .is-mobile .pane-controls:hover .pane-legend-icon.icon-hide:hover { background-position: -16px -32px; } .pane-legend-line:hover .pane-legend-icon.down, .pane-controls:hover .pane-legend-icon.down { opacity: 1; background-position: -28px -14px; } .pane-legend-line:hover .pane-legend-icon.down:hover, .pane-controls:hover .pane-legend-icon.down:hover { background-position: -28px -28px; } .is-mobile .pane-legend-line:hover .pane-legend-icon.down, .is-mobile .pane-controls:hover .pane-legend-icon.down { background-position: -32px -16px; } .is-mobile .pane-legend-line:hover .pane-legend-icon.down:hover, .is-mobile .pane-controls:hover .pane-legend-icon.down:hover { background-position: -32px -32px; } .pane-legend-line:hover .pane-legend-icon.up, .pane-controls:hover .pane-legend-icon.up { opacity: 1; background-position: -42px -14px; } .pane-legend-line:hover .pane-legend-icon.up:hover, .pane-controls:hover .pane-legend-icon.up:hover { background-position: -42px -28px; } .is-mobile .pane-legend-line:hover .pane-legend-icon.up, .is-mobile .pane-controls:hover .pane-legend-icon.up { background-position: -48px -16px; } .is-mobile .pane-legend-line:hover .pane-legend-icon.up:hover, .is-mobile .pane-controls:hover .pane-legend-icon.up:hover { background-position: -48px -32px; } .pane-legend-line:hover .pane-legend-icon.format, .pane-controls:hover .pane-legend-icon.format { opacity: 1; background-position: -56px -14px; } .pane-legend-line:hover .pane-legend-icon.format:hover, .pane-controls:hover .pane-legend-icon.format:hover { background-position: -56px -28px; } .is-mobile .pane-legend-line:hover .pane-legend-icon.format, .is-mobile .pane-controls:hover .pane-legend-icon.format { background-position: -64px -16px; } .is-mobile .pane-legend-line:hover .pane-legend-icon.format:hover, .is-mobile .pane-controls:hover .pane-legend-icon.format:hover { background-position: -64px -32px; } .pane-legend-line:hover .pane-legend-icon.source, .pane-controls:hover .pane-legend-icon.source { opacity: 1; background-position: -70px -14px; } .pane-legend-line:hover .pane-legend-icon.source:hover, .pane-controls:hover .pane-legend-icon.source:hover { background-position: -70px -28px; } .is-mobile .pane-legend-line:hover .pane-legend-icon.source, .is-mobile .pane-controls:hover .pane-legend-icon.source { background-position: -80px -16px; } .is-mobile .pane-legend-line:hover .pane-legend-icon.source:hover, .is-mobile .pane-controls:hover .pane-legend-icon.source:hover { background-position: -80px -32px; } .pane-legend-line .exchange-warning { background: url('../../images/warning-icon.png'); display: inline-block; width: 18px; height: 15px; margin: 0 4px 0 0; vertical-align: -1px; cursor: pointer; } .pane-separator { padding: 0; margin: 0; } .pane-separator .handle { background-color: rgba(255, 255, 255, 0.02); position: absolute; height: 5px; width: 100%; z-index: 50; } .context-menu-wrapper { position: absolute; z-index: 500; overflow: auto; border: 1px solid #aaadb1; background: #fff; white-space: nowrap; } tr.context-menu.disabled { color: #9D9D9D; } .submenu.top { background-image: url(images/contextmenu_top.png); background-repeat: x-repeat; background-position: top; padding-top: 3px; } .submenu.left { background-image: url(images/contextmenu_left.png); background-repeat: y-repeat; background-position: left; } .submenu.right { background-image: url(images/contextmenu_right.png); background-repeat: y-repeat; background-position: right; } .submenu.bottom { background-image: url(images/contextmenu_bottom.png); background-repeat: x-repeat; background-position: bottom; } .submenu.center { background-color: white; } .context-menu { font-family: Verdana; font-size: 8.5pt; white-space: nowrap; } .context-submenu-arrow { position: absolute; background: url(../../chart-client/css/images/contextmenu_lefttop.png) 0px -10px no-repeat; width: 11px; height: 21px; top: 7px; left: -10px; } tr.context-menu { cursor: pointer; height: 29px; } tr.context-menu-hover { background: #f4f7f9; } td.context-menu { opacity: 1.0; cursor: pointer; padding-left: 4px; } .context-menu-item-separated { border-bottom: 1px solid #CECECE; } .context-menu .text { min-width: 100px; } .context-menu .spacer { width: 18px; } .context-menu .icon { height: 27px; width: 18px; } .context-menu .shortcut { color: #aaa; padding: 0 2px; } .submenu-arrow { background-image: url(images/submenu.png); background-repeat: no-repeat; background-position: center; width: 20px; } .submenu-arrow.expanded { width: 20px; } .popup { position: absolute; display: block; } div.submenu { background-image: url(images/submenu_arrow.png); background-repeat: no-repeat; padding-left: 25px; } .checked-icon { background-image: url(images/checkbox_on.png); background-position: center; background-repeat: no-repeat; } .unchecked-icon { background-image: url(images/checkbox_off.png); background-position: center; background-repeat: no-repeat; } .context-menu .action-separator { height: 1px !important; background-color: #c9cbcd; } .context-menu .action-separator { height: 0px; cursor: default; } .context-menu .action-separator td { height: 0px; border-top: solid 1px #c9cbcd; } .spacer.delete-spacer { width: 23px; } .context-menu-delete-button { display: none; vertical-align: middle; width: 14px; height: 14px; background: url("../../images/icons.png") no-repeat scroll -102px -362px transparent; } tr:hover .context-menu-delete-button { display: inline-block; } .context-menu-delete-button:hover { background-position: -81px -362px; } .study_icon { background-image: url(images/icon_study.png); background-position: 50% 50%; background-repeat: no-repeat; } .drawing_icon { background-image: url(images/icon_drawing.png); background-position: 50% 50%; background-repeat: no-repeat; } .treeview-link { cursor: pointer; } .edit-panel { z-index: 4; font-family: Verdana; font-size: 9pt; padding-left: 4px; } .edit-panel-toolbar { background: white; } .edit-panel.top { background-image: url(images/edittoolbar_top.png); background-repeat: repeat-x; background-position: top; } .edit-panel.left { background-image: url(images/edittoolbar_left.png); background-repeat: repeat-y; background-position: left; } .edit-panel.right { background-image: url(images/edittoolbar_right.png); background-repeat: repeat-y; background-position: right; } .edit-panel.bottom { background-image: url(images/edittoolbar_bottom.png); background-repeat: repeat-x; background-position: bottom; } .edit-panel .left-arrow { background: url('images/contextmenu_lefttop.png') 0 -7px; width: 12px; height: 23px; position: absolute; left: -5px; } .edit-panel-buttons { padding-left: 3px; padding-right: 3px; padding-top: 1px; padding-bottom: 1px; } .edit-panel-toolbar { padding-left: 0px; padding-right: 0px; } .edit-panel-editors { padding-left: 6px; padding-top: 3px; padding-bottom: 3px; padding-right: 6px; } .property-page-column-2 { display: inline-block; width: 50%; vertical-align: top; } .property-page { color: #595959; } .property-page td { padding: 3px 4px; height: 27px; } .property-page td:empty { padding: 0; } .property-page td:first-child { padding-left: 0; } .property-page td:last-child { padding-right: 0; } .property-page.study-properties { margin-top: 10px; } .property-page-fullwidth-wrapper { margin: 0 13px 0 0; } .property-page-small-select .tv-select-container { width: 80px; } .property-page-bandwidth { margin-left: 8px; width: 55px; vertical-align: middle; } .property-page input[type=checkbox] { vertical-align: middle; } .property-page td:first-child input[type=checkbox] { margin-left: 0; } .property-page .tv-text-input { height: 25px; } .property-page .visibility-switch-icon { background: url('../../images/legend-icons.png') -14px -14px; width: 14px; height: 14px; position: absolute; cursor: pointer; z-index: 1; } .property-page .visibility-switch-icon:hover { background-position: -14px -28px; } .property-page-unpadded { border-collapse: collapse; } .property-page-unpadded > tbody > tr > td, .property-page-unpadded > tbody > tr > th { padding: 0; } .property-page .property-page-separator-cell { height: 21px; padding: 0; } .property-page .offset-row td:first-child { padding-left: 30px; } .propertypage-name-label { text-transform: capitalize; } .colorpicker.main { border: 1px solid #c9cbcd; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); } .custom-select { background-color: #ffffff; position: relative; display: inline-block; vertical-align: middle; height: 27px; } .custom-select .switcher { background: #fafafa; border: 1px solid #c9cbcd; clear: both; height: 25px; min-width: 65px; } .custom-select .switcher .title { display: block; background-repeat: repeat-x; float: left; height: 10px; overflow: hidden; padding: 5px 20px 5px 12px; vertical-align: middle; width: 78px; } .custom-select .switcher .icon { position: absolute; right: 5px; top: 6px; display: inline-block; height: 15px; width: 13px; vertical-align: top; background: url('../../images/select-bg.png') 2px 5px no-repeat; } .custom-select .items { background: #fff; border: 1px solid #c9cbcd; clear: both; cursor: pointer; display: none; position: absolute; top: 28px; z-index: 3; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; } .custom-select .items .item { cursor: pointer; padding: 7px 12px; } .custom-select .items .item:hover { background: #f4f7f9; } .custom-select .items .item.selected { padding-left: 8px; background: #f4f7f9; border-left: 4px solid #5cb888; } .custom-select .items .item .linestyle { width: 100%; } .linestyle { background-image: url(images/lines.png); background-repeat: repeat-x; height: 15px; } .solidline { background-position: 0 -4px; } .dottedline { background-position: 0 -55px; } .dashedline { background-position: 0 -44px; } .clearing { clear: both; display: block; height: 0; line-height: 0; width: 100%; } div.tooltip { background-color: #FFFFC2; border: 1px solid #B2B2B2; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; z-index: 100; } .zoom-selector { background-color: rgba(80, 80, 80, 0.15); border: 1px solid rgba(80, 80, 80, 0.5); position: absolute; } .tooltip-selector { position: absolute; font-weight: bold; font-size: 10px; line-height: normal; opacity: .8; white-space: nowrap; } .tooltip-selector-hidden { display: none; } .toolbarbuttonicon { width: 24px; height: 24px; position: absolute; top: 1px; left: 1px; } .toolbarbuttonicon.wide { width: 33px; } .toolbarpopupbutton { width: 32px; height: 32px; } #big-load-more-button-wrap { display: none; position: absolute; right: 0; bottom: 50%; /*To prevent ugly select on multiple click */ -o-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none; } #big-load-more-button-wrap.state-progress, #big-load-more-button-wrap.state-enabled { display: block; } #big-load-more-button-wrap.state-hidden *, #big-load-more-button-wrap.state-disabled { display: none; } .big-load-more-button { display: inline-block; margin-bottom: -50%; cursor: pointer; opacity: 1; } .big-load-more-button::before { content: ' '; display: block; width: 64px; height: 64px; background: url('../../images/button-load-new-bars.png') no-repeat; } #big-load-more-button-wrap.state-progress .big-load-more-button::before { opacity: .42; } .tooltip-pad-wrap, .tooltip-newbars-wrap { position: absolute; right: 50%; bottom: 100%; } .tooltip-pad, .tooltip-newbars { position: relative; left: 50%; display: none; border: 1px solid #007FB9; background: #fff; white-space: nowrap; text-align: center; font-size: 13px; color: #41474d; } .tooltip-pad { padding: 5px 10px; margin-bottom: 5px; } .tooltip-newbars { padding: 13px; } .tooltip-pad::after, .tooltip-newbars::after { content: ' '; position: absolute; left: 50%; bottom: 0; display: inline-block; width: 19px; height: 11px; margin: -11px 0 -11px -9px; background: url('../../images/icons.png') 0 -80px no-repeat; } #big-load-more-button-wrap.state-progress .big-load-more-button, .big-load-more-button:hover { opacity: 1; } #big-load-more-button-wrap.state-progress .big-load-more-button .tooltip-newbars, .big-load-more-button:hover .tooltip-newbars { display: inline-block; } #big-load-more-button-wrap.state-enabled .big-load-more-button:hover::before { background-position: 0 -64px; } .themesMenu { border: 1px solid black; position: absolute; background: white; left: 100px; } /* ={ TVColorPicker == */ .tvcolorpicker-widget { vertical-align: middle; background-image: url('../../images/tvcolorpicker-bg.png'); background-position: 0 0; background-repeat: no-repeat; border: 1px solid #cacaca; overflow: hidden; padding: 0; width: 25px; height: 25px; cursor: pointer; font-size: 0px; -webkit-user-select: none; -moz-user-select: -moz-none; user-select: none; } .tvcolorpicker-popup { position: absolute; z-index: 1000; padding: 4px; background: white; border: 1px solid #9D9D9D; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); } .tvcolorpicker-table { border-collapse: collapse; table-layout: fixed; margin: 0px 0px 6px 0px; } .tvcolorpicker-popup .tvcolorpicker-table:last-of-type { margin-bottom: 0px; } .tvcolorpicker-table td { padding: 0; width: 18px; height: 18px; } .tvcolorpicker-swatch { width: 16px; height: 16px; border: none 0px; margin: 1px; cursor: pointer; overflow: hidden; } .tvcolorpicker-swatch.low-contrast { margin: 0px; border: solid #cccccc 1px; } .tvcolorpicker-swatch.tvcolorpicker-user { border: solid #eeeeee 1px; margin: 0px; } .tvcolorpicker-cell:hover .tvcolorpicker-swatch { border: solid black 1px; margin: 0; } .tvcolorpicker-swatch.active { background: url(../../images/tvcolorpicker-check.png) 50% 50% no-repeat; border: solid white 1px; outline: solid black 1px; margin: 0; } .tvcolorpicker-custom-button { display: block; } .tvcolorpicker-hsv { position: relative; top: 13px; height: 130px; width: 160px; margin: 0px auto; } .tvcolorpicker-hs { position: absolute; top: 0px; left: 0px; width: 128px; height: 128px; background: url(../../images/tvcolorpicker-sprite.png) 0px 0px no-repeat; border: solid #eeeeee 1px; } .tvcolorpicker-hs-area, .tvcolorpicker-v-area { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; } .tvcolorpicker-v { position: absolute; top: 0px; left: 140px; width: 9px; height: 128px; background: url(../../images/tvcolorpicker-sprite.png) -128px 0px no-repeat; border: solid #eeeeee 1px; } .tvcolorpicker-hs-handle { width: 11px; height: 11px; position: absolute; left: 0px; top: 0px; margin: -5px 0px 0px -5px; background: url(../../images/tvcolorpicker-sprite.png) 0px -128px no-repeat; } .tvcolorpicker-v-handle { position: absolute; left: 0px; top: 0px; width: 25px; height: 11px; margin: -5px 0px 0px -8px; background: url(../../images/tvcolorpicker-sprite.png) -11px -128px no-repeat; } .tvcolorpicker-custom-button { margin: 6px 0px 0px 0px; } .tvcolorpicker-user-swatches { margin: 6px 0px 0px 0px; } .some-colorpicker .tvcolorpicker-widget { margin-right: 8px; } /* == TVColorPicker }= */ /* ={ Properties Tabs == */ .properties-tabs { padding: 0 25px; border-bottom: 1px solid #e5e4e4; } .properties-tabs a.properties-tabs-label { padding: 20px 0 14px; margin-left: 45px; display: inline-block; position: relative; color: #595959; } .properties-tabs a.properties-tabs-label.active { font-weight: bold; } .properties-tabs a.properties-tabs-label.active:after { content: " "; position: absolute; display: block; bottom: -1px; width: 100%; height: 3px; background-color: #5cb888; } .properties-tabs a.properties-tabs-label:first-child { margin-left: 0; } .properties-tabs a.properties-tabs-label:last-child { margin-right: 40px; } /* == Properties Tabs }= */ .chart-status-picture { position: absolute; right: 5px; top: 10px; z-index: 5; white-space: nowrap; } .chart-status-picture .series-status { display: inline-block; height: 15px; background: url('../../chart-client/css/images/chartstatus.png') 0 0 no-repeat; vertical-align: top; } .chart-status-picture .series-status.chart-status-picture-realtime { width: 56px; background-position: 0 -30px; } .chart-status-picture.pre-market .series-status { width: 69px; background-position: 0 -90px; } .chart-status-picture.post-market .series-status { width: 73px; background-position: 0 -105px; } .chart-status-picture.out-of-session .series-status { width: 48px; background-position: 0 -120px; } .chart-status-picture .series-status.chart-status-picture-connecting { width: 57px; background-position: 0 0; } .chart-status-picture .series-status.chart-status-picture-loading { width: 73px; background-position: 0 -15px; } .chart-status-picture .series-status.chart-status-picture-eod { width: 56px; background-position: 0 -45px; } .chart-status-picture .series-status.chart-status-picture-delayed { width: 70px; background-position: 0 -60px; } .chart-status-picture .series-status.chart-status-picture-delayed-streaming { width: 53px; background-position: 0 -135px; } .chart-status-picture .series-status.chart-status-picture-invalid { width: 84px; background-position: 0 -75px; } .chart-status-picture .series-status.chart-status-picture-snapshot { display: none; } .chart-status-picture .bats-warning { height: 16px; width: 16px; background: url('../../images/warning-icon.png') 0 0 no-repeat; cursor: pointer; margin-right: 3px; display: none; } .chart-status-picture .bats-warning.warn-bats { display: inline-block; } /* ={ Panel extendion button == */ .panel-ext { display: none; position: absolute; top: 0; right: 0; width: 11px; height: 32px; border: 1px solid #c9cbcd; background: #ffffff; } .panel-ext:hover { background: #fff; color: #68696b; } .panel-ext.active { background: #f4f7f9; background: -moz-linear-gradient(top, #f2f7fa, #f4f7f9); background: -webkit-linear-gradient(top, #f2f7fa, #f4f7f9); background: -ms-linear-gradient(top, #f2f7fa, #f4f7f9); background: -o-linear-gradient(top, #f2f7fa, #f4f7f9); background: linear-gradient(top, #f2f7fa, #f4f7f9); color: #68696b; box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2); } .panel-ext-arrow { width: 100%; height: 100%; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAADCAQAAADxPw1zAAAAGElEQVR4XmPoqe/5D4b1DAwQTj0DBEAYAPmhC2SlApAHAAAAAElFTkSuQmCC) 50% 50% no-repeat; } /* == Panel extendion button }= */ .chart-loading-screen { position: absolute; top: 0; left: 0; width: 0; height: 0; z-index: 4; } .chart-loading-screen .chart-loading-screen-shield { width: 100%; height: 100%; opacity: 0; background: red; } .chart-loading-screen.fade { width: 100%; height: 100%; } .chart-loading-screen.fade .chart-loading-screen-shield { opacity: .5; -webkit-transition: opacity 300ms ease; -moz-transition: opacity 300ms ease; -ms-transition: opacity 300ms ease; -o-transition: opacity 300ms ease; transition: opacity 300ms ease; } .control-bar-wrapper { margin-left: -65px; left: 50%; position: absolute; bottom: 27px; width: 135px; height: 25px; z-index: 13; } .control-bar span { display: block; float: left; width: 25px; height: 25px; padding-left: 0px; margin-left: 1px; background: url(../../images/controlll.png); cursor: pointer; } .control-bar span.disabled { opacity: 0.5; cursor: default; } span.move-left-button-control-bar, span.move-left-button-control-bar.disabled:hover, span.move-left-button-control-bar.disabled:active { background-position: 0px 0; } span.zoom-out-right-button-control-bar, span.zoom-out-right-button-control-bar.disabled:hover, span.zoom-out-right-button-control-bar.disabled:active { background-position: -25px 0; } span.turn-button-control-bar, span.turn-button-control-bar.disabled:hover, span.turn-button-control-bar.disabled:active { background-position: -50px 0; } span.zoom-in-button-control-bar, span.zoom-in-button-control-bar.disabled:hover, span.zoom-in-button-control-bar.disabled:active { background-position: -75px 0; } span.move-right-button-control-bar, span.move-right-button-control-bar.disabled:hover, span.move-right-button-control-bar.disabled:active { background-position: -100px 0; } span.move-left-button-control-bar:hover { background-position: -150px 0; } span.zoom-out-right-button-control-bar:hover { background-position: -175px 0; } span.turn-button-control-bar:hover { background-position: -200px 0; } span.zoom-in-button-control-bar:hover { background-position: -225px 0; } span.move-right-button-control-bar:hover { background-position: -250px 0; } span.back-to-present:hover { background-position: -275px 0; } span.move-left-button-control-bar:active { background-position: -300px 0; } span.zoom-out-right-button-control-bar:active { background-position: -325px 0; } span.turn-button-control-bar:active { background-position: -350px 0; } span.zoom-in-button-control-bar:active { background-position: -375px 0; } span.move-right-button-control-bar:active { background-position: -400px 0; } span.back-to-present:active { background-position: -425px 0; } /*back-to-present button*/ span.back-to-present { display: block; width: 25px; height: 25px; position: absolute; right: 2px; bottom: 27px; padding-left: 0px; background: url(../../images/controlll.png); background-position: -125px 0; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; z-index: 13; } span.back-to-present.hidden { display: none; } .property-page .symbol-edit-widget { margin: 0; } .properties-tabs .help { width: 15px; height: 15px; background: url('../../images/dialogs/study-help.png'); float: right; margin: 1px 10px 0 0; } .published-charts-tooltip { display: none; position: absolute; z-index: 14; padding: 8px 10px 8px 8px; background: rgba(255, 255, 255, 0.9); border: solid 1px; height: 32px; margin-top: -25px; } .published-charts-tooltip .avatar { position: absolute; top: 8px; left: 8px; width: 32px; height: 32px; } .published-charts-tooltip .avatar img { width: 32px; height: 32px; } .published-charts-tooltip .text { padding-left: 39px; padding-top: 2px; max-width: 250px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; font-size: 13px; line-height: 13px; font-weight: bold; } .published-charts-tooltip .text span { display: block; font-size: 11px; color: #8f8f8f; font-weight: normal; padding-top: 2px; } /* arrow */ .published-charts-tooltip:after, .published-charts-tooltip:before { left: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .published-charts-tooltip:after { border-width: 1em; top: 50%; margin-top: -1em; } .published-charts-tooltip:before { border-width: 1.1em; top: 50%; margin-top: -1.1em; } .published-charts-tooltip:after { border-color: rgba(255, 255, 255, 0); border-left-color: #fff; } /****/ .published-charts-tooltip.green { border-color: #78C143; } .published-charts-tooltip.red { border-color: #CC4545; } .published-charts-tooltip.neutral { border-color: #EAC300; } .published-charts-tooltip.green:before { border-color: rgba(120, 193, 67, 0); border-left-color: #78C143; } .published-charts-tooltip.red:before { border-color: rgba(204, 69, 69, 0); border-left-color: #CC4545; } .published-charts-tooltip.neutral:before { border-color: rgba(234, 195, 0, 0); border-left-color: #EAC300; } /* blue text tooltip */ .blue-tooltip { position: absolute; width: 230px; border: 1px solid #007FB9; background: #fff; z-index: 111; word-wrap: break-word; } .blue-tooltip .double-width { width: 460px; } .blue-tooltip .short { width: 150px; } .blue-tooltip-text { margin: 8px 10px; font-size: 13px; color: #41474d; } .blue-tooltip-hidden { display: none; } .tooltip-pad::before, .tooltip-newbars::before, .blue-tooltip-icon { position: absolute; width: 19px; height: 11px; margin: -11px 0 -11px -9px; } .tooltip-pad::before, .tooltip-newbars::before, .blue-tooltip-top .blue-tooltip-icon { bottom: 0; background-position: 0 -80px; } .blue-tooltip-bottom .blue-tooltip-icon { top: 0; background-position: -180px -80px; } /* chart controls */ .chart-controls-bar { position: absolute; height: 22px; width: 100%; left: 0; bottom: 0; background: #e6e9ed; overflow: hidden; } .chart-container.inactive .chart-controls-bar { background: #f3f5f6; } /* date range */ .chart-series-controls { float: right; } .chart-controls-bar-buttons { overflow: hidden; } .chart-controls-bar-buttons a { cursor: pointer; float: left; position: relative; padding: 4px 13px; margin: 0 0 1px 0; color: #8b8c8e; stroke: #8b8c8e; /* for svg icon */ fill: #8b8c8e; /* for svg icon */ font-size: 11px; line-height: 14px; font-weight: bold; } .chart-controls-bar-buttons a:not(.disabled):hover { background: #eceef1; color: #555555; stroke: #555555; fill: #555555; } .chart-controls-bar-buttons a.active, .chart-controls-bar-buttons a.active:hover { color: #58c3e5; stroke: #58c3e5; fill: #58c3e5; } .chart-controls-bar-buttons a.disabled { color: #AAAAAA; stroke: #AAAAAA; fill: #AAAAAA; cursor: default; } .chart-controls-bar-buttons a:before { content: " "; display: block; position: absolute; top: 4px; left: -1px; width: 0; height: 14px; border-left: solid 1px #d0d4d9; } .chart-container.inactive .chart-controls-bar-buttons a { color: #d0d4d9; stroke: #d0d4d9; fill: #d0d4d9; } .chart-container.inactive .chart-controls-bar-buttons a:not(.disabled):hover { background: #eceef1; color: #666666; stroke: #666666; fill: #666666; } .chart-container.inactive .chart-controls-bar-buttons a.active { color: #a2ddf0; stroke: #a2ddf0; fill: #a2ddf0; } .chart-container.inactive .chart-controls-bar-buttons a.active:hover { color: #58c3e5; stroke: #58c3e5; fill: #58c3e5; } /* onchart messages */ .onchart-messages-wrapper { /* pointer-events: none; */ position: absolute; bottom: 28px; right: 9px; z-index: 14; } .onchart-message-top, .onchart-message-bottom { background: white; background: rgba(255, 255, 255, 0.92); border: solid #c9c9c9; } .onchart-message-top { border-width: 1px 1px 0 1px; font-size: 14px; line-height: 17px; padding: 1px 18px; text-align: center; } .onchart-message p, .onchart-message h3 { color: #595959; font-size: 14px; line-height: 17px; margin: 7px 0; } .onchart-message .submit-button { margin: 15px 0 0 0; text-align: center; } .onchart-message .submit-button a { cursor: pointer; pointer-events: auto; display: inline-block; vertical-align: top; color: white; padding: 6px 20px 5px 20px; background: #1fb2cc; } .onchart-message .submit-button a:hover { background: #1fbad3; } .onchart-message .onchart-message-close { cursor: pointer; pointer-events: auto; position: absolute; width: 23px; height: 23px; top: 0; right: 0; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAANklEQVR4AWMAgcjIyGUMqAAuDmcA8X8khRjiGAIYfBw6H8MVYANICh7DxIg2Ca+bSPUd4XACAJL9StMP8XreAAAAAElFTkSuQmCC') 50% 50% no-repeat; } .onchart-message-bottom { height: 23px; border-width: 0 1px 1px 1px; margin: 0 0 0 23px; } .onchart-message-ear { position: absolute; height: 23px; width: 23px; bottom: 0; left: 0; border-top: 1px solid #c9c9c9; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAASUlEQVR4AbXMgQAAIBAAsVHl8u7vUhLdAGZmzu7e3yDJIckhySHJIckhySHJIckhySHJIckhySHJIckhySHJIckhySHJIckhyR97eKuLN6YbhwAAAABJRU5ErkJggg==') 100% 0 no-repeat; } .onchart-message-copy { position: relative; top: 9px; } @font-face { font-family: 'FontAwesome'; src: url('../../fonts/fontawesome-webfont.eot?v=4.0.3'); src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } .ui-draggable { -ms-touch-action: none; } .chart-sidebar { position: relative; width: 270px; height: 100%; top: 0; right: 0; overflow: hidden; } .chart-sidebar.hidden { width: 12px; } .chart-sidebar .separator { width: 13px; height: 100%; position: absolute; left: 0px; z-index: 10; cursor: pointer; } .chart-sidebar .separator-bar { height: 100%; width: 1px; border-left: 1px solid #c9cbcd; border-right: 1px solid #c9cbcd; position: absolute; left: 0px; background: #fff; overflow: hidden; } .chart-sidebar .separator:hover .separator-bar { background: #f4f7f9; width: 11px; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s; } .chart-sidebar.hidden .separator-bar { background: #f4f7f9; width: 11px; } .chart-sidebar .separator-icon { background: url('../../images/sidebar.png') no-repeat; width: 7px; height: 43px; position: absolute; top: 50%; left: 2px; margin: -21px 0 0; } .chart-sidebar.hidden .separator-icon { background-position: -7px 0; } .chart-sidebar-pane { margin: 34px 0 0 3px; position: relative; } .chart-sidebar-pane .header { position: absolute; top: -34px; height: 23px; padding: 11px 7px 0; width: 100%; color: #6f7073; background: #f1f3f6; font-weight: bold; font-size: 12px; } .chart-sidebar-pane .header:hover { background: #f4f7f9; cursor: pointer; } .chart-sidebar-pane .header > .icon { width: 7px; height: 4px; background-position: -184px -140px; vertical-align: middle; margin: 0 6px 0 0; } .chart-sidebar-pane.minimized .header > .icon { background-position: -192px -140px; height: 7px; top: -1px; } .chart-sidebar-pane .header .reorder-button { display: none; width: 26px; height: 26px; border: 1px solid #f4f7f9; position: absolute; margin: -8px 0 0 4px; vertical-align: top; } .chart-sidebar-pane .header .reorder-button:hover { background: #e0e5ea; border: 1px solid #c9cbcd; border-radius: 3px; } .chart-sidebar-pane .header:hover .reorder-button { display: inline-block; } .chart-sidebar-pane .header .reorder-button .icon { width: 10px; height: 11px; position: absolute; top: 7px; left: 8px; background-position: -180px -149px; } .chart-sidebar-pane .header .reorder-button .icon.down { background-position: -190px -149px; } .chart-sidebar-pane .container { height: 100%; } .chart-sidebar-vseparator { height: 1px; background: #c9cbcd; position: relative; z-index: 1; -ms-touch-action: none; } .chart-sidebar-vseparator .handle { height: 5px; width: 100%; top: -2px; position: absolute; background: #fff; opacity: 0.01; cursor: url("../../chart-client/css/light/cursor_size_vertical.cur"), w-resize; } .chart-sidebar-vseparator .handle { cursor: url("../../chart-client/css/light/cursor_size_vertical.cur") 16 15, w-resize; } .sb-inner-shadow { box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15); position: absolute; bottom: -10px; width: 100%; height: 10px; background: #fff; z-index: 5; } .sb-inner-shadow.top { box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); top: -10px; } .sb-scrollbar { position: absolute; opacity: 0; position: absolute !important; width: 7px; height: 100px; top: 73px; right: 1px; z-index: 1; -moz-transition: opacity 0.3s; -webkit-transition: opacity 0.3s; -ms-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; } .sb-scrollbar.active { opacity: 1; -moz-transition: opacity 0.3s; -webkit-transition: opacity 0.3s; -ms-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; } .sb-scrollbar.active-always { opacity: 1; } .sb-scrollbar-top { position: absolute; top: 0; width: 7px; height: 3px; background-position: -173px -40px; z-index: 1; } .sb-scrollbar-body { position: absolute; top: 0; width: 5px; height: 100%; border-left: 1px solid #9c9c9c; border-right: 1px solid #9c9c9c; background: #f6f6f6; background: -moz-linear-gradient(top, #ffffff, #eeeeee); background: -webkit-linear-gradient(top, #ffffff, #eeeeee); background: -ms-linear-gradient(top, #ffffff, #eeeeee); background: -o-linear-gradient(top, #ffffff, #eeeeee); background: linear-gradient(top, #ffffff, #eeeeee); } .sb-scrollbar-bottom { position: absolute; bottom: -1px; width: 7px; height: 4px; background-position: -173px -43px; } .chat-page .sb-scrollbar-body, .widgetbar-widget .sb-scrollbar-body { border: 0; background: #d8d8d8; width: 6px; } .gray .sb-scrollbar-body { background: #75757A; border-color: #75757A; border-radius: 3px; } .gray .sb-scrollbar-top, .gray .sb-scrollbar-bottom { display: none; } .chat-page .sb-scrollbar-top, .chat-page .sb-scrollbar-bottom, .widgetbar-widget .sb-scrollbar-top, .widgetbar-widget .sb-scrollbar-bottom { display: none; } .gray, .active-always.gray { opacity: 0.5; } .chart-sidebar-pane .header.selectable .title { color: #007FB9; border-bottom: 1px dashed #007FB9; } .chart-sidebar-pane .header.selectable .title:hover { color: #3592BD; border-color: #3592BD; } .chart-sidebar-pane .header.selectable .dropdown { display: inline-block; width: 16px; height: 12px; position: relative; top: 1px; left: 0px; } .chart-sidebar-pane .header.selectable .dropdown:after { content: ''; display: block; width: 0px; height: 0px; border: 4px solid transparent; border-top-color: #007FB9; position: relative; top: 6px; left: 6px; } .symbol-list-container, .symbol-list { position: relative; } .minimized .symbol-list-container, .minimized .symbol-list-header { display: none; } .symbol-list-header { height: 21px; z-index: 1; margin: 0 3px; border-bottom: 1px solid #EBEDF0; color: #888989; cursor: default; } .symbol-list-header.sortable { cursor: default; } .symbol-list-header.sortable .sorter:hover { cursor: pointer; color: #4C4F66; } .symbol-list-item { display: block; height: 32px; position: relative; color: #8f8f8f; margin: 0 3px; cursor: pointer; } .symbol-list-item:nth-child(even) { background-color: #F8FAFB; } .symbol-list-item:hover { background: #EDF1F2; } .symbol-list-item > div, .symbol-list-header div { display: inline-block; } .symbol-list-header > div { /*padding: 3px 0 0;*/ } .symbol-list-item .symbol { overflow: hidden; } .symbol-list-item .symbol, .symbol-list-item .last-block, .symbol-list-item .change { margin: 8px 0 0 0; white-space: nowrap; vertical-align: top; } .symbol-list-item .symbol, .symbol-list-header .header-symbol { width: 30%; text-indent: 10px; } .symbol-list-item .estimate, .symbol-list-header .header-estimate { width: 10%; text-align: right; } .symbol-list-item .last-block, .symbol-list-header .header-last { width: 25%; text-align: right; } .symbol-list-item .change, .symbol-list-header .header-change { width: 45%; text-align: right; } .symbol-list-header .header-change div { margin: 0 3px 0 0; } .symbol-list-item .change .percent, .symbol-list-header .header-change div:last-child { margin: 0 8px 0 0; } .symbol-list-item.active { background: #EBF8FF; } .symbol-list-item.active:before { content: ''; display: block; width: 3px; height: 100%; position: absolute; top: 0; left: 0; background: #3E98CD; } .symbol-list .controls { display: none; position: absolute; top: 6px; right: 100%; overflow: hidden; height: 100%; } .symbol-list-item:hover .controls { /* Hacky-fucky workaround for IOS7 Safari. See TV-3545. */ right: 8px; display: block; } .controls-delete { display: none; } .symbol-list.deletable .controls-delete { display: block; width: 20px; height: 20px; background: #da563e url('data:image/gif;base64,R0lGODlhBwAHAPIFAPLHv/vt6v///+eVhtpWPgAAAAAAAAAAACH5BAUKAAUALAAAAAAHAAcAAAMTOEAMKgtAIsNkNjAqbJySszRDAgA7') 50% 50% no-repeat; cursor: pointer; opacity: .75; } .symbol-list.deletable .controls-delete:hover { opacity: 1; } .symbol-list-item.success { color: #5a5d66; } .symbol-list-item.error { color: #da563e; } .symbol-list-item .change.success .percent:before { content: '('; } .symbol-list-item .change.success .percent:after { content: '%)'; } .symbol-list-item .plus { color: #238859; } .symbol-list-item .minus { color: #DC5538; } .symbol-list-item .plus-bg, .symbol-list-item .minus-bg { color: White; } .symbol-list-item .plus-bg { background-color: #238859; } .symbol-list-item .minus-bg { background-color: #DC5538; } .symbol-list-item .session-status { display: inline-block; width: 4px; height: 4px; margin: 6px 0 5px 4px; border-radius: 2px; position: relative; } .symbol-list-item .session-status.market { background: none; } .symbol-list-item .session-status.pre_market { background: #F79D16; } .symbol-list-item .session-status.post_market { background: #0A8DFF; } .symbol-list-item .session-status.out_of_session { background: #9C9C9C; } .wl-symbol-edit { float: left; background: white; color: #cfd2d4; font-size: 12px; line-height: 15px; width: 100px; padding: 0 5px; border: solid #C9CBCD 1px; color: black; height: 30px; box-sizing: border-box; -moz-box-sizing: border-box; } .wl-symbol-edit:focus { border-color: #4c82ce; } .tv-notifications { height: 100%; position: relative; } .nf-data { position: absolute; width: 100%; -moz-transition: opacity 0.3s; -webkit-transition: opacity 0.3s; -ms-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; padding: 0 3px; box-sizing: border-box; -moz-box-sizing: border-box; } .nf-data.loading { opacity: 0.5; } .nf-popup.nf-settings-popup { width: 310px; } .nf-popup .item { white-space: nowrap; } .nf .item .icon { width: 18px; } .tv-notifications .load-more { display: inline-block; text-align: center; height: 32px; line-height: 32px; padding: 0 14px; cursor: pointer; font-size: 14px; font-weight: bold; color: #fff; background: #1fb2cc; width: 155px; margin: 20px auto 20px; display: block; } .tv-notifications .load-more:hover { background: #21bed9; } .tv-notifications .load-more.process { background: url(../../images/button-base-process.gif) repeat-x 0 0; } .tv-notifications .event-block { line-height: 18px; margin-bottom: 1px; } .tv-notifications .event-block .head { min-height: 34px; height: auto; } .tv-notifications .event-block .head .line.event { color: #3b3e44; } .tv-notifications .event-block .head .user-badge { margin-left: 3px; } .tv-notifications .event-block .separator { content: ''; display: block; height: 1px; position: absolute; bottom: -1px; background: #EBEDF0; left: 0; right: 0; } .tv-notifications .event-block:after { content: ''; display: block; height: 1px; position: absolute; bottom: -1px; background: #EBEDF0; left: 0; right: 0; } .tv-notifications .event-block.new { background: #fff; } .tv-notifications .event-block.unread { background: #fef3b5; } .tv-notifications .event-block .wrap { padding: 10px 11px; } .tv-notifications .event-block .head { padding: 0 25px 0 40px; } .tv-notifications .event-block .event-icon { top: 5px; right: 11px; } .tv-notifications .event-block time { position: absolute; top: 27px; right: 11px; color: #919396; font-size: 11px; width: 22px; text-align: center; } .tv-notifications .event-block .text { margin: 5px 0 0 0; max-height: 54px; line-height: 18px; background: #eaeff4; background: rgba(212, 222, 231, 0.36); padding: 3px 5px 4px; } .tv-notifications .event-block a.context-menu { float: right; margin: -2px 25px 0 4px; opacity: 0.9; width: 16px; height: 14px; line-height: 14px; text-align: center; } .tv-notifications .event-block a.context-menu:hover { opacity: 1; } .tv-notifications .event-block a.context-menu:before { content: " "; height: 7px; width: 10px; background-image: url("../../images/sprites/base-sprite.png"); background-repeat: no-repeat; background-position: 0px -667px; display: inline-block; position: relative; vertical-align: middle; overflow: hidden; } .tv-notifications .event-block .symbol { background: #fbf897; border: solid 1px #e0de59; display: inline-block; line-height: 11px; padding: 1px; } .tv-detail { height: 100%; position: relative; overflow: hidden; -webkit-overflow-scrolling: touch; } .dl-header { padding: 9px 10px 5px; } .dl-header-figures { clear: both; white-space: nowrap; } .dl-header-price { font-size: 28px; font-weight: bold; color: #42434a; min-height: 34px; } .dl-header-change { font-size: 17px; font-weight: bold; margin: 0 0 0 8px; } .dl-header-session-status { font-size: 11px; color: #9e9e9e; margin-top: -2px; } .dl-header-price .plus, .dl-header-price-extended .plus, .dl-header-change.plus, .dl-header-change-extended.plus { color: #238853; } .dl-header-price .minus, .dl-header-price-extended .minus, .dl-header-change.minus, .dl-header-change-extended.minus { color: #DD5538; } .dl-header-extended-data { clear: both; white-space: nowrap; margin: 6px 0 0; } .dl-header-price-extended { font-size: 22px; font-weight: bold; color: #42434a; } .dl-header-change-extended { font-size: 16px; font-weight: bold; margin: 0 0 0 8px; } .dl-header .market-status-marker { display: inline-block; vertical-align: middle; width: 6px; height: 6px; border-radius: 3px; margin-right: 5px; } .dl-header .market-status-marker.open { background: #68a582; } .dl-header .market-status-marker.closed { background: #9C9C9C; } .dl-header .market-status-marker.pre-market { background: #F79D16; } .dl-header .market-status-marker.post-market { background: #0A8DFF; } .dl-header #showExtendedHoursLink a { border-bottom: 1px dashed #007FB9; } /*.dl-header-session-status {display: none; margin-left: 3px; width: 20px; height: 20px; background: url('../../images/session-status.png');} .dl-header-session-status.pre-market {display: inline-block;} .dl-header-session-status.post-market {display: inline-block; background-position: -20px 0;}*/ .dl-header-symbol { color: #43464E; font-size: 15px; } .dl-header-symbol-desc { color: #333; font-weight: bold; font-size: 15px; margin: 0 7px 0 0; } .dl-header-earning { float: right; width: 28px; height: 28px; text-align: center; cursor: default; border: 1px solid #c9cbcd; color: #c9cbcd; padding-top: 5px; box-sizing: border-box; -moz-box-sizing: border-box; } .dl-header-earning.soon { border: 1px solid #DC5538; color: #DC5538; } .dl-header-industry { padding: 3px 0 4px; font-size: 11px; color: #787878; } .dl-bidoffer-spread { margin: 10px 0 0; } .dl-bidoffer-spread span { display: inline-block; font-size: 12px; margin-right: 1px; padding: 2px 8px; border-radius: 9px; } .dl-bidoffer-spread span.dl-bid { color: #5b85bf; background: #d4e6fe; margin-right: 5px; } .dl-bidoffer-spread span.dl-ask { color: #b35b46; background: #f5d8d3; } .dl-bidoffer-spread span b { color: #5b85bf; } .dl-data { position: relative; padding: 0 3px 10px; } .dl-item-nodata { display: none; margin: 10px; color: #666; } .dl-item-group { display: none; margin: 12px 10px 0; } .dl-item-group-col { float: left; width: 48%; } .dl-item-group-col:nth-child(even) { float: right; } .dl-item-group-header { height: 20px; cursor: default; color: #343649; font-weight: bold; border-bottom: 1px solid #343649; padding: 3px 0 0 3%; } .dl-item { color: #5a5d66; border-bottom: 1px solid #eaeaea; height: 21px; cursor: default; position: relative; float: left; width: 50%; } .dl-item.full { float: none; width: 100%; } .dl-item:hover { background: #edf0f3; } .dl-item.drag { background: #edf0f3; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); } .dl-item:hover .wl-icon-delete, .dl-item.drag .wl-icon-delete { display: inline-block; } .dl-col { float: left; height: 18px; padding: 3px 0 0; overflow: hidden; } .dl-col-field { width: 42%; font-size: 11px; color: #888989; padding-left: 4%; padding-top: 4px; white-space: nowrap; text-overflow: ellipsis; } .dl-col-val { width: 50%; padding-right: 4%; white-space: nowrap; text-overflow: ellipsis; text-align: right; font-weight: bold; } .dl-col-del { width: 15px; position: absolute; right: 0; } .dl-col-del .wl-icon-delete { top: 0px; } .dl-item.full .dl-col-field { width: 69%; } .dl-item.full .dl-col-val { width: 23%; font-weight: bold; color: #7c7c7c; } .dl-minichart { height: 80px; margin: 10px 10px 19px 10px; position: relative; overflow: hidden; } .dl-range { height: 43px; position: relative; margin: 0 10px; } .dl-range.first-child { margin: 5px 10px 0; } .dl-range-mark { width: 9px; height: 13px; background-position: -140px -220px; position: absolute; margin-left: -5px; left: 0%; top: 2px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; z-index: 1; } .dl-range-mark.bid { background-position: 0 -337px; opacity: 0.5; z-index: 2; } .dl-range-mark.ask { background-position: -9px -337px; opacity: 0.5; z-index: 2; } .dl-range-mark.low { margin-left: -4px; } .dl-range-bar-bg { height: 7px; position: absolute; top: 16px; width: 100%; background: #d8d8d8; } .dl-range-bar { height: 7px; background: #51A076; position: absolute; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; border: solid #fff; border-width: 0 1px; margin-left: -1px; } .dl-range-bar.low { background: #b35b46; } .dl-range-bar.hl { background: #aaa; } .dl-range-price-l, .dl-range-price-r { position: absolute; font-weight: bold; color: #42434a; top: 25px; } .dl-range-price-r { right: 0; } .dl-range-caption { position: absolute; bottom: 2px; width: 100%; text-align: center; color: #787878; font-size: 11px; } /* .dl-more-link {position: absolute; top: -24px; right: 7px; cursor: pointer; border-bottom: 1px dashed #007FB9; font-size: 12px; height: 15px; color: #007FB9 !important;} .dl-more-link:hover {color: #3592BD !important; border-bottom: 1px dashed #3592BD;} .dl-more-link.disabled {display: none;} */ .dl-dialog { height: 500px; overflow-y: scroll; } .dl-dialog-data { margin: 10px 0 0; } .dl-dialog-header { font-size: 12px; margin: 0 0 5px 0; } .dl-dialog-header > strong { font-size: 14px; } .dl-dialog-header > a { margin: 0 0 0 8px; text-decoration: underline; } .dl-company-desc { font-size: 12px; color: #787878; height: 46px; } .dl-dialog-more { display: inline-block; cursor: pointer; border-bottom: 1px dashed #007FB9; height: 14px; } .dl-followsymbol button.follow-symbol { vertical-align: top; margin: 3px 0 0 4px; } .dl-estimate-tooltip > div { margin-top: 4px; } .depth-widget-notice { padding: 2px 10px; color: #666666; } .depth-widget-notice p { margin: 8px 0; text-align: center; } .depth-widget-notice p.hint { font-size: 12px; font-style: italic; } .depth-zoom-wrapper { pointer-events: none; position: absolute; top: 2%; left: 50%; margin: 6px 0 0 -53px; width: 99px; background: #d8d8d8; padding: 0 0 0 6px; height: 4px; } .depth-zoom-handle { pointer-events: auto; z-index: 11; position: absolute; left: 0; top: -8px; width: 6px; height: 18px; background: #b0b0b0; border-radius: 2px; border: 1px solid #fff; margin: 0 0 0 -1px; } .depth-zoom-plus, .depth-zoom-minus { pointer-events: auto; cursor: pointer; position: absolute; top: -8px; width: 20px; height: 18px; background: #b0b0b0 50% 50% no-repeat; border: 1px solid #fff; border-radius: 2px; } .depth-zoom-plus { right: -22px; background-image: url('data:image/gif;base64,R0lGODlhCAAIAKECAPX19f39/f///////yH5BAEKAAMALAAAAAAIAAgAAAISnBWmI7LnYJsC2GaBao/FhSgFADs='); } .depth-zoom-minus { left: -22px; background-image: url('data:image/gif;base64,R0lGODlhCAAIAPACAPX19f///yH5BAUKAAIALAAAAAAIAAgAQAIMlG+gEQoIozSs1jkLADs='); } .depth-zoom-plus:hover, .depth-zoom-minus:hover { background-color: #b7b7b7; } .depth-zoom-plus:active, .depth-zoom-minus:active { background-color: #aaaaaa; } .depth-zoom-plus.disabled, .depth-zoom-minus.disabled { opacity: .5; cursor: default; pointer-events: none; background-color: #b0b0b0; } .depth-widget-wrap.dragging, .depth-widget-wrap.dragging .depth-zoom-plus, .depth-widget-wrap.dragging .depth-zoom-minus, .depth-zoom-handle { cursor: ew-resize; } .tv-news { height: 100%; position: relative; } .ns-data { position: absolute; width: 100%; -moz-transition: opacity 0.3s; -webkit-transition: opacity 0.3s; -ms-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; } .ns-data.loading { opacity: 0.5; } .ns-item { border-bottom: 1px solid #EBEDF0; padding: 6px 0 6px; position: relative; margin: 0 3px; } .ns-item:hover { background: #edf0f3; } .ns-item-title { margin: 0 12px; color: #5a5d66; font-size: 13px; } .ns-item-title a:hover { text-decoration: underline; } .ns-item-desc, .ns-item-date { color: #8f8f8f; font-size: 10px; } .ns-item-desc { margin: 2px 30px 0 12px; min-height: 13px; } .ns-item-desc .source { font-weight: bold; } .ns-item-date { position: absolute; bottom: 6px; right: 12px; } .ns-fxwire-message { margin: 30px 15px 0; text-align: center; font-size: 14px; color: #595959; } .ns-fxwire-message h3 { margin: 5px 0; } .ns-fxwire-message a { cursor: pointer; pointer-events: auto; display: inline-block; vertical-align: top; color: white; padding: 6px 20px 5px 20px; background: #1fb2cc; } .ns-fxwire-message-close { cursor: pointer; pointer-events: auto; position: absolute; width: 23px; height: 23px; top: 0; right: 0; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAANklEQVR4AWMAgcjIyGUMqAAuDmcA8X8khRjiGAIYfBw6H8MVYANICh7DxIg2Ca+bSPUd4XACAJL9StMP8XreAAAAAElFTkSuQmCC') 50% 50% no-repeat; } .tv-chat { height: 100%; position: relative; } .ch-input .wrap .ch-settings { float: right; padding: 3px; margin: 2px 0 0 3px; } .ch-settings .icon { display: inline-block; width: 17px; height: 17px; background-image: url('../../images/icons.png'); background-position: -160px -240px; } .ch-settings:hover .icon, .ch-settings:active .icon { background-position: -40px -340px; } .ch-popup.ch-warning-templates-popup { width: 251px; } .ch-popup.ch-settings-popup { width: 270px; } .ch-popup.ch-call-popup { width: 100px; overflow: hidden; } .ch-popup .item { white-space: nowrap; } .charts-popup-list .item { padding-right: 7px; } .charts-popup-list .item .title { width: auto; } .ch-settings-popup .item .icon { width: 18px; } .ch-item.ch-message-moderated { border-left: solid 1px red; padding-top: 30px; } .ch-item.ch-message-moderated .ch-item-delete { display: none !important; } .ch-message-moderated-layout { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .ch-overlap { background: rgba(255, 0, 0, 0.2); padding: 5px 10px; font-weight: bold; color: #b01e13; } .ch-item.ch-message-moderated .ch-item-content, .ch-item.ch-message-moderated .ch-item-userpic { opacity: 0.5; } .ch-session-count { position: absolute; top: -23px; right: 7px; color: #8E8F90; font-size: 12px; height: 15px; cursor: pointer; border-bottom: 1px dashed #8E8F90; } .ch-session-count:hover { color: #007FB9 !important; border-bottom: 1px dashed #007FB9; } .ch-input { z-index: 6; position: absolute; width: 100%; background: #fff; } .ch-input .wrap { padding: 0 3px 3px 3px; height: 30px; position: relative; overflow: hidden; } .ch-input .wrap.active { height: 40px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); } .ch-input .wrap textarea { background-color: white; border: 1px solid #c9cbcd; width: 175px; height: 17px; margin: 0; padding: 6px 26px 5px 8px; color: #5a5d66; float: left; font: 12px Arial, sans-serif; } .chart-page .ch-input .wrap textarea { padding-right: 50px; } .ch-input .wrap textarea:focus { border-color: #4c82ce; } .ch-input .wrap .ch-textarea-sizer { position: relative; overflow: hidden; padding: 0 36px 0 0; } .chart-page .ch-input .wrap .ch-textarea-sizer { padding-right: 60px; } .ch-input .wrap .ch-textarea-sizer textarea { width: 100%; } .ch-input .wrap textarea:-moz-placeholder { color: #a9a9a9; } .ch-input .wrap textarea.disabled { border: 1px solid #d22; } .ch-input .wrap.active textarea { height: 28px; } .ch-button { display: block; margin: 0 0 0 -1px; cursor: pointer; color: #8b8c8e; float: right; height: 17px; line-height: 17px; padding: 4px 0; background: #ffffff; /*background: #F9F9F9;*/ border: 1px solid #c9cbcd; text-align: center; font-weight: bold; } .ch-button:hover { background: #fff; } .ch-button:active, .ch-button.active { background: #f4f7f9 !important; background: -moz-linear-gradient(top, #f2f7fa, #f4f7f9) !important; background: -webkit-linear-gradient(top, #f2f7fa, #f4f7f9) !important; background: -ms-linear-gradient(top, #f2f7fa, #f4f7f9) !important; background: -o-linear-gradient(top, #f2f7fa, #f4f7f9) !important; background: linear-gradient(top, #f2f7fa, #f4f7f9) !important; color: #68696b; box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2); } .wrap.active .ch-button { height: 25px; padding-top: 11px; } .wrap .ch-button.disabled { opacity: 0.5; background: #fff !important; } .ch-input a.ch-warning-templates-button { display: none; width: 11px; height: 20px; } .ch-input a.ch-warning-templates-button i { margin: 0 auto 1px; display: inline-block; width: 9px; height: 5px; background: url("../../images/select-bg.png") 0 0; } .moderator-layout .ch-input a.ch-warning-templates-button { display: block; } .moderator-layout .ch-input.custom-message-warning textarea { background: #ffd9d9 ; } .ch-message-type-warning { background: #ffd9d9 !important; } .ch-message-type-warning { border-left: solid 1px red; } .ch-message-type-warning .ch-item-info, .ch-message-type-warning .ch-item-userpic { display: none; } .ch-message-type-warning .ch-item-content { margin-left: 10px; } .ch-message-type-warning .ch-item-text { margin-right: 10px; } .ch-input .ch-snapshot-button { cursor: pointer; position: absolute; line-height: 25px; text-align: center; top: 1px; right: 1px; width: 28px; height: 28px; } .ch-input .ch-snapshot-button.loading { background: url('../../images/bar-loader.gif'); } .ch-input .ch-input-button { width: 40px; border-radius: 0 2px 2px 0; } .ch-snapshot-button .icon-snapshot { display: block; margin: 6px auto 0 auto; background-position: -60px -240px; width: 16px; height: 13px; top: 1px; } .ch-snapshot-button:hover .icon-snapshot, .ch-snapshot-button.loading .icon-snapshot, .ch-snapshot-button:active .icon-snapshot { background-position: -60px -340px; } .ch-snapshot-button.active .icon-snapshot { background-position: 0 -260px; } .ch-input .ch-smiles-button { cursor: pointer; position: absolute; line-height: 25px; text-align: center; top: 1px; right: 29px; width: 24px; height: 28px; } .ch-input .ch-smiles-button.off-chart { right: 1px; } .ch-smiles-button .icon-smile { display: block; margin: 6px auto 0 auto; background-position: -40px -400px; width: 15px; height: 14px; top: 1px; } .ch-smiles-popup { width: 170px; height: 110px; } .ch-smiles-popup .blue-tooltip-text { cursor: pointer; } .ch-smiles-popup .icon { left: 117px; } .ch-data { position: absolute; width: 100%; top: 32px; -moz-transition: opacity 0.3s; -webkit-transition: opacity 0.3s; -ms-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; cursor: pointer; } .ch-data.loading { opacity: 0.5; } .ch-item { padding: 8px 0 8px; position: relative; margin: 0 3px; border-bottom: 1px #EBEDF0 solid; } .mentions-only .ch-item { display: none !important; } .mentions-only .ch-item.ch-is-reply, .mentions-only .ch-item.ch-is-author { display: block !important; } .ch-item:hover { background: #F3F5F9; } .ch-item-userpic { position: absolute; left: 10px; top: 10px; display: block; } .ch-item-userpic img { width: 24px; height: 24px; } .ch-item-userpic.online:after { width: 5px; height: 5px; left: 20px; top: 20px; } .ch-item-content { margin: 0px 10px 0 44px; color: #5a5d66; font-size: 11px; min-height: 29px; } .ch-item-author { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .ch-item-author a { text-decoration: none; font-weight: bold; } .roomed .ch-item-author { margin: 0 40px 0 0; } .ch-item:not(.ch-is-author):hover .ch-item-author, .ch-highlight-user:not(.ch-is-author) .ch-item-author { margin-right: 0; } .ch-item-text { font-size: 12px; margin: 4px 30px 0 0; color: #5a5d66; overflow-x: hidden; } .ch-item-text a:hover { text-decoration: underline; } .ch-item-symbol { color: #8f8f8f; font-size: 10px; } .ch-item-symbol a { font-size: 10px; color: #8f8f8f; } .ch-item:not(.ch-is-author):hover .ch-item-symbol:not(.ch-symbol-show), .ch-highlight-user:not(.ch-is-author) .ch-item-symbol { display: none; } .ch-item-empty { margin: 10px 10px 0 10px; color: #8f8f8f; text-align: center; font-style: italic; } .ch-item-time { color: #8f8f8f; font-size: 10px; font-weight: normal; position: absolute; right: 12px; bottom: 8px; margin-top: -10px; } .ch-item-text img { display: block; height: 114px; margin: 8px 0 0; border: 5px solid #EAEFF4; } .ch-dialog { max-height: 500px; min-height: 35px; overflow-y: auto; padding: 10px 15px 0 !important; } .ch-dialog-item { float: left; width: 176px; margin: 0 0 10px; } .ch-dialog-item a { font-weight: bold; text-decoration: underline; font-size: 12px; } .ch-dialog-item .user-list-charts { width: 44px; padding: 2px 0 0 2px; } .ch-dialog-item .user-list-rating { width: 50px; padding: 2px 0 0 2px; background: none; } .ch-item-snapshot-preview { display: none; } .show-snapshot-preview .ch-item-snapshot-link { display: none; } .show-snapshot-preview .ch-item-snapshot-preview { display: block; } .ch-user-list-avatar { float: left; margin: 0 8px 0 0; height: 45px; position: relative; } .ch-user-list-username { font-weight: bold; font-size: 12px; margin: 0 0 3px; height: 17px; overflow: hidden; } .ch-user-list-username a.userlink { margin-left: 20px; } .ch-user-list-username a.userlink:hover { margin-left: 20px; } .ch-user-list-charts { float: left; padding: 5px 0 0; font-size: 12px; font-weight: bold; } .ch-user-list-rating { float: left; padding: 5px 0 0 10px; font-size: 12px; font-weight: bold; } .general-conversation { height: 500px; border: 1px solid #ccc; } .ch-disabled-message { font-size: 11px; color: #d22; display: none; padding: 4px 7px; } .ch-snapshot-link { font-size: 11px; display: none; padding: 4px 10px; position: relative; } .ch-snapshot-link .delete-icon { font-size: 11px; display: none; padding: 4px 7px; position: relative; } .ch-snapshot-link a:hover { text-decoration: underline; } .ch-snapshot-link img { display: block; width: 240px; max-height: 200px; margin: 3px; } .ch-item-delete { display: none; position: absolute; right: 9px; top: 50%; width: 13px; height: 13px; margin: -7px 0 0; cursor: pointer; background-position: -100px -100px; } .ch-item-hover { display: none; font-weight: normal !important; color: #9d9d9d !important; transition: color 0.4s; } .ch-item-hover:hover { color: #007fb9 !important; } .ch-item:hover .ch-item-delete { display: block; } .ch-item:hover .ch-item-hover, .ch-highlight-user .ch-item-hover { display: inline; } .ch-new-counter { color: white; background: #286ED1; margin: 0 4px 0 0; padding: 2px 2px 1px 2px; border-radius: 2px; } .ch-item-ignore-ban-separator { display: none; } .ch-item:hover .ch-item-ignore-ban-separator, .ch-highlight-user .ch-item-ignore-ban-separator, .ch-item-separator { display: inline-block; background: #9d9d9d; width: 2px; height: 2px; margin: 0 4px 3px 4px; } .ch-item-actions { position: absolute; right: 12px; top: 8px; } .ch-item-info { position: absolute; right: 12px; top: 8px; } .ch-sound-control { display: inline-block; width: 19px; height: 14px; margin: 0 5px; position: relative; top: 2px; background: url('../../images/sound-control.png'); background-position: 0 0; cursor: pointer; } .ch-sound-control:hover { background-position: -20px 0; } .ch-sound-control.mute { background-position: 0 -15px; } .ch-sound-control.mute:hover { background-position: -20px -15px; } .ch-is-author { background: #f3ffec; } .ch-is-reply { background: #f9ecff; } .ch-highlight-user { background: #ffe2a9; } .ch-is-author:hover { background: #eefae7; } .ch-is-reply:hover { background: #f6e8fc; } .ch-highlight-user:hover { background: #fcd384; } .ch-room-selector { display: none; } .roomed .ch-input .wrap .ch-room-selector { display: block; position: absolute; top: 6px; left: 9px; font-size: 11px; color: #007FB9; cursor: pointer; } .roomed .ch-input .wrap .ch-room-selector span { border-bottom: 1px dashed #007FB9; } .roomed .ch-input .wrap .ch-room-selector:after { content: ''; display: inline-block; margin: 0 0 0 2px; position: relative; top: -1px; border-style: solid; border-color: #007FB9 transparent transparent transparent; border-width: 3px 3px 0 3px; } .roomed .ch-input .wrap .ch-room-selector:hover { color: #3592BD; } .roomed .ch-input .wrap .ch-room-selector:hover:after { border-color: #3592BD transparent transparent transparent; } .roomed .ch-input .wrap textarea { text-indent: 46px; } .ch-item-channel { text-transform: uppercase; color: #8f8f8f; font-size: 10px; cursor: pointer; } .ch-item:not(.ch-is-author):hover .ch-item-channel, .ch-highlight-user:not(.ch-is-author) .ch-item-channel { display: none; } body.chat-page { min-width: 0; } .ch-ignore-list-item { padding: 5px 5px; } .ch-ignore-list-item:hover { background: #f9f9f9; } .ch-ignore-list-item .delete { float: right; } .ch-smile { background: url('../../images/smiles.png'); display: inline-block; width: 20px; height: 17px; vertical-align: bottom; } div.widgetbar-widgetheader-icon-economic-calendar { background-position: 0px -338px; } div.widgetbar-widgetheader-icon-earnings-calendar { background-position: -2px -387px; } div.calendar-widget-scnt { /*height: 95%;*/ height: 100%; position: relative; overflow: hidden; -webkit-overflow-scrolling: touch; } div.calendar-widget-dcnt { position: relative; padding-bottom: 100px; margin-bottom: 100px; } div.calendar-widget, div.calendar-widget.header { font-size: 0.9em; height: 18px; padding: 7px 0px 7px 11px; color: #5A5D66; cursor: default; display: block; overflow: hidden; margin: 0px 3px; } div.calendar-widget.header { height: 17px; padding: 0 0 0 11px; } div.calendar-widget div { white-space: nowrap; display: inline-block; z-index: 2; overflow: hidden; box-sizing: border-box; } div.calendar-widget.day { padding: 8px 5px 6px 10px; display: block; background: #EFF9FF; font-weight: bold; color: #2F5D7A; margin: 3px; text-transform: uppercase; } div.calendar-widget.day.green { background: #E4F3D5; color: #4C6E28; } div.calendar-widget.green { background: #F7FBF3; } div.calendar-widget.day.hand { cursor: pointer; } div.calendar-widget div a { color: #5D8ED5; } div.calendar-widget.regular { margin-left: 3px; position: relative; } div.calendar-widget.regular:hover { background: #ECF6E1; cursor: pointer; } div.calendar-widget.regular:hover div { cursor: pointer; } div.calendar-widget.regular.active, div.calendar-widget.regular.active:hover { background: #EBF8FF; } div.calendar-widget.regular.active:before { content: ''; display: block; width: 3px; height: 100%; position: absolute; top: 0; left: 0; background: #3E98CD; } div.calendar-widget.hidden { display: none; visibility: hidden; height: 0px; } div.calendar-widget.regular div.symbol { color: #303030; } div.calendar-widget div img { margin: 0px 0px 0px 10px; width: 11px; height: 11px; border: 0px solid black; display: inline; } div.calendar-widget div.bold { font-weight: bold; } div.calendar-widget div.ar { text-align: right; } div.calendar-widget div.actual { text-align: right; color: #5a5d66; } div.calendar-widget div.calendar-widget-w-15 { width: 20%; } div.calendar-widget div.calendar-widget-w-23 { width: 23%; } div.calendar-widget div.calendar-widget-w-15-l { width: 15%; padding: 0% 2% 0% 0%; } div.calendar-widget div.calendar-widget-w-30 { width: 30%; } div.calendar-widget div.calendar-widget-w-35 { width: 35%; } div.calendar-widget div.calendar-widget-w-25-l { width: 30%; /*padding: 0% 2% 0% 0%;*/ } div.calendar-widget.header div.calendar-widget-w-15, div.calendar-widget.header div.calendar-widget-w-23, div.calendar-widget.header div.calendar-widget-w-15-l, div.calendar-widget.header div.calendar-widget-w-30, div.calendar-widget.header div.calendar-widget-w-35, div.calendar-widget.header div.calendar-widget-w-25-l { color: #888989; font-weight: normal; } .tv-messages { height: 100%; position: relative; } .msg-chat-user { display: block; position: relative; height: 24px; padding: 5px 0; border-bottom: 1px solid #eaeaea; } .msg-chat-user:hover, .msg-chat-user.active { background: #edf0f3; } .msg-chat-user:last-child { border: none; } .msg-chat-user img { width: 24px; height: 24px; position: absolute; left: 10px; } .msg-chat-user span { padding: 0 0 0 40px; } .msg-chat-user.online::before { content: ""; height: 8px; width: 8px; border-radius: 50%; background: #5cb888; position: absolute; display: block; top: 1px; left: 24px; border: 3px solid #fff; z-index: 5; } .msg-chat-user.online:hover::before { border: 3px solid #edf0f3; } .msg-input-wrap { padding: 0 3px 3px 3px; } .msg-input { position: relative; height: 30px; z-index: 7; } .msg-input textarea { width: 100%; height: 30px; margin: 0; border: 1px solid #c9cbcd; padding: 6px 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font: 12px Arial, sans-serif; } .msg-input textarea:focus { border-color: #4c82ce; } .msg-input .msg-username-hint { display: none; position: absolute; width: 100%; background: #fff; overflow-y: auto; border: 1px solid #c9cbcd; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .msg-input .msg-username-hint .recipient { display: block; position: relative; height: 24px; padding: 5px 0; border-bottom: 1px solid #eaeaea; } .msg-input .msg-username-hint .recipient:hover, .msg-input .msg-username-hint .recipient.active { background: #edf0f3; } .msg-input .msg-username-hint .recipient:last-child { border: none; } .msg-input .msg-username-hint .recipient img { width: 24px; height: 24px; position: absolute; left: 10px; } .msg-input .msg-username-hint .recipient span { padding: 0 0 0 40px; } .msg-input .msg-username-hint .recipient.online::before { content: ""; height: 8px; width: 8px; border-radius: 50%; background: #5cb888; position: absolute; display: block; top: 1px; left: 24px; border: 3px solid #fff; z-index: 5; } .msg-input .msg-username-hint .recipient.online:hover::before { border: 3px solid #edf0f3; } .msg-data-wrap { height: -webkit-calc(100% - 34px); height: calc(100% - 34px); position: relative; } .separated { margin-bottom: 1px; } .msg-data { position: relative; margin: 0 3px 0 3px; } .msg-data .msg-empty { color: #8f8f8f; font-style: italic; text-align: center; margin: 10px 5px 0 5px; } .msg-data .msg-item { margin-bottom: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; padding: 7px 10px; position: relative; height: 45px; } .msg-data .msg-item .separator { content: ''; display: block; height: 1px; position: absolute; bottom: -1px; background: #EBEDF0; left: 0; right: 0; } .msg-data .msg-item:after { content: ''; display: block; height: 1px; position: absolute; bottom: -1px; background: #EBEDF0; left: 0; right: 0; } .msg-data .msg-item:hover { background: #edf0f3; } .msg-data .msg-item.active { background: #EBF8FF; } .msg-data .msg-item.active .title::before { content: ''; display: block; width: 3px; height: 100%; position: absolute; top: 0; left: 0; background: #3E98CD; } .msg-data .msg-item.not-own { opacity: 0.6; } .msg-data .msg-item.not-own.active .title::before { background: #FF008F; } .msg-data .msg-item .userpics { position: absolute; left: 11px; top: 7px; height: 32px; width: 32px; } .msg-data .msg-item .userpics img { width: 32px; height: 32px; position: absolute; } .msg-data .msg-item .userpics .userpic { overflow: hidden; position: absolute; width: 32px; height: 32px; } .msg-data .msg-item .userpics.layout-1 .online::after { content: ''; display: block; width: 10px; height: 10px; border-radius: 50%; position: absolute; top: -3px; right: -3px; background: #5cb888; border: 3px solid #f2f5f8; } .msg-data .msg-item .userpics.layout-2 .userpic { width: 16px; height: 32px; } .msg-data .msg-item .userpics.layout-2 .userpic img { left: -8px; } .msg-data .msg-item .userpics.layout-2 .userpic-2 { left: 16px; } .msg-data .msg-item .userpics.layout-3 .userpic { width: 16px; } .msg-data .msg-item .userpics.layout-3 .userpic-1 img { left: -8px; } .msg-data .msg-item .userpics.layout-3 .userpic-2, .msg-data .msg-item .userpics.layout-3 .userpic-3 { left: 16px; } .msg-data .msg-item .userpics.layout-3 .userpic-2 img, .msg-data .msg-item .userpics.layout-3 .userpic-3 img { width: 16px; height: 16px; } .msg-data .msg-item .userpics.layout-3 .userpic-3 { top: 16px; } .msg-data .msg-item .userpics.layout-4 .userpic { width: 16px; height: 16px; } .msg-data .msg-item .userpics.layout-4 .userpic img { width: 16px; height: 16px; } .msg-data .msg-item .userpics.layout-4 .userpic-2, .msg-data .msg-item .userpics.layout-4 .userpic-3 { left: 16px; } .msg-data .msg-item .userpics.layout-4 .userpic-3, .msg-data .msg-item .userpics.layout-4 .userpic-4 { top: 16px; } .msg-data .msg-item .title, .msg-data .msg-item .desc { margin-left: 45px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .msg-data .msg-item .title { font-size: 12px; font-weight: bold; } .msg-data .msg-item .desc { color: #8f8f8f; margin-top: 3px; font-size: 11px; } .msg-data .msg-item .counter { position: absolute; display: none; border: 1px solid #fff; background: #e0745f; right: 5px; top: 12px; color: #fff; border-radius: 3px; padding: 1px 4px; font-size: 10px; } .msg-data .msg-item.in-call .desc::after { content: ""; width: 25px; height: 25px; position: absolute; top: 10px; right: 28px; opacity: 0.8; background: url('../../images/phone-green.png'); -webkit-animation-name: bounce; -moz-animation-name: bounce; -ms-animation-name: bounce; animation-name: bounce; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -ms-animation-duration: 1s; animation-duration: 1s; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; animation-iteration-count: infinite; } @-webkit-keyframes bounce { 0% { -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); } 50% { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } 100% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } } @-moz-keyframes bounce { 0% { -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); } 50% { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } 100% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } } @-ms-keyframes bounce { 0% { -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); } 50% { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } 100% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } } @keyframes bounce { 0% { -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); } 50% { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } 100% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } } .msg-chat-wrap { height: 50%; position: relative; } .msg-window-handle { display: block; position: absolute; height: 5px; top: -3px; left: 0; width: 100%; background: rgba(0, 0, 0, 0); cursor: ns-resize; } .msg-window { background: #fff; height: 100%; } .msg-window .msg-window-heading-wrap { background: #f2f5f8; box-sizing: border-box; height: 34px; margin: 3px; } .msg-window .msg-window-heading { height: 15px; padding: 10px 0 9px 11px; font-size: 12px; line-height: 15px; font-weight: bold; color: #5a5c62; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: default; } .msg-window .msg-window-heading .close { background: url('../../images/icons.png') -141px -362px; width: 15px; height: 15px; position: absolute; top: 8px; right: 5px; } .msg-window .msg-window-heading .close:hover { background-color: #777; } .msg-window .msg-window-body { height: -webkit-calc(100% - 46px); height: calc(100% - 46px); position: relative; } .msg-window .msg-window-body .msg-members { position: absolute; background: #fff; width: 100%; height: 100%; display: none; top: 0; left: 0; z-index: 10; padding: 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .msg-window .msg-window-body .msg-members textarea { width: 100%; height: 30px; margin: 0; border: 1px solid #c9cbcd; padding: 6px 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font: 12px Arial, sans-serif; } .msg-window .msg-window-body .msg-members textarea:focus { border-color: #4c82ce; } .msg-window .msg-window-body .msg-members .msg-username-hint { display: none; position: absolute; width: -webkit-calc(100% - 10px); width: calc(100% - 10px); background: #fff; overflow-y: auto; border: 1px solid #c9cbcd; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index: 7; } .msg-window .msg-window-body .msg-members .msg-username-hint .recipient { display: block; position: relative; height: 24px; padding: 5px 0; border-bottom: 1px solid #eaeaea; } .msg-window .msg-window-body .msg-members .msg-username-hint .recipient:hover, .msg-window .msg-window-body .msg-members .msg-username-hint .recipient.active { background: #edf0f3; } .msg-window .msg-window-body .msg-members .msg-username-hint .recipient:last-child { border: none; } .msg-window .msg-window-body .msg-members .msg-username-hint .recipient img { width: 24px; height: 24px; position: absolute; left: 10px; } .msg-window .msg-window-body .msg-members .msg-username-hint .recipient span { padding: 0 0 0 40px; } .msg-window .msg-window-body .msg-members .msg-username-hint .recipient.online::before { content: ""; height: 8px; width: 8px; border-radius: 50%; background: #5cb888; position: absolute; display: block; top: 1px; left: 24px; border: 3px solid #fff; z-index: 5; } .msg-window .msg-window-body .msg-members .msg-username-hint .recipient.online:hover::before { border: 3px solid #edf0f3; } .msg-window .msg-window-body .msg-members .msg-chat-members { height: -webkit-calc(100% - 81px); height: calc(100% - 81px); overflow-y: auto; border-bottom: 1px solid #c9cbcd; } .msg-window .msg-window-body .msg-members .msg-chat-members .recipient { display: block; position: relative; height: 24px; padding: 5px 0; border-bottom: 1px solid #eaeaea; } .msg-window .msg-window-body .msg-members .msg-chat-members .recipient:hover, .msg-window .msg-window-body .msg-members .msg-chat-members .recipient.active { background: #edf0f3; } .msg-window .msg-window-body .msg-members .msg-chat-members .recipient:last-child { border: none; } .msg-window .msg-window-body .msg-members .msg-chat-members .recipient img { width: 24px; height: 24px; position: absolute; left: 10px; } .msg-window .msg-window-body .msg-members .msg-chat-members .recipient span { padding: 0 0 0 40px; } .msg-window .msg-window-body .msg-members .msg-chat-members .recipient.online::before { content: ""; height: 8px; width: 8px; border-radius: 50%; background: #5cb888; position: absolute; display: block; top: 1px; left: 24px; border: 3px solid #fff; z-index: 5; } .msg-window .msg-window-body .msg-members .msg-chat-members .recipient.online:hover::before { border: 3px solid #edf0f3; } .msg-window .msg-window-body .msg-members .msg-chat-members .recipient.new { background: #f3ffec; } .msg-window .msg-window-body .msg-members .msg-chat-members .recipient i.remove { background: url('../../images/icons.png') -141px -362px; width: 14px; height: 14px; margin-left: 3px; display: inline-block; vertical-align: top; position: absolute; top: 10px; right: 8px; } .msg-window .msg-window-body .msg-members .msg-chat-members .recipient i.remove:hover { background-color: #fff; } .msg-window .msg-window-body .msg-members .msg-username-hint-actions { margin: 5px 0 0; } .msg-window .msg-window-body .msg-members .msg-username-hint-actions .tv-button { width: -webkit-calc(50% - 5px); width: calc(50% - 5px); height: 30px; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .msg-window .msg-window-body .msg-members .msg-username-hint-actions .tv-button:first-child { margin-right: 10px; } .msg-window .msg-window-body .msg-members .msg-username-hint-actions .close { width: 100%; } .msg-videos { display: none; height: 180px; background: #000; overflow: hidden; position: relative; text-align: center; } .msg-videos .remote { width: 320px; height: 180px; } .msg-videos .local { width: 105px; height: 60px; position: absolute; bottom: 0; right: 0; z-index: 1; } .msg-videos .msg-video-placeholder { color: #fff; text-align: center; position: absolute; width: 100%; margin: -7px 0 0; top: 50%; display: none; } .msg-chat-with-video { height: -webkit-calc(100% - 180px); height: calc(100% - 180px); } .msg-window-members-count { position: absolute; font-size: 10px; top: 0; } .msg-userlink-popup { position: absolute; width: 405px; color: #52565E; transition: all 0.5s; z-index: 18; } .msg-userlink-popup .msg-userlink-popup-container { background: #fff; height: -webkit-calc(100% - 10px); height: calc(100% - 10px); border: 1px solid #d6d6d6; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); transition: all 0.5s; } .msg-userlink-popup button.message-user { background: #43BE83; } .msg-userlink-popup button.message-user.cancel { background: #A5ABB5; } .msg-userlink-popup button.message-user:hover, .msg-userlink-popup button.message-user.cancel:hover { background: #06B2CE; } .msg-userlink-popup .userpic { width: 130px; height: 130px; position: absolute; } .msg-userlink-popup .content { margin: 10px 10px 10px 140px; height: 112px; font-size: 14px; position: relative; } .msg-userlink-popup .content .float-bottom { position: absolute; bottom: 0; } .msg-userlink-popup .content .username { margin: -2px 0 9px 5px; font-size: 18px; } .msg-userlink-popup .content .username > a { display: inline-block; vertical-align: middle; } .msg-userlink-popup .content .username .user-badge { margin-left: 8px; } .msg-userlink-popup .content .user-stats-small { margin: 0 5px; } .msg-userlink-popup .content .action-buttons { position: absolute; left: 0; bottom: 5px; width: 100%; text-align: center; /*margin-top: 25px;*/ } .msg-userlink-popup .content .action-buttons button { width: 115px; height: 27px; display: inline-block; font-size: 12px; margin: 0 9px 0 0; border: 0; outline: 0; } .msg-userlink-popup .content .action-buttons button::-moz-focus-inner { border: 0; } .msg-userlink-popup .content .action-buttons button > span { position: relative; padding-left: 20px; } .msg-userlink-popup .content .action-buttons button > span.no-text { padding-left: 10px; } .msg-userlink-popup .content .action-buttons button > span:before { content: " "; position: absolute; top: 0; left: 0; display: block; width: 13px; height: 27px; background-image: url("../../images/icons.png"); background-repeat: no-repeat; border: 0; outline: 0; } .msg-userlink-popup .content .action-buttons button:last-child { margin-right: 0; } .msg-userlink-popup .content .action-buttons button.follow-user span:before { width: 13px; height: 13px; background-position: -120px -400px; } .msg-userlink-popup .content .action-buttons button.follow-user span.following:before { top: 1px; background-position: -159px -400px; } .msg-userlink-popup .content .action-buttons button.follow-user span.unfollow:before { top: 1px; width: 11px; height: 12px; background-position: -100px -400px; } .msg-userlink-popup .content .action-buttons button.message-user span.message:before { top: 3px; width: 13px; height: 9px; background-position: -140px -400px; } .msg-userlink-popup .user-status { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; width: 100%; border: 1px solid #fff; padding: 10px; background-color: #EAEFF4; overflow-x: hidden; text-overflow: ellipsis; } .msg-userlink-popup .user-status.empty { font-style: italic; color: #AEB6BE; } .msg-userlink-popup .user-status.empty a { color: #9ED1EE; } .msg-userlink-popup .send-form { display: none; height: 0; overflow: hidden; padding: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .msg-userlink-popup.form-layout { left: 50%; width: 460px; height: 200px; margin: -100px 0 0 -230px; } .msg-userlink-popup.form-layout .userpic, .msg-userlink-popup.form-layout .content, .msg-userlink-popup.form-layout .user-status { display: none; } .msg-userlink-popup.form-layout .send-form { display: block; height: 100%; } .msg-userlink-popup.form-layout .send-form p { margin: 0 0 10px; } .msg-userlink-popup.form-layout .send-form p:last-child { margin: 0; } .msg-userlink-popup.form-layout .send-form p.actions { text-align: right; } .msg-userlink-popup.form-layout .send-form p.actions button.message-user { width: 100px; display: inline-block; font-size: 12px; height: 27px; line-height: 27px; margin: 0 10px 0 0; } .msg-userlink-popup.form-layout .send-form textarea { width: 100%; height: 94px; border: 1px solid #c9cbcd; font: 12px Arial, sans-serif; padding: 6px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .tv-publicchats { height: 100%; position: relative; } .pc-data-wrap { height: 100%; position: relative; } .pc-data { position: relative; margin: 0 3px 0 3px; } .pc-data.only-favorites .pc-item:not(.pinned):not(.favorite) { display: none; } .pc-data .pc-item { margin-bottom: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; padding: 7px 10px; position: relative; height: 45px; } .pc-data .pc-item:not(.pinned):not(.favorite) .title { color: #8A8C92; } .pc-data .pc-item .separator { content: ''; display: block; height: 1px; position: absolute; bottom: -1px; background: #EBEDF0; left: 0; right: 0; } .pc-data .pc-item:after { content: ''; display: block; height: 1px; position: absolute; bottom: -1px; background: #EBEDF0; left: 0; right: 0; } .pc-data .pc-item.pinned { padding: 8px 10px; height: 50px; background: #f8f8f8; } .pc-data .pc-item.pinned:after { background: #DFE3EB; } .pc-data .pc-item:hover { background: #edf0f3; } .pc-data .pc-item:hover .chat-info, .pc-data .pc-item:hover .chat-settings, .pc-data .pc-item:hover .notifications-toggle, .pc-data .pc-item:hover .pinned, .pc-data .pc-item:hover .fav { display: inline-block; } .pc-data .pc-item.active { background: #EBF8FF; } .pc-data .pc-item.active .title::before { content: ''; display: block; width: 3px; height: 100%; position: absolute; top: 0; left: 0; background: #3E98CD; } .pc-data .pc-item.active .notifications-toggle, .pc-data .pc-item.active .chat-info, .pc-data .pc-item.active .chat-settings, .pc-data .pc-item.active .pinned, .pc-data .pc-item.active .fav { display: inline-block; } .pc-data .pc-item .desc { margin-right: 17px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #8f8f8f; margin-top: 4px; font-size: 11px; } .pc-data .pc-item .title { font-weight: bold; color: #5a5c62; font-size: 12px; margin-right: 30px; white-space: nowrap; overflow: hidden; } .pc-data .pc-item .title .title-text { display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: bottom; } .pc-data .pc-item .counter { position: absolute; display: none; border: 1px solid #fff; background: #e0745f; right: 6px; top: 23px; color: #fff; border-radius: 3px; padding: 1px 4px; font-size: 10px; } .pc-data .pc-item .users { font-size: 11px; font-weight: normal; } .pc-data .pc-item .users.hidden { display: none; } .pc-data .pc-item .chat-info { width: 12px; height: 12px; margin: -1px 0 0 6px; background-position: -120px -380px; display: none; } .pc-data .pc-item .chat-settings { width: 12px; height: 12px; margin: -1px 0 0 6px; background-position: -180px -380px; display: none; } .pc-data .pc-item .notifications-toggle { position: absolute; right: 8px; top: 10px; width: 12px; height: 12px; margin: -1px 0 0 6px; background-position: -60px -400px; display: none; } .pc-data .pc-item .notifications-toggle:hover, .pc-data .pc-item .notifications-toggle.active { display: inline-block; background-position: -140px -380px; } .pc-data .pc-item .pinned { position: absolute; right: 27px; top: 10px; display: none; width: 8px; height: 12px; background-position: -100px -380px; } .pc-data .pc-item .fav { position: absolute; right: 25px; top: 9px; display: none; width: 13px; height: 11px; background-position: -20px -400px; } .pc-data .pc-item .fav:hover, .pc-data .pc-item .fav.active { display: inline-block; background-position: 0px -400px; } /*# sourceMappingURL=chartclient.compiled.css.map */