/* Custom CSS Document 
Colors
Blue: #16345F
Pink: #FC2854
Yellow: #FBB03B
Grey: #B3B3B3

*/
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,700;1,400;1,500&display=swap');

body {
	font-family: 'Fira Sans', sans-serif;
	color: #B3B3B3;
	font-weight: 300;
}
a { color:#16345F; }
a:hover { color:#FC2854; }

a.pink-link { color:#FC2854; }
a.pink-link:hover { color:#16345F; }

.top-bar {
	background-color: #16345F;
	padding: 12px 0;
}
.top-bar a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}
.top-bar a:hover {
	text-decoration: underline;
	color: #FFF;
}
.top-bar img.logout-ic {
	margin-left: 15px;
	max-width: 24px;
}
.navbar-brand {
	padding-right: 5%;
}
.navbar-brand img {
    max-height: 70px;
    width: auto;
    margin-top: 0;
}
.navbar-nav {
    justify-content: space-between;
    width: 100%;
    padding-top: 15px;
}
.navbar-nav > .nav-item > a {
	font-size: 17px;
	color: #16345F !important;
	text-transform: uppercase;
}
.navbar-nav > .nav-item > a:hover {
	color: #16345F !important;
}
.navbar-light .navbar-nav .active > .nav-link {
	border-bottom: solid 3px #FBB03B;
}
.dropdown-menu.show {
    background-color: #CD143C;
    border: none;
    border-radius: 15px;
}
.dropdown-menu.show a {
    color: #fff;
	font-weight: 300;
	font-style: italic;
}
.dropdown-menu.show a::before {
    background-image: url(../images/icons/menu-arrow.png);
    background-size: 14px 15px;
    display: inline-block;
    width: 14px;
    height: 15px;
    content: "";
    margin-right: 8px;
    background-position: bottom left;
    background-repeat: no-repeat;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #16345F !important;
    text-decoration: none;
    background-color: transparent;
}

.sidebar p {
    font-size: 17px;
    color: #16345F;
    margin-top: 10px;
}
.sidebar p span {
	font-weight: 700;
	font-style: italic;
}
img.avatar {
    width: 100px;
    border-radius: 60px;
    border: 1px solid #b3b3b3;
}
.coinboot-ic {
	width: 70px;
	margin-top: 20px;
}
.coinboot-ic:hover {
	opacity: 0.8;
}
ul.side-menu {
    list-style: none;
    padding: 0;
	margin-top: 30px;
}
ul.side-menu li {
	background-color: #FC2854;
	padding: 5px 10px;
	text-align: center;
	border-radius: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
    font-size: 14px;
	transition: 0.3s;
}
ul.side-menu li:hover {
	background-color: #16345F;
}
ul.side-menu li a {
	color: #fff;
}
ul.side-menu li a {
	text-decoration: none;
}
ul.side-menu li span.badge.badge-info {
    background-color: #16345F;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    border-radius: 20px;
    padding: 5px;
    min-width: 20px;
}
ul.side-menu li:hover span.badge.badge-info {
    background-color: #FC2854;
}
h1.page-title,
h2.page-title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}
.icon-card {
	border: 2px solid #fff;
	text-align: center;
    border-radius: 15px;
    padding: 15px 0;
    margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	transition: 0.3s;
}
.icon-card:hover {
	border: 2px solid #FC2854;
}
.icon-card img {
	width: 52px;
	display: inline-block;
	margin-bottom: 25px;
}
.icon-card .card-title {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	color: #999999;
}
.card.filter {
    border-radius: 15px;
    padding: 15px 0;
    margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.my-strategy,
.main-box {
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.main-box h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.my-strategy .c-title {
	color: #FC2854;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}
.my-strategy .c-title a {
	color: #FC2854;
}
.my-strategy .c-title a:hover {
	color: #16345F;
	text-decoration: none;
}
.team-type {
	text-align: right;
	font-size: 12px;
	font-style: italic;
}
.team-detail {
    font-size: 12px;
    font-style: italic;
    padding-top: 15px;
}
.team-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
	margin-bottom: 5px;
}
.team-usr {
    font-size: 12px;
    padding-top: 10px;
    font-style: italic;
}
hr.team-hr {
    width: 90%;
}
.blue-title {
	color: #16345F;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.img-team {
    margin-bottom: 20px;
    border: 1px solid;
    width: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f9f8f8;
}
.table-header {
	background-color: #f2f2f2;
	color: #fc2854;
}
.my-strategy .prev {
	width: 100%;
	border: 1px solid #E6E6E6;
	margin-bottom: 10px;
}
.my-strategy .star-btn {
	font-size: 14px;
	font-style: italic;
	padding-left: 0;
}
.my-strategy .text-box {
    width: 100%;
    height: 50px;
    border: 1px solid #E6E6E6;
    margin-bottom: 10px;
    overflow-y: scroll;
    font-size: 15px;
    line-height: 1.2;
    padding: 10px;
    position: relative;
}
.my-strategy .prev img {
	max-width: 100%;
}
ul.fc-btn, ul.end-btn, ul.star-idea, ul.filter {
    list-style: none;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
ul.fc-btn {
    margin: 20px 0 5px 0;
}
ul.fc-btn li, ul.end-btn li, ul.star-idea li {
	display: inline-block;
	flex-grow: 3;
	margin-right: 15px;
}
ul.star-idea li {
	margin-right: 5px;
}
ul.fc-btn li:last-child, ul.end-btn li:last-child, ul.star-idea li:last-child {
	margin-right: 0;
}
ul.star-idea li.star-icn, ul.star-idea li.idea-icn {
    border-radius: 24px;
    text-align: center;
    padding: 0px 5px;
    border: 2px solid #999;
    height: 28px !important;
}
ul.star-idea li.star-icn.active/*,
ul.star-idea li.star-icn:hover*/ {
	background-color: #16345F;
	border: 2px solid #16345F;
}
ul.star-idea li.idea-icn.active/*,
ul.star-idea li.idea-icn:hover*/ {
	background-color: #FBB03B;
	border: 2px solid #FBB03B;
}
ul.fc-btn li {
    background-color: #FFF;
    border: 1px solid #999999;
    padding: 0px 10px;
    text-align: center;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    transition: 0.3s;
}
ul.fc-btn li:hover {
	border: 1px solid #FC2854;
}
ul.star-idea li img {
    width: 15px !important;
	height: auto;
}
ul.fc-btn li img {
    width: 20px;
	height: auto;
}
ul.fc-btn li a {
	color: #999999;
}
ul.end-btn li {
	background-color: #FC2854;
	padding: 7px 10px;
	text-align: center;
	border-radius: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
    font-size: 14px;
	transition: 0.3s;
}
ul.end-btn li:hover {
	background-color: #16345F;
}
ul.end-btn li.ng-btn {
	background-color: #16345F;
}
ul.end-btn li.ng-btn:hover {
	background-color: #FC2854;
}
ul.end-btn li a {
	color: #fff;
}
ul.fc-btn li a, ul.end-btn li a {
	text-decoration: none;
}
.filter ul li.flt {
    background-color: #999999;
    padding: 5px 10px;
    text-align: center;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    transition: 0.3s;
    margin-right: 6px;
    position: relative;
}
.filter ul li.flt:hover {
    background-color: #FC2854;
}
.filter ul li.flt img {
    width: 10px;
    margin-left: 5px;
}
.filter ul li.flt a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
.filter ul li.form-check-inline {
    -ms-flex-align: start;
    align-items: start;
    padding-top: 9px;
}
.card.filter .form-check-label {
    line-height: 15px;
}
.card.filter .form-check-label {
	color: #FC2854;
	font-style: italic;
}
a.box-link {
	text-decoration: none !important;
	color: #777777;
}
.icon-block {
	position: relative;
}
.icon-block img.ic-badge {
    position: absolute;
    width: 24px;
    height: auto;
    top: -5px;
    left: 55%;
}
.shareboot .c-title {
	margin-bottom: 20px;
}
.shareboot img.lock {
    width: 24px;
}
ul.statistics,
ul.start-stragey {
	list-style: none;
	padding: 0;
	width: 100%;
	display: flex;
    align-items: stretch;
	margin-top: 15px;
}
ul.statistics li,
ul.start-stragey li {
	border-right: 1px solid #dedede;
	flex-grow: 4;
	text-align: center;
}
ul.start-stragey li {
    max-width: 33%;
}
ul.start-stragey li select.custom-select {
    max-width: 85%;
    border-radius: 25px;
}
ul.start-stragey li label.custom-file-label {
    text-align: left;
    border-radius: 20px;
}
ul.start-stragey li .custom-file-label::after {
    border-radius: 0 25px 25px 0;
    background-color: #FC2854;
    color: #fff;
    text-transform: uppercase;
}
ul.start-stragey li .custom-file {
    width: 85%;
}
ul.statistics li:last-child,
ul.start-stragey li:last-child {
	border-right: none;
}
ul.statistics h5,
ul.start-stragey h5{
	font-size: 14px;
	text-transform: uppercase;
}
ul.statistics h4,
ul.start-stragey h4 {
	font-size: 20px;
	font-weight: 700;
}
ul.fc-btn li.btn-pink {
    background: #FC2854;
    border-color: #FC2854;
}
ul.fc-btn li.btn-pink:hover {
    background: #16345F;
    border-color: #16345F;
}
ul.fc-btn li.btn-pink a,
li.btn-pink .btn {
    color: #fff;
}
button#buy_idea {
    font-size: 13px;
    padding-left: 3px;
    padding-right: 3px;
}
ul.fc-btn li.btn-inactive {
    border-color: #dedede;
}
ul.fc-btn li.btn-inactive a {
    color: #dedede;
}
.add-date {
	text-align: right;
	font-style: italic;
	font-size: 14px;
}
.link-shareboot {
	font-size: 14px;
	margin-top: 10px;
}
.link-shareboot a {
	color: #b3b3b3;
}
.col-8.usr-data {
    font-size: 14px;
    font-style: italic;
}
.usr-data .avatar {
	width: 64px;
	float: left;
	margin-right: 15px;
}
.usr-data h4.username {
    font-size: 18px;
    margin-bottom: 0;
    color: #FC2854;
    font-weight: 700;
}
.usr-data .switch {
    display: inline-block;
}
.shareboot .fc-btn {
	margin-bottom: 20px;
}
.switch {
  position: relative;
  display: block;
  width: 50px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 0;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #FC2854;
}

input:focus + .slider {
  box-shadow: 0 0 1px #FC2854;
}

input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 50%;
}
ul.pagination.justify-content-center {
    margin-top: 20px;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border: none;
}
.page-item .page-link {
    margin: 0 10px;
    padding: 5px 15px;
    border: 1px solid #eee;
    border-radius: 15px;
    color: #b3b3b3;
}
.page-item .page-link:hover {
    background-color:#FC2854;
	color: #fff;
}
img.profile-img {
	border-radius: 150px;
	border: 1px solid #f2f2f2; 
}
img.country-flag {
    width: 45px;
    background: #fff;
    padding: 5px 5px;
    border-radius: 50px;
    border: 1px solid #dedede;
}
.pr-icon i {
    background: #fff;
    border-radius: 50px;
    padding: 5px;
	border: 1px solid #dedede;
}
.profile-card {
	border: none;
}
.profile .form-control {
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
    margin-bottom: 20px;
}
.form-control {
    border-radius: 20px;
}
.form-control.team-desc {
    border-radius: 0;
}
.form-control.team-desc:disabled, .form-control.team-desc[readonly] {
    background-color: #fff;
    opacity: 1;
}
.profile h3 {
	text-transform: uppercase;
	font-size: 16px;
}
.profile h4 {
	font-size: 16px;
}
.profile .text-box {
    border: 1px solid #999;
}
.profile ul.statistics,
.profile form {
    margin-bottom: 30px;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #16345F !important;
    border-color: #16345F !important;
}
a .fas.fa-star.starred {
	color: #FC2854;
}
a .fas.fa-star {
	color: #999999;
}
a:hover .fas.fa-star {
	color: #FC2854;
}
.strategy-expert .card {
    margin-bottom: 10px;
    border: none;
}
.custom-file-label,
.custom-file-label::after,
.custom-select {
	border-radius: 3.25rem;
}
.modal-content  {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important; 
}
.strategy-expert .card .btn.card_bt {
    text-align: left;
	color: #fc2854;
	padding-left: 0;
	padding-right: 0;
}
.strategy-expert .card .btn h5 {
	font-size: 16px;
}
.strategy-det1 {
	overflow: auto;
}
.strategy-det1 label {
	margin-bottom:0;
}
.strategy-det2 {
	margin-top: 20px;
}
.strategy-expert .card .card-header {
    border-radius: 15px;
    border: none;
	background-color: #f2f2f2;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	transition: 0.3s;
	position: relative;
}
.strategy-expert img.icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
}
.strategy-expert .campo {
    width: 31%;
    float: left;
    margin-right: 2%;
}
.strategy-expert .campo input, .light-field {
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0 !important;
    background: none;
}
#sl_fixed_table, #sl_psar_table, #sl_atr_table,
#tp_fixed_table, #tp_psar_table, #tp_atr_table,
#ts_fixed_table, #ts_psar_table, #ts_atr_table,
#be_fixed_table, #be_psar_table, #be_atr_table,
#time_filter_table {
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 15px;
}
div#collapseFour {
    font-size: 14px;
}
h2.h_border_btm {
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 5px;
    font-size: 16px !important;
}
.strategy-expert {
    font-size: 14px;
}
.intro-form {
    display: flex;
    align-items: end;
	flex-wrap: wrap;
}
.intro-form div.col-12 {
	min-height: 75px;
}
.intro-form .btn {
    position: absolute;
    bottom: 4px;
    right: 15px;
}
.strategy-expert .card .btn {
    text-decoration: none;
    z-index: 999;
}
.strategy-expert .card-body {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    width: 99%;
    margin-left: auto;
    margin-right: auto;
	margin-top: -20px;
    z-index: 9;
    border-radius: 0 0 15px 15px;
    padding-top: 40px;
}
.strategy-expert .card .btn.card_bt:hover {
	color: #fff;
}
.strategy-expert .card .card-header:hover {
	background-color: #fc2854;
	transform: scale(1.05);
	transition: 0.3s;
}
.strategy-expert .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.stricked {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.stricked:before,
.stricked:after {
    content: '';
    border-top: 2px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.stricked:after {
    margin: 0 0 0 20px;
}
.strategy-entry h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
	color: #fc2854;
}
.str-en-box {
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.str-en-box-s {
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.label-p {
	font-weight: 500;
	color: #fc2854;
	font-style: italic;
}
.str-en-box .rules {
    background-color: #fff;
    border-radius: 20px;
    min-height: 100px;
    border: 1px solid #999999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pk-title {
    font-size: 18px;
    color: #fc2854;
}
h2.pk-title {
    text-transform: uppercase;
}
.str-en-box .btn {
    width: 100px;
    text-align: center;
    height: 35px;
    background-color: #fff;
    color: #999;
    border-color: #999;
}
.str-en-box .btn:hover {
    background-color: #999;
    color: #fff;
}
.steps {
    display: flex;
    align-content: center;
    justify-content: space-around;
	position: relative;
}
.steps:before {
    top: 18px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 82%;
    height: 1px;
    background-color: #ccc;
    z-index: 10;
}
.step {
    border: 3px solid #cccccc;
    border-radius: 50px;
    padding: 4px 12px;
	background-color: #fff;
	z-index: 100;
}
.step.active,
.step:hover {
    border-color:#fc2854;
	color: #fc2854;
}
a.step {
    color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
a.step:hover {
    color: #fc2854;
}
a.step.completed {
    border-color: #16345F;
    color: #16345F;
}
.tooltip-i {
    background-color: #fc2854;
    color: #fff;
    padding: 0 8px;
    display: inline-block;
    border-radius: 20px;
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.6;
}
.tooltip-inner {
    background-color: #fff;
	color: #999999;
	border: 1px solid #999;
}
select + span.input-group-addon, input + span.input-group-addon {
    padding-left: 10px;
    padding-top: 5px;
}
.tooltip .arrow::before {
    display: none;
}
.btn {
	border-radius: 20px;
	font-size: 14px;
	text-transform: uppercase;
}
.btn-primary {
    color: #fff;
    background-color: #FC2854;
    border-color: #FC2854;
}
.btn-primary.save,
.btn-secondary.cancel {
        min-width: 180px;
}
.btn-secondary {
    color: #fff;
    background-color: #999999;
    border-color: #999999;
}
.btn-primary:hover {
    color: #fff;
    background-color: #16345F;
    border-color: #16345F;
}
.btn-info {
    color: #fff;
    background-color: #16345F;
    border-color: #16345F;
}
.btn-info:hover {
    color: #fff;
    background-color: #FC2854;
    border-color: #FC2854;
}
.footer {
    background-color: #B3B3B3;
    color: #16345F;
    font-weight: 700;
    font-size: 14px;
    padding: 30px 0;
    margin: 60px auto 30px auto;
}
.footer p {
	margin-bottom: 0;
}
.elements {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    align-items: baseline;
	margin-bottom: 20px;
}
.elements-c.elm-field {
    max-width: 60px;
	padding-right: 10px;
}
.ta-filter {
    display: flex;
    justify-content: left;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.ta-type {
    min-width: 130px;
}
.ta-element .form-check-input {
	position: relative;
	margin-right: 5px;
}
.ta-element {
    min-width: 90px;
    font-size: 12px;
    font-style: italic;
    color: #FC3159;
}
.strategy-det .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #999;
    font-size: 11px;
}
.strategy-det .table {
	text-align: center;
}
.strategy-det .table-success, .strategy-det .table-success > th, .strategy-det .table-success > td,
.strategy-det .table-danger, .strategy-det .table-danger > th, .strategy-det .table-danger > td{
    background-color: inherit;
}
.strategy-det .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}
.strategy-det .table-success td,
.strategy-det .table-danger td {
	border-top:none;
	border-right: 1px solid #e6e6e6;
}
.strategy-det .table-success td:last-child,
.strategy-det .table-danger td:last-child {
	border-right: none;
}
.strategy-det .table-hover .table-success:hover,
.strategy-det .table-hover .table-danger:hover {
    transform: scale(1.15);
    transition: 0.3s;
}
.strategy-det .table-success .value-an,
.strategy-det td.table-success {
	color: #39b54a;
}
.strategy-det .table-danger .value-an,
.strategy-det td.table-danger {
	color: #ff0000;
}
.strategy-det td.table-secondary {
    background-color: #f4f4f4;
}
.strategy-det h2.page-title,
.blue-t {
	color: #16345f;
}
.rtable-label {
    font-size: 15px;
    font-weight: 500;
	color: #16345F;
}
.rtable-result {
	font-size: 31px;
    font-weight: 500;
	color: #16345F;
	text-align: right;
}
.rtable-result-pos,
.rtable-result-neg {
	font-size: 15px;
    font-weight: 500;
	text-align: right;
}
.rtable-result-pos,
.rtrable-statistics-pos {
	color: #39b54a;
}
.rtable-result-neg,
.rtrable-statistics-neg {
	color: #ff0000;
}
.rtrable-statistics {
	font-size: 12px;
	color: #999999;
}
.reg-box .main-box {
	margin-top: 40px;
	padding-left: 15%;
	padding-right: 15%;
}
.main-box .table th, .main-box .table td {
    padding: 0.5rem; 
}
.community-page .badge-info {
    background-color: #16345F;
}
.reg-box .main-box.guide-step {
	margin-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
}
.reg-logo {
	text-align: center;
}
.reg-logo img {
	display: inline-block;
}
.login-box h1 {
	color: #16345f;
	font-weight: 100;
	text-align: center;
	font-size: 17px;
	font-style: italic;
	margin-top: 40px;
	margin-bottom: 20px;
}
.reg-box .form-check-input {
    position: relative;
    margin-top: 0;
    margin-left: 0;
}
input.btn.login_btn.btn-primary {
    padding: 10px 40px;
    margin: 10px auto;
}
.reg-box .btn {
	min-width: 140px;
}
.guide-intro {
	font-size: 18px;
	color: #16345f;
}
.step-img {
	max-width: 70%;
	margin-top: 20px;
	margin-bottom: 40px;
}
.del-btn {
	border: none;
	background-color: transparent;
}
.tradeboot-price {
	font-size: 20px;
	color: #16345F;
}
.table-danger, .table-danger > th, .table-danger > td {
    background-color: #e6e6e6;
    border-color: #cbcbcb;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #cbcbcb;
}
.table-hover .table-danger:hover {
    background-color: #cbcbcb;
}
.table-success, .table-success > th, .table-success > td {
    background-color: #fff;
    border-color: #cbcbcb;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #e6e6e6;
}
.table-hover .table-success:hover {
    background-color: #e6e6e6;
}

#community_div {
	position: fixed;
	right: 10px; 
	bottom: 5%; 
	z-index: 1000;
}
.profile-card .card-img-overlay {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
}
.scl-btn {
    box-shadow: none !important;
}
.pr-social-btn .btn {
    padding: 2px 5px;
    margin-right: 5px;
    margin-top: 5px;
}
.dropdown-toggle.lng-select::after {
    color: #fff;
}
.dropdown-menu.lng-select.show {
    background-color: #f6f6f6;
}
.dropdown-menu.lng-select.show a::before {
    background-image:  none;
}
.dropdown-menu.lng-select .dropdown-item {
    padding: 0.25rem 0.5rem;
}

.table-warning, .table-warning > th, .table-warning > td {
    background-color: #ededed;
}
.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
    border-color: #b3b3b3;
}
.table-hover .table-warning:hover, 
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #b3b3b3;
} 
/* ------------------------------------------------------- ------------------------------------------------------- ------------------------------------------------------- */

/* ONLY DESKTOP */
@media only screen and (min-width: 768px) {
	.container.top-menu {
		margin-bottom: 60px;
	}
	.footer {
    	margin-top: 60px;
	}
	.side-nav-mob {
		display: none;
	}
}

/* ONLY MOBILE */
@media only screen and (max-width: 767px) {
	.coin-box, .usr-box {
		float: left;
	}
	.usr-box {
		width: 60%;
	}
	.coin-box {
		width: 40%;
	}
	ul.side-menu {
    	clear: both;
	}
	.navbar-nav {
    	padding-top: 20px;
	}
	.navbar-nav li.nav-item {
		text-align: center;
	}
	.side-nav-dsk {
		display: none;
	}
	.icon-block img.ic-badge {
    left: 52%;
	}
}

.modal-lg .form-control {
    font-size: .9rem;
}

div#rule_manager {
    background-color: #f2f2f2;
    margin: 15px;
    border-radius: 15px;
}
div#item_div {
    font-size: 14px;
}
DIV.hover {
    width: 85%;
    overflow: auto;
    border: 1px solid;
    background-color: #fff;
    border-radius: 20px;
}
.card-body .form-check-input {
    position: relative;
    margin-right: 10px;
    margin-left: 0;
}
.button-bar, .modal-content .form-control, #cont_div {
    background-color: #fff;
    border: 1px solid #b2b2b2;
    border-radius: 15px;
}
#cont_div {
    align-items: center;
}
.button-bar {
    display: flex;
    justify-content: space-evenly;
}
.modal-lg .btn-secondary {
    background-color: #fff;
    border-color: #999999;
    color: #999;
}
div#button_div {
    text-align: center;
}
.a_symbol {
    color: #fff;
	font-size: 2rem;
}
.btop span {
    background-color: #fff;
    border-radius: 10px;
    padding: 2px 5px;
    font-size: 12px;
    margin: 0 2px;
}
.bdiv .container {
	font-weight: 500;
	color: #fff;
	margin-top: 20px;
}
@media (min-width: 1110px) {
   .modal-lg, .modal-xl {
    max-width: 1100px;
	}
}


div.cards-container::-webkit-scrollbar {
    width: 12px;
//    background-color: white;//#F5F5F5;
}


div.cards-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(104, 140, 240, 0.3);
    border-radius: 10px;
  }

div.cards-container::-webkit-scrollbar-thumb {
    background-color: darkgrey;
//    outline: 1px solid slategrey;
    border-radius: 10px;
}

.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 1.2em;
    font-size: 16px;
    color: #FFF;
  }
  .loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
  }
  .loginBtn:focus {
    outline: none;
  }
  .loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
  }
  
  
  /* Facebook */
  .loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
  }
  .loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
  }
  .loginBtn--facebook:hover,
  .loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
  }
  
  
  /* Google */
  .loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #FC2854;
  }
  .loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
  }
  .loginBtn--google:hover,
  .loginBtn--google:focus {
    background: #E74B37;
  }
  

/* Colors
Blue: #16345F
Pink: #FC2854
Yellow: #FBB03B
Grey: #B3B3B3

*/