/*
Bootstrap Overlap  
*/
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(0, 0, 0, 0.3);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 8px rgba(0, 0, 0, 0.2);
}
a.thumbnail:hover,
a.thumbnail:focus {
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.muted {
  opacity: 0.7;
  color: inherit;
}
.well {
  background-color: transparent;
}
.navbar .btn-navbar {
  margin-top: 15px;
  *background-color: #e5e5e5;
  background: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background: linear-gradient(to bottom, #777777, #555555);
}
.navbar .btn-navbar .icon-bar {
  background-color: #fff;
  border: none;
  box-shadow: none;
}
.navbar .brand {
  padding: 10px 18px 10px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: inherit;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.form-actions {
  border: none;
  background: none;
  margin: 0;
}
.btn:hover,
.btn:focus {
  color: inherit;
  text-decoration: none;
  background-position: 0 0;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  text-decoration: none !important;
}
.nav-tabs > li > a {
  text-decoration: none !important;
}
.breadcrumb {
  background-color: transparent;
  padding: 0 5px;
  margin: 0;
}
.breadcrumb > li > .divider {
  color: #222;
}
.thumbnail {
  padding: 0;
  border-color: transparent;
  box-shadow: 0 0 0;
  border-radius: 0;
}
a.thumbnail:hover {
  box-shadow: 0 0 0;
  border-radius: 0;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: rgba(249, 249, 249, 0.27);
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: rgba(245, 245, 245, 0.07);
}
