@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

body {
    background-color: #fff;
    padding: 0;
    margin: 0;
}
p {
    font-size: 16px;
    text-align: justify;
}
.h1, .h2, .h3, h1, h2, h3, h4, h5, h6, p, table, li{
   font-family: 'Open Sans', sans-serif;
}
.full{
    padding-left: 0px;
    padding-right: 0px;
}
.center{
    margin: 0 auto;
}
.text-center{
  text-align: center;
}
.fit{
    object-fit: fill;
}
.trader-ranking{
    padding-top: 30px;
    padding-bottom: 30px
}

.form-control {
  border:none;
  border-bottom:1px solid rgba(63,112,147,.3);
  height: 35px;
  margin-bottom: 0px;
  background:#fff;
  box-shadow: none;
  padding-left: 0px;
}
.form-control:focus {
  box-shadow: none!important;
}
input.form-control {
   width: 80%;
   font-size: 14px;
  float: left;
}
input::placeholder {
  color:rgba(63,112,147,.7) !important;
  font-size: 14px;
  font-weight: 300;
}
select {
    display: inline-block;
    cursor:pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
select.form-control{
  color:#919191;
  font-weight: 300;
}
.sort{
  margin-left: 15px;
  margin-right: 15px;
}
.sort-select{
  color:#333;
}

.btn-search{
  background: transparent;
  box-sizing: transparent;
  border:none;
}
.fa-box{
  border:1px solid #7c9ebf;
  padding:5px 6px;
  margin:3px;
}
.tools-holder{
  width: 100%;
  display: flex;
}
.tools-left{
  margin-top: 20px;
  float: left;
  display: inline-block;
}
.tools-center{
  margin: 0 auto;
  margin-top: 5px;
  display: inline-block;
}
.tools-right{
  float: right;
  text-align: right;
  margin-top:20px;
  margin-bottom: 0px;
  display: inline-block;
}
.tools-left .fa, .tools-right .fa{
  color:#7c9ebf;
  margin-top: 15px;
}
.tools-right .fa{
  font-size: 24px;
}

.trader-avatar {
   /*text-align: center;*/
   /*float:left;*/
}
.account-name {
  display: inline-block;
  padding: 8px;
}
.trader-avatar-grid {
   text-align: center;
}
.trader-avatar span{
   padding-left: 10px;
}
.trader-avatar-grid span{
   padding-left: 10px;
}
.trader-chart{
  text-align: center;
}
.chart{
    height: 3px;
}
.bg-chart{
    background: red;
    border-radius: 0;
    margin-bottom: 0;
}
.trader-profitloss{
  display: inline-block;
}
.value-profitloss{
  display:inline-block;
  width: 100%;
  text-align: left;
}
.value-profitloss{
  display: inline-block;
}
.value-profitloss span {
  display: inline-block;
  float: right;
}
.trader-commission{
  text-align: center;
}
.tbl-trader-ranking a{
  text-decoration: none;
}
.trader-registered{
  text-align: center;
}
.btn-subscribe{
  width: 90%;
  border-radius: 2px;
  text-align: center;
  background-color: #1868a3;
  border:1px solid #1868a3;
  color:#fff;
  font-size: 14px;
  padding: 6px;
}
.btn-subscribe:hover, .btn-subscribe:focus{
  background-color: transparent;
  border:1px solid #1868a3;
  color: #1868a3;
}
.table-responsive{
  border:none;
}
table.tbl-trader-ranking{
  width: 99%;
}
table.tbl-trader-ranking thead tr th{
  color:#1868a3;
  padding: 5px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  border-bottom:1px solid rgba(222,230,240,.7);
}
table.tbl-trader-ranking tbody tr td{
  padding: 5px;
  font-weight: 500;
  border-top:1px solid rgba(222,230,240,.7);
  border-bottom:1px solid rgba(222,230,240,.7);
  vertical-align: middle;
  font-size: 14px;
}
::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}
/*::-webkit-scrollbar*/
/*{*/
  /*height: 5px;*/
  /*background-color: #F5F5F5;*/
/*}*/
/*::-webkit-scrollbar-thumb*/
/*{*/
  /*background-color: #dee6f0;*/
  /*border: 1px solid #dee6f0;*/
/*}*/

.trader-grid-holder{
  width: 100%;
  text-align: center;
}
.trader-grid{
  border:1px solid #dee6f0;
  width: calc(100% / 3.3);
  margin-left:1%;
  margin-right: 1%;
  display: inline-block;
  margin-bottom: 15px;
}
.trader-grid h6{
  font-size: 9px;
  margin-bottom: 5px;
  color:#1868a3;
}
.bg-avatar{
  background: #dee6f0;
  border-bottom: 1px solid #dee6f0;
  padding: 10px;
}
.grid-line-one{
  width: 100%;
  display: inline-block;
}
.grid-line-two{
  width: 100%;
  display: inline-block;
}
.chart-grid{
  display: inline-block;
  width: 55%;
}
.commission-grid{
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  padding:15px 10px;
}
.pl-grid{
  display: inline-block;
  width: 55%;
  padding:15px 10px;
}
.reg-grid{
  display: inline-block;
  width: 40%;
  padding:15px 10px;
}
.btn-subscribe-holder{
  background: #dee6f0;
  padding: 15px;
  border-top: 1px solid #dee6f0;
}
.btn-subscribe-holder a{
 text-decoration: none;
}
.no-bg{
  background: transparent;
}
.pagination {
  display: inline-block;
}
.pagination a {
  color: black;
  float: left;
  padding: 5px 12px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 1px;
}
.pagination a.active {
  background-color: #1868a3;
  color: white;
  border: 1px solid #1868a3;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
  /*background-color: #337ab7;*/
}

li.page-item.active:hover {
  background-color: #337ab7 !important;
}


.jqstooltip {
  background-color:transparent!important;
  max-width: 400px !important;
  padding: 5px !important;
  color: black !important;
  border:0!important;
  text-align: center !important;
  max-height: 400px !important;
  max-width: 400px !important;
}

.jqsfield {
  color: black !important; /*set the text color here */
}
.trader-avatar img {

  /* make a square container */
  width: 75px;
  height: 75px;;

  /* fill the container, preserving aspect ratio, and cropping to fit */
  background-size: cover;

  /* center the image vertically and horizontally */
  background-position: top center;

  /* round the edges to a circle with border radius 1/2 container size */
  border-radius: 50%;
}

.trader-avatar-grid img{

  /* make a square container */
  width: 75px;
  height: 75px;;

  /* fill the container, preserving aspect ratio, and cropping to fit */
  background-size: cover;

  /* center the image vertically and horizontally */
  background-position: top center;

  /* round the edges to a circle with border radius 1/2 container size */
  border-radius: 50%;
}


.trader-details-avatar-holder img {
  border-radius: 50%;
  background-position: top center;
  height: 75px;
  width: 75px;
}

@media (max-width: 575.98px) {
.sort{
  margin-left: 0px;
  margin-right: 0px;
}
table.tbl-trader-ranking thead tr th{
  font-size: 10px;
}
table.tbl-trader-ranking tbody tr td{
  font-size: 11px;
}
.btn-subscribe{
  width: 95%;
  font-size: 14px;
}
.trader-grid{
  width: 100%;
}
}

@media (max-width: 991px) {
  .value-profitloss{
    width: 140px;
  }
}

  @media (min-width: 576px) and (max-width: 767.98px) {
table.tbl-trader-ranking thead tr th{
  font-size: 10px;
}
table.tbl-trader-ranking tbody tr td{
  font-size: 11px;
}
.btn-subscribe{
  width: 95%;
  font-size: 14px;
}
.trader-grid{
  width: calc(100% / 2.1);
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sort {
    margin-left: 30px;
    margin-right: 0px;
  }

  .tools-right {
    width: 100%;
  }

  table.tbl-trader-ranking tbody tr td {
    font-size: 12px;
  }

  .btn-subscribe {
    width: 95%;
    font-size: 14px;
  }

  .trader-grid {
    width: calc(100% / 2.1);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
table.tbl-trader-ranking tbody tr td{
  font-size: 12px;
}
.btn-subscribe{
  width: 95%;
  font-size: 14px;
}
}

.form-inline .tools-right .form-group{
	vertical-align: baseline;
}
@media only screen and (max-width: 599px) {
.tools-right {
	margin-bottom: 0px;
}
.form-inline .tools-right .form-group{
	vertical-align: baseline;
	display: inline-block;
}
.tools-holder {
    width: 100%;
    display: inline-block;
}
.tools-left {
	float: none;
    width: 100%;
}
#trader_search.form-control {
	padding-left: 15px;
	margin-left: 20px;
	width: 250px;
    display: inline-block;
}
.tools-right {
	float: none;
    width: 100%;
}
#sort_desc.form-control {
	padding-left: 15px;
	margin-left: 20px;
	width: 250px;
	float: left;
}
.tools-right .form-group {
    height: auto;
    float: left;
}
.a-padding {
	padding-left: 10px;
}
}

@media screen and (max-width: 414px){

  .btn-subscribe{
    font-size: 12px;
  }

}
