@charset "UTF-8";
/*
* all the common imports for both signed-in and signed-out
*/
/*****
Bootstrap includes
*****/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Source Sans Pro", "sans-serif", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande";
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}

.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}

.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}

.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Source Sans Pro", "sans-serif", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande";
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " "; /* 1 */
    display: table; /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: "— ";
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.row:after {
  clear: both;
}

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #b6b1a9;
}
.table > thead > tr > th {
  vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #b6b1a9;
}
.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #b6b1a9;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #b6b1a9;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  .table-responsive, .shc-table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #b6b1a9;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table, .shc-table > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table-bordered, .shc-table > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .shc-table > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .shc-table > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .shc-table > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .shc-table > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .shc-table > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .shc-table > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .shc-table > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .shc-table > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .shc-table > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .shc-table > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .shc-table > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .shc-table > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .shc-table > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .shc-table > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .shc-table > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .shc-table > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ; /* IE8-9 */
  line-height: normal;
}

input[type=file] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  /* display: block; */
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
fieldset[disabled] input[type=checkbox],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
  }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type=radio], .navbar-form .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox],
  .navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.btn-default .caret {
  border-top-color: #333;
}
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}

[data-toggle=buttons] > .btn > input[type=radio],
[data-toggle=buttons] > .btn > input[type=checkbox] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  padding: 10px 15px;
  cursor: pointer;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-pills > li.active > a .caret, .nav-pills > li.active > a:hover .caret, .nav-pills > li.active > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.clearfix:before, .clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs, .main.dashboard .slim-header div.logo-container, .main.dashboard .opensched-header div.logo-container {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs, .main.dashboard .slim-header div.logo-container, .main.dashboard .opensched-header div.logo-container,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm, .main.dashboard .slim-header div.logo-container, .main.dashboard .opensched-header div.logo-container,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md, .main.dashboard .slim-header div.hidden-md.logo-container, .main.dashboard .opensched-header div.hidden-md.logo-container, .slim-header ul.nav-items > li.profile-switcher .hidden-xs.profile-icon, .main.dashboard .slim-header ul.nav-items > li.profile-switcher div.profile-icon.logo-container, .slim-header ul.nav-items > li.profile-switcher .main.dashboard .opensched-header div.profile-icon.logo-container, .opensched-header ul.nav-items > li.profile-switcher .hidden-xs.profile-icon, .opensched-header ul.nav-items > li.profile-switcher .main.dashboard .slim-header div.profile-icon.logo-container, .main.dashboard .opensched-header ul.nav-items > li.profile-switcher div.profile-icon.logo-container,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg, .main.dashboard .slim-header div.hidden-lg.logo-container, .main.dashboard .opensched-header div.hidden-lg.logo-container, .slim-header ul.nav-items > li.profile-switcher .hidden-xs.profile-icon, .main.dashboard .slim-header ul.nav-items > li.profile-switcher div.profile-icon.logo-container, .slim-header ul.nav-items > li.profile-switcher .main.dashboard .opensched-header div.profile-icon.logo-container, .opensched-header ul.nav-items > li.profile-switcher .hidden-xs.profile-icon, .opensched-header ul.nav-items > li.profile-switcher .main.dashboard .slim-header div.profile-icon.logo-container, .main.dashboard .opensched-header ul.nav-items > li.profile-switcher div.profile-icon.logo-container,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm, .main.dashboard .slim-header div.logo-container, .main.dashboard .opensched-header div.logo-container {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs, .main.dashboard .slim-header div.logo-container, .main.dashboard .opensched-header div.logo-container,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm, .main.dashboard .slim-header div.logo-container, .main.dashboard .opensched-header div.logo-container,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md, .main.dashboard .slim-header div.hidden-md.logo-container, .main.dashboard .opensched-header div.hidden-md.logo-container, .slim-header ul.nav-items > li.profile-switcher .hidden-sm.profile-icon, .main.dashboard .slim-header ul.nav-items > li.profile-switcher div.profile-icon.logo-container, .slim-header ul.nav-items > li.profile-switcher .main.dashboard .opensched-header div.profile-icon.logo-container, .opensched-header ul.nav-items > li.profile-switcher .hidden-sm.profile-icon, .opensched-header ul.nav-items > li.profile-switcher .main.dashboard .slim-header div.profile-icon.logo-container, .main.dashboard .opensched-header ul.nav-items > li.profile-switcher div.profile-icon.logo-container,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg, .main.dashboard .slim-header div.hidden-lg.logo-container, .main.dashboard .opensched-header div.hidden-lg.logo-container, .slim-header ul.nav-items > li.profile-switcher .hidden-sm.profile-icon, .main.dashboard .slim-header ul.nav-items > li.profile-switcher div.profile-icon.logo-container, .slim-header ul.nav-items > li.profile-switcher .main.dashboard .opensched-header div.profile-icon.logo-container, .opensched-header ul.nav-items > li.profile-switcher .hidden-sm.profile-icon, .opensched-header ul.nav-items > li.profile-switcher .main.dashboard .slim-header div.profile-icon.logo-container, .main.dashboard .opensched-header ul.nav-items > li.profile-switcher div.profile-icon.logo-container,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md, .slim-header ul.nav-items > li.profile-switcher .profile-icon, .opensched-header ul.nav-items > li.profile-switcher .profile-icon {
  display: block !important;
}

tr.hidden-md, .slim-header ul.nav-items > li.profile-switcher tr.profile-icon, .opensched-header ul.nav-items > li.profile-switcher tr.profile-icon {
  display: table-row !important;
}

th.hidden-md, .slim-header ul.nav-items > li.profile-switcher th.profile-icon, .opensched-header ul.nav-items > li.profile-switcher th.profile-icon,
td.hidden-md,
.slim-header ul.nav-items > li.profile-switcher td.profile-icon,
.opensched-header ul.nav-items > li.profile-switcher td.profile-icon {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs, .main.dashboard .slim-header div.hidden-md.logo-container, .main.dashboard .opensched-header div.hidden-md.logo-container, .slim-header ul.nav-items > li.profile-switcher .hidden-xs.profile-icon, .main.dashboard .slim-header ul.nav-items > li.profile-switcher div.profile-icon.logo-container, .slim-header ul.nav-items > li.profile-switcher .main.dashboard .opensched-header div.profile-icon.logo-container, .opensched-header ul.nav-items > li.profile-switcher .hidden-xs.profile-icon, .opensched-header ul.nav-items > li.profile-switcher .main.dashboard .slim-header div.profile-icon.logo-container, .main.dashboard .opensched-header ul.nav-items > li.profile-switcher div.profile-icon.logo-container,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm, .main.dashboard .slim-header div.hidden-md.logo-container, .main.dashboard .opensched-header div.hidden-md.logo-container, .slim-header ul.nav-items > li.profile-switcher .hidden-sm.profile-icon, .main.dashboard .slim-header ul.nav-items > li.profile-switcher div.profile-icon.logo-container, .slim-header ul.nav-items > li.profile-switcher .main.dashboard .opensched-header div.profile-icon.logo-container, .opensched-header ul.nav-items > li.profile-switcher .hidden-sm.profile-icon, .opensched-header ul.nav-items > li.profile-switcher .main.dashboard .slim-header div.profile-icon.logo-container, .main.dashboard .opensched-header ul.nav-items > li.profile-switcher div.profile-icon.logo-container,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md, .slim-header ul.nav-items > li.profile-switcher .profile-icon, .opensched-header ul.nav-items > li.profile-switcher .profile-icon,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg, .slim-header ul.nav-items > li.profile-switcher .profile-icon, .opensched-header ul.nav-items > li.profile-switcher .profile-icon,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg, .slim-header ul.nav-items > li.profile-switcher .profile-icon, .opensched-header ul.nav-items > li.profile-switcher .profile-icon {
  display: block !important;
}

tr.hidden-lg, .slim-header ul.nav-items > li.profile-switcher tr.profile-icon, .opensched-header ul.nav-items > li.profile-switcher tr.profile-icon {
  display: table-row !important;
}

th.hidden-lg, .slim-header ul.nav-items > li.profile-switcher th.profile-icon, .opensched-header ul.nav-items > li.profile-switcher th.profile-icon,
td.hidden-lg,
.slim-header ul.nav-items > li.profile-switcher td.profile-icon,
.opensched-header ul.nav-items > li.profile-switcher td.profile-icon {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs, .main.dashboard .slim-header div.hidden-lg.logo-container, .main.dashboard .opensched-header div.hidden-lg.logo-container, .slim-header ul.nav-items > li.profile-switcher .hidden-xs.profile-icon, .main.dashboard .slim-header ul.nav-items > li.profile-switcher div.profile-icon.logo-container, .slim-header ul.nav-items > li.profile-switcher .main.dashboard .opensched-header div.profile-icon.logo-container, .opensched-header ul.nav-items > li.profile-switcher .hidden-xs.profile-icon, .opensched-header ul.nav-items > li.profile-switcher .main.dashboard .slim-header div.profile-icon.logo-container, .main.dashboard .opensched-header ul.nav-items > li.profile-switcher div.profile-icon.logo-container,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm, .main.dashboard .slim-header div.hidden-lg.logo-container, .main.dashboard .opensched-header div.hidden-lg.logo-container, .slim-header ul.nav-items > li.profile-switcher .hidden-sm.profile-icon, .main.dashboard .slim-header ul.nav-items > li.profile-switcher div.profile-icon.logo-container, .slim-header ul.nav-items > li.profile-switcher .main.dashboard .opensched-header div.profile-icon.logo-container, .opensched-header ul.nav-items > li.profile-switcher .hidden-sm.profile-icon, .opensched-header ul.nav-items > li.profile-switcher .main.dashboard .slim-header div.profile-icon.logo-container, .main.dashboard .opensched-header ul.nav-items > li.profile-switcher div.profile-icon.logo-container,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md, .slim-header ul.nav-items > li.profile-switcher .profile-icon, .opensched-header ul.nav-items > li.profile-switcher .profile-icon,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg, .slim-header ul.nav-items > li.profile-switcher .profile-icon, .opensched-header ul.nav-items > li.profile-switcher .profile-icon,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* FF30+ Fix */
:-moz-any(.custom-select):before {
  background-color: #fff;
  pointer-events: none; /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
  z-index: 1;
}

.cache-SourceSansPro-Semibold {
  position: absolute;
  width: 1px;
  height: 1px;
  font-weight: 600;
  color: #fff;
  font-size: 1px;
}

.addlink {
  background-image: url("../images/icons/add.png");
  background-size: 22px 22px;
  background-position: 0 2px;
  background-repeat: no-repeat;
  padding-left: 30px;
  color: #007C92;
  font-weight: 600;
  font-size: 21px;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  padding-bottom: 20px;
}
.addlink:hover {
  color: #00505C;
}

.add-link, .remove-link {
  font-weight: 600;
  font-size: 21px;
  color: #007C92;
  display: inline-block;
  cursor: pointer;
  margin: 5px 0;
}
.add-link span.icon-text, .remove-link span.icon-text {
  display: inline-block;
  width: 20px;
  text-align: center;
}
.add-link:hover, .remove-link:hover {
  color: #00505C;
}

.css-arrow {
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  cursor: pointer;
}
.css-arrow .arrow-inside {
  width: 0;
  height: 0;
  position: relative;
}
.css-arrow.down-arrow {
  border-top: 10px solid #007C92;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.css-arrow.down-arrow .arrow-inside {
  top: -10px;
  left: -6px;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.css-arrow.up-arrow {
  border-bottom: 10px solid #007C92;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -2px;
}
.css-arrow.up-arrow .arrow-inside {
  top: 4px;
  left: -6px;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.remove-link span.icon-text {
  font-size: 32px;
}

.shc-btn, .button, input.button {
  border-radius: 0;
  display: inline-block;
  float: left;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  text-transform: none;
  border: none;
  color: #fff;
  background-color: #007C92;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
  float: none;
}
.shc-btn[disabled], .button[disabled], input.button[disabled] {
  opacity: 0.5;
}
.shc-btn[disabled]:hover, .button[disabled]:hover, input.button[disabled]:hover {
  background-color: #007C92;
}
.shc-btn:hover, .button:hover, input.button:hover {
  background-color: #00505C;
  color: #fff;
}
.shc-btn.secondary, .button.secondary, input.button.secondary {
  color: #007C92;
  border: 2px solid #007C92;
  background-color: transparent;
}
.shc-btn.secondary:hover, .button.secondary:hover, input.button.secondary:hover {
  background-color: rgba(0, 126, 148, 0.1019607843);
}

.button-secondary, input.button-secondary {
  border-radius: 0;
  display: inline-block;
  float: left;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  text-transform: none;
  border: none;
  color: #007C92;
  background-color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  border: 2px solid #007C92;
  padding: 8px;
  float: none;
}
.button-secondary[disabled], input.button-secondary[disabled] {
  opacity: 0.5;
}

input.completeworkflow, input.nextstep {
  color: #fff;
  background-color: #007C92;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
}
input.completeworkflow[disabled], input.nextstep[disabled] {
  opacity: 0.5;
}
input.completeworkflow[disabled]:hover, input.nextstep[disabled]:hover {
  background-color: #007C92;
}
input.completeworkflow:hover, input.nextstep:hover {
  background-color: #00505C;
  color: #fff;
}
input.completeworkflow.secondary, input.nextstep.secondary {
  color: #007C92;
  border: 2px solid #007C92;
  background-color: transparent;
}
input.completeworkflow.secondary:hover, input.nextstep.secondary:hover {
  background-color: rgba(0, 126, 148, 0.1019607843);
}

input.cancelworkflow, input.previousstep {
  color: #928b81;
  background-color: transparent;
  text-transform: none;
  text-align: center;
  font-size: 18px;
}
input.cancelworkflow:hover, input.previousstep:hover {
  background-color: transparent;
  color: #928b81;
}

ul.nav-bar {
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #007C92;
}
ul.nav-bar div, ul.nav-bar li {
  background-color: transparent;
  color: #4d4f53;
  font-size: 21px;
  font-weight: 400;
  float: left;
  margin: 0 20px 0 0;
  padding: 5px 20px 2px;
  cursor: pointer;
}
ul.nav-bar div a, ul.nav-bar div span, ul.nav-bar li a, ul.nav-bar li span {
  font-weight: 400;
}
ul.nav-bar div.selected, ul.nav-bar li.selected {
  color: #007C92;
  font-weight: 600;
  font-weight: 600;
  border-bottom: 5px solid #007C92;
  cursor: default;
}
ul.nav-bar div.selected a, ul.nav-bar div.selected span, ul.nav-bar li.selected a, ul.nav-bar li.selected span {
  font-weight: 700;
}

.shc-scrollbar {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.shc-scrollbar ::-webkit-scrollbar {
  width: 8px;
}
.shc-scrollbar ::-webkit-scrollbar-track {
  background: #fff;
}
.shc-scrollbar ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.shc-scrollbar ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.clear {
  clear: both;
}

.secondary-header {
  font-weight: 600;
  font-size: 21px;
}

.info-para {
  font-style: italic;
  margin-top: 10px;
}

.printview {
  display: none;
}

input.prettycheck, input.prettyradio {
  position: absolute;
  opacity: 0;
}
input.prettycheck + label, input.prettyradio + label {
  margin: 0;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input.prettycheck + label::before, input.prettyradio + label::before {
  border-radius: 50%;
  content: "";
  text-indent: 0;
  background-color: #fff;
  border: 1px solid #9c9d9d;
  color: #fff;
  box-sizing: border-box;
}

input.prettycheck + label::before {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
input.prettycheck:checked + label:before {
  background: #007C92 url("../images/png-icons/check/check.png") no-repeat center;
  border: solid 1px #007C92;
}

input.prettyradio + label::before {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
input.prettyradio:checked + label::before {
  border: 2px solid #007C92;
}
input.prettyradio:checked + label::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #007C92;
  position: absolute;
  left: 4px;
  top: 4px;
  transition: all 0.2s ease-out;
}

div.calendar-select-start-end {
  position: absolute;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 0 20px grey;
  outline: 0;
  z-index: 1103;
  width: 600px;
}
div.calendar-select-start-end .arrow {
  width: 0;
  height: 0;
  position: relative;
}
div.calendar-select-start-end .arrow.left-arrow {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 0;
  border-right: 7px solid #928b81;
  top: 0;
  left: 0;
}
div.calendar-select-start-end .arrow.right-arrow {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #928b81;
  border-right: 0;
  top: 0;
  left: 0;
}
div.calendar-select-start-end .arrow-inside {
  width: 0;
  height: 0;
  position: relative;
}
div.calendar-select-start-end .arrow-inside.left-arrow {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 0;
  border-right: 4px solid white;
  top: -11px;
  left: 3px;
}
div.calendar-select-start-end .arrow-inside.right-arrow {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid white;
  border-right: 0;
  top: -11px;
  left: 0;
}
div.calendar-select-start-end div.navigation-bar {
  font-size: 18px;
  float: right;
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
}
div.calendar-select-start-end div.navigation-bar div.reset {
  cursor: pointer;
  font-size: 18px;
  color: #928b81;
  float: right;
  font-weight: 600;
  padding: 5px;
  margin: 0 20px;
}
div.calendar-select-start-end div.navigation-bar div.date-selection {
  position: relative;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  width: 30%;
  float: right;
}
div.calendar-select-start-end div.navigation-bar div.date-selection.selected {
  border-color: #007C92;
  background-color: #ffffff;
}
div.calendar-select-start-end div.navigation-bar div.date-selection.selected .arrow-inside.left-arrow {
  border-right: 4px solid #ffffff;
}
div.calendar-select-start-end div.navigation-bar div.date-selection.selected .arrow-inside.right-arrow {
  border-left: 4px solid #ffffff;
}
div.calendar-select-start-end div.navigation-bar div.date-selection input[type=text] {
  font-size: 15px;
  width: 100%;
  background-color: transparent;
  border: none;
  background-image: url("../images/icons/MyHealth_Icons_Appointment.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 5px 8px;
  padding: 5px 0 5px 32px;
  cursor: pointer;
}
div.calendar-select-start-end div.navigation-bar div.date-selection .left-arrow-container {
  position: absolute;
  top: 11px;
  left: 130px;
  width: 7px;
  height: 14px;
  cursor: pointer;
}
div.calendar-select-start-end div.navigation-bar div.date-selection .right-arrow-container {
  position: absolute;
  top: 11px;
  left: 154px;
  width: 7px;
  height: 14px;
  cursor: pointer;
}
div.calendar-select-start-end div.display-months {
  width: 100%;
}
div.calendar-select-start-end div.display-months .left-arrow-container {
  position: absolute;
  top: 180px;
  left: -18px;
  width: 36px;
  height: 36px;
  background-color: white;
  border-radius: 18px;
  box-shadow: 0 0 20px grey;
  cursor: pointer;
}
div.calendar-select-start-end div.display-months .right-arrow-container {
  position: absolute;
  top: 180px;
  left: 582px;
  width: 36px;
  height: 36px;
  background-color: white;
  border-radius: 18px;
  box-shadow: 0 0 20px grey;
  cursor: pointer;
}
div.calendar-select-start-end div.display-months .arrow.left-arrow {
  top: 11px;
  left: 13px;
}
div.calendar-select-start-end div.display-months .arrow.right-arrow {
  top: 11px;
  left: 16px;
}
div.calendar-select-start-end div.display-months .arrow-inside {
  top: 0;
  left: 16px;
}
div.calendar-select-start-end div.display-months div.month-view {
  text-align: center;
}
div.calendar-select-start-end div.display-months div.month-view.month-left {
  float: left;
  margin: 0 10px 0 30px;
}
div.calendar-select-start-end div.display-months div.month-view.month-right {
  float: right;
  margin: 0 30px 0 10px;
}
div.calendar-select-start-end div.display-months div.month-view div.month {
  text-align: center;
  font-size: 15px;
}
div.calendar-select-start-end div.display-months div.month-view div.month div.month-name {
  font-weight: 600;
  margin: 10px 0;
}
div.calendar-select-start-end div.display-months div.month-view div.month div.week {
  width: 260px;
}
div.calendar-select-start-end div.display-months div.month-view div.month div.week div.day-header {
  width: 36px;
  float: left;
}
div.calendar-select-start-end div.display-months div.month-view div.month div.week div.day {
  width: 36px;
  height: 36px;
  float: left;
  padding-top: 4px;
  cursor: pointer;
}
div.calendar-select-start-end div.display-months div.month-view div.month div.week div.day.not-in-range {
  opacity: 0.3;
  cursor: default;
}
div.calendar-select-start-end div.display-months div.month-view div.month div.week div.day.in-selected {
  background-color: #ffffff;
}
div.calendar-select-start-end div.display-months div.month-view div.month div.week div.day.in-selected.is-selected {
  color: white;
  font-weight: 700;
  position: relative;
  background-color: transparent;
}
div.calendar-select-start-end div.display-months div.month-view div.month div.week div.day.in-selected.is-selected span.name {
  position: absolute;
  z-index: 3;
  left: 10px;
}
div.calendar-select-start-end div.display-months div.month-view div.month div.week div.day.in-selected.is-selected span.background-span {
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  width: 18px;
  height: 36px;
  top: 0;
}
div.calendar-select-start-end div.display-months div.month-view div.month div.week div.day.in-selected.is-selected span.background-span.start {
  left: 18px;
}
div.calendar-select-start-end div.display-months div.month-view div.month div.week div.day.in-selected.is-selected span.background-span.end {
  left: 0;
}
div.calendar-select-start-end div.display-months div.month-view div.month div.week div.day.in-selected.is-selected span.selected-date {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #007C92;
  border-radius: 18px;
  left: 0;
  top: 0;
  z-index: 2;
}
div.calendar-select-start-end div.display-months div.month-view div.month div.week div.day span.name {
  width: 15px;
}
div.calendar-select-start-end div.action-bar {
  border-top: 1px solid #d7d7d7;
}
div.calendar-select-start-end div.action-bar div.custom-button-container {
  border-top: none;
  padding: 0;
  margin: 10px 0 0 0;
}
div.calendar-select-start-end div.action-bar div.custom-button-container button.button.custom-button {
  float: right;
  margin: 0 10px 10px 0;
}

.progress-steps {
  width: 100%;
}
.progress-steps ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.progress-steps ul li {
  float: left;
}
.progress-steps ul li.step {
  position: relative;
  color: #928b81;
  text-align: center;
}
.progress-steps ul li.step::after {
  content: "";
  position: absolute;
  top: 21px;
  left: -50%;
  width: 100%;
  height: 8px;
  background-color: #f5f5f5;
  z-index: 1;
}
.progress-steps ul li.step:first-child:after {
  content: none;
}
.progress-steps ul li.step div.icon {
  height: 50px;
  width: 50px;
  position: relative;
  border-radius: 50%;
  background-color: #f5f5f5;
  margin: 0 auto 5px auto;
  cursor: not-allowed;
}
.progress-steps ul li.step div.icon::before {
  color: #928b81;
  display: block;
  box-sizing: border-box;
  border: 4px solid #928b81;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 7px;
  background-color: #fff;
  z-index: 9;
}
.progress-steps ul li.step div.txt {
  font-size: 18px;
}
.progress-steps ul li.step.visited div.icon {
  cursor: pointer;
}
.progress-steps ul li.step.visited div.icon::before {
  border-color: #00505C;
  color: #00505C;
}
.progress-steps ul li.step.visited::after {
  background-color: #00505C;
  height: 4px;
  top: 23px;
}
.progress-steps ul li.step.current {
  color: #00505C;
  font-weight: 400;
}
.progress-steps ul li.mobile-step .bar {
  width: 85%;
  height: 10px;
  margin: 0 auto;
  background-color: #d8d8d8;
}
.progress-steps ul li.mobile-step.current .bar {
  background-color: #8c1515;
}

.inputfeild-button-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.inputfeild-button-group .attached-btn, .inputfeild-button-group input {
  display: table-cell;
}
.inputfeild-button-group input.attached-input {
  width: 100%;
  position: relative;
}
.inputfeild-button-group .attached-btn {
  border: 1px solid #d7d7d7;
  font-weight: 400;
  font-size: 15px;
  background-color: #fff;
  padding: 0 7px;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.inputfeild-button-group .attached-btn span {
  display: table;
  margin: 0 auto;
}
.inputfeild-button-group .attached-btn.right {
  border-left: none;
}
.inputfeild-button-group .attached-btn.left {
  border-right: none;
}
.inputfeild-button-group.merge-input-and-btn .attached-btn {
  width: 10px;
  cursor: default;
  background-color: #ffffff;
  font-size: 18px;
  padding-right: 0;
  font-weight: 600;
  vertical-align: middle;
}
.inputfeild-button-group.merge-input-and-btn input.attached-input {
  border-left: none;
}

.progress-icon {
  font-family: "shc-icon-fonts";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 26px;
  vertical-align: middle;
}
.progress-icon:before {
  content: " ";
}
.progress-icon.icon-progress-complete:before {
  content: "~";
  color: #009B76;
}
.progress-icon.icon-progress-denied:before {
  content: "|";
  color: #8c1515;
}
.progress-icon.icon-progress-not-started:before {
  content: "5";
  color: #8c1515;
}
.progress-icon.icon-progress-in-progress:before {
  content: "_";
  color: #EAAB00;
}

.sectional-spinner-wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
}
.sectional-spinner-wrap #spinnerDiv {
  z-index: 99;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 10px;
}

.search-div {
  margin-top: 10px;
  position: relative;
  min-width: 200px;
  max-width: 400px;
  overflow: hidden;
}
.search-div * {
  box-sizing: border-box;
}
.search-div .input-container {
  height: 40px;
  margin-bottom: 10px;
}
.search-div button {
  height: 36px;
  padding: 0;
  line-height: 36px;
  width: 100px;
}
@media screen and (min-width: 767px) {
  .search-div {
    height: 40px;
  }
  .search-div .input-container {
    float: left;
    width: calc(100% - 130px);
  }
  .search-div button {
    float: left;
    margin-left: 15px;
  }
}
.search-div #search-text {
  padding: 5px 36px 5px 40px;
  height: 36px;
  width: 100%;
}
.search-div #search-text::-ms-clear {
  display: none;
}
.search-div .image {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: relative;
  top: -30px;
  left: 6px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.search-div .search-image {
  background-image: url("/resources/images/icons/MyHealth_Icons_Search.png");
}
.search-div .cancel-image {
  background-image: url("/resources/images/icons/MyHealth_Icons_CancelSearch.png");
}
.search-div .hover-cancel-image {
  display: none;
  float: right;
  top: -58px;
  background-size: 16px 16px;
  background-image: url("/resources/images/icons/MyHealth_Icons_CancelSearch.png");
}
.search-div:hover .hover-cancel-image {
  display: inline-block;
}
.search-div::after {
  content: " ";
  clear: both;
}

.myhealth-row-table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.myhealth-row-table .myhealth-row {
  display: table-row;
  border-bottom: 1px solid #d7d7d7;
}
.myhealth-row-table .myhealth-row .myhealth-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 15px;
}
.myhealth-row-table .myhealth-row .myhealth-cell.left {
  text-align: left;
}
.myhealth-row-table .myhealth-row .myhealth-cell.right {
  text-align: right;
}
.myhealth-row-table .myhealth-row:first-child {
  border-top: 1px solid #d7d7d7;
}

.myhealth-progress-bar-wrap {
  display: none;
  width: 50%;
  text-align: center;
  padding: 20px;
  z-index: 1101;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .myhealth-progress-bar-wrap {
    width: 90%;
  }
}
.myhealth-progress-bar-wrap .myhealth-progress-bar {
  height: 10px;
  width: 50%;
  margin: 15px auto 0 auto;
  border: 1px solid #fff;
  border-radius: 7px;
}
.myhealth-progress-bar-wrap .myhealth-progress-bar .fill {
  background-color: #fff;
  width: 0;
  height: 100%;
}
.myhealth-progress-bar-wrap .header, .myhealth-progress-bar-wrap .message {
  color: #fff;
  font-weight: 600;
  text-shadow: #616161 1px 1px 0;
}
.myhealth-progress-bar-wrap .message {
  font-size: 18px;
}

.uib-datepicker-popup.dropdown-menu button.btn-default {
  border-radius: 0;
  border: none;
  font-size: 15px;
}
.uib-datepicker-popup.dropdown-menu button.btn-default.btn[disabled] {
  opacity: 0.3;
}
.uib-datepicker-popup.dropdown-menu button.btn-default.btn-info, .uib-datepicker-popup.dropdown-menu button.btn-default.btn-info.active {
  color: #fff;
  background-color: #009B76;
  box-shadow: none;
}
.uib-datepicker-popup.dropdown-menu button.btn-default.btn-info .text-muted, .uib-datepicker-popup.dropdown-menu button.btn-default.btn-info .text-info, .uib-datepicker-popup.dropdown-menu button.btn-default.btn-info.active .text-muted, .uib-datepicker-popup.dropdown-menu button.btn-default.btn-info.active .text-info {
  color: #fff;
}
.uib-datepicker-popup.dropdown-menu .btn-default:hover, .uib-datepicker-popup.dropdown-menu .btn-default:focus, .uib-datepicker-popup.dropdown-menu .btn-default:active, .uib-datepicker-popup.dropdown-menu .btn-default.active {
  color: #333;
  background-color: #ebebeb;
}
.uib-datepicker-popup .text-muted {
  color: #999999;
}
.uib-datepicker-popup .text-info {
  color: #009B76;
}

/*@font-face {
  font-family: 'shc-icon-fonts';
  src: 	url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff'),
       	url('//orion.stanfordmed.org/resources/css/fonts/shc-icon-fonts.ttf?72590552') format('truetype'),
  		url('//orion.stanfordmed.org/resources/css/fonts/shc-icon-fonts.eot?72590552#iefix') format('embedded-opentype'),
       	url('//orion.stanfordmed.org/resources/css/fonts/shc-icon-fonts.svg?72590552#shc-icon-fonts') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: "shc-icon-fonts";
  src: url("/resources/css/fonts/shc-icon-fonts.woff2?v=6.15") format("woff2"), url("/resources/css/fonts/shc-icon-fonts.woff?v=6.15") format("woff"), url("/resources/css/fonts/shc-icon-fonts.ttf?v=6.15") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
* Iframe style
*/
.shc-frame-container ul.frame-actions {
  right: 0px;
  margin: 0px;
  position: absolute;
}
.shc-frame-container ul.frame-actions li {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.shc-frame-container ul.frame-actions li.print, .shc-frame-container ul.frame-actions li.info {
  padding: 5px;
}
.shc-frame-container ul.frame-actions li.print a {
  margin-right: 10px;
}
.shc-frame-container ul.frame-actions li .shc-btn {
  margin-right: 0px;
}
.shc-frame-container.embedded-schedule {
  width: auto;
}

.shc-frame {
  min-width: 100%;
  border: 0;
}
.shc-frame.instamed {
  visibility: hidden;
}
.shc-frame.instamed.content-ready {
  height: 840px !important;
  visibility: visible;
}

.hide-off {
  visibility: hidden;
}

@media (min-width: 1001px) {
  .shc-frame-container.embedded-schedule {
    width: 1000px;
  }
}
@media (max-width: 1000px) {
  .shc-frame-container.embedded-schedule {
    width: 100%;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Source Sans Pro", "sans-serif", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande";
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html * {
  max-height: 1000000px;
}

body {
  font-family: "Source Sans Pro", "sans-serif", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande";
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  background-color: #FFF;
  color: #4d4f53;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

label {
  font-weight: 400;
}

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

a {
  color: #007C92;
  font-weight: 600;
}
a:hover {
  color: #00505C;
  text-decoration: none;
}

p {
  line-height: 1.3em;
}

div.info, div.desc {
  line-height: 32px;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.hint-list {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 10px;
  line-height: 120%;
}

ol.nav-list {
  clear: both;
  padding-bottom: 20px;
  list-style-position: inside;
  height: 50px;
  margin-left: 0px;
  padding-left: 0px;
}
ol.nav-list li {
  padding: 4px 13px;
  list-style: none;
  float: left;
  display: block;
}
@media (max-width: 991px) {
  ol.nav-list li .nav-text {
    display: none;
  }
}
ol.nav-list li.selected {
  background-color: #8c1515;
  color: #fff;
}

input, button {
  outline: 0;
}
input::-ms-clear, button::-ms-clear {
  display: none;
}

textarea, input[type=text], input[type=password], input[type=email] {
  margin: 0;
  padding: 2px 0 2px 5px;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
  color: #4d4f53;
  font-size: 21px;
  font-weight: 400;
  border-top: 1px solid #dad7cb;
  outline: 0;
  width: 80%;
}
textarea ::placeholder, textarea ::-ms-input-placeholder, input[type=text] ::placeholder, input[type=text] ::-ms-input-placeholder, input[type=password] ::placeholder, input[type=password] ::-ms-input-placeholder, input[type=email] ::placeholder, input[type=email] ::-ms-input-placeholder {
  color: #928b81;
}
textarea.input-error, input[type=text].input-error, input[type=password].input-error, input[type=email].input-error {
  color: #8c1515;
  background-color: #ffffff;
  font-weight: 600;
  border: 1px solid #8c1515;
}
textarea.input-error.normal-background, input[type=text].input-error.normal-background, input[type=password].input-error.normal-background, input[type=email].input-error.normal-background {
  color: #4d4f53;
  background-color: #ffffff;
}

div.currency-input-text {
  display: inline;
  position: relative;
  left: 15px;
}
div.currency-input-text:before {
  content: "$";
  font-size: 21px;
}
div.currency-input-text + input[type=text] {
  padding-left: 18px;
}

select {
  font-size: 18px;
}

.error-info {
  font-size: 13px;
}
.error-info.countdown {
  font-size: 16px;
  color: #8c1515;
}
.error-info.error {
  color: #8c1515;
}
.error-info.normal-font {
  font-size: 21px;
}

.error-message {
  color: #8c1515;
  font-size: 18px;
  background-color: rgba(140, 21, 21, 0.2);
  padding: 5px 10px;
}

.file-drag-drop, upload-file {
  margin: 0 0 20px 0;
  border: 2px dashed #d7d7d7;
  padding: 25px;
  text-align: center;
  font-size: 33px;
  color: #928b81;
}
.file-drag-drop:hover, .file-drag-drop.hover, upload-file:hover, upload-file.hover {
  border: 2px dashed #009B76;
  background-color: #f5f5f5;
}

.upload-file {
  cursor: pointer;
  color: #007C92;
  border-style: solid;
  margin-bottom: 0;
}
.upload-file:hover, .upload-file.hover {
  border-style: solid;
}

.upload-doc-info {
  font-size: 15px;
  margin: 5px 0 10px 0;
}

.thumbnail-div {
  margin: 2px 0;
  font-size: 21px;
}
.thumbnail-div div.default-icon {
  height: 32px;
  width: 26px;
  float: left;
  background-repeat: no-repeat;
  background-size: 26px 32px;
}
.thumbnail-div div.default-icon.image {
  background-image: url("/resources/images/icons/MyHealth-Icons-additional_IMG.svg");
}
.thumbnail-div div.default-icon.pdf {
  background-image: url("/resources/images/icons/MyHealth-Icons-additional_PDF.svg");
}
.thumbnail-div div.default-icon.txt {
  background-image: url("/resources/images/icons/MyHealth-Icons-additional_TXT.svg");
}
.thumbnail-div img.thumbnail {
  max-width: 60px;
  max-height: 40px;
}
.thumbnail-div span.name {
  display: inline-block;
  margin-left: 20px;
}
.thumbnail-div span.size {
  color: #928b81;
  margin-left: 20px;
}
.thumbnail-div div.delete {
  display: inline-block;
  visibility: hidden;
  margin-left: 20px;
  width: 24px;
  height: 32px;
  cursor: pointer;
  background-size: 24px 24px;
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-image: url("/resources/images/icons/MyHealth_Icons_CancelSearch.png");
}
.thumbnail-div:hover div.delete {
  visibility: visible;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot");
  src: url("//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.woff") format("woff"), url("//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.input-error {
  color: #8c1515;
  background-color: #ffffff;
  font-weight: 600;
  border: 1px solid #8c1515;
}

.alert {
  border-radius: 0px;
}

.alert-danger {
  color: #8c1515;
  background-color: rgba(140, 21, 21, 0.2);
  font-weight: 600;
  border: none;
}

.container .shc-form .all-errors i.icon {
  color: #8c1515;
}
.container .shc-form .all-errors ul.internal {
  display: none;
}

div.alert.card {
  padding: 0;
  display: none;
}
div.alert img {
  display: none;
}

.custom-select {
  display: block;
  width: 100%;
  position: relative;
  /*
  &:after {
  	content: '';
      background: rgba(0,0,0,0) url('../images/MyHealth_Icons_SelectCarets.svg') no-repeat 0 0;
  	text-transform: none;
  	position: absolute;
  	right: 0px;
  	top: 5px;
  	height: 40px;
  	width: 25px;
  	pointer-events: none;
  }
  */
  /*
  select::-ms-expand {
   display: none;
  }
  .custom-select select:focus {
    outline: none;
  }
  */
}
.custom-select select {
  padding: 5px;
  height: 40px;
  margin: 0;
  background-color: #ffffff;
  color: #4d4f53;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  /*
  text-indent: 0.01px;
  text-overflow: '';
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
}
.custom-select select option {
  background-color: #ffffff;
}
.custom-select.auto-width {
  width: auto;
}
.custom-select select.input-error {
  color: #8c1515;
  background-color: #ffffff;
  font-weight: 600;
  border: 1px solid #8c1515;
}
.custom-select select#dateOfBirthMonth, .custom-select select#dateOfBirthDay, .custom-select select#dateOfBirthYear {
  min-width: 80px;
}

.off-screen {
  position: absolute;
  top: -999999em;
  left: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.no-outline-on-focus {
  outline: none;
}

.recaptchatable #recaptcha-image {
  -webkit-box-sizing: "content-box";
  -moz-box-sizing: "content-box";
  box-sizing: "content-box";
}
.recaptchatable a {
  color: #007C92 !important;
}
.recaptchatable a:hover {
  text-decoration: none;
  color: #007C92 !important;
}
.recaptchatable input {
  border: 1px solid #d7d7d7 !important;
}
.recaptchatable .error input {
  border: 1px solid #8c1515 !important;
  background-color: #ffffff;
}
.recaptchatable .error .error-msg {
  display: block;
}
.recaptchatable .error .error-msg {
  color: #8c1515;
}

.shallow-hide {
  visibility: hidden;
}

div.hidden-div {
  display: none;
}

.shc-table {
  margin-top: 10px;
  border: 0px solid #d7d7d7;
}
.shc-table table {
  width: 100%;
  margin-bottom: 0px;
  clear: both;
}
.shc-table table .radio {
  margin: 0px;
  padding: 0px;
}
.shc-table table thead tr {
  text-transform: uppercase;
  background-color: #fff !important;
}
.shc-table table thead tr th {
  padding: 0 1% 0 1%;
  border-right: 0px solid #d7d7d7;
  font-weight: 600;
  font-size: 15px;
  color: #4d4f53;
  letter-spacing: 0.04em;
  word-spacing: 0.125em;
}
.shc-table table thead tr th:last-child {
  border-right: 0px;
}
.shc-table table thead tr th a {
  color: inherit;
}
.shc-table table thead tr th.radio {
  padding-bottom: 40px !important;
}
.shc-table table thead tr th.nowrap {
  white-space: nowrap;
}
.shc-table table thead tr .lstSrtIcon {
  margin-left: 10px;
}
.shc-table table thead tr a {
  font-weight: 700;
}
.shc-table table tbody {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.shc-table table tbody tr {
  border-bottom: 1px solid #d7d7d7;
}
.shc-table table tbody tr .detailsbelow {
  font-weight: 400;
}
.shc-table table tbody tr.bold, .shc-table table tbody tr.new {
  font-weight: 700;
}
.shc-table table tbody tr:nth-child(even) {
  background-color: transparent;
}
.shc-table table tbody tr:last-child {
  border-bottom: none;
}
.shc-table table tbody tr td {
  border-right: 0px solid #d7d7d7 !important;
  background-color: transparent;
  font-size: 18px;
  padding: 10px !important;
}
.shc-table table tbody tr td:last-child {
  border-right: 0px;
  background-color: #fff !important;
}
.shc-table table tbody tr td.radio {
  padding: 8px 5px 8px 15px;
}
.shc-table table tfoot {
  text-align: center;
}
.shc-table table tfoot tr td {
  border: 0px;
}
.shc-table table tfoot span.header {
  text-transform: uppercase;
  font-size: 13px;
}
.shc-table table tfoot div {
  display: inline;
  font-size: 15px;
}
.shc-table table tfoot div .icon-page-prev, .shc-table table tfoot div .icon-page-next {
  display: inline-block;
  text-decoration: none;
}
.shc-table table tfoot .listpageinfo p {
  display: none;
}
.shc-table table tfoot .listpagebar p {
  display: inline-block;
  margin-top: 20px;
}
.shc-table table tfoot .listpagelinks {
  margin: 0 10px;
  width: 60% !important;
  font-size: 15px;
}
.shc-table table tfoot .listpagelinks div {
  width: auto !important;
}
.shc-table table tfoot .listpagelinks p {
  display: inline;
}
.shc-table table tfoot .listpagelinks div {
  margin: 0 10px;
}
.shc-table table tfoot img {
  margin: 0 10px;
  width: 15px;
}
.shc-table table tfoot.nav tr td {
  padding-top: 10px;
  font-weight: 600;
}
.shc-table table tfoot.nav tr td div {
  display: inline-block;
  margin: 0 20px;
}
.shc-table table tfoot.nav tr td div:first-child {
  text-align: left;
}
.shc-table table tfoot.nav tr td div:last-child {
  text-align: right;
}
.shc-table + .pager p {
  font-size: 15px;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.spacer30 {
  display: block;
  margin-top: 30px;
}

.modal-open, .ReactModal__Body--open {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch;
}
.modal-open.scrollw .slim-header, .ReactModal__Body--open.scrollw .slim-header {
  padding-right: 15px;
}
.modal-open.scrollw .main.dashboard, .ReactModal__Body--open.scrollw .main.dashboard {
  padding-right: 15px;
}

.modal-backdrop, .ReactModalPortal .modal-backdrop {
  position: fixed;
  background-color: rgba(0, 124, 146, 0.2);
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: 9999;
}

.ReactModalPortal .modal-backdrop {
  width: 100%;
}

.modal, .ReactModalPortal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 9999;
}
.modal.make-appt-modal .modal-dialog.modal-sm .modal-content .defaultCloseButton, .ReactModalPortal.make-appt-modal .modal-dialog.modal-sm .modal-content .defaultCloseButton {
  margin: -5px 0 0 466px;
}
.modal.webview .billing-section, .ReactModalPortal.webview .billing-section {
  text-align: left;
  margin-top: 30px;
  height: 100%;
}
.modal.webview .billing-sectionh2, .ReactModalPortal.webview .billing-sectionh2 {
  text-align: left;
}
.modal .modal-dialog.modal-sm, .ReactModalPortal .modal-dialog.modal-sm {
  margin-top: 240px;
  width: 520px;
  min-height: 200px;
}
.modal .modal-dialog.modal-sm .modal-content .defaultCloseButton, .ReactModalPortal .modal-dialog.modal-sm .modal-content .defaultCloseButton {
  margin: -5px 0 0 452px;
}
.modal .modal-dialog.modal-sm .modal-content ul.local-buttons, .ReactModalPortal .modal-dialog.modal-sm .modal-content ul.local-buttons {
  margin-top: 50px;
}
.modal .modal-dialog.modal-md, .ReactModalPortal .modal-dialog.modal-md {
  min-height: 300px;
}
.modal .modal-dialog.modal-lg, .ReactModalPortal .modal-dialog.modal-lg {
  width: 800px;
  min-height: 180px;
}
.modal .modal-dialog.modal-message-submit, .modal.modal-message-submit .modal-dialog, .ReactModalPortal .modal-dialog.modal-message-submit, .ReactModalPortal.modal-message-submit .modal-dialog {
  width: 700px;
  min-height: 250px;
}
.modal .modal-dialog.modal-message-submit h1, .modal.modal-message-submit .modal-dialog h1, .ReactModalPortal .modal-dialog.modal-message-submit h1, .ReactModalPortal.modal-message-submit .modal-dialog h1 {
  text-align: center;
  color: #8c1515;
}
.modal .modal-dialog.modal-message-submit p, .modal.modal-message-submit .modal-dialog p, .ReactModalPortal .modal-dialog.modal-message-submit p, .ReactModalPortal.modal-message-submit .modal-dialog p {
  text-align: center;
}
.modal .modal-dialog.modal-message-submit .modal-content .defaultCloseButton, .modal.modal-message-submit .modal-dialog .modal-content .defaultCloseButton, .ReactModalPortal .modal-dialog.modal-message-submit .modal-content .defaultCloseButton, .ReactModalPortal.modal-message-submit .modal-dialog .modal-content .defaultCloseButton {
  margin: 5px 0 0 655px;
}
@media (max-width: 767px) {
  .modal .modal-dialog.modal-message-submit, .modal.modal-message-submit .modal-dialog, .ReactModalPortal .modal-dialog.modal-message-submit, .ReactModalPortal.modal-message-submit .modal-dialog {
    width: 77%;
    min-height: 164px;
  }
  .modal .modal-dialog.modal-message-submit .modal-content .defaultCloseButton, .modal.modal-message-submit .modal-dialog .modal-content .defaultCloseButton, .ReactModalPortal .modal-dialog.modal-message-submit .modal-content .defaultCloseButton, .ReactModalPortal.modal-message-submit .modal-dialog .modal-content .defaultCloseButton {
    margin: 5px 0 0 68%;
  }
  .modal .modal-dialog.modal-message-submit .modal-content p, .modal.modal-message-submit .modal-dialog .modal-content p, .ReactModalPortal .modal-dialog.modal-message-submit .modal-content p, .ReactModalPortal.modal-message-submit .modal-dialog .modal-content p {
    font-size: 18px;
  }
}
.modal .modal-dialog.modal-esign, .ReactModalPortal .modal-dialog.modal-esign {
  width: 855px;
  margin-bottom: 60px;
  background-color: #ffffff !important;
}
.modal .modal-dialog.modal-esign .print-icon, .ReactModalPortal .modal-dialog.modal-esign .print-icon {
  float: none;
  margin-top: 15px;
}
.modal .modal-dialog.modal-esign .modal-content .defaultCloseButton, .ReactModalPortal .modal-dialog.modal-esign .modal-content .defaultCloseButton {
  margin: 5px 0 0 805px;
}
.modal .modal-dialog.modal-esign.large, .ReactModalPortal .modal-dialog.modal-esign.large {
  width: 1088px;
}
.modal .modal-dialog.modal-esign.large .modal-content .defaultCloseButton, .ReactModalPortal .modal-dialog.modal-esign.large .modal-content .defaultCloseButton {
  margin: 5px 0 0 1037px;
}
.modal .modal-dialog.modal-esign #esign-document header img, .modal .modal-dialog.modal-esign .epic-content header img, .ReactModalPortal .modal-dialog.modal-esign #esign-document header img, .ReactModalPortal .modal-dialog.modal-esign .epic-content header img {
  max-width: 80%;
}
.modal .modal-dialog.modal-esign #esign-document span._dataList[datarequired="1"] > div:first-child::before, .modal .modal-dialog.modal-esign .epic-content span._dataList[datarequired="1"] > div:first-child::before, .ReactModalPortal .modal-dialog.modal-esign #esign-document span._dataList[datarequired="1"] > div:first-child::before, .ReactModalPortal .modal-dialog.modal-esign .epic-content span._dataList[datarequired="1"] > div:first-child::before {
  position: absolute;
  left: -1rem;
  top: 1rem;
  display: inline-block;
  background: url(../images/icons/required_asterisk.png) scroll no-repeat transparent 0 0/0.5rem 0.5rem;
  color: transparent;
  content: "";
  height: 1rem;
  margin: 0 -1rem 0 0;
  overflow: hidden;
  vertical-align: top;
  width: 1rem;
}
.modal .modal-dialog.modal-esign #esign-document input[type=radio], .modal .modal-dialog.modal-esign #esign-document input[type=checkbox], .modal .modal-dialog.modal-esign .epic-content input[type=radio], .modal .modal-dialog.modal-esign .epic-content input[type=checkbox], .ReactModalPortal .modal-dialog.modal-esign #esign-document input[type=radio], .ReactModalPortal .modal-dialog.modal-esign #esign-document input[type=checkbox], .ReactModalPortal .modal-dialog.modal-esign .epic-content input[type=radio], .ReactModalPortal .modal-dialog.modal-esign .epic-content input[type=checkbox] {
  float: left;
}
.modal .modal-dialog.modal-esign #esign-document input[type=radio] + label, .modal .modal-dialog.modal-esign #esign-document input[type=checkbox] + label, .modal .modal-dialog.modal-esign .epic-content input[type=radio] + label, .modal .modal-dialog.modal-esign .epic-content input[type=checkbox] + label, .ReactModalPortal .modal-dialog.modal-esign #esign-document input[type=radio] + label, .ReactModalPortal .modal-dialog.modal-esign #esign-document input[type=checkbox] + label, .ReactModalPortal .modal-dialog.modal-esign .epic-content input[type=radio] + label, .ReactModalPortal .modal-dialog.modal-esign .epic-content input[type=checkbox] + label {
  margin-left: 10px;
  width: 95%;
}
.modal .modal-dialog.modal-esign #esign-document input._esigFreeText, .modal .modal-dialog.modal-esign .epic-content input._esigFreeText, .ReactModalPortal .modal-dialog.modal-esign #esign-document input._esigFreeText, .ReactModalPortal .modal-dialog.modal-esign .epic-content input._esigFreeText {
  width: 100%;
}
.modal .modal-dialog, .ReactModalPortal .modal-dialog {
  margin: 120px auto 0 auto;
  width: 640px;
  min-height: 400px;
  background-color: #fff;
  box-shadow: 0 0 20px grey;
  outline: 0;
}
.modal .modal-dialog .modal-content, .ReactModalPortal .modal-dialog .modal-content {
  padding: 20px 20px 40px 20px;
  position: relative;
}
.modal .modal-dialog .modal-content .prevent-state-change, .ReactModalPortal .modal-dialog .modal-content .prevent-state-change {
  height: 200px;
}
.modal .modal-dialog .modal-content .smaller-font, .ReactModalPortal .modal-dialog .modal-content .smaller-font {
  font-size: 13px;
}
.modal .modal-dialog .modal-content .defaultCloseButton, .ReactModalPortal .modal-dialog .modal-content .defaultCloseButton {
  position: absolute;
  margin: 5px 0 0 590px;
  width: 47px;
  height: 47px;
  background-image: url("../images/icons/modal-close-btn.png");
  cursor: pointer;
}
.modal .modal-dialog .modal-content .defaultCloseButton.responsiveCloseBtn, .ReactModalPortal .modal-dialog .modal-content .defaultCloseButton.responsiveCloseBtn {
  margin: 0;
  top: 10px;
  right: -23.5px;
}
.modal .modal-dialog .modal-content .padding-content, .ReactModalPortal .modal-dialog .modal-content .padding-content {
  padding: 20px;
}
.modal .modal-dialog .modal-content .padding-testresult-content, .ReactModalPortal .modal-dialog .modal-content .padding-testresult-content {
  padding: 18px;
}
.modal .modal-dialog .modal-content .modal-info-list, .ReactModalPortal .modal-dialog .modal-content .modal-info-list {
  min-width: 450px;
  padding: 20px;
  background-color: #fff;
}
.modal .modal-dialog .modal-content .modal-info-list .section, .ReactModalPortal .modal-dialog .modal-content .modal-info-list .section {
  margin-top: 30px;
}
.modal .modal-dialog .modal-content .modal-info-list .section .header, .ReactModalPortal .modal-dialog .modal-content .modal-info-list .section .header {
  font-weight: 600;
}
.modal .modal-dialog .modal-content .modal-info-list .section .info, .ReactModalPortal .modal-dialog .modal-content .modal-info-list .section .info {
  margin-top: 5px;
}
.modal .modal-dialog .modal-content .modal-info-list .campaign-buttons, .ReactModalPortal .modal-dialog .modal-content .modal-info-list .campaign-buttons {
  margin: 30px 0px 60px 0px;
}
.modal .modal-dialog .modal-content .modal-info-list .dismiss, .ReactModalPortal .modal-dialog .modal-content .modal-info-list .dismiss {
  line-height: 28px;
  margin-left: 10px;
}
.modal .modal-dialog .modal-content .modal-info-list .dismiss.only-dismiss, .ReactModalPortal .modal-dialog .modal-content .modal-info-list .dismiss.only-dismiss {
  margin-left: 0px;
}
.modal .modal-dialog .modal-content .billing-section, .ReactModalPortal .modal-dialog .modal-content .billing-section {
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.modal .modal-dialog .modal-content .billing-section .header, .ReactModalPortal .modal-dialog .modal-content .billing-section .header {
  font-weight: 600;
  margin-top: 30px;
}
.modal .modal-dialog .modal-content .custom-header, .ReactModalPortal .modal-dialog .modal-content .custom-header {
  color: #8c1515;
}
.modal .modal-dialog .modal-content .expire, .ReactModalPortal .modal-dialog .modal-content .expire {
  font-size: 158%;
}
.modal .modal-dialog .modal-content p.expire, .ReactModalPortal .modal-dialog .modal-content p.expire {
  font-size: 21px;
  margin-top: 20px;
}
.modal .modal-dialog .modal-content ul.list, .ReactModalPortal .modal-dialog .modal-content ul.list {
  margin: 0;
  padding: 0;
}
.modal .modal-dialog .modal-content ul.list li, .ReactModalPortal .modal-dialog .modal-content ul.list li {
  list-style-type: disc;
  margin-left: 20px;
}
.modal .modal-dialog .modal-content ul.local-buttons, .ReactModalPortal .modal-dialog .modal-content ul.local-buttons {
  margin: 120px auto 0 auto;
  padding-bottom: 40px;
  text-align: center;
}
.modal .modal-dialog .modal-content ul.local-buttons li.save, .ReactModalPortal .modal-dialog .modal-content ul.local-buttons li.save {
  color: #fff;
  background-color: #007C92;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
}
.modal .modal-dialog .modal-content ul.local-buttons li.save[disabled], .ReactModalPortal .modal-dialog .modal-content ul.local-buttons li.save[disabled] {
  opacity: 0.5;
}
.modal .modal-dialog .modal-content ul.local-buttons li.save[disabled]:hover, .ReactModalPortal .modal-dialog .modal-content ul.local-buttons li.save[disabled]:hover {
  background-color: #007C92;
}
.modal .modal-dialog .modal-content ul.local-buttons li.save:hover, .ReactModalPortal .modal-dialog .modal-content ul.local-buttons li.save:hover {
  background-color: #00505C;
  color: #fff;
}
.modal .modal-dialog .modal-content ul.local-buttons li.save.secondary, .ReactModalPortal .modal-dialog .modal-content ul.local-buttons li.save.secondary {
  color: #007C92;
  border: 2px solid #007C92;
  background-color: transparent;
}
.modal .modal-dialog .modal-content ul.local-buttons li.save.secondary:hover, .ReactModalPortal .modal-dialog .modal-content ul.local-buttons li.save.secondary:hover {
  background-color: rgba(0, 126, 148, 0.1019607843);
}
.modal .modal-dialog .modal-content ul.local-buttons li.cancel, .ReactModalPortal .modal-dialog .modal-content ul.local-buttons li.cancel {
  color: #928b81;
  background-color: transparent;
  text-transform: none;
  text-align: center;
  font-size: 18px;
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
}
.modal .modal-dialog .modal-content ul.local-buttons li.cancel:hover, .ReactModalPortal .modal-dialog .modal-content ul.local-buttons li.cancel:hover {
  background-color: transparent;
  color: #928b81;
}
.modal .modal-dialog .modal-content ul.local-buttons.schedule-first-appointment, .ReactModalPortal .modal-dialog .modal-content ul.local-buttons.schedule-first-appointment {
  margin-top: 40px;
}
.modal .modal-dialog .modal-content ul.local-buttons.text-align-left, .ReactModalPortal .modal-dialog .modal-content ul.local-buttons.text-align-left {
  text-align: left;
}

.tooltip {
  position: absolute;
  width: 400px;
  padding: 10px;
  border: 1px solid #d7d7d7;
  background-color: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  z-index: 9;
}
@media screen and (max-width: 500px) {
  .tooltip {
    width: 255px;
  }
}

.print-icon, .info-icon {
  float: right;
  padding: 5px 0 5px 20px;
  cursor: pointer;
}

.hospital-visit-icon {
  background-image: url("../images/icons/icn_hospital_visit.svg");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  padding-left: 36px;
}

div.subway {
  height: 80px;
  margin-top: 20px;
  padding-left: 40px;
}
div.subway > div.stops {
  float: left;
}
div.subway > div.stops div.line {
  float: left;
  margin-top: 16px;
  height: 11px;
  width: 76px;
  overflow: visible;
  background-color: #f3f3f3;
}
div.subway > div.stops div.line div.trainrail {
  position: relative;
  top: 4px;
  left: -6px;
  width: 88px;
  height: 3px;
  background-color: #00505C;
  z-index: 2;
}
div.subway > div.stops div.line div.trainrail.inactive {
  display: none;
}
div.subway > div.stops div.trainstop {
  position: relative;
  float: left;
  overflow: visible;
}
div.subway > div.stops div.trainstop div.icon-background {
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background-color: #f3f3f3;
}
div.subway > div.stops div.trainstop div.icon-background div.icon {
  position: relative;
  top: 5px;
  left: 5px;
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
}
div.subway > div.stops div.trainstop div.icon-background div.icon.demographics, div.subway > div.stops div.trainstop div.icon-background div.icon.contact, div.subway > div.stops div.trainstop div.icon-background div.icon.personal-information {
  background-image: url("../images/icons/icn_contact.svg");
}
div.subway > div.stops div.trainstop div.icon-background div.icon.insurance {
  background-image: url("../images/icons/icn_insurance.svg");
}
div.subway > div.stops div.trainstop div.icon-background div.icon.copay, div.subway > div.stops div.trainstop div.icon-background div.icon.payments {
  background-image: url("../images/icons/icn_copay.svg");
}
div.subway > div.stops div.trainstop div.icon-background div.icon.medications {
  background-image: url("../images/icons/icn_medications.svg");
}
div.subway > div.stops div.trainstop div.icon-background div.icon.allergies {
  background-image: url("../images/icons/icn_allergies.svg");
}
div.subway > div.stops div.trainstop div.icon-background div.icon.questionnaires, div.subway > div.stops div.trainstop div.icon-background div.icon.patient-forms {
  background-image: url("../images/icons/icn_patient-forms.svg");
}
div.subway > div.stops div.trainstop div.icon-background div.icon.documents {
  background-image: url("../images/icons/icn_signature.svg");
}
div.subway > div.stops div.trainstop div.icon-background div.icon.active.demographics, div.subway > div.stops div.trainstop div.icon-background div.icon.active.contact, div.subway > div.stops div.trainstop div.icon-background div.icon.active.personal-information {
  background-image: url("../images/icons/icn_contact_selected.svg");
}
div.subway > div.stops div.trainstop div.icon-background div.icon.active.insurance {
  background-image: url("../images/icons/icn_insurance_selected.svg");
}
div.subway > div.stops div.trainstop div.icon-background div.icon.active.copay, div.subway > div.stops div.trainstop div.icon-background div.icon.active.payments {
  background-image: url("../images/icons/icn_copay_selected.svg");
}
div.subway > div.stops div.trainstop div.icon-background div.icon.active.medications {
  background-image: url("../images/icons/icn_medications_selected.svg");
}
div.subway > div.stops div.trainstop div.icon-background div.icon.active.allergies {
  background-image: url("../images/icons/icn_allergies_selected.svg");
}
div.subway > div.stops div.trainstop div.icon-background div.icon.active.questionnaires, div.subway > div.stops div.trainstop div.icon-background div.icon.active.patient-forms {
  background-image: url("../images/icons/icn_patient-forms_selected.svg");
}
div.subway > div.stops div.trainstop div.icon-background div.icon.active.documents {
  background-image: url("../images/icons/icn_signature_selected.svg");
}
div.subway > div.stops div.trainstop div.icon-background div.icon.active.allowed {
  cursor: pointer;
}
div.subway > div.stops div.trainstop div.icon-background div.icon.active.visited {
  cursor: pointer;
}
div.subway > div.stops div.trainstop div.icon-background div.icon.allowed {
  cursor: pointer;
}
div.subway > div.stops div.trainstop div.icon-background div.icon.visited {
  background-image: url("../images/icons/icn_done.svg");
  cursor: pointer;
}
div.subway > div.stops div.trainstop div.description {
  position: relative;
  width: 40px;
  text-align: center;
  overflow: visible;
  font-size: 18px;
  color: #928b81;
  font-weight: 600;
  line-height: 18px;
}
div.subway > div.stops div.trainstop div.description.active {
  color: #00505C;
}
div.subway > div.stops div.trainstop div.description.visited {
  color: #00505C;
  cursor: pointer;
}
div.subway > div.stops div.trainstop div.description.allowed {
  cursor: pointer;
}
div.subway > div.stops div.trainstop div.description.medications {
  left: -20px;
}
div.subway > div.stops div.trainstop div.description.allergies {
  left: -8px;
}
div.subway > div.stops div.trainstop div.description.documents {
  left: -18px;
}

.creditcard-icon {
  width: 154px;
  height: 25px;
  background-image: url("../images/creditcards.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.creditcard-icon.individual {
  float: left;
  margin: 2px;
  opacity: 0.2;
}
.creditcard-icon.individual.master {
  background-position: -2px 0;
  width: 33px;
}
.creditcard-icon.individual.visa {
  background-position: -38px 0;
  width: 42px;
}
.creditcard-icon.individual.discover {
  background-position: -84px 0;
  width: 33px;
}
.creditcard-icon.individual.amex {
  background-position: -119px 0;
  width: 33px;
}
.creditcard-icon.individual.selected {
  opacity: 1;
}

.creditcard-image {
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
}
.creditcard-image.master {
  background-image: url("../images/icons/icn_master.png");
  background-size: 90px 56px;
  background-position: 0 16px;
}
.creditcard-image.visa {
  background-image: url("../images/icons/icn_visa.png");
  background-size: 90px 56px;
  background-position: 0 16px;
}
.creditcard-image.discover {
  background-image: url("../images/icons/icn_discover.png");
  background-size: 90px 56px;
  background-position: 0 16px;
}
.creditcard-image.amex {
  background-image: url("../images/icons/icn_amex.png");
  background-size: 90px 56px;
  background-position: 0 16px;
}
.creditcard-image.bank {
  background-image: url("../images/icons/icn_bank.png");
  background-size: 60px 60px;
  background-position: 15px 15px;
}
.creditcard-image.applepay {
  background-image: url("../images/icons/ApplePayMark.svg");
  background-size: 90px 56px;
  background-position: 0 16px;
}
.creditcard-image.googlepay {
  background-image: url("../images/icons/GooglePayMark.svg");
  background-size: 90px 56px;
  background-position: 0 16px;
}

.box-cta {
  border: 1px solid #b6b1a9;
  text-align: center;
  margin: 20px 0px 3px 0px;
}
.box-cta .box-cta-title {
  font-size: 21px;
  text-transform: uppercase;
  color: #8c1515;
  background-color: #fff;
  margin: -10px auto 0px auto;
  width: 400px;
}
.box-cta .box-cta-text {
  font-size: 21px;
  padding: 20px 48px;
  margin: 10px auto 10px auto;
}

.box-cta-title {
  font-size: 21px;
  text-transform: uppercase;
  color: #8c1515;
  background-color: #fff;
  margin: -10px auto 0px auto;
  width: 400px;
}

.box-cta-text {
  font-size: 21px;
  padding: 20px 48px;
  margin: 10px auto 10px auto;
}

:-ms-input-placeholder {
  color: #aaa !important;
}

.anchor {
  color: #007C92;
  font-weight: 600;
  cursor: pointer;
}

iframe#submit-iframe {
  display: none;
}

.login .vaccine-message {
  width: 90%;
  margin-top: 60px;
  margin-bottom: 0;
}

.vaccine-message {
  width: 96%;
  margin: 20px auto;
  padding: 0;
  border: 1px solid #d7d7d7;
  box-shadow: 0 0 20px grey;
}
.vaccine-message .content {
  margin-top: 10px;
}
.vaccine-message .content div {
  padding: 20px 0;
}
.vaccine-message .content div.border-top {
  border-top: 1px solid #d7d7d7;
}
.vaccine-message .content div span.bold {
  font-weight: 700;
}

.slim-header ul.nav-items > li.profile-switcher .dropdown-menu, .opensched-header ul.nav-items > li.profile-switcher .dropdown-menu {
  font-size: 1em;
  border: 0px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-top: 0px;
  color: #4d4f53;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  float: none;
  margin-top: 10px;
}
.slim-header ul.nav-items > li.profile-switcher .dropdown-menu .arrow, .opensched-header ul.nav-items > li.profile-switcher .dropdown-menu .arrow, .slim-header ul.nav-items > li.profile-switcher .dropdown-menu .arrow:after, .opensched-header ul.nav-items > li.profile-switcher .dropdown-menu .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.slim-header ul.nav-items > li.profile-switcher .dropdown-menu .arrow, .opensched-header ul.nav-items > li.profile-switcher .dropdown-menu .arrow {
  border-width: 11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
  margin-left: 20px;
}
.slim-header ul.nav-items > li.profile-switcher .dropdown-menu .arrow:after, .opensched-header ul.nav-items > li.profile-switcher .dropdown-menu .arrow:after {
  content: " ";
  top: -9px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
  border-width: 10px;
}
.slim-header ul.nav-items > li.profile-switcher .dropdown-menu li, .opensched-header ul.nav-items > li.profile-switcher .dropdown-menu li {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slim-header ul.nav-items > li.profile-switcher .dropdown-menu li.header, .opensched-header ul.nav-items > li.profile-switcher .dropdown-menu li.header {
  border-bottom: 0px;
}
.slim-header ul.nav-items > li.profile-switcher .dropdown-menu li.active a, .opensched-header ul.nav-items > li.profile-switcher .dropdown-menu li.active a {
  color: #8c1515;
  background-color: inherit;
}

@media (max-width: 767px) {
  .body .tab-paginator a {
    font-size: 0.8em;
  }
  body {
    font-size: 14px;
  }
  .btn, textarea, input[type=text], input[type=password] {
    width: 100%;
  }
  .main .waitlist-fastpass {
    margin: 20px 15px 0;
  }
  .main .waitlist-fastpass > .waitlist > .offer, .main .waitlist-fastpass > .fastpass > .offer, .main .waitlist-fastpass.modal-internal > .offer {
    max-width: 35%;
  }
  .main .waitlist-fastpass > .waitlist > .existing, .main .waitlist-fastpass > .fastpass > .existing, .main .waitlist-fastpass.modal-internal > .existing {
    max-width: 21%;
  }
  .main .waitlist-fastpass > .waitlist > .offer {
    max-width: 56%;
  }
  .main .waitlist-fastpass.appointment > .waitlist > .offer, .main .waitlist-fastpass.appointment > .fastpass > .offer {
    max-width: 50%;
  }
  .main .waitlist-fastpass.appointment > .waitlist > .existing, .main .waitlist-fastpass.appointment > .fastpass > .existing {
    max-width: 35%;
  }
  .labdetail .datatile #graph .dataselect fieldset span, .labdetail .datatile #graph .dataselect fieldset label, .labdetail .datatile #graph .dataselect fieldset input[type=text], .labdetail #datatile #graph .dataselect fieldset span, .labdetail #datatile #graph .dataselect fieldset label, .labdetail #datatile #graph .dataselect fieldset input[type=text] {
    font-size: 15px;
  }
  .labdetail .datatile #graph .dataselect fieldset input[type=text], .labdetail #datatile #graph .dataselect fieldset input[type=text] {
    width: 30px;
  }
  .labdetail .datatile #graph .dataselect fieldset input.date, .labdetail #datatile #graph .dataselect fieldset input.date {
    width: 75px;
  }
  .two-factors ul.navigation li {
    font-size: 13px;
    padding: 10px 5px;
  }
  .two-factors .buttons-container button {
    font-size: 13px;
    padding: 10px 5px;
  }
  .two-factors .buttons-container button.custom-submit-button {
    float: right;
  }
  .two-factors .buttons-container button.cancel {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main .waitlist-fastpass {
    margin: 20px 15px 0;
  }
  .main .waitlist-fastpass > .waitlist > .offer, .main .waitlist-fastpass > .fastpass > .offer, .main .waitlist-fastpass.modal-internal > .offer {
    max-width: 34%;
  }
  .main .waitlist-fastpass > .waitlist > .existing, .main .waitlist-fastpass > .fastpass > .existing, .main .waitlist-fastpass.modal-internal > .existing {
    max-width: 26%;
  }
  .main .waitlist-fastpass > .waitlist > .offer {
    max-width: 60%;
  }
  .main .waitlist-fastpass.appointment > .waitlist > .offer, .main .waitlist-fastpass.appointment > .fastpass > .offer {
    max-width: 50%;
  }
  .main .waitlist-fastpass.appointment > .waitlist > .existing, .main .waitlist-fastpass.appointment > .fastpass > .existing {
    max-width: 35%;
  }
  .two-factors ul.navigation li {
    font-size: 15px;
  }
  .health-tracker.detail .filter {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .main .body .main-nav ul.nav li {
    padding-right: 10px;
  }
  .main .body .vitals .vital-wrap {
    width: 12.5%;
  }
  .main .hd .slim-header ul.nav-items > li.profile-switcher .dropdown-menu {
    top: auto;
    position: absolute;
    margin-top: 4px;
    left: 0;
    right: 0;
  }
}
.info-overlay, .chart-overlay, .overlay {
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: rgba(0, 124, 146, 0.2);
}
.info-overlay.showing, .chart-overlay.showing, .overlay.showing {
  display: block;
  opacity: 0.85;
}

@keyframes animrotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.info-list {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  left: 46%;
  top: 40%;
  margin-left: -225px;
  margin-top: -225px;
  display: -webkit-box;
  opacity: 1;
  z-index: 1101;
  width: 600px;
  min-height: 320px;
  max-height: 450px;
  padding: 20px 40px;
  display: none;
  background-color: #FFF;
}
.info-list .close-popup {
  position: absolute;
  right: 10px;
}
.info-list .close-popup a:hover {
  text-decoration: none;
}
.info-list h4.title {
  font-weight: 400;
  margin-bottom: 40px;
}

.spinner-wrap {
  z-index: 1101;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  display: -webkit-box;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
  text-shadow: 0 0 0.25em rgba(255, 255, 255, 0.3);
}
.spinner-wrap .icon.icon-spinner.icon-normal {
  animation-name: animrotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  display: inline-block;
  background-image: url("../images/icons/MyHealth_Icons_loader4.svg");
  height: 80px;
  width: 80px;
  background-repeat: no-repeat;
}
.spinner-wrap .icon.icon-spinner.icon-normal:before {
  content: "";
}
.spinner-wrap .spinner {
  padding-top: 10px;
  margin-left: 15px;
  font-size: 18px;
  display: inline-block;
}
.spinner-wrap.display-none {
  display: none;
}

.green-spinner {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  z-index: 1101;
}
.green-spinner .img {
  width: 64px;
  height: 64px;
  background-image: url("../images/icons/MyHealth_Icons_loader4b.svg") !important;
  animation-name: animrotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.green-spinner .img::before, .green-spinner .img::after {
  content: "";
  -webkit-animation: none;
  animation: none;
}

form#shc-form-new label:not(.radio-label), .shc-form-new label:not(.radio-label), .shc-form label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.04em;
  word-spacing: 0.125em;
  margin: 0px;
  width: 100%;
}

.shc-form .demog-info label.control-label {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0;
  word-spacing: 0;
  text-transform: none;
}
.shc-form .fields {
  margin-bottom: 10px;
  position: relative;
}
.shc-form.form-error .all-errors, .shc-form.show-error .all-errors {
  display: block;
}
.shc-form.form-error.multi-error .all-errors {
  display: none;
}
.shc-form .all-errors {
  margin-top: 15px;
  display: none;
  text-align: left;
}
.shc-form .all-errors.show-error {
  display: block;
}
.shc-form .all-errors i.icon {
  color: #BF5A58;
}
.shc-form .all-errors .title {
  font-weight: 700;
}
.shc-form .error-msg {
  margin-top: 3px;
  display: none;
  font-size: 90%;
  background-color: transparent;
  color: #8c1515;
}
.shc-form .fields.error .custom-select select, .shc-form .fields.error input {
  border: 1px solid #8c1515;
  background-color: #ffffff;
}
.shc-form .fields.error .error-msg {
  display: block;
}
.shc-form .fields input.error {
  border: 1px solid #8c1515;
  background-color: #ffffff;
}
.shc-form .fields span.error {
  font-size: 18px;
  font-weight: 400;
  color: #8c1515;
}
.shc-form .custom-select .error-msg {
  display: block;
}
.shc-form .custom-select.error select {
  border: 1px solid #8c1515;
  background-color: #ffffff;
}
.shc-form .hint {
  font-size: 15px;
  margin-top: 10px;
  display: block;
}
.shc-form .hint ul {
  list-style: disc;
  padding-left: 18px;
}
.shc-form .hint ul li {
  line-height: 1;
}
.shc-form .subhead {
  font-size: 120%;
  font-weight: 600;
  color: #8c1515;
  margin-bottom: 5px;
}
.shc-form p.intro {
  margin: 0px;
  padding: 0px;
}
.shc-form ul.simple {
  padding-bottom: 20px;
  list-style-type: disc;
  list-style-position: inside;
}

form#shc-form-new, .shc-form-new {
  box-sizing: border-box;
}
form#shc-form-new [class*=col], .shc-form-new [class*=col] {
  margin-top: 25px;
  position: relative;
  float: left;
}
form#shc-form-new [class*=col]:last-child::after, .shc-form-new [class*=col]:last-child::after {
  content: "";
  clear: both;
  display: block;
}
form#shc-form-new .right, .shc-form-new .right {
  float: right;
}
form#shc-form-new input:not([type=radio]), form#shc-form-new select:not([type=radio]), form#shc-form-new textarea:not([type=radio]), .shc-form-new input:not([type=radio]), .shc-form-new select:not([type=radio]), .shc-form-new textarea:not([type=radio]) {
  width: 100%;
}
form#shc-form-new input:not([type=radio]), form#shc-form-new select:not([type=radio]), .shc-form-new input:not([type=radio]), .shc-form-new select:not([type=radio]) {
  height: 35px;
}
form#shc-form-new textarea, .shc-form-new textarea {
  height: 81px;
}
form#shc-form-new select, .shc-form-new select {
  background-color: #ffffff;
  color: #4d4f53;
  outline: none;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  text-indent: 1px;
  border-radius: 0;
}
form#shc-form-new .inputs, .shc-form-new .inputs {
  margin-bottom: 25px;
  position: relative;
  width: 100%;
}
form#shc-form-new .error-info, .shc-form-new .error-info {
  color: #8c1515;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  display: block;
  font-size: 16px;
}
form#shc-form-new .error-field, .shc-form-new .error-field {
  background-color: #ffffff;
  border: 1px solid #8c1515;
}
form#shc-form-new .col3, .shc-form-new .col3 {
  width: calc(25% - 7px);
}
form#shc-form-new .col4, .shc-form-new .col4 {
  width: calc(33.33% - 7px);
}
form#shc-form-new .col5, .shc-form-new .col5 {
  width: calc(41.66% - 7px);
}
form#shc-form-new .col6, .shc-form-new .col6 {
  width: calc(50% - 7px);
}
form#shc-form-new .col7, .shc-form-new .col7 {
  width: calc(58.33% - 7px);
}
form#shc-form-new .col8, .shc-form-new .col8 {
  width: calc(66.66% - 7px);
}
form#shc-form-new .col9, .shc-form-new .col9 {
  width: calc(75% - 7px);
}
form#shc-form-new .col12, .shc-form-new .col12 {
  width: 100%;
}
form#shc-form-new .colfixed, .shc-form-new .colfixed {
  float: none;
}
@media screen and (min-width: 767px) {
  form#shc-form-new .colfixed, .shc-form-new .colfixed {
    width: 355px;
  }
}
form#shc-form-new .italic, .shc-form-new .italic {
  font-style: italic;
  margin: 0;
}
form#shc-form-new .disabled, .shc-form-new .disabled {
  cursor: text;
  opacity: 0.6;
}
form#shc-form-new img.calendar, .shc-form-new img.calendar {
  width: 40px;
  height: 40px;
  float: right;
  cursor: pointer;
}
form#shc-form-new input.date-field, .shc-form-new input.date-field {
  width: calc(100% - 47px);
  float: left;
}

input.custom-search-textbox {
  background-image: url("../images/icons/search.png");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 3px;
  padding-left: 36px;
}

.feedback-modal {
  min-height: 600px;
  top: 250px;
}
.feedback-modal .bd .row p {
  margin: 0px;
}
.feedback-modal #feedbackUsername,
.feedback-modal #feedbackEmail,
.feedback-modal #feedbackComment,
.feedback-modal #feedbackEnteredUrl {
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 12pt;
}
.feedback-modal #feedbackErrorMessage {
  color: #8c1515;
  font-size: 12pt;
  margin-bottom: 10px;
}

a {
  cursor: pointer;
}

.app .shc-header {
  margin-top: 40px;
}

.main {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.create-account {
  min-height: 400px;
}
.create-account .body {
  padding-bottom: 0px;
}
.create-account > .hd {
  height: 70px;
}
.create-account > .hd .slim-header {
  position: inherit;
}
.create-account .login-section {
  position: relative;
  width: 605px;
}
.create-account .ft {
  border-top: 0px;
  padding: 0px;
}
.create-account li {
  text-align: left;
  padding: 5px;
}
.create-account .verify-success-email {
  display: flex;
  border: 1px solid #D7D7D7;
  font-size: 18px;
}
.create-account .verify-success-email .left {
  text-align: center;
  padding: 38px 38px 8px;
}
.create-account .verify-success-email .left .title {
  color: #8c1515;
  font-size: 48px;
}
.create-account .verify-success-email .left .desc {
  margin: 16px 0;
}
.create-account .verify-success-email .left .or {
  display: flex;
  margin: 33px;
}
.create-account .verify-success-email .left .or-line {
  width: 220px;
  height: 1px;
  border: 1px solid #D7D7D7;
}
.create-account .verify-success-email .left .or-text {
  padding: 0 10px;
  margin-top: -12px;
}
.create-account .verify-success-email .left .registration-info-link {
  padding-top: 12px;
}
.create-account .verify-success-email .account-choice {
  font-weight: 600;
  margin-bottom: 28px;
}
.create-account .verify-success-email #registration-info {
  color: #007C92;
  font-weight: 600;
  padding-top: 24px;
  font-size: 18px;
}
.create-account .illustration {
  width: 620px;
  height: 549px;
  background-size: contain;
  background-image: url("/resources/images/CorporatePartner_illustartion.png");
}
.create-account .illustration.SM {
  background-image: url("/resources/images/Stanford_illustration3x.jpg");
}
.create-account > .body.container .info_icn {
  width: 18px;
}
.create-account > .body.container .title {
  margin-bottom: 40px;
}
.create-account > .body.container .title h2 {
  border-bottom: 3px solid #8c1515;
  font-weight: 400;
  font-size: 1.5em;
  padding-bottom: 3px;
  margin-bottom: 0px;
}
.create-account > .body.container p {
  margin: 20px 0;
}
.create-account > .body.container .child-desc {
  margin: 3px 0 18px 26px;
  font-size: 18px;
}
.create-account > .body.container .child-desc-div {
  border: 1px solid #b6b1a9;
  font-size: 18px;
  padding: 12px;
  margin-left: 12px;
  width: 60%;
}
.create-account > .body.container .child-desc-div li {
  list-style: initial;
  margin-left: 18px;
}
.create-account > .body.container .header {
  clear: left;
  font-size: 1.8em;
  color: #8c1515;
  line-height: 1;
  margin: 32px 0;
}
.create-account > .body.container .letter {
  float: right;
  width: 40%;
  width: 235px;
  height: 313px;
  background-image: url("/resources/images/sample-activation-letter.png");
  background-repeat: no-repeat;
}
.create-account > .body.container .desc-container li {
  list-style: inside;
  margin-left: 32px;
  text-align: left;
  padding: 5px;
}
.create-account > .body.container .custom-button-container {
  clear: both;
  margin-top: 40px;
}

.custom-button-container {
  border-top: 1px solid #b6b1a9;
  padding: 20px 0;
  margin: 20px 0;
}
.custom-button-container.no-border {
  border-top: none;
}
.custom-button-container input.completeworkflow, .custom-button-container input.nextstep {
  color: #fff;
  background-color: #007C92;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
}
.custom-button-container input.completeworkflow[disabled], .custom-button-container input.nextstep[disabled] {
  opacity: 0.5;
}
.custom-button-container input.completeworkflow[disabled]:hover, .custom-button-container input.nextstep[disabled]:hover {
  background-color: #007C92;
}
.custom-button-container input.completeworkflow:hover, .custom-button-container input.nextstep:hover {
  background-color: #00505C;
  color: #fff;
}
.custom-button-container input.completeworkflow.secondary, .custom-button-container input.nextstep.secondary {
  color: #007C92;
  border: 2px solid #007C92;
  background-color: transparent;
}
.custom-button-container input.completeworkflow.secondary:hover, .custom-button-container input.nextstep.secondary:hover {
  background-color: rgba(0, 126, 148, 0.1019607843);
}
.custom-button-container input.cancelworkflow, .custom-button-container input.previousstep {
  color: #928b81;
  background-color: transparent;
  text-transform: none;
  text-align: center;
  font-size: 18px;
}
.custom-button-container input.cancelworkflow:hover, .custom-button-container input.previousstep:hover {
  background-color: transparent;
  color: #928b81;
}
.custom-button-container .custom-button {
  display: inline-block;
  float: left;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  text-transform: none;
  border: none;
}
.custom-button-container .custom-button.disabled {
  opacity: 0.5;
}
.custom-button-container .custom-submit-button, .custom-button-container .custom-submit-button a {
  color: #fff;
  background-color: #007C92;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
}
.custom-button-container .custom-submit-button[disabled], .custom-button-container .custom-submit-button a[disabled] {
  opacity: 0.5;
}
.custom-button-container .custom-submit-button[disabled]:hover, .custom-button-container .custom-submit-button a[disabled]:hover {
  background-color: #007C92;
}
.custom-button-container .custom-submit-button:hover, .custom-button-container .custom-submit-button a:hover {
  background-color: #00505C;
  color: #fff;
}
.custom-button-container .custom-submit-button.secondary, .custom-button-container .custom-submit-button a.secondary {
  color: #007C92;
  border: 2px solid #007C92;
  background-color: transparent;
}
.custom-button-container .custom-submit-button.secondary:hover, .custom-button-container .custom-submit-button a.secondary:hover {
  background-color: rgba(0, 126, 148, 0.1019607843);
}
.custom-button-container .custom-submit-button:hover, .custom-button-container .custom-submit-button:hover a {
  color: #fff;
}
.custom-button-container .custom-cancel-button, .custom-button-container .custom-cancel-button a {
  color: #928b81;
  background-color: transparent;
  text-transform: none;
  text-align: center;
  font-size: 18px;
}
.custom-button-container .custom-cancel-button:hover, .custom-button-container .custom-cancel-button a:hover {
  background-color: transparent;
  color: #928b81;
}
.custom-button-container .custom-cancel-button:hover, .custom-button-container .custom-cancel-button:hover a {
  color: #928b81;
  background-color: transparent;
  text-transform: none;
  text-align: center;
  font-size: 18px;
}
.custom-button-container .custom-cancel-button:hover:hover, .custom-button-container .custom-cancel-button:hover a:hover {
  background-color: transparent;
  color: #928b81;
}

.body {
  padding-bottom: 360px;
}
@media (max-width: 768px) {
  .body {
    padding-bottom: 750px;
  }
}

body.proxy-accept:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
  background-image: url("../images/home_doctors.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body.proxy-accept > div.main.dashboard > div.hd, body.proxy-accept > div.main.dashboard > div.footer {
  display: none;
}
body.proxy-accept > div.main.dashboard > div.body.container > div.main-nav {
  display: none;
}
body.proxy-accept > div.main.dashboard > div.body.container > div.tab-content div#sideTab > div.sub-nav {
  display: none;
}

.footer {
  background: #333333;
  color: #fff;
  font-size: 16px;
  padding: 36px 0;
  font-weight: 600;
  width: 100%;
}
.footer.container {
  padding: 0;
}
.footer .footer-container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .footer .footer-container {
    width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-container {
    width: 1170px;
  }
}
.footer .footer-column-container {
  display: flex;
  flex-direction: row;
  border-bottom: solid 1px #575757;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .footer .footer-column-container {
    flex-direction: column;
  }
}
.footer .footer-column-container li {
  cursor: pointer;
}
.footer .footer-column-container li, .footer .footer-column-container a {
  color: #fff;
}
.footer .footer-column-container li:hover, .footer .footer-column-container a:hover {
  color: #999999;
}
.footer .footer-column-container h6 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer .footer-column-container .footer-column {
  flex: 1;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 30px;
}
.footer .copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .footer .copyright {
    display: block;
    text-align: center;
  }
}
.footer .copyright .footer-links-container {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .footer .copyright .footer-links-container {
    flex-direction: column;
  }
}
.footer .copyright .footer-links-container .footer-links {
  display: flex;
  flex-direction: row;
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  .footer .copyright .footer-links-container .footer-links {
    margin: 15px 0;
  }
}
.footer .copyright .footer-links-container .footer-links li {
  border-right: solid 1px #fff;
  cursor: pointer;
  padding: 0 10px;
}
.footer .copyright .footer-links-container .footer-links li:last-child {
  border-right: none;
}
.footer .copyright .footer-links-container .footer-links li, .footer .copyright .footer-links-container .footer-links a {
  color: #fff;
}
.footer .copyright .footer-links-container .footer-links li:hover, .footer .copyright .footer-links-container .footer-links a:hover {
  color: #999999;
}

.webview .footer {
  display: none;
}

.center {
  text-align: center;
}

.shc-header:before, .shc-header:after, .first-time:before, .first-time:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.shc-header:after, .first-time:after {
  clear: both;
}
.shc-header .brand, .first-time .brand {
  width: 337px;
  height: 60px;
  display: table;
  margin: 35px auto 35px auto;
  background: url("../images/shc-brand.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.shc-header .brand a, .first-time .brand a {
  width: 337px;
  height: 60px;
  display: block;
  float: left;
}
.shc-header .brand.partner, .first-time .brand.partner {
  position: relative;
  left: -10px;
  width: 400px;
  height: 95px;
}
.shc-header .brand.partner a, .first-time .brand.partner a {
  margin-left: 25px;
}
.shc-header .brand.partner.qualcomm, .first-time .brand.partner.qualcomm {
  background: url("../images/partners/qualcomm/shc-qualcomm.svg");
  background-size: cover;
}
.shc-header .brand.partner.qualcomm a, .first-time .brand.partner.qualcomm a {
  margin-left: 10px;
}
.shc-header .brand.partner.oath, .first-time .brand.partner.oath {
  position: relative;
  left: -8px;
  background: url("../images/partners/oath/shc-verizon.png");
  background-size: cover;
}
.shc-header .brand.partner.oath a, .first-time .brand.partner.oath a {
  margin-left: 23px;
}
.shc-header .brand.partner.yahoo, .first-time .brand.partner.yahoo {
  position: relative;
  left: -8px;
  background: url("../images/partners/yahoo/shc-yahoo.svg");
  background-size: cover;
}
.shc-header .brand.partner.yahoo a, .first-time .brand.partner.yahoo a {
  margin-left: 23px;
}
.shc-header .brand.partner.cisco, .first-time .brand.partner.cisco {
  background: url("../images/partners/cisco/shc-cisco.svg");
  background-size: cover;
}
.shc-header .brand2, .first-time .brand2 {
  margin: 20px auto;
  width: 199px;
  height: 58px;
}
.shc-header .brand2 a, .first-time .brand2 a {
  width: 199px;
  height: 58px;
  background: url("../images/opensched-shc-logo.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
}
.shc-header > .myhealth, .first-time > .myhealth {
  width: 240px;
  height: 67px;
  background-image: url("../images/icons/myhealth_logo_large.svg");
  background-repeat: no-repeat;
  background-size: 240px 67px;
  margin: 60px auto 0px;
}

.modal .modal-dialog .modal-content .first-time {
  text-align: center;
  padding-bottom: 20px;
}
.modal .modal-dialog .modal-content .first-time .content h2 {
  color: #8c1515;
}
.modal .modal-dialog .modal-content .first-time .content div.image {
  margin: 20px 0 40px 0;
}
.modal .modal-dialog .modal-content .first-time .content div.image img {
  max-height: 200px;
}
.modal .modal-dialog .modal-content .first-time ul.local-buttons {
  margin-top: 30px;
}
.modal .modal-dialog .modal-content .take-tour {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 0;
}
.modal .modal-dialog .modal-content .take-tour.SM.current-0 .image {
  height: 90px !important;
}
.modal .modal-dialog .modal-content .take-tour.SM.current-0 h2 {
  margin-top: 24px;
}
.modal .modal-dialog .modal-content .take-tour.SM.current-0 .desc {
  height: 270px;
  margin-top: 36px;
}
.modal .modal-dialog .modal-content .take-tour .close-bttn {
  position: absolute;
  left: 1047px;
  top: 145px;
  width: 47px;
  height: 47px;
  background-image: url("../images/icons/modal-close-btn.png");
  cursor: pointer;
}
.modal .modal-dialog .modal-content .take-tour div.image {
  width: 454px;
  height: 336px;
  overflow: hidden;
  margin: 0 auto;
}
.modal .modal-dialog .modal-content .take-tour div.image img {
  width: 454px;
  position: relative;
}
.modal .modal-dialog .modal-content .take-tour h2.title {
  width: 460px;
  margin: 20px auto 10px;
  text-align: left;
  color: #8c1515;
  font-size: 1.2em;
}
.modal .modal-dialog .modal-content .take-tour .desc {
  width: 460px;
  height: 75px;
  margin: 0 auto 20px;
  text-align: left;
}
.modal .modal-dialog .modal-content .take-tour ul.navigation {
  width: 460px;
  border-top: 1px solid #b6b1a9;
  padding: 20px 0;
  margin: 20px auto 0;
}
.modal .modal-dialog .modal-content .take-tour ul.navigation table {
  width: 100%;
  height: 52px;
}
.modal .modal-dialog .modal-content .take-tour ul.navigation table td {
  text-align: center;
}
.modal .modal-dialog .modal-content .take-tour ul.navigation li.back, .modal .modal-dialog .modal-content .take-tour ul.navigation li.next {
  color: #007C92;
  cursor: pointer;
  font-weight: 600;
}
.modal .modal-dialog .modal-content .take-tour ul.navigation li.back:hover, .modal .modal-dialog .modal-content .take-tour ul.navigation li.next:hover {
  color: #00505C;
}
.modal .modal-dialog .modal-content .take-tour ul.navigation li.back {
  float: left;
}
.modal .modal-dialog .modal-content .take-tour ul.navigation li.next, .modal .modal-dialog .modal-content .take-tour ul.navigation li.done {
  float: right;
}
.modal .modal-dialog .modal-content .take-tour ul.navigation li.done {
  display: none;
  color: #fff;
  background-color: #007C92;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  margin: 0 10px 0 0;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.modal .modal-dialog .modal-content .take-tour ul.navigation li.done:hover {
  background-color: #00505C;
}
.modal .modal-dialog .modal-content .add-to-calendar .defaultCloseButton {
  margin-top: -15px;
}
.modal .modal-dialog .modal-content .add-to-calendar .calendar-links li {
  margin-top: 10px;
}
.modal .modal-dialog .modal-content .add-to-calendar .calendar-links li img {
  display: inline-block;
  max-height: 35px;
  cursor: pointer;
  margin-right: 10px;
}
.modal .modal-dialog .modal-content a {
  cursor: pointer;
}
.modal .modal-dialog .modal-content .proxy-accept.settings h2 {
  padding-top: 24px;
}
.modal .modal-dialog .modal-content .proxy-accept.settings .content {
  margin-top: 20px;
}
.modal .modal-dialog .modal-content .proxy-accept.settings .content p {
  margin-top: 20px;
}
.modal .modal-dialog .modal-content .proxy-accept .shc-header {
  margin-top: 20px;
}
.modal .modal-dialog .modal-content .proxy-accept .shc-header .brand {
  margin-bottom: 0;
}
.modal .modal-dialog .modal-content .proxy-accept .shc-header .myhealth {
  margin-top: 20px;
}
.modal .modal-dialog .modal-content .proxy-accept .content {
  margin: 0 10px;
  padding: 5px;
}
.modal .modal-dialog .modal-content .proxy-accept .content .title h2 {
  color: #4d4f53;
}
.modal .modal-dialog .modal-content .proxy-accept .content .desc {
  margin: 20px 0 40px;
}
.modal .modal-dialog .modal-content .proxy-accept .content .error-message {
  margin: 20px 0;
}
.modal .modal-dialog .modal-content .proxy-accept .content label {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 40px;
  clear: both;
}
.modal .modal-dialog .modal-content .proxy-accept .content label:first-of-type {
  margin-top: 20px;
}
.modal .modal-dialog .modal-content .proxy-accept .content form > a {
  font-size: 18px;
  float: right;
}
.modal .modal-dialog .modal-content .proxy-accept .content form > div.error-info.error {
  margin-top: 0;
  display: inline-block;
  float: left;
}
.modal .modal-dialog .modal-content .proxy-accept .content form > div.all-errors.show-error {
  margin-top: 40px;
}
.modal .modal-dialog .modal-content .proxy-accept .content .custom-select {
  float: left;
  margin-right: 10px;
}
.modal .modal-dialog .modal-content .proxy-accept .content .custom-select.month, .modal .modal-dialog .modal-content .proxy-accept .content .custom-select.day {
  width: 80px;
}
.modal .modal-dialog .modal-content .proxy-accept .content .custom-select.year {
  width: 120px;
}
.modal .modal-dialog .modal-content .proxy-accept .content input[type=text], .modal .modal-dialog .modal-content .proxy-accept .content input[type=password] {
  display: block;
  width: 100%;
  height: 40px;
}
.modal .modal-dialog .modal-content .proxy-accept .content div.error.error-info {
  margin-top: 10px;
  font-size: 18px;
}
.modal .modal-dialog .modal-content .proxy-accept .content .custom-button-container {
  margin-top: 40px;
}
.modal .modal-dialog .modal-content .proxy-accept .content .custom-button-container .button {
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .proxy-accept .content .custom-button-container .custom-submit-button {
  width: 100%;
  font-size: 18px;
}
.modal .modal-dialog .modal-content .proxy-accept .content .custom-button-container .custom-cancel-button {
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #007C92;
  color: #007C92;
}

body.has-scrolled .slim-header {
  -webkit-box-shadow: 0 4px 2px -2px #D5D5D5;
  box-shadow: 0 4px 2px -2px #D5D5D5;
}

.slim-header {
  font-size: 15px;
}
.slim-header ul.nav-items > li.profile-switcher .profile span.text.user-name, .slim-header ul.nav-items > li.profile-switcher .profile span.text.proxy-name, .slim-header ul.nav-items > li.profile-switcher .profile span.viewing-proxy {
  font-weight: 700;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slim-header ul.nav-items > li.profile-switcher .profile span.text {
  font-weight: 400;
}

.slim-header, .opensched-header {
  padding: 0px;
  background-color: #f5f5f5;
  min-height: 40px;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1000;
  border-bottom: 1px solid #DADADA;
}
.slim-header.announcement, .opensched-header.announcement {
  height: 94px;
}
.slim-header .announcement, .opensched-header .announcement {
  width: 100%;
  height: 54px;
  color: white;
  font-size: 16px;
  background-color: #007C92;
  opacity: 0;
}
.slim-header .announcement.has-data, .opensched-header .announcement.has-data {
  opacity: 1;
}
.slim-header .announcement.context-switch, .opensched-header .announcement.context-switch {
  background-color: #009B76;
}
.slim-header .announcement.context-switch.ed, .opensched-header .announcement.context-switch.ed {
  background-color: #8c1515;
}
.slim-header .announcement.severity-level-1, .opensched-header .announcement.severity-level-1 {
  background-color: #8c1515;
}
.slim-header .announcement.severity-level-2, .opensched-header .announcement.severity-level-2 {
  background-color: #007C92;
}
.slim-header .announcement.severity-level-3, .opensched-header .announcement.severity-level-3 {
  background-color: #009B76;
}
.slim-header .announcement span, .opensched-header .announcement span {
  height: 18px;
  line-height: 18px;
  margin: 18px 0;
  display: inline-block;
}
.slim-header .announcement span a, .opensched-header .announcement span a {
  color: white;
  text-decoration: underline;
}
.slim-header .announcement span a:hover, .opensched-header .announcement span a:hover {
  color: white;
}
.slim-header .announcement .dismiss, .opensched-header .announcement .dismiss {
  float: right;
  border: 1px solid white;
  height: 30px;
  padding: 6px 10px;
  line-height: 16px;
  color: white;
  background-color: transparent;
  margin: 12px 0;
}
.slim-header .container, .opensched-header .container {
  position: relative;
}
.slim-header .container .healthwise-search, .opensched-header .container .healthwise-search {
  display: block;
  width: 200px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .slim-header .container .healthwise-search, .opensched-header .container .healthwise-search {
    display: none;
  }
}
.slim-header .container .healthwise-search .keywordsearch, .opensched-header .container .healthwise-search .keywordsearch {
  border: 1px solid #A6A7A9;
  position: relative;
}
.slim-header .container .healthwise-search .keywordsearch i, .opensched-header .container .healthwise-search .keywordsearch i {
  position: absolute;
  left: -2px;
  top: -2px;
}
.slim-header .container .healthwise-search .keywordsearch input[type=text], .opensched-header .container .healthwise-search .keywordsearch input[type=text] {
  width: 100%;
  border: 0px;
  padding: 0px 0px 0px 30px;
  font-size: 15px;
}
.slim-header .container .healthwise-search .keywordsearch input[type=text]:focus, .opensched-header .container .healthwise-search .keywordsearch input[type=text]:focus {
  outline: 0;
}
.slim-header .container .healthwise-search .keywordsearch #SEARCHTERM, .opensched-header .container .healthwise-search .keywordsearch #SEARCHTERM {
  background-image: url("/resources/images/icons/search.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 5px 3px;
  height: 25px;
}
.slim-header .container #search-toggle, .opensched-header .container #search-toggle {
  display: none;
}
@media (max-width: 767px) {
  .slim-header .container #search-toggle, .opensched-header .container #search-toggle {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
}
.slim-header .container .mobile-search, .opensched-header .container .mobile-search {
  display: none;
  clear: both;
  width: 100%;
  padding: 5px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .slim-header .container .mobile-search, .opensched-header .container .mobile-search {
    display: block;
  }
}
.slim-header .container .mobile-search #mobile-searchterm, .opensched-header .container .mobile-search #mobile-searchterm {
  width: 100%;
  padding: 5px;
  font-size: 18px;
}
.slim-header ul.nav-items, .opensched-header ul.nav-items {
  list-style: none;
  padding: 0px;
}
.slim-header ul.nav-items:before, .slim-header ul.nav-items:after, .opensched-header ul.nav-items:before, .opensched-header ul.nav-items:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.slim-header ul.nav-items:after, .opensched-header ul.nav-items:after {
  clear: both;
}
.slim-header ul.nav-items ul.sub-group > li a, .opensched-header ul.nav-items ul.sub-group > li a {
  margin-bottom: 0px;
}
.slim-header ul.nav-items > li, .opensched-header ul.nav-items > li {
  float: left;
  position: static;
}
.slim-header ul.nav-items > li.profile-switcher, .opensched-header ul.nav-items > li.profile-switcher {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  font-weight: 600;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .slim-header ul.nav-items > li.profile-switcher, .opensched-header ul.nav-items > li.profile-switcher {
    display: block;
    width: 85%;
    margin-left: 0px;
  }
}
.slim-header ul.nav-items > li.profile-switcher.open, .opensched-header ul.nav-items > li.profile-switcher.open {
  color: #8c1515;
}
.slim-header ul.nav-items > li.profile-switcher.open .icon-caret, .opensched-header ul.nav-items > li.profile-switcher.open .icon-caret {
  color: #8c1515;
}
.slim-header ul.nav-items > li.profile-switcher.open .dropdown-menu, .opensched-header ul.nav-items > li.profile-switcher.open .dropdown-menu {
  display: table;
}
@media (max-width: 767px) {
  .slim-header ul.nav-items > li.profile-switcher.open .dropdown-menu, .opensched-header ul.nav-items > li.profile-switcher.open .dropdown-menu {
    display: block;
  }
}
.slim-header ul.nav-items > li.profile-switcher .profile, .opensched-header ul.nav-items > li.profile-switcher .profile {
  display: flex;
  font-weight: 700;
  color: #4d4f53;
  margin: 7px 0px 7px 0px;
  max-width: 465px;
}
@media (max-width: 1199px) {
  .slim-header ul.nav-items > li.profile-switcher .profile, .opensched-header ul.nav-items > li.profile-switcher .profile {
    max-width: 365px;
  }
}
@media (max-width: 767px) {
  .slim-header ul.nav-items > li.profile-switcher .profile, .opensched-header ul.nav-items > li.profile-switcher .profile {
    display: table;
    margin: 7px auto;
    max-width: none;
  }
}
.slim-header ul.nav-items > li.profile-switcher .profile:hover, .slim-header ul.nav-items > li.profile-switcher .profile:hover .user-name, .slim-header ul.nav-items > li.profile-switcher .profile:hover .proxy-name, .opensched-header ul.nav-items > li.profile-switcher .profile:hover, .opensched-header ul.nav-items > li.profile-switcher .profile:hover .user-name, .opensched-header ul.nav-items > li.profile-switcher .profile:hover .proxy-name {
  color: #8c1515;
}
.slim-header ul.nav-items > li.profile-switcher .profile .user-name, .slim-header ul.nav-items > li.profile-switcher .profile .proxy-name, .opensched-header ul.nav-items > li.profile-switcher .profile .user-name, .opensched-header ul.nav-items > li.profile-switcher .profile .proxy-name {
  color: #007C92;
}
.slim-header ul.nav-items > li.profile-switcher .profile .viewing-proxy, .opensched-header ul.nav-items > li.profile-switcher .profile .viewing-proxy {
  display: inline-block;
}
.slim-header ul.nav-items > li.profile-switcher .no-proxy-list, .opensched-header ul.nav-items > li.profile-switcher .no-proxy-list {
  display: flex;
}
.slim-header ul.nav-items > li.profile-switcher .profile-self, .opensched-header ul.nav-items > li.profile-switcher .profile-self {
  font-weight: 700;
  color: #4d4f53;
  margin: 7px 7px 7px 0px;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .slim-header ul.nav-items > li.profile-switcher .profile-self, .opensched-header ul.nav-items > li.profile-switcher .profile-self {
    display: table;
    margin: 7px auto;
  }
}
.slim-header ul.nav-items > li.profile-switcher .profile-self .share-access, .opensched-header ul.nav-items > li.profile-switcher .profile-self .share-access {
  margin: 0 0 0 15px;
}
.slim-header ul.nav-items > li.profile-switcher .profile-icon .icon, .opensched-header ul.nav-items > li.profile-switcher .profile-icon .icon {
  line-height: 0;
}
.slim-header ul.nav-items > li.profile-switcher .icon-caret, .opensched-header ul.nav-items > li.profile-switcher .icon-caret {
  font-size: 0.8em !important;
  margin-left: 5px;
  position: relative;
  top: 7px;
}
.slim-header ul.nav-items > li.profile-switcher .dropdown-menu, .opensched-header ul.nav-items > li.profile-switcher .dropdown-menu {
  top: 100%;
  margin-top: 0;
  position: absolute;
  right: -18px;
  left: -18px;
  width: auto;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}
.slim-header ul.nav-items > li.profile-switcher .dropdown-menu li a, .opensched-header ul.nav-items > li.profile-switcher .dropdown-menu li a {
  margin: 0px;
  position: relative;
}
.slim-header ul.nav-items > li.profile-switcher .dropdown-menu li.arrow, .opensched-header ul.nav-items > li.profile-switcher .dropdown-menu li.arrow {
  left: 100px;
}
.slim-header ul.nav-items > li a.logo.opensched, .opensched-header ul.nav-items > li a.logo.opensched {
  position: relative;
  top: 8px;
  width: 80px;
  height: 12px;
  background-image: url("../images/opensched-logo.png");
  background-position: 0px -14px;
  background-repeat: no-repeat;
  display: block;
  margin-left: 10px;
}
.slim-header ul.nav-items > li a.logo.opensched:hover, .opensched-header ul.nav-items > li a.logo.opensched:hover {
  background-position: 0px -14px;
}
.slim-header ul.nav-items > li a, .opensched-header ul.nav-items > li a {
  cursor: pointer;
  margin: 7px 0px;
  display: inline-block;
  position: relative;
}
.slim-header ul.nav-items > li a .notification, .opensched-header ul.nav-items > li a .notification {
  bottom: -1px;
  left: -7px;
  font-size: 70%;
  font-weight: 700;
  background-color: #8c1515;
  border-radius: 12px;
  color: white;
  height: 16px;
  padding: 1px 3px 0 3px;
  text-align: center;
  min-width: 14px;
}
@media (min-width: 1200px) {
  .slim-header ul.nav-items > li a .notification, .opensched-header ul.nav-items > li a .notification {
    position: absolute;
  }
}
.slim-header ul.nav-items > li a .notification, .opensched-header ul.nav-items > li a .notification {
  left: 2px;
  bottom: 0px;
}
.slim-header ul.nav-items > li a:hover, .opensched-header ul.nav-items > li a:hover {
  text-decoration: none;
}
.slim-header ul.nav-items > li.right, .opensched-header ul.nav-items > li.right {
  position: static;
  float: right;
  margin-right: 0;
}
.slim-header ul.nav-items > li .dropdown-menu, .opensched-header ul.nav-items > li .dropdown-menu {
  min-width: 240px;
}
.slim-header ul.nav-items > li .dropdown-menu li, .opensched-header ul.nav-items > li .dropdown-menu li {
  float: none;
  padding: 0 25px 0 12px;
  margin-bottom: 15px;
  border: 0;
  box-sizing: border-box;
}
.slim-header ul.nav-items > li .dropdown-menu li:first-child, .opensched-header ul.nav-items > li .dropdown-menu li:first-child {
  margin-top: 15px;
}
.slim-header ul.nav-items > li .dropdown-menu li.divider, .opensched-header ul.nav-items > li .dropdown-menu li.divider {
  margin: 0px;
  background-color: #cdcdcd;
  clear: both;
}
.slim-header ul.nav-items > li .dropdown-menu li.sub-divider, .opensched-header ul.nav-items > li .dropdown-menu li.sub-divider {
  margin: 0 10px;
}
.slim-header ul.nav-items > li .dropdown-menu li.message .from, .opensched-header ul.nav-items > li .dropdown-menu li.message .from {
  float: left;
}
.slim-header ul.nav-items > li .dropdown-menu li.message .time, .opensched-header ul.nav-items > li .dropdown-menu li.message .time {
  float: right;
}
.slim-header ul.nav-items > li .dropdown-menu li.message .snippet, .slim-header ul.nav-items > li .dropdown-menu li.message .address, .opensched-header ul.nav-items > li .dropdown-menu li.message .snippet, .opensched-header ul.nav-items > li .dropdown-menu li.message .address {
  clear: both;
  color: #aaa;
  font-size: 15px;
  white-space: normal;
}
.slim-header ul.nav-items > li .dropdown-menu li.message .address, .opensched-header ul.nav-items > li .dropdown-menu li.message .address {
  font-size: 100%;
  margin-top: 5px;
}
.slim-header ul.nav-items > li .dropdown-menu li a, .opensched-header ul.nav-items > li .dropdown-menu li a {
  padding: 0 0 0 13px;
  display: block;
  vertical-align: top;
  overflow: auto;
  font-size: 18px;
  font-weight: 600;
}
.slim-header ul.nav-items > li .dropdown-menu li a i, .opensched-header ul.nav-items > li .dropdown-menu li a i {
  margin-right: 10px;
  color: #000;
}
.slim-header ul.nav-items > li .dropdown-menu li a:hover, .opensched-header ul.nav-items > li .dropdown-menu li a:hover {
  color: #990006;
  background-color: transparent;
}
.slim-header ul.nav-items > li .dropdown-menu li.selected a, .opensched-header ul.nav-items > li .dropdown-menu li.selected a {
  color: #990006;
  border-left: 5px solid #990006;
  padding-left: 8px;
}
.slim-header ul.nav-items > li .dropdown-menu.dropdown-menu-left, .opensched-header ul.nav-items > li .dropdown-menu.dropdown-menu-left {
  right: 0;
  left: auto;
  position: absolute;
}
.slim-header ul.nav-items > li .dropdown-menu .header, .opensched-header ul.nav-items > li .dropdown-menu .header {
  font-size: 18px;
  font-weight: 600;
}
.slim-header ul.nav-items > li .dropdown-menu .invite-someone, .opensched-header ul.nav-items > li .dropdown-menu .invite-someone {
  padding: 15px 25px;
  border-top: 1px solid #d8d8d8;
}
.slim-header ul.nav-items > li .dropdown-menu .invite-someone .header, .opensched-header ul.nav-items > li .dropdown-menu .invite-someone .header {
  margin-bottom: 15px;
}
.slim-header ul.nav-items > li .dropdown-menu .invite-someone .button, .opensched-header ul.nav-items > li .dropdown-menu .invite-someone .button {
  width: 100%;
}
.slim-header div.logo-container a.logo, .slim-header div.logo-container span.logo, .opensched-header div.logo-container a.logo, .opensched-header div.logo-container span.logo {
  margin: 5px auto;
  position: relative;
  top: 7px;
  width: 78px;
  height: 24px;
  background-image: url("../images/masthead-myhealth-logo2.png");
  background-position: 0 -24px;
  background-repeat: no-repeat;
  display: block;
  content: "";
}
.slim-header ul.nav-items.navigation, .opensched-header ul.nav-items.navigation {
  padding-top: 5px;
}
.slim-header ul.nav-items.navigation li, .opensched-header ul.nav-items.navigation li {
  padding-right: 30px;
}
.slim-header ul.nav-items.navigation li a, .opensched-header ul.nav-items.navigation li a {
  font-size: 15px;
  font-weight: 400;
  color: #4d4f53;
  text-decoration: none;
}
.slim-header ul.nav-items.navigation li a:hover, .slim-header ul.nav-items.navigation li a:active, .opensched-header ul.nav-items.navigation li a:hover, .opensched-header ul.nav-items.navigation li a:active {
  color: #8c1515;
}
.slim-header ul.nav-items li.logo-li, .opensched-header ul.nav-items li.logo-li {
  width: 100%;
}

.opensched-header {
  margin-top: 1px;
  min-height: 44px;
  height: 44px;
  width: 100%;
  position: relative;
}

.registration-success .proxy-links {
  margin: 20px;
}
.registration-success .proxy-links ul {
  list-style: disc;
}

.terms div.content {
  font-weight: 400;
}
.terms div.content.text {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
}
.terms h4 {
  font-weight: 700;
  font-size: 21px;
  margin-top: 20px;
}
.terms ul.bullet {
  list-style-type: disc;
  padding-left: 25px;
}
.terms .arbitration-section {
  margin-left: 30px;
}

.offscreen {
  position: absolute;
  left: -999px;
}

.error-unsupported-mobile {
  text-align: center;
  margin: auto auto;
  font-size: 1.25em;
}
.error-unsupported-mobile p {
  margin: 20px;
}

.terms-title h1 {
  color: #8c1515;
}

#terms-frame, .terms-frame {
  background-color: #f5f5f5;
  border: 1px solid #d7d7d7;
  height: 400px;
  width: 100%;
  min-width: 600px;
}

.terms-link {
  cursor: pointer;
}

.terms-link:hover {
  text-decoration: none;
  color: #fff;
}

body.terms {
  padding: 5px;
}
body.terms div.content {
  height: 380px;
  overflow: auto;
}
body.terms div.content h4 {
  font-weight: 700;
}

.required-text {
  font-style: italic;
}

body.helpdesk {
  height: 1256px;
  overflow: hidden;
}

body.helpdesk, div.helpdesk, .download-app-wrapper {
  font-size: 21px;
  font-weight: 400;
  padding-top: 0;
}
body.helpdesk .title h1, div.helpdesk .title h1, .download-app-wrapper .title h1 {
  color: #8c1515;
  text-align: center;
}
@media (max-width: 991px) {
  body.helpdesk .title h1, div.helpdesk .title h1, .download-app-wrapper .title h1 {
    font-size: 24px;
  }
}
body.helpdesk strong, div.helpdesk strong, .download-app-wrapper strong {
  color: #8c1515;
}
body.helpdesk span, div.helpdesk span, .download-app-wrapper span {
  font-weight: 600;
}
body.helpdesk a.phone-link, div.helpdesk a.phone-link, .download-app-wrapper a.phone-link {
  color: #4d4f53;
  text-decoration: none;
}
@media (max-width: 767px) {
  body.helpdesk a.phone-link, div.helpdesk a.phone-link, .download-app-wrapper a.phone-link {
    color: #007c92;
  }
  body.helpdesk a.phone-link:hover, div.helpdesk a.phone-link:hover, .download-app-wrapper a.phone-link:hover {
    text-decoration: underline;
  }
}
body.helpdesk .helpbox-container, div.helpdesk .helpbox-container, .download-app-wrapper .helpbox-container {
  display: grid;
  display: -ms-grid;
  grid-template-areas: "tech billing clinic";
  -ms-grid-columns: 1fr 1fr 1fr;
}
body.helpdesk .helpbox-container .tech, div.helpdesk .helpbox-container .tech, .download-app-wrapper .helpbox-container .tech {
  -ms-grid-column: 1;
  margin-right: 32px;
}
body.helpdesk .helpbox-container .billing, div.helpdesk .helpbox-container .billing, .download-app-wrapper .helpbox-container .billing {
  -ms-grid-column: 2;
  margin-right: 16px;
  margin-left: 16px;
}
body.helpdesk .helpbox-container .clinic-support, div.helpdesk .helpbox-container .clinic-support, .download-app-wrapper .helpbox-container .clinic-support {
  -ms-grid-column: 3;
  margin-left: 32px;
}
body.helpdesk .helpbox-container .helpbox, div.helpdesk .helpbox-container .helpbox, .download-app-wrapper .helpbox-container .helpbox {
  border-radius: 8px;
  border: solid 1px #979797;
  padding: 20px;
  text-align: center;
}
body.helpdesk .helpbox-container .helpbox > div.description-container, div.helpdesk .helpbox-container .helpbox > div.description-container, .download-app-wrapper .helpbox-container .helpbox > div.description-container {
  height: 320px;
}
body.helpdesk .helpbox-container .helpbox > div.buttons-container, div.helpdesk .helpbox-container .helpbox > div.buttons-container, .download-app-wrapper .helpbox-container .helpbox > div.buttons-container {
  height: 120px;
  margin: 0;
  padding: 0;
}
body.helpdesk .helpbox-container .helpbox .image-container, div.helpdesk .helpbox-container .helpbox .image-container, .download-app-wrapper .helpbox-container .helpbox .image-container {
  min-height: 56px;
}
body.helpdesk .helpbox-container .helpbox li, div.helpdesk .helpbox-container .helpbox li, .download-app-wrapper .helpbox-container .helpbox li {
  list-style-type: disc;
  margin-left: 32px;
  text-align: left;
  padding: 5px;
}
body.helpdesk .helpbox-container .helpbox h1, div.helpdesk .helpbox-container .helpbox h1, .download-app-wrapper .helpbox-container .helpbox h1 {
  font-size: 32px;
}
body.helpdesk .helpbox-container .helpbox .gear, div.helpdesk .helpbox-container .helpbox .gear, .download-app-wrapper .helpbox-container .helpbox .gear {
  width: 18%;
}
body.helpdesk .helpbox-container .helpbox .bill, div.helpdesk .helpbox-container .helpbox .bill, .download-app-wrapper .helpbox-container .helpbox .bill {
  width: 14%;
}
body.helpdesk .helpbox-container .helpbox .clinic, div.helpdesk .helpbox-container .helpbox .clinic, .download-app-wrapper .helpbox-container .helpbox .clinic {
  width: 22%;
}
body.helpdesk .helpbox-container .helpbox button, div.helpdesk .helpbox-container .helpbox button, .download-app-wrapper .helpbox-container .helpbox button {
  color: #fff;
  background-color: #007C92;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
  width: 83%;
  height: 43px;
  margin: 10px;
}
body.helpdesk .helpbox-container .helpbox .send-message, div.helpdesk .helpbox-container .helpbox .send-message, .download-app-wrapper .helpbox-container .helpbox .send-message {
  color: #007c92;
  background-color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
  border: solid 2px #007c92;
  width: 83%;
  height: 43px;
  margin: 10px;
}
body.helpdesk .helpbox-container .helpbox .send-message.logged-in-button, div.helpdesk .helpbox-container .helpbox .send-message.logged-in-button, .download-app-wrapper .helpbox-container .helpbox .send-message.logged-in-button {
  display: none;
}
@media (max-width: 991px) {
  body.helpdesk .helpbox-container, div.helpdesk .helpbox-container, .download-app-wrapper .helpbox-container {
    display: block;
  }
  body.helpdesk .helpbox-container .tech, div.helpdesk .helpbox-container .tech, .download-app-wrapper .helpbox-container .tech {
    -ms-grid-column: 1;
    margin-right: 0px;
  }
  body.helpdesk .helpbox-container .billing, div.helpdesk .helpbox-container .billing, .download-app-wrapper .helpbox-container .billing {
    -ms-grid-column: 2;
    margin-right: 0px;
    margin-left: 0px;
  }
  body.helpdesk .helpbox-container .clinic-support, div.helpdesk .helpbox-container .clinic-support, .download-app-wrapper .helpbox-container .clinic-support {
    -ms-grid-column: 3;
    margin-left: 0px;
  }
  body.helpdesk .helpbox-container .helpbox, div.helpdesk .helpbox-container .helpbox, .download-app-wrapper .helpbox-container .helpbox {
    border-radius: 8px;
    border: solid 1px #979797;
    padding: 24px 16px 24px 16px;
    margin-bottom: 24px;
    text-align: center;
  }
  body.helpdesk .helpbox-container .helpbox > div.description-container, div.helpdesk .helpbox-container .helpbox > div.description-container, .download-app-wrapper .helpbox-container .helpbox > div.description-container {
    height: auto;
  }
  body.helpdesk .helpbox-container .helpbox > div.buttons-container, div.helpdesk .helpbox-container .helpbox > div.buttons-container, .download-app-wrapper .helpbox-container .helpbox > div.buttons-container {
    height: auto;
  }
  body.helpdesk .helpbox-container .helpbox li, div.helpdesk .helpbox-container .helpbox li, .download-app-wrapper .helpbox-container .helpbox li {
    list-style: initial;
    margin-left: 32px;
    text-align: left;
    padding: 5px;
  }
  body.helpdesk .helpbox-container .helpbox h1, div.helpdesk .helpbox-container .helpbox h1, .download-app-wrapper .helpbox-container .helpbox h1 {
    font-size: 24px;
  }
  body.helpdesk .helpbox-container .helpbox p, div.helpdesk .helpbox-container .helpbox p, .download-app-wrapper .helpbox-container .helpbox p {
    font-size: 18px;
  }
  body.helpdesk .helpbox-container .helpbox span, div.helpdesk .helpbox-container .helpbox span, .download-app-wrapper .helpbox-container .helpbox span {
    font-weight: 600;
  }
  body.helpdesk .helpbox-container .helpbox .gear, div.helpdesk .helpbox-container .helpbox .gear, .download-app-wrapper .helpbox-container .helpbox .gear {
    width: 18%;
  }
  body.helpdesk .helpbox-container .helpbox .bill, div.helpdesk .helpbox-container .helpbox .bill, .download-app-wrapper .helpbox-container .helpbox .bill {
    width: 14%;
  }
  body.helpdesk .helpbox-container .helpbox .clinic, div.helpdesk .helpbox-container .helpbox .clinic, .download-app-wrapper .helpbox-container .helpbox .clinic {
    width: 22%;
  }
  body.helpdesk .helpbox-container .helpbox button, div.helpdesk .helpbox-container .helpbox button, .download-app-wrapper .helpbox-container .helpbox button {
    color: #fff;
    background-color: #007C92;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-size: 18px;
    width: 83%;
    height: 43px;
    margin: 10px;
  }
  body.helpdesk .helpbox-container .helpbox .send-message, div.helpdesk .helpbox-container .helpbox .send-message, .download-app-wrapper .helpbox-container .helpbox .send-message {
    color: #007c92;
    background-color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-size: 18px;
    border: solid 2px #007c92;
    width: 83%;
    height: 43px;
    margin: 10px;
  }
}
body.helpdesk .helpdesk-form-wrapper, div.helpdesk .helpdesk-form-wrapper, .download-app-wrapper .helpdesk-form-wrapper {
  display: grid;
  display: -ms-grid;
  grid-template-columns: auto 1fr;
  -ms-grid-columns: auto 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr;
}
body.helpdesk .helpdesk-form-wrapper .form-child:nth-child(1), div.helpdesk .helpdesk-form-wrapper .form-child:nth-child(1), .download-app-wrapper .helpdesk-form-wrapper .form-child:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
body.helpdesk .helpdesk-form-wrapper .form-child:nth-child(2), div.helpdesk .helpdesk-form-wrapper .form-child:nth-child(2), .download-app-wrapper .helpdesk-form-wrapper .form-child:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
body.helpdesk .helpdesk-form-wrapper .form-child:nth-child(3), div.helpdesk .helpdesk-form-wrapper .form-child:nth-child(3), .download-app-wrapper .helpdesk-form-wrapper .form-child:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
body.helpdesk .helpdesk-form-wrapper .form-child:nth-child(4), div.helpdesk .helpdesk-form-wrapper .form-child:nth-child(4), .download-app-wrapper .helpdesk-form-wrapper .form-child:nth-child(4) {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
body.helpdesk .helpdesk-form-wrapper .form-child:nth-child(5), div.helpdesk .helpdesk-form-wrapper .form-child:nth-child(5), .download-app-wrapper .helpdesk-form-wrapper .form-child:nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
body.helpdesk .helpdesk-form-wrapper .form-child:nth-child(6), div.helpdesk .helpdesk-form-wrapper .form-child:nth-child(6), .download-app-wrapper .helpdesk-form-wrapper .form-child:nth-child(6) {
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}
body.helpdesk .helpdesk-form-wrapper .form-child:nth-child(7), div.helpdesk .helpdesk-form-wrapper .form-child:nth-child(7), .download-app-wrapper .helpdesk-form-wrapper .form-child:nth-child(7) {
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}
body.helpdesk .helpdesk-form-wrapper .dob-wrapper, div.helpdesk .helpdesk-form-wrapper .dob-wrapper, .download-app-wrapper .helpdesk-form-wrapper .dob-wrapper {
  margin-bottom: -25px;
}
@media (max-width: 767px) {
  body.helpdesk .helpdesk-form-wrapper, div.helpdesk .helpdesk-form-wrapper, .download-app-wrapper .helpdesk-form-wrapper {
    display: block;
  }
  body.helpdesk .helpdesk-form-wrapper input[type=text], div.helpdesk .helpdesk-form-wrapper input[type=text], .download-app-wrapper .helpdesk-form-wrapper input[type=text] {
    width: 100%;
  }
  body.helpdesk .helpdesk-form-wrapper select, div.helpdesk .helpdesk-form-wrapper select, .download-app-wrapper .helpdesk-form-wrapper select {
    width: 100%;
    margin-left: 0px;
  }
  body.helpdesk .helpdesk-form-wrapper .dob-mobile, div.helpdesk .helpdesk-form-wrapper .dob-mobile, .download-app-wrapper .helpdesk-form-wrapper .dob-mobile {
    display: grid;
    display: -ms-grid;
    grid-template-areas: "month date year";
    -ms-grid-columns: 1fr 1fr 1fr;
  }
  body.helpdesk .helpdesk-form-wrapper .dob-mobile .month, div.helpdesk .helpdesk-form-wrapper .dob-mobile .month, .download-app-wrapper .helpdesk-form-wrapper .dob-mobile .month {
    -ms-grid-column: 1;
    width: 96%;
  }
  body.helpdesk .helpdesk-form-wrapper .dob-mobile .day, div.helpdesk .helpdesk-form-wrapper .dob-mobile .day, .download-app-wrapper .helpdesk-form-wrapper .dob-mobile .day {
    -ms-grid-column: 2;
    width: 96%;
    margin-left: 2%;
  }
  body.helpdesk .helpdesk-form-wrapper .dob-mobile .year, div.helpdesk .helpdesk-form-wrapper .dob-mobile .year, .download-app-wrapper .helpdesk-form-wrapper .dob-mobile .year {
    -ms-grid-column: 3;
    width: 96%;
    margin-left: 4%;
  }
}
body.helpdesk p, div.helpdesk p, .download-app-wrapper p {
  margin: 30px 0;
  text-align: center;
}
@media (max-width: 991px) {
  body.helpdesk p, div.helpdesk p, .download-app-wrapper p {
    font-size: 18px;
  }
}
body.helpdesk p.bottom-text, div.helpdesk p.bottom-text, .download-app-wrapper p.bottom-text {
  margin-top: 43px;
}
body.helpdesk p.required-text, div.helpdesk p.required-text, .download-app-wrapper p.required-text {
  text-align: left;
}
body.helpdesk label, div.helpdesk label, .download-app-wrapper label {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin: 20px 0 0 0;
  letter-spacing: 0.04em;
  word-spacing: 0.125em;
}
body.helpdesk select, div.helpdesk select, .download-app-wrapper select {
  width: 320px;
  margin-left: 1px;
  height: 31px;
}
body.helpdesk input[type=text], div.helpdesk input[type=text], .download-app-wrapper input[type=text] {
  width: 320px;
}
body.helpdesk input[name=month], body.helpdesk input[name=day], body.helpdesk input[name=year], div.helpdesk input[name=month], div.helpdesk input[name=day], div.helpdesk input[name=year], .download-app-wrapper input[name=month], .download-app-wrapper input[name=day], .download-app-wrapper input[name=year] {
  width: 93px;
  margin-right: 20px;
}
body.helpdesk input[name=patientEmail], div.helpdesk input[name=patientEmail], .download-app-wrapper input[name=patientEmail] {
  width: 320px;
}
body.helpdesk textarea[name=patientComments], div.helpdesk textarea[name=patientComments], .download-app-wrapper textarea[name=patientComments] {
  height: 160px;
  width: 100%;
  max-width: 668px;
}
body.helpdesk p.alerts.mainMessage, div.helpdesk p.alerts.mainMessage, .download-app-wrapper p.alerts.mainMessage {
  background-color: rgba(140, 21, 21, 0.2);
  color: #8c1515;
  padding: 10px;
}
body.helpdesk p.alerts.helptext, div.helpdesk p.alerts.helptext, .download-app-wrapper p.alerts.helptext {
  background-color: transparent;
  color: #8c1515;
  margin: 0;
  text-align: left;
}
body.helpdesk .buttons-container, div.helpdesk .buttons-container, .download-app-wrapper .buttons-container {
  padding: 20px 0;
  margin: 20px 0;
}
body.helpdesk .buttons, div.helpdesk .buttons, .download-app-wrapper .buttons {
  display: inline-block;
  float: left;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  text-transform: none;
  border: none;
}
body.helpdesk .cancel-button, div.helpdesk .cancel-button, .download-app-wrapper .cancel-button {
  color: #928b81;
  background-color: transparent;
  text-transform: none;
  text-align: center;
  font-size: 18px;
}
body.helpdesk .cancel-button:hover, div.helpdesk .cancel-button:hover, .download-app-wrapper .cancel-button:hover {
  background-color: transparent;
  color: #928b81;
}
body.helpdesk .submit-button, div.helpdesk .submit-button, .download-app-wrapper .submit-button {
  color: #fff;
  background-color: #007C92;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
}
body.helpdesk .submit-button[disabled], div.helpdesk .submit-button[disabled], .download-app-wrapper .submit-button[disabled] {
  opacity: 0.5;
}
body.helpdesk .submit-button[disabled]:hover, div.helpdesk .submit-button[disabled]:hover, .download-app-wrapper .submit-button[disabled]:hover {
  background-color: #007C92;
}
body.helpdesk .submit-button:hover, div.helpdesk .submit-button:hover, .download-app-wrapper .submit-button:hover {
  background-color: #00505C;
  color: #fff;
}
body.helpdesk .submit-button.secondary, div.helpdesk .submit-button.secondary, .download-app-wrapper .submit-button.secondary {
  color: #007C92;
  border: 2px solid #007C92;
  background-color: transparent;
}
body.helpdesk .submit-button.secondary:hover, div.helpdesk .submit-button.secondary:hover, .download-app-wrapper .submit-button.secondary:hover {
  background-color: rgba(0, 126, 148, 0.1019607843);
}
@media (max-width: 767px) {
  body.helpdesk .buttons-container, div.helpdesk .buttons-container, .download-app-wrapper .buttons-container {
    border-top: none;
  }
  body.helpdesk .buttons-container .buttons, div.helpdesk .buttons-container .buttons, .download-app-wrapper .buttons-container .buttons {
    width: 100%;
  }
}

#helpdesk-frame {
  height: 1160px;
}

#helpdesk-center-frame {
  height: 800px;
}

.helpdeskframe .title h2 {
  color: #8c1515;
}
.helpdeskframe p {
  font-size: 21px;
  margin: 30px 0;
}

.modal-dialog .modal-content h2 {
  margin-top: 0;
  font-weight: 400;
}
.modal-dialog .modal-content strong {
  font-weight: 700;
}
.modal-dialog .modal-content p {
  line-height: 1.3em;
}
.modal-dialog .modal-content .disclaimer .dialog-header {
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 10px;
}
.modal-dialog .modal-content .disclaimer p {
  margin: 0px;
}
.modal-dialog .modal-content .disclaimer p.subhead {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}
.modal-dialog .modal-content .disclaimer .viewport {
  margin-top: 15px;
  padding: 15px;
  overflow-y: scroll;
  border: 1px solid #b6b1a9;
}
.modal-dialog .modal-content .disclaimer label[for=nomore] {
  padding-bottom: 20px;
}
.modal-dialog .modal-content .referrals-info p {
  margin-top: 24px;
}
.modal-dialog .modal-content .referrals-info span {
  font-weight: 600;
}

body.login {
  padding-top: 0;
}
body.login .download-app-wrapper {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  text-align: center;
}
body.login .download-app-wrapper .brand {
  background-color: rgba(255, 255, 255, 0.85);
  margin: 40px auto 0;
  padding: 40px 20px 0;
  overflow: hidden;
}
body.login .download-app-wrapper .brand a {
  display: inline-block;
  background-image: url("../images/shc-brand.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 400px;
  height: 52px;
  margin: 20px auto 0;
}
body.login .download-app-wrapper .content {
  margin: 80px auto 40px;
}
body.login .download-app-wrapper .buttons-container {
  border-top: none;
}
body.login .download-app-wrapper .buttons-container .buttons.submit-button {
  color: #fff;
  background-color: #007C92;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
  font-size: 36px;
  padding: 20px 40px;
  float: none;
}
body.login .download-app-wrapper .buttons-container .buttons.submit-button[disabled] {
  opacity: 0.5;
}
body.login .download-app-wrapper .buttons-container .buttons.submit-button[disabled]:hover {
  background-color: #007C92;
}
body.login .download-app-wrapper .buttons-container .buttons.submit-button:hover {
  background-color: #00505C;
  color: #fff;
}
body.login .download-app-wrapper .buttons-container .buttons.submit-button.secondary {
  color: #007C92;
  border: 2px solid #007C92;
  background-color: transparent;
}
body.login .download-app-wrapper .buttons-container .buttons.submit-button.secondary:hover {
  background-color: rgba(0, 126, 148, 0.1019607843);
}
body.login .download-app-wrapper .continue {
  font-size: 32px;
}
body.login .download-app-wrapper .continue .continue-web {
  display: inline-block;
  cursor: pointer;
}
body.login .download-app-wrapper .app-image-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
body.login .download-app-wrapper .app-image-container .app-image {
  margin: 0 auto;
  width: 90%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
body.login .download-app-wrapper .app-image-container .app-image.android {
  background-image: url("../images/download-app-android.png");
}
body.login .download-app-wrapper .app-image-container .app-image.android_myhealth {
  background-image: url("../images/shc-myhealth-android.png");
}
body.login .download-app-wrapper .app-image-container .app-image.ios7 {
  background-image: url("../images/download-app-ios7.png");
}
body.login .download-app-wrapper .app-image-container .app-image.ios8 {
  background-image: url("../images/download-app-ios8.png");
}
body.login .main div.body.container.login {
  width: 100%;
  margin: 0;
  padding: 0;
}
body.login .main div.body.container.login .inner_wrapper {
  background-image: url("../images/home-logo.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  text-align: center;
}
body.login .main div.body.container.login .inner_wrapper .inner {
  max-width: 975px;
  margin: 0 auto;
}
body.login .main div.body.container.login .inner_wrapper .inner .blockbgclicks {
  background-color: #f5f5f5;
  border-bottom: 1px solid #dadada;
  height: 44px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
body.login .main div.body.container.login .inner_wrapper .inner .blockbgclicks ul li.first {
  margin-left: 0;
}
body.login .main div.body.container.login .inner_wrapper .inner .blockbgclicks ul li.first a.logo, body.login .main div.body.container.login .inner_wrapper .inner .blockbgclicks ul li.first span.logo {
  display: block;
  margin-top: 8px;
  width: 78px;
  height: 24px;
  background-image: url("../images/masthead-myhealth-logo2.png");
  background-repeat: no-repeat;
  background-position: 0 -24px;
  content: "";
}
body.login .main div.body.container.login .inner_wrapper .inner .blockbgclicks ul li {
  float: left;
  margin-left: 30px;
}
body.login .main div.body.container.login .inner_wrapper .inner .blockbgclicks ul li a {
  font-size: 0.85em;
  font-weight: 400;
  color: #4d4f53;
  text-decoration: none;
}
body.login .main div.body.container.login .inner_wrapper .inner .home-mods {
  position: relative;
  padding-bottom: 80px;
}
body.login .main div.body.container.login .inner_wrapper .inner .home-mods .brand {
  background-color: rgba(255, 255, 255, 0.85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  width: 80%;
  margin: 40px auto 0;
  padding: 40px 20px 0;
  overflow: hidden;
}
body.login .main div.body.container.login .inner_wrapper .inner .home-mods .brand .logo {
  width: 176px;
  height: 52px;
  margin: 20px auto 0;
  background-image: url("../images/shc-brand.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
body.login .main div.body.container.login .inner_wrapper .inner .home-mods .brand .logo a#brandLink {
  display: block;
  width: 400px;
  height: 52px;
}
body.login .main div.body.container.login .inner_wrapper .inner .home-mods .brand .myhealth {
  width: 240px;
  height: 67px;
  background-image: url("../images/icons/myhealth_logo_large.svg");
  background-repeat: no-repeat;
  background-size: 240px 67px;
  margin: 60px auto 0px;
}
body.login .main div.body.container.login .inner_wrapper .inner h2 {
  color: #8c1515;
}
body.login .main div.body.container.login .inner_wrapper .inner .home-desc {
  text-align: center;
}
body.login .main div.body.container.login .inner_wrapper .inner .home-desc > span {
  display: inline-block;
  margin: 30px 0;
  font-size: 1.1em;
}
body.login .main div.body.container.login .inner_wrapper .inner .home-desc span.desc {
  font-weight: 700;
  margin-bottom: 50px;
  width: 80%;
}
body.login .main div.body.container.login .inner_wrapper .inner .home-desc div.image {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 120px auto;
}
body.login .main div.body.container.login .inner_wrapper .inner .home-desc div.image.message {
  background-image: url("../images/icons/MyHealth_Icons_Messages_Red.svg");
}
body.login .main div.body.container.login .inner_wrapper .inner .home-desc div.image.appointment {
  background-image: url("../images/icons/MyHealth_Icons_ScheduleAVisit.svg");
}
body.login .main div.body.container.login .inner_wrapper .inner .home-desc div.image.record {
  background-image: url("../images/icons/MyHealth_Icons_MedicalRecord.svg");
}
body.login .main div.body.container.login .inner_wrapper .inner .down-arrow {
  clear: both;
  width: 0;
  height: 0;
  border-top: 20px solid #8c1515;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: 30px auto;
  cursor: pointer;
}
body.login .main div.body.container.login .inner_wrapper .inner .down-arrow-inside {
  width: 0;
  height: 0;
  position: relative;
  top: -22px;
  left: -18px;
  border-top: 18px solid #fff;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
body.login .main div.body.container.login .inner_wrapper .inner .divider {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #009B76;
}
body.login .main div.body.container.login .inner_wrapper .inner .marketing {
  padding-top: 40px;
  border-top: 1px #8c1515 solid;
  margin: 60px 0 0;
  text-align: left;
  min-width: 405px;
  padding-bottom: 40px;
}
body.login .main div.body.container.login .inner_wrapper .inner .marketing .title {
  padding-top: 24px;
}
body.login .main div.body.container.login .inner_wrapper .inner .marketing .title h1 {
  color: #8c1515;
}
body.login .main div.body.container.login .inner_wrapper .inner .marketing .float-right {
  float: right;
}
body.login .main div.body.container.login .inner_wrapper .inner .marketing .desc-div {
  max-width: 720px;
}
body.login .main div.body.container.login .inner_wrapper .inner .marketing .desc-div p.desc {
  max-width: 600px;
}
body.login .main div.body.container.login .inner_wrapper .inner .marketing .subtitle {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 10px;
}
body.login .main div.body.container.login .inner_wrapper .inner .marketing .app-link {
  margin-top: 20px;
}
body.login .main div.body.container.login .inner_wrapper .inner .marketing .app-link div {
  float: left;
  margin-right: 20px;
}
body.login .main div.body.container.login .inner_wrapper .inner .marketing .app-link img.android {
  height: 40px;
}
body.login.partner div.body.container.login .inner_wrapper .inner .home-mods .brand .logo {
  width: 400px;
  height: 60px;
  margin: 20px auto 0;
}
body.login.partner div.body.container.login .inner_wrapper .inner .home-mods .brand .logo a#brandLink {
  display: block;
  width: 176px;
  height: 60px;
  margin-left: 25px;
}
body.login.partner.qualcomm .main div.body.container.login .inner_wrapper {
  background-image: url("../images/partners/qualcomm/qualcomm-background.jpg");
}
body.login.partner.qualcomm .main div.body.container.login .inner_wrapper .inner .home-mods .brand .logo {
  background: url("../images/partners/qualcomm/shc-qualcomm.svg");
  background-size: cover;
  padding-bottom: 90px;
}
body.login.partner.oath .main div.body.container.login .inner_wrapper {
  background-image: url("../images/partners/oath/verizon-background.png");
}
body.login.partner.oath .main div.body.container.login .inner_wrapper .inner .home-mods .brand .logo {
  background: url("../images/partners/oath/shc-verizon.png");
  background-size: cover;
  padding-bottom: 90px;
}
body.login.partner.yahoo .main div.body.container.login .inner_wrapper {
  background-image: url("../images/partners/oath/verizon-background.png");
}
body.login.partner.yahoo .main div.body.container.login .inner_wrapper .inner .home-mods .brand .logo {
  background: url("../images/partners/yahoo/shc-yahoo.svg");
  background-size: cover;
  padding-bottom: 90px;
}
body.login.partner.cisco .main div.body.container.login .inner_wrapper {
  background-image: url("../images/partners/cisco/cisco-background.jpg");
}
body.login.partner.cisco .main div.body.container.login .inner_wrapper .inner .home-mods .brand .logo {
  background: url("../images/partners/cisco/shc-cisco.svg");
  background-size: cover;
  padding-bottom: 90px;
}

body.error404 .shc-header .brand {
  width: 176px;
}
body.error404 div.main {
  min-height: 100%;
}
body.error404 div.main div.body.container {
  padding-bottom: 75px;
}
body.error404 div.main div.body.container div.inner {
  text-align: center;
}
body.error404 div.main div.body.container div.inner div.main-desc {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 30px;
}
body.error404 div.main .footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.tab-content.iframe-modal div.sub-nav {
  display: none;
}
.tab-content.iframe-modal .content-area {
  z-index: 999;
  width: 100%;
}
.tab-content.iframe-modal .content-area div.shc-frame-container ul.frame-actions {
  display: none;
}

.content-area.error-sitedown, .content-area.error-requesttimeout {
  width: 100%;
}
.content-area.error-sitedown div.error-sitedown, .content-area.error-sitedown div.error-requesttimeout, .content-area.error-requesttimeout div.error-sitedown, .content-area.error-requesttimeout div.error-requesttimeout {
  text-align: center;
}
.content-area.error-sitedown div.error-sitedown .main-image img, .content-area.error-sitedown div.error-requesttimeout .main-image img, .content-area.error-requesttimeout div.error-sitedown .main-image img, .content-area.error-requesttimeout div.error-requesttimeout .main-image img {
  height: 160px;
}
.content-area.error-sitedown div.error-sitedown div.main-desc, .content-area.error-sitedown div.error-requesttimeout div.main-desc, .content-area.error-requesttimeout div.error-sitedown div.main-desc, .content-area.error-requesttimeout div.error-requesttimeout div.main-desc {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 30px;
}
.content-area.error-sitedown div.error-requesttimeout .main-image img, .content-area.error-requesttimeout div.error-requesttimeout .main-image img {
  height: 100px;
}

.logout-modal {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}
.logout-modal .modal-dialog {
  min-height: 320px;
}
.logout-modal .modal-dialog .modal-content h2 {
  margin: 20px 0 40px 20px;
}
.logout-modal .modal-dialog .modal-content p {
  margin-left: 20px;
}

.info .overlay-content.modal-content {
  box-shadow: 0 0 20px grey;
}
.info .overlay-content.modal-content h4.title {
  font-size: 1.5em;
}
.info .overlay-content.modal-content .defaultCloseButton {
  position: absolute;
  left: -20px;
  width: 47px;
  height: 47px;
  background-image: url("../images/icons/modal-close-btn.png");
  cursor: pointer;
}

@media (max-width: 767px) {
  .logout-modal .modal-dialog {
    width: 320px;
  }
  .logout-modal .modal-dialog .modal-content .defaultCloseButton {
    margin-left: 270px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logout-modal .modal-dialog {
    width: 550px;
  }
  .logout-modal .modal-dialog .modal-content .defaultCloseButton {
    margin-left: 500px;
  }
}
i.icon, .icon {
  font-size: 1.2em;
  font-family: "shc-icon-fonts";
  font-style: normal;
  font-weight: 400;
  color: #4d4f53;
  text-transform: none;
  line-height: 1em;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}
i.icon.inactive, .icon.inactive {
  color: #CCC;
}
i.icon.icon-medium, .icon.icon-medium {
  font-size: 6em;
}
i.icon.icon-nav, .icon.icon-nav {
  font-size: 2em;
}
i.icon.icon-small, .icon.icon-small {
  font-size: 1.8em;
}
i.icon.icon-semi-small, .icon.icon-semi-small {
  font-size: 1.6em;
}
i.icon.icon-tiny, .icon.icon-tiny {
  font-size: 1.2em;
}
i.icon.icon-mobile-link, .icon.icon-mobile-link {
  font-size: 1.3em;
}
i.icon.icon-normal, .icon.icon-normal {
  font-size: 2.2em;
}
i.icon.icon-large, .icon.icon-large {
  font-size: 3em;
}
i.icon.icon-normal, .icon.icon-normal {
  font-size: 2em;
}
i.icon.icon-extralarge, .icon.icon-extralarge {
  font-size: 13.1em;
}
i.icon.icon-default:before, .icon.icon-default:before {
  content: " ";
}
i.icon.icon-newappt:before, .icon.icon-newappt:before {
  content: "A";
}
i.icon.icon-weight:before, .icon.icon-weight:before {
  content: "V";
}
i.icon.icon-visits:before, .icon.icon-visits:before {
  content: "U";
}
i.icon.icon-results:before, .icon.icon-results:before {
  content: "T";
}
i.icon.icon-temperature:before, .icon.icon-temperature:before {
  content: "S";
}
i.icon.icon-bpm:before, .icon.icon-bpm:before {
  content: "m";
}
i.icon.icon-height:before, .icon.icon-height:before {
  content: "x";
}
i.icon.icon-billing:before, .icon.icon-billing:before {
  content: "B";
}
i.icon.icon-dob:before, .icon.icon-dob:before {
  content: "w";
}
i.icon.icon-home:before, .icon.icon-home:before {
  content: "&";
}
i.icon.icon-info:before, .icon.icon-info:before {
  content: "t";
}
i.icon.icon-bp:before, .icon.icon-bp:before {
  content: "v";
}
i.icon.icon-bloodtype:before, .icon.icon-bloodtype:before {
  content: "s";
}
i.icon.icon-male:before, .icon.icon-male:before {
  content: "6";
}
i.icon.icon-messages:before, .icon.icon-messages:before {
  content: "g";
}
i.icon.icon-close:before, .icon.icon-close:before {
  content: "r";
}
i.icon.icon-medications:before, .icon.icon-medications:before {
  content: "X";
}
i.icon.icon-print:before, .icon.icon-print:before {
  content: "Z";
}
i.icon.icon-connect1:before, .icon.icon-connect1:before {
  content: "4";
}
i.icon.icon-connect2:before, .icon.icon-connect2:before {
  content: "5";
}
i.icon.icon-questionnaires:before, .icon.icon-questionnaires:before {
  content: "M";
}
i.icon.icon-connect:before, .icon.icon-connect:before {
  content: "3";
}
i.icon.icon-delete:before, .icon.icon-delete:before {
  content: "2";
}
i.icon.icon-user:before, i.icon.icon-dependent:before, .icon.icon-user:before, .icon.icon-dependent:before {
  content: "N";
}
i.icon.icon-share:before, .icon.icon-share:before {
  content: "Q";
}
i.icon.icon-download:before, .icon.icon-download:before {
  content: "1";
}
i.icon.icon-edit:before, .icon.icon-edit:before {
  content: "0";
}
i.icon.icon-mail:before, .icon.icon-mail:before {
  content: "P";
}
i.icon.icon-mail2:before, .icon.icon-mail2:before {
  content: "p";
}
i.icon.icon-mail3:before, .icon.icon-mail3:before {
  content: ")";
}
i.icon.icon-female:before, .icon.icon-female:before {
  content: "L";
}
i.icon.icon-signup-online:before, .icon.icon-signup-online:before {
  content: "R";
}
i.icon.icon-search:before, .icon.icon-search:before {
  content: "O";
}
i.icon.icon-spinner:before, .icon.icon-spinner:before {
  content: "J";
}
i.icon.icon-page-next:before, .icon.icon-page-next:before {
  content: "W";
}
i.icon.icon-page-prev:before, .icon.icon-page-prev:before {
  content: "Y";
}
i.icon.icon-page-last:before, .icon.icon-page-last:before {
  content: "q";
}
i.icon.icon-page-first:before, .icon.icon-page-first:before {
  content: "z";
}
i.icon.icon-bmi:before, .icon.icon-bmi:before {
  content: "C";
}
i.icon.icon-max:before, .icon.icon-max:before {
  content: "D";
}
i.icon.icon-caret:before, .icon.icon-caret:before {
  content: "E";
}
i.icon.icon-more:before, .icon.icon-more:before {
  content: "G";
}
i.icon.icon-more2:before, .icon.icon-more2:before {
  content: "*";
}
i.icon.icon-Demographics:before, .icon.icon-Demographics:before {
  content: '"';
}
i.icon.icon-Documents:before, .icon.icon-Documents:before {
  content: "#";
}
i.icon.icon-Expenses:before, .icon.icon-Expenses:before {
  content: "$";
}
i.icon.icon-Coverage:before, .icon.icon-Coverage:before {
  content: "%";
}
i.icon.icon-Assets:before, .icon.icon-Assets:before {
  content: "&";
}
i.icon.icon-Incomes:before, .icon.icon-Incomes:before {
  content: "'";
}
i.icon.icon-Review:before, .icon.icon-Review:before {
  content: "(";
}
i.icon.icon-autopay:before, .icon.icon-autopay:before {
  content: "+";
}
i.icon.icon-doc3:before, .icon.icon-doc3:before {
  content: ",";
}
i.icon.icon-docsearch:before, .icon.icon-docsearch:before {
  content: ".";
}
i.icon.icon-progress-complete:before, .icon.icon-progress-complete:before {
  content: "~";
}
i.icon.icon-progress-denied:before, .icon.icon-progress-denied:before {
  content: "|";
}
i.icon.icon-progress-not-started:before, .icon.icon-progress-not-started:before {
  content: "5";
}
i.icon.icon-progress-in-progress:before, .icon.icon-progress-in-progress:before {
  content: "_";
}
i.icon.icon-hospital:before, .icon.icon-hospital:before {
  content: "^";
}

.rigel-icons {
  background-repeat: no-repeat;
}
.rigel-icons.home-icon {
  display: inline-block;
  width: 32px;
  height: 36px;
  background-image: url("../images/icons/rigel_home.svg");
}
.rigel-icons.home-icon.active {
  background-image: url("../images/icons/rigel_home_active.svg");
}
.rigel-icons.services-icon {
  width: 100px;
  height: 100px;
}
.rigel-icons.services-icon.icon-art-for-health {
  background-image: url("../images/icons/icn_art-web.png");
}
.rigel-icons.services-icon.icon-guided-imagery {
  background-image: url("../images/icons/icn_guided-im-web.png");
}
.rigel-icons.services-icon.icon-massage-therapy {
  background-image: url("../images/icons/icn_massage-web.png");
}
.rigel-icons.services-icon.icon-music-program {
  background-image: url("../images/icons/icn_music-web.png");
}
.rigel-icons.services-icon.icon-paws-pet-therapy {
  background-image: url("../images/icons/icn_paws-web.png");
}
.rigel-icons.services-icon.icon-spiritual-care-services, .rigel-icons.services-icon.icon-spiritual-care-service {
  background-image: url("../images/icons/icn_spirit-web.png");
}
.rigel-icons.popup-pain_scale {
  margin: 34px 0 36px 5px;
  width: 485px;
  height: 98px;
  background-image: url("../images/icons/pain/pain_scale_popup.png");
}
.rigel-icons.pain-current-level {
  width: 495px;
  height: 66px;
}
.rigel-icons.pain-current-level.pain_no {
  background-image: url("../images/icons/pain/details_pain_no.png");
}
.rigel-icons.pain-current-level.pain0 {
  background-image: url("../images/icons/pain/details_pain0.png");
}
.rigel-icons.pain-current-level.pain1 {
  background-image: url("../images/icons/pain/details_pain1.png");
}
.rigel-icons.pain-current-level.pain2 {
  background-image: url("../images/icons/pain/details_pain2.png");
}
.rigel-icons.pain-current-level.pain3 {
  background-image: url("../images/icons/pain/details_pain3.png");
}
.rigel-icons.pain-current-level.pain4 {
  background-image: url("../images/icons/pain/details_pain4.png");
}
.rigel-icons.pain-current-level.pain5 {
  background-image: url("../images/icons/pain/details_pain5.png");
}
.rigel-icons.pain-current-level.pain6 {
  background-image: url("../images/icons/pain/details_pain6.png");
}
.rigel-icons.pain-current-level.pain7 {
  background-image: url("../images/icons/pain/details_pain7.png");
}
.rigel-icons.pain-current-level.pain8 {
  background-image: url("../images/icons/pain/details_pain8.png");
}
.rigel-icons.pain-current-level.pain9 {
  background-image: url("../images/icons/pain/details_pain9.png");
}
.rigel-icons.pain-current-level.pain10 {
  background-image: url("../images/icons/pain/details_pain10.png");
}
.rigel-icons.mobility-icon.content-icon {
  width: 45px;
  height: 57px;
  background-size: 45px 57px;
}
.rigel-icons.mobility-icon.plan-item-icon {
  width: 64px;
  height: 64px;
  background-size: 64px 64px;
}
.rigel-icons.mobility-icon.plan-title-icon {
  width: 28px;
  height: 28px;
}
.rigel-icons.mobility-icon.plan-title-icon.g1 {
  background-image: url("../images/icons/mobility/ic_g1.svg");
}
.rigel-icons.mobility-icon.plan-title-icon.g2 {
  background-image: url("../images/icons/mobility/ic_g2.svg");
}
.rigel-icons.mobility-icon.plan-title-icon.g3 {
  background-image: url("../images/icons/mobility/ic_g3.svg");
}
.rigel-icons.mobility-icon.plan-title-icon.g4 {
  background-image: url("../images/icons/mobility/ic_g4.svg");
}
.rigel-icons.mobility-icon.sit {
  background-image: url("../images/icons/mobility/ic_sit2.svg");
}
.rigel-icons.mobility-icon.sit.selected {
  background-image: url("../images/icons/mobility/ic_sit.svg");
}
.rigel-icons.mobility-icon.stretch {
  background-image: url("../images/icons/mobility/ic_stretch2.svg");
}
.rigel-icons.mobility-icon.stretch.selected {
  background-image: url("../images/icons/mobility/ic_stretch.svg");
}
.rigel-icons.mobility-icon.stand {
  background-image: url("../images/icons/mobility/ic_stand2.svg");
}
.rigel-icons.mobility-icon.stand.selected {
  background-image: url("../images/icons/mobility/ic_stand.svg");
}
.rigel-icons.mobility-icon.walk {
  background-image: url("../images/icons/mobility/ic_walk2.svg");
}
.rigel-icons.mobility-icon.walk.selected {
  background-image: url("../images/icons/mobility/ic_walk.svg");
}
.rigel-icons.mobility-icon.walker, .rigel-icons.mobility-icon.walkAssistance, .rigel-icons.mobility-icon.walkassistance, .rigel-icons.mobility-icon.walk-assistance {
  background-image: url("../images/icons/mobility/ic_asst.svg");
}
.rigel-icons.mobility-icon.bed {
  background-image: url("../images/icons/mobility/ic_bed.svg");
}
.rigel-icons.mobility-icon.wheelchair {
  background-image: url("../images/icons/mobility/ic_wheelchair.svg");
}
.rigel-icons.mobility-icon.call {
  background-image: url("../images/icons/mobility/ic_call.svg");
}
.rigel-icons.mobility-icon.chair {
  background-image: url("../images/icons/mobility/ic_chair.svg");
}
.rigel-icons.mobility-icon.turnover {
  background-image: url("../images/icons/mobility/ic_inter.svg");
}
.rigel-icons.mobility-icon.walkPath, .rigel-icons.mobility-icon.walkpath, .rigel-icons.mobility-icon.walk-path {
  background-image: url("../images/icons/mobility/ic_move.svg");
}
.rigel-icons.mobility-icon.shower {
  background-image: url("../images/icons/mobility/ic_showr.svg");
}
.rigel-icons.transitioncare {
  background-size: cover;
  height: 38px;
  width: 38px;
}
.rigel-icons.transitioncare.discharge {
  background-image: url("../images/transitioncare/icn_discharged.png");
}
.rigel-icons.transitioncare.admit {
  background-image: url("../images/transitioncare/icn_admit.png");
}
.rigel-icons.transitioncare.transfer {
  background-image: url("../images/transitioncare/icn_transfer.png");
}
.rigel-icons.discharge.intro-image {
  width: 1079px;
  height: 154px;
}
.rigel-icons.discharge.intro-image.step1 {
  background-image: url("../images/discharge/img_default.png");
}
.rigel-icons.discharge.intro-image.step2 {
  background-image: url("../images/discharge/img_pt.png");
}
.rigel-icons.discharge.intro-image.step3 {
  background-image: url("../images/discharge/img_cm.png");
}
.rigel-icons.discharge.intro-image.home-widget {
  width: 525px;
  height: 136px;
}
.rigel-icons.discharge.intro-image.home-widget.step1 {
  background-image: url("../images/discharge/img_w_default.png");
}
.rigel-icons.discharge.intro-image.home-widget.step2 {
  background-image: url("../images/discharge/img_w_pt.png");
}
.rigel-icons.discharge.intro-image.home-widget.step3 {
  background-image: url("../images/discharge/img_w_cm.png");
}
.rigel-icons.discharge.details {
  width: 44px;
  height: 44px;
  background-image: url("../images/discharge/icn_discharge_details.png");
}
.rigel-icons.discharge.ride {
  width: 46px;
  height: 26px;
  background-image: url("../images/discharge/icn_ride.png");
}
.rigel-icons.discharge.destination {
  width: 23px;
  height: 33px;
  background-image: url("../images/discharge/icn_destination.png");
}
.rigel-icons.discharge.attention {
  width: 6px;
  height: 18px;
  background-image: url("../images/discharge/icn_attention.png");
}
.rigel-icons.discharge.plan-icon.content {
  width: 27px;
  height: 37px;
  background-image: url("../images/discharge/icn_content.png");
}
.rigel-icons.discharge.plan-item-icon {
  width: 50px;
  height: 50px;
}
.rigel-icons.discharge.plan-item-icon.hand {
  background-image: url("../images/discharge/hand.png");
}
.rigel-icons.discharge.plan-item-icon.time1, .rigel-icons.discharge.plan-item-icon.clock {
  background-image: url("../images/discharge/time1.png");
}
.rigel-icons.discharge.plan-item-icon.cane, .rigel-icons.discharge.plan-item-icon.walkAssistance, .rigel-icons.discharge.plan-item-icon.walkassistance, .rigel-icons.discharge.plan-item-icon.walk-assistance {
  background-image: url("../images/discharge/cane.png");
}
.rigel-icons.discharge.plan-item-icon.plan {
  background-image: url("../images/discharge/plan.png");
}
.rigel-icons.discharge.plan-item-icon.jewels, .rigel-icons.discharge.plan-item-icon.jewelry {
  background-image: url("../images/discharge/jewels.png");
}
.rigel-icons.discharge.plan-item-icon.staff {
  background-image: url("../images/discharge/staff.png");
}
.rigel-icons.discharge.plan-item-icon.meds2, .rigel-icons.discharge.plan-item-icon.meds {
  background-image: url("../images/discharge/meds2.png");
}
.rigel-icons.discharge.plan-item-icon.question-bubble, .rigel-icons.discharge.plan-item-icon.questionBubble {
  background-image: url("../images/discharge/question-bubble.png");
}

.icons-sprite-rigel {
  display: inline-block;
  background-image: url("../images/icons/ic_switch_hospt_copy_2.svg");
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.icons-sprite-rigel.large {
  background-image: url("../images/icons/pgj_set1_2x.png");
}
.icons-sprite-rigel.large.admission {
  width: 61px;
  height: 42px;
  background-position: -465px 0;
}

.icons-sprite {
  display: inline-block;
  background-image: url("../images/icons/icons.png");
  background-repeat: no-repeat;
  background-size: 357px 191px;
}
.icons-sprite.size-38x38 {
  width: 38px;
  height: 38px;
}
.icons-sprite.size-38x38.userevent {
  background-position: -10px -89px;
}
.icons-sprite.size-38x38.home-icon {
  background-position: -10px -10px;
}
.icons-sprite.size-38x38.setting-icon {
  background-position: -50px -10px;
}
.icons-sprite.size-38x38.alert-icon {
  background-position: -90px -10px;
}
.icons-sprite.size-38x38.medication {
  background-position: -10px -129px;
}
.icons-sprite.size-38x38.radiology {
  background-position: -50px -129px;
}
.icons-sprite.size-38x38.rounding {
  background-position: -90px -129px;
}
.icons-sprite.size-38x38.surgery {
  background-position: -129px -129px;
}
.icons-sprite.size-38x38.therapy {
  background-position: -169px -129px;
}
.icons-sprite.size-38x38.blood-draw {
  background-position: -209px -129px;
}

.icons-sprite-medications {
  display: inline-block;
  background-image: url("../images/icons/med_assets.png");
  background-repeat: no-repeat;
  background-size: 36px 541px;
  width: 36px;
  height: 36px;
  background-position: 0 36px;
}
.icons-sprite-medications.transdermal {
  background-position: 0 0;
}
.icons-sprite-medications.apply-externally, .icons-sprite-medications.topical, .icons-sprite-medications.percutaneous {
  background-position: 0 -36px;
}
.icons-sprite-medications.oral {
  background-position: 0 -72px;
}
.icons-sprite-medications.intrathecal, .icons-sprite-medications.cont-caudal-infusion, .icons-sprite-medications.continuous-epidural, .icons-sprite-medications.cont-intraafter-inf, .icons-sprite-medications.cont-subcutan-infusi, .icons-sprite-medications.cont-intrathecal-inf, .icons-sprite-medications.continuous-caudal-infusion, .icons-sprite-medications.contin-intra-arterial-infusion, .icons-sprite-medications.contin-intraosseous-infusion, .icons-sprite-medications.contin-intrathecal-infusion, .icons-sprite-medications.contin-subcutaneous-infusion, .icons-sprite-medications.continuous-adductor-canal-block, .icons-sprite-medications.continuous-infraclavicular, .icons-sprite-medications.continuous-interscalene {
  background-position: 0 -108px;
}
.icons-sprite-medications.inhalation, .icons-sprite-medications.rt-inhalation {
  background-position: 0 -144px;
}
.icons-sprite-medications.nasal, .icons-sprite-medications.intranasal, .icons-sprite-medications.mucous-membrane, .icons-sprite-medications.both-nostrils, .icons-sprite-medications.left-nostril, .icons-sprite-medications.right-nostril, .icons-sprite-medications.local-intranasal-application {
  background-position: 0 -180px;
}
.icons-sprite-medications.intercatheter, .icons-sprite-medications.intravenous, .icons-sprite-medications.arterial, .icons-sprite-medications.intravenous-intramuscular, .icons-sprite-medications.continuous-infusion, .icons-sprite-medications.intra-catheter, .icons-sprite-medications.thru-sheath, .icons-sprite-medications.thru-peripheral-iv, .icons-sprite-medications.continuous-iv-infusion, .icons-sprite-medications.intravenous-push {
  background-position: 0 -252px;
}
.icons-sprite-medications.injection, .icons-sprite-medications.intramuscular, .icons-sprite-medications.subcutaneous, .icons-sprite-medications.intra-arterial, .icons-sprite-medications.intradermal, .icons-sprite-medications.intrasynovial, .icons-sprite-medications.epidural, .icons-sprite-medications.intra-articular, .icons-sprite-medications.intracavernosal, .icons-sprite-medications.intrapleural, .icons-sprite-medications.caudal-block, .icons-sprite-medications.intra-amniotic, .icons-sprite-medications.intracardiac, .icons-sprite-medications.intra-lesional, .icons-sprite-medications.intraspinal, .icons-sprite-medications.intrathoracic, .icons-sprite-medications.osteochondrial, .icons-sprite-medications.perineal, .icons-sprite-medications.retrobulbular, .icons-sprite-medications.sublesional, .icons-sprite-medications.intravitreal, .icons-sprite-medications.peribulbar, .icons-sprite-medications.retrobulbar, .icons-sprite-medications.intrapericardial, .icons-sprite-medications.nerve-block, .icons-sprite-medications.periodontal, .icons-sprite-medications.percutaneous.percutan, .icons-sprite-medications.juxtascleral, .icons-sprite-medications.intraductal, .icons-sprite-medications.subdermal, .icons-sprite-medications.intrabursal, .icons-sprite-medications.tendon-sheath-inj, .icons-sprite-medications.intracavity, .icons-sprite-medications.intralymphatic, .icons-sprite-medications.intralumbar, .icons-sprite-medications.sublesionally, .icons-sprite-medications.submucosal-inj, .icons-sprite-medications.intraosseous, .icons-sprite-medications.subtenons, .icons-sprite-medications.sub-tenon, .icons-sprite-medications.local-infiltration, .icons-sprite-medications.central-line-irrigation, .icons-sprite-medications.intralesional, .icons-sprite-medications.intraocular-injection, .icons-sprite-medications.intraventricular, .icons-sprite-medications.subgingival-local, .icons-sprite-medications.submucosal-injection, .icons-sprite-medications.tendon-sheath-injection, .icons-sprite-medications.subcutaneous-via-co2-activated-syringe, .icons-sprite-medications.hemodialysis-port-injection, .icons-sprite-medications.intracameral, .icons-sprite-medications.perineural-injection, .icons-sprite-medications.intratympanic, .icons-sprite-medications.intraconjunctival, .icons-sprite-medications.subretinal, .icons-sprite-medications.periarticular, .icons-sprite-medications.infraclavicular, .icons-sprite-medications.adductor-canal-block, .icons-sprite-medications.interscalene, .icons-sprite-medications.intracoronary, .icons-sprite-medications.peripheral-nerve-block {
  background-position: 0 -288px;
}
.icons-sprite-medications.translingual, .icons-sprite-medications.og-tube, .icons-sprite-medications.gums {
  background-position: 0 -324px;
}
.icons-sprite-medications.both-ears, .icons-sprite-medications.left-ear, .icons-sprite-medications.right-ear, .icons-sprite-medications.otic {
  background-position: 0 -360px;
}
.icons-sprite-medications.intraocular, .icons-sprite-medications.both-eyes, .icons-sprite-medications.left-eye, .icons-sprite-medications.right-eye, .icons-sprite-medications.ophthalmic, .icons-sprite-medications.subconjunctival, .icons-sprite-medications.base-of-the-eyelashes, .icons-sprite-medications.intraocular-irrigation, .icons-sprite-medications.topical-ocular-use {
  background-position: 0 -396px;
}
.icons-sprite-medications.ng-tube {
  background-position: 0 -432px;
}
.icons-sprite-medications.peg-tube, .icons-sprite-medications.g-tube, .icons-sprite-medications.j-tube, .icons-sprite-medications.feeding-tube, .icons-sprite-medications.peg-j-tube, .icons-sprite-medications.feeding-tube-ftub- {
  background-position: 0 -468px;
}
.icons-sprite-medications.nebulization, .icons-sprite-medications.ippb, .icons-sprite-medications.hand-bulb-nebulizer, .icons-sprite-medications.cont-nebulization, .icons-sprite-medications.o2-aerosolization, .icons-sprite-medications.continuous-nebulization {
  background-position: 0 -504px;
}

.icons-sprite-medications2 {
  display: inline-block;
  background-image: url("../images/icons/med_assets2.png");
  background-repeat: no-repeat;
  background-size: 36px 757px;
  width: 36px;
  height: 36px;
  background-position: 0 36px;
}
.icons-sprite-medications2.patch {
  background-position: 0 0;
}
.icons-sprite-medications2.apply_to_skin {
  background-position: 0 -36px;
}
.icons-sprite-medications2.oral {
  background-position: 0 -72px;
}
.icons-sprite-medications2.dialysis_tube {
  background-position: 0 -108px;
}
.icons-sprite-medications2.lungs {
  background-position: 0 -144px;
}
.icons-sprite-medications2.nose {
  background-position: 0 -180px;
}
.icons-sprite-medications2.spine {
  background-position: 0 -216px;
}
.icons-sprite-medications2.iv {
  background-position: 0 -252px;
}
.icons-sprite-medications2.injection {
  background-position: 0 -288px;
}
.icons-sprite-medications2.mouth {
  background-position: 0 -324px;
}
.icons-sprite-medications2.ear {
  background-position: 0 -360px;
}
.icons-sprite-medications2.eye {
  background-position: 0 -396px;
}
.icons-sprite-medications2.washing {
  background-position: 0 -432px;
}
.icons-sprite-medications2.tube_to_stomach {
  background-position: 0 -468px;
}
.icons-sprite-medications2.teeth {
  background-position: 0 -504px;
}
.icons-sprite-medications2.tongue {
  background-position: 0 -540px;
}
.icons-sprite-medications2.uterus {
  background-position: 0 -576px;
}
.icons-sprite-medications2.bladder {
  background-position: 0 -612px;
}
.icons-sprite-medications2.heart {
  background-position: 0 -648px;
}
.icons-sprite-medications2.scalp {
  background-position: 0 -684px;
}
.icons-sprite-medications2.tube_to_nose {
  background-position: 0 -720px;
}

.rigel-images {
  background-repeat: no-repeat;
}
.rigel-images.onboarding {
  width: 560px;
  height: 300px;
  background-size: contain;
}
.rigel-images.onboarding.shc_logo {
  background-size: 400px 87px;
  background-image: url("../images/take-tour/rigel/shc-brand.svg");
  background-position: 80px 110px;
}
.rigel-images.onboarding.shc_logo.vc {
  background-image: url("../images/take-tour/rigel/shc-brand-vc.svg");
}
.rigel-images.onboarding.image_02 {
  background-image: url("../images/take-tour/rigel/onboarding_image_02.png");
  background-position: 2px 1px;
}
.rigel-images.onboarding.image_02a {
  background-image: url("../images/take-tour/rigel/onboarding_image_02a.png");
  background-position: 2px 1px;
}
.rigel-images.onboarding.ed_image_02 {
  background-image: url("../images/take-tour/rigel/ed-onboarding-02-half.png");
}
.rigel-images.onboarding.image_03 {
  background-image: url("../images/take-tour/rigel/onboarding_image_03.png");
  background-position: 0 1px;
}
.rigel-images.onboarding.ed_image_03 {
  background-image: url("../images/take-tour/rigel/ed-onboarding-03-half.png");
}
.rigel-images.onboarding.image_04 {
  background-image: url("../images/take-tour/rigel/onboarding_image_04.png");
  background-position: 4px 0;
}
.rigel-images.onboarding.ed_image_04 {
  background-image: url("../images/take-tour/rigel/ed-onboarding-04-half.png");
}

.icons-sprite-ed {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-image: url("../images/svg/ed-notifications-sprite.svg");
}
.icons-sprite-ed.read {
  background-image: url("../images/svg/ed-notifications-sprite-read.svg");
}
.icons-sprite-ed.about-ed {
  background-position: 0 0;
}
.icons-sprite-ed.patient-info {
  background-position: 0 -37px;
}
.icons-sprite-ed.tests {
  background-position: 0 -74px;
}
.icons-sprite-ed.medicines {
  background-position: 0 -111px;
}
.icons-sprite-ed.care-team {
  background-position: 0 -148px;
}
.icons-sprite-ed.transition-care {
  background-position: 0 -185px;
}

.main:not(.outpatient) .body {
  min-height: calc(100vh - 252px);
  padding-bottom: 15px;
}

label {
  cursor: pointer;
}

.hd h2 {
  border-bottom: 3px solid #8c1515;
  font-weight: 400;
  font-size: 1.5em;
  padding-bottom: 3px;
  margin-bottom: 0px;
}
.hd .section-hd {
  clear: both;
  font-size: 1.8em;
  color: #8c1515;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hd .section-info {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.bd {
  font-weight: 400;
  line-height: 1.3em;
}
.bd label.option-text {
  margin-left: 10px;
  display: inline;
  text-transform: none;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0;
  word-spacing: 0;
}

.ft {
  border-top: 1px solid #c4c4c4;
  margin-top: 50px;
  padding-top: 30px;
}
.ft .shc-btn {
  margin-left: 0px;
}
.ft a.btn-cancel {
  text-decoration: none;
  color: #928b81;
  font-size: 18px;
}

.header-title {
  margin: 20px 0px 20px 0px;
  background: none;
  padding-left: 0px;
  text-transform: initial;
  padding-bottom: 10px;
  border-bottom: 1px solid #8c1515;
  color: #8c1515;
  font-size: 1.8em;
  font-weight: 300;
}

.title h1 {
  color: #8c1515;
}

.alert {
  color: #8c1515;
  background-color: rgba(140, 21, 21, 0.2);
  padding: 10px;
  font-weight: 400;
}

#bannerImg {
  background-color: #8c1515;
  height: 80px;
  padding: 20px;
  margin: 10px 0px 20px 0px;
  font-weight: 300;
  color: #FFF;
  box-sizing: border-box;
  width: 100%;
}
#bannerImg .logo {
  width: 200px;
  height: 59px;
  float: left;
  background-image: url("../images/myhealth_white.png");
  background-repeat: no-repeat;
  margin: 0px 50px;
}
#bannerImg .info {
  font-size: 24px;
  letter-spacing: 2px;
  margin-top: 0px;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #bannerImg .info {
    font-size: 18px;
  }
}

#browser-check {
  padding: 40px 20px 40px 20px;
  height: 200px;
  max-height: 200px;
}
#browser-check p, #browser-check h1 {
  padding: 0px;
  margin: 0px;
  line-height: 140%;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.cardinal {
  color: #8c1515;
}

body.mobile {
  text-align: center;
}
body.mobile h2 {
  color: #8c1515;
  font-size: 30px;
  margin: 40px auto;
  max-width: 320px;
}
body.mobile div.store-img {
  margin: 0 auto;
  width: 135px;
  height: 40px;
}
body.mobile div.store-img img {
  width: 135px;
  height: 40px;
}
body.mobile div.desc {
  font-size: 18px;
  margin: 40px auto;
  max-width: 280px;
}
body.mobile div.info {
  font-size: 15px;
  font-weight: 300;
  margin: 40px auto;
  max-width: 280px;
}

.video-visit-expired .title {
  margin-bottom: 24px;
}
.video-visit-expired div {
  margin-bottom: 16px;
}
.video-visit-expired span {
  font-weight: 600;
}

body.webview {
  padding: 0 !important;
  font-size: 18px;
  font-weight: normal;
}
body.webview.proxy-accept .modal div.modal-dialog {
  width: 90%;
  height: auto;
  margin-top: 5%;
  padding-bottom: 20px;
}
body.webview.proxy-accept .modal div.modal-dialog .modal-content {
  padding: 0;
}
body.webview.proxy-accept .modal div.modal-dialog .modal-content .proxy-accept .shc-header .brand {
  margin-top: 10px;
  width: 118px;
  height: 40px;
  background-size: 118px 34px;
}
body.webview.proxy-accept .modal div.modal-dialog .modal-content .proxy-accept .shc-header .myhealth {
  width: 160px;
  height: 44px;
  background-size: 160px 44px;
}
body.webview.proxy-accept .modal div.modal-dialog .modal-content .proxy-accept .content .custom-select.month, body.webview.proxy-accept .modal div.modal-dialog .modal-content .proxy-accept .content .custom-select.day {
  width: 60px;
}
body.webview.proxy-accept .modal div.modal-dialog .modal-content .proxy-accept .content .custom-select.year {
  width: 100px;
}
body.webview .main.dashboard .hd, body.webview .main.dashboard .main-nav, body.webview .main.dashboard .sub-nav, body.webview .main.dashboard .sub-nav-dropdown, body.webview .main.dashboard .footer.container {
  display: none !important;
}
body.webview .main.dashboard .tab-content, body.webview .main.dashboard .sub-tab-content {
  padding: 0;
}

body.is-mobile .body.container {
  width: 100%;
  padding: 20px 15px;
}
body.is-mobile .body.container .content-area {
  width: 100%;
}
body.is-mobile h1, body.is-mobile h2, body.is-mobile h3 {
  margin: 0 0 15px 0;
}
body.is-mobile h1 {
  font-size: 24px;
}
body.is-mobile h2 {
  font-size: 24px;
}
body.is-mobile h3 {
  font-size: 18px;
}
body.is-mobile a, body.is-mobile h1, body.is-mobile h2, body.is-mobile h3, body.is-mobile label, body.is-mobile .title, body.is-mobile .strong, body.is-mobile .mini-title, body.is-mobile .header {
  font-weight: 600;
}
body.is-mobile label.radio-label {
  font-weight: 400;
}
body.is-mobile input[type=text], body.is-mobile textarea, body.is-mobile select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
body.is-mobile .title {
  color: #8c1515;
  font-size: 24px;
}
body.is-mobile .mini-title {
  font-size: 21px;
}
body.is-mobile .shc-btn, body.is-mobile .button, body.is-mobile .button-secondary, body.is-mobile input.button {
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}
body.is-mobile .square-icon {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 7px;
}
body.is-mobile .square-icon-text {
  display: inline-block;
  position: relative;
  width: calc(100% - 45px);
}
body.is-mobile div.modal-dialog {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
body.is-mobile div.modal-dialog .modal-content {
  padding: 20px;
}
body.is-mobile div.modal-dialog .modal-content .popup-close-icn {
  text-align: right;
  font-size: 36px;
  color: #007C92;
  margin: 15px 0;
}
body.is-mobile div.modal-dialog .modal-content .button, body.is-mobile div.modal-dialog .modal-content .custom-button, body.is-mobile div.modal-dialog .modal-content button {
  float: none;
  width: 100%;
}
body.is-mobile div.modal-dialog .modal-content .button:first-child, body.is-mobile div.modal-dialog .modal-content .custom-button:first-child, body.is-mobile div.modal-dialog .modal-content button:first-child {
  margin-top: 20px;
}
body.is-mobile div.modal-dialog .modal-content .button:not(:last-child), body.is-mobile div.modal-dialog .modal-content .custom-button:not(:last-child), body.is-mobile div.modal-dialog .modal-content button:not(:last-child) {
  margin-bottom: 15px;
}
body.is-mobile div.modal-dialog.modal-sm {
  text-align: center;
  width: 90%;
  margin: 20% auto;
  min-height: 200px;
  height: auto;
  border: 2px solid #B4B0AA;
  font-size: 21px;
  padding-top: 0px;
}
body.is-mobile div.modal-dialog.modal-sm .modal-content {
  padding-top: 0px;
}
body.is-mobile div.modal-dialog.modal-sm h1, body.is-mobile div.modal-dialog.modal-sm h2 {
  color: #007C92;
  font-weight: 400;
  font-size: 28px;
  margin: 10px 0 20px;
}
body.is-mobile div.modal-dialog.modal-sm div.desc {
  margin-top: 10px;
}
body.is-mobile div.modal-dialog.modal-sm span.value {
  font-weight: 700;
}
body.is-mobile div.modal-dialog.modal-sm .modal-info-close {
  position: relative;
  top: 10px;
  margin-left: 95%;
  font-size: 26px;
  color: #007C92;
}
body.is-mobile .card {
  padding: 15px 10px;
  border: 1px solid #dad7cb;
  width: 100%;
  margin-bottom: 10px;
}
body.is-mobile .mobile-card-group {
  border: 1px solid #dad7cb;
  margin-top: 15px;
  width: 100%;
}
body.is-mobile .mobile-card-group .section {
  padding: 15px 10px;
}
body.is-mobile .mobile-card-group .section-font-icon-link {
  border-top: 1px solid #dad7cb;
  padding: 10px;
}
body.is-mobile .mobile-card-group .section-font-icon-link .icon, body.is-mobile .mobile-card-group .section-font-icon-link .icon-link {
  display: inline-block;
  color: #007C92;
}
body.is-mobile .mobile-card-group .section-font-icon-link .icon-link {
  margin: 0;
  height: 28px;
  line-height: 28px;
  font-size: 21px;
}
body.is-mobile .mobile-card-group .section-font-icon-link .icon {
  margin-right: 7px;
  height: 30px;
}
body.is-mobile .mobile-card-group .section-font-icon-link div.icon-link img {
  margin-left: 5px;
  margin-right: 15px;
}
body.is-mobile .link-button {
  border: 1px solid #dad7cb;
  padding: 10px;
  margin-bottom: 15px;
}
body.is-mobile .link-button:first-child {
  margin-top: 15px;
}
body.is-mobile .link-button .img {
  float: right;
  background: #fff url("../images/png-icons/icn_chevron.png") no-repeat center;
  height: 24px;
  width: 24px;
}
body.is-mobile .link-button .img.downwards {
  transform: rotate(90deg);
}
body.is-mobile .link-button .link-button-title {
  color: #007C92;
}
body.is-mobile .link-button .link-button-title.strong {
  font-weight: 600;
}
body.is-mobile .link-button .add-btn:before {
  content: "+";
  font-size: 36px;
  vertical-align: middle;
  margin: 0 15px 0 10px;
  color: #007C92;
  position: relative;
  top: -2px;
}
body.is-mobile .link-button .icon, body.is-mobile .link-button .icon-link {
  display: inline-block;
  color: #007C92;
}
body.is-mobile .link-button .icon-link {
  margin: 0;
  height: 28px;
  line-height: 28px;
  font-size: 21px;
}
body.is-mobile .link-button .icon {
  margin-right: 7px;
  height: 30px;
}
body.is-mobile .mobile-radio-group {
  position: relative;
}
body.is-mobile .mobile-radio-group .radio-div {
  float: left;
  position: absolute;
  top: calc(50% - 35px);
}
body.is-mobile .mobile-radio-group .card {
  font-weight: normal;
  width: calc(100% - 25px);
  display: inline-block;
  margin-left: 25px;
  border-radius: 4px;
}
body.is-mobile .mobile-radio-group .card.selected {
  border: 1px solid #007C92;
}
body.is-mobile .mobile-radio-group .card .name {
  font-size: 21px;
}
body.is-mobile .mobile-radio-group .card.norevoke-btn {
  width: 100%;
  margin-left: 0;
}
body.is-mobile .custom-select {
  position: relative;
}
body.is-mobile .custom-select:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid #4d4f53;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  right: 10px;
  top: 15px;
}
body.is-mobile .custom-button-container .custom-cancel-button {
  border: 2px solid #007C92;
  color: #007C92;
  text-transform: uppercase;
}
body.is-mobile .custom-button-container .custom-cancel-button:hover {
  color: #007C92;
}
body.is-mobile .add-link, body.is-mobile .remove-link {
  font-weight: 600;
  font-size: 21px;
  color: #007C92;
  display: inline-block;
  cursor: pointer;
  margin: 5px 0;
}
body.is-mobile .add-link span.icon-text, body.is-mobile .remove-link span.icon-text {
  display: inline-block;
  width: 20px;
  text-align: center;
}
body.is-mobile .add-link:hover, body.is-mobile .remove-link:hover {
  color: #00505C;
}
body.is-mobile .remove-link span.icon-text {
  font-size: 32px;
}
body.is-mobile .more-info-button {
  color: #007C92;
  font-size: 18px;
  font-weight: 700;
  margin-top: 16px;
}
body.is-mobile .more-info-button .more-info-icn {
  float: left;
  font-size: 22px;
  color: #007C92;
}
body.is-mobile .more-info-button .more-info-text {
  margin-left: 26px;
  font-weight: 400;
}

body {
  padding-top: 40px;
}

body.opensched {
  padding-top: 0px;
  font-weight: 400;
}
body.opensched .container {
  width: 975px;
}
@media (max-width: 991px) {
  body.opensched .container {
    width: 975px;
  }
}

body > div.main > div.registration {
  padding-bottom: 40px;
}
body > div.main > div.registration input[type=text], body > div.main > div.registration select {
  width: 100%;
}
body > div.main > div.registration .phone-number-input {
  width: 30% !important;
  display: block;
}
body > div.main > div.registration .resend-code-button {
  margin: 0 12px;
}

.mod-lookup .activation-info .row {
  margin-bottom: 20px;
}

.mod-signup {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  float: none;
  width: 100%;
  padding-right: 0px;
}
.mod-signup #infoColumn {
  background: none;
  box-sizing: border-box;
  border: 0px;
  padding: 20px 0 0 0;
  margin: 0px;
  width: 100%;
}
.mod-signup #infoColumn .promo-content {
  width: 70%;
  float: left;
  box-sizing: border-box;
}
.mod-signup #infoColumn .promo-content h2 {
  color: #363636;
  font-weight: 400;
  font-size: 100%;
  margin-top: 0px;
}
.mod-signup #infoColumn .promo-content ul {
  list-style: disc;
  padding-left: 20px;
}
.mod-signup #infoColumn .promo-content ul li {
  font-weight: 400;
  font-size: 100%;
  color: rgb(54, 54, 54);
  margin: 0 0 0 12px;
}
.mod-signup #infoColumn .promo-content .promo-content-left {
  width: 24%;
  height: 140px;
  float: left;
  padding-left: 0px;
}
.mod-signup #infoColumn .promo-content .promo-content-right {
  margin-left: 140px;
  padding-left: 20px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 18px;
  color: rgb(54, 54, 54);
}
.mod-signup #infoColumn .promo-content .promo-content-right b {
  font-weight: 400;
}
.mod-signup #infoColumn .promo-content .point-title, .mod-signup #infoColumn .promo-content span {
  font-weight: 100%;
  margin-bottom: 10px;
  margin-top: 0px;
  color: rgb(54, 54, 54);
}
.mod-signup #infoColumn .right-rail {
  float: left;
  width: 30%;
  border: 1px solid #CCC;
  box-sizing: border-box;
  padding: 10px;
}
.mod-signup #infoColumn .right-rail h3 {
  font-weight: 100%;
  margin-bottom: 10px;
  margin-top: 0px;
  text-transform: uppercase;
  color: rgb(54, 54, 54);
  font-size: 21px;
}
.mod-signup #infoColumn .right-rail ul {
  margin-bottom: 20px;
}
.mod-signup #infoColumn .right-rail ul li {
  padding: 2px 0;
  margin: 0 0 0 12px;
}

.mod-proxy .proxy-info p, .mod-proxy .proxy-info .content {
  margin-bottom: 20px;
}
.mod-proxy .proxy-info .content ul {
  list-style: disc;
  margin-left: 20px;
}

.mod-video {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 40.25%;
  background-color: #d7d7d7;
}
.mod-video iframe, .mod-video object, .mod-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mod-acct-info .acct-info .row {
  margin-bottom: 20px;
}
.mod-acct-info .acct-info span.hint {
  line-height: 1.3em;
}
.mod-acct-info input[type=text] {
  width: 50%;
  display: block;
}

.mod-cc-verify .cc-info .row {
  margin-bottom: 20px;
}
.mod-cc-verify .cc-info .row.name-row {
  margin-bottom: 8px;
}
.mod-cc-verify input[type=text] {
  width: 50%;
}
.mod-cc-verify .spacer {
  min-height: 200px;
}

.mod-mail .row, .mod-demog .row {
  margin-bottom: 20px;
}
.mod-mail .row.captcha-row, .mod-demog .row.captcha-row {
  margin-top: 40px;
}
.mod-mail .row.name-row, .mod-demog .row.name-row {
  margin-bottom: 40px;
}
.mod-mail input[type=text], .mod-demog input[type=text] {
  width: 100%;
}
.mod-mail #mrnControlGroup label.control-label, .mod-demog #mrnControlGroup label.control-label {
  display: inline-block;
  margin-right: 15px;
}
.mod-mail #mrnControlGroup input[type=text], .mod-demog #mrnControlGroup input[type=text] {
  width: 220px;
}
.mod-mail .phone-selection-text, .mod-demog .phone-selection-text {
  font-weight: 600;
}
.mod-mail .error-phone.alert-danger, .mod-demog .error-phone.alert-danger {
  display: inline-block;
  padding: 10px;
}

.mod-demog .grid-display {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.mod-login {
  padding: 40px 0 20px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: initial;
}
.mod-login .fields > div {
  display: table;
  margin: 0 auto;
  width: 70%;
}
.mod-login .fields label {
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  color: #4d4f53;
  width: 100%;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 400;
}
.mod-login .fields .helper {
  display: inline-block;
  text-align: right;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
}
.mod-login .fields input[type=text], .mod-login .fields input[type=password] {
  width: 100%;
  background-color: #fff;
  border-color: #4d4f53;
}
.mod-login .fields input[disabled=disabled] {
  background-color: #928b81;
}
.mod-login .fields a {
  text-decoration: none;
}
.mod-login .fields .strike {
  text-decoration: line-through;
}
.mod-login div.alert.alert-danger.all-errors {
  text-align: center;
  padding: 10px;
  background-color: #dfa7a7;
  color: #8c1515;
  margin: 0;
  font-size: 18px;
}
.mod-login div.alert.alert-danger.all-errors strong {
  font-size: 21px;
}
.mod-login .submit {
  clear: both;
  width: 100%;
  margin-top: 0;
  display: block;
  border-top: 2px solid #009B76;
  padding-top: 20px;
}
.mod-login .submit .shc-btn.btn {
  padding: 10px 60px;
  display: table;
  margin: 0 auto;
}
.mod-login .inputfeild-button-group .attached-btn {
  border-color: #4d4f53;
  width: 55px;
  padding: 0;
  text-transform: uppercase;
}

.mod-register-select .bd .signup-methods .signup-mode {
  text-align: center;
}
.mod-register-select .bd .signup-methods .signup-mode .sub-info {
  width: 80%;
  margin: 0 auto;
}
.mod-register-select .bd .signup-methods .signup-mode .sub-info .eligible {
  font-size: 15px;
  margin-top: 20px;
}
.mod-register-select .bd .btn {
  margin-right: 0px;
  min-width: 300px;
}

.mod-questions .questions-info {
  margin-top: 40px;
}
.mod-questions label {
  font-weight: 400;
}
.mod-questions .question-list {
  list-style-type: decimal;
  margin-left: 25px;
}
.mod-questions .question-list .question {
  color: #8c1515;
  font-weight: 600;
}
.mod-questions .question-list > li {
  margin-top: 20px;
}
.mod-questions .question-list > li ul {
  margin-left: 20px;
  margin-top: 10px;
}
.mod-questions .question-list > li ul li label {
  margin-left: 10px;
  width: 80%;
}
.mod-questions .error {
  border: none;
}
.mod-questions span.label.helptext.alert {
  display: block;
  color: #8c1515;
  margin: 5px 0 0 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  padding: 0;
}

.verification-options {
  margin-top: 25px;
  font-size: 18px;
}
.verification-options .verifycode {
  margin-top: 18px;
}
.verification-options ul {
  margin-top: 15px;
  padding-left: 5px;
}
.verification-options ul li {
  margin-top: 7px;
}
.verification-options ul li label.option-text {
  margin-left: 10px;
  display: inline;
  font-size: 21px;
  letter-spacing: 0;
  word-spacing: 0;
}
.verification-options ul.hint-list li {
  list-style: disc;
  list-style-position: inside;
  margin-top: 0px;
}
.verification-options p.make-appt {
  margin: 0px;
  font-size: 15px;
}

.mod-online-step1 .bd .section-info {
  font-style: italic;
  max-width: 70%;
}
.mod-online-step1 .bd .creditCard-info {
  padding-left: 32px;
  font-size: 18px;
}
.mod-online-step1 .bd .credit-info {
  border: 1px solid #707070;
  padding: 34px;
  width: 70%;
}
.mod-online-step1 .bd .credit-info .fair-header {
  padding-left: 30%;
}
.mod-online-step1 .bd .info {
  margin-top: 40px;
  overflow: hidden;
}
.mod-online-step1 .bd .info div {
  margin: 0px;
  padding: 0px;
}
.mod-online-step1 .bd .info img {
  height: 66px;
  width: 49px;
  margin-right: 20px;
  float: left;
}
.mod-online-step1 .bd .info .fcra {
  font-style: italic;
  clear: left;
  padding-bottom: 16px;
}

.mod-corporateRegistration .bd a {
  font-size: 80%;
  font-weight: normal;
  display: block;
}

.mod-corporateRegistration-accountChoice .bd .row-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mod-corporateRegistration-accountChoice .bd .row-text p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mod-corporateRegistration-accountChoice .bd .row-text .sign-in {
  font-weight: 700;
}

.mod-forgot .custom-select,
.activation-info .custom-select {
  width: 80%;
  min-height: 70px;
}
.mod-forgot div.dateOfBirthMonth, .mod-forgot div.dateOfBirthDay,
.activation-info div.dateOfBirthMonth,
.activation-info div.dateOfBirthDay {
  float: left;
  width: 15%;
  margin-right: -24px;
}
.mod-forgot div.dateOfBirthYear,
.activation-info div.dateOfBirthYear {
  float: left;
  width: 20%;
}
.mod-forgot p,
.activation-info p {
  font-weight: 400;
}
.mod-forgot .section-info,
.activation-info .section-info {
  font-weight: 400;
}
.mod-forgot .desc,
.activation-info .desc {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 20px;
}
.mod-forgot .row.choices,
.activation-info .row.choices {
  margin: 40px 0;
  line-height: 40px;
}
.mod-forgot .row.choices div.radio,
.activation-info .row.choices div.radio {
  float: left;
  margin: 0 10px 0 5px;
  padding: 8px 0 0 20px;
}
.mod-forgot .row.choices .option,
.activation-info .row.choices .option {
  float: left;
  margin-left: -10px;
}
.mod-forgot .finish-email,
.activation-info .finish-email {
  margin: 40px 0 160px 0;
}
.mod-forgot .attached-btn,
.activation-info .attached-btn {
  background: #f5f5f5;
  text-transform: uppercase;
}

body#main.signup-postal-mail {
  max-width: 100%;
}
body#main.signup-postal-mail #wrap {
  align-items: center;
}

#myHealthAccessRequest label {
  display: inline-block;
}
#myHealthAccessRequest ol {
  list-style-position: inside;
}
#myHealthAccessRequest .dob-select {
  height: 40px;
  cursor: pointer;
  margin-bottom: 20px;
  width: 80px;
}
#myHealthAccessRequest .dob-select-year {
  width: 120px;
}
#myHealthAccessRequest .helptext {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 21px;
}
#myHealthAccessRequest .alert-red {
  background-color: rgba(140, 21, 21, 0.2);
  border: 1px solid #8c1515;
  font-size: 21px;
}
#myHealthAccessRequest .section {
  max-width: 500px;
}

.mobileActivation input[type=text] {
  width: 100%;
  display: block;
}
@media (max-width: 480px) {
  .mobileActivation .shc-header, .mobileActivation .footer {
    display: none;
  }
  .mobileActivation form .ft {
    border-top: none;
    margin-top: 0px;
    padding-top: 10px;
  }
  .mobileActivation form .ft .shc-btn {
    width: 100%;
  }
  .mobileActivation form .ft .btn-cancel {
    display: block;
    width: 100%;
    text-align: center;
  }
  .mobileActivation span.phone span.desktop {
    display: none;
  }
  .mobileActivation .alert span.phone a.mobile {
    color: #8c1515;
  }
  .mobileActivation .mod-email-password #registrationEmail-info {
    display: none;
  }
  .mobileActivation .activation-success .hd {
    margin-top: 35px;
    text-align: center;
  }
  .mobileActivation .activation-success .download-icons {
    text-align: center;
  }
  .mobileActivation .activation-success p {
    text-align: center;
  }
  .mobileActivation .activation-success .threeBusinessDays {
    margin-top: 100px;
    font-size: 16px;
    font-weight: 300;
  }
}
@media (min-width: 481px) {
  .mobileActivation span.phone a.mobile {
    display: none;
  }
  .mobileActivation .activation-success .threeBusinessDays {
    margin-top: 30px;
  }
}
@media (max-device-width: 767px) {
  .mobileActivation .web {
    display: none;
  }
}
@media (min-device-width: 768px) {
  .mobileActivation .mobile {
    display: none;
  }
}
@media (max-width: 480px) {
  .mobileActivation .modal-content {
    top: 50px;
    left: 10%;
    width: 80%;
    margin-left: 0px;
    margin-top: 0px;
    padding: 10px 20px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .mobileActivation .modal-content {
    top: 50px;
    left: 15%;
    width: 70%;
    margin-left: 0px;
    margin-top: 0px;
    padding: 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mobileActivation .modal-content {
    top: 50px;
    left: 20%;
    width: 60%;
    margin-left: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .mobileActivation {
    font-size: 18px;
  }
  .mobileActivation h3 {
    font-size: 18px;
    font-weight: 600;
  }
  .mobileActivation .shc-form .error-msg {
    font-size: 18px;
  }
  .mobileActivation p, .mobileActivation span, .mobileActivation ul {
    font-weight: 400;
  }
  .mobileActivation a {
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  .mobileActivation h3 {
    font-size: 21px;
    font-weight: 400;
  }
  .mobileActivation a {
    font-weight: 400;
  }
}
.mobileActivation select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}
.mobileActivation select::-ms-expand {
  display: none;
}
.mobileActivation .custom-select:after {
  content: "";
  background-image: url("../images/icons/MyHealth_Icons_SelectCarets.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  pointer-events: none;
  top: 0px;
  right: 14px;
  height: 16px;
  width: 16px;
  /*
  margin: 10px -13px 0px 0px;
  padding: 0px 4px 0px 4px;
  */
}
@media (min-width: 768px) {
  .mobileActivation .custom-select:after {
    top: 3px;
  }
}
.mobileActivation form .fields span.error {
  display: block;
}
.mobileActivation form .error-msg {
  display: block;
}
.mobileActivation .modal-content {
  position: absolute;
  max-height: none;
}
.mobileActivation .modal-content a.adult-proxy-form, .mobileActivation .modal-content a.child-proxy-form {
  display: block;
  margin-bottom: 10px;
}
.mobileActivation .activation-info .activation-token-row, .mobileActivation .activation-info .activation-number-row, .mobileActivation .activation-info .record-row {
  display: none;
}
.mobileActivation .activation-info div.dob-row .custom-select {
  width: 80%;
  min-height: 70px;
}
.mobileActivation .activation-info div.dob-row div.dateOfBirthMonth, .mobileActivation .activation-info div.dob-row div.dateOfBirthDay {
  float: left;
  width: 30%;
  margin-right: -24px;
}
.mobileActivation .activation-info div.dob-row div.dateOfBirthYear {
  float: left;
  width: 45%;
}
.mobileActivation .activation-info div.dob-row .custom-select {
  display: block;
  width: 100%;
  position: relative;
}
.mobileActivation .activation-info div.dob-row select.error {
  border: 1px solid #8c1515;
  background-color: #ffffff;
}
.mobileActivation .activation-info div.dob-row div.error {
  margin-top: 3px;
  color: #8c1515;
  font-size: 90%;
  font-weight: 500;
}
.mobileActivation .ft input[value=Next] {
  display: none;
}
.mobileActivation .ft .shc-btn {
  width: 20%;
}
.mobileActivation .activation-alert {
  color: #8c1515;
  margin: 20px 0;
  padding: 10px;
}
.mobileActivation .mod-email-password .pwd-row {
  margin-top: 10px;
}
.mobileActivation .mod-email-password .inline-instructions {
  margin-bottom: 0px;
}
.mobileActivation .mod-email-password .inline-instructions p {
  margin-bottom: 3px;
}
.mobileActivation .mod-email-password .inline-instructions .hint-list {
  margin-left: 2px;
}
.mobileActivation .mod-security-question #securityQuestion optgroup {
  display: none;
}
.mobileActivation .mod-security-question span.desc.error {
  color: #8c1515;
  font-weight: 500;
}
.mobileActivation .activation-success .bd {
  margin-top: 25px;
}
.mobileActivation .activation-success .app-link {
  display: flex;
  flex-direction: row;
}
.mobileActivation .activation-success .app-link .ios, .mobileActivation .activation-success .app-link .android {
  height: 40px;
}
.mobileActivation .activation-success .app-link .ios {
  margin-right: 10px;
}
.mobileActivation .activation-success .finish {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
}
.mobileActivation .activation-success.ios .mobile .generic, .mobileActivation .activation-success.ios .mobile .android {
  display: none;
}
.mobileActivation .activation-success.android .mobile .generic, .mobileActivation .activation-success.android .mobile .ios {
  display: none;
}
.mobileActivation .activation-success.generic .mobile .ios, .mobileActivation .activation-success.generic .mobile .android {
  display: none;
}
.mobileActivation .activation-success .download-icons img {
  height: 40px;
}
.mobileActivation .activation-success .hd .section-hd {
  margin: 40pt 0;
  font-size: 22pt;
  font-weight: 400;
}
.mobileActivation .activation-success .get-app {
  font-size: 22pt;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 400;
}
.mobileActivation .activation-expired .hd h2 {
  margin-bottom: 25px;
}
.mobileActivation .activation-expired .hd .section-hd {
  margin-bottom: 15px;
}
.mobileActivation .activation-expired p {
  margin-bottom: 15px;
}
.mobileActivation .activation-expired ul.options {
  margin-left: 18px;
  margin-bottom: 15px;
  list-style-type: disc;
}
.mobileActivation .activation-expired ul.options li {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  body.is-mobile .body {
    padding-bottom: 0;
  }
  body.is-mobile > div.footer .copyright ul.footer-footer li {
    font-size: 15px;
    border-left: none;
    clear: left;
  }
  body.is-mobile > div.footer .copyright ul.footer-footer li:first-child {
    margin-left: 11px;
    padding-left: 11px;
  }
}
.guest-estimates {
  border-top: 2px solid #DADADA;
  padding-top: 24px;
}

.estimates .printview {
  display: none;
}
.estimates .section:not(:last-child) {
  margin-bottom: 30px;
}
.estimates input::-webkit-input-placeholder {
  font-size: 18px;
}
.estimates input::-moz-placeholder {
  font-size: 18px;
}
.estimates input:-ms-input-placeholder {
  font-size: 18px;
}
.estimates input::-ms-input-placeholder {
  font-size: 18px;
}
.estimates input::placeholder {
  font-size: 18px;
}
.estimates .sub-section {
  margin-bottom: 25px;
}
.estimates .search-error {
  color: #8c1515;
  position: absolute;
  font-weight: 600;
}
.estimates p.info {
  margin: 15px 0 20px 0;
}
.estimates .error-info {
  color: #8c1515;
  font-size: 18px;
  font-weight: 600;
  display: block;
  position: absolute;
}
.estimates.body.container::before, .estimates.body.container::after {
  display: block;
}
.estimates .hdr {
  font-weight: 600;
}
.estimates .small-hdr {
  font-weight: 600;
  font-size: 18px;
}
.estimates .desc {
  font-size: 18px;
  margin: 10px 0 0;
}
.estimates .desc.italic {
  font-style: italic;
}
.estimates .no-data {
  padding: 10px;
}
.estimates .radio-label {
  display: block;
}
.estimates .check-mark {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #009B76 url("../images/png-icons/check/check.png") no-repeat center;
  border: solid 1px #009B76;
  margin-right: 5px;
}
.estimates .location-provider-info .provider-or-location-address, .estimates .location-provider-info .provider-location-logo {
  float: left;
  display: inline-block;
}
.estimates .location-provider-info .provider-or-location-address span {
  font-size: 18px;
}
.estimates .provider-location-logo {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  margin: 4px 10px 0 0;
  border: 1px solid #f5f5f5;
  background-image: url("../images/estimates/estimate-location-sprite.png");
}
.estimates .provider-location-logo.valleycare {
  background-position: 0 -62px;
}
.estimates .provider-location-logo.stanford {
  background-position: 0 0;
}
.estimates .provider-location-logo.unknown {
  background-position: 0 -124px;
}
.estimates .estimate-alert:not(:first-child) {
  margin-top: 10px;
}
.estimates .estimate-alert .message-text, .estimates .estimate-alert .alert-image {
  display: inline-block;
  float: left;
  box-sizing: border-box;
}
.estimates .estimate-alert .message-text {
  color: #8c1515;
  font-weight: 600;
  width: calc(100% - 35px);
}
.estimates .estimate-alert .alert-image {
  width: 24px;
  height: 21px;
  display: inline-block;
  position: relative;
  top: 2px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  background-image: url("../images/estimates/warning.svg");
}
.estimates .template-info {
  padding: 15px 15px 20px 15px;
  border: 1px solid #d8d8d8;
  border-radius: 1px;
}
.estimates .template-info .sub-section {
  margin: 20px 0 0;
}
.estimates img.info-icon-hoverable {
  width: 14px;
  height: 14px;
  padding: 0;
  position: relative;
  top: -2px;
  cursor: pointer;
}
.estimates#select-insurance form.insurance-form input.insurance-date {
  width: calc(100% - 47px);
  float: left;
}
.estimates#select-insurance form.insurance-form img.calendar {
  width: 40px;
  height: 40px;
  float: right;
}
.estimates#categories-services .search-div {
  max-width: 600px;
}
.estimates#categories-services .tabs {
  width: 100%;
  border-bottom: 1px solid #007C92;
}
.estimates#categories-services .tabs .tab {
  display: inline-block;
  padding: 3px 15px;
  cursor: pointer;
}
.estimates#categories-services .tabs .tab.selected {
  color: #007C92;
  font-weight: 600;
  border-bottom: 5px solid #007C92;
}
.estimates#categories-services .category .hdr > div {
  display: inline-block;
  position: relative;
}
.estimates#categories-services .category .hdr .text {
  bottom: 3px;
}
.estimates#categories-services .category .hdr .category-logo {
  top: 2px;
}
.estimates#categories-services .category-logo {
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  margin-right: 5px;
  background-image: url("../images/estimates/Estimates-icons-sprite.svg");
}
.estimates#categories-services .category-logo.visits {
  background-position: 0 -140px;
}
.estimates#categories-services .category-logo.radiology1 {
  background-position: 0 -27px;
}
.estimates#categories-services .category-logo.radiology2 {
  background-position: 0 -56px;
}
.estimates#categories-services .category-logo.vaccines {
  background-position: 0 -84px;
}
.estimates#categories-services .category-logo.lab {
  background-position: 0 -112px;
}
.estimates#categories-services .category-logo.common {
  background-position: 0 0;
}
.estimates#categories-services .category-logo.physical-therapy {
  background-position: 0 -168px;
}
.estimates#categories-services .category-logo.speciality-services {
  background-position: 0 -196px;
}
.estimates#categories-services .category-logo.surgical-procedures {
  background-position: 0 -224px;
}
.estimates#categories-services .category-logo.psychiatry {
  background-position: 0 -280px;
}
.estimates#categories-services .category-logo.unknown {
  background-position: 0 -252px;
}
.estimates#details .current-insruance div:not(:first-child) {
  font-size: 18px;
}
.estimates#details .alternate-insurances ul {
  list-style-type: disc;
  padding-left: 25px;
}
.estimates#details .disclaimer-text {
  font-size: 18px;
}
.estimates#details .disclaimer-text h2, .estimates#details .disclaimer-text label {
  font-weight: 600;
}
.estimates#details .disclaimer-text label {
  text-transform: none;
  font-size: 21px;
}
.estimates#details .disclaimer-text p {
  margin: 20px 0;
}
.estimates#details .disclaimer-text .disclaimer-text-span {
  margin-bottom: 24px;
}
.estimates#details .disclaimer-text span:first-child {
  font-weight: 600;
}
.estimates#details .details-footer {
  margin-top: 30px;
}
.estimates#details .details-footer > div:not(:last-child) {
  margin-bottom: 30px;
}
.estimates#details .details-footer > div:not(:first-child) {
  padding-top: 30px;
  border-top: 1px solid #d8d8d8;
}
.estimates#details .invalid-entry {
  color: #8c1515;
  font-size: 18px;
  font-weight: 600;
  display: inline;
}
.estimates#details .template-info .top .details-title {
  font-weight: 600;
  font-size: 18px;
  float: left;
}
.estimates#details .template-info .top [class*=icon-] {
  float: right;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background-size: contain;
  margin: 2px 10px 0 0;
}
.estimates#details .template-info .top [class*=icon-].icon-edit-section {
  background-image: url("../images/estimates/edit-icon.svg");
}
.estimates#details .template-info .top [class*=icon-].icon-close-section {
  background-image: url("../images/estimates/close-icon.svg");
}
.estimates#details .template-info .myhealth-row:last-child {
  border-bottom: none;
}
.estimates#details .template-info.location-or-provider {
  padding-bottom: 0;
}
.estimates#details .template-info.location-or-provider .selected {
  margin-bottom: 20px;
}
.estimates#details form.benefits * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.estimates#details form.benefits .benefit {
  float: left;
  width: 255px;
  margin-right: 15px;
}
.estimates#details form.benefits .benefit label {
  display: inline;
  margin-bottom: 5px;
}
.estimates#details form.benefits .benefit p.anchor, .estimates#details form.benefits .benefit .inputfeild-button-group {
  margin-top: 5px;
}
.estimates#details form.benefits .benefit label, .estimates#details form.benefits .benefit p.anchor {
  font-size: 18px;
}
.estimates#details form.benefits .benefit input[type=text] {
  width: 100%;
}
.estimates#details .email-send {
  width: 60%;
  margin-top: 10px;
}
.estimates#details .email-send button, .estimates#details .email-send input {
  height: 37px;
}
.estimates#details .email-send input {
  width: calc(100% - 145px);
}
.estimates#details .email-send button {
  padding: 0;
  width: 130px;
  margin: 0 0 0 10px;
}
.estimates#details .email-send-message {
  min-width: 250px;
  margin-left: 10px;
}
.estimates#details .email-send-message .finished {
  color: #009B76;
  font-weight: 600;
}
.estimates#details .email-send, .estimates#details .email-send-message {
  display: inline-block;
}
.estimates#details .estimate-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
}
.estimates#details .estimate-container .fee-section {
  margin-top: 10px;
}
.estimates#details .estimate-container > div {
  position: relative;
  width: calc(50% - 5px);
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.estimates#details .estimate-container > div:first-child {
  margin-right: 10px;
}
.estimates#details .estimate-container > div.only-container {
  width: 100%;
}
.estimates#details .estimate-container .self-pay-amt {
  font-weight: 600;
  font-size: 72px;
  padding-left: 10px;
  padding-top: 10px;
  color: #009B76;
}
.estimates#details .estimate-container .fee-table .essMoneyColor span {
  color: #009B76;
  font-weight: 600;
}
.estimates#details .estimate-container .fee-table .essCardinalColor span {
  color: #8c1515;
  font-weight: 600;
}
.estimates#details .estimate-container .fee-table .fee-row {
  padding-top: 10px;
}
.estimates#details .estimate-container .fee-table .fee-row:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
}
.estimates#details .estimate-container .fee-table .fee-row .left, .estimates#details .estimate-container .fee-table .fee-row .right {
  display: inline;
}
.estimates#details .estimate-container .fee-table .fee-row .left {
  float: left;
}
.estimates#details .estimate-container .fee-table .fee-row .right {
  float: right;
}
.estimates#details .estimate-container .fee-table .fee-row .child-row {
  padding: 5px 0 5px 20px;
}
.estimates#details .estimate-container .fee-table .fee-row .child-row:last-child {
  padding-bottom: 0;
}
.estimates#details .estimate-container .fee-graph {
  display: table;
  margin: 30px auto 10px auto;
  min-height: 50px;
}
.estimates#details .estimate-container .fee-graph > div {
  display: inline-block;
}
.estimates#details .estimate-container .fee-graph .value {
  font-size: 18px;
  position: relative;
  top: 6px;
}
.estimates#details .estimate-container .fee-graph .value.low-val {
  margin-right: 10px;
}
.estimates#details .estimate-container .fee-graph .value.high-val {
  margin-left: 10px;
}
.estimates#details .estimate-container .fee-graph .line {
  height: 1px;
  background-color: #4d4f53;
  position: relative;
  z-index: 0;
  width: 190px;
}
.estimates#details .estimate-container .fee-graph .line > div {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: -9.5px;
}
.estimates#details .estimate-container .fee-graph .line .low {
  left: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.estimates#details .estimate-container .fee-graph .line .high {
  right: 0;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.estimates#details .estimate-container .fee-graph .line .medium {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.estimates#details .estimate-container .fee-graph .line .medium .text.value {
  position: absolute;
  top: -30px;
  left: 10px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #009B76;
  font-size: 21px;
  font-weight: 600;
}
.estimates#details .estimate-container .fee-graph .line .step {
  height: 20px;
  width: 20px;
  margin: 0 auto;
  position: relative;
}
.estimates#details .estimate-container .fee-graph .line .step .dot {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.estimates#details .estimate-container .fee-graph .line .step .dot.grey-dot {
  height: 9px;
  width: 9px;
  background-color: #4d4f53;
}
.estimates#details .estimate-container .fee-graph .line .step .dot.green-dot {
  height: 13px;
  width: 13px;
  background-color: #009B76;
}
.estimates#details .specific-bens .service-name {
  margin-bottom: 15px;
}
.estimates#details .disclaimer-section > div:not(:first-child) {
  margin-bottom: 25px;
}
.estimates .saved-estimates .hr-border {
  width: 100%;
  height: 1px;
  background-color: #b6b1a9;
  margin: 30px 0;
}
.estimates .saved-estimates .saved-estimates-list {
  margin-top: 30px;
}
.estimates .saved-estimates .saved-estimates-list .saved-estimates-hdr {
  font-size: 28px;
  margin-bottom: 20px;
}
.estimates .saved-estimates .saved-estimates-list .desc {
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .estimates .saved-estimates .saved-estimates-list .desc {
    display: block;
  }
}
.estimates .saved-estimates .saved-estimates-list .sec {
  font-size: 18px;
}
.estimates .saved-estimates .saved-estimates-list .sec:not(:last-child) {
  margin-bottom: 10px;
}
.estimates .saved-estimates .saved-estimates-list .sec .hdr .text {
  font-size: 21px;
}
.estimates .saved-estimates .saved-estimates-list .sec .payment {
  color: #009B76;
  font-size: 28px;
  font-weight: 600;
}
.estimates .saved-estimates .saved-estimates-list button.button {
  width: 180px;
  margin-top: 5px;
}
.estimates .saved-estimates .myhealth-row-table .myhealth-row:first-child {
  border-top: 1px solid #d8d8d8;
}
.estimates .disclaimer-header {
  font-weight: 600;
}

.is-mobile .estimates .myhealth-row-table .myhealth-row .myhealth-cell.left {
  width: 90%;
}
.is-mobile .estimates .myhealth-row-table .myhealth-row .myhealth-cell.left button.button.secondary {
  width: calc(100% + 40px);
}
.is-mobile .estimates .mobile-select-btn {
  width: 8px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url("../images/estimates/disclosureIndicator.svg");
}
.is-mobile .estimates#details .fee-table {
  margin-top: 25px;
}

@media screen and (min-width: 1000px) {
  .estimates .myhealth-row-table .myhealth-row .myhealth-cell.left {
    width: 70%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .estimates .myhealth-row-table .myhealth-row .myhealth-cell.left {
    width: 68%;
  }
  .estimates#details .estimate-container .fee-graph .line {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  body .estimates {
    font-size: 18px;
  }
  body .estimates .myhealth-row-table .myhealth-row .myhealth-cell.left {
    width: 55%;
  }
  body .estimates .secondary-header {
    font-size: 18px;
  }
  body .estimates#details form.benefits .benefit {
    width: 100%;
  }
  body .estimates#details form.benefits .benefit:not(:first-child) {
    margin-left: 0;
  }
  body .estimates#details .email-send {
    width: 100%;
  }
  body .estimates#details .email-send input, body .estimates#details .email-send button {
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
  }
  body .estimates#details .estimate-container {
    display: block;
  }
  body .estimates#details .estimate-container > div {
    width: 100%;
  }
  body .estimates#details .estimate-container > div:first-child {
    margin: 0 0 10px 0;
  }
  body .estimates#details .estimate-container .ref-num-absolute {
    position: static;
  }
  body .estimates#details .estimate-container .self-pay-amt {
    padding-top: 0;
  }
  body .estimates#details .estimate-container .fee-graph .line {
    width: 250px;
  }
}

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