.navbar-brand {
  font-size: x-large;
}

ul.nav-header {
  padding: 0;
  margin-left: 0;
  margin-bottom: -1px;
  width: auto;
}

ul.nav.nav-pills > li {
  list-style: none;
  margin: 0;
  height: 100%;
}

ul.nav.nav-pills > li > a {
  margin-left: -1px;
  border: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  background: white;
  text-decoration: none;
  padding: 19px 13px 12px;
  border-top: none;
  border-radius: 0px;
  color: #209dd1;
  vertical-align: middle;
  height: calc(100% - 1px);
}

ul.nav.nav-pills > li > a.menu-active {
  border-top: 4px solid #2b3ec0;
  border-bottom: 1px solid transparent;
  padding-top: 16px;
  font-weight: bold;
}

ul.nav.nav-pills > li.navbar-rightside > a {
  border: none;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  height: 0;
  width: 0;
  border-width: 9px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

ul.nav.nav-pills > li > a:hover {
  color: lightskyblue;
}

span.navbar-auth-container {
  /*padding-top: 30px;/*/
  padding: 0;
}

.panel-heading.edit-header {
  height: 36px;
}

.panel-heading > h3 {
  width: 75%;
}

.table-view {
  display: inline-block;
  overflow-y: scroll;
  max-height: 415px;
  min-height: 80px;
  min-width: 100%;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #209dd1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
}

a {
  color: #209dd1;
}

.list-group-item.active {
  background-color: #38aee0;
  border-color: #38aee0;
  border-radius: 6px;
  margin-top: 2px;
  margin-bottom: 1px;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 8px;
  padding-right: 5px;
}

.list-group-item.active:hover {
  background-color: #65c0e7;
}

a.list-group-item:hover {
  cursor: pointer;
}

.list-group-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.list-group-item.active > .badge {
  color: white;
  background-color: transparent;
}

.progress {
  border-radius: 1px;
}

.progress-bar {
  text-align: right;
  font-weight: normal;
  padding-right: 10px;
  padding-left: 10px;
  /*font-size: 8px;
    line-height: 12px;
    */
}

.panel-default > .panel-heading {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: white;
}

.panel-title {
  font-weight: bold;
  font-size: 14px;
}

input.form-control.dropdown-toggle#status-input:read-only {
  background-color: white;
}

.table th,
.table td {
  border-top: none !important;
  border-bottom: 1pt solid lightgrey;
}

.selectwidthauto {
  max-width: 180px;
}

.thumb {
  margin-bottom: 30px;
}

.fixedHight {
  /*height: 350px !important;*/
  width: 350px !important;
}

.thumbnail {
  border: 1px solid #2aace2;
}
