.nav-link {
  font-weight: 400;
  color: black !important;
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(59,131,209, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.bg-dark {
  background-color: #FFFFFF !important;
  color: #337ab7 !important;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #236dc1;
}

.bg-danger {
    background-color: #B74E4D !important;
   padding: 5px;
}

.badge {
  font-weight: 700;
  font-size: 0.8em;
  color: yellow!important;
}
.dxig-thumbnailWrapper {
  border: 1px solid black;
padding: 5px;
}
.nav-tabs {
  border-bottom: 1px solid #498ed3 !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-color: #498ed3 #498ed3 #fff !important;
    color: #236dc1 !important;
}
.border-left {
    border-left: 1px solid #498ed3 !important;
}
.border-bottom {
    border-bottom: 1px solid #498ed3 !important;
}

.border-right {
    border-right: 1px solid #498ed3 !important;
}

.navbar-nav .btn-info {
   background-color: #236dc1 !important;
   border-color: #236dc1 !important;
}