/* Minification failed. Returning unminified contents.
(18458,38): run-time error CSS1036: Expected expression, found ';'
(19070,6164): run-time error CSS1030: Expected identifier, found '.'
(19070,6218): run-time error CSS1031: Expected selector, found ')'
(19070,6218): run-time error CSS1025: Expected comma or open brace, found ')'
(19070,10806): run-time error CSS1030: Expected identifier, found '.'
(19070,10838): run-time error CSS1031: Expected selector, found ')'
(19070,10838): run-time error CSS1025: Expected comma or open brace, found ')'
(19070,10973): run-time error CSS1030: Expected identifier, found '.'
(19070,11015): run-time error CSS1031: Expected selector, found ')'
(19070,11015): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*! 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 {
  -moz-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"], /* 1 */
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"] {
  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 */
  -moz-box-sizing: content-box;
  -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;
}

/*!
 * bootswatch v3.3.5
 * Homepage: http://bootswatch.com
 * Copyright 2012-2015 Thomas Park
 * Licensed under MIT
 * Based on Bootstrap
*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../../fonts/glyphicons-halflings-regular.eot");
  src: url("../../fonts/glyphicons-halflings-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/glyphicons-halflings-regular.woff2") format("woff2"),
    url("../../fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("../../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
      format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #454f5b;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  font-family: "Roboto";
  color: #5243aa;
  font-size: 14px;
}

a:hover,
a:focus {
  color: #6c969d;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #dddddd;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-weight: bold;
  font-size: 22px;
}

h2,
.h2 {
  font-weight: normal;
  font-size: 16px;
}

h3,
.h3 {
  font-size: 26px;
}

h4,
.h4 {
  font-size: 19px;
}

h5,
.h5 {
  font-size: 15px;
}

h6,
.h6 {
  font-size: 13px;
}

p {
  margin: 0 0 10.5px;
}

.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}

small,
.small {
  font-size: 80%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #008cba;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #6554c0;
}

.text-success {
  color: #43ac6a;
}

a.text-success:hover,
a.text-success:focus {
  color: #358753;
}

.text-info {
  color: #5bc0de;
}

a.text-info:hover,
a.text-info:focus {
  color: #31b0d5;
}

.text-warning {
  color: #e99002;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #b67102;
}

.text-danger {
  color: #f04124;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #d32a0e;
}

.bg-primary {
  color: #fff;
  background-color: #008cba;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #6554c0;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #dddddd;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 21px;
}

dt,
dd {
  line-height: 1.4;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #dddddd;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.4;
  color: #6f6f6f;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #dddddd;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.4;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@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;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.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-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-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@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-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@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-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@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-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

table {
  background-color: #fff;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 9px;
  font-size: 15px;
  line-height: 1.4;
  color: #6f6f6f;
}

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #6f6f6f;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -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,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #6554c0;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(101, 84, 192, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(101, 84, 192, 0.6);
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 39px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 36px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 60px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 36px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 36px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm {
  height: 36px;
  line-height: 36px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 36px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 36px;
  min-height: 33px;
  padding: 9px 12px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 60px;
  padding: 16px 20px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-lg {
  height: 60px;
  line-height: 60px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 60px;
  padding: 16px 20px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 0;
}

.form-group-lg select.form-control {
  height: 60px;
  line-height: 60px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 60px;
  min-height: 40px;
  padding: 17px 20px;
  font-size: 19px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 48.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #43ac6a;
}

.has-success .form-control {
  border-color: #43ac6a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #358753;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #85d0a1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #85d0a1;
}

.has-success .input-group-addon {
  color: #43ac6a;
  border-color: #43ac6a;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #43ac6a;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #e99002;
}

.has-warning .form-control {
  border-color: #e99002;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #b67102;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #febc53;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #febc53;
}

.has-warning .input-group-addon {
  color: #e99002;
  border-color: #e99002;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #e99002;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #f04124;
}

.has-error .form-control {
  border-color: #f04124;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #d32a0e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f79483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f79483;
}

.has-error .input-group-addon {
  color: #f04124;
  border-color: #f04124;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #f04124;
}

.has-feedback label ~ .form-control-feedback {
  top: 26px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    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;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 22.3333328px;
    font-size: 19px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 9px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #707070 !important;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #6554c0 !important;
  background-color: #f4f7fb;
  font-weight: 600 !important;
}

.btn-default:focus,
.btn-default.focus {
  color: #6554c0;
  background-color: #f4f7fb;
}

.btn-default:hover {
  color: #6554c0;
  background-color: #f4f7fb;
  border: 1px #6554c0 solid;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #6554c0;
  background-color: #f4f7fb;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #6554c0;
  background-color: #f4f7fb;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f4f7fb;
}

.btn-default .badge {
  color: #6554c0;
  background-color: #f4f7fb;
}

.btn-primary {
  color: #ffffff;
  background-color: #4c39c2;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #5439be;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #5439be;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #6554c0;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #6554c0;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  color: #a5adba;
  background-color: #f5f6f7;
}

.btn-primary .badge {
  color: #a5adba;
  background-color: #f5f6f7;
}

.btn-success {
  color: #ffffff !important;
  background-color: #358273;
  font-weight: 600 !important;
}

.btn-success:focus,
.btn-success.focus {
  background-color: #006e5c;
}

.btn-success:hover {
  background-color: #006e5c;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #42526e;
  background-color: #c7eae2;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #42526e;
  background-color: #c7eae2;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #a5adba;
  border-color: #f5f6f7;
}

.btn-success .badge {
  color: #a5adba;
  background-color: #f5f6f7;
}

.btn-info {
  color: #6554c0 !important;
  background-color: #f4f7fb;
  font-weight: 600 !important;
}

.btn-info:focus,
.btn-info.focus {
  color: #6554c0;
  background-color: #f4f7fb;
}

.btn-info:hover {
  color: #6554c0;
  background-color: #f4f7fb;
  border: 1px #6554c0 solid;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #6554c0;
  background-color: #f4f7fb;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #6554c0;
  background-color: #f4f7fb;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #f4f7fb;
}

.btn-info .badge {
  color: #6554c0;
  background-color: #f4f7fb;
}

.btn-warning {
  color: #fff;
  background-color: #eb9c00;
  font-weight: 600 !important;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #454f5b;
  background-color: #eb9c00;
}

.btn-warning:hover {
  color: #454f5b;
  background-color: #ffbd2e;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #454f5b;
  background-color: #ffbd2e;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #454f5b;
  background-color: #eb9c00;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #e99002;
}

.btn-warning .badge {
  color: #e99002;
  background-color: #ffffff;
}

.btn-danger {
  color: #ffffff !important;
  background-color: #dc3545;
  font-weight: 600 !important;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #d80026;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #d80026;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fdfdfd;
  background-color: #ff5f58;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fdfdfd;
  background-color: #ff5f58;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #de350b;
}

.btn-danger .badge {
  color: #de350b;
  background-color: #fdfdfd;
}

.btn-link {
  color: #008cba;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #008cba;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 16px 20px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  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;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4;
  color: #555555;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #eeeeee;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #008cba;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.4;
  color: #999999;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-right: 15px;
  margin-left: 15px;
}

.btn-toolbar-lg {
  margin-left: -5px;
}

.btn-toolbar-lg .btn,
.btn-toolbar-lg .btn-group,
.btn-toolbar-lg .input-group {
  float: left;
}

.btn-toolbar-lg > .btn,
.btn-toolbar-lg > .btn-group,
.btn-toolbar-lg > .input-group {
  margin-right: 30px;
  margin-bottom: 10px;
  max-width: 300px;
  min-width: 280px;
}

.btn-toolbar-vertical {
  margin-left: -5px;
}

.btn-toolbar-vertical .btn,
.btn-toolbar-vertical .btn-group,
.btn-toolbar-vertical .input-group {
  width: 100%;
}

.btn-toolbar-vertical > .btn,
.btn-toolbar-vertical > .btn-group,
.btn-toolbar-vertical > .input-group {
  margin-top: 30px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 60px;
  padding: 16px 20px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 60px;
  line-height: 60px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  line-height: 36px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 8px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #6f6f6f;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0;
}

.input-group-addon.input-sm {
  padding: 8px 12px;
  font-size: 12px;
  border-radius: 0;
}

.input-group-addon.input-lg {
  padding: 16px 20px;
  font-size: 19px;
  border-radius: 0;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #008cba;
}

.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.4;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #6f6f6f;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #5243aa !important;
  fill: #5243aa !important;
  background-color: #ecedf0 !important;
  border: 0 !important;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  margin-left: 26px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 11px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 5.5px;
  margin-bottom: 5.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}

.navbar-btn.btn-sm {
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}

.navbar-btn.btn-xs {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}

.navbar-text {
  margin-top: 12px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #333333;
  border-color: #222222;
}

.navbar-default .navbar-brand {
  color: #ffffff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #272727;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #272727;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #222222;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #272727;
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #272727;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #272727;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #ffffff;
}

.navbar-default .navbar-link:hover {
  color: #ffffff;
}

.navbar-default .btn-link {
  color: #ffffff;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ffffff;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

.navbar-inverse {
  background-color: #382b59;
  border-color: #6554c0;
}

.navbar-inverse .navbar-brand {
  color: #ffffff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #6554c0;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #6554c0;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #007196;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #6554c0;
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #6554c0;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #6554c0;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #6554c0;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #6554c0;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #ffffff;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.navbar-inverse .btn-link {
  color: #ffffff;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #999999;
}

.breadcrumb > .active {
  color: #333333;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0px 0px;
  line-height: 1.4;
  text-decoration: none;
  color: #008cba;
  background-color: transparent;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin-left: -1px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #008cba;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #008cba;
  border-color: #ddd;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 16px 20px;
  font-size: 19px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: transparent;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #008cba;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #6554c0;
}

.label-success {
  background-color: #43ac6a;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #358753;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #e99002;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #b67102;
}

.label-danger {
  background-color: #f04124;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d32a0e;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #008cba;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #008cba;
  background-color: #ffffff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #fafafa;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #e1e1e1;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 68px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.4;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #008cba;
}

.thumbnail .caption {
  padding: 9px;
  color: #222222;
}

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #43ac6a;
  border-color: #3c9a5f;
  color: #ffffff;
}

.alert-success hr {
  border-top-color: #358753;
}

.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
  background-color: #6554c0;
  border-color: #6554c0;
  color: #ffffff;
}

.alert-info hr {
  border-top-color: #2aabd2;
}

.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-warning {
  background-color: #e99002;
  border-color: #d08002;
  color: #ffffff;
}

.alert-warning hr {
  border-top-color: #b67102;
}

.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-danger {
  background-color: #f04124;
  border-color: #ea2f10;
  color: #ffffff;
}

.alert-danger hr {
  border-top-color: #d32a0e;
}

.alert-danger .alert-link {
  color: #e6e6e6;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  background-color: #008cba;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #43ac6a;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-warning {
  background-color: #e99002;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-danger {
  background-color: #f04124;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

a.list-group-item,
button.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
  cursor: not-allowed;
}

.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: #999999;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #008cba;
  border-color: #008cba;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #87e1ff;
}

.list-group-item-success {
  color: #43ac6a;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #43ac6a;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #43ac6a;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #43ac6a;
  border-color: #43ac6a;
}

.list-group-item-info {
  color: #5bc0de;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #5bc0de;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #5bc0de;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.list-group-item-warning {
  color: #e99002;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #e99002;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #e99002;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #e99002;
  border-color: #e99002;
}

.list-group-item-danger {
  color: #f04124;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #f04124;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #f04124;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #f04124;
  border-color: #f04124;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 21px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  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 #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.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: -1;
  border-top-left-radius: -1;
}

.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: -1;
  border-bottom-left-radius: -1;
}

.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.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: -1;
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .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
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}

.panel > .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
  td:first-child,
.panel > .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
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: -1;
}

.panel > .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
  td:last-child,
.panel > .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
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: -1;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .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
  > tfoot:last-child
  > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}

.panel > .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
  td:first-child,
.panel > .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
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: -1;
}

.panel > .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
  td:last-child,
.panel > .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
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: -1;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}

.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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: 21px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.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 #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #008cba;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #008cba;
  border-color: #008cba;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #008cba;
}

.panel-primary > .panel-heading .badge {
  color: #008cba;
  background-color: #ffffff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #008cba;
}

.panel-success {
  border-color: #3c9a5f;
}

.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #43ac6a;
  border-color: #3c9a5f;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3c9a5f;
}

.panel-success > .panel-heading .badge {
  color: #43ac6a;
  background-color: #ffffff;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3c9a5f;
}

.panel-info {
  border-color: #3db5d8;
}

.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #3db5d8;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3db5d8;
}

.panel-info > .panel-heading .badge {
  color: #5bc0de;
  background-color: #ffffff;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3db5d8;
}

.panel-warning {
  border-color: #d08002;
}

.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #e99002;
  border-color: #d08002;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d08002;
}

.panel-warning > .panel-heading .badge {
  color: #e99002;
  background-color: #ffffff;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d08002;
}

.panel-danger {
  border-color: #ea2f10;
}

.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #f04124;
  border-color: #ea2f10;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ea2f10;
}

.panel-danger > .panel-heading .badge {
  color: #f04124;
  background-color: #ffffff;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ea2f10;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 0;
}

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.4px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.4;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 5px auto;
  }

  .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);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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: #ffffff;
  text-align: center;
  background-color: #333333;
  border-radius: 0;
}

.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: #333333;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333333;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333333;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #333333;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #333333;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  background-color: #333333;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #333333;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #333333;
  border-bottom: 1px solid #262626;
  border-radius: -1 -1 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #000000;
  border-top-color: rgba(0, 0, 0, 0.05);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #333333;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #000000;
  border-right-color: rgba(0, 0, 0, 0.05);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #333333;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #000000;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #333333;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #000000;
  border-left-color: rgba(0, 0, 0, 0.05);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #333333;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.navbar {
  border: none;
  font-size: 13px;
  font-weight: 300;
}

.navbar .navbar-toggle:hover .icon-bar {
  background-color: #b3b3b3;
}

.navbar-collapse {
  border-top-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar .btn {
  padding-top: 6px;
  padding-bottom: 6px;
}

.navbar-form {
  margin-top: 7px;
  margin-bottom: 5px;
}

.navbar-form .form-control {
  height: auto;
  padding: 4px 6px;
}

.navbar .dropdown-menu {
  border: none;
}

.navbar .dropdown-menu > li > a,
.navbar .dropdown-menu > li > a:focus {
  background-color: transparent;
  font-size: 13px;
  font-weight: 300;
}

.navbar .dropdown-header {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-default .dropdown-menu {
  background-color: #333333;
}

.navbar-default .dropdown-menu > li > a,
.navbar-default .dropdown-menu > li > a:focus {
  color: #ffffff;
}

.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:hover {
  background-color: #272727;
}

.navbar-inverse .dropdown-menu {
  background-color: #008cba;
}

.navbar-inverse .dropdown-menu > li > a,
.navbar-inverse .dropdown-menu > li > a:focus {
  color: #ffffff;
}

.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > .active > a,
.navbar-inverse .dropdown-menu > .active > a:hover {
  background-color: #6554c0;
}

.btn {
  padding: 8px 12px;
}

.btn-lg {
  padding: 16px 20px;
}

.btn-sm {
  padding: 8px 12px;
}

.btn-xs {
  padding: 4px 6px;
}

.btn-group .btn ~ .dropdown-toggle {
  padding-left: 16px;
  padding-right: 16px;
}

.btn-group .dropdown-menu {
  border-top-width: 0;
}

.btn-group.dropup .dropdown-menu {
  border-top-width: 1px;
  border-bottom-width: 0;
  margin-bottom: 0;
}

.btn-group .dropdown-toggle.btn-default ~ .dropdown-menu {
  background-color: #e7e7e7;
  border-color: #cccccc;
}

.btn-group .dropdown-toggle.btn-default ~ .dropdown-menu > li > a {
  color: #333333;
}

.btn-group .dropdown-toggle.btn-default ~ .dropdown-menu > li > a:hover {
  background-color: #d3d3d3;
}

.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu {
  background-color: #008cba;
  border-color: #0079a1;
}

.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu > li > a {
  color: #ffffff;
}

.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu > li > a:hover {
  background-color: #006d91;
}

.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu {
  background-color: #43ac6a;
  border-color: #3c9a5f;
}

.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu > li > a {
  color: #ffffff;
}

.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu > li > a:hover {
  background-color: #388f58;
}

.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu > li > a {
  color: #ffffff;
}

.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu > li > a:hover {
  background-color: #39b3d7;
}

.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu {
  background-color: #e99002;
  border-color: #d08002;
}

.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu > li > a {
  color: #ffffff;
}

.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu > li > a:hover {
  background-color: #c17702;
}

.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu {
  background-color: #f04124;
  border-color: #ea2f10;
}

.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu > li > a {
  color: #ffffff;
}

.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu > li > a:hover {
  background-color: #dc2c0f;
}

.lead {
  color: #6f6f6f;
}

cite {
  font-style: italic;
}

blockquote {
  border-left-width: 1px;
  color: #6f6f6f;
}

blockquote.pull-right {
  border-right-width: 1px;
}

blockquote small {
  font-size: 12px;
  font-weight: 300;
}

table {
  font-size: 12px;
}

label,
.control-label,
.help-block,
.checkbox,
.radio {
  font-size: 12px;
  font-weight: normal;
}

input[type="radio"],
input[type="checkbox"] {
  margin-top: 1px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent;
}

.nav-tabs > li > a {
  background-color: #e7e7e7;
  color: #222222;
}

.nav-tabs .caret {
  border-top-color: #222222;
  border-bottom-color: #222222;
}

.nav-pills {
  font-weight: 300;
}

.breadcrumb {
  border: 1px solid #dddddd;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
}

.pagination {
  font-weight: 300;
  color: #999999;
  border-radius: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  box-sizing: border-box;
}

.pagination > li > a,
.pagination > li > span {
  margin-left: -1px;
  color: #999999;
}

.pagination > .active > a,
.pagination > .active > span {
  color: #fff;
}

.pagination > li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li > span,
.pagination > li:first-child > span,
.pagination > li:last-child > span {
  border-radius: 0px;
}

.pagination-lg > li > a {
  padding-left: 22px;
  padding-right: 22px;
}

.pagination-sm > li > a {
  padding: 0 5px;
}

.pager {
  font-size: 12px;
  font-weight: 300;
  color: #999999;
}

.list-group {
  font-size: 12px;
  font-weight: 300;
}

.close {
  opacity: 0.4;
  text-decoration: none;
  text-shadow: none;
}

.close:hover,
.close:focus {
  opacity: 1;
}

.alert {
  font-size: 12px;
  font-weight: 300;
}

.alert .alert-link {
  font-weight: normal;
  color: #fff;
  text-decoration: underline;
}

.label {
  border-radius: 3px;
  font-weight: 100;
  display: inline;
  width: 100%;
  float: left;
  padding: 6px 5px;
  margin-bottom: 1px;
}

.label.label-sm.bg-blue.round {
  position: absolute;
  margin-top: 1px;
  margin-left: 8px;
  max-width: 30px;
  height: 15px;
  background-color: #0052cc;
  border-radius: 10px;
  line-height: 0.4;
}

.label-icon {
  width: 35%;
  float: left;
}

.label-md {
  width: 55%;
  float: right;
}

@media (min-width: 998px) {
  .label-icon {
    width: 25%;
    float: left;
  }

  .label-md {
    width: 65%;
    float: right;
  }
}

@media (min-width: 1200px) {
  .label-icon {
    width: 20%;
    float: left;
  }

  .label-md {
    width: 75%;
    float: right;
  }
}

@media (min-width: 1921) {
  .label-icon {
    width: 5%;
    float: left;
  }

  .label-md {
    width: 90%;
    float: right;
  }
}

.label-default {
  background-color: #e7e7e7;
  color: #333333;
}

.badge {
  font-weight: 300;
}

.progress {
  height: 22px;
  padding: 2px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu {
  padding: 0;
  margin-top: 0;
  font-size: 12px;
}

.dropdown-menu > li > a {
  padding: 12px 15px;
}

.dropdown-header {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 9px;
  text-transform: uppercase;
}

.popover {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.panel-heading,
.panel-footer {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-default .close {
  color: #222222;
}

.modal .close {
  color: #222222;
}

.content {
  width: 100%;
  margin: 0px auto;
}

.embed-container {
  height: 0;
  width: 100%;
  padding-bottom: 90%;
  overflow: hidden;
  position: relative;
}

.embed-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 992px) {
  .modal-xlg {
    z-index: 1050;
    width: 1100px;
  }
}

.request-filter-text-input {
  background: white;
  box-shadow: none;
  border-color: #e8e8e8;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  min-height: 40px;
  padding-left: 8px;
}

.request-filter-text-input::placeholder {
  color: hsl(0, 0%, 50%);
}

.request-filter-date-input {
  overflow: visible !important;
  background: white;
  border: solid;
  border-radius: 5px;
  border-width: 1px;
  border-color: #e8e8e8;
  padding: 20px;
}

.preferred-provider-link{
  color: #6554c0 !important;
}

@charset "UTF-8";

.fix-header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 100;
}

.body {
    background-color: white; /* if want entire background changed, apply color to entire body element */
}

.container {
    padding: 0;
}

/*Text Emphasis*/

.yellow {
    color: #f7d82f;
    font-weight: 800;
}

.bold-text {
    font-weight: 800;
}

.top-header {
    width: 100%;
    min-height: 400px
}

/*Nav Bar*/
.navbar-brand-center img {
    float: left;
    margin-right: 5px;
    margin-left: 8px;
    margin-top: 0;
}

.navbar-header .icon-bar {
    background-color: white;
}

.navbar ul.nav {
    float: left;
}

.navbar ul.navbar-right {
    float: right;
}

    .navbar ul.navbar-right a {
        font-weight: 400;
    }

@media (max-width: 767px) {
    .navbar ul.nav {
        width: 100%;
    }
}

.navbar {
    margin-bottom: 0;
    font-size: 15.5px;
    position: relative;
}

.navbar {
    margin-bottom: 0;
    font-size: 15.5px;
    position: relative;
}

.navbar-header-dark {
    padding: 8px;
}

.navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
}

/*.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 27px;
}*/

.navbar-brand {
    margin-top: 16px;
    margin-bottom: 16px;
}

.navbar-brand-center,
.navbar-brand-center:hover,
.navbar-brand-center:focus {
    font-size: 26px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 400;
    position: absolute;
    left: 47%;
    margin-left: -50px !important; /* 50% of your logo width */
    display: inline-block;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.navbar-brand-dark {
    font-size: 27px;
}

.navbar-nav .dropdown .glyphicon-chevron-right {
    margin-left: 6px;
    transform: rotate(90deg);
}

.navbar-right .glyphicon-user {
    color: rgb(177,225,238);
}

.navbar-right .glyphicon-log-in {
    color: rgb(177,225,238);
}

.navbar-right .glyphicon-home {
    color: rgb(177,225,238);
}

.navbar-right .glyphicon-briefcase {
    color: rgb(177,225,238);
}

.navbar-right-dark {
    margin-right: 2px;
}

    .navbar-right-dark .glyphicon-log-in,
    .navbar-right-dark .glyphicon-briefcase,
    .navbar-right-dark .glyphicon-home {
        color: #FBF0C9;
    }

.navbar-brand-center {
    font-size: 26px;
}

.navbar-inverse-dark {
    background-color: #00384a;
    border-bottom: solid 2px #f4d76b;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

    .navbar-inverse-dark li {
        padding: 8px 0;
    }

    .navbar-inverse-dark .navbar-nav > li > a:hover,
    .navbar-inverse-dark .navbar-nav > li > a:focus,
    .navbar-inverse-dark .navbar-nav > li > a:active,
    .navbar-inverse-dark .navbar-nav > li.get-started.log-in > a:hover,
    .navbar-inverse-dark .navbar-nav > li.get-started.log-in > a:focus,
    .navbar-inverse-dark .navbar-nav > li.get-started.log-in > a:active {
        color: #F7D200 !important;
        /*background-color: #456E7B;*/
        background-color: #01181F;
    }

    .navbar-inverse-dark li:hover,
    .navbar-inverse-dark li:focus,
    li.get-started.log-in:hover,
    li.get-started.log-in:focus {
        /*background-color: #456E7B;*/
        background-color: #01181F;
    }

li.log-in {
    padding-top: 10px;
}


.log-in {
    padding-top: 6px;
}

li.log-in:hover {
    color: #ffffff;
    background-color: #006687;
}

/*li.nav-business a{
    background-color: #00384a;

}*/

li.signin {
    margin-right: 20px;
}

.navbar-inverse .navbar-nav > li.nav-business > a:hover, .navbar-inverse .navbar-nav > li.nav-business > a:focus {
    background-color: #006688;
}

nav.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar .container {
    width: 100%;
}

.btn-enterprise {
    border: 1px #fff solid;
    background-color: #006687;
    color: #fff;
    padding-top: 5px;
    padding-left: 15px;
    margin-top: 6.5px;
}

.btn-enterprise-dark {
    border: 2px #fff solid;
    background: #00384a;
    color: #fff;
    margin-top: 5px;
    font-weight: bold;
    margin-top: 2%;
}

.btn-enterprise:hover, .btn-enterprise:active, .btn-enterprise:focus {
    border: 1px #00384a solid;
    background: #008cba;
    color: #fff;
}


a.btn-signup-small {
    padding-top: 5px;
    padding-left: 15px;
    margin-top: 6.5px;
    margin-right: 60px;
    background-color: #F7D82F;
    border-color: #F7D82F;
    color: #00384a !important;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    border-radius: 4px;
}

    a.btn-signup-small:hover {
        color: #ffffff !important;
        background-color: rgb(135, 80, 161) !important;
        border-color: rgb(135, 80, 161);
    }

.get-started a.btn-signup-small {
    padding: 10px 10px !important;
    background-color: #F7D82F;
    border-color: #01181F;
    color: #00384a;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 5px;
    border-radius: 4px;
}

.get-started a.small-dark {
    color: #f4d76a !important;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    margin-top: 2%;
}

/*.navbar-inverse .navbar-nav > li.get-started > a:hover
, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent !important;
}*/

li.selected.get-started {
    border-bottom: none;
}

.content-head {
    background: #008cba;
}

.main-tagline {
    overflow: hidden;
}

section.main-subtitle {
    position: relative; /*Dont forget, we position relative the outer/surrounding tag and position absolute the inner tag, so inner tag moves in reference to outer tag*/
}

.main-subtitle h1 {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 125px;
    color: rgb(0,56,74);
    font-size: 45px;
    background-color: rgba(255,255,255,0.25);
    padding-top: 10px;
    padding-bottom: 10px;
}

.call-bar * {
    display: inline-block; /*makes things display like block, but behaves like text so that you can align center it, or do whatever */
}

aside.call-bar h4 {
    margin-right: 20px;
}

.btn-bright {
    background-color: #4C39C2;
    color: #ffffff;
}

    .btn-bright:hover, .btn-bright:focus {
        background-color: #5439BE;
        color: #ffffff;
    }

.btn-170px {
    width: 170px !important;
}


section.image-section {
    position: relative;
}

.overlay {
    color: rgb(0,56,74);
    position: absolute; /*makes it float, position:absolute makes it not take up space in container, can be placed on top/behind/outside of container*/
    text-align: center;
    padding: 20px;
    height: 100%;
    width: 340px; /*FIX*/
    background-color: rgba(255,255,255,0.25);
    z-index: 10; /*makes it float, using zindex*/
    top: 0;
}

.mainpage-1 { /* also targets the div, but positions it*/
    right: 0px;
    border-right: 20px solid rgb(65,138,179);
}

.mainpage-2 {
    left: 0px;
    border-left: 20px solid rgb(65,138,179);
}

section.image-section h4 {
    line-height: 25px;
    font-size: 17px;
}

section.image-section h2 {
    padding-top: 40px;
    padding-bottom: 10px;
}

section.mainpage-1 h2 {
    padding-top: 63px;
}

.image-section .btn {
    margin-top: 20px;
    font-size: 17px;
}

div.line-accent {
    width: 180px;
    margin: 10px auto; /*Left and right margin auto centers a div, any BLOCK element */
    border-bottom: solid 1px rgb(226,180,18);
}

.footer-1 {
    background-color: #008cba;
    border-top: solid 2px rgb(244,215,107);
    padding-top: 9px;
    padding-bottom: 9px;
}

.copyright img {
    margin-bottom: 5px;
}

.social-media {
    line-height: 0px;
    text-align: left;
    padding-left: 28px;
}

    .social-media a {
        display: inline-block;
        width: 50px;
        height: 50px;
        margin: 0px 5px;
    }

    .social-media .linkedin {
        background-image: url("Images/social-media/2.png");
        background-size: 100%;
    }

    .social-media .twitter {
        background-image: url("Images/social-media/2b.png");
        background-size: 100%;
    }

    .social-media .linkedin:hover {
        background-image: url("Images/social-media/1.png");
    }

    .social-media .twitter:hover {
        background-image: url("Images/social-media/1b.png");
    }

.footer-1 .subscribe {
    text-align: right;
    padding-right: 15px;
}

.subscribe form {
    margin-top: 5px;
}

/*.footer-1 .subscribe input.form-control{
	height: 34px;
}

.footer-1 .subscribe .btn{
	padding: 4px 12px;
	height: 34px;
}

.footer-1 .subscribe input {
	width: 225px;
}

.footer-1 .subscribe label{
	margin-bottom: 0px;
	margin-right: 5px;
	font-size: 18px;
	position: relative;
	top: 3px;
	color: rgb(226,180,18);
}

.footer-1 .subscribe .btn-primary:hover{
    color: #ffffff;
    background-color: #006687;
    border-color: #004b63;
}

.footer-1 .subscribe .btn-primary .glyphicon-envelope{
    color: rgb(21,88,109);
	position: relative;
	top:2px;
}

.footer-1 .subscribe .btn-primary:hover .glyphicon-envelope{
    color: #ffffff;
}*/
.footer-center {
    width: 60%;
    margin: 0 auto;
}

.footer-2 {
    border-top: solid 1px #E8E8E8;
    background-color: #F4F5F7;
    padding-top: 20px;
    padding-bottom: 25px;
    margin: 0 auto;
}

/*.footer-2 .contact h4 {
        margin-top: 0px;
        font-size: 23px;
        color: white;
        font-weight: 400;
    }*/

.horizontal-line {
    border-top: 2px solid #E8E8E8;
    margin-bottom: 5px;
    width: 90%;
}

.footer-2 .contact p {
    margin-bottom: 2px;
    font-size: 13.5px;
    color: #5243AA;
}

.footer-2 .contact h4 {
    color: #5243AA;
}

.footer-2 .contact i {
    margin-top: 20px;
    margin-right: 5px;
    font-size: 40px;
}

.footer-2 aside.resources, .footer-2 aside.community {
    padding-left: 35px;
}

.footer-2 .resources > p, .footer-2 .community > p {
    margin-bottom: 6px;
    color: #5243AA;
    font-size: 17px;
    font-weight: 600;
}

.footer-2 .resources a p, .footer-2 .community a p {
    margin-bottom: 5px;
    color: #5243AA;
}

.footer-2 aside.search {
    text-align: right;
    padding-right: 30px;
}

    .footer-2 aside .search .btn-primary {
        border-color: #008cba;
    }

        .footer-2 aside .search .btn-primary:hover {
            border-color: #004b63;
        }

.footer-2 h5.copyright {
    text-align: center;
    margin-top: 30px;
}

section.content-head div.overlay {
    text-align: right;
    padding-right: 52px;
}

    section.content-head div.overlay h2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

section.how-it-works-head > div {
    padding-top: 155px;
}

section.how-it-works-head img {
    margin-top: 55px;
}

section.content-head .btn-bright:hover {
    border-color: rgb(0,102,135);
}

.how-it-works .overview {
    background-color: #E7E7E7;
    text-align: center;
    padding-bottom: 30px;
    color: #ffffff;
    font-size: 22px;
    position: relative;
}

    .how-it-works .overview a {
        color: inherit; /*This means that the links won't change to link color, instead they'll inherit color from parents, and parent is  column, whose parent is row, whose parent is article.overview who is WHITE FONT*/
    }

        .how-it-works .overview a:hover {
            text-decoration: none;
        }

    .how-it-works .overview .row {
        margin-left: 70px;
        margin-right: 70px;
    }

        .how-it-works .overview .row h1 {
            margin-bottom: 50px;
            border-bottom: 1px solid rgb(0,56,74);
            color: rgb(0,56,74);
            font-weight: 400;
            margin-left: -20px;
            margin-right: -20px;
        }

    .how-it-works .overview h1 span {
        position: relative;
        top: 17px;
        background-color: #E7E7E7;
        padding-left: 20px;
        padding-right: 20px;
    }

    .how-it-works .overview .consolidate h3 {
        margin-top: 34px;
        margin-bottom: 36px;
    }

    .how-it-works .overview .access h3, .how-it-works .overview .share h3 {
        margin-bottom: 20px;
    }

    .how-it-works .overview h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .how-it-works .overview div.circle-background {
        margin-right: 6px;
        height: 56px;
        width: 56px;
        background-color: rgb(0,56,74);
        border-radius: 28px;
        display: inline-block;
        float: left;
        font-size: 40px;
        line-height: 40px;
        padding-top: 6px;
        text-align: center;
        font-weight: bold;
    }

    .how-it-works .overview .access div.circle-background, .how-it-works .overview .share div.circle-background {
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-top: 10px;
    }

    .how-it-works .overview .consolidate { /*The outer col has a certain amount of padding that causes inner blue div to be certain dimensions on left/right, then we use margin-right OR margin-left to shift blue width on left/right */
        text-align: center;
        background-color: rgb(0,102,135);
        padding: 45px 25px 30px 25px;
        height: 375px; /* Sets a height for the box/div */
        margin-right: -15px;
    }

    .how-it-works .overview .access {
        text-align: center;
        background-color: #382b59;
        padding: 40px 15px 30px 45px;
        height: 375px;
        /*margin-right: ;
	margin-left: ;*/
        position: relative;
        z-index: 2;
    }

    .how-it-works .overview .share {
        text-align: center;
        background-color: rgb(0,182,242);
        padding: 40px 15px 30px 45px;
        height: 375px;
        margin-left: -15px;
        position: relative;
    }

    .how-it-works .overview .arrow img {
        height: 160px;
        width: 55px;
        position: absolute;
        margin-top: -80px; /*moves image so that its vertical center is aligned with top, then top:50% moves it down halfway*/
        top: 50%;
        right: -55px;
        z-index: 15;
    }

    .how-it-works .overview div.line-accent {
        border-bottom: solid 1px rgb(58,69,90);
    }

.how-it-works div.arrow-down {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -20px;
    height: 60px;
    width: 60px;
    transform: scaleX(3) rotate(45deg);
    z-index: 1;
}

.how-it-works .overview div.arrow-down {
    background-color: #E7E7E7;
}

.how-it-works .breakdown > article {
    padding: 65px 120px 30px 120px;
    position: relative;
}

article#consolidate-breakdown, #consolidate-breakdown div.arrow-down, article#share-breakdown {
    background-color: #D6D6D0;
}

article#access-breakdown {
    background-color: #E7E7E7;
}

#access-breakdown div.arrow-down {
    background-color: #E7E7E7;
}

.how-it-works .breakdown section.explain {
    position: relative;
    z-index: 2;
    border-radius: 5px;
    padding: 40px 40px 45px 40px;
    color: white;
}

.how-it-works .breakdown #consolidate-breakdown section.explain {
    background-color: rgb(0,102,135);
}

.how-it-works .breakdown #access-breakdown section.explain {
    background-color: #382b59;
}

.how-it-works .breakdown #share-breakdown section.explain {
    background-color: rgb(0,182,242);
    margin-bottom: 20px;
}

.how-it-works .breakdown .explain div.image {
    padding-right: 35px;
    margin-top: 19px;
}

    .how-it-works .breakdown .explain div.image img {
        width: 100%;
        border: 1px solid #999999;
    }

.how-it-works .breakdown #share-breakdown .explain div.image {
    margin-top: 27px;
}

.how-it-works .breakdown .explain div.text {
    padding-left: 0px;
}

.how-it-works .breakdown .explain div.circle-background {
    float: left;
    width: 66px;
    height: 66px;
    border-radius: 33px;
    text-align: center;
    background-color: #002531;
    margin-right: 20px;
    margin-left: 25px;
    line-height: 64px;
    font-size: 50px;
    color: white;
    font-weight: bold;
}

.how-it-works .breakdown .explain h1 {
    font-size: 43px;
    line-height: 70px;
    color: #002531;
    margin-top: 0px;
}

.how-it-works .breakdown .explain .text ul {
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 35px;
    border-left: solid 1px rgb(226,180,18);
}

.how-it-works .breakdown .explain li {
    font-size: 16px;
    list-style-type: none;
    margin-bottom: 10px;
}

.how-it-works .breakdown #access-breakdown .explain ul li a {
    margin-top: 10px;
    float: right;
}


section .emphasis {
    font-weight: 400;
}

.end section.call-bar {
    background-color: rgb(247,216,47);
    color: rgb(0,56,74);
    padding: 20px;
    text-align: center;
    /*height: 110px;*/
}

    .end section.call-bar h3 {
        margin-right: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
        position: relative;
        top: 5px;
    }

    .end section.call-bar .btn-default {
        font-size: 21px;
        padding: 9px 13px;
        color: rgb(0,56,74);
        background-color: #FFF2AA;
        border-color: rgb(92,103,124);
        font-weight: 600;
    }

        .end section.call-bar .btn-default:hover {
            border-color: #F9F1D5;
            color: #1C586B;
        }

    .end section.call-bar .glyphicon-chevron-right {
        color: #0E485A;
    }

    .end section.call-bar .btn-default:hover .glyphicon-chevron-right {
        color: #1C586B;
    }


/*Changing resources*/
.nav-tabs {
    border-bottom: 1px solid #382b59;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: 1px solid#382b59;
        border-bottom-color: transparent;
        color: #382b59;
        border-radius: 7px 7px 0px 0px;
        text-decoration: none;
    }

    .nav-tabs > li > a {
        border-bottom: 1px solid #382b59;
        border-radius: 7px 7px 0px 0px;
        text-decoration: none;
    }

        .nav-tabs > li > a:hover {
            border-color: #eeeeee #eeeeee #382b59;
            color: #382b59;
            background-color: #ECECE6;
        }

.content-resources {
    background-color: #F6F6F3;
    border-right: 20px solid rgb(65,138,179);
}

    .content-resources h1 {
        margin-top: 80px;
        margin-bottom: 20px;
        margin-left: 20px;
        color: rgb(0,102,135);
        font-weight: 400;
    }

    .content-resources h3 {
        color: #382b59;
        margin-bottom: 15px;
    }

    .content-resources h6 {
        color: rgb(0,56,74);
    }

    .content-resources h4 {
        font-size: 22px;
    }

    .content-resources ul {
        padding-left: 20px;
    }

    .content-resources .tab-pane {
        padding: 10px 20px 40px 20px;
        padding-right: 20px;
        color: rgb(0,56,74);
    }

.about-content {
    background-color: #F6F6F3;
}

.about .about-head > div {
    padding-top: 120px;
    padding-left: 30px;
}

.about .about-head img {
    margin-top: 55px;
}

div.divider {
    height: 3px;
    background-color: rgb(244,215,107);
    border-right: 20px solid rgb(65,138,179);
}

.about .about-content-menu {
    padding-top: 25px;
    padding-left: 37px;
}

    .about .about-content-menu h3 {
        color: rgb(0,56,74);
        margin-top: -7px;
        margin-bottom: 25px;
        text-align: center;
        border-bottom: 1px solid rgb(0,56,74);
    }

        .about .about-content-menu h3 span {
            position: relative;
            top: 12px;
            background-color: #F6F6F3;
            padding-right: 7px;
            padding-left: 7px;
        }

.about .nav-pills > li.active > a, .about .nav-pills > li.active > a:hover, .about .nav-pills > li.active > a:focus {
    background-color: #382b59;
    color: white;
}

.about .about-content-menu div.arrow-select {
    background-color: #382b59;
    transform: rotate(45deg);
    width: 29px;
    height: 28px;
    position: absolute;
    top: 6px;
    right: -14px;
    display: none;
}

.about .about-content-menu li.active .arrow-select {
    display: block;
}

.about .nav-pills li {
    position: relative;
}

.about .nav-pills a {
    background-color: #E7E7E7;
}

.about .nav-pills > li a:hover, .about .nav-pills > li a:focus {
    border-color: #008CBA;
    color: rgb(0,182,242);
    background-color: #ECECE6;
}



.about .about-content-text.active {
    display: block;
}

.about .about-content-text h1 {
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
    color: rgb(0,56,74);
    text-align: left;
}

.about #story h4 {
    line-height: 27px;
    margin-top: 15px;
    color: #105B73;
}

.about #team h1 {
    margin-top: 0px;
    margin-bottom: 10px;
}



.about div#team {
    color: rgb(0,102,135);
    text-align: center;
    min-height: 700px;
}

    .about div#team .team-content h2 {
        border-bottom: solid 1px rgb(0,56,74);
        margin-top: -3px;
        margin-bottom: 30px;
        clear: both;
        color: rgb(0,56,74);
    }

        .about div#team .team-content h2 span {
            padding-left: 13px;
            padding-right: 13px;
            background-color: #E8E7DA;
            position: relative;
            top: 14px;
        }

    .about div#team .team-content h4 {
        color: #382b59;
        font-weight: 600;
        margin-top: 7px;
        margin-bottom: 5px;
        font-weight: 400;
    }

.about div#story h4 {
    text-indent: 35px;
}

.about div#team .team-content h5 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #105B73;
    font-weight: 400;
}

.about div#team .team-content img {
    width: 100%;
}

.about div#investors {
    min-height: 700px;
}

.blogBody {
    margin-top: 30px;
    margin-bottom: 35px;
    margin-right: auto;
    margin-left: auto;
    min-height: 100vh;
}

.contact-body {
    padding: 86px 150px 35px 150px;
    min-height: 100vh;
}

.on-demand {
    margin-top: 3px;
}

.contact-body-small-padding {
    background-color: rgb(246,246,243);
    border-right: 20px solid rgb(65,138,179);
    padding: 86px 50px 35px 50px;
    min-height: 100vh;
}

    .contact-body-small-padding .contact-form {
        background-color: #FFF;
        padding-top: 5px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        color: rgb(0,56, 74);
    }

.contact-body .card {
    background-color: rgb(246,246,243);
    padding: 20px 10px 20px 10px;
}

.contact-body .contact-form {
    background-color: #FBFCFD;
    border: 1px solid #E8E8E8;
    border-radius: 3px;
    padding: 5px 30px;
    width: 90%;
}

/*.contact-body .contact-form legend {
        color: rgb(0,182,242);
        border-bottom: 1px solid #382b59;
    }

    .contact-body .contact-form h4 {
        font-weight: 400;
        margin-top: 15px;
    }*/

.container.careers {
    width: 100%;
}

.careers section.new-image-section {
    background-image: url("Images/image/15.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 400px;
    /*float: right;*/
}

.careers .top-header h2 {
    padding-top: 13%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    line-height: 50px;
    /*font-weight: 800;*/
}

    .careers .top-header h2.no-padding {
        padding-top: 5% !important;
        width: 65%;
    }

.careers .contact-body {
    padding-top: 31px;
    width: 60%;
    margin: 0 auto;
    background-color: #fff;
    border-right: none;
}

    .careers .contact-body h3 {
        margin-top: 0px;
        margin-bottom: 25px;
    }

.medchart-chart {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    color: rgb(0,56,74);
    background-color: #ECECE6;
    position: relative;
}

    .medchart-chart h1 {
        margin-top: 0px;
    }

.chart-header-mychart {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    color: rgb(0,56,74);
    position: relative;
}

    .chart-header-mychart h1 {
        margin-top: 0px;
    }

.container.faq {
    width: 100%;
}

.faq .new-image-section {
    background-image: url("Images/image/faq-page-Optimized.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: auto;
}
/*.faq .faq-head img{
	margin-top: -200px;
    border-right: 20px solid rgb(65,138,179);
    max-width: 100%;
}*/

section.main-subtitle-faq {
    position: relative;
}

.main-subtitle-faq h1 {
    /*position: absolute;*/
    text-align: center;
    width: 100%;
    color: rgb(0,56,74);
    font-size: 45px;
    font-weight: 500;
}

.faq .top-header h1 {
    padding-top: 13%;
    font-weight: 800;
}

.faq h1 {
    text-align: center;
    color: #fff;
}

.faq .faq-content .row h1 {
    margin-bottom: 50px;
    border-bottom: 1px solid rgb(0,56,74);
    color: rgb(0,56,74);
    font-weight: 400;
    margin-left: 80px;
    margin-right: 80px;
}

.faq .faq-content h1 span {
    position: relative;
    top: 17px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.faq-content {
    background: #fff;
    margin: 0px auto;
    padding-bottom: 40px;
    width: 60%;
}

.question-section {
    width: 85%;
    margin: 10px auto;
}

    .question-section .question {
        background: #d6d6d0;
        min-height: 60px;
        padding: 20px;
        position: relative;
    }

        .question-section .question a:hover {
            text-decoration: none;
            color: #006687;
        }

        .question-section .question a:focus {
            text-decoration: none;
            color: #006687;
        }

    .question-section .answer {
        width: 95%;
        padding-bottom: 20px;
        line-height: 25px;
        margin: 15px auto;
        font-weight: 600;
    }

/*Recover Page Buttons*/
.btn-share-back {
    margin: 5px;
    float: inherit;
}

.recover-btn-share {
    float: left;
    margin: 5px;
}

.recover-btn {
    float: left;
    margin: 5px;
}

/*Chevron Arrows*/
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    color: #00384a;
    font-size: 20px;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
}

.panel-heading .accordion-toggle:hover,
.panel-heading .accordion-toggle:active,
.panel-heading .accordion-toggle:focus {
    text-decoration: none;
}


@media (min-width: 768px) {
    .dl-horizontal-details dt {
        white-space: normal;
        text-align: right;
        width: 120px;
    }

    .dl-horizontal-details dd {
        margin-left: 140px;
    }

    .modal .form-horizontal div.control-label {
        text-align: left !important;
    }
}

.embed-container iframe {
    width: 1px;
    min-width: 100%;
}

.embed-container {
    /*Fixes the Docusign contrainer height to fit 2 documents. I will need to make container height dependent upon the number of docusign documents*/
    /*height: 2500px;*/
    padding-bottom: 79%;
}

/* media query for mobile devices */
@media ( max-width: 480px ) {
    .embed-container {
        padding-bottom: 150%;
    }
}

.modal-dialog.signModalDialog { /* customized style */
    margin: 1% auto;
}

/*Share records*/
.hint {
    color: #008cba;
}

span.sharingSmallGlyphicons {
    font-size: small;
}

@media (min-width: 550px) {
    .hidden-portrait-smartphone {
        display: none;
    }
}


ul.share-buttons {
    list-style: none;
    padding: 0;
}

    ul.share-buttons li {
        display: inline;
    }

    ul.share-buttons img {
        width: 32px;
    }

/* The "Sign Up" button */
.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.plan-favourite {
    background-color: #4CAF50 !important;
    font-size: 34px !important;
}

/*Notifications*/

#btnDismissAll {
    float: right;
}

/* Change the width of the three columns to 100% 
(to stack horizontally on small screens) */
@media only screen and (max-width: 770px) {
    .quick-access-row {
        flex-direction: column !important;
    }

    .quick-access-column-first {
        margin-right: 0 !important;
    }

    .quick-access-column-third {
        margin-left: 0 !important;
    }

    .btn-signup {
        margin-bottom: 20px;
    }

    .navbar-brand-center {
        padding-top: 5px;
    }

    .contact-body-small-padding {
        padding: 86px 10px 10px 10px;
    }

    .contact-body {
        padding-left: 0;
        padding-right: 0;
    }

        .contact-body aside.contact-form {
            width: 100%;
        }

    .price li.big {
        height: 140px;
    }

    .internal-content.dashboard .row {
        margin-left: inherit;
        margin-right: inherit;
    }

    .item-post {
        width: 340px;
    }

    .remove-padding-right {
        padding-left: 0;
    }

    .search-providers-div {
        padding-left: 0;
    }

    .partners-page-layout .contact-form {
        padding-left: 5px;
        padding-right: 5px;
    }

    .partners-search-container {
        margin-left: 10px;
        margin-right: 10px;
    }

        .partners-search-container .partners-margin {
            margin-left: -10px;
        }

        .partners-search-container .partners-search {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }

        .partners-search-container .search-providers-div {
            padding-left: 5px;
        }

        .partners-search-container .remove-padding-right {
            padding-left: 5px;
            padding-right: 5px;
        }
}


@media only screen and (max-width: 740px) {
    .columns {
        width: 33.3%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .upgrade-button {
        margin-bottom: 10px;
    }

    h1.blogHead {
        text-align: center;
    }

    .blog-post {
        width: 90%;
    }
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
        margin-bottom: 10px;
    }

    .price li.big {
        height: 75px;
    }

    .close-window {
        float: left;
    }
}

.show-hand-cursor {
    cursor: pointer;
}

.mymedcard-body {
    margin-top: 10px;
}

    .mymedcard-body .contact-form {
        background-color: #ECECE6;
        padding: 25px 30px 30px 30px;
        margin-bottom: 30px;
        color: rgb(0,56, 74);
    }

@media only screen and (max-width: 994px) {
    .btn-toolbar .btn-default {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 477px) and (max-width: 993px) {
    .btn-toolbar .btn-badge {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .mymedcard-body .contact-form {
        margin-bottom: 0;
    }

    .mymedcard-body .side-content {
        margin: -30px 15px 15px 10px;
    }

    #lineGraphSubmitButton,
    #submitButtonMultiLine {
        margin-top: 5px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .btn-toolbar .btn-default {
        margin-bottom: 5px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .embed-container {
        position: static;
    }
}

@media only screen and (min-device-width : 777px) and (max-device-width : 829px) and (orientation : portrait) {
    .btn-toolbar .btn-badge {
        margin-bottom: 0;
    }
}

/*Fixes eSignatue button and Signup button from going out of screen*/
@media only screen and (max-width: 320px) {
    .signature-button {
        margin-left: -18px;
    }

    .content-advantages-text .btn-signup {
        margin-left: -19px;
    }
}


.btn-toggle.active,
.btn-toggle.active:hover,
.btn-toggle.active.focus {
    color: #fff;
    background-color: #008cba;
    border-color: #0079a1;
}

/*Graphs CSS*/
.internal .ct-label {
    font-size: 15px;
}

.internal .ct-series-a .ct-line {
    /* Set the colour of this series line */
    stroke: #00384a;
    /* Control the thikness of your lines */
    stroke-width: 5px;
}

.internal .ct-series-a .ct-point {
    /* Colour of your points */
    stroke: #f7d82f;
    /* Size of your points */
    stroke-width: 10px;
}

.internal .ct-series-b .ct-line {
    /* Set the colour of this series line */
    stroke: #8eb8ce;
    /* Control the thikness of your lines */
    stroke-width: 5px;
}

.internal .ct-series-b .ct-point {
    /* Colour of your points */
    stroke: #011936;
    /* Size of your points */
    stroke-width: 10px;
}

.internal .ct-legend {
    position: relative;
    z-index: 10;
    text-align: center;
    font-weight: bold;
}

    .internal .ct-legend li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 3px;
        display: inline-block;
    }

        .internal .ct-legend li:before {
            width: 12px;
            height: 12px;
            position: absolute;
            left: 0;
            content: '';
            border: 3px solid transparent;
            border-radius: 2px;
            margin-top: 5px;
            margin-right: 5px;
        }

        .internal .ct-legend li.inactive:before {
            background: transparent;
        }

.ct-legend .ct-series-0:before {
    background-color: #00384a;
    border-color: #00384a;
    margin-left: 10px;
}

.ct-legend .ct-series-1:before {
    background-color: #8eb8ce;
    border-color: #8eb8ce;
    margin-left: 10px;
}

.internal .ct-label {
    color: #000000;
}

.internal a:hover {
    text-decoration: none;
    cursor: pointer;
}

.modal h2.modal-title {
    border-bottom-color: #fff;
    margin-top: 5px;
    text-align: left;
}

.fileUpload-formContent .row {
    margin-left: inherit;
    margin-right: inherit;
}

.fileUpload-formContent p {
    padding-left: 0;
}

.form-group .control-value {
    padding-top: 5px;
}

td a.link {
    text-decoration: underline;
}

#import-btn:hover {
    background-color: rgb(247, 216, 47);
    border-color: rgb(226,180,18);
    color: rgb(0,56,74);
}

.break-word {
    word-wrap: break-word;
}

/*Search Full Provider at Registration*/
@media only screen and (min-width: 992px) {
    .remove-padding-right {
        padding-right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .remove-padding-left {
        padding-right: 0 !important;
    }
}

.red-row {
    color: red;
}

.request-column {
    display: -moz-inline-stack;
    display: inline-block;
}

    /*Fixes problem with upload button alignment*/
    .request-column .btn:active {
        box-shadow: none;
        cursor: none;
    }

.modal-content a {
    text-decoration: none;
}

.modal-body p.normal-weight {
    font-weight: normal !important;
}

.name-request-invite {
    text-align: inherit !important;
}

.name-request-invite-box {
    float: none !important;
}

.login-label {
    text-align: left !important;
}

.medcard-dash {
    font-size: 23px;
}

.provider-details-modal {
    margin-left: 0;
    margin-right: 0;
}

/*  B2B cards*/
.quick-access-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 60%;
    margin: 0 auto;
}

.quick-access-cards {
    height: 200px;
    min-width: 200px;
    background-color: #726589;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 3px;
}

    .quick-access-cards a {
        color: #fff;
        text-decoration: none;
    }

    .quick-access-cards p {
        color: #fff;
    }

    .quick-access-cards:hover {
        border-color: rgb(0,56,74);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

.quick-access-item {
    margin-left: 10px;
    margin-right: 10px;
}

.quick-access-p {
    margin-top: 10px;
}

.quick-access-column-first {
    margin-right: 20px;
}

.quick-access-column-third {
    margin-left: 20px;
}

.clients-filter {
    display: flex;
    margin-top: 15px;
    align-items: center;
}

    .clients-filter > input {
        margin-right: 5px;
        margin-left: 15px;
        margin-top: 4px;
    }

        .clients-filter > input[type=text] {
            margin-top: 0;
            display: block;
            width: 10%;
            height: 39px;
            padding: 8px 12px;
            font-size: 15px;
            line-height: 1.4;
            color: #6f6f6f;
            background-color: #ffffff;
            background-image: none;
            border: 1px solid #cccccc;
            border-radius: 0;
        }

    .clients-filter > p {
        margin-bottom: 5px;
    }

@media screen and (min-width: 1440px) and (max-width: 2600px) {
    .quick-access-row {
        width: 40%;
        margin: 0 auto;
    }
}

.checkbox-large {
    transform: scale(1.5);
}

/* Pagination */
.pagination {
    display: inline-block;
    font-family: "Roboto";
    padding-left: 0;
    margin: 21px 0 !important;
}

    .pagination > li > a, .pagination > li > span {
        height: 24px;
        position: relative;
        float: left;
        padding: 3px 5px 3px !important;
        line-height: 1.4 !important;
        text-decoration: none;
        color: #5243aa;
        margin-left: 3px;
        border: none;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        border-radius: 3px;
    }

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        z-index: 3;
        color: #ffffff;
        background-color: #5243aa;
        border-radius: 3px;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #5243aa;
        border-radius: 3px;
        cursor: default;
    }

.details-box {
    fill: #fff;
    stroke: #F4F5F7;
    border-radius: 3px;
    border-left: solid #6554C0;
    padding: 10px 15px 10px 15px;
    box-shadow: 6px 9px 10px 0 rgba(0, 0, 0, 0.2);
    margin: 15px 0 15px 0;
}

.login-box {
    width: 559px;
    margin: 7% auto;
}

.login-box-body {
    padding: 32px;
    border-radius: 3px;
    box-shadow: 6px 9px 10px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #f4f7fb;
    background-color: #fbfcfd;
}

    .login-box-body h2 {
        margin-top: 0 !important;
        margin-bottom: 8px !important;
        width: 145px;
        height: 30px;
        font-family: Roboto;
        font-size: 22px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #5a6872;
    }

    .login-box-body .login-box-label {
        width: 121.7px;
        height: 15px;
        font-family: Roboto;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.1px;
        color: black;
        margin-top: 32px;
        margin-bottom: 7px;
    }

    .login-box-body .login-box-field input {
        width: 495px;
        height: 40px;
        border-radius: 3px;
        border: solid 2px #dfe1e5;
        background-color: #fafbfc;
    }

    .login-box-body .login-box-actions {
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .login-box-body .login-box-actions div {
            display: inline-block;
            width: 49%;
        }

            .login-box-body .login-box-actions div a {
                float: right;
            }

    .login-box-body .login-box-subtitle {
        text-align: center;
        font-family: Roboto;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: black;
    }

    .login-box-body .login-box-signup {
        margin-top: 40px;
    }

        .login-box-body .login-box-signup a {
            font-family: Roboto;
            font-size: 14px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.43;
            letter-spacing: normal;
            color: #6554c0;
            width: 100%;
        }

@media (max-width: 450px) {
    .login-box-body .login-box-actions div {
        width: 100%;
        margin-top: 10px;
    }

    .login-box-body .login-box-actions a {
        width: 100%;
        text-align: center;
    }

    .login-box-body .login-box-actions input {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .login-box {
        width: 90%;
        margin-top: 20px;
    }

    .login-box-body .login-box-field input {
        width: 100%;
    }
}

button[name="search"] {
    border: 1px solid lightgrey;
}


.draggableContainer h2 {
    font-size: 30px !important;
}

.draggableContainer .notVisibleColumns {
    user-select: none;
    padding: 16px;
    margin: 0 0 8px 0;
    border-radius: 3px;
    text-transform: uppercase;
    color: #42526E;
    background: #F4F7FB;
    border: 1px solid #F2F2F2;
    font-weight: 600;
}

.draggableContainer .visibleColumns {
    user-select: none;
    padding: 16px;
    margin: 0 0 8px 0;
    border-radius: 5px;
    text-transform: uppercase;
    background: #42526E;
    font-weight: 600;
    color: #FFFFFF;
}

.draggableContainer .group {
    padding: 8px;
    width: 250px;
    border-radius: 3px;
    border: 1px solid #DADADA;
}

    .draggableContainer .group i {
        float: right;
    }

#pageDropDown .caret {
    border-bottom: 4px dashed !important;
    border-top: unset !important;
}

.react-bs-table-pagination .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.dropzone {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    margin: 0 0 8px 0;
    padding: 20px;
    border-width: 2px;
    border-radius: 2px;
    border-color: rgba(33, 150, 243, 0.5);
    border-style: dashed;
    background-color: #fafafa;
    color: #74747b;
    outline: none;
    transition: all 0.24s ease-in-out;
}

    .dropzone:focus, .dropzone:hover {
        border-color: #2196f3;
        color: #4a4a4f;
    }


    .dropzone p {
        color: #6554C0;
    }

.skip-navigation-link {
    opacity: 0;
    cursor: default;
}

    .skip-navigation-link:focus {
        opacity: 1;
        cursor: pointer;
    }

a > span {
    padding: 4px;
}

.badge-light{
    background-color: #FBFCFD;
    color: black;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    border: 1px solid #E8E8E8;
    margin-left: 7px;
    padding: 5px;
}
.badge-value{
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}

.circle {
    display: flex;
    width: 57px;
    height: 57px;
    border-radius: 50%;
  }
  .text {
    margin: auto;
    font-size: 22px;
    font-weight: 700;
  }
  .action-required{
    display: flex;
    margin: 15px 0px 15px 0px;
  }
  .action-required-text{
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 14px;
  }
  .action-required-card{
    min-height: 265px;
  }
  .requestListColumnFilter{
    padding-left: 15px;
    padding-right: 15px; 
  }

  @media (min-width: 1200px){
    .requestListColumnFilter{
        position: absolute;
        z-index: 1000;
        min-width: 400px;
    }
  }

  #record-processing-section #rpv-core__popover-body-inner-zoom{
max-height: fit-content !important;
  }

#onboardingFlow {
    min-height: 93vh;
    background-image: url(../Images/Purble-bg.png);
    background-size: cover;
}
.medchart-checkbox input[type="checkbox"] {
    opacity: 0;
}

.medchart-checkbox label::before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    border: 1px solid #919EAB;
    margin-left: -27px;
    margin-top: -5px;
    border-radius: 2px;
    background: #FFFFFF;
}

.medchart-checkbox label::after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    margin-left: -27px;
    margin-top: -5px;
    color: #6554C0;
}

.medchart-checkbox label {
    position: relative;
    margin: 12px;
    font-size: 14px;
    color: #454F5B;
}

    .medchart-checkbox label::before,
    .medchart-checkbox label::after {
        position: absolute;
    }
    /*Outer-box*/
    .medchart-checkbox label::before {
        top: 3px;
    }
    /*Checkmark*/
    .medchart-checkbox label::after {
        left: 4px;
        top: 7px;
    }

/*Hide the checkmark by default*/
.medchart-checkbox input[type="checkbox"] + label::after {
    content: none;
}
/*Unhide the checkmark on the checked state*/
.medchart-checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.medchart-checkbox input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}
@charset "UTF-8";

.body {
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.body article.topmenu-margin {
  margin-top: 51px;
}

.body article.internal {
  background-color: #f4f5f7;
  font-size: 15px;
  /**/
}

#sidebar-wrapper {
  background-color: #f4f5f7 !important;
  font-size: 15px !important;
}

.footer-1 {
  z-index: 100;
  position: relative;
}

.footer-2 {
  z-index: 100;
  position: relative;
}

article.internal h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  font-weight: bold;
  font-size: 24px;
}

article.internal h2 .glyphicon {
  font-size: 20px;
}

article.internal h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

article.internal h4 {
  font-weight: 600;
  margin-top: 15px;
}

.sidebar {
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0;
  top: 51px;
  pointer-events: none;
}

.sidebar .nav-pills {
  padding-left: 0px;
  padding-right: 0px;
  pointer-events: all;
}

.sidebar .nav-pills li {
  padding-left: 15px;
}

.sidebar .nav-pills a {
  position: relative;
  font-size: 14px;
  color: #3f3f3f;
  text-decoration: none;
  width: 90%;
  margin: 0 auto;
  border-radius: 3px;
  font-weight: 600;
  min-height: 38px;
  margin-bottom: 2px;
}

.sidebar .nav-pills li a:hover {
  background-color: #ebecf0;
}

.sidebar .nav-pills li a:active {
  color: #6554c0;
  background-color: #ebecf0;
}

@media (max-width: 767px) {
  .collapsing .sidebar {
    margin-top: 0px;
  }

  .navbar-collapse.in .sidebar {
    margin-top: -2px;
  }

  .sidebar {
    background-color: #382b59 !important;
  }

  .sidebar .nav-pills a {
    color: #fff !important;
  }

  .sidebar .nav-pills li a:hover {
    color: #5243aa !important;
  }
}

.nav-stacked > li + li {
  margin-top: 0;
}

.sidebar .nav-pills li a .glyphicon {
  margin-right: 10px;
  font-size: 16px;
}

.sidebar .nav-pills li.active a .glyphicon {
  color: rgb(177, 225, 238);
}

.sidebar .nav-pills div.selector {
  display: none;
  width: 34px;
  height: 34px;
  transform: rotate(45deg);
  position: absolute;
  background-color: #272727;
  top: 8px;
  right: -17px;
  z-index: 1;
}

.sidebar .nav-pills li.active div.selector {
  display: block;
}

.internal .internal-content table tr .table-center {
  text-align: center;
}

.internal .internal-content table tr .no-wrap {
  white-space: nowrap;
}

.internal .internal-content {
  padding: 15px 50px 40px 50px;
  background-color: #fff;
  min-height: 100vh;
}

.internal-content .card {
  margin-bottom: 15px;
  background-color: #fbfcfd;
  padding: 20px 20px 20px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
}

.dashboard .calendar .today .date label {
  display: block;
  color: white;
  background-color: #6c3add;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px;
}

.dashboard .calendar .today .date strong {
  display: block;
  background-color: #ddd;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.dashboard .calendar .today .date span {
  display: block;
  background-color: #ddd;
  text-align: center;
}

.dashboard .calendar .time {
  padding-right: 0px;
}

.dashboard .calendar .time label {
  padding-right: 10px;
  font-weight: bold;
  font-size: inherit;
}

.dashboard .calendar .event {
  padding-right: 10px;
  font-size: inherit;
  border-left: 1px solid #ccc;
}

.internal .request {
  text-align: center;
}

.internal .request h1 {
  display: inline-block;
  margin-right: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  position: relative;
  top: 5px;
}

.internal .request h4 {
  display: inline-block;
  vertical-align: bottom;
}

.internal .mymedchart-2 .request h1 {
  margin-right: 0px;
}

.internal .request btn-bright {
  display: inline-block;
}

.internal table {
  font-size: 14px;
}

.panel-default > .panel-heading {
  background-color: transparent;
  border-color: transparent;
}

.panel-default {
  border: 0;
}

.panel-heading {
  padding: 0px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0;
}

.panel-body {
  padding: 0px;
}

.panel-group {
  margin-bottom: 0px;
}

.panel-heading-button {
  float: right;
}

.general-information .avatar {
  padding-top: 10px;
  padding-right: 0px;
}
/*
.general-information div.profile-pic{
	border: 1px solid #DDD;
    height: 200px;
    width: 100%;
    max-width: 200px;
	margin-top: 10px;
	padding: 5px;
}

.general-information div.profile-pic>div{
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
}

.general-information div.profile-pic>div img{
	height: 100%;
	position: absolute;
}
*/
.general-information dl {
  margin-bottom: 0px;
}

.profile .card {
  padding-top: 25px;
  padding-bottom: 25px;
}

.profile .card h2 {
  padding-top: 20px;
  font-size: 22px;
  border-bottom: 0;
}

.profile .card table.table {
  width: 100%;
  margin-bottom: 15px;
}

.profile .card .table-no-bottom-gap table.table {
    margin-bottom: 0px !important;
}

.profile .card #contact table.table tbody tr :first-child,
.profile .card #emergency table.table tbody tr :first-child {
  width: 140px;
}

.profile .card table.table tbody tr :last-child {
  /*width: 50px;*/
}

article.internal .internal-content div.chart-header {
  border-bottom: 1px solid #d8d8d8;
}

article.internal .internal-content div.chart-header .head h2 {
  border-bottom: 0;
  float: left;
}

article.internal .internal-content div.chart-header .search {
  float: right;
}

.internal-content div.chart-header form.form-header-button .form-control {
  height: 35px;
}

.form-header-button.search {
  margin-left: 15px;
  width: 100%;
}

.form-header-button.search .form-group {
  float: left;
  width: 78%;
}

.form-header-button.search .form-group input {
  width: 100%;
}

.form-header-button.search button {
  width: 20%;
  margin-left: 0;
}

.form-header-button {
  float: right;
  margin-bottom: 10px;
  margin-left: 15px;
}

.form-header-button button {
  float: right;
  margin-bottom: 10px;
  margin-left: 15px;
}

.internal-content div.chart-header form.form-header-button .btn-primary,
.internal
  .internal-content
  div.chart-header
  form.form-header-button
  .btn-bright {
  padding: 6px 10px;
}

.internal-content .checkout table tr.summary-total {
  background-color: rgb(223, 239, 243);
  border-bottom: 1px solid #dddddd;
}

.internal-content button.final-button {
  float: right;
}

.share .users h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.share .share-bar h4 {
  font-weight: 400;
  padding-top: 8px;
}

.share .share-bar button {
  width: 100%;
  margin-top: 15px;
}

.share .print div.medcard {
  padding-left: 35px;
  padding-right: 35px;
}

.share .print img {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 21px;
}

.mymedchart .call {
  text-align: center;
}

.mymedchart .call h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 24px;
}

.mymedchart .call .thumbnail {
  padding: 10px;
  border-radius: 7px;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  margin-bottom: 15px;
}

.mymedchart .call .thumbnail div.image {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}

.mymedchart-2 .recent h2 {
  padding-top: 10px;
}

.mymedchart-2 .call .recently-viewed {
  margin-top: 20px;
}

.mymedchart-2 .call .thumbnail div.image {
  max-height: 190px;
}

.mymedchart .call .thumbnail p {
  font-size: 15px;
  margin-bottom: 0px;
}

.mymedchart .call .thumbnail p strong {
  font-weight: 600;
}

.health-data .card {
  background: #e5e5e5;
  margin-top: 10px;
}

.hidden-sm .btn-toolbar .btn-default,
.hidden-lg .btn-toolbar .btn-default {
  margin-bottom: 5px;
}

table > tbody > tr > td {
  vertical-align: middle !important;
}

@media (max-width: 320px) {
  .btn-download-zip {
    font-size: 17px !important;
  }
}

/* MedCard */
@media (max-width: 767px) {
  .hide-small-screen {
    display: none;
  }

  .show-small-screen {
    display: inline;
  }

  .btn-group-mobile {
    padding: 0;
  }

  ol.download-intructions-list li {
    margin-left: 0 !important;
  }

  .topup-description {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .hide-medium-screen {
    display: none;
  }

  .show-medium-screen {
    display: inline;
  }
}

@media (min-width: 1580px) {
  .medCardMargin {
    margin-left: 10px;
  }
}

.medCardActions .btn {
  margin-bottom: 5px;
}

.tempContainer.hidpi {
  margin-top: 2000px;
  padding-bottom: 1000px;
  padding-top: 500px;
  background-color: #ffffff;
  z-index: 1000;
}

.medCardFixedSize {
  width: 605px !important;
}

.medCardMinSize {
  min-width: 605px !important;
}

.medCardAssetsList {
  border: 2px dotted rgb(0, 113, 150);
  min-height: 280px;
  width: 100%;
  padding: 10px;
}

.medCardCanvas {
  margin-top: 10px;
  border: 2px dashed rgb(0, 113, 150);
  width: 570px !important;
  height: 360px !important;
}

/*Fixes issue with back and front overlay*/
#MedCardCanvasBack {
  overflow: hidden;
}

#MedCardCanvasFront {
  overflow: hidden;
}

.hidpi .medCardCanvas {
  width: 1140px !important;
  height: 720px !important;
}

.medCardCanvas.dotted {
  border: 2px dashed rgb(0, 113, 150);
}

.medCardImage {
  width: 150px;
  height: 150px;
  margin-left: 55px;
}

.hidpi .medCardImage {
  width: 300px;
  height: 300px;
  margin-left: 110px;
}

.medCardQrCode {
  margin-left: 25px;
}

.hidpi .medCardQrCode {
  margin-left: 50px;
}

.medCardLogo > span {
  font-size: 36px;
}

.hidpi .medCardLogo > span {
  font-size: 72px;
}

.medCardLogo > img {
  margin-left: 15px;
  margin-bottom: 30px;
  width: 60px;
}

.hidpi .medCardLogo > img {
  margin-left: 30px;
  margin-bottom: 60px;
  width: 120px;
}

.medCardName {
  text-align: center;
  font-size: 22px;
  padding-left: 10px;
  padding-top: 5px;
}

.hidpi .medCardName {
  font-size: 44px;
  padding-left: 20px;
  padding-top: 10px;
}

.medCardArea {
  float: left;
  position: relative;
  width: 551px;
}

.hidpi .medCardArea {
  width: 1102px;
}

.medCardLeftColumn {
  float: left;
  position: relative;
  margin-top: 10px;
  width: 240px;
  height: 270px;
}

.hidpi .medCardLeftColumn {
  margin-top: 20px;
  width: 480px;
  height: 540px;
}

.medCardRightColumn {
  float: left;
  position: relative;
  margin-top: 10px;
  margin-right: 5px;
  width: 306px;
  height: 270px;
}

.hidpi .medCardRightColumn {
  margin-top: 20px;
  margin-right: 10px;
  width: 612px;
  height: 540px;
}

.medChartBottom {
  float: left;
  width: 550px;
  height: 60px;
  font-weight: 700;
  font-size: 20px;
  padding: 5px;
}

.hidpi .medChartBottom {
  width: 1100px;
  height: 120px;
  font-size: 40px;
  padding: 10px;
}

.medCardRightStripe {
  float: right;
  position: relative;
  background-color: #007196;
  width: 15px;
  height: 356px;
}

.hidpi .medCardRightStripe {
  width: 30px;
  height: 720px;
}

.medCardDropArea {
  border: 2px dotted rgb(0, 113, 150);
  background-color: rgba(244, 215, 107, 0.15);
}

.medCardTitle {
  padding-left: 0;
  font-size: 22px;
  font-style: oblique;
  font-weight: 800;
  color: #000;
}

.medCardItemContainer > div:hover > .medCardTitle {
  padding-left: 3px;
}

.medCardItemContainer .medCardTitle {
  padding-left: 17px;
}

.hidpi .medCardTitle {
  padding-left: 34px;
  font-size: 44px;
}

.medCardItem {
  color: #000;
}

.hidpi .medCardItem {
  padding-left: 34px !important;
  font-size: 44px !important;
}

.medCardText {
  padding-top: 20px;
  padding-left: 10px;
  font-size: 18px;
}

.hidpi .medCardText {
  padding-top: 40px;
  padding-left: 20px;
  font-size: 36px;
}

.assetsContainer {
  margin-top: -20px;
}

.assetsContainer > div {
  margin-top: 15px;
}

.assetsContainer > span {
  font-size: 22px;
  display: inline;
  padding: 5px;
}

.medCardItemContainer > span > .medCardItem {
  display: block;
  padding-left: 17px;
  font-size: 22px;
  word-wrap: break-word;
}

.medCardItemContainer > span:hover > .medCardItem {
  display: inline;
  padding-left: 3px;
}

.medCardItemContainer > div > .handle {
  display: none;
}

.medCardItemContainer > span > .handle {
  display: none;
}

.medCardItemContainer > div:hover > .handle {
  display: inline;
}

.medCardItemContainer > span:hover > .handle {
  display: inline;
}

.medCardThumb {
  width: 100%;
  max-width: 450px !important;
  margin: 0 auto;
  display: block;
}

.handle {
  font-size: 10px;
  padding: 0 4px;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: move;
}

/* End of MedCard */

/* Loading Icon */
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgb(216, 216, 216);
  border-right: 1.1em solid rgb(216, 216, 216);
  border-bottom: 1.1em solid rgb(216, 216, 216);
  border-left: 1.1em solid #5243aa;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* End of Loading Icon */

/* PDF Viewer */
.pdf-container {
  max-height: 500px;
  width: 100%;
}

.pdf-loading {
  max-height: 500px;
  width: 100%;
}

/* Notification Bar */
.internal .internal-notification {
  padding: 15px 50px 0 50px;
  background-color: #eee;
}

/* Notes as chat */
.chat {
  display: block;
  width: 100%;
  min-height: 200px;
  max-height: 300px;
  height: 105%;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #eee;
}

.chat .date {
  text-align: center;
  padding: 10px;
  width: 100%;
}

.chat .message {
  display: flex;
  margin: 10px 0 0 10px;
  min-height: 30px;
  height: auto;
  text-align: left;
}

.chat .message.me img {
  order: 2;
  margin: 0 0 0 3px;
}

.chat .message.me div {
  order: 1;
  padding: 0 8px 0 0;
}

.chat .message.me div p {
  float: right;
  background-color: #007dba;
  color: #ffffff;
}

.chat .message.me span.timestamp {
  clear: right;
  font-size: 12px;
  margin-top: 3px;
  float: right;
}

.chat .message.me div:before {
  position: relative;
  float: right;
  content: "";
  margin: 7px -8px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #007dba;
}

.chat .message img {
  display: block;
  order: 1;
  margin: 0 10px 0 0;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.chat .message div {
  display: block;
  flex: 1;
  order: 2;
}

.chat .message div p {
  display: inline-block;
  margin: 0;
  width: auto;
  padding: 8px 10px 8px 10px;
  background: #fff;
  word-wrap: break-word;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.chat .message.unread div p {
  font-weight: bold;
}

.chat .message span.timestamp {
  font-size: 12px;
  margin-top: 3px;
  float: left;
}

.chat .message div:before {
  position: relative;
  float: left;
  content: "";
  margin: 7px 0 0 -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #fff transparent transparent;
}

.two-column-selector {
  width: 100% !important;
}

.internal-notification .card {
  margin-bottom: 15px;
  background-color: white;
  padding: 20px 20px 20px 20px;
}

.img-b2b-logo {
  width: 270px;
  height: 90px;
}

.img-b2b-logo-bg {
  width: 150px;
  height: 150px;
}

.cursor-pointer {
  cursor: pointer;
}

.fax-cover-letter {
  width: 500px;
  height: 250px;
}

/*Notifications*/

#btnDismissAll {
  float: right;
}

/*Tutorials Modal*/
#tutorialModal div.modal-content {
  width: 860px;
  height: 530px;
}

.card-tutorial img {
  width: 380px;
  height: 270px;
}

#tutorialModal iframe.embed-responsive-item {
  margin-top: 30px;
}

/*Get Credits Table*/
input#CreditAmount.table-center {
  width: 100px;
}

.remove-margin {
  margin-left: -35px;
}

/* B2Bv2 staff */

/*Notifications*/
.internal .medchart tr.unread {
  font-weight: bold;
}

.internal .badge-notify {
  background: red;
  position: relative;
  top: -18px;
  color: #fff;
}

.internal div.unread-message-checkbox {
  margin-top: 20px;
  position: relative;
}

.bold-text {
  font-weight: 700;
}

@media (max-width: 1023px) {
  .best-endings-button {
    padding: 32px !important;
  }

  .internal div.unread-message-checkbox {
    float: right;
  }
}

.control-value {
  padding-top: 5px;
}

.unread {
  font-weight: bold;
}

.tr-clickable {
  position: relative;
}

.tr-clickable .cart-details {
  cursor: pointer;
}

.tr-clickable:hover {
  background-color: #fdf7e3 !important;
}

.action-buttons .btn {
  margin-top: 5px;
}

.btn-group-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.best-endings iframe {
  width: 100%;
  min-height: 2100px;
}

.best-endings-button {
  padding: 36px 56px;
  font-size: 19px;
  max-width: 100%;
}

.best-endings-card p {
  font-size: 16px;
}

.powered-by {
  position: relative;
  top: 30px;
  /*font-size: 14px !important;*/
}

.best-endings-logo {
  max-width: 100%;
  display: inline;
  line-height: 30px;
}

.status-legend {
  position: absolute;
  margin-top: 20px;
}

.dicom-card {
  width: 60%;
  margin: 0 auto;
  background: #eee !important;
  text-align: left;
  padding: 30px !important;
}

.dicom-card h2 {
  border-bottom: none !important;
}

.dicom-card p {
  font-size: 18px;
}

ol.download-intructions-list ul {
  padding-left: 0;
}

ol.download-intructions-list li {
  list-style-position: outside;
  margin-left: 1em;
}

.download-intructions-list {
  text-align: justify;
  font-size: 18px;
  list-style-position: inside;
}

.btn-download-zip {
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 20px 30px;
  font-size: 22px;
}

tr.no-border > td {
  border-top: none !important;
  padding-bottom: 15px !important;
}

div.striped {
  background-color: #f9f9f9;
}

div.cart-row {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

div.cart-total {
  padding-right: 20px;
}

.cart-buttons {
  float: right;
}

.action-button-cart {
  display: flex;
}

.topup-description {
  float: right;
}

.padding-top {
  padding-top: 5px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-right {
  padding-right: 5px;
}

.btn-neon {
  -webkit-animation: neon 0.5s ease-in-out infinite alternate;
  -moz-animation: neon 0.5s ease-in-out infinite alternate;
  animation: neon 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes neon {
  from {
    box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ffdd1b,
      0 0 70px #ffdd1b, 0 0 80px #ffdd1b, 0 0 100px #ffdd1b, 0 0 150px #ffdd1b;
  }

  to {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ffdd1b,
      0 0 35px #ffdd1b, 0 0 40px #ffdd1b, 0 0 50px #ffdd1b, 0 0 75px #ffdd1b;
  }
}

@-moz-keyframes neon {
  from {
    box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ffdd1b,
      0 0 70px #ffdd1b, 0 0 80px #ffdd1b, 0 0 100px #ffdd1b, 0 0 150px #ffdd1b;
  }

  to {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ffdd1b,
      0 0 35px #ffdd1b, 0 0 40px #ffdd1b, 0 0 50px #ffdd1b, 0 0 75px #ffdd1b;
  }
}

@keyframes neon {
  from {
    box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ffdd1b,
      0 0 70px #ffdd1b, 0 0 80px #ffdd1b, 0 0 100px #ffdd1b, 0 0 150px #ffdd1b;
  }

  to {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ffdd1b,
      0 0 35px #ffdd1b, 0 0 40px #ffdd1b, 0 0 50px #ffdd1b, 0 0 75px #ffdd1b;
  }
}

.right-inner-addon {
  position: relative;
}

.right-inner-addon input {
  padding-right: 30px;
}

.right-inner-addon i {
  position: absolute;
  right: 0px;
  padding: 10px 12px;
  pointer-events: none;
}

.slidecontainer {
  width: 100%; /* Width of the outside container */
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-bottom {
  margin-bottom: 5px;
}

.overlay-component {
  position: absolute;
  display: block;
  width: 90%;
  z-index: 100000;
  cursor: pointer;
}

.overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100000;
  cursor: pointer;
}

.required {
  color: red;
  font-style: normal;
}

.alert-default {
  background-color: #bcbcbc;
  border-color: #8c8c8c;
  color: #000;
}

.btn-text {
  margin-left: 8px;
}

/*SearchComponent*/
@keyframes focus {
  from {
    background-color: #5b4e7d;
    color: white;
  }

  to {
    background-color: white;
    color: gray;
  }
}

@keyframes blur {
  from {
    background-color: white;
    color: gray;
  }

  to {
    background-color: #5b4e7d;
    color: white;
  }
}

@media (max-width: 768px) {
  .search-component input:focus {
    border: 1px solid #382b59;
  }
}

.search-component {
  text-align: center;
  width: 100%;
}

.search-component input {
  margin-top: 6px;
  width: 100%;
  height: 38px;
  background-color: #5b4e7d;
  border: none;
  border-radius: 6px;
  color: white;
  padding-left: 8px;
  padding-right: 30px;
  outline: none;
  animation-duration: 1s;
  animation-name: blur;
}

.search-component input:focus {
  animation-duration: 1s;
  animation-name: focus;
  background-color: white;
  color: gray;
}

.search-component input:focus + .background-icon {
  color: gray;
  animation-duration: 1s;
  animation-name: focus;
}

.background-icon {
  margin-left: -25px;
  color: white;
  font-size: 18px;
  animation-duration: 1s;
  animation-name: blur;
}

.search-component-results {
  position: absolute;
  z-index: 10;
  top: 37px;
  background-color: white;
  margin: 0 auto;
  margin-top: 10px;
  margin-left: 2px;
  width: 100%;
  border-radius: 6px;
  box-shadow: 6px 9px 10px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
  list-style-type: none;
  padding-left: 0px;
}

.search-component-results > .search-component-option {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: -4px;
}

.search-component-results > .search-component-option:hover {
  background-color: #f4f7fb;
}

.search-component input::-webkit-input-placeholder {
  /* Chrome */
  color: white;
}

.search-component input:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}

.search-component input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  opacity: 1;
}

.search-component input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: white;
  opacity: 1;
}

/* closing animation */
@keyframes close {
  to {
    opacity: 0;
    height: 0px;
  }
}

.closing {
  animation-duration: 1s;
  animation-name: close;
}

/*TipComponent*/
.tip {
  width: 100%;
  border: 1px solid #f4f5f7;
  border-left: 3px solid #5a4ab8;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 21px 16px 21px 27px;
  min-height: 84px;
}

.tip h3 {
  margin: 0 !important;
}

.tip .tip-content {
  margin-top: 8px;
}

.tip.tip-success {
  border-left: 3px solid #c1e4e0;
  background-color: rgba(234, 244, 245, 1);
  color: #42526e;
}

.tip.tip-success a {
  color: #c1e4e0;
}

.tip.tip-alert {
  border-left: 3px solid #ffbd2e;
  background: rgba(252, 241, 205, 0.4);
  color: #42526e;
}

.tip.tip-alert a {
  color: #ffbd2e;
}

.tip.tip-error {
  border-left: 3px solid #de350b;
  background-color: white;
  color: #42526e;
}

.tip.tip-error a {
  color: #de350b;
}

.tip.tip-closing {
  animation-duration: 1s;
  animation-name: close;
}

.tip-content {
  margin-top: 16px;
  margin-right: 20px;
  font-size: 14px;
  color: #919eab;
}

.tip-close {
  float: right;
  margin-right: -10px;
  margin-top: -20px;
}

/*TopHeaderBar*/
.top-header-bar {
  width: 100%;
  height: 50px;
  background-color: #382b59;
}

.top-header-bar .navbar-toggle {
  float: left;
  margin-left: 15px;
  color: white;
}

.top-header-bar .logo {
  float: left;
  height: 18px;
  margin-left: 26px;
  margin-top: 16px;
}

.top-header-bar .search {
  position: absolute;
  left: 18%;
  width: 65%;
}

.top-header-bar .menu {
  float: right;
  margin-top: 7px;
  margin-right: 40px;
}

.top-header-bar .menu .btn {
  background-color: transparent;
  color: white;
  font-size: 16px;
  outline: none;
  -webkit-user-select: none;
}

.top-header-bar .sign-out:hover {
  background-color: red;
}

.search-button {
  display: none;
  float: left;
}

@media (max-width: 900px) {
  .top-header-bar .menu {
    margin-top: 7px;
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .top-header-bar .search {
    position: absolute;
    margin: 0;
    margin-top: 50px;
    left: 0;
    width: 98%;
  }

  .top-header-bar .search.collapsed {
    display: none;
  }

  .search-button {
    display: inline-block;
  }

  .top-header-bar .logo {
    margin-left: 0px;
  }
}

.date-input {
  width: 116px;
}

.product-checkbox {
  font-size: 15px;
  font-weight: bold !important;
}

.attention-items-chevron {
  overflow: hidden;
  transition-duration: 0.8s;
  transition-property: transform;
}

.attention-items-chevron.closed {
}

.attention-items-chevron.open {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/*flags*/

.flag {
  width: 100%;
  border-left: 3px solid gray;
  background-color: white;
  color: #6b7689;
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 12px;
  border-radius: 3px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.flag.flag-alert {
  border-left: 3px solid #eb9c00;
  background-color: #fdf8ea;
}

.flag.flag-danger {
  border-left: 3px solid red;
  background-color: lightpink;
}

.flag.flag-success {
  border-left: 3px solid green;
  background-color: lightgreen;
}

.attention-items-chevron.open {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.text-md {
  line-height: 20px;
  font-size: 14px;
  color: #454f5b;
}

.text-sm {
  font-size: 12px;
  color: #919eab;
}

/* new request flow */

.mc-panel {
  background: #f0f0f0;
  border-radius: 4px;
  padding: 13px 18px 13px 18px;
  margin-bottom: 10px;
}

.mc-panel p {
  color: #42526e;
  color: #42526e;
  margin: 5px;
  font-size: 14px;
}

.mc-table {
  width: 100%;
  margin-bottom: 10px;
}

.mc-table > thead > tr > th {
  background-color: rgb(244, 245, 247);
  color: #42526e;
  font-weight: 500;
  line-height: 22px;
  font-size: 14px;
  padding: 5px;
}

.mc-table > tbody > tr {
  border-bottom: #f4f5f7 solid;
}

.mc-table > tbody > tr > td {
  padding: 5px;
}

.input-box input[type="radio"],
.input-box input[type="checkbox"] {
  margin-top: 3px;
  vertical-align: top;
  vertical-align: top;
  display: inline-block;
}

.input-box .after {
  display: inline-block;
  margin-left: 10px;
}

/*notifications-panel*/
.new-notifications-panel {
  position: absolute;
  width: 230px;
  height: 60px;
  right: 85px;
  top: 45px;
  background-color: white;
  color: #42526e;
  box-shadow: 3px 4px 7px rgba(141, 141, 141, 0.25);
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  text-align: center;
  animation-name: close;
  animation-delay: 3s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.new-notifications-panel .title {
  font-weight: bold;
}

.new-notifications-panel .content {
  margin-top: 6px;
}

.new-notifications-circle {
  margin-top: -6px;
  margin-right: -6px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: red;
  z-index: 10;
  float: left;
  text-align: center;
}

.new-notifications-circle.over-icon {
  position: absolute;
  right: 90px;
  top: 16px;
}

.new-notifications-circle .text {
  font-size: 11px;
  color: white;
}

@media (max-width: 900px) {
  .new-notifications-panel {
    right: 60px;
  }

  .new-notifications-circle {
    right: 65px !important;
  }
}

@media (max-width: 768px) {
  .new-notifications-panel {
    display: none;
  }
}

@media (max-width: 295px) {
  .new-notifications-circle {
    display: none;
  }
}

/* Action items "table" */
.clickable {
  cursor: pointer;
}

.pending-request-table {
  background-color: #f4f5f7;
  color: #42526e;
  margin-top: 26px;
  min-height: 29px;
  line-height: 1.8;
}

.pending-request-table div {
  white-space: nowrap;
}

.pending-request-row {
  padding: 22px 10px;
  border-bottom: 1px solid #f4f5f7;
  color: #42526e !important;
}

.pending-request-row.success {
  padding-top: 5px;
  padding-left: 20px;
  border-bottom: 1px solid #99d6c9;
  border-left: 3px solid #99d6c9;
  background-color: #edf5f6;
}

.pending-request-row.clickable:hover {
  background-color: #eae6ff;
  color: #42526e !important;
}

.popover-lawyers-button {
  position: relative;
  display: inline-block;
}

.popover-lawyers {
  position: absolute;
  top: -40px;
  left: 50px;
  background-color: #f0f0f0;
  border: 2px solid #99d6c9;
  width: 300px;
  min-height: 100px;
}

.popover-lawyers .title {
  font-size: 18px;
  margin-top: 10px;
  margin-left: 10px;
}

.popover-lawyers .content {
  padding: 20px 10px;
  font-size: 12px;
  margin-bottom: 10px;
}

.popover-lawyers button {
  background-color: transparent;
  color: #99d6c9;
  border: none;
}

.highlight {
  z-index: 999999;
}

.popover-icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 17px;
  border-radius: 6px;
  margin-left: -17px;
  margin-top: -27px;
}

.popover-icon.highlight {
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.8);
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

div.react-datepicker-popper {
  z-index: 999999;
}

.braintree-form__descriptor {
  color: black !important;
}

.AriaMenuButton {
    display: inline-block;
    position: relative;
}

.AriaMenuButton-trigger {
    cursor: pointer;
    display: inline-block;
    background-color: #EEE;
    background-image: linear-gradient(#FCFCFC, #EEE);
    border: 1px solid #D5D5D5;
    border-radius: 3px;
    font-weight: bold;
    padding: 6px 10px;
}

    .AriaMenuButton-trigger::after {
        content: "";
        display: inline-block;
        margin-left: 3px;
        position: relative;
        top: 3px;
        border-color: currentColor transparent transparent;
        border-width: 5px 4px;
        border-style: solid;
    }

    .AriaMenuButton-trigger:hover,
    .AriaMenuButton-trigger:focus,
    .AriaMenuButton-trigger.is-open {
        background-color: #DDD;
        background-image: linear-gradient(#EEE, #DDD);
        border-color: #CCC;
    }

    .AriaMenuButton-trigger:active,
    .AriaMenuButton-trigger.is-open {
        background-color: #DCDCDC;
        background-image: none;
        border-color: #B5B5B5;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
    }

.AriaMenuButton-menu {
    background: #fff;
    border: 1px solid rgba(200, 200, 200, 0.4);
    list-style-type: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    padding-left: 0;
    border-radius: 3px;
    margin: 4px 0 0 0;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    width: 215px;
    border-radius: 5px;
    box-shadow: 6px 9px 10px 0 rgba(0, 0, 0, 0.2);
}

    .AriaMenuButton-menu.notification {
        width: 415px;
    }

        .AriaMenuButton-menu.notification .notification-footer {
            height: 53px;
            padding-top: 18px;
            padding-left: 24px;
            padding-right: 24px;
        }

            .AriaMenuButton-menu.notification .notification-footer a {
                color: #5243AA;
                font-size: 14px;
                font-weight: 600;
                text-decoration: underline;
            }

    .AriaMenuButton-menu a {
        text-decoration: none;
        color: #454F5B;
    }

.AriaMenuButton-menu--flushRight {
    right: 0;
}

.AriaMenuButton-menuItem {
    cursor: pointer;
    padding: 8px;
}

    .AriaMenuButton-menuItem.notification {
        height: 100px;
        padding-bottom: 10px;
        border-bottom: 1px solid #F4F7FB;
    }

        .AriaMenuButton-menuItem.notification .notification-text {
            margin-top: 20px;
            margin-bottom: 20px;
            padding-right: 40px;
        }

.AriaMenuButton-menuItemWrapper:first-of-type .AriaMenuButton-menuItem {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.AriaMenuButton-menuItemWrapper:last-of-type .AriaMenuButton-menuItem {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.AriaMenuButton-menuItem:hover,
.AriaMenuButton-menuItem:focus {
    background-color: #6554C0;
    color: #fff;
}

.AriaMenuButton-menuItem.notification:hover,
.AriaMenuButton-menuItem.notification:focus {
    background-color: #EAE6FF;
    color: #42526E;
}

.AriaMenuButton-menuItem.is-selected {
    cursor: default;
    font-weight: bold;
}

/*
 * react-circular-progressbar styles
 *
 * All of the styles in this file are optional and configurable!
 */

.CircularProgressbar {
    /*
   * This fixes an issue where the CircularProgressbar svg has
   * 0 width inside a "display: flex" container, and thus not visible.
   *
   * If you're not using "display: flex", you can remove this style.
   */
    width: 100%;
}

    .CircularProgressbar .CircularProgressbar-path {
        stroke: #3e98c7;
        stroke-linecap: round;
        transition: stroke-dashoffset 0.5s ease 0s;
    }

    .CircularProgressbar .CircularProgressbar-trail {
        stroke: #d6d6d6;
    }

    .CircularProgressbar .CircularProgressbar-text {
        fill: #6554C0;
        font-size: 20px;
        dominant-baseline: middle;
        text-anchor: middle;
    }

    .CircularProgressbar .CircularProgressbar-background {
        fill: #d6d6d6;
    }

    /*
 * Sample background styles. Use these with e.g.:
 *
 *   <CircularProgressbar
 *     className="CircularProgressbar-inverted"
 *     background
 *     percentage={50}
 *   />
 */
    .CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background {
        fill: #6554C0;
    }

    .CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
        fill: #fff;
    }

    .CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
        stroke: #fff;
    }

    .CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
        stroke: transparent;
    }

.container.patient {
    width: 100%;
     background: rgba(65,138,179,0.1);
}

.patient .top-header {
    z-index: 1;
    min-height: 400px;
}

.patient .new-image-section{
    background-image: url("Images/howitworks-image/how-it-works-header-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 400px;
    /*float: right;*/
}

.patient hr {
    width: 70%;
    margin-top: 100px;
}

.patient .top-header > h2 {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #fff;
    width: 70%;
    /*border-bottom: 3px solid #fff;*/
}

.patient .pricing h2{
	margin-bottom:100px;
	border-bottom: 1px solid rgb(0,56,74);
	color: rgb(0,56,74);
	font-weight: 400;
	margin-left: -20px;
	margin-right: -20px;
    font-size: 35px;
    font-weight: 800;
}

.patient .pricing h2 span{
	position: relative;
	top: 17px;
	background-color: #ecf4f8;
	padding-left: 20px;
	padding-right: 20px;
}

.patient .content-body{
    width: 80%;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    z-index: 1;
}

.patient  .content-body  div.circle-background {
    margin-right: 6px;
	height: 56px;
	width: 56px;
	background-color: rgb(244,215,107);
	border-radius: 28px;
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	padding-top: 6px;
	text-align: center;
	font-weight: bold;
    position: absolute;
    color: #ffffff;
}

.patient .content-body div.circle-background{
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top: -30px;
}

.patient .patient-card {
    /*border: 1px solid #c8cfd1;*/
    background: #ffffff;
    max-width: 760px;
    padding: 41px;
    margin: 0 auto;
    /*text-align: center;*/
    min-height: 320px;
    z-index: 2;
    line-height: 200px;
    box-shadow: 3px 3px 2px #888888;
}

.patient .number {
    width: 4%;
    margin: 0 auto;
}

.patient-card img {
    width: 25%;
    float: left;
    padding-left: 20px;
    padding-left: 20px;
    vertical-align: middle;
}

.patient-card .title-border {
    border-bottom: 1px solid #f7d82f;
}

/*.patient .verticalLine {
    border-left: thick solid #f4d76b;
    min-height: 50px;
    z-index: 1;
    margin: 0 auto;
    max-width: 11px;
}*/

.card-text-patient {
    float: left;
    width: 60%;
    display: inline;
    text-align: left;
    padding-top: 20px;
    margin-left: 57px;
}

.register {
    margin-left: 88px;
}

.patient div.card-text-patient h4 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #00384a;
}

.patient div.card-text-patient h5 {
    line-height: 26px;
    font-size: 17px;
  
}

/*Pricing*/

.patient .pricing {
    width: 100%;
    /*background: rgba(65,138,179,0.1);*/
}

/*#pricing-table {
    width: 70%;
    margin-right:  auto;
    margin-left:  auto;
    margin-bottom: 50px;
    padding: 30px;
}*/ 

#pricing-table .price-title {
    background: #fff;
}

.price-title .header {
    font-size: 24px;
    border-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background: rgba(222, 223, 224, 1);
}

.columns li {
    font-size: 16px;
}

.pricing h2 {
    margin-bottom: 30px;
    font-weight: 800;
}

/* Style the list */
.price {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pricing .price-title {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0px;
    text-align: right;
}

.price-title .pre-header {
    height: 30px;
    padding: 5px;
}

.price .pre-header {
    border: 0;
    padding: 5px;
    height: 30px;
}

.price.current .pre-header {
    background-color: #008cba;
    color: #FFF;
}

.price.basic .pre-header {
    background-color: #fff;
}

.price.pro .pre-header {
    background-color: #fff;
}

/* Create three columns of equal width */
.columns {
    float: left;
    width: 25%;
}

.pricing .columns:nth-child(odd) {
    background: #fff;
}

.pricing .columns:nth-child(even) {
    background: #f4f4f4;
}

/*Media Query*/
@media all and (max-width: 1470px) {
     #pricing-table {
        width: 90%;
        padding: 0;
    }
   .verticalLine {
       width: 0px;
    }
     /*.patient .patient-card {
        width: 70%;
        padding: 30px;
         min-height: 297px;
    }*/
}

@media all and (max-width: 1648px) {
   .card-text-patient {
        padding-top: 0;
        margin-left: 30px;
    }
}

@media all and (max-width: 1024px) {
    .patient .top-header > h2 {
         top: 30%;
    }
    #pricing-table {
        width: 100%;
        padding: 0;
    } 
    .card-text-patient {
        padding-top: 0;
        margin-left: 30px;
    }
    div.register {
        margin-left: 49px;
    }
   .patient .patient-card {
        width: 100%;
        padding: 30px;
    }
   /*.patient .number {
        width: 15%;
    }*/
   /*.verticalLine {
       width: 2em;
   }*/

   #feature-column {
       width: 32%;
   }

  .pricing .columns{
       width: 22%
   } 
}

@media all and (max-width: 767px) {
    .card-text-patient {
        float: none;
        width: 100%;
        padding-top: 0;
    }
   .patient .patient-card {
        width: 100%;
        padding: 30px;
        line-height: 0;
    }
   .patient .number {
        width: 15%;
    }
   .patient .pricing .columns {
       width: 100%;
   }
   #pricing-table {
        width: 100%;
        padding: 0;
    } 
}
.container.clinic {
     width: 100%;
    background: #fff;
    /*background: rgba(65,138,179,0.1);*/
}
.business-header {
    background: #00384a !important;
    min-height: 560px;
}

div.header-business-text {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 70px;
    z-index: 1;
}

.items-business-btn {
     width: 65%;
    text-align: center;
    margin: 20px auto;
    position: relative;
    z-index: 1;
}

.btn-signup-business {
    padding: 30px 40px;
    background-color: #f4d76a;
    border: 2px solid #00384a;
    color: #00384a !important;
    font-size: 20px;
    line-height: 15px;
    font-weight: 800;
    margin-top: 20px;
    border-radius: 4px;
    font-weight: bold;
}

.btn-signup-form {
    padding: 30px 40px;
    background-color:#00384a;
    border-color: #ffffff;
    color: #ffffff !important;
    font-size: 20px;
    line-height: 15px;
    font-weight: 800;
    margin-top: 20px;
    border-radius: 4px;
}

.btn-signup-business:hover, .btn-signup-form:hover {
    /*background-color: rgb(135, 80, 161) !important;
    border-color: #ffffff;*/
    color: #fff !important;
    background: #008cba;
    /*-webkit-transition: all 200ms ease-in;*/
}

    div.header-business-text h1 {
        color: #f4d76a;
        text-shadow: 1px 1px 4px #000000;
    }

div.header-business-text h2 {
    color: #fff;
    text-shadow: 1px 1px 4px #000000;
}

.clinic .top-header {
    min-height: 403px;
}

.clinic .top-header .illustration {
    /*margin-left: 50%;*/
    margin-right: 10px;
    float: right;
    padding-top: 56px;
}

.clinic .top-header h2 {
    color: #fff;
}

.clinic .top-header .header-content {
    margin-top: 140px;
    width: 50%;
}

.clinic .new-image-section{
    max-height: 400px;
}

.clinic hr {
    width: 60%;
}

.clinic .content-body {
    display: block;
}

.clinic .contact-body {
    background-color: #F0F0F0;
    min-height: initial !important;
    padding-top: 15px;
}

.clinic .contact-body .contact-form {
    /*background-color: rgba(191, 191, 191, 0.5);*/
    background-color: rgba(255,255,255,0.8);
    width: 95% !important;
}

.clinic .contact-button {
    padding: 20px 30px !important;
}
    /*Clinic Features*/
    .clinic-features {
        max-width: 1100px;
        margin: 6em auto;
        min-height: 330px;
        text-align: center;
    }

.clinic-features i {
    font-size: 100px;
    color: #797c7c;
}

.clinic-features h3 {
    font-weight: 800;
    color: #00384a;
}

.clinic-features h4 {
    line-height: 25px;
}

.features-row {
    margin-bottom: 8rem;
}

/*How it works*/
.clinic-howitworks {
     background: rgba(65,138,179,0.1);
    padding-top: 27px;
    padding-bottom: 50px;
}

.clinic-howitworks h1 {
    color: #00384a;
    font-weight: 800;
    text-align: center;
    padding-bottom: 50px;
}

.clinic  .content-body  div.circle-background {
    margin-right: 6px;
	height: 56px;
	width: 56px;
	background-color: rgb(244,215,107);
	border-radius: 28px;
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	padding-top: 6px;
	text-align: center;
	font-weight: bold;
    position: absolute;
    color: #ffffff;
}

.clinic .content-body div.circle-background{
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top: -30px;
}

.clinic .patient-card {
    /*border: 1px solid #c8cfd1;*/
    background: #ffffff;
    /*width: 40%;*/
    max-width: 760px;
    padding: 41px;
    padding-top: 45px;
    margin: 0 auto;
    /*text-align: center;*/
    min-height: 330px;
    z-index: 2;
    /*line-height: 330px;*/
    box-shadow: 3px 3px 2px #888888;
}

.clinic .number {
    width: 4%;
    margin: 0 auto;
}

.patient-card img {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    vertical-align: middle;
}

.patient-card .title-border {
    border-bottom: 1px solid #f7d82f;
}

.verticalLine {
    /*border-left: thick solid #f4d76b;*/
    min-height: 2em;
    z-index: 1;
    margin: 0 auto;
    min-width: 2em;
}

.clinic div.card-text-patient h4 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #00384a;
}

.clinic div.card-text-patient h5 {
    line-height: 26px;
    font-size: 17px;
  
}

/*Pricing*/

.clinic-pricing {
     background: rgba(65,138,179,0.1);
}
.clinic #pricing-table {
    width: 60%;
    margin: 0 auto;
}

.clinic .columns {
    float: left;
    width: 33.3%;
}

.clinic li.last {
    display: block;
    width: 200%; /*Sets the width of two columns*/
    background-color: #f5f5f5;
}

.clinic .clinic-pricing h2{
	margin-bottom:100px;
	border-bottom: 1px solid rgb(0,56,74);
	color: rgb(0,56,74);
	font-weight: 400;
	margin-left: -20px;
	margin-right: -20px;
    margin-top: 0;
    font-size: 35px;
    font-weight: 800;
    text-align: center;
}

.clinic .clinic-pricing h2 span{
	position: relative;
	top: 17px;
	background-color: #ecf4f8;
	padding-left: 20px;
	padding-right: 20px;
}

.clinic-pricing .partners .header {
    background: #007ca4;
}

.clinic-pricing  .care .header{
    background: #f7d82f;
    color: rgb(0,56,74); 
}

.clinic .last-row {
    padding-bottom: 43px;
}

.clinic-pricing .price .btn-default{
	font-size: 18px;
	padding: 9px 13px;
	color: rgb(0,56,74);
	background-color: #FFF2AA;
	border-color: rgb(92,103,124);
	font-weight:600;
}

.clinic li a.info {
    cursor: pointer;
    float: right;
    padding-left: 10px;
    padding-top: 2px;
    color: #006687;
}

/*Testimonials*/

.clinic-testimonials {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 400px;
    /*background-color: rgba(0,140,186,.8)*/;
}

.clinic-testimonials .testimonials {
    width: 60%;
    margin: 0 auto;
}
.clinic-testimonials .testimonials h2 {
    text-align:center;
    color: #00384a;
    margin-top: 0;
    padding-top: 90px;
}

#quote-carousel {
  /*padding: 0 10px 30px 10px;*/
  margin-top: 30px;
  text-align:center;
}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #333333;
  height:10px;
  width:10px;
  margin-bottom:1px;
}
/* typography */
.clinic-testimonials h1 {
  text-align:center;
  margin-bottom:-20px !important;
}
.clinic-testimonials p {
    font-style:italic;
    font-size: 20px;
}

/*Map*/
.clinic-map {
    width: 100%;
    margin: 0 auto;
}

.clinic-map img{
    width: 100%;
    padding: 30px;
}

.clinic-map h1 {
    color: #00384a;
    font-weight: 800;
    text-align: center;
    /*padding-bottom: 50px;*/
}

.header-business-image {
    position: relative;
    height: 360px;
}

.header-business-image img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.business-features {
    background-color: #fff !important;
}

.business-features h1 {
    width: 60%;
    margin: 30px auto 10px auto;
}

.feature-item {
    width: 60%;
    margin: 30px auto 0 auto;
}

.feature-item img {
    margin-left: 8rem;
}
.register-icon {
    /*margin-top: 2rem;*/
    width: 45%;
    margin-left: 10rem !important;
}

.share-icon {
    width: 60%
}

.signature-icon {
    width: 70%
}

.business-features h3 {
    margin-top: 0;
}
/*.feature-item.second-item {
    margin: 0 auto 20px auto;
}*/
.feature-item-text-register, .feature-item-text-signature, .feature-item-text-share {
    position: relative;
    left: 10%;
}

.feature-item-text-signature {
    min-height: 105px;
    line-height: 105px;
}

.feature-item-text-register {
    min-height: 100px;
    line-height: 100px;
}

.feature-item-text-share {
    min-height: 110px;
    line-height: 110px;
}

.feature-item-text-signature h3, 
.feature-item-text-register h3,
.feature-item-text-share h3{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    /*position: relative;
    left: -10%;*/
}

.top-header-business a.btn-signup-banner:hover {
    color: #ffffff !important;
    background-color: rgb(135, 80, 161) !important;
    border-color: rgb(135, 80, 161);
}

.magic-wand {
        padding: 22px 22px 22px 113px;
}

.magic-wand i {
    color: #00384a;
}
.medchart-magic {
    color: #00384a;
    /*border: dotted #ffae00 2px;
    padding: 30px;
    width: 30%;
    margin: 0 auto;
    width: 30%;
    box-shadow: 1px 1px 20px #b2b5be;*/
}

.features-2-background {
    /*background-color: #fafafa;*/
    min-height: 400px;
    line-height: 400px;
    text-align: center;
}
.clinic-features.features-2 {
    margin: 0;
    max-width: inherit;
    width: 75%;
    padding: 50px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.features-2 h1 {
    color: #00384a;
    font-weight: bold;
    width: 85%;
    margin: 0 auto;
}

.features-2 h3 {
    color: #03556f;
    font-weight: bold;
}

.features-2 i {
    color: #0080aa;
}

.features-2 h4 {
    width: 80%;
    margin: 0 auto;
}

.features-center {
    margin-top: 70px;
}

.feature-item a {
    text-align: center
}

.call-to-action-3 {
    background: #008cba !important;
}

.call-to-action-3 h3 {
    color: #fff;
}

.btn-signup-home.btn-home-business {
    padding: 24px 40px;
}


/*Media Query*/
@media screen and (min-width: 1440px) 
and (max-width: 2600px) {
    .business-features h3 {
        margin-top: 20px;
    }
    .clinic .contact-body .contact-form {
        width: 70% !important;
    }
    .share-icon {
        width: 40%;
    }
    .register-icon {
        margin-top: 2rem;
        margin-left: 22rem !important;
        width: 30%
    }
    .signature-icon {
        width: 50%
    }
    .feature-item img {
        margin-left: 20rem;
    }

}

@media screen and (max-width: 1122px) {
    #pricing-table {
        width: 100%;
        padding: 0;
    }

    .clinic .patient-card {
        width: 60%;
        padding: 30px;
    }

    .feature-item img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1648px) {
   .card-text-patient {
        padding-top: 0;
        margin-left: 30px;
    }
   .clinic .verticalLine {
        min-width: 15px;
    }
   .clinic #pricing-table {
         width: 80%;
    }
}

@media screen and (max-width: 1024px) {
    .clinic .top-header .illustration {
        max-width: 312px;
    }
    .clinic .top-header .header-content {
        width: 50%;
        margin-top: 115px;
    }
    .card-text-patient {
        padding-top: 0;
        margin-left: 30px;
    }
   .clinic .patient-card {
        width: 100%;
        padding: 53px;
    }
   .clinic #pricing-table {
        width: 100%;
    }
   .clinic .price-title .header {
       padding-bottom: 50px;
   }
   .clinic .last-row {
       padding-bottom: 43px;
   }
   .clinic-testimonials .testimonials {
        width: 100%;
    }
   .clinic .price li {
       padding: 20px;
   }
   .clinic #feature-column {
       width: 34%;
   }
   .clinic div.columns {
       width: 33%;
   }
   .clinic li.last h5 {
       font-size: 16px;
}
    
}
@media all and (max-width:991px) {
    .clinic .content-head {
        margin-top: 51px;
    }
     .feature-item-text-signature h3, 
    .feature-item-text-register h3,
    .feature-item-text-share h3{
        text-align: center;
    }
}
@media all and (max-width: 800px) {
    .clinic .price-title .header {
       padding-bottom: 89px;
   }
    .clinic .partners .header {
       padding-bottom: 55px;
   }
}

@media all and (max-width: 767px) {
    .register-icon {
        margin-left: 14rem !important;
    }
    .clinic .top-header {
        margin-left: 0;
        margin-right: 0;
    }

    .clinic .content-head {
        margin-top: 0;
        background-image: url("Images/howitworks-image/illustration.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
          }

    .clinic .top-header .header-content {
        width: 100%;
        text-align: center;
    }
    .card-text-patient {
        float: none;
        width: 100%;
        padding-top: 0;
    }
   .clinic #pricing-table {
        width: 100%;
    }

   .clinic div.columns {
        width: 100%;
    }
   /*.clinic .partners .header {
       padding-bottom: initial;
   }*/
   .clinic-testimonials {
        min-height: 600px;
    }

   .testimonials .carousel-inner {
       min-height: 380px;
   }
   .business-features h1 {
        width: 80%;
    }
   div.header-business-text {
       width: 90%;
   }
   .feature-item {
       text-align: center;
       margin-bottom: 50px;
   }
   .features-2 h1 {
     width: inherit; 
}
   .medchart-magic {
       padding: 90px 50px 50px 50px;
   }

   .second-item {
       margin-bottom: 130px !important;
   }

   .feature-item img, 
    .feature-item.second-item img {
            width: inherit;
    }

   .feature-item img {
    margin: 0 auto 15px auto;
    }


    .feature-item {
        width: 100%;
    }   
    .clinic-features.features-2 {
        width: 100%;
        padding: 20px;
    }
    .features-center {
        margin-top: 40px;
    }
     .features-center i {
        margin-top: 40px;
    }
     .header-business-image {
        position: relative;
        height: 265px;
    }
       .items-business-btn {
         width: 100%;
         padding: 30px;
     }
       .feature-item-text-register {
            height: 185px;
            line-height: 100px;
        }
    .feature-item-text-register, 
    .feature-item-text-signature, 
    .feature-item-text-share {
        position: initial;
        left: 10%;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
      .header-business-image {
        position: relative;
        height: 300px;
    }
}

@media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) {
    .register-icon {
        width: 25%;
        margin-left: 18rem !important;
    }
    .share-icon {
        width: 30%
    }

    .signature-icon {
        width: 40%
    }
      .feature-item {
       text-align: center;
   }
      .medchart-magic {
          padding: 55px;
      }
      .clinic-features.features-2 {
            width: 95%;
        }
      .features-2 h1 {
        width: 95%;
      }
      .features-2 h4 {
             width: 100%; 
        }
      .feature-item img {
          margin: 0 auto;
      }
      .feature-item-text-register {
        height: 152px;
    }
      .items-business-btn {
        margin: 65px auto -2px auto;
    }
      .feature-item-text-register, .feature-item-text-signature, .feature-item-text-share {
         left: 0; 
    }
    .feature-item-text-signature h3, 
    .feature-item-text-register h3,
    .feature-item-text-share h3{
        left: 0%;
        text-align: center;
    }

}

@media only screen 
and (min-device-width : 481px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
       .header-business-image {
        position: relative;
        height: 350px;
    }
       .btn-signup-home.btn-home-business {
        padding: 24px 9px;
        margin-top: 75px;
    }

       .second-item {
           margin-bottom: 20px;
       }
    .share-icon {
        width: 70%;
    }
    .register-icon {
        width: 55%;
        margin-left: 3rem !important;
    }
    .signature-icon {
        width: 80%
    }
   
}

@media all and (max-width: 320px) {
    .call-to-action-3 a.btn-signup-home{
        padding: 16px 21px;
    }

    .btn-signup-home.btn-home-business {
        padding: 24px 9px;
        margin-top: 75px;
    }
}



section.pricing-head>div{
	padding-top: 113px;
}

section.pricing-head img{
	margin-top: 50px;
}

.pricing{
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0;
	color: rgb(0,56,74);
    /*margin-bottom: 20px;*/
	/*background-color: #ECECE6;*/
	position:relative;
}

.pricing li a.info {
    cursor: pointer;
    float: right;
    padding-left: 10px;
    padding-top: 2px;
    color: #006687;
}

.pricing aside.prices{
	padding-top: 50px;
	padding-bottom: 55px;
}

.pricing aside.text{
	padding-top: 37px;
}

.pricing aside.text{
	padding-left: 75px; /*to shift pricing text so that it is centered fully despite blue border left design */
	padding-right: 30px;
	color: rgb(0,56,74);
}

.pricing>div.overlay{
	width: 472px;
	z-index:0;
	background-color: rgba(255,255,255,0.50);
}

.pricing aside.text h1{
	margin-top: 0px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 400;
	border-bottom: 1px solid rgb(0,56,74);
}

.pricing aside.text h1 span{
	position: relative;
	top: 17px;
	background-color: #F6F6F3;
	padding-left: 15px;
	padding-right: 15px;
}

.pricing aside.text h4{
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
}

.pricing aside.text strong{
	font-weight: 400;
}

.pricing aside.text .glyphicon{
	float: left;
	margin-right: 20px;
	font-size: 40px;
	margin-bottom: 5px;
}

.pricing aside.text .glyphicon-folder-open, .pricing aside.text .glyphicon-comment{
	position: relative;
	top: 11px;
}

.prices .free{
	background-color: rgb(65,138,179);
	height: 400px;
	padding: 35px 25px 35px 25px;
	color: white;
}

.prices .monthly{
	background-color: rgb(239,214,78);
	height: 400px;
	padding: 25px 25px 14px 25px;
}

.prices h3{
	margin-top: 10px;
	margin-bottom: 10px;
}

.free h1{
	margin-top:0px;
}

.monthly h1{
	line-height: 39px;
	margin-top: 0px;
}

.monthly h4{
	font-size: 17px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.free div{
	border-top: solid 1px white;
	margin-left: 20px;
	margin-right: 20px;
}

.monthly div{
	border-top: solid 1px rgb(0,56,74);
	margin-left: 10px;
	margin-right: 10px;
}

.free div:first-child, .month div:first-child{
	border-top: none;
}

div.free{
	position: relative;
	left: 30px;
}

div.monthly{
	position: relative;
	right: 30px;
}

.prices div.circle-background{
	margin-top: 175px;
	height: 52px;
	width: 52px;
	background-color: #CBD0D8;
	border-radius: 26px;
	display: inline-block;
	padding-top: 11px;
}

.prices .glyphicon{
	font-size: 30px;
}

/* Style the list */
.price {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price-title {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0px;
    text-align: right;
}

.price-title .pre-header {
    height: 30px;
    padding: 5px;
}

.price .pre-header {
    border: 0;
    padding: 5px;
    height: 30px;
}

.price.current .pre-header {
    background-color: #008cba;
    color: #FFF;
}

.price.basic .pre-header {
    background-color: #fff;
}

.price.pro .pre-header {
    background-color: #fff;
}

/* Pricing header */
.price .header {
    background-color: #008cba;
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.price.current .header {
    background-color: rgb(0, 124, 164);  
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.price.free .header {    
    background-color: rgb(0, 124, 164);  
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.price.basic .header {
    background-color: rgb(0, 140, 186);
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.price.pro .header {
    background-color: rgb(247,216,47);
    color: rgb(0, 56, 74);
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.price .button-area {
    height: 80px;
}

.price-title .button-area {
    height: 80px;
    text-align: right;
}

/* List items */
.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price li.big {
    height: 75px;
}

.price-title li {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #fff;
}

.price-title li.big {
    height: 75px;
}

.price-title li.big,
.price-title li.header {
    height: 75px;
    padding: 21px;
}

.price-title-b2b li {
    padding-top: 19px;
    padding-right: 21px;
    padding-bottom: 13px;
    padding-left: 21px;
    margin-top: 11px;
    text-align: left;
}

/* Grey list item */
.price .grey {
    background-color: #eee;
    font-size: 20px;
}

.price-title .grey {
    font-size: 20px;
    border-bottom: 0;
}

/* Create three columns of equal width */
.columns {
    float: left;
    width: 33%;
}

.columns:nth-child(odd) {
    background: #fff;
}

.columns:nth-child(even) {
    background: #f5f5f5;
}

/*B2B Princing*/

.space {
    height: 30px;
}

.partner-title {
    background: #f7d82f;
    top: 0;
}

.row-price .partner-title {
    min-height: 80px;
}
.row-price {
    margin: 0;
    background: #f6f6f3;
}

.row-price ul {
    background: #f6f6f3;
}

.b2b-price{
     list-style-type: none;
}

.b2b-price li {
    padding: 26px;
    /*text-align: center;*/
    font-size: 36px;
}

#first-column li {
    text-align: right;
    border-right: 2px solid #00384a;
}

/*#first-column li span {
    text-align: left;
}*/
#last-column li {
    text-align: left;
}

.b2b-price li a{
    text-decoration: none;
    color: #00384a;
}

.b2b-price li a:hover{
    text-decoration: none;
    cursor: pointer;
    color: #418ab3;
}

.b2b-price li a:visited{
    text-decoration: none;
    color: #00384a;
}

.row-price h3{
    margin: 0;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 50px;
}

#last-column {
    width: 100%;
}

#first-column {
    width: 100%;
}

.table-price {
    margin: 0px 250px;
}

.price-title-b2b {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding-top: 17px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: right;
}

.price-title-b2b .pre-header {
    height: 30px;
    padding: 5px;
}

.price-title-b2b .header {
    font-size: 25px;
    border-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
}
.price-title-b2b .button-area {
    height: 80px;
    text-align: right;
}

.message-b2b * {
    display: inline-block;
}
.message-b2b {
    background: #008cba;
    min-height: 60px;
    text-align: center;
    color: rgb(255,255,255);
    padding: 10px;
    position: relative;
}

.message-b2b h4 {
	position: relative;
    padding-right: 15px;
}

.message-b2b a {
	color: rgb(255,255,255);
}

.middle section.call-bar {
	background-color: rgb(65,138,179);
	color: rgb(0,56,74);
	/*padding: 10px;*/
	text-align: center;
}

.middle section.call-bar h3 {
    color: rgb(255, 255, 255);
    padding-bottom: 10px;
}


.contact-body-pricing{
	background-color: rgb(246,246,243);
	/*border-right: 20px solid rgb(65,138,179);*/
	padding: 47px 100px 35px 150px;
    /*min-height:100vh;*/
}

.contact-body-small-padding {
	background-color: rgb(246,246,243);
	border-right: 20px solid rgb(65,138,179);
	padding: 86px 50px 35px 50px;
    /*min-height:100vh;*/
}

.contact-body-small-padding .contact-form{
	background-color: #FFF;
	padding: 5px 30px 30px 30px;
	color: rgb(0,56, 74);
}

.contact-body-pricing .card {
    background-color: rgb(246,246,243);
    padding: 20px 20px 20px 20px;
}
.contact-body-pricing .contact-form{
	padding: 5px 50px 30px 50px;
	color: rgb(0,56, 74);
}

/*.contact-body-pricing .contact-form legend {
	color: rgb(0,182,242);
	border-bottom: 1px solid rgb(0,140,186);
}*/

.contact-body-pricing .contact-form h4{
	font-weight:400;
	margin-top:15px;
}

.contact-body-pricing label {
    font-size: 15px;
}

@media only screen and (max-width: 991px) {
    .table-price {
        margin: 0 auto;
    }
    #first-column li {
        text-align: center;
    }
    #last-column li {
        text-align: center;
    }
}

@media only screen and (max-width: 740px) {
    .table-price {
        margin: 0 0;
    }
    .b2b-price li {
        font-size: 15px;
    }

    #first-column li {
        text-align: center;
        border: none;
    }
    #last-column li {
        text-align: center;
    }
    .midle section.call-bar h3 {
            margin-bottom: 20px;
       }
    .columns {
        width: 100%;
        margin-bottom: 10px;
    }

    #first-column {
        width: 100%;
    }
}

.end section.call-bar-home {
	background-color: rgb(247,216,47);
	color: rgb(0,56,74);
	padding: 20px;
	text-align: center;
    font-weight:  800;
    /*height: 110px;*/
}

.end section.call-bar-home h3{
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	top: 5px;
}

.end section.call-bar-home .btn-default{
	font-size: 21px;
	padding: 9px 13px;
	color: rgb(0,56,74);
	background-color: #FFF2AA;
	border-color: rgb(92,103,124);
	font-weight:600;
}

#register {
    width: 40%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}
.container.home {
    width: 100%;
}

.home .top-header {
    z-index: 1;
    min-height: 600px;
    /*background-color: rgba(142,184,206,0.6);*/
    background-color: rgba(0, 140, 186, 0.7);
    margin-bottom: 0;
}

    .home .top-header h2 {
        padding-top: 100px;
        font-weight: 500;
        font-size: 46px;
        width: 60%;
        margin: 0 auto;
        line-height: 70px;
        text-align: center;
        color: #ffffff;
        text-shadow: 1px 1px 4px #000000;
    }

    .home .top-header p {
        font-size: 20px;
        width: 60%;
        margin: 10px auto;
        text-align: center;
        color: #ffffff;
        text-shadow: 1px 1px 4px #000000;
    }

    .home .top-header a.btn-signup-home {
        padding: 30px 40px;
        background-color: rgb(88, 185, 90);
        border-color: #ffffff;
        color: #ffffff !important;
        font-size: 20px;
        line-height: 15px;
        font-weight: 800;
        margin-top: 20px;
        border-radius: 4px;
    }

        .home .top-header a.btn-signup-home:hover, .btn-signup-small:hover {
            color: #ffffff;
            background-color: rgb(135, 80, 161) !important;
            border-color: #ffffff;
        }

.home .price-banner-text {
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 30px;
    min-height: 250px;
    /*background-color: rgba(142,184,206,0.6);*/
    background-color: rgba(0, 140, 186, 0.7);
    margin-bottom: 0;
}

    .home .price-banner-text h2 {
        padding-top: 100px;
        font-weight: 500;
        font-size: 46px;
        width: 60%;
        margin: 0 auto;
        line-height: 70px;
        text-align: center;
        color: #ffffff;
        text-shadow: 1px 1px 4px #000000;
    }

    .home .price-banner-text h3 {
        padding-bottom: 10px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        color: #ffffff;
        text-shadow: 1px 1px 4px #000000;
    }

    .home .price-banner-text p {
        font-size: 16px;
        width: 30%;
        margin: 10px auto;
        text-align: left;
        color: #ffffff;
        /*text-shadow: 1px 1px 4px #000000;*/
    }

    .home .price-banner-text .home-popover {
        font-size: 16px;
        width: 25%;
        margin: 10px auto;
        text-align: left;
        color: #ffffff;
        /*text-shadow: 1px 1px 4px #000000;*/
    }

    .home .price-banner-text .popover {
        font-size: 14px;
    }

    .home .price-banner-text a.btn-signup-home {
        padding: 30px 40px;
        background-color: rgb(88, 185, 90);
        border-color: #ffffff;
        color: #ffffff !important;
        font-size: 20px;
        line-height: 15px;
        font-weight: 800;
        margin-top: 20px;
        border-radius: 4px;
    }

        .home .price-banner-text a.btn-signup-home:hover {
            color: #ffffff;
            background-color: rgb(135, 80, 161) !important;
            border-color: #ffffff;
        }

div.input-group.banner-searchbar {
    margin-top: 25px;
    box-shadow: 1px 1px 30px #00384a;
}

    div.input-group.banner-searchbar input.form-control {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

.home .btn-search {
    background-color: rgb(88, 185, 90);
    color: #ffffff !important;
    border-radius: 4px;
}

    .home .btn-search:hover {
        color: #ffffff;
        background-color: rgb(135, 80, 161) !important;
    }

.home .top-header img {
    position: absolute;
    width: 40%;
    left: 3em;
}

.home .new-image-section {
    background-image: url("Images/image/daughter_father.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    min-height: 600px;
    height: auto;
}



aside.call-bar {
    background-color: #03556F;
    border-color: rgb(0,121,161);
    color: white;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    font-size: 20px;
}

.call-to-action-consumer {
    background: #f7d82f !important;
}

a.btn-signup-home {
    padding: 16px 40px;
    background-color: #F7D82F;
    border-color: #F7D82F;
    color: #00384a !important;
    font-size: 20px;
    line-height: 15px;
    font-weight: 800;
    margin-top: 5px;
    border-radius: 4px;
}

/*Features*/
/*Video*/
.video-section {
    background: rgba(65,138,179,0.1);
}

.home-video {
    width: 60%;
    margin: 0 auto;
    padding: 50px 0;
}


/*Testimonials*/

.home-testimonials {
    width: 70%;
    margin: 0 auto;
    padding: 90px 0;
    min-height: 430px;
}

    .home-testimonials h2 {
        margin-right: 5%;
    }

.consumer-home-testimonials {
    background-color: #fafafa;
    /*background-image: url('Images/index/backgroundLight.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.home-testimonials h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #008CBA;
    font-weight: bold;
}


.home-testimonials p {
    font-size: 18px;
}

.home-testimonials .item {
    width: auto;
    height: 200px;
    max-height: 200px;
}

a.left.carousel-control {
    margin-left: -80px;
    display: inline-block;
    position: absolute;
    top: 20%;
    color: #00384a;
    background: transparent;
    font-size: 40px;
}

a.right.carousel-control {
    margin-right: -80px;
    display: inline-block;
    position: absolute;
    top: 20%;
    color: #00384a;
    background: transparent;
    font-size: 40px;
}

#quote-carousel {
    background: #fafafa;
    margin-left: 5%;
}

.small-text {
    font-size: 15px !important;
}

/*Testimonials Wide*/

.home-testimonials-wide {
    width: 60%;
    margin: 0 auto;
    padding: 10px 0;
    min-height: 370px;
}


    .home-testimonials-wide h2 {
        margin-right: 5%;
    }

.consumer-home-testimonials-wide {
    background-color: #fafafa;
    /*background-image: url('Images/index/backgroundLight.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.home-testimonials-wide h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #008CBA;
    font-weight: bold;
}


.home-testimonials-wide p {
    font-size: 18px;
}

.home-testimonials-wide .item {
    width: auto;
    height: 200px;
    max-height: 200px;
}

a.left.carousel-control {
    margin-left: -80px;
    display: inline-block;
    position: absolute;
    top: 20%;
    color: #00384a;
    background: transparent;
    font-size: 40px;
}

a.right.carousel-control {
    margin-right: -80px;
    display: inline-block;
    position: absolute;
    top: 20%;
    color: #00384a;
    background: transparent;
    font-size: 40px;
}

#quote-carousel {
    background: #fafafa;
    margin-left: 5%;
}

.small-text {
    font-size: 15px !important;
}

/*Options*/
.home-options {
    width: 100%;
}

    .home-options h2 {
        font-weight: 800;
        text-align: left;
        color: #fff;
        padding-top: 50px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .home-options h4 {
        text-align: left;
        color: #fff;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 25px;
        width: 50%;
    }

    .home-options a {
        margin-top: 10px;
    }

section.background-patient {
    background-image: url("Images/image/home-2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    padding: 0;
}

.home-options .left-header {
    background-color: rgba(0, 140, 186, 0.6);
    width: 100%;
    min-height: 500px;
    margin: 0 auto;
}

.home-options .right-header {
    background-color: rgba(247, 216,47, 0.6);
    width: 100%;
    min-height: 500px
}

section.background-clinic {
    background-image: url("Images/image/home-4.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    padding: 0;
}



.home-options .right-header h4,
.home-options .right-header h2 {
    color: #00384a;
    margin-left: -45px;
}

.home-options .right-header a {
    margin-left: -45px;
}

.home-content {
    width: 60%;
    margin: 0 auto;
}

.btn-clinic {
    background-color: rgba(0,56,74,1);
    border-color: rgb(255,255,255);
    color: rgb(255,255,255);
    padding: 16px 40px;
    font-size: 20px;
    line-height: 15px;
    font-weight: 600;
    margin-top: 5px;
    border-radius: 4px;
}

    .btn-clinic:hover {
        color: #ffffff !important;
        background-color: rgb(135, 80, 161) !important;
        border-color: rgb(135, 80, 161);
    }

/*How it works*/

.how-it-works-main {
    background: rgba(65,138,179,0.1);
}

.home hr {
    width: 70%;
    margin-top: 100px;
}

.how-it-works-cards {
    width: 70%;
    margin: 0 auto;
}

.how-it-works-main h2 {
    margin-top: 0;
    margin-bottom: 90px;
    /*margin: 0px auto;*/
    border-bottom: 1px solid rgb(0,56,74);
    color: rgb(0,56,74);
    font-weight: 400;
    font-size: 35px;
    font-weight: 800;
    text-align: center;
}

.home .how-it-works-main h2 span {
    position: relative;
    top: 17px;
    background-color: #ecf4f8;
    padding-left: 20px;
    padding-right: 20px;
}

.home .content-body div.circle-background {
    margin-right: 6px;
    height: 56px;
    width: 56px;
    background-color: rgb(244,215,107);
    border-radius: 28px;
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    padding-top: 6px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    color: #ffffff;
}

.home .content-body div.circle-background {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: -30px;
}

.home .patient-card {
    /*border: 1px solid #c8cfd1;*/
    background: #ffffff;
    max-width: 760px;
    padding: 41px;
    margin: 0 auto;
    /*text-align: center;*/
    min-height: 320px;
    z-index: 2;
    line-height: 200px;
    box-shadow: 3px 3px 2px #888888;
}

.home .number {
    width: 4%;
    margin: 0 auto;
}

.patient-card img {
    width: 25%;
    float: left;
    padding-left: 20px;
    padding-left: 20px;
    vertical-align: middle;
}

.patient-card .title-border {
    border-bottom: 1px solid #f7d82f;
}

/*.patient .verticalLine {
    border-left: thick solid #f4d76b;
    min-height: 50px;
    z-index: 1;
    margin: 0 auto;
    max-width: 11px;
}*/

.card-text-patient {
    float: left;
    width: 60%;
    display: inline;
    text-align: left;
    padding-top: 20px;
    margin-left: 57px;
}

.register {
    margin-left: 88px;
}

.home div.card-text-patient h4 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #00384a;
}

.home div.card-text-patient h5 {
    line-height: 26px;
    font-size: 17px;
}

/*Pricing*/
/*.home .free {
    display: none; 
}*/

.home .pricing {
    width: 100%;
    background: rgba(65,138,179,0.1);
}

.pricing h2 {
    margin-top: 0;
    margin-bottom: 90px;
    /*margin: 0px auto;*/
    border-bottom: 1px solid rgb(0,56,74);
    color: rgb(0,56,74);
    font-weight: 400;
    font-size: 35px;
    font-weight: 800;
    text-align: center;
}

.home .pricing h2 span {
    position: relative;
    top: 17px;
    background-color: #ecf4f8;
    padding-left: 20px;
    padding-right: 20px;
}

.home #pricing-table {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
}

#pricing-table .price-title {
    background: #fff;
}

.price-title .header {
    font-size: 24px;
    border-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background: rgba(222, 223, 224, 1);
}



.columns li {
    font-size: 16px;
}

/* Style the list */
.price {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pricing .price-title {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0px;
    text-align: right;
}

.price-title .pre-header {
    height: 30px;
    padding: 5px;
}

.price .pre-header {
    border: 0;
    padding: 5px;
    height: 30px;
}

.price.current .pre-header {
    background-color: #008cba;
    color: #FFF;
}

.price.basic .pre-header {
    background-color: #fff;
}

.price.pro .pre-header {
    background-color: #fff;
}

/* Create three columns of equal width */
.home .columns {
    float: left;
    width: 24.3%;
}

.pricing .columns:nth-child(odd) {
    background: #f4f4f4;
}

.pricing .columns:nth-child(even) {
    background: #fff;
}

/*Media Query*/
@media screen and (min-width: 1440px) and (max-width: 2600px) {
    /*Monitors*/
    .target-buttons {
        margin-top: 100px !important;
        width: 60% !important;
    }

    .target-page .content-header div.content-header-text-center {
        margin-top: 150px !important;
        top: 30px;
    }

    .target-page-header.content-header-text-center {
        width: 60% !important;
    }

    .target-page-block {
        top: 22rem !important;
    }
}

@media all and (max-width: 1470px) {
    #pricing-table {
        width: 90%;
        padding: 0;
    }
    /*.patient .patient-card {
        width: 70%;
        padding: 30px;
         min-height: 297px;
    }*/
}

@media all and (max-width: 1648px) {
    .card-text-patient {
        padding-top: 0;
        margin-left: 30px;
    }
}

/*Media Query*/
@media screen and (max-width: 1360px) {
    .home .top-header h2 {
        width: 80%;
        margin: 0 auto;
    }

    .home #pricing-table {
        width: 90%;
    }
}

@media screen and (max-width: 1360px) {
    .home .top-header h2 {
        width: 80%;
        margin: 0 auto;
    }

    .home #pricing-table {
        width: 90%;
    }
}

@media screen and (min-width: 997px) and (max-width: 1360px) {
    .content-header-text-center input[type=text] {
        width: 60% !important;
    }
}

@media screen and (max-width: 1200px) {
    .content-online-text {
        width: 100% !important;
    }
}

@media all and (max-width: 1024px) {
    .home .top-header h2 {
        position: inherit;
        padding-top: 100px;
    }

    .home .price-banner-text h2 {
        position: inherit;
        padding-top: 100px;
    }

    .home .price-banner-text p {
        width: 40%;
    }

    .home-video {
        width: 100%;
    }

    .home-testimonials {
        width: 90%;
    }

    .home-content {
        width: 100%;
        text-align: center;
        position: relative;
        top: 0%;
        transform: translateY(25%);
        max-height: 280px;
    }

    div.home-content h4,
    div.home-content h2 {
        text-align: left;
        width: 80%;
        margin: 0 auto;
        line-height: 30px;
        font-weight: 800;
    }

    .home-options a {
        margin-top: 10px;
    }

    .home-options .right-header h4,
    .home-options .right-header h2,
    .home-options .right-header a {
        margin-left: inherit;
    }

    .home .top-header > h2 {
        top: 30%;
    }

    .home .price-banner-text > h2 {
        top: 30%;
    }

    .home .how-it-works-cards {
        width: 100%;
    }

    .home #pricing-table {
        width: 100%;
        padding: 30px 0;
    }

    .card-text-patient {
        padding-top: 0;
        margin-left: 30px;
    }

    div.register {
        margin-left: 49px;
    }

    .home .patient-card {
        width: 90%;
        padding: 30px;
    }

    .home .columns {
        width: 33%;
    }

    .home #feature-column {
        width: 34%;
    }

    .carousel.slide {
        margin-left: 0;
    }

    #header-carousel {
        margin-right: 0;
    }

    a.left.carousel-control {
        margin-left: -70px;
        font-size: 40px;
    }

    a.right.carousel-control {
        margin-right: -70px;
        font-size: 40px;
    }

    .home-testimonials .carousel-inner {
        min-height: 220px;
        line-height: 220px;
    }

        .home-testimonials .carousel-inner .item span {
            display: inline-block;
            vertical-align: middle;
            line-height: 25px;
        }

    .home .pricing .columns {
        width: 22%
    }
}

@media all and (max-width: 767px) {
    .how-it-works-cards {
        width: 100%;
    }

    .card-text-patient {
        float: none;
        width: 100%;
        padding-top: 0;
    }

    .home .patient-card {
        width: 100%;
        padding: 30px;
        line-height: 0;
    }

    .home .number {
        width: 15%;
    }

    .home .pricing .columns {
        width: 100%;
    }

    a.left.carousel-control {
        margin-left: 80px;
        font-size: 40px;
        top: 100%;
    }

    a.right.carousel-control {
        margin-right: 80px;
        font-size: 40px;
        top: 100%;
    }

    .home .free li.header {
        font-size: 25px;
        padding: 23px;
    }
}

@media all and (max-width: 710px) {
    .home .top-header h2 {
        padding-top: 0px;
        font-size: 40px;
    }

    .home .price-banner-text h2 {
        padding-top: 0px;
        font-size: 40px;
    }

    .home .price-banner-text p {
        width: 60%;
    }

    .home-testimonials .carousel-inner {
        min-height: 320px;
        line-height: 320px;
    }

        .home-testimonials .carousel-inner .item span {
            display: inline-block;
            vertical-align: middle;
            line-height: 25px;
        }

    .home .top-header a.btn-signup-home {
        padding: 30px 5px;
    }

    .home .price-banner-text a.btn-signup-home {
        padding: 30px 5px;
    }

    .home .top-banner a.btn-signup-home {
        padding: 30px 5px !important;
    }

    .home .top-banner3 a.btn-signup-banner {
        padding: 30px 5px !important;
    }

    .home .top-banner3 .content-header-text {
        margin-top: 0px;
    }

    .advantages a.btn-signup-home {
        padding: 16px 40px !important;
    }
    /*.access-section {
    padding: 0px !important; 

    }*/
    .content-advantages-text {
        margin-top: 30px !important;
        margin-bottom: 17px !important;
    }

    .content-header-text {
        width: 100% !important;
    }

    .text-center-bannerbtn {
        text-align: center;
    }

    .home-testimonials {
        width: 100%;
    }

        .home-testimonials h2 {
            margin-right: 0%;
        }

    #quote-carousel {
        margin-left: 0%;
    }
}


.home .top-banner.center.target-page {
    min-height: 100vh;
}

.target-page {
    height: 100%;
    min-height: 100%;
}

/*New Consumer Page Section*/
.top-banner {
    padding-top: 30px;
    padding-bottom: 10px;
    min-height: 560px;
    background-color: #E7F4F8;
    position: relative;
}
/*New Consumer Page Section*/
.top-banner3 {
    padding-top: 30px;
    padding-bottom: 10px;
    min-height: 560px;
    background-color: rgba(0, 140, 186, 0.8);
    position: relative;
}

.top-banner.center {
    min-height: 590px;
    position: relative;
    background-color: #FFF;
    background-image: url(Images/index/IllustrationBlueBackground.png);
    background-repeat: no-repeat;
    background-position: center;
}

.overlay-header-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    /*background-color: rgba(208,234,242,0.9);*/
    background-color: rgba(0, 140, 186, 0.9);
}

.content-header {
    position: absolute;
    top: 10%;
    padding: 0 !important;
}

.content-header-text {
    margin-top: 130px;
    width: 70%;
    float: right;
}

.content-header-text-center h1 {
    color: #ffffff !important;
    font-weight: 500;
    text-shadow: 1px 1px 4px #000000;
}

.target-page-header.content-header-text-center {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

    .target-page-header.content-header-text-center h1 {
        font-weight: 800;
    }

.target-page-block {
    position: relative;
    top: 9rem;
}

.target-page-header.content-header-text-center h3,
.content-header-text-center h3 {
    line-height: 30px;
    color: #ffffff !important;
    text-shadow: 1px 1px 4px #000000
}

.content-header h1 {
    color: #01181F;
    font-weight: bold;
}

.content-header h3 {
    line-height: 30px;
    color: #01181F;
}

.content-header a {
    font-weight: bold;
}

.top-banner3 .content-header-text {
    margin-top: 100px;
}

.top-banner3 .content-header.text-center-banner {
    top: 5%;
}

.top-banner3 .content-header h1 {
    color: #ffffff;
    font-weight: 500;
    text-shadow: 1px 1px 4px #000000;
}

.top-banner3 .content-header h3 {
    line-height: 30px;
    color: #ffffff;
    text-shadow: 1px 1px 4px #000000;
}

.top-banner3 .content-header h4 {
    color: #ffffff;
}

.top-banner3 .content-header a {
    color: rgb(244,215,107);
}


.image-header {
    position: relative;
}

.image-header3 {
    position: relative;
    margin-top: 90px;
}

.btn-signup {
    padding: 16px 40px;
    background-color: #f7d82f;
    border: 2px #01181F solid;
    color: rgb(0,56,74);
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    margin-top: 5px;
}

    .btn-signup:hover {
        color: #ffffff !important;
        background-color: rgb(135, 80, 161) !important;
        border-color: rgb(135, 80, 161);
    }

    .btn-signup .glyphicon {
        line-height: 20px;
        top: 2px;
    }

a.btn-signup-home {
    padding: 16px 40px;
    background-color: #F7D82F;
    border-color: #F7D82F;
    color: #00384a !important;
    font-size: 20px;
    line-height: 15px;
    font-weight: 800;
    margin-top: 5px;
    border-radius: 4px;
}

    a.btn-signup-home:hover {
        color: #ffffff !important;
        background-color: rgb(135, 80, 161) !important;
        border-color: rgb(135, 80, 161);
    }

a.btn-signup-banner {
    padding: 25px 40px;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #00384a !important;
    font-size: 20px;
    line-height: 15px;
    font-weight: 800;
    margin-top: 5px;
    border-radius: 4px;
}

    a.btn-signup-banner:hover {
        color: #ffffff !important;
        background-color: rgb(135, 80, 161) !important;
        border-color: rgb(135, 80, 161);
    }

.access-section {
    padding: 50px;
    margin-top: 60px;
}

.online {
    background-color: #FAFAFA;
}

.access-section.online {
    margin-top: 0;
}

.access-section h2 {
    color: #008CBA;
}

.content-access-section h1 {
    color: #023747;
}

.content-access-section h3,
.content-privacy-section h3,
.content-security-section h3 {
    line-height: 30px;
}

.image-access-section img {
    float: right;
}

.content-access-text {
    width: 60%;
    float: left;
    margin-left: 30px;
}

.content-privacy-section {
    display: table;
}

.content-privacy-text {
    width: 60%;
    float: left;
    position: relative;
}

.security {
    background-color: #FAFAFA;
}

.image-header, .image-secutiry-section, .image-online-section, .image-header3 {
    float: right;
}

.image-online-section {
    margin-right: 7%;
}

.content-security-text {
    width: 60%;
    float: right;
    position: relative;
}

.content-online-text {
    width: 65%;
    float: right;
    position: relative;
    top: 20px;
}

.content-online-section {
    margin-left: 60px;
}

.image-privacy-section img {
    float: right;
    padding-right: 40px;
    padding-bottom: 10px;
}

.advantages {
    background: #008CBA;
    margin-top: 0;
    min-height: 400px;
    /*background-image: url('Images/index/backgroung.png');
    background-position: center;*/
}

    .advantages h2 {
        color: #f7d82f;
    }

    .advantages h3 {
        color: #fff;
        margin-bottom: 40px;
    }

.content-advantages-section img {
    margin-bottom: 20px;
}

.content-advantages-section {
    text-align: center;
}

.content-advantages-text {
    margin-top: 65px;
}

    .content-advantages-text h4 {
        color: #fff;
    }

    .content-advantages-text .white-link {
        color: #f7d82f;
        font-weight: bold;
    }

.testimonials-title h2 {
    line-height: 45px;
}

.empower-image img {
    width: 80%;
    margin-right: 5px;
}

.share-image img {
    width: 70%;
    margin-top: -27px;
}

.privacy-image {
    margin-top: 28px;
}

    .privacy-image img {
        width: 40%;
        margin-bottom: 10px;
    }
/*_ConsumerHeaderCenter*/

.content-header div.content-header-text-center {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 75px;
}

.content-header-text-center input[type=text] {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px 10px 10px 10px;
    font-size: 18px;
    width: 32%;
    border-radius: 4px;
    color: #000000;
    box-shadow: 1px 1px 30px #00384a;
}

.text-box-header {
    padding: 20px;
}

    .text-box-header h3 {
        color: #ffae00;
    }

.btn-signup-email {
    border-radius: 4px;
    background-color: rgb(88, 185, 90);
    border-color: #ffffff;
    color: #ffffff !important;
    padding: 12px 16px 12px 16px;
    font-weight: bold;
    margin-bottom: 3px;
    box-shadow: 4px 1px 20px #00384a;
}

.email-error {
    color: #ffffff !important;
}

.btn-signup-email:hover {
    color: #ffffff;
    background-color: rgb(135, 80, 161) !important;
    border-color: #ffffff;
}



.btn-request {
    border-radius: 4px;
    background-color: #407BC4;
    color: #fff !important;
    padding: 12px 16px 12px 16px;
    font-weight: bold;
    margin-bottom: 3px;
}

    .btn-request:hover {
        color: #fff;
        background-color: #60C8E7 !important;
        border-color: #ffffff;
    }

.btn-request-back {
    border-radius: 4px;
    padding: 12px 16px 12px 16px;
    font-weight: bold;
    margin-bottom: 3px;
}

/*Target Button*/
.top-banner.center.target-page {
    background-size: contain;
}

.target-page
.content-header
div.content-header-text-center {
    top: 30px;
}

.target-buttons {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    width: 80%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.target {
    width: 280px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #F7D82F;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 7px;
    box-sizing: border-box;
}

    .target:hover {
        border: 8px solid #00384a;
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1);
    }

        .target:hover > i {
            transform: scale(1.3);
            -ms-transform: scale(1.3);
            -webkit-transform: scale(1.3);
            -o-transform: scale(1.3);
            -moz-transform: scale(1.3);
        }



.target-buttons a {
    color: #00384a;
    text-decoration: none;
}

.target p {
    margin-top: 5px;
    font-size: 25px;
}

@media screen and (max-width: 1200px) {
    .home-testimonials {
        width: 85%;
    }

    #quote-carousel .carousel-indicators {
        top: 225px;
    }

    .home-testimonials h2 {
        margin-right: inherit;
    }
}

@media screen and (max-width: 996px) {
    /*.navbar-brand-center {
            left: 39%;
        }*/
    .content-header {
        top: 30%;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    .header-center {
        top: 5% !important;
    }

    .content-header-text-center input[type=text] {
        width: 70%;
    }

    .content-header div.content-header-text-center {
        margin: 100px auto;
    }

        .content-header div.content-header-text-center h1 {
            font-size: 30px;
        }

    .text-box-header {
        padding: 0px;
    }

    .top-banner {
        margin-top: 0;
    }

    .top-banner3 {
        margin-top: 0;
    }

    .overlay-header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background-color: rgba(208,234,242,0.9); /*dim the background*/
    }

    .overlay-header3 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background-color: rgba(0, 140, 186, 0.7); /*dim the background*/
    }

    .overlay-header4 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background-color: rgba(0, 140, 186, 0.8); /*dim the background*/
    }

    .top-banner3 {
        background-color: rgba(0, 140, 186, 0.0);
    }

    .content-header-text {
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    .top-banner3 .text-center-banner .content-header-text {
        margin: 100px auto;
    }

    .image-header img {
        display: none;
    }

    .image-header3 img {
        display: none;
    }

    .top-banner {
        background-image: url('Images/index/IllustrationBlueBackground.png');
        background-repeat: no-repeat;
        background-position: center;
    }

    .top-banner3 {
        background-image: url('Images/howitworks-image/illustration.png');
        background-repeat: no-repeat;
        background-position: center;
    }

    .no-banner-img {
        background-image: none;
    }

    .content-access-text,
    .content-security-text,
    .content-privacy-text,
    .content-online-text {
        text-align: center;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .image-secutiry-section {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

        .image-access-section img,
        .image-secutiry-section img,
        .image-online-section img {
            padding-right: 0;
            margin: 0 auto;
            float: none;
        }

    .image-privacy-section img {
        padding-right: 0;
        margin: 0 auto;
        float: none;
    }

    .content-online-section {
        margin-left: inherit;
    }

    .empower-image img, .share-image img, .privacy-image img {
        width: 64%;
    }

    .share-image img {
        width: 50%;
    }

    .privacy-image img {
        width: 30%;
    }

    .image-online-section {
        margin-right: inherit;
    }

    .target-page .content-header div.content-header-text-center {
        margin: 50px auto;
    }
}
/* Tablets ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .navbar-brand-center,
    .navbar-brand-center:hover,
    .navbar-.navbar-brand-center:active {
        left: 43%;
        padding-top: 13px;
    }

    .privacy-image {
        margin-top: 12px;
    }

    .home .free li.header {
        /*padding-top: 10px;
            padding-bottom: 11px;
            line-height: 27px;*/
    }

    #quote-carousel {
        margin-left: 0;
    }

    .btn-signup-small {
        margin-right: 0 !important;
    }

    .content-online-text {
        width: 90%;
    }

    .image-online-section {
        margin-right: inherit;
    }

    .share-image img {
        margin-top: inherit;
    }

    .target-buttons {
        flex-direction: column;
        align-items: center;
        width: 90%;
    }

    .target {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .home .top-banner.center.target-page {
        height: 1124px;
        min-height: 1024px;
    }
}

/*Tablet*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .content-header-text {
        width: 45%;
        margin-left: 5%;
        float: none;
    }

    .home-testimonials h2 {
        margin-right: 20px;
    }

    #quote-carousel {
        margin-left: 5%;
        margin-right: 3%;
    }

        #quote-carousel .carousel-indicators {
            top: 100%;
        }

    .image-header {
        margin-right: 6%;
    }

    .image-header3 {
        margin-right: 6%;
    }

    .privacy-image {
        margin-top: 19px;
    }

    .share-image img {
        margin-top: -27px;
    }
}

/* For landscape layouts only */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .navbar-brand-center {
        left: 45%;
    }

    .content-header {
        width: 100% !important;
        padding-right: 0;
    }

    .top-banner {
        min-height: 620px;
    }

        .top-banner img {
            margin: 0 auto;
        }

    .top-banner3 img {
        margin: 0 auto;
    }

    .content-access-text,
    .content-security-text,
    .content-privacy-text {
        transform: translateY(0%);
    }

    .image-secutiry-section img,
    .image-access-section img {
        max-width: 80%;
    }

    .image-privacy-section img {
        max-width: 60%;
    }

    .target-buttons {
        flex-direction: row;
    }

    .target.middle-button {
        margin-left: 10px;
        margin-right: 10px;
    }

    .target-page {
        min-height: 800px;
    }
}

/* Landscape for Iphone */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .target-buttons {
        width: 95%;
        margin: 0 auto;
    }

    .home .top-banner.center.target-page {
        min-height: 767px;
    }

    .target {
        width: 200px;
    }
}

/* Landscape for Iphone 6 Plus */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .target {
        width: 200px;
    }

    .home .top-banner.center.target-page {
        min-height: 667px;
    }

    .target-buttons {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
    /* phones */
    .navbar-brand-center,
    .navbar-brand-center:hover,
    .navbar-brand-center:active {
        left: 39%;
        padding-top: 5px;
    }

    .content-header {
        top: 20%;
    }

    .content-header-text {
        transform: translateY(-10%)
    }

    .image-privacy-section img {
        max-width: 70%;
    }

    .image-privacy-section {
        display: initial;
    }

    .image-secutiry-section {
        float: none;
    }

    .share-image img {
        margin-top: 0;
    }

    .content-header div.content-header-text-center {
        width: 100%;
        margin-top: 0;
        top: 30px;
    }

        .content-header div.content-header-text-center h1 {
            font-size: 30px;
        }

    .btn-signup-email {
        margin-top: 8px;
    }

    .home .top-banner.center.target-page {
        height: 1350px;
        min-height: 1300px;
    }

    .target-buttons {
        flex-direction: column;
        align-content: center;
        justify-content: center;
        width: fit-content;
    }

    .target {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) and (orientation:landscape) {
    /* phones */
    .navbar-brand-center,
    .navbar-brand-center:hover,
    .navbar-brand-center:active {
        padding-top: 5px;
    }

    .image-online-section {
        float: none;
        margin: inherit;
    }
}

@media only screen and (max-width: 320px) and (orientation:portrait) {
    .content-advantages-text .btn-signup-home {
        margin-left: -20px;
    }

    .target-buttons {
        flex-direction: column;
        align-items: center;
    }

    .home .top-banner.center.target-page {
        height: 1450px;
        min-height: 1450px;
    }
}

@media (max-width: 1064px) and (min-width: 767px) {
    .target.middle-button {
        margin-right: 15px;
        margin-left: 15px;
    }

    .target-buttons {
        width: 90%;
    }
}

/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0;padding:4px}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.15);border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid rgba(0,0,0,.15)}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.new,.datepicker table tr td.old{color:#777}.datepicker table tr td.day:hover,.datepicker table tr td.focused{background:#eee;cursor:pointer}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td.highlighted{color:#000;background-color:#d9edf7;border-color:#85c5e5;border-radius:0}.datepicker table tr td.highlighted.focus,.datepicker table tr td.highlighted:focus{color:#000;background-color:#afd9ee;border-color:#298fc2}.datepicker table tr td.highlighted:hover{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active,.datepicker table tr td.highlighted:active{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active.focus,.datepicker table tr td.highlighted.active:focus,.datepicker table tr td.highlighted.active:hover,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted:active:hover{color:#000;background-color:#91cbe8;border-color:#298fc2}.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled].focus,.datepicker table tr td.highlighted[disabled]:focus,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted.focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,fieldset[disabled] .datepicker table tr td.highlighted:hover{background-color:#d9edf7;border-color:#85c5e5}.datepicker table tr td.highlighted.focused{background:#afd9ee}.datepicker table tr td.highlighted.disabled,.datepicker table tr td.highlighted.disabled:active{background:#d9edf7;color:#777}.datepicker table tr td.today{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focus,.datepicker table tr td.today:focus{color:#000;background-color:#ffc966;border-color:#b37400}.datepicker table tr td.today:hover{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active,.datepicker table tr td.today:active{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active.focus,.datepicker table tr td.today.active:focus,.datepicker table tr td.today.active:hover,.datepicker table tr td.today:active.focus,.datepicker table tr td.today:active:focus,.datepicker table tr td.today:active:hover{color:#000;background-color:#ffbc42;border-color:#b37400}.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled].focus,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today.focus,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover{background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focused{background:#ffc966}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:active{background:#ffdb99;color:#777}.datepicker table tr td.range{color:#000;background-color:#eee;border-color:#bbb;border-radius:0}.datepicker table tr td.range.focus,.datepicker table tr td.range:focus{color:#000;background-color:#d5d5d5;border-color:#7c7c7c}.datepicker table tr td.range:hover{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active,.datepicker table tr td.range:active{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active.focus,.datepicker table tr td.range.active:focus,.datepicker table tr td.range.active:hover,.datepicker table tr td.range:active.focus,.datepicker table tr td.range:active:focus,.datepicker table tr td.range:active:hover{color:#000;background-color:#c3c3c3;border-color:#7c7c7c}.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled].focus,.datepicker table tr td.range[disabled]:focus,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.focus,fieldset[disabled] .datepicker table tr td.range:focus,fieldset[disabled] .datepicker table tr td.range:hover{background-color:#eee;border-color:#bbb}.datepicker table tr td.range.focused{background:#d5d5d5}.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:active{background:#eee;color:#777}.datepicker table tr td.range.highlighted{color:#000;background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focus,.datepicker table tr td.range.highlighted:focus{color:#000;background-color:#c1d7e3;border-color:#4b88a6}.datepicker table tr td.range.highlighted:hover{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active,.datepicker table tr td.range.highlighted:active{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active.focus,.datepicker table tr td.range.highlighted.active:focus,.datepicker table tr td.range.highlighted.active:hover,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted:active:hover{color:#000;background-color:#a8c8d8;border-color:#4b88a6}.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled].focus,.datepicker table tr td.range.highlighted[disabled]:focus,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted.focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:hover{background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focused{background:#c1d7e3}.datepicker table tr td.range.highlighted.disabled,.datepicker table tr td.range.highlighted.disabled:active{background:#e4eef3;color:#777}.datepicker table tr td.range.today{color:#000;background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.focus,.datepicker table tr td.range.today:focus{color:#000;background-color:#f4b747;border-color:#815608}.datepicker table tr td.range.today:hover{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:active{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active.focus,.datepicker table tr td.range.today.active:focus,.datepicker table tr td.range.today.active:hover,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today:active:hover{color:#000;background-color:#f2aa25;border-color:#815608}.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled].focus,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today.focus,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active{background:#f7ca77;color:#777}.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted{color:#fff;background-color:#777;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.focus,.datepicker table tr td.selected.highlighted.focus,.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected:focus{color:#fff;background-color:#5e5e5e;border-color:#161616}.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:hover{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected:active{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active.focus,.datepicker table tr td.selected.highlighted.active:focus,.datepicker table tr td.selected.highlighted.active:hover,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected:active:hover{color:#fff;background-color:#4c4c4c;border-color:#161616}.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected.highlighted[disabled].focus,.datepicker table tr td.selected.highlighted[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:hover,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover{background-color:#777;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active.highlighted{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.focus,.datepicker table tr td.active.highlighted.focus,.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active.focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active.focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active:active.focus,.datepicker table tr td.active:active:focus,.datepicker table tr td.active:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active.highlighted[disabled].focus,.datepicker table tr td.active.highlighted[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:hover,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active[disabled]:hover,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover.focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active:hover:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover.active.focus,.datepicker table tr td span.active.disabled:hover.active:focus,.datepicker table tr td span.active.disabled:hover.active:hover,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active:hover:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active.disabled:hover[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active:hover:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#777}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;line-height:1.42857143;border-width:1px 0;margin-left:-5px;margin-right:-5px}
/**
  * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
  *
  * @version v1.15.5
  * @homepage https://bootstrap-table.com
  * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
  * @license MIT
  */

@charset "UTF-8";.bootstrap-table .fixed-table-toolbar::after{content:"";display:block;clear:both}.bootstrap-table .fixed-table-toolbar .bs-bars,.bootstrap-table .fixed-table-toolbar .search,.bootstrap-table .fixed-table-toolbar .columns{position:relative;margin-top:10px;margin-bottom:10px}.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group{display:inline-block;margin-left:-1px!important}.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group>.btn{border-radius:0}.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:first-child>.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:last-child>.btn{border-top-right-radius:4px;border-bottom-right-radius:4px}.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu{text-align:left;max-height:300px;overflow:auto;-ms-overflow-style:scrollbar;z-index:1001}.bootstrap-table .fixed-table-toolbar .columns label{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429}.bootstrap-table .fixed-table-toolbar .columns-left{margin-right:5px}.bootstrap-table .fixed-table-toolbar .columns-right{margin-left:5px}.bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu{right:0;left:auto}.bootstrap-table .fixed-table-container{position:relative;clear:both}.bootstrap-table .fixed-table-container .table{width:100%;margin-bottom:0!important}.bootstrap-table .fixed-table-container .table th,.bootstrap-table .fixed-table-container .table td{vertical-align:middle;box-sizing:border-box}.bootstrap-table .fixed-table-container .table thead th{vertical-align:bottom;padding:0;margin:0}.bootstrap-table .fixed-table-container .table thead th:focus{outline:0 solid transparent}.bootstrap-table .fixed-table-container .table thead th.detail{width:30px}.bootstrap-table .fixed-table-container .table thead th .th-inner{padding:.75rem;vertical-align:bottom;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bootstrap-table .fixed-table-container .table thead th .sortable{cursor:pointer;background-position:right;background-repeat:no-repeat;padding-right:30px}.bootstrap-table .fixed-table-container .table thead th .both{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC")}.bootstrap-table .fixed-table-container .table thead th .asc{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==")}.bootstrap-table .fixed-table-container .table thead th .desc{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ")}.bootstrap-table .fixed-table-container .table tbody tr.selected td{background-color:rgba(0,0,0,0.075)}.bootstrap-table .fixed-table-container .table tbody tr.no-records-found{text-align:center}.bootstrap-table .fixed-table-container .table tbody tr .card-view{display:flex}.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title{font-weight:bold;display:inline-block;min-width:30%;text-align:left!important}.bootstrap-table .fixed-table-container .table .bs-checkbox{text-align:center}.bootstrap-table .fixed-table-container .table .bs-checkbox label{margin-bottom:0}.bootstrap-table .fixed-table-container .table input[type=radio],.bootstrap-table .fixed-table-container .table input[type=checkbox]{margin:0 auto!important}.bootstrap-table .fixed-table-container .table.table-sm .th-inner{padding:.3rem}.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer){border-bottom:1px solid #dee2e6}.bootstrap-table .fixed-table-container.fixed-height.has-card-view{border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6}.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border{border-left:1px solid #dee2e6;border-right:1px solid #dee2e6}.bootstrap-table .fixed-table-container.fixed-height .table thead th{border-bottom:1px solid #dee2e6}.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th{border-bottom:1px solid #32383e}.bootstrap-table .fixed-table-container .fixed-table-header{overflow:hidden}.bootstrap-table .fixed-table-container .fixed-table-body{overflow-x:auto;overflow-y:auto;height:100%}.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading{align-items:center;background:#fff;display:none;justify-content:center;position:absolute;bottom:0;width:100%;z-index:1000}.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap{align-items:baseline;display:flex;justify-content:center}.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text{font-size:2rem;margin-right:6px}.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap{align-items:center;display:flex;justify-content:center}.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before{content:"";animation-duration:1.5s;animation-iteration-count:infinite;animation-name:LOADING;background:#212529;border-radius:50%;display:block;height:5px;margin:0 4px;opacity:0;width:5px}.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot{animation-delay:.3s}.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after{animation-delay:.6s}.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark{background:#212529}.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before{background:#fff}.bootstrap-table .fixed-table-container .fixed-table-footer{overflow:hidden}.bootstrap-table .fixed-table-pagination::after{content:"";display:block;clear:both}.bootstrap-table .fixed-table-pagination>.pagination-detail,.bootstrap-table .fixed-table-pagination>.pagination{margin-top:10px;margin-bottom:10px}.bootstrap-table .fixed-table-pagination>.pagination-detail .pagination-info{line-height:34px;margin-right:5px}.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list{display:inline-block}.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group{position:relative;display:inline-block;vertical-align:middle}.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group .dropdown-menu{margin-bottom:0}.bootstrap-table .fixed-table-pagination>.pagination ul.pagination{margin:0}.bootstrap-table .fixed-table-pagination>.pagination ul.pagination a{padding:6px 12px;line-height:1.428571429}.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a{color:#c8c8c8}.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::before{content:"⬅"}.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::after{content:"➡"}.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.disabled a{pointer-events:none;cursor:default}.bootstrap-table.fullscreen{position:fixed;top:0;left:0;z-index:1050;width:100%!important;background:#fff;height:calc(100vh);overflow-y:scroll}div.fixed-table-scroll-inner{width:100%;height:200px}div.fixed-table-scroll-outer{top:0;left:0;visibility:hidden;width:200px;height:150px;overflow:hidden}@keyframes LOADING{0%{opacity:0}50%{opacity:1}to{opacity:0}}
.team-content .team-about-left h5, 
.team-content .team-about-left h4 {
    line-height: 22px;
    text-align: right;
    padding-right:5px;
}


.team-content .team-about-right h5,
.team-content .team-about-right h4{
    line-height: 22px;
    text-align: left;
    padding-left:5px;
}

.about div#team .team-content .derrick {
    float: right;
 }

/*.about div#team .team-content .text {
    float: left;
 }*/

.team-content .row {
    margin-top: 40px;
}

/*.team-content .row-even {
    margin-top: 30px;
}*/

.team-content img {
    padding-top: 20px;
}


@media (max-width: 1199px) {
    .team-content .team-about-left h5,
    .team-content .team-about-right h5{
        text-align: center;
        font-size: 22px;
        line-height: 24px;
    }

    .team-content .team-about-left h4,
    .team-content .team-about-right h4{
        text-align: center;
        font-size: 26px;
        line-height: 29px;
    }
    .about div#team .team-content .derrick{
        width: 100%;
    }

    .about div#team .team-content .james{
        width: 100%;
    }

    .about div#team .team-content img{
        width: 30%;
    }
  
}


@media (max-width: 991px) {
        .about div#team .team-content .derrick{
            width: 100%;
        }
        .about div#team .team-content .james{
            width: 100%;
        }

        .about div#team .team-content img{
            width: 40%;
        }
}

@media (max-width: 767px) {
        .about div#team .team-content img{
            width: 60%;
       }
}

section.new-image-section{
    background-image: url("Images/image/about-header.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 400px;
    /*float: right;*/
}

.top-header {
    background-color: rgba(0, 140, 186, 0.8);
    max-height: 400px;
}

.the-team .top-header > h2{
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    width: 65%;
    margin: 0 auto;
    color: #ffffff;
    line-height: 50px;  
}

/*About*/
.the-team .about-content-text  h3.quote{
	border-left: 1px solid #68BEDA;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 20px;
	color: rgb(0,140,186);
    line-height: 25px;
}

.about .about-content-text{
	padding: 35px 60px 50px 60px;
	display: none;
	border-right: 20px solid rgb(65,138,179);
	color: rgb(0,56,74);
	background-color: #E8E7DA;
    min-height: 700px;
}

#story {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 80px;
}

#story h2 {
    margin: 26px;
}

#story h4 {
    line-height: 26px;
}
/*The Team*/
.text-dif {
    font-weight: 800;
    color: #00384a;
}

.container.the-team {
    width: 100%;
}

.container.the-team hr {
    width: 70%;
}

.the-team h2 {
    text-align: center;
    bottom: 0;
}

.team-header h2{
    height: 300px;
    background: #008cba;
}

.all-cards {
    display: block;
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 80px;
}

.all-cards >h2 {
    margin: 40px;
}

.card-team{
  /*position: relative;*/
  /*float: left;*/
  padding-bottom: 32%;
  /*width: 30%;*/
  text-align: center;
  /*margin: 3px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.card__front,
.card__back {
  position: absolute;
  top: 0;
  left: 30px;
  width: 95%;
  height: 95%;
}


.card__front,
.card__back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

.card__back {
  background-color: #f6f6f3;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);      
}

.card__text_back {
    padding: 15px;
    font-size: 15px;
    text-align: left;
}

.card-team.effect__hover:hover .card__front,
.card-team.effect__hover:focus .card__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
          cursor: pointer;
}

.card-team.effect__hover:hover .card__back,
.card-team.effect__hover:focus .card__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
          overflow-y: auto;
          cursor: pointer;
}

.card__text {
    bottom: 0;
    color: white;
    font-size: 20px;
    position: absolute;
    line-height: 18px;
    background: #008cba;
    width: 100%;
}

#james {
    background-image: url("Images/team/james-headshot.jpg");
}

#derrick {
    background-image: url("Images/team/derrick-headshot.jpg");
}

#karen {
    background-image: url("Images/team/KarenJacquart-web.jpg");
}

#juliana {
    background-image: url("Images/team/juliana-headshot.jpg");
}
#luca {
    background-image: url("Images/team/luca-headshot.jpg");
}
#yuqing {
    background-image: url("Images/team/yuqing-headshot.jpg");
}
#carol {
    background-image: url("Images/team/carol-headshot.jpg");
}
#hiring {
    background: #00384a;
}

.hiring-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hiring-content>h2 {
    color: #ffffff;
    margin-bottom: 15px;
}

.career-btn {
    border: 2px solid #fff;
    color: #fff;
}
.career-btn:hover {
    border: 2px solid #f7d82f;
    color: #f7d82f;
}

/*Media Query*/
@media screen and (min-width: 1025px) and (max-width: 1800px) {
    .card__text_back {
        padding: 25px;
        font-size: 16px;
        text-align: left;
    }

    .all-cards {
        display: block;
        max-width: 70%;
        margin: 0 auto;
        margin-bottom: 80px;
    }
}

@media all and (min-width: 768px)  and (max-width: 1024px) {

    .the-team .top-header > h2{
        top: 20%;       
        font-size: 26px;
    }

    .all-cards {
       max-width: 90%;
       margin: 20px auto;
    }

    .card__text_back {
        padding: 8px;
        font-size: 15px;
        line-height: 18px;
        text-align: left;
        height: 380px;
    }
    .card-team {
        min-height: 394px;
    }
    #hiring {
        margin-top: 14px;
        min-height: 380px;
    }

}


@media (max-width: 767px) {
     .the-team .top-header > h2{
        top: 10%;
        font-size: 22px;
        line-height: 42px;
    }

    .card-team {
        min-height: 394px;
        margin:10px auto;
    }
    .all-cards {
       max-width: 100%;
    }
    .card__front, .card__back {
        left: inherit;
    }
     .card__text_back {
        font-size: 16px;
    }

}



.law-firm-page .logo {
    font-size: 26px;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}

.law-firm-page a {
    text-decoration: none;
}

.law-firms .contact-body legend {
    color: #000026;
    border-bottom: 1px solid #000026;
}

.law-firm-page .section span {
    text-align: left;
}

.law-firm-page h1 {
    font-size: 38px;
    width: 60%;
    margin: 0 auto;
    color: #000026;
    font-weight: 500;
    text-shadow: -1px 0px #808080;
}

.law-firm-page h2 {
    color: #000026;
}

.law-firm-page h3 {
    font-size: 22px;
    width: 58%;
    margin: 0 auto;
    color: #000;
    line-height: 35px;
    font-weight: 300;
    text-shadow: -1px 0px #808080;
}


.law-firm-page h4 {
    font-size: 20px;
    line-height: 35px;
}

.law-firm-page hr {
    width: 70%;
    background-color: #000026;
    border: 0 none;
    color: #000026;
    height: 1px;
}

.intro p {
    color: #fff;
}
/* Centered texts in each section */
.section {
    text-align: center;
    height: 100vh;
}
/* Overwriting styles for control arrows for slides*/
.fp-controlArrow.fp-prev {
    left: 70px !important;
    width: 0 !important;
}

.fp-controlArrow.fp-next {
    right: 70px !important;
}

/*Sections Background*/
#section0 {
    /*background-image: url('Images/lawfirm-images/Morning-Routine.jpg');*/

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-content {
    /*top: 50%;
    transform: translateY(-50%);
    position: relative;*/
   /*padding: 15% 0 0 0;*/
}

#sectionImage {
    /*background-image: url('Images/lawfirm-images/Desk-overlay.jpg');*/
    /*background-image: url('Images/lawfirm-images/Desk-180.jpg');*/
    background-image: url('Images/lawfirm-images/Desk-180-l.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sectionTestimonial {
    background-image: url('Images/lawfirm-images/blue-background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6% 0 0 0;
}

#section1 {
    background-image: url('Images/lawfirm-images/silverpen-paper-overlay.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#section2 {
    background-image: url('Images/lawfirm-images/man-with-computer-blurry-overlay.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6% 0 0 0;
}


#section3 {
    background-image: url('Images/lawfirm-images/Corridor-empty.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6% 0 0 0;
}

#section6 h4 {
    font-size: 18px;
}

#section6 h3 {
    width: 100%
}

#section6 {
    background-image: url('Images/lawfirm-images/man-with-computer-blurry-overlay.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6% 0 0 0;
}

.slide1 {
    padding: 5% 0 0 0;
}

#section4 {
    background-image: url('Images/lawfirm-images/men-withpen-blurry-overlay.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#section5{
    background-image: url('Images/lawfirm-images/silverpen-paper-overlay.jpg') !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6% 0 0 0;
}


.law-firm-page .index-page {
    background: transparent
}

.layer-opacity {
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    color: #fff;
}
/* Fixed header and footer.*/
.law-firm-page .navbar {
    border: none;
}
.law-firm-page .log-in {
    padding: 0;
}
.law-firm-page a.small-dark,
.law-firm-page .navbar-right-dark .glyphicon-log-in{
    color: #000026 !important;
}

#header {
    position: fixed;
    height: 58px;
    display: block;
    width: 100%;
    background: #fff;
    z-index: 9;
    text-align: center;
    color: #f2f2f2;
}

#header {
    top: 0;
}

/*Buttons*/
.btn-law-action-header {
    padding: 10px 15px;
    background-color: #fff;
    color: #000026;
    float: right;
    border: 2px solid #000026;
    margin-right: 35px;
    margin-top: 8px;
    font-weight: bold;
}

.law-firm-page .btn-law-action-header:hover {
        background-color: #08BDBD;
        color: #000026;
        border: 2px solid #000026;
    }

.btn-law-action-header-dark {
    padding: 10px 15px;
    background-color: #000026;
    color: #fff;
    border: 2px solid #000026;
    float: right;
    margin-right: 35px;
    margin-top: 8px;
    font-weight: bold;
}

.btn-law-action {
    padding: 20px 35px;
    background-color: #000026;
    color: #fff;
    border: 2px solid #000026;
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px;
    border-radius: 5px;
}

.btn-law-action:hover {
        background-color: #171739;
        color: #08BDBD;
        border: 2px solid #171739;
    }

.contact-button {
    margin-top: 15px;
    padding: 15px 25px;
}
/* Flex Box Icon*/

/*.icons-block {
    margin-top: 95px;
}*/
.law-features .icon {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: inline-block;
    /*background-image: url('Images/lawfirm-images/icons-color.png');*/
    background-image: url('Images/lawfirm-images/icons-3.png');
    cursor: pointer;
}

.icons-video-row{
    width: 80%;
    margin: 0 auto;
}

.two-features-row {
    width: 90%;
    margin: 0 auto;
}
.two-features-row p {
    line-height: 24px;
    font-size: 18px;
}
.testimonial-row {
    width: 68%;
    margin: 0 auto;
}
.icon p {
    position: relative;
    top: 30%;
    margin-bottom: 10px;
}

.icon1 {
    background-position: -189px -6px;
}

.icon2 {
    background-position: -383px -6px;
}

.icon3 {
    background-position: -583px -6px;
}

.icon4 {
    background-position: -589px -6px;
}

.icon1.active {
    background-position: -290px -6px;
}



.icon2.active {
    background-position: -480px -6px;
}

.icon3.active {
    background-position: -678px -6px;
}

.icon4.active {
    background-position: -685px -6px;
}

.law-features {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: space-between;
    width: 90%;
    /*margin-top: 50px;*/
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    flex-direction: column;
}

.icons-hr {
    margin-bottom: 25px;
}

.icons-text {
    text-align: left;
    margin-top: 100px;
    width: 90%;
    margin: 0 auto;
}

.icons-text h2 {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    margin-top: 0;
}

.icons-text h4 {
    color: #000000;
    font-size: 18px;
    margin-top: 3px;
}

.div-icon3 {
    /*width: 20%;*/
    margin-top: 17px;
    margin-bottom: 17px;
}
.video-icons {
    background: rgba(255, 255, 255, 0.7);
    min-height: 367px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    margin-top: 15px;
    padding: 50px;
}

.card-features {
    background: rgba(255, 255, 255, 0.7);
    min-height: 367px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    margin-top: 15px;
    padding: 10px 50px;
}

.video-icons video {
    width: 560px;

}
.four-ways-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*width: 65%;*/
    margin: auto;
    position: relative;
    left: 20px;
}

.video-icons video {
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
}

/*arrow-top*/
.arrow-top {
    position: absolute;
    bottom: 10px;
    opacity: 0.6;
}


/*Video Background*/
video::-webkit-media-controls {
    display: none !important;
}

#section0 {
    overflow: hidden;
}

/* Layer with position absolute in order to have it over the video
* --------------------------------------- */
#section0 .layer {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 25%;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: #000; /* in case the video doesn't fit the whole page*/
    background-image: /* our video */;
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index: 3;
}

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}

.no-video .video-container video,
.touch .video-container video {
    display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}

.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-image: url('Images/lawfirm-images/Morning-Routine.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}

.video-container video.fillWidth {
    width: 100%;
}

/*Media Logos*/
.logos-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: -55px;
}

.media-logo {
    padding-right: 50px;
    padding-left: 50px;
}
.media-logo.betakit {
    width: 100%;
}
.media-logo.forbes {
    width: 100%;
}

.media-logo.toronto-star {
    width: 100%;
    padding-right: 35px;
}

/*.law-firm-page .contact-body
{
    background-color: #ffffff;
}*/

.law-firms .contact-form,
.law-firm-page .contact-form {
    background: rgba(255,255,255,0.7);
}

.section .index-page {
    padding-top: 40px;
}

.contact-form.index-page-form legend {
    color: #000026;
    border-bottom: 1px solid #000026;
}

.law-firm-page .index-page-form {
    background: rgba(255,255,255,0.7);
    width: 80%;
    padding-bottom: 5px;
    padding-top: 31px;
}

.law-firm-page .contact-form h3 {
    width: 100%;
    font-weight: normal;
}

.law-firm-page .footer {
    position: absolute;
    height: 50px;
    bottom: 0;
    left: 0;
}

.law-firm-page footer {
    background: #000026;
    padding-top: 17px;
    overflow: hidden;
    width: 100%;
    clear: both;
}

.footer-list {    
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    display: inline-flex;
}

.footer-item {
    margin-left: 20px;
    color: #ffffff;
}

.footer-item a {
    color: #ffffff;
}

.footer-tem:first-child {
    padding-left: 0;
}

.fp-slidesNav.bottom{display: none}

.section-content {     
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 25%;
}

.section-content.about-us {
    top: 17%;
}
  .law-firm-page .index-page-form
.section-content.build-case {
    top: 25%;
}

.requestType-description {
    display: block;
    margin-left: 0 !important;
}

.request-type-options {
    position: relative;
    left: 200px;
}

.counter {
    font-size: 55px;
    margin-top: 15px;
}

/*Testimonials Section*/

.testimonial-card {
    background-color: rgba(255,255,255,0.7);
    padding: 10px;
    min-height: 300px;
    max-width: 270px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    margin: 8px;
    display: flex;
    align-items: center;
}

/*Media Queries*/
/*MONITORS*/
@media screen and (min-width: 1440px) and (max-width: 2600px) {
    .law-firm-page .index-page-form {
        width: 60%;

    }
    .counter {
        font-size: 60px;
        margin-top: 50px;
    }
    .section-content.about-us {
        top: 30%;
    }
    .fp-slidesNav.bottom{display: none}
    .icons-hr {margin-bottom: 15px; }
    .features-hr {
        margin-bottom: 25px;
    }
    .logos-grid { margin-top: 80px;}
    .slide1 {padding: 7% 0 0 0; }
    .icons-text h2 {font-size: 32px; }
    .icons-text h4 { font-size: 25px; }   
    #section3 { padding: 12% 0 0 0; }
    .four-ways-section { align-items: flex-start; }
    .icons-video-row { width: 70%;
        margin: 0 auto;
    }
    .two-features-row {
        width: 80%;
        margin: 0 auto;
    }
    .testimonial-row {
        width: 70%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .testimonial-card {
        margin: 45px;
        max-width: 350px;
    }
    .testimonial-card p {
        font-size: 16px;
    }
    .testimonial-card small {
        font-size: 15px;
    }
    .two-features-row p {
        font-size: 18px;
        line-height: 28px;
    }
    .icons-text {
        text-align: left;
        position: relative;
        right:-25px;
    }
    .law-features {
        width: 75%;
    }
    .video-icons video { width: 600px; }
    .law-firm-page .footer { height: 68px; }
    .law-firm-page footer {padding-top: 23px;}
    .forbes {  width: 70% !important; }
    .betakit {  width: 62% !important; }
    .toronto-star { width: 72% !important; }
    .card-features {
        padding: 30px 50px;
    }
    #section5, #sectionTestimonial, #section6, #section2{
        padding: 12% 0 0 0;
    }

}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    .fp-slidesNav.bottom{display: none}
}
/*TABLET*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
    .fp-slidesNav.bottom{display: none}
    #section2, #section3 {
        padding: 20% 0 0 0;
    }
    #section6 {
        padding: 10% 0 0 0;
    }
    .media-logo.betakit {
        width: 40%;
    }
    .media-logo.ehospice {
        width: 61%;
        margin-top: 55px;
    }
    .slide1 {
        padding: 14% 0 0 0;
    }
    .fp-controlArrow.fp-prev {
        left: 40px !important;
    }
    .fp-controlArrow.fp-next {
        right: 40px !important;
    }
    .testimonial-row {
        width: 75%;
    }
    #sectionTestimonial {
        padding: 16% 0 0 0;
    }
    .law-features {
        flex-direction: row;
    }
    #section5 {
        padding: 16% 0 0 0;
    }
}

@media only screen and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation : landscape) {
    .testimonial-row {
        width: 85%; margin: 0 auto;
    }
    #section3, #section6, #sectionTestimonial, #section5, #section2 {
        padding: 10% 0 0 0;
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 767px) and (orientation : landscape) {
    .law-firm-page h3 {
        width: 95%
    }
    #section5, #sectionImage, #section3, #section6,#sectionTestimonial, #section2, #section4 {
        min-height: 915px !important;
    }
    .testimonial-card {
        margin: 0 auto;
    }
    .fp-slidesNav.bottom {
        display: inherit
    }
    .fp-controlArrow.fp-next {
        display: none;
    }
    .fp-controlArrow.fp-prev {
        display: none;
    }
} 

/*MOBILE*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .fp-slidesNav.bottom{display:inherit}
    .mobile-text  img {
        margin: 5px auto;
        margin-bottom: 10px;
    }
    .law-firm-page .mobile-text h4 {
        width: 85%;
        margin: 0 auto;
        font-size: 18px;
        padding-bottom: 10px;
    }
    .law-firm-page .mobile-text h2 {
        font-weight: bold;
        width: 85%;
        margin-bottom: 3px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        font-size: 22px;
    }
    .fp-controlArrow.fp-next {
        border-width: 25px 0 25px 23px !important;
        right: 5px !important;
        display: none;
    }
    .fp-controlArrow.fp-prev {
        border-width: 25px 23px 25px 0 !important;
        left: 5px !important;
        display: none;
    }
    .law-firm-page .navbar-header .icon-bar {
        background-color: #171739;
    }
    .law-firm-page .navbar .navbar-toggle:hover .icon-bar {
        background-color: #08BDBD;
    }
    .law-firm-page .navbar-collapse form.navbar-right-dark {
        position: absolute;
        right: 0;
        margin: 0;
        background-color: #ffffff;
        border-top: solid 1px #08BDBD;
    }
    .law-firm-page .get-started {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .law-firm-page h3 {
        line-height: 25px;
        width: 90%;
        font-size: 18px;
       
    }
    .law-firm-page h1 {
        font-size: 27px;
        width: 90%;
    }
    .btn-law-action-header {
        margin-right: 5px;
        padding: 7px 6px;
        margin-top: 11px;
    }
    .four-ways-section {
        width: 90%;
    }
    .icons-text {
        width: 95%;
    }

    .icons-hr {
        margin-bottom: 30px;
    }

    #section3 {
        padding: 10% 0 0 0;
    }
    #section6 {
        padding: 10% 0 0 0;
    }

    .law-firm-page h4 {
        line-height: 25px;
    }

    .section .index-page {
        padding-top: 10px;
    }
    #section5 {
        height: 712px !important;
    }
    .testimonial-card {
        margin: 0 auto;
        font-size: 18px;
        max-height: 400px;
    }
    .btn-law-action {
        padding: 15px 27px;
        font-size: 18px;
    }
    .card-features {
        padding: 10px 20px;
    }
    .card-features img {
        width: 85%;
        margin-bottom: 0;
    }
    .law-firm-page h2 {
        font-size: 24px;
    }
}
.text-truncated {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 body {
    overflow-x: hidden;
 }

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#sidebar-wrapper {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 20px;
    left: 0;
    background-color: #444;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 60px;
    white-space: nowrap;
}

#wrapper.toggled #sidebar-wrapper {
    width: 215px;
}

#page-content-wrapper {
    /*width: 98%;*/
    position: absolute;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -215px;
}

/* Sidebar Styles */

/* Sidebar Styles */
#wrapper.toggled .sidebar .row li {
    padding-left: 15px;
}

#wrapper.minimize #sidebar-wrapper {
    width: 44px;
}

#wrapper.minimize #page-content-wrapper {
    position: absolute;
    margin-right: -44px;
    /*width: 98%;*/
}

#wrapper.minimize .sidebar .row li span {
    display: none;
}

/* Regular screen */
@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.minimize {
        padding-left: 44px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #wrapper.minimize #sidebar-wrapper {
        padding-left: 44px;
    }

    #sidebar-wrapper {
        top: 0;
        width: 250px;
    }
    
    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:30px;border:1px solid #aaa;border-radius:0px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:28px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url('Images/new/chosen-sprite.png') -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url('Images/new/chosen-sprite.png') no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url('Images/new/chosen-sprite.png') no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url('Images/new/chosen-sprite.png') -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #6554C0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #6554C0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url('Images/new/chosen-sprite.png') no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url('Images/new/chosen-sprite@2x.png')!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{margin-left:-8px;position:absolute}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before,.react-datepicker__month-year-read-view--down-arrow::before{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before,.react-datepicker__month-year-read-view--down-arrow::before{content:"";z-index:-1;border-width:8px;left:-8px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before,.react-datepicker__month-year-read-view--down-arrow::before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before,.react-datepicker__month-year-read-view--down-arrow::before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block}.react-datepicker{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time{border-radius:0.3rem}.react-datepicker--time-only .react-datepicker__time-box{border-radius:0.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^="bottom"]{margin-top:10px}.react-datepicker-popper[data-placement^="top"]{margin-bottom:10px}.react-datepicker-popper[data-placement^="right"]{margin-left:8px}.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^="left"]{margin-right:8px}.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;border-top-right-radius:.3rem;padding-top:8px;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 2px}.react-datepicker__current-month,.react-datepicker-time__header{margin-top:0;color:#000;font-weight:bold;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{background:none;line-height:1.7rem;text-align:center;cursor:pointer;position:absolute;top:10px;width:0;padding:0;border:.45rem solid transparent;z-index:1;height:10px;width:10px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:10px;border-right-color:#ccc}.react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__navigation--previous--disabled,.react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}.react-datepicker__navigation--next{right:10px;border-left-color:#ccc}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:80px}.react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__navigation--next--disabled,.react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px;border-top-color:#ccc}.react-datepicker__navigation--years-previous:hover{border-top-color:#b3b3b3}.react-datepicker__navigation--years-upcoming{top:-4px;border-bottom-color:#ccc}.react-datepicker__navigation--years-upcoming:hover{border-bottom-color:#b3b3b3}.react-datepicker__month-container{float:left}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:70px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:0.3rem;position:absolute;right:-72px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:white}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:70px;overflow-x:hidden;margin:0 auto;text-align:center}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + (1.7rem / 2));overflow-y:scroll;padding-right:0px;padding-left:0px;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:white;font-weight:bold}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day{cursor:pointer}.react-datepicker__day:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today{font-weight:bold}.react-datepicker__day--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1{color:magenta}.react-datepicker__day--highlighted-custom-2{color:green}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__day--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range){background-color:rgba(33,107,165,0.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover{background-color:transparent}.react-datepicker__input-container{position:relative;display:inline-block}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-top-color:#ccc;float:right;margin-left:20px;top:8px;position:relative;border-width:.45rem}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{background-color:transparent;border:0;cursor:pointer;outline:0;padding:0;vertical-align:middle;position:absolute;height:16px;width:16px;top:25%;right:7px}.react-datepicker__close-icon::after{background-color:#216ba5;border-radius:50%;bottom:0;box-sizing:border-box;color:#fff;content:"\00d7";cursor:pointer;font-size:12px;height:16px;width:16px;line-height:1;margin:-8px auto 0;padding:2px;position:absolute;right:0px;text-align:center}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:bold;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,0.8);left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px), (max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__portal .react-datepicker__navigation{border:.81rem solid transparent}.react-datepicker__portal .react-datepicker__navigation--previous{border-right-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--previous--disabled,.react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}.react-datepicker__portal .react-datepicker__navigation--next{border-left-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--next--disabled,.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}

:global .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,:global .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,:global .react-datepicker__year-read-view--down-arrow,:global .react-datepicker__month-read-view--down-arrow,:global .react-datepicker__month-year-read-view--down-arrow{margin-left:-8px;position:absolute}:global .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,:global .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,:global .react-datepicker__year-read-view--down-arrow,:global .react-datepicker__month-read-view--down-arrow,:global .react-datepicker__month-year-read-view--down-arrow,:global .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,:global .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,:global .react-datepicker__year-read-view--down-arrow::before,:global .react-datepicker__month-read-view--down-arrow::before,:global .react-datepicker__month-year-read-view--down-arrow::before{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px}:global .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,:global .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,:global .react-datepicker__year-read-view--down-arrow::before,:global .react-datepicker__month-read-view--down-arrow::before,:global .react-datepicker__month-year-read-view--down-arrow::before{content:"";z-index:-1;border-width:8px;left:-8px;border-bottom-color:#aeaeae}:global .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle{top:0;margin-top:-8px}:global .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,:global .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before{border-top:none;border-bottom-color:#f0f0f0}:global .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before{top:-1px;border-bottom-color:#aeaeae}:global .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,:global .react-datepicker__year-read-view--down-arrow,:global .react-datepicker__month-read-view--down-arrow,:global .react-datepicker__month-year-read-view--down-arrow{bottom:0;margin-bottom:-8px}:global .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,:global .react-datepicker__year-read-view--down-arrow,:global .react-datepicker__month-read-view--down-arrow,:global .react-datepicker__month-year-read-view--down-arrow,:global .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,:global .react-datepicker__year-read-view--down-arrow::before,:global .react-datepicker__month-read-view--down-arrow::before,:global .react-datepicker__month-year-read-view--down-arrow::before{border-bottom:none;border-top-color:#fff}:global .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,:global .react-datepicker__year-read-view--down-arrow::before,:global .react-datepicker__month-read-view--down-arrow::before,:global .react-datepicker__month-year-read-view--down-arrow::before{bottom:-1px;border-top-color:#aeaeae}:global .react-datepicker-wrapper{display:inline-block}:global .react-datepicker{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}:global .react-datepicker--time-only .react-datepicker__triangle{left:35px}:global .react-datepicker--time-only .react-datepicker__time-container{border-left:0}:global .react-datepicker--time-only .react-datepicker__time{border-radius:0.3rem}:global .react-datepicker--time-only .react-datepicker__time-box{border-radius:0.3rem}:global .react-datepicker__triangle{position:absolute;left:50px}:global .react-datepicker-popper{z-index:1}:global .react-datepicker-popper[data-placement^="bottom"]{margin-top:10px}:global .react-datepicker-popper[data-placement^="top"]{margin-bottom:10px}:global .react-datepicker-popper[data-placement^="right"]{margin-left:8px}:global .react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle{left:auto;right:42px}:global .react-datepicker-popper[data-placement^="left"]{margin-right:8px}:global .react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle{left:42px;right:auto}:global .react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;border-top-right-radius:.3rem;padding-top:8px;position:relative}:global .react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}:global .react-datepicker__year-dropdown-container--select,:global .react-datepicker__month-dropdown-container--select,:global .react-datepicker__month-year-dropdown-container--select,:global .react-datepicker__year-dropdown-container--scroll,:global .react-datepicker__month-dropdown-container--scroll,:global .react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 2px}:global .react-datepicker__current-month,:global .react-datepicker-time__header{margin-top:0;color:#000;font-weight:bold;font-size:.944rem}:global .react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:global .react-datepicker__navigation{background:none;line-height:1.7rem;text-align:center;cursor:pointer;position:absolute;top:10px;width:0;padding:0;border:.45rem solid transparent;z-index:1;height:10px;width:10px;text-indent:-999em;overflow:hidden}:global .react-datepicker__navigation--previous{left:10px;border-right-color:#ccc}:global .react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}:global .react-datepicker__navigation--previous--disabled,:global .react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}:global .react-datepicker__navigation--next{right:10px;border-left-color:#ccc}:global .react-datepicker__navigation--next--with-time:not(:global .react-datepicker__navigation--next--with-today-button){right:80px}:global .react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}:global .react-datepicker__navigation--next--disabled,:global .react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}:global .react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}:global .react-datepicker__navigation--years-previous{top:4px;border-top-color:#ccc}:global .react-datepicker__navigation--years-previous:hover{border-top-color:#b3b3b3}:global .react-datepicker__navigation--years-upcoming{top:-4px;border-bottom-color:#ccc}:global .react-datepicker__navigation--years-upcoming:hover{border-bottom-color:#b3b3b3}:global .react-datepicker__month-container{float:left}:global .react-datepicker__month{margin:.4rem;text-align:center}:global .react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:70px}:global .react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:0.3rem;position:absolute;right:-72px;top:0}:global .react-datepicker__time-container .react-datepicker__time{position:relative;background:white}:global .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:70px;overflow-x:hidden;margin:0 auto;text-align:center}:global .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + (1.7rem / 2));overflow-y:scroll;padding-right:0px;padding-left:0px;width:100%;box-sizing:content-box}:global .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px}:global .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}:global .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:white;font-weight:bold}:global .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}:global .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}:global .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}:global .react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}:global .react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}:global .react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:.3rem;background-color:#f0f0f0}:global .react-datepicker__day-names,:global .react-datepicker__week{white-space:nowrap}:global .react-datepicker__day-name,:global .react-datepicker__day,:global .react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}:global .react-datepicker__day{cursor:pointer}:global .react-datepicker__day:hover{border-radius:.3rem;background-color:#f0f0f0}:global .react-datepicker__day--today{font-weight:bold}:global .react-datepicker__day--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}:global .react-datepicker__day--highlighted:hover{background-color:#32be3f}:global .react-datepicker__day--highlighted-custom-1{color:magenta}:global .react-datepicker__day--highlighted-custom-2{color:green}:global .react-datepicker__day--selected,:global .react-datepicker__day--in-selecting-range,:global .react-datepicker__day--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}:global .react-datepicker__day--selected:hover,:global .react-datepicker__day--in-selecting-range:hover,:global .react-datepicker__day--in-range:hover{background-color:#1d5d90}:global .react-datepicker__day--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}:global .react-datepicker__day--keyboard-selected:hover{background-color:#1d5d90}:global .react-datepicker__day--in-selecting-range:not(:global .react-datepicker__day--in-range){background-color:rgba(33,107,165,0.5)}.react-datepicker__month--selecting-range :global .react-datepicker__day--in-range:not(:global .react-datepicker__day--in-selecting-range){background-color:#f0f0f0;color:#000}:global .react-datepicker__day--disabled{cursor:default;color:#ccc}:global .react-datepicker__day--disabled:hover{background-color:transparent}:global .react-datepicker__input-container{position:relative;display:inline-block}:global .react-datepicker__year-read-view,:global .react-datepicker__month-read-view,:global .react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem}:global .react-datepicker__year-read-view:hover,:global .react-datepicker__month-read-view:hover,:global .react-datepicker__month-year-read-view:hover{cursor:pointer}:global .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,:global .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,:global .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,:global .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,:global .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,:global .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}:global .react-datepicker__year-read-view--down-arrow,:global .react-datepicker__month-read-view--down-arrow,:global .react-datepicker__month-year-read-view--down-arrow{border-top-color:#ccc;float:right;margin-left:20px;top:8px;position:relative;border-width:.45rem}:global .react-datepicker__year-dropdown,:global .react-datepicker__month-dropdown,:global .react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}:global .react-datepicker__year-dropdown:hover,:global .react-datepicker__month-dropdown:hover,:global .react-datepicker__month-year-dropdown:hover{cursor:pointer}:global .react-datepicker__year-dropdown--scrollable,:global .react-datepicker__month-dropdown--scrollable,:global .react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}:global .react-datepicker__year-option,:global .react-datepicker__month-option,:global .react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}:global .react-datepicker__year-option:first-of-type,:global .react-datepicker__month-option:first-of-type,:global .react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}:global .react-datepicker__year-option:last-of-type,:global .react-datepicker__month-option:last-of-type,:global .react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}:global .react-datepicker__year-option:hover,:global .react-datepicker__month-option:hover,:global .react-datepicker__month-year-option:hover{background-color:#ccc}:global .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,:global .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,:global .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}:global .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,:global .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,:global .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}:global .react-datepicker__year-option--selected,:global .react-datepicker__month-option--selected,:global .react-datepicker__month-year-option--selected{position:absolute;left:15px}:global .react-datepicker__close-icon{background-color:transparent;border:0;cursor:pointer;outline:0;padding:0;vertical-align:middle;position:absolute;height:16px;width:16px;top:25%;right:7px}:global .react-datepicker__close-icon::after{background-color:#216ba5;border-radius:50%;bottom:0;box-sizing:border-box;color:#fff;content:"\00d7";cursor:pointer;font-size:12px;height:16px;width:16px;line-height:1;margin:-8px auto 0;padding:2px;position:absolute;right:0px;text-align:center}:global .react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:bold;padding:5px 0;clear:left}:global .react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,0.8);left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}:global .react-datepicker__portal .react-datepicker__day-name,:global .react-datepicker__portal .react-datepicker__day,:global .react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px), (max-height: 550px){:global .react-datepicker__portal .react-datepicker__day-name,:global .react-datepicker__portal .react-datepicker__day,:global .react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}:global .react-datepicker__portal .react-datepicker__current-month,:global .react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}:global .react-datepicker__portal .react-datepicker__navigation{border:.81rem solid transparent}:global .react-datepicker__portal .react-datepicker__navigation--previous{border-right-color:#ccc}:global .react-datepicker__portal .react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}:global .react-datepicker__portal .react-datepicker__navigation--previous--disabled,:global .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}:global .react-datepicker__portal .react-datepicker__navigation--next{border-left-color:#ccc}:global .react-datepicker__portal .react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}:global .react-datepicker__portal .react-datepicker__navigation--next--disabled,:global .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}

.react-datepicker {
    line-height: 2em;
    font-size: 0.9em;
}

.react-datepicker__current-month,
.react-datepicker-time__header {
    font-size: 0.944rem;
    line-height: 2em;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
    width: 3rem;
    line-height: normal;
}

.dropzone-centered {
    text-align: center;
    padding-top: 10px;
}

.dropzone-disabled {
    color: #bababa
}

.onboarding-upload {
    height: 75px;
    position: relative;
    border-width: 1px;
    border-color: rgb(102, 102, 102);
    border-style: dotted;
    border-radius: 5px;
    padding: 10px;
}

    .onboarding-upload.disabled {
        border-color: #bababa;
        color: #bababa;
    }

a.aux-link {
    position: relative;
    top: 2px;
    padding: 10px;
}

.animate {
    -webkit-animation-duration: 1s;
}

.step {
    -webkit-animation-duration: 1s;
}

.react-bs-table table td, .react-bs-table table th {
    overflow: hidden;
    text-overflow: unset !important;
    white-space: pre-wrap !important; /* CSS3 */
    white-space: -moz-pre-wrap !important; /* Firefox */
    white-space: -pre-wrap !important; /* Opera <7 */
    white-space: -o-pre-wrap !important; /* Opera 7 */
    word-wrap: break-word !important; /* IE */
}

.date-column {
    min-width: 95px !important;
}

.react-bs-table .react-bs-container-header .sort-column,td.react-bs-table-expand-cell{cursor:pointer}.react-bs-table-container .react-bs-table-search-form{margin-bottom:0}.react-bs-table-bordered{border:1px solid #ddd;border-radius:5px}.react-bs-table table{margin-bottom:0;table-layout:fixed}.react-bs-table table td,.react-bs-table table th{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.react-bs-table-pagination{margin-top:10px}.react-bs-table-tool-bar{margin-bottom:5px}.react-bs-container-header{overflow:hidden;width:100%}.react-bs-container-body{overflow:auto;width:100%}.react-bootstrap-table-page-btns-ul{float:right;margin-top:0}.react-bs-table .table-bordered{border:0;outline:0!important}.react-bs-table .table-bordered>thead>tr>td,.react-bs-table .table-bordered>thead>tr>th{border-bottom-width:2px}.react-bs-table .table-bordered>tbody>tr>td{outline:0!important}.react-bs-table .table-bordered>tbody>tr>td.default-focus-cell{outline:#6495ed solid 3px!important;outline-offset:-1px}.react-bs-table .table-bordered>tfoot>tr>td,.react-bs-table .table-bordered>tfoot>tr>th{border-top-width:2px;border-bottom-width:0}.react-bs-table .table-bordered>tbody>tr>td:first-child,.react-bs-table .table-bordered>tbody>tr>th:first-child,.react-bs-table .table-bordered>tfoot>tr>td:first-child,.react-bs-table .table-bordered>tfoot>tr>th:first-child,.react-bs-table .table-bordered>thead>tr>td:first-child,.react-bs-table .table-bordered>thead>tr>th:first-child{border-left-width:0}.react-bs-table .table-bordered>tbody>tr>td:last-child,.react-bs-table .table-bordered>tbody>tr>th:last-child,.react-bs-table .table-bordered>tfoot>tr>td:last-child,.react-bs-table .table-bordered>tfoot>tr>th:last-child,.react-bs-table .table-bordered>thead>tr>td:last-child,.react-bs-table .table-bordered>thead>tr>th:last-child{border-right-width:0}.react-bs-table .table-bordered>thead>tr:first-child>td,.react-bs-table .table-bordered>thead>tr:first-child>th{border-top-width:0}.react-bs-table .table-bordered>tfoot>tr:last-child>td,.react-bs-table .table-bordered>tfoot>tr:last-child>th{border-bottom-width:0}.react-bs-table .react-bs-container-header>table>thead>tr>th{vertical-align:middle}.react-bs-table .react-bs-container-header>table>thead>tr>th .filter{font-weight:400}.react-bs-table .react-bs-container-header>table>thead>tr>th .filter::-webkit-input-placeholder,.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter-input::-webkit-input-placeholder,.react-bs-table .react-bs-container-header>table>thead>tr>th .select-filter option[value=''],.react-bs-table .react-bs-container-header>table>thead>tr>th .select-filter.placeholder-selected{color:#d3d3d3;font-style:italic}.react-bs-table .react-bs-container-header>table>thead>tr>th .select-filter.placeholder-selected option:not([value='']){color:initial;font-style:initial}.react-bs-table .react-bs-container-header>table>thead>tr>th .date-filter,.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter{display:flex}.react-bs-table .react-bs-container-header>table>thead>tr>th .date-filter-input,.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter-input{margin-left:5px;float:left;width:calc(100% - 67px - 5px)}.react-bs-table .react-bs-container-header>table>thead>tr>th .date-filter-comparator,.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter-comparator{width:67px;float:left}.react-bs-container .textarea-save-btn{position:absolute;z-index:100;right:0;top:-21px}.react-bs-table-no-data{text-align:center}.ReactModal__Overlay{-webkit-perspective:600;perspective:600;opacity:0;overflow-x:hidden;overflow-y:auto;background-color:rgba(0,0,0,.5);z-index:101}.ReactModal__Overlay--after-open{opacity:1;transition:opacity 150ms ease-out}.ReactModal__Content{-webkit-transform:scale(.5) rotateX(-30deg);transform:scale(.5) rotateX(-30deg)}.ReactModal__Content--after-open{-webkit-transform:scale(1) rotateX(0);transform:scale(1) rotateX(0);transition:all 150ms ease-in}.ReactModal__Overlay--before-close{opacity:0}.ReactModal__Content--before-close{-webkit-transform:scale(.5) rotateX(30deg);transform:scale(.5) rotateX(30deg);transition:all 150ms ease-in}.ReactModal__Content.modal-dialog{border:none;background-color:transparent}.animated{animation-fill-mode:both}.animated.bounceIn,.animated.bounceOut{animation-duration:.75s}.animated.shake{animation-duration:.3s}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,50%,90%{transform:translate3d(-10px,0,0)}30%,70%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}
