/* this file should only be loaded for the Physio CP. And it should be loaded last, as it overrides some styles */

/* for physio

#content-wrapper h1.physio-text {
    color:#60605B;  !important;
}

*/

#content-wrapper h1 {
    color:#60605B;  !important;
}

.alert-info {
    background-color: #D1CCBF;
    color:#60605B;
    border-color: #60605B
}

#menu-wrapper {
    background-color: #96938E;
}

#main-menu li a {
    background-color: #96938E;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    color: #60605B;
    position:relative;
    overflow-x: hidden; /* jan added this line; Brian suggested this Feb 10, 2014: .offset0 {overflow: hidden;} */
    overflow-y: visible;
}

a {
    color: #60605B;
    text-decoration: none;
}

a:hover,
a:focus {
  color: #60605B;
  text-decoration: underline;
}

.btn-primary {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-primary .badge {
  color: #f0ad4e;
  background-color: #fff;
}
