/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -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"] {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
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;
    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;
  }
  select {
    background: #fff !important;
  }
  .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('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../vendor/bootstrap/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: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #007cc2;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #004b76;
  text-decoration: underline;
}
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: 24px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 20px;
  -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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.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: inherit;
  font-weight: 500;
  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;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #f2784b;
  padding: .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: #777777;
}
.text-primary {
  color: #007cc2;
}
a.text-primary:hover {
  color: #005b8f;
}
.text-success {
  color: #7cc576;
}
a.text-success:hover {
  color: #5ab652;
}
.text-info {
  color: #5bc0de;
}
a.text-info:hover {
  color: #31b0d5;
}
.text-warning {
  color: #f2784b;
}
a.text-warning:hover {
  color: #ef541b;
}
.text-danger {
  color: #f15c5e;
}
a.text-danger:hover {
  color: #ed2d30;
}
.bg-primary {
  color: #fff;
  background-color: #007cc2;
}
a.bg-primary:hover {
  background-color: #005b8f;
}
.bg-success {
  background-color: #7cc576;
}
a.bg-success:hover {
  background-color: #5ab652;
}
.bg-info {
  background-color: #5bc0de;
}
a.bg-info:hover {
  background-color: #31b0d5;
}
.bg-warning {
  background-color: #f2784b;
}
a.bg-warning:hover {
  background-color: #ef541b;
}
.bg-danger {
  background-color: #f15c5e;
}
a.bg-danger:hover {
  background-color: #ed2d30;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
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 #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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.42857143;
  color: #777777;
}
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 #eeeeee;
  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: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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: 20px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 14px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 20px;
}
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: 1200px;
  }
}
.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: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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.42857143;
  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: #7cc576;
}
.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: #6bbd64;
}
.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: #5bc0de;
}
.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: #46b8da;
}
.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: #f2784b;
}
.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: #f06633;
}
.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: #f15c5e;
}
.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: #ef4547;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    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: 20px;
  font-size: 21px;
  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: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 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"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  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: 24px;
  }
  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: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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 \9;
}
.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: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 24px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  border-radius: 0;
}
select.input-sm {
  height: 24px;
  line-height: 24px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 24px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  border-radius: 0;
}
select.form-group-sm .form-control {
  height: 24px;
  line-height: 24px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 24px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.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: #7cc576;
}
.has-success .form-control {
  border-color: #7cc576;
  -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: #5ab652;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c1e3be;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c1e3be;
}
.has-success .input-group-addon {
  color: #7cc576;
  border-color: #7cc576;
  background-color: #7cc576;
}
.has-success .form-control-feedback {
  color: #7cc576;
}
.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: #f2784b;
}
.has-warning .form-control {
  border-color: #f2784b;
  -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: #ef541b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9bfaa;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9bfaa;
}
.has-warning .input-group-addon {
  color: #f2784b;
  border-color: #f2784b;
  background-color: #f2784b;
}
.has-warning .form-control-feedback {
  color: #f2784b;
}
.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: #f15c5e;
}
.has-error .form-control {
  border-color: #f15c5e;
  -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: #ed2d30;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9babb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9babb;
}
.has-error .input-group-addon {
  color: #f15c5e;
  border-color: #f15c5e;
  background-color: #f15c5e;
}
.has-error .form-control-feedback {
  color: #f15c5e;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@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: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.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: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: 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: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #b3b3b3;
  border-color: #adadad;
}
.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: #cccccc;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #cccccc;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #007cc2;
  border-color: #006ca9;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #005b8f;
  border-color: #00456b;
}
.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 {
  background-color: #007cc2;
  border-color: #006ca9;
}
.btn-primary .badge {
  color: #007cc2;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #7cc576;
  border-color: #6bbd64;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #5ab652;
  border-color: #4ba044;
}
.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: #7cc576;
  border-color: #6bbd64;
}
.btn-success .badge {
  color: #7cc576;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.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: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f2784b;
  border-color: #f06633;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ef541b;
  border-color: #d74510;
}
.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: #f2784b;
  border-color: #f06633;
}
.btn-warning .badge {
  color: #f2784b;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #f15c5e;
  border-color: #ef4547;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ed2d30;
  border-color: #e31316;
}
.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: #f15c5e;
  border-color: #ef4547;
}
.btn-danger .badge {
  color: #f15c5e;
  background-color: #ffffff;
}
.btn-link {
  color: #007cc2;
  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: #004b76;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 24px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  border-radius: 14px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1;
  border-radius: 14px;
}
.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;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-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-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: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #007cc2;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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.42857143;
  color: #777777;
  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 solid;
  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-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child: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: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 20px;
  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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  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: 46px;
  line-height: 46px;
}
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: 24px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  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: 24px;
  line-height: 24px;
}
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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 20px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 14px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 24px;
}
.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 {
  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: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  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: #007cc2;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 20px 20px 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: #555555;
  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: 20px;
}
.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: 20px 20px 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: 20px;
}
.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: #ffffff;
  background-color: #007cc2;
}
.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: 20px;
}
.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: 20px 20px 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: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: 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;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.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: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 20px;
}
.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: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (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: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: none;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  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: #cccccc;
  background-color: #333333;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #eeeeee;
}
.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: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555555;
}
@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: #cccccc;
    background-color: #333333;
  }
  .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: #555555;
    background-color: #eeeeee;
  }
  .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: #cccccc;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #cccccc;
}
.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: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.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: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.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: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 20px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 20px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #007cc2;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #004b76;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.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: #007cc2;
  border-color: #007cc2;
  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: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 24px;
  border-top-right-radius: 24px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 14px;
  border-top-left-radius: 14px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
}
.pager {
  padding-left: 0;
  margin: 20px 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: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.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: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .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: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #007cc2;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #005b8f;
}
.label-success {
  background-color: #7cc576;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #5ab652;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f2784b;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ef541b;
}
.label-danger {
  background-color: #f15c5e;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ed2d30;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  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: #007cc2;
  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: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 24px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 20px;
  -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: #007cc2;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 20px;
}
.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: #7cc576;
  border-color: #7abd64;
  color: #7cc576;
}
.alert-success hr {
  border-top-color: #6ab652;
}
.alert-success .alert-link {
  color: #5ab652;
}
.alert-info {
  background-color: #5bc0de;
  border-color: #3dced8;
  color: #5bc0de;
}
.alert-info hr {
  border-top-color: #2ac7d2;
}
.alert-info .alert-link {
  color: #31b0d5;
}
.alert-warning {
  background-color: #f2784b;
  border-color: #f04733;
  color: #f2784b;
}
.alert-warning hr {
  border-top-color: #ef311b;
}
.alert-warning .alert-link {
  color: #ef541b;
}
.alert-danger {
  background-color: #f15c5e;
  border-color: #ef4563;
  color: #f15c5e;
}
.alert-danger hr {
  border-top-color: #ed2d50;
}
.alert-danger .alert-link {
  color: #ed2d30;
}
@-webkit-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: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 20px;
  -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: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #007cc2;
  -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);
  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: #7cc576;
}
.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: #f2784b;
}
.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: #f15c5e;
}
.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-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: 20px;
  border-top-left-radius: 20px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  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: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #007cc2;
  border-color: #007cc2;
}
.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: #8fd7ff;
}
.list-group-item-success {
  color: #7cc576;
  background-color: #7cc576;
}
a.list-group-item-success {
  color: #7cc576;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #7cc576;
  background-color: #6bbd64;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #7cc576;
  border-color: #7cc576;
}
.list-group-item-info {
  color: #5bc0de;
  background-color: #5bc0de;
}
a.list-group-item-info {
  color: #5bc0de;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #5bc0de;
  background-color: #46b8da;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.list-group-item-warning {
  color: #f2784b;
  background-color: #f2784b;
}
a.list-group-item-warning {
  color: #f2784b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #f2784b;
  background-color: #f06633;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f2784b;
  border-color: #f2784b;
}
.list-group-item-danger {
  color: #f15c5e;
  background-color: #f15c5e;
}
a.list-group-item-danger {
  color: #f15c5e;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #f15c5e;
  background-color: #ef4547;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #f15c5e;
  border-color: #f15c5e;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 20px;
  -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: 19px;
  border-top-left-radius: 19px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 19px;
  border-bottom-left-radius: 19px;
}
.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: 19px;
  border-top-left-radius: 19px;
}
.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: 19px;
  border-bottom-left-radius: 19px;
}
.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: 19px;
  border-top-left-radius: 19px;
}
.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: 19px;
  border-top-right-radius: 19px;
}
.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: 19px;
}
.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: 19px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 19px;
  border-bottom-left-radius: 19px;
}
.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: 19px;
  border-bottom-right-radius: 19px;
}
.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: 19px;
}
.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: 19px;
}
.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: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 20px;
}
.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: #007cc2;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #007cc2;
  border-color: #007cc2;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #007cc2;
}
.panel-primary > .panel-heading .badge {
  color: #007cc2;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #007cc2;
}
.panel-success {
  border-color: #7abd64;
}
.panel-success > .panel-heading {
  color: #7cc576;
  background-color: #7cc576;
  border-color: #7abd64;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #7abd64;
}
.panel-success > .panel-heading .badge {
  color: #7cc576;
  background-color: #7cc576;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #7abd64;
}
.panel-info {
  border-color: #3dced8;
}
.panel-info > .panel-heading {
  color: #5bc0de;
  background-color: #5bc0de;
  border-color: #3dced8;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3dced8;
}
.panel-info > .panel-heading .badge {
  color: #5bc0de;
  background-color: #5bc0de;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3dced8;
}
.panel-warning {
  border-color: #f04733;
}
.panel-warning > .panel-heading {
  color: #f2784b;
  background-color: #f2784b;
  border-color: #f04733;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f04733;
}
.panel-warning > .panel-heading .badge {
  color: #f2784b;
  background-color: #f2784b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f04733;
}
.panel-danger {
  border-color: #ef4563;
}
.panel-danger > .panel-heading {
  color: #f15c5e;
  background-color: #f15c5e;
  border-color: #ef4563;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ef4563;
}
.panel-danger > .panel-heading .badge {
  color: #f15c5e;
  background-color: #f15c5e;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ef4563;
}
.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: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  -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: 24px;
}
.well-sm {
  padding: 9px;
  border-radius: 14px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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;
  -moz-transition: -moz-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: 24px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.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.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  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: 30px 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: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #2b3f4b;
  border-radius: 20px;
}
.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: #2b3f4b;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2b3f4b;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2b3f4b;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #2b3f4b;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #2b3f4b;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2b3f4b;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2b3f4b;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2b3f4b;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 23px 23px 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: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  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;
    -moz-transition: -moz-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;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .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: 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: 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%;
  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;
  margin-top: -10px;
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot?-7rvyko');
  src: url('../fonts/icomoon/icomoon.eot?#iefix-7rvyko') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff?-7rvyko') format('woff'), url('../fonts/icomoon/icomoon.ttf?-7rvyko') format('truetype'), url('../fonts/icomoon/icomoon.svg?-7rvyko#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.larger-text {
  font-size: 18px;
}
label {
  display: block;
  font-weight: normal;
}
.remove-profile-image {
  color: #fff;
}
.remove-profile-image:hover,
.remove-profile-image:active,
.remove-profile-image:focus {
  color: #fff;
}
.profile-image {
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  border-radius: 43px;
  border: solid 6px #fff;
}
/*  Bootstrap Clearfix */
/*  Tablet  */
.tab-content.video-tab-content {
  /*  Medium Desktop  */
  /*  Large Desktop  */
}
@media (min-width: 767px) {
  .tab-content.video-tab-content {
    /* Column clear fix */
  }
  .tab-content.video-tab-content .col-lg-1:nth-child(12n+1),
  .tab-content.video-tab-content .col-lg-2:nth-child(6n+1),
  .tab-content.video-tab-content .col-lg-3:nth-child(4n+1),
  .tab-content.video-tab-content .col-lg-4:nth-child(3n+1),
  .tab-content.video-tab-content .col-lg-6:nth-child(2n+1),
  .tab-content.video-tab-content .col-md-1:nth-child(12n+1),
  .tab-content.video-tab-content .col-md-2:nth-child(6n+1),
  .tab-content.video-tab-content .col-md-3:nth-child(4n+1),
  .tab-content.video-tab-content .col-md-4:nth-child(3n+1),
  .tab-content.video-tab-content .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .tab-content.video-tab-content .col-sm-1:nth-child(12n+1),
  .tab-content.video-tab-content .col-sm-2:nth-child(6n+1),
  .tab-content.video-tab-content .col-sm-3:nth-child(4n+1),
  .tab-content.video-tab-content .col-sm-4:nth-child(3n+1),
  .tab-content.video-tab-content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .tab-content.video-tab-content {
    /* Column clear fix */
  }
  .tab-content.video-tab-content .col-lg-1:nth-child(12n+1),
  .tab-content.video-tab-content .col-lg-2:nth-child(6n+1),
  .tab-content.video-tab-content .col-lg-3:nth-child(4n+1),
  .tab-content.video-tab-content .col-lg-4:nth-child(3n+1),
  .tab-content.video-tab-content .col-lg-6:nth-child(2n+1),
  .tab-content.video-tab-content .col-sm-1:nth-child(12n+1),
  .tab-content.video-tab-content .col-sm-2:nth-child(6n+1),
  .tab-content.video-tab-content .col-sm-3:nth-child(4n+1),
  .tab-content.video-tab-content .col-sm-4:nth-child(3n+1),
  .tab-content.video-tab-content .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .tab-content.video-tab-content .col-md-1:nth-child(12n+1),
  .tab-content.video-tab-content .col-md-2:nth-child(6n+1),
  .tab-content.video-tab-content .col-md-3:nth-child(4n+1),
  .tab-content.video-tab-content .col-md-4:nth-child(3n+1),
  .tab-content.video-tab-content .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .tab-content.video-tab-content .col-lg-1:nth-child(12n+1),
  .tab-content.video-tab-content .col-lg-2:nth-child(6n+1),
  .tab-content.video-tab-content .col-lg-3:nth-child(4n+1),
  .tab-content.video-tab-content .col-lg-4:nth-child(3n+1),
  .tab-content.video-tab-content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
.title-text-center {
  text-align: center !important;
}
.treatment-helper {
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .btn.btn-xs-reduced-horz-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.btn {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 270px;
  min-height: 40px;
  line-height: 25px;
  font-weight: bold;
}
.btn:focus {
  outline: 0;
}
.btn:active {
  outline: 0;
}
.btn.btn-right-margin {
  margin-right: 30px;
}
button.btn:focus {
  outline: 0 !important;
}
button.btn:active {
  outline: 0 !important;
}
.btn-next {
  color: #ffffff;
  background-color: #147dbf;
  border-color: #126ea8;
  min-width: 250px;
}
.btn-next:hover,
.btn-next:focus,
.btn-next.focus,
.btn-next:active,
.btn-next.active,
.open > .dropdown-toggle.btn-next {
  color: #ffffff;
  background-color: #0f5f91;
  border-color: #0c4a71;
}
.btn-next:active,
.btn-next.active,
.open > .dropdown-toggle.btn-next {
  background-image: none;
}
.btn-next.disabled,
.btn-next[disabled],
fieldset[disabled] .btn-next,
.btn-next.disabled:hover,
.btn-next[disabled]:hover,
fieldset[disabled] .btn-next:hover,
.btn-next.disabled:focus,
.btn-next[disabled]:focus,
fieldset[disabled] .btn-next:focus,
.btn-next.disabled.focus,
.btn-next[disabled].focus,
fieldset[disabled] .btn-next.focus,
.btn-next.disabled:active,
.btn-next[disabled]:active,
fieldset[disabled] .btn-next:active,
.btn-next.disabled.active,
.btn-next[disabled].active,
fieldset[disabled] .btn-next.active {
  background-color: #147dbf;
  border-color: #126ea8;
}
.btn-next .badge {
  color: #147dbf;
  background-color: #ffffff;
}
.btn-save {
  color: #ffffff;
  background-color: #78b8dc;
  border-color: #f2f2f2;
}
.btn-save:hover,
.btn-save:focus,
.btn-save.focus,
.btn-save:active,
.btn-save.active,
.open > .dropdown-toggle.btn-save {
  color: #ffffff;
  background-color: #50a3d2;
  border-color: #d4d4d4;
}
.btn-save:active,
.btn-save.active,
.open > .dropdown-toggle.btn-save {
  background-image: none;
}
.btn-save.disabled,
.btn-save[disabled],
fieldset[disabled] .btn-save,
.btn-save.disabled:hover,
.btn-save[disabled]:hover,
fieldset[disabled] .btn-save:hover,
.btn-save.disabled:focus,
.btn-save[disabled]:focus,
fieldset[disabled] .btn-save:focus,
.btn-save.disabled.focus,
.btn-save[disabled].focus,
fieldset[disabled] .btn-save.focus,
.btn-save.disabled:active,
.btn-save[disabled]:active,
fieldset[disabled] .btn-save:active,
.btn-save.disabled.active,
.btn-save[disabled].active,
fieldset[disabled] .btn-save.active {
  background-color: #78b8dc;
  border-color: #f2f2f2;
}
.btn-save .badge {
  color: #78b8dc;
  background-color: #ffffff;
}
.btn-back {
  color: #ffffff;
  background-color: #888888;
  border-color: #7b7b7b;
  min-width: 250px;
}
.btn-back:hover,
.btn-back:focus,
.btn-back.focus,
.btn-back:active,
.btn-back.active,
.open > .dropdown-toggle.btn-back {
  color: #ffffff;
  background-color: #6f6f6f;
  border-color: #5d5d5d;
}
.btn-back:active,
.btn-back.active,
.open > .dropdown-toggle.btn-back {
  background-image: none;
}
.btn-back.disabled,
.btn-back[disabled],
fieldset[disabled] .btn-back,
.btn-back.disabled:hover,
.btn-back[disabled]:hover,
fieldset[disabled] .btn-back:hover,
.btn-back.disabled:focus,
.btn-back[disabled]:focus,
fieldset[disabled] .btn-back:focus,
.btn-back.disabled.focus,
.btn-back[disabled].focus,
fieldset[disabled] .btn-back.focus,
.btn-back.disabled:active,
.btn-back[disabled]:active,
fieldset[disabled] .btn-back:active,
.btn-back.disabled.active,
.btn-back[disabled].active,
fieldset[disabled] .btn-back.active {
  background-color: #888888;
  border-color: #7b7b7b;
}
.btn-back .badge {
  color: #888888;
  background-color: #ffffff;
}
.btn-lg,
.btn-group-lg > .btn {
  line-height: 1.7;
}
.watch-video-btn {
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  min-width: inherit;
}
.sign-up-btn {
  margin-left: 30px;
}
.angucomplete-holder {
  position: relative;
}
.angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 250px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  /*top: 32px;
  left: 0px;
  */
  margin-top: -6px;
  background-color: #ffffff;
}
.angucomplete-searching {
  color: #acacac;
  font-size: 14px;
}
.angucomplete-description {
  font-size: 14px;
}
.angucomplete-row {
  padding: 5px;
  color: #000000;
  margin-bottom: 4px;
  clear: both;
}
.angucomplete-selected-row {
  background-color: lightblue;
  color: #ffffff;
}
.angucomplete-image-holder {
  padding-top: 2px;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}
.angucomplete-image {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px;
}
.angucomplete-image-default {
  /* Add your own default image here
   background-image: url('/assets/default.png');
  */
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 34px;
}
.secondary-nav {
  background: #2b3f4b;
  border-radius: 0;
  display: none;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .secondary-nav {
    display: block;
  }
}
.secondary-nav .navbar-toggle {
  margin-right: 25px;
  float: left;
}
.secondary-nav .navbar-toggle .icon-bar {
  background: #ffffff;
}
.secondary-nav .profile {
  float: right;
  margin: 10px 19px 0 0;
}
.secondary-nav .navbar-nav {
  padding: 0 25px;
}
.secondary-nav .navbar-nav > li {
  display: inline-block;
  float: left;
  padding: 15px 15px;
  text-align: center;
  width: 50%;
}
.secondary-nav .navbar-nav > li a {
  font-size: 14px;
}
.secondary-nav .navbar-collapse {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.secondary-nav .mobile-nav {
  list-style: none;
  padding: 0;
}
.secondary-nav .mobile-nav li {
  float: right;
  text-align: right;
  padding: 8px 0 8px 20px;
}
.secondary-nav .mobile-nav li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.secondary-nav .mobile-nav li a:hover {
  text-decoration: none;
  color: #75b8de;
}
.secondary-nav #nav-container {
  margin: 0 auto 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.secondary-nav #nav-container ul {
  margin: 0 auto;
}
.secondary-nav #nav-container .vert-nav-bar {
  padding-left: 0 !important;
  width: 310px;
}
.secondary-nav #nav-container .vert-nav-bar .vert-nav-item {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100px !important;
  height: 100px !important;
  background-color: #2b3f4b !important;
  border-bottom: solid 1px #000000;
}
.secondary-nav #nav-container .vert-nav-bar .vert-nav-item.active {
  background: #000000 !important;
  border-left: solid 6px #147dbf;
}
.secondary-nav #nav-container .vert-nav-bar .vert-nav-item img.active {
  left: -6px !important;
}
.sidebar-hamburger {
  width: 32px;
  height: 32px;
  margin: 15px 0 0 20px;
  border: 0;
  text-indent: -9999px;
  background: url('../images/hamburger-menu.svg') no-repeat;
}
.sidebar-hamburger:focus,
.sidebar-hamburger:active {
  outline: 0;
}
.navbar-nav > li > a {
  padding: 5px 10px!important;
}
.active-sidemenu .navbar-collapse {
  height: 1px;
}
#main-wrapper,
#main-footer {
  transition: all 0.5s;
}
.offcanvas #main-wrapper {
  margin-left: 100px;
}
.offcanvas #main-footer {
  transition: all 0.5s;
  margin-left: 100px;
}
#vert-nav-bar .vert-nav-item {
  width: 100px !important;
  height: 100px !important;
  background-color: #78b8dc;
}
#vert-nav-bar .vert-nav-item.active {
  background-color: #2b3f4b;
}
#vert-nav-bar .vert-nav-item .management {
  background: url('../images/nav-vertical-menu-bg-management.png') no-repeat;
}
.breadcrumb-check {
  visibility: hidden;
}
.breadcrumb-check > svg {
  vertical-align: text-bottom !important;
}
.completed .breadcrumb-check,
.completed-leader .breadcrumb-check {
  visibility: visible !important;
}
.breadcrumbs {
  width: 100%;
  height: 48px;
  font-size: 12px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding-left: 0;
  }
}
.breadcrumbs ol {
  background: url('../images/breadcrumbs-background.gif') repeat-x;
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}
.breadcrumbs ol li {
  background: url('../images/bc-grey-grey.png') top right no-repeat;
  display: table-cell;
  color: #777777;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 48px;
  list-style: none;
  text-align: center;
  width: 33%;
}
.breadcrumbs ol li .active {
  background: #75b8de;
}
@media (max-width: 900px) {
  .breadcrumbs ol li {
    padding: 0 30px;
  }
}
.breadcrumbs ol li.seperator {
  width: 15px;
  padding: 0;
}
.breadcrumbs ol li.current {
  background: #75b8de url('../images/bc-lightblue-grey.png') top right no-repeat;
  color: #ffffff;
}
@media (max-width: 900px) {
  .breadcrumbs ol li.current {
    padding: 0 10px;
  }
}
@media (max-width: 550px) {
  .breadcrumbs ol li.current {
    padding: 0 30px;
  }
}
.breadcrumbs ol li.completed-leader {
  background: #007cc2 url('../images/bc-darkblue-lightblue.png') top right no-repeat;
  color: #ffffff;
}
.breadcrumbs ol li.completed {
  background: #007cc2 url('../images/bc-darkblue-darkblue.png') top right no-repeat;
  color: #ffffff;
}
.breadcrumbs ol li:last-child {
  background-image: none;
}
.breadcrumbs .breadcrumbs-order {
  display: inline-block;
}
@media (max-width: 900px) {
  .breadcrumbs .breadcrumbs-order {
    border: 2px solid #cccccc;
    border-radius: 50%;
    color: #cccccc;
    display: inline-block;
    line-height: 22px;
    width: 26px;
    height: 26px;
  }
  .breadcrumbs .current .breadcrumbs-order {
    border-color: #ffffff;
    color: #ffffff;
    margin-right: 20px;
  }
  .breadcrumbs .full-view {
    display: none;
  }
  .breadcrumbs .section-title {
    display: none;
  }
  .breadcrumbs .current .section-title {
    display: inline-block;
    padding-top: 0!important;
  }
}
@media (max-width: 550px) {
  .breadcrumbs .current .section-title {
    display: none;
  }
}
.form-error-text {
  font-size: 0.9em;
  color: #f15c5e;
}
input:focus,
textarea:focus {
  outline: none !important;
}
.title-box {
  background: #007cc2;
  text-align: center;
  color: #ffffff;
  padding: 0 15px;
  margin-bottom: 25px;
}
.title-box.profile {
  background: #78b8dc;
}
.title-box .form-group {
  float: none;
}
.title-box .form-group .form-control {
  width: 100%;
}
.title-box .fa {
  font-size: 30px;
  color: #fff;
}
.title-box p {
  padding: 30px 0;
  font-size: 24px;
  font-weight: 200;
}
.content-box {
  background-color: #e3ebf5;
  border: 1px solid #cccccc;
  padding: 20px;
}
.form-horizontal .form-inline .form-group {
  margin: 0;
}
.main-header {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
  min-height: 70px !important;
  margin: 0 auto;
  width: 100% !important;
  background-color: #ffffff;
  z-index: 9;
}
.main-header .myjointpain-logo {
  position: absolute;
  left: 30px;
  top: 1px;
  cursor: pointer;
  width: 275px;
  height: 58px;
}
@media (max-width: 550px) {
  .main-header .myjointpain-logo {
    left: 19px;
  }
}
.main-header .toolbar {
  float: right;
  margin-right: 50px;
  overflow: auto;
}
@media (max-width: 550px) {
  .main-header .toolbar {
    margin-right: 10px;
  }
}
.main-header .toolbar .arthritis-logo {
  display: inline-block;
  margin-top: 20px;
}
.main-header .toolbar .sign-in-btn {
  display: inline-block;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: bold;
  margin: 15px 0 0 20px;
  line-height: 22px;
  border: 0;
  color: #007cc2;
}
@media (max-width: 700px) {
  .main-header .toolbar .sign-in-btn {
    display: none;
  }
}
.main-header .toolbar .sign-in-btn:hover,
.main-header .toolbar .sign-in-btn:active,
.main-header .toolbar .sign-in-btn:focus {
  background: none;
  border: 0;
  box-shadow: none;
}
.main-header .toolbar .sign-in-btn:hover {
  color: #005b8f;
}
.main-header .toolbar .sign-up-btn {
  display: inline-block;
  margin: 15px 0 0 20px;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
}
@media (max-width: 700px) {
  .main-header .toolbar .sign-up-btn {
    display: none;
  }
}
#landing-main-footer {
  position: relative;
  min-height: 100px;
  margin: 0 auto;
  background-color: #2b3f4b;
  color: #ffffff;
}
#landing-main-footer #landing-main-footer-content {
  max-width: 1300px !important;
  margin: 0 auto;
}
#landing-main-footer #landing-main-footer-content a {
  text-decoration: none;
  color: #ffffff;
}
#landing-main-footer #landing-main-footer-content a:hover {
  color: #e3ebf5;
}
#landing-main-footer #landing-main-footer-content a.selected {
  color: #007cc2;
}
#landing-main-footer #landing-main-footer-content ul {
  margin: 20px 0 20px 20px;
  padding: 0;
  list-style-type: none;
}
#landing-main-footer #landing-main-footer-content ul li {
  display: inline-block;
  padding-right: 20px;
}
#landing-main-footer #landing-main-footer-content .notice {
  margin-left: 20px;
  margin-bottom: 25px;
}
#main-footer {
  position: relative;
  display: block;
  margin: 0;
  font-size: 12px;
  min-height: 100px;
  padding: 20px 20px 50px 100px;
  background-color: #2b3f4b;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 768px) {
  #main-footer {
    padding: 20px 15px 10px;
    text-align: center;
  }
}
#main-footer a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#main-footer a:hover {
  color: #e3ebf5;
}
#main-footer a.selected {
  color: #007cc2;
}
#main-footer ul {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 650px) {
  #main-footer ul {
    margin: 0 auto 30px;
    text-align: center;
  }
}
#main-footer ul li {
  display: inline-block;
  padding-right: 20px;
}
@media (max-width: 650px) {
  #main-footer ul li {
    padding: 0 15px 10px 10px;
  }
}
#landing #main-footer {
  padding: 20px 20px 10px 20px;
}
#landing #main-footer .wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
.footer-right-block {
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
  text-align: left;
}
@media (max-width: 768px) {
  .footer-right-block {
    float: none !important;
    margin: 20px auto;
    text-align: center;
    width: 260px;
  }
}
.footer-right-block img {
  float: left;
  margin: 0 10px 20px 0;
}
.footer-right-block .other-txt {
  font-size: 10px;
  width: 145px;
  text-align: left;
  float: left;
}
.footer-right-block .other-txt a {
  color: #75b8de;
}
.collapsible-item {
  margin-bottom: 5px;
}
.collapsible-item .title {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  border-radius: 5px;
  border: 1px solid #cccccc;
  cursor: pointer;
  padding: 10px;
}
.collapsible-item .title .icon {
  float: right;
  font-size: 19px !important;
  height: 20px;
  padding-right: 1px;
  width: 20px;
}
.collapsible-item .title .iconleft {
  float: left !important;
}
.collapsible-item .body {
  -moz-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  -webkit-transition: max-height 0.5s ease;
  border-top: 0;
  border: 1px solid #cccccc;
  max-height: 0;
  overflow: hidden;
  position: relative;
  top: -4px;
  transition: max-height 0.5s ease;
  z-index: -1;
}
.collapsible-item .body .content {
  padding: 20px 15px;
}
.collapsible-item ul li {
  max-width: 200px !important;
  display: inline;
  float: left;
}
.collapsible-item.open .body {
  max-height: 600px;
  z-index: 1;
}
.collapsible-item.open .title {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
/* ACCORDION: answers */
.accordion-content-wrapper {
  /*border-left: 1px solid #cccccc;*/
  margin-left: -1px;
}
.about h4 {
  text-transform: uppercase;
  font-weight: bold !important;
  letter-spacing: 0.5px;
  font-size: 12px;
  text-align: left;
  font-size: 14px;
}
.accordion-content {
  width: 100%;
  margin: 0 auto;
}
.accordion-content a {
  text-decoration: none;
}
.accordion-content a:focus {
  outline: 0;
}
.accordion-content .closed .panel-heading {
  background: #75b8de;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.accordion-content .panel-heading {
  background: #007cc2;
  color: #ffffff;
  position: relative;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px 15px;
}
.accordion-content .panel-title {
  width: 100%;
  padding: 8px 0 7px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.accordion-content .panel-body {
  color: #000;
  text-transform: none;
}
.accordion-content .panel-body h1 {
  font-size: 20pt;
  color: #147dbf;
}
.accordion-content .panel-body h2 {
  font-size: 16pt;
}
.accordion-content .panel-body h3 {
  font-size: 14pt;
}
.accordion-content .arrow {
  position: absolute;
  font-size: 1.5em;
  right: 15px;
  top: 14px;
}
body {
  background-color: #2b3f4b;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1700px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.ui-select-bootstrap .btn {
  max-width: 500px;
  border-radius: 0px;
  border-color: #cccccc;
  min-height: none;
}
.ui-select-bootstrap .dropdown-menu {
  border-radius: 0px;
}
.selectize-control .selectize-dropdown {
  border-radius: 0px;
  margin: 0;
}
.tooltip .tooltip-inner {
  border-radius: 5px;
  padding: 10px;
}
.tooltip {
  z-index: 1000;
}
.close svg {
  height: 20px;
  width: 20px;
}
.icon-svg svg {
  height: 20px;
  width: 20px;
}
.brand-modal .modal-content {
  border-radius: 10px !important;
  padding: 0px 15px 15px 15px;
}
.panel > .panel-heading {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.page-title {
  padding-top: 20px !important;
  margin-top: 0 !important;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 300;
}
.panel-body h1 {
  font-size: 20pt;
  color: #147dbf;
}
.panel-body h2 {
  font-size: 16pt;
}
.panel-body h3 {
  font-size: 14pt;
}
.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
ul.icons li {
  position: relative;
}
ul.icons li i {
  position: absolute;
  left: -20px;
}
#container-myjointpain {
  background-color: #ffffff;
  margin: 0 auto;
}
#container-myjointpain .layout-row {
  display: block;
  padding: 0 !important;
}
#container-myjointpain .zero-padding-right {
  padding-right: 0 !important;
}
#container-myjointpain .zero-padding-left {
  padding-left: 0 !important;
}
#container-myjointpain .light-font {
  font-weight: 300 !important;
}
#landing {
  width: 100%;
  height: 100%;
}
#landing .secondary-nav {
  margin: 0 -15px;
}
#landing #hero {
  padding-top: 70px;
  padding-bottom: 40%;
  position: relative;
  background: url("/assets/images/landingpage-headerimage.jpg") no-repeat center bottom;
  background-size: cover;
}
@media (max-width: 1199px) {
  #landing #hero {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  #landing #hero {
    padding-top: 20px;
    padding-bottom: 45%;
  }
}
#landing #hero .hero-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #landing #hero .hero-img {
    height: 375px;
    width: auto;
  }
}
#landing #hero .youtube-video {
  outline: none;
  display: block;
  height: 50%;
  width: 600px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -300px;
}
@media (max-width: 767px) {
  #landing #hero .youtube-video {
    width: 200px;
    margin-left: -100px;
  }
}
#landing #hero #hero-content {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 200;
}
#landing #hero #hero-content p {
  font-size: 2.5em;
  line-height: 2em;
}
#landing #hero #hero-content p.large {
  font-size: 3em;
}
#landing #hero #hero-content .sign-up-btn {
  margin: 1% auto 0;
}
@media (max-width: 1199px) {
  #landing #hero #hero-content p {
    font-size: 1.8em;
    line-height: 1.8em;
  }
  #landing #hero #hero-content p.large {
    font-size: 2.4em;
  }
}
@media (max-width: 991px) {
  #landing #hero #hero-content p {
    font-size: 1em;
    line-height: 1.4em;
  }
  #landing #hero #hero-content p.large {
    font-size: 1.5em;
  }
}
#landing #whatitis #whatitis-content {
  max-width: 1300px;
  margin: 0 auto;
}
#landing #whatitis #whatitis-content .caption-title {
  color: #147dbf !important;
  font-size: 14px;
  padding: 50px 0 5px 0 !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#landing #whatitis #whatitis-content .caption-body {
  padding: 15px 10px 40px 10px !important;
  font-size: 14px;
}
#landing #access-pane {
  margin: 40px auto 0;
  text-align: center;
}
#landing #access-pane #access-pane-content {
  display: inline-block;
  max-width: 1300px;
  margin: 0 auto;
  padding: 35px 0 30px;
}
#landing #access-pane #access-pane-content h2 {
  font-size: 30px;
}
#landing #access-pane #access-pane-content a:hover {
  text-decoration: none;
}
#landing #access-pane #access-pane-content .access-block {
  margin: 20px auto 0;
}
#landing #access-pane #access-pane-content .access-block img {
  margin: 0 auto;
}
#landing #access-pane #access-pane-content .access-block .caption-title {
  color: #147dbf !important;
  padding: 30px 30px 5px 30px !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
#landing #access-pane #access-pane-content .access-block .caption-body {
  font-size: 14px;
  padding: 0px 10px 40px 10px !important;
}
#landing #testimonial-pane {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  background: url(../images/landing-testimonial.png) center center;
  background-size: cover;
  padding: 100px 50px;
}
#landing #testimonial-pane #testimonial-pane-content {
  margin: 0 auto;
  min-height: 200px !important;
}
#landing #testimonial-pane #testimonial-pane-content img {
  margin: 30px auto;
}
@media (max-width: 767px) {
  #landing #testimonial-pane #testimonial-pane-content img {
    width: 90px !important;
    height: auto;
  }
}
#landing #testimonial-pane #testimonial-pane-content p {
  padding-top: 20px;
  text-align: center;
  font-size: 1.7em;
  color: #ffffff !important;
  line-height: 1.7em;
  font-weight: lighter;
}
#landing #testimonial-pane #testimonial-pane-content p.pull-right {
  text-align: right;
  line-height: 1.2em;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  #landing #testimonial-pane #testimonial-pane-content p.pull-right {
    line-height: 1em;
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  #landing #testimonial-pane #testimonial-pane-content p {
    font-size: 1.3em;
    line-height: 1.2em;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #landing #testimonial-pane {
    padding: 50px 20px;
  }
}
#landing #icons-row {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
#landing #red-pane {
  background-color: #147dbf;
}
#landing #red-pane #red-pane-content {
  overflow: hidden;
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 0 100px;
}
#landing #red-pane #red-pane-content p {
  margin: 0 25px !important;
  text-align: center;
  font-size: 32px;
  font-weight: lighter;
  color: #ffffff !important;
  line-height: 150%;
}
#landing #social-pane {
  margin: 0 auto;
  text-align: center;
}
#landing #social-pane #social-pane-content {
  max-width: 1300px;
  margin: 0 auto;
}
#landing #social-pane #social-pane-content .person-block {
  margin: 15px auto;
}
#landing #social-pane #social-pane-content .person-block p {
  padding-top: 10px;
  font-size: 12px;
}
#landing #mobile-app-pane {
  background-color: #fff;
  background: #ffffff url('/assets/images/call-to-action-bg.jpg') center bottom -660px no-repeat;
  min-height: 400px;
  padding-top: 40px !important;
}
@media (min-width: 767px) {
  #landing #mobile-app-pane {
    min-height: 800px;
    background-position: center top;
  }
}
#landing #mobile-app-pane #mobile-app-pane-content {
  max-width: 1300px;
  margin: 0 auto;
}
#landing #mobile-app-pane #mobile-app-pane-content .call-message {
  color: #007cc2;
  font-size: 18px;
  text-align: left;
  font-weight: lighter;
}
@media (min-width: 767px) {
  #landing #mobile-app-pane #mobile-app-pane-content .call-message {
    font-size: 28px;
  }
}
#landing #mobile-app-pane #mobile-app-pane-content .dl-mobile {
  margin-top: 60px !important;
  padding-left: 15px !important;
}
#landing #mobile-app-pane .sign-up-button-wrap {
  margin-bottom: 210px;
}
@media (min-width: 767px) {
  #landing #mobile-app-pane .sign-up-button-wrap {
    margin-bottom: 0;
  }
}
#landing #last-call-pane {
  background-color: #e3ebf5;
  padding-top: 40px !important;
  padding-bottom: 36px !important;
}
#landing #last-call-pane #last-call-pane-content {
  max-width: 1300px;
  margin: 0 auto;
}
#landing #last-call-pane #last-call-pane-content .call-message {
  color: #007cc2;
  font-size: 28px;
  padding-left: 20px !important;
  text-align: left;
  font-weight: lighter;
}
#landing #last-call-pane #last-call-pane-content .sign-up-btn {
  margin-left: 30px;
}
#site-container {
  position: relative;
  margin: 0 auto !important;
  overflow: hidden;
  width: 100%;
  background-color: #2b3f4b;
}
#site-container .login-wrapper {
  background-color: #ffffff;
  min-height: 400px;
  width: 100%;
  padding: 20px;
}
#site-container #main-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
#site-container #main-wrapper #nav-container {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100px !important;
  height: 100% !important;
  min-height: 650px;
  background-color: #2b3f4b !important;
}
@media (max-width: 767px) {
  #site-container #main-wrapper #nav-container {
    margin-left: -100px;
    transition: all 0.5s ease;
  }
}
#site-container #main-wrapper #nav-container ul {
  margin-left: 0 !important;
  -webkit-margin-before: 0 !important;
}
#site-container #main-wrapper #nav-container .vert-nav-bar {
  padding-left: 0 !important;
  height: 710px !important;
}
#site-container #main-wrapper #nav-container .vert-nav-bar .vert-nav-item {
  position: relative;
  display: block;
  width: 100px !important;
  height: 100px !important;
  background-color: #2b3f4b;
  border-bottom: solid 1px #000000;
  text-align: center;
}
#site-container #main-wrapper #nav-container .vert-nav-bar .vert-nav-item:hover {
  background: #22313b;
}
#site-container #main-wrapper #nav-container .vert-nav-bar .vert-nav-item a {
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100px;
  height: 100px;
}
#site-container #main-wrapper #nav-container .vert-nav-bar .vert-nav-item a:hover,
#site-container #main-wrapper #nav-container .vert-nav-bar .vert-nav-item a:focus {
  text-decoration: none;
}
#site-container #main-wrapper #nav-container .vert-nav-bar .vert-nav-item.active {
  background: #000000 !important;
  border-left: solid 6px #147dbf;
}
#site-container #main-wrapper #nav-container .vert-nav-bar .vert-nav-item img {
  display: block;
  width: 34px;
  height: 36px;
  margin: 22px auto 12px;
}
#site-container #main-wrapper #nav-container .vert-nav-bar .vert-nav-item img.active {
  left: -6px !important;
}
#site-container #main-wrapper #nav-container .vert-nav-bar li.active a {
  margin-left: -6px;
  box-shadow: 0 0 5px #2C2C2C inset;
}
#site-container #main-wrapper #page-container {
  width: 100%;
  min-height: 612px;
  padding-left: 100px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  #site-container #main-wrapper #page-container {
    padding-left: 0;
  }
}
#site-container #main-wrapper #page-container .heading-row {
  background: #ededed;
  min-height: 70px;
  font-size: 24px;
  padding: 20px 20px 0;
}
#site-container #main-wrapper #page-container .heading-row h1 {
  font-size: 24px;
  font-weight: 200;
  margin: 0;
}
#site-container #main-wrapper #page-container .screen-section {
  margin: 0;
  padding: 0 !important;
}
#site-container #main-wrapper #page-container .section-title {
  padding-top: 16px;
  margin-top: 0 !important;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 767px) {
  #site-container #main-wrapper #page-container {
    margin-left: 0 !important;
    min-height: 1px;
  }
}
#site-container #main-wrapper #page-container .screening-view {
  min-height: 612px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: #FFFFFF;
}
@media (max-width: 736px) {
  #site-container #main-wrapper #page-container .screening-view {
    min-height: inherit!important;
  }
}
#site-container #main-wrapper #page-container .screening-view .start-pane {
  font-size: 14px;
  position: relative;
  padding-left: 0 !important;
  padding-top: 0 !important;
  margin-left: 5px;
  min-height: 612px;
}
@media (max-width: 736px) {
  #site-container #main-wrapper #page-container .screening-view .start-pane {
    min-height: inherit;
    padding-bottom: 100px;
  }
}
#site-container #main-wrapper #page-container .screening-view .start-pane .start-btn {
  position: absolute;
  left: 0;
  bottom: 40px !important;
}
#site-container #main-wrapper #page-container .screening-view .start-pane img {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1015px) {
  #site-container #main-wrapper #page-container .screening-view .start-pane img {
    display: none;
  }
}
@media (max-width: 767px) {
  #site-container #main-wrapper #page-container .screening-view {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
#site-container #main-wrapper #page-container .screening-view .screen-main {
  min-height: 530px;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  #site-container #main-wrapper #page-container .screening-view .screen-main {
    min-height: inherit;
  }
}
#site-container #main-wrapper #page-container .assessment-view {
  min-height: 612px !important;
  margin-left: 100px !important;
  margin-right: 0 !important;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  #site-container #main-wrapper #page-container .assessment-view {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
#site-container #main-wrapper #page-container .assessment-view .screen-main {
  min-height: 612px;
  margin-left: 30px;
  height: 100%;
  position: relative;
}
#site-container #main-wrapper #page-container .assessment-view .screen-main ul {
  padding-left: 0;
}
#site-container #main-wrapper #page-container .assessment-view .screen-main ul li {
  list-style-type: none;
}
#site-container #main-wrapper #page-container .assessment-view .screen-main .prev-btn {
  margin: 30px auto;
}
#site-container #main-wrapper #page-container .assessment-view .screen-main .medi-input {
  max-width: 300px !important;
}
#site-container #main-wrapper #page-container .assessment-view .screen-main .medi-dosage {
  max-width: 150px !important;
  min-width: 150px !important;
}
#site-container #main-wrapper #page-container .assessment-view .screen-main .medi-freq {
  max-width: 150px !important;
  min-width: 150px !important;
}
#site-container #main-wrapper #page-container .assessment-view .assessment-side {
  background-color: #e3ebf5;
  min-height: 670px;
  padding-top: 30px;
  height: 100%;
  position: relative;
}
#site-container #main-wrapper #page-container .assessment-view .assessment-side ul {
  padding: 0;
  list-style-type: none;
}
#site-container #main-wrapper #page-container .assessment-view .assessment-side ul li {
  display: block;
}
#site-container #main-wrapper #page-container .assessment-view .assessment-side .progress-wrapper {
  position: relative;
  margin: 20px auto 40px;
  width: 165px !important;
  height: 165px !important;
}
#site-container #main-wrapper #page-container .assessment-view .assessment-side .progress-wrapper .progress-ring {
  margin-left: -5px;
}
#site-container #main-wrapper #page-container .assessment-view .assessment-side .progress-wrapper .progress-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50px;
  text-align: center;
}
#site-container #main-wrapper #page-container .assessment-view .assessment-side .progress-wrapper .progress-text .txt-number {
  color: #147dbf;
  font-size: 3em;
  line-height: 1em;
  margin-left: -10px !important;
}
#site-container #main-wrapper #page-container .assessment-view .assessment-side .progress-wrapper .progress-text .txt-label {
  color: #147dbf;
  margin-left: -15px !important;
}
#site-container #main-wrapper #page-container .assessment-view .assessment-side .completed {
  color: #147dbf !important;
}
#site-container #main-wrapper #page-container .assessment-view .assessment-side .in-progress {
  color: #78b8dc !important;
}
#site-container #main-wrapper #page-container .assessment-view .assessment-side .incomplete {
  color: #cccccc;
}
#site-container #main-wrapper #page-container .assessment-view .assessment-side .next-btn-side {
  position: absolute;
  left: 50%;
  margin-left: -125px;
  bottom: 20px !important;
}
#site-container #main-wrapper #page-container .assessment-view .risk-badge {
  background-color: #FCC58D;
  color: #ffffff;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  border-radius: 12px;
  max-width: 200px;
  text-align: center;
}
#site-container #main-wrapper #page-container .dashboard-view {
  min-height: 612px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  #site-container #main-wrapper #page-container .dashboard-view {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
#site-container #main-wrapper #page-container .management-view {
  min-height: 612px !important;
  margin-right: 0 !important;
  background-color: #ffffff;
}
#site-container #main-wrapper #page-container .management-view .pain-graph-row {
  max-height: 400px !important;
}
#site-container #main-wrapper #page-container .management-view .management-content {
  margin: 0;
  padding: 20px 20px;
}
#site-container #main-wrapper #page-container .management-view .management-content.no-padding {
  padding: 0;
}
#site-container #main-wrapper #page-container .management-view #tabs ul {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
}
#site-container #main-wrapper #page-container .management-view #tabs ul li {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin: 3px 3px 0px 3px;
  padding: 10px 20px;
  background-color: #f7f7f7;
  color: #777777;
  text-align: center;
  cursor: pointer;
}
#site-container #main-wrapper #page-container .management-view #tabs ul li.active {
  background-color: #ffffff;
  border-bottom-width: 0px;
  border-top: solid 6px #147dbf;
  color: #147dbf;
}
@media (max-width: 767px) {
  #site-container #main-wrapper #page-container .management-view {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
#site-container #main-wrapper .next-btn {
  min-width: 250px !important;
  max-width: 270px !important;
}
#site-container #main-wrapper .back-btn {
  min-width: 250px !important;
  max-width: 270px !important;
}
#site-container #main-wrapper .save-exit-btn {
  min-width: 250px !important;
  max-width: 270px !important;
}
.clean-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#vert-nav-bar .vert-nav-item {
  width: 100px !important;
  height: 100px !important;
  background-color: #78b8dc;
}
#vert-nav-bar .vert-nav-item.active {
  background-color: #2b3f4b;
}
#vert-nav-bar .vert-nav-item .management {
  background: url(../images/nav-vertical-menu-bg-management.png) no-repeat;
}
.modal-content {
  border: none !important;
  border-radius: 0 !important;
}
.treatments-page .tab-content {
  padding: 20px;
}
.treatments-page .vertical-tabs-control {
  padding-bottom: 0;
}
#contact .contact-info {
  width: 100%;
  text-align: center;
  margin: 10px 0 40px;
}
#contact .contact-info img {
  display: block;
  margin: auto;
  max-width: 100%;
}
#contact .contact-info a {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 26px auto;
  padding-left: 38px;
  font-size: 20px;
  background-position: left center;
  margin-top: 12px;
  max-width: 100%;
}
#contact .contact-info a.phone {
  background-image: url(../images/icon-phone.png);
  background-position: left 0;
}
#contact .contact-info a.email {
  background-image: url(../images/icon-email.png);
}
.privacy-policy ol {
  padding-left: 16px;
}
.red-heading {
  background-color: #f15c5e;
  color: #ffffff;
  font-weight: bold;
  margin-right: -20px;
  margin-left: -20px;
  min-height: 35px;
  line-height: 35px;
  text-indent: 15px;
  font-weight: bold !important;
  letter-spacing: 0.5px;
  font-size: 12px;
  text-align: left;
}
.action-plan-tab {
  padding-left: 20px;
  padding-right: 20px;
}
.action-plan-title-text {
  padding-right: 10px;
}
.my-action-plan-panel .my-action-plan-frequency {
  color: #cccccc;
}
.my-action-plan-panel .glyphicon-calendar {
  background-color: #ffffff;
  color: #007cc2;
}
.panel {
  border-radius: 5px !important;
}
.action-plan-item-panel .panel-heading {
  color: #ffffff;
  background-color: #147dbf;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.action-plan-item-panel .panel-heading .badge {
  color: #147dbf;
  background-color: #ffffff;
}
.action-plan-item-panel .panel-heading a {
  text-decoration: none;
}
.action-plan-item-panel {
  margin-top: 15px;
}
.action-plan-item-panel .panel-body {
  padding-right: 0;
}
.action-plan-items-well {
  background-color: #e3ebf5;
  border: solid 1px #cccccc;
}
.action-plan-item-thumbnail {
  position: relative;
  margin-left: -15px;
  padding-right: 0;
}
.action-plan-item-thumbnail img {
  width: 100%;
}
.action-plan-item-wrap {
  background: #ededed;
  margin: 0 15px 15px;
  position: relative;
  border: solid 1px #cccccc;
}
.action-plan-item {
  font-size: 13px;
  margin-right: 0;
}
.action-plan-item .caption {
  position: relative;
  padding-bottom: 50px;
}
.action-plan-item .caption h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
}
.action-plan-item-img {
  height: 160px !important;
  width: 100% !important;
  border-width: 0px;
}
.action-plan-item-footer {
  min-height: 40px;
  border-top: solid 1px #dddddd;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 66.66666667%;
  box-sizing: border-box;
}
.action-plan-item-add {
  color: #ffffff;
  width: 50%;
  text-align: center;
  display: inline-block;
  float: right;
  background: #75b8de;
  min-height: 41px;
}
.action-plan-item-add.title-text {
  text-align: center;
}
.action-plan-item-help {
  display: inline-block;
  float: left;
  width: 50%;
  text-align: center;
  border-right: solid 1px #dddddd;
  color: #147dbf;
  cursor: pointer;
  font-weight: bold;
  background: #e3ebf5;
}
.action-plan-icon-corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #147dbf transparent transparent transparent;
}
.action-plan-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
}
.action-plan-icon-image {
  fill: #ffffff;
  height: 30px;
  padding-top: 7px;
}
.action-plan-icon-image path {
  fill: #ffffff;
}
.action-plan-item-add.success {
  background: #007cc2;
}
.action-plan-help-icon-wrap {
  display: inline-block;
}
.action-plan-help-icon {
  height: 20px;
  width: 20px;
  display: block;
  fill: #147dbf;
  float: left;
  margin-top: 7px;
  margin-right: 4px;
}
.action-plan-item-thumbnail-wrap {
  padding-right: 0;
}
.action-plan-caption-icon {
  height: 16px;
  width: 16px;
  float: left;
  margin-right: 5px;
}
.action-plan-content {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .action-plan-item-footer {
    width: 100%;
  }
}
.treatment-content .panel-heading {
  color: #ffffff;
  background-color: #147dbf;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.treatment-panel .panel {
  border-radius: 5px;
}
.treatment-panel .panel-heading a {
  text-decoration: none !important;
}
.treatment-panel .panel-default.closed .panel-heading {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #78b8dc;
}
.arrow-down {
  padding-top: 4px;
}
.treatment-points {
  border-right: solid 1px #ccc;
}
.treatment-points ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.treatment-points ul li {
  background-repeat: no-repeat;
  background-position: left 5px;
  padding: 5px 20px 5px 30px;
  margin: 5px 0;
}
.treatment-plus-points ul li {
  background-image: url("/assets/images/icons/add-icon.png");
}
.treatment-minus-points ul li {
  background-image: url("/assets/images/icons/minus-icon.png");
}
.medication-progress {
  position: relative;
}
.medication-point {
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #ffffff;
  border-radius: 5px;
  top: 7px;
  margin-left: -3px;
}
.medication-treatments-graph {
  min-height: 200px;
  margin: 0px 0px 10px 0px;
  position: relative;
}
.medication-treatments-graph .background-column {
  background-color: #ededed;
  min-height: 200px;
  border-right: solid #ffffff 1px;
  border-left: solid #ffffff 1px;
}
.medication-treatments-graph .background-container {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}
.medication-treatments-graph .background-container > .col-xs-2 {
  height: 100%;
}
.medication-treatments-graph .background-container > .col-xs-2:first-child {
  border-left: 0;
}
.medication-treatments-graph .background-container > .col-xs-2:last-child {
  border-right: 0;
}
.medication-treatments-graph .medications-bar-container {
  position: relative;
  z-index: 1000;
}
.progress-bar {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.progress-bar span {
  cursor: default;
}
.progress-bar-fake {
  background-color: transparent;
}
.medication-treatments-bar-medication {
  background-color: rgba(196, 163, 209, 0.5);
}
.medication-treatments-bar-medication .progress-bar-real {
  background-image: linear-gradient(135deg, 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-size: 10px 10px;
  background-color: #9b59b6;
}
.medication-treatments-bar-health-professional {
  background-color: rgba(240, 195, 127, 0.5);
}
.medication-treatments-bar-health-professional .progress-bar-real {
  background-image: linear-gradient(135deg, 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-size: 10px 10px;
  background-color: #f39c12;
}
.medication-treatments-bar-treatment {
  background-color: rgba(137, 176, 203, 0.5);
}
.medication-treatments-bar-treatment .progress-bar-real {
  background-image: linear-gradient(135deg, 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-size: 10px 10px;
  background-color: #2574a9;
}
.das-legend ol > li {
  font-weight: bold;
  font-size: 12px;
}
.medication-loading {
  min-height: 200px;
  width: 100%;
  display: block !important;
}
.medication-loading .medication-loading-inner {
  background: url("/assets/images/loader.gif") no-repeat center center !important;
  z-index: 1000;
  width: 100%;
  min-height: 200px;
}
.button-spacing {
  margin-right: 20px;
}
.screening-main .alert {
  margin-left: -1px;
}
.screening-person-joints {
  height: 100%;
  width: 100%;
  padding-top: 37px;
}
@media (max-width: 1100px) {
  .screening-person-joints > svg {
    height: 380px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .screening-person-joints > svg {
    height: 330px;
  }
}
.joint-heading {
  line-height: 30px;
  padding-left: 10px;
}
.screening-button-row {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .screening-button-row .btn {
    min-width: 170px;
    padding: 0 5px;
  }
}
@media (max-width: 375px) {
  .screening-button-row .btn {
    min-width: 170px;
    padding: 0 5px;
  }
}
@media (max-width: 768px) {
  #site-container #main-wrapper .screening-button-row .back-btn {
    min-width: 170px!important;
  }
}
@media (max-width: 375px) {
  #site-container #main-wrapper .screening-button-row .btn {
    min-width: 146px!important;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.form-control-sm {
  max-width: 100px;
}
.animate {
  opacity: 1;
}
.animate.ng-enter {
  -webkit-transition: 0.3s linear all;
  /* Chrome */
  transition: 0.3s linear all;
  opacity: 0;
}
.animate.ng-enter-active {
  opacity: 1;
}
.form-horizontal .inline-radio-buttons label.radio {
  margin-left: 20px;
}
.animate.ng-leave {
  -webkit-transition: 0.3s linear all;
  /* Chrome */
  transition: 0.3s linear all;
  opacity: 1;
}
.animate.ng-leave-active {
  opacity: 0;
}
.continue-without-text {
  margin-top: 20px;
  display: inline-block;
  text-decoration: none !important;
}
.skip-text {
  float: right;
  padding-right: 111px;
}
.risk-badge {
  border-radius: 20px;
  color: #ffffff;
  font-weight: bold !important;
  font-size: 12px;
  text-align: center;
}
.high-risk-badge {
  background-color: #f15c5e;
  width: 100%;
}
.medium-risk-badge {
  background-color: #fdc689;
  width: 66%;
}
.low-risk-badge {
  background-color: #7cc576;
  width: 33%;
}
.not-screening-badge {
  background-color: #75b8de;
}
.error-question-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  vertical-align: bottom;
  border-width: 15px 10px 15px 0;
  border-color: transparent #f15c5e transparent transparent;
}
.error-question-arrow-text {
  display: inline-block;
  background: #f15c5e;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold !important;
  font-size: 12px;
  color: #ffffff;
  fill: #ffffff;
}
.error-question-arrow-text:hover {
  color: #ffffff;
  fill: #ffffff;
}
.screen-this-joint {
  background-color: #ffffff;
  color: #f15c5e;
  border: 1px solid #f15c5e;
  letter-spacing: normal;
  width: 100%;
}
.screen-this-joint:hover {
  background-color: #ededed;
  border-color: #f15c5e;
}
.assess-background-badge {
  background-color: #ededed;
  color: #8e8e8e;
  width: 100%;
  border-radius: 20px;
  text-align: center;
  line-height: 30px;
}
.action-plan-video {
  border: 1px solid #dddddd;
}
.screening-side div:last-child {
  padding-bottom: 80px;
}
.sidebar-text {
  font-weight: bold;
  letter-spacing: 0.5px;
}
.help-text {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
}
.hand-joints {
  position: relative;
  background-image: url("/assets/images/hands-vector-no-hotspots.svg");
  background-repeat: no-repeat;
  height: 270px;
  width: 500px;
}
@media (max-width: 768px) {
  .svg-wrap-hands {
    max-width: 310px;
    overflow: scroll;
  }
}
.svg-wrap-hands svg {
  min-height: 325px;
}
@media (max-width: 768px) {
  .svg-wrap-hands svg {
    height: 400px;
  }
}
.joint-coords {
  border: solid 2px #cccccc;
  background: #cccccc;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  margin: -7.5px 0 0 -7.5px;
  position: absolute;
  display: block;
}
.joint-coords.selected {
  background: #f15c5e;
}
.joint-coords-hitbox {
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
}
.joint-coords-hitbox:hover > .joint-coords {
  background: #f15c5e;
}
.first-stage-bg {
  background: url('/assets/images/knee-image-02.jpg') no-repeat top right;
  background-size: auto 100%;
}
@media (max-width: 1300px) {
  .first-stage-bg {
    background: none;
  }
}
.screening-view {
  display: table;
  width: 100%;
}
.screening-main {
  display: table-cell;
  float: none;
}
.screening-sidebar {
  background: #e3ebf5;
  display: table-cell;
  float: none;
  position: relative;
}
.screening-sidebar__content {
  float: left;
  left: 0;
  position: absolute;
  top: 0;
}
.dashboard-view {
  overflow: hidden;
}
.dashboard-wrapper {
  display: table;
  background: #eeeeee;
  width: 100%;
}
.dashboard-did-you-know {
  background-color: #147dbf;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  width: 80px;
  fill: #fff;
}
.dashboard-did-you-know > svg {
  height: 45px;
  width: 45px;
  margin-top: 17px;
  margin-left: 17px;
}
.dashboard-widget-info {
  color: #147dbf !important;
  fill: #147dbf;
  position: absolute;
  top: 10px;
  right: 5px;
}
.dashboard-widget-info:hover {
  color: #147dbf;
  fill: #147dbf;
}
.bad-background {
  background: #ef5350;
  border-color: rgba(239, 83, 80, 0.5);
}
.good-background {
  background: #7cc576;
  border-color: rgba(124, 197, 118, 0.5);
}
.neutral-background {
  background: #007cc2;
  border-color: rgba(0, 124, 194, 0.5);
}
.good-colour-text {
  color: #7cc576;
}
.bad-colour-text {
  color: #ef5350;
}
.neutral-colour-text {
  color: #147dbf;
}
.good-fill > svg {
  fill: #7cc576;
}
.bad-fill > svg {
  fill: #ef5350;
}
.neutral-fill > svg {
  fill: #147dbf;
}
.dashboard--container {
  background: #eeeeee;
  padding: 20px;
}
.dashboard--chart__wrapper {
  position: relative;
  width: 256px;
  height: 256px;
  text-align: center;
}
.dashboard--container__widget {
  background: #ffffff;
  border: 1px solid #cccccc;
  min-height: 344px;
  position: relative;
  padding-bottom: 20px;
}
.dashboard-gantt-chart {
  width: 100% !important;
}
.dashboard--vitals {
  background: #78b8dc;
  color: #ffffff;
  text-align: center;
  height: 215px;
}
.dashboard--vitals .title-text {
  text-align: center;
}
.dashboard--vitals .large-font {
  font-size: 30px;
}
.dashboard--vitals .sub-large-font {
  font-size: 18px;
}
.dashboard--vitals .dashboard--vitals_settings {
  position: absolute;
  top: 10px;
  right: 10px;
}
.dashboard--vitals .dashboard-progress {
  height: 10px;
  border-radius: 5px;
}
.dashboard--vitals .dashboard-progress > .progress-bar {
  border-radius: 5px;
}
.dashboard--vitals .dashboard-progress .progress-bar-healthy {
  background-color: #7cc576;
}
.dashboard--vitals .dashboard-progress .progress-bar-underweight {
  background-color: #0076a3;
}
.dashboard--vitals .dashboard-progress .progress-bar-overweight {
  background-color: #f2784b;
}
.dashboard--vitals .dashboard-progress .progress-bar-obese {
  background-color: #ef5350;
}
.white-person-figure > svg {
  height: 178px;
}
.white-person-figure > svg > path {
  fill: #ffffff;
  stroke: none !important;
}
.bmi-slider {
  margin-top: -15px;
  font-size: 10px;
}
.bmi-slider .first {
  left: 0%;
}
.bmi-slider .second {
  left: 12.5%;
}
.bmi-slider .third {
  left: 38%;
}
.bmi-slider .fourth {
  right: 38%;
}
.bmi-slider .fifth {
  right: 0%;
}
.bmi-slider > div {
  position: absolute;
}
table.bmi-slider td {
  width: 20%;
}
table.bmi-slider td:first-child {
  text-align: left;
}
table.bmi-slider td:not(:first-child):not(:last-child) {
  text-align: center;
}
table.bmi-slider td:last-child {
  text-align: right;
}
.function-image {
  fill: #cccccc;
  padding-top: 34px;
}
.function-image > svg {
  height: 92px;
}
.dashboard--profile {
  min-height: 215px;
}
.dashboard--profile .profile-image {
  margin-top: 25px;
}
.dashboard--vitals__name {
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
  text-transform: uppercase;
}
.dashboard--vitals__result {
  display: block;
  font-size: 30px;
  font-weight: 200;
}
.dashboard--vitals__label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.dashboard--vitals__joints {
  margin: 0;
  padding: 0;
}
.dashboard--vitals__joints li {
  list-style-position: inside;
}
.border--right {
  border-right: 1px solid #ffffff;
}
.border--top {
  border-top: 1px solid #ffffff;
}
.border--left {
  border-left: 1px solid #ffffff;
}
.dashboard--vitals_body {
  position: relative;
}
.dashboard-btn {
  background: #78b8dc;
  border: 0;
  color: #ffffff;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: bold;
  float: right;
  margin: 15px 0 0 10px;
  min-width: inherit;
}
.dashboard-btn:hover {
  background: #50a3d2;
  color: #ffffff;
}
.bashboard-btn-secondary {
  background: #007cc2;
}
.bashboard-btn-secondary:hover {
  background: #005b8f;
  color: #ffffff;
}
.dashboard--header {
  margin-bottom: 15px;
  margin-top: -15px;
}
.dashboard--header h1 {
  color: #2b3f4b;
  font-weight: 200;
  font-size: 24px;
}
.func-ring-chart-container {
  position: relative;
}
.aqol-ring-chart-container {
  position: relative;
}
.aqol-ring-chart-container .dashboard--chart__wrapper {
  background: url(../images/quality-background.svg) center center no-repeat;
}
.dashboard--chart__wrapper {
  display: block;
  height: 160px;
  margin: 20px auto 0 auto;
  width: 160px;
}
.dashboard--chart__wrapper .outer-ring {
  position: absolute;
  top: 0;
  left: 0;
}
.dashboard--chart__wrapper .inner-ring {
  position: absolute;
  top: 14px;
  left: 14px;
}
.widget-pane {
  transition: width 0.5s ease-in-out;
}
.widget-pane .title-text {
  padding: 0 15px;
}
.weight-pane .diff {
  position: absolute;
  width: 100%;
  top: 90px;
  height: 38px;
  background: none;
  border: none;
  font-size: 23.5px;
  text-align: center;
}
.weight-pane .dashboard--chart__wrapper {
  width: 152px;
}
.weight-pane .dashboard--chart__wrapper .icon-weight-arrow {
  position: absolute;
  top: 31px;
  width: 21px;
  height: 34px;
  left: 58px;
}
.widget--data {
  bottom: 15px;
  color: #777777;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  width: 100%;
}
.widget--data .widget-title {
  text-transform: uppercase;
  margin-bottom: 6px;
}
.widget--data .widget-date {
  line-height: 20px;
}
.widget--data .calendar {
  height: 20px;
  margin: -4px 4px 0 0;
  width: 20px;
}
.widget--data__amount {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 15px;
  text-align: center;
}
.widget--data__rounded {
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  color: #ffffff;
  height: 50px;
  line-height: 40px;
  margin: 0 auto 7px;
  text-align: center;
  width: 50px;
  background-clip: padding-box;
}
.dashboard-medications-treatments {
  padding-left: 20px;
  padding-right: 20px;
}
.dashboard-medications-treatments .title-text {
  text-align: center;
}
.dashboard-medications-treatments .legend-text {
  color: #8e8e8e;
  fill: #8e8e8e;
  text-align: center;
  line-height: 20px;
}
.dashboard-medications-treatments .square {
  height: 14px;
  width: 14px;
  margin-top: 2px;
  margin-right: 6px;
  display: inline-block;
  float: left;
}
.dashboard-medications-treatments .square.purple {
  background-color: #9b59b6;
}
.dashboard-medications-treatments .square.blue {
  background-color: #2574a9;
}
.dashboard-medications-treatments .square.orange {
  background-color: #f39c12;
}
.forward-stripe-mixin {
  background-image: linear-gradient(135deg, 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-size: 10px 10px;
}
.forward-stripe .progress-bar {
  position: relative;
  background-image: linear-gradient(135deg, 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-size: 10px 10px;
}
.pain--chart {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 0;
  padding-bottom: 30px;
}
.pain--chart .difference-text {
  font-size: 30px;
  font-weight: lighter;
  line-height: 42px;
}
.pain--chart .difference-text i {
  margin-left: -10px;
  margin-right: -7px;
}
.pain--chart .difference-text i > svg {
  vertical-align: inherit;
  width: 10px;
}
.pain--chart .joint-name-wrapper {
  line-height: 42px;
}
.pain--chart .joint-name-text {
  word-spacing: 1000px;
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}
.pain-tick {
  position: absolute;
  height: 100%;
  width: 1px;
  z-index: 100;
  background: #fff;
}
.pain-tick._1 {
  left: 10%;
}
.pain-tick._2 {
  left: 20%;
}
.pain-tick._3 {
  left: 30%;
}
.pain-tick._4 {
  left: 40%;
}
.pain-tick._5 {
  left: 50%;
}
.pain-tick._6 {
  left: 60%;
}
.pain-tick._7 {
  left: 70%;
}
.pain-tick._8 {
  left: 80%;
}
.pain-tick._9 {
  left: 90%;
}
.progress {
  border-radius: 0;
  box-shadow: none;
}
.pain--chart .progress {
  margin-bottom: 1px;
  background-color: #ededed;
}
.pain--chart .progress .progress-bar-bad {
  background-color: #ef5350;
}
.pain--chart .progress .progress-bar-good {
  background-color: #7cc576;
}
.pain--chart .progress .progress-bar-neutral {
  background-color: #007cc2;
}
.pain--chart .progress .progress-bar {
  box-shadow: none;
}
.progress-text {
  position: absolute;
  right: 5px;
  top: 1px;
  z-index: 1000;
}
.progress-text.progress-fixed {
  top: 2px;
  padding-right: 15px;
}
.dashboard-view .dashboard--container__widget {
  margin-bottom: 15px;
}
.dashboard--sidebar {
  background: #ffffff;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px 0;
}
.dashboard--sidebar .sidebar--wrapper {
  border-bottom: 1px solid #cccccc;
  padding: 0 20px 20px 20px;
}
.dashboard--sidebar .sidebar--wrapper:last-child {
  border: 0;
}
.dashboard--sidebar h2 {
  color: #007cc2;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.dashboard--sidebar form {
  display: inline-block;
  width: 100%;
}
.dashboard--sidebar .get-support-btn:hover {
  text-decoration: none;
}
.dashboard--sidebar .dashboard-btn {
  clear: both;
  float: none;
  margin: 0 auto;
  display: block;
}
.dashboard--sidebar .social-icons {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.dashboard--sidebar .social-icons li {
  list-style: none;
  margin: 0 20px;
  padding: 0;
  display: inline-block;
}
.dashboard--sidebar .social-icons li img:hover {
  opacity: 0.6;
}
.sidebar--mobile {
  text-align: center;
}
.sidebar--mobile img {
  margin: auto;
}
.sidebar--mobile .dl-mobile {
  margin-top: 16px;
}
.sidebar--mobile .dl-mobile img {
  max-height: 41px;
}
.profile-link {
  color: #fff;
}
.profile-link:hover,
.profile-link:focus,
.profile-link:active {
  color: #fff;
  text-decoration: none;
}
.my-joints-detail {
  background-color: #ffffff;
  border: solid 1px #cccccc;
  padding: 20px;
}
.joint-switch {
  top: 0 !important;
}
.my-joints-figure > svg {
  max-width: 100%;
}
.remove-joint-btn {
  width: 100%;
  max-width: 300px;
}
.my-joints-wrapper {
  min-height: 400px;
  width: 100%;
  padding: 20px 20px 0px 20px;
}
/** Second tab within the page: to control the content **/
.vertical-tabs-control {
  /* SIDEBAR */
  /* TAB CONTENT */
}
.vertical-tabs-control .vertical-tabs-navs {
  padding-right: 0;
  border-bottom: 0;
  margin-right: -1px;
}
.vertical-tabs-control .vertical-tabs-navs li {
  margin-top: 0;
}
.vertical-tabs-control .vertical-tabs-navs li > a {
  border: 1px solid #cccccc;
  border-radius: 0;
  color: #8e8e8e;
  fill: #8e8e8e;
  margin-right: 0;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 15px;
  min-height: 50px;
  z-index: 999;
}
.vertical-tabs-control .vertical-tabs-navs > li.active > a,
.vertical-tabs-control .vertical-tabs-navs > li.active > a:focus,
.vertical-tabs-control .vertical-tabs-navs > li.active > a:hover {
  background: #e3ebf5;
  color: #147dbf !important;
  fill: #147dbf;
  border-left: 5px solid #007cc2;
  border-right: 0;
  border-bottom-color: #cccccc;
}
.vertical-tabs-control .vertical-tabs-navs > li.active > a:hover,
.vertical-tabs-control .vertical-tabs-navs > li.active > a:focus:hover,
.vertical-tabs-control .vertical-tabs-navs > li.active > a:hover:hover {
  color: #147dbf;
  fill: #147dbf;
}
.vertical-tabs-control .vertical-tabs-content {
  background: #e3ebf5;
  border: 1px solid #cccccc;
  padding: 20px;
}
.joint-coord.active ~ .joint-coord-inner {
  fill: #f15c5e;
}
.joint-coord-hitbox.active ~ .joint-coord-inner {
  fill: #f15c5e;
}
.joint-coord-hitbox.highlight ~ .joint-coord {
  fill: #8e8e8e;
}
.joint-coord-inner {
  pointer-events: none;
}
.joint-coord {
  pointer-events: none;
}
.joint-coord-hitbox:not(.disabled):hover ~ .joint-coord-inner {
  fill: #f15c5e;
}
.joint-coord-hitbox {
  pointer-events: all;
}
.joint-coord-hitbox:not(.disabled) {
  cursor: pointer;
}
.joint-coord-hitbox.disabled:not(.highlight):not(.active):not(.no-disable-display) ~ .joint-coord-inner {
  fill: #ededed;
}
.joint-coord-hitbox.hidden ~ .joint-coord,
.joint-coord-hitbox.hidden ~ .joint-coord-inner {
  display: none;
}
#Female,
#Male,
#RightHand,
#LeftHand {
  stroke: #cccccc;
  stroke-width: 1px;
}
.vertical-tabs-content .container {
  width: inherit;
}
.login-wrapper .btn-link {
  color: #007cc2;
}
/***    style also applied for other pages:   *****
        - about us
        - references
        - supporters
        - privacy & legal
        - find a helth care
****/
.panel-header {
  background: #007cc2;
  text-align: center;
  color: #ffffff;
  padding: 0 15px;
  margin-bottom: 25px;
  min-height: 290px;
  padding-bottom: 20px;
}
.panel-header .heading-text {
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  font-weight: normal;
  padding-top: 30px;
  text-align: left;
}
.panel-header img {
  height: 43px;
  width: auto;
}
.panel-header .about-icon {
  height: 60px;
}
.panel-header .references-icon {
  height: 70px;
}
.panel-header .supporters-icon {
  height: 60px;
}
.panel-header .form-group .form-control {
  width: 100%;
}
.panel-header img {
  height: 70px;
  width: auto;
}
h3 {
  font-weight: 200;
}
.support-page {
  padding-bottom: 20px;
  /* Differnt style applied on other pages */
  /** SUPPORTER PAGE **/
  /** CONTACT US PAGE **/
  /* FIND A HELATH CARE **/
}
.support-page .results-pane {
  margin-right: 15px;
  background-color: rgba(227, 235, 245, 0.9);
  word-wrap: break-word;
  padding: 20px;
  height: 400px;
  overflow-y: auto;
  margin-left: -30px;
  margin-right: 0;
}
@media (max-width: 1199px) {
  .support-page .results-pane {
    position: relative;
    margin-left: 0;
    width: auto;
    height: 200px;
  }
}
.support-page .results-pane hr {
  border-color: #bdd0e8;
}
.support-page .results-pane .info-bold {
  padding-bottom: 15px;
}
.support-page .panel-header .form-inline .form-group label {
  padding-bottom: 10px;
}
.support-page .map-section {
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .support-page .map-section {
    padding-bottom: 0;
  }
}
.support-page .angular-google-map-container {
  height: 400px;
}
.support-page #find .panel-header .form-group {
  text-align: left;
}
.support-page .search-btn {
  background: #75b8de;
  color: #fff;
  border-radius: 20px;
  border-color: #75b8de;
  min-width: 0;
}
.support-page .search-btn:hover {
  background: #4ca3d4;
  border-color: #4ca3d4;
}
.support-page .about-us .panel-title {
  color: #fff;
}
.support-page .no-border .accordion-content-wrapper {
  border: none;
  margin-left: -14px;
  background: #e3ebff;
  text-transform: uppercase;
}
.support-page .no-border h3 {
  color: #007cc2;
}
.support-page .about-us .panel-body h4,
.support-page .references .panel-body h4,
.support-page .privacy-legal .panel-body h4 {
  text-transform: uppercase;
  margin-top: 20px;
}
.support-page .supporter .panel-body h4 {
  margin-bottom: 5px;
  margin-top: 20px;
}
.support-page .supporter .panel-body h4.h4-no-margin {
  margin-bottom: 0;
  margin-top: 0;
}
.support-page .supporter-wrapper {
  margin-top: 20px;
}
.support-page .supporter-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.support-page .first-col img {
  margin: 20px auto;
}
.support-page .first-col,
.support-page .second-col,
.support-page .third-col {
  height: auto;
  overflow: auto;
}
.support-page .second-col img {
  width: 40%;
  height: auto;
  position: relative;
  float: left;
  margin: 20px auto;
  margin-right: 2%;
}
.support-page .third-col img {
  width: 30%;
  height: auto;
  position: relative;
  float: left;
  margin: 20px auto;
  margin-right: 2%;
}
.support-page .contact-us ul {
  padding-bottom: 30px;
}
.support-page .contact-us ul li {
  list-style: none;
  display: inline-block;
}
.support-page .contact-us li img {
  height: 50px;
  width: auto;
  margin-right: 50px;
}
.support-page .contact-icon {
  width: 69px;
}
.support-page .contact-us form {
  width: 80%;
  max-width: 768px;
  margin: 0 auto;
}
.support-page .contact-us .submit_btn,
.support-page .find-helathcare .submit_btn {
  float: right;
  border-radius: 20px;
  background: #75b8de;
  border-color: #75b8de;
  padding: 6px 30px;
  margin-top: 30px;
}
.support-page .pager {
  margin-bottom: 0;
}
.support-page .pager li > a {
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  margin: 0 25px;
}
.support-page .pager li > a:hover i {
  color: #e6e6e6;
}
.support-page .pager li > a i {
  color: #ffffff;
  font-size: 30px;
}
.support-page .healthcare-images {
  margin-top: 11px;
}
.support-page .healthcare-images img {
  margin: 0 20px;
  max-width: 18%;
  max-height: 18vw;
}
.support-page .healthcare-images img.hospital {
  width: 86px;
  height: 60px;
  max-width: 20%;
  max-height: 16vw;
  vertical-align: top;
}
@media (min-width: 768px) {
  .support-page .healthcare-images + p {
    font-size: 14px;
  }
}
.support-page .lighter {
  font-weight: 300;
  color: #CAE2F1;
}
.support-page .find-helathcare form {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.support-page .find-helathcare .submit_btn {
  margin-top: 10px;
  margin-bottom: 30px;
}
.support-page .directory h1 {
  color: #147dbf;
}
.support-page .map-wrapper {
  height: 400px;
  position: relative;
  background: #ccc;
}
.support-page .map {
  height: 100%;
}
.support-page .map-info-wrapper {
  height: 400px;
  background: rgba(227, 235, 255, 0.6);
  position: absolute;
  right: 0;
  padding: 20px 40px;
}
.support-page .info-bold {
  font-weight: 700;
}
.support-page .terms-text {
  font-size: 12px;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .support-page .terms-text {
    margin: 15px;
  }
}
.support-page .company-info {
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-bottom: 20px;
}
.support-page .company-info img {
  height: 30px;
  width: auto;
}
.support-page ul.company-info li {
  list-style: none;
  margin-bottom: 5px;
  /*vertical-align: bottom;*/
}
@media (max-width: 1100px) {
  .support-page .searchbar-wrapper input {
    width: 85%;
  }
}
@media (max-width: 900px) {
  .support-page .searchbar-wrapper input {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .support-page .searchbar-wrapper {
    padding: 0 30px;
  }
  .support-page .accordion-content-wrapper {
    border-left: 0;
    margin-left: 0;
  }
  .support-page .map-info-wrapper {
    height: 400px;
    position: relative;
  }
  .support-page .contact-us li img {
    margin-right: 30px;
  }
  .support-page .directory {
    padding: 0 30px;
  }
}
@media (max-width: 650px) {
  .support-page .searchbar-wrapper input {
    width: 75%;
  }
}
@media (max-width: 550px) {
  .support-page .searchbar-wrapper input {
    width: 70%;
  }
}
@media (max-width: 450px) {
  .support-page .searchbar-wrapper input {
    width: 65%;
  }
}
.results-details {
  list-style: none;
  margin: 0;
  padding: 0;
}
.results-details li {
  padding: 4px 0 4px 35px;
  position: relative;
}
.results-details li h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.results-details li p {
  margin-bottom: 0;
}
.results-details li i {
  position: absolute;
  top: 6px;
  left: 0;
}
.modal-close {
  display: inline-block;
  padding-left: 20px;
  vertical-align: middle;
}
.modal-close svg {
  width: 30px;
}
.page-library {
  /** FACT SHEET **/
  padding-bottom: 20px;
  /* MODAL WINDOW: HEADER */
  /** VIDEO **/
}
.page-library .fact-sheet-view {
  padding-right: 30px;
}
.page-library .fact-sheet-view:hover:hover {
  color: #0f5f91;
  fill: #0f5f91;
}
.page-library .fact-sheet-row {
  line-height: 40px;
}
.page-library .modal-dialog {
  width: 98%;
}
.page-library .modal-header {
  text-align: right;
  border-bottom: 0;
}
.page-library .modal-body p,
.page-library .modal-body li {
  font-size: 14px;
}
.page-library .modal-body h1 {
  font-size: 20pt;
  color: #147dbf;
}
.page-library .modal-body h2 {
  font-size: 16pt;
}
.page-library .modal-body h3 {
  font-size: 14pt;
}
.page-library .close {
  float: none;
  color: blue-medium;
  filter: alpha(opacity=100);
  opacity: 1;
  line-height: 0;
  font-size: 30px;
  padding-left: 5px;
}
.page-library .close:focus {
  background: none;
  outline: 0;
  border: 0;
}
.page-library .close:active {
  background: none;
  outline: 0;
  border: 0;
}
.page-library p.video_title {
  height: auto;
  overflow: auto;
  text-transform: uppercase;
}
.page-library p.video_title .title_left {
  width: 80%;
  position: relative;
  float: left;
  line-height: 20px;
}
.page-library p.video_title .title_right {
  width: 20%;
  position: relative;
  float: right;
  text-align: right;
}
.page-library p.video_description {
  text-transform: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  letter-spacing: 0;
  margin-top: 13px;
  overflow: hidden;
  /* following code set to display only 2 lines, "..." displayed on safari, not working om chrome*/
  height: 29px;
  /* Fallback for non-webkit */
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.page-library .margin-19 {
  /*margin-top: -10px;*/
  margin-bottom: -19px;
}
.page-library .flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.page-library .flex-video.widescreen {
  padding-bottom: 57.25%;
}
.page-library .flex-video.vimeo {
  padding-top: 0;
}
.page-library .flex-video iframe,
.page-library .flex-video object,
.page-library .flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .page-library .flex-video {
    padding-top: 0;
  }
}
.page-library .about-page .panel-group {
  margin: 0;
}
.page-library .about-page .supporter-wrapper {
  margin-top: 20px;
}
.page-library .about-page .supporter-wrapper .supporter-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.page-library .about-page .first-col img {
  margin: 20px auto;
}
.page-library .about-page .first-col,
.page-library .about-page .second-col,
.page-library .about-page .third-col {
  height: auto;
  overflow: auto;
}
.page-library .about-page .second-col img {
  width: 40%;
  height: auto;
  position: relative;
  float: left;
  margin: 20px auto;
  margin-right: 2%;
}
.page-library .about-page .third-col img {
  width: 30%;
  height: auto;
  position: relative;
  float: left;
  margin: 20px auto;
  margin-right: 2%;
}
.faqs-form {
  overflow: hidden;
  margin-bottom: 10px;
}
.faqs-form > .col-xs-9 {
  padding-left: 0;
}
.modal-body h1 {
  font-size: 20pt;
  color: #147dbf;
}
.modal-body h2 {
  font-size: 16pt;
}
.modal-body h3 {
  font-size: 14pt;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.switch{background:#fff;border:1px solid #dfdfdf;position:relative;display:inline-block;box-sizing:content-box;overflow:visible;width:52px;height:30px;padding:0;margin:0;border-radius:20px;cursor:pointer;box-shadow:#dfdfdf 0 0 0 0 inset;transition:.3s ease-out all;-webkit-transition:.3s ease-out all;top:-1px}.switch.wide{width:80px}.switch small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,.4);width:30px;height:30px;position:absolute;top:0;left:0;transition:.3s ease-out all;-webkit-transition:.3s ease-out all}.switch.checked{background:#64bd63;border-color:#64bd63}.switch.checked small{left:22px}.switch.wide.checked small{left:52px}.switch .switch-text{font-family:Arial,Helvetica,sans-serif;font-size:13px}.switch .off{display:block;position:absolute;right:10%;top:25%;z-index:0;color:#A9A9A9}.switch .on{display:none;z-index:0;color:#fff;position:absolute;top:25%;left:9%}.switch.checked .off{display:none}.switch.checked .on{display:block}

.switch {
  /* frame */
  top: 6px;
  height: 20px;
  width: 40px;
  background-color: #cccccc;
  border-color: #cccccc;
}
.switch small {
  /* button */
  top: 2px;
  height: 16px;
  width: 16px;
  left: 2px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.switch.checked {
  /* frame when enabled */
  background-color: #7cc576;
  border-color: #7cc576;
}
.switch.checked small {
  /* button when enabled */
}
.switch .switch-text {
  font-family: 'icomoon';
  font-size: 14px;
}
.switch .switch-text .on {
  color: #fff;
  height: 20px;
  line-height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  text-indent: -20px;
  overflow: hidden;
}
.switch .switch-text .on::after {
  content: '\00a0\00a0\e601';
}
.switch .switch-text .off {
  color: #fff;
  height: 20px;
  line-height: 20px;
  width: 20px;
  top: 0;
  right: 0;
  text-indent: 1px;
  overflow: hidden;
}
.switch .switch-text .off::before {
  content: '\e600\00a0';
}
.my-progress-well {
  background: #e3ebf5;
  border: 1px solid #cccccc;
  padding: 20px 20px 0px 20px;
}
.my-progress-graph {
  background: #ffffff;
  border: 1px solid #cccccc;
}
.my-progress-graph .title-text {
  text-align: center;
}
.my-progress-graph .graph-panel {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .my-progress-graph .graph-panel {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
  }
}
.my-progress-graph .legend-row > .col-xs-4 {
  line-height: 50px;
}
.highcharts-container {
  overflow: visible !important;
}
.header-container {
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .header-container {
    margin: 0;
  }
  .header-container > .col-xs-12 {
    padding: 0;
  }
}
.header-container .header-column {
  background-color: #ededed;
  min-height: 90px;
  border-right: solid #ffffff 1px;
  border-left: solid #ffffff 1px;
}
@media (max-width: 992px) {
  .header-container .header-column {
    padding: 0 0 5px 0;
    min-height: 70px;
  }
}
.header-container .header-title {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .header-container .header-title {
    padding-top: 5px;
  }
}
.header-container .header-value {
  font-size: 22px;
  padding-top: 9px;
}
@media (max-width: 992px) {
  .header-container .header-value {
    font-size: 12px;
    padding-top: 0;
  }
}
.header-container .header-value.has-arrow {
  margin-left: -31px;
}
@media (max-width: 992px) {
  .header-container .header-value.has-arrow {
    margin-left: 0;
  }
}
.header-container .header-arrow > svg {
  vertical-align: middle;
}
.legend-row {
  margin-top: 10px;
}
.square {
  content: '';
  vertical-align: middle;
  height: 14px;
  width: 14px;
  margin-right: 6px;
  display: inline-block;
  float: left;
  margin-top: 2px;
}
.square-purple::before {
  content: '';
  vertical-align: middle;
  height: 14px;
  width: 14px;
  margin-right: 6px;
  display: inline-block;
  float: left;
  margin-top: 2px;
  background: #a6729f;
}
.square-dark-blue::before {
  content: '';
  vertical-align: middle;
  height: 14px;
  width: 14px;
  margin-right: 6px;
  display: inline-block;
  float: left;
  margin-top: 2px;
  background: #2b3f4b;
}
.square-light-green::before {
  content: '';
  vertical-align: middle;
  height: 14px;
  width: 14px;
  margin-right: 6px;
  display: inline-block;
  float: left;
  margin-top: 2px;
  background: #03c9a9;
}
.square-red::before {
  content: '';
  vertical-align: middle;
  height: 14px;
  width: 14px;
  margin-right: 6px;
  display: inline-block;
  float: left;
  margin-top: 2px;
  background: #ef5350;
}
.square-orange::before {
  content: '';
  vertical-align: middle;
  height: 14px;
  width: 14px;
  margin-right: 6px;
  display: inline-block;
  float: left;
  margin-top: 2px;
  background: #fdc689;
}
.square-blue::before {
  content: '';
  vertical-align: middle;
  height: 14px;
  width: 14px;
  margin-right: 6px;
  display: inline-block;
  float: left;
  margin-top: 2px;
  background: #147dbf;
}
.my-progress-compare .compare-progress {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.my-progress-compare .compare-progress.ng-enter,
.my-progress-compare .compare-progress.ng-move {
  transition: 0.5s ease-in-out all;
  opacity: 0;
  position: relative;
  top: -50px;
}
.my-progress-compare .compare-progress.ng-enter.ng-enter-active,
.my-progress-compare .compare-progress.ng-move.ng-move-active {
  opacity: 1;
  top: 0px;
}
.my-progress-compare .switch-container {
  display: table;
}
.my-progress-compare .switch-container .switch {
  float: none;
  top: 0;
  right: 0;
  vertical-align: middle;
  text-align: right;
}
.compare-graph {
  margin: 0px 0px 10px 0px;
  position: relative;
}
.compare-graph .background-column {
  background-color: #ededed;
  border-right: solid #ffffff 1px;
  border-left: solid #ffffff 1px;
}
.compare-graph .background-container {
  padding-left: 33px;
  padding-right: 37px;
  padding-bottom: 30px;
  padding-top: 9px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}
.compare-graph .background-container > .col-xs-2 {
  height: 100%;
}
.compare-graph .background-container > .col-xs-2:first-child {
  border-left: 0;
}
.compare-graph .background-container > .col-xs-2:last-child {
  border-right: 0;
}
.compare-graph .compare-graph-container {
  position: relative;
  z-index: 1000;
}
.screening-side {
  background-color: #e3ebf5;
  min-height: 612px;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
  position: relative;
}
@media (max-width: 736px) {
  .screening-side {
    min-height: inherit;
    padding-bottom: 100px;
  }
}
.screening-side .progress-wrapper {
  position: relative;
  margin: 20px auto 40px;
  width: 150px !important;
  height: 150px !important;
}
.screening-side .progress-wrapper .progress-ring {
  margin-left: -10px;
  width: 166px;
  height: 166px;
}
.screening-side .progress-wrapper .progress-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 46px;
  left: 8px;
  text-align: center;
}
.screening-side .progress-wrapper .progress-text .txt-number {
  color: #147dbf;
  font-size: 3em;
  line-height: 1em;
  margin-left: -16px !important;
  font-weight: 300;
}
.screening-side .progress-wrapper .progress-text .txt-label {
  color: #147dbf;
  margin-left: -16px !important;
  font-weight: bold;
  letter-space: 0.5px;
  font-size: 12px;
}
.screening-side .completed {
  color: #147dbf !important;
}
.screening-side .in-progress {
  color: #78b8dc !important;
}
.screening-side .incomplete {
  color: #8e8e8e;
}
.screening-side.affix {
  top: 0;
  right: 0;
  position: fixed;
}
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  padding-left: 70px;
  border: none;
  margin-bottom: 10px;
}
.alert.ng-enter,
.alert.ng-leave {
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  position: relative;
}
.alert.ng-enter {
  top: -20px;
  opacity: 0;
}
.alert.ng-enter-active {
  top: 0;
  opacity: 1;
}
.alert.ng-leave {
  top: 0;
  opacity: 1;
}
.alert.ng-leave-active {
  top: -20px;
  opacity: 0;
}
.alert.alert-success {
  background: #d8edd6;
  color: #7cc576;
}
.alert.alert-success .alert-icon {
  background-image: url("/assets/images/icons/success-icon.png");
  background-color: #98d193;
}
.alert.alert-success a {
  color: #7cc576;
}
.alert.alert-danger {
  background: #fcdddc;
  color: #ef5350;
}
.alert.alert-danger .alert-icon {
  background-image: url("/assets/images/icons/danger-icon.png");
  background-color: #f37c7a;
}
.alert.alert-danger a {
  color: #ef5350;
}
.alert.alert-info {
  background: #b2d6e3;
  color: #0076a3;
}
.alert.alert-info .alert-icon {
  background-image: url("/assets/images/icons/info-icon.png");
  background-color: #3593b6;
}
.alert.alert-info a {
  color: #0076a3;
}
.alert.alert-warning {
  background: #fbd6c9;
  color: #f2784b;
}
.alert.alert-warning .alert-icon {
  background-image: url("/assets/images/icons/warning-icon.png");
  background-color: #f59470;
}
.alert.alert-warning a {
  color: #f2784b;
}
.alert .alert-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center center;
}
.alert .close-icon:hover {
  fill: #757575;
}
.alert a {
  font-weight: bold;
}
.alert p {
  margin: 0;
}
.alert-wrap,
.main-messages {
  padding: 0;
}
.alert-wrap .alert,
.main-messages .alert {
  margin: 0;
}
.alert-wrap .alert .media,
.main-messages .alert .media {
  margin: 0;
}
.slider .slider-selection {
  background-color: #007cc2;
  background-image: none;
  box-shadow: none;
}
.slider.slider-horizontal {
  width: 100% !important;
}
.slider.slider-horizontal .slider-track {
  height: 5px;
}
.slider.slider-horizontal .tooltip.tooltip-main.top {
  margin-top: -46px;
}
.slider .slider-handle.custom {
  height: 15px;
  width: 25px;
  background: #ededed;
  border-radius: 5px;
  box-shadow: 0px 2px 1px #cccccc;
}
.slider .slider-handle.custom::before {
  content: none;
}
.pain-slider {
  width: 100%;
}
.pain-slider.pain-number-slider {
  position: relative;
  margin-right: 15px;
  padding-bottom: 20px;
}
.pain-slider.pain-number-slider > span {
  position: absolute;
  margin-left: -1px;
}
.pain-slider.pain-text-slider td {
  width: 20%;
}
.pain-slider-wrapper {
  padding-left: 10px;
  padding-right: 15px;
}
.gray {
  color: #8e8e8e;
  fill: #8e8e8e;
}
.gray-background {
  background-color: #ededed;
}
.border-gray {
  border-color: #cccccc;
}
.border-white {
  border-color: #ffffff !important;
}
.light-blue-background {
  background: #e3ebf5;
}
.light-blue-background-container {
  background-color: #e3ebf5;
  padding: 20px;
  border: 1px solid #cccccc;
  box-shadow: inset 0px 1px 5px #cccccc;
}
.blue {
  color: #147dbf !important;
  fill: #147dbf;
}
.blue:hover {
  color: #147dbf;
  fill: #147dbf;
}
.red {
  color: #f15c5e;
  fill: #f15c5e;
}
.red:hover {
  color: #f15c5e;
  fill: #f15c5e;
}
.indent-left {
  padding-left: 15px;
}
.pointer-cursor {
  cursor: pointer;
}
a.no-underline {
  text-decoration: none;
}
.border-right {
  border-right: 1px solid #ededed;
}
.border-top {
  border-top: 1px solid #ededed;
}
.border-left {
  border-left: 1px solid #ededed;
}
.border-bottom {
  border-bottom: 1px solid #ededed;
}
.center-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.full-height {
  height: 100%;
}
.half-height {
  height: 50%;
}
.icon-svg {
  margin: 0px 5px;
  display: inline-block;
}
.icon-svg svg {
  height: 20px;
  width: 20px;
  display: inline;
  vertical-align: text-bottom;
}
.icon-svg-lg svg {
  height: 64px;
}
.icon-svg-control {
  padding-top: 7px;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.svg-container {
  display: inline-block;
}
.normal-font {
  font-weight: normal !important;
}
.title-text {
  font-weight: bold !important;
  letter-spacing: 0.5px;
  font-size: 12px;
  text-align: left;
}
.message-text {
  font-weight: bold !important;
  font-size: 12px;
}
.white {
  color: #ffffff;
  fill: #ffffff;
}
.white:hover {
  color: #ffffff;
  fill: #ffffff;
}
.top-buffer {
  padding-top: 20px;
}
.blue-background {
  background: #007cc2;
  border-color: #007cc2;
}
.youtube-video-wrap {
  margin-bottom: 20px;
}
.youtube-video-wrap .youtube-video {
  max-height: 180px;
  overflow: hidden;
  display: block;
  position: relative;
}
.youtube-video-wrap .youtube-video .youtube-play {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/assets/images/youtube-play.png) no-repeat center center;
}
.youtube-video-wrap .youtube-video > img {
  width: 100%;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.klingon-cloak {
  display: block !important;
  background: url("/assets/images/loader.gif") no-repeat center center !important;
  min-height: 612px !important;
}
[ng\:cloak] .cloak-inner,
[ng-cloak] .cloak-inner,
[data-ng-cloak] .cloak-inner,
[x-ng-cloak] .cloak-inner,
.ng-cloak .cloak-inner,
.x-ng-cloak .cloak-inner,
.klingon-cloak .cloak-inner {
  display: none !important;
  opacity: 0;
}
.form-control-cloak {
  display: block !important;
  background: url("/assets/images/loader.gif") no-repeat center center !important;
  min-height: 612px !important;
  min-height: 35px !important;
}
.form-control-cloak .cloak-inner {
  display: none !important;
  opacity: 0;
}
.klingon-cloak-sm {
  display: block !important;
  background: url("/assets/images/loader.gif") no-repeat center center !important;
  min-height: 612px !important;
  min-height: 300px !important;
}
.klingon-cloak-sm .cloak-inner {
  display: none !important;
  opacity: 0;
}
.full-loading {
  position: relative;
}
.full-loading::before {
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10000;
  background-color: rgba(0, 118, 163, 0.3);
}
.full-loading::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 10001;
  content: 'Loading...';
  font-weight: bold;
  color: #ffffff;
}
.cloak-inner {
  opacity: 1;
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 10.2.1 */
  animation: fadein 0.5s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**
 * selectize.bootstrap3.css (v0.12.1) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #007cc2;
  color: #ffffff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 34px;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
  border-color: #f15c5e;
  -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 .selectize-input:focus {
  border-color: #ed2d30;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9babb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9babb;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: -1px;
  -moz-border-radius: -1px;
  border-radius: -1px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/** First Tab: Top navigation within the page **/
.parent-tabs > .tab-content {
  padding: 20px;
}
@media (max-width: 767px) {
  .parent-tabs > .tab-content {
    padding: 10px 0px;
  }
}
.parent-tabs > .nav-tabs > li > a {
  text-align: center;
  text-transform: uppercase;
  background: #eeeeee;
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  color: #8e8e8e;
  border-radius: 0;
  margin: 0;
  border: 1px solid #cccccc;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 15px;
  min-height: 50px;
}
@media (max-width: 992px) {
  .parent-tabs > .nav-tabs > li > a {
    padding: 15px 10px;
  }
}
.parent-tabs > .nav-tabs > li > a:hover {
  background: #eeeeee;
  border-color: #cccccc;
  color: #007cc2;
}
.parent-tabs > .nav-tabs > li.active > a,
.parent-tabs > .nav-tabs > li.active > a:focus,
.parent-tabs > .nav-tabs > li.active > a:hover {
  background: #eeeeee;
  color: #007cc2;
  border-top: 5px solid #007cc2;
  border-right: 0;
  border-left: 0;
  border-bottom-color: #ffffff;
  text-transform: uppercase;
  box-shadow: none;
  padding-top: 11px;
}
.table-error {
  width: 100%;
  min-height: 612px;
  background: url('/assets/images/404error.jpg') no-repeat center center;
  background-size: 100%;
  color: #fff;
}
.table-error h1 {
  font-weight: lighter;
}
/*! =======================================================
                      VERSION  4.8.3              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=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);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}

@media (max-width: 767px) {
  body.modal-open {
    overflow: hidden;
    position: fixed;
  }
}
@media (max-width: 767px) {
  .tooltip.top {
    margin-left: 40px;
  }
  .tooltip.body-tooltip {
    margin-left: 0;
  }
}
/*# sourceMappingURL=/public/assets/css/main.css.map */