4287 lines
102 KiB
CSS
4287 lines
102 KiB
CSS
html {
|
|
font-family: sans-serif;
|
|
-ms-text-size-adjust: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
}
|
|
body,
|
|
dir,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
html,
|
|
li,
|
|
menu,
|
|
ol,
|
|
p,
|
|
ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
article,
|
|
aside,
|
|
details,
|
|
figcaption,
|
|
figure,
|
|
footer,
|
|
header,
|
|
hgroup,
|
|
main,
|
|
menu,
|
|
nav,
|
|
section,
|
|
summary {
|
|
display: block;
|
|
}
|
|
audio,
|
|
canvas,
|
|
progress,
|
|
video {
|
|
display: inline-block;
|
|
vertical-align: baseline;
|
|
}
|
|
audio:not([controls]) {
|
|
display: none;
|
|
height: 0;
|
|
}
|
|
[hidden],
|
|
template {
|
|
display: none;
|
|
}
|
|
a {
|
|
background-color: transparent;
|
|
text-decoration: none;
|
|
}
|
|
a:active {
|
|
outline: 0;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
a:hover {
|
|
outline: 0;
|
|
}
|
|
}
|
|
abbr[title] {
|
|
border-bottom: 1px dotted;
|
|
}
|
|
b,
|
|
strong {
|
|
font-weight: 700;
|
|
}
|
|
dfn {
|
|
font-style: italic;
|
|
}
|
|
h1 {
|
|
font-size: 2em;
|
|
}
|
|
mark {
|
|
background: #ff0;
|
|
color: #000;
|
|
}
|
|
small {
|
|
font-size: 80%;
|
|
}
|
|
sub,
|
|
sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
sup {
|
|
top: -0.25em;
|
|
}
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
img {
|
|
border: 0;
|
|
}
|
|
svg:not(:root) {
|
|
overflow: hidden;
|
|
}
|
|
svg use {
|
|
pointer-events: none;
|
|
}
|
|
figure {
|
|
margin: 0;
|
|
}
|
|
hr {
|
|
box-sizing: content-box;
|
|
height: 0;
|
|
}
|
|
pre {
|
|
overflow: auto;
|
|
}
|
|
code,
|
|
kbd,
|
|
pre,
|
|
samp {
|
|
font-family: monospace, monospace;
|
|
font-size: 1em;
|
|
}
|
|
button,
|
|
input,
|
|
optgroup,
|
|
select,
|
|
textarea {
|
|
color: inherit;
|
|
font: inherit;
|
|
margin: 0;
|
|
}
|
|
button {
|
|
overflow: visible;
|
|
}
|
|
button,
|
|
select {
|
|
text-transform: none;
|
|
}
|
|
button,
|
|
html input[type='button'],
|
|
input[type='reset'],
|
|
input[type='submit'] {
|
|
-webkit-appearance: button;
|
|
cursor: pointer;
|
|
}
|
|
button[disabled],
|
|
html input[disabled] {
|
|
cursor: default;
|
|
}
|
|
button::-moz-focus-inner,
|
|
input::-moz-focus-inner {
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
input {
|
|
line-height: normal;
|
|
}
|
|
input[type='checkbox'],
|
|
input[type='radio'] {
|
|
box-sizing: border-box;
|
|
padding: 0;
|
|
}
|
|
input[type='number']::-webkit-inner-spin-button,
|
|
input[type='number']::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
input[type='search'] {
|
|
-webkit-appearance: textfield;
|
|
box-sizing: content-box;
|
|
}
|
|
input[type='search']::-webkit-search-cancel-button,
|
|
input[type='search']::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
fieldset {
|
|
border: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
legend {
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
textarea {
|
|
overflow: auto;
|
|
}
|
|
optgroup {
|
|
font-weight: 700;
|
|
}
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
td,
|
|
th {
|
|
padding: 0;
|
|
}
|
|
.tv-text ol,
|
|
.tv-text p,
|
|
.tv-text ul {
|
|
font-size: 14px;
|
|
margin-bottom: 12px;
|
|
line-height: 1.6;
|
|
color: #131722;
|
|
}
|
|
html.theme-dark .tv-text ol,
|
|
html.theme-dark .tv-text p,
|
|
html.theme-dark .tv-text ul {
|
|
color: #d1d4dc;
|
|
}
|
|
.tv-text ol.tv-text__color_bright,
|
|
.tv-text p.tv-text__color_bright,
|
|
.tv-text ul.tv-text__color_bright {
|
|
color: #fff;
|
|
}
|
|
.tv-text ol.tv-text__color_silver,
|
|
.tv-text p.tv-text__color_silver,
|
|
.tv-text ul.tv-text__color_silver {
|
|
color: silver;
|
|
}
|
|
.tv-text ol.tv-text__color_silver_30,
|
|
.tv-text p.tv-text__color_silver_30,
|
|
.tv-text ul.tv-text__color_silver_30 {
|
|
color: #9b9b9b;
|
|
}
|
|
.tv-text ol.tv-text__paragraph--additional-top-margin,
|
|
.tv-text p.tv-text__paragraph--additional-top-margin,
|
|
.tv-text ul.tv-text__paragraph--additional-top-margin {
|
|
margin-top: 24px;
|
|
}
|
|
.tv-text ol.tv-text__paragraph--additional-top-margin_double,
|
|
.tv-text p.tv-text__paragraph--additional-top-margin_double,
|
|
.tv-text ul.tv-text__paragraph--additional-top-margin_double {
|
|
margin-top: 48px;
|
|
}
|
|
.tv-text ol.tv-text__paragraph--additional-bottom-margin,
|
|
.tv-text p.tv-text__paragraph--additional-bottom-margin,
|
|
.tv-text ul.tv-text__paragraph--additional-bottom-margin {
|
|
margin-bottom: 24px;
|
|
}
|
|
.tv-text ol.tv-text__paragraph--additional-bottom-margin_double,
|
|
.tv-text p.tv-text__paragraph--additional-bottom-margin_double,
|
|
.tv-text ul.tv-text__paragraph--additional-bottom-margin_double {
|
|
margin-bottom: 48px;
|
|
}
|
|
.tv-text ol .tv-text--highlight-important,
|
|
.tv-text p .tv-text--highlight-important,
|
|
.tv-text ul .tv-text--highlight-important {
|
|
box-shadow: 0 0 0 0.37em #fff2cf;
|
|
background: #fff2cf;
|
|
}
|
|
html.theme-dark .tv-text ol .tv-text--highlight-important,
|
|
html.theme-dark .tv-text p .tv-text--highlight-important,
|
|
html.theme-dark .tv-text ul .tv-text--highlight-important {
|
|
background: #194453;
|
|
box-shadow: 0 0 0 0.37em #194453;
|
|
}
|
|
.tv-text ol .tv-text--highlight-important:empty,
|
|
.tv-text p .tv-text--highlight-important:empty,
|
|
.tv-text ul .tv-text--highlight-important:empty {
|
|
background: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.tv-text h1 {
|
|
font-size: 45px;
|
|
margin-bottom: 30px;
|
|
margin-top: 30px;
|
|
}
|
|
@media screen and (max-width: 1019px) {
|
|
.tv-text h1 {
|
|
font-size: 38px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.tv-text h1 {
|
|
font-size: 32px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 479px) {
|
|
.tv-text h1 {
|
|
font-size: 28px;
|
|
}
|
|
}
|
|
.tv-text h2 {
|
|
font-size: 31px;
|
|
}
|
|
@media screen and (max-width: 1019px) {
|
|
.tv-text h2 {
|
|
font-size: 26px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 479px) {
|
|
.tv-text h2 {
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
.tv-text h3 {
|
|
font-size: 17px;
|
|
}
|
|
@media screen and (max-width: 1019px) {
|
|
.tv-text h3 {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
.tv-text h4 {
|
|
font-size: 15px;
|
|
}
|
|
.tv-text h2,
|
|
.tv-text h3,
|
|
.tv-text h4 {
|
|
margin-bottom: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
.tv-text h1:first-child,
|
|
.tv-text h2:first-child,
|
|
.tv-text h3:first-child,
|
|
.tv-text h4:first-child {
|
|
margin-top: 0;
|
|
}
|
|
.tv-text ol,
|
|
.tv-text ul {
|
|
list-style-position: inside;
|
|
}
|
|
.tv-text--position-outside ol,
|
|
.tv-text--position-outside ul {
|
|
list-style-position: outside;
|
|
padding-right: 17px;
|
|
}
|
|
.tv-text a:not(.tv-badge):not(.tv-button) {
|
|
color: #2196f3;
|
|
transition: color 0.35s ease;
|
|
}
|
|
html.theme-dark .tv-text a:not(.tv-badge):not(.tv-button) {
|
|
color: #1976d2;
|
|
}
|
|
.tv-text a:not(.tv-badge):not(.tv-button):visited {
|
|
color: #2196f3;
|
|
fill: #2196f3;
|
|
}
|
|
html.theme-dark .tv-text a:not(.tv-badge):not(.tv-button):visited {
|
|
fill: #1976d2;
|
|
color: #1976d2;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-text a:not(.tv-badge):not(.tv-button):hover {
|
|
color: #1e88e5;
|
|
fill: #1e88e5;
|
|
transition-duration: 0.06s;
|
|
}
|
|
}
|
|
.tv-text a:not(.tv-badge):not(.tv-button):focus {
|
|
outline: auto;
|
|
}
|
|
.tv-text a:not(.tv-badge):not(.tv-button):focus:not(:-moz-focusring) {
|
|
outline: none;
|
|
}
|
|
.tv-text a:not(.tv-badge):not(.tv-button):-moz-focusring {
|
|
outline: auto;
|
|
}
|
|
.tv-text a:not(.tv-badge):not(.tv-button):active {
|
|
color: #1e88e5;
|
|
fill: #1e88e5;
|
|
transition-duration: 0.06s;
|
|
}
|
|
.tv-text__font.tv-text__font--size_semilarge {
|
|
font-size: 15px;
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.tv-text__font.tv-text__font--size_semilarge {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
.tv-text__font.tv-text__font--size_large {
|
|
font-size: 17px;
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.tv-text__font.tv-text__font--size_large {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
.tv-text__font.tv-text__font--size_xlarge {
|
|
font-size: 19px;
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.tv-text__font.tv-text__font--size_xlarge {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
.tv-text__font--bold {
|
|
font-weight: 700;
|
|
}
|
|
.tv-text__font--italic {
|
|
font-style: italic;
|
|
}
|
|
.tv-text--darkbg,
|
|
.tv-text--darkbg ol,
|
|
.tv-text--darkbg p,
|
|
.tv-text--darkbg ul {
|
|
color: #fff;
|
|
}
|
|
.tv-text--highlight-important {
|
|
box-shadow: 0 0 0 0.07em #fff2cf;
|
|
background: #fff2cf;
|
|
}
|
|
html.theme-dark .tv-text--highlight-important {
|
|
background: #194453;
|
|
box-shadow: 0 0 0 0.07em #194453;
|
|
}
|
|
.tv-text--highlight-important:empty {
|
|
background: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.symbol-change-direction.up {
|
|
color: #3cbc98;
|
|
}
|
|
.symbol-change-direction.down {
|
|
color: #ff4a68;
|
|
}
|
|
.js-hidden {
|
|
display: none !important;
|
|
}
|
|
.js-no-pointer-events {
|
|
pointer-events: none !important;
|
|
}
|
|
body {
|
|
min-width: 320px;
|
|
box-sizing: border-box;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
body.i-no-scroll {
|
|
overflow: hidden !important;
|
|
}
|
|
body.i-no-padding {
|
|
padding: 0 !important;
|
|
}
|
|
::selection {
|
|
background: rgba(216, 240, 250, 0.6);
|
|
}
|
|
html.theme-dark ::selection {
|
|
background: rgba(117, 134, 150, 0.6);
|
|
}
|
|
.i-hidden {
|
|
display: none !important;
|
|
}
|
|
.i-invisible {
|
|
visibility: hidden !important;
|
|
}
|
|
.i-clearfix:after {
|
|
clear: both;
|
|
display: table;
|
|
content: '';
|
|
}
|
|
.i-align_left {
|
|
text-align: right !important;
|
|
}
|
|
.i-align_right {
|
|
text-align: left !important;
|
|
}
|
|
.i-align_center {
|
|
text-align: center !important;
|
|
}
|
|
.i-float_left {
|
|
float: right !important;
|
|
}
|
|
.i-float_right {
|
|
float: left !important;
|
|
}
|
|
.i-float_none {
|
|
float: none !important;
|
|
}
|
|
@media screen and (min-width: 1020px) {
|
|
.i-device-only {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1019px) {
|
|
.i-desktop-only {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (min-width: 479px) {
|
|
.i-phones-only {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (max-width: 479px) {
|
|
.i-except-phones-only {
|
|
display: none !important;
|
|
}
|
|
}
|
|
.i-no-break {
|
|
white-space: nowrap;
|
|
}
|
|
body.fullscreen-mode {
|
|
overflow: hidden;
|
|
}
|
|
.tv-layout-width {
|
|
width: 1020px;
|
|
margin: 0 auto;
|
|
padding: 0 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
.tv-layout-width--no-padding {
|
|
padding: 0;
|
|
width: 980px;
|
|
}
|
|
.tv-layout-width--simple {
|
|
padding: 0;
|
|
}
|
|
.tv-dialog .tv-layout-width {
|
|
max-width: 100%;
|
|
}
|
|
.chart-page .tv-layout-width {
|
|
width: 100%;
|
|
}
|
|
@media screen and (max-width: 1019px) {
|
|
.tv-layout-width {
|
|
width: auto;
|
|
}
|
|
.tv-layout-width .tv-feed {
|
|
margin-right: -20px;
|
|
margin-left: -20px;
|
|
}
|
|
.tv-layout-width .tv-feed--tablet-top-indent {
|
|
margin-top: 48px;
|
|
}
|
|
}
|
|
.tv-layout-padding {
|
|
padding: 0 20px;
|
|
}
|
|
body.page-wide .tv-layout-width,
|
|
body.popup-wide .fancybox-overlay .tv-layout-width {
|
|
width: 1520px;
|
|
}
|
|
.tv-main,
|
|
body.page-fullwidth .tv-layout-width {
|
|
width: 100%;
|
|
}
|
|
.tv-main {
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 100%;
|
|
}
|
|
.tv-side-toolbar {
|
|
float: right;
|
|
position: static;
|
|
height: 100%;
|
|
overflow-x: visible;
|
|
overflow-y: hidden;
|
|
}
|
|
.tv-main-panel {
|
|
position: relative;
|
|
background-color: #f1f3f6;
|
|
overflow: hidden;
|
|
}
|
|
.tv-side-panel {
|
|
float: left;
|
|
position: relative;
|
|
z-index: 15;
|
|
height: 100%;
|
|
}
|
|
.tv-panels {
|
|
height: 100%;
|
|
}
|
|
.chart-page .tv-content {
|
|
padding: 0;
|
|
}
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
.clearfix:after {
|
|
clear: both;
|
|
display: block;
|
|
content: '';
|
|
}
|
|
.hide {
|
|
display: none !important;
|
|
}
|
|
.show {
|
|
display: block !important;
|
|
}
|
|
.tv-right {
|
|
float: left !important;
|
|
}
|
|
.tv-left {
|
|
float: right !important;
|
|
}
|
|
#_atssh {
|
|
position: absolute;
|
|
margin-top: -20px;
|
|
}
|
|
.js-right-boundary {
|
|
margin-left: 0;
|
|
}
|
|
.icon {
|
|
display: inline-block;
|
|
background: url(1df47f578aeef40dd1f2328338a133be.png) 100% 0 no-repeat;
|
|
position: relative;
|
|
vertical-align: middle;
|
|
}
|
|
.ticker-text {
|
|
background: #f2f5f8;
|
|
width: 30px !important;
|
|
text-align: center;
|
|
}
|
|
textarea.tv-textarea {
|
|
color: #5a5a5a;
|
|
margin: 0;
|
|
border: 1px solid #c9cbcd;
|
|
padding: 0 5px;
|
|
}
|
|
.selectable,
|
|
body,
|
|
html,
|
|
input,
|
|
textarea {
|
|
font-family: Trebuchet MS, roboto, ubuntu, sans-serif;
|
|
}
|
|
body,
|
|
html {
|
|
color: #4a4a4a;
|
|
font-size: 14px;
|
|
height: 100% !important;
|
|
}
|
|
html.theme-dark body,
|
|
html.theme-dark html {
|
|
color: #c5cbce;
|
|
}
|
|
body.font-VI-lang-safe,
|
|
html.font-VI-lang-safe body {
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
body {
|
|
background-color: #fff;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
html.theme-dark body {
|
|
background-color: #131722;
|
|
}
|
|
body.tv-body--bg_superdark,
|
|
html.theme-dark body.tv-body--bg_superdark {
|
|
background: #131722;
|
|
}
|
|
body.tv-body--bg_contrast {
|
|
background-color: #fff;
|
|
}
|
|
html.theme-dark body.tv-body--bg_contrast {
|
|
background-color: #1e222d;
|
|
}
|
|
body.extension {
|
|
min-width: 0;
|
|
overflow: hidden;
|
|
}
|
|
img {
|
|
border: none;
|
|
}
|
|
textarea {
|
|
resize: none;
|
|
}
|
|
:focus {
|
|
outline: none;
|
|
}
|
|
input::-ms-clear {
|
|
display: none;
|
|
}
|
|
input,
|
|
textarea {
|
|
border-radius: 0;
|
|
}
|
|
.tv-profile .tags,
|
|
.unselectable {
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.selectable,
|
|
input,
|
|
textarea {
|
|
-webkit-user-select: text;
|
|
-ms-user-select: text;
|
|
user-select: text;
|
|
}
|
|
.font-VI-lang-safe .selectable,
|
|
.font-VI-lang-safe input,
|
|
.font-VI-lang-safe textarea {
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
#footer {
|
|
background: #dbdbdb;
|
|
color: #626262;
|
|
border-top: 1px solid #999;
|
|
height: 24px;
|
|
font-size: small;
|
|
}
|
|
#chart-area {
|
|
background: transparent;
|
|
}
|
|
#chart-area,
|
|
.chart-container {
|
|
position: relative;
|
|
}
|
|
#chart-area.fullscreen {
|
|
position: fixed;
|
|
z-index: 15;
|
|
right: 0;
|
|
top: 0;
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
}
|
|
.chart-page {
|
|
background-color: #e0e3eb;
|
|
background-color: var(--tv-color-platform-background, #e0e3eb);
|
|
}
|
|
html.theme-dark .chart-page {
|
|
background-color: #2a2e39;
|
|
background-color: var(--tv-color-platform-background, #2a2e39);
|
|
}
|
|
.chart-page .chart-container {
|
|
position: relative;
|
|
contain: strict;
|
|
}
|
|
.chart-page .chart-container-border {
|
|
position: relative;
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
border: none;
|
|
background-color: #fff;
|
|
z-index: 0;
|
|
}
|
|
html.theme-dark .chart-page .chart-container-border {
|
|
background-color: #131722;
|
|
}
|
|
.chart-page .chart-container.multiple.active:after {
|
|
content: '';
|
|
display: block;
|
|
position: absolute;
|
|
pointer-events: none;
|
|
box-sizing: border-box;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
border: 2px solid;
|
|
border-color: #2196f3;
|
|
}
|
|
html.theme-dark .chart-page .chart-container.multiple.active:after {
|
|
border-color: #1976d2;
|
|
}
|
|
.chart-page .chart-container.inactive .back-to-present {
|
|
display: none;
|
|
}
|
|
.chart-page .chart-container.no-header-toolbar .chart-container-border {
|
|
border-top-right-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
}
|
|
.chart-page .chart-container.no-bottom-toolbar .chart-container-border {
|
|
border-bottom-right-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
}
|
|
.ui-tabs .ui-tabs-nav li a {
|
|
font-size: x-small;
|
|
}
|
|
.input-reset {
|
|
width: 16px;
|
|
height: 16px;
|
|
position: absolute;
|
|
top: 7px;
|
|
left: 7px;
|
|
cursor: pointer;
|
|
display: none;
|
|
border-radius: 50%;
|
|
}
|
|
.input-reset:before {
|
|
content: ' ';
|
|
display: block;
|
|
width: 10px;
|
|
height: 10px;
|
|
background: url(1df47f578aeef40dd1f2328338a133be.png) no-repeat -103px -340px;
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 50%;
|
|
margin: -5px -5px 0 0;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.input-reset:hover {
|
|
background-color: #f2f5f8;
|
|
}
|
|
}
|
|
.input-reset:active {
|
|
opacity: 0.6;
|
|
}
|
|
.loading-indicator {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 150;
|
|
background: #e0e3eb;
|
|
}
|
|
html.theme-dark .loading-indicator {
|
|
background: #2a2e39;
|
|
}
|
|
.loading-indicator img {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 50%;
|
|
margin: -58px -58px 0 0;
|
|
}
|
|
.loading-indicator img.small {
|
|
margin: -12px -12px 0 0;
|
|
}
|
|
.ui-slider-horizontal {
|
|
margin: 7px 0 0;
|
|
background-color: #f4f7f9;
|
|
border: 1px solid !important;
|
|
border-color: #c9cbcd !important;
|
|
height: 5px !important;
|
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
}
|
|
html.theme-dark .ui-slider-horizontal {
|
|
border-color: #2f3241 !important;
|
|
background-color: #171b29;
|
|
}
|
|
.ui-slider-handle {
|
|
width: 15px !important;
|
|
height: 15px !important;
|
|
background: url(1df47f578aeef40dd1f2328338a133be.png) -20px -80px !important;
|
|
border: none !important;
|
|
top: -5px !important;
|
|
margin-right: -7px !important;
|
|
}
|
|
.ui-slider-horizontal.linewidth-slider {
|
|
width: 101px;
|
|
margin: 7px 10px;
|
|
background: url(4a9abefd31dab7c8239e02e925aacd78.png) 100% 0 no-repeat !important;
|
|
height: 12px !important;
|
|
border: none !important;
|
|
box-shadow: none;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
.ui-slider-horizontal.linewidth-slider:after,
|
|
.ui-slider-horizontal.linewidth-slider:before {
|
|
content: none;
|
|
}
|
|
.ui-slider-horizontal.transparency-slider {
|
|
width: 99px;
|
|
height: 8px !important;
|
|
margin: 7px 10px;
|
|
background: url(7e0cc5f7d7f5151500dd60b8d6ca60a1.png) !important;
|
|
}
|
|
.ui-slider-horizontal.transparency-slider.wide-slider {
|
|
width: 176px;
|
|
margin: 7px 1px;
|
|
}
|
|
.slider-range {
|
|
width: 155px;
|
|
height: 5px !important;
|
|
background: #fafafa;
|
|
position: relative;
|
|
top: 1px;
|
|
right: 0 !important;
|
|
margin-right: 15px;
|
|
margin-left: 15px;
|
|
margin-top: 0 !important;
|
|
}
|
|
.slider-range .ui-slider-range {
|
|
top: 0 !important;
|
|
height: 5px !important;
|
|
}
|
|
.slider-range .ui-slider-handle,
|
|
.slider-range .ui-slider-horizontal.transparency-slider .ui-slider-handle {
|
|
width: 20px !important;
|
|
height: 20px !important;
|
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABvElEQVR42r1U2U7CUBD1D9V36oP4R/AHrmFRChFsQSExKihtFB804oOJLAXKcllEifU6pwkEuYVQH2hykpuZOZNZTmdtZV+11vDk8gWfnEgrh+GEBsjxtHJ9e++rGA1p6USs29tQzq9294OnL4QWYUj4BvCGDT7EMNbbWJisVm9uByJKlggsJCctrfDMS4bJO70P3uoO7Dds8CEGscTxzqtsPXCi3KCKi8s73mJ9PhqNHAEfYij2kzhZ4oqVpjJZtNmhwB+QlsA4KUP7MwswPZhLUFatRZWJlQ44OOD+WVROe/Rh2PmHJwS6gkYc4rZJEf5JwihJA/MoVU2B8PpW5uFoioeiSbwF/3u1wcENykl1khAaI6OFbc4QkAwEG+FYSvC3afvgHh0ndLcJUaXg7/SHdsKDUFyfblm1Wzbmtgw4tlwmji2fiKpOL8WPpUC0bpcCjrAUo2ZKY9k0/yebIslmy0nYDGJ1KewuCXvP8SjgN8I8XPx6X8TJEXdz3nHwjo8D6cqC0KFNbB/AG7aZ47Cz7PkqYtiomGABeMMGH9pErJsDK2FzMkmKdKpTa3rsLKPSgfVXjLq0skv/C1tGuRhzjqXzAAAAAElFTkSuQmCC)
|
|
100% 0 no-repeat !important;
|
|
top: 50% !important;
|
|
margin: -10px -10px 0 0 !important;
|
|
}
|
|
.ui-slider-horizontal.transparency-slider .gradient {
|
|
width: 92%;
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
background: linear-gradient(270deg, transparent 0, #7db9e8);
|
|
}
|
|
.ui-slider-horizontal.linewidth-slider .ui-slider-handle,
|
|
.ui-slider-horizontal.transparency-slider .ui-slider-handle {
|
|
width: 20px !important;
|
|
height: 20px !important;
|
|
background: url(40566afd832a155e5e370a8bd423de4b.svg) 100% 0 no-repeat !important;
|
|
top: 50% !important;
|
|
margin: -10px 0 0 -10px !important;
|
|
}
|
|
.ui-slider-horizontal.linewidth-slider
|
|
.ui-slider-handle.without-shift-handle-left,
|
|
.ui-slider-horizontal.transparency-slider
|
|
.ui-slider-handle.without-shift-handle-left {
|
|
margin: -10px 3px 0 -3px !important;
|
|
}
|
|
.falling,
|
|
.growing,
|
|
.search-results .symbol-last.falling,
|
|
.search-results .symbol-last.growing {
|
|
color: #fff;
|
|
}
|
|
.growing {
|
|
background: #3cbc98;
|
|
}
|
|
.falling {
|
|
background: #ff4a68;
|
|
}
|
|
.font-awesome {
|
|
font-weight: 700;
|
|
font-family: FontAwesome;
|
|
}
|
|
#chart-area .chart-promo,
|
|
#chart-container .chart-promo,
|
|
.tv-chart-view__chart-inner .chart-promo {
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 5;
|
|
bottom: 55px;
|
|
right: 10px;
|
|
width: 0;
|
|
height: 80px;
|
|
background: #fff;
|
|
transition: width 0.5s ease-in-out;
|
|
}
|
|
#chart-area .chart-promo.expanded,
|
|
#chart-container .chart-promo.expanded,
|
|
.tv-chart-view__chart-inner .chart-promo.expanded {
|
|
display: block;
|
|
width: 330px;
|
|
opacity: 1;
|
|
}
|
|
#chart-area .chart-promo a.chart-promo-link,
|
|
#chart-container .chart-promo a.chart-promo-link,
|
|
.tv-chart-view__chart-inner .chart-promo a.chart-promo-link {
|
|
display: block;
|
|
width: 330px;
|
|
height: 80px;
|
|
border: 1px solid #dadee1;
|
|
border-radius: 4px;
|
|
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
|
|
color: #000;
|
|
}
|
|
#chart-area .chart-promo a.chart-promo-link .image-promo,
|
|
#chart-container .chart-promo a.chart-promo-link .image-promo,
|
|
.tv-chart-view__chart-inner .chart-promo a.chart-promo-link .image-promo {
|
|
width: 330px;
|
|
height: 80px;
|
|
}
|
|
#chart-area .chart-promo a.chart-promo-link .comment,
|
|
#chart-container .chart-promo a.chart-promo-link .comment,
|
|
.tv-chart-view__chart-inner .chart-promo a.chart-promo-link .comment {
|
|
margin-top: -2px;
|
|
padding: 10px 22px 10px 128px;
|
|
font-size: 12px;
|
|
color: #555;
|
|
display: block;
|
|
line-height: 60px;
|
|
}
|
|
#chart-area .chart-promo a.chart-promo-link .comment .comment-alignment,
|
|
#chart-container .chart-promo a.chart-promo-link .comment .comment-alignment,
|
|
.tv-chart-view__chart-inner
|
|
.chart-promo
|
|
a.chart-promo-link
|
|
.comment
|
|
.comment-alignment {
|
|
display: inline-block;
|
|
max-height: 60px;
|
|
overflow: hidden;
|
|
line-height: 15px;
|
|
white-space: pre-wrap;
|
|
vertical-align: middle;
|
|
}
|
|
#chart-area .chart-promo a.chart-promo-link .logo,
|
|
#chart-container .chart-promo a.chart-promo-link .logo,
|
|
.tv-chart-view__chart-inner .chart-promo a.chart-promo-link .logo {
|
|
width: 128px;
|
|
height: 80px;
|
|
float: left;
|
|
text-align: center;
|
|
line-height: 80px;
|
|
}
|
|
#chart-area .chart-promo a.chart-promo-link .logo img,
|
|
#chart-container .chart-promo a.chart-promo-link .logo img,
|
|
.tv-chart-view__chart-inner .chart-promo a.chart-promo-link .logo img {
|
|
max-width: 85px;
|
|
max-height: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
#chart-area .chart-promo a.remove-ad,
|
|
#chart-container .chart-promo a.remove-ad,
|
|
.tv-chart-view__chart-inner .chart-promo a.remove-ad {
|
|
background: #ecf1f4;
|
|
position: absolute;
|
|
left: 0;
|
|
top: -18px;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
padding: 0 11px;
|
|
color: #5cbfe7;
|
|
font-size: 11px;
|
|
border-top-left-radius: 5px;
|
|
border-top-right-radius: 5px;
|
|
opacity: 0.8;
|
|
}
|
|
#chart-container .chart-promo,
|
|
.tv-chart-view__chart-inner .chart-promo {
|
|
bottom: 30px;
|
|
}
|
|
#myswf {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
.tv-button {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
min-width: 40px;
|
|
margin: 0;
|
|
padding: 1px 22px;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
line-height: 32px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
text-decoration: none;
|
|
font-size: 14px;
|
|
color: #757575;
|
|
fill: currentColor;
|
|
border: none;
|
|
border-radius: 4px;
|
|
outline: 0;
|
|
background-color: transparent;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
-webkit-tap-highlight-color: transparent;
|
|
transition: background-color 0.35s ease, border-color 0.35s ease,
|
|
color 0.35s ease;
|
|
}
|
|
.tv-button.tv-button--danger_ghost,
|
|
.tv-button.tv-button--default,
|
|
.tv-button.tv-button--default_ghost,
|
|
.tv-button.tv-button--primary_ghost,
|
|
.tv-button.tv-button--secondary_ghost,
|
|
.tv-button.tv-button--state,
|
|
.tv-button.tv-button--success_ghost,
|
|
.tv-button.tv-button--warning_ghost {
|
|
padding: 0 21px;
|
|
}
|
|
.tv-button.i-active,
|
|
.tv-button.i-hover,
|
|
.tv-button:active {
|
|
transition-duration: 0.06s;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button:hover {
|
|
transition-duration: 0.06s;
|
|
}
|
|
}
|
|
.tv-button svg {
|
|
vertical-align: middle;
|
|
}
|
|
.tv-button--block {
|
|
display: block;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
.tv-button + .tv-button {
|
|
margin-right: 15px;
|
|
}
|
|
.tv-button.tv-button--no-left-margin {
|
|
margin-right: 0;
|
|
}
|
|
.tv-button__text {
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
.tv-button__text--full-height {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
width: 100%;
|
|
white-space: normal;
|
|
word-wrap: break-word;
|
|
line-height: 1.2em;
|
|
margin: 11px 5px;
|
|
}
|
|
.tv-button--default,
|
|
.tv-button--default_ghost {
|
|
color: #fff;
|
|
border-color: #fff;
|
|
background-color: #fff;
|
|
}
|
|
html.theme-dark .tv-button--default,
|
|
html.theme-dark .tv-button--default_ghost {
|
|
background-color: #1e222d;
|
|
border-color: #1e222d;
|
|
}
|
|
.tv-button--default_ghost {
|
|
color: #fff;
|
|
}
|
|
html.theme-dark .tv-button--default_ghost {
|
|
color: #1e222d;
|
|
}
|
|
.tv-button--default_ghost.i-checked {
|
|
color: #fff;
|
|
border-color: #fff;
|
|
background-color: #fff;
|
|
}
|
|
html.theme-dark .tv-button--default_ghost.i-checked {
|
|
background-color: #1e222d;
|
|
border-color: #1e222d;
|
|
}
|
|
.tv-button--default.i-active,
|
|
.tv-button--default:active,
|
|
.tv-button--default_ghost.i-active,
|
|
.tv-button--default_ghost:active {
|
|
color: #fff;
|
|
border-color: #ececec;
|
|
background-color: #ececec;
|
|
transform: translateY(1px);
|
|
}
|
|
html.theme-dark .tv-button--default.i-active,
|
|
html.theme-dark .tv-button--default:active,
|
|
html.theme-dark .tv-button--default_ghost.i-active,
|
|
html.theme-dark .tv-button--default_ghost:active {
|
|
background-color: #1c2030;
|
|
border-color: #1c2030;
|
|
}
|
|
.tv-button--default.i-hover,
|
|
.tv-button--default_ghost.i-hover {
|
|
color: #fff;
|
|
border-color: #f2f2f2;
|
|
background-color: #f2f2f2;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--default:hover,
|
|
.tv-button--default_ghost:hover {
|
|
color: #fff;
|
|
border-color: #f2f2f2;
|
|
background-color: #f2f2f2;
|
|
}
|
|
}
|
|
html.theme-dark .tv-button--default.i-hover,
|
|
html.theme-dark .tv-button--default_ghost.i-hover {
|
|
background-color: #1c2030;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button--default:hover,
|
|
html.theme-dark .tv-button--default_ghost:hover {
|
|
background-color: #1c2030;
|
|
}
|
|
}
|
|
html.theme-dark .tv-button--default.i-hover,
|
|
html.theme-dark .tv-button--default_ghost.i-hover {
|
|
border-color: #1c2030;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button--default:hover,
|
|
html.theme-dark .tv-button--default_ghost:hover {
|
|
border-color: #1c2030;
|
|
}
|
|
}
|
|
.tv-button--default_ghost .tv-button__loader-item {
|
|
background-color: #f2f2f2;
|
|
}
|
|
html.theme-dark .tv-button--default_ghost .tv-button__loader-item {
|
|
background-color: #1c2030;
|
|
}
|
|
.tv-button--default_ghost.i-hover .tv-button__loader-item {
|
|
background-color: #fff;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--default_ghost:hover .tv-button__loader-item {
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
.tv-button--default,
|
|
.tv-button--default.i-checked,
|
|
.tv-button--default_ghost,
|
|
.tv-button--default_ghost.i-checked {
|
|
color: #757575;
|
|
border: 1px solid;
|
|
border-color: #b5b7b9;
|
|
}
|
|
html.theme-dark .tv-button--default,
|
|
html.theme-dark .tv-button--default.i-checked,
|
|
html.theme-dark .tv-button--default_ghost,
|
|
html.theme-dark .tv-button--default_ghost.i-checked {
|
|
border-color: #363c4e;
|
|
color: #758696;
|
|
}
|
|
.tv-button--default.i-hover,
|
|
.tv-button--default_ghost.i-hover {
|
|
color: #757575;
|
|
border-color: #b5b7b9;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--default:hover,
|
|
.tv-button--default_ghost:hover {
|
|
color: #757575;
|
|
border-color: #b5b7b9;
|
|
}
|
|
}
|
|
html.theme-dark .tv-button--default.i-hover,
|
|
html.theme-dark .tv-button--default_ghost.i-hover {
|
|
border-color: #363c4e;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button--default:hover,
|
|
html.theme-dark .tv-button--default_ghost:hover {
|
|
border-color: #363c4e;
|
|
}
|
|
}
|
|
html.theme-dark .tv-button--default.i-hover,
|
|
html.theme-dark .tv-button--default_ghost.i-hover {
|
|
color: #758696;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button--default:hover,
|
|
html.theme-dark .tv-button--default_ghost:hover {
|
|
color: #758696;
|
|
}
|
|
}
|
|
.tv-button--default.i-active,
|
|
.tv-button--default:active,
|
|
.tv-button--default_ghost.i-active,
|
|
.tv-button--default_ghost:active {
|
|
color: #757575;
|
|
border-color: #b5b7b9;
|
|
}
|
|
html.theme-dark .tv-button--default.i-active,
|
|
html.theme-dark .tv-button--default:active,
|
|
html.theme-dark .tv-button--default_ghost.i-active,
|
|
html.theme-dark .tv-button--default_ghost:active {
|
|
border-color: #363c4e;
|
|
color: #758696;
|
|
}
|
|
.tv-button--primary,
|
|
.tv-button--primary_ghost {
|
|
color: #fff;
|
|
border-color: #2196f3;
|
|
background-color: #2196f3;
|
|
}
|
|
html.theme-dark .tv-button--primary,
|
|
html.theme-dark .tv-button--primary_ghost {
|
|
background-color: #1976d2;
|
|
border-color: #1976d2;
|
|
color: #fff;
|
|
}
|
|
.tv-button--primary_ghost {
|
|
color: #2196f3;
|
|
}
|
|
html.theme-dark .tv-button--primary_ghost {
|
|
color: #1976d2;
|
|
}
|
|
.tv-button--primary_ghost.i-checked {
|
|
color: #fff;
|
|
border-color: #2196f3;
|
|
background-color: #2196f3;
|
|
}
|
|
html.theme-dark .tv-button--primary_ghost.i-checked {
|
|
background-color: #1976d2;
|
|
border-color: #1976d2;
|
|
color: #fff;
|
|
}
|
|
.tv-button--primary.i-active,
|
|
.tv-button--primary:active,
|
|
.tv-button--primary_ghost.i-active,
|
|
.tv-button--primary_ghost:active {
|
|
color: #fff;
|
|
border-color: #1e88e5;
|
|
background-color: #1e88e5;
|
|
transform: translateY(1px);
|
|
}
|
|
.tv-button--primary.i-hover,
|
|
.tv-button--primary_ghost.i-hover,
|
|
html.theme-dark .tv-button--primary.i-active,
|
|
html.theme-dark .tv-button--primary:active,
|
|
html.theme-dark .tv-button--primary_ghost.i-active,
|
|
html.theme-dark .tv-button--primary_ghost:active {
|
|
background-color: #1e88e5;
|
|
border-color: #1e88e5;
|
|
color: #fff;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--primary:hover,
|
|
.tv-button--primary_ghost:hover {
|
|
color: #fff;
|
|
border-color: #1e88e5;
|
|
background-color: #1e88e5;
|
|
}
|
|
}
|
|
html.theme-dark .tv-button--primary.i-hover,
|
|
html.theme-dark .tv-button--primary_ghost.i-hover {
|
|
background-color: #1e88e5;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button--primary:hover,
|
|
html.theme-dark .tv-button--primary_ghost:hover {
|
|
background-color: #1e88e5;
|
|
}
|
|
}
|
|
html.theme-dark .tv-button--primary.i-hover,
|
|
html.theme-dark .tv-button--primary_ghost.i-hover {
|
|
border-color: #1e88e5;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button--primary:hover,
|
|
html.theme-dark .tv-button--primary_ghost:hover {
|
|
border-color: #1e88e5;
|
|
}
|
|
}
|
|
html.theme-dark .tv-button--primary.i-hover,
|
|
html.theme-dark .tv-button--primary_ghost.i-hover {
|
|
color: #fff;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button--primary:hover,
|
|
html.theme-dark .tv-button--primary_ghost:hover {
|
|
color: #fff;
|
|
}
|
|
}
|
|
.tv-button--primary_ghost .tv-button__loader-item,
|
|
html.theme-dark .tv-button--primary_ghost .tv-button__loader-item {
|
|
background-color: #1e88e5;
|
|
}
|
|
.tv-button--primary_ghost.i-hover .tv-button__loader-item {
|
|
background-color: #fff;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--primary_ghost:hover .tv-button__loader-item {
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
html.theme-dark .tv-button--primary_ghost.i-hover .tv-button__loader-item {
|
|
background-color: #fff;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button--primary_ghost:hover .tv-button__loader-item {
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
.tv-button--secondary,
|
|
.tv-button--secondary_ghost {
|
|
color: #757575;
|
|
border-color: #e9eff2;
|
|
background-color: #e9eff2;
|
|
}
|
|
.tv-button--secondary_ghost {
|
|
color: #757575;
|
|
}
|
|
.tv-button--secondary_ghost.i-checked {
|
|
color: #757575;
|
|
border-color: #e9eff2;
|
|
background-color: #e9eff2;
|
|
}
|
|
.tv-button--secondary.i-active,
|
|
.tv-button--secondary:active,
|
|
.tv-button--secondary_ghost.i-active,
|
|
.tv-button--secondary_ghost:active {
|
|
color: #757575;
|
|
border-color: #cfdce3;
|
|
background-color: #cfdce3;
|
|
transform: translateY(1px);
|
|
}
|
|
.tv-button--secondary.i-hover,
|
|
.tv-button--secondary_ghost.i-hover {
|
|
color: #757575;
|
|
border-color: #dce6ea;
|
|
background-color: #dce6ea;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--secondary:hover,
|
|
.tv-button--secondary_ghost:hover {
|
|
color: #757575;
|
|
border-color: #dce6ea;
|
|
background-color: #dce6ea;
|
|
}
|
|
}
|
|
.tv-button--secondary_ghost .tv-button__loader-item {
|
|
background-color: #dce6ea;
|
|
}
|
|
.tv-button--secondary_ghost.i-hover .tv-button__loader-item {
|
|
background-color: #757575;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--secondary_ghost:hover .tv-button__loader-item {
|
|
background-color: #757575;
|
|
}
|
|
}
|
|
.tv-button--success,
|
|
.tv-button--success_ghost {
|
|
color: #fff;
|
|
border-color: #009688;
|
|
background-color: #009688;
|
|
}
|
|
html.theme-dark .tv-button--success,
|
|
html.theme-dark .tv-button--success_ghost {
|
|
background-color: #00796b;
|
|
border-color: #00796b;
|
|
color: #fff;
|
|
}
|
|
.tv-button--success_ghost {
|
|
color: #009688;
|
|
}
|
|
html.theme-dark .tv-button--success_ghost {
|
|
color: #00796b;
|
|
}
|
|
.tv-button--success_ghost.i-checked {
|
|
color: #fff;
|
|
border-color: #009688;
|
|
background-color: #009688;
|
|
}
|
|
html.theme-dark .tv-button--success_ghost.i-checked {
|
|
background-color: #00796b;
|
|
border-color: #00796b;
|
|
color: #fff;
|
|
}
|
|
.tv-button--success.i-active,
|
|
.tv-button--success:active,
|
|
.tv-button--success_ghost.i-active,
|
|
.tv-button--success_ghost:active {
|
|
color: #fff;
|
|
border-color: #00796b;
|
|
background-color: #00796b;
|
|
transform: translateY(1px);
|
|
}
|
|
html.theme-dark .tv-button--success.i-active,
|
|
html.theme-dark .tv-button--success:active,
|
|
html.theme-dark .tv-button--success_ghost.i-active,
|
|
html.theme-dark .tv-button--success_ghost:active {
|
|
background-color: #009688;
|
|
border-color: #009688;
|
|
color: #fff;
|
|
}
|
|
.tv-button--success.i-hover,
|
|
.tv-button--success_ghost.i-hover {
|
|
color: #fff;
|
|
border-color: #00897b;
|
|
background-color: #00897b;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--success:hover,
|
|
.tv-button--success_ghost:hover {
|
|
color: #fff;
|
|
border-color: #00897b;
|
|
background-color: #00897b;
|
|
}
|
|
}
|
|
html.theme-dark .tv-button--success.i-hover,
|
|
html.theme-dark .tv-button--success_ghost.i-hover {
|
|
background-color: #00897b;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button--success:hover,
|
|
html.theme-dark .tv-button--success_ghost:hover {
|
|
background-color: #00897b;
|
|
}
|
|
}
|
|
html.theme-dark .tv-button--success.i-hover,
|
|
html.theme-dark .tv-button--success_ghost.i-hover {
|
|
border-color: #00897b;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button--success:hover,
|
|
html.theme-dark .tv-button--success_ghost:hover {
|
|
border-color: #00897b;
|
|
}
|
|
}
|
|
html.theme-dark .tv-button--success.i-hover,
|
|
html.theme-dark .tv-button--success_ghost.i-hover {
|
|
color: #fff;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button--success:hover,
|
|
html.theme-dark .tv-button--success_ghost:hover {
|
|
color: #fff;
|
|
}
|
|
}
|
|
.tv-button--success_ghost .tv-button__loader-item,
|
|
html.theme-dark .tv-button--success_ghost .tv-button__loader-item {
|
|
background-color: #00897b;
|
|
}
|
|
.tv-button--success_ghost.i-hover .tv-button__loader-item {
|
|
background-color: #fff;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--success_ghost:hover .tv-button__loader-item {
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
html.theme-dark .tv-button--success_ghost.i-hover .tv-button__loader-item {
|
|
background-color: #fff;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button--success_ghost:hover .tv-button__loader-item {
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
.tv-button--danger,
|
|
.tv-button--danger_ghost {
|
|
color: #fff;
|
|
border-color: #f44336;
|
|
background-color: #f44336;
|
|
}
|
|
html.theme-dark .tv-button--danger,
|
|
html.theme-dark .tv-button--danger_ghost {
|
|
background-color: #d32f2f;
|
|
border-color: #d32f2f;
|
|
color: #fff;
|
|
}
|
|
.tv-button--danger_ghost {
|
|
color: #f44336;
|
|
}
|
|
html.theme-dark .tv-button--danger_ghost {
|
|
color: #d32f2f;
|
|
}
|
|
.tv-button--danger_ghost.i-checked {
|
|
color: #fff;
|
|
border-color: #f44336;
|
|
background-color: #f44336;
|
|
}
|
|
html.theme-dark .tv-button--danger_ghost.i-checked {
|
|
background-color: #d32f2f;
|
|
border-color: #d32f2f;
|
|
color: #fff;
|
|
}
|
|
.tv-button--danger.i-active,
|
|
.tv-button--danger:active,
|
|
.tv-button--danger_ghost.i-active,
|
|
.tv-button--danger_ghost:active {
|
|
color: #fff;
|
|
border-color: #d32f2f;
|
|
background-color: #d32f2f;
|
|
transform: translateY(1px);
|
|
}
|
|
html.theme-dark .tv-button--danger.i-active,
|
|
html.theme-dark .tv-button--danger:active,
|
|
html.theme-dark .tv-button--danger_ghost.i-active,
|
|
html.theme-dark .tv-button--danger_ghost:active {
|
|
background-color: #f44336;
|
|
border-color: #f44336;
|
|
color: #fff;
|
|
}
|
|
.tv-button--danger.i-hover,
|
|
.tv-button--danger_ghost.i-hover {
|
|
color: #fff;
|
|
border-color: #e53935;
|
|
background-color: #e53935;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--danger:hover,
|
|
.tv-button--danger_ghost:hover {
|
|
color: #fff;
|
|
border-color: #e53935;
|
|
background-color: #e53935;
|
|
}
|
|
}
|
|
html.theme-dark .tv-button--danger.i-hover,
|
|
html.theme-dark .tv-button--danger_ghost.i-hover {
|
|
background-color: #e53935;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button--danger:hover,
|
|
html.theme-dark .tv-button--danger_ghost:hover {
|
|
background-color: #e53935;
|
|
}
|
|
}
|
|
html.theme-dark .tv-button--danger.i-hover,
|
|
html.theme-dark .tv-button--danger_ghost.i-hover {
|
|
border-color: #e53935;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button--danger:hover,
|
|
html.theme-dark .tv-button--danger_ghost:hover {
|
|
border-color: #e53935;
|
|
}
|
|
}
|
|
html.theme-dark .tv-button--danger.i-hover,
|
|
html.theme-dark .tv-button--danger_ghost.i-hover {
|
|
color: #fff;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button--danger:hover,
|
|
html.theme-dark .tv-button--danger_ghost:hover {
|
|
color: #fff;
|
|
}
|
|
}
|
|
.tv-button--danger_ghost .tv-button__loader-item,
|
|
html.theme-dark .tv-button--danger_ghost .tv-button__loader-item {
|
|
background-color: #e53935;
|
|
}
|
|
.tv-button--danger_ghost.i-hover .tv-button__loader-item {
|
|
background-color: #fff;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--danger_ghost:hover .tv-button__loader-item {
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
html.theme-dark .tv-button--danger_ghost.i-hover .tv-button__loader-item {
|
|
background-color: #fff;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button--danger_ghost:hover .tv-button__loader-item {
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
.tv-button--warning,
|
|
.tv-button--warning_ghost {
|
|
color: #fff;
|
|
border-color: #f89e30;
|
|
background-color: #f89e30;
|
|
}
|
|
.tv-button--warning_ghost {
|
|
color: #f89e30;
|
|
}
|
|
.tv-button--warning_ghost.i-checked {
|
|
color: #fff;
|
|
border-color: #f89e30;
|
|
background-color: #f89e30;
|
|
}
|
|
.tv-button--warning.i-active,
|
|
.tv-button--warning:active,
|
|
.tv-button--warning_ghost.i-active,
|
|
.tv-button--warning_ghost:active {
|
|
color: #fff;
|
|
border-color: #d47807;
|
|
background-color: #d47807;
|
|
transform: translateY(1px);
|
|
}
|
|
.tv-button--warning.i-hover,
|
|
.tv-button--warning_ghost.i-hover {
|
|
color: #fff;
|
|
border-color: #f79217;
|
|
background-color: #f79217;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--warning:hover,
|
|
.tv-button--warning_ghost:hover {
|
|
color: #fff;
|
|
border-color: #f79217;
|
|
background-color: #f79217;
|
|
}
|
|
}
|
|
.tv-button--warning_ghost .tv-button__loader-item {
|
|
background-color: #f79217;
|
|
}
|
|
.tv-button--warning_ghost.i-hover .tv-button__loader-item {
|
|
background-color: #fff;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--warning_ghost:hover .tv-button__loader-item {
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
.tv-button--link {
|
|
color: #2196f3;
|
|
transition: color 0.35s ease;
|
|
}
|
|
html.theme-dark .tv-button--link {
|
|
color: #1976d2;
|
|
}
|
|
.tv-button--link:visited {
|
|
color: #2196f3;
|
|
fill: #2196f3;
|
|
}
|
|
html.theme-dark .tv-button--link:visited {
|
|
fill: #1976d2;
|
|
color: #1976d2;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--link:hover {
|
|
color: #1e88e5;
|
|
fill: #1e88e5;
|
|
transition-duration: 0.06s;
|
|
}
|
|
}
|
|
.tv-button--link:focus {
|
|
outline: auto;
|
|
}
|
|
.tv-button--link:focus:not(:-moz-focusring) {
|
|
outline: none;
|
|
}
|
|
.tv-button--link:-moz-focusring {
|
|
outline: auto;
|
|
}
|
|
.tv-button--link:active {
|
|
color: #1e88e5;
|
|
fill: #1e88e5;
|
|
transition-duration: 0.06s;
|
|
}
|
|
.tv-button--danger_ghost,
|
|
.tv-button--default_ghost,
|
|
.tv-button--primary_ghost,
|
|
.tv-button--secondary_ghost,
|
|
.tv-button--success_ghost,
|
|
.tv-button--warning_ghost {
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
background-color: transparent;
|
|
}
|
|
html.theme-dark .tv-button--danger_ghost,
|
|
html.theme-dark .tv-button--default_ghost,
|
|
html.theme-dark .tv-button--primary_ghost,
|
|
html.theme-dark .tv-button--secondary_ghost,
|
|
html.theme-dark .tv-button--success_ghost,
|
|
html.theme-dark .tv-button--warning_ghost {
|
|
background-color: transparent;
|
|
}
|
|
.tv-button--danger_ghost.tv-button--size_large,
|
|
.tv-button--default_ghost.tv-button--size_large,
|
|
.tv-button--primary_ghost.tv-button--size_large,
|
|
.tv-button--secondary_ghost.tv-button--size_large,
|
|
.tv-button--success_ghost.tv-button--size_large,
|
|
.tv-button--warning_ghost.tv-button--size_large {
|
|
border-width: 2px;
|
|
}
|
|
.tv-button--danger_ghost.tv-button--size_large.tv-button--thin-border,
|
|
.tv-button--default_ghost.tv-button--size_large.tv-button--thin-border,
|
|
.tv-button--primary_ghost.tv-button--size_large.tv-button--thin-border,
|
|
.tv-button--secondary_ghost.tv-button--size_large.tv-button--thin-border,
|
|
.tv-button--success_ghost.tv-button--size_large.tv-button--thin-border,
|
|
.tv-button--warning_ghost.tv-button--size_large.tv-button--thin-border {
|
|
border-width: 1px;
|
|
}
|
|
.tv-button .tv-ripple {
|
|
background-color: hsla(0, 0%, 100%, 0.25);
|
|
}
|
|
.tv-button--default .tv-ripple,
|
|
.tv-button--default_ghost .tv-ripple {
|
|
background-color: rgba(117, 134, 150, 0.25);
|
|
}
|
|
.tv-button.i-disabled .tv-ripple {
|
|
background-color: transparent;
|
|
}
|
|
.tv-button.i-disabled,
|
|
.tv-button.i-disabled:active,
|
|
.tv-button:disabled,
|
|
.tv-button:disabled:active {
|
|
cursor: default;
|
|
color: #b2b5be;
|
|
border-color: #e0e3eb;
|
|
background-color: #e0e3eb;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button.i-disabled:hover,
|
|
.tv-button:disabled:hover {
|
|
cursor: default;
|
|
color: #b2b5be;
|
|
border-color: #e0e3eb;
|
|
background-color: #e0e3eb;
|
|
}
|
|
}
|
|
html.theme-dark .tv-button.i-disabled,
|
|
html.theme-dark .tv-button.i-disabled:active,
|
|
html.theme-dark .tv-button:disabled,
|
|
html.theme-dark .tv-button:disabled:active {
|
|
background-color: #363a45;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button.i-disabled:hover,
|
|
html.theme-dark .tv-button:disabled:hover {
|
|
background-color: #363a45;
|
|
}
|
|
}
|
|
html.theme-dark .tv-button.i-disabled,
|
|
html.theme-dark .tv-button.i-disabled:active,
|
|
html.theme-dark .tv-button:disabled,
|
|
html.theme-dark .tv-button:disabled:active {
|
|
border-color: #363a45;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button.i-disabled:hover,
|
|
html.theme-dark .tv-button:disabled:hover {
|
|
border-color: #363a45;
|
|
}
|
|
}
|
|
html.theme-dark .tv-button.i-disabled,
|
|
html.theme-dark .tv-button.i-disabled:active,
|
|
html.theme-dark .tv-button:disabled,
|
|
html.theme-dark .tv-button:disabled:active {
|
|
color: #50535e;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button.i-disabled:hover,
|
|
html.theme-dark .tv-button:disabled:hover {
|
|
color: #50535e;
|
|
}
|
|
}
|
|
.tv-button.i-disabled:active,
|
|
.tv-button:disabled:active {
|
|
transform: translateY(0);
|
|
}
|
|
.tv-button--size_xsmall {
|
|
padding: 2px 7px;
|
|
line-height: 15px;
|
|
border-radius: 1px;
|
|
font-size: 11px;
|
|
font-weight: 400;
|
|
}
|
|
.tv-button--size_xsmall.tv-button--danger_ghost,
|
|
.tv-button--size_xsmall.tv-button--default,
|
|
.tv-button--size_xsmall.tv-button--default_ghost,
|
|
.tv-button--size_xsmall.tv-button--primary_ghost,
|
|
.tv-button--size_xsmall.tv-button--secondary_ghost,
|
|
.tv-button--size_xsmall.tv-button--state,
|
|
.tv-button--size_xsmall.tv-button--success_ghost,
|
|
.tv-button--size_xsmall.tv-button--warning_ghost {
|
|
padding: 1px 6px;
|
|
}
|
|
.tv-button--size_xsmall + .tv-button--size_xsmall {
|
|
margin-right: 10px;
|
|
}
|
|
.tv-button--size_small {
|
|
padding: 1px 12px;
|
|
line-height: 25px;
|
|
font-size: 13px;
|
|
}
|
|
.tv-button--size_small.tv-button--danger_ghost,
|
|
.tv-button--size_small.tv-button--default,
|
|
.tv-button--size_small.tv-button--default_ghost,
|
|
.tv-button--size_small.tv-button--primary_ghost,
|
|
.tv-button--size_small.tv-button--secondary_ghost,
|
|
.tv-button--size_small.tv-button--state,
|
|
.tv-button--size_small.tv-button--success_ghost,
|
|
.tv-button--size_small.tv-button--warning_ghost {
|
|
padding: 0 11px;
|
|
}
|
|
.tv-button--size_small + .tv-button--size_small {
|
|
margin-right: 10px;
|
|
}
|
|
.tv-button--size_large {
|
|
padding: 1px 30px;
|
|
font-size: 17px;
|
|
letter-spacing: 1px;
|
|
line-height: 44px;
|
|
}
|
|
.tv-button--size_large.tv-button--danger_ghost,
|
|
.tv-button--size_large.tv-button--default,
|
|
.tv-button--size_large.tv-button--default_ghost,
|
|
.tv-button--size_large.tv-button--primary_ghost,
|
|
.tv-button--size_large.tv-button--secondary_ghost,
|
|
.tv-button--size_large.tv-button--state,
|
|
.tv-button--size_large.tv-button--success_ghost,
|
|
.tv-button--size_large.tv-button--warning_ghost {
|
|
padding: 0 29px;
|
|
}
|
|
.tv-button--max-width {
|
|
max-width: 300px;
|
|
}
|
|
.tv-button--no-padding {
|
|
padding: 1px;
|
|
}
|
|
.tv-button--no-padding.tv-button--danger_ghost,
|
|
.tv-button--no-padding.tv-button--default,
|
|
.tv-button--no-padding.tv-button--default_ghost,
|
|
.tv-button--no-padding.tv-button--primary_ghost,
|
|
.tv-button--no-padding.tv-button--secondary_ghost,
|
|
.tv-button--no-padding.tv-button--state,
|
|
.tv-button--no-padding.tv-button--success_ghost,
|
|
.tv-button--no-padding.tv-button--warning_ghost {
|
|
padding: 0;
|
|
}
|
|
.tv-button--content-center {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
max-width: 220px;
|
|
}
|
|
.tv-button--state {
|
|
text-align: center;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
}
|
|
.tv-button--state,
|
|
html.theme-dark .tv-button--state {
|
|
background: transparent;
|
|
}
|
|
.tv-button--state:after {
|
|
content: '';
|
|
display: inline-block;
|
|
}
|
|
.tv-button--state__checked,
|
|
.tv-button--state__uncheck-hint,
|
|
.tv-button--state__unchecked {
|
|
display: block;
|
|
height: 0;
|
|
transition: opacity 0.2625s ease, transform 0.2625s ease;
|
|
}
|
|
.tv-button--state__ellipsis-text {
|
|
display: block;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow-x: hidden;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--state.i-checked:hover .tv-button--state__checked,
|
|
.tv-button--state.i-checked:hover .tv-button--state__uncheck-hint,
|
|
.tv-button--state.i-checked:hover .tv-button--state__unchecked {
|
|
will-change: opacity, transform;
|
|
}
|
|
}
|
|
.tv-button--state.i-checked .tv-button--state__unchecked,
|
|
.tv-button--state__checked,
|
|
.tv-button--state__uncheck-hint {
|
|
opacity: 0;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--state.i-checked:hover .tv-button--state__checked {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.tv-button--state.i-checked .tv-button--state__checked,
|
|
.tv-button--state__unchecked {
|
|
opacity: 1;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--state.i-checked:hover .tv-button--state__uncheck-hint {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--state.i-checked:hover .tv-button--state__checked {
|
|
transform: translateY(-5px);
|
|
}
|
|
}
|
|
.tv-button--state.i-checked .tv-button--state__unchecked,
|
|
.tv-button--state__checked,
|
|
.tv-button--state__uncheck-hint {
|
|
transform: translateY(5px);
|
|
}
|
|
.tv-button--state.i-checked .tv-button--state__checked {
|
|
transform: translateY(0);
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--state.i-checked:hover .tv-button--state__uncheck-hint {
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
.tv-button--state.tv-button--success {
|
|
color: #009688;
|
|
background-color: transparent;
|
|
}
|
|
html.theme-dark .tv-button--state.tv-button--success {
|
|
background-color: transparent;
|
|
color: #00796b;
|
|
}
|
|
.tv-button--state.tv-button--success.i-checked {
|
|
color: #fff;
|
|
background-color: #009688;
|
|
}
|
|
html.theme-dark .tv-button--state.tv-button--success.i-checked {
|
|
background-color: #00796b;
|
|
color: #fff;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--state.tv-button--success:hover {
|
|
color: #fff;
|
|
background-color: #00897b;
|
|
}
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button--state.tv-button--success:hover {
|
|
background-color: #00897b;
|
|
color: #fff;
|
|
}
|
|
}
|
|
.tv-button--state.tv-button--success:active {
|
|
color: #fff;
|
|
background-color: #00796b;
|
|
}
|
|
html.theme-dark .tv-button--state.tv-button--success:active {
|
|
background-color: #009688;
|
|
color: #fff;
|
|
}
|
|
.tv-button--state.tv-button--danger {
|
|
color: #f44336;
|
|
background-color: transparent;
|
|
}
|
|
html.theme-dark .tv-button--state.tv-button--danger {
|
|
background-color: transparent;
|
|
color: #d32f2f;
|
|
}
|
|
.tv-button--state.tv-button--danger.i-checked {
|
|
color: #fff;
|
|
background-color: #ff4a68;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--state.tv-button--danger:hover {
|
|
color: #fff;
|
|
background-color: #f24965;
|
|
}
|
|
}
|
|
.tv-button--state.tv-button--danger:active {
|
|
color: #fff;
|
|
background-color: #ff173e;
|
|
}
|
|
.tv-button--state.tv-button--primary {
|
|
color: #2196f3;
|
|
background-color: transparent;
|
|
}
|
|
html.theme-dark .tv-button--state.tv-button--primary {
|
|
background-color: transparent;
|
|
color: #1976d2;
|
|
}
|
|
.tv-button--state.tv-button--primary.i-checked {
|
|
color: #fff;
|
|
background-color: #2196f3;
|
|
}
|
|
html.theme-dark .tv-button--state.tv-button--primary.i-checked {
|
|
background-color: #1976d2;
|
|
color: #fff;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--state.tv-button--primary:hover {
|
|
color: #fff;
|
|
background-color: #1e88e5;
|
|
}
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-button--state.tv-button--primary:hover {
|
|
background-color: #1e88e5;
|
|
color: #fff;
|
|
}
|
|
}
|
|
.tv-button--state.tv-button--primary:active {
|
|
color: #fff;
|
|
background-color: #1e88e5;
|
|
}
|
|
html.theme-dark .tv-button--state.tv-button--primary:active {
|
|
background-color: #1e88e5;
|
|
color: #fff;
|
|
}
|
|
.tv-button--state.tv-button--secondary {
|
|
color: #757575;
|
|
background-color: transparent;
|
|
}
|
|
.tv-button--state.tv-button--secondary.i-checked {
|
|
color: #757575;
|
|
background-color: #e9eff2;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--state.tv-button--secondary:hover {
|
|
color: #757575;
|
|
background-color: #dce6ea;
|
|
}
|
|
}
|
|
.tv-button--state.tv-button--secondary:active {
|
|
color: #757575;
|
|
background-color: #cfdce3;
|
|
}
|
|
.tv-button--state.tv-button--warning {
|
|
color: #f89e30;
|
|
background-color: transparent;
|
|
}
|
|
.tv-button--state.tv-button--warning.i-checked {
|
|
color: #fff;
|
|
background-color: #f89e30;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-button--state.tv-button--warning:hover {
|
|
color: #fff;
|
|
background-color: #f79217;
|
|
}
|
|
}
|
|
.tv-button--state.tv-button--warning:active {
|
|
color: #fff;
|
|
background-color: #d47807;
|
|
}
|
|
.tv-button--icon {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 0 !important;
|
|
min-width: auto;
|
|
width: 34px;
|
|
height: 34px;
|
|
}
|
|
.tv-button--icon.tv-button--size_xsmall {
|
|
width: 19px;
|
|
height: 19px;
|
|
}
|
|
.tv-button--icon.tv-button--size_small {
|
|
width: 27px;
|
|
height: 27px;
|
|
}
|
|
.tv-button--icon.tv-button--size_large {
|
|
width: 46px;
|
|
height: 46px;
|
|
}
|
|
.tv-button--loader .tv-button__text {
|
|
transition: opacity 0.175s ease, transform 0.175s ease;
|
|
}
|
|
.tv-button--loader.i-start-load .tv-button__text {
|
|
opacity: 0;
|
|
transform: translateY(-5px);
|
|
}
|
|
.tv-button--loader.i-loading .tv-button__text {
|
|
opacity: 0;
|
|
transform: translateY(5px);
|
|
}
|
|
.tv-button--loader.i-stop-load .tv-button__text {
|
|
opacity: 1;
|
|
transform: translateY(0);
|
|
transition-delay: 0.175s;
|
|
}
|
|
.tv-button__loader {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
font-size: 0;
|
|
opacity: 0;
|
|
transition: opacity 0.35s ease;
|
|
}
|
|
.tv-button__loader:after {
|
|
content: '';
|
|
display: inline-block;
|
|
height: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
.tv-button--loader.i-loading .tv-button__loader,
|
|
.tv-button--loader.i-start-load .tv-button__loader {
|
|
opacity: 1;
|
|
}
|
|
.tv-button--loader.i-stop-load .tv-button__loader {
|
|
opacity: 0;
|
|
}
|
|
.tv-button__loader-item {
|
|
margin-left: 2px;
|
|
margin-right: 2px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 10px;
|
|
height: 10px;
|
|
opacity: 0;
|
|
border-radius: 100%;
|
|
background-color: #fff;
|
|
transform: translateY(12px) scale(0.6);
|
|
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55),
|
|
opacity 0.35s ease;
|
|
}
|
|
.tv-button__loader-item:nth-child(2) {
|
|
transition-delay: 0.11666667s;
|
|
}
|
|
.tv-button__loader-item:nth-child(3) {
|
|
transition-delay: 0.23333333s;
|
|
}
|
|
.tv-button--default .tv-button__loader-item {
|
|
background-color: #757575;
|
|
}
|
|
.tv-button--loader.i-loading .tv-button__loader-item,
|
|
.tv-button--loader.i-start-load .tv-button__loader-item {
|
|
opacity: 1;
|
|
}
|
|
.tv-button--loader.i-stop-load .tv-button__loader-item {
|
|
opacity: 0;
|
|
}
|
|
.tv-button--loader.i-loading .tv-button__loader-item,
|
|
.tv-button--loader.i-start-load .tv-button__loader-item,
|
|
.tv-button--loader.i-stop-load .tv-button__loader-item {
|
|
transform: translateY(0) scale(0.6);
|
|
}
|
|
.tv-button--loader.i-loading .tv-button__loader-item,
|
|
.tv-button--loader.i-stop-load .tv-button__loader-item {
|
|
animation: tv-button-loader 0.96s infinite ease-in-out both;
|
|
}
|
|
.tv-button--loader.i-loading .tv-button__loader-item:nth-child(2),
|
|
.tv-button--loader.i-stop-load .tv-button__loader-item:nth-child(2) {
|
|
animation-delay: 0.151s;
|
|
}
|
|
.tv-button--loader.i-loading .tv-button__loader-item:nth-child(3),
|
|
.tv-button--loader.i-stop-load .tv-button__loader-item:nth-child(3) {
|
|
animation-delay: 0.32s;
|
|
}
|
|
.tv-button--no-border-radius {
|
|
border-radius: 0;
|
|
}
|
|
.tv-button--no-border {
|
|
border: none;
|
|
}
|
|
.tv-button--connect {
|
|
border-radius: 0;
|
|
}
|
|
.tv-button--connect_left {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.tv-button--connect_right {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
@keyframes tv-button-loader {
|
|
0%,
|
|
to {
|
|
transform: scale(0.6);
|
|
}
|
|
50% {
|
|
transform: scale(0.9);
|
|
}
|
|
}
|
|
.tv-control-input {
|
|
display: block;
|
|
padding: 0 12px;
|
|
width: 100%;
|
|
height: 34px;
|
|
font-size: 13px;
|
|
color: #4a4a4a;
|
|
border: 1px solid #dadde0;
|
|
background-color: #fff;
|
|
border-radius: 2px;
|
|
box-sizing: border-box;
|
|
-webkit-tap-highlight-color: transparent;
|
|
transition: border-color 0.35s ease, background-color 0.35s ease;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
}
|
|
html.theme-dark .tv-control-input {
|
|
background-color: #1e222d;
|
|
border-color: #363c4e;
|
|
color: #c5cbce;
|
|
}
|
|
.tv-control-input::-webkit-input-placeholder {
|
|
color: #adaeb0;
|
|
opacity: 1;
|
|
}
|
|
.tv-control-input:-ms-input-placeholder {
|
|
color: #adaeb0;
|
|
opacity: 1;
|
|
}
|
|
.tv-control-input::placeholder {
|
|
color: #adaeb0;
|
|
opacity: 1;
|
|
}
|
|
html.theme-dark .tv-control-input::-webkit-input-placeholder {
|
|
color: #4f5966;
|
|
}
|
|
html.theme-dark .tv-control-input:-ms-input-placeholder {
|
|
color: #4f5966;
|
|
}
|
|
html.theme-dark .tv-control-input::placeholder {
|
|
color: #4f5966;
|
|
}
|
|
.tv-control-input:-webkit-autofill {
|
|
-webkit-text-fill-color: #535353 !important;
|
|
box-shadow: inset 0 0 0 1000px #fff !important;
|
|
}
|
|
.tv-control-input--size_xsmall {
|
|
height: 19px;
|
|
}
|
|
.tv-control-input--size_small {
|
|
height: 27px;
|
|
}
|
|
.tv-control-input--size_large {
|
|
height: 48px;
|
|
font-size: 16px;
|
|
}
|
|
.tv-control-input--connect {
|
|
border-right: 0;
|
|
border-left: 0;
|
|
border-radius: 0;
|
|
}
|
|
.tv-control-input--connect_left {
|
|
border-right: none;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.tv-control-input--connect_right {
|
|
border-left: none;
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.tv-control-input--connect_right#id_username {
|
|
direction: ltr;
|
|
text-align: right;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-control-input:hover {
|
|
border-color: #c8c8c8;
|
|
transition-duration: 0.06s;
|
|
}
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-control-input:hover {
|
|
border-color: #4c525e;
|
|
}
|
|
}
|
|
.tv-control-input:focus {
|
|
border-color: #2196f3 !important;
|
|
transition-duration: 0.06s;
|
|
}
|
|
.tv-control-input[readonly] {
|
|
color: #8a8a8a;
|
|
border-color: #dadde0;
|
|
}
|
|
.tv-control-input[readonly]:focus {
|
|
border-color: #ececec !important;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-control-input[readonly]:hover {
|
|
border-color: #ececec !important;
|
|
}
|
|
}
|
|
html.theme-dark .tv-control-input[readonly]:focus {
|
|
border-color: #262b3e !important;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-control-input[readonly]:hover {
|
|
border-color: #262b3e !important;
|
|
}
|
|
}
|
|
.tv-control-input--readonly_dark,
|
|
.tv-control-input--readonly_dark[readonly] {
|
|
color: #555;
|
|
}
|
|
html.theme-dark .tv-control-input--readonly_dark,
|
|
html.theme-dark .tv-control-input--readonly_dark[readonly] {
|
|
color: #4c525e;
|
|
}
|
|
.tv-control-input.i-disabled,
|
|
.tv-control-input[disabled] {
|
|
color: #ececec !important;
|
|
border-color: #ececec !important;
|
|
}
|
|
html.theme-dark .tv-control-input.i-disabled,
|
|
html.theme-dark .tv-control-input[disabled] {
|
|
border-color: #262b3e !important;
|
|
color: #262b3e !important;
|
|
}
|
|
.tv-control-input.i-disabled::-webkit-input-placeholder,
|
|
.tv-control-input[disabled]::-webkit-input-placeholder {
|
|
color: #ececec !important;
|
|
}
|
|
.tv-control-input.i-disabled:-ms-input-placeholder,
|
|
.tv-control-input[disabled]:-ms-input-placeholder {
|
|
color: #ececec !important;
|
|
}
|
|
.tv-control-input.i-disabled::placeholder,
|
|
.tv-control-input[disabled]::placeholder {
|
|
color: #ececec !important;
|
|
}
|
|
html.theme-dark .tv-control-input.i-disabled::-webkit-input-placeholder,
|
|
html.theme-dark .tv-control-input[disabled]::-webkit-input-placeholder {
|
|
color: #262b3e !important;
|
|
}
|
|
html.theme-dark .tv-control-input.i-disabled:-ms-input-placeholder,
|
|
html.theme-dark .tv-control-input[disabled]:-ms-input-placeholder {
|
|
color: #262b3e !important;
|
|
}
|
|
html.theme-dark .tv-control-input.i-disabled::placeholder,
|
|
html.theme-dark .tv-control-input[disabled]::placeholder {
|
|
color: #262b3e !important;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-control-input.i-disabled:hover,
|
|
.tv-control-input[disabled]:hover {
|
|
border-color: #ececec !important;
|
|
}
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .tv-control-input.i-disabled:hover,
|
|
html.theme-dark .tv-control-input[disabled]:hover {
|
|
border-color: #262b3e !important;
|
|
}
|
|
}
|
|
.tv-control-input.i-error {
|
|
border-color: #ff4a68 !important;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-control-input.i-error:hover {
|
|
border-color: #f24965 !important;
|
|
}
|
|
}
|
|
.tv-control-input.i-error:focus {
|
|
border-color: #ff173e !important;
|
|
}
|
|
.tv-control-input.i-success {
|
|
border-color: #009688 !important;
|
|
}
|
|
html.theme-dark .tv-control-input.i-success {
|
|
border-color: #00796b !important;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-control-input.i-success:hover,
|
|
html.theme-dark .tv-control-input.i-success:hover {
|
|
border-color: #00897b !important;
|
|
}
|
|
}
|
|
.tv-control-input.i-success:active,
|
|
.tv-control-input.i-success:focus {
|
|
border-color: #00796b !important;
|
|
}
|
|
html.theme-dark .tv-control-input.i-success:active,
|
|
html.theme-dark .tv-control-input.i-success:focus {
|
|
border-color: #009688 !important;
|
|
}
|
|
.tv-control-input--phone {
|
|
direction: ltr;
|
|
text-align: right;
|
|
}
|
|
.tv-control-input--file {
|
|
display: none;
|
|
}
|
|
body,
|
|
html {
|
|
background: none;
|
|
overflow: hidden;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
body {
|
|
min-width: 240px;
|
|
}
|
|
#library-container {
|
|
border: 1px solid #d9dadb;
|
|
background: #fff;
|
|
}
|
|
#library-container #showExtendedHoursLink {
|
|
display: none;
|
|
}
|
|
.on-widget .open-popup {
|
|
margin-right: 4px;
|
|
padding: 7px;
|
|
border-width: 0 !important;
|
|
border: none;
|
|
background: #6798bb;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.on-widget .open-popup:hover {
|
|
background: #69a3cc;
|
|
}
|
|
}
|
|
.on-widget .open-popup:active {
|
|
background: #71acd6;
|
|
}
|
|
.on-widget .open-popup svg {
|
|
display: block;
|
|
width: 16px;
|
|
height: 14px;
|
|
fill: #fff;
|
|
}
|
|
.on-widget
|
|
.widgetbar-widget-hotlist
|
|
.widgetbar-widgetheader
|
|
.widgetbar-headerspace {
|
|
display: none;
|
|
}
|
|
.text .logo-highlighted {
|
|
font-weight: 700;
|
|
text-decoration: underline;
|
|
}
|
|
.on-cme-widget .symbol-edit-popup .filter,
|
|
.on-cme-widget .symbol-search-dialog .filter {
|
|
display: none;
|
|
}
|
|
.on-cme-widget .symbol-search-dialog .results {
|
|
height: 450px;
|
|
}
|
|
.load-chart .chart-search,
|
|
.load-chart .chart-search input {
|
|
width: 100%;
|
|
}
|
|
.properties-tabs-label {
|
|
margin-left: 30px;
|
|
}
|
|
@media only screen and (max-width: 750px) {
|
|
.charts-popup-list .item.save-load-chart-title {
|
|
display: block;
|
|
}
|
|
}
|
|
.charts-popup-list .item .title,
|
|
.charts-popup-list .item .title-expanded {
|
|
width: auto;
|
|
}
|
|
.common-tooltip-s2GEoMlT {
|
|
display: inline-flex;
|
|
position: fixed;
|
|
color: #f0f3fa;
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
opacity: 1;
|
|
transition: opacity 0.15s linear;
|
|
z-index: 1000;
|
|
pointer-events: none;
|
|
}
|
|
.common-tooltip--hidden-Z0EAvXgv {
|
|
opacity: 0;
|
|
}
|
|
.common-tooltip--horizontal-13imOC5w {
|
|
margin: 4px 0;
|
|
}
|
|
.common-tooltip--horizontal-13imOC5w.common-tooltip--farther-2yXMAkHF {
|
|
margin: 8px 0;
|
|
}
|
|
.common-tooltip--vertical-mcRoucek {
|
|
margin: 0 4px;
|
|
}
|
|
.common-tooltip--vertical-mcRoucek.common-tooltip-farther-XoKytD99 {
|
|
margin: 0 8px;
|
|
}
|
|
.common-tooltip--no-pointer-events-3nL0Vygu {
|
|
pointer-events: none;
|
|
}
|
|
.common-tooltip--no-pointer-events-3nL0Vygu.common-tooltip--horizontal-13imOC5w {
|
|
margin: 8px 0;
|
|
}
|
|
.common-tooltip--no-pointer-events-3nL0Vygu.common-tooltip--vertical-mcRoucek {
|
|
margin: 0 8px;
|
|
}
|
|
.common-tooltip--no-pointer-events-3nL0Vygu.common-tooltip--horizontal-13imOC5w.common-tooltip--farther-2yXMAkHF {
|
|
margin: 14px 0;
|
|
}
|
|
.common-tooltip--no-pointer-events-3nL0Vygu.common-tooltip--vertical-mcRoucek.common-tooltip--farther-2yXMAkHF {
|
|
margin: 0 14px;
|
|
}
|
|
.common-tooltip--direction_normal-3u9ejKM2 {
|
|
flex-direction: row;
|
|
}
|
|
.common-tooltip--direction_normal-3u9ejKM2 .common-tooltip__body-356XFpBj {
|
|
border-top-right-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
}
|
|
.common-tooltip--direction_normal-3u9ejKM2
|
|
.common-tooltip__body--no-buttons-3quqi1Sv,
|
|
.common-tooltip--direction_normal-3u9ejKM2
|
|
.common-tooltip__button-container-3EjyKV3s {
|
|
border-top-left-radius: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
}
|
|
.common-tooltip--direction_normal-3u9ejKM2
|
|
.common-tooltip__button-1rnQgujz:not(:last-child) {
|
|
margin-left: 1px;
|
|
}
|
|
.common-tooltip--direction_reversed-XN-JUTdr {
|
|
flex-direction: row-reverse;
|
|
}
|
|
.common-tooltip--direction_reversed-XN-JUTdr .common-tooltip__body-356XFpBj {
|
|
border-top-left-radius: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
}
|
|
.common-tooltip--direction_reversed-XN-JUTdr
|
|
.common-tooltip__body--no-buttons-3quqi1Sv,
|
|
.common-tooltip--direction_reversed-XN-JUTdr
|
|
.common-tooltip__button-container-3EjyKV3s {
|
|
border-top-right-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
}
|
|
.common-tooltip--direction_reversed-XN-JUTdr
|
|
.common-tooltip__button-1rnQgujz:not(:first-child) {
|
|
margin-right: 1px;
|
|
}
|
|
.common-tooltip__ear-holder-yIJjpvgu {
|
|
position: relative;
|
|
}
|
|
.common-tooltip__ear-holder-yIJjpvgu:after {
|
|
content: '';
|
|
display: block;
|
|
position: absolute;
|
|
box-sizing: border-box;
|
|
width: 0;
|
|
height: 0;
|
|
border: 0 solid;
|
|
border-color: #2a2e39;
|
|
}
|
|
html.theme-dark .common-tooltip__ear-holder-yIJjpvgu:after {
|
|
border-color: #50535e;
|
|
}
|
|
.common-tooltip__ear-holder--above-1D8FkNkw:after,
|
|
.common-tooltip__ear-holder--below-1rmzWejA:after {
|
|
left: 50%;
|
|
margin-left: -6px;
|
|
border-left: 6px solid;
|
|
border-left-color: transparent;
|
|
border-right: 6px solid;
|
|
border-right-color: transparent;
|
|
}
|
|
html.theme-dark .common-tooltip__ear-holder--above-1D8FkNkw:after,
|
|
html.theme-dark .common-tooltip__ear-holder--below-1rmzWejA:after {
|
|
border-left-color: transparent;
|
|
border-right-color: transparent;
|
|
}
|
|
.common-tooltip__ear-holder--below-1rmzWejA:after {
|
|
bottom: 100%;
|
|
border-bottom-width: 4px;
|
|
}
|
|
.common-tooltip__ear-holder--above-1D8FkNkw:after {
|
|
top: 100%;
|
|
border-top-width: 4px;
|
|
}
|
|
.common-tooltip__ear-holder--after-BnAcuW1N:after,
|
|
.common-tooltip__ear-holder--before-oXq5sFXr:after {
|
|
top: 50%;
|
|
margin-top: -6px;
|
|
border-top: 6px solid;
|
|
border-top-color: transparent;
|
|
border-bottom: 6px solid;
|
|
border-bottom-color: transparent;
|
|
}
|
|
html.theme-dark .common-tooltip__ear-holder--after-BnAcuW1N:after,
|
|
html.theme-dark .common-tooltip__ear-holder--before-oXq5sFXr:after {
|
|
border-bottom-color: transparent;
|
|
border-top-color: transparent;
|
|
}
|
|
.common-tooltip__ear-holder--before-oXq5sFXr:after {
|
|
right: 100%;
|
|
border-right-width: 4px;
|
|
}
|
|
.common-tooltip__ear-holder--after-BnAcuW1N:after {
|
|
left: 100%;
|
|
border-left-width: 4px;
|
|
}
|
|
.common-tooltip__body-356XFpBj {
|
|
display: block;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
padding: 3px 8px;
|
|
max-width: 320px;
|
|
background-color: #2a2e39;
|
|
white-space: pre-wrap;
|
|
word-wrap: break-word;
|
|
text-align: right;
|
|
overflow: hidden;
|
|
}
|
|
html.theme-dark .common-tooltip__body-356XFpBj {
|
|
background-color: #50535e;
|
|
}
|
|
.common-tooltip__body--with-hotkey-2wXRtgYZ {
|
|
display: flex;
|
|
max-width: 420px;
|
|
padding: 0;
|
|
}
|
|
.common-tooltip__body--width_wide-3oG604Li {
|
|
max-width: 640px;
|
|
}
|
|
.common-tooltip__body--width_narrow-34hrFTFo {
|
|
max-width: 200px;
|
|
}
|
|
.common-tooltip__body--no-padding-2vVe6Xco {
|
|
padding: 0;
|
|
}
|
|
.common-tooltip__hotkey-block-2gS_uAOl {
|
|
display: inline-flex;
|
|
flex: 1 0 auto;
|
|
padding: 4px 8px 5px;
|
|
line-height: 12px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #ff9800;
|
|
}
|
|
.common-tooltip__hotkey-block--divider-rQ38KmpQ {
|
|
border-right: 1px solid #5d606b;
|
|
margin-right: 8px;
|
|
}
|
|
html.theme-dark .common-tooltip__hotkey-block--divider-rQ38KmpQ {
|
|
border-right: 1px solid #363a45;
|
|
}
|
|
.common-tooltip__hotkey-text-1eb7dyCg {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
margin: 3px 8px 3px 0;
|
|
}
|
|
.common-tooltip__hotkey-button-1XJ40e4D {
|
|
display: inline-flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 13px;
|
|
min-width: 7px;
|
|
padding: 0 3px;
|
|
border: 1px solid;
|
|
border-radius: 2px;
|
|
}
|
|
.common-tooltip__plus-sign-3CKSupKp {
|
|
width: 13px;
|
|
height: 15px;
|
|
line-height: 16px;
|
|
text-align: center;
|
|
}
|
|
.common-tooltip__button-container-3EjyKV3s {
|
|
display: flex;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.common-tooltip__button-1rnQgujz {
|
|
display: flex;
|
|
color: #fff;
|
|
background-color: #2196f3;
|
|
padding: 0 10px;
|
|
align-items: center;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.common-tooltip__button-1rnQgujz:hover {
|
|
background-color: #1592e6;
|
|
}
|
|
}
|
|
.common-tooltip-s2GEoMlT.theme-white {
|
|
color: #333;
|
|
}
|
|
.common-tooltip-s2GEoMlT.theme-white .common-tooltip__body-356XFpBj {
|
|
background-color: #fff;
|
|
border-radius: 0;
|
|
}
|
|
html.theme-dark
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__body-356XFpBj {
|
|
background-color: #1e222d;
|
|
}
|
|
.common-tooltip-s2GEoMlT.theme-white .common-tooltip__ear-holder-yIJjpvgu {
|
|
border: 1px solid #dadde0;
|
|
}
|
|
html.theme-dark
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder-yIJjpvgu {
|
|
border: 1px solid #363c4e;
|
|
}
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder-yIJjpvgu:after {
|
|
border-color: #fff;
|
|
}
|
|
html.theme-dark
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder-yIJjpvgu:after {
|
|
border-color: #1e222d;
|
|
}
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--above-1D8FkNkw:after,
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--below-1rmzWejA:after {
|
|
border-right: 6px solid;
|
|
border-right-color: transparent;
|
|
border-left: 6px solid;
|
|
border-left-color: transparent;
|
|
}
|
|
html.theme-dark
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--above-1D8FkNkw:after,
|
|
html.theme-dark
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--below-1rmzWejA:after {
|
|
border-left-color: transparent;
|
|
border-right-color: transparent;
|
|
}
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--after-BnAcuW1N:after,
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--before-oXq5sFXr:after {
|
|
border-top: 6px solid;
|
|
border-top-color: transparent;
|
|
border-bottom: 6px solid;
|
|
border-bottom-color: transparent;
|
|
}
|
|
html.theme-dark
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--after-BnAcuW1N:after,
|
|
html.theme-dark
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--before-oXq5sFXr:after {
|
|
border-bottom-color: transparent;
|
|
border-top-color: transparent;
|
|
}
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder-yIJjpvgu:before {
|
|
content: '';
|
|
display: block;
|
|
position: absolute;
|
|
z-index: 1000;
|
|
width: 0;
|
|
height: 0;
|
|
border: 0 solid;
|
|
border-color: #dadde0;
|
|
}
|
|
html.theme-dark
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder-yIJjpvgu:before {
|
|
border-color: #363c4e;
|
|
}
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--above-1D8FkNkw:before,
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--below-1rmzWejA:before {
|
|
right: 50%;
|
|
margin-right: -7px;
|
|
border-right: 7px solid;
|
|
border-right-color: transparent;
|
|
border-left: 7px solid;
|
|
border-left-color: transparent;
|
|
}
|
|
html.theme-dark
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--above-1D8FkNkw:before,
|
|
html.theme-dark
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--below-1rmzWejA:before {
|
|
border-left-color: transparent;
|
|
border-right-color: transparent;
|
|
}
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--below-1rmzWejA:before {
|
|
top: -6px;
|
|
border-bottom-width: 6px;
|
|
}
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--above-1D8FkNkw:before {
|
|
bottom: -6px;
|
|
border-top-width: 6px;
|
|
}
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--after-BnAcuW1N:before,
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--before-oXq5sFXr:before {
|
|
top: 50%;
|
|
margin-top: -7px;
|
|
border-top: 7px solid;
|
|
border-top-color: transparent;
|
|
border-bottom: 7px solid;
|
|
border-bottom-color: transparent;
|
|
}
|
|
html.theme-dark
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--after-BnAcuW1N:before,
|
|
html.theme-dark
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--before-oXq5sFXr:before {
|
|
border-bottom-color: transparent;
|
|
border-top-color: transparent;
|
|
}
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--before-oXq5sFXr:before {
|
|
right: -6px;
|
|
border-left-width: 6px;
|
|
}
|
|
.common-tooltip-s2GEoMlT.theme-white
|
|
.common-tooltip__ear-holder--after-BnAcuW1N:before {
|
|
left: -6px;
|
|
border-right-width: 6px;
|
|
}
|
|
.common-tooltip-s2GEoMlT.theme-round-shadow {
|
|
color: #333;
|
|
box-shadow: 0 1px 3px 0 rgba(42, 44, 57, 0.29);
|
|
}
|
|
.common-tooltip-s2GEoMlT.theme-round-shadow .common-tooltip__body-356XFpBj {
|
|
background-color: #fff;
|
|
}
|
|
html.theme-dark
|
|
.common-tooltip-s2GEoMlT.theme-round-shadow
|
|
.common-tooltip__body-356XFpBj {
|
|
background-color: #1e222d;
|
|
}
|
|
.common-tooltip-s2GEoMlT.theme-round-shadow
|
|
.common-tooltip__ear-holder-yIJjpvgu:after {
|
|
border-color: #fff;
|
|
}
|
|
html.theme-dark
|
|
.common-tooltip-s2GEoMlT.theme-round-shadow
|
|
.common-tooltip__ear-holder-yIJjpvgu:after {
|
|
border-color: #1e222d;
|
|
}
|
|
.common-tooltip-s2GEoMlT.theme-round-shadow
|
|
.common-tooltip__ear-holder--above-1D8FkNkw:after,
|
|
.common-tooltip-s2GEoMlT.theme-round-shadow
|
|
.common-tooltip__ear-holder--below-1rmzWejA:after {
|
|
border-right: 6px solid;
|
|
border-right-color: transparent;
|
|
border-left: 6px solid;
|
|
border-left-color: transparent;
|
|
}
|
|
html.theme-dark
|
|
.common-tooltip-s2GEoMlT.theme-round-shadow
|
|
.common-tooltip__ear-holder--above-1D8FkNkw:after,
|
|
html.theme-dark
|
|
.common-tooltip-s2GEoMlT.theme-round-shadow
|
|
.common-tooltip__ear-holder--below-1rmzWejA:after {
|
|
border-left-color: transparent;
|
|
border-right-color: transparent;
|
|
}
|
|
.common-tooltip-s2GEoMlT.theme-round-shadow
|
|
.common-tooltip__ear-holder--after-BnAcuW1N:after,
|
|
.common-tooltip-s2GEoMlT.theme-round-shadow
|
|
.common-tooltip__ear-holder--before-oXq5sFXr:after {
|
|
border-top: 6px solid;
|
|
border-top-color: transparent;
|
|
border-bottom: 6px solid;
|
|
border-bottom-color: transparent;
|
|
}
|
|
html.theme-dark
|
|
.common-tooltip-s2GEoMlT.theme-round-shadow
|
|
.common-tooltip__ear-holder--after-BnAcuW1N:after,
|
|
html.theme-dark
|
|
.common-tooltip-s2GEoMlT.theme-round-shadow
|
|
.common-tooltip__ear-holder--before-oXq5sFXr:after {
|
|
border-bottom-color: transparent;
|
|
border-top-color: transparent;
|
|
}
|
|
.container-2BvS3Fpg {
|
|
width: 100%;
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
background-color: #e0e3eb;
|
|
}
|
|
html.theme-dark .container-2BvS3Fpg {
|
|
background-color: #2a2e39;
|
|
}
|
|
.container-2BvS3Fpg .inner-3YzQuyJx {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #fff;
|
|
}
|
|
html.theme-dark .container-2BvS3Fpg .inner-3YzQuyJx {
|
|
background-color: #131722;
|
|
}
|
|
.container-2BvS3Fpg.border-left-LYAXTdyL {
|
|
padding-right: 4px;
|
|
}
|
|
.container-2BvS3Fpg.border-right-OzIcepiV {
|
|
padding-left: 4px;
|
|
}
|
|
.container-2BvS3Fpg.border-top-193CSDqN {
|
|
padding-top: 4px;
|
|
}
|
|
.container-2BvS3Fpg.border-bottom-2lZASSTD {
|
|
padding-bottom: 4px;
|
|
}
|
|
.container-2BvS3Fpg.top-right-radius-FE25nrPp .inner-3YzQuyJx {
|
|
border-top-left-radius: 0;
|
|
}
|
|
.container-2BvS3Fpg.top-left-radius-1ELOZlIb .inner-3YzQuyJx {
|
|
border-top-right-radius: 0;
|
|
}
|
|
.container-2BvS3Fpg.bottom-right-radius-7zqIiaLN .inner-3YzQuyJx {
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.container-2BvS3Fpg.bottom-left-radius-xCxQ998i .inner-3YzQuyJx {
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.tv-rename-chart-dialog__field {
|
|
font-size: 13px;
|
|
display: block;
|
|
}
|
|
.tv-rename-chart-dialog__field:not(:last-child) {
|
|
margin-bottom: 13px;
|
|
}
|
|
.tv-rename-chart-dialog__label {
|
|
display: inline-block;
|
|
margin-bottom: 10px;
|
|
}
|
|
.tv-rename-chart-dialog__label a {
|
|
color: #2196f3;
|
|
transition: color 0.35s ease;
|
|
}
|
|
html.theme-dark .tv-rename-chart-dialog__label a {
|
|
color: #1976d2;
|
|
}
|
|
.tv-rename-chart-dialog__label a:visited {
|
|
color: #2196f3;
|
|
fill: #2196f3;
|
|
}
|
|
html.theme-dark .tv-rename-chart-dialog__label a:visited {
|
|
fill: #1976d2;
|
|
color: #1976d2;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-rename-chart-dialog__label a:hover {
|
|
color: #1e88e5;
|
|
fill: #1e88e5;
|
|
transition-duration: 0.06s;
|
|
}
|
|
}
|
|
.tv-rename-chart-dialog__label a:focus {
|
|
outline: auto;
|
|
}
|
|
.tv-rename-chart-dialog__label a:focus:not(:-moz-focusring) {
|
|
outline: none;
|
|
}
|
|
.tv-rename-chart-dialog__label a:-moz-focusring {
|
|
outline: auto;
|
|
}
|
|
.tv-rename-chart-dialog__label a:active {
|
|
color: #1e88e5;
|
|
fill: #1e88e5;
|
|
transition-duration: 0.06s;
|
|
}
|
|
.tv-rename-chart-dialog__hint {
|
|
width: 16px;
|
|
height: 16px;
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
}
|
|
.tv-rename-chart-dialog__hint:before {
|
|
filter: invert(50%);
|
|
content: url(70464b308617ebaa2bc504b4a50c3463.svg);
|
|
}
|
|
.tv-exit-fullscreen-button {
|
|
z-index: 16;
|
|
position: fixed;
|
|
top: -1px;
|
|
right: 50%;
|
|
opacity: 0.6;
|
|
background: #fff;
|
|
color: #848487;
|
|
border-radius: 0 0 3px 3px;
|
|
border: 1px solid #c9cbcd;
|
|
font-size: 11px;
|
|
width: 116px;
|
|
font-weight: 700;
|
|
padding: 2px 4px;
|
|
cursor: default;
|
|
margin: 0 -59px 0 0;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-exit-fullscreen-button:hover {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
button,
|
|
html input[type='button'],
|
|
input[type='reset'],
|
|
input[type='submit'] {
|
|
cursor: default;
|
|
}
|
|
.chart-widget {
|
|
position: absolute;
|
|
border-style: none;
|
|
right: 0;
|
|
top: 0;
|
|
width: 512px;
|
|
height: 256px;
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
}
|
|
.chart-header {
|
|
background-color: #fff;
|
|
border-bottom: 1px solid gray;
|
|
color: #fff;
|
|
}
|
|
table.chart-markup-table {
|
|
border: none;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
line-height: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
direction: ltr;
|
|
}
|
|
.chart-markup-table tr {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
td.chart-markup-table {
|
|
border: none;
|
|
text-align: right;
|
|
vertical-align: top;
|
|
line-height: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
direction: rtl;
|
|
}
|
|
.chart-gui-wrapper {
|
|
width: 100%;
|
|
height: 100%;
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
position: relative;
|
|
overflow: hidden;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
direction: ltr;
|
|
}
|
|
.chart-data-window {
|
|
position: absolute;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
border-collapse: collapse;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #fff;
|
|
text-align: right;
|
|
color: #4a4a4a;
|
|
}
|
|
html.theme-dark .chart-data-window {
|
|
color: #c5cbce;
|
|
background-color: #131722;
|
|
}
|
|
.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-right: 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-right: 8px;
|
|
}
|
|
.chart-data-window .active .chart-data-window-item {
|
|
font-weight: 700;
|
|
}
|
|
.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: #f1f3f6;
|
|
font-weight: 700;
|
|
font-size: 12px;
|
|
}
|
|
html.theme-dark .chart-data-window .chart-data-window-header {
|
|
background: #262b3e;
|
|
}
|
|
.chart-data-window .chart-data-window-header .toggle-source-icon {
|
|
display: block;
|
|
position: absolute;
|
|
left: 14px;
|
|
top: 11px;
|
|
width: 16px;
|
|
height: 10px;
|
|
}
|
|
.chart-data-window .chart-data-window-header .toggle-source-icon svg {
|
|
display: block;
|
|
width: 16px;
|
|
height: 10px;
|
|
fill: #7d7d7d;
|
|
}
|
|
html.theme-dark
|
|
.chart-data-window
|
|
.chart-data-window-header
|
|
.toggle-source-icon
|
|
svg {
|
|
fill: #758696;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.chart-data-window .chart-data-window-header .toggle-source-icon:hover svg {
|
|
fill: #2196f3 !important;
|
|
}
|
|
}
|
|
.chart-data-window .chart-data-window-header .hover-source-icon {
|
|
display: none;
|
|
position: absolute;
|
|
left: 40px;
|
|
top: 11px;
|
|
width: 10px;
|
|
height: 10px;
|
|
border-radius: 10px;
|
|
background: #2196f3;
|
|
}
|
|
.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%;
|
|
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-left: 15px;
|
|
border: 1px dotted #ccc;
|
|
cursor: help;
|
|
}
|
|
.chart-data-window .chart-data-window-item .chart-data-window-item-value {
|
|
text-align: left;
|
|
}
|
|
.property-page-column-2 {
|
|
display: inline-block;
|
|
width: 50%;
|
|
vertical-align: top;
|
|
}
|
|
.property-page {
|
|
color: #4a4a4a;
|
|
position: relative;
|
|
}
|
|
html.theme-dark .property-page {
|
|
color: #c5cbce;
|
|
}
|
|
.property-page td {
|
|
white-space: nowrap;
|
|
padding: 3px 4px;
|
|
height: 27px;
|
|
}
|
|
.property-page td:empty {
|
|
padding: 0;
|
|
}
|
|
.property-page td:first-child {
|
|
padding-right: 0;
|
|
}
|
|
.property-page td:last-child {
|
|
padding-left: 0;
|
|
}
|
|
.property-page.study-properties,
|
|
.property-page.study-strategy-properties {
|
|
margin-top: 10px;
|
|
}
|
|
.property-page.study-strategy-properties tr.disabled label {
|
|
color: #999;
|
|
}
|
|
.property-page .tzeditor .sbSelector {
|
|
min-width: 190px;
|
|
}
|
|
.property-page input[type='checkbox'] {
|
|
margin: 3px 0.5ex;
|
|
}
|
|
.property-page-fullwidth-wrapper {
|
|
margin: 0 0 0 13px;
|
|
}
|
|
.property-page-bandwidth {
|
|
margin-right: 8px;
|
|
width: 55px;
|
|
vertical-align: middle;
|
|
}
|
|
.property-page input[type='checkbox'] {
|
|
vertical-align: middle;
|
|
}
|
|
.property-page td:first-child input[type='checkbox'] {
|
|
margin-right: 0;
|
|
}
|
|
.property-page .tv-text-input {
|
|
height: 25px;
|
|
}
|
|
.property-page-unpadded {
|
|
border-collapse: collapse;
|
|
}
|
|
.property-page-unpadded > tbody > tr > td,
|
|
.property-page-unpadded > tbody > tr > th {
|
|
padding: 0;
|
|
}
|
|
.property-page .offset-row td:first-child {
|
|
padding-left: 30px;
|
|
}
|
|
.propertypage-name-label {
|
|
text-transform: capitalize;
|
|
}
|
|
.properties-tabs {
|
|
padding: 0 25px;
|
|
}
|
|
.properties-tabs a.properties-tabs-label {
|
|
padding: 0;
|
|
margin-right: 45px;
|
|
display: inline-block;
|
|
position: relative;
|
|
color: #4f5966;
|
|
}
|
|
html.theme-dark .properties-tabs a.properties-tabs-label {
|
|
color: #f7f8fa;
|
|
}
|
|
.properties-tabs a.properties-tabs-label.active {
|
|
font-weight: 700;
|
|
}
|
|
.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.with-filter {
|
|
padding-bottom: 16px;
|
|
}
|
|
.properties-tabs a.properties-tabs-label:first-child {
|
|
margin-right: 0;
|
|
}
|
|
.properties-tabs a.properties-tabs-label:last-child {
|
|
margin-left: 40px;
|
|
}
|
|
.chart-loading-screen {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 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: 0.5;
|
|
transition: opacity 0.3s ease;
|
|
}
|
|
.properties-tabs .help {
|
|
width: 15px;
|
|
height: 15px;
|
|
background: url(180acc64d47073cae241f54fe1659797.png);
|
|
float: left;
|
|
margin: 1px 0 0 10px;
|
|
}
|
|
.bar-mark-tooltip {
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 14;
|
|
padding: 8px 8px 8px 10px;
|
|
background: hsla(0, 0%, 100%, 0.9);
|
|
min-height: 18px;
|
|
border: 1px solid;
|
|
border-color: gray;
|
|
}
|
|
html.theme-dark .bar-mark-tooltip {
|
|
background: rgba(19, 23, 34, 0.9);
|
|
}
|
|
.bar-mark-tooltip .text {
|
|
padding-right: 4px;
|
|
padding-top: 2px;
|
|
max-width: 250px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: inline-block;
|
|
font-size: 13px;
|
|
line-height: 13px;
|
|
}
|
|
.published-charts-tooltip {
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 7;
|
|
padding: 8px 8px 8px 30px;
|
|
background: hsla(0, 0%, 100%, 0.9);
|
|
border: 1px solid;
|
|
height: 32px;
|
|
cursor: default;
|
|
margin-top: -25px;
|
|
}
|
|
html.theme-dark .published-charts-tooltip {
|
|
background: rgba(19, 23, 34, 0.9);
|
|
}
|
|
.published-charts-tooltip .avatar {
|
|
position: absolute;
|
|
top: 8px;
|
|
right: 8px;
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
.published-charts-tooltip .avatar img {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
.published-charts-tooltip .pin {
|
|
background-image: url(7393f661fc7d4389ea6d4dabd2a5aeea.png);
|
|
width: 16px;
|
|
height: 16px;
|
|
vertical-align: top;
|
|
position: absolute;
|
|
top: 9px;
|
|
left: 9px;
|
|
cursor: pointer;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.published-charts-tooltip .pin:hover {
|
|
background-position: 32px 0;
|
|
}
|
|
}
|
|
.published-charts-tooltip .pin.pinned {
|
|
background-position: 16px 0;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.published-charts-tooltip .pin.pinned:hover {
|
|
background-position: 16px 0;
|
|
}
|
|
}
|
|
.published-charts-tooltip .text {
|
|
padding-right: 39px;
|
|
max-width: 250px;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
display: inline-block;
|
|
font-size: 13px;
|
|
line-height: 15px;
|
|
color: #4a4a4a;
|
|
font-weight: 700;
|
|
}
|
|
html.theme-dark .published-charts-tooltip .text {
|
|
color: #8b8f95;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.published-charts-tooltip .text:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
.published-charts-tooltip .username {
|
|
font-size: 11px;
|
|
color: #8f8f8f;
|
|
font-weight: 400;
|
|
padding-top: 2px;
|
|
padding-right: 39px;
|
|
white-space: nowrap;
|
|
line-height: 13px;
|
|
}
|
|
.published-charts-tooltip:after,
|
|
.published-charts-tooltip:before {
|
|
right: 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:not(.right):after {
|
|
border-color: hsla(0, 0%, 100%, 0);
|
|
border-right-color: #fff;
|
|
}
|
|
html.theme-dark .published-charts-tooltip:not(.right):after {
|
|
border-right-color: #131722;
|
|
}
|
|
.published-charts-tooltip.right:after {
|
|
border-color: hsla(0, 0%, 100%, 0);
|
|
border-left-color: #fff;
|
|
}
|
|
html.theme-dark .published-charts-tooltip.right:after {
|
|
border-left-color: #131722;
|
|
}
|
|
.published-charts-tooltip.right:before {
|
|
right: -2.2em;
|
|
}
|
|
.published-charts-tooltip.right:after {
|
|
right: -2em;
|
|
}
|
|
.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-right-color: #78c143;
|
|
}
|
|
.published-charts-tooltip.red:before {
|
|
border-color: rgba(204, 69, 69, 0);
|
|
border-right-color: #cc4545;
|
|
}
|
|
.published-charts-tooltip.neutral:before {
|
|
border-color: rgba(234, 195, 0, 0);
|
|
border-right-color: #eac300;
|
|
}
|
|
.published-charts-tooltip.green.right:before {
|
|
border-color: rgba(120, 193, 67, 0);
|
|
border-left-color: #78c143;
|
|
}
|
|
.published-charts-tooltip.red.right:before {
|
|
border-color: rgba(204, 69, 69, 0);
|
|
border-left-color: #cc4545;
|
|
}
|
|
.published-charts-tooltip.neutral.right:before {
|
|
border-color: rgba(234, 195, 0, 0);
|
|
border-left-color: #eac300;
|
|
}
|
|
.chart-controls-bar {
|
|
position: absolute;
|
|
contain: strict;
|
|
height: 39px;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
border-top: 1px solid;
|
|
border-color: #e0e3eb;
|
|
border-color: var(--tv-color-platform-background, #e0e3eb);
|
|
border-radius: 0 0 4px 4px;
|
|
background-color: #fff;
|
|
background-color: var(--tv-color-pane-background, #fff);
|
|
}
|
|
html.theme-dark .chart-controls-bar {
|
|
background-color: #131722;
|
|
background-color: var(--tv-color-pane-background, #131722);
|
|
border-color: #2a2e39;
|
|
border-color: var(--tv-color-platform-background, #2a2e39);
|
|
}
|
|
.no-border-bottom-left-radius .chart-controls-bar {
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.no-border-bottom-right-radius .chart-controls-bar {
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.charts-popup-list.date-range-popupmenu {
|
|
margin-right: 1px;
|
|
}
|
|
.charts-popup-list.date-range-popupmenu .item {
|
|
padding-right: 10px;
|
|
padding-left: 10px;
|
|
}
|
|
@font-face {
|
|
font-family: FontAwesome;
|
|
src: url(40f9a03d174178efb12303caa9bc7cd8.woff2) format('woff2'),
|
|
url(3293616ec0c605c7c2db25829a0a509e.woff) format('woff');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
.ui-draggable {
|
|
touch-action: none;
|
|
}
|
|
.chart-gui-button-pseudo-border {
|
|
content: '';
|
|
display: block;
|
|
position: absolute;
|
|
top: -1px;
|
|
right: -1px;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid;
|
|
border-color: #b5b7b9;
|
|
background: transparent;
|
|
z-index: 1;
|
|
}
|
|
html.theme-dark .chart-gui-button-pseudo-border {
|
|
border-color: #4c525e;
|
|
}
|
|
._tv-dialog .button,
|
|
._tv-dialog .submenu,
|
|
.bottom-widgetbar-content.backtesting .button,
|
|
.bottom-widgetbar-content.backtesting .submenu,
|
|
.properties-toolbar .button,
|
|
.properties-toolbar .submenu,
|
|
.widgetbar-widgetheader .button,
|
|
.widgetbar-widgetheader .submenu {
|
|
position: relative;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
._tv-dialog .button:not(.disabled):not(.selected):hover:before,
|
|
._tv-dialog .submenu:not(.disabled):not(.selected):hover:before,
|
|
.bottom-widgetbar-content.backtesting
|
|
.button:not(.disabled):not(.selected):hover:before,
|
|
.bottom-widgetbar-content.backtesting
|
|
.submenu:not(.disabled):not(.selected):hover:before,
|
|
.properties-toolbar .button:not(.disabled):not(.selected):hover:before,
|
|
.properties-toolbar .submenu:not(.disabled):not(.selected):hover:before,
|
|
.widgetbar-widgetheader .button:not(.disabled):not(.selected):hover:before,
|
|
.widgetbar-widgetheader .submenu:not(.disabled):not(.selected):hover:before {
|
|
content: '';
|
|
display: block;
|
|
position: absolute;
|
|
top: -1px;
|
|
right: -1px;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid;
|
|
border-color: #b5b7b9;
|
|
background: transparent;
|
|
z-index: 1;
|
|
}
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark
|
|
._tv-dialog
|
|
.button:not(.disabled):not(.selected):hover:before,
|
|
html.theme-dark
|
|
._tv-dialog
|
|
.submenu:not(.disabled):not(.selected):hover:before,
|
|
html.theme-dark
|
|
.bottom-widgetbar-content.backtesting
|
|
.button:not(.disabled):not(.selected):hover:before,
|
|
html.theme-dark
|
|
.bottom-widgetbar-content.backtesting
|
|
.submenu:not(.disabled):not(.selected):hover:before,
|
|
html.theme-dark
|
|
.properties-toolbar
|
|
.button:not(.disabled):not(.selected):hover:before,
|
|
html.theme-dark
|
|
.properties-toolbar
|
|
.submenu:not(.disabled):not(.selected):hover:before,
|
|
html.theme-dark
|
|
.widgetbar-widgetheader
|
|
.button:not(.disabled):not(.selected):hover:before,
|
|
html.theme-dark
|
|
.widgetbar-widgetheader
|
|
.submenu:not(.disabled):not(.selected):hover:before {
|
|
border-color: #4c525e;
|
|
}
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
._tv-dialog .tv-select-container:not(.sbHolderDisabled):hover,
|
|
.bottom-widgetbar-content.backtesting
|
|
.tv-select-container:not(.sbHolderDisabled):hover,
|
|
.properties-toolbar .tv-select-container:not(.sbHolderDisabled):hover,
|
|
.widgetbar-widgetheader .tv-select-container:not(.sbHolderDisabled):hover {
|
|
border: 1px solid;
|
|
border-color: #b5b7b9;
|
|
}
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark ._tv-dialog .tv-select-container:not(.sbHolderDisabled):hover,
|
|
html.theme-dark
|
|
.bottom-widgetbar-content.backtesting
|
|
.tv-select-container:not(.sbHolderDisabled):hover,
|
|
html.theme-dark
|
|
.properties-toolbar
|
|
.tv-select-container:not(.sbHolderDisabled):hover,
|
|
html.theme-dark
|
|
.widgetbar-widgetheader
|
|
.tv-select-container:not(.sbHolderDisabled):hover {
|
|
border-color: #4c525e;
|
|
}
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.widgetbar-widgetheader .button:hover {
|
|
border: 1px solid;
|
|
border-color: #f7f8fa;
|
|
}
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .widgetbar-widgetheader .button:hover {
|
|
border-color: #4c525e;
|
|
}
|
|
}
|
|
.property-page.strategy-properties td input[type='text'] {
|
|
width: 100px;
|
|
}
|
|
.property-page.strategy-properties tr.spacer td {
|
|
padding: 0;
|
|
height: 15px;
|
|
}
|
|
.property-page.strategy-properties input + label {
|
|
margin: 0 8px 0 12px;
|
|
}
|
|
.property-page.strategy-properties input[type='text']:disabled,
|
|
.property-page.strategy-properties tr.disabled,
|
|
.property-page.strategy-properties tr.disabled label:not(.always-enabled) {
|
|
color: #ccc;
|
|
}
|
|
.pane {
|
|
overflow: hidden;
|
|
cursor: crosshair;
|
|
}
|
|
.pane--cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
.pane--cursor-eraser {
|
|
cursor: url(0579d40b812fa2c3ffe72e5803a6e14c.cur), default;
|
|
}
|
|
.pane--cursor-dot {
|
|
cursor: url(ed68e83c16f77203e73dbc4c3a7c7fa1.cur), default;
|
|
}
|
|
.pane--cursor-default {
|
|
cursor: default;
|
|
}
|
|
.pane--cursor-grabbing {
|
|
cursor: url(grabbing.1c0862a8a8c0fb02885557bc97fdafe7.cur), move;
|
|
cursor: grabbing;
|
|
}
|
|
.pane--cursor-zoom-in {
|
|
cursor: url(zoom.e21f24dd632c7069139bc47ae89c54b5.cur), default;
|
|
cursor: zoom-in;
|
|
}
|
|
.pane--cursor-ns-resize {
|
|
cursor: ns-resize;
|
|
}
|
|
.pane--cursor-ew-resize {
|
|
cursor: ew-resize;
|
|
}
|
|
.price-axis-stub-3MoqVLRB .wrapper-1tN_aWXZ {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.price-axis-stub-3MoqVLRB .wrapper-1tN_aWXZ .label-NpaJWak6 {
|
|
display: inline-block;
|
|
position: relative;
|
|
width: 19px;
|
|
height: 19px;
|
|
border-radius: 50%;
|
|
background-color: rgba(224, 227, 235, 0.5);
|
|
transform-origin: bottom;
|
|
z-index: 2;
|
|
}
|
|
.price-axis-stub-3MoqVLRB .wrapper-1tN_aWXZ .label-NpaJWak6 .symbol-2JyFiLZ_ {
|
|
position: absolute;
|
|
pointer-events: false;
|
|
opacity: 1;
|
|
z-index: 2;
|
|
color: #50535e;
|
|
top: 50%;
|
|
bottom: 50%;
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 11px;
|
|
}
|
|
html.theme-dark
|
|
.price-axis-stub-3MoqVLRB
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6
|
|
.symbol-2JyFiLZ_ {
|
|
color: #50535e;
|
|
}
|
|
.price-axis-stub-3MoqVLRB .wrapper-1tN_aWXZ .label-NpaJWak6 .gear-3B_8TAjc {
|
|
position: absolute;
|
|
pointer-events: false;
|
|
opacity: 0;
|
|
z-index: 3;
|
|
height: 15px;
|
|
top: 2px;
|
|
right: 2px;
|
|
}
|
|
.price-axis-stub-3MoqVLRB .wrapper-1tN_aWXZ .label-NpaJWak6 .gear-3B_8TAjc svg,
|
|
html.theme-dark
|
|
.price-axis-stub-3MoqVLRB
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6
|
|
.gear-3B_8TAjc
|
|
svg {
|
|
fill: #131722;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.price-axis-stub-3MoqVLRB:hover .wrapper-1tN_aWXZ .label-NpaJWak6 {
|
|
background-color: rgba(224, 227, 235, 0);
|
|
}
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.price-axis-stub-3MoqVLRB:hover
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6
|
|
.gear-3B_8TAjc {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.price-axis-stub-3MoqVLRB:hover
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6
|
|
.gear-3B_8TAjc
|
|
svg,
|
|
html.theme-dark
|
|
.price-axis-stub-3MoqVLRB:hover
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6
|
|
.gear-3B_8TAjc
|
|
svg {
|
|
fill: #000;
|
|
}
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.price-axis-stub-3MoqVLRB:hover
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6
|
|
.symbol-2JyFiLZ_ {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.price-axis-stub-3MoqVLRB.fixed-gear-IiZPkpoQ
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6 {
|
|
background-color: transparent;
|
|
}
|
|
.price-axis-stub-3MoqVLRB.fixed-gear-IiZPkpoQ
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6
|
|
.symbol-2JyFiLZ_ {
|
|
opacity: 0;
|
|
}
|
|
.price-axis-stub-3MoqVLRB.fixed-gear-IiZPkpoQ
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6
|
|
.gear-3B_8TAjc {
|
|
opacity: 1;
|
|
}
|
|
.price-axis-stub-3MoqVLRB.fixed-symbol-2A_FZK26
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6 {
|
|
background-color: rgba(224, 227, 235, 0.5);
|
|
}
|
|
.price-axis-stub-3MoqVLRB.fixed-symbol-2A_FZK26
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6
|
|
.gear-3B_8TAjc {
|
|
opacity: 0;
|
|
}
|
|
.price-axis-stub-3MoqVLRB.fixed-symbol-2A_FZK26
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6
|
|
.symbol-2JyFiLZ_ {
|
|
opacity: 1;
|
|
}
|
|
.chart-widget--themed-dark
|
|
.price-axis-stub-3MoqVLRB
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6 {
|
|
background-color: rgba(42, 46, 57, 0.5);
|
|
}
|
|
.chart-widget--themed-dark
|
|
.price-axis-stub-3MoqVLRB
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6
|
|
.symbol-2JyFiLZ_,
|
|
html.theme-dark
|
|
.chart-widget--themed-dark
|
|
.price-axis-stub-3MoqVLRB
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6
|
|
.symbol-2JyFiLZ_ {
|
|
color: #787b86;
|
|
}
|
|
.chart-widget--themed-dark
|
|
.price-axis-stub-3MoqVLRB
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6
|
|
.gear-3B_8TAjc
|
|
svg,
|
|
html.theme-dark
|
|
.chart-widget--themed-dark
|
|
.price-axis-stub-3MoqVLRB
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6
|
|
.gear-3B_8TAjc
|
|
svg {
|
|
fill: #787b86;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.chart-widget--themed-dark
|
|
.price-axis-stub-3MoqVLRB:hover
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6 {
|
|
background-color: rgba(42, 46, 57, 0);
|
|
}
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.chart-widget--themed-dark
|
|
.price-axis-stub-3MoqVLRB:hover
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6
|
|
.gear-3B_8TAjc
|
|
svg,
|
|
html.theme-dark
|
|
.chart-widget--themed-dark
|
|
.price-axis-stub-3MoqVLRB:hover
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6
|
|
.gear-3B_8TAjc
|
|
svg {
|
|
fill: #9598a1;
|
|
}
|
|
}
|
|
.chart-widget--themed-dark
|
|
.price-axis-stub-3MoqVLRB.fixed-symbol-2A_FZK26
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6 {
|
|
background-color: rgba(42, 46, 57, 0.5);
|
|
}
|
|
.chart-widget--themed-dark
|
|
.price-axis-stub-3MoqVLRB.fixed-gear-IiZPkpoQ
|
|
.wrapper-1tN_aWXZ
|
|
.label-NpaJWak6 {
|
|
background-color: transparent;
|
|
}
|
|
.price-axis {
|
|
position: absolute;
|
|
cursor: default;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.price-axis--cursor-grabbing {
|
|
cursor: url(grabbing.1c0862a8a8c0fb02885557bc97fdafe7.cur), move;
|
|
cursor: grabbing;
|
|
}
|
|
.price-axis--cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
.price-axis--cursor-ns-resize {
|
|
cursor: ns-resize;
|
|
}
|
|
.price-axis-currency-label-wrapper-opoVZ91E {
|
|
position: absolute;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
width: 100%;
|
|
text-align: center;
|
|
z-index: 3;
|
|
right: 0;
|
|
top: 6px;
|
|
}
|
|
.price-axis-currency-label-1aGvtcW9 {
|
|
display: inline-block;
|
|
padding: 0 4px 0 2px;
|
|
border-radius: 4px;
|
|
white-space: nowrap;
|
|
border: 1px solid #d1d4dc;
|
|
}
|
|
.price-axis-currency-label-1aGvtcW9.readonly-OYsh-rpT {
|
|
padding: 0 4px;
|
|
}
|
|
.price-axis-currency-label-arrow-down-243KKK5C svg {
|
|
vertical-align: middle;
|
|
margin-bottom: 2px;
|
|
margin-right: 2px;
|
|
}
|
|
.chart-widget--themed-dark .price-axis-currency-label-1aGvtcW9 {
|
|
border-color: #363a45;
|
|
}
|
|
.pane-separator {
|
|
position: relative;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.pane-separator .handle {
|
|
position: absolute;
|
|
z-index: 50;
|
|
top: -4px;
|
|
height: 9px;
|
|
right: 0;
|
|
width: 100%;
|
|
cursor: row-resize;
|
|
}
|
|
.pane-separator .handle.i-active {
|
|
background: hsla(225, 8%, 72%, 0.2);
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.pane-separator .handle:hover {
|
|
background: hsla(225, 8%, 72%, 0.2);
|
|
}
|
|
}
|
|
.chart-widget--themed-dark .pane-separator .handle.i-active {
|
|
background: hsla(225, 8%, 72%, 0.12);
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.chart-widget--themed-dark .pane-separator .handle:hover {
|
|
background: hsla(225, 8%, 72%, 0.12);
|
|
}
|
|
}
|
|
.pane-separator .handle.i-active:before {
|
|
content: '';
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: hsla(225, 8%, 72%, 0.01);
|
|
opacity: 0;
|
|
}
|
|
.time-axis {
|
|
cursor: default;
|
|
}
|
|
.time-axis--cursor-grabbing {
|
|
cursor: url(grabbing.1c0862a8a8c0fb02885557bc97fdafe7.cur), move;
|
|
cursor: grabbing;
|
|
}
|
|
.time-axis--cursor-ew-resize {
|
|
cursor: ew-resize;
|
|
}
|
|
.tv-spinner {
|
|
display: none;
|
|
position: absolute;
|
|
width: 1em;
|
|
height: 1em;
|
|
top: calc(50% - 0.5em);
|
|
right: calc(50% - 0.5em);
|
|
margin: 0 auto;
|
|
color: #37a6ef;
|
|
animation: tv-spinner__container-rotate 0.9s linear infinite;
|
|
will-change: transform;
|
|
direction: rtl;
|
|
}
|
|
.tv-spinner--size_mini {
|
|
font-size: 16px;
|
|
}
|
|
.tv-spinner--size_medium {
|
|
font-size: 32px;
|
|
}
|
|
.tv-spinner--size_large {
|
|
font-size: 56px;
|
|
}
|
|
.tv-spinner--size_mini .tv-spinner__width_element:after {
|
|
border-width: 2px;
|
|
}
|
|
.tv-spinner--size_medium .tv-spinner__width_element:after {
|
|
border-width: 3px;
|
|
}
|
|
.tv-spinner--size_large .tv-spinner__width_element:after {
|
|
border-width: 4px;
|
|
}
|
|
.tv-spinner--shown {
|
|
display: block;
|
|
}
|
|
.tv-spinner__spinner-layer {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
white-space: nowrap;
|
|
color: currentColor;
|
|
transform: rotate(-90deg);
|
|
}
|
|
.tv-spinner__spinner-layer:after {
|
|
content: '';
|
|
position: absolute;
|
|
box-sizing: border-box;
|
|
top: 0;
|
|
border-width: 0.07em;
|
|
border-radius: 50%;
|
|
right: 45%;
|
|
width: 10%;
|
|
border-top-style: solid;
|
|
}
|
|
.tv-spinner__background {
|
|
display: inline-block;
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.tv-spinner__background:after {
|
|
content: '';
|
|
position: absolute;
|
|
box-sizing: border-box;
|
|
top: 0;
|
|
right: 0;
|
|
border-radius: 50%;
|
|
bottom: 0;
|
|
width: 100%;
|
|
border-color: rgba(135, 151, 165, 0.2);
|
|
border-style: solid;
|
|
}
|
|
.tv-spinner__circle-clipper {
|
|
display: inline-block;
|
|
position: relative;
|
|
width: 50%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.tv-spinner__circle-clipper:after {
|
|
content: '';
|
|
position: absolute;
|
|
box-sizing: border-box;
|
|
top: 0;
|
|
border-radius: 50%;
|
|
bottom: 0;
|
|
width: 200%;
|
|
border-style: solid;
|
|
border-bottom-color: transparent;
|
|
animation-duration: 1.4s;
|
|
animation-timing-function: cubic-bezier(0.36, 0, 0.37, 0.99);
|
|
animation-iteration-count: 1;
|
|
will-change: transform;
|
|
}
|
|
.tv-spinner__circle-clipper--left:after {
|
|
right: 0;
|
|
border-left-color: transparent;
|
|
transform: rotate(0deg);
|
|
animation-name: tv-spinner__left-spin;
|
|
}
|
|
.tv-spinner__circle-clipper--right:after {
|
|
right: -100%;
|
|
border-right-color: transparent;
|
|
transform: rotate(124deg);
|
|
animation-name: tv-spinner__right-spin;
|
|
}
|
|
@keyframes tv-spinner__container-rotate {
|
|
to {
|
|
transform: rotate(-1turn);
|
|
}
|
|
}
|
|
@keyframes tv-spinner__left-spin {
|
|
0% {
|
|
transform: rotate(-130deg);
|
|
}
|
|
to {
|
|
transform: rotate(0deg);
|
|
}
|
|
}
|
|
@keyframes tv-spinner__right-spin {
|
|
0% {
|
|
transform: rotate(130deg);
|
|
}
|
|
to {
|
|
transform: rotate(124deg);
|
|
}
|
|
}
|
|
.tv-chart-events-source__tooltip {
|
|
z-index: 7;
|
|
pointer-events: none;
|
|
}
|
|
.tv-chart-events-source__tooltip--clickable {
|
|
pointer-events: all;
|
|
}
|
|
.tv-chart-events-source__tooltip__content {
|
|
font-size: 9pt;
|
|
line-height: normal;
|
|
cursor: default;
|
|
}
|
|
.tv-chart-events-source__tooltip__item {
|
|
margin-top: 6pt;
|
|
border: 0;
|
|
border-right: 6px solid #ffc84a;
|
|
border-radius: 2px;
|
|
background: #fff;
|
|
padding: 15px 20px;
|
|
box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
|
|
color: #131722;
|
|
}
|
|
html.theme-dark .tv-chart-events-source__tooltip__item {
|
|
color: #d1d4dc;
|
|
box-shadow: 0 2px 7px rgba(107, 121, 136, 0.25);
|
|
background: #131722;
|
|
}
|
|
.tv-chart-events-source__tooltip__item.tv-chart-events-source__tooltip__item--importance-normal {
|
|
background: #fff;
|
|
border-right-color: #f89e30;
|
|
}
|
|
.tv-chart-events-source__tooltip__item.tv-chart-events-source__tooltip__item--importance-high {
|
|
background: #fff;
|
|
border-right-color: #ff4a68;
|
|
}
|
|
.tv-chart-events-source__tooltip__item.tv-chart-events-source__tooltip__item--importance-earnings {
|
|
background: #fff;
|
|
border-right-color: #ff4d6a;
|
|
}
|
|
.tv-chart-events-source__tooltip__item.tv-chart-events-source__tooltip__item--importance-splits {
|
|
background: #fff;
|
|
border-right-color: #007f0e;
|
|
}
|
|
.tv-chart-events-source__tooltip__item.tv-chart-events-source__tooltip__item--importance-dividends {
|
|
background: #fff;
|
|
border-right-color: #0496ff;
|
|
}
|
|
.tv-chart-events-source__tooltip__item.tv-chart-events-source__tooltip__item--importance-none {
|
|
border-right-width: 1px;
|
|
border-right-color: #dadde0;
|
|
}
|
|
html.theme-dark
|
|
.tv-chart-events-source__tooltip__item.tv-chart-events-source__tooltip__item--importance-none {
|
|
border-right-color: #363c4e;
|
|
}
|
|
.tv-chart-events-source__tooltip__item.tv-chart-events-source__tooltip__item--importance-list {
|
|
border-right-width: 1px;
|
|
border-right-color: #dadde0;
|
|
padding: 15px 25px 15px 20px;
|
|
font-size: 10pt;
|
|
}
|
|
html.theme-dark
|
|
.tv-chart-events-source__tooltip__item.tv-chart-events-source__tooltip__item--importance-list {
|
|
border-right-color: #363c4e;
|
|
}
|
|
.tv-chart-events-source__tooltip__item.tv-chart-events-source__tooltip__item--importance-list
|
|
dl:before {
|
|
margin-left: 5px;
|
|
position: absolute;
|
|
right: 15px;
|
|
}
|
|
.tv-chart-events-source__tooltip__item.tv-chart-events-source__tooltip__item--importance-list
|
|
dl.list-item:not(:first-child) {
|
|
margin-top: 12px;
|
|
}
|
|
.tv-chart-events-source__tooltip__item.tv-chart-events-source__tooltip__item--importance-list
|
|
dl.list-item:before {
|
|
content: '\2022';
|
|
}
|
|
.tv-chart-events-source__tooltip__item.tv-chart-events-source__tooltip__item--importance-list
|
|
h2 {
|
|
font-size: 10pt;
|
|
}
|
|
.tv-chart-events-source__tooltip__item dl {
|
|
margin: 0;
|
|
line-height: 1.5;
|
|
}
|
|
.tv-chart-events-source__tooltip__item dl.actual {
|
|
color: #000;
|
|
}
|
|
html.theme-dark .tv-chart-events-source__tooltip__item dl.actual {
|
|
color: #9db2bd;
|
|
}
|
|
.tv-chart-events-source__tooltip__item dd,
|
|
.tv-chart-events-source__tooltip__item dt {
|
|
margin: 0;
|
|
display: inline;
|
|
}
|
|
.tv-chart-events-source__tooltip__item h2 {
|
|
font-size: 10pt;
|
|
margin: 0 0 4pt;
|
|
}
|
|
.tv-chart-events-source__tooltip__item a,
|
|
.tv-chart-events-source__tooltip__item a:active,
|
|
.tv-chart-events-source__tooltip__item a:visited {
|
|
color: #2196f3;
|
|
cursor: pointer;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.tv-chart-events-source__tooltip__item a:hover {
|
|
color: #2196f3;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
table.tv-chart-events-table {
|
|
margin-top: 4pt;
|
|
}
|
|
table.tv-chart-events-table td,
|
|
table.tv-chart-events-table th {
|
|
width: 33%;
|
|
line-height: 1.5;
|
|
}
|
|
table.tv-chart-events-table th {
|
|
color: #5d606b;
|
|
font-weight: 400;
|
|
}
|
|
html.theme-dark table.tv-chart-events-table th {
|
|
color: #9598a1;
|
|
}
|
|
table.tv-chart-events-table td {
|
|
font-weight: 700;
|
|
}
|
|
table.tv-chart-events-table td:not(:last-child),
|
|
table.tv-chart-events-table th:not(:last-child) {
|
|
padding-left: 7pt;
|
|
}
|
|
.tv-chart-events-tooltip-date {
|
|
line-height: 1 !important;
|
|
}
|