/*.flip-list-move {*/
/*    transition: transform 1s;*/
/*}*/

/** Should use this instead: **/
.flip-list-enter-active, .flip-list-leave-active {
    transition: all 1s;
}

.flip-list-enter {
    opacity: 50;
    transform: translateY(100%);
}

.flip-list-leave-to {
    opacity: 0;
    transform: translateX(100%);
}

.flist3-enter-active{
    transition: all 2s;
}
.flist3-enter, .flist3-leave-to {
    opacity: 0;
}


div::-webkit-scrollbar {
    width: 12px;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}


#connection {
    display: none;
}

#main {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 2px;
    min-width: 1120px;
    display: grid;
    grid-template-rows: auto 1fr;
    align-items: stretch;
    background-color: #f2f3f8;

            /*#fff3e7*/
    /*overflow-y: hidden;*/
    /*overflow-x: hidden;*/
}

#topmenu {
    /*display: grid;*/
    /*grid-template-columns: auto auto auto auto auto auto auto 35px 35px;*/
    /*background: #ECD5DE;*/
    /*border: 3px solid #000;*/
    /*border-radius: 5px;*/
    /*background: #E0D2C7;*/
    /*margin-top: 2px;*/
    /*margin-bottom: 2px;*/
    /*text-align: center;*/
    /*height: 40px;*/
}

.dealsheader {
    text-align: center;
}

#menuitem {
    align-self: start;
    display: grid;
    /*border: 1px solid #000; */
    height: 100%;
    /*	margin-top: 2px;
            margin-bottom: 2px;
            padding-left: 1px;
        padding-right: 5px;
    */
    margin-left: 1px;
    margin-right: 1px;

}

/*
#topmenu{
        display: none;
}

#mainmenu{
        display: none;
}

#leftmenu{
        display: none;
}

#rightmenu{
        display: none;
}
*/
#loginnameerror, #input2faerror {
    color: red;
}

#loginpasserror {
    color: red;
}

#usernameerror {
    color: red;
}

#registrationsubmiterror {
    color: red;
}

#securekeyerror {
    color: red;
}

#recaptchaerror {
    color: red;
}

#securekey {
    text-align: center;
}

.ordersheader {
    text-align: center;
    min-width: 250px;
}

input {
    font: 14px "Courier New", Courier, monospace;
    border: 1px solid #888;
}

/*#loginname, #username {*/
/*    font: 18px "Courier New", Courier, monospace;*/
/*    border: 1px solid #888;*/
/*}*/

/*#loginpass {*/
/*    font: 14px "Courier New", Courier, monospace;*/
/*    border: 1px solid #888;*/
/*}*/

#restoremain {
    background: #C7E3E4;
    display: grid;
    border: 3px solid #000;
    border-radius: 5px;
    align-content: center;
    justify-content: center;
}

#restoreform {
    max-width: 650px;
    border: 3px solid #000;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background: #c2c2c2;
    align-self: start;
}

/*fieldset {*/
/*    width: 400px;*/
/*}*/

#regmain {
    align-self: stretch;
    background: #C7E3E4;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    /*border: 3px solid #000;*/
    /*border-radius: 5px;*/
}

#particles-js{
    position: absolute;
    width: 100%;
    top: 40px;
    bottom: 0px;
}

#registrationform {
    border: 3px solid #9b9b9b;
    border-radius: 10px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    background: #c2c2c2;
}

#formheader {
    top: 0;
    left: 0;
    font-size: 16pt;
    text-align: center;
    font-weight: bold;
    background: #a1a1a1;
}

#registrationdonebox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-items: center;
}

.width650 {
    width: 650px;
}

#registrationdoneok {
    display: none;
    width: 80%;
}


#loginform {
    border: 3px solid #9b9b9b;
    border-radius: 10px;
    background: #c2c2c2;
}

.main {
    display: grid;
    width: 100%;
}

#registrationbutton {
    text-align: center;
}

#registrationdonebutton {
    display: none;
    text-align: center;
}

.mainbutton {
    display: inline-block;
    color: black;
    font-size: 100%;
    font-weight: 700;
    text-decoration: none;
    user-select: none;
    padding: .25em .5em;
    outline: none;
    border: 1px solid rgb(250, 172, 17);
    border-radius: 7px;
    background: rgb(255, 212, 3) linear-gradient(rgb(255, 212, 3), rgb(248, 157, 23));
    box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, 0);
    transition: box-shadow .2s, border-color .2s;
}

.mainbutton:hover {
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, .5);
    cursor: pointer;
}

.mainbutton:active {
    border-color: rgba(177, 159, 0, 1);
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .1), inset 0 1px 2px rgba(0, 0, 0, .3), inset 0 0 0 60px rgba(255, 255, 0, .45);
}

.finservicegrid {
    display: grid;
    grid-template-columns: auto auto auto;
}

.columns2 {
    display: grid;
    grid-template-columns: 150px 200px;
}

#tradegrid, #settingsgrid, #maingrid {
    display: grid;
    grid-template-columns: 17fr 63fr 300px;
}

#tradegrid2, #settingsgrid2, #maingrid2 {
    display: grid;
    grid-template-columns: 17fr 83fr;
}

#chartbox {
    display: grid;
    grid-template-columns: 30px 100fr;
}

#chartdiv {
    color: #000;
    display: none;
    width: 100%;
    height: 250px;
}

#tv_chart_container {
    width: 100%;
    height: 250px;
}

#tradeview {
    display: grid;
    grid-template-columns: 70fr 30fr;
}

#tradeleft {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
}

#buysell {
    display: grid;
    grid-template-columns: 50fr 50fr;
}

#ordersbuysell {
    display: grid;
    grid-template-columns: 50fr 50fr;
}

.orderstablebox {
    overflow-y: scroll;
    overflow-x: hidden;
}

/*.ordersSelltable{*/
/*    height: -webkit-calc(100vh - 577px);*/
/*    max-height: -webkit-calc(100vh - 577px);*/
/*}*/
/*.ordersBuytable{*/
/*    height: -webkit-calc(100vh - 577px);*/
/*    max-height: -webkit-calc(100vh - 577px);*/
/*}*/

.userorderstablebox {
    display: grid;
}

.userOrdersBuytable {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 75px;
}

.userOrdersSelltable {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 75px;
}

.ordersrow:hover {
    border-radius: 0px;
    cursor: pointer;
    background-color: #EEEE00;
}

.ordersrow {
    margin: 2px;
    border-radius: 5px;
    background-color: #EEEEEE;
    display: grid;
    grid-template-columns: 32fr 32fr 32fr 4fr;
    font-family: 'Cambria';
    font-size: 12px;
    font-stretch: ultra-condensed;
    text-align: right;
    font-weight: bold;
}

.myorder {
    background-color: #00a97f !important;
}

.userordersrowheader {
    display: grid;
    grid-template-columns: 32fr 32fr 32fr 4fr;
    font-family: 'Cambria';
    font-size: 12px;
    font-stretch: ultra-condensed;
    text-align: center;
    font-weight: bold;
}

.buysellheader {
    text-align: center;
}

.userordersrow:hover {
    border-radius: 0px;
    background-color: #EEEE00;
}

.userordersrow {
    width: 100%;
    border-radius: 5px;
    background-color: #EEEEEE;
    display: grid;
    grid-template-columns: 32fr 32fr 32fr 4fr;
    font-family: 'Cambria';
    font-size: 12px;
    font-stretch: ultra-condensed;
    text-align: right;
    font-weight: bold;
}

#ordersheader {
    display: grid;
    grid-template-columns: 50fr 50fr;
    border: 1px solid #FFFFFF;
}

.userordersrowheader {
    /*border-right: 2px solid #FFFFFF;*/
}

.borderleft {
    border-left: 2px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.borderright {
    border-left: 1px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
}

#userorders {
    display: grid;
    grid-template-columns: 50fr 50fr;
    border: 2px solid #FFFFFF;
}

#userordersbuy {
    display: grid;
    border-left: 2px solid #FFF;
}

#userorderssell {
    display: grid;
    border-right: 2px solid #FFF;
}

#orderssell, #ordersbuy {
    display: grid;
    border: 2px solid #FFFFFF;
}

#dealsbox {
    display: grid;
    align-items: stretch;
    min-width: 240px;
}

.dealslist {
    display: grid;
    border: 2px solid #FFFFFF;
    grid-auto-rows: minmax(min-content, max-content);
}

.dealstablebox {
    display: grid;
    align-items: stretch;
}

.dealstable {
    overflow-y: scroll;
    overflow-x: hidden;
    /*height: -webkit-calc(100vh - 370px);*/
    /*min-height: 480px;*/
    /*max-height: 500px;*/
    /*height: -webkit-calc(100vh - 370px);*/
    height: 20px;
}

.dealsrow:hover {
    border-radius: 0px;
    cursor: pointer;
    background-color: #EEEE00;
}

.dealsrow {
    margin: 2px;
    border-radius: 5px;
    background-color: #EEEEEE;
    display: grid;
    grid-template-columns: 20fr 10fr 35fr 35fr;
    min-width: 220px;
}

.dealsrowheader {
    margin: 2px;
    background-color: #EEEEEE;
    display: grid;
    grid-template-columns: 20fr 10fr 35fr 35fr;
}

.dealrate, .dealamount {
    font-family: 'Myriad Pro';
    font-size: 12px;
    font-stretch: ultra-condensed;
    text-align: right;
    font-weight: bold;
    padding-left: 5px;
}

.dealsitem, .dealdatetime, .dealtype {
    font-family: 'Myriad Pro';
    font-size: 12px;
    font-stretch: ultra-condensed;
    text-align: center;
    font-weight: bold;
}

.dealtype {
    min-width: 25px;
}

.amounterror,.errorhint{
    font-family: 'Myriad Pro';
    font-size: 14px;
    font-stretch: ultra-condensed;
    color: #6f2626;
    text-align: center;
    font-weight: bold;
    background: #C7E3E4;
    border: 0px solid #000;
    border-radius: 2px;
    margin-top: 5px;
}


#div1 {
    display: grid;
    grid-template-rows: auto auto;
    background: #C7E3E4;
    /*border: 3px solid #000;*/
    /*border-radius: 5px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    align-self: stretch;
    align-content: start;
    /*max-height: 90vh;*/
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
}

#trademain {
    display: grid;
    /*grid-auto-rows: minmax(min-content, max-content);*/
    grid-template-rows: 260px auto;
    background: #C7E3E4;
    /*border: 3px solid #000;*/
    /*border-radius: 5px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    align-self: stretch;
    align-items: stretch;
    /*height: -webkit-calc(100vh - 80px);*/
}

#div2 {
    display: grid;
    grid-template-rows: auto auto;
    background: #C7E3E4;
    /*border: 3px solid #000;*/
    /*border-radius: 5px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    align-self: stretch;
}

#historydiv {
    display: grid;
    background: #C7E3E4;
    /*border: 3px solid #000;*/
    /*border-radius: 5px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    align-self: stretch;
}


#allordersbox {
    display: grid;
    background: #C7E3E4;
    /*border: 3px solid #000;*/
    /*border-radius: 5px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    align-self: stretch;
}


#supportbox {
    display: grid;
    /*grid-auto-rows: minmax(min-content, max-content);*/
    background: #C7E3E4;
    /*border: 3px solid #000;*/
    /*border-radius: 5px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
}

#div2about {
    /*display: grid;*/
    /*grid-template-rows: auto;*/
    /*background: #C7E3E4;*/
    /*border: 3px solid #000;*/
    /*border-radius: 5px;*/
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
    /*margin-left: 2px;*/
    /*align-self: stretch;*/
    display: grid;
    background: #C7E3E4;
    /*border: 3px solid #000;*/
    /*border-radius: 5px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    align-content: start;
}


/*#settings2 {*/
/*    display: grid;*/
/*    background: #C7E3E4;*/
/*    border: 3px solid #000;*/
/*    border-radius: 5px;*/
/*    padding-top: 5px;*/
/*    padding-bottom: 5px;*/
/*    padding-left: 5px;*/
/*    padding-right: 5px;*/
/*    margin-left: 2px;*/
/*    align-content: start;*/
/*}*/
#settings2{
    /*display: grid;*/
    background: #C7E3E4;
    /*border: 3px solid #000;*/
    /*border-radius: 5px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    /*align-content: start;*/
    /*align-items: start;*/
    /*align-self: start;*/

}

#balancesdiv{
    display: grid;
    background: #C7E3E4;
    /*border: 3px solid #000;*/
    /*border-radius: 5px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    align-self: stretch;
}

#div3inout {
    display: grid;
    background: #C7E3E4;
    /*border: 3px solid #000;*/
    /*border-radius: 5px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
}



#div3 {
    display: grid;
    background: #C7E3E4;
    /*border: 3px solid #000;*/
    /*border-radius: 5px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
}

#loginmain {
    background: #C7E3E4;
    display: grid;
    /*border: 3px solid #000;*/
    /*border-radius: 5px;*/
    top: 0;
    left: 0;
    justify-content: center;
    align-content: center;
}



#div3support {
    display: grid;
    background: #C7E3E4;
    border: 3px solid #000;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 2px;
    align-content: start;
}


.heightmax {
    height: -webkit-calc(100vh - 82px);
    height: calc(100vh - 82px);
}

.heightmax110 {
    height: -webkit-calc(100vh - 110px);
    height: calc(100vh - 110px);
}

.heightmax2 {
    height: 100%;
}

#chatbox {
    /*display: grid;*/
    /*grid-template-columns: 1fr;*/
    /*grid-template-rows: 18pt auto 42pt;*/
    /*grid-auto-rows: minmax(min-content, max-content);*/
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80px); /* 100% экрана минус шапка */
}

#chatboxwordwrapperbox {
}

#chat_header {
    display: grid;
    /*background: #94d6d2;*/
    /*align-content: center;*/
    font-weight: bold;
    /*padding-left: 5px;*/
    text-align: center;
}

.scrollv {
    overflow-y: auto;
}

#chat_messages_list {
    font: 14px "Courier New", Courier, monospace;
    font-weight: bold;
    overflow-y: scroll;
    height: -webkit-calc(100vh - 150px); /* chrome */
    height: calc(100vh - 150px); /* firefox */
    /*min-height: 700px;*/
    flex: 1; /* растягивается по высоте */
    display: flex;
    flex-direction: column-reverse;
    //overflow-y: auto;
    width: 100px;
}

#chatgridrow2 {
    /*display: grid;*/
    /*grid-auto-rows: minmax(min-content, max-content);*/
    flex: 1; /* занимает всё доступное пространство */
    display: flex;
}

#chatinputbox {
    display: grid;
    /*height: 50pt;*/
    padding-left: 5px;
    padding-right: 5px;
}

#chat_textarea {
    font: 16px "Courier New", Courier, monospace;
    font-weight: bold;
    resize: none;
}

.messageusername {
    align-self: center;
    text-align: center;
    color: #002a6e;
}

#waitreadybox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
}

#waitready {
    display: grid;
    border: 3px solid #000;
    border-radius: 5px;
    background: #C7E3E4;
    top: 0;
    left: 0;
    width: 300px;
    height: 30px;
    margin-top: 4px;
    margin-left: 4px;
    justify-items: center;
    align-items: center;
}

.headstring {
    font-size: 16pt;
    text-align: center;
    font-weight: bold;
    background: #94d6d2;
    align-self: start;
}

/*#google2fa {*/
/*    text-align: center;*/
/*    font-weight: bold;*/
/*    border: 1px solid #000;*/
/*    margin-top: 10px;*/
/*    align-self: start;*/
/*}*/

#google2fabox {
    display: grid;
    grid-template-columns: 200px 1fr;
}

.menubutton {
    display: inline-block;
    color: black;
    font-size: 100%;
    font-weight: 700;
    text-decoration: none;
    user-select: none;
    padding: .25em .5em;
    outline: none;
    border: 1px solid rgb(250, 172, 17);
    border-radius: 7px;
    background: rgb(1, 1, 3) linear-gradient(rgb(1, 212, 3), rgb(248, 157, 23));
    box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, 0);
    transition: box-shadow .2s, border-color .2s;
}

.menubutton:hover {
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, .5);
    cursor: pointer;
}

.menubutton:active {
    padding: calc(.25em + 1px) .5em calc(.25em - 1px);
    border-color: rgba(177, 159, 0, 1);
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .1), inset 0 1px 2px rgba(0, 0, 0, .3), inset 0 0 0 60px rgba(255, 255, 0, .45);
}

#input2fabox {
    display: none;
}

#chaterrors {
    color: red;
}

/* Класс контекстного меню: */
.context-menu {
    position: absolute; /* Задаем абсолютное позиционирование для нашего меню */
    display: none; /* Изначально не показываем его */
    background-color: #fff; /* Цвет фона меню */
    border: 1px solid #333; /* Граница */

    /* Немного красивостей. Добавляем тень для нашего меню, что бы отобразить его слегка выше остальных элементов страницы: */
    -moz-box-shadow: -5px 2px 10px rgba(0, 0, 0, 0.5); /* Для Firefox */
    -webkit-box-shadow: -5px 2px 10px rgba(0, 0, 0, 0.5); /* Для Safari и Chrome */
    box-shadow: -5px 2px 10px rgba(0, 0, 0, 0.5); /* Параметры тени */
}

/* Добавляем стили для списка которые будет находиться внутри меню и, собственно, содержать его пункты: */
.context-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.context-menu ul li {
    margin: 0;
    padding: 0;
    background-color: #fff;
    display: block;
}

/* Стили для ссылок пунктов меню: */
.context-menu ul li {
    color: #333;
    text-decoration: none;
    font-size: 12px;
    display: block;
    padding: 5px;
}

.context-menu ul li a:hover {
    background-color: #eee;
}

#div3columns {
    display: inline-grid;
    grid-template-columns: auto auto auto;
}

#clipleft {
    justify-self: start;
    align-self: center;
}

#registrationdoneinfo {
    font-size: 16px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: bold;
    justify-self: end;
    align-self: center;
    background-color: #fff;
    border: 3px;
    border-radius: 3px;
}

.balancestable {
    border: 2px solid #42b983;
    border-radius: 3px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
}

#balance1, #balance2 {
    border: 2px solid #42b983;
    border-radius: 3px;
    background-color: #fafafa;
    font: 12px "Cambria";
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

#balance1:hover, #balance2:hover {
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, .5);
    cursor: pointer;
}

.balancestableheadrow {
    height: 60px;
}

.balancestableheaditem {
    /*background-color: #42b983;*/
    /*  color: rgba(255,255,255,0.66);*/
    /*  cursor: pointer;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*min-width: 120px;*/
    padding: 5px 5px;
    text-align: center;
}

.balancestd {
    border: 1px solid #000;
    background-color: #f9f9f9;
    min-width: 120px;
    padding: 5px 10px;
    text-align: center;
    white-space: nowrap;
}

th.active {
    color: #fff;
}

th.active .arrow {
    opacity: 1;
}


.orderstable {
    width: 100%;
}



a {
    color: blue;
    text-decoration: none !important; /* Убираем подчеркивание у ссылок */
}

/*a:visited {*/
/*    color: blue;*/
/*}*/

a:hover {
    color: red;
}

.field {
    padding-left: 80px;
    padding-right: 5px;
    position: relative;
}

.currencyname {
    position: absolute;
    cursor: text;
    right: 0px;
    top: 6px;
    color: #9aa8b9;
    font-size: 11px;
    width: auto;
    user-select: none;
    margin-right: 9px;
}

.inputdigits {
    color: #5e5e5e;
    border: 1px solid #d9dfe7;
    width: 100%;
    min-width: 102px;
    height: 20px;
    padding: 0 4px;
    font: 12px "Cambria";
    font-weight: bold;
}

.left {
    float: left;
}

.traderow {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    /*overflow: hidden;*/
}

.order-type-button {
    display: inline-block;
    color: black;
    font-size: 12px;
    text-decoration: none;
    user-select: none;
    /*padding: .25em .5em;*/
    padding-top: 0;
    padding-bottom: 0;
    outline: none;
    border: 1px solid rgb(0, 200, 0);
    border-radius: 7px;
    background: #b7b7b7;
    box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, 0);
    transition: box-shadow .2s, border-color .2s;
}
.order-type-button-active {
    font-weight: bold;
    background: rgb(61, 209, 96) linear-gradient(rgb(61, 209, 96), rgb(176, 255, 195));
}

.disabled-button, .disabled-button:hover, .disabled-button:active {
    color: #7f7f7f !important;
    background: rgb(183, 183, 183) !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
}

.greenbutton {
    display: inline-block;
    color: black;
    font-size: 100%;
    font-weight: 700;
    text-decoration: none;
    user-select: none;
    padding: .25em .5em;
    outline: none;
    border: 1px solid rgb(0, 200, 0);
    border-radius: 7px;
    background: rgb(61, 209, 96) linear-gradient(rgb(61, 209, 96), rgb(176, 255, 195));
    box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, 0);
    transition: box-shadow .2s, border-color .2s;
}

.greenbutton:hover {
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, .5);
    cursor: pointer;
}

.greenbutton:active {
    border-color: rgba(177, 159, 0, 1);
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .1), inset 0 1px 2px rgba(0, 0, 0, .3), inset 0 0 0 60px rgba(255, 255, 0, .45);
}

.buttondisabled {
    opacity: .3;
    cursor: default !important;
}

.buttondisabled:hover {
    opacity: .3;
    box-shadow: none !important;
    cursor: default !important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

.redbutton {
    display: inline-block;
    color: black;
    font-size: 100%;
    font-weight: 700;
    text-decoration: none;
    user-select: none;
    padding: .25em .5em;
    outline: none;
    border: 1px solid rgb(250, 172, 17);
    border-radius: 7px;
    background: rgb(255, 158, 110) linear-gradient(rgb(255, 158, 110), rgb(255, 180, 143));
    box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, 0);
    transition: box-shadow .2s, border-color .2s;
}

.redbutton:hover {
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, .5);
    cursor: pointer;
}

.redbutton:active {
    border-color: rgba(177, 159, 0, 1);
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .1), inset 0 1px 2px rgba(0, 0, 0, .3), inset 0 0 0 60px rgba(255, 255, 0, .45);
}

.buybox, .sellbox {
    display: grid;
    border: 2px solid #FFFFFF;
    padding: 5px 5px 5px 5px;
    min-width: 190px;
}

#marketcurlist {
    display: grid;
    grid-template-columns: auto auto auto;
}

.marketcur {
    text-align: center;
    background: #87ddfa;
    padding: 0px;
    margin: 2px;
}

.marketcur:hover {
    font-weight: bold;
    cursor: pointer;
}

.marketheader {
    text-align: center;
    font: 12px "Cambria";
    font-weight: bold;
}

.markethead {
    display: grid;
    grid-template-columns: 25fr 25fr 25fr 25fr;
    font: 12px "Cambria";
    text-align: right;
    font-weight: bold;
}
#market{
}
.markettable {
    display: grid;
    font: 12px "Cambria";
    text-align: right;
    font-weight: bold;
    /*max-height: calc(100vh - 500px);*/
    /*position: absolute;*/
    bottom: 10px;
}

.marketbody{
    overflow-y: auto;
    overflow-x: hidden;
}

#marketselected {
    background-color: #32a852;
    font-weight: bold;
}

.marketrow:hover {
    background-color: rgba(255, 255, 0, .5);
    cursor: pointer;
}

.marketrow {
    margin: 2px;
    border-radius: 5px;
    background-color: #EEEEEE;
    grid-template-columns: 25fr 25fr 25fr 25fr;
    display: grid;
    text-align: right;
    font-weight: bold;
    font-family: 'Myriad Pro';
    font-stretch: ultra-condensed;
}

.marketcurrency {
    width: 40px;
}

.marketrate {
    width: 60px;
}

.marketdelta24 {
    width: 40px;
}

.marketvol24 {
    width: 65px;
    margin: 0 auto;
    text-align: right;
}

.marketheaditem {
    width: 40px;
}

.marketrow:active {
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .1), inset 0 1px 2px rgba(0, 0, 0, .3), inset 0 0 0 60px rgba(255, 255, 0, .45);
}

#marketrowselected {
    background-color: #ffe59e;
}

.textleft {
    text-align: left;
}

.flagicon {
    width: 32px;
    height: 38px;
    display: inline-block;
    color: black;
    text-decoration: none;
    user-select: none;
    outline: none;
    border: 1px solid rgb(250, 172, 17);
    border-radius: 7px;
    background: rgb(1, 1, 3) linear-gradient(rgb(1, 212, 3), rgb(248, 157, 23));
    box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, 0);
    transition: box-shadow .2s, border-color .2s;
}

.flagicon:hover {
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, .5);
    cursor: pointer;
}

.killorder {
    //padding-top: 1px;
}

.killorder:hover {
    cursor: pointer;
}

#balancesbody {
    display: grid;
    justify-content: center;
}

#balancestablediv {
    overflow-y: auto;
    overflow-x: hidden;
    height: -webkit-calc(100vh - 130px);
    height: calc(100vh - 130px);
}

.box {
    /*margin-bottom: 20px;*/
    background-color: #87c7be;
    border: 2px solid #739c95; /* transparent;*/
    border-radius: 4px;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.margin-top-20 {
    margin-top: 20px;
}

.boxgrid {
    display: grid;
    grid-template-rows: minmax(min-content, max-content) auto;
    /*grid-auto-rows: minmax(min-content, max-content);*/
    margin-bottom: 20px;
    background-color: #87c7be;
    border: 2px solid #739c95; /* transparent;*/
    border-radius: 4px;
}

.width550 {
    min-width: 550px;
}

.boxscroll {
    overflow-y: auto;
    overflow-x: hidden;
}

.boxheight {
    height: -webkit-calc(100vh - 105px);
    height: calc(100vh - 105px);
}

.nopadding {
    padding: 0 !important;
}

.boxbodyheight {
    /*height: -webkit-calc(100vh - 150px);*/
    height: -webkit-calc(100vh - 200px);
    height: calc(100vh - 200px);
}

.newsboxbodyheight {
    height: -webkit-calc(100vh - 110px);
    height: calc(100vh - 110px);
}

.boxheader {
    text-align: center;
    background-color: #739c95;
    border-color: #bce8f1;
    padding: 5px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-family: Roboto, Tahoma, Helvetice, Arial, sans-serif;
    /*font-weight: 500;*/
    font-size: 19px;
    font-weight: bold;
}

.boxgridheader {
    display: grid;

    text-align: center;
    background-color: #739c95;
    border-color: #bce8f1;
    padding: 5px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-family: Roboto, Tahoma, Helvetice, Arial, sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.boxbody {
    padding: 15px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;

}

#qiwibox, #cardsbox, #payeerbox, #advcashbox {
    display: none;
    width: 400px;
}

#incomeboxqiwi {
    display: none;
    width: 400px;
}

#qiwinew_form {
    display: none;
    width: 400px;
}

#incomeboxadvcash, #incomeboxpayeer, #incomeboxfreekassa, #incomeboxcapitalist {
    display: none;
    width: 400px;
}

#incomeboxfreekassa2 {
    display: none !important;
    width: 400px;
}

.hidden {
    display: none !important;
}

#incomeboxqiwi2 {
    display: none;
    width: 400px;
    /*	border: 1px solid #000; 
            border-radius: 7px;
            padding: 10px;
            background: #87c7be;*/
}

.nicefont {
    font-family: Roboto, Tahoma, Helvetice, Arial, sans-serif;
    font-weight: 500;
    font-size: 19px;
}

#crexsoftgrid{
    display: grid;
    justify-content: center;
    justify-items: center;

}
#crexcoin840box{
    min-width: 670px;
    max-width: 800px;
}

.incometypesrow , .linkinbutton {
    background: #87c7be;
    border: 1px solid #000;
    border-radius: 7px;
    padding: 10px;
    margin: 10px;
    text-align: center;
    background: rgb(255, 212, 3) linear-gradient(rgb(255, 212, 3), rgb(248, 157, 23));
    box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, 0);
    transition: box-shadow .2s, border-color .2s;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */

}

.incometypesrow:hover {
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, .5);
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */

}

.incometypesrow:active {
    border-color: rgba(177, 159, 0, 1);
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .1), inset 0 1px 2px rgba(0, 0, 0, .3), inset 0 0 0 60px rgba(255, 255, 0, .45);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */

}

#incometypebox {
    text-align: center;
}

.mainbutton2 {
    display: inline-block;
    color: black;
    font-size: 100%;
    font-weight: 700;
    text-decoration: none;
    user-select: none;
    padding: .25em .5em;
    outline: none;
    border: 1px solid rgb(250, 172, 17);
    border-radius: 7px;
    background: rgb(255, 212, 3) linear-gradient(rgb(255, 212, 3), rgb(248, 157, 23));
    box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, 0);
    transition: box-shadow .2s, border-color .2s;
}

.mainbutton2:hover {
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, .5);
    cursor: pointer;
}

.mainbutton2:active {
    border-color: rgba(177, 159, 0, 1);
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .1), inset 0 1px 2px rgba(0, 0, 0, .3), inset 0 0 0 60px rgba(255, 255, 0, .45);
}

.orders2header {
    display: grid;
    grid-template-columns: 15fr 6fr 6fr 5fr 10fr 10fr 10fr 5fr;
    align-items: start;
    text-align: center;
}

.userordersrow2 {
    display: grid;
    text-align: right;
    grid-template-columns: 15fr 6fr 6fr 5fr 10fr 10fr 10fr 5fr;
    font: 14px "Cambria";
    text-align: center;
    font-weight: bold;
}

.ordersitem2 {
    background: #87c7be;
    margin: 2px;
}

#killorder:hover {
    cursor: pointer;
}

.alluserorders {
    display: grid;
    grid-template-rows: auto auto auto;
    align-content: start;
}


.historybox {
    display: grid;
    align-content: start;
    background: #C7E3E4;
}

.historytabs {
    display: grid;
    grid-template-columns: 25fr 25fr 25fr 25fr;
    align-content: start;
}

.historytab {
    background: #87c7be;
    text-align: center;
    margin: 2px;
}

.historytab:hover {
    cursor: pointer;
    border-radius: 10px;
    background-color: #EEEE00;
}

.tocenter {
    text-align: center !important;
    width: 100%;
}

.padding15 {
    padding: 15px !important;
}

#pairinfo {
    display: grid;
    background: #2aabd2;
    /*border: 3px solid #000;*/
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
    align-self: stretch;
}

.smallfont {
/ / font: 12 px Arial, sans-serif;
    font-family: serif; /* Шрифт с засечками */
}

.hint {
    font: 12px Arial, sans-serif;
    background-color: #cfdee7;
    margin-bottom: 10px;
    border-radius: 5px;
}


.bigfont {
/ / font: 14 px Arial, sans-serif;
    font-weight: bold;
}


.ui-widget-content, .ui-widget-header {
    background: #C7E3E4 !important;
}


#inoutmessagesbox {
    /*display: grid;*/
    /*grid-template-rows: 100fr;*/
}

#inout_messages_list {
    /*	display: grid;*/
    /*grid-template-rows: 100fr;*/
    overflow-y: auto;
    height: -webkit-calc(100vh - 120px);
    height: calc(100vh - 120px);
}

#inoutmessageslistbox {
    display: grid;
    /*	grid-template-rows: auto;
            overflow-y: scroll;
            overflow-x: hidden;
            height: -webkit-calc(100vh - 90px);
    */
}

.inout_message {
    border-radius: 5px;
    background: #a1c5ff;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    /*overflow-wrap: break-word;
    word-break: break-all;*/
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    max-width: 295px;
}

.messagebody, .chat_message_body, .support_message_body {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.inout_message2, .chat_message, .support_message, .support_message2 {
    border-radius: 5px;
    background: #a1c5a0;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.support_message, .support_message2 {
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.chat_message {
    background: #c2c2c2;
}

/*.inout_message2,.chat_message{
    max-width: 295px;
}
*/
.chat_message_header {
    height: 20px;
    display: grid;
    grid-template-columns: 10fr 1fr;
    font: 12px Arial, sans-serif;
    justify-items: stretch;
    justify-content: center;
    border-radius: 5px 5px 0 0;
    /*background: #abcbff;*/
    background: #969696;
    word-break: break-all;
}

.inout_message_header, .support_message_header {
    display: grid;
    grid-template-columns: 1fr;
    font: 12px Arial, sans-serif;
    justify-items: stretch;
    justify-content: center;
    border-radius: 5px 5px 0 0;
    background: #abcbff;
    word-break: break-all;
}



#support_messages_list {
    height: -webkit-calc(100vh - 100vh); /* Google Chome и Safari */
    height: calc(100vh - 100vh); /* Firefox */
    padding-top: 5px;
    padding-bottom: 5px;
}

#supportmessages {
    /*border: 1px solid #000;*/
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-rows: auto 100px;
    align-self: stretch;
}

#supportgridrow {
    display: grid;
    grid-template-rows: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    /*height: -webkit-calc(100vh - 220px); !* для Google Chome и Safari *!*/
    background: #C7E3E4;
}

#supportgridrow2 {
    display: grid;
    grid-template-rows: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    height: -webkit-calc(100vh - 250px); /* для Google Chome и Safari */
    height: calc(100vh - 250px); /* для Google Chome и Safari */
    border: 1px solid #000;
}

#supportinputbox {
    display: grid;
    align-self: stretch;
    justify-self: stretch;
    grid-template-columns: auto 90px;
}

#support_textarea {
    align-self: stretch;
    justify-self: stretch;
    font: 14px "Courier New", Courier, monospace;
    font-weight: bold;
}

#supportsend {
    border-radius: 20px;
    background: rgb(255, 212, 3) linear-gradient(rgb(255, 212, 3), rgb(248, 157, 23));
    box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, 0);
    transition: box-shadow .2s, border-color .2s;
    text-align: center;
    align-self: center;
    height: 40px;
    line-height: 40px;
}

#supportsend:hover {
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, .5);
    cursor: pointer;
}

/*.support_message{
        display: grid;
    border-radius: 5px;
        background: #a1c5ff;
        margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.support_message2{
        display: grid;
    border-radius: 5px;
        background: #a1c5a0;
        margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}*/
/*.support_message_header{
        display: grid;
        grid-template-columns: 1fr;
        font: 12px Arial, sans-serif;
        justify-items: stretch;
        justify-content: center;
    border-radius: 5px;
        background: #abcbff;
}*/

#apikeyslist {
    display: grid;
}

.keysrow {
    display: grid;
    grid-template-columns: auto auto auto;
    width: 600px;
    justify-self: center;
    font: 14px "Courier New", Courier, monospace;
    font-weight: bold;
    text-align: center;
    /*border-radius: 5px;*/
    background: #a1c5a0;
    /*margin: 2px;*/
    /*padding: 5px;*/
}

.keyscell {
    border-radius: 5px;
    padding: 5px;
    background: #adadad;
    margin: 5px;
}

.pointer {
    cursor: pointer;
}

.vcenter {
    align-self: center;
    vertical-align: middle;
}

/*#apikeys {*/
/*    margin-top: 10px;*/
/*    border: 1px solid #000;*/
/*}*/

#apibuttondiv {
    text-align: center;
}

.balloondiv {
    display: grid;
    grid-template-rows: 9fr 1fr;
    position: absolute;
    top: 90vh;
    bottom: 10px;
    left: 10px;
    /*border: 1px solid #000;*/
    /*border-radius: 5px;*/
    /*background: #E0D2C7;*/
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    justify-content: center;
    align-content: center;
    z-index: 99999;
    cursor: pointer;
    background-color: #282E33;
    color: #5bb75b;
}

.balloontext {
    align-self: center;
    justify-self: center;
}

.balloonprogress {
    height: 5px;
    position: relative;
    background: #555;
    padding: 1px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.balloonprogress > span {
    display: block;
    height: 100%;
    background-color: rgb(43, 194, 83);
    /*background-image: linear-gradient(*/
    /*        center bottom,*/
    /*        rgb(43, 194, 83) 37%,*/
    /*        rgb(84, 240, 84) 69%*/
    /*);*/
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.modaldiv {
    display: grid;
    grid-template-rows: 30px auto 40px;
    position: absolute;
    top: 30vh;
    left: 30%;
    width: 40%;
    border: 1px solid #000;
    border-radius: 5px;
    background: #E0D2C7;
    z-index: 99999;
}

.modaltittle {
    border-radius: 5px;
    background: #E0AAAA;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

.modaltext {
    text-align: center;
    padding: 20px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.modalbutton {
    text-align: center;
}

.modalclose {
    background: #fc4e03;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.modalclose:hover {
    cursor: pointer;
    background: #00d9ff;
}

.modaldisabler {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

/*#telegram {*/
/*    margin-top: 10px;*/
/*    border: 1px solid #000;*/
/*}*/

/*.telegramcheckboxes {*/
/*    padding: 10px;*/
/*}*/

.textcenter {
    text-align: center;
}

.w280 {
    width: 280px;
}

.bold {
    font-weight: bold;
}

.red {
    color: #bd2130;
}

.historyincome {
    max-width: 500px;
    justify-self: center;
    font: 14px "Courier New", Courier, monospace;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    background: #a1c5a0;
    margin: 2px;
}

.tradeinfo {
    justify-self: center;
    border: 1px solid #000;
    border-radius: 7px;
    margin: 50px;
    padding: 20px;
    background: #87c7be;
}

.box1 {
    width: 400px;
    border: 1px solid #000;
    border-radius: 7px;
    padding: 10px;
    background: #87c7be;
}

.box2 {
    border: 1px solid #000;
    margin: 1px;
    padding: 5px;
    background: #87c7be;
}

.textcenter {
    text-align: center;
}

.textbold {
    font-weight: bold;
}

.margintop10 {
    margin-top: 10px;
}

.margintop50 {
    margin-top: 50px;
}

.margin50 {
    margin: 50px;
}

.margin5 {
    margin: 5px !important;
}

.margin20 {
    margin: 20px;
}

.fixedfont {
    font: 14px "Courier New", Courier, monospace;
    font-weight: bold;
}

thead th {
    background: #87c7be;
    margin: 5px !important;
    padding: 5px !important;
}

.tables {
    /*border: 2px solid #42b983 !important;*/
    /*border-radius: 3px !important;*/
    /*background-color: #fff !important;*/
    /*border-collapse: separate !important;*/
    border-spacing: 2px !important;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.orderrate {
    min-width: 110px;
    padding-left: 2px;
    padding-top: 1px;
}

.orderamount1 {
    min-width: 90px;
    padding-left: 2px;
    padding-top: 1px;
}

.orderamount2 {
    min-width: 90px;
    padding-left: 2px;
    padding-top: 1px;
}

.usersellorders, .userbuyorders {
    min-width: 325px;
}

.text1 {
    /*font-family: 'Myriad Pro';*/
    font-family: 'Arial Narrow';
    font-stretch: ultra-condensed;
}

/*#progress1 {*/
/*    width: auto;*/
/*    margin-left: 10px;*/
/*    margin-right: 10px;*/
/*}*/

#progress1 {
    display: block;
    width: auto;
    vertical-align: baseline;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 14px;
    border: 0;
    border-radius: 1px;
    margin: 6px 20px;
    box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.1), 0 0.5px 0.5px rgba(0, 0, 0, 0.15);
    background: #eeeeee;
    color: #01579b;
}
/* Foreground - webkit browsers */
#progress1::-webkit-progress-value {
    background: #01579b;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}
/* Background - webkit browsers */
#progress1::-webkit-progress-bar {
    background: #eeeeee;
}
/* Foreground - Firefox */
#progress1::-moz-progress-bar {
    background: #01579b;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}
/* Max value - webkit browsers */
#progress1[value="1000"]::-webkit-progress-value {
    border-radius: 1px;
}
/* Max value - Firefox */
#progress1[value="1000"]::-moz-progress-bar {
    border-radius: 1px;
}

.border {
    border: 1px solid #000;
}

.vcencer {
    display: grid;
    align-content: center;
    align-self: center;
}

.support_textarea2_size {
    width: 98%;
    height: 80px;
}

#inaddress, #inaddresstag {
    border: 1px solid #000;
    border-radius: 5px;
    background: #d1d1d1;
    height: 30px;
    align-content: center;
    align-self: center;
    margin: 5px;
    font-weight: bold;
    /*padding: 5px;*/
}

.graybox{
    border: 1px solid #000;
    border-radius: 5px;
    background: #d1d1d1;
    height: 30px;
    align-content: center;
    align-self: center;
    margin: 5px;
    font-weight: bold;
}

#copytoclipboard{
    justify-self: start;
}

.systemaddress {
    border: 1px solid #000;
    border-radius: 5px;
    background: #d1d1d1;
    padding: 5px;
}


#cryptobal, #feebal {
    width: 400px;
}

#cryptobal table.dataTable tbody td, #feebal table.dataTable tbody td {
    height: 10px !important;
    padding: 0px !important;
}

#waitin table.dataTable tbody td, #waitout table.dataTable tbody td {
    height: 10px !important;
    padding: 0px !important;
}

#qiwiin table.dataTable tbody td {
    height: 10px !important;
    padding: 0px !important;
}

#coins table.dataTable tbody td {
    height: 14px !important;
    padding: 0px !important;
}

.margin2l {
    margin-right: 2px;
}

@-webkit-keyframes flashgreen {
    0% {
        background-color: #007816;
    }
    100% {
        background-color: #007816;
    }
}

@-moz-keyframes flashgreen {
    0% {
        background-color: #007816;
    }
    100% {
        background-color: #007816;
    }
}

@-o-keyframes flashgreen {
    0% {
        background-color: #007816;
    }
    100% {
        background-color: #007816;
    }
}

@keyframes flashgreen {
    0% {
        background-color: #007816;
    }
    100% {
        background-color: #007816;
    }
}

.flashgreen {
    -webkit-animation: flashgreen 0.9s ease-out 0s;
    -moz-animation: flashgreen 0.9s ease-out 0s;
    -o-animation: flashgreen 0.9s ease-out 0s;
    animation: flashgreen 0.9s ease-out 0s;
}

@-webkit-keyframes flashred {
    0% {
        background-color: #ff8059;
    }
    100% {
        background-color: #ff8059;
    }
}

@-moz-keyframes flashred {
    0% {
        background-color: #ff8059;
    }
    100% {
        background-color: #ff8059;
    }
}

@-o-keyframes flashred {
    0% {
        background-color: #ff8059;
    }
    100% {
        background-color: #ff8059;
    }
}

@keyframes flashred {
    0% {
        background-color: #ff8059;
    }
    100% {
        background-color: #ff8059;
    }
}

.flashred {
    -webkit-animation: flashred 0.9s ease-out 0s;
    -moz-animation: flashred 0.9s ease-out 0s;
    -o-animation: flashred 0.9s ease-out 0s;
    animation: flashred 0.9s ease-out 0s;
}

@keyframes changeAndBackGreen {
    0% {
        background-color: #EEEEEE;
    }

    25% {
        background-color: #9fdf9d;
    }

    75% {
        background-color: #9fdf9d;
    }

    100% {
        background-color: #EEEEEE;
    }
}

.animated-background-green {
    animation: changeAndBackGreen 6s ease-in-out;
}

@keyframes changeAndBackRed {
    0% {
        background-color: #EEEEEE;
    }

    25% {
        background-color: #ff848a;
    }

    75% {
        background-color: #ff848a;
    }

    100% {
        background-color: #EEEEEE;
    }
}

.animated-background-red {
    animation: changeAndBackRed 6s ease-in-out;
}

.grid{
    display: grid;
}

.grid2center{
    justify-self: center;
}

.vh90 {
    height: 90vh;
}

.grid2x2{
    display: grid;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    height: 100px;
    min-width: 585px;
    max-width: 600px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.cashInLink, .cashOutLink {
    font-size: 12px;
    color: #fff;
    background: #4a819e;
    padding: 6px 6px;
    text-transform: uppercase;
    border-radius: 2px;
}
.cashInLink:hover, .cashOutLink:hover {
    font-size: 12px;
    color: #fff;
    background: #1d679e;
    padding: 6px 6px;
    text-transform: uppercase;
    border-radius: 2px;
}
.cashInLink:active, .cashOutLink:active {
    font-size: 12px;
    color: #fff;
    background: #1d679e;
    padding: 6px 6px;
    text-transform: uppercase;
    border-radius: 2px;
}

.navbar-item {
    font-weight: 600
}

.navbar-light .navbar-nav .nav-link {
    /*color: rgba(0, 0, 0, 0.87);*/
    /*padding: 6px 16px;*/
    /*min-width: 64px;*/
    /*box-sizing: border-box;*/
    /*transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;*/
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.75;
    border-radius: 4px;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
}

li.nav-item.active, li.nav-item:hover, li.nav-item:focus {
    background-color: #5dadd5
}

li.nav-item:hover, li.nav-item:focus {
    background-color: #c2f3ff
}

#aboutbox{
    margin-left: 5px;
    margin-right: 5px;
}

.userOrderstable table.dataTable tbody td {
    height: 14px !important;
    padding: 0px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#historyorders table.dataTable tbody td {
    height: 14px !important;
    padding: 0px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
#historydeals table.dataTable tbody td {
    height: 14px !important;
    padding: 0px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#clippy{
    padding-top: 5px;
    width: 20px;
    vertical-align: unset;
}

.form-group{
    margin-bottom: 0px !important;
}

.leftmenu{
    margin: 5px;
    background-color: #e3f2fd;
}

.div2col{
    display: grid;
    grid-template-columns: auto 50px;
    grid-auto-columns: minmax(min-content, max-content);
}

.div2column{
    display: grid;
    grid-template-columns: auto auto;
    grid-auto-columns: minmax(min-content, max-content);
    justify-content: center;
}

.maxw400{
    max-width: 400px;
}
.current_pair_box, .bluebox{
    margin: 4px 0;
    color: #4c4c4c;
    border: 1px solid #8a96a2;
    border-radius: 3px;
    background: #cfdee7;
    overflow: visible;
    position: relative;
}

.current_pair_box label, .bluebox label{
    display: block;
    background: #18699e;
    color: #fff;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0;
    padding: 0 20px;
    overflow: hidden;
    position: relative;
}

#currentbalance{
    font-weight: bold;
}

.headernews{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #00a97f;
}

.ui-resizable-helper{border:2px dotted #00F;}

.darkbackround{
    background: #1c2030 !important;
}

.panel-v1 {
    background-color:rgb(255, 255, 255);
    border-bottom-color:rgb(111, 123, 138);
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    border-bottom-style:none;
    border-bottom-width:0px;
    border-image-outset:0;
    border-image-repeat:stretch;
    border-image-slice:100%;
    border-image-source:none;
    border-image-width:1;
    border-left-color:rgb(111, 123, 138);
    border-left-style:none;
    border-left-width:0px;
    border-right-color:rgb(111, 123, 138);
    border-right-style:none;
    border-right-width:0px;
    border-top-color:rgb(111, 123, 138);
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    border-top-style:none;
    border-top-width:0px;
    box-shadow:none;
    box-sizing:border-box;
    color:rgb(111, 123, 138);
    display:block;
    font-family:roboto, sans-serif;
    font-size:14px;
    font-weight:300;
    height:474px;
    line-height:20px;
    margin-bottom:30px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    position:relative;
    text-size-adjust:100%;
    width:729px;
    -webkit-font-smoothing:antialiased;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

.reglabel {
    padding-top: 10px;
    margin-bottom: 0;
}

#recaptchabox {
    padding-top: 20px;
}

.disabled {
    opacity: .3;
    cursor: default !important;
}

#recaptchaerror {
    height: 24px;
}

.fs10px{
    font-size: 11px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.w100px{
    width: 100px;
}

.p3px{
    padding: 3px;
}
