/*Small devices (landscape phones, 576px and up)*/
/*Medium devices (tablets, 768px and up)*/
/*Large devices (desktops, 992px and up)*/
/*Extra large devices (large desktops, 1200px and up)*/
body {
  background-color: white;
  font-family: 'Open Sans', Arial, sans-serif;
}
body.glossary h1,
body.babydiary h1,
body.report h1 {
  font-weight: 300;
  margin: 20px 0;
}
/* Home - Homepage */

.jumbotron-homepage {
  background: url(../../../Content/images/static/home/index/homepage-jumbotron-background.jpg) fixed top no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: solid 2px #ff1477;
}
.jumbotron-homepage p.tagline {
  font-size: 2em;
}
.jumbotron-homepage input {
  border: solid 1px #8f8f8f;
}
.jumbotron-homepage div.card-login {
  margin-top: 35px;
  width: 94%;
  opacity: 0.85;
}
.card-rounded {
  border-radius: 8px;
}
.card-rounded img {
  border-radius: 12px;
}
.card-learn-more h5 {
  font-weight: 600;
}
.card-more-info h4 {
  font-weight: 600;
}
.card-more-info div {
  padding-left: 0px;
  padding-right: 0px;
}
/* Home - Neonatal */

.jumbotron-neonatal {
  background: url(../../../Content/images/static/home/neonatal/neonatal-jumbotron-background.jpg) fixed bottom no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: solid 2px #ff1477;
}
.jumbotron-neonatal p.title {
  font-size: 1em;
}
.jumbotron-neonatal p.tagline {
  font-size: 2.2em;
}
/* Home - Maternity */

.jumbotron-maternity {
  background: url(../../../Content/images/static/home/maternity/maternity-jumbotron-background.jpg) fixed center no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: solid 2px #ff1477;
}
.jumbotron-maternity p.title {
  font-size: 1em;
}
.jumbotron-maternity p.tagline {
  font-size: 2.2em;
}
/* Validation */

.field-validation-error {
  display: block;
  color: #a94442;
  padding: 4px 0px;
}
.field-validation-error {
  display: block;
  color: #a94442;
  padding: 4px 0px;
}
/* Buttons */

button.btn-primary-custom,
.a-btn {
  border: 0px;
  border-radius: 4px;
  transition: background-color 0.1s ease-in-out;
  background-color: #ff1477;
}
button.btn-primary-custom:hover,
button:hover,
.a-btn:hover {
  background-color: #db0b63;
  color: white;
}
button.btn-primary-custom:focus,
btn-primary-custom:focus,
.a-btn:focus {
  background-color: #db0b63;
  color: white;
}
button.btn-primary-custom:active,
btn-primary-custom:active,
.a-btn:active,
.btn-primary-custom.disabled,
.btn-primary-custom:disabled,
.a-btn.disabled,
.a-btn:disabled {
  background-color: #bf0a56 !important;
  color: white;
}
.btn-primary:not(:disabled):not(.disabled):focus {
  background-color: #bf0a56;
  border-color: none;
}
/* Alerts */

.alert ul {
  padding: 0;
}
.alert ul li {
  list-style-type: none;
}
/* Spacing */

.spacer-bottom-md {
  margin-bottom: 20px;
}
.spacing-top-md {
  margin-top: 20px;
}
/* Images */

img.floatRight {
  float: right;
  padding: 5px;
}
img.navbar-logo {
  padding-left: 5px;
  vertical-align: -40%;
}
a.navbar-logo-link {
  height: 31px;
}
/* Form inputs */

input[type=radio] {
  cursor: pointer;
}
input.inputShort {
  width: 120px;
}
input.inputDate {
  width: 100px;
}
div.formInputHelperTxtPreceeding {
  margin-bottom: 5px;
}
div.formInputHelperTxt {
  font-style: italic;
  margin-bottom: 20px;
}
.radioBtnLabel {
  font-weight: normal;
  cursor: pointer;
}
.searchInput {
  background-image: url('../../images/misc/search-icon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 2px solid #c4c4c4;
  margin-bottom: 12px;
}
dd {
  margin-bottom: 15px;
  padding-left: 10px;
  padding-top: 5px;
}
.grey-border {
  background-color: #fcf9f9;
  border: solid;
  border-color: #e2e2e2;
  border-width: 2px;
  border-radius: 4px;
  padding: 4px 0px 4px 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* Form input placeholders */

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c4c4c4;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #c4c4c4;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #c4c4c4;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #c4c4c4;
}
/* Internet Explorer warning */

/* Hide IE banner by default */

.ie-notice {
  display: none;
}
.ie-notice .ie-shaded {
  background-color: #fff3cd;
  color: #856404;
}
/* Show IE banner on IE10/11 */

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ie-notice {
    display: block;
  }
}
/* Top navbar */

.nav-link-override {
  color: #292929 !important;
  font-size: 16px;
}
.nav-link-active-override {
  font-weight: 600;
}
.top-navbar-primary {
  border-bottom: 2px solid #ff1477 !important;
}
.top-navbar-secondary {
  border-bottom: 1px solid #ff1477 !important;
}
.dropdown-menu {
  padding-top: 0px;
}
.dropdown-menu li {
  padding-left: 7px;
}
.dropdown-menu .selected-entity-container {
  padding: 8px 4px 4px 20px;
  background: #fafafa;
  color: black;
}
.dropdown-menu a:active {
  background: #ff1477;
}
.selected-entity-icon {
  padding: 0px 10px 0px 0px;
}
.entity-name-primary {
  color: #333333;
}
.entity-name-secondary {
  color: #8e8e8e;
}
/* Header & footer */

header a,
footer a {
  color: #292929;
  text-decoration: none;
}
header a:hover,
footer a:hover {
  color: #636262;
}
footer {
  background-color: #f4f4f4;
  color: #292929;
  padding: 10px 0px 40px 0px;
  margin-top: 40px;
  font-size: 0.875em;
  border-top: 2px solid #2d9691;
}
footer h3 {
  font-size: 1.5em;
  color: #292929;
  font-weight: normal;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer ul a {
  margin: 4px 0px;
  display: block;
}
/* Cards */

.card-custom {
  border-width: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.card-custom-highlight {
  border-color: #ee1470;
  border-width: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.card-custom-highlight .card-header {
  background-color: #ee1470;
  color: white;
}
.card-custom-important .card-header {
  background-color: #f8d7d7 !important;
  color: #721c24 !important;
  border-color: #f5c6cb !important;
}
.card-custom-important .card-footer {
  color: #721c24;
  font-weight: 800;
}
.card-header .glyph {
  padding-right: 5px;
  vertical-align: baseline;
}
/* General */

.page-header {
  margin-top: 12px;
  margin-bottom: 15px;
}
.main-content {
  padding-top: 25px;
  color: #444444;
}
.main-content h1 {
  color: #1a5379;
  font-weight: 400;
  margin: 0px 0px 30px 0px;
}
.main-content .h2,
.main-content h2 {
  display: block;
  color: #1a5379;
  font-weight: 400;
  margin: 50px 0px 20px 0px;
  font-size: 1.9em;
}
a {
  color: #ff1477;
}
a:hover {
  text-decoration: none;
  color: #97246c;
}
.hide {
  display: none;
}
.clickable {
  cursor: pointer;
}
.customCollapse {
  cursor: pointer;
}
.customCollapse i {
  width: 25px;
}
.full-width {
  width: 100%;
}
.listItem {
  margin: 0px 10px 30px 0px;
  padding: 10px;
}
.listItem img {
  margin: 0;
  float: left;
  text-align: center;
  display: block;
}
.listItem h3 {
  margin: 10px 0px 10px 160px;
}
.listItem p {
  margin-left: 160px;
}
.hoverable {
  background: white;
}
.hoverable:hover {
  background: #fbfbfb;
}
.successCirlce {
  color: #4bb543;
}
img.store-icon {
  height: 57px;
}
/* Progress steps */

div.progress-steps-container {
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #828282;
}
div.progress-steps-container .selected-step {
  color: #292929;
  font-weight: 600;
}
div.progress-steps-container i {
  margin-left: 10px;
  margin-right: 10px;
}
/* TODO - 61710 - BOOTSTRAP OVERRIDES - CAN THESE BE REMOVED? */

.bs-sidebar.affix {
  position: static;
}
@media (min-width: 768px) {
  .bs-sidebar {
    padding-left: 20px;
  }
}
.bs-sidenav {
  margin-top: 20px;
  margin-bottom: 20px;
}
.bs-sidebar .nav > li > a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #999999;
  padding: 4px 20px;
}
.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
  padding-left: 19px;
  color: #563d7c;
  text-decoration: none;
  background-color: transparent;
  border-left: 1px solid #563d7c;
}
.bs-sidebar .nav > .active > a,
.bs-sidebar .nav > .active:hover > a,
.bs-sidebar .nav > .active:focus > a {
  padding-left: 18px;
  font-weight: 700;
  color: #563d7c;
  background-color: transparent;
  border-left: 2px solid #563d7c;
}
.bs-sidebar .nav .nav {
  display: none;
  padding-bottom: 10px;
}
.bs-sidebar .nav .nav > li > a {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 30px;
  font-size: 12px;
  font-weight: 400;
}
.bs-sidebar .nav .nav > li > a:hover,
.bs-sidebar .nav .nav > li > a:focus {
  padding-left: 29px;
}
.bs-sidebar .nav .nav > .active > a,
.bs-sidebar .nav .nav > .active:hover > a,
.bs-sidebar .nav .nav > .active:focus > a {
  font-weight: 500;
  padding-left: 28px;
}
@media (min-width: 992px) {
  .bs-sidebar .nav > .active > ul {
    display: block;
  }
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 213px;
  }
  .bs-sidebar.affix {
    position: fixed;
    top: 20px;
  }
  .bs-sidebar.affix-bottom {
    position: absolute;
  }
  .bs-sidebar.affix-bottom .bs-sidenav,
  .bs-sidebar.affix .bs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .bs-sidebar.affix-bottom,
  .bs-sidebar.affix {
    width: 263px;
  }
}
/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */

.bs-callout {
  margin: 15px 0;
  padding: 20px;
  border-left: 3px solid #eeeeee;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #eed3d7;
}
.bs-callout-danger h4 {
  color: #b94a48;
}
.bs-callout-warning {
  background-color: #faf8f0;
  border-color: #faebcc;
}
.bs-callout-warning h4 {
  color: #8a6d3b;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #bce8f1;
}
.bs-callout-info h4 {
  color: #34789a;
}
.img-rounded {
  border-radius: 6px;
}
