/*!
Theme Name: TradeTrak
Theme URI: http://tradetrak.com
Author: Mahendra Kalkura
Author URI: https://kalkura.com
Description: ...coming soon...
*/

body {
    font-family: "Roboto", arial, sans-serif !important;
}

a {
    cursor: pointer !important;
}

h1 {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    font-size: 1.50rem !important;
    font-weight: 800 !important;
}

h2 {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    font-size: 1.20rem !important;
    font-weight: 400 !important;
}

h3 {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    font-size: .9rem !important;
    font-weight: 400 !important;
}

nav {
    margin-bottom: 1rem !important;
}

/*
 * hr { margin-top: 0 !important; }
 */

td {
    vertical-align: middle !important;
}

td label {
    margin-bottom: 0 !important;
}

.table th,
.table td {
    font-size: 0.8rem !important;
    white-space: nowrap !important;
}

.table-symbols td:first-child,
.table-symbols td:last-child {
    font-weight: bold !important;
}

.table-sm td .btn:not(.dropdown-toggle) {
    padding: 0.0625rem 0.25rem !important;
}

.table a.btn:not([href]):not([tabindex]) {
    color: #fff !important;
}

.table .thead-dark th {
    color: #fff !important;
    background-color: #5f6b77 !important;
    border-color: #365473 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.table-hover tbody tr:hover {
    background-color: rgba(251, 255, 3, 0.2) !important;
}

.table-striped tr td:first-child {
    font-weight: bold !important;
    padding-left: 0.5rem !important;
}

.table, .positions tbody tr {
    height: 4rem;
}

.table .thead-light th {
    background-color: #fffc93 !important;
    font-style: italic !important;
    color: #585755 !important;
}

.sep {
    font-weight: 300 !important;
    color: #cecece !important;
}

.dash {
    margin-bottom: 1rem !important;
}

.dash .card-title {
    font-weight: 700 !important;
    letter-spacing: -0.1rem !important;
    margin: 0 0 0.25rem 0 !important;
}

.dash .card-body p {
    font-size: 0.75rem !important;
}

.col-form-label-double {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1rem !important;
}

.col-form-label-double em {
    display: block !important;
    font-size: 0.8rem !important;
}

a.btn:not([href]):not([tabindex]) {
    color: #fff !important;
}

a.btn:not([href]):not([tabindex]):hover {
    color: #fff !important;
}

.red {
    color: #ff0000 !important;
}

.green {
    color: #00b050 !important;
}

.table-background-green {
    background-color: rgba(143, 213, 107, 0.25);
}

.table-background-yellow {
    background-color: rgba(252, 249, 141, 0.55);
}

.table-background-blue {
    background-color: rgba(212, 218, 227, 0.35);
}

.table-background-red {
    background-color: rgba(227, 94, 110, 0.25);
}

.table-background-gray {
    background-color: rgba(0, 0, 0, 0.08);
}

.stop-alert {
    display: none;
}

#data-table_wrapper .top {
    display: flex;
    font-size: 13px;
    margin-top: 5px;
}

#data-table_wrapper .top .dataTables_length {
    flex: 1;
}

#data-table_wrapper .top .dataTables_paginate {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
}

#data-table_wrapper .bottom {
    font-size: 13px;
    margin-top: 15px;
}

#data-table_wrapper .bottom .dataTables_paginate {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#data-table_wrapper .bottom .dataTables_paginate .pagination {
    margin-bottom: 0;
}

#data-table_wrapper table thead tr {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom-width: 1px;
}

#data-table_wrapper table thead tr th {
    border-bottom-width: 1px;
}

#data-table_wrapper tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

#data-table_wrapper tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}

#DataTables_Table_0_wrapper .top {
    display: flex;
    font-size: 13px;
    margin-top: 5px;
}

#DataTables_Table_0_wrapper .top .dataTables_length {
    flex: 1;
}

#DataTables_Table_0_wrapper .top .dataTables_paginate {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
}

#DataTables_Table_0_wrapper .bottom {
    font-size: 13px;
    margin-top: 15px;
}

#DataTables_Table_0_wrapper .bottom .dataTables_paginate {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#DataTables_Table_0_wrapper .bottom .dataTables_paginate .pagination {
    margin-bottom: 0;
}

#DataTables_Table_0_wrapper table thead tr {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom-width: 1px;
}

#DataTables_Table_0_wrapper table thead tr th {
    border-bottom-width: 1px;
}

#DataTables_Table_0_wrapper tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

#DataTables_Table_0_wrapper tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}

.dataTables_wrapper .top, .dataTables_wrapper .bottom {
    display: flex;
    font-size: 0.8125rem;
}

.dataTables_wrapper .top {
    margin-top: 5px;
}

.dataTables_wrapper .bottom {
    margin-top: 15px;
}

.dataTables_wrapper .top .button-wrapper, .dataTables_wrapper .bottom .dataTables_info {
    flex: 1;
}

.dataTables_wrapper .top .dataTables_length, .dataTables_wrapper .bottom .dataTables_paginate {
    display: flex;
    flex-direction: row;
    flex: 0;
    justify-content: flex-end;
}

.dataTables_wrapper .button-wrapper .btn {
    font-size: 0.8125rem;
}

.dataTables_wrapper .dataTables_length label {
    margin-bottom: 1rem;
    text-align: left;
    white-space: nowrap;
}

.dataTables_wrapper .dataTables_length select {
    display: inline-block;
    width: auto;
}

div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 350px;
    margin-top: -100px;
    margin-left: -175px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.150);
    box-shadow: 3px 3px 8px rgba(0,0,0,0.125);
    border-radius: 0.25rem;
    text-align: center;
    z-index: 21
}

div.dt-button-info h2 {
    padding: 0.5em;
    margin: 0 !important;
    font-weight: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.150);
    background-color: rgba(0, 0, 0, 0.0675)
}

div.dt-button-info>div {
    padding: 1em;
    font-size: 0.8rem;
}

span.dt-button-spacer {
    display: inline-block;
    margin: 0.5rem;
    white-space: nowrap;
}

span.dt-button-spacer.bar {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    padding-left: 0.5rem;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
    margin-top: 1rem;
}

.dataTables_wrapper thead th {
    cursor: pointer;
    padding-right: 15px;
    position: relative;
}

.dataTables_wrapper thead th.sorting:after,
.dataTables_wrapper thead th.sorting_asc:after,
.dataTables_wrapper thead th.sorting_desc:after {
    display: inline;
    font-family: FontAwesome;
    position: inherit;
    right: -0.5em;
}

.dataTables_wrapper thead th.sorting:after {
    color: #ddd;
    content: '\f0dc';
    font-size: 0.8em;
    padding-top: 0.12em;
}

.dataTables_wrapper thead th.sorting_asc:after {
    content: '\f0de';
}

.dataTables_wrapper thead th.sorting_desc:after {
    content: '\f0dd';
}

.dataTables_wrapper {
    overflow-x: hidden !important;
}

.hide-row {
    display: none;
}

#mepr-account-nav {
    display: none;
}

#mepr-account-welcome-message {
    display: none;
}

.mepr-account-change-password {
    display: none;
}

#tooltip_chart {
    height: 360px;
    width: 480px;
}

.fa-info-circle {
    color: #007bff!important;
}

.tooltip {
    pointer-events: none;
}

/* .tooltip-inner {
    background-color: #ffffff !important;
    border: 1px solid #007bff;
    color: #212529 !important;
    margin-top: -40px;
    padding: 3px 8px;
    text-align: center;
} */

.w-10 {
    width: 10% !important;
}

@media only screen and (max-width: 499px) {
    #tooltip_chart {
        height: 220px;
        width: 380px;
    }
}

@media only screen and (min-width: 500px) {
    #tooltip_chart {
        height: 320px;
        width: 420px;
    }
}

@media only screen and (min-width: 768px) {
    #tooltip_chart {
        height: 340px;
        width: 460px;
    }
}

@media only screen and (min-width: 992px) {
    #tooltip_chart {
        height: 360px;
        width: 500px;
    }
}

@media only screen and (min-width: 1200px) {
    #tooltip_chart {
        height: 380px;
        width: 520px;
    }
}

@media only screen and (min-width: 1400px) {
    #tooltip_chart {
        height: 400px;
        width: 540px;
    }
}
