/* generic elements */
.hr-big {
    height: 2px;
    border: 0;
    border-radius: 1px;
    background-color: #abc1aa;
}

.select-exclusive {
  border: 1px solid #00079b;
  border-radius: 4px;
}

.popover {
  min-width: 400px;
}
.table-curved {
    border-collapse: separate;
}
.table-curved {
    border: solid #ccc 0px;
    border-radius: 2px;
    border-left:0px;
}
.table-curved td, .table-curved th {
    border-left: 0px solid #ccc;
    border-top: 0px solid #ccc;
}
.table-curved th {
    border-top: none;
}
.table-curved th:first-child {
    border-radius: 2px 0 0 0;
}
.table-curved th:last-child {
    border-radius: 0 2px 0 0;
}
.table-curved th:only-child{
    border-radius: 2px 2px 0 0;
}
.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 2px;
}
.table-curved tr:last-child td:last-child {
    border-radius: 0 0 2px 0;
}

.table-caption-medium {
    font-weight: 800;
    text-align: center;
    font-size: 18px;
}

/* specific elements */

.navbar-beta {
    margin: 0px; width: 100%;
    padding: 10px 50px 10px 50px;
    background-color: #134238;
    color: #FFF;
    border: 0;
    border-radius: 0px;
}
.page-footer {
  width: 100%;
  padding: 15px;
  background-color: #134238;
  color: #FFF;
  text-align: center;
  min-height: 50px;
}
.page-footer a {
    color: #ddd;
}

.table-lastboards tbody>tr>td, .table-lastboards thead>tr>th {
  border-color: #9ecbd1;
}
.table-lastboards thead > tr > th {
  border: none;
}
.table-lastboards thead {
  border: 0px solid #9ecbd1;
  background-color: #123e3f;
  color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ddd;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:active {
    color: #fff;
}
.content-box {
  padding: 0 4% 0 4%;
}
.partners-box {
  text-align: center;
}
.partner-logo {
  margin: 40px;
}
.social-box {
  text-align: center;
}
.social-icon {
  font-size: 64px;
  margin: 20px;
}
.social-icon:hover {
  text-decoration: none;
  transition: opacity 0.5s ease-in-out;
  opacity: 0.6;
}
.tab-label {
  padding-right: 20px;
  color: #ddd;
  font-size: 17px;
  font-weight: 500;
  vertical-align: middle;
}
.tab-label:active, .tab-label:hover, .tab-label:focus {
  color: #FFF;
  text-decoration: none;
}
.tab-label-selected {
  text-decoration: underlined;
  color: #FFF;
  font-weight: 900;
}

.color-index-row {
  margin: 0;
  padding: 10px;
  background-color: #003a3d; /* backup: f7f7f7 */
  border: 1px #b5c9bf solid;
  border-top: none;
  border-bottom: none;
}
.index-circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #888;
  border-radius: 15px;
  background-color: black;
  vertical-align: middle;
}
.index-circle-label {
  display: inline;
  color: #fff;
  margin-left: 8px;
  margin-right: 20px;
  font-size: 15px;
}
.index-circle-label>.popover {
  color: #222;
  font-weight: bold;
  font-size: 12px;
}
.search-form {
  border: none;
  width: 900px;
  margin: auto;
  margin-bottom: 0px;
}
.search-form-titlebar {
  text-align: center;
  vertical-align: middle;
  background-color: #00575b;
  color: #fff;
  padding: 25px;
  padding-left: 20px;
  border: 1px #b5c9bf solid;
  border-radius: 5px 5px 0 0;
}
.tab-label>img {
  vertical-align: middle;
  transition: all .5s ease-in-out;
  opacity: 0.6;
  width: 32px;
  height: 32px;
  margin: 18px;
}
.tab-label-selected>img {
  /*transition: all .5s ease-in-out;*/
  width: 32px;
  height: 32px;
  opacity: 1;
  margin: 18px;
}
.search-form-body {
  overflow: auto;
  height: 500px;
  border: 1px #b5c9bf solid;
  border-top: none;
}
.search-form-footer {
  vertical-align: middle;
  background-color: #00575b;
  color: #fff;
  padding: 15px;
  border: 1px #b5c9bf solid;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.search-form-heading {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 10px;
  border-bottom: 2px solid #ccc;
}
.search-form-heading-label {
  display: inline-block;
  text-align: left;
}
.search-form-heading-inputs {
  display: inline-block;
  text-align: right;
  float: right;
}
.search-form-row {
  margin-bottom: 10px;
  padding-left: 15px;
}
.search-form-section-container {
  padding-top: 20px;
}
.search-form-text-short {
  width: 4em;
}

.search-button {
  height: 40px;
}
.text-exclusive {
  color: #00079b;
}
.text-nonexclusive {

}
.text-beta {
  color: #ed0000;
}

@media (max-width: 979px) {
    .navbar-beta {
      padding: 10px;
    }
    .search-form {
      width: auto;
    }
    .content-box {
      padding: 10px;
    }
    .partner-logo {
      margin: auto;
    }

}


.small-glyph {
  font-size: 1.1em;
  padding: 5px;
  margin: 2px 0 2px 0;
}

.table-specs {
  margin: auto;
  width: auto;
  min-width: 65%;
}
.table-specs-filter { 
  border: 1px #ccc solid;
  text-align: center; 
  padding: 9px; 
  font-size: 0.9em; 
  color: #444; 
  background-color: #f1f1f1;
}
.table-specs-filter > input {
  padding-left: 6px;
  height: 28px;
  border: 1px #ccc solid;
  border-radius: 4px;
  margin-left: 10px;
}
.specs-nested-table {
  amin-width: 50%;
}
.specs-nested-table tr td {
  padding: 4px;
  padding-right: 20px;
  width: 50%;
  min-width: 200px;
  border: none;
}


/* social */
.social-buttons {
    margin: 10px;
}
.social-buttons a {
    font-size: 1.5em;
    text-decoration: none;
    margin: 5px;
    padding: 6px;
    border: 1px solid;
}
.social-buttons a:hover {
    opacity: 0.7;
}

