/* general elements */
html, body {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  background-color: #f6f6f6;
  -webkit-font-smoothing: antialiased;
}

/* font */
html, body, input, button, select, textarea {
  font-family: 'Open Sans', sans-serif;
}


/* container */
.container {
  padding: 0;
  margin: 0 auto;
  /* min-width: 900px !important; */
}


#wrapper {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 70px #c8c8c8;
}

#content {
  /* overflow: auto; */
  /*box-shadow: -8px 0 8px -8px #ccc;*/
}

/* general typography */

h1, h2, h3 {
  letter-spacing: -1px;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

.page-header {
  padding-bottom: 9px;
  margin: inherit;
  border-bottom: none;
  line-height: 1.4;
}

textarea, select {
  color: #000;
}

.strong {
  font-weight: bold;
}

.orange-text {
  color: #d80;
}

.soft-hidden {
  visibility: inherit;
  display: none;
}


/* links */
a {
  color: #1e4bba;
  overflow: auto;
}

a:hover {
  color: #1e4bba;
  text-decoration: underline;
}

a.btn,
.nav a
/*.product-brand a,*/
/*.product-title a*/
{
  text-decoration: none;
}



/* main menu */

/* Disable the responsiveness */
.navbar-bg {
  box-shadow: none;
  padding: 0;
  background: #b1d9f3;
}

.navbar {
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
}

.navbar .brand {
  margin: 0 0 0 17px;
  padding: 0;
  display: block;
  float: left;
}

.navbar .brand img {
  height: 50px;
  margin: 5px 0;
}

.navbar-nav > li {
  float: left;
  padding: 3px;
}
.navbar-nav {
  margin: 13px 10px 10px 50px;
}
.nav>li>a {
  padding: 8px 12px;
  border-radius: 5px;
}
.nav>li>a:hover {
  background: none;
  text-decoration: underline;
}
.navbar-nav>li.active>a {
  background-color: rgba(255, 255, 255, 0.75);
  color: inherit;
}

#login-logout {
  margin: 6px 0 6px 20px;
}


/* footer */

footer {
  background-color: #ddd;
  box-shadow: inset 0 0 100px #ccc;
  margin: 0 0 !important;
  padding: 20px 10px 30px 10px;
  font-size: 13px;
  line-height: 18px;
  opacity: 0.67;
}

#site-search-form {
  padding: 0;
  margin: 0;
}

#site-search-form input {
  width: 100%;
  font-size: inherit;
  margin: 0;
  padding: 1px 5px;
  border-radius: 10px;
  border: 1px #bbb solid;
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}