
body {
    font-size: 15px;
    background-color: #161618;
    color: #FFF;
}
a:hover {
    text-decoration: none;
}
p {
    color: rgba(5,5,5,.5);
}
ul, ol{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
label, output {
    font-weight: 500;
}
.f-13{
    font-size: 13px;
}
.btn{
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
}



/* Table ----------------------*/
.table {
    font-size: 12px;
    font-weight: 600;
}

.tablemt {
    font-size: 12px;   
    font-weight: 600;
}

.tablemt thead th {
    border-bottom: 1px solid #515051;
    color: #FFF;
}

.tablemt td, .tablemt th {
    padding: .15rem;
    border-top: 0px solid #EDE8F5;
    color: #fff;
}

.tablemt tbody#buytrades td:last-child, .tablemt th:last-child, .tablemt tbody#selltrades td:last-child, .tablemt th:last-child, .tablemt tbody#tradeHistory td:last-child, .tablemt th:last-child {
    padding-right: .7rem;

}

.tablemt tbody#ex1buytrades td:last-child, .tablemt th:last-child, .tablemt tbody#selltrades td:last-child, .tablemt th:last-child, .tablemt tbody#tradeHistory td:last-child, .tablemt th:last-child {
    padding-right: .7rem;

}

.table-bordered {
    border: 0.5px solid #EBE4F6;
}
.table thead th {
    border-bottom: 1px solid #515051;
    color: #FFF;
}
.table-bordered td, .table-bordered th {
    border: 0.5px solid #EBE4F6;
}
.table td {
    padding: .15rem;
    border-top: 0px solid #EDE8F5;
   
}

.table th {
    padding: .15rem;
    border-top: 0px solid #EDE8F5;
    color: #fff;
}

.table-striped tbody#buytrades tr:nth-of-type(2n+1){
    background-color: rgba(40, 167, 69, 0.05);
} 
.table-striped tbody#selltrades tr:nth-of-type(2n+1){
    background-color: rgba(220, 53, 69, 0.05);
}
.table-striped tbody#buytrades tr > :first-child{
    color: #28a745;
} 
.table-striped tbody#selltrades tr > :first-child{
    color: #dc3545;
}
.table tbody#buytrades td:last-child, .table th:last-child, .table tbody#selltrades td:last-child, .table th:last-child, .table tbody#tradeHistory td:last-child, .table th:last-child {
    padding-right: .7rem;

}



.table-striped tbody#ex1buytrades tr:nth-of-type(2n+1){
    background-color: rgba(40, 167, 69, 0.05);
} 
.table-striped tbody#ex1selltrades tr:nth-of-type(2n+1){
    background-color: rgba(220, 53, 69, 0.05);
}
.table-striped tbody#ex1buytrades tr > :first-child{
    color: #28a745;
} 
.table-striped tbody#ex1selltrades tr > :first-child{
    color: #dc3545;
}
.table tbody#ex1buytrades td:last-child, .table th:last-child, .table tbody#selltrades td:last-child, .table th:last-child, .table tbody#tradeHistory td:last-child, .table th:last-child {
    padding-right: .7rem;

}






.table-striped tbody#ex2buytrades tr:nth-of-type(2n+1){
    background-color: rgba(40, 167, 69, 0.05);
} 
.table-striped tbody#ex2selltrades tr:nth-of-type(2n+1){
    background-color: rgba(220, 53, 69, 0.05);
}
.table-striped tbody#ex2buytrades tr > :first-child{
    color: #28a745;
} 
.table-striped tbody#ex2selltrades tr > :first-child{
    color: #dc3545;
}
.table tbody#ex2buytrades td:last-child, .table th:last-child, .table tbody#selltrades td:last-child, .table th:last-child, .table tbody#tradeHistory td:last-child, .table th:last-child {
    padding-right: .7rem;

}



.table td:first-child, .table th:first-child,
.table td:last-child, .table th:last-child {
    padding-left: .5rem;
}
.table-hover tbody tr:hover {
    background-color: #EBE4F6;
}
.table th.star .fas {
    font-size: 10px;
    color: #e6aa1b;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(48, 44, 55, 0.75);
}

.table-striped tbody tr:nth-of-type(2n) {
    background-color: rgba(7, 3, 2, 0.75);
}

.markert-tabs {
    margin-bottom: 2px;
    border: 0.5px solid #323233;
}
.table-bg{
    background-color: #323233;
    color: #FFFFFF;
}
.markert-table .table {
    margin: 0;
}
.slimScrollRail{
    border-radius: 0px !important;
}
.slimScrollBar{
    border-radius: 0px !important;
    opacity: 1 !important;
}

.tableFixHead { overflow-y: auto; height: 389px; }
/*table { border-collapse: collapse; width: 100%; }*/
/*th { background:#ECE5F8; }*/

.fa-bitcoin{
    color: #f07d05;
}
.table-panel{
    padding: 20px;
    box-shadow: 0px 0px 4px #C0B5D1;
}
.history-table{
    border: 0.5px solid #323233;
}
.positive {
    color: #35a947;
}
.negative {
    color: #e34828;
}

.bt_positive {
	background-color:#35a947; 
	color:White;
	display: block; 
	border:2px solid #35a947; 
	border-radius:4px;
	padding:1px 1px; 
	width:60px;
}

.bt_negative {
    	background-color:#E3046F;
	color:White;
	display: block; 
	border:2px solid #E3046F; 
	border-radius:4px;
	padding:1px 1px; 
	width:60px;
}

.priceChargeDown {
    /*background-color: #f6b1b1 !important;*/
    background-color: #f5d7d7 !important;
}
.priceChargeHeigh {
    /*background-color: #b2eab1 !important;*/
    background-color: #d9ecd8 !important;
}

.priceChargeDown td, .priceChargeDown th {
    border-top: 1px solid  #e6acac;
    border-bottom: 1px solid  #e6acac;
    /*border-color: #f5d7d7;*/
}
.priceChargeHeigh td, .priceChargeHeigh th {
    border-top: 1px solid #88e386;
    border-bottom: 1px solid #8fe386;
    /* border-color: #d9ecd8; */
}