.pull-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.pull-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.display-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  color: #231f20;
  font-family: "Frutiger", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  line-height: 1.1;
}

a {
  color: #e6002a;
  text-decoration: none;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

a:hover {
  color: #b30021;
}

h1,
h2,
h3,
h4 {
  font-family: "FrutigerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2;
}

h1 small,
h2 small,
h3 small,
h4 small {
  font-size: 0.833333333em;
  font-weight: normal;
}

h2,
h3,
h4 {
  text-transform: uppercase;
}

h2 {
  font-size: 1em;
}

p {
  line-height: 1.2;
  margin: 0 0 10px;
}

p small {
  font-size: 0.833333333em;
}

p big {
  font-size: 1.2em;
}

b,
strong {
  font-family: "FrutigerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

ul.unstyled {
  margin: 0;
  padding: 0;
}

ul.unstyled li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.unstyled li {
  margin-bottom: 5px;
}

li {
  margin-bottom: 5px;
}

sup {
  top: -0.35em;
}

.centered {
  text-align: center;
}

.muted {
  color: #949a90;
}

.leaders {
  overflow: hidden;
}

.leaders:before {
  content: "..........................................................";
  float: left;
  letter-spacing: 2px;
  width: 0;
}

.leaders .leader-text {
  background-color: #fff;
}

.leaders .leader-data {
  background-color: #fff;
  float: right;
  text-align: right;
}

td.leaders {
  padding-left: 0;
  padding-right: 0;
}

tr:hover td.leaders .leader-text {
  background-color: #e4e4e1;
}

.callout {
  font-size: 1.35em;
  margin-bottom: 30px;
  max-width: 430px;
}

.callout p {
  line-height: 1.6;
}

.monospace {
  font-family: "Courier New", Courier, monospace;
}

.padding-top--large {
  margin-top: 30px;
}

.padding-top--xlarge {
  margin-top: 40px;
}

.big {
  font-size: 1.3em;
}

.hidden {
  display: none;
}

.primary-color {
  color: #e6002a;
}

.success {
  color: #488641;
}

.video-insert {
  margin-bottom: 30px;
}

.no-wrap {
  white-space: nowrap;
}

table {
  width: 100%;
}

table.table--flex {
  width: auto;
}

table th,
table td {
  font-family: "FrutigerLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.833333333em;
  padding: 2px 10px;
  position: relative;
}

table th:first-child,
table td:first-child {
  padding-left: 0;
}

table th {
  font-size: 0.75em;
  font-family: "FrutigerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

table tr:hover > td {
  background-color: #f0f0ee;
}

table.no-hover tr:hover td {
  background-color: transparent;
}

table.unstyled {
  width: auto;
}

table.unstyled tr:hover > td {
  background-color: transparent;
}

table .tablesorter-header {
  cursor: pointer;
}

table .tablesorter-header:hover {
  color: #e6002a;
}

table .tablesorter-header i {
  display: none;
}

table .tablesorter-headerAsc,
table .tablesorter-headerDesc {
  color: #e6002a;
}

table .tablesorter-headerAsc i.fa-caret-up {
  display: inline;
}

table .tablesorter-headerDesc i.fa-caret-down {
  display: inline;
}

.k-widget table .k-header a {
  color: #231f20;
}

.k-widget table .k-header a:hover {
  color: #b30021;
}

.k-widget table .k-header .k-link .k-icon {
  display: none !important;
}

.k-widget table .k-header[data-dir="asc"] .k-link:after {
  content: "";
  background: url("../Images/asc.png") no-repeat top left;
  display: inline-block;
  width: 6px;
  height: 4px;
}

.k-widget table .k-header[data-dir="desc"] .k-link:after {
  content: "";
  background: url("../Images/desc.png") no-repeat top left;
  display: inline-block;
  width: 6px;
  height: 4px;
}

table .separator-row--red > td {
  border-top: 1px solid #e6002a;
  color: #e6002a;
}

table.striped-table tr:nth-child(odd) {
  background-color: #f2f2f1;
}

table.striped-table tr:hover td {
  background-color: #e6e6e4;
}

table.striped-table tr:hover:nth-child(odd) td {
  background-color: #e6e6e4;
}

table.striped-table td {
  border-right: 2px solid #fff;
}

table.striped-table thead tr {
  background-color: transparent !important;
}

table.striped-table th {
  background-color: transparent !important;
}

table.legend td {
  border-bottom: 1px solid #e4e4e1;
  padding-top: 5px;
}

table.table--centered th,
table.table--centered td {
  text-align: center;
}

table .table--patient b {
  display: block;
}

table .table--patient time {
  float: right;
}

table .table--input {
  background-color: #fff !important;
  border: none !important;
  padding: 0;
  text-align: center;
}

table .table--input a {
  color: #231f20;
}

table .table--input a:hover {
  color: #b6111f;
}

table td.table--status {
  position: relative;
  padding-right: 40px;
}

table td.table--status .icon--search {
  position: absolute;
  right: 10px;
  top: 30%;
}

table td.table--case-id {
  padding-left: 10px;
}

table td.table--case-id .icon--clipboard {
  float: right;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

table td.table--no-rule {
  border-color: transparent;
}

table th.table--text-align-center,
table td.table--text-align-center {
  text-align: center;
}

table th.table--text-align-left,
table td.table--text-align-left {
  text-align: left;
}

table .table--totals {
  border-top: 1px solid #939598;
}

table.table--report caption {
  background-color: #f2f2f1;
  border-bottom: 1px solid #d9d9d7;
  font-size: 1.1em;
  padding: 10px 0 5px;
}

table.table--report th,
table.table--report td {
  padding: 5px;
}

table.table--report th i {
  line-height: 10px;
}

table.table--report .table--report--centered {
  text-align: center;
}

table.table--report .table--report--right {
  text-align: right;
}

table.table--report td.table--report--separator {
  background-color: #fff !important;
  padding: 0;
  width: 10px;
}

table.table--report td.table--report--separator-thin {
  background-color: #fff !important;
  padding: 0;
  width: 5px;
}

table.table--report td.table--report--separator-wide {
  background-color: #fff !important;
  padding: 0;
  width: 20px;
}

table.table--report td.table--report--separator-flex {
  background-color: #fff !important;
  padding: 0;
}

table.table--report th.table--report--separator {
  padding: 0;
  width: 10px;
}

table.table--report th.table--report--separator-thin {
  padding: 0;
  width: 5px;
}

table.table--report th.table--report--separator-wide {
  padding: 0;
  width: 20px;
}

table.table--report th.table--report--separator-flex {
  padding: 0;
}

table.table--report td.table--report--overdue--30 {
  background: #fbfc89;
  border-bottom: 1px solid #fff;
}

@media print {
  table.table--report td.table--report--overdue--30 {
    background-color: transparent;
    color: black;
    border-bottom: none;
  }

  table.table--report td.table--report--overdue--30:before {
    content: "\2666";
    color: #fbfc89;
    font-size: 1.2em;
    margin-right: 5px;
  }
}

table.table--report .table--report--overdue--60 {
  background: #fed454;
  border-bottom: 1px solid #fff;
}

@media print {
  table.table--report .table--report--overdue--60 {
    background-color: transparent;
    color: black;
    border-bottom: none;
  }

  table.table--report .table--report--overdue--60:before {
    content: "\2666";
    color: #fed454;
    font-size: 1.2em;
    margin-right: 5px;
  }
}

table.table--report .table--report--overdue--more-than-60 {
  background: #fb3048;
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media print {
  table.table--report .table--report--overdue--more-than-60 {
    background-color: transparent;
    color: #fb3048;
    border-bottom: none;
  }

  table.table--report .table--report--overdue--more-than-60:before {
    content: "\2666";
    color: #fb3048;
    font-size: 1.2em;
    margin-right: 5px;
  }
}

table.table--report tr:hover td.table--report--overdue--30 {
  background: #f8fa3e;
}

table.table--report tr:hover td.table--report--overdue--60 {
  background: #fec108;
}

table.table--report tr:hover td.table--report--overdue--more-than-60 {
  background: #da041e;
}

table.table--report .table--report--aging-okay {
  background: #add87d;
  border-bottom: 1px solid #fff;
}

@media print {
  table.table--report .table--report--aging-okay {
    background-color: transparent;
    color: black;
    border-bottom: none;
  }

  table.table--report .table--report--aging-okay:before {
    content: "\2666";
    color: #add87d;
    font-size: 1.2em;
    margin-right: 5px;
  }
}

table.table--report .table--report--aging-warning {
  background: #fed454;
  border-bottom: 1px solid #fff;
}

@media print {
  table.table--report .table--report--aging-warning {
    background-color: transparent;
    color: black;
    border-bottom: none;
  }

  table.table--report .table--report--aging-warning:before {
    content: "\2666";
    color: #fed454;
    font-size: 1.2em;
    margin-right: 5px;
  }
}

table.table--report .table--report--aging-alert {
  background: #fb3048;
  border-bottom: 1px solid #fff;
  color: #fff;
}

@media print {
  table.table--report .table--report--aging-alert {
    background-color: transparent;
    color: #fb3048;
    border-bottom: none;
  }

  table.table--report .table--report--aging-alert:before {
    content: "\2666";
    color: #fb3048;
    font-size: 1.2em;
    margin-right: 5px;
  }
}

table.table--report tr:hover td.table--report--aging-okay {
  background: #88c642;
}

table.table--report tr:hover td.table--report--aging-warning {
  background: #fec108;
}

table.table--report tr:hover td.table--report--aging-alert {
  background: #da041e;
}

select {
  background: url("../Images/dropdown-arrow.png") no-repeat 93% 55% #e4e4e1;
  background-size: 10px 5px;
  border: 1px solid #939598;
  border-radius: 5px;
  font-size: 0.833333333em;
  height: 26px;
  line-height: 1.3;
  padding: 0 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  outline: 0 !important;
}

select.input-error {
  border: 1px solid #e6002a;
  color: #e6002a;
}

/* Remove arrow on IE */

select::-ms-expand {
  display: none;
}

/*target Internet Explorer 9 and Internet Explorer 10:*/

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"],
input[list],
textarea {
  border: 1px solid #939598;
  border-radius: 5px;
  display: block;
  height: 26px;
  margin-bottom: 10px;
  padding: 0 5px;
  -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
}

input[type="text"].input-validation-error,
input[type="tel"].input-validation-error,
input[type="password"].input-validation-error,
input[type="email"].input-validation-error,
input[type="number"].input-validation-error,
input[list].input-validation-error,
textarea.input-validation-error {
  border: 1px solid #e6002a;
}

.error-message {
  background-color: #f2dede;
  border-radius: 5px;
  color: #a94442;
  padding: 5px 10px;
}

label.input-label-search,
label.input-label-search {
  display: inline-block;
  position: relative;
  height: 26px;
}

label.input-label-search .icon-button,
div.input-label-search .icon-button {
  background: transparent;
  border: none;
  display: inline-block;
  zoom: 1;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
}

label.input-label-search .icon-button:hover,
div.input-label-search .icon-button:hover{
  color: #e6002a;
}

textarea {
  min-height: 100px;
  padding: 10px;
}

.radio label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.radio input[type="radio"] {
  position: absolute;
  left: 0;
}

.radio-inline {
  float: left;
  margin-right: 20px;
  padding-top: 5px;
  width: auto !important;
}

.checkbox label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.checkbox label.no-padding {
  padding-left: 0;
}

.choose-clinic .checkbox label {
  line-height: 13.2px;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
}

ul.datalist {
  background: #fff;
  border: 1px solid #e4e4e1;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0;
  padding: 10px;
  position: relative;
  z-index: 1000;
}

ul.datalist li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.datalist li {
  cursor: pointer;
  margin-bottom: 5px;
}

ul.datalist li:hover {
  color: #e6002a;
}

ul.datalist .value {
  display: none;
}

input.input-number--input {
  border-radius: 0;
  height: 52px;
  font-size: 2em;
}

.input-number--increment,
.input-number--decrement {
  background-color: #ccccc6;
  border: 1px solid #939598;
  color: #fff;
  width: 26px;
  height: 26px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.input-number--increment:hover,
.input-number--decrement:hover {
  background-color: #d8d8d4;
}

.input-number--wrapper {
  padding-right: 26px;
  position: relative;
}

.input-number--controls {
  position: absolute;
  right: 0;
  top: 0;
}

.require {
  color: #e6002a;
}

input[disabled] {
  background-color: #f0f0ee;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed !important;
}

input[disabled] + .icon-button i {
  color: #a8a89e;
  cursor: not-allowed;
}

select[disabled] {
  background: #f0f0ee;
  cursor: not-allowed;
  color: #675b5e;
}

.disabled-checkbox {
  color: #675b5e;
}

input.form-item--no-border-radius,
select.form-item--no-border-radius,
textarea.form-item--no-border-radius {
  border-radius: 0;
}

.form-item--full-width {
  width: 100%;
}

.form-horizontal {
  margin-bottom: 20px;
}

.form-horizontal:before,
.form-horizontal:after {
  content: " ";
  display: table;
}

.form-horizontal:after {
  clear: both;
}

.form-horizontal .form-h--label {
  height: 26px;
  float: left;
  text-align: right;
  padding-right: 20px;
  width: 20%;
}

.form-horizontal .form-h--input {
  height: 26px;
  float: left;
  width: 40%;
}

.ie9 .form-horizontal .form-h--input.select-wrapper-for-ie9 {
  float: left;
  width: auto;
}

.ie9 .form-horizontal .form-h--input.select-wrapper-for-ie9 select {
  float: none;
  width: auto;
}

.form-horizontal .form-h--input--height-auto {
  height: auto;
}

.form-horizontal .form-h--input-width {
  width: 40%;
}

.form-horizontal select.form-h--input {
  margin-bottom: 10px;
}

.form-horizontal .form-h--push-right {
  float: left;
  margin-left: 20%;
}

.form-horizontal .form-wrapper {
  margin-bottom: 10px;
}

.form-horizontal .form-wrapper:before,
.form-horizontal .form-wrapper:after {
  content: " ";
  display: table;
}

.form-horizontal .form-wrapper:after {
  clear: both;
}

.form-horizontal .form-city {
  margin-right: 1%;
  width: 18%;
}

.form-horizontal .form-state {
  margin-right: 1%;
  width: 10%;
}

.form-horizontal .form-zip {
  width: 10%;
}

.form-horizontal .form-first-name {
  margin-right: 1%;
  width: 19%;
}

.form-horizontal .form-last-name {
  width: 20%;
}

.form-horizontal .form-h--label {
  padding-top: 5px;
  text-transform: uppercase;
}

.form-horizontal .form-h--label--next-to-push {
  height: auto;
  padding-top: 0;
}

.form-horizontal .form-h--label--next-to-push + .form-h--push-right {
  margin-left: 0;
}

.form-h--header {
  margin-left: 20%;
  margin-bottom: 20px;
}

.form-stacked {
  margin-bottom: 10px;
}

.form-stacked label {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}

.form-stacked select {
  margin-bottom: 5px;
}

.btn {
  display: inline-block;
  border: 1px solid #939598;
  border-radius: 5px;
  color: #231f20;
  cursor: pointer;
  height: 22px;
  line-height: 1;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

.btn-default {
  background-color: #e4e4e1;
}

.btn-disabled {
  background-color: #e4e4e1;
  color: #8f8f83;
  cursor: not-allowed;
  border-color: #8f8f83;
}

.btn-disabled:hover {
  color: #8f8f83;
}

.btn-on-gray {
  background-color: #ccccc6;
}

.btn-darkGray {
  background-color: #717271;
  border-color: #717271;
  color: #fff;
}

.btn-darkGray:hover {
  background-color: #646564;
  color: #f0f0ee;
}

@media print {
  .btn-darkGray {
    border: 1px solid black;
    color: black;
  }
}

.btn-primary {
  background-color: #e6002a;
  border-color: #e6002a;
  color: #fff;
}

.btn-primary:hover {
  background-color: #b6111f;
  border-color: #b6111f;
  color: #fff;
}

@media print {
  .btn-primary {
    border: 1px solid #e6002a;
    color: #e6002a;
  }
}

.btn-secondary-action {
  background-color: #939598;
  border-color: #939598;
  color: #fff;
}

.btn-secondary-action:hover {
  background-color: #797b7f;
  color: #fff;
}

.btn-link {
  border: none;
  color: #e6002a;
}

.btn-wide {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.btn-large {
  font-size: 1.25em;
  height: auto;
}

.btn-clear-apply-all {
    display: inline-block;
    margin-left: auto;
    margin-right: 0;    
}

.clear-apply-selection {
    text-align: right;
    border-bottom: 1px solid #e4e4e1;    
}

.selection-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;        
}

.apply-to-all {
    width: 60%;
    height: 100%;
}

.reason-selection {
    width: 20%;
    height: 100%;
}

.clear-all-selection {
    width: 20%;
    height: 100%;
}

.label-reason-selection {
    font-weight: bold;
}

.oneMonth--bkg-color {
    background-color: #0d5ea8;
    color: #fff;
}

@media print {
  .oneMonth--bkg-color {
    background-color: transparent;
    color: #0d5ea8 !important;
  }
}

.oneMonth--text-color {
  color: #0d5ea8;
}

.oneMonthLight--bkg-color {
  background-color: #7aa7cf;
  color: #fff;
}

@media print {
  .oneMonthLight--bkg-color {
    background-color: transparent;
    color: #0d5ea8 !important;
  }
}

.oneMonthLight--text-color {
  color: #7aa7cf;
}

@media print {
  .oneMonthLight--text-color {
    color: #0d5ea8;
  }
}

.oneMonth--text-color-on-colored-bkg {
  color: #b9cee1;
}

.threeMonth--bkg-color {
  background-color: #01a060;
  color: #fff;
}

@media print {
  .threeMonth--bkg-color {
    background-color: transparent;
    color: #01a060 !important;
  }
}

.threeMonth--text-color {
  color: #01a060;
}

.threeMonthLight--bkg-color {
  background-color: #74cba8;
  color: #fff;
}

@media print {
  .threeMonthLight--bkg-color {
    background-color: transparent;
    color: #01a060 !important;
  }
}

.threeMonthLight--text-color {
  color: #74cba8;
}

@media print {
  .threeMonthLight--text-color {
    color: #01a060;
  }
}

.threeMonth--text-color-on-colored-bkg {
  color: #a3e3ca;
}

.fourMonth--bkg-color {
  background-color: #543090;
  color: #fff;
}

@media print {
  .fourMonth--bkg-color {
    background-color: transparent;
    color: #543090 !important;
  }
}

.fourMonth--text-color {
  color: #543090;
}

.fourMonthLight--bkg-color {
  background-color: #a18dc2;
  color: #fff;
}

@media print {
  .fourMonthLight--bkg-color {
    background-color: transparent;
    color: #543090 !important;
  }
}

.fourMonthLight--text-color {
  color: #a18dc2;
}

@media print {
  .fourMonthLight--text-color {
    color: #543090;
  }
}

.fourMonth--text-color-on-colored-bkg {
  color: #d2d1d5;
}

.sixMonth--bkg-color {
  background-color: #038ca7;
  color: #fff;
}

@media print {
  .sixMonth--bkg-color {
    background-color: transparent;
    color: #038ca7 !important;
  }
}

.sixMonth--text-color {
  color: #038ca7;
}

.sixMonthLight--bkg-color {
  background-color: #75c0cf;
  color: #fff;
}

@media print {
  .sixMonthLight--bkg-color {
    background-color: transparent;
    color: #038ca7 !important;
  }
}

.sixMonthLight--text-color {
  color: #75c0cf;
}

@media print {
  .sixMonthLight--text-color {
    color: #038ca7;
  }
}

.sixMonth--text-color-on-colored-bkg {
  color: #abdbe4;
}

.action {
  color: #94529e;
}

.updated {
  color: #488641;
}

.primary {
  color: #e6002a;
}

.progress {
  background-color: #e4e4e1;
  background: repeating-linear-gradient(
    to right,
    #e4e4e1,
    #e4e4e1 25px,
    #fff 25px,
    #fff 26px
  );
  margin-bottom: 10px;
  width: 100%;
}
.progress .progress-bar {
  background-color: #949a90;
  height: 10px;
}
@font-face {
  font-family: "Frutiger";
  src: url("../fonts/frutiger//FrutigerLTStd-Roman.eot");
  src: url("../fonts/frutiger//FrutigerLTStd-Roman.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/frutiger//FrutigerLTStd-Roman.woff") format("woff"),
    url("../fonts/frutiger//FrutigerLTStd-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FrutigerBold";
  src: url("../fonts/frutiger//FrutigerLTStd-Bold.eot?") format("eot"),
    url("../fonts/frutiger//FrutigerLTStd-Bold.otf") format("opentype"),
    url("../fonts/frutiger//FrutigerLTStd-Bold.woff") format("woff"),
    url("../fonts/frutiger//FrutigerLTStd-Bold.ttf") format("truetype"),
    url("../fonts/frutiger//FrutigerLTStd-Bold.svg#FrutigerLTStd-Bold")
      format("svg");
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "FrutigerLight";
  src: url("../fonts/frutiger//FrutigerLTStd-Light.eot?") format("eot"),
    url("../fonts/frutiger//FrutigerLTStd-Light.otf") format("opentype"),
    url("../fonts/frutiger//FrutigerLTStd-Light.woff") format("woff"),
    url("../fonts/frutiger//FrutigerLTStd-Light.ttf") format("truetype"),
    url("../fonts/frutiger//FrutigerLTStd-Light.svg#FrutigerLight")
      format("svg");
}
@font-face {
  font-family: "FrutigerBlack";
  src: url("../fonts/frutiger//FrutigerLTStd-Black.eot?") format("eot"),
    url("../fonts/frutiger//FrutigerLTStd-Black.otf") format("opentype"),
    url("../fonts/frutiger//FrutigerLTStd-Black.woff") format("woff"),
    url("../fonts/frutiger//FrutigerLTStd-Black.ttf") format("truetype"),
    url("../fonts/frutiger//FrutigerLTStd-Black.svg#FrutigerBlack")
      format("svg");
}
/* ! jQuery UI - v1.11.4 - 2015-04-14
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
---------------------------------- */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
---------------------------------- */
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
---------------------------------- */
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
---------------------------------- */
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.datepicker--wrapper {
  position: relative;
  display: inline-block;
  width: 100px;
}

.datepicker--wrapper > input {
  width: 100%;
}
.datepicker--wrapper--inline-inputs input[type="text"] {
  display: inline-block;
}
.datepicker--icon {
  position: absolute;
  right: 10px;
  top: 7px;
}
.ui-datepicker {
  background-color: #e4e4e1;
  border-radius: 5px;
  border: 1px solid #939598;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
.ui-datepicker .ui-datepicker-header {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #e4e4e1;
  color: #e6002a;
}
.ui-datepicker > table {
  width: 101%;
}
.ui-datepicker .ui-datepicker-calendar th {
  background-color: #fff;
}
.ui-datepicker .ui-datepicker-calendar tr:hover > td {
  background-color: transparent;
}
.ui-datepicker .ui-state-default:hover {
  background-color: #d8d8d4;
}
.ui-datepicker a {
  color: #231f20;
}
.ui-datepicker a:hover {
  color: #e6002a;
}
.ui-datepicker a.ui-state-highlight {
  color: #e6002a;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 7px;
  cursor: pointer;
  font-size: 0.85em;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: inline;
  position: static;
  text-indent: 0;
}
.ui-datepicker .ui-datepicker-prev {
  left: 13px;
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.timepicker-wrapper {
  position: relative;
  width: 80px;
}
.timepicker-wrapper > input {
  width: 100%;
}
.timepicker-wrapper .timepicker--icon {
  position: absolute;
  right: 10px;
  top: 7px;
}
.ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 6.5em;

  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;

  z-index: 10001;
  margin: 0;
}
.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em;
}
.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}
.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}
.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}
.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980ec;
  color: #fff;
}
li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}
.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 5px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.checkmark-large {
  width: 80px;
}
.checkmark {
  width: 14px;
  vertical-align: bottom;
}
.icon--share {
  width: 17px;
  height: auto;
}
.icon--search {
  width: 12px;
  height: auto;
}
.icon--clipboard {
  width: 11px;
  height: auto;
}
.icon--pencil {
  width: 12px;
  height: auto;
}
.icon--suitcase {
  width: 14px;
  height: auto;
}
.icon--folder {
  width: 14px;
  height: auto;
}
.k-pager-wrap {
  background: none;
  border: none;
  color: #231f20;
  padding: 20px 0;
}
.k-pager-wrap .k-link {
  border-radius: 5px !important;
  color: #231f20;
}
.k-pager-wrap .k-pager-nav {
  background-color: #f2f2f1;
  border-color: #ccccc6;
}
.k-pager-wrap .k-pager-nav:hover {
  background: #e4e4e1;
  border-color: #b4b4ab;
}
.k-pager-wrap .k-state-disabled,
.k-pager-wrap .k-state-disabled span {
  cursor: not-allowed !important;
}
.k-pager-wrap .k-pager-numbers {
  margin: 0 5px;
  display: inline-block;
  float: left;
}
.k-pager-wrap .k-pager-numbers .k-link {
  border-color: #ccccc6;
}
.k-pager-wrap .k-pager-numbers .k-link:hover {
  background: #e4e4e1;
  border-color: #b4b4ab;
}
.k-pager-wrap .k-pager-numbers .k-state-selected {
  background-color: #939598;
  border-color: transparent;
  border-radius: 5px !important;
  color: #fff;
}
.overlay--active {
  background: rgba(147, 149, 152, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
.overlay--content-wrapper {
  display: none;
  background: #fff;
  border-radius: 10px;
  margin: 20px auto 30px;
  width: 900px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 3000;
}
.overlay--content-wrapper--mwto {
    display: none;
    background: #fff;
    border-radius: 10px;
    margin: 20px auto 30px;
    width: 900px;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    z-index: 3002;
}
.overlay--active + .overlay--content-wrapper,
.overlay--content-wrapper.overlay--content-wrapper--active {
  display: block;
}
.overlay--content-wrapper.overlay--hidden {
  display: none !important;
}
.overlay--content-wrapper--sm {
  width: 500px;
}
.overlay--header {
  background-color: #e6002a;
  border-radius: 10px 10px 0 0;
  color: #fff;
  position: relative;
}
.inactive-block {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(147, 149, 152, 0.7);
    opacity: 0.5;
    z-index: 3001;
}
.overlay--title {
  display: inline-block;
  font-size: 1.2em;
  padding: 20px;
}
.overlay--close {
  float: right;
  cursor: pointer;
  display: inline-block;
  line-height: 1.3;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
}
.overlay--close:hover {
  background-color: #cd0025;
  border-top-right-radius: 10px;
}
.overlay--instructions {
  background-color: #e4e4e1;
  border-bottom: 1px solid #939598;
  font-size: 1.25em;
  padding: 20px 20px 10px;
}
.overlay--instructions:empty {
  display: none;
}
.overlay--instructions--success {
  background-color: #badb89;
  border-bottom-color: #7eaf36;
}
.overlay--empty-state .overlay--instructions {
  padding: 50px 20px;
}
.overlay--enable-mwto {
    position: fixed;
}
.overlay--instructions--big {
  padding: 50px 20px;
}
.overlay--main-content {  
  border-bottom: 1px solid #e4e4e1;
  padding: 20px 20px 10px;
}
.overlay--main-content:before,
.overlay--main-content:after {
  content: " ";
  display: table;
}
.overlay--main-content:after {
  clear: both;
}
.overlay--main-content:empty {
  display: none;
}
.overlay--main-content .form-wrapper select {
  margin-bottom: 20px;
}
.overlay--main-content .overlay--inactive-table thead tr {
  border-bottom: 1px solid #939598;
}
.overlay--main-content .overlay--inactive-table th {
  color: #939598;
}
.overlay--main-content .overlay--h2 {
  margin-top: 30px;
}
.overlay--main-content .overlay--edit {
  float: left;
  margin-right: 10px;
}
.overlay--controls {
  padding: 20px;
  text-align: right;
}
.enableMinimumWaitTimeOverride {
    padding: 20px;
    text-align: right;
}
.overlay--table {
  font-size: 1.1em;
  margin-bottom: 10px;
}
.overlay--table + .overlay--table {
  margin-top: 20px;
}
.overlay--table th {
  text-align: left;
}
.overlay--table th:first-child {
  padding-left: 10px;
}
.overlay--table td {
  padding: 10px;
}
.overlay--table td:first-child {
  padding-left: 10px;
}
.overlay--shipment-in-transit {
  background-color: #badb89;
  border: 1px solid #7eaf36;
  border-radius: 10px;
  margin: 0 0 20px;
  padding: 20px 30px;
}
.overlay--shipment-in-transit i.fa {
  color: #7eaf36;
  font-size: 2.75em;
  float: left;
  margin-right: 10px;
}
.overlay--shipment-in-transit p {
  margin: 0;
}
/* ! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}
.toggle {
  position: relative;
  overflow: hidden;
}
.toggle input[type="checkbox"] {
  display: none;
}
.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.toggle.off .toggle-group {
  left: -100%;
}
.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  width: 0px;
  border-width: 0 1px;
  border-radius: 4px;
}
.toggle.btn {
  min-width: 40px;
  min-height: 26px;
}
.toggle-on.btn {
  padding-right: 12px;
  line-height: 1.3;
}
.toggle-off.btn {
  padding-left: 12px;
  line-height: 1.3;
}
.toggle.btn-lg {
  min-width: 79px;
  min-height: 45px;
}
.toggle-on.btn-lg {
  padding-right: 31px;
}
.toggle-off.btn-lg {
  padding-left: 31px;
}
.toggle-handle.btn-lg {
  width: 40px;
}
.toggle.btn-sm {
  min-width: 50px;
  min-height: 30px;
}
.toggle-on.btn-sm {
  padding-right: 20px;
}
.toggle-off.btn-sm {
  padding-left: 20px;
}
.toggle.btn-xs {
  min-width: 35px;
  min-height: 22px;
}
.toggle-on.btn-xs {
  padding-right: 12px;
}
.toggle-off.btn-xs {
  padding-left: 12px;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #e4e4e1;
  color: #949a90;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #949a90;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #e6002a;
  border-color: #e6002a;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffb3c1;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-1_2,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-1_2 {
  width: 14.28571%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.margin-top-xsmall {
  margin-top: 5px;
}
.margin-top-small {
  margin-top: 10px;
}
.margin-top-medium {
  margin-top: 20px;
}
.margin-top-large {
  margin-top: 30px;
}
.margin-top-xlarge {
  margin-top: 40px;
}
.margin-top-xxlarge {
  margin-top: 50px;
}
.margin-right-xsmall {
  margin-right: 5px;
}
.margin-right-small {
  margin-right: 10px;
}
.margin-right-medium {
  margin-right: 20px;
}
.margin-right-large {
  margin-right: 30px;
}
.margin-right-xlarge {
  margin-right: 40px;
}
.margin-right-xxlarge {
  margin-right: 50px;
}
.margin-bottom-xsmall {
  margin-bottom: 5px;
}
.margin-bottom-small {
  margin-bottom: 10px;
}
.margin-bottom-medium {
  margin-bottom: 20px;
}
.margin-bottom-large {
  margin-bottom: 30px;
}
.margin-bottom-xlarge {
  margin-bottom: 40px;
}
.margin-bottom-xxlarge {
  margin-bottom: 50px;
}
.margin-left-xsmall {
  margin-left: 5px;
}
.margin-left-small {
  margin-left: 10px;
}
.margin-left-medium {
  margin-left: 20px;
}
.margin-left-large {
  margin-left: 30px;
}
.margin-left-xlarge {
  margin-left: 40px;
}
.margin-left-xxlarge {
  margin-left: 50px;
}
.margin-top-null {
  margin-top: 0 !important;
}
.margin-right-null {
  margin-right: 0 !important;
}
.margin-bottom-null {
  margin-bottom: 0 !important;
}
.margin-left-null {
  margin-left: 0 !important;
}
.border-bottom--gray {
  border-bottom: 1px solid #e4e4e1;
}
.notification-bar {
  background-color: #949a90;
  border-radius: 3px;
  color: #fff;
  font-size: 0.9em;
  margin-bottom: 20px;
}
.notification-bar span {
  display: inline-block;
  padding: 6px 10px 3px;
  line-height: 1.2;
}
.notification-bar a {
  color: #fff;
  display: block;
}
@media print {
  .notification-bar {
    border-bottom: 2px solid #a5a6a8;
    border-radius: 0;
    color: #231f20;
  }
}
.notification-bar--open-case {
  background-color: #e6002a;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.notification-bar--open-case:hover {
  background-color: #9a001c;
}
@media print {
  .notification-bar--open-case {
    border-bottom: 2px solid #e6002a;
    border-radius: 0;
  }
}
.notification-bar--completed {
  background-color: #a5a6a8;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.notification-bar--completed:hover {
  background-color: #7e8082;
}
@media print {
  .notification-bar--completed {
    border-bottom: 2px solid #a5a6a8;
    border-radius: 0;
  }
}
.notification-bar--action-required {
  background-color: #a3cf62;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.notification-bar--action-required:hover {
  background-color: #7eaf36;
}
@media print {
  .notification-bar--action-required {
    border-bottom: 2px solid #a3cf62;
    border-radius: 0;
  }
}
.messages {
  font-size: 0.9em;
  margin-bottom: 20px;
  padding: 0 10px;
}
.messages .message {
  border-bottom: 1px solid #e4e4e1;
  margin-bottom: 10px;
}
.messages .message--reply {
  padding-left: 20px;
}
.messages-after input,
.messages-after textarea {
  width: 100%;
}
.new-message-button {
  border: 1px solid #a5a6a8;
  border-radius: 3px;
  cursor: text;
  padding: 5px 10px;
}
.new-message-button:hover {
  border-color: #7e8082;
}
.new-message-area input[type="file"] {
  display: block;
  width: 300px;
}
.message-reply {
  cursor: pointer;
}
.reply-message {
  margin-bottom: 20px;
  padding-left: 20px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
    .fade:not(.show) {
        opacity: 0;
    }
.fade.in {
  opacity: 1;
}
/*.collapse {
  display: none;
}*/
.collapse:not(.show) {
    display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.col-22{
    width: 22%;
}
.col-31{
    width: 31%;
}
.col-47{
    width: 47%;
}

/* !
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.columns--two:before,
.columns--two:after {
  content: " ";
  display: table;
}
.columns--two:after {
  clear: both;
}
.columns--two .column {
  float: left;
  margin-right: 2%;
  width: 48%;
}
.columns--two .column:last-child {
  margin-right: 0;
}
.columns--three:before,
.columns--three:after {
  content: " ";
  display: table;
}
.columns--three:after {
  clear: both;
}
.columns--three .column {
  float: left;
  margin-right: 2%;
  width: 31.33333%;
}
.columns--three .column:last-child {
  margin-right: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.centering-wrapper {
  margin: 0 auto;
  max-width: 90%;
  min-width: 1000px;
  padding: 0 20px;
}
.above-main-content {
  margin-top: 30px;
  width: 100%;
}
.main-content {
  float: left;
  margin-top: 30px;
  margin-bottom: 100px;
  width: 100%;
}
.has-sidebar .main-content {
  margin-right: -340px;
  padding-right: 340px;
}
.main-content.main-content--has-orders {
  padding-right: 580px;
}
.main-content .content-area-narrow {
  max-width: 80%;
  margin: 0 auto;
}
.new--order--container {
    float: left;
    margin-top: 30px;
    margin-bottom: 100px;
    margin-right: -340px;
    position: relative;
    width: 70%;
}
.sidebar {
  float: right;
  margin-top: 30px;
  width: 320px;
}
.sidebar.with-dispense {
  margin-top: 280px;
}
.header {
  border-bottom: 6px #e6002a solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;

  padding: 10px 0;
}
.header > .centering-wrapper {
  width: 100%;
}
.header > .centering-wrapper > .header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
}
.header--tools,
.user--information {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    flex-direction: column;
    text-align: left;
}

.user--information.no--selected-practice {
    height: 28px !important;
}

.header--item {
  float: left;
  position: relative;
}

.header--wrapper {
    justify-content: flex-end;
    justify-content: space-between;
    flex-grow: 1;
}
.header--wrapper--right {
  margin-left: auto;
  min-width: 330px;
  padding-left: 10px;
  top: 3px;
  position: relative;
}
.header--images {
    flex-grow: 1;
}
.user--information .select-practice--link{
  text-decoration: underline;
}
.header--site-logo {
  margin-right: 50px;
  max-width: 210px;
  height: 32px;
}
.header select {
  max-width: 250px;
}
.header--jump-menu-1 select,
.header--jump-menu-2 select {
  width: 140px;
}
.header--sap-number--select {
  min-width: 150px;
}
.header--item label {
  display: block;
  font-size: 0.666666667em;
  margin-top: 5px;
  padding-left: 5px;
  text-transform: uppercase;
}
.header--jump-menu--notification {
  background-color: #e6002a;
  color: #fff;
  border: 1px solid #fff;
  font-size: 0.833333333em;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -9px;
  right: 22px;
  padding: 7px 1px 0px 0px;
}
.header--jump-menu--notification:empty {
  display: none;
}
.header--notifications--button {
  font-size: 0.833333333em;
  line-height: 1.5;
  height: 26px;
  padding-right: 40px;
}
.header--notifications--button .header--jump-menu--notification {
  right: 5px;
}
.header--location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__location-icon {
  background: #949a90;
  border-radius: 100%;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding-top: 7px;
  text-align: center;
}
.header__location-icon svg {
  height: 14px;
  width: 15.56px;
}
.header__text {
  border-top: 2px solid #e4e4e1;
  border-bottom: 2px solid #e4e4e1;
  color: #717271;
  font-size: 14px;
  font-family: "FrutigerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 7px;
  min-width: 300px;
  text-align: center;
  width: 40vw;
}
.header__text div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header__clinic-location {
  padding: 6px 10px;
  height: auto;
  white-space: nowrap;
}
.header__clinic__popout.header--notifications--popout {
  left: -20px;
}
.header__clinic__popout.header--notifications--popout:before,
.header__clinic__popout.header--notifications--popout:after {
  left: 33px;
}
.sidebar {
  padding-left: 15px;
}
.sidebar.sidebar--with-rule {
  border-left: 1px solid #e4e4e1;
  margin-top: 20px;
  padding-bottom: 40px;
}
.new--order--sidebar {
    float: right;
    border-left: 1px solid #e4e4e1;
    margin-top: 20px;
    padding-bottom: 40px;
    padding-left: 15px;
    position: relative;
    width: 30%
}
.sidebar h2 {
  font-size: 0.833333333em;
  margin-top: 20px;
}
.sidebar h2:first-child {
  margin-top: 0;
}
.sidebar table th {
  text-align: left;
}
.sidebar img {
  height: auto;
  max-width: 100%;
}
.user--image img {
  max-width: 32px;
}
.user--info-wrapper {
  float: left;
  margin-right: 10px;
}
.user--select-practice {
    text-align: left;
    width: 100%;
    text-decoration: underline;
}
.user--links {
  margin: 0;
  padding: 0;
  font-size: 0.666666667em;
  text-transform: uppercase;
  white-space: nowrap;
}
.user--links li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.user--links li {
  display: inline-block;
}
.user--links li {
  margin-right: 5px;
}
.user--links li:last-child {
  margin-right: 0;
}
.user--links a {
  color: #231f20;
}
.user--links a:hover {
  color: #e6002a;
}
.nav-primary {
  background-color: #949a90;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
}
.nav-primary:before,
.nav-primary:after {
  content: " ";
  display: table;
}
.nav-primary:after {
  clear: both;
}
.nav-primary ul {
  margin: 0;
  padding: 0;
  float: left;
}
.nav-primary ul li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-primary ul li {
  float: left;
  position: relative;
}
.nav-primary ul li ul {
  float: none;
  position: absolute;
  top: 100%;
  left: 0;
}
.nav-primary ul li ul li {
  float: none;
}
.nav-primary .version {
  float: right;
  padding-top: 5px;
  color: #fff;
  font-size: 0.666666667em;
}
.nav-primary a {
  border-right: 1px solid #fff;
  color: #fff;
  display: block;
  float: left;
  line-height: 1.3;
  padding: 3px 0;
  position: relative;
  text-align: center;
  width: 150px;
}
.nav-primary a:hover {
  background-color: #717271;
}
.nav-primary li.active > a {
  background-color: #717271;
}
.nav-primary li.active > a:hover {
  background-color: #e6002a;
}
.nav-primary li.active .active-dropdown-icon {
  position: absolute;
  top: 5px;
  right: 5px;
}
.nav-primary .dropdown-menu {
  display: none;
}
.nav-primary ul > li:hover .dropdown-menu {
  display: block;
}
.nav-primary ul > li:hover > a {
  background-color: #e6002a;
}
.nav-primary ul > li > ul {
  border-top: none;
  border-bottom: none;
}
.nav-primary ul > li > ul a {
  background-color: #e4e4e1;
  border: 1px solid #939598;
  border-top: none;
  color: #231f20;
  padding-left: 10px;
  padding: 5px 0 5px 10px;
  text-align: left;
  text-transform: none;
}
.nav-primary ul > li > ul a:hover {
  background-color: #939598;
  color: #fff;
}
.nav-admin {
  margin-bottom: 30px;
}
.nav-admin ul {
  margin: 0;
  padding: 0;
}
.nav-admin ul li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-admin ul li {
  display: inline-block;
}
.nav-admin ul li {
  border-right: 1px solid #939598;
  padding: 5px 20px 5px 17px;
}
.nav-admin ul li:last-child {
  border-right: none;
}
.nav-admin ul li:first-child a {
  padding-left: 0;
}
.nav-admin ul li.active {
  position: relative;
}
.nav-admin ul li.active a {
  color: #e6002a;
  display: block;
  font-size: 0.666666667em;
  text-align: center;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
}
.nav-admin ul li.active a:hover {
  color: #b30021;
}
.nav-admin a {
  color: #939598;
  display: inline-block;
}
.nav-admin a:hover {
  color: #231f20;
}
.nav-admin-alt ul li.active {
  color: #e6002a;
}
.page-header--wrapper {
  height: 55px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.page-header--title {
  color: #e6002a;
  float: left;
  font-size: 2.666666667em;
  font-weight: normal;
  font-family: "FrutigerLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 10px 0 0;
}
.page-header--utilities {
  float: right;
  margin-top: 14px;
  position: relative;
}
.page-header--utilities.has--dispense {
  padding-right: 330px;
}
.dispense--tool {
  position: absolute;
  top: 0;
  right: 0;
}
.page-header--nav {
  margin: 0;
  padding: 0;
}
.page-header--nav li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-header--nav li {
  float: left;
}
.page-header--nav li {
  margin-right: 10px;
}
.page-header--nav li:last-child {
  margin-right: 0;
}
.dispense--tool {
  background-color: #e4e4e1;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  width: 320px;
  z-index: 100;
}
.dispense--header {
  background-color: #e6002a;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  font-family: "Frutiger", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 5px 5px 3px 5px;
  text-align: center;
  text-transform: none;
}
.dispense--header .dispense-close {
  color: #fff;
  font-size: 0.8em;
  margin-right: 5px;
  text-transform: uppercase;
  position: absolute;
  right: 10px;
  top: 6px;
}
.dispense--content-wrapper {
  padding: 20px;
}
.dispense--content-wrapper .input-label-search {
  display: block;
}
.dispense--dropdown-diptych {
  margin: 5px 0;
}
.dispense--dropdown-diptych:before,
.dispense--dropdown-diptych:after {
  content: " ";
  display: table;
}
.dispense--dropdown-diptych:after {
  clear: both;
}
.dispense--dropdown-diptych select {
  background-color: #ccccc6;
  float: left;
  width: 49%;
}
.dispense--dropdown-diptych select:first-child {
  margin-right: 2%;
}
.ie9 .dispense--dropdown-diptych select:first-child {
  margin-right: 0%;
}
.ie9 .dispense--dropdown-diptych .select-wrapper-for-ie9 {
  float: left;
  width: 49%;
}
.ie9
  .dispense--dropdown-diptych
  .select-wrapper-for-ie9
  + .select-wrapper-for-ie9 {
  margin-left: 2%;
}
.ie9 .dispense--dropdown-diptych select {
  float: none;
  width: 100%;
}
.dispense--content small {
  font-size: 0.833333333em;
}
.dispense--content .dispense-close {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  text-align: center;
}
.dispense--content-empty {
  text-align: center;
}
.dispense--content-empty p {
  height: 100%;
  padding-top: 25%;
}
.dispense--content-active .dispense--inside-content-wrapper {
  background-color: #fff;
  margin: 15px 20px;
}
.dispense--content-active .dispense--inside-content-wrapper p {
  margin-bottom: 5px;
}
.dispense--content-active .dispense--content--header {
  padding: 5px 10px;
  text-align: center;
}
.dispense--content-active .dispense--content--header p {
  margin-bottom: 0;
}
.dispense--content-active .dispense--emr-error {
  background: #e6002a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.dispense--content-active .dispense--content--header__error {
  border: 3px solid #e6002a;
  border-radius: 0 0 4px 4px;
}
.dispense--content-active .dispense--content--body {
  padding: 5px 10px;
}
.dispense--content-active .dispense--content--table {
  margin: 0 auto;
}
.dispense--content-active .dispense--content--table td {
  padding: 5px;
}
.dispense--content-active .dispense--content--table tr td:first-child {
  padding-right: 10px;
}
.dispense--content-active .dispense--below-inside-content-wrapper {
  margin: 10px 20px;
}
.dispense--content-active .dispense--below-inside-content-wrapper p {
  margin-bottom: 2px;
}
.dispense--content-active .dispense--below-inside-content-wrapper .btn.clear {
  margin-right: 1.5%;
  width: 24%;
}
.dispense--content-active
  .dispense--below-inside-content-wrapper
  .btn.dispense {
  width: 73%;
}
.dispense--content-active .dispense--below-inside-content-wrapper .success {
  color: #7eaf36;
}
.dispense--person {
  margin-bottom: 10px;
}
.dispense--person .dispense--name {
  font-size: 1.25em;
  font-family: "FrutigerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dispense--person .dispense--change-person {
  font-size: 0.8em;
  font-family: "Frutiger", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dispense--person .dispense--mrn,
.dispense--person .dispense--dob {
  display: inline-block;
  font-size: 1.05em;
  margin-right: 10px;
}
.dispense--form-wrapper label {
  float: left;
  padding-top: 6px;
  width: 40px;
}
.dispense--form-wrapper--dob {
  margin-bottom: 20px;
}
.dispense--form-wrapper--dob select {
  background-color: #ccccc6;
  width: 70px;
}
.dispense--form-wrapper--dob select#month {
  width: 93px;
}
.dispense--form-wrapper--mrn {
  margin-top: 10px;
}
.dispense--form-wrapper--mrn input {
  width: 239px;
}
.dispense--form-wrapper--injection-site {
  margin: 10px 0;
}
.dispense--form-wrapper--injection-site select {
  background-color: #ccccc6;
  width: 222px;
}
.ie9 .dispense--form-wrapper--injection-site .select-wrapper-for-ie9 {
  display: inline-block;
  width: 222px;
}
.ie9 .dispense--form-wrapper--injection-site .select-wrapper-for-ie9:after {
  right: 9px;
}
.dispense--form-wrapper--injection-datetime label {
  width: 80px;
}
.dispense--form-wrapper--injection-datetime .timepicker-wrapper {
  display: inline-block;
}
.dispense--injection-information {
  background-color: #d8d8d4;
  border-radius: 5px;
  margin-top: 15px;
  padding: 10px 0 0 10px;
}
.dispense--below-inside-content-wrapper .checkmark {
  float: left;
  margin-right: 10px;
}
.dispense--print {
  margin-top: 10px;
  margin-left: 40px;
}
.dispense--alert {
  background: #fcf8e3;
  border: 1px solid #e1c118;
  border-radius: 5px;
  color: #8a6d3b;
  margin-bottom: 20px;
  padding: 10px;
}
.dispense--alert .fa {
  font-size: 1.2em;
}
.dispense--alert p,
.dispense--alert li {
  margin: 0;
}
.dispense--alert ul {
  margin: 5px 0 0;
}
.dispense--prescriber--search {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#dispense--prescriber--readonly {
    font-size: 0.833333333em;
}
#all--prescriber--readonly,
#inventoryDetails--prescriber--readonly,
#injectionHistory--prescriber--readonly,
#editKitDetails--prescriber--readonly {
    font-size: 0.833333333em;
}
.prescriberEditKitDetailsSearchItem{
    cursor: pointer;
}
.inventory--quadriptych:before,
.inventory--quadriptych:after {
    content: " ";
    display: table;
}
.inventory--quadriptych:after {
  clear: both;
}
.inventory--quadriptych .inventory--tab {
  float: left;
  margin-right: 2%;
  width: 23.5%;
}
.inventory--quadriptych .inventory--tab:last-child {
  margin-right: 0;
}
.inventory--tab {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.inventory--label,
.inventory--duration {
  text-align: center;
}
.inventory--duration {
  font-weight: bold;
}
.inventory--card-top {
  border-radius: 10px 10px 0 0;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.inventory--card-label {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.inventory--quantity {
  font-size: 5.555555556em;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.inventory--card-bottom {
  color: #fff;
  font-size: 0.777777778em;
}
.inventory--card-bottom ul {
  margin: 0;
  padding: 0;
}
.inventory--card-bottom ul li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.inventory--card-bottom ul li {
  display: block;
  margin-bottom: 5px;
  padding-right: 20px;
  vertical-align: middle;
}
.inventory--card-bottom ul li.inventory--ordered {
  background-color: transparent;
  border-radius: 0 0 10px 10px;
  border: 1px solid #e4e4e1;
  border-top: none;
}
.inventory--card-bottom ul .label {
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
}
.inventory--card-bottom ul .data {
  float: right;
  display: inline-block;
  font-size: 2.285714286em;
  font-size: 2.1em;
  padding-top: 3px;
  font-weight: bold;
}
.inventory--one-month .inventory--card-bottom ul li.inventory--ordered {
  background-color: transparent;
  border-color: #7aa7cf;
  color: #0d5ea8;
}
.inventory-shown
  .inventory--one-month
  .inventory--card-bottom
  ul
  li.inventory--ordered {
  background-color: #7aa7cf;
  color: #fff;
}
@media print {
  .inventory-shown
    .inventory--one-month
    .inventory--card-bottom
    ul
    li.inventory--ordered {
    background-color: transparent;
    color: #0d5ea8;
  }
}
.inventory--three-month .inventory--card-bottom ul li.inventory--ordered {
  background-color: transparent;
  border-color: #74cba8;
  color: #01a060;
}
.inventory-shown
  .inventory--three-month
  .inventory--card-bottom
  ul
  li.inventory--ordered {
  background-color: #74cba8;
  color: #fff;
}
@media print {
  .inventory-shown
    .inventory--three-month
    .inventory--card-bottom
    ul
    li.inventory--ordered {
    background-color: transparent;
    color: #01a060;
  }
}
.inventory--four-month .inventory--card-bottom ul li.inventory--ordered {
  background-color: transparent;
  border-color: #a18dc2;
  color: #543090;
}
.inventory-shown
  .inventory--four-month
  .inventory--card-bottom
  ul
  li.inventory--ordered {
  background-color: #a18dc2;
  color: #fff;
}
@media print {
  .inventory-shown
    .inventory--four-month
    .inventory--card-bottom
    ul
    li.inventory--ordered {
    background-color: transparent;
    color: #543090;
  }
}
.inventory--six-month .inventory--card-bottom ul li.inventory--ordered {
  background-color: transparent;
  border-color: #75c0cf;
  color: #038ca7;
}
.inventory-shown
  .inventory--six-month
  .inventory--card-bottom
  ul
  li.inventory--ordered {
  background-color: #75c0cf;
  color: #fff;
}
@media print {
  .inventory-shown
    .inventory--six-month
    .inventory--card-bottom
    ul
    li.inventory--ordered {
    background-color: transparent;
    color: #038ca7;
  }
}
.inventory-shown .inventory--card-top {
  padding-top: 15px;
  padding-bottom: 20px;
}
.inventory-shown .inventory--card-label {
  font-size: 0.777777778em;
}
.inventory-shown .inventory--quantity {
  font-size: 2.444444444em;
}
.inventory-shown .inventory--card-bottom ul li {
  float: left;
  margin-right: 2%;
  padding: 2px 0 5px;
  text-align: center;
  width: 32%;
}
.inventory-shown .inventory--card-bottom ul li:first-child {
  border-bottom-left-radius: 10px;
}
.inventory-shown .inventory--card-bottom ul li:last-child {
  border: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  margin-right: 0;
}
.inventory-shown .inventory--card-bottom ul .label,
.inventory-shown .inventory--card-bottom ul .data {
  width: 100%;
}
.inventory-shown .inventory--card-bottom ul .label {
  color: #fff;
  font-size: 0.602857143em;
  padding: 0;
}
.inventory-shown .inventory--card-bottom ul .data {
  color: #fff;
  float: none;
  line-height: 1;
}

.inventory-toggle-wrapper {
  margin-bottom: 20px;
}
.inventory-toggle-wrapper h2 {
  display: inline-block;
  margin-right: 30px;
}
.inventory-toggle-wrapper h2 a {
  margin-left: 5px;
}
.ie9 .inventory-toggle-wrapper .select-wrapper-for-ie9 {
  display: inline-block;
}
.inventory--table {
  width: 100%;
}
.inventory--table th {
  font-size: 0.75em;
  padding: 5px 10px;
  text-transform: uppercase;
  text-align: left;
}
.inventory--table th:nth-child(7) {
  min-width: 160px;
}
.inventory--table th:first-child {
  padding-left: 10px;
}
.inventory--table td {
  font-size: 0.833333333em;
  padding: 10px 10px;
}
.inventory--table .inventory--table--serial{
  text-decoration: underline;
  color:black;
  font-weight: bold;
}
.inventory--table .inventory--table--serial:hover{
  text-decoration: none;
  color:#e6002a;
}
.inventory--table .inventory--table--expiration {
  text-align: center;
}
tr.inventory--table--product--oneMonth td {
  border-top: 1px solid #949a90;
  position: relative;
  font-weight: bold;
  padding-left: 10px;
  text-transform: uppercase;
}
tr.inventory--table--product--oneMonth:first-child td span {
  display: block;
}
tr.inventory--table--product--oneMonth
  + tr.inventory--table--product--oneMonth
  td {
  border-top: none;
}
tr.inventory--table--product--oneMonth
  + tr.inventory--table--product--oneMonth
  td
  span {
  display: none;
}
tr.inventory--table--product--threeMonth td {
  border-top: 1px solid #949a90;
  position: relative;
  font-weight: bold;
  padding-left: 10px;
  text-transform: uppercase;
}
tr.inventory--table--product--threeMonth:first-child td span {
  display: block;
}
tr.inventory--table--product--threeMonth
  + tr.inventory--table--product--threeMonth
  td {
  border-top: none;
}
tr.inventory--table--product--threeMonth
  + tr.inventory--table--product--threeMonth
  td
  span {
  display: none;
}
tr.inventory--table--product--fourMonth td {
  border-top: 1px solid #949a90;
  position: relative;
  font-weight: bold;
  padding-left: 10px;
  text-transform: uppercase;
}
tr.inventory--table--product--fourMonth:first-child td span {
  display: block;
}
tr.inventory--table--product--fourMonth
  + tr.inventory--table--product--fourMonth
  td {
  border-top: none;
}
tr.inventory--table--product--fourMonth
  + tr.inventory--table--product--fourMonth
  td
  span {
  display: none;
}
tr.inventory--table--product--sixMonth td {
  border-top: 1px solid #949a90;
  position: relative;
  font-weight: bold;
  padding-left: 10px;
  text-transform: uppercase;
}
tr.inventory--table--product--sixMonth:first-child td span {
  display: block;
}
tr.inventory--table--product--sixMonth
  + tr.inventory--table--product--sixMonth
  td {
  border-top: none;
}
tr.inventory--table--product--sixMonth
  + tr.inventory--table--product--sixMonth
  td
  span {
  display: none;
}
.table-has-order-data-popout tr {
  position: relative;
  overflow: hidden;
  width: 0px;
}
.td-has-order-data-popout {
  width: 0px;
  display: block;
  padding: 0;
  position: relative;
}
.order-data-popout {
  position: absolute;
  right: 0em;
  top: -82px;
  opacity: 0;
  visibility: hidden;
  background-color: #e4e4e1;
  border: 1px solid #939598;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 300px;
  -webkit-transition: opacity 0.15s, all 0.005s;
  -webkit-transition-delay: .25s;
  transition: opacity 0.15s, all 0.005s;
  transition-delay: .25s;
}
.order-data-popout:after,
.order-data-popout:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.order-data-popout:after {
  border-color: rgba(228, 228, 228, 0);
  border-left-color: #e4e4e4;
  border-width: 15px;
  margin-top: -15px;
}
.order-data-popout:before {
  border-color: rgba(112, 114, 113, 0);
  border-left-color: #707271;
  border-width: 16px;
  margin-top: -16px;
}
.injection-cycle--table .order-data-popout {
  top: -57px;
}
.order-data-popout p {
  margin-bottom: 0;
}
.injection-cycle--table .order-data-popout p {
  margin-bottom: 5px;
}
.order-data-popout .recent-order--order-information td:first-child {
  width: 100px;
}
.activate-order-data-popout:hover {
  color: #e6002a;
  cursor: pointer;
}
.activate-order-data-popout:hover .td-has-order-data-popout {
  color: #231f20;
}
.activate-order-data-popout:hover
  ~ .td-has-order-data-popout
  .order-data-popout,
.activate-order-data-popout:hover
  > .td-has-order-data-popout
  .order-data-popout {
  opacity: 1;
  right: 290px;
  visibility: visible;
}
.injection-cycle--table
  .activate-order-data-popout:hover
  ~ .td-has-order-data-popout
  .order-data-popout,
.injection-cycle--table
  .activate-order-data-popout:hover
  > .td-has-order-data-popout
  .order-data-popout {
  right: 290px;
}
.dose-widgets {
  margin-bottom: 50px;
}
.dose-widgets:before,
.dose-widgets:after {
  content: " ";
  display: table;
}
.dose-widgets:after {
  clear: both;
}
.dose-widget--wrapper {
  float: left;
  margin-right: 2%;
  max-width: 23.5%;
}
.dose-widget--wrapper:last-child {
  margin-right: 0;
}
.dose-widget--header {
  border-radius: 10px 10px 0 0;
  margin-bottom: 10px;
}
.dose-widget--header:before,
.dose-widget--header:after {
  content: " ";
  display: table;
}
.dose-widget--header:after {
  clear: both;
}
.dose-widget--header h2 {
  font-size: 1.3em;
  font-weight: normal;
  margin: 0;
  line-height: 1;
}
.dose-widget--header .dose-widget--header--left {
  float: left;
  padding: 17px 10px 17px 20px;
  max-width: 75%;
}
.dose-widget--header .dose-widget--header--right {
  float: right;
  padding: 17px 10px;
  text-align: center;

  max-width: 35%;
  min-width: 25%;
}
.dose-widget--header .dose-widget--duration {
  display: block;
  font-size: 0.777777778em;
}
.dose-widget--header .does-widget--total-doses {
  border-left: 1px solid #fff;
  float: right;
  font-size: 1.777777778em;
  font-weight: bold;
}
.dose-widget--main-content {
  text-align: center;
}
.dose-widget--controls {
  padding: 0 15px;
}
.dose-widget--controls:before,
.dose-widget--controls:after {
  content: " ";
  display: table;
}
.dose-widget--controls:after {
  clear: both;
}
.dose-widget--controls-left {
  float: left;
  margin-right: 2%;
  width: 49%;
}
.dose-widget--controls-right {
  float: right;
  width: 49%;
  text-align: left;
}

.dose-widget--controls select {
  height: 24px;
  margin-bottom: 4px;
}
.dose-widget--button {
  cursor: text;
  margin-top: 10px;
}
.dose--cancel-button {
  cursor: text;
}
.has-main-content-divider .main-content-wrapper {
  position: relative;
}
.has-main-content-divider .main-content-wrapper:after {
  content: "";
  display: block;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.hide-main-content-divider .main-content-wrapper:after {
  display: none;
}
.new-order.has-main-content-divider .main-content-wrapper:after {
  height: 200px;
}
.main-screen.has-main-content-divider .main-content-wrapper:after {
  height: 245px;
}
.bv-graphs-and-referrals--wrapper {
  margin-bottom: 20px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.bv-graphs-and-referrals--wrapper:before,
.bv-graphs-and-referrals--wrapper:after {
  content: " ";
  display: table;
}
.bv-graphs-and-referrals--wrapper:after {
  clear: both;
}
.bv-graphs-and-referrals--wrapper .centering-wrapper {
  padding-right: 360px;
}
.bv-graphs-and-referrals--wrapper .bv-graphs,
.bv-graphs-and-referrals--wrapper .referrals {
  float: left;
}
.bv-graphs-and-referrals--wrapper .bv-graphs {
  width: 44%;
}
.bv-graphs-and-referrals--wrapper .referrals {
  width: 56%;
}
.bv-graphs h2 {
  margin-bottom: 5px;
}
.ie9 .bv-graphs .select-wrapper-for-ie9 {
  display: inline-block;
}
.ie9 .bv-graphs .select-wrapper-for-ie9 select {
  width: 112px;
}
.referrals table {
  margin-top: 10px;
}
.referrals table th,
.referrals table td {
  padding-left: 10px;
  text-align: center;
}
.referrals table th:first-child,
.referrals table td:first-child {
  text-align: left;
}
.referrals table .separator-row--red td:first-child {
  padding-left: 0;
}
.case-flags {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.case-flags .case-flags--item {
  display: inline-block;
  margin-right: 30px;
}
.case-flags .case-flags--number {
  font-size: 3em;
  font-weight: bold;
  margin-right: 10px;
}
.case-flags .case-flags--number .fa-flag {
  font-size: 0.7em;
  position: relative;
  top: -3px;
}

.case-flags .case-flags--text {
  padding-bottom: 10px;
  position: relative;
  top: -7px;
}

.case-flags .case-flags--action .case-flags--number {
  color: #94529e;
}
.case-flags .case-flags--updated .case-flags--number {
  color: #488641;
}
.bv-data-table--wrapper {
  margin-bottom: 50px;
}
.bv-data-table--controls {
  margin-bottom: 10px;
}
.bv-data-table--controls:before,
.bv-data-table--controls:after {
  content: " ";
  display: table;
}
.bv-data-table--controls:after {
  clear: both;
}
.bv-data-table--controls--pull-left {
  float: left;
}
.ie9 .bv-data-table--controls--pull-left .select-wrapper-for-ie9 {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.ie9 .bv-data-table--controls--pull-left .select-wrapper-for-ie9 select {
  padding-right: 30px;
}
.bv-data-table--controls--pull-right {
  float: right;
}
.bv-data-table--controls--pull-right:before,
.bv-data-table--controls--pull-right:after {
  content: " ";
  display: table;
}
.bv-data-table--controls--pull-right:after {
  clear: both;
}
.bv-data-table--controls--pull-right--item {
  float: left;
  margin-right: 10px;
}
.bv-data-table--controls .data-table--patient-search {
  width: 200px;
}
.bv-table {
  line-height: 1.3;
}
.bv-table td {
  padding: 10px 10px;
}
.status-area--wrapper {
  margin-top: 30px;
}
.status-area--notice {
  margin-bottom: 20px;
}
.status-area--notice big {
  font-size: 1.5em;
}
.status-area--block {
  background-color: #f2f2f1;
  border-radius: 10px;
  border: 1px solid #717271;
  margin: 0 auto 20px;
  max-width: 725px;
}
.status-area--block:before,
.status-area--block:after {
  content: " ";
  display: table;
}
.status-area--block:after {
  clear: both;
}
.status-area--block .status-area--block--left,
.status-area--block .status-area--block--right {
  float: left;
  padding: 15px 30px 10px;
  text-align: left;
}
.status-area--block .status-area--block--left {
  border-right: 1px solid #717271;
  padding-right: 30px;
  width: 40%;
}
.status-area--block .status-area--block--right {
  padding-left: 30px;
  width: 60%;
}
.status-area--block .status-area--success {
  float: right;
}
.status-area--block .status-area--success + .status-area--notes {
  float: left;
  width: 70%;
}
.status-area--two-columns:before,
.status-area--two-columns:after {
  content: " ";
  display: table;
}
.status-area--two-columns:after {
  clear: both;
}
.status-area--two-columns .status-area--item {
  float: left;
  margin-right: 30px;
  width: 35%;
}
.status-area--header {
  color: #e6002a;
  font-size: 2em;
  margin-bottom: 10px;
}

.doses-for-shipment--wrapper {
  margin-bottom: 40px;
}
.doses-for-shipment--header {
  padding: 5px 10px;
  font-size: 1.166666667em;
  margin-bottom: 20px;
}
.doses-for-shipment--header--inactive {
  background-color: #949a90;
  color: #fff;
}
.doses-for-shipment--product-name {
  display: inline-block;
  width: 135px;
}
.doses-for-shipment--duration {
  display: inline-block;
  width: 250px;
}
.doses-for-shipment--quantity small {
  margin-left: 20px;
  margin-right: 20px;
}
.doses-for-shipment--quantity .fa-stack {
  font-size: 0.75em;
}
.doses-for-shipment--table {
  margin-bottom: 20px;
}
.doses-for-shipment--table select {
  max-width: 120px;
}
.ie9 .doses-for-shipment--table .select-wrapper-for-ie9 {
  max-width: 150px;
}
.ie9 .doses-for-shipment--table .select-wrapper-for-ie9 select {
  max-width: 100%;
}
.doses-for-shipment--table input {
  margin-bottom: 0;
}
.doses-for-shipment--table th,
.doses-for-shipment--table td {
  padding: 5px;
}
.doses-for-shipment--table th:first-child,
.doses-for-shipment--table td:first-child {
  padding-left: 5px;
}
.doses-for-shipment--table th {
  text-align: left;
}
.doses-for-shipment--table .doses-for-shipment--table--patient-name {
  float: left;
  margin-right: 10px;
}
.doses-for-shipment--table .doses-for-shipment--table--patient-id {
  float: right;
}
.doses-for-shipment--table .doses-for-shipment--table--inactive-row {
  color: #675b5e;
}
.reporting-block {
  border: 2px solid #e4e4e1;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 10px;
  text-align: center;
}
.reporting-block h2 {
  margin-top: 0;
}
.reporting-block--big-number {
  font-size: 3em;
  font-family: "FrutigerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
}
.reporting-block--two-column:before,
.reporting-block--two-column:after {
  content: " ";
  display: table;
}

.reporting-block--two-column:after {
  clear: both;
}
.reporting-block--two-column > .reporting-block--item {
  float: left;
  width: 49%;
}
.reporting-block--two-column > .reporting-block--item:first-child {
  margin-right: 2%;
}
.reporting-block--four-column:before,
.reporting-block--four-column:after {
  content: " ";
  display: table;
}
.reporting-block--four-column:after {
  clear: both;
}
.reporting-block--four-column > .reporting-block--item {
  float: left;
  margin-right: 2%;
  width: 23.5%;
}
.reporting-block--four-column > .reporting-block--item:last-child {
  margin-right: 0;
}
.reporting-block .legend,
.reporting-block #InventoryChartDiv {
  float: left;
}
.reporting-block .legend {
  margin-right: 2%;
  width: 45%;
}
.reporting-block #InventoryChartDiv {
  width: 53%;
  height: 150px;
  border: 1px solid #e4e4e1;
}
.new-order .doses-for-shipment--table {
  margin: 0 auto 20px;
  width: 90%;
}
.new-order .doses-for-shipment--table td {
  border-right: none;
}
.new-order .doses-for-shipment--table select {
  font-size: 1em;
  line-height: 1.3;
  max-width: 180px;
}
.ie9 .new-order .doses-for-shipment--table .select-wrapper-for-ie9 {
  max-width: 180px;
}
.ie9 .new-order .doses-for-shipment--table .select-wrapper-for-ie9 select {
  width: 100%;
}
.practice-support .has-sidebar .main-content {
  margin-right: -27%;
  padding-right: 47%;
}
.practice-support .sidebar {
  width: 25%;
  z-index: 100;
  position: relative;
}
.callout-and-contact {
  margin-bottom: 20px;
}
.callout-and-contact:before,
.callout-and-contact:after {
  content: " ";
  display: table;
}
.callout-and-contact:after {
  clear: both;
}
.callout-and-contact .callout {
  float: left;
  padding-right: 2%;
  width: 60%;
}
.callout-and-contact .contact {
  float: left;
  width: 40%;
  background-color: #e4e4e1;
  padding: 15px;
}
.callout-and-contact .contact h2 {
  margin-top: 0;
}
.callout-and-contact .contact--email {
  word-wrap: break-word;
}
.callout-and-contact .contact--table th,
.callout-and-contact .contact--table td {
  font-size: 0.95em;
  padding: 0;
}
.callout-and-contact .contact--table th:nth-child(2),
.callout-and-contact .contact--table td:nth-child(2) {
  padding-left: 5px;
}
.callout-and-contact .contact--table th .btn,
.callout-and-contact .contact--table td .btn {
  min-width: 82px;
}
.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item-list .item-list--item {
  margin-bottom: 20px;
  margin-right: 4%;
  width: 48%;
}
.item-list .item-list--item:nth-child(even) {
  margin-right: 0;
}
.item-list--title {
  font-size: 1.2em;
}
.item-list--image {
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 45%;
  max-height: 150px;
}
.item-list--description {
  margin-bottom: 20px;
}
.main-content--has-orders {
  position: relative;
}
.orders-width {
  position: absolute;
  top: 0;
  right: 26%;
  padding: 0 10px;
  width: 18%;
  border: 1px solid transparent;
  display: block;
  background-color: tomato;
  height: 10px;
  opacity: 0;
}
.orders {
  position: absolute;
  top: 0;
  right: 26%;
  border: 1px solid #e4e4e1;
  display: block;
  padding: 0 10px;
  width: 18%;
}
.orders ol {
  padding-left: 20px;
}
.orders ol li {
  padding: 5px 15px 5px 5px;
  position: relative;
}
.orders ol li:hover {
  background-color: #f0f0ee;
}
.orders ol li:hover i {
  display: block;
}
.orders ol li:hover i:hover {
  color: #e6002a;
}
.orders ol li i {
  position: absolute;
  right: 3px;
  color: #231f20;
  display: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.orders--button-wrapper {
  text-align: center;
}
.inquiry-form .bv--pbb-vs-spp .radio small {
  display: block;
  margin-top: 5px;
}
.inquiry-form .bv--pbb-vs-spp .bv--spp {
  margin-top: 20px;
}
.inquiry-form .bv--pbb-vs-spp .active-selection {
  color: #e6002a;
}
.inquiry-form .bv--pbb-vs-spp .active-selection small {
  color: #231f20;
}
.inquiry-form .bv--speciality-pharmacy {
  width: 40%;
}
.inquiry-form .bv--speciality-pharmacy label {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}
.patient-list .pl--filters:before,
.patient-list .pl--filters:after {
  content: " ";
  display: table;
}

.patient-list .pl--filters:after {
  clear: both;
}
.patient-list .pl--filters .form-control {
  float: left;
  margin-right: 10px;
}
.patient-list .pl--filters .pl--search {
  width: 180px;
}
.ie9 .patient-list .pl--filters .select-wrapper-for-ie9 {
  float: left;
  margin-right: 10px;
}
.ie9 .patient-list .pl--filters .select-wrapper-for-ie9 select {
  float: none;
  margin-right: 0;
  width: 112px;
}
.patient-list .pl-table {
  line-height: 1.3;
  margin-top: 20px;
  width: 100%;
}

.patient-list .pl-table td {
  padding: 10px 10px;
}
.patient-list .pl-table th:first-child {
  padding-left: 10px !important;
}
.patient-list .pl-table img {
  vertical-align: middle;
}
.patient-list .pl-table .your-patient {
  color: #939598;
  margin-right: 5px;
}
.patient-list .pl-table .icon--pencil {
  margin-right: 5px;
}
.patient-list .pl-table .pl--person-tools {
  float: right;
}
.patient-list .pl-table .pl--person-tools a:first-child {
  margin-right: 5px;
}
.with-injection-cycle {
  padding-left: 0;
}
.injection-cycle--tool {
  background-color: #e4e4e1;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
.injection-cycle--header {
  background-color: #717271;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 5px;
  text-align: center;
  text-transform: none;
}
.injection-cycle--content-wrapper {
  padding: 20px;
}
.sidebar .injection-cycle--table th,
.sidebar .injection-cycle--table td {
  border-bottom: 1px solid #949a90;
  padding: 5px;
}
.sidebar .injection-cycle--table th:last-child,
.sidebar .injection-cycle--table td:last-child {
  border-color: transparent;
}
.sidebar .injection-cycle--table th {
  text-align: center;
}
.sidebar .injection-cycle--table th:first-child {
  text-align: left;
}
.sidebar .injection-cycle--table td {
  font-size: 0.9em;
}
.sidebar .injection-cycle--table tr:hover .td-has-order-data-popout {
  background-color: transparent;
}
.sidebar .injection-cycle--table .fa-trash-o {
  cursor: crosshair;
}
.login--header {
  height: 180px;
  background-color: #939598;
  position: relative;
}
.login--header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../Images/login-bkg-pattern.png") repeat-x top left;
  background-size: auto 180px;
}
.login--header .centering-wrapper {
  background-color: #717271;
  height: 180px;
  padding: 20px;
}
.login--form {
  max-width: 330px;
  margin: 40px auto 10px;
  text-align: center;
}

.login--form > img {
  margin-bottom: 20px;
}
.login--form input {
  background-color: #e4e4e1;
  border-radius: 10px;
  font-size: 1.5em;
  height: 50px;
  width: 100%;
  padding: 10px;
}
.login--form .btn {
  font-size: 1.5em;
  margin-top: 10px;
}
.login--footer {
  background-color: #939598;
  color: #fff;
  height: 85px;
  margin-top: 40px;
}
.login--footer:before,
.login--footer:after {
  content: " ";
  display: table;
}
.login--footer:after {
  clear: both;
}
.login--footer .centering-wrapper {
  background-color: #717271;
  height: 85px;
  padding: 20px;
}
.login--footer .pull-left {
  margin-top: 15px;
}
.login--tolmar-logo {
  max-width: 150px;
  margin: 0;
}
#Errors {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 40px;
  padding: 10px 0;
}
#Errors .error-message {
  border-radius: 10px;
  padding: 20px;
  display: inline-block;
}
.bv-promo-page .main-content {
  font-size: 1.1em;
}
.bv-promo-page .main-content h2 {
  font-size: 1.3em;
  text-transform: none;
}
.bv-promo-page .main-content p {
  line-height: 1.4;
  margin-bottom: 20px;
}
.bv-promo-page .main-content .indent {
  margin-left: 20px;
}
.bv-promo-page .main-content .bv-promo--image {
  width: 300px;
}
.administration .main-content {
  margin-top: 10px;
}
.administration .clinic-settings--three-column:before,
.administration .clinic-settings--three-column:after {
  content: " ";
  display: table;
}
.administration .clinic-settings--three-column:after {
  clear: both;
}
.administration .clinic-settings--three-column .clinic-settings--item {
  float: left;
  margin-right: 36px;
}
.administration
  .clinic-settings--three-column
  .clinic-settings--item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .administration .clinic-settings--three-column .clinic-settings--item {
    margin-right: 72px;
  }
}

.administration .clinic-settings--first-column {
  width: 396px !important;
  max-width: 396px !important;
}
.administration .clinic-settings--second-column {
  font-family: "FrutigerLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 275px;
}
.administration .clinic-settings--third-column {
  font-family: "FrutigerLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 200px;
  max-width: 220px;
}
.administration .clinic-settings--input-fields label,
.administration .clinic-settings--input-fields input {
  font-family: "FrutigerLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.administration .clinic-settings--input-fields label.label-and-input {
  display: inline-block;
  width: 100px;
}
.administration .clinic-settings--input-fields input.label-and-input {
  clear: both;
  display: inline-block;
  width: 290px;
}
.administration .clinic-settings--input-fields select {
  margin-bottom: 10px;
  width: 85px;
}
.administration .clinic-settings--input-fields select + select {
  margin-left: 5px;
}
.administration .clinic-settings--input-fields input.half-width {
  margin-right: 170px;
  width: 120px;
}
.administration .clinic-settings--input-fields .push-right {
  margin-left: 103px;
}
.administration .clinic-settings--input-fields .city-and-state:before,
.administration .clinic-settings--input-fields .city-and-state:after {
  content: " ";
  display: table;
}
.administration .clinic-settings--input-fields .city-and-state:after {
  clear: both;
}
.administration .clinic-settings--input-fields .city-and-state .push-right {
  display: inline-block;
  margin-left: 0;
}
.administration .clinic-settings--input-fields .city-and-state input.city {
  display: inline-block;
  margin-right: 10px;
  width: 150px;
}
.administration .clinic-settings--input-fields .city-and-state .form-state {
  display: inline-block;
  width: 95px;
}
.ie9
  .administration
  .clinic-settings--input-fields
  .city-and-state
  .select-wrapper-for-ie9 {
  display: inline-block;
  width: 95px;
}
.ie9
  .administration
  .clinic-settings--input-fields
  .city-and-state
  .select-wrapper-for-ie9
  select {
  width: 100%;
}
.administration .clinic-settings--input-fields .phone-numbers .half-width {
  margin-right: 18px;
  display: inline-block;
}
.administration .clinic-settings--input-fields .phone-numbers .push-right {
  display: inline-block;
  margin-left: 0;
}
.administration
  .clinic-settings--input-fields
  .phone-numbers
  .push-right
  label.fax {
  display: inline-block;
  margin-right: 5px;
}
.administration
  .clinic-settings--input-fields
  .phone-numbers
  .push-right
  input.fax {
  display: inline-block;
  margin-right: 0;
}
.administration .add-category-wrapper:before,
.administration .add-category-wrapper:after {
  content: " ";
  display: table;
}
.administration .add-category-wrapper:after {
  clear: both;
}
.administration .add-category-wrapper > input,
.administration .add-category-wrapper > a {
  float: left;
}
.administration .add-category-wrapper .btn {
  height: 26px;
  line-height: 1.2;
  margin-left: 5px;
}
.administration #category-list {
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 5px;
}
.administration #category-list li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.administration #category-list li {
  background-color: #e4e4e1;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  position: relative;
}
.administration #category-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -5px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 5px solid #e4e4e1;
  border-bottom: 11px solid transparent;
}
.administration #category-list .category-remove {
  margin-left: 3px;
}
.administration .admin--current-users--table th,
.administration .admin--current-users--table td {
  font-size: 1em;
  line-height: 1;
  padding: 10px;
}
.administration .admin--current-users--table .icon--pencil {
  width: 9px;
  position: relative;
  margin-right: 5px;
}
.administration .admin--current-users--email {
  color: #231f20;
}
.administration .admin--current-users--email:hover {
  color: #e6002a;
}
.range-wrapper {
  margin-bottom: 15px;
}
.range-wrapper:before,
.range-wrapper:after {
  content: " ";
  display: table;
}
.range-wrapper:after {
  clear: both;
}
.range-wrapper label {
  float: left;
  font-size: 0.75em;
  line-height: 1.2;
  margin-right: 5px;
  width: 90px;
}
.range-wrapper input {
  float: left;
  margin-right: 5px;
}
.range-wrapper .range--days-container {
  float: left;
  padding-top: 4px;
}
.range--block {
  border-radius: 3px;
  display: inline-block;
  float: left;
  margin-right: 5px;
  width: 10px;
  height: 20px;
}
.range--days-container {
  font-size: 0.75em;
}
.range-field-input {
  display: none !important;
}
.range-field {
  width: 130px;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.range-field .ui-corner-all {
  border-radius: 3px;
}
.range-field.ui-slider .ui-slider-handle {
  background-color: #e4e4e1;
  border: 1px solid #939598;
  border-radius: 3px;
  margin-top: -4px;
  width: 10px;
  height: 20px;
}
.range-field.ui-widget-content {
  background: url("../Images/range-bkg.svg") no-repeat top left;
  background-size: 100% 100%;
  border: none;
  height: 3px;
  margin-top: 7px;
}
.admin--add-edit-user--form .form-h--label {
  width: 30%;
}
.admin--add-edit-user--form .form-h--push-right {
  margin-left: 30%;
}
.admin--add-edit-user--form .form-h--push-right--has-input {
  width: 40%;
}
.admin--add-edit-user--form .form-h--push-right--has-input input {
  width: 100%;
}
.admin--add-edit-user--form .form-wrapper select {
  margin-bottom: 10px;
  width: auto;
}
.ie9 .admin--add-edit-user--form .form-wrapper .select-wrapper-for-ie9 {
  display: inline-block;
}
.admin--add-edit-user--form .form-h--city-and-state {
  margin-bottom: 10px;
}
.admin--add-edit-user--form .form-h--city-and-state input {
  float: left;
  margin-right: 5%;
  width: 64%;
}
.admin--add-edit-user--form .form-h--city-and-state select {
  float: right;
  width: 30%;
}
.ie9
  .admin--add-edit-user--form
  .form-h--city-and-state
  .select-wrapper-for-ie9 {
  float: left;
  display: inline-block;
  width: 30%;
}
.ie9 .admin--add-edit-user--form .form-h--city-and-state select {
  float: none;
  width: 100%;
}
.admin--add-edit-user--form .additional-user-information {
  display: none;
}
.admin--add-edit-user--form .btn {
  margin-bottom: 10px;
}
.admin--add-edit-user--form .add-edit-user--clinic-list-toggle {
  margin-top: 10px;
}
.admin--add-edit-user--form .add-edit-user--clinic-list--wrapper .checkbox {
  margin-bottom: 10px;
}
.choose-clinic--inline-popout-menu {
  background: #fff;
  border: 1px solid #939598;
  border-radius: 5px;
  padding: 20px;
  z-index: 1000;
}
.choose-organization--inline-popout-menu {
    background: #fff;
    border: 1px solid #939598;
    border-radius: 5px;
    padding: 20px;
    z-index: 1000;
}
.admin--add-edit-patients--form .form-h--label {
  width: 30%;
}
.admin--add-edit-patients--form .form-h--push-right {
  margin-left: 30%;
}
.admin--add-edit-patients--form .form-wrapper select {
  margin-bottom: 10px;
  width: auto;
}
.admin--add-edit-patients--fullname .admin--add-edit-patients--first_name {
  margin-right: 2%;
  width: 68%;
}
.admin--add-edit-patients--fullname .admin--add-edit-patients--middle_name {
  margin-right: 0;
  width: 30%;
}
.admin--add-edit-patients--fullname .admin--add-edit-patients--last_name {
  margin-bottom: 0;
  width: 100%;
}
.admin--add-edit-patients--fullname--push-right {
  float: left;
  margin-left: auto;
  margin-bottom: 0;
  width: 40%;
}
.admin--add-edit-patients--gender,
.admin--add-edit-patients--email-appt {
  padding-top: 5px;
  display: inline-block;
  margin-right: 10px;
}
.form-city-state-zip select.form-state {
  width: 76px;
}
.ie9 .form-city-state-zip .select-wrapper-for-ie9 {
  width: 76px;
  margin-right: 1%;
  width: 10%;
  float: left;
}
.ie9 .form-city-state-zip .select-wrapper-for-ie9 select.form-state {
  width: 100%;
}
.header--help {
  position: relative;
}
.header--help--link {
  text-align: center;
  height: 26px;
  width: 26px;
}
.header--help--popout {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 35px;
  left: -111px;
  background-color: #fff;
  border: 1px solid #939598;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 250px;
  z-index: 1000;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.header--help:hover .header--help--popout,
.header--help--show .header--help--popout {
  opacity: 1;
  visibility: visible;
}
.header--help--popout:after,
.header--help--popout:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.header--help--popout:after {
  border-color: rgba(228, 228, 228, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.header--help--popout:before {
  border-color: rgba(112, 114, 113, 0);
  border-bottom-color: #707271;
  border-width: 16px;
  margin-left: -16px;
}
.header--help--popout .header--help--title {
  border-bottom: 1px solid #e4e4e1;
  font-size: 1.25em;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
.header--help--popout .header--help--title .fa-question {
  font-size: 0.7em;
}
.header--help--popout .header--help--title .fa-circle {
  color: #e6002a;
}
.header--help--popout .header--help--title .fa-stack {
  width: 1em;
  height: 1em;
  line-height: 0.9em;
}
.header--help--popout ul {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
}

.header--help--popout ul li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header--help--popout ul li {
  margin-bottom: 5px;
}
.header--help--popout ul li.header--help--divider {
  height: 1px;
  border-top: 1px solid #e4e4e1;
  margin: 10px 0;
}
.report-filters:before,
.report-filters:after {
  content: " ";
  display: table;
}

.report-filters:after {
  clear: both;
}
.report--form-item {
  float: left;
  margin-right: 10px;
}
.report--form-item--pull-right {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.report--checkbox {
  padding-top: 5px;
}
.autocomplete_wrapper {
  position: relative;
  float: left;
}
.autocomplete_wrapper input {
  float: left;
  padding-right: 30px;
}
.autocomplete_wrapper button {
  float: left;
  background: transparent;
  border: none;
  display: inline-block;
  zoom: 1;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
}
.report--form-item .btn {
  height: 26px;
  line-height: 1.3;
}
.report-filters--patient-nav {
  margin-bottom: 10px;
}
.header--notifications {
  position: relative;
}
.header--notifications--link {
  text-align: center;
  height: 26px;
  width: 26px;
}
.header--notifications--popout {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 35px;
  left: -200px;
  background-color: #fff;
  border: 1px solid #939598;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 500px;
  z-index: 1000;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.header--notifications:hover .header--notifications--popout,
.header--notifications--show .header--notifications--popout {
  opacity: 1;
  visibility: visible;
}
.header--notifications--popout:after,
.header--notifications--popout:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.header--notifications--popout:after {
  border-color: rgba(228, 228, 228, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.header--notifications--popout:before {
  border-color: rgba(112, 114, 113, 0);
  border-bottom-color: #707271;
  border-width: 16px;
  margin-left: -16px;
}
.header--notifications--popout--gray {
  background: #e4e4e1;
  color: #231f20;
  padding-bottom: 10px;
  text-align: left;
  top: 50px;
  width: 432px;
}
.header--notifications--popout--gray:after {
  border-bottom-color: #e4e4e1;
}
.header--notifications--popout--gray .small {
  font-size: 0.8em;
  text-transform: uppercase;
}
.header--notifications--popout .header--notifications--title {
  border-bottom: 1px solid #e4e4e1;
  font-size: 1.25em;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
.header--notifications--popout .header--notifications--title i {
  color: #e6002a;
  font-size: 1.3em;
}
.header--notifications--popout .header--notifications--clear-all {
  font-size: 0.7em;
  float: right;
  position: relative;
  top: 5px;
}
.header--notifications--popout .header--notifications--clear-all i {
  color: inherit;
  position: relative;
  top: 1px;
}
.header--notifications--list {
  max-height: 300px;
  overflow-y: scroll;
}
.header--notifications--list-item {
  border-bottom: 1px solid #e4e4e1;
  padding: 10px;
}
.header--notifications--list-item:before,
.header--notifications--list-item:after {
  content: " ";
  display: table;
}
.header--notifications--list-item:after {
  clear: both;
}
.header--notifications--list-item:nth-child(even) {
  background-color: #f2f2f1;
}
.header--notifications--message {
  float: left;
  padding-top: 2px;
  width: 80%;
}
.header--notifications--date-and-close {
  float: right;
  font-size: 0.8em;
}
.header--notifications--date-and-close time {
  color: #717271;
  position: relative;
  top: -2px;
}
.header--notifications--date-and-close i {
  font-size: 1.8em;
  margin-left: 10px;
}
.practice-clinic-separation--arrow {
    padding: 0px 10px;
}
.overlay--manual-kit-entry h2 {
  margin-top: 30px;
}
.manual-entry-form:before,
.manual-entry-form:after {
  content: " ";
  display: table;
}
.manual-entry-form:after {
  clear: both;
}
.manual-entry-form label {
  display: block;
  font-size: 0.9em;
  font-family: "FrutigerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
}
.manual-entry-form select {
  margin-bottom: 0;
}
.manual-entry-form .form-item {
  float: left;
  margin-right: 10px;
}
.manual-entry-form .form-item input {
  margin-bottom: 5px;
}
.manual-entry-form .form-item input + span {
  color: #939598;
  font-size: 0.9em;
}
.manual-entry-form .manual-entry--lot input,
.manual-entry-form .manual-entry--serial input{
  width: 150px;
}
.manual-entry-form .manual-entry--date input {
    width: 100px;
}
.manual-entry--barcode {
  background-color: #f2f2f1;
  border-radius: 3px;
  display: inline-block;
  height: 96px;
  margin: 10px 20px 30px 0;
  padding: 10px;
  vertical-align: top;
  width: 28%;
}
.manual-entry--barcode:before,
.manual-entry--barcode:after {
  content: " ";
  display: table;
}
.manual-entry--barcode:after {
  clear: both;
}
.manual-entry--barcode img {
  float: right;
  margin-left: 5px;
}
.manual-entry--barcode p {
  margin-bottom: 5px;
}
.manual-entry--barcode ul {
  margin: 0;
  padding: 0;
}
.manual-entry--barcode ul li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.manual-entry--barcode ul li {
  margin-bottom: 5px;
}
.manual-entry--barcode ul .monospace {
  float: right;
}
.manual-entry--barcode .barcode-square {
  width: 50px;
  height: 50px;
}
.manual-entry--barcode .barcode {
  height: 50px;
}
.manual-entry--barcode--side {
  width: 18%;
}
.auto-order--settings-wrapper {
  background-color: #f2f2f1;
  border-radius: 5px;
  display: inline-block;
  padding: 20px;
}
.auto-order--settings-wrapper h2 {
  margin-top: 0;
}
.auto-order--settings-wrapper .auto-order--edit {
  float: right;
  font-size: 0.8em;
  margin-left: 20px;
}
.auto-order--settings-wrapper p {
  margin-bottom: 5px;
}
.auto-order--next--wrapper {
  position: relative;
  width: 80%;
}
.auto-order--next--wrapper .auto-order--next--change-date {
  margin-left: 10px;
}
.auto-order--next--wrapper .auto-order--next--controls {
  margin: 0;
  padding: 0;
  float: right;
}
.auto-order--next--wrapper .auto-order--next--controls li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.auto-order--next--wrapper .auto-order--next--controls li {
  display: inline-block;
}
.auto-order--next--wrapper .auto-order--next--controls li {
  margin-right: 10px;
}
.auto-order--next--wrapper .auto-order--next--item {
  border-bottom: 1px solid #e4e4e1;
  padding: 10px 0;
}
.auto-order--next--wrapper .auto-order--next--item:before,
.auto-order--next--wrapper .auto-order--next--item:after {
  content: " ";
  display: table;
}
.auto-order--next--wrapper .auto-order--next--item:after {
  clear: both;
}
.auto-order--next--wrapper .auto-order--next--order-details {
  padding-top: 5px;
  float: left;
  width: 50%;
}
.auto-order--next--wrapper .auto-order--next--order-table {
  float: right;
  width: 45%;
}
.auto-order--next--wrapper .auto-order--next--order-details:before,
.auto-order--next--wrapper .auto-order--next--order-details:after {
  content: " ";
  display: table;
}
.auto-order--next--wrapper .auto-order--next--order-details:after {
  clear: both;
}
.auto-order--next--wrapper .auto-order--next--order-details > span,
.auto-order--next--wrapper .auto-order--next--order-details .leaders {
  float: left;
}
.auto-order--next--wrapper .auto-order--next--order-details > span {
  width: 120px;
}
.auto-order--next--wrapper .auto-order--next--order-details .leaders {
  margin-left: 30px;
  width: 205px;
}
.orders-section h2.border-bottom {
  border-bottom: 1px solid #939598;
  font-size: 1.1em;
  padding-bottom: 5px;
}
.orders-section h2.border-bottom--light {
  border-bottom: 1px solid #e4e4e1;
  font-size: 1.1em;
  padding-bottom: 5px;
}

.resource-order {
  width: 80%;
}
.product-order-history--item:before,
.product-order-history--item:after {
  content: " ";
  display: table;
}
.product-order-history--item:after {
  clear: both;
}
.product-order-history--item .product-order-history--details {
  background-color: #f2f2f1;
  border-radius: 5px;
  padding: 20px;
  padding-bottom: 10px;
  float: left;
  width: 45%;
}
.product-order-history--item .product-order-history--details h2 {
  margin-top: 0;
}
.product-order-history--item .product-order-history--details p:before,
.product-order-history--item .product-order-history--details p:after {
  content: " ";
  display: table;
}
.product-order-history--item .product-order-history--details p:after {
  clear: both;
}
.product-order-history--item
  .product-order-history--details
  .product-order-history--info {
  float: left;
  width: 45%;
}
.product-order-history--item .product-order-history--details .leaders {
  float: right;
  width: 40%;
}
.product-order-history--item .product-order-history--details .leader-text,
.product-order-history--item .product-order-history--details .leader-data {
  background-color: #f2f2f1;
}
.product-order-history--item .product-order-history--order-info {
  float: left;
  margin-left: 30px;
  padding-top: 20px;
}
.admin--inventory-settings {
  margin-bottom: 40px;
}
.admin--inventory-settings:before,
.admin--inventory-settings:after {
  content: " ";
  display: table;
}
.admin--inventory-settings:after {
  clear: both;
}
.admin--inventory-settings--table {
  float: left;
  margin-right: 50px;
}
.admin--inventory-settings--table th {
  font-size: 0.8em;
}
.admin--inventory-settings--table tbody tr td {
  border-bottom: 1px solid #939598;
  padding: 5px;
}
.admin--inventory-settings--table input {
  margin: 0 auto;
}
.admin--inventory-settings--product {
  font-size: 1.1em;
  width: 250px;
}
.admin--inventory-settings--target-level {
  padding: 5px 20px !important;
}
.admin--inventory-settings--target-level input {
  float: left;
}
.admin--inventory-settings--target-level input[type="text"] {
  margin-right: 5px;
  width: 90px;
}
.admin--inventory-settings--categories {
  float: left;
}
.admin--inventory-settings--categories h2 {
  margin-top: 0;
}
.admin--inventory-settings--categories ul {
  margin: 0;
  padding: 0;
}
.admin--inventory-settings--categories ul li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.admin--inventory-settings--categories ul li {
  border-bottom: 1px solid #e4e4e1;
  margin-bottom: 5px;
  padding-bottom: 5px;
  width: 150px;
}
.admin--inventory-settings--categories ul li .delete {
  float: right;
}
.admin--order-placement .form-wrapper {
  margin-bottom: 20px;
}
.admin--order-placement .form-wrapper label {
  position: relative;
  padding-left: 20px;
}
.admin--order-placement .form-wrapper label input {
  position: absolute;
  margin-left: -20px;
  top: -1px;
}
.admin--order-placement .admin--order-placement--auto-order-checkbox {
  display: block;
  font-size: 0.9em;
  line-height: 1.3;
  margin-top: 10px;
}
.edit-standard-order--item-wrapper:before,
.edit-standard-order--item-wrapper:after {
  content: " ";
  display: table;
}
.edit-standard-order--item-wrapper:after {
  clear: both;
}
.edit-standard-order--item-wrapper .edit-standard-order--item {
  float: left;
}
.edit-standard-order--item-wrapper .edit-standard-order--item:first-child {
  width: 35%;
}
.edit-standard-order--item-wrapper .edit-standard-order--item:nth-child(2) {
  padding-left: 20px;
  width: 65%;
}
.edit-standard-order--item-wrapper .dose-widget--wrapper {
  max-width: 100%;
}
.patient-quick-add--search {
  margin: 20px 0;
}
.patient-quick-add--search label,
.patient-quick-add--search input,
.patient-quick-add--search a {
  display: inline-block;
}
.patient-quick-add--search .btn {
  height: 26px;
  position: relative;
  top: -1px;
}

.low-inventory-header {
  margin: 30px 0 0;
}
.low-inventory-wrapper {
  margin-bottom: 5px;
  border-bottom: 1px solid #e4e4e1;
  padding-bottom: 10px;
}
.low-inventory-wrapper:before,
.low-inventory-wrapper:after {
  content: " ";
  display: table;
}

.low-inventory-wrapper:after {
  clear: both;
}
.low-inventory-wrapper label {
  float: left;
  font-size: 0.75em;
  line-height: 1.2;
  margin-right: 5px;
  width: 100%;
}
.low-inventory-wrapper .low-inventory-block {
  border-radius: 3px;
  display: inline-block;
  float: left;
  margin-right: 5px;
  width: 10px;
  height: 20px;
  position: relative;
  top: 7px;
}
.low-inventory-wrapper .low-inventory-text {
  display: inline-block;
  position: relative;
  top: 7px;
  width: 80px;
}
.low-inventory-wrapper .low-inventory-value {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}
.low-inventory-wrapper .toggle {
  display: inline-block;
}
.low-inventory-wrapper .toggle-group label {
  width: 30px;
}
.auto-ordering-toggle--wrapper {
  margin-bottom: 20px;
}
.auto-ordering-toggle--wrapper:before,
.auto-ordering-toggle--wrapper:after {
  content: " ";
  display: table;
}
.auto-ordering-toggle--wrapper:after {
  clear: both;
}
.auto-ordering-toggle--wrapper .toggle-group label {
  width: 30px;
}
.auto-ordering-toggle--wrapper .auto-ordering--show-options {
  margin-top: 10px;
}
.auto-ordering-toggle--wrapper .auto-ordering-wrapper {
  float: left;
  font-size: 0.75em;
  line-height: 1.2;
  margin-right: 5px;
  width: 100%;
  margin-bottom: 5px;
  border-bottom: 1px solid #e4e4e1;
}
.auto-ordering-toggle--wrapper .auto-ordering-block {
  border-radius: 3px;
  display: inline-block;
  float: left;
  margin-right: 5px;
  width: 10px;
  height: 20px;
  position: relative;
  top: 7px;
}
.auto-ordering-toggle--wrapper .auto-ordering-text {
  display: inline-block;
  position: relative;
  top: 7px;
  width: 80px;
}
.auto-ordering-toggle--wrapper .auto-ordering-value {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}
.case-history--list-group a {
  color: #231f20;
}
.case-history--list-group a:hover {
  color: #e6002a;
}
.case-history--list-group a.cancel-case {
  color: #e6002a;
}
.case-history--list-group i.fa {
  color: #e6002a;
}
.case-details--status {
  color: #e6002a;
  font-size: 1.5em;
}
.case-details .main-content h4 {
  font-size: 1.1em;
  font-weight: normal;
  margin: 0 0 5px;
}
.case-details--smaller-text {
  padding-bottom: 15px;
}
.case-details--smaller-text p {
  font-size: 0.95em;
  margin-bottom: 5px;
}
.table--case-listing th {
  padding-bottom: 5px;
  text-align: left;
}
.table--case-listing td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.table--case-listing td:first-child {
  padding-left: 10px;
}
.table--case-listing .case-list--caseID {
  width: 130px;
}
.table--case-listing .case-list--submitted,
.table--case-listing .case-list--updated {
  width: 80px;
}
.table--case-listing .case-list--mrn {
  width: 100px;
}
.case-list .form-inline .form-group {
  display: inline-block;
}
.case-list .form-inline .form-group label {
  display: none;
}
.case-list .form-inline .hidden {
  display: none !important;
}
.case-list .alert {
  background-color: #fcf8e3;
  border-color: #faebcc;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 1.2em;
  padding: 15px;
  margin-bottom: 20px;
}
.case-list .alert .big {
  font-size: 1.7em;
  margin-right: 10px;
}
.case-list .flag-color {
  color: #8a6d3b;
}
.inquiry-form .has-dollar-sign {
  position: relative;
}
.inquiry-form .has-dollar-sign .fa {
  position: absolute;
  left: 10px;
  top: 30%;
}
.inquiry-form .has-dollar-sign input {
  padding-left: 20px;
  width: 100%;
}
.inquiry-form .hidden {
  display: none;
}
.inquiry-form .alert {
  background-color: #faccd0;
  border-radius: 7px;
  color: #e6002a;
  padding: 10px;
}
.inquiry-form .input-alert {
  border: 1px solid #e6002a;
}
.inquiry-form #state {
  width: 98px;
}
.inquiry-form #socialSecurityNumber {
  width: 100px;
}
.inquiry-form .phone-width {
  width: 100px;
}
.inquiry-form #household-numberOfPeople {
  width: 100px;
}
.inquiry-form #household-numberOfPeople-manualEntry {
  clear: both;
  width: 100px;
}
.connection-status {
  border-radius: 5px;
  padding: 10px;
}
.connection-status__good {
  background-color: #dcedc4;
  color: #709b30;
}
.connection-status__bad {
  background-color: #fce3e5;
  color: #b6111f;
}
.patient-tab-controls {
  border-bottom: 1px solid #949a90;
  margin-bottom: 20px;
  padding-left: 10px;
}
.patient-tab-control {
  background-color: #e4e4e1;
  border: 1px solid #949a90;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  padding: 5px;
  position: relative;
  bottom: -1px;
}
.patient-tab-control:hover {
  background-color: #fff;
  border-bottom-color: #fff;
}
.patient-tab-control[aria-expanded="true"] {
  background-color: #fff;
  border-bottom-color: #fff;
}
.table-show-five-rows--wrapper {
  max-height: 160px;
  overflow-y: auto;
}
.more-rows {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -106px;
  background-color: #e4e4e1;
  border-radius: 2em;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-family: "FrutigerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  padding: 10px 15px 5px;
  text-transform: uppercase;
  text-align: center;
}
.pn-patient-name {
  display: block;
  margin: 5px 0;
}
.pn-phone {
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
}
.btn-patient-nav-report {
  line-height: 1.2;
  text-align: center;
  width: 60px;
}

.pn-th-patient-address {
  width: 120px;
}
.pn-th-further-navigation {
  width: 68px;
}
.prescriber-search,
.prescriber-search-inventory,
.prescriber-search-edit-kit-details {
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    padding: 20px 0 35px;
    z-index: 5000;
}

.prescriber-search .centering-wrapper,
.prescriber-search-inventory .centering-wrapper,
.prescriber-search-edit-kit-details .centering-wrapper {
    margin: 0 auto;
    max-width: 90%;
    min-width: unset;
    padding: 0 20px;
}
.prescriber-search::after,
.prescriber-search-inventory::after,
.prescriber-search-edit-kit-details::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background: #f2f2f1;
    border-left: 1px solid #e4e4e1;
}
.prescriber-search > .centering-wrapper,
.prescriber-search-inventory > .centering-wrapper,
.prescriber-search-edit-kit-details > .centering-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
}
.prescriber-search__left,
.prescriber-inventory-search__left,
.prescriber-search-edit-kit-details__left,
.prescriber-search__right,
.prescriber-inventory-search__right,
.prescriber-search-edit-kit-details__right {
    width: 50%;
    z-index: 1;
}

.prescriber-search__left p,
.prescriber-inventory-search__left p,
.prescriber-search-edit-kit-details__left p,
.prescriber-search__right p,
.prescriber-inventory-search__right p,
.prescriber-search-edit-kit-details__right p {
    font-size: 1.15em;
}

.prescriber-search__right,
.prescriber-inventory-search__right,
.prescriber-search-edit-kit-details__right {
    padding: 0 0 0 40px;
}
.prescriber-search__list,
.prescriber-inventory-location__list,
.prescriber-location-edit-kit-details__list {
    max-height: 300px;
    overflow: scroll;
    position: relative;
    margin: 0 -5px;
    padding: 0 5px;
}
.prescriber-search__list__overflow,
.prescriber-inventory-search__list__overflow,
.prescriber-location-edit-kit-details__list__overflow {
    border-bottom: 2px solid #c0c0b9;
}
.clinic-location {
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  padding: 20px 0 35px;
  z-index: 500;
}
.clinic-location::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background: #f2f2f1;
  border-left: 1px solid #e4e4e1;
}
.clinic-location > .centering-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
}
.clinic-location__left,
.clinic-location__right {
  width: 50%;
  z-index: 1;
}
.clinic-location__left p,
.clinic-location__right p {
  font-size: 1.15em;
}
.clinic-location__right {
  padding: 0 40px;
}
.clinic-location__list {
  max-height: 300px;
  overflow: scroll;
  position: relative;
  margin: 0 -5px;
  padding: 0 5px;
}
.clinic-location__list__overflow {
  border-bottom: 2px solid #c0c0b9;
}
.has-choose-clinic {
  position: relative;
}
.choose-clinic--inline-popout-menu, .choose-organization--inline-popout-menu, .choose-organizationclinic-weeklyreports--inline-popout-menu, .choose-organizationclinic-monthlyreports--inline-popout-menu {
    background: #fff;
    border: 1px solid #939598;
    border-radius: 5px;
    padding: 20px;
    z-index: 1000;
}
.choose-organizationclinic-weeklyreports.columns--two, .choose-organizationclinic-monthlyreports.columns--two {
    height: 200px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.addedituser-organizationclinic-accordionbody.collapse.in {
    margin-bottom: 30px;
}
.addedituser-organizationclinic-accordionbody .column {
    margin-bottom: 15px;
}
.addedituser-chooseorganization-wrapper.disabled .has-choose-organization {
    cursor: not-allowed !important;
}
.addedituser-chooseorganization-wrapper.disabled .has-choose-organization p, .addedituser-chooseorganization-wrapper.disabled .has-choose-organization section {
    pointer-events: none;
}
.select-wrapper-for-ie9 {
    display: inline-block;
    position: relative;
}
.select-wrapper-for-ie9:after {
  content: "";
  display: block;
  height: 24px;
  width: 18px;
  background: url("../Images/dropdown-arrow.png") no-repeat 93% 55%;
  background-size: 10px 5px;
  position: absolute;
  right: 6px;
  top: 1px;
  z-index: 1000;
}
.select-wrapper-for-ie9 select {
  padding-right: 5px;
}
.select-gray-bkg:after {
  background-color: #e4e4e1;
}
.select-darkgray-bkg:after {
  background-color: #ccccc6;
}
.footer {
  font-size: 0.75em;
}
.footer .container {
  background-color: #fff;
  box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.15);
  padding-top: 10px;
}
.footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.footer-fixed--full-width {
  padding-left: 0;
  padding-right: 0;
}
.footer-fixed--full-width .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.text-center {
  text-align: center;
}
@media print {
  .header--tools,
  .nav-primary,
  .page-header--utilities,
  .page-header--wrapper,
  .user--information,
  .print--has-overlay .page-header--wrapper,
  .print--has-overlay .main-content-wrapper,
  .print--has-overlay .overlay--active,
  .case-details .sidebar {
    display: none;
  }
  .page-header--wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid black;
  }
  table.striped-table tr {
    background-color: transparent !important;
    border-bottom: 1px solid black;
  }
  table.striped-table td {
    border-right: none;
  }
  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  input[list],
  textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .has-sidebar .main-content {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .sidebar {
    float: none;
    margin-top: 0 !important;
    margin-bottom: 50px;
    padding-left: 0;
  }
  .inventory-shown .inventory--card-bottom ul .label,
  .inventory-shown .inventory--card-bottom ul .data {
    color: inherit;
  }
  .inventory--card-top {
    border: 1px solid #404040;
  }
  .inventory--card-bottom li {
    border: 1px solid #404040 !important;
  }
  .inventory--table td {
    border-top: none !important;
  }
  .status-area--block {
    background-color: transparent;
    border: none;
    max-width: 100%;
  }
  .status-area--block .status-area--block--left,
  .status-area--block .status-area--block--right {
    border: none;
    float: none;
    margin-bottom: 20px;
    padding: 0;
    width: auto;
  }
  .status-area--block .status-area--block--right img {
    display: none;
  }
  .status-area--block .status-area--notes {
    float: none !important;
    width: auto !important;
  }
  .doses-for-shipment--header {
    background-color: transparent;
    border-bottom: 2px solid black;
  }
  .doses-for-shipment--header--inactive {
    color: #333333;
  }
  .patient-list .sidebar {
    width: auto;
  }
  .injection-cycle--tool {
    border: 1px solid #404040;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
  }
  .injection-cycle--header {
    background-color: transparent;
    color: black;
    border-bottom: 1px solid black;
  }
  .order-data-popout {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 10px 0 0;
    position: static;
    opacity: 1;
    visibility: visible;
    width: auto;
  }
  .order-data-popout:before,
  .order-data-popout:after {
    display: none;
  }
  .td-has-order-data-popout {
    display: table-cell !important;
    width: auto;
  }
  .sidebar .injection-cycle--table th.hidden {
    display: table-cell;
  }
  .injection-cycle--table .order-data-popout p br {
    display: none;
  }
  .sidebar .injection-cycle--table th,
  .sidebar .injection-cycle--table td {
    border-color: #404040 !important;
  }
  table td.table--status a {
    display: none;
  }
  .overlay--content-wrapper {
    position: static;
    min-width: 1000px;
    width: 90%;
  }
  .overlay--header {
    background-color: transparent;
    border-bottom: 5px solid #e6002a;
    color: #e6002a;
  }

  .overlay--title {
    font-size: 1.5em;
    padding-bottom: 10px;
  }
  .overlay--close {
    display: none;
  }
  .overlay--controls .btn {
    display: none;
  }
}
/* start promote-user */
.overlay--content-wrapper.promote {
    background: #fff;
    border-radius: 3px !important;
    width: 515px;
}

    .overlay--content-wrapper.promote *,
    .overlay--content-wrapper.promote input,
    .overlay--content-wrapper.promote select,
    .overlay--content-wrapper.promote label {
        font-size: 14px;
        box-shadow: none !important;
    }

    .overlay--content-wrapper.promote .overlay--header {
        background: #fff;
        color: grey;
        border-bottom: 1px solid lightgrey;
    }

        .overlay--content-wrapper.promote .overlay--header .overlay--close {
            padding: 19px;
        }

            .overlay--content-wrapper.promote .overlay--header .overlay--close:hover {
                background-color: white;
                border-top-right-radius: 0;
                color: black;
            }

    .overlay--content-wrapper.promote .overlay--main-content .form-h--label {
        width: 30%;
        text-transform: none;
    }

    .overlay--content-wrapper.promote .overlay--main-content .form-h--input.email + .redText {
        margin-left: 30%;
    }

    .overlay--content-wrapper.promote .overlay--main-content .form-h--push-right {
        margin-left: 30%;
    }

        .overlay--content-wrapper.promote .overlay--main-content .form-h--push-right .h3 {
            font-size: 1em;
            margin: 0 0 0.5em;
            display: block;
            position: relative;
        }

        .overlay--content-wrapper.promote .overlay--main-content .form-h--push-right .message {
            font-style: italic;
            font-size: 0.8em;
            color: grey;
            width: 100%;
            display: block;
            padding-right: 4em;
            line-height: 1.5em;
            position: relative;
        }

    .overlay--content-wrapper.promote .overlay--main-content .permission {
        display: block;
        clear: both;
    }

        .overlay--content-wrapper.promote .overlay--main-content .permission .checkbox {
            padding: 0 0 0 30%;
        }

            .overlay--content-wrapper.promote .overlay--main-content .permission .checkbox .grid {
                width: 50%;
                display: block;
                float: left;
                margin: 0 0 1em;
            }

    .overlay--content-wrapper.promote .text-success {
        color: grey;
        text-align: center;
        font-size: 1.66em !important;
        display: block;
        margin: 1em auto;
    }

    .overlay--content-wrapper.promote .btn-promote {
        background-color: #757575 !important;
        border-color: #757575 !important;
        color: #fff !important;
        display: block;
        margin: 4em auto 0;
    }

        .overlay--content-wrapper.promote .btn-promote:hover {
            background-color: #555555 !important;
            border-color: #555555 !important;
        }

    .overlay--content-wrapper.promote .img-success {
        width: 80px;
        height: auto;
        display: block;
        margin: 5em auto;
    }

.overlay--content-wrapper .twitter-typeahead,
.overlay--content-wrapper .email {
    width: 60% !important;
}

    .overlay--content-wrapper .twitter-typeahead .form-h--input,
    .overlay--content-wrapper .email .form-h--input {
        width: 100%;
        z-index: 2;
    }

    .overlay--content-wrapper .twitter-typeahead::after,
    .overlay--content-wrapper .email::after {
        position: absolute;
        content: "\f107";
        display: block;
        font-family: "FontAwesome";
        color: grey;
        z-index: 2;
        top: 0.45em;
        right: 0.65em;
    }

    .overlay--content-wrapper .twitter-typeahead .tt-menu,
    .overlay--content-wrapper .email .tt-menu {
        z-index: 1 !important;
    }

        .overlay--content-wrapper .twitter-typeahead .tt-menu.tt-open,
        .overlay--content-wrapper .email .tt-menu.tt-open {
            top: 68% !important;
            width: 100%;
            background: white;
            border-top: none;
            border-left: 1px solid lightgrey;
            border-right: 1px solid lightgrey;
            border-bottom: 1px solid lightgrey;
            border-radius: 0px 0px 5px 5px;
            color: grey;
        }

            .overlay--content-wrapper .twitter-typeahead .tt-menu.tt-open .tt-dataset,
            .overlay--content-wrapper .email .tt-menu.tt-open .tt-dataset {
                margin-top: 5px;
            }

            .overlay--content-wrapper .twitter-typeahead .tt-menu.tt-open .tt-suggestion,
            .overlay--content-wrapper .email .tt-menu.tt-open .tt-suggestion {
                padding: 0.5em 1em;
            }

                .overlay--content-wrapper .twitter-typeahead .tt-menu.tt-open .tt-suggestion:hover,
                .overlay--content-wrapper .email .tt-menu.tt-open .tt-suggestion:hover {
                    background: red;
                    color: white;
                    cursor: pointer;
                }

                    .overlay--content-wrapper .twitter-typeahead .tt-menu.tt-open .tt-suggestion:hover .tt-highlight,
                    .overlay--content-wrapper .email .tt-menu.tt-open .tt-suggestion:hover .tt-highlight {
                        color: white;
                    }

                .overlay--content-wrapper .twitter-typeahead .tt-menu.tt-open .tt-suggestion .tt-highlight,
                .overlay--content-wrapper .email .tt-menu.tt-open .tt-suggestion .tt-highlight {
                    color: black;
                }

            .overlay--content-wrapper .twitter-typeahead .tt-menu.tt-open .tt-selelctable,
            .overlay--content-wrapper .email .tt-menu.tt-open .tt-selelctable {
                cursor: pointer;
            }

/* end promote-user */

.utility-header {
    background-color: #fff;
    border-bottom: 2px solid #eeeeee;
    margin: 0 -15px 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.utility-header h1 {
    margin-top: 13px;
    margin-bottom: 7px;
}


.utility-header .my-cases-my-prescribers .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.utility-header .my-cases-my-prescribers .form-inline .form-group .btn {
    height: 26px;
    padding: 7px 10px 6px 10px;
}

.utility-header .view-all-cases .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.utility-header .view-all-cases .form-group .btn {
    height: 26px;
    padding: 7px 10px 6px 10px;
}

.utility-header .create-new-case .form-inline {
    width: 100% !important;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    text-align: right;
}

.utility-header .create-new-case .form-inline .form-group {
    display: inline-block;
}

.utility-header .create-new-case .form-inline .form-group .btn {
    height: 26px;
    padding: 7px 10px 6px 10px;
}

.utility-header .my-cases-my-prescribers .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
}

.utility-header .my-cases-my-prescribers .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}

.utility-header .my-cases-my-prescribers .form-inline .form-group .chosen-container {
    width: 100% !important;
}

my-prescribers--selections,
.my-clinic--selections {
    margin-right: 190px;
    margin-bottom: 0;
    padding-left: 10px;
    overflow: hidden;
}

.my-prescribers--selections li,
.my-clinic--selections li {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-color: #64513e;
    border-radius: 4px;
    color: #64513e;
    float: left;
    font-size: .9em;
    height: 24px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-right: 1%;
    padding-left: 8px;
    padding-right: 20px;
    position: relative;
    text-decoration: none;
    width: 24%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-prescribers--selections li span,
.my-clinic--selections li span {
    cursor: pointer;
    display: block;
    margin-right: 7px;
    overflow: visible;
    position: absolute;
    top: -1px;
    right: -2px;
}

.my-prescribers--selections li span:after,
.my-clinic--selections li span:after {
    content: "\f00d";
    font-family: "FontAwesome";
}

.my-prescribers--selections--truncated,
.my-clinic--selections--truncated {
    max-height: 24px;
}

.my-prescribers--show-and-hide--wrapper,
.my-clinic--show-and-hide--wrapper {
    position: absolute;
    top: 0;
    right: 15px;
}

.my-prescribers--show-and-hide--icon-toggle,
.my-clinic--show-and-hide--icon-toggle {
    border-color: gray;
    border-radius: 4px;
    color: gray;
    cursor: pointer;
}

.chosen-select {
    width: 100%;
}

.chosen-select-deselect {
    width: 100%;
}

.color-accent {
    color: #e6002a;
}
.margin-top-null {
    margin-top: 0;
}

.case-subheader {
    font-size: 24px !important;
    line-height: 1.1 !important;
    display: block !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.case-subheader-h4 {
    font-size: 18px;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.case-subheader small{
    font-size: 65%;
}

.cases-empty-text {
    color: #777777;
    margin-top: 30px;
    text-align: center;
}

.case-read-more {
    display: block;
    text-align: center;
}

.cases-empty-text + .case-read-more {
    margin-top: 30px;
}

.homepage-column {
    min-height: 600px;
}

.border-right {
    border-right: 1px solid #eeeeee;
}

.case-header {
    font-size: 30px;
    line-height: 1.1;
    display: block;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.case-close {
    width: 17px;
}

.text-right{
    text-align: right;
}

.case-content {
    font-family: "Frutiger", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}

.case-content #city {
    width: 200px;
}

.case-content #state {
    width: 120px;
}

.case-content #zip {
    width: 100px;
}

/*.case-content .row{
    margin-bottom: 10px;
}*/

.case-content .tt-suggestion{
    font-size: 14px !important;
}

.case-content .form-control:focus {
    border: 1px solid #6a6565 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #6a6565;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    outline: 0;
}

.case-content .form-control {
    display: block;
    width: 100%;
    height: 24px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    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;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    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, -webkit-box-shadow ease-in-out 0.15s;
}

.case-table-of-contents {
    font-size: .9em;
}

.case-table-of-contents h3 {
    font-family: "FrutigerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25em;
    margin-bottom: 5px;
    text-transform: none !important;
}

.case-table-of-contents p {
    font-family: "FrutigerLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
}

.case-table-of-contents .list-group a .fa {
    margin-right: 5px;
}

.chosen-container {
    display: inline-block;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
}

.chosen-container-single .chosen-single span {
    cursor: pointer;
    display: block;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    overflow: visible;
}

.chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0;
}

.chosen-container .chosen-results {
    color: #555555;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    line-height: 1.42857;
    list-style: none;
    margin: 0;
    padding: 5px 6px;
}

.chosen-container .chosen-results li em {
    background: #feffde;
    font-style: normal;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    cursor: default;
    color: #999;
    font-weight: bold;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li.active-result {
    cursor: pointer;
    display: list-item;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #e6002a;
    background-image: none;
    color: white;
}

.chosen-container .chosen-results li.highlighted em {
    background: transparent;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #777777;
}

.chosen-container .chosen-results .no-results {
    background: #eeeeee;
    display: list-item;
}

.chosen-container .chosen-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1;
}

.chosen-container .chosen-results-scroll span {
    display: inline-block;
    height: 1.42857;
    text-indent: -5000px;
    width: 9px;
}

.chosen-container .chosen-results-scroll-down {
    bottom: 0;
}

.chosen-container-single .chosen-single {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555555;
    display: block;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.chosen-container-single .chosen-single span {
    cursor: pointer;
    display: block;
    margin-right: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    overflow: visible;
}

.chosen-container-single .chosen-single span:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: -1px;
    top: 0px;
}

.chosen-container-single .chosen-single abbr {
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 7px;
    width: 12px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: right -11px;
}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px;
}

.chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
}

.chosen-container-single .chosen-single div b {
    display: block;
    height: 100%;
    width: 100%;
}

.chosen-container-single .chosen-default {
    color: #777777;
}

.chosen-container-single .chosen-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1000;
}

.chosen-container-single .chosen-search:after {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 9px;
}

.chosen-container-single .chosen-search input[type="text"] {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search:after {
    content: '';
    display: none;
}

.chosen-container-single-nosearch .chosen-search input[type="text"] {
    position: absolute;
    left: -9000px;
}

.chosen-container-multi .chosen-choices {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    height: auto !important;
    height: 1%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices .search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices .search-field input[type="text"] {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none;
    color: #555555;
    height: 22px;
    margin: 0;
    padding: 4px;
    outline: 0;
}

.chosen-container-multi .chosen-choices .search-field .default {
    color: #999;
}

.chosen-container-multi .chosen-choices .search-choice {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border-color: purple;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: purple;
    cursor: default;
    font-size: .8em;
    line-height: 13px;
    margin: 2px 0 2px 5px;
    padding: 3px 20px 3px 5px;
    position: relative;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    display: block;
    position: absolute;
    right: 5px;
    top: 4px;
    width: 12px;
    cursor: pointer;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:after {
    content: "\f00d";
    color: purple;
    font-family: "FontAwesome";
    position: absolute;
    right: -1px;
    top: -1px;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
    background-position: right -11px;
}

.chosen-container-multi .chosen-choices .search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
    background-position: right -11px;
}

.chosen-container-multi .chosen-results {
    margin: 0 0 0 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: none;
}

.chosen-container-active .chosen-single {
    border: 1px solid #6a6565;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #6a6565;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #fff;
    border: 1px solid #6a6565;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #6a6565;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 7px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #6a6565;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #6a6565;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-active .chosen-choices .search-field input[type="text"] {
    color: #111 !important;
}

.chosen-container-active.chosen-with-drop .chosen-choices {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.chosen-disabled {
    cursor: default;
    opacity: 0.5 !important;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

.case-content label {
    display: inline-block;
    font-family: "FrutigerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .9em;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

.text-danger {
    color: #a94442;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}
.form-group--inline {
    display: inline-block;
}


@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.nameGroup {
    display: inline-block;
    vertical-align: top;
}

.case-modal-open {
    overflow: hidden;
}

.case-modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.case-modal.fade .case-modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.case-modal.in .case-modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.case-modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.case-modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.case-modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.case-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3040;
    background-color: #000;
}

.case-modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.case-modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.case-modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
}

.case-modal-header .close {
    margin-top: -2px;
}

.case-modal-title {
    margin: 0;
    line-height: 1.42857;
    font-weight: 500 !important;
    font-size: 18px !important;
    text-transform: none !important;
}

.case-modal-body {
    position: relative;
    padding: 15px;
}

.case-modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.case-modal-footer:before,
.case-modal-footer:after {
    content: " ";
    display: table;
}

.case-modal-footer:after {
    clear: both;
}

.case-modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.case-modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.case-modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.case-modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .case-modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .case-modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .case-modal-sm {
        width: 300px;
    }
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.insurance--wrapper {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 10px;
}
.toc-section {
    padding-left: 30px;
}
toc-toggle {
    border: 1px solid #7f7f7e;
    border-radius: 50%;
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin-left: -25px;
    text-align: center;
    position: relative;
    top: -1px;
}

.toc-toggle .toc-toggle-bar {
    background-color: #7f7f7e;
    display: block;
    height: 1px;
    width: 70%;
    position: absolute;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    top: 48%;
    left: 2px;
}

.toc-toggle .toc-toggle-bar + .toc-toggle-bar {
    opacity: 0;
}

.collapsed .toc-toggle .toc-toggle-bar {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.collapsed .toc-toggle .toc-toggle-bar + .toc-toggle-bar {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

.toc-section {
    padding-left: 30px;
}

.toc-section a {
    color: #7f7f7e;
}

.toc-section .toc-information.collapse.in:after {
    background-color: #eeeeee;
    content: '';
    display: block;
    height: 1px;
    margin-left: -30px;
    margin-top: 15px;
}

.toc-section--active a {
    color: #225E36;
}

.toc-section--active h3 {
    color: #225E36;
}

.toc-active-marker {
    display: block;
    float: left;
    margin-left: -25px;
    position: relative;
    top: -6px;
}

.toc-active-marker i::before {
    color: #225E36;
}

.toc-section--disabled h3 {
    color: #b8b8b8;
    font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.toc-section--missing-info h3 {
    color: #d9534f;
    margin-bottom: 0;
}

.toc-missing-info-marker {
    float: left;
    font-size: 1.1em;
    margin-left: -25px;
    position: relative;
    top: -1px;
}

.toc-toggle {
    border: 1px solid #7f7f7e;
    border-radius: 50%;
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin-left: -25px;
    text-align: center;
    position: relative;
    top: -1px;
}

.toc-toggle .toc-toggle-bar {
    background-color: #7f7f7e;
    display: block;
    height: 1px;
    width: 70%;
    position: absolute;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    top: 48%;
    left: 2px;
}

.toc-toggle .toc-toggle-bar + .toc-toggle-bar {
    opacity: 0;
}

.collapsed .toc-toggle .toc-toggle-bar {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.collapsed .toc-toggle .toc-toggle-bar + .toc-toggle-bar {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}
.field-required {
    color: #d9534f;
}

#PatientBillingAddressState_chosen{
    margin-bottom: 10px;
}

.btn-newcase {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    display: inline-block;
    border: 1px solid #939598;
    border-radius: 5px;
    color: #231f20;
    cursor: pointer;
    height: 22px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.input-has-error {
    border-color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -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.checkbox-inline label {
    color: #a94442;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #939799;
}

.case-fulfillment--description {
    font-size: .9em;
    line-height: 1.4;
}

.case-fulfillment--reveal {
    margin-left: 20px;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
}

.case-fulfillment--reveal h5 {
    margin-top: 0;
}

.case-fulfillment--reveal label {
    font-family: "Frutiger", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.case-fulfillment--bb {
    margin-bottom: 30px;
}

.case-fulfillment--sp {
    margin-bottom: 30px;
}
.case-fulfillment--pap{
    margin-bottom: 30px;
}

.case-fulfillment--bb.disabled {
    color: #777777;
}

.case-fulfillment--bb.disabled h4 {
    color: #777777;
}

.case-content .input-width {
    height: 26px;
    width: 50%;
}

.new-case-summary p {
    font-size: .8em;
    margin-bottom: 5px;
}

.new-case-summary h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.new-case-summary .new-case-summary--fullfillment {
    font-size: 1.1em;
}

.new-case-summary .new-case-summary--indent {
    padding-left: 30px;
}

.case-content .btn-primary[disabled],
.case-content .btn-primary[disabled]:hover {
    background-color: #e4e4e1;
    color: #8f8f83;
    cursor: not-allowed;
    border-color: #8f8f83;
}

#PapNumberOfPeopleInHouseholdDropDown_chosen {
    margin-bottom: 10px;
    display: block !important;
}

.case-requiring-action,
.case-incomplete-drafts {
    font-size: .85em;
    padding-bottom: 10px;
    position: relative;
}

.case-requiring-action h3,
.case-incomplete-drafts h3 {
    font-family: "FrutigerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25em;
    margin: 0 0 5px;
}

    .case-requiring-action p,
    .case-incomplete-drafts p {
        margin-bottom: 5px;
    }

.case-incomplete-drafts-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.case-requiring-action,
.case-incomplete-drafts {
    font-size: .85em;
    padding-bottom: 10px;
    position: relative;
    color: #000000 !important;
}
.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.well__no-bkg {
    background: none;
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.well-accent,
.well-accent__outline {
    border-color: #e6002a;
}

.well-accent__outline {
    background-color: transparent;
}

.well a:hover {
    color: #b30021;
    text-decoration: underline;
}

.table-recently-completed .caseID {
    width: 90px;
    white-space: nowrap;
}

.table-recently-completed .person {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-recently-completed .archive {
    text-align: center;
    width: 60px;
}

.table-recently-completed .archive a {
    color: #585c5c;
}

.table-recently-completed th.caseID,
.table-recently-completed th.person,
.table-recently-completed th.archive {
    color: #e6002a;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-recently-completed > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.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;
}

.nameGroup-w-130px {
    width: 130px !important;
}

.case-requiring-action {
    cursor: pointer;
}

.case-requiring-action:hover {
    background-color: #b6111f;
}

/* Organization ModalPopup (background) */
.modal {
 display: none; /* Hidden by default */
 position: fixed; /* Stay in place */
 z-index: 1; /* Sit on top */
 padding-top: 100px; /* Location of the box */
 left: 0;
 top: 0;
 width: 100%; /* Full width */
 height: 100%; /* Full height */
 overflow: auto; /* Enable scroll if needed */
 background-color: rgb(0,0,0); /* Fallback color */
 background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.org-report-error {
    display: flex;
    margin: 15px 0px 15px 0px;
    display: none;
}

.org-report-flex-style {
    display: flex;
}

.org-report-width-200 {
    width: 200px;
}

.org-report-select-buttons {
    background-color: #e4e4e1;
    border-bottom: 1px solid #939598;
    font-size: 1.25em;
}

.org-report-flex-margin {
    display: flex;
    margin: 15px 0px 15px 0px;
}

.org-report-date-control {
    width: 250px;
    display: flex;
    justify-content: center
}

.org-report-width-450 {
    width: 450px;
}

.org-report-width-900 {
    width: 900px;
}

.org-report-margin-5 {
    margin-right: 5px
}

.org-report-line-seperator {
    border-top: 1px solid #bbb;
    margin: 20px 0px 20px 0px;
    width: 427px;
}

.org-report-label {
    font-size: 15px;
    font-weight: bold
}

.org-report-desc {
    display: flex;
    margin: 10px 0px 20px 0px;
}

.org-report-export-buttons {
    width: 250px;
    display: flex;
    justify-content: flex-end;
    padding-right: 25px;
}

.billing-reconciliation-report-billing-only-records--card,
.billing-reconciliation-report-tolmar-only-records--card,
.billing-reconciliation-report-reconciled-records--card {
    margin-top: 10px;
    margin-bottom: 15px;
}

.billing-reconciliation-report-billing-only-records--card .card-header, .billing-reconciliation-report-billing-only-records--card .card-header button {
    background-color: red;
    color: white;
    text-align: center;
    width: 100%;
    height: 30px;
    font-size: 13px;
}

.billing-reconciliation-report-tolmar-only-records--card .card-header, .billing-reconciliation-report-tolmar-only-records--card .card-header button {
    background-color: yellow;
    text-align: center;
    width: 100%;
    height: 30px;
    font-size: 13px;
}

.billing-reconciliation-report-reconciled-records--card .card-header, .billing-reconciliation-report-reconciled-records--card .card-header button {
    background-color: black;
    color: white;
    text-align: center;
    width: 100%;
    height: 30px;
    font-size: 13px;
}

.billing-reconciliation-report-billing-only-records--card .card-header :hover {
    background-color: #c80000;
    color: white;
    text-align: center;
    width: 100%;
    height: 30px;
    cursor: pointer;
}

.billing-reconciliation-report-tolmar-only-records--card .card-header :hover {
    background-color: #d7d700;
    text-align: center;
    width: 100%;
    height: 30px;
    cursor: pointer;
}

.billing-reconciliation-report-reconciled-records--card .card-header :hover {
    background-color: #4b4b4b;
    color: white;
    text-align: center;
    width: 100%;
    height: 30px;
    cursor: pointer;
}

.billing-reconciliation-report-billing-only-records--card .card-header.collapsed button:after,
.billing-reconciliation-report-reconciled-records--card .card-header.collapsed button:after {
    content: '\002B';
    float: right;
    margin-right: 10px;
    font-size: 16px;
    color: white;
}

.billing-reconciliation-report-billing-only-records--card .card-header button:after,
.billing-reconciliation-report-reconciled-records--card .card-header button:after {
    content: "\2212";
    float: right;
    margin-right: 10px;
    font-size: 16px;
    color: white;
}

.billing-reconciliation-report-tolmar-only-records--card .card-header.collapsed button:after {
    content: '\002B';
    float: right;
    margin-right: 10px;
    font-size: 16px;
    color: red;
}

.billing-reconciliation-report-tolmar-only-records--card .card-header button:after {
    content: "\2212";
    float: right;
    margin-right: 10px;
    font-size: 16px;
    color: red;
}
