* {
  box-sizing: border-box;
}

a img {
  border: 0;
}

.clear {
  clear: both;
}

html {
  height: 100%;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #6399ab;
}

body {
  background-image: url("/images/left-bg.png"), url("/images/right-bg.png");
  background-position: left, right;
  background-repeat: repeat-y, repeat-y;
  height: 100%;
}

#outer-wrapper {
  margin-left: 275px;
  margin-right: 200px;
  padding: 0px 30px 20px 30px;
  background: white;
  min-height: 100%;
}

.container_new {
  height: 100%;
}

#logged-in-bar {
  padding: 30px;
}

#modal_errors {
  margin: 15px 15px 0 15px;
  color: red;
  font-weight: bold;
}

body.file_popup {
  background-image: none;
  background-color: #6399ab;
}
body.file_popup label.btn span.buttonText {
  padding-left: 5px;
}

/* temp */
.page_intro {
  font-size: 15px;
}

.nav.nav-tabs {
  margin: 40px 0;
}

.dob-wrapper {
  padding: 30px 0 0 0;
}
.dob-wrapper label {
  position: relative;
  top: -20px;
  padding-right: 8px;
}
.dob-wrapper .dob-inputs-wrapper {
  display: inline-block;
}
.dob-wrapper .dob-inputs-wrapper input {
  max-width: 65px;
}
.dob-wrapper .dob-inputs-wrapper .dob-slash {
  float: left;
  background-color: #dbe7ec;
  padding: 5px;
  margin-right: 20px;
  position: relative;
}
.dob-wrapper .dob-inputs-wrapper .dob-slash:after, .dob-wrapper .dob-inputs-wrapper .dob-slash:before {
  position: absolute;
  margin: auto;
  text-align: center;
  display: block;
}
.dob-wrapper .dob-inputs-wrapper .dob-slash:after {
  content: " / ";
  right: -13px;
  font-size: 20px;
  height: 28px;
  top: 0;
  bottom: 0;
}
.dob-wrapper .dob-inputs-wrapper .dob-slash:before {
  top: -20px;
  font-weight: bold;
  left: 0;
  right: 0;
  background-color: #6399ab;
  color: #fff;
}
.dob-wrapper .dob-inputs-wrapper .dob-slash.day:before {
  content: "Day:";
}
.dob-wrapper .dob-inputs-wrapper .dob-slash.month:before {
  content: "Month:";
}
.dob-wrapper .dob-inputs-wrapper .dob-slash.year:before {
  content: "Year:";
}
.dob-wrapper .dob-inputs-wrapper .dob-slash:last-of-type:after {
  content: none;
}

#files a.btn.delete {
  margin-right: 3px;
}

.has-error #add-file {
  border-color: #a94442;
  color: #a94442;
  background-color: #f2dede;
}

table.table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #dbe7ec;
}
table.table thead th {
  background-color: #283c4b;
  color: white;
  font-size: 14px;
  font-family: "Roboto Slab", serif;
}
table.table td.action a.btn {
  margin-right: 5px;
}

.table_wrapper {
  overflow-x: scroll;
}

header {
  float: left;
  width: 250px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  height: 100%;
  z-index: 3;
  position: absolute;
}
header .inner {
  padding-bottom: 20px;
}
header h5.version {
  margin-left: 30px;
  margin-top: 20px;
}
header h1 {
  font-size: 24px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 10px;
  color: #6399ab;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  padding-bottom: 40px;
}
header h1 a {
  color: #6399ab;
}
header ul {
  position: absolute;
  width: 250px;
  margin: 0px;
  padding: 0px;
}
header li {
  list-style: none;
  font-size: 16px;
  line-height: 18px;
  margin-top: 0px;
  color: red;
}
header li a {
  border-top: 2px solid #1a2a36;
  color: #fff;
  display: block;
  padding: 8px 10px 12px 8px;
  margin-left: 20px;
  text-decoration: none;
  position: relative;
}
header li a span.unhandled-notification-indicator {
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: red;
  border-radius: 50px;
  color: #fff;
  height: 25px;
  width: 25px;
  text-align: center;
  display: block;
  padding-top: 3px;
  padding-right: 1px;
}
header li a span.unhandled-notification-indicator.char-length-1 {
  font-size: 1em;
}
header li a span.unhandled-notification-indicator.char-length-2 {
  font-size: 0.85em;
}
header li a span.unhandled-notification-indicator.char-length-3 {
  font-size: 0.7em;
}
header li.indent a {
  padding-left: 30px;
}
header li a:hover {
  color: #ec6235;
  text-decoration: none;
}
header li.nav_title {
  padding: 26px 10px 12px 28px;
  color: #fff;
  font-size: 14px;
}
header li:first-child a {
  border-top: 2px solid #283c4b;
}
header li.active {
  background-color: #ec6235;
  position: relative;
}
header li.active:after {
  content: " ";
  position: absolute;
  display: block;
  background-color: #ec6235;
  width: 25px;
  right: -10%;
  margin: 0;
  padding: 0;
  height: 100%;
  top: 0;
  border-top: 2px solid transparent;
  background-image: url("/images/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
header li.active a {
  border-top: 2px solid transparent;
  margin-left: 0;
  color: #fff;
  width: 110%;
  position: relative;
  z-index: 3;
}
header li.active a span.unhandled-notification-indicator {
  left: 10px;
  background-color: white;
  color: red;
}
header li.active.indent a {
  padding-left: 50px;
}
header li.active + li a {
  border-top: 2px solid #283c4b !important;
}

.user-header {
  height: 75px;
  padding-top: 12px;
  position: relative;
  padding-left: 280px;
  z-index: 1;
}
.user-header #user_top {
  padding-top: 10px;
  height: 75px;
  width: 300px;
  background: #6399ab;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  background-image: url("/images/avatar.png");
  background-repeat: no-repeat;
  background-position: right;
}
.user-header #user_top h3 {
  color: #fff;
  margin: 5px 0 0 0;
  line-height: 20px;
}
.user-header #user_top a {
  color: #fff;
}

.practitioner_header {
  top: 75px;
  right: 0px;
  position: absolute;
  z-index: 1;
  height: 100%;
  background-color: #75c0bf;
  width: 200px;
}
.practitioner_header ul {
  background-color: #75c0bf;
  margin-left: 0px;
  padding-left: 0px;
}
.practitioner_header ul li {
  list-style: none;
  font-size: 16px;
  border-bottom: 1px solid #63abaf;
}
.practitioner_header ul li a {
  display: block;
  padding: 10px 10px 10px 30px;
  color: #283c4b;
}
.practitioner_header ul li.required-tab {
  border-right: solid 10px #ec6235;
}
.practitioner_header ul li.active {
  background-color: #b6e7e6;
  background-image: url("/images/black_arrow_left.png");
  background-repeat: no-repeat;
  background-position: 5% 50%;
}

div.page-header {
  margin-top: 0px;
  /* temp */
}
div.page-header h1 {
  font-family: "Roboto Slab", serif;
  color: #6399ab;
  max-width: 70%;
}
div.page-header .pull-right {
  margin-left: 30px;
  margin-top: 30px;
}

.popup h1.page-header {
  color: #fff;
  margin-top: 50px;
  padding-bottom: 5px;
}

h1.page-header, div.page-header h1 {
  font-family: "Roboto Slab", serif;
  color: #6399ab;
  margin-top: 30px;
  padding: 0 0 20px 0;
}

h1.page-header, div.page-header {
  border-bottom: 3px solid #6399ab;
}

a.btn-warning, button.btn-warning {
  background-color: #ec6235;
  border-color: #d53f1a;
}
a.btn-warning:hover, a.btn-warning:active:hover, a.btn-warning:focus, button.btn-warning:hover, button.btn-warning:active:hover, button.btn-warning:focus {
  background-color: #d53f1a !important;
  border-color: #ec6235 !important;
}

a.btn-primary, button.btn-primary {
  background-color: #9CCA96;
  border-color: #7cac75;
}
a.btn-primary:hover, a.btn-primary:active:hover, a.btn-primary:focus, button.btn-primary:hover, button.btn-primary:active:hover, button.btn-primary:focus {
  background-color: #7cac75 !important;
  border-color: #9CCA96 !important;
}

a.btn-info, button.btn-info {
  background-color: #75c0bf;
  border-color: #50a1a0;
}
a.btn-info:hover, a.btn-info:active:hover, a.btn-info:focus, button.btn-info:hover, button.btn-info:active:hover, button.btn-info:focus {
  background-color: #50a1a0 !important;
  border-color: #75c0bf !important;
}

a#show_hide_notes.btn, span#show_hide_notes.btn {
  margin-bottom: 15px;
}

.pager li {
  margin: 0 5px;
  font-size: 16px;
}
.pager li a,
.pager li span {
  border-radius: 5px;
  font-size: 20px;
  border: solid 2px #6399ab;
}
.pager li span {
  border-color: #283c4b;
}
.pager li.ellipses {
  margin: 0;
}
.pager li.ellipses span {
  border-color: transparent;
  border-left: 0;
  border-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.pager li.next a, .pager li.previous a {
  color: #fff;
  background-color: #ec6235;
  border-color: #d53f1a;
  font-size: 20px;
}
.pager li.next a:hover, .pager li.previous a:hover {
  background-color: #d53f1a;
  border-color: #ec6235;
}

#practitioner-centre-requests table th.centre {
  width: 300px;
}
#practitioner-centre-requests table th.date {
  width: 100px;
}
#practitioner-centre-requests table th.deny {
  width: 70px;
}
#practitioner-centre-requests table th.approve {
  width: 84px;
}

.apel-request-mustache {
  position: relative;
}
.apel-request-mustache a.delete-service-role {
  position: absolute;
  top: -8px;
  right: -8px;
  border-radius: 50px;
  padding: 8px 8px 6px 9px;
}

.orderable-content-container {
  position: relative;
}
.orderable-content-container .orderable-content-controls {
  position: absolute;
  top: 10px;
  right: 10px;
}
.orderable-content-container .orderable-content-controls a {
  float: left;
  clear: both;
  margin: 0 0 5px 0;
}

div.notification span.glyphicon {
  margin-left: 5px;
}

a.btn#drafts {
  margin-right: -15px;
}

#drafts-modal span.glyphicon-file {
  margin-left: 5px;
}

#content-wrapper.register {
  max-width: 540px;
  padding: 20px;
}
#content-wrapper.register h1 {
  margin-top: 0;
}
#content-wrapper.register #title {
  width: 100px;
}
#content-wrapper.register #firstname_formal,
#content-wrapper.register #firstname_preferred {
  width: 50%;
}
#content-wrapper.register #surname,
#content-wrapper.register input.previous-surname {
  width: 65%;
}
#content-wrapper.register #gender {
  width: 250px;
}
#content-wrapper.register #ethnicity {
  width: 250px;
}
#content-wrapper.register #sexuality {
  width: 175px;
}
#content-wrapper.register #centres-wrapper h2 {
  margin-top: 10px;
  font-size: 1.1em;
  font-weight: bold;
}
#content-wrapper.register #centres-wrapper ul.selected-centres {
  margin: 0;
  padding: 0;
}
#content-wrapper.register #centres-wrapper ul.selected-centres li {
  list-style: none;
  margin-top: 5px;
}
#content-wrapper.register #centres-wrapper ul.selected-centres li span.name {
  padding-left: 5px;
}
#content-wrapper.register input.dob-field {
  width: 75px;
}
#content-wrapper.register #town_city {
  width: 250px;
}
#content-wrapper.register #county {
  width: 250px;
}
#content-wrapper.register #postcode {
  width: 100px;
}
#content-wrapper.register #phone,
#content-wrapper.register #mobile {
  width: 200px;
}
#content-wrapper.register table {
  margin-top: 20px;
}
#content-wrapper.register table td.amount {
  width: 70px;
  text-align: right;
}

#home_header {
  background-color: #ec6235;
  position: absolute;
  width: 280px;
  height: 170px;
  left: 5%;
}
#home_header a img {
  padding-top: 40px;
  margin: 0 auto;
  display: block;
}

.home {
  width: 100%;
  height: 100%;
  min-height: 813px;
  background-size: cover;
  background-image: url("/images/home_bg.jpg");
  background-position: 40% 60%;
}
.home .panel {
  background-color: #283c4b;
  color: white;
  width: 440px;
  position: absolute;
  height: 100%;
  right: 7%;
  padding: 40px;
  border-radius: 0px;
  min-height: 813px;
}
.home .panel h1 {
  font-size: 50px;
  font-family: "Roboto Slab", serif;
  padding-bottom: 40px;
  color: #6399ab;
}
.home .panel h2 {
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  padding-bottom: 40px;
}
.home .panel h2.register-title {
  padding-top: 20px;
  padding-bottom: 20px;
}
.home .panel a.forgotten-password {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}
.home .panel input {
  color: #000;
}

#content-wrapper.system-roles #subscribe-button {
  margin-bottom: 20px;
}

#subscribe-modal div.modal-body h2 {
  margin-top: 10px;
  font-size: 1.1em;
  font-weight: bold;
}
#subscribe-modal div.modal-body ul.selected-centres {
  margin: 0;
  padding: 0;
}
#subscribe-modal div.modal-body ul.selected-centres li {
  list-style: none;
  margin-top: 5px;
}
#subscribe-modal div.modal-body ul.selected-centres li span.name {
  padding-left: 5px;
}
#subscribe-modal #payment-button-wrapper a {
  display: inline-block;
  margin: 5px 5px 0 0;
}

.ico_select h1 {
  font-family: "Roboto Slab", serif;
  padding-bottom: 40px;
}
.ico_select a.btn {
  margin-top: 15px;
}

#content-wrapper.terms-and-conditions {
  max-width: 550px;
  padding: 20px;
}
#content-wrapper.terms-and-conditions h1 {
  margin-top: 0;
}

#external-qualification-radio-buttons {
  font-size: 20px;
}
#external-qualification-radio-buttons .radio-inline {
  padding-right: 20px;
  padding-top: 10px;
}
#external-qualification-radio-buttons input[type=radio] {
  margin-top: 6px;
}

#no-approved-apels p {
  padding: 10px;
}

.blue-bg {
  background-color: #dbe7ec;
  margin-bottom: 10px;
  padding: 10px;
}

.word-count.over-limit {
  color: red;
}

#content-wrapper.my-subscription table td.date, #content-wrapper.my-subscription table td.expires {
  width: 175px;
}
#content-wrapper.my-subscription table td.date.highlight, #content-wrapper.my-subscription table td.expires.highlight {
  color: #843534;
  font-weight: bold;
}
#content-wrapper.my-subscription table td.fee {
  width: 60px;
}

#renew-modal #payment-button-wrapper a {
  display: inline-block;
  margin: 5px 5px 0 0;
}

#send-request-modal div.modal-body h2 {
  margin-top: 10px;
  font-size: 1.1em;
  font-weight: bold;
}
#send-request-modal div.modal-body ul.selected-centres {
  margin: 0;
  padding: 0;
}
#send-request-modal div.modal-body ul.selected-centres li {
  list-style: none;
  margin-top: 5px;
}
#send-request-modal div.modal-body ul.selected-centres li span.name {
  padding-left: 5px;
}

#content-wrapper.subscriptions {
  max-width: 900px;
}
#content-wrapper.subscriptions div.well-sm {
  margin-top: -20px;
  font-weight: bold;
}
#content-wrapper.subscriptions table td.type, #content-wrapper.subscriptions table td.date {
  width: 100px;
}
#content-wrapper.subscriptions table td.payment {
  width: 250px;
}

/*# sourceMappingURL=site.css.map */
