/*anchor*/
a {
  color: #667fa0;
}

a:hover {
  color: #2a3542;
}

/*panel*/
.panel {
  border: none;
  box-shadow: none;
}

.panel-heading {
  border-color: #eff2f7;
  font-size: 16px;
  font-weight: 300;
}

.panel-title {
  color: #2a3542;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
}

/*label*/

.label {
  padding: 0.5em 0.8em;
}

.label-default {
  background-color: #a1a1a1;
}

.label-primary {
  background-color: #59ace2;
}

.label-success {
  background-color: #a9d86e;
}

.label-info {
  background-color: #8175c7;
}

.label-warning {
  background-color: #fcb322;
}

.label-danger {
  background-color: #ff6c60;
}

.label-inverse {
  background-color: #344860;
}

/*text color*/

.text-danger {
  color: #ff6c60;
}

.text-muted {
  color: #a1a1a1;
}

.text-primary {
  color: #59ace2;
}

.text-warning {
  color: #fcb322;
}

.text-success {
  color: #a9d86e;
}

.text-info {
  color: #8175c7;
}

/*modal*/

.modal-content {
  box-shadow: none;
  border: none;
}

.modal-header {
  background: #00a8b3;
  color: #fff;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-bottom: none;
}

.modal-header .close {
  margin-top: 0;
}

/*text input*/

.form-control {
  border: 1px solid #e2e2e4;
  box-shadow: none;
  color: #302e2e;
}

.form-control:focus,
#focusedInput {
  border: 1px solid #517397;
  box-shadow: none;
}

.form-horizontal .control-label {
  font-weight: 300;
  font-size: 14px;
  text-align: left;
}

input,
textarea,
select,
button {
  outline: none !important;
}

/*list*/

ul {
  padding-left: 0;
}

/*dropdown shadow*/

.btn-group.open .dropdown-toggle,
.btn-white.active,
.btn:active,
.btn.active {
  box-shadow: none;
}

/*dropdown select bg*/
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #495d74;
  color: #ffffff;
  text-decoration: none;
}

/*split dropdown btn*/

.btn-white {
  background-clip: padding-box;
  background-color: #ffffff;
  border-color: rgba(150, 160, 180, 0.3);
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05) inset;
}

/*breadcrumbs*/

.breadcrumb {
  background-color: #fff;
}

/*tab*/

.nav-tabs > li > a {
  margin-right: 1px;
  /*    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 20px;
FAA removed reduced header*/
}

/*collapse*/

.panel-default > .panel-heading {
  background-color: #ffffff;
  border-color: #dddddd;
  color: #797979;
}

/*nav inverse*/

.navbar-inverse {
  background-color: #7087a3;
  border-color: #7087a3;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #61748d;
}

.navbar-inverse .navbar-nav > li a:hover {
  color: #2a3542;
}

.navbar-inverse .navbar-nav > li > ul > li a:hover {
  color: #fff;
}

.navbar-inverse .navbar-brand {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #000;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #fff;
}

/*nav justified*/

.nav-justified {
  width: auto !important;
}

.nav-justified li:last-child > a:hover,
.nav-justified li.active:last-child > a {
  border-radius: 0 4px 0 0 !important;
  -webkit-border-radius: 0 4px 0 0 !important;
}

/*list group*/

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #00a8b3;
  border-color: #00a8b3;
  color: #ffffff;
  z-index: 2;
}

.list-group-item-heading {
  font-weight: 300;
}

/*progress*/

.progress {
  box-shadow: none;
  background: #f0f2f7;
}

/*alert*/

.alert-success,
.alert-danger,
.alert-info,
.alert-warning {
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

/*table*/

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 10px;
}
