@charset "utf-8";

/* TEMP */

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
#temp_holder {
    width: 1042px;
    margin: 20px auto;
}
#temp_holder:after {
    content: '';
    display: block;
    clear: both;
}
.binsta {
    width: 762px;
    float: left;
}

/* SIDEBAR */

#side {
    float: right;
    width: 240px;
}

/* SIDE TUTORIAL */

.binsta__tutorial_widget {
    width: 240px;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: default;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #434342;
}
.binsta__tutorial_widget * {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.binsta__tutorial_widget__pager {
    display: table;
    width: 100%;
    border-collapse: separate;
}
.binsta__tutorial_widget__pager__row {
    display: table-row;
}
.binsta__tutorial_widget__page {
    display: table-cell;
    padding: 10px;
    cursor: pointer;
    color: #1a1a1a;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    border: 1px solid #cecaca;
    border-right:0;
    background: #fefefe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ebeaea));
    background: -webkit-linear-gradient(top, #fefefe 0%, #ebeaea 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #ebeaea 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ebeaea', GradientType=0);
}
.binsta__tutorial_widget__page:first-child {
    border-radius:6px 0 0 6px;
}
.binsta__tutorial_widget__page:last-child {
    border-radius:0 6px 6px 0;
    border-right: 1px solid #cecaca;
}
.binsta__tutorial_widget__page:hover {
    color: #30b567;
}
.binsta__tutorial_widget__page.active {
    color: #30b567;
    cursor: default;
    background: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #2f2f2e));
    background: -webkit-linear-gradient(top, #585858 0%, #2f2f2e 100%);
    background: linear-gradient(to bottom, #585858 0%, #2f2f2e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#2f2f2e', GradientType=0);
}
.binsta__tutorial_widget__image {
    width: 240px;
    height: 240px;
    border: 1px solid #d9d8d6;
    border-radius: 6px;
    margin-top: 10px;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, .5);
    background: url('../img/tutorial.png') no-repeat;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.binsta__tutorial_widget#state0 .binsta__tutorial_widget__image {
    background-position: 10px -10px;
}
.binsta__tutorial_widget#state1 .binsta__tutorial_widget__image {
    background-position: -180px -10px;
}
.binsta__tutorial_widget#state2 .binsta__tutorial_widget__image {
    background-position: -395px -145px;
}
.binsta__tutorial_widget#state3 .binsta__tutorial_widget__image {
    background-position: -415px -300px;
}
.binsta__tutorial_widget#state4 .binsta__tutorial_widget__image {
    background-position: -560px -300px;
}
.binsta__tutorial_widget__image:after {
    content: '';
    display: block;
    position: absolute;
    width: 17px;
    height: 22px;
    background: url('../img/cursor.png') no-repeat;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.binsta__tutorial_widget#state0 .binsta__tutorial_widget__image:after {
    top: 112px;
    left: 146px;
}
.binsta__tutorial_widget#state1 .binsta__tutorial_widget__image:after {
    top: 112px;
    left: 150px;
}
.binsta__tutorial_widget#state2 .binsta__tutorial_widget__image:after {
    top: 53px;
    left: 169px;
}
.binsta__tutorial_widget#state3 .binsta__tutorial_widget__image:after {
    top: 107px;
    left: 85px;
}
.binsta__tutorial_widget#state4 .binsta__tutorial_widget__image:after {
    top: 98px;
    left: 158px;
}
.binsta__tutorial_widget__text {
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    background: #f8f7f7;
    border-radius:6px;
    border: 1px solid #d9d8d6;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    color: #434342;
}
.binsta__tutorial_widget__text .binsta__tutorial_widget__text__item {
    display: none;
}
.binsta__tutorial_widget__text .binsta__tutorial_widget__text__item.active {
    display: block;
}

/* REGISTRATION WIDGET */

.binsta__register_widget {
    width: 240px;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: default;
    position: relative;
    padding: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #1a1a1a;
    border: 1px solid #d9d8d6;
    border-radius: 6px;
    margin-bottom: 30px;
    background: #f8f7f7;
}
.binsta__register_widget * {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
h2.binsta__register_widget__title {
    color: #434342;
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px;
}
.binsta__register_widget__form_line {
    padding: 5px 10px;
}
.binsta__register_widget__form_line:after {
    content: '';
    display: block;
    clear: both;
}
.binsta__register_widget__form_line_float {
    float: left;
    padding: 0 5px;
}
.binsta__register_widget__form_line_float:first-child {
    padding-left: 0;
}
.binsta__register_widget__form_line_float:last-child {
    padding-right: 0;
}
.binsta__register_widget__form_line_float input[type=text],
.binsta__register_widget__form_line_float select {
    width: 100%;
    font: inherit;
    font-size: 12px;
    border: none;
    background: #fafafa;
    padding: 9px 8px 7px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .75);
    border-radius: 4px;
}
.binsta__register_widget__form_line_float input[type=submit] {
    background: #139147;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

/* DEFAULTS */

.binsta {
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: default;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.binsta * {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.binsta .e-fst {
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}
.binsta .e-mid {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.binsta .e-slw {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.binsta ol,
.binsta ul {
    list-style: none;
}
.binsta table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.binsta img {
    display: block;
}
.binsta *,
.binsta a:focus {
    outline: none;
}
.binsta .clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.binsta .relative {
    position: relative;
}
.binsta .pull-left {
    float: left;
}
.binsta .pull-right {
    float: right;
}
.binsta .righted {
    text-align: right;
}
.binsta .centered {
    text-align: center;
}

/* SIGNS */

.binsta__colon:after {
    content: ':';
}
.binsta__percent:after {
    content: '%';
}
.binsta__dollar:before {
    content: '$';
}

/* BUTTONS */

.binsta__button {
    display: inline-block;
    cursor: pointer;
    padding: 8px 15px;
    color: #fff;
    border-radius: 6px;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase;
    background: #51a7e2;
    line-height:1;
}
.binsta__button:hover {
    background: #4996c9;
}
.binsta__button:last-child {
    margin-right: 0;
}
.binsta__button > span {
    font-size: 14px;
}
.binsta__button.green {
    background: #0b9444;
}
.binsta__button.green:hover {
    background: #0a813c;
}
.binsta__button.yellow {
    background: #f53c28;
}
.binsta__button.yellow:hover {
    background: #dd2d1b;
}
.binsta__button.inactive {
    background: #232323;
    cursor: default;
}
.binsta__button.inactive span {
    color: #323232;
}
#binsta__add_console {
    display: block;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    color: #1a1a1a;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #cecaca;
    border-radius: 6px;
    margin-bottom: 20px;
    background: #fefefe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ebeaea));
    background: -webkit-linear-gradient(top, #fefefe 0%, #ebeaea 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #ebeaea 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ebeaea', GradientType=0);
}
#binsta__add_console:hover {
    color: #30b567;
}

/* LOADER */

#binsta_loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    pointer-events: none;
}
#binsta_loader:before,
#binsta_loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-radius: 50%;
    animation: loader 1s infinite linear;
    -webkit-animation: binsta_loader 1s infinite linear;
}
#binsta_loader:before {
    background: #99bb79;
}
#binsta_loader:after {
    background: #d77d1d;
    -webkit-animation-delay: .5s;
}
@-webkit-keyframes binsta_loader {
    0% {
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        width: 100px;
        height: 100px;
        opacity: 0;
    }
}
@keyframes binsta_loader {
    0% {
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        width: 50px;
        height: 50px;
        opacity: 0;
    }
}

/* EASY */

.binsta__console__asset__val.changeable:after,
.binsta__invest_input__set:after,
.binsta__rate_block,
.binsta__submit,
.binsta__one_click_buy {
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

/* BINARYSTATION WIDGET */

.binsta {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #1a1a1a;
    position: relative;
    width: 762px;
}

/* HEADER */

.binsta__header {
    margin-bottom: 20px;
}

/* TABS */

.binsta__tabs {}
.binsta__tab {
    display: inline-block;
    margin-right: -3px;
    padding: 10px 15px;
    cursor: pointer;
    color: #1a1a1a;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #cecaca;
    border-right: 0;
    background: #fefefe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ebeaea));
    background: -webkit-linear-gradient(top, #fefefe 0%, #ebeaea 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #ebeaea 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ebeaea', GradientType=0);
}
.binsta__tab:first-child {
    border-radius: 6px 0 0 6px;
}
.binsta__tab:last-child {
    margin-right: 0;
    border-right: 1px solid #cecaca;
    border-radius: 0 6px 6px 0;
}
.binsta__tab:hover {
    color: #30b567;
}
.binsta__tab.active {
    cursor: default;
    color: #fff;
    background: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #2f2f2e));
    background: -webkit-linear-gradient(top, #585858 0%, #2f2f2e 100%);
    background: linear-gradient(to bottom, #585858 0%, #2f2f2e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#2f2f2e', GradientType=0);
}

/* WIDGET INFO */

.binsta__widget_info {
    display: block;
    float: left;
    padding: 0 10px;
    line-height: 31px;
    border: 1px solid #cecaca;
    margin-right: 5px;
    background: #f8f7f7;
}
.binsta__widget_info:last-child {
    margin-right: 0;
}
.binsta__widget_info span {
    display: inline-block;
    vertical-align: middle;
}
.binsta__widget_info__data {
    font-size: 14px;
    color: #1a1a1a;
    font-weight: bold;
}
.binsta__widget_info .binsta__title {
    font-size: 12px;
    color: #434342;
}
.binsta__widget_info__data > a {
    color: #30b567;
    text-decoration: none;
}
.binsta__widget_info__data > a:hover {
    color: #0ea655;
    text-decoration: none;
}

/* ASSETS FILTER */

.binsta__assets_filter {
    margin-bottom: 10px;
}
.binsta__assets_filter .item {
    display: block;
    float: left;
    padding: 5px 15px;
    cursor: pointer;
    color: #1a1a1a;
    font-size: 12px;
    border-right: 1px solid #717171;
}
.binsta__assets_filter .item:last-child {
    border-right: none;
}
.binsta__assets_filter .item:hover {
    color: #30b567;
}
.binsta__assets_filter .item.active {
    color: #fff;
    cursor: default;
    background: #2f2f2e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f2f2e), color-stop(100%, #585858));
    background: -webkit-linear-gradient(top, #2f2f2e 0%, #585858 100%);
    background: linear-gradient(to bottom, #2f2f2e 0%, #585858 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2e', endColorstr='#585858', GradientType=0);
}

/* COMMON */

.binsta__title {
    font-size: 11px;
}
.binsta__title_block {
    display: block;
    margin-bottom: 10px;
    color: #434342;
}

/* CONSOLE */

.binsta__console {
    margin-bottom: 20px;
}

/* CONSOLE DESKTOP */

.binsta__console__desktop {
    border-radius: 6px 6px 0 0;
    border: 1px solid #d9d8d6;
    position: relative;
    border-bottom: none;
    background: #575757;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #575757), color-stop(100%, #30302f));
    background: -webkit-linear-gradient(top, #575757 0%, #30302f 100%);
    background: linear-gradient(to bottom, #575757 0%, #30302f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#575757', endColorstr='#30302f', GradientType=0);
}

/* ASSETS */

.binsta__console__asset {
    display: block;
    float: left;
    padding: 10px 5px 10px 10px;
    position: relative;
}
.binsta__console__asset .binsta__title {
    font-size: 11px;
    color: #ddd;
}
.binsta__console__asset__valuer {
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 3px;
}
.binsta__console__asset__val {
    padding: 9px 8px 7px 8px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .75);
    border-radius: 4px;
    color: #fff;
    background: rgba(0, 0, 0, .2);
}
.binsta__console__asset__val.changeable {
    background: #fafafa;
    color: #333;
    padding-right: 25px;
    padding-left: 10px;
    min-width: 120px;
    position: relative;
    cursor: pointer;
}
.binsta__console__asset__valuer:hover .binsta__console__asset__val.changeable {
    background: #fff;
}
.binsta__console__asset__val.changeable:after {
    font-family: 'Material Design Iconic Font';
    content: '\f1b4';
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    line-height: 31px;
    font-size: 14px;
    font-weight: bold;
}

/* ASSETS DROPDOWN */

.binsta__console__asset__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    z-index: 5;
    padding-top: 10px;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
}
.binsta__console__asset__valuer:hover .binsta__console__asset__dropdown {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.binsta__console__asset__valuer:hover .binsta__console__asset__val.changeable:after {
    padding-top: 5px;
}
.binsta__console__asset__dropdown_list {
    border: 1px solid #c3bebe;
    background: #fff;
}
.binsta__console__asset__val__item {
    padding: 8px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    cursor: pointer;
}
.binsta__console__asset__val__item:hover {
    background: #f9eecf;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
}
.binsta__scroll {
    width: 100%;
    height: 100%;
}
.binsta__console__asset__dropdown_list_sizer {
    height: 187px;
}

/* FAVORITES */

.binsta__favorites {
    padding: 10px;
    line-height: 31px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    border-radius: 0 6px 0 0;
    background: #676767;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #676767), color-stop(100%, #404040));
    background: -webkit-linear-gradient(top, #676767 0%, #404040 100%);
    background: linear-gradient(to bottom, #676767 0%, #404040 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#676767', endColorstr='#404040', GradientType=0);
}
.binsta__favorites:before,
.binsta__favorites:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
}
.binsta__favorites:before {
    background: rgba(0, 0, 0, .75);
    margin-left: -1px;
}
.binsta__favorites:after {
    background: rgba(255, 255, 255, .3);
}
.binsta__favorites i {
    font-size: 24px;
    color: #7e7d7d;
    float: left;
    display: block;
}
.binsta__favorites.active i {
    color: #30b567;
}
.binsta__favorites span {
    display: block;
    float: left;
    color: #fff;
    font-size: 11px;
    white-space: nowrap;
    margin-left: 5px;
}
.binsta__favorites span {
    display: none;
}
.binsta__favorites:hover span {
    display: block;
}
.binsta__favorites.active span {
    display: none;
}

/* CONSOLE BODY */

.binsta__console__body {
    min-height: 322px;
    padding: 10px;
    background: #f8f7f7;
    border-radius: 0 0 6px 6px;
    border: 1px solid #d9d8d6;
}

/* CHARTS BLOCK */

.binsta__charts_block {
    float: left;
    width: 450px;
    position: relative;
}

/* INFO WINDOW */

.binsta__info_win {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    border-radius:6px;
    border: 1px solid #d9d8d6;
    display: none;
}
.binsta__info_win__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.binsta__info_win__content h3 {
    font-size: 16px;
    margin: 0 0 20px 0;
}
.binsta__info_win__content p {
    font-size: 14px;
    margin: 20px 0;
}
.binsta__wait {
    width: 40px;
    height: 40px;
    margin: 20px auto;
    position: relative;
}
.binsta__wait:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url('../i/loading.gif') no-repeat 0 0;
}

/* MAIN CHART */

.binsta__main_chart {
    position: relative;
    width: 100%;
    height: 210px;
}

/* CHART SCALE */

.binsta__chart_scale {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    border-radius: 4px;
    padding: 5px 10px;
    background: #fafafa;
}
.binsta__chart_scale__val {
    position: relative;
    color: #978f8f;
    padding: 5px 40px 5px 0;
}
.binsta__chart_scale__val:after {
    font-family: 'Material Design Iconic Font';
    content: '\f1b4';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
}
.binsta__chart_scale:hover .binsta__chart_scale__val {
    color: #000;
}
.binsta__chart_scale__list {
    display: none;
}
.binsta__chart_scale:hover .binsta__chart_scale__list {
    display: block;
}
.binsta__chart_scale__list_item {
    padding: 5px 0;
    color: #978f8f;
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.binsta__chart_scale__list_item:hover {
    color: #000;
}

/* TREND CHART */

.binsta__trend_chart {
    margin-top: 10px;
    padding-bottom: 21px;
    border-bottom: 1px solid #cecaca;
}
.binsta__trend_chart__colors {
    width: 100%;
    height: 14px;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #c3bebe;
}
.binsta__trend_chart__color {
    float: left;
    height: 100%;
    width: 50%;
    position: relative;
}
.binsta__trend_chart__color{
	
}
.binsta__trend_chart__color.call {
    background: #0dae50;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0dae50), color-stop(100%,#079436));
    background: -webkit-linear-gradient(top,  #0dae50 0%,#079436 100%);
    background: -webkit-linear-gradient(top, #0dae50 0%, #079436 100%);
    background: linear-gradient(to bottom,  #0dae50 0%,#079436 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dae50', endColorstr='#079436',GradientType=0 );
    border-radius:10px 0 0 10px;
    width: 60%;
}
.binsta__trend_chart__color.both {
    background: #7abcff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(100%,#4096ee));
    background: -webkit-linear-gradient(top,  #7abcff 0%,#4096ee 100%);
    background: -webkit-linear-gradient(top, #7abcff 0%, #4096ee 100%);
    background: linear-gradient(to bottom,  #7abcff 0%,#4096ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
    width: 20%;
}
.binsta__trend_chart__color.put {
    background: #f2301f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2301f), color-stop(100%,#ec1e12));
    background: -webkit-linear-gradient(top,  #f2301f 0%,#ec1e12 100%);
    background: -webkit-linear-gradient(top, #f2301f 0%, #ec1e12 100%);
    background: linear-gradient(to bottom,  #f2301f 0%,#ec1e12 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2301f', endColorstr='#ec1e12',GradientType=0 );
    border-radius:0 10px 10px 0;
    width: 40%;
}
.binsta__trend_chart__values {
    margin-top: 5px;
}
.binsta__trend_chart__value {
    float: left;
    width: 33.3333333%;
    font-size: 11px;
    color: #434342;
}
.binsta__trend_chart__value.call {
    text-align: left;
    padding-left: 1px;
}
.binsta__trend_chart__value.both {
    text-align: center;
}
.binsta__trend_chart__value.put {
    text-align: right;
    float: right;
    padding-right: 1px;
}

/* ACTIONS BLOCK */

.binsta__actions_block {
    float: left;
    width: 280px;
    margin-left: 9px;
    position: relative;
}

/* REQUOTE POPUP */

.binsta__requote_popup {
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    z-index: 7;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #d9d8d6;
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
}
.binsta__requote_popup.show {
    opacity: 1;
    visibility: visible;
}
.binsta__requote_popup h2 {
    font-size: 18px;
    margin: 0 0 20px 0;
}
.binsta__requote_popup p {
    margin: 15px 0;
}
.binsta__requote_popup strong {
    color: #30b567;
}

/* ACTIONS */

.binsta__actions {
    float: left;
    width: 130px;
}

/* BUTTONS */

.binsta__btn {
    height: 70px;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    background: #aaa;
}
.binsta__btn.active {
    cursor: default;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .75);
}
.binsta__btn__icn {
    display: block;
    width: 30px;
    height: 24px;
    background: url('../i/sprite.png') no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.binsta__btn__val {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
}
.binsta__btn.call {
    background: #0b9444;
}
.binsta__btn.call:hover, .binsta__btn.call.active {
    background: #0a813c;
}
.binsta__btn.put {
    background: #f53c28;
}
.binsta__btn.put:hover, .binsta__btn.put.active {
    background: #dd2d1b;
}
.binsta__btn.call .binsta__btn__val,
.binsta__btn.put .binsta__btn__icn {
    bottom: 10px;
}
.binsta__btn.put .binsta__btn__val,
.binsta__btn.call .binsta__btn__icn {
    top: 10px;
}

/* TYPE depends on class .type_*** in block .binsta__console */


/* Call/Put */

.type-callput .binsta__btn.call .binsta__btn__icn {
    background-position: 0 0;
}
.type-callput .binsta__btn.put .binsta__btn__icn {
    background-position: 0 -24px;
}

/* Touch */

.type-touch .binsta__btn.call .binsta__btn__icn {
    background-position: -30px 0;
}
.type-touch .binsta__btn.put .binsta__btn__icn {
    background-position: -30px -24px;
}

/* Spread */

.type-spread .binsta__btn.call .binsta__btn__icn {
    background-position: -60px 0;
}
.type-spread .binsta__btn.put .binsta__btn__icn {
    background-position: -60px -24px;
}

/* Range */

.type-range .binsta__btn.call .binsta__btn__icn {
    background-position: -90px 0;
}
.type-range .binsta__btn.put .binsta__btn__icn {
    background-position: -90px -24px;
}

/* RATE */

.binsta__rate_block {
    margin: 10px 0;
    padding: 13px 10px;
    border-radius: 4px;
}
.binsta__rate {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

#binarystation-widget .binsta_console.tickup .binsta__rate_block {
    background: #30b567;
}
#binarystation-widget .binsta_console.tickdown .binsta__rate_block {
    background: #fa6150;
}

/*.binsta__rate_block.call {
    background: #9399A1;
}
.binsta__rate_block.put {
    background: #ea6a49;
}*/
.binsta__rate_block{
	background: #c3bebe
}

.binsta__rate span {
    font-size: 24px;
}

/* INVESTMENTS */

.binsta__investments {
    margin-top: 10px;
}

/* INPUT INVEST */

.binsta__invest_input {}
.binsta__invest_input__set {
    position: relative;
}
.binsta__invest_input__set input {
    width: 100%;
    font: inherit;
    font-size: 18px;
    font-weight: bold;
    border: none;
    background: #fafafa;
    padding: 9px 8px 7px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .75);
    border-radius: 4px;
    text-align: right;
}
.binsta__invest_input__set input:focus {
    background: #fff;
}

/* CACHE INVEST */

.binsta__cache_invest {
    margin-top: 5px;
    text-align: right;
}
.binsta__cache_invest__item {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}
.binsta__cache_invest__item_val {
    font-size: 10px;
    color: #30b567;
    border-bottom: 1px dotted;
}
.binsta__cache_invest__item_val:hover {
    color: #0a703e;
}
.binsta__cache_invest__item:last-child {
    margin-right: 8px;
}

/* INSTANT INVEST */

.binsta__instant_invest {
    padding: 8px 10px;
    border-radius: 0 0 6px 6px;
    border: 1px solid #d9d8d6;
    border-top: none;
    display: none;
}
.binsta__instant_invest__item {
    float: left;
    margin-right: 3px;
    padding: 8px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #cecaca;
    background: #fefefe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ebeaea));
    background: -webkit-linear-gradient(top, #fefefe 0%, #ebeaea 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #ebeaea 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ebeaea', GradientType=0);
}
.binsta__instant_invest__item:last-child {
    margin-right: 0;
}
.binsta__instant_invest__item:hover {
    color: #30b567;
}

/* PAYMENTS BLOCK */

.binsta__payments_block {
    float: right;
    width: 140px;
    margin-left: 10px;
}

/* PAYOUTS */

.binsta__payouts {
    background: #ebeaea;
    border:1px solid #d9d8d6;
    border-radius:6px;
    height: 210px;
    position: relative;
}
.binsta__payouts:before, .binsta__payouts:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    margin: auto;
    width: 0;
    height: 0;
    border: 7px solid transparent;
}
.binsta__payouts:before {
    border-right-color:#d9d8d6;
}
.binsta__payouts:after {
    border-right-color:#ebeaea;
    margin-right:-1px;
    z-index:1;
}
.binsta__payout {
    padding: 12px 0;
    margin: 0 10px;
    border-bottom: 1px dashed #d0cab8;
}
.binsta__payout:first-child {
    border-top: none;
}
.binsta__payout:last-child {
    border-bottom: none;
}
.binsta__payout__percent {
    font-size: 36px;
    color: #434342;
}
.binsta__payout__amount {
    font-size: 18px;
    color: #434342;
}

/* SUBMIT */

.binsta__submit_block {
    position: relative;
    margin-top: 10px;
    height: 82px;
}
.binsta__one_click_buy {
    height: 25px;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 5;
    background: #111312;
    border-radius: 6px;
    border: 1px solid #cecaca;
    background: #fefefe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ebeaea));
    background: -webkit-linear-gradient(top, #fefefe 0%, #ebeaea 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #ebeaea 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ebeaea', GradientType=0);
}
.binsta__one_click_buy span {
    display: block;
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 3;
    font-size: 12px;
    color: #1a1a1a;
}
.binsta__one_click_buy:hover span,
.binsta__one_click_buy.active span {
    color: #30b567;
}
.binsta__one_click_buy.active {
    height: 100%;
}
.binsta__submit {
    height: 52px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    position: relative;
    background: #51a7e2;
}
.binsta__submit:hover {
    background: #4996c9;
}
.binsta__submit.inactive {
    background: #ddd;
    cursor: default;
}
.binsta__submit span {
    display: block;
    color:#fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    line-height: 52px;
}
.binsta__submit.bin_btn_inactive span {
	background:#ccc;
	border-radius: 6px;
}

/* SUCCESS MSG */

.binsta__success {
    background: #ebeaea;
    border: 1px solid #d9d8d6;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 6;
    visibility: hidden;
    opacity: 0;
}
.binsta__success.show {
    visibility: visible;
    opacity: 1;
}
.binsta__success span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* *** OPTIONS *** */

.binsta__options {}

/* COMMON */


/* TABLE HEAD */

.binsta__options_table__head {
    background: #c3bebe;
}
.binsta__options_table__head td {
    border:1px solid #d9d8d6;
    border-bottom:4px solid #fff;
    padding: 17px 10px 15px;
    color: #ddd;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    background: #575757;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #575757), color-stop(100%, #30302f));
    background: -webkit-linear-gradient(top, #575757 0%, #30302f 100%);
    background: linear-gradient(to bottom, #575757 0%, #30302f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#575757', endColorstr='#30302f', GradientType=0);
}
.binsta__options_table__head tr td:last-child {
    border-right: 0;
}

/* OPTION */

.binsta__option {}
.binsta__option .binsta__option__data {
    background: #f8f7f7;
}
.binsta__option td {
    padding: 8px 10px;
    color: #1a1a1a;
    border:1px solid #d9d8d6;
    border-bottom:4px solid #fff;
}
.binsta__option tr td:last-child {

}
.win .binsta__option__forecast {
    background: rgba(11, 148, 68, .1);
}
.lose .binsta__option__forecast {
    background: rgba(245, 60, 40, .1);
}

/* EXPANDER */

.binsta__options_table td.binsta__expander {
    text-align: center;
    cursor: pointer;
    background: #fefefe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ebeaea));
    background: -webkit-linear-gradient(top, #fefefe 0%, #ebeaea 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #ebeaea 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ebeaea', GradientType=0);
}
.binsta__options_table td.binsta__expander > i {
    font-weight: bold;
    font-size: 14px;
    color: #1a1a1a;
}
.binsta__options_table td.binsta__expander:hover > i {
    color: #30b567;
}
.open td.binsta__expander > i,
td.binsta__expander.open > i {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* CHART */

.binsta__option__chart_block {
    display: none;
    background: #f8f7f7;
}
.binsta__option.open .binsta__option__chart_block {
    display: table-row;
}
.binsta__option__chart {
    float: left;
    position: relative;
    width: 590px;
    height: 200px;
    background:url('../img/chart_o.png') no-repeat 0 0;
}

/* OPTION ACTIONS */

.binsta__option__actions {
    float: left;
    margin-left: 10px;
    background: #ebeaea;
    border: 1px solid #d9d8d6;
    border-radius: 6px;
    width: 140px;
    position: relative;
}
.binsta__option__actions:before, .binsta__option__actions:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    margin: auto;
    width: 0;
    height: 0;
    border: 7px solid transparent;
}
.binsta__option__actions:before {
    border-right-color: #d9d8d6;
}
.binsta__option__actions:after {
    border-right-color: #ebeaea;
    margin-right: -1px;
    z-index:1;
}
.binsta__option__action {
    padding: 10px 0;
    margin: 0 10px;
    border-bottom: 1px dashed #d0cab8;
}
.binsta__option__action:last-child {
    border-bottom: none;
}
.binsta__option__action__val {
    font-size: 14px;
    color: #434342;
}
.binsta__option__action__val > .sml {
    font-size: 10px;
}
.binsta__option__action__sell {
    margin-top: 10px;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    position: relative;
    background: #51a7e2;
}
.binsta__option__action__sell:hover {
    background: #4996c9;
}
.binsta__option__action__sell.inactive {
    background: #ddd;
    cursor: default;
}
.binsta__option__action__sell span {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    line-height: 30px;
}
.binsta__option__action__sell.inactive span {
    color: #eee;
}

/* NO TRADES */

.binsta__no_trades {
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    min-height: 157px;
    background: #ebeaea;
    border: 1px solid #d9d8d6;
    border-radius: 6px;
    /*display: none;*/
}
.binsta__no_trades h3 {
    font-size: 16px;
    margin: 0 0 20px 0;
}
.binsta__no_trades p {
    font-size: 14px;
    margin: 20px 0;
}
.binsta__timer {
    margin: 0 auto;
    width: 140px;
    font-size: 24px;
    color: #434342;
    background: #fff;
    padding: 10px 5px;
    border-radius: 6px;
}
.binsta__timer span {
    padding: 0 5px;
    position: relative;
}
.binsta__timer span:after {
    content: ':';
    display: block;
    position: absolute;
    right: -3px;
    top: 0;
    bottom: 0;
    line-height: 27px;
}
.binsta__timer span:last-child:after {
    display: none;
}

/* PAGINATION */

.binsta__pages {}
.binsta__page {
    display: block;
    float: left;
    margin-right: 5px;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #cecaca;
    border-radius: 6px;
    color: #1a1a1a;
    font-weight: bold;
    font-size: 11px;
    background: #fefefe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ebeaea));
    background: -webkit-linear-gradient(top, #fefefe 0%, #ebeaea 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #ebeaea 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ebeaea', GradientType=0);
}
.binsta__page:last-child {
    margin-right: 0;
}
.binsta__page__dots {
    display: block;
    float: left;
    margin-right: 5px;
    padding: 8px 15px;
    color: #999;
}
.binsta__page:hover {
    color: #30b567;
}
.binsta__page.active {
    color: #fff;
    cursor: default;
    background: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #2f2f2e));
    background: -webkit-linear-gradient(top, #585858 0%, #2f2f2e 100%);
    background: linear-gradient(to bottom, #585858 0%, #2f2f2e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#2f2f2e', GradientType=0);
}

/* POPUP */

.binsta__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.binsta__overlay.show {
    opacity: 1;
    visibility: visible;
}
.binsta__popup {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    width: 480px;
    background: #f8f7f7;
    z-index: 9999;
    top: 40%;
    border-radius:6px;
    border:1px solid #cecaca;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.binsta__popup.show {
    top: 45%;
    opacity: 1;
    visibility: visible;
}
.binsta__popup h2 {
    margin: 0;
    padding: 20px;
    background: #ebeaea;
}
.binsta__popup__content {
    padding: 20px;
}
.binsta__popup__content p {
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 20px;
}

/* TUTORIAL */

.binsta__tutorial {
    position: relative;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.binsta__tutorial_point {
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .7;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    cursor: help;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}
.binsta__tutorial_point:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: -13px auto 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #000;
    border-left-width: 15px;
    border-right-width: 15px;
    z-index: -1;
}
.binsta__tutorial_point:hover {
    z-index: 2;
    opacity: 1;
}
.binsta__tutorial_point.fix_point {
    opacity: 1;
}
.binsta__tutorial_point__desc {
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin: 0 0 0 -105px;
    padding: 10px;
    width: 210px;
    background: #fff;
    border-radius: 3px;
    border: 2px solid #03203b;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .30);
    font-size: 12px;
    color: #444;
    font-weight: normal;
    text-align: left;
    line-height: 16px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    opacity: 0;
    visibility: hidden;
}
.binsta__tutorial_point:hover .binsta__tutorial_point__desc {
    opacity: 1;
    visibility: visible;
    margin-bottom: 10px;
}
.binsta__tutorial_point.fix_point .binsta__tutorial_point__desc {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, .30);
    background: #fafafa;
}
.binsta__tutorial_point__desc:before,
.binsta__tutorial_point__desc:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 7px solid transparent;
}
.binsta__tutorial_point__desc:before {
    border-top-color: #03203b;
}
.binsta__tutorial_point__desc:after {
    border-top-color: #fff;
    margin-top: -2px;
    z-index: 1;
}
.binsta__tutorial_point__desc >:first-child {
    margin-top: 0;
}
.binsta__tutorial_point__desc >:last-child {
    margin-bottom: 0;
}

#binarystation-widget .options_block_hider .binsta__option__price_close,
#binarystation-widget .options_block_hider .binsta__option__price_open
{
    display:none;
}

#binarystation-widget .closed_options_block_hider .binsta__option__action__sell.value,
#binarystation-widget .closed_options_block_hider .binsta__option__current_price
{
    display:none;
}

.closed_options_block_hider .binsta_option .win_payout {
    display:none;
}
.binsta_option .win_payout {
    color: #A9A9A9;
}

#binarystation-widget .hidden_tab{
    position: absolute !important;
    top:-30000px !important;
    left:-30000px !important;
}

.b_available_block {
    display:none;
}
.binsta_option_graph {
    height:200px;
}
/*crosshair*/

#binarystation-widget .hover_value {
    display:none;
    position: absolute;
    left: 544px;
    color: black;
    top: 10px;
    padding: 3px 3px 2px;
    font-size: 10px;
    background-color: white;
    border: 1px solid black;

    z-index: 4;
}

#binarystation-widget .crosshair-elements {
    margin-left:-10px;
    position: absolute;
}

#binarystation-widget .hover_date {
    display:none;
    position: absolute;
    top: 244px;
    padding: 3px 3px 2px;
    font-size: 10px;
    background-color: white;
    border: 1px solid black;
    z-index: 11;
    color: black;
    z-index: 11;
}


#binarystation-widget .hover_crosshair_hor{
    width: 536px;
    height: 2px;
    z-index: 10;
    top: 8px;
    left: 9px;

    position: absolute;
    border-top: 1px dashed gray;
}

#binarystation-widget .hover_crosshair_ver {
    width: 2px;
    height: 255px;

    z-index: 10;
    left: 9px;
    position: absolute;
    border-left: 1px dashed gray;
}

/*crosshair*/

/* marks */

#binarystation-widget .graph-mark {
    position: absolute;
    color: black;
    float: right;
    text-align: right;
    right: -1px;
    background-color: rgba(255, 255, 255,.8);
    padding: 3px 3px 2px;
    font-size: 10px;
    z-index: 3;
    border: 1px solid black;
}
#binarystation-widget .binsta_console  .graph-mark{
    left:10px;

}

#binarystation-widget .graph-mark:after{
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-top-color: orangered;
    border-bottom: 0;
}
#binarystation-widget .graph-mark.left {
    right:inherit;
    left:43px;
    -webkit-transition: left 200ms linear;
    -moz-transition: left 200ms linear;
    -o-transition: left 200ms linear;
    transition: left 200ms linear;
}

#binarystation-widget .graph-mark.left2{
    right:inherit;
    left:86px;
    /*border: 1px solid black;*/
}

#binarystation-widget .bin_graph_range_line {
    position:absolute;
    top:8px;
    height:190px;
    width:1px;
    border-left:1px dotted #24A042;
    z-index:3;
    margin-left: 14px;
    cursor:default;
}



#binarystation-widget .bin_graph_range_line span {
    display: block;
    position: absolute;
    font-size: 10px;
    line-height: 1;
    height: 10px;
    width: 160px;
    text-align: left;
    color:#777;
    padding-right: 0;
}
#binarystation-widget .bin_graph_range_line.allowed_line_txt span {
    margin-top: 15px;
}
#binarystation-widget .bin_graph_range_line_available {
    color:rgba(71,148,228);
    right:251px;
}
#binarystation-widget .bin_graph_range_line_expires {
    color:rgba(71,148,228);
    right:231px;
}
#binarystation-widget .end_line_txt span{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 75px;
    text-align: right;
    z-index:4;
    left: -88px;
}
#binarystation-widget .allowed_line_txt span{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 61px;
    text-align: right;
    left: -88px;
    z-index:4;
}

#binarystation-widget .markings-overflow .allowed_line_txt span{
    top: 125px;
}
/* INVEST */
.binsta_express_invest__button {
    display:block;
    position:absolute;
    height:38px;
    right:0;
    top:0;
    z-index:1;
    cursor:pointer;
}

.binsta_assets__item__value__dropdown__list__sizer{
	max-height: 224px;
}
.user-deposit-value{
	color:#30b567;
}








