#side_bar{
  height:100%;
  width: 60px;
  position: fixed;
  z-index: -1;
  overflow-x: hidden;
  padding: 0 0;
  height:100%;
  align-items: center;
  justify-content: center;
  -moz-box-align: center;
  -moz-box-pack: center;
  text-align:center;
    list-style-type: none;
}
.side_nav{
	padding-top:10px;
text-align:center;
  min-height:60px;
  font-size:25px;
  line-height:0.5;
  cursor:pointer;
  z-index:1
}
.side_nav:hover{
background:#5bc0de;
color:#ffffff;
}
.side_nav_txt{
  font-size:12px;
  
}
.bal_head{
	font-size:12px;
	text-align:center
}
.bal_amt{
	font-size:15px;
	font-weight:bold
}
.input {
    background-color: rgb(31, 47, 66);
	border-color:rgb(40, 62, 87);
	border-radius: 5px;
	color:rgb(255, 255, 255);
    font-weight: 350;
    height: 38px;
    padding: 5px;
	width:100%;
}
#pay_txt{
	font-size:16px;
}
#pay_amt{
	font-size:18px;
}
#pay_percent{
	font-size:32px;
}

.base-up {
	  line-height: 0.8;
      display: inline-block;
      height: 40px;
      margin-left: 0px;
      margin-top: 30px;
      position: relative;
      width: 150px;
	  background:#20a86b;
	  color:#fff;
	  font-weight:800;
	  font-size:20px
    }
.base-up:before {
      border-bottom: 25px solid #20a86b;
      border-left: 75px solid transparent;
      border-right: 75px solid transparent;
      content: "";
      height: 0;
      left: 0;
      position: absolute;
      top: -25px;
      width: 0;
    }
.base-down {
	  line-height: 2;
      display: inline-block;
      height: 40px;
      margin-left: 0px;
      margin-top: 5px;
      position: relative;
      width: 150px;
	  background:#e15433;
	  color:#fff;
	  font-weight:800;
	  font-size:20px
    }
.base-down:before {
      border-top: 25px solid #e15433;
      border-left: 75px solid transparent;
      border-right: 75px solid transparent;
      content: "";
      height: 0;
      left: 0;
      position: absolute;
      bottom: -25px;
      width: 0;
    }
.base-up:hover{
	background:green;
	color:#fff
}
.base-up:hover:before {
      border-bottom: 25px solid green;
}
.base-down:hover{
	background:red;
	color:#fff
}
.base-down:hover:before {
      border-top: 25px solid red;
}

.inc_btn{
	font-size:18px
}
#trade_time{
	text-align:center;
	font-weight:bold;
}
#trade_amt{
	text-align:center;
	font-weight:bold;
}

.trades_list{
	width:100%;
	border-radius:5px;
	background-color: rgb(34, 52, 73);
	min-height:85px;
	color:#fff;
	padding:10px;
	margin-bottom:10px
}

.assets {
    color:rgb(91, 114, 140);
    font-size: 14px;
    font-weight: 700;
}
.option {
    color:rgb(91, 114, 140);
    font-size: 12px;
    font-weight: 600;
}
.time {
    color:rgb(91, 114, 140);
    font-size: 12px;
    font-weight: 600;
	line-height:3.2;
}
.status {
    color:rgb(255, 152, 0);
    font-size: 14px;
    font-weight: 700;
}

.amount {
    color: rgb(165, 189, 217);
    font-size: 10px;
    font-weight: 600;
    margin-left: 5px;
}

.total {
    /**color: rgb(31, 191, 117);**/
    color:rgb(255, 152, 0);
    font-size: 14px;
    font-weight: 800;
	line-height:2.5;
}
.sign{
	font-weight:800;
}

#asset_div{
	position:absolute;
	color:#fff;
	top:2px;
	right:20px;
	align-items: center;
background-color: rgb(31, 47, 66);
border-radius: 5px;
flex-direction: row;
height: 35px;
padding-right: 20px;
padding-left: 20px;
-moz-box-align: center;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
opacity: 1;
transition-duration: 0.25s;
cursor:pointer;
}


.notify {
  position: fixed;
  top: 5%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  display:none;
}
.alerts-success{
	padding:10px 30px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:green;
	border-radius:5px
}
.alerts-error{
	padding:10px 30px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:red;
	border-radius:5px
}
.dark, .dark td{
	background:#0c0e15;
	color:#fff;
}
.light, .light td{
	background:#fff;
	color:#000;
}
