﻿.fixed-logo {
    max-width: 80px !important;
}

.index-logo {
    max-width: 80px !important;
}

.loginbtn {
    background: #dd3e33 !important;
}

.login-html .sign-in:checked + .tab, .login-html .sign-up:checked + .tab {
    border-color: #dd3e33;
}

.login-html {
    background: rgba(128,128,128,.85);
}

.foot-lnk {
    color: rgba(255,255,255,0.9);
}

a:focus, a:hover {
    color: #dd3e33;
}

thead, thead > tr {
    background: #dd3e33;
}

.btn-primary {
    background-color: #dd3e33;
    border-color: #dd3e33;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #dd3e33;
}

.actived {
    border-bottom: 2px solid #dd3e33;
}

#transfer, #fresh {
    background: #dd3e33;
    border-color: #dd3e33;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #dd3e33 !important;
    border-color: #dd3e33 !important;
}

.pagination > li > a, .pagination > li > span {
    color: #dd3e33;
}

.form-control:focus {
    border-color: #dd3e33;
}

.custom-switch-user {
    background-color: grey !important;
    border-color: grey !important;
}

div#fresh.row.buy {
    background: #dd3e33 !important;
}
div#fresh.row.sell {
    background-color: grey !important
}
thead.sellThead, thead.sellThead > tr {
    background-color: grey !important
}
.submitTradeBtn{
    background-color: grey !important;
    border-color: grey !important;
}