
/*******************************
             Page
*******************************/

html,
body {
    height: auto;
    min-height: 100%;
}

html {
    font-size: 14px;
    background: #ffffff;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    min-width: 330px;
    background: #ffffff !important;
    font-family:"Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4285em;
    color: rgba(0, 0, 0, 0.87);
    font-smoothing: antialiased;
}
.chat-platform-wrap a:hover{
    text-decoration: none;
}

/*******************************
             Headers
*******************************/


/*******************************
            Button
*******************************/
.trading-platform{
    background: #fff;
}
.chat-platform-wrap{
    padding: 0;
    min-height: 630px;
    background: #fff;
    min-width: 800px;
}
.chat-platform-wrap .ui.button {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: none;
    border: none;
    vertical-align: baseline;
    background: #A57938;
    color: #fff;
    text-transform: uppercase;
    font-family:"Open Sans", Arial, Helvetica, sans-serif;
    margin: 0em 0.25em 0em 0em;
    padding: 16px 20px;
    text-shadow: none;
    font-weight: 300;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
    outline: none;
    font-size: 12px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-ransition:0.3s ease-in-out;
}

.chat-platform-wrap .ui.button.green{
    background:#02b28c;
}
.chat-platform-wrap .ui.button.green:hover{
    background: #0EC79E;
}

.chat-platform-wrap .ui.button.red{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f26161+0,ef3c3c+100 */
    background:#f7495c;
}
.chat-platform-wrap .ui.button.red:hover{
    background:#FF6071;
}
/*******************************
            States
*******************************/

/*--------------
      Hover
---------------*/

.chat-platform-wrap .ui.button:hover {
    background-color: #1AA4DE;
}

/*--------------
     Active
---------------*/

.chat-platform-wrap .ui.active.button {
    background-color: #c0c1c2;
    background-image: none;
    box-shadow: 0px 0px 0px 1px transparent inset;
    color: rgba(0, 0, 0, 0.95);
}

.chat-platform-wrap .ui.active.button:hover {
    background-color: #c0c1c2;
    background-image: none;
    color: rgba(0, 0, 0, 0.95);
}

.chat-platform-wrap .ui.active.button:active {
    background-color: #c0c1c2;
    background-image: none;
}

/*******************************
            Dimmer
*******************************/

.dimmable {
    position: relative;
}
.ui.dimmer {
    display: none;
    position: absolute;
    top: 0em !important;
    left: 0em !important;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    line-height: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: opacity;
    z-index: 1000;
}

/* Dimmer Content */
.ui.dimmer > .content {
    width: 100%;
    height: 100%;
    display: table;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.ui.dimmer > .content > * {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
}

/* Loose Coupling */
.ui.segment > .ui.dimmer {
    border-radius: inherit !important;
}


/*******************************
            States
*******************************/

.animating.dimmable:not(body),
.dimmed.dimmable:not(body) {
    overflow: hidden;
}
.dimmed.dimmable > .ui.animating.dimmer,
.dimmed.dimmable > .ui.visible.dimmer,
.ui.active.dimmer {
    display: block;
    opacity: 1;
}
.ui.disabled.dimmer {
    width: 0 !important;
    height: 0 !important;
}


/*******************************
           Variations
*******************************/


/*--------------
      Page
---------------*/

.ui.page.dimmer {
    position: fixed;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
body.animating.in.dimmable,
body.dimmed.dimmable {
    overflow: hidden;
}
body.dimmable > .dimmer {
    position: fixed;
}

/*--------------
    Blurring
---------------*/

.blurring.dimmable > :not(.dimmer) {
    -webkit-filter: blur(0px) grayscale(0);
    filter: blur(0px) grayscale(0);
    -webkit-transition: 800ms -webkit-filter ease, 800ms filter ease;
    transition: 800ms filter ease;
}
.blurring.dimmed.dimmable > :not(.dimmer) {
    -webkit-filter: blur(5px) grayscale(0.7);
    filter: blur(5px) grayscale(0.7);
}

/* Dimmer Color */
.blurring.dimmable > .dimmer {
    background-color: rgba(0, 0, 0, 0.6);
}
.blurring.dimmable > .inverted.dimmer {
    background-color: rgba(255, 255, 255, 0.6);
}

/*--------------
    Aligned
---------------*/

.ui.dimmer > .top.aligned.content > * {
    vertical-align: top;
}
.ui.dimmer > .bottom.aligned.content > * {
    vertical-align: bottom;
}

/*--------------
    Inverted
---------------*/

.ui.inverted.dimmer {
    background-color: rgba(255, 255, 255, 0.85);
}
.ui.inverted.dimmer > .content > * {
    color: #ffffff;
}

/*--------------
     Simple
---------------*/


/* Displays without javascript */
.ui.simple.dimmer {
    display: block;
    overflow: hidden;
    opacity: 1;
    width: 0%;
    height: 0%;
    z-index: -100;
    background-color: rgba(0, 0, 0, 0);
}
.dimmed.dimmable > .ui.simple.dimmer {
    overflow: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1;
}
.ui.simple.inverted.dimmer {
    background-color: rgba(255, 255, 255, 0);
}
.dimmed.dimmable > .ui.simple.inverted.dimmer {
    background-color: rgba(255, 255, 255, 0.85);
}

.theme-wrap{
    height: 100%;
    min-height: 630px;
}
.row-3-t{
    float: left;
    width: 185px;
    padding-left: 20px;
    padding-right: 20px;
    height: 560px;
}
.row-2-t{
    float: left;
    width: 235px;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
}
.row-7-t{
    float: left;
    width: calc(100% - 420px);
    height: 560px;
}
.exchange .row-3-t {
    height: 330px;
}
.exchange .row-7-t {
    height: 360px;
}
.row-2-t label{
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
    color:#000;
}
.main-content{
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-ransition:0.3s ease-in-out;
}
.ask{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #080F21;
    font-size: 9px;
    color: #fff;
    text-align: center;
    padding: 4px;
    line-height: 8px;
}
.canvas-graph {
    height: 530px;
    background: #fff;
/*     border-radius: 6px; */
    overflow: hidden;
}
.exchange .canvas-graph{
    min-height: 330px;
}
.ct-chart {
    height: 100% !important;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.main-content  .row-2-t .ui.selection.dropdown{
    width: 100%;

}
.row-2-t .ui.button{
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}
.row-2-t .ui.button+.ui.button{
    margin-top: 10px;
}
.row-2-t .line{
    margin-bottom: 15px;
}
.row-2-t .line:last-child{
    margin-bottom: 0;
    margin-top: 23px;
}
.profit-sum{
    font-size: 32px;
    color: #03b28b;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 0;
    display: block;
}



.time{
    color: #c6d5e9;
    font-size: 12px;
    font-weight: 300;
}
.time time{
    color:#000;
}
.top-nav-t{
  height: 65px;
}
.top-nav-t nav{
    height: 100%;
}
.top-nav-t nav .nav-item{
    display: inline-block;
    height: 100%;
    color:#c6d5e9;
    font-size: 13px;
    font-weight: 300;
  padding: 21px 20px;
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-ransition:0.3s ease-in-out;
    border-right:1px solid #fff;
    position: relative;
}
.top-nav-t nav .nav-item:after{
    content: '';
    width: 100%;
    bottom: 0;
    height: 0;
    background: #A57938;
    position: absolute;
    left:0;
}
.top-nav-t nav .nav-item.active:after{
    height: 2px;
}
.top-nav-t nav .nav-item:hover{
    color: #A57938;
}
.top-nav-t nav .nav-item.active{
    color:#A57938;
    background: #252b3a;
}
.top-nav-t .amount{
    height: 100%;
    background: #252b3a;
    color:#A57938;
    font-size: 20px;
    line-height: 42px;
    padding: 0 30px;
    min-width: 235px;
    text-align: center;
    font-weight: 500;
    border-left:1px solid #fff;
}

.theme-switcher input[type="checkbox"]{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -100%;
}
.theme-switcher input[type="checkbox"]+label{
    display: block;
    width: 60px;
    height: 17px;
    border-radius: 3px;
    position: relative;
    cursor:pointer;
}
.theme-switcher input[type="checkbox"]+label:before{
    content:'';
    position: absolute;
    left:1px;
    top:1px;
    bottom:1px;
    right: 1px;
    display: block;
    border-radius: 3px;
}
.theme-switcher input[type="checkbox"]+label i{
    display: block;
    width: 28px;
    height: 11px;
    border-radius:2px;
    position: absolute;
    right: 3px;
    top: 3px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-ransition:0.3s ease-in-out;
}
.theme-switcher input[type="checkbox"]:checked+label i{
    right: 28px;
}
.main-content{
    padding: 20px 0 0 0;
    height: calc(100% - 246px);
}
.custom-scroll {
    position: relative;
    overflow-y: scroll;
    max-height: 100%;
    padding-right: 15px;
    width: 100%;
}
.no-cssscrollbar .custom-scroll {
    overflow-y: hidden;
}
/*.row-3-t .custom-scroll{max-height: calc(100% - 70px);*/
/*}*/
.scroll-item{
    font-size: 13px;
    color:#fff;
    text-transform: uppercase;
    padding: 13px 0;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-ransition:0.2s ease-in-out;
}
.scroll-item:hover{
    color:#39c3f8;
}
.scroll-item.active{
    color:#2DAADA;
}

.scroll-item:first-child{
    padding-top:5px;
}
.scroll-item+.scroll-item{
    border-top:1px solid #fff;
}

.category.ui.dropdown{
  /*margin-bottom: 25px;*/
  margin-top: 1px;
}
.time-select.category.ui.dropdown {
    margin-bottom: 1px;
}
.category.ui.dropdown .button{
    width: 100%;
}
.category.ui.dropdown .menu{
    width: 100%;
    background: #080F21;
    color:#fff;
    border-radius: 0 0 4px 4px;
}

.category.ui.dropdown .menu .item{
    color:#fff !important;
    position: relative;
}
.category.ui.dropdown .menu .item:hover{
    color: inherit;
}

.arrow-up{
    display: inline-block;
    width: 0;
    height:0;
    border:5px solid transparent;
    border-bottom-color:#fff;
    border-top-width: 0;
    vertical-align: 5px;
    margin-right: 2px;
}
.arrow-down{
    display: inline-block;
    width: 0;
    height:0;
    border:5px solid transparent;
    border-top-color:#fff;
    border-bottom-width: 0;
    vertical-align: 5px;
    margin-right: 2px;
}

.calendar-wrap{
    position: relative;
    display: inline-block;
    max-width: 175px;
}

.bottom-filter{
    clear: both;
}
.filter-wrap{
    border-top:1px solid #fff;
    padding: 0px 20px 20px 20px;
    position:relative;
    background: #fff;
}

.filter-wrap:after{
    content:'';
    display: block;
    width: 100%;
    height: 1px;
    /*background: #576983;*/
    position: absolute;
    bottom:-2px;
    left:0;
}
.bottom-filter .t-cell{
    display: inline-block;
    vertical-align: middle;
    color:#c6d5e9;
    margin-top: 20px;
}
.bottom-filter .t-cell label{
    font-size: 13px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
.bottom-filter .t-cell+.t-cell{
    margin-left: 20px;
}
.bottom-filter .ui.selection.dropdown{
    min-width: 225px;
}
.table-nav{
    width: 100%;
    text-align: center;
    border-collapse: separate;
    font-size: 12px;
}
.table-nav th{
    font-weight:normal;
    padding: 0 8px;
    height: 45px;
    vertical-align: middle;
    position: relative;
    border-right: 1px solid #fff;
    text-decoration: none;
    color: #c6d5e9;
    line-height: 14px;
    background: #A57938;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.table-nav th:last-child{
    border-right: none;
}
.table-nav tr+tr{
    background:#2d3345;
}
.table-nav tr td{
    padding:8px 10px;
    line-height: 14px;
}
.table-nav .put i{
    display: inline-block;
    border:4px solid transparent;
    border-top-color:#F7495C;
    border-bottom-width: 0;
    margin-bottom: 2px;
}
.table-nav .call i{
    display: inline-block;
    border:4px solid transparent;
    border-bottom-color:#02B28C;
    border-top-width: 0;
    margin-bottom: 2px;
}


.latest-bids{
    overflow: hidden;
}
.latest-bids .tl-table{
    width: 100%;
    border-bottom: 1px solid #fff;
}

@-webkit-keyframes scroll{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
    100%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}}
@-moz-keyframes scroll{0%{-moz-transform:translate(0,0);transform:translate(0,0)}
    100%{-moz-transform:translate(-100%,0);transform:translate(-100%,0)}}
@keyframes scroll{0%{transform:translate(0,0)}
    100%{transform:translate(-100%,0)}}
.marquee{display:block;width:100%;white-space:nowrap;overflow:hidden;height:40px;background: #222632;
}
.marquee>div{display:inline-block;padding-left:28%;-webkit-animation:scroll 90s infinite linear;-moz-animation:scroll 90s infinite linear;animation:scroll 90s infinite linear}
.tl-item{line-height:40px}
.tl-item {
    display: inline-block;
    margin: 0 15px;
    color:#fff;
}
.tl-item .icon-flag{
    margin-right: 3px;
}
.tl-value.positive {
    color: #02B28C;
}
.tl-value.negative {
    color: #F7495C;
}
.tl-table th {
    white-space: nowrap;
    padding: 0 20px;
    color: #7885a7;
    background: #A57938;
}
/*
.table-nav .table-cell{
  display: table-cell;
  text-align: center;
  padding: 8px 10px;
  vertical-align: middle;
  position: relative;
  border-right: 1px solid #54667f;
  cursor: pointer;
  text-decoration: none;
  color: #c6d5e9;
  line-height: 14px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-ransition:0.2s ease-in-out;
}
.table-nav .table-cell:hover{
  background: rgba(78,94,117,1);
}
.table-nav .table-cell:last-child{
  border-right: none;
}
.table-nav .table-cell+.table-cell{
  border-left:1px solid #48566c;
}*/
.left-info{
    display: table;
    height: 100%;
    vertical-align: middle;
}
.left-info .info-item{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    color: #c6d5e9;
    padding: 5px 20px;
    line-height: 14px;
}
footer{
    height: 72px;
    border-top: 1px solid #617693;
}
.footer-btns{
    padding:13px 20px;
}
.round-btn{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    text-align: center;
    color: #c6d5e9;
    margin:0;
    position: relative;
    vertical-align: top;
    cursor: pointer;
}
.round-btn.stats:after{
    position: absolute;
    content: '';
    display: block;
    background: url('../images/bottom-btn-sprite.png') no-repeat 0 -1px;
    width: 21px;
    height: 17px;
    left:50%;
    top:50%;
    margin-top:-8px;
    margin-left:-9px;
}
.round-btn.megaphone:after{
    position: absolute;
    content: '';
    display: block;
    background: url('../images/bottom-btn-sprite.png') no-repeat -33px -1px;
    width: 23px;
    height: 16px;
    left:50%;
    top:50%;
    margin-top:-8px;
    margin-left:-11px;
}
.round-btn.close:after {
    position: absolute;
    display: block;
    width: 23px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -11px;
    content: 'X';
    color: #A57938;
    font-weight: bold;
    font-size: 18px;
}
.round-btn.x2{
    padding-top: 10px;
    font-size: 16px;
    color: #fff;
}
.round-btn.clock:after{
    position: absolute;
    content: '';
    display: block;
    background: url('../images/bottom-btn-sprite.png') no-repeat -66px 0;
    width: 19px;
    height: 19px;
    left:50%;
    top:50%;
    margin-top:-10px;
    margin-left:-10px;
}
.info-item.ui.small.selection{
    display: table-cell;
}
.canvas-graph{
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-ransition:0.3s ease-in-out;
}
.tooltip-diagram {
    position: absolute;
    display: inline-block;
    min-width: 5em;
    padding: .5em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#60758f+0,455267+100 */
    background: rgb(96,117,143); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(96,117,143,1) 0%, rgba(69,82,103,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,117,143,1)), color-stop(100%,rgba(69,82,103,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(96,117,143,1) 0%,rgba(69,82,103,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(96,117,143,1) 0%,rgba(69,82,103,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(96,117,143,1) 0%,rgba(69,82,103,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(96,117,143,1) 0%,rgba(69,82,103,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60758f', endColorstr='#455267',GradientType=0 ); /* IE6-9 */
    color: #c6d5e9;
    font-weight: 400;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    border-radius: 3px;
    box-shadow:1px 1px 12px rgba(41, 49, 62, 0.63);
}
.tooltip-diagram:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: #465368;
}

.graph-dropdowns {
    position: absolute;
    text-align: center;
    z-index: 2;
    width: 100%;
    top: -2px;
}

.graph-dropdowns .candle-chart {
  position: absolute;
  right: 0;
  padding: 11px 23px;
  border-radius: 0;
}

.put-call-scale{
    top:20px;
    left:20px;
    position: absolute;
    z-index: 2;
}

.put-call-scale-wrap{
    position: relative;
    width: 23px;
    height: 215px;
    margin: 5px 0;
}
.put-call-scale .red-zone{
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f25f5f+0,ef3e3e+100 */
    background:#f74a5c;
    border-radius: 3px 3px 0 0;
    position: relative;
    border-bottom: 1px solid #fff;
}
.put-call-scale .green-zone{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4df7d2+0,40ceaf+100 */
    background:#03b28b;
    border-radius:0 0 3px 3px;
    position: relative;
    border-top:1px solid #fff;
}
.green-zone .rotate-name{
    bottom:10px;
}
.red-zone .rotate-name{
    top:10px;
}
.rotate-name{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    display: block;
    color:#fefefe;
    position: absolute;
}

.switcher-limits{
    display: inline-block;
    padding-top: 20px;
    margin-top: 8px;
    margin-left: 4px;
}
.switcher-limits>span{
    display: inline-block;
    vertical-align: middle;
}
.switcher-limits input[type="checkbox"]{
    display: none;
}
.switcher-limits input[type="checkbox"]+label{
    display: inline-block;
    width: 58px;
    height: 20px;
    border-radius: 15px;
    background:#788EAD;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-ransition:0.3s ease-in-out;
    vertical-align: middle;
    box-shadow: inset 0px 1px 3px rgb(72, 86, 108);
    margin-left: 5px;
}
.switcher-limits input[type="checkbox"]+label i{
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgb(105,126,158);
    background: -moz-linear-gradient(top, rgba(136, 162, 202,1) 0%, rgba(69,85,103,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136, 162, 202,1)), color-stop(100%,rgba(69,85,103,1)));
    background: -webkit-linear-gradient(top, rgba(136, 162, 202,1) 0%,rgba(69,85,103,1) 100%);
    background: -o-linear-gradient(top, rgba(136, 162, 202,1) 0%,rgba(69,85,103,1) 100%);
    background: -ms-linear-gradient(top, rgba(136, 162, 202,1) 0%,rgba(69,85,103,1) 100%);
    background: linear-gradient(to bottom, rgba(136, 162, 202,1) 0%,rgba(69,85,103,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88A2CA', endColorstr='#455567',GradientType=0 );
    border: 1px solid #647D9E;
    position: absolute;
    right: 36px;
    top: -2px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-ransition:0.3s ease-in-out;
}
.switcher-limits input[type="checkbox"]:checked+label{
    background:#30d489;
    box-shadow: inset 0px 1px 3px rgb(28, 146, 92);
}
.switcher-limits input[type="checkbox"]:checked+label i{
    right: -2px;
}
.name-flag-wrap{
    margin-bottom: 20px;
}
.country-ball{
    display:inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 5px;
}
.rank-id-wrap{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.rank-id-wrap p{
    margin-bottom: 0;
}
.spot-table{
    width: 100%;
    min-height: calc(100% - 200px);
    border-collapse: separate;
    border-top: 1px solid #70839E;
}
.spot-table tr th{
    height: 55px;
    border-right: 1px solid #70839E;
    font-weight: normal;
    line-height: 15px;
    border-bottom: 1px solid #70839E;
}
.spot-table tr th:last-child{
    border-right: none;
}
.spot-table tr th+th {
    border-left: 1px solid #4F617B;
}
.spot-table tr td{
    border-left: 1px solid #4F617B;
    border-top: 1px solid #4F617B;
    border-right: 1px solid rgba(112, 131, 158, 0.6);
    border-bottom:1px solid rgba(112, 131, 158, 0.6);
    position: relative;
    padding: 20px;
    background-color: #596C87;
}
.spot-table tr td:last-child{
    min-width: 420px;
}
.spot-table tr:last-child td{
    border-bottom: none;
}
.spot-table tr td:after{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top:0;
}
.sub-nav{
    background: rgb(99,120,149);
    background: -moz-linear-gradient(top, rgba(99,120,149,1) 1%, rgba(78,94,117,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(99,120,149,1)), color-stop(100%,rgba(78,94,117,1)));
    background: -webkit-linear-gradient(top, rgba(99,120,149,1) 1%,rgba(78,94,117,1) 100%);
    background: -o-linear-gradient(top, rgba(99,120,149,1) 1%,rgba(78,94,117,1) 100%);
    background: -ms-linear-gradient(top, rgba(99,120,149,1) 1%,rgba(78,94,117,1) 100%);
    background: linear-gradient(to bottom, rgba(99,120,149,1) 1%,rgba(78,94,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#637895', endColorstr='#4e5e75',GradientType=0 );
    padding: 20px;
    height: 77px;
}
.sub-category-btn{
    width: 145px;
}
.sub-category-btn .category.ui.dropdown{
    margin-bottom: 0;
    margin-top: 0;
}
.top-follow{
    height: 77px;
    margin-top: -20px;
    margin-bottom: -20px;
    margin-right: -20px;
    display: inline-block;
}
.top-follow a{
    display: inline-block;
    height: 100%;
    display: inline-block;
    height: 100%;
    line-height: 35px;
    color: #c6d5e9;
    padding: 20px 39px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-ransition:0.3s ease-in-out;
}
.top-follow a:hover {
    color: #39c3f8;
}
.top-follow a.active{
    background-color: rgba(79, 96, 119, 0.47);
    box-shadow: inset 0 0 7px rgba(76, 91, 113, 0.74);
    position: relative;
}
.top-follow a.active:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border:8px solid transparent;
    border-top-color:rgb(76,93,117);
    border-bottom-width: 0;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom:-8px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-ransition:0.3s ease-in-out;
}
.sub-nav+.main-content{
    padding-top:0;
    padding-bottom: 0;
}
.spot-table+.bottom-filter{
    padding-top: 0 !important;
}
.spot-table td{
    text-align: center;
}
.dark-theme-wrap .spot-table td .ui.dropdown.selection{
    border: 1px solid #485973;
}
.followers-count{
    margin-bottom: 25px;
}
.followers-count, .position-count{
    font-size: 30px;
    line-height: 30px;
}
.spot-table td .ui.selection.dropdown{
    min-width: 30%;
    float: left;
    margin-right: 4%;
}
.spot-table td .ui.selection.dropdown:last-child{
    margin-right: 0;
}
.spot-table td .ui.button.right{
    margin-right: 10px;
    margin-top: 20px;
}
.donut-wrap{
    width:90px;
    height: 90px;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    background: rgb(105,126,158);
    background: -moz-linear-gradient(top, rgba(118, 143, 179,1) 0%, rgba(78, 95, 117,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(118, 143, 179,1)), color-stop(100%,rgba(78, 95, 117,1)));
    background: -webkit-linear-gradient(top, rgba(118, 143, 179,1) 0%,rgba(78, 95, 117,1) 100%);
    background: -o-linear-gradient(top, rgba(118, 143, 179,1) 0%,rgba(78, 95, 117,1) 100%);
    background: -ms-linear-gradient(top, rgba(118, 143, 179,1) 0%,rgba(78, 95, 117,1) 100%);
    background: linear-gradient(to bottom, rgba(118, 143, 179,1) 0%,rgba(78, 95, 117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#768FB3', endColorstr='#4E5F75',GradientType=0 );
}
.donut-wrap .inner-round{
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgb(105,126,158);
    background: -moz-linear-gradient(top, rgba(118, 143, 179,1) 0%, rgba(78, 95, 117,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(118, 143, 179,1)), color-stop(100%,rgba(78, 95, 117,1)));
    background: -webkit-linear-gradient(top, rgba(118, 143, 179,1) 0%,rgba(78, 95, 117,1) 100%);
    background: -o-linear-gradient(top, rgba(118, 143, 179,1) 0%,rgba(78, 95, 117,1) 100%);
    background: -ms-linear-gradient(top, rgba(118, 143, 179,1) 0%,rgba(78, 95, 117,1) 100%);
    background: linear-gradient(to bottom, rgba(118, 143, 179,1) 0%,rgba(78, 95, 117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#768FB3', endColorstr='#4E5F75',GradientType=0 );
    position: absolute;
    left: 50%;
    top:50%;
    margin-top: -24px;
    margin-left: -24px;
    z-index: 2;
    box-shadow: 0 0 7px rgba(28, 38, 53, 0.15);
    font-size: 13px;
    line-height: 48px;
}
.scale-line{
    display: block;
    height: 42px;
    width: 1px;
    background: rgba(80, 95, 101, 0.12);
    position: absolute;
    left: 50%;
    top:0;
    z-index: 1;
}
.scale-line.h45{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 6px;
    left: 62px;
}
.scale-line.h90{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    top: 24px;
    left: 69px;
}
.scale-line.h135{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    top: 40px;
    left: 62px;
}
.scale-line.h180{
    top: auto;
    bottom:0;
}
.scale-line.h225{
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    top: 41px;
    left: 27px;
}
.scale-line.h270{
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    top: 22px;
    left: 20px;
}
.scale-line.h315{
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    top: 5px;
    left: 30px;
}
.donut-scale{
    margin: 0 auto;
    display: block;
    position: absolute;
    top:0;
    left:0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.amount-orange{
    background: #fe9068;
    background: -moz-linear-gradient(top, #fe9068 0%, #f36c3b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe9068), color-stop(100%,#f36c3b));
    background: -webkit-linear-gradient(top, #fe9068 0%,#f36c3b 100%);
    background: -o-linear-gradient(top, #fe9068 0%,#f36c3b 100%);
    background: -ms-linear-gradient(top, #fe9068 0%,#f36c3b 100%);
    background: linear-gradient(to bottom, #fe9068 0%,#f36c3b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9068', endColorstr='#f36c3b',GradientType=0 );
    border-radius: 4px;
    padding:8px 5px;
    font-size: 16px;
    color:#fff;
}
.actions-wrap{
    max-width: 440px;
    margin:0 auto;
}
.not-binari.theme-wrap .main-content{
    height: calc(100% - 170px);
}
.not-binari.dark-theme-wrap.theme-wrap .main-content{
    background: rgb(98,118,147);
    background: -moz-linear-gradient(top, rgba(91, 111, 140,1) 0%, rgba(78,94,117,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(91, 111, 140,1)), color-stop(100%,rgba(78,94,117,1)));
    background: -webkit-linear-gradient(top, rgba(91, 111, 140,1) 0%,rgba(78,94,117,1) 100%);
    background: -o-linear-gradient(top, rgba(91, 111, 140,1) 0%,rgba(78,94,117,1) 100%);
    background: -ms-linear-gradient(top, rgba(91, 111, 140,1) 0%,rgba(78,94,117,1) 100%);
    background: linear-gradient(to bottom, rgb(91, 111, 140) 0%,rgb(78, 94, 117) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5B6F8C', endColorstr='#4E5E75',GradientType=0 );
}
.close.icon{
    background: url(../images/close.png) bottom center no-repeat;
    background-size:18px 36px;
}
.modal .profit{
    color:#02b28c;
    margin-top: 30px;
}
.modal .profit p{
    margin-bottom: 0;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 13px;
}
.modal .profit h2{
    margin-top: 10px;
    font-size: 40px;
    line-height: 30px;
}

.modal .loss{
    color:#f7495c;
    margin-top: 30px;
}
.modal .loss p{
    margin-bottom: 0;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 13px;
}
.modal .loss h2{
    margin-top: 10px;
    font-size: 40px;
    line-height: 30px;
}
.modal h3{
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 30px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    line-height: 18px;
    margin-bottom: 25px;
}
.modal h3:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.modal .line{
    font-size: 16px;
    margin-bottom: 0;
}
.modal .rate{
    color:#02b28c;
}
.modal .rate.down{
    color:#f7495c;
}
.rate .up{
    display: inline-block;
    border: 9px solid transparent;
    border-bottom-color: #02b28c;
    border-top-width: 0;
    margin-bottom: 0px;
    border-right-width: 5px;
    border-left-width: 5px;
    margin-right: 2px;
}
.rate .down{
    display: inline-block;
    border: 9px solid transparent;
    border-top-color: #f7495c;
    border-bottom-width: 0;
    margin-bottom: 0px;
    border-right-width: 5px;
    border-left-width: 5px;
    margin-right: 2px;
}
.top-up-text{
    font-size: 18px;
    margin-bottom: 30px;
}
.top-up-text span{
    display: block;
    font-size: 24px;
    font-weight: 500;
    color:#fbc774;
    text-transform: uppercase;
}
.just-time{
    word-wrap: break-word;
    line-height: 1em;
    white-space: normal;
    outline: 0;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    min-width: 85px;
    min-height: 2.7142em;
    border-radius: 3px;
    background: #3A4155;
    display: inline-block;
    padding: 0.78571429em 1em 0.78571429em 2.7em;
    color: #fff;
    margin-left: 10px;
    vertical-align: top;
    margin-top: 1px;
}
.clock-icon {
    display: block;
    position: absolute;
    left: 12px;
    top: 8px;
    background: url(../images/sprite-old.png) no-repeat -16px 0;
    background-image: url(../images/sprite-old.png);
    background-position-x: -16px;
    background-position-y: 0px;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    width: 20px;
    height: 21px;
}
.share-win p{
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.share-win span{
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    background: #ccc;
    vertical-align: middle;
    margin: 0 3px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-ransition:0.3s ease-in-out;
}
.share-win span:hover{
    opacity: 0.8;
}
.share-win span:last-child{
    margin-right: 0;
}
.share-win.right{
    margin-top: 40px;
}
.share-win span.vk{
    background: #608DBF;
    position: relative;
}
.share-win span.fb{
    background: #5A82D9;
    position: relative;
}
.share-win span.fb:before{
    display: block;
    content: '';
    background: url('../images/fb.png') no-repeat 0 0;
    width: 12px;
    height: 22px;
    position: absolute;
    left:50%;
    margin-left: -6px;
    top:50%;
    margin-top: -11px;
}
.share-win span.vk:before{
    display: block;
    content: '';
    background: url('../images/vk.png') no-repeat 0 0;
    width: 22px;
    height: 12px;
    position: absolute;
    left:50%;
    margin-left: -11px;
    top:50%;
    margin-top: -6px;
}
.share-win .ui.button{
    font-size: 14px;
}
.modal .line.center{
    text-align: center;
    font-size: 14px;
}
.modal .line.center .ui.button{
    font-size: 14px;
}
.modal .line.center+.line.center{
    margin-top:20px;
}
.modal .confirm-trade .line+.line{
    margin-top: 10px;
}
.modal .confirm-trade .line span b{
    font-weight: normal;
}
.modal .confirm-trade .line:last-child .button,.modal .confirm-trade .line:last-child .cancel{
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
}
a.add-100 {
    font-size: 13px;
    margin-right: 35px;
}
@media only screen and (max-width: 530px) {
    a.add-100{
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }
}
.pagination{
    /*  border-top: 1px solid #48566c;
    padding: 20px 20px;
     position: relative;
     background: rgb(79,95,119);
     background: -moz-linear-gradient(top, rgba(79,95,119,1) 1%, rgba(78,94,117,1) 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(79,95,119,1)), color-stop(100%,rgba(78,94,117,1)));
     background: -webkit-linear-gradient(top, rgb(89, 108, 135) 1%,rgba(78,94,117,1) 100%);
     background: -o-linear-gradient(top, rgba(89, 108, 135,1) 1%,rgba(78,94,117,1) 100%);
     background: -ms-linear-gradient(top, rgba(89, 108, 135,1) 1%,rgba(78,94,117,1) 100%);
     background: linear-gradient(to bottom, rgb(89, 108, 135) 1%,rgba(78,94,117,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5f77', endColorstr='#4e5e75',GradientType=0 );
     border-top: 1px solid #667994;*/
    text-align: center;
}
.pagination li {
    display: inline-block;
}
.pagination a, .pagination span{
    display: inline-block;
    vertical-align: top;
    padding: 8px 12px;
    background: #363d51;
    display: inline-block;
    color: #f7f7f7;
    border-radius: 5px;
    min-width: 35px;
    height: 35px;
    font-size: 13px;
    margin: 0 0 0 4px;
    text-decoration: none;
}
.pagination a:hover, .pagination a.active{
    background:#A57938;
}
.pagination .disabled{
    opacity: 0.4;
}
/*-dark-theme--*/
.dark-theme-wrap{
    height: 100%;
    background: #fff;
}
.dark-theme-wrap .main-content{
    color: #c6d5e9;
}

.dark-theme-wrap .top-nav-t{
    background: #fff;
    border-bottom:1px solid #fff;
}
.dark-theme-wrap .main-content{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#627693+0,4e5e75+100 */
    background:#fff;

}

.dark-theme-wrap .theme-switcher input[type="checkbox"]+label{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#48566c+0,637895+100 */
    background: rgb(72,86,108); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(72,86,108,1) 0%, rgba(99,120,149,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(72,86,108,1)), color-stop(100%,rgba(99,120,149,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(72,86,108,1) 0%,rgba(99,120,149,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(72,86,108,1) 0%,rgba(99,120,149,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(72,86,108,1) 0%,rgba(99,120,149,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(72,86,108,1) 0%,rgba(99,120,149,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48566c', endColorstr='#637895',GradientType=0 ); /* IE6-9 */
}
.dark-theme-wrap .theme-switcher input[type="checkbox"]+label i{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d708b+0,4a596f+100 */
    background: rgb(93,112,139); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(93,112,139,1) 0%, rgba(74,89,111,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(93,112,139,1)), color-stop(100%,rgba(74,89,111,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(93,112,139,1) 0%,rgba(74,89,111,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(93,112,139,1) 0%,rgba(74,89,111,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(93,112,139,1) 0%,rgba(74,89,111,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(93,112,139,1) 0%,rgba(74,89,111,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d708b', endColorstr='#4a596f',GradientType=0 ); /* IE6-9 */
}
.dark-theme-wrap .theme-switcher input[type="checkbox"]+label:before{
    background: #607491;
    box-shadow: inset 0 2px 2px rgba(79, 95, 118, 0.73);
}
.dark-theme-wrap footer{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#637895+1,4e5e75+100 */
    background: rgb(99,120,149); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(99,120,149,1) 1%, rgba(78,94,117,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(99,120,149,1)), color-stop(100%,rgba(78,94,117,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(99,120,149,1) 1%,rgba(78,94,117,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(99,120,149,1) 1%,rgba(78,94,117,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(99,120,149,1) 1%,rgba(78,94,117,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(99,120,149,1) 1%,rgba(78,94,117,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#637895', endColorstr='#4e5e75',GradientType=0 ); /* IE6-9 */
    box-shadow: inset 0 3px 10px #566A88;
}
.dark-theme-wrap .round-btn{
    background: #363d51;
}
.dark-theme-wrap .round-btn:hover{
    background: #48516B;
}

.current-value{
    text-align: center;
    color:#000;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 3px;
    margin: 10px 0;
}
.current-value span{
    font-size: 26px;
    color:#3ee0b9;
}
.dark-theme-wrap .current-value{
    background: #3a4155;
}

.amount-input{
    line-height: 1em;
    outline: 0;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    min-width: 100px;
    min-height: 2.7142em;
    border-radius: 3px;
    background: #A57938 !important;
    display: inline-block;
    padding: 0.7em 1em 0.7em 1em;
    color: #fff;
    border-radius: 3px;
    border: none;
    box-sizing: border-box;
    width: 100%;
}

/*-----------new------------*/

.top-nav-t .amount.right{
    padding:0;
    font-size: 20px;
    line-height: 1.1;
}
.amount-id{
    display: block;
    font-size: 12px;
    text-align: right;
}
.amount-net{
    font-size: 12px;
    display: block;
    margin-top: 2px;
}
.binary .ui.dropdown.amount-dropdown > .text span.amount-net{
    display: none;
}
.amount-item span{color: #8690ab;}
.ui.dropdown.amount-dropdown{
    width: 100%;
}
.ui.dropdown.amount-dropdown > .text span{
    display: block;
    color: #8690ab;
}
.ui.dropdown.amount-dropdown .menu{
    min-width: 100%;
    margin-left: 0;
    padding: 0;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.28);
}
.ui.dropdown.amount-dropdown > .text{
    height: 65px;
    width: 100%;
    padding:5px 15px;
}
.ui.dropdown.amount-dropdown .text .amount-item{
    color:#fff;
    height: 100%;
}
.ui.dropdown.amount-dropdown > .dropdown.icon{
    position: absolute;
    right: 15px;
    top:50%;
    border-width: 6px;
    border-top-color: #fff !important;
}
.ui.dropdown.amount-dropdown .menu > .item{
    padding:10px 15px !important;
    border-bottom:1px solid #20242f;
}
.btn-add-acount{
    width: 100%;
    display: block;
    text-align: center;
    padding:12px 10px;
    border-radius: 0;
}
/*--------*/



/*--arrow--*/

.input-number-box{
    display: inline-block;
    position: relative;
}

.input-number{
    line-height: 25px;
    height:25px;
    padding-right: 25px;
}
.input-number-more,
.input-number-less{
    width: 15px;
    height: 15px;
    position: absolute;
    right: 8px;

    cursor: pointer;
}
.input-number-more{
    top: 2px;
}

.input-number-more:after{
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #A57938 transparent;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top:4px;
    left:3px;
}
.input-number-less{
    bottom: 2px;
}
.input-number-less:after{
    content: '';
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #A57938 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom:4px;
    left:3px;
}



.main-content .ui.selection.dropdown{
    width: auto;
    min-width: 140px;
    background: #3a4155;
}
.ui.selection.dropdown + .ui.selection.dropdown {
    margin-left: 10px;
}
.main-content .ui.selection.dropdown>.text{
    color:#fff;
    font-size: 13px;
    font-weight: 400;
}
.category.ui.dropdown .menu{
    margin-left: 0;
}
/*--------*/

.ui.dropdown.top-nav-mobile{
    display: none;
}
.ui.dropdown.top-nav-mobile .menu,
.table-nav .ui.dropdown .menu{
    margin-left: 0;
    background: #080F21;
}

.table-nav .ui.dropdown .menu{
    left: auto;
    right: 0;
}
.burger{
    height: 18px;
    width: 25px;
    cursor: pointer;
    margin: 21px 20px;
    cursor: pointer;
}
.burger i{
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-top: 6px;
}
.burger:before{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-top: 3px;
}
.burger:after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-top: 6px;
}
.table-nav .show-for-small{
    display: none;
}

.filter-wrap div.t-cell.right {
    float: right;
    display: inline-block;
    clear: both;
    width:auto;
}

.pagination {
    position: relative;
    background: #fff;
    margin: 0;
    margin-bottom: 20px;
    padding:0;
}
.pagination  .right {
    float: right;
}
.pagination  .right label {
    line-height: 30px;
    padding-left: 20px;
}

@media (max-width: 1168px) {

    .table-nav .hide-for-small{
        display: none;
    }
    .table-nav .show-for-small{
        display: table-cell;
    }
    .table-nav .ui.dropdown .burger{
        margin-left: 5px;
        margin-right: 5px;
    }
    .table-nav .ui.dropdown .menu{
        background: #080F21;
    }

    .profit-sum {
        font-size: 22px;
        line-height: 20px;
    }
    .current-value {
        padding: 15px 10px;
        font-size: 15px;
    }
    .current-value span {
        font-size: 19px;
    }
    .bottom-filter .t-cell+.t-cell {
        margin-left: 20px;
    }
    
   
    .trading-platform  .pickmeup {
        margin-left: -59px;
    }
}
@media  (max-width: 1159px) {
    .pickmeup{
        margin-left: -59px;
    }

    .video-chat-wrap{
        display: none !important;
    }
    body.trading-platform,
   
    body.trading-platform .chat-platform-wrap{
        min-width: 300px;
    }

}
@media (max-width: 1000px){
    .table-nav {
        font-size: 10px;
    }
    .dark-theme-wrap  .table-nav th,.dark-theme-wrap .table-nav td{
        padding-left: 5px;
        padding-right: 5px;
    }
    .spot-table tr td{
        padding-left: 10px;
        padding-right: 10px;
    }
    .spot-table tr td:first-child{
        font-size: 12px;
    }
    .amount-orange{
        font-size: 14px;
    }
    .followers-count, .position-count {
        font-size: 25px;
        line-height: 25px;
    }
    .time span{
        display: none;
    }
    .tab-item i.private, .tab-item i.group{
        display: none;
    }
    .bottom-filter .t-cell{
        display: block;
    }
    .bottom-filter .t-cell:first-child,
    .bottom-filter .t-cell:nth-child(2),
    .bottom-filter .t-cell:nth-child(3),
    .bottom-filter .t-cell:nth-child(4){
        margin-bottom: 20px;
    }
    .bottom-filter .t-cell:first-child,
    .bottom-filter .t-cell:nth-child(3)
    {
        display: block;
        width: 50%;
        margin-top: 0 !important;
        padding-right: 12px;
        float: left;
    }

    .bottom-filter .t-cell:nth-child(2),
    .bottom-filter .t-cell:nth-child(4){
        display: block;
        width: 50%;
        margin-top: 0 !important;
        padding-left: 12px;
        float: right;
    }
    .filter-wrap:after{
        clear: both;
        content: '';
        display: block;
    }

    .bottom-filter .t-cell:nth-child(2), .bottom-filter .t-cell:nth-child(4){
        float: right;
    }
    .bottom-filter .t-cell .ui.dropdown{
        width: 100%;
    }
    .bottom-filter .t-cell+.t-cell{
        margin-top: 20px;
        margin-left: 0;
    }
    .filter-wrap .calendar-wrap{
        max-width: 100%;
        width: 100%;
    }
   .pickmeup {
        margin-left: 0;
    }

    .pagination a, .pagination span {
        padding: 6px 8px;
        border-radius: 5px;
        min-width: 30px;
        height: 30px;
    }
}
@media (max-width: 899px) {
    .left-info .info-item{
        padding: 5px 7px;
    }
    .table-nav .table-cell{
        font-size: 12px;
    }

}
@media (max-width: 920px) {
    body.trading-platform{
        overflow: auto;
    }
}



@media (max-width: 950px) {
    .row-7-t {
        width: calc(100% - 205px);
        padding-left: 0;
        margin-top: 0;
    }
    .table-nav-wrap{
        width: 100%;
        overflow-x:auto;
    }


    .row-2-t{
        width: 100%;
        float: none;
        clear: both;
        padding: 0;
    }
    .row-2-t:after{
        content: '';
        display: block;
        clear: both;
    }
    .platforms-rows{
        height: auto !important;
    }
    .row-2-t-half{
        width: 50%;
        float: left;
        padding: 20px;
    }
    .row-2-t-half:first-child{
        padding-right: 12px;
    }
    .row-2-t-half:nth-child(2){
        padding-left: 12px;
    }

    .input-number-box{
        width: 100%;
    }
    .row-2-t-half .line:first-child{
        margin-top: 0;
    }
    .row-7-t {
        min-height: 305px;
    }
    .row-2-t:first-child .line:last-child {
        margin-top: 20px;
    }
    .row-2-t-half .ui.button{
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .bottom-filter{
        padding-top: 0;
    }
    .just-time{
        min-width: 70px;
    }
    .main-content .ui.selection.dropdown>.text {
        white-space: nowrap;
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.right-filter {
    position: absolute;
    top: 10px;
    right: 20px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.btn-back.btn-chart {
    background: url('../images/back_i.png') no-repeat center;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 150;
    margin-left: -60px;
    background-size: contain;
}


.btn-zoom-out.btn-chart {
    background: url('../images/zoomout_i.png') no-repeat center;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 150;
    margin-left: -30px;
    background-size: contain;
}
.btn-zoom-in.btn-chart {
    background: url('../images/zoomin_i.png') no-repeat center;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 150;
    margin-left: 0;
    background-size: contain;
}

.btn-front.btn-chart {
    background: url('../images/front_i.png') no-repeat center;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 150;
    margin-left: 30px;
    background-size: contain;
}

.btn-skip.btn-chart {
    background: url('../images/skip_i.png') no-repeat center;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 150;
    margin-left: 60px;
    background-size: contain;
}


.btn-chart {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.btn-chart:hover {
    -webkit-filter: saturate(3); filter: saturate(3);
}
.custom-scroll {
    height: 500px;
}

@media (max-width: 450px) {
    .cent-help {
        display: none;
    }
}
@media (max-width: 750px) {
    
    .top-nav-t nav.left{
        display: none;
    }
    .ui.dropdown.top-nav-mobile{
        display: inline-block;
    }

    .row-3-t{
        display: none;
    }
    .row-7-t{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media (max-width: 530px){
    .bottom-filter .t-cell:nth-child(3),
    .bottom-filter .t-cell:nth-child(4) {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .row-7-t {
        padding-left: 10px;
        padding-right: 10px;
    }
    .row-2-t-half{
        padding: 10px;
    }
    .filter-wrap{
        padding: 10px;
    }
    .main-content .ui.selection.dropdown {
        min-width: 120px;
    }
    .main-content{
        padding: 10px 0 0 0;
    }
    .graph-dropdowns {
        padding-right: 130px;
    }
}


.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;

    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor:progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .spinner {
    width: 10px;
}

.has-spinner.btn-small.active .spinner {
    width: 13px;
}

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-large.active .spinner {
    width: 19px;
}
.pickmeup,
.ui.selection.dropdown.visible,
.ui.selection.dropdown.active  {
    z-index: 500;
}


.theme-switcher input[type="checkbox"]{
    display: none;
}
.theme-switcher input[type="checkbox"]+label{
    display: block;
    width: 50px;
    height: 10px;
    border-radius: 3px;
    position: relative;
    cursor:pointer;
    background: #fff;
    border: 1px solid #fff;
}
.theme-switcher input[type="checkbox"]+label:before{
    content:'';
    position: absolute;
    left:1px;
    top:1px;
    bottom:1px;
    right: 1px;
    display: block;
    border-radius: 3px;
}
.theme-switcher input[type="checkbox"]+label i:after{display: none;}
.theme-switcher input[type="checkbox"]+label i{
    display: block;
    width: 25px;
    height: 8px;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: 0;
    background: #A57938;
    margin-right: 0;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-ransition:0.3s ease-in-out;
}
.theme-switcher input[type="checkbox"]:checked+label i{
    right: 23px;
    background: #A57938;
}
body::-webkit-scrollbar {
    display: none;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

.menu::-webkit-scrollbar:vertical {
    width: 2px;
    background-color: #fff;
}

.menu::-webkit-scrollbar:horizontal {
    height: 11px;
}

.menu::-webkit-scrollbar-thumb {
    border-radius: 8px;
    /*border: 2px solid white; !* should match background, can't be transparent *!*/
    border: 2px solid rgba(0, 0, 0, 0); /* should match background, can't be transparent */
    /*background-color: rgba(0, 0, 0, .5);*/
    background-color: #fff;
}
.custom-scroll::-webkit-scrollbar:vertical {
    width: 2px;
    background-color: #fff;
}

.custom-scroll::-webkit-scrollbar:horizontal {
    height: 11px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    /*border: 2px solid white; !* should match background, can't be transparent *!*/
    border: 2px solid rgba(0, 0, 0, 0); /* should match background, can't be transparent */
    /*background-color: rgba(0, 0, 0, .5);*/
    background-color: #fff;
}
.switcher-wrap{
    padding-right: 10px
}
.switcher{
    background:#A57938;
    border: 1px solid #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0;
}
.sw-item{
    display: inline-block;
    vertical-align: top;
    height: 21px;
    width: 22px;
    text-align: center;
    font-size: 13px;
    padding-top: 1px;}
.sw-item.on{background:#fff;cursor: default;color:#2e98c5;}
.top-nav-t .right{
    height: 100%;
}
.top-nav-t .switcher-wrap {
    display: none;
}
.top-nav-t .amount{
    display: inline-block;
    vertical-align: middle;
}
.switcher.on-off .sw-item{
    height: 10px;
}
.cent-block {
    display: none;
}
.cent-help {
    visibility: hidden;
    color: #ffae29;
    padding-right: 20px;
}
.cent-help.on {
    visibility: visible;
}
.profit-cur {
    font-size: 21px;
}


.row-2-t .line label.error  {
  color: #9F3A38;
}
input.error {
  border: solid 1px #9F3A38;
}