@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: -0.015em;
    background-color: #ffffff;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    overflow-x: hidden;
}

a,
input,
textarea {
    outline: none !important;
    box-shadow: none;
}

.no-margin {
    margin: 0;
}

.no-margin-left {
    margin-left: 0;
}

.no-margin-right {
    margin-right: 0;
}

img {
    max-width: 100%;
    width: auto;
}

.navbar {
    padding: 0;
    background-color: #0b7076;
    -webkit-transition: all 0.2 ease-in-out;
    -o-transition: all 0.2 ease-in-out;
    transition: all 0.2 ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

img.logo {
    height: 30px;
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
}

.navbar-brand {
    padding: 0;
}

.navbar-toggler-icon {
    background-image: url(../img/menu.svg);
    background-color: #fff;
    background-size: 50%;
    width: 2em;
    height: 2em;
    border-radius: 2px;
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    padding: 12px 20px!important;
    /*margin: 0 5px;*/
    font-size: 14px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link.last {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-item.active .nav-link,
.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item .nav-link:active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
}

.nav-link img {
    height: 13px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.nav-link span.name {
    display: inline-block;
}

header {
    position: relative;
}

.banner {
    padding: 4em 0;
}

.banner h1 {
    text-align: center;
    font-size: 3em;
    font-weight: 300;
    color: #333;
}

.banner p.sub-title {
    color: #0b7076;
    font-weight: 400;
    font-size: 1.2em;
    margin-top: 1em;
}


.green-color {
    color: #70a800!important;
}

.red-color {
    color: #ea0070!important;
}

.gray-color {
    color: #999!important;
}

.btn-yellow {
    min-width: 100px;
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #c18102;
    background-color: #ffab06;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none!important;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
    background-color: #c68509;
    color: #fff;
    text-decoration: none!important;
}

.feature-banner {
    position: relative;
    padding: 4em 0em;
    border-bottom: 3px solid #ffab06;
}

.feature-banner:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-color: #0b7076;
}

.feature-banner .content {
    position: relative;
    z-index: 5;
}

.feature-banner h2 {
    max-width: 575px;
    margin: 0 auto;
    margin-bottom: 1em;
    color: #000;
    opacity: 0.5;
    font-weight: 300;
    font-size: 2.4em;
    line-height: 1.4em;
}

.feature-banner .login-link a {
    color: #333;
    text-decoration: underline;
}

.feature-banner .login-link a:hover,
.feature-banner .login-link a:focus,
.feature-banner .login-link a:active {
    color: #ffab06;
}

.features-list {
    padding: 3em 0em;
}

.features-list h5 {
    margin-top: 1em;
    font-size: 1.8em;
    font-weight: 300;
    color: #0b7076;
}

.features-list p {
    font-weight: 100;
    font-size: 1.1em;
}

footer {
    background-color: #0b7076;
    padding: 3em 0em;
    position: relative;
    margin-top: 2em;
}

footer:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #000;
}

footer .content {
    position: relative;
    z-index: 5;
}

footer h5 {
    color: #fff;
    opacity: 0.5;
    font-size: 1.2em;
    margin-top: 1em;
}

footer .links ul {
    list-style: none;
    padding: 0;
}

footer .links ul li a {
    color: #fff;
    opacity: 0.3;
}

footer .links ul li a:hover,
footer .links ul li a:focus,
footer .links ul li a:active {
    opacity: 0.5;
}

footer .copy .footer-logo {
    height: 30px;
    margin-top: 1em;
    margin-bottom: 1em;
}

footer .copy p {
    color: #fff;
    opacity: 0.6;
    font-size: 0.8em;
    margin-bottom: 0.3em;
}

footer .copy p span {
    opacity: 0.6
}

.chart-title-head {
    margin-top: 2em;
    margin-bottom: 2em;
}

.chart-title {
    border-left: 5px solid #ffab06;
    padding-left: 10px;
}

.chart-title .name {
    font-size: 2.2em;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.chart-title .code {
    color: #0b7076;
    font-size: 1.2em;
    font-weight: 600;
}

.chart-hilights {
    border: 1px solid #eee;
    text-align: center;
    box-sizing: border-box;
    font-size: 0.8em;
}

.chart-hilights .row {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.chart-hilights .row div {
    display: table-cell;
    white-space: nowrap;
    /*width: 24%;*/
    border-right: 1px solid #eee;
    padding: 3px 5px;
}

.chart-hilights .row .name {
    font-weight: 300;
    width: 100%;
    border: 0;
    display: block;
    text-align: center;
}

.chart-hilights .row .info {
    font-weight: 600;
    width: 100%;
    border: 0;
    display: block;
    text-align: center;
}

.chart-hilights .row .volume .name,
.chart-hilights .row .volume .info {
    display: inline;
    font-weight: normal;
}

.no-border {
    border: 0!important;
}

.chart-hilights .row .volume {
    padding: 6px;
}

.form-box {
    position: relative;
    border: 1px solid #eee;
    margin-top: 2em;
    height: 91%;
}

.form-box .form-inner:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-color: #0b7076;
}

.form-box .form-inner {
    padding: 1em;
}

.form-box .form-inner .content {
    position: relative;
    z-index: 9;
}

.form-box .form-head {
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 9;
}

.form-box .form-head .help-link {
    font-size: 0.5em;
    color: #333;
    text-decoration: underline;
    float: right;
    opacity: 0.5;
}

.form-box .form-head .help-link:hover,
.form-box .form-head .help-link:focus,
.form-box .form-head .help-link:active {
    opacity: 1;
}

.form-box .form-head p {
    font-size: 0.8em;
    margin-bottom: 0.5em;
}

.form-box .input-group-text {
    font-size: 0.8em;
    background-color: #0b7076;
    color: #fff;
    opacity: 0.6;
}

.form-box input {
    font-size: 0.8em
}

.form-box p.info-link {
    font-size: 0.8em;
    margin-bottom: 0em;
}

.form-box p.info-link a {
    color: #333;
    text-decoration: underline;
    opacity: 0.5;
}

.form-box p.info-link a:hover,
.form-box p.info-link a:focus,
.form-box p.info-link a:active {
    opacity: 1;
}

.form-box .btn {
    font-size: 0.9em;
    padding: 0.5em 1.2em;
    display: inline-block;
}

.color-table {
    position: relative;
    border: 1px solid #eee;
    margin-top: 2em;
}

.color-table:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-color: #0b7076;
}

.color-table table {
    position: relative;
    z-index: 9;
    margin: 0;
}

.order-table {
    font-size: 0.8em;
    overflow: hidden;
    text-align: center;
    max-height: 300px;
    overflow: auto;
}

.order-title {
    margin-bottom: 0;
    margin-top: 1em;
}

.order-title span {
    float: right;
    font-size: 0.7em;
    margin-top: 0.5em;
}

.color-table thead th {
    /*padding-right:0!important;*/
}

.fht-tbody {
    overflow: auto;
}

.color-table td {
    padding: 0.5em;
}

.tbl-link {
    color: #333;
    text-decoration: underline;
}

.tbl-link:hover,
.tbl-link:focus,
.tbl-link:active {
    color: #333;
}

.tab-box {
    position: relative;
    border: 1px solid #eee;
    margin-top: 2em;
}

.tab-box .tab-inner:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-color: #0b7076;
}

.tab-box .tab-inner {
    /*padding-top: 0.5em;*/
}

.tab-box .tab-inner .content {
    position: relative;
    z-index: 9;
}

.tab-box .tab-head {
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 9;
}

.tab-box .tab-head h5 {
    margin: 0;
}

.tab-box .nav-tabs {
    padding: 0.5em;
    padding-bottom: 0;
}

.tab-box .nav-item {
    color: #333;
    font-weight: 600;
    font-size: 10px;
    line-height: 18px;
    border-top: 0;
    border-bottom: 0;
    background-color: #f4f4f4;
    border-radius: 0;
    border-color: #ddd;
    margin-right: 2px;
}

.tab-box .nav-tabs .nav-link {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    border-top: 0;
    border-bottom: 0;
    background-color: #ffab06;
    border-radius: 0;
    padding: 5px;
    opacity: 0.6
}

.tab-box .nav-tabs .nav-item.show .nav-link,
.tab-box .nav-tabs .nav-link.active,
.tab-box .nav-tabs .nav-item:hover,
.tab-box .nav-tabs .nav-item:focus,
.tab-box .nav-tabs .nav-item:active {
    border-top: 0;
    border-radius: 0;
    opacity: 1;
}

.tab-box .tab-content {
    max-height: 400px;
    overflow: auto;
}


.tab-box .table td {
    border: 0;
    padding: 5px;
    font-weight: 600;
    font-size: 10px;
    text-align: center;
}

.tab-box .star-inner input[type=checkbox] {
    display: none;
}

.tab-box .star-inner label {
    color: #999;
    margin-right: 5px;
    font-size: 10px;
}

.tab-box .dataTables_filter label {
    width: 100%;
    margin: 0;
}

.tab-box .dataTables_filter label input {
    width: 100%!important;
    display: block!important;
    margin: 0!important;
    height: 20px;
}

.tab-box .star-inner input:checked+label {
    color: #f4ba2f;
}

.tab-box .star-inner label {
    margin-bottom: 0
}

.tab-box .dataTables_info {
    display: none;
}

.tab-box .table {
    margin-bottom: 0;
}

.tab-box .table thead {
    border-bottom: 1px solid #dadde0;
}

.tab-box .table.no-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.news-box {
    position: relative;
    border: 1px solid #eee;
    margin-top: 2em;
}

.news-box .news-inner:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-color: #0b7076;
}

.news-box .news-inner {
    max-height: 400px;
    overflow: auto;
}

.news-box .news-inner .content {
    position: relative;
    z-index: 9;
}

.news-box .news-head {
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 9;
}

.news-box .news-head h5 {
    margin: 0;
}

.news-box .news-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 1em;
}

.news-box .news-list p {
    margin-bottom: 0.5em;
    font-size: 0.8em;
}

.nav-tabs.btn-tab {
    border: 0;
    display: block;
}

.nav-tabs.btn-tab .nav-item {
    display: inline-block;
}

.nav-tabs.btn-tab .nav-item .nav-link {
    border: 0;
    border-radius: 0;
    background-color: #f1f1f1;
    color: #333!important;
    font-size: 12px;
}

.nav-tabs.btn-tab .nav-item.show .nav-link,
.nav-tabs.btn-tab .nav-link.active {
    border: 0;
    background-color: #ccc;
    color: #fff;
}

#tradingview_35f2b {
    height: 50vh!important;
}

.margin-box {
    position: relative;
    border: 1px solid #eee;
    margin-top: 2em;
}

.margin-box .margin-inner:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-color: #0b7076;
}

.margin-box .margin-inner {
    max-height: 400px;
    overflow: auto;
}

.margin-box .margin-inner .content {
    position: relative;
    z-index: 9;
}

.margin-box .margin-head {
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 9;
}

.margin-box .margin-head h5 {
    margin: 0;
}

.dataTables_length {
    display: none;
}

.margin-box .table {
    margin-bottom: 0;
}

.margin-box .table td {
    border: 0;
    padding: 5px;
    font-size: 10px;
}

.margin-box .table th {
    border: 0;
    padding: 5px;
    font-size: 10px;
}

.margin-box .table tr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dataTables_wrapper {
    padding: 0;
}

.dataTables_filter {
    padding: 5px;
}

.small-head th {
    border: 0;
    padding: 5px;
    font-size: 10px;
    text-align: center;
}

.register-banner {
    position: relative;
    padding: 4em 0em;
    top: 2em;
}

.register-banner:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-color: #0b7076;
}

.register-banner .content {
    position: relative;
    z-index: 5;
}

.register-banner h2 {
    max-width: 575px;
    margin: 0 auto;
    margin-bottom: 1em;
    color: #000;
    opacity: 0.5;
    font-weight: 300;
    font-size: 2.4em;
    line-height: 1.4em;
}

.register-banner .login-link a {
    color: #333;
    text-decoration: underline;
}

.register-banner .login-link a:hover,
.register-banner .login-link a:focus,
.register-banner .login-link a:active {
    color: #ffab06;
}

.register-box {
    max-width: 800px;
    margin: 0 auto;
}

.navbar .dropdown-menu {
    left: auto;
    right: 0;
    border-radius: 0;
    padding: 0;
    background-color: #0b7076;
    border: 0;
}

.navbar .dropdown-menu a {
    background-color: transparent;
    color: #fff;
    padding: 10px;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
}

.navbar .dropdown-menu a:hover,
.navbar .dropdown-menu a:focus,
.navbar .dropdown-menu a:active,
.navbar .dropdown-menu a.active {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.profile-banner {
    position: relative;
    padding: 4em 0em;
    top: 2em;
}

.profile-banner:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-color: #0b7076;
}

.profile-banner .content {
    position: relative;
    z-index: 5;
}

.profile-banner h2 {
    max-width: 575px;
    margin: 0 auto;
    margin-bottom: 1em;
    color: #000;
    opacity: 0.5;
    font-weight: 300;
    font-size: 2.4em;
    line-height: 1.4em;
}

.profile-banner .login-link a {
    color: #333;
    text-decoration: underline;
}

.profile-banner .login-link a:hover,
.profile-banner .login-link a:focus,
.profile-banner .login-link a:active {
    color: #ffab06;
}

.profile-box {
    max-width: 800px;
    margin: 0 auto;
}

.profile-box input {
    font-size: 12px;
}

.account-box {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 1em;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin-bottom: 1em;
}

.account-box a {
    color: #333;
    text-decoration: underline;
}

.account-box a:hover,
.account-box a:focus,
.account-box a:active {
    color: #222;
    text-decoration: underline;
}

.account-box p {
    margin-bottom: 0
}

.account-box p.name {
    font-weight: 600;
}

.profile-box a {
    color: #333;
    text-decoration: underline;
}

.profile-box a:hover,
.profile-box a:focus,
.profile-box a:active {
    color: #222;
    text-decoration: underline;
}

.profile-box .progress {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
}

.profile-box .progress .progress-bar {
    background-color: #0b7076;
}

.trade-table {
    margin-bottom: 0;
    max-width: 400px;
    margin: 0 auto;
}

.trade-table .table {
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.trade-table .table td {
    border: 0;
    padding: 5px;
    font-size: 10px;
}

.trade-table .table th {
    border: 0;
    padding: 5px;
    font-size: 10px;
}

.trade-table .table tr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.trade-table {
    margin-bottom: 0;
    max-width: 700px;
    margin: 0 auto;
}

.log-table .table {
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.log-table .table td {
    border: 0;
    padding: 5px;
    font-size: 10px;
}

.log-table .table th {
    border: 0;
    padding: 5px;
    font-size: 12px;
}

.log-table .table tr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.order-table-box{
    overflow: auto;
}
.order-table-box .table {
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.order-table-box .table td {
    /*border: 0;*/
    padding: 5px;
    font-size: 11px;
}

.order-table-box .table th {
    /*border: 0;*/
    padding: 7px;
    font-size: 13px;
}

.order-table-box .table tr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.order-table-box .table a {
    color: #333;
    text-decoration: underline;
}

.order-table-box .table a:hover,
.order-table-box .table a:focus,
.order-table-box .table a:active {
    color: #222;
    text-decoration: underline;
}

.page-item.active .page-link {
    border: 0;
    background-color: rgba(0, 0, 0, 0.2);
    text-decoration: none!important;
}
.page-item.disabled .page-link{
    text-decoration: none!important;

}

.form-box select {
    font-size: 0.8em;
    height: 30px!important;
}

.static-table {
    max-height: 300px;
    overflow: auto;
}

.static-table.no-height {
    max-height: initial;
    overflow: auto;
}

.static-table .table {
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.static-table .table td {
    border: 0;
    padding: 5px;
    font-size: 10px;
}

.static-table .table th {
    border: 0;
    padding: 7px;
    font-size: 12px;
}

.static-table .table tr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.form-box.full {
    height: auto;
}

.static-table a {
    color: #333;
    text-decoration: underline;
}

.static-table a:hover,
.static-table a:focus,
.static-table a:active {
    color: #222;
    text-decoration: underline;
}

.progress {
    max-width: 400px;
    margin: 0 auto;
    background-color: #f6f6f6;
}

.progress .progress-bar {
    background-color: #0b7076;
}

.table a {
    color: #333;
    text-decoration: underline;
    margin-left: 5px;
    margin-right: 5px;
}

.table a:hover,
.table a:focus,
.table a:active {
    color: #222;
    text-decoration: underline;
}

.banner a {
    color: #333;
    text-decoration: underline;
}

.banner a:hover,
.banner a:focus,
.banner a:active {
    color: #222;
    text-decoration: underline;
}

.tradingview-widget-container {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.form-box.tbl{
    font-size: 12px;
    margin-top:0;
}
.form-box.tbl p.info-link{
    font-size: 1em;
}
.form-box.tbl p.info-link strong{
    margin-left: 2em;
}
.static-table.dw{
    max-height: 600px;
}
.static-table.dw .cls-btn{
    float: right;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}
.static-table .btn{
    text-decoration: none;
}
.static-table .btn:hover,.static-table .btn:focus,.static-table .btn:active{
    text-decoration: none;

}