
/* START CUSTOM CSS */

strong {
  font-weight: bold !important;
}

.link-clean {
  text-decoration: none !important;
}

.link-disabled {
  pointer-events: none;
  cursor: default;
}



/* Navigation menu */

.nav-link .nav-link-disabled {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link.disabled{
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-laravel .navbar-brand {
  color: #fff;
}

.navbar-laravel .navbar-nav .nav-item .nav-link {
  color: #fff;
}

.navbar-laravel .navbar-nav .nav-item .nav-link:hover {
  color: #000000;
}

.navbar-laravel .navbar-toggler {
  border-color: #ffffff;
}

.navbar-laravel .navbar-toggler .navbar-toggler-icon {
  color: #ffffff;
}

.navbar-laravel {
  background-color: #fdae5e;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

/* Fonts */

.text-title{
  color: #e87603;
}

.text-white{
  color: #ffffff;
}

/* Bootstrap Tooltip */

.tooltip-main {
  background: #f3f3f3;
}

.tooltip-inner {
  background: #FFFFFF;
  color: #e87603;
  border: 1px solid #e87603;
}

.tooltip.show {
  opacity: 1;
}

/* Bots boxes */

.bot-box{
  background-color:#fff2e6;
  border-radius: 25px;
}

.bot-box-hover:hover{
  background-color:#fff2e6;
  border-radius: 25px;
}

/* Fix Bootstrap-Select in Safari */
.filter-option{
  max-height:25px;
}


/* Borders around images */
.image-border{
  border-width:4px !important;
}

.trade-img{
  max-height: 70px;
}

.no-decoration{
  text-decoration: none;
}

.h-20{
  max-height: 20px;
}

.border-3{
  border-width:3px !important;
}

.h-60{
  max-height: 60px;
}

.no-border{
  border: 0;
}

.check-mark-img{
  max-width: 35px; 
  max-height: 35px;
}

.img-50{
  max-width: 50px; 
  max-height: 50px;
}

.green-dot {
  height: 10px;
  width: 10px;
  background-color: #008000;
  border-radius: 50%;
  display: inline-block;
}

/* END CUSTOM CSS */