/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&display=swap");
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 {
  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;
  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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"),
    url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.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";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  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: 16px;
  line-height: 1.42857143;
  color: #343a40;
  background-color: #f6f6f6;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00aff0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0076a1;
  text-decoration: underline;
}
a:focus {
  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: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  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: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #333333;
}
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: 22px;
  margin-bottom: 11px;
}
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: 11px;
  margin-bottom: 11px;
}
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: 42px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fbeedb;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #00aff0;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0089ba;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #00aff0;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0089ba;
}
.bg-success {
  background-color: #e6f4e6;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c3e4c3;
}
.bg-info {
  background-color: #d8f2fc;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #a9e2f8;
}
.bg-warning {
  background-color: #fbeedb;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f6d8ad;
}
.bg-danger {
  background-color: #f9e4e4;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f0baba;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
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: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1025px) {
  .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: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  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: 22px;
  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: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  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: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.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: 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e6e7e8;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e6e7e8;
}
.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 #e6e7e8;
}
.table .table {
  background-color: #f6f6f6;
}
.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 #e6e7e8;
}
.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 #e6e7e8;
}
.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: #e6f4e6;
}
.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: #d4ecd4;
}
.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: #d8f2fc;
}
.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: #c0eafa;
}
.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: #fbeedb;
}
.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: #f8e3c4;
}
.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: #f9e4e4;
}
.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: #f4cfcf;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e6e7e8;
  }
  .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: 22px;
  font-size: 24px;
  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"] {
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 11px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c8c8c8;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px 0 rgba(0, 0, 0, 0.25);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #c8c8c8;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(200, 200, 200, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(200, 200, 200, 0.6) 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 44px;
  }
  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: 33px;
  }
  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: 57px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  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: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 57px;
  padding: 14px 30px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 57px;
  line-height: 57px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 57px;
  padding: 14px 30px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 57px;
  line-height: 57px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 57px;
  min-height: 42px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 55px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 57px;
  height: 57px;
  line-height: 57px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #67b168 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #e6f4e6;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #c0a16b 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fbeedb;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #ce8483 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f9e4e4;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6d7a86;
}
@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: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
.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: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 15px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #555555;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  box-shadow: none 1px 2px 0 rgba(0, 0, 0, 0.25);
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #555555;
  background-color: #dbdbdb;
  border-color: transparent;
}
.btn-default:focus,
.btn-default.focus {
  color: #555555;
  background-color: #c2c2c2;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:hover {
  color: #555555;
  background-color: #c2c2c2;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #555555;
  background-color: #c2c2c2;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #555555;
  background-color: #b0b0b0;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 {
  background-color: #dbdbdb;
  border-color: transparent;
}
.btn-default .badge {
  color: #dbdbdb;
  background-color: #555555;
}
.btn-primary {
  color: #fff;
  background-color: #00aff0;
  border-color: #0090c4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0089ba;
  border-color: #003245;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0089ba;
  border-color: #006387;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0089ba;
  border-color: #006387;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #006e96;
  border-color: #003245;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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 {
  background-color: #00aff0;
  border-color: #0090c4;
}
.btn-primary .badge {
  color: #00aff0;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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 {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #00aff0;
  border-color: #009cd7;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #0089ba;
  border-color: #003f57;
}
.btn-info:hover {
  color: #fff;
  background-color: #0089ba;
  border-color: #0089ba;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #0089ba;
  border-color: #0089ba;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #0089ba;
  border-color: #003f57;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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 {
  background-color: #00aff0;
  border-color: #009cd7;
}
.btn-info .badge {
  color: #00aff0;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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 {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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 {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #00aff0;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
  box-shadow: none 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0076a1;
  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: 14px 30px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.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;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 1px 2px 0 rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #00aff0;
}
.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: 14px;
  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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1025px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-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 {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
  box-shadow: none 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.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: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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 .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 57px;
  padding: 14px 30px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 57px;
  line-height: 57px;
}
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: 33px;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
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: 10px 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #c8c8c8;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 12px;
  font-size: 14px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 14px 30px;
  font-size: 20px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #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: #00aff0;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  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: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 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: #f6f6f6;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #00aff0;
}
.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: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f6f6f6;
  }
}
.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: 74px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 1025px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1025px) {
  .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: 1025px) {
  .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: 1025px) {
  .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: 1025px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1025px) {
  .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: 26px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 74px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1025px) {
  .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: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  z-index: 9999;
}
.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: 1025px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 13px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .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: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1025px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  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) 1px 2px 0 rgba(0, 0, 0, 0.25);
  margin-top: 15px;
  margin-bottom: 15px;
}
@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: 1024px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    box-shadow: none 1px 2px 0 rgba(0, 0, 0, 0.25);
  }
}
.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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-sm {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
.navbar-btn.btn-xs {
  margin-top: 26px;
  margin-bottom: 26px;
}
.navbar-text {
  margin-top: 26px;
  margin-bottom: 26px;
}
@media (min-width: 1025px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1025px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fafafa;
  border-color: #e9e9e9;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e9e9e9;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e9e9e9;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e9e9e9;
  color: #555;
}
@media (max-width: 1024px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e9e9e9;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.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: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  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: #000;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #000;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #000;
}
@media (max-width: 1024px) {
  .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: #000;
    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: #000;
    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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #000;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #000;
}
.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: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f9f9f9;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 20px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #00aff0;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #0076a1;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #00aff0;
  border-color: #00aff0;
  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: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 30px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 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: #fff;
  border: 1px solid #ddd;
  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: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  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: #00aff0;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0089ba;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #00aff0;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0089ba;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 4px;
  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: #00aff0;
}
.thumbnail .caption {
  padding: 9px;
  color: #343a40;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #e6f4e6;
  border-color: #d8ecd4;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c8e4c3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d8f2fc;
  border-color: #b7f2f9;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #9feef8;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fbeedb;
  border-color: #f8dac4;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f6ccad;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f9e4e4;
  border-color: #f4cfd5;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #f0bac3;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #00aff0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 1px 2px 0 rgba(0, 0, 0, 0.25);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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 {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: #00aff0;
}
.progress-striped .progress-bar-info {
  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: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  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: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #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: #fff;
  background-color: #00aff0;
  border-color: #00aff0;
}
.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: #baedff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #e6f4e6;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d4ecd4;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d8f2fc;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c0eafa;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fbeedb;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #f8e3c4;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f9e4e4;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #f4cfcf;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #eeeeee;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.panel-body {
  padding: 30px;
}
.panel-heading {
  padding: 30px 30px 20px 30px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 30px 30px 20px 30px;
  background-color: #f5f5f5;
  border-top: 1px solid #e4dfdf;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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: -1px;
  border-top-left-radius: -1px;
}
.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: -1px;
  border-bottom-left-radius: -1px;
}
.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 30px;
  padding-right: 30px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.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: -1px;
  border-top-right-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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: -1px;
  border-bottom-right-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e6e7e8;
}
.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: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.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 #e4dfdf;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #e4dfdf;
}
.panel-default {
  border-color: #ccc;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #eeeeee;
  border-color: #ccc;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ccc;
}
.panel-default > .panel-heading .badge {
  color: #eeeeee;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ccc;
}
.panel-primary {
  border-color: #00aff0;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #00aff0;
  border-color: #00aff0;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00aff0;
}
.panel-primary > .panel-heading .badge {
  color: #00aff0;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00aff0;
}
.panel-success {
  border-color: #d8ecd4;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #e6f4e6;
  border-color: #d8ecd4;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d8ecd4;
}
.panel-success > .panel-heading .badge {
  color: #e6f4e6;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d8ecd4;
}
.panel-info {
  border-color: #b7f2f9;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d8f2fc;
  border-color: #b7f2f9;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b7f2f9;
}
.panel-info > .panel-heading .badge {
  color: #d8f2fc;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b7f2f9;
}
.panel-warning {
  border-color: #f8dac4;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fbeedb;
  border-color: #f8dac4;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f8dac4;
}
.panel-warning > .panel-heading .badge {
  color: #fbeedb;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f8dac4;
}
.panel-danger {
  border-color: #f4cfd5;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f9e4e4;
  border-color: #f4cfd5;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f4cfd5;
}
.panel-danger > .panel-heading .badge {
  color: #f9e4e4;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f4cfd5;
}
.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: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.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 {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  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: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 1px 2px 0 rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 20px 23px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px 23px;
}
.modal-footer {
  padding: 20px 23px;
  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 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 1px 2px 0 rgba(0, 0, 0, 0.25);
  }
  .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-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.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: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  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 {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    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: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  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: 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: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  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: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .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-header:before,
.modal-header: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-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.label-secondary {
  background-color: #00aff0;
}
/*global section*/
html:not(.fancybox-lock) {
  scroll-behavior: smooth;
}
*:hover,
*:focus,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
p {
  color: #555555;
  line-height: 24px;
}
p:last-child {
  margin-bottom: 0px;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
.align-right {
  text-align: right;
}
body {
  overflow-x: hidden;
}
a.btn-outline {
  color: #333333;
}
textarea {
  resize: vertical;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  line-height: normal;
}
.mb-all {
  margin-bottom: 15px !important;
}
.mb {
  margin-bottom: 15px !important;
}
.mb-2x {
  margin-bottom: 30px !important;
}
@media (max-width: 480px) {
  .mb-xs {
    margin-bottom: 15px;
  }
  [class^="col-"] {
    width: 100%;
    float: none;
  }
}
@media (max-width: 768px) {
  .mb-sm {
    margin-bottom: 15px;
  }
}
.mt-1x {
  margin-top: 15px;
}
.mt-2x {
  margin-top: 30px;
}
/*ul>li {
	margin:10px 0;
}*/
ul {
  padding: 0px;
  list-style: none;
}
ul:not([class]),
ol:not([class]) {
  padding-left: 20px;
  margin-bottom: 0px;
}
ul:not([class]) li,
ol:not([class]) li {
  margin: 10px 0;
}
ul:not([class]) li {
  list-style-type: disc;
}
.fa-ul li {
  margin: 10px 0;
}
.row-sm {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row-sm [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row-xs {
  margin-left: -3px;
  margin-right: -3px;
}
.row-xs [class*="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}
form label,
.form-label,
.form-group > label {
  font-weight: normal;
}
.form-group > label,
.form-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
}
.form-control.auto {
  width: auto;
}
.color-green {
  color: #03b5aa !important;
}
.color-black {
  color: #000 !important;
}
.color-red {
  color: #fa6541 !important;
}
.color-blue {
  color: #2a72cb !important;
}
.color-purple {
  color: #d03370 !important;
}
.color-pink {
  color: #00aff0;
}
.color-white {
  color: #fff;
}
.color-primary {
  color: #00aff0;
}
.color-secondary {
  color: #00aff0;
}
.color-gray {
  color: #777777;
}
.color-gray-imp {
  color: #333 !important;
}
.bg-white {
  background-color: #fff !important;
}
.title-global,
.title5,
.title4,
.title3,
.title2,
.title1 {
  font-family: "Open Sans", sans-serif;
  color: #555555;
  font-weight: normal;
}
.title5 {
  font-size: 16px;
}
.title4 {
  font-size: 20px;
}
.title3 {
  font-size: 26px;
}
.title2 {
  font-size: 34px;
}
.title1 {
  font-size: 42px;
}
.gray-bg {
  background: #f1f1f2;
}
.row-flush {
  margin: 0px !important;
}
.row-flush [class*="col-"] {
  padding: 0px;
}
.zero-margin-bottom {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .container {
    width: 100%;
  }
}
.alert-info {
  border-radius: 4px !important;
}
.alert-info:before,
.alert-info:after {
  content: " ";
  display: table;
}
.alert-info:after {
  clear: both;
}
.alert-info:before,
.alert-info:after {
  content: " ";
  display: table;
}
.alert-info:after {
  clear: both;
}
.alert-info i.fa {
  color: #00aff0;
  float: left;
  font-size: 42px;
}
.alert-info .alert-content {
  margin-left: 60px;
  text-align: left;
  font-style: italic;
  font-size: 15px;
}
.alert-info .alert-content p {
  margin: 0px;
  font-size: inherit;
}
.validate-status,
.vs-success,
.vs-error {
  padding: 6px 14px;
  font-size: 12px;
  display: block;
}
.vs-success {
  color: #5cb85c;
  background: #c7e6c7;
}
.vs-error {
  color: #d9534f;
  background: #f4cecd;
}
@media (max-width: 768px) {
  .userspg .page-banner,
  .userspg [data-toggle="offcanvas-left"],
  .userspg [data-toggle="offcanvas-right"],
  .userspg .row-offcanvas > .visible-xs,
  .userspg .main-sidebar,
  .userspg .user-navigation {
    display: none !important;
  }
}
.userspg .page-banner {
  display: none;
}
.padblock {
  padding: 15px;
}
.padblock-lg {
  padding: 25px 30px;
}
.padblock-2x {
  padding: 30px;
}
.padblock-3x {
  padding: 55px;
}
.padblock-md-large {
  padding: 50px;
}
@media (max-width: 992px) {
  .padblock-md-large {
    padding: 30px;
  }
}
[class^="section-"] {
  padding: 20px 0;
}
@media (min-width: 768px) {
  [class^="section-"] {
    padding: 80px 0;
  }
}
.link-hidden {
  width: 100%;
  height: 100%;
  position: absolute;
  content: " ";
  top: 0px;
  left: 0px;
  text-indent: -9999px;
}
[class*="size-"] {
  margin: 0 auto;
}
@media (min-width: 480px) {
  .size-xs {
    width: 480px;
  }
}
@media (min-width: 768px) {
  .size-sm {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .size-md {
    width: 992px;
  }
}
.main-content {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .main-content {
    padding: 60px 0;
  }
}
.content-block {
  background: #fff;
}
.content-block .content-heading {
  padding: 30px 30px 20px 30px;
  border-bottom: 1px solid #e4dfdf;
}
.content-block .content-body {
  padding: 30px;
}
.content-block .content-body.content {
  padding: 0px;
  padding-top: 15px;
}
.panel-default {
  border: none;
}
.panel-default .panel-heading {
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid #e4dfdf;
}
.panel-default .panel-heading h1,
.panel-default .panel-heading h2,
.panel-default .panel-heading h3,
.panel-default .panel-heading h4,
.panel-default .panel-heading h5,
.panel-default .panel-heading h6 {
  font-weight: 700;
}
.pad-zero {
  padding: 0px !important;
}
.notification-block {
  position: relative;
  padding-left: 45px;
}
.notification-block:before {
  display: inline-block;
  font-family: "fontawesome";
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.notification-block.info:before {
  content: "";
  color: #00aff0;
}
.affix {
  position: fixed !important;
  top: 20px;
}
.panel {
  background: white;
}
.panel .panel-heading {
  background: inherit;
}
.panel.panel-primary .panel-heading {
  background: #00aff0;
}
.breadcrumb {
  display: inline-block;
}
@media (min-width: 992px) {
  .masonry {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.masonry-sizer,
.masonry-item {
  width: 100%;
}
@media (min-width: 992px) {
  .masonry-sizer,
  .masonry-item {
    width: 50%;
  }
  .masonry-sizer .cards,
  .masonry-item .cards {
    margin: 15px;
  }
  .masonry-sizer .postcard,
  .masonry-item .postcard {
    margin: 15px;
  }
}
#dvMap {
  max-width: 100%;
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
}
.justify-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .row-md-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.row-flex-reverse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.row-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .col-md-reverse-max {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.row-flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .row-md-flex {
    display: -ms-flexbox;
    display: flex;
  }
}
.flex-row-md {
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .flex-row-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.flex-column-md {
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .flex-column-md {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.refer-friend-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .refer-friend-block {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
/* form styling */
.input-icon-box {
  position: relative;
}
.input-icon-box input {
  padding-right: 30px;
}
.input-icon-box .fa {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .multiboxes .input-icon-box {
    margin-top: 20px;
  }
}
.ad-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.radioBox label {
  border: 1px solid #ccc;
  transition: all 0.3s ease-in-out;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: normal;
  cursor: pointer;
  background-color: #fff;
}
.radioBox label:hover {
  border-color: #00aff0;
}
.radioBox input {
  display: none;
}
.radioBox input:checked ~ label {
  border-color: #00aff0;
  background-color: #00aff0;
  color: white;
}
.tokenfield.form-control {
  height: auto;
}
textarea.form-control {
  max-width: 100%;
}
.custom-option {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-option--inline {
  margin-left: -15px;
  display: -ms-flexbox;
  display: flex;
}
.custom-option--inline .custom-option__item {
  margin: 4px 0 4px 15px;
}
.custom-option--block {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
}
.custom-option--block .custom-option__item {
  display: block;
}
.custom-option--block .custom-option__item:not(:last-child) {
  margin-bottom: 10px;
}
.custom-option--block .custom-option__label {
  display: inline-block;
}
.custom-option__item {
  --activeColor: #03b5aa;
  margin-bottom: 0px;
  font-weight: normal;
}
.custom-option__label {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
}
.custom-option__label:before,
.custom-option__label:after {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  border-radius: 50%;
  top: 0;
}
.custom-option__label:before {
  background-color: #eeeeee;
  transition: all 0.3s;
}
.custom-option__label:after {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "\f00c";
  font-family: fontawesome;
  font-size: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.custom-option input[type="radio"],
.custom-option input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: none !important;
}
.custom-option input[type="radio"]:checked ~ .custom-option__label:before,
.custom-option input[type="checkbox"]:checked ~ .custom-option__label:before {
  background-color: var(--activeColor);
}
.custom-option input[type="radio"]:checked ~ .custom-option__label:after,
.custom-option input[type="checkbox"]:checked ~ .custom-option__label:after {
  color: white;
  opacity: 1;
}
.custom-option input[type="radio"]:disabled ~ .custom-option__label,
.custom-option input[type="checkbox"]:disabled ~ .custom-option__label {
  opacity: 0.4;
  cursor: not-allowed;
}
.custom-option input[type="radio"]:disabled ~ .custom-option__label:before,
.custom-option input[type="checkbox"]:disabled ~ .custom-option__label:before {
  background-color: #eeeeee;
}
.custom-option input[type="radio"]:disabled ~ .custom-option__label:after,
.custom-option input[type="checkbox"]:disabled ~ .custom-option__label:after {
  display: none;
}
.custom-option input[type="checkbox"] ~ .custom-option__label:before {
  border-radius: 4px;
}
.password-block .input-group-addon {
  cursor: pointer;
}
/*button css */
.btn {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
  /*&:after {
		position:absolute;
		transform:translate(0, -50%);
		width:0;
		height:0;
		border-radius:4px;

		content:" ";
		margin:0 auto;
		top:50%;
		text-align:center;
		left:0;
		right:0;
		transition:all 0.5s ease-in-out;
		z-index:-1;
	}

	&.btn-primary {
		&:after {
		background-color:@brand-secondary;
		}
	}

	&.btn-secondary {
		&:after {
		background-color:@brand-primary;
		}
	}

	&.btn-default {
		&:after {
		background-color:lighten(@gray-light, 20%);
		}
	}

	&:hover {
		&:after {
			width:100%;
			height:100%;
		}
	}
	*/
}
.btn-secondary {
  background: #00aff0;
  color: white;
}
.btn-secondary:hover {
  background: #0089ba;
  color: white;
}
.btn-secondary:focus {
  background: #0089ba;
  color: white;
}
.btn-primary {
  background: #00aff0;
}
.btn-primary i {
  color: white;
}
.btn-primary svg {
  fill: white;
}
.btn-fluid {
  width: 100%;
}
.btn-list {
  margin: 0 -6px;
}
.btn-list .btn {
  margin: 6px;
}
.btn-list .btn i.fa {
  margin-right: 4px;
}
.btn-block .btn {
  margin: 6px;
  display: block;
}
.btn-block .btn i.fa {
  margin-right: 4px;
}
.btn-outline {
  background-color: transparent;
  border: 1px solid #777777;
}
.button-text {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.loading .button-text {
  opacity: 0;
}
.loading .button-text ~ .loader {
  opacity: 1;
  margin: 0px;
}
.loading .button-text ~ .loader svg {
  background-color: transparent;
  animation: none;
}
.js-button-loader .loader {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.js-button-loader .loader:before {
  content: " ";
  display: inline-block;
}
.js-button-loader .loader svg {
  width: 42px !important;
  height: auto !important;
}
.js-button-loader .loader lottie-animation-view > div {
  margin-top: -10px !important;
}
.js-button-loader.loading {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}
.file-control {
  display: none !important;
}
.label-file {
  width: 100%;
  max-width: 300px;
  height: 40px;
  display: inline-block;
  position: relative;
  background-color: #fff;
  padding: 5px 50px 5px 15px;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  vertical-align: middle;
  overflow: hidden;
  line-height: 30px;
}
.label-file:hover:after {
  background-color: #dddddd;
}
.label-file:after {
  content: "Browse";
  position: absolute;
  background-color: #fff;
  right: 0;
  top: 0;
  height: 100%;
  display: inline-block;
  padding: 8px 15px 0;
  color: #343a40;
  line-height: 20px;
  border-left: 1px solid #c8c8c8;
  cursor: pointer;
}
/* less header file updated what a lovely day */
.navbar {
  border-radius: 0px;
  display: -ms-flexbox;
  display: flex;
  margin: 0px !important;
  border-color: none;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .navbar {
    display: inherit;
  }
}
.logo {
  display: -ms-flexbox;
  display: flex;
  float: left;
  padding: 0 42px 0 0;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  height: 74px;
  box-sizing: border-box;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .logo {
    padding-right: 15px;
  }
}
.logo > img {
  max-width: 100%;
  height: auto;
}
.logo .brand-icon {
  display: inline-block;
}
@media (min-width: 768px) {
  .logo .brand-icon {
    padding-right: 15px;
    border-right: 1px solid #eeeeee;
  }
}
.logo span {
  padding-left: 15px;
  border-left: 1px solid #ffffff;
  display: inline-block;
}
@media (max-width: 768px) {
}
.logo:hover {
  color: #333333;
}
#headersearch {
  display: none !important;
}
@media (min-width: 1025px) {
  #headersearch {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.search-home {
  display: none;
  float: left;
  width: 70%;
  border: none;
  border-left: 1px solid #eae6e6;
  background: transparent;
  line-height: 74px;
  box-shadow: none;
  height: 74px;
  width: auto;
  min-width: 300px;
}
@media (max-width: 600px) {
  .search-home {
    min-width: 20px;
    width: 60%;
  }
}
@media (min-width: 1025px) {
  .search-home {
    display: block;
  }
}
.search-home:focus {
  box-shadow: none;
  outline: none;
  border-color: #eae6e6;
}
#header .navbar-nav {
  display: none;
}
@media (min-width: 1025px) {
  #header .navbar-nav {
    display: block;
  }
}
@media screen (min-width: 1200px) {
  .navbar-nav li {
    border-left: 1px solid #eae6e6;
  }
}
.navbar-nav li:first-child {
  border-left: none;
}
.navbar-nav li > a {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}
.navbar-nav li.menu-contrast {
  padding-top: 14px;
  padding-bottom: 14px;
  display: none;
}
@media (min-width: 768px) {
  .navbar-nav li.menu-contrast {
    display: block;
  }
}
.navbar-nav li.menu-contrast > a {
  padding: 0;
  margin: 0 20px;
}
@media (min-width: 991px) {
  .navbar-nav li.menu-contrast > a {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .navbar-nav li.menu-contrast > a {
    height: 46px;
  }
}
.navbar-nav li.menu-contrast > a > span {
  background-color: #00aff0;
  color: white;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.navbar-nav li.menu-contrast > a > span:after {
  position: absolute;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-radius: 4px;
  background-color: #00aff0;
  content: " ";
  margin: 0 auto;
  top: 50%;
  text-align: center;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.navbar-nav li.menu-contrast:hover > a > span:after {
  width: 100%;
  height: 100%;
}
.dropdown-menu {
  padding: 0px;
  border: none;
  left: 0;
  min-width: 200px;
}
.dropdown-menu > li > a {
  padding: 9px 20px;
  line-height: normal;
  font-weight: 400 !important;
}
/*------------------------------------------------------------offcanvas menu------------------------------------------*/
#offcanvas {
  display: none;
}
@media (max-width: 1025px) {
  #offcanvas {
    display: block;
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    right: -250px;
    transition: right 0.5s cubic-bezier(1, -0.23, 0.57, 1.15);
    z-index: 9999;
    margin-right: 0;
    box-sizing: border-box;
  }
  #offcanvas .mobilenav-section {
    width: 100%;
    height: 100%;
    background: rgba(23, 24, 24, 0.8);
  }
  #offcanvas .user-dtl {
    padding: 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    height: 80px;
  }
  #offcanvas .user-dtl .user-thumbnail {
    width: 48px;
    height: 48px;
    border: 3px solid #c0c0c0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    overflow: hidden;
  }
  #offcanvas .user-dtl .user-thumbnail img {
    width: 100%;
    height: 100%;
  }
  #offcanvas .user-dtl .user-name {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: white;
    font-weight: normal;
    display: inline-block;
  }
  #offcanvas .user-dtl .userprofile-link {
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #offcanvas .mn-wrap {
    overflow-x: hidden;
    overflow-y: auto;
  }
  #offcanvas .mn-wrap.logged-in {
    height: calc(100% - 80px);
  }
  #offcanvas .mn-wrap.none-user {
    height: 100%;
  }
  #offcanvas .mn-wrap .mn-table {
    display: table;
    width: 100%;
    height: 100%;
  }
  #offcanvas .mn-wrap .mobilemenu {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
  }
  #offcanvas .mn-wrap .mobilemenu > ul {
    margin: 0px;
    padding: 15px 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #offcanvas .mn-wrap .mobilemenu > ul:first-child {
    border: none;
  }
  #offcanvas .mn-wrap .mobilemenu > ul > li {
    margin: 12px 0;
    padding: 0;
    position: relative;
  }
  #offcanvas .mn-wrap .mobilemenu > ul > li:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    height: 100%;
    width: 0px;
    background: #00aff0;
    transition: width ease-in-out 0.5s;
  }
  #offcanvas .mn-wrap .mobilemenu > ul > li a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: white;
  }
  #offcanvas .mn-wrap .mobilemenu > ul > li a:hover {
    color: #00aff0;
  }
  #offcanvas .mn-wrap .mobilemenu > ul > li:hover:before {
    width: 4px;
  }
  #offcanvas .mn-wrap .mobilemenu > ul > li:hover > a {
    color: #00aff0;
  }
  #offcanvas .mn-wrap .mobilemenu > ul > li ul {
    list-style: none;
    display: none;
  }
  #offcanvas .mn-wrap .mobilemenu > ul > li.open ul {
    display: block;
  }
  #wrapper {
    position: static;
    transition: all 0.5s cubic-bezier(1, -0.23, 0.57, 1.15);
  }
  body {
    transition: transform 0.5s cubic-bezier(1, -0.23, 0.57, 1.15);
    position: relative;
    right: 0px;
    transition: right 0.5s cubic-bezier(1, -0.23, 0.57, 1.15);
  }
  body.offcanvas {
    transition: right 0.5s cubic-bezier(1, -0.23, 0.57, 1.15);
    position: fixed !important;
    width: 100%;
    height: 100%;
  }
  #overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    z-index: 100;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.8s cubic-bezier(1, -0.23, 0.57, 1.15);
  }
  .offcanvas #offcanvas {
    right: 0px;
  }
  .offcanvas #overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .offcanvas #wrapper {
    position: fixed;
  }
}
@media (max-width: 1025px) and screen (min-width: 1024px) {
  #offcanvas .mn-wrap .mobilemenu > ul > li {
    padding: 0 25px;
  }
}
@media (max-width: 1025px) and screen (min-width: 1200px) {
  #offcanvas .mn-wrap .mobilemenu > ul > li a {
    font-size: 24px;
  }
}
@media (max-width: 1025px) and screen and (max-width: 767px) {
  .caret {
    position: absolute;
    right: 15px;
    top: 15px;
  }
}
@media (max-width: 1025px) {
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar-toggle {
    display: none;
    background: none;
    border: none;
    margin-right: 0px;
    z-index: 9999;
  }
  .navbar-toggle:hover,
  .navbar-toggle:focus {
    background-color: none !important;
    border: none;
  }
}
.navbar-default .navbar-toggle {
  background: none;
  border: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none;
  border: none;
}
body {
  transition: all ease-in-out 0.5s;
}
body.offcanvas-menu {
  left: 300px;
}
body.offcanvas-menu #mobilenav {
  transform: translateX(0%);
}
body.offcanvas-menu #mobilenav .nav-mask {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.header-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-block:before,
.header-block:after {
  display: none;
}
/* footer section */
#footer {
  background: #fafafa;
  padding: 20px 0;
}
#footer .widget-section {
  padding: 30px 0;
}
.widget-section .menu {
  margin: 0px;
  padding: 0px;
}
.widget-section .menu li {
  margin: 4px 0;
}
.widget-section .menu li a {
  color: #929292;
  padding: 5px 0;
  display: inline-block;
}
.widget-section .menu li:hover a {
  color: #00aff0;
}
.widget-section h3 {
  font-size: 16px;
  color: #343a40;
  padding-bottom: 10px;
  font-weight: 600;
}
.widget-section .widget {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .widget-section > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.widget-custom:before,
.widget-custom:after {
  content: " ";
  display: table;
}
.widget-custom:after {
  clear: both;
}
.widget-custom:before,
.widget-custom:after {
  content: " ";
  display: table;
}
.widget-custom:after {
  clear: both;
}
.widget-custom .logo_variant {
  display: inline-block;
  vertical-align: top;
}
.widget-custom .menu-custom {
  display: inline-block;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .widget-custom .menu-custom {
    margin-left: 0px;
  }
}
.appmenu {
  margin: -7.5px 0;
  padding: 0px;
  list-style: none;
}
.appmenu li {
  margin: 7.5px 0;
}
.appmenu li a {
  border: 1px solid #929292;
  display: block;
  padding: 8px 15px;
  color: #777777;
  border-radius: 4px;
  transition: all ease-in-out 0.3s;
}
.appmenu li a:before,
.appmenu li a:after {
  content: " ";
  display: table;
}
.appmenu li a:after {
  clear: both;
}
.appmenu li a:before,
.appmenu li a:after {
  content: " ";
  display: table;
}
.appmenu li a:after {
  clear: both;
}
.appmenu li a .fa {
  font-size: 48px;
  width: 60px;
  float: left;
}
.appmenu li a .appcontent {
  margin-left: 80px;
}
.appmenu li a .appcontent span {
  font-size: 16px;
  display: block;
}
.appmenu li a .appcontent strong {
  font-size: 24x;
  font-weight: 600;
}
.appmenu li:hover a {
  background: #777777;
  color: white;
}
.footer-bottom {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
}
.footer-bottom .social-links {
  margin: 0 -10px;
  display: inline-block;
}
.footer-bottom .social-links li {
  margin: 0 10px;
  display: inline-block;
}
.footer-bottom .social-links li a {
  display: inline-block;
  padding: 6px 10px;
  color: #777777;
  font-size: 24px;
}
.footer-bottom .social-links li a:hover {
  color: #00aff0;
}
.footer-bottom p {
  font-size: 16px;
  margin: 0;
}
.footerpwalogo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footerpwalogo .icon {
  width: 40px;
  height: 40px;
}
/* fancy box */
.fancybox-skin {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.fancypop {
  text-align: left;
  margin-bottom: 0px !important;
  background-color: #fff;
  /*display:none;*/
}
.fancybox-skin {
  border-radius: 0px !important;
  color: #343a40;
}
.fancypop {
  /*display:none; */
  text-align: left;
  margin-bottom: 0px !important;
}
@media (min-width: 768px) {
  .fancypop {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .fancypop.fc-small {
    width: 400px;
  }
}
@media (min-width: 768px) {
  .fancypop.fc-medium {
    width: 500px;
  }
}
.fancypop .content-block-heading {
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
  padding-right: 60px;
  position: relative;
}
.fancypop .content-block-heading h3 {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fancypop .content-block-heading {
    padding: 20px 35px 20px 20px;
  }
}
.fancypop .content-block-heading h3,
.lwlb_lightbox_calendar .content-block-heading h3,
.fancypop p {
  color: #343a40;
}
.fancypop .content-block-heading .closebtn,
.lwlb_lightbox_calendar .content-block-heading .closebtn {
  position: absolute;
  right: 33px;
  font-size: 20px;
  color: #ccc;
  top: 15px;
}
@media (max-width: 480px) {
  .fancypop .content-block-heading .closebtn,
  .lwlb_lightbox_calendar .content-block-heading .closebtn {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #eeeeee;
    padding: 8px;
  }
  .fancypop .content-block-heading .closebtn:hover,
  .lwlb_lightbox_calendar .content-block-heading .closebtn:hover {
    background: #777777;
    color: white;
  }
  .fancypop .content-block-heading .closebtn:hover i.fa,
  .lwlb_lightbox_calendar .content-block-heading .closebtn:hover i.fa {
    color: white;
  }
}
.fancypop .content-block-heading .closebtn:hover,
.lwlb_lightbox_calendar .content-block-heading .closebtn:hover {
  color: #4d8ba4;
}
.fancypop .content-block-detail,
.fancypop .padblock {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .fancypop .content-block-detail,
  .fancypop .padblock {
    padding: 20px 15px;
  }
}
@media (max-width: 990px) {
  .fancy-fullscreen {
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
  }
  .fancy-fullscreen .fancybox-inner {
    width: 100% !important;
    height: 100% !important;
  }
  .fancy-fullscreen .fancybox-skin {
    min-height: 100% !important;
  }
  .fancy-fullscreen .fancypop {
    height: 100%;
    height: 100vh;
    min-height: -webkit-fill-available;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .fancy-fullscreen .fancypop {
    width: 100%;
  }
}
.hell {
  background-color: white;
}
.fancybox-lock .fancybox-overlay {
  overflow-y: auto !important;
}
.alert-modal .closebtn {
  position: absolute;
  z-index: 9999;
  top: -15px;
  right: -15px;
}
.alert-modal .alert {
  margin: 0 !important;
}
.pwafancypop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  .pwafancypop {
    height: -webkit-fill-available !important;
    min-height: -webkit-fill-available !important;
  }
}
.pwafancypop .content-block-detail {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}
.pwafancypop .content-block-detail .navbar-nav {
  overflow-y: auto;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.pwafancypop .content-block-detail .copyright-text {
  padding: 10px;
}
.pwafancypop .content-block-footer {
  padding: 15px 10px;
}
.pwafancypop .content-block-footer .menu li {
  margin: 8px 0;
}
.pwafancypop .content-block-footer .menu a {
  color: #495057;
}
.pwafancypop .content-block-footer .widget:not(:last-child) {
  margin-bottom: 15px;
}
/* feedback section */
.feedback-quote {
  padding: 0px;
  padding-left: 45px;
  margin: 0px;
  border: none;
  font-size: 16px;
  position: relative;
}
@media (max-width: 992px) {
  .feedback-quote {
    margin-bottom: 20px;
  }
}
.feedback-quote:after {
  position: absolute;
  content: '"';
  top: 0;
  left: 0;
  font-size: 60px;
  opacity: 0.1;
  filter: alpha(opacity=10);
  line-height: 1;
  font-weight: bold;
}
/* table */
.tbl-style tr > th {
  background: #00aff0;
  color: white;
}
.tbl-style tr > td {
  background: #fff;
}
@media (min-width: 768px) {
  .table tr > td:last-child,
  .table tr > th:last-child {
    text-align: right;
  }
}
/*jquery ui calendar customization */
.ui-calendar-div {
  padding: 0px;
  border-radius: 0px;
  border: none;
}
.ui-calendar-div .ui-widget {
  padding: 0px;
  border: none;
  width: 100%;
}
.ui-calendar-div .ui-datepicker-header {
  border-radius: 0px;
  position: relative;
  background-color: #00aff0;
}
.ui-calendar-div .ui-datepicker-header a {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 20px;
  margin: 0px;
  cursor: pointer;
}
.ui-calendar-div .ui-datepicker-header a.ui-datepicker-prev {
  transform: translateY(-50%);
  background: url(../images/calendar-arrow-left.png) no-repeat;
  left: 18px;
}
.ui-calendar-div .ui-datepicker-header a.ui-datepicker-prev.ui-state-hover {
  border: none;
}
.ui-calendar-div .ui-datepicker-header a.ui-datepicker-next {
  transform: translateY(-50%);
  background: url(../images/calendar-arrow-right.png) no-repeat;
  right: 18px;
}
.ui-calendar-div .ui-datepicker-header a.ui-datepicker-next.ui-state-hover {
  border: none;
}
.ui-calendar-div .ui-datepicker-title {
  background: #00aff0;
  border-radius: 0px;
  padding: 20px 0;
  border: none;
  margin: 0 !important;
  line-height: 1 !important;
  color: white;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.ui-calendar-div .ui-datepicker-calendar {
  border: none;
  margin-bottom: 15px;
}
.ui-calendar-div .ui-datepicker-calendar tr > th {
  height: 40px;
  line-height: 40px;
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  background: white;
  text-align: center;
}
.ui-calendar-div .ui-datepicker-calendar tr > td {
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
  height: 44px;
  width: 44px;
  line-height: 1;
  text-align: center;
  padding: 3px 0;
}
.ui-calendar-div .ui-datepicker-calendar tr > td > span,
.ui-calendar-div .ui-datepicker-calendar tr > td > a {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background: none;
  color: #343a40;
  z-index: 1;
  position: relative;
}
.ui-calendar-div .ui-datepicker-calendar tr > td > span {
  cursor: not-allowed;
}
.ui-calendar-div .ui-datepicker-calendar tr > td a.ui-range:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: -2px;
  right: 0;
  background: #ccecfa;
  border-radius: 0px;
  z-index: -2;
}
.ui-calendar-div .ui-datepicker-calendar tr > td.ui-datepicker-unselectable {
  background: white !important;
}
.ui-calendar-div .ui-datepicker-calendar tr > td.ui-datepicker-current-day {
  background: white !important;
}
.ui-calendar-div
  .ui-datepicker-calendar
  tr
  > td.ui-datepicker-current-day
  a.ui-state-active {
  color: white;
}
.ui-calendar-div
  .ui-datepicker-calendar
  tr
  > td.ui-datepicker-current-day
  a.ui-state-active:before {
  background: #00aff0;
  position: absolute;
  content: " ";
  top: 50%;
  left: 0;
  right: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  z-index: -1;
  margin: 0 auto;
  transform: translateY(-54%);
}
.ui-calendar-div
  .ui-datepicker-calendar
  tr
  > td.ui-datepicker-current-day
  a.ui-state-active.ui-range:after,
.ui-calendar-div
  .ui-datepicker-calendar
  tr
  > td.ui-datepicker-current-day
  a.ui-state-active.ui-range:hover:after {
  position: absolute;
  content: " ";
  width: 50%;
  height: 100%;
  top: -2px;
  right: 0;
  background: #ccecfa;
  border-radius: 0px;
  z-index: -2;
}
.ui-calendar-div .ui-datepicker-calendar tr > td.ui-datepicker-last-day {
  background: white !important;
}
.ui-calendar-div
  .ui-datepicker-calendar
  tr
  > td.ui-datepicker-last-day
  a.ui-state-active {
  color: white;
}
.ui-calendar-div
  .ui-datepicker-calendar
  tr
  > td.ui-datepicker-last-day
  a.ui-state-active:before {
  background: #00aff0;
  position: absolute;
  content: " ";
  top: 50%;
  left: 0;
  right: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  z-index: -1;
  margin: 0 auto;
  transform: translateY(-50%);
}
.ui-calendar-div
  .ui-datepicker-calendar
  tr
  > td.ui-datepicker-last-day
  a.ui-state-active.ui-range:after,
.ui-calendar-div
  .ui-datepicker-calendar
  tr
  > td.ui-datepicker-last-day
  a.ui-state-active.ui-range:hover:after {
  position: absolute;
  content: " ";
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ccecfa;
  border-radius: 0px;
  z-index: -2;
}
.ui-calendar-div .ui-datepicker-buttonpane {
  padding: 10px 15px;
}
.ui-calendar-div .ui-datepicker-buttonpane button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
  /*&:after {
		position:absolute;
		transform:translate(0, -50%);
		width:0;
		height:0;
		border-radius:4px;

		content:" ";
		margin:0 auto;
		top:50%;
		text-align:center;
		left:0;
		right:0;
		transition:all 0.5s ease-in-out;
		z-index:-1;
	}

	&.btn-primary {
		&:after {
		background-color:@brand-secondary;
		}
	}

	&.btn-secondary {
		&:after {
		background-color:@brand-primary;
		}
	}

	&.btn-default {
		&:after {
		background-color:lighten(@gray-light, 20%);
		}
	}

	&:hover {
		&:after {
			width:100%;
			height:100%;
		}
	}
	*/
  color: #fff;
  background-color: #00aff0;
  border-color: #0090c4;
  background: #00aff0;
}
.ui-calendar-div .ui-datepicker-buttonpane button:focus,
.ui-calendar-div .ui-datepicker-buttonpane button:active:focus,
.ui-calendar-div .ui-datepicker-buttonpane button.active:focus,
.ui-calendar-div .ui-datepicker-buttonpane button.focus,
.ui-calendar-div .ui-datepicker-buttonpane button:active.focus,
.ui-calendar-div .ui-datepicker-buttonpane button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-calendar-div .ui-datepicker-buttonpane button:hover,
.ui-calendar-div .ui-datepicker-buttonpane button:focus,
.ui-calendar-div .ui-datepicker-buttonpane button.focus {
  color: #555555;
  text-decoration: none;
}
.ui-calendar-div .ui-datepicker-buttonpane button:active,
.ui-calendar-div .ui-datepicker-buttonpane button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.ui-calendar-div .ui-datepicker-buttonpane button.disabled,
.ui-calendar-div .ui-datepicker-buttonpane button[disabled],
fieldset[disabled] .ui-calendar-div .ui-datepicker-buttonpane button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  box-shadow: none 1px 2px 0 rgba(0, 0, 0, 0.25);
}
a.ui-calendar-div .ui-datepicker-buttonpane button.disabled,
fieldset[disabled] a.ui-calendar-div .ui-datepicker-buttonpane button {
  pointer-events: none;
}
.ui-calendar-div .ui-datepicker-buttonpane button:focus,
.ui-calendar-div .ui-datepicker-buttonpane button.focus {
  color: #fff;
  background-color: #0089ba;
  border-color: #003245;
}
.ui-calendar-div .ui-datepicker-buttonpane button:hover {
  color: #fff;
  background-color: #0089ba;
  border-color: #006387;
}
.ui-calendar-div .ui-datepicker-buttonpane button:active,
.ui-calendar-div .ui-datepicker-buttonpane button.active,
.open > .dropdown-toggle.ui-calendar-div .ui-datepicker-buttonpane button {
  color: #fff;
  background-color: #0089ba;
  border-color: #006387;
}
.ui-calendar-div .ui-datepicker-buttonpane button:active:hover,
.ui-calendar-div .ui-datepicker-buttonpane button.active:hover,
.open > .dropdown-toggle.ui-calendar-div .ui-datepicker-buttonpane button:hover,
.ui-calendar-div .ui-datepicker-buttonpane button:active:focus,
.ui-calendar-div .ui-datepicker-buttonpane button.active:focus,
.open > .dropdown-toggle.ui-calendar-div .ui-datepicker-buttonpane button:focus,
.ui-calendar-div .ui-datepicker-buttonpane button:active.focus,
.ui-calendar-div .ui-datepicker-buttonpane button.active.focus,
.open
  > .dropdown-toggle.ui-calendar-div
  .ui-datepicker-buttonpane
  button.focus {
  color: #fff;
  background-color: #006e96;
  border-color: #003245;
}
.ui-calendar-div .ui-datepicker-buttonpane button:active,
.ui-calendar-div .ui-datepicker-buttonpane button.active,
.open > .dropdown-toggle.ui-calendar-div .ui-datepicker-buttonpane button {
  background-image: none;
}
.ui-calendar-div .ui-datepicker-buttonpane button.disabled:hover,
.ui-calendar-div .ui-datepicker-buttonpane button[disabled]:hover,
fieldset[disabled] .ui-calendar-div .ui-datepicker-buttonpane button:hover,
.ui-calendar-div .ui-datepicker-buttonpane button.disabled:focus,
.ui-calendar-div .ui-datepicker-buttonpane button[disabled]:focus,
fieldset[disabled] .ui-calendar-div .ui-datepicker-buttonpane button:focus,
.ui-calendar-div .ui-datepicker-buttonpane button.disabled.focus,
.ui-calendar-div .ui-datepicker-buttonpane button[disabled].focus,
fieldset[disabled] .ui-calendar-div .ui-datepicker-buttonpane button.focus {
  background-color: #00aff0;
  border-color: #0090c4;
}
.ui-calendar-div .ui-datepicker-buttonpane button .badge {
  color: #00aff0;
  background-color: #fff;
}
.ui-calendar-div .ui-datepicker-buttonpane button i {
  color: white;
}
.ui-calendar-div .ui-datepicker-buttonpane button svg {
  fill: white;
}
/* @media(max-width:599px) {
	 .ui-datepicker {

		 top:50% !important;
		 left:50% !important;
		 transform:translate(-50%, -50%) !important;
		 width:90% !important;


	 }

	 .ui-datepicker-calendar {

			  width:100% !important;
			  height:250px !important;

			  tr td a, tr td .ui-state-default {
				   height:48px;
				  line-height:48px;
				  font-size:16px;
			  }

	 }
 }

 @media(min-width:600px) {
	 .ui-datepicker {

		 width:402px !important;
	 }

	 .ui-datepicker-calendar {

			  width:380px !important;
			  height:330px !important;
		 	  margin:0 auto;

			   tr td a, tr td .ui-state-default {


			  }

	 }
 }*/
.tbl-calendar td {
  height: 60px;
  line-height: 60px;
  padding: 0px !important;
  background: white;
  color: #b2bac1;
}
@media (max-width: 768px) {
  .tbl-calendar td {
    padding: 10px !important;
  }
}
.tbl-calendar td.booking span {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  color: white;
}
.tbl-calendar td.booking span:before {
  background: #00aff0;
  position: absolute;
  content: " ";
  top: 50%;
  left: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: -1;
  margin: 0;
  transform: translateY(-50%) translateX(-50%);
}
.tbl-calendar td.booked-first span,
.tbl-calendar td.booked-last span {
  color: white;
}
.tbl-calendar td.booked-first span:after,
.tbl-calendar td.booked-last span:after {
  position: absolute;
  content: " ";
  width: 50%;
  height: calc(100% - 12px);
  top: 50%;
  transform: translateY(-50%);
  background: #ccecfa;
  border-radius: 0px;
  z-index: -2;
}
.tbl-calendar td.booked-first span:after {
  left: 50%;
}
.tbl-calendar td.booked-last span:after {
  right: 50%;
}
.tbl-calendar td.booked-mid span {
  color: #343a40;
}
.tbl-calendar td.booked-mid span:before {
  display: none;
}
.tbl-calendar td.booked-mid span:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: calc(100% - 12px);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #ccecfa;
  border-radius: 0px;
  z-index: -2;
}
.tbl-calendar td.opened {
  color: #343a40;
}
/*jquery ui tab customization */
.tabs.ui-widget.ui-widget-content {
  background: none;
  padding: 0px;
  margin: 0px;
  border: none;
  margin-bottom: 15px;
}
.tabs .ui-tabs-nav,
.tabs .tab-list {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
.tabs .ui-tabs-nav > li,
.tabs .tab-list > li {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
  /*&:after {
		position:absolute;
		transform:translate(0, -50%);
		width:0;
		height:0;
		border-radius:4px;

		content:" ";
		margin:0 auto;
		top:50%;
		text-align:center;
		left:0;
		right:0;
		transition:all 0.5s ease-in-out;
		z-index:-1;
	}

	&.btn-primary {
		&:after {
		background-color:@brand-secondary;
		}
	}

	&.btn-secondary {
		&:after {
		background-color:@brand-primary;
		}
	}

	&.btn-default {
		&:after {
		background-color:lighten(@gray-light, 20%);
		}
	}

	&:hover {
		&:after {
			width:100%;
			height:100%;
		}
	}
	*/
  color: #555555;
  background-color: #dbdbdb;
  border-color: transparent;
  padding: 0 !important;
  height: auto;
  border-radius: 0px !important;
}
.tabs .ui-tabs-nav > li:focus,
.tabs .tab-list > li:focus,
.tabs .ui-tabs-nav > li:active:focus,
.tabs .tab-list > li:active:focus,
.tabs .ui-tabs-nav > li.active:focus,
.tabs .tab-list > li.active:focus,
.tabs .ui-tabs-nav > li.focus,
.tabs .tab-list > li.focus,
.tabs .ui-tabs-nav > li:active.focus,
.tabs .tab-list > li:active.focus,
.tabs .ui-tabs-nav > li.active.focus,
.tabs .tab-list > li.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.tabs .ui-tabs-nav > li:hover,
.tabs .tab-list > li:hover,
.tabs .ui-tabs-nav > li:focus,
.tabs .tab-list > li:focus,
.tabs .ui-tabs-nav > li.focus,
.tabs .tab-list > li.focus {
  color: #555555;
  text-decoration: none;
}
.tabs .ui-tabs-nav > li:active,
.tabs .tab-list > li:active,
.tabs .ui-tabs-nav > li.active,
.tabs .tab-list > li.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.tabs .ui-tabs-nav > li.disabled,
.tabs .tab-list > li.disabled,
.tabs .ui-tabs-nav > li[disabled],
.tabs .tab-list > li[disabled],
fieldset[disabled] .tabs .ui-tabs-nav > li,
fieldset[disabled] .tabs .tab-list > li {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  box-shadow: none 1px 2px 0 rgba(0, 0, 0, 0.25);
}
a.tabs .ui-tabs-nav > li.disabled,
a.tabs .tab-list > li.disabled,
fieldset[disabled] a.tabs .ui-tabs-nav > li,
fieldset[disabled] a.tabs .tab-list > li {
  pointer-events: none;
}
.tabs .ui-tabs-nav > li:focus,
.tabs .tab-list > li:focus,
.tabs .ui-tabs-nav > li.focus,
.tabs .tab-list > li.focus {
  color: #555555;
  background-color: #c2c2c2;
  border-color: rgba(0, 0, 0, 0);
}
.tabs .ui-tabs-nav > li:hover,
.tabs .tab-list > li:hover {
  color: #555555;
  background-color: #c2c2c2;
  border-color: rgba(0, 0, 0, 0);
}
.tabs .ui-tabs-nav > li:active,
.tabs .tab-list > li:active,
.tabs .ui-tabs-nav > li.active,
.tabs .tab-list > li.active,
.open > .dropdown-toggle.tabs .ui-tabs-nav > li,
.open > .dropdown-toggle.tabs .tab-list > li {
  color: #555555;
  background-color: #c2c2c2;
  border-color: rgba(0, 0, 0, 0);
}
.tabs .ui-tabs-nav > li:active:hover,
.tabs .tab-list > li:active:hover,
.tabs .ui-tabs-nav > li.active:hover,
.tabs .tab-list > li.active:hover,
.open > .dropdown-toggle.tabs .ui-tabs-nav > li:hover,
.open > .dropdown-toggle.tabs .tab-list > li:hover,
.tabs .ui-tabs-nav > li:active:focus,
.tabs .tab-list > li:active:focus,
.tabs .ui-tabs-nav > li.active:focus,
.tabs .tab-list > li.active:focus,
.open > .dropdown-toggle.tabs .ui-tabs-nav > li:focus,
.open > .dropdown-toggle.tabs .tab-list > li:focus,
.tabs .ui-tabs-nav > li:active.focus,
.tabs .tab-list > li:active.focus,
.tabs .ui-tabs-nav > li.active.focus,
.tabs .tab-list > li.active.focus,
.open > .dropdown-toggle.tabs .ui-tabs-nav > li.focus,
.open > .dropdown-toggle.tabs .tab-list > li.focus {
  color: #555555;
  background-color: #b0b0b0;
  border-color: rgba(0, 0, 0, 0);
}
.tabs .ui-tabs-nav > li:active,
.tabs .tab-list > li:active,
.tabs .ui-tabs-nav > li.active,
.tabs .tab-list > li.active,
.open > .dropdown-toggle.tabs .ui-tabs-nav > li,
.open > .dropdown-toggle.tabs .tab-list > li {
  background-image: none;
}
.tabs .ui-tabs-nav > li.disabled:hover,
.tabs .tab-list > li.disabled:hover,
.tabs .ui-tabs-nav > li[disabled]:hover,
.tabs .tab-list > li[disabled]:hover,
fieldset[disabled] .tabs .ui-tabs-nav > li:hover,
fieldset[disabled] .tabs .tab-list > li:hover,
.tabs .ui-tabs-nav > li.disabled:focus,
.tabs .tab-list > li.disabled:focus,
.tabs .ui-tabs-nav > li[disabled]:focus,
.tabs .tab-list > li[disabled]:focus,
fieldset[disabled] .tabs .ui-tabs-nav > li:focus,
fieldset[disabled] .tabs .tab-list > li:focus,
.tabs .ui-tabs-nav > li.disabled.focus,
.tabs .tab-list > li.disabled.focus,
.tabs .ui-tabs-nav > li[disabled].focus,
.tabs .tab-list > li[disabled].focus,
fieldset[disabled] .tabs .ui-tabs-nav > li.focus,
fieldset[disabled] .tabs .tab-list > li.focus {
  background-color: #dbdbdb;
  border-color: transparent;
}
.tabs .ui-tabs-nav > li .badge,
.tabs .tab-list > li .badge {
  color: #dbdbdb;
  background-color: #555555;
}
.tabs .ui-tabs-nav > li:focus,
.tabs .tab-list > li:focus,
.tabs .ui-tabs-nav > li:active,
.tabs .tab-list > li:active {
  box-shadow: none;
}
.tabs .ui-tabs-nav > li.ui-state-active,
.tabs .tab-list > li.ui-state-active {
  background: #00aff0;
  color: white;
}
.tabs .ui-tabs-nav > li.ui-state-active:hover,
.tabs .tab-list > li.ui-state-active:hover {
  background: #0089ba;
  color: white;
}
.tabs .ui-tabs-nav > li.ui-state-active:focus,
.tabs .tab-list > li.ui-state-active:focus {
  background: #0089ba;
  color: white;
}
.tabs .ui-tabs-nav > li a,
.tabs .tab-list > li a {
  padding: 12px 30px;
  float: none !important;
  display: block;
}
.tabs .tab-content {
  padding: 0;
  border: 1px solid #ccc;
}
.tabs .ui-tabs-panel {
  padding: 15px !important;
}
.ui-tabs .ui-tabs-nav {
  margin: 0px;
  padding: 0px !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin: 0px;
  padding: 0px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0px;
}
.ui-tabs .ui-tabs-nav li {
  margin: 0px;
}
.ui-tabs .ui-tabs-panel {
  padding: 0px;
}
.ui-widget-header {
  background: transparent;
  border: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: transparent;
}
.ui-autocomplete.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #fff;
  color: #333;
}
.ui-autocomplete .ui-menu-item-wrapper {
  padding: 3px 1em 3px 0.4em;
  position: relative;
}
.ui-autocomplete .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-datepicker-header .ui-corner-all:before {
  content: "";
  font-family: fontawesome;
  font-size: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
.ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
  transform: translateY(-50%) rotate(180deg);
  right: 0;
}
.ui-datepicker-header .ui-corner-all .ui-icon {
  display: none;
}
/* pagination */
#pagination {
  text-align: center;
  border: 1px solid #eee;
  margin-top: 30px;
  padding: 15px;
}
#pagination > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#pagination > ul > li {
  padding: 0 6px !important;
}
#pagination > ul ul {
  margin-left: -6px;
}
#pagination > ul ul li {
  margin-left: 6px;
}
#pagination > ul > li:not(.pg-number) {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#pagination > ul > li:not(.pg-number) a {
  border: 1px solid #ccc;
  border-radius: 4px;
}
#pagination > ul ul {
  display: -ms-flexbox;
  display: flex;
}
#pagination .pg-trigger {
  display: table-cell;
  vertical-align: top;
  width: 18%;
}
#pagination .pg-trigger a {
  display: table-cell;
  border-right: 1px solid #eaeaea;
  padding: 14px 16px;
}
#pagination .ln-block {
  text-align: right;
}
#pagination .ln-block a {
  text-align: right;
}
#pagination .ln-block a:last-child {
  border-right: none;
}
#pagination .ln-block a:first-child {
  border-left: 1px solid #eaeaea;
}
#pagination .fp-block {
  text-align: left;
}
#pagination .paging-block {
  text-align: center;
  display: table-cell;
  vertical-align: top;
  width: 82%;
}
#pagination ul {
  text-align: center;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#pagination ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
}
#pagination ul li a {
  padding: 6px 10px;
  display: block;
  line-height: 1;
  height: 30px;
}
@media (max-width: 480px) {
  #pagination > ul > li.pg-left,
  #pagination > ul > li.pg-right {
    display: none;
  }
}
#pagination > ul > li.pg-left span,
#pagination > ul > li.pg-right span {
  margin: 0 6px;
}
@media (max-width: 768px) {
  #pagination > ul > li.pg-left span,
  #pagination > ul > li.pg-right span {
    display: none;
  }
  #pagination > ul > li.pg-left i.fa,
  #pagination > ul > li.pg-right i.fa {
    display: block;
  }
}
#pagination ul li a:hover,
#pagination ul li.active a,
#pagination .pg-trigger a:hover {
  background: rgba(0, 174, 237, 0.9);
  color: white;
  border-radius: 4px;
}
#pagination a {
  color: #555555;
}
.referral_pagination .pagination > li:first-child span {
  border: 1px solid #ccc;
}
.referral_pagination .pagination > li:first-child span:after {
  content: " First";
  display: inline-block;
  margin-left: 8px;
}
.referral_pagination .pagination > li:last-child a {
  border: 1px solid #ccc;
}
.referral_pagination .pagination > li:last-child a:before {
  content: "Last";
  display: inline-block;
  margin-right: 8px;
}
.referral_pagination .pagination > li a,
.referral_pagination .pagination > li span {
  margin: 0 5px;
  border-radius: 4px;
  border: none;
  font-size: 15px;
  padding: 6px 12px;
  color: #343a40;
}
.referral_pagination .pagination > li.active span {
  color: white;
}
.referral_pagination .pagination > li:hover a {
  background-color: #00aff0;
  color: white;
}
/*Pricing Table */
.price-table {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 20px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  background-color: #f9f9f9;
}
.price-table:hover,
.price-table.active {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.price-table.disabled {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.price-table.disabled .btn {
  cursor: not-allowed;
  pointer-events: none;
}
.price-table.disabled:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.85;
  content: " ";
  top: 0;
  left: 0;
  z-index: 1;
}
.price-table.disabled:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1) !important;
}
.price-table.disabled:before {
  content: attr(data-disabled-content);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: capitalize;
  font-size: 30px;
  opacity: 1;
  z-index: 2;
}
@media (max-width: 767px) {
  .price-table {
    margin: 20px 0;
  }
}
.price-table .price-status {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 130px;
  width: 143px;
  text-align: center;
  z-index: 0;
  right: 0;
  z-index: 100;
}
.price-table .price-status > span {
  font-size: 14px;
  color: #fff;
  background: #00aff0;
  padding: 60px 15px 10px 15px;
  width: 300px;
  text-align: center;
  display: block;
  position: absolute;
  left: -32px;
  top: -32px;
  transition: all 0.5s ease;
  transform: rotate(40deg);
}
.price-header {
  text-align: center;
  margin-bottom: 20px;
}
.price-header h2 {
  font-size: 20px;
  margin: 0px;
}
.price .currency {
  color: #777777;
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  font-size: 20px;
}
.price .value {
  font-size: 50px;
  color: #333333;
  font-weight: bold;
}
.price-feature > li {
  padding: 10px 12px;
  text-align: center;
}
.price-feature > li:nth-of-type(odd) {
  background-color: rgba(23, 61, 80, 0.06);
}
.price-feature > li.disabled {
  text-decoration: line-through;
  color: #777777;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.price-feature > li.disabled b {
  font-weight: normal;
}
.price-footer {
  text-align: center;
  margin-top: 20px;
}
/****** Style Star Rating Widget *****/
.rating {
  position: relative;
  float: left;
  border: none;
  direction: rtl;
  text-align: left;
  font-size: 0;
}
.rating[data-section]:after {
  display: inline-block;
  content: attr(data-section);
  float: right;
  margin-left: 15px;
  margin-top: 6px;
  font-size: 14px;
}
.rating--show {
  direction: ltr;
  font-size: 14px;
  float: none;
}
.rating--show > span {
  color: #ddd;
  margin: 0 2px;
}
.rating--show > span.checked {
  color: #ffd700;
}
.rating--group {
  float: left;
  font-size: 0;
}
.rating--group span.fa {
  font-size: 14px;
  line-height: 25px;
}
.rating--group span.fa:before {
  margin: 2px 5px;
  font-size: 1.25em;
}
.rating--group[data-section]:after {
  margin-top: 2px;
}
.rating > input {
  display: none;
}
.rating > label:before {
  margin: 2px 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating > label {
  color: #ddd;
  font-size: 14px;
  margin: 0px;
}
/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #ffd700;
}
/* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #ffed85;
}
@font-face {
  font-family: Gotham-Bold;
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Bold.woff") format("woff"),
    url("../fonts/Gotham-Bold.ttf") format("truetype"),
    url("../fonts/Gotham-Bold.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Gotham-Light;
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Light.woff") format("woff"),
    url("../fonts/Gotham-Light.ttf") format("truetype"),
    url("../fonts/Gotham-Light.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 480px) {
  .col-imp-1 {
    width: 8.33333333% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-imp-2 {
    width: 16.66666667% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-imp-3 {
    width: 25% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-imp-4 {
    width: 33.33333333% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-imp-5 {
    width: 41.66666667% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-imp-6 {
    width: 50% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-imp-7 {
    width: 58.33333333% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-imp-8 {
    width: 66.66666667% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-imp-9 {
    width: 75% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-imp-10 {
    width: 83.33333333% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-imp-11 {
    width: 91.66666667% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-imp-12 {
    width: 100% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mb-1x {
  margin-bottom: 15px !important;
}
.mb-2x {
  margin-bottom: 30px !important;
}
.mb-3x {
  margin-bottom: 45px !important;
}
.mb-4x {
  margin-bottom: 60px !important;
}
.mb-5x {
  margin-bottom: 75px !important;
}
.mb-6x {
  margin-bottom: 90px !important;
}
.mt-1x {
  margin-top: 15px !important;
}
.mt-2x {
  margin-top: 30px !important;
}
.mt-3x {
  margin-top: 45px !important;
}
.mt-4x {
  margin-top: 60px !important;
}
.mt-5x {
  margin-top: 75px !important;
}
.mt-6x {
  margin-top: 90px !important;
}
.alert {
  --size: 25px;
}
.alert[class*="-"] {
  padding-left: 55px;
  position: relative;
  color: #343a40;
}
.alert[class*="-"] h1,
.alert[class*="-"] h2,
.alert[class*="-"] h3,
.alert[class*="-"] h4,
.alert[class*="-"] h5,
.alert[class*="-"] h6 {
  margin-bottom: 0px;
}
.alert[class*="-"] h1 + p,
.alert[class*="-"] h2 + p,
.alert[class*="-"] h3 + p,
.alert[class*="-"] h4 + p,
.alert[class*="-"] h5 + p,
.alert[class*="-"] h6 + p,
.alert[class*="-"] h1 + div,
.alert[class*="-"] h2 + div,
.alert[class*="-"] h3 + div,
.alert[class*="-"] h4 + div,
.alert[class*="-"] h5 + div,
.alert[class*="-"] h6 + div {
  margin-top: 6px;
}
.alert[class*="-"] a {
  font-weight: 600;
}
.alert[class*="-"]:before {
  font-family: "fontawesome";
  font-size: var(--size);
  position: absolute;
  top: 15px;
  left: 20px;
  color: inherit;
  line-height: 1;
}
.alert-info:before {
  background-image: url("../images/info-icon.svg");
  color: #00aff0 !important;
  background-size: cover;
  display: inline-block;
  width: calc(var(--size) - 3px);
  height: calc(var(--size) - 3px);
}
.alert-info a {
  color: #00aff0;
}
.alert-success:before {
  content: "";
  color: #5cb85c !important;
}
.alert-success a {
  color: #5cb85c;
}
.alert-warning:before {
  content: "";
  color: #f0ad4e !important;
}
.alert-warning a {
  color: #f0ad4e;
}
.alert-danger:before {
  content: "";
  color: #d9534f !important;
}
.alert-danger a {
  color: #d9534f;
}
.alert-fixed {
  position: fixed !important;
  bottom: var(--appbar-height);
  margin-left: 15px;
  margin-right: 15px;
  left: 0;
  right: 0;
  z-index: 8000;
  box-shadow: 2px 4px 15px 2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 767px) {
  .alert-fixed {
    max-width: 500px;
    bottom: 0;
    right: 15px;
    left: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.alert > p + p {
  margin-top: 0px;
}
.alert ul li {
  margin: 6px 0 0 0;
}
:root {
  --pwasize: 1024px;
  --appbar-height: 80px;
}
.pwa {
  padding: 0px;
  padding-bottom: var(--appbar-height);
}
@media (min-width: 991px) {
  .pwa {
    padding-bottom: 0px;
  }
}
.pwa #footer {
  display: none;
}
@media (min-width: 991px) {
  .pwa #footer {
    display: block;
  }
}
.fancypop .navbar-nav {
  margin: 0;
}
.pwafancypop .navbar-nav li > a {
  -ms-flex-align: center;
  align-items: center;
  color: #343a40;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  padding: 10px;
}
.pwafancypop .navbar-nav li {
  padding: 0;
  margin: 0;
  border-left: none;
}
.fancypop .navbar-nav svg {
  --svgSize: 16px;
  width: var(--svgSize);
  height: var(--svgSize);
  vertical-align: middle;
  margin-right: 10px;
  fill: #00a7ee;
}
.pwafancypop #headersearch .form-group {
  margin-bottom: 0;
}
.pwafancypop #mobilesearch {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.pwafancypop #mobilesearch .form-group {
  width: 100%;
  margin: 0;
}
.pwafancypop .searchicon {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  background: #00aff0;
  padding: 5px 10px;
  height: 100%;
  cursor: pointer;
}
.pwafancypop .searchicon svg {
  width: 20px;
  fill: #fff;
}
.fancypop .closebtn svg {
  width: 15px;
  fill: #343a40;
}
.fancypop .closebtn {
  background: none !important;
  top: 13px !important;
  right: 15px !important;
}
@media only screen and (max-width: 768px) {
  .fancypop .closebtn {
    right: 5px !important;
    top: 5px !important;
  }
}
.fancypop .fancypop__head,
.fancypop .content-block-heading h3 {
  font-size: 20px;
  font-weight: 400;
}
.fancypop .content-block-heading {
  padding: 15px;
}
.appBar-sticky {
  background: white;
  border: 1px solid #aeaeae;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 1;
  z-index: 9999;
  transition: all 0.3s ease 0s;
}
.appBar-sticky__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 14px;
}
.appBar-sticky__logo span {
  font-size: 20px;
  margin-left: 10px;
}
.appBar-sticky svg {
  width: 12px;
}
.appBar-sticky__bottom {
  padding: 0 10px 10px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.appBar-sticky__bottom .btn {
  padding: 5px 10px;
  font-size: 14px;
}
.appBar-sticky.remove {
  bottom: -100%;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 768px) {
  .appBar-sticky {
    display: none;
  }
}
.pac-container {
  z-index: 8050;
}
.appBar {
  --appbar-height: var(--appbar-height);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  z-index: 500;
  width: 100%;
  background: white;
  height: var(--appbar-height);
  box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1025px) {
  .appBar {
    display: none;
  }
}
.appBar__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  background: white;
  transition: all 0.2s ease-in-out;
}
.appBar__item:hover,
.appBar__item:active,
.appBar__item:focus {
  text-decoration: none;
  background: rgba(33, 33, 33, 0.05);
}
.appBar__item:hover:before,
.appBar__item:active:before,
.appBar__item:focus:before {
  animation: ripple 0.3s ease-out;
}
.appBar__item:after {
  position: absolute;
  bottom: 0;
  content: " ";
  width: 100%;
  height: 0.25rem;
  transform: translateY(100%);
  background-color: #00a7ee;
  transition: all 0.2s ease-in-out;
}
.appBar__item.active {
  background: rgba(33, 33, 33, 0.05);
}
.appBar__item.active:after {
  transform: translateY(0);
}
.appBar__item:before {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #ccc;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  z-index: -1;
}
.appBar__status {
  position: absolute;
  top: 20px;
  right: 35%;
  width: rem(6);
  height: rem(6);
  border-radius: 50%;
  background-color: green;
  content: " ";
}
.appBar__icon {
  height: 15px;
  width: 15px;
  display: block;
  color: #212121;
  fill: #00a7ee;
}
.appBar__text {
  font-size: 11px;
  text-align: center;
  position: relative;
  white-space: nowrap;
  color: #212121;
  margin-top: 0.375em;
}
@media (min-width: 991px) {
  .appBar__text {
    font-size: 12px;
  }
}
.appBar__text:hover {
  text-decoration: none;
}
.ripple {
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  transform: scale(0);
  pointer-events: none;
}
.ripple.show {
  animation: ripple 0.75s ease-out;
}
@keyframes ripple {
  to {
    transform: translateY(-50%) translateX(-50%) scale(2);
    opacity: 0;
  }
}
.not-found {
  height: auto !important;
  background: #fff;
  padding: 15px !important;
}
.not-found:after {
  display: none;
}
@media (min-width: 768px) {
  .not-found {
    -ms-flex-flow: row nowrap !important;
    flex-flow: row nowrap !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
    padding: 50px !important;
  }
}
.not-found article {
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 768px) {
  .not-found article {
    padding-right: 60px;
  }
}
.not-found article h1 {
  font-size: 22px;
}
@media (min-width: 768px) {
  .not-found article h1 {
    font-size: 42px;
  }
}
.not-found article .details {
  font-size: 16px;
  line-height: normal;
  color: #777;
  font-weight: lighter;
}
@media (min-width: 768px) {
  .not-found article .details {
    font-size: 28px;
  }
}
.not-found figure {
  -ms-flex-order: 1;
  order: 1;
  display: none;
}
@media (min-width: 768px) {
  .not-found figure {
    -ms-flex-order: 2;
    order: 2;
    display: block;
  }
}
.not-found figure img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .not-found figure img {
    width: 300px;
  }
}
.no-result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 40px;
}
@media (max-width: 768px) {
  .no-result {
    padding: 20px;
  }
}
.no-result img {
  margin: 0 auto;
  display: block;
}
.no-result p {
  font-weight: 400;
  margin-bottom: 4px;
}
.no-result p:last-child {
  margin-bottom: 0px;
}
.clinic-thumbnail {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border: 2px solid #f9f9f9;
  position: relative;
}
.clinic-thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
.pills {
  margin: 0px -6px;
  padding: 0px;
  margin-bottom: 0px !important;
}
.pills__items {
  display: inline-block;
  border-radius: 4px;
  background-color: rgba(0, 174, 237, 0.2);
  border: 1px solid #00aff0;
  padding: 6px 10px;
  line-height: 1;
  margin: 6px;
}
.article-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .article-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.article-list {
  padding: 30px;
}
@media (min-width: 768px) {
  .article-list {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.article-list:only-of-type {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.article-list .media-body {
  padding-left: 20px;
}
.article-title {
  margin-bottom: 20px;
}
/*dashboard*/
.page-header {
  margin-top: 0px;
  border: none;
}
@media (min-width: 768px) {
  .dashboard-filter {
    float: right;
    margin: 0 -7px !important;
  }
}
.dashboard-filter > li {
  float: left;
  margin: 0 7px !important;
  border: none !important;
  border-radius: 4px;
}
.dashboard-filter > li.ui-tabs-active > a {
  background-color: #00aff0;
}
.dashboard-filter > li > a {
  display: inline-block;
  float: none;
  padding: 8px 12px !important;
  background: #ccc;
  color: white !important;
  border-radius: 4px;
}
.counter-list {
  margin-top: 15px;
}
@media (max-width: 480px) {
  .counter-list > li {
    margin: 7.5px 0;
  }
}
.counter-list__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #00aff0;
  color: white;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 15px;
  height: 120px;
}
.counter-list__block strong,
.counter-list__block p {
  color: inherit;
  margin: 0px;
  text-align: center;
  line-height: 1;
}
.counter-list__block strong {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1;
}
.counter-list__block p {
  line-height: normal;
}
.templatelists__block {
  background-color: #f9f9f9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.templatelists__block input[type="radio"] {
  display: none;
}
.templatelists__block
  input[type="radio"]:checked
  + .templatelists__thumbnail
  figcaption {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scaleY(1);
}
.templatelists__block
  input[type="radio"]:checked
  + .templatelists__thumbnail
  figcaption
  span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.templatelists__block
  input[type="radio"]:checked
  + .templatelists__thumbnail
  + .templatelists__actions
  .--activate {
  display: none;
}
.templatelists__block
  input[type="radio"]:checked
  + .templatelists__thumbnail
  + .templatelists__actions
  .--selected {
  display: block;
}
.templatelists__block:hover figcaption {
  transform: scaleY(1);
}
.templatelists__block:hover figcaption span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.templatelists__thumbnail {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* 3:2 Aspect Ratio */
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.templatelists__thumbnail figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 174, 237, 0.8);
  text-align: center;
  padding: 10px;
  color: white;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transition: transform 0.5s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.templatelists__thumbnail figcaption span {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.5s ease-in-out 0.3s;
}
.templatelists__actions {
  font-size: 0px;
  margin: 0px !important;
}
.templatelists__actions li {
  display: inline-block;
  font-size: 16px;
  width: 50%;
  padding: 10px !important;
  margin: 0px !important;
}
.templatelists__actions li:first-child {
  border-right: 1px solid #ccc;
}
.templatelists__actions li label,
.templatelists__actions li a {
  display: block;
  cursor: pointer;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.templatelists__actions li label:hover,
.templatelists__actions li a:hover {
  color: #00aff0;
}
.templatelists__actions li .--selected {
  display: none;
  color: #00aff0;
}
.check-status {
  width: 20px;
  height: 20px;
  background-color: #00aff0;
  border-radius: 50%;
  line-height: 20px;
  color: white;
  text-align: center;
  position: absolute;
  top: 2px;
  font-size: 12px;
  right: -2px;
}
.remove-doctors {
  display: none;
}
.is-added-doctor .add-doctors {
  display: none;
}
.is-added-doctor .remove-doctors {
  display: inline-block;
}
.join-date {
  font-size: 14px;
  color: #777777;
}
.doc-highlights > li {
  border-top: 1px solid #dddddd;
  padding: 9px 0;
  color: #777777;
  font-size: 14px;
}
.doc-highlights > li:first-child {
  border-top: none;
  padding-top: 0px;
}
.doc-highlights > li .value {
  color: #333333;
  font-size: 16px;
  margin-right: 12px;
}
.status {
  color: #777777;
  font-weight: lighter;
}
.status span {
  font-weight: bold;
  color: #13ae51;
}
.status.pending span {
  color: inherit;
}
.wrapflex .fa {
  color: white;
}
.btn-social .fa {
  color: white;
}
.lastlogin {
  color: #aeaeae;
  margin-top: 10px;
}
/* faq */
@media (max-width: 767px) {
  #cssmenu {
    width: 100%;
  }
}
.banner-full {
  height: 40vh;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background-color: rgba(0, 0, 0, 0.1);
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.banner-full:after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  content: " ";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner-full__title {
  color: white;
  font-size: 30px;
  margin-bottom: 20px;
}
.help-form {
  width: 90%;
  position: relative;
}
@media (min-width: 768px) {
  .help-form {
    width: 600px;
  }
}
.help_searchbox {
  padding-right: 50px;
}
.help-searchbtn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  border: none;
  background-color: transparent;
  padding: 10px 20px;
}
.help-searchbtn:hover,
.help-searchbtn:focus,
.help-searchbtn:active {
  border: none;
  background-color: transparent;
  outline: none;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: normal;
  display: block;
  position: relative;
  box-sizing: border-box;
}
#cssmenu {
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #555555;
  background: #f9f9f9;
  transition: color 0.25s ease-in-out;
  border-bottom: 1px solid #e1e1e1;
}
#cssmenu > ul > li > a:hover {
  color: #fff;
  background-color: #00aff0;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 10px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #555555;
  content: "";
  transition: all 0.5s ease-in-out;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 6px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #555555;
  content: "";
  transition: all 0.5s ease-in-out;
}
#cssmenu ul > li.has-sub > a:hover:after,
#cssmenu ul > li.has-sub > a:hover:before {
  background-color: white;
}
#cssmenu ul > li.has-sub.open > a {
  background-color: #00aff0;
  color: white;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  background-color: white;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  transform: rotate(45deg);
  background: #fff;
}
#cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #555555;
  background: rgba(85, 85, 85, 0.05);
  transition: color 0.5s ease-in-out;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #000;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #dddddd;
}
.categoryblock h1,
.categoryblock h2,
.categoryblock h3,
.categoryblock h4,
.categoryblock h5,
.categoryblock h6 {
  margin-top: 20px;
}
.media--message {
  padding: 20px;
  background-color: #fcfcfc;
  border: 1px solid #e4dfdf;
}
.media--message .media-header .media-heading {
  display: inline-block;
  margin-right: 10px;
}
.media--message .media-header span {
  display: inline-block;
  color: #777777;
}
.media--message .message-subject {
  margin-right: 15px;
}
.media--message .date {
  display: inline-block;
  background-color: rgba(0, 174, 237, 0.8);
  border-radius: 4px;
  font-size: 12px;
  color: white;
  padding: 2px 8px;
}
.media--message .details {
  padding-top: 15px;
  display: none;
}
.media--message .reply-quote {
  background-color: #f8f8f8;
  padding: 20px;
  border: 1px solid #dcdcdc;
  margin-top: 25px;
}
.media--message .reply-form {
  border-top: 1px solid #dcdcdc;
  margin-top: 30px;
  padding-top: 15px;
}
.media--message .subject-wrapper {
  margin-top: 8px;
}
.media--message .media-left {
  position: relative;
}
.media--message .media-left .check-status {
  display: none;
  width: 10px;
  height: 10px;
  top: 6px;
}
.media--message[data-msg="unread"] {
  background-color: white;
}
.media--message[data-msg="unread"] .check-status {
  display: inline-block;
}
@media (max-width: 600px) {
  .media--message .media-left,
  .media--message .media-right,
  .media--message .media-body {
    display: block;
  }
  .media--message .media-left {
    position: absolute;
  }
  .media--message .media-header {
    padding-left: 60px;
  }
  .media--message .btn-group {
    margin-top: 8px;
  }
  .media--message .media-body {
    width: 100%;
  }
}
.payment-header {
  background-color: #fbfbfb;
  padding: 20px;
}
.p-summery {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .p-summery {
    margin-bottom: 15px;
  }
}
.p-summery__list {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.p-summery__list > label {
  display: block;
  font-weight: lighter;
  margin-bottom: 0px;
}
.p-summery__list.has-received .p-summery__total {
  color: #03b5aa;
}
.p-summery__list.has-expensed .p-summery__total {
  color: #d9534f;
}
.p-summery__total {
  font-size: 24px;
  display: block;
}
.form-group.has-iconright {
  position: relative;
}
.form-group.has-iconright .form-control {
  padding-right: 30px;
}
.form-group.has-iconright .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
}
.date-history-title {
  font-size: 24px;
  font-weight: lighter;
  margin-bottom: 20px;
}
.p-history {
  border-bottom: 1px solid #eeeeee;
  padding: 18px 0;
}
.p-history__paymentmethod {
  display: inline-block;
  float: left;
}
.p-history__paymentmethod .fa {
  color: #00aff0;
}
.p-history__body {
  padding-left: 34px;
}
.p-history__list {
  margin-bottom: 15px;
}
.p-history__list:last-child {
  margin-bottom: 0px;
}
.p-history__list > .row {
  margin-right: -6px;
  margin-left: -6px;
}
.p-history__list [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}
.p-history__list.has-received .p-history__arrow {
  color: #03b5aa;
}
.p-history__list.has-received .p-history__price {
  color: #03b5aa;
}
.p-history__list.has-expensed .p-history__arrow {
  color: #d9534f;
  transform: rotate(180deg);
}
.p-history__list.has-expensed .p-history__price {
  color: #d9534f;
}
.p-history__list.has-sent .p-history__arrow {
  color: #b5b5b5;
  transform: rotate(180deg);
}
.p-history__list.has-sent .p-history__price {
  color: #b5b5b5;
}
.p-history__arrow {
  display: inline-block;
}
.p-history__date {
  color: #b5b5b5;
  padding-left: 12px;
}
.p-history__detail {
  margin-top: -4px;
}
.p-history__detail p:last-child {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .p-history__price {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .tbl-block {
    display: table;
    width: 100%;
  }
}
.tbl-block__cell {
  padding: 25px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .tbl-block__cell {
    display: table-cell;
    vertical-align: top;
  }
}
.tbl-block--info {
  background-color: #fbfbfb;
}
@media (min-width: 768px) {
  .tbl-block--1by3 {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .tbl-block--2by3 {
    width: 66.66%;
  }
}
.inputradio,
.payment-type__button:before,
.payment-type--mobile.active label:after,
.payment-type--mobile .payment-type__button:after {
  content: " ";
  width: 18px;
  height: 18px;
  background-color: #e8e8e8;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.payment-type {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 30px;
  position: relative;
}
.payment-type > li {
  display: inline-block;
  padding: 2px;
}
.payment-type__button {
  border: 1px solid #c8c8c8;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  padding: 15px 30px 15px 45px;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}
.payment-type__button img {
  height: 30px;
  width: auto;
}
.payment-type__button img + span {
  margin-left: 6px;
}
.payment-type__button:hover {
  border-color: #00aff0;
}
.payment-type input[type="radio"] {
  display: none;
}
.payment-type input[type="radio"]:checked + label {
  border-color: #00aff0;
}
.payment-type input[type="radio"]:checked + label:before {
  background-color: #00aff0;
}
.payment-type__detail {
  display: none;
}
.payment-type--mobile {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.payment-type--mobile + .payment-type__detail {
  display: none;
  margin-bottom: 15px;
}
.payment-type--mobile.active li {
  padding-bottom: 0px;
}
.payment-type--mobile.active label {
  border-color: #00aff0;
  margin-bottom: 0px;
}
.payment-type--mobile.active label:after {
  left: auto;
  right: 15px;
  background-color: #00aff0;
}
.payment-type--mobile.active + .payment-type__detail {
  display: block;
  background-color: #f1f1f1;
  padding: 15px;
}
@media (min-width: 768px) {
  .payment-type--mobile {
    display: none;
  }
}
.payment-type--mobile li {
  display: block;
}
.payment-type--mobile .payment-type__button {
  padding: 15px;
  display: block;
}
.payment-type--mobile .payment-type__button:before {
  display: none;
}
.payment-type--mobile .payment-type__button:after {
  left: auto;
  right: 15px;
}
.payment-type--mobile input[type="radio"]:checked + label {
  border-color: #00aff0;
}
.payment-type--mobile input[type="radio"]:checked + label:after {
  background-color: #00aff0;
}
.payment-type--desktop {
  display: none;
}
@media (min-width: 768px) {
  .payment-type--desktop {
    display: block;
  }
}
.empty-label {
  display: none;
}
@media (min-width: 768px) {
  .empty-label {
    display: block;
  }
}
.last-row td {
  font-weight: bold;
}
.form-relative {
  position: relative;
}
.paymnet-icon {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 8px;
  left: 15px;
  background: white;
  -webkit-appearance: none;
  pointer-events: none;
}
.paymnet-icon img {
  max-width: 100%;
  height: auto;
  width: 30px;
  margin-right: 8px;
}
.payment-method-content {
  display: none;
}
/*notification*/
.user-media .icon-wrap {
  width: 25px;
  height: 25px;
  background: #dbdbdb;
  text-align: center;
}
@media (max-width: 767px) {
  .user-media .icon-static {
    display: none;
  }
}
.hover-show {
  display: none;
}
@media (max-width: 767px) {
  .hover-show {
    display: block;
  }
}
.notification-block .media-heading {
  color: #555555;
  margin-bottom: 15px;
}
.notification-block .media-heading a {
  color: inherit;
}
.notification-block.--unread .media-heading {
  font-weight: bold;
}
.notification-block:hover .icon-static {
  display: none;
}
.notification-block:hover .hover-show {
  display: block;
}
.timeslots {
  margin: 0 -6px !important;
}
.timeslots__list {
  display: inline-block;
  margin: 0px !important;
}
.timeslots__each {
  display: inline-block;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
  color: #555;
  margin: 6px;
}
.timeslots__each:hover {
  background-color: #00aff0;
  color: white;
}
.test {
  background-color: black;
}
.doc-thumb img {
  object-fit: cover;
  border-radius: none !important;
  width: 100% !important;
  height: 100% !important;
}
.user-thumb {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border: 2px solid #f9f9f9;
}
.user-thumb > img {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.user-thumb.clinic {
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border: 2px solid #eee;
}
.user-thumb.clinic > img {
  object-fit: contain;
}
.doctor-lists .article-list,
.clinic-lists .article-list {
  border-bottom: 1px solid #e4dfdf;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.doctor-lists .article-list:last-child,
.clinic-lists .article-list:last-child {
  border-bottom: none;
}
.doctor-lists .article-list .media-left,
.clinic-lists .article-list .media-left,
.doctor-lists .article-list .media-right,
.clinic-lists .article-list .media-right,
.doctor-lists .article-list .media-body,
.clinic-lists .article-list .media-body {
  display: block;
  text-align: center;
  width: auto;
  padding-top: 15px;
}
@media (min-width: 480px) {
  .doctor-lists .article-list .media-left,
  .clinic-lists .article-list .media-left,
  .doctor-lists .article-list .media-right,
  .clinic-lists .article-list .media-right,
  .doctor-lists .article-list .media-body,
  .clinic-lists .article-list .media-body {
    display: table-cell;
    text-align: left;
    padding-top: 0px;
  }
}
.doctor-lists .article-list .media-left .user-thumb,
.clinic-lists .article-list .media-left .user-thumb,
.doctor-lists .article-list .media-right .user-thumb,
.clinic-lists .article-list .media-right .user-thumb,
.doctor-lists .article-list .media-body .user-thumb,
.clinic-lists .article-list .media-body .user-thumb,
.doctor-lists .article-list .media-left .clinc-thumb,
.clinic-lists .article-list .media-left .clinc-thumb,
.doctor-lists .article-list .media-right .clinc-thumb,
.clinic-lists .article-list .media-right .clinc-thumb,
.doctor-lists .article-list .media-body .clinc-thumb,
.clinic-lists .article-list .media-body .clinc-thumb {
  margin: 0 auto;
}
@media (min-width: 480px) {
  .doctor-lists .article-list .media-left .user-thumb,
  .clinic-lists .article-list .media-left .user-thumb,
  .doctor-lists .article-list .media-right .user-thumb,
  .clinic-lists .article-list .media-right .user-thumb,
  .doctor-lists .article-list .media-body .user-thumb,
  .clinic-lists .article-list .media-body .user-thumb,
  .doctor-lists .article-list .media-left .clinc-thumb,
  .clinic-lists .article-list .media-left .clinc-thumb,
  .doctor-lists .article-list .media-right .clinc-thumb,
  .clinic-lists .article-list .media-right .clinc-thumb,
  .doctor-lists .article-list .media-body .clinc-thumb,
  .clinic-lists .article-list .media-body .clinc-thumb {
    margin: 0;
  }
}
.doctor-lists .article-list .media-left [class*="col-"],
.clinic-lists .article-list .media-left [class*="col-"],
.doctor-lists .article-list .media-right [class*="col-"],
.clinic-lists .article-list .media-right [class*="col-"],
.doctor-lists .article-list .media-body [class*="col-"],
.clinic-lists .article-list .media-body [class*="col-"] {
  text-align: center;
}
@media (min-width: 480px) {
  .doctor-lists .article-list .media-left [class*="col-"],
  .clinic-lists .article-list .media-left [class*="col-"],
  .doctor-lists .article-list .media-right [class*="col-"],
  .clinic-lists .article-list .media-right [class*="col-"],
  .doctor-lists .article-list .media-body [class*="col-"],
  .clinic-lists .article-list .media-body [class*="col-"] {
    text-align: left;
  }
}
@media (min-width: 480px) {
  .doctor-lists .article-list .media-body,
  .clinic-lists .article-list .media-body {
    width: 10000px;
  }
}
.doctor-lists .article-list .media-left,
.clinic-lists .article-list .media-left {
  padding-right: 0px;
}
@media (min-width: 480px) {
  .doctor-lists .article-list .media-left,
  .clinic-lists .article-list .media-left {
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .booknow {
    float: right;
    margin-bottom: 0px;
  }
}
.media-title {
  font-weight: bold;
}
.specilization {
  font-weight: bold;
  font-size: 14px;
}
/*medical condition */
.aside-heading {
  font-size: 24px;
  padding-bottom: 10px;
}
.aside-block {
  background: #fff;
  margin-bottom: 15px;
}
.media-list .media {
  overflow: visible;
  padding: 15px;
}
.media-list .media-object {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.29);
  object-fit: cover;
}
.media-list .media-left {
  padding-right: 20px;
}
.media-list .media-heading {
  color: #555555;
  font-weight: bold;
}
.media-list .media-heading a {
  color: inherit;
}
@media (max-width: 992px) {
  .container-responsive {
    padding: 0px;
  }
}
.frame-box {
  margin: 15px 0;
}
/*doctor profijle */
.doc-breif {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: -40px;
  margin-right: -40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 20px;
}
@media (max-width: 768px) {
  .doc-breif {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .doc-breif .user-thumbnail,
  .doc-breif .doc-profile {
    border-right: 3px solid #dddddd;
  }
}
.doc-breif .user-thumbnail {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .doc-breif .user-thumbnail {
    padding: 0 10px;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .doc-breif .user-thumbnail .doc-thumb {
    width: 195px;
    height: 195px;
  }
}
.doc-breif .doc-profile,
.doc-breif .doc-infos {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  max-width: 35%;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .doc-breif .doc-profile,
  .doc-breif .doc-infos {
    padding: 0 10px;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
}
.doc-breif p {
  margin: 0 0 15px 0;
}
.doc-breif .doc-title {
  padding-right: 30px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.doc-breif .doc-title h3 {
  font-weight: bold;
  font-size: 24px;
}
.doc-breif .doc-profile .doc-address,
.doc-breif .doc-profile .doc-hospital {
  display: none;
}
@media (max-width: 768px) {
  .doc-breif .doc-profile {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .doc-breif .doc-profile .doc-speciality {
    display: none;
  }
}
@media (max-width: 768px) {
  .doc-breif .doc-infos {
    display: none;
  }
}
.doc-breif #profilemore.in .doc-speciality,
.doc-breif #profilemore.in .doc-address,
.doc-breif #profilemore.in .doc-hospital {
  display: block;
}
.morelink {
  position: absolute;
  right: 0;
  top: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: #00aff0;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.morelink:hover,
.morelink:focus {
  color: white;
}
@media (min-width: 768px) {
  .morelink {
    display: none;
  }
}
.morelink[aria-expanded="false"] .fa-minus {
  display: none;
}
.morelink[aria-expanded="false"] .fa-plus {
  display: block;
}
.morelink[aria-expanded="true"] .fa-minus {
  display: block;
}
.morelink[aria-expanded="true"] .fa-plus {
  display: none;
}
.label-title {
  margin-bottom: 0px !important;
  font-weight: bold;
  color: #555555;
}
.tab-menu {
  display: block;
  position: relative;
  background-color: #fff;
  padding: 0 !important;
}
.tab-menu .owl-stage-outer {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  margin: 0 15px;
}
@media (max-width: 600px) {
  .tab-menu .owl-stage-outer {
    border: 1px solid #ccc;
    margin: 0 15px;
  }
}
.tab-menu .owl-item {
  width: 25%;
}
.tab-menu a,
.tab-menu label {
  padding: 20px 22px;
  display: block;
  color: #555555;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}
.tab-menu a.active,
.tab-menu label.active {
  background: #00aff0;
  color: #fff;
}
.tab-menu .owl-stage {
  width: 7000px !important;
}
.tab-menu .owl-prev,
.tab-menu .owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
}
.tab-menu .owl-prev .fa,
.tab-menu .owl-next .fa {
  color: #777 !important;
}
.tab-menu .owl-next {
  left: auto;
  right: 0;
}
.tab-content ul {
  margin-bottom: 30px;
}
.tab-content .tab-block {
  display: none;
}
.tab-content .tab-block.active {
  display: block;
}
.tab-block-header {
  margin-bottom: 15px;
}
.tab-block-header:before,
.tab-block-header:after {
  content: " ";
  display: table;
}
.tab-block-header:after {
  clear: both;
}
.tab-block-header:before,
.tab-block-header:after {
  content: " ";
  display: table;
}
.tab-block-header:after {
  clear: both;
}
.tab-block-header .tab-block-title {
  display: inline-block;
  margin: 0px;
  font-size: 25px;
  line-height: normal;
}
@media (max-width: 600px) {
  .tab-block-header .pull-right {
    float: none !important;
  }
}
.map-block {
  padding: 15px;
  background: white;
  margin-top: 15px;
}
.content-block-white {
  background: white;
}
.time-list {
  padding: 0px;
  list-style: none;
  font-size: 0;
  margin: 0px !important;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.time-list > li {
  display: inline-block;
  width: calc(33.33333333%);
  font-size: 16px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 80px;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .time-list > li {
    width: calc(16.66666667%);
  }
}
.time-list > li label {
  background: #eeeeee;
  margin: 0px;
  padding: 8px 12px;
  cursor: pointer;
  line-height: 1;
  font-weight: normal;
  color: #9e9e9e;
  display: block;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.time-list > li label:hover {
  color: #343a40;
}
.time-list > li input {
  display: none;
}
.time-list > li input:disabled + label {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: not-allowed;
}
.time-list > li input:checked + label {
  background: #00aff0;
  color: white;
}
.time-tab .tab-list {
  margin: 0px !important;
}
.time-tab .tab-list > li {
  width: 50%;
  margin: 0px !important;
}
.time-tab .tab-list > li:not(:last-child) {
  border-right: 1px solid #ddd;
}
.time-tab .tab-content {
  border: 0px !important;
  padding: 0px !important;
}
.time-tab .tab-content .ui-tabs-panel {
  padding: 0px !important;
}
.media-counter {
  display: none;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .media-counter {
    display: table-cell;
    padding-right: 15px;
  }
}
.media-counter span {
  font-size: 14px;
  width: 35px;
  height: 35px;
  background: #f1f1f1;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 35px;
}
.user-media.--user-sidebar {
  border-bottom: 1px solid #e4dfdf;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .user-media.--user-sidebar .media-heading {
    padding-right: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.user-media.--user-sidebar .media-body {
  overflow: visible;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.user-media.--user-sidebar .media-body .cabinet {
  margin: 0px;
}
.user-media .media-body {
  padding-left: 10px;
  position: relative;
}
.user-media.--media-panel {
  padding: 18px;
  border-bottom: 1px solid #e4dfdf;
}
.user-media.--media-panel:last-child {
  border-bottom: none;
}
.user-media .--media-action {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .user-media .--media-action {
    text-align: right;
    margin-top: 0px;
  }
}
.time {
  color: #ccc;
  display: block;
}
.sidebar-navigation.affix {
  width: 17%;
}
.sidebar-navigation.affix-bottom {
  bottom: 100px;
}
@media (min-width: 768px) {
  .--media-action .dropdown-menu {
    left: auto !important;
    right: 0px !important;
  }
}
.--media-panel {
  overflow: visible;
}
.--media-panel .media-body {
  overflow: visible;
}
#sidebarmenu {
  display: block;
}
@media (max-width: 767px) {
  #sidebarmenu.in {
    display: block;
  }
}
.--pagesetting {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0px;
}
.--pagesetting .media-thumbnail {
  border-radius: 0px;
}
@media (max-width: 480px) {
  .--pagesetting .media-body {
    display: block;
    margin-top: 15px;
    padding-left: 0;
    width: 100%;
  }
}
.--pagesetting .media-left {
  position: relative;
}
@media (max-width: 480px) {
  .--pagesetting.--doctors .media-body {
    display: table-cell !important;
    margin-top: 0;
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .--pagesetting.--doctors .media-counter {
    display: none;
  }
}
.--doctors {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0px;
}
.pagesetting-menu {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  z-index: 500 !important;
}
.country_section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}
.country_section__image {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.cards--doctor-profile,
.cards--search {
  position: relative;
}
.cards--doctor-profile .country-section,
.cards--search .country-section {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cards--doctor-profile .cards__column,
.cards--search .cards__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cards--doctor-profile,
  .cards--search {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 767px) {
  .cards--doctor-profile .userAction,
  .cards--search .userAction {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cards--doctor-profile .appointment-types,
  .cards--search .appointment-types {
    display: none;
  }
}
.userMeta__title {
  --width: 60vw;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: var(--width);
  line-height: normal;
}
@media (min-width: 769px) {
  .userMeta__title {
    --width: 15vw;
  }
}
.userMeta__title__location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .userMeta__title__location {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.userMeta__title__location .country_section {
  margin-top: 10px;
}
@media (min-width: 769px) {
  .userMeta__title__location .country_section {
    margin-left: 10px;
    margin-top: 0;
  }
}
.userMeta .rating {
  margin-top: 6px;
}
.doctorSpecification__major {
  font-size: 14px;
  font-weight: 600;
}
.doctorSpecification p {
  font-weight: 300;
  display: block;
  display: -webkit-box;
  box-orient: vertical;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.priceBlock {
  font-weight: 300;
}
@media (min-width: 480px) {
  .priceBlock {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
.priceBlock img {
  width: 22px;
  height: auto;
  margin-right: 10px;
}
.priceBlock small {
  margin-left: 4px;
}
.priceBlock span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.priceBlock span + span {
  position: relative;
  margin-top: 4px;
}
@media (min-width: 480px) {
  .priceBlock span + span {
    margin-left: 10px;
    margin-top: 0;
  }
}
.priceBlock span + span:before {
  content: "per";
  margin-right: 4px;
}
@media (min-width: 480px) {
  .priceBlock span + span:before {
    content: "/";
  }
}
.appointment-types {
  margin: 0px;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  margin-left: -15px;
}
.appointment-types > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  margin-left: 15px;
}
.appointment-types > li img {
  height: 16px;
  width: auto;
  margin-right: 8px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 2px;
}
.vital-records:not(:first-child) {
  margin-top: 15px;
}
.vital-records__title {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0;
}
.vital-records ul {
  margin-bottom: 0;
}
.vital-records .list-group-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.vital-records .badge {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 15px;
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
.vital-records .badge sup {
  top: -1px;
  font-weight: 600;
  margin-left: 4px;
}
/* homepage section */
.jumbotron {
  padding: 0px;
  margin: 0px;
  position: relative;
  z-index: 0;
  background-color: none !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: calc(100vh - 75px);
}
@media (min-width: 768px) {
  .jumbotron {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.jumbotron:after {
  position: absolute;
  /* content: " "; */
  width: 100%;
  height: 40vh;
  /* background: rgba(0, 0, 0, 0.3); */
  top: 0;
  left: 0;
  /* background-color: rgba(0, 0, 0, 0.3); */
  /* z-index: -1; */
}
.jumbotron.clinic .request-wrap {
  margin-top: 0px;
  background-color: transparent;
}
/* .jumbotron.clinic:after {
  background-color: rgba(0, 0, 0, 0.3);
} */
.jumbotron .static-content {
  position: absolute;
  z-index: 100;
  top: 0;
}
.jumbotron .static-content .request-wrap {
  margin-top: 0px;
}
.static-content {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero-content {
  text-align: center;
  color: white;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .hero-content {
    padding: 180px 0;
  }
}
.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content h4,
.hero-content h5,
.hero-content h6 {
  color: inherit;
}
.hero-content h1 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .hero-content h1 {
    font-size: 30px;
  }
}
.hero-content h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
}
.request-wrap {
  background: #000000;
  padding: 28px 0;
  position: relative;
  width: 100%;
  z-index: 2;
  display: none;
}
@media (min-width: 991px) {
  .request-wrap {
    background: transparent;
    display: block;
  }
}
.request-wrap input,
.request-wrap select,
.request-wrap .btn {
  border: none;
}
.request-wrap input[type="search"] {
  border-right: 1px solid #ccc;
}
.request-wrap .btn {
  border-radius: 0px;
}
@media (max-width: 768px) {
  .request-wrap .input-icon-box {
    margin-bottom: 15px;
  }
}
.request-wrap .input-icon-box .fa {
  color: #343a40;
  pointer-events: none;
}
.video-wrap {
  position: relative;
  height: calc(100vh - 75px);
  width: 100%;
  overflow: hidden;
  background: black;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.video-wrap video {
  position: absolute;
  width: auto;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: -1;
}
@media (min-width: 768px) {
  .video-wrap video {
    width: 100%;
    height: auto;
  }
}
.slideshow {
  width: 100%;
  height: 100%;
  position: relative;
}
.slideshow .item {
  height: calc(100vh - 75px);
  width: 100%;
  position: relative;
  background: black;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.slideshow .single-bg {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: -1;
}
.slideshow .owl-prev,
.slideshow .owl-next {
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 40px;
  color: white;
  transform: translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.slideshow .owl-next {
  left: auto;
  right: 15px;
}
.slideshow:hover .owl-prev,
.slideshow:hover .owl-next {
  opacity: 1;
  filter: alpha(opacity=100);
}
.title-section {
  margin-bottom: 50px;
}
.title-section h1 {
  font-weight: 600;
}
.wrap-box[data-imagebg="true"] {
  background-size: cover;
  background-repeat: none;
  background-position: 50% 50%;
}
.wrap-box[data-bg="transparent"] {
  position: relative;
  z-index: 0;
}
.wrap-box[data-bg="transparent"]:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: -1;
}
.introcontent .wrap-box {
  height: 335px;
  position: relative;
  overflow: hidden;
}
.introcontent .wrap-box .fa {
  display: none;
  font-size: 50px;
  color: white;
}
.introcontent .wrap-box:hover .overlay-content {
  min-height: 100%;
}
.introcontent .wrap-box:hover .overlay-content h2:after {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.introcontent .wrap-box input[type="radio"]:checked ~ .overlay-content {
  min-height: 100%;
}
.introcontent .wrap-box input[type="radio"]:checked ~ .overlay-content h2 {
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 20px;
  text-align: center;
}
.introcontent
  .wrap-box
  input[type="radio"]:checked
  ~ .overlay-content
  h2:after {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.introcontent .wrap-box input[type="radio"]:checked ~ .overlay-content .fa {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
}
.introcontent .overlay-content {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  min-height: 10%;
  padding: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  transition: all ease-in-out 0.5s;
}
.introcontent .overlay-content:before {
  bottom: 100%;
  position: absolute;
  content: " ";
  left: 20px;
}
.introcontent .overlay-content h2 {
  color: white;
  font-weight: normal;
  margin: 0px;
  position: relative;
  display: block;
  width: 100%;
  transition: all ease-in-out 0.5s;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 20px;
  line-height: normal;
}
.introcontent .overlay-content h2 b {
  font-weight: 600;
  display: block;
}
.introcontent .overlay-content h2:after {
  position: absolute;
  top: 120%;
  left: 0;
  width: 0;
  height: 2px;
  background: white;
  content: " ";
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s ease-in-out 0.3s, width 0.5s ease-in-out 0.3s;
}
.introcontent:nth-of-type(3n + 1) .overlay-content {
  background: rgba(0, 174, 237, 0.8);
}
.introcontent:nth-of-type(3n + 1) .overlay-content:before {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid rgba(0, 174, 237, 0.8);
}
.introcontent:nth-of-type(3n + 2) .overlay-content {
  background: rgba(0, 175, 240, 0.8);
}
.introcontent:nth-of-type(3n + 2) .overlay-content:before {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid rgba(0, 175, 240, 0.8);
}
.introcontent:nth-of-type(3n + 3) .overlay-content {
  background: rgba(242, 57, 148, 0.8);
}
.introcontent:nth-of-type(3n + 3) .overlay-content:before {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid rgba(242, 57, 148, 0.8);
}
.condition-thumbs .wrap-box {
  height: 320px;
}
.condition-thumbs .wrap-box .overlay-content {
  background-color: rgba(0, 175, 240, 0.6);
  position: absolute;
  bottom: 0;
  min-width: 20%;
  min-height: 10%;
  transform: translate(5px, 5px);
  color: white;
  padding: 20px 5px;
  transition: all ease-in-out 0.5s;
}
@media (min-width: 992px) {
  .condition-thumbs .wrap-box .overlay-content {
    padding: 20px 25px;
  }
}
.condition-thumbs .wrap-box .overlay-content h2 {
  color: inherit;
  text-shadow: 0px 2px 3.92px rgba(0, 0, 0, 0.29);
  margin: 0px;
  font-size: 3rem;
}
.condition-thumbs .wrap-box:hover .overlay-content {
  min-width: 100%;
  min-height: 100%;
}
.condition-list {
  margin: 0px -15px;
  padding: 0px;
  list-style: none;
  font-size: 0px;
}
.condition-list > li {
  width: 100%;
  padding: 15px;
}
@media (min-width: 600px) {
  .condition-list > li {
    width: calc(50%);
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .condition-list > li {
    width: calc(33.33333333%);
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .condition-list > li {
    width: calc(33.33333333%);
  }
  .condition-list > li:nth-of-type(1) {
    width: calc(66.66666667%);
  }
  .condition-list > li:nth-of-type(7) {
    width: calc(66.66666667%);
  }
}
.doctor-block,
.slider-block {
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}
.doctor-block .doc-names,
.slider-block .doc-names,
.doctor-block .item-title,
.slider-block .item-title {
  margin-top: 20px;
}
.doctor-block .doc-names h4,
.slider-block .doc-names h4,
.doctor-block .item-title h4,
.slider-block .item-title h4 {
  font-size: 18px;
  font-weight: 700;
  color: #555555;
}
.doctor-block .doc-names .specilised,
.slider-block .doc-names .specilised,
.doctor-block .item-title .specilised,
.slider-block .item-title .specilised {
  color: #00aff0;
}
.doc-thumb {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.29);
}
.doc-thumb img {
  display: block;
  max-width: 100%;
  height: auto;
}
.doc-thumb .overlay-content {
  content: " ";
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 174, 237, 0.5);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.5s;
  z-index: 1;
}
.doc-thumb .overlay-content a {
  display: table;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 20px;
}
.doc-thumb .overlay-content a .fa {
  display: table-cell;
  vertical-align: middle;
}
.doc-thumb:hover .overlay-content {
  opacity: 1;
  filter: alpha(opacity=100);
}
[data-hover] {
  position: relative;
}
[data-hover] .hover-content {
  content: " ";
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 174, 237, 0.5);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.5s;
  z-index: 1;
}
[data-hover] .hover-content a {
  display: table;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 20px;
}
[data-hover] .hover-content a .fa {
  display: table-cell;
  vertical-align: middle;
}
[data-hover]:hover .hover-content {
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-carousel {
  padding: 0;
}
@media (min-width: 992px) {
  .owl-carousel {
    padding: 0px;
  }
}
.doclists,
.testimonials {
  margin-bottom: 60px;
}
.doclists .owl-nav .owl-prev,
.testimonials .owl-nav .owl-prev,
.doclists .owl-nav .owl-next,
.testimonials .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #c0c0c0;
  font-size: 30px;
}
@media (min-width: 992px) {
  .doclists .owl-nav .owl-prev,
  .testimonials .owl-nav .owl-prev,
  .doclists .owl-nav .owl-next,
  .testimonials .owl-nav .owl-next {
    font-size: 48px;
  }
}
.doclists .owl-nav .owl-prev,
.testimonials .owl-nav .owl-prev {
  left: 15px;
}
@media (min-width: 992px) {
  .doclists .owl-nav .owl-prev,
  .testimonials .owl-nav .owl-prev {
    left: -30px;
  }
}
.doclists .owl-nav .owl-next,
.testimonials .owl-nav .owl-next {
  right: 15px;
}
@media (min-width: 992px) {
  .doclists .owl-nav .owl-next,
  .testimonials .owl-nav .owl-next {
    right: -30px;
  }
}
.doclists .media,
.testimonials .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .doclists .media,
  .testimonials .media {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
}
.doclists .media .media-thumbnail,
.testimonials .media .media-thumbnail {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.11);
  margin-bottom: 15px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .doclists .media .media-thumbnail,
  .testimonials .media .media-thumbnail {
    margin-bottom: 0px;
  }
}
.doclists .media .media-left,
.testimonials .media .media-left {
  padding-right: 0px;
}
@media (min-width: 768px) {
  .doclists .media .media-left,
  .testimonials .media .media-left {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .doclists .media .userMeta,
  .testimonials .media .userMeta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}
.doclists .owl-dots,
.testimonials .owl-dots {
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
  margin-top: 15px;
  position: absolute;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .doclists .owl-dots,
  .testimonials .owl-dots {
    display: -ms-flexbox;
    display: flex;
  }
}
.doclists .owl-dot,
.testimonials .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #eeeeee;
  margin: 5px;
}
.doclists .owl-dot.active,
.testimonials .owl-dot.active {
  background: #00aff0;
}
@media (max-width: 992px) {
  .testimonials .owl-nav .owl-prev,
  .testimonials .owl-nav .owl-next {
    top: auto;
    transform: initial;
    bottom: -50px;
  }
}
.section-testimonial {
  background: url(../images/testimonial-bg.png) no-repeat 50% 50%;
  background-size: cover;
  padding: 70px 0;
}
.section-testimonial .title-section h1,
.section-testimonial .title-section h2,
.section-testimonial .title-section h3 {
  color: white;
}
.testimonials .owl-dots {
  text-align: center;
}
@media (min-width: 992px) {
  .testimonials .owl-dots {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.testimonials .owl-dots .owl-dot {
  margin: 5px 0;
}
@media (max-width: 992px) {
  .testimonials .owl-dots .owl-dot {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
  }
}
.testimonials .owl-dots .owl-dot span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cdcdcd;
}
.testimonials .owl-dots .owl-dot.active span {
  background: #fff;
}
.section-whyus {
  background: white;
}
.whyusblock .wrapflex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  color: white;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.whyusblock .wrapflex .fa {
  font-size: 50px;
}
@media (min-width: 600px) {
  .whyusblock .wrapflex .fa {
    font-size: 100px;
  }
}
.whyusblock .wrapflex em {
  color: #222222;
  font-size: 24px;
}
.whyusblock .wrapflex strong {
  font-size: 30px;
}
.whyusblock:nth-of-type(1) {
  background: #00aff0;
}
.whyusblock:nth-of-type(2) {
  background: #00aff0;
}
.whyusblock:nth-of-type(3) {
  background: #f23994;
}
.rowflex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 600px) {
  .rowflex {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.rowflex .whyusblock {
  margin: 15px;
}
@media (min-width: 992px) {
  .rowflex .whyusblock {
    width: calc(33.33333333%);
  }
}
.appointmentwrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.appointmentwrap:not(:first-child) {
  -ms-flex-pack: center;
  justify-content: center;
}
.introcontent .wrap-box .fa {
  z-index: 100;
}
@media (max-width: 480px) {
  .introcontent .wrap-box .fa {
    font-size: 20px;
  }
}
.introcontent .wrap-box h2 {
  bottom: 0;
  position: absolute;
  left: 0;
  text-align: center;
  padding: 10px;
  z-index: 100;
}
.introcontent .wrap-box h2:after {
  display: none;
}
.introcontent .wrap-box .link-radio {
  z-index: 101;
}
.introcontent .wrap-box .overlay-content {
  height: 100%;
  background: none;
}
.introcontent .wrap-box .overlay-content:before {
  border-width: 15px;
  left: 50%;
  margin: 0 auto;
  transform: translateX(-50%);
}
.introcontent .wrap-box .overlay-content:after {
  background: rgba(0, 175, 240, 0.8);
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 50px;
  transition: all 0.3s ease;
}
.introcontent .wrap-box input[type="radio"]:checked ~ .overlay-content:after {
  min-height: 100%;
}
/* registration */
.sidebar-navigation .menu {
  margin: 0px;
  padding: 0px;
  transition: all 0.3s cubic-bezier(0.89, 0.68, 0.38, 1.33);
}
@media (max-width: 767px) {
  .sidebar-navigation .menu {
    visibility: hidden;
    height: 0;
    max-height: 0;
  }
  .sidebar-navigation .menu.show {
    visibility: visible;
    height: auto !important;
    max-height: 600px;
  }
  .sidebar-navigation .menu.collapse:not(.show) {
    display: block;
  }
}
.sidebar-navigation .menu li a {
  padding: 15px;
  display: block;
  color: #555555;
}
.sidebar-navigation .menu li a .fa {
  margin-right: 5px;
}
.sidebar-navigation .menu li a:hover,
.sidebar-navigation .menu li a.active {
  background: #eeeeee;
  color: #00aff0;
}
.block-infographics {
  background: rgba(0, 174, 237, 0.03);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.block-infographics .navigation {
  padding: 0px;
  list-style: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
}
.block-infographics .navigation > li {
  width: 16px;
  height: 6px;
  background-color: #ebebeb;
  margin: 10px;
  border-radius: 4px;
}
.block-infographics .navigation > li.active {
  background-color: #00aff0;
}
/* appointments */
.appointmentwrap .introcontent .wrap-box {
  height: auto;
}
.doctype .wrap-box {
  background: white;
  padding: 35px;
  text-align: center;
}
.doctype .wrap-box header {
  min-height: 60px;
}
.doclists-search .media-left,
.doclists-search .media-body {
  padding: 15px;
  transition: all ease-in-out 0.5s;
}
@media (max-width: 550px) {
  .doclists-search .media-left,
  .doclists-search .media-body {
    display: block;
    text-align: center;
    width: auto;
  }
}
.doclists-search .doc-thumb {
  width: 180px;
  height: 180px;
  transition: all ease-in-out 0.5s;
}
@media (max-width: 768px) {
  .doclists-search .doc-thumb {
    width: 150px;
    height: 150px;
  }
}
.appointment-time {
  display: none;
}
.fancypop .appointment-time {
  display: block;
}
@media (min-width: 768px) {
  .symptoms-list {
    column-count: 2;
  }
}
.patient-type {
  margin: -8px 0;
  padding: 0px;
  list-style: none;
  margin-bottom: 30px;
}
.patient-type li {
  padding: 8px 0;
}
.patient-type li label {
  display: block;
  margin: 0px;
}
.patient-type li label .wrap {
  display: block;
  background: white;
  border: 1px solid #c3c3c3;
  padding: 15px;
  cursor: pointer;
  margin: 0px;
  background: #f1f1f1;
  transition: background 0.5s ease-in-out;
}
.patient-type li label .wrap:before,
.patient-type li label .wrap:after {
  content: " ";
  display: table;
}
.patient-type li label .wrap:after {
  clear: both;
}
.patient-type li label .wrap:before,
.patient-type li label .wrap:after {
  content: " ";
  display: table;
}
.patient-type li label .wrap:after {
  clear: both;
}
.patient-type li label .wrap .fa {
  color: #00aff0;
  float: right;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.5s ease-in-out;
  font-size: 20px;
}
.patient-type li label input[type="radio"] {
  display: none;
}
.patient-type li label input[type="radio"]:checked + .wrap {
  background: white;
}
.patient-type li label input[type="radio"]:checked + .wrap .fa {
  opacity: 1;
  filter: alpha(opacity=100);
}
.swMains .anchor {
  margin: 0px;
  list-style: none;
  padding: 0px;
  font-size: 0;
  float: none !important;
  display: -ms-flexbox;
  display: flex;
}
.swMains .anchor > li {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: inline-block;
  vertical-align: bottom;
  float: none !important;
  padding: 0px;
}
@media (min-width: 768px) {
  .swMains .anchor > li {
    display: inline-block;
  }
}
.swMains .anchor > li a {
  font-size: 16px;
  display: block;
  border: none;
  background: none;
  box-shadow: none;
  width: 100%;
  height: auto;
  float: none !important;
  border-bottom: 3px solid #c0c0c0;
  padding: 20px 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: relative;
}
.swMains .anchor > li a .stepNumber {
  background: #00aff0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  font-size: 24px;
  font-weight: bolder;
  color: white;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .swMains .anchor > li a .stepNumber {
    margin: 0 auto;
    display: block;
  }
}
.swMains .anchor > li a .stepDesc {
  text-align: center;
  display: block;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .swMains .anchor > li a .stepDesc {
    padding-left: 12px;
    text-align: left;
    display: inline-block;
    padding-top: 0px;
  }
}
.swMains .anchor > li a .stepDesc small {
  font-size: 14px;
  color: #555555;
  display: block;
}
@media (min-width: 768px) {
  .swMains .anchor > li a .stepDesc small {
    font-size: 16px;
  }
}
.swMains .anchor > li a .fa {
  position: absolute;
  left: 6px;
  top: 100%;
  transform: translateY(-50%);
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
  right: 0;
  text-align: center;
  color: white;
  width: 18px;
  height: 18px;
  background: #00aff0;
  border-radius: 50%;
  line-height: 18px;
}
.swMains .anchor > li a .fa:before {
  display: none;
}
.swMains .anchor > li a.selected {
  border-bottom-color: #00aff0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.swMains .anchor > li a.selected .stepDesc {
  font-weight: bold;
}
@media (max-width: 480px) {
  .swMains .anchor > li a.selected .fa {
    display: none;
  }
}
.swMains .anchor > li a.done {
  border-bottom-color: #00aff0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.swMains .anchor > li a.done .stepNumber {
  background-color: #00aff0;
}
.swMains .anchor > li a.done .fa:before {
  display: block;
}
.swMains .anchor > li a.disabled {
  border-bottom-color: #c0c0c0;
  cursor: not-allowed;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.actionBar {
  text-align: center;
  border-top: 1px solid #e4dfdf;
  padding: 30px;
  margin: 0 -30px;
}
.link-radio {
  width: 100%;
  height: 100%;
  position: absolute;
  content: " ";
  top: 0px;
  left: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  cursor: pointer;
  -ms-flex-direction: column;
  flex-direction: column;
}
.appointments {
  padding: 15px 0;
}
.appointments:before,
.appointments:after {
  content: " ";
  display: table;
}
.appointments:after {
  clear: both;
}
.appointments:before,
.appointments:after {
  content: " ";
  display: table;
}
.appointments:after {
  clear: both;
}
.appointments__date {
  float: left;
  font-size: 24px;
  color: #00aff0;
}
.appointments__date > span {
  display: block;
  font-size: 16px;
  line-height: 1;
}
.appointments__content {
  margin-left: 40px;
  padding-top: 4px;
}
.appointments__time {
  margin-bottom: 4px;
  white-space: nowrap;
}
.appointments__status {
  display: inline-block;
  background: #ededed;
  font-size: 13px;
  border-radius: 10px;
  padding: 0px 8px;
}
.appointments-lists .appointments {
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  max-width: 33.33%;
}
.apmt {
  border: 1px solid #dcdcdc;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  background-color: white;
}
.apmt:last-child {
  margin-bottom: 0px;
}
.apmt__time {
  font-size: 24px;
  font-weight: bold;
  color: #00aff0;
  line-height: 1;
}
@media (max-width: 480px) {
  .apmt__time {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
.apmt__type {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 20px;
  transition: all 0.2s ease-in-out;
}
.apmt__type .fa {
  display: none;
}
@media (min-width: 768px) {
  .apmt__type {
    margin-left: 6px;
    position: static;
    margin-bottom: 15px;
  }
}
.apmt__type .status {
  font-size: 12px;
  font-weight: bold;
  color: #777777;
}
.apmt__users {
  margin-top: 15px;
  position: relative;
  margin-left: 6px;
  margin-bottom: 0px !important;
}
@media (min-width: 600px) {
  .apmt__users {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.apmt__users .user-type {
  display: none;
}
.apmt__users--label .user-type {
  display: block;
}
.apmt__users--label .apmt__patientblock:after {
  top: 80%;
}
.apmt__users:before {
  width: 2px;
  height: 52%;
  background-image: linear-gradient(to bottom, #53d1ff, #00aff0);
  content: " ";
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: inline-block;
}
@media (min-width: 600px) {
  .apmt__users:before {
    display: none;
  }
}
.apmt__users > li {
  margin: 5px 0;
  margin-left: 16px;
  position: relative;
}
.apmt__users > li:before {
  height: 2px;
  width: 18px;
  content: " ";
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  position: absolute;
}
@media (min-width: 600px) {
  .apmt__users > li:before {
    display: none;
  }
}
@media (min-width: 600px) {
  .apmt__users > li {
    margin: 0px;
    padding: 0 8px;
    display: inline-block;
  }
}
.apmt__users .media-thumbnail {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.apmt__doctorblock:before {
  background-image: linear-gradient(to right, #53d1ff, #00aff0);
}
.apmt__patientblock {
  position: relative;
}
@media (min-width: 600px) {
  .apmt__patientblock {
    margin-left: 60px !important;
  }
}
.apmt__patientblock:before {
  background-image: linear-gradient(to left, #53d1ff, #00aff0);
}
@media (min-width: 600px) {
  .apmt__patientblock:after {
    height: 4px;
    width: 40px;
    background-image: linear-gradient(to right, #53d1ff, #00aff0);
    margin-right: 16px;
    display: inline-block;
    content: " ";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .apmt__right {
    text-align: right;
  }
}
.apmt__actions {
  margin-top: 8px;
}
.timer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 400px;
}
.timer__block {
  text-align: center;
}
.timer__block > span {
  display: block;
  font-size: 12px;
  color: #777777;
}
.timer__block strong {
  font-weight: normal;
}
.appntmnt-header {
  background-color: #fbfbfb;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.appntmnt-header .appntmnt-block {
  box-sizing: border-box;
}
.appntmnt-header .appntmnt-block .media {
  display: -ms-flexbox;
  display: flex;
}
.appntmnt-header .appntmnt-block .media .media-body {
  width: auto;
}
@media (min-width: 600px) {
  .appntmnt-header .appntmnt-block {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .appntmnt-header .appntmnt-block {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%;
  }
}
@media (min-width: 992px) {
  .appntmnt-header .appntmnt-block:nth-of-type(1) {
    padding-right: 30px;
  }
}
.appntmnt-header .appntmnt-block:nth-of-type(2) {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .appntmnt-header .appntmnt-block:nth-of-type(2) {
    padding-left: 30px;
    position: relative;
  }
  .appntmnt-header .appntmnt-block:nth-of-type(2):before {
    position: absolute;
    right: 100%;
    top: 70%;
    transform: translateY(-50%);
    content: url(../images/arrows.png);
  }
}
@media (min-width: 600px) {
  .appntmnt-header .appntmnt-block:nth-of-type(2) {
    margin-top: 0px;
  }
}
.appntmnt-header .appntmnt-block .media-heading {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.appntmnt-header .appntmnt-button {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .appntmnt-header .appntmnt-button {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    justify-self: center;
    margin-left: auto;
    margin-top: 0px;
    transition: all 0.3s ease-in-out;
  }
}
.list-block {
  border-bottom: 1px solid #eeeeee;
  padding: 18px 0;
  padding-left: 20px;
  padding-right: 20px;
}
.list-block__paymentmethod {
  display: inline-block;
  float: left;
}
.list-block__paymentmethod .fa {
  color: #00aff0;
}
.list-block__body {
  padding-left: 34px;
}
.list-block__list {
  margin-bottom: 15px;
}
.list-block__list:last-child {
  margin-bottom: 0px;
}
.list-block__list > .row {
  margin-right: -6px;
  margin-left: -6px;
}
.list-block__list [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}
.list-block__list.has-received .p-history__arrow {
  color: #03b5aa;
}
.list-block__list.has-received .p-history__price {
  color: #03b5aa;
}
.list-block__list.has-expensed .p-history__arrow {
  color: #d9534f;
  transform: rotate(180deg);
}
.list-block__list.has-expensed .p-history__price {
  color: #d9534f;
}
.list-block__list.has-sent .p-history__arrow {
  color: #b5b5b5;
  transform: rotate(180deg);
}
.list-block__list.has-sent .p-history__price {
  color: #b5b5b5;
}
.list-block__arrow {
  display: inline-block;
}
.list-block__date {
  color: #b5b5b5;
  padding-left: 12px;
}
.list-block__detail {
  margin-top: -4px;
}
.list-block__detail p:last-child {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .list-block__price {
    text-align: right;
  }
}
.list-block:last-child {
  border-bottom: none;
}
.list-block.bb {
  border-bottom: 1px solid #eee !important;
}
[data-status="approved"] {
  color: #5cb85c;
}
[data-status="pending"] {
  color: #f0ad4e;
}
[data-status="cancel"] {
  color: #d9534f;
}
@media (min-width: 768px) {
  .checkbox-lists {
    columns: 3;
    column-count: 3;
  }
}
.checkbox-lists .checkbox {
  margin-top: 0px;
  margin-bottom: 8px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}
/* Hide default HTML checkbox */
.switch input {
  display: none;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #00aff0;
}
input:focus + .slider {
  box-shadow: 0 0 1px #00aff0;
}
input:checked + .slider:before {
  transform: translateX(13px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.appdetail-menu {
  position: relative;
}
@media (min-width: 768px) {
  .appdetail-menu {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0px;
  }
}
.--chatbox {
  background-color: rgba(0, 174, 237, 0.05);
}
.map-travel {
  width: 100%;
}
@media (max-width: 768px) {
  .map-travel {
    height: 85vh;
  }
}
#reports:checked ~ .slider ~ #alerts {
  display: none;
}
/* audio video */
.camera-container {
  background: black;
  min-height: 200px;
  margin-bottom: 15px;
}
.test-holder {
  height: 200px;
  background: white;
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.test-holder .fa {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 36px;
}
.test-holder .range {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.test-holder .range span {
  width: 20px;
  height: 6px;
  display: block;
  background: #eeeeee;
  margin: 6px 0;
}
.test-holder .range span.active {
  background: #00aff0;
}
/* overview */
.btn-block .btn {
  margin: 15px 0;
  display: block;
}
.btn-block .btn i.fa {
  margin-right: 4px;
}
/* misc page */
#faq .ui-state-active,
#faq .ui-widget-content .ui-state-active,
#faq .ui-widget-header .ui-state-active,
#faq a.ui-button:active,
#faq .ui-button:active,
#faq .ui-button.ui-state-active:hover {
  border: none;
  background: none;
  color: black;
}
#faq .ui-widget-content {
  border: none;
  background: none;
  padding: 0px;
}
#faq .ui-state-hover,
#faq .ui-widget-content .ui-state-hover,
#faq .ui-widget-header .ui-state-hover,
#faq .ui-state-focus,
#faq .ui-widget-content .ui-state-focus,
#faq .ui-widget-header .ui-state-focus,
#faq .ui-button:hover,
#faq .ui-button:focus,
#faq .ui-state-default,
#faq .ui-widget-content .ui-state-default,
#faq .ui-widget-header .ui-state-default,
#faq .ui-button,
#faq html .ui-button.ui-state-disabled:hover,
#faq html .ui-button.ui-state-disabled:active {
  border: none;
  background: none;
  padding: 0px;
}
#faq .ui-accordion-header-icon {
  display: none;
}
#faq .ui-accordion-header {
  padding: 6px 0;
  font-size: 27px;
}
@media (max-width: 767px) {
  .sidebar-navigation {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sidebar-navigation.affix,
  .sidebar-navigation.affix-bottom {
    position: relative !important;
    top: 0 !important;
    z-index: 1100;
    width: 100% !important;
    left: 0;
    right: 0;
    bottom: auto !important;
  }
  .sidebar-navigation .--user-sidebar {
    border: none;
    padding: 0px;
    margin: 0px;
    padding-bottom: 15px;
  }
}
.media-thumbnail {
  overflow: hidden;
  background-color: #f2f2f2;
  background-image: url("../images/no-user.svg");
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
.media-thumbnail .media-object {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.media-thumbnail.flat {
  border-radius: 0px !important;
}
.media-thumbnail:not(.--wide) {
  border-radius: 50%;
  position: relative;
}
.media-thumbnail.--tiny {
  width: 30px;
  height: 30px;
}
.media-thumbnail.--small {
  width: 60px;
  height: 60px;
}
.media-thumbnail.--medium {
  width: 120px;
  height: 120px;
}
.media-thumbnail.--wide {
  width: 200px;
  height: 100px;
}
.media-thumbnail.--wide .media-object {
  height: 100%;
}
.profile-progress-wrap {
  border-bottom: 1px solid #e4dfdf;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.profile-progress-wrap .btn-info {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.profile-progress-wrap .progress {
  margin-bottom: 0px;
}
.cards {
  background: white;
  position: relative;
  margin-bottom: 15px;
}
.cards:last-child {
  margin-bottom: 0px;
}
.cards__title {
  font-weight: lighter;
  font-size: 24px;
  margin-bottom: 20px;
}
.cards__header {
  margin-bottom: 20px;
}
.cards__header:before,
.cards__header:after {
  content: " ";
  display: table;
}
.cards__header:after {
  clear: both;
}
.cards__header:before,
.cards__header:after {
  content: " ";
  display: table;
}
.cards__header:after {
  clear: both;
}
@media (min-width: 768px) {
  .cards__header .cards__title {
    float: left;
  }
}
.padblock {
  padding: 20px;
}
.padblock-2x {
  padding: 40px;
}
@media (max-width: 767px) {
  .page-content {
    min-height: 1px !important;
  }
}
.header-action input {
  margin-right: 6px;
}
@media (max-width: 768px) {
  .header-action input {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
.header-action select {
  display: inline-block;
  border-radius: 4px;
  vertical-align: top;
  margin-right: 6px;
}
@media (min-width: 768px) {
  .header-action {
    float: right;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768) {
  .header-action #frmSort {
    margin-bottom: 15px;
  }
}
.section-contrast {
  background-color: #fff;
}
/* Style the tab content */
.tabcontent {
  display: none;
  animation: fadeEffect 1s;
}
@media (min-width: 768px) {
  .tabcontent {
    padding: 0 20px;
  }
}
.tabcontent .list-block {
  padding-left: 0px;
  padding-right: 0px;
}
/* Fade in tabs */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.label-outline {
  border: 1px solid #00aff0;
  border-radius: 2px;
  color: #00aff0;
}
.icon-content {
  padding-left: 30px;
  position: relative;
}
.icon-content .fa {
  position: absolute;
  top: 6px;
  left: 4px;
}
.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}
.content-wrap {
  position: relative;
}
.display-text {
  font-size: 22px;
  font-weight: lighter;
}
.cards__title--bold {
  font-weight: 600;
  font-size: 28px;
}
.refer-friend-image-block {
  position: static;
  display: none;
}
@media (min-width: 992px) {
  .refer-friend-image-block {
    display: block;
  }
}
.refer-friend-image-block > img {
  position: relative;
  margin-top: -17%;
  right: -17%;
}
.social-btns {
  margin-top: 0;
  margin-left: -25px;
  margin-right: -25px;
}
.social-btns > li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 25px;
}
@media (max-width: 768px) {
  .social-btns > li {
    padding-bottom: 40px;
  }
}
.social-btns > li img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.social-btns__anchor {
  width: 60px;
  height: 60px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: inline-block;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.social-btns__anchor:hover {
  color: #333333;
}
.social-btns__anchor:after {
  content: attr(title);
  position: absolute;
  font-weight: bold;
  top: 100%;
}
.social-btns--facebook > img,
.social-btns--outlook > img {
  height: 42px;
}
.social-btns--facebook {
  color: #3b5998;
}
.social-btns--google {
  color: #ea4335;
}
.social-btns--yahoo {
  color: #410093;
}
.social-btns--outlook {
  color: #2196f3;
}
.social-btns--absolute-right {
  top: 18px;
  right: 25px;
  margin-top: 0px;
  position: absolute;
}
.social-btns--absolute-right .social-btns__anchor:after {
  display: none;
}
.custom-checkbox-label {
  font-weight: lighter;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.custom-checkbox-label:before,
.custom-checkbox-label:after {
  display: inline-block;
  position: absolute;
  left: 0;
  border-radius: 2px;
}
.custom-checkbox-label:before {
  width: 20px;
  height: 20px;
  border: 1px solid #c9c9c9;
  background-color: #fbfbfb;
  content: " ";
}
.custom-checkbox-label:after {
  content: "";
  font-family: "fontawesome";
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 12px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  transition: opacity ease-out 200ms;
}
.custom-checkbox-input {
  display: none;
}
.custom-checkbox-input:checked ~ .custom-checkbox-label:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.avatar {
  border-radius: 50%;
  border: 1px solid #cccccc;
  background-color: #fbfbfb;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  background-image: url(../images/no-users.svg);
}
.avatar > img {
  object-fit: cover;
  height: 100%;
  max-width: 100%;
}
.avatar > img.no-user {
  padding: 9px;
}
.avatar__title {
  font-weight: lighter;
  margin-left: 12px;
}
.contactlist-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 600px) {
  .contactlist-select {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .contactlist-select--column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contactlist-select--column > li {
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
  max-width: 100% !important;
  padding: 8px 20px;
}
.contactlist-select > li {
  padding: 6px 20px;
}
@media (min-width: 600px) {
  .contactlist-select > li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 15px 20px;
  }
}
@media (min-width: 992px) {
  .contactlist-select > li {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
.contactlist-select .avatar {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.contactlist-select .avatar__title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contactlist-select label {
  padding-right: 30px;
  padding-left: 40px;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
}
.contactlist-select label:before,
.contactlist-select label:after {
  left: auto;
  right: 0;
}
.contactlist-select label:after {
  top: 50%;
  transform: translateY(-50%);
}
.contactlist-select
  .custom-checkbox-input:checked
  ~ .custom-checkbox-label
  .avatar {
  border-color: #00aff0;
}
@media (min-width: 480px) {
  .earning-block {
    text-align: right;
  }
}
.earning-block .earning-label {
  font-size: 14px;
  font-weight: 300;
}
.earning-block .priceBlock {
  font-size: 18px;
  margin-top: 6px;
}
@media (min-width: 480px) {
  .earning-block .priceBlock {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.--referfriend {
  height: 100%;
}
.--referfriend:not(:last-child) {
  border-bottom: 1px solid #eee !important;
}
.--referfriend .email-address {
  font-size: 14px;
  margin-bottom: 0px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.--referfriend .media-heading {
  font-weight: 600;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}
.--referfriend .extra-meta {
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}
.--referfriend .status {
  font-weight: 600;
}
.--referfriend .status--approved {
  color: #03b5aa;
}
.refer-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.refer-list > [class*="col-"] {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}
.refer-list > [class*="col-"]:not(:last-child) {
  border-bottom: 1px solid #eee !important;
}
.refer-list > [class*="col-"] .--referfriend {
  padding-left: 0;
  padding-right: 0;
}
.donation {
  max-height: 600px;
}
.donation p {
  color: white;
  font-size: 18px;
}
.intro-section {
  text-align: center;
}
.intro-section svg {
  width: 120px;
  height: auto;
  fill: #00aff0;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
}
.donationLists {
  margin: 15px -15px;
}
.donationLists:before,
.donationLists:after {
  content: " ";
  display: table;
}
.donationLists:after {
  clear: both;
}
.donationLists:before,
.donationLists:after {
  content: " ";
  display: table;
}
.donationLists:after {
  clear: both;
}
.donationLists .grid-sizer,
.donationLists .grid-item {
  float: left;
}
@media (min-width: 768px) {
  .donationLists .grid-sizer,
  .donationLists .grid-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .donationLists .grid-sizer,
  .donationLists .grid-item {
    width: 33.33%;
  }
}
.donationLists .card {
  padding: 15px;
  background: transparent;
}
.donationLists .card__detail {
  background-color: #fff;
}
.donationLists .thumbnail {
  margin-bottom: 0px;
  border-radius: 0px;
}
.img-object-300 {
  max-height: 400px;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
@media (max-width: 480px) {
  .img-object-300 {
    max-height: 200px;
  }
}
.donationStatus {
  margin-top: 15px;
}
@media (max-width: 480px) {
  .donationStatus {
    opacity: 0;
    max-height: 0;
    margin: 0px;
  }
}
.donationStatus strong {
  margin-right: 4px;
}
.donationStatus .progress {
  height: 4px;
  margin: 14px 0;
}
.donationStatus__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.donationStatus__amount {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.thumbnail-ratio {
  padding-top: 60%;
  background-position: 0 0;
  background-size: cover;
}
.card {
  background-color: #fff;
}
.card__detail {
  padding: 22px 15px;
}
.card__title {
  line-height: normal;
}
.card__meta {
  margin-bottom: 15px;
}
.social-share {
  margin: 0px;
  padding: 15px;
  border-top: 1px solid #e1e1e1;
}
.social-share li {
  vertical-align: middle;
  line-height: 1;
}
.social-share li a {
  padding: 4px;
  display: inline-block;
}
.social-share svg {
  height: 18px;
}
.borderBox {
  border: 1px solid #e1e1e1;
  padding: 15px;
}
@media (max-width: 768px) {
  .donorList {
    margin-top: 20px;
  }
}
.donorList__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.media {
  margin-top: 0px;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .donate-box {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 50;
    left: 0;
    margin-bottom: 0px !important;
    box-shadow: -2px 0 30px 2px rgba(0, 0, 0, 0.5);
  }
}
.donor-link,
.donor-check {
  display: none;
}
@media (max-width: 480px) {
  .donor-link {
    text-align: center;
    display: block;
    font-weight: normal;
    padding-top: 6px;
    color: #00aff0;
    cursor: pointer;
    margin: 0px;
  }
  .donor-link.last {
    display: none;
  }
  input.donor-check {
    display: none;
  }
  input.donor-check:checked ~ label.first {
    display: none;
  }
  input.donor-check:checked ~ label.last {
    display: block;
  }
  input.donor-check:checked ~ .donationStatus {
    opacity: 1;
    max-height: 100%;
  }
}
@media (min-width: 480px) {
  .donate-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
  }
}
.user-steps {
  display: -ms-flexbox;
  display: flex;
}
.user-steps__content {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 30px;
}
@media (min-width: 768px) {
  .user-steps__content {
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    padding: 55px;
  }
}
.user-steps__image {
  display: none;
  background-color: #00aff0;
}
@media (min-width: 768px) {
  .user-steps__image {
    display: block;
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
.user-steps__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.title-lined {
  color: #00aff0;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-lined:after {
  display: inline-block;
  height: 2px;
  background-color: #00aff0;
  content: " ";
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: 20px;
}
.customOption-inline {
  margin-left: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customOption-inline .customOption {
  margin-left: 15px;
  pointer-events: auto;
  opacity: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.customOption-inline:hover .customOption:not(:hover) {
  opacity: 0.4;
}
.customOption-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.customOption [type="radio"],
.customOption [type="checkbox"] {
  display: none;
}
.js-userType.active .customOption__item {
  border-color: #00aff0;
  transform: translateY(-5px);
  box-shadow: 0px 8px 21px rgba(0, 0, 0, 0.2);
}
.js-userType.active .customOption__item svg {
  fill: #00aff0;
}
.js-userType.active .customOption__item .customOption__label {
  color: #00aff0;
}
.js-userType.active .customOption__item .customOption__label span {
  width: auto;
}
.js-userType .customOption__item {
  border-radius: 4px;
  border: 2px solid #333;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(0px);
  transition: all 0.3s;
}
.js-userType .customOption__item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 21px rgba(0, 0, 0, 0.2);
}
.js-userType .customOption__label {
  color: #333;
  /* margin-top: 14px; */
}
.js-userType .customOption__label span {
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.custom-fromgroup > label {
  font-size: 22px;
  font-weight: 400;
}
.customOption--default {
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
}
.customOption--default span {
  --size: 12px;
  display: inline-block;
  border-radius: var(--size);
  width: var(--size);
  height: var(--size);
  background-color: #eeeeee;
  margin-right: 6px;
}
.customOption--default .customOption__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #333;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
}
.customOption--default input[type="radio"]:checked ~ .customOption__item,
.customOption--default input[type="checkbox"]:checked ~ .customOption__item {
  border-color: #00aff0;
  color: #00aff0;
}
.customOption--default input[type="radio"]:checked ~ .customOption__item span,
.customOption--default
  input[type="checkbox"]:checked
  ~ .customOption__item
  span {
  background-color: #00aff0;
}
.customOption--default .customOption__label {
  font-weight: normal;
}
.js-gender {
  display: none;
}
.customOption--checkbox {
  border: 1px solid #333;
  padding: 10px;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.form-usersetup:invalid .btn-primary,
.form-validate:invalid .btn-primary {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.offline-fees {
  display: none;
}
.loader {
  margin: 0 auto 1em;
}
.loader svg {
  border-radius: 50%;
  padding: 6px;
  height: 50px !important;
  width: 50px !important;
  background-color: #00aff0;
  opacity: 0.5;
  animation-name: loader;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.loader--fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s;
  display: none;
}
.loader--fullscreen.active {
  opacity: 1;
  z-index: 500;
  display: -ms-flexbox;
  display: flex;
}
.loader--absolute {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.loader--absolute.active {
  opacity: 1;
  z-index: 500;
}
@keyframes loader {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.cards--media {
  padding: 30px 40px;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
}
.cards--media[data-hover] {
  transform: translateY(0);
  transition: all 0.3s;
}
.cards--media[data-hover]:hover {
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.3);
  transform: translateY(-4px);
}
.cards--media:not(:last-child) {
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .cards--media {
    padding: 30px;
  }
}
.cards--media svg {
  width: 16px;
  height: 16px;
}
.cards--media .user-thumb {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .cards--media .user-thumb {
    width: 46px;
    height: 46px;
  }
}
.cards--media__content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cards--media__content {
    padding-left: 15px;
  }
}
.card {
  background-color: #fff;
}
.card:not(:last-child) {
  margin-bottom: 22px;
}
.card--shadow {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
}
.card__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card__header[data-toggle] + .card__content.collapsing * {
  opacity: 0;
}
.card__header[data-toggle] .fa {
  transform: rotate(90deg);
  transition: all 0.3s;
}
.card__header[aria-expanded="true"] .fa {
  transform: rotate(0deg);
}
.card__title {
  font-weight: 400;
  margin-bottom: 0px;
}
.card__content {
  margin-top: 15px;
}
.search-listing__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.search-listing__header-sort,
.search-listing__header-hl {
  position: relative;
}
.search-listing__header-sort select,
.search-listing__header-hl select {
  background: none;
  border: none;
  padding: 5px 20px 10px 0;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
}
.search-listing__header-sort select:focus,
.search-listing__header-hl select:focus {
  outline: none;
}
.search-listing__header-sort:after,
.search-listing__header-hl:after {
  content: "\f107";
  display: block;
  font-family: fontawesome;
  font-weight: 900;
  font-size: 16px;
  z-index: 1;
  position: absolute;
  top: 6px;
  right: 0;
}
.store-row {
  display: table;
  width: 80%;
  margin: 0 auto;
}
.store-left {
  display: table-cell;
}
@media (max-width: 500px) {
  .store-left {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
}
.store-left img {
  height: auto;
}
@media (max-width: 768px) {
  .store-left img {
    width: 200px;
  }
}
.store-right {
  display: table-cell;
  vertical-align: middle;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .store-right {
    padding-left: 20px;
  }
}
@media (max-width: 500px) {
  .store-right {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
.store-desc {
  margin-bottom: 30px;
}
.store-desc h3 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: normal;
}
/*! nouislider - 12.0.0 - 9/14/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
  */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0;
}
/* Offset direction
  */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 8px;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -17px;
  top: -8px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  background: #f8f9fa;
  border-radius: 10px;
  border: 1px solid #ced4da;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #00aff0;
  width: calc(98%);
}
/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border-radius: 50%;
  background: #00aff0;
  cursor: default;
}
/* Handle stripes;
  */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: none;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
  *
  */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
  *
  */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.rightstickysidebar #slider-connect {
  pointer-events: none;
}
.skip-value {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
}
.skip-value span {
  font-size: 12px;
}
.noUi-handle-upper {
  right: 0 !important;
}
.seperater {
  --spacer: 15px;
  --border-color: #ccc;
  --bg-color: white;
  margin: var(--spacer) 0;
  border: 1px solid transparent;
  border-top-color: var(--border-color);
}
.seperater-or span {
  border-radius: 50%;
  background: var(--bg-color);
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 25px;
}
.seperater.text-left {
  text-align: left;
  padding-right: 0;
}
.seperater.text-left legend {
  margin-right: auto;
  padding-right: var(--spacer);
  text-align: left;
}
.seperater.text-right {
  text-align: right;
  padding-right: 0;
}
.seperater.text-right legend {
  padding-left: var(--spacer);
  margin-left: auto;
  text-align: right;
}
.seperater.text-center {
  text-align: right;
  padding-right: 0;
}
.seperater.text-center legend {
  padding: 0 var(--spacer);
  margin: 0 auto;
  text-align: center;
}
.seperater legend {
  width: auto;
  max-width: auto;
  font-size: 16px;
  margin: 0px;
  transform: translateY(-2px);
  text-align: center;
  border: none;
}
.colorCard {
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px;
  height: 200px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.colorCard__title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .colorCard__title {
    font-size: 24px;
  }
}
.colorCard__number {
  color: #fff;
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  z-index: 1;
}
@media (min-width: 992px) {
  .colorCard__number {
    font-size: 52px;
  }
}
.colorCard__number-subline {
  font-size: 22px;
}
@media (min-width: 992px) {
  .colorCard__number-subline {
    font-size: 48px;
  }
}
.colorCard__button {
  color: #343a40;
  background: #fff;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
}
.colorCard__button:hover {
  text-decoration: none;
}
.colorCard__icon {
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 140px;
  margin: 0 0 -6px;
  z-index: 0;
}
.colorCard__icon svg {
  opacity: 0.7;
  width: 125px;
  height: auto;
}
.colorCard-green {
  background-image: linear-gradient(
    120deg,
    rgba(0, 175, 240, 0.7) 0%,
    rgba(11, 215, 217, 0.7) 100%
  );
  background-repeat: repeat-x;
  box-shadow: 0px 11px 21.6px 2.4px rgba(84, 227, 228, 0.3);
}
.colorCard-pink {
  background-image: linear-gradient(
    120deg,
    rgba(239, 70, 80, 0.7) 0%,
    rgba(244, 144, 109, 0.7) 100%
  );
  background-repeat: repeat-x;
  box-shadow: 0px 11px 21.6px 2.4px rgba(246, 157, 145, 0.3);
}
.colorCard-blue {
  background-image: linear-gradient(
    120deg,
    rgba(130, 70, 239, 0.7) 0%,
    rgba(112, 109, 244, 0.7) 100%
  );
  background-repeat: repeat-x;
  box-shadow: 0px 11px 21.6px 2.4px rgba(167, 125, 244, 0.3);
}
.colorCard-purple {
  background-image: linear-gradient(
    120deg,
    rgba(239, 70, 177, 0.7) 0%,
    rgba(236, 109, 244, 0.7) 100%
  );
  background-repeat: repeat-x;
  box-shadow: 0px 11px 21.6px 2.4px rgba(243, 131, 211, 0.3);
}
.colorCard-orange {
  background-image: linear-gradient(
    120deg,
    rgba(244, 141, 109, 0.7) 0%,
    rgba(239, 177, 70, 0.7) 100%
  );
  background-repeat: repeat-x;
  box-shadow: 0px 11px 21.6px 2.4px rgba(247, 175, 153, 0.3);
}
.whiteCard {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.whiteCard__title {
  border-bottom: 1px solid #ced4da;
  color: #212529;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 15px;
  margin-bottom: 15px;
}
.whiteCard__cont {
  padding: 20px;
}
.whiteCard__cont .profilebar {
  min-width: 100%;
}
.whiteCard__cont .profile-complete {
  color: #0bd7d9;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .colorCard-purple .colorCard__number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .colorCard-green {
    height: 160px;
  }
}
.cardwrap {
  padding: 20px 0;
}
.info-block {
  background: white;
  position: relative;
  margin-bottom: 15px;
  border-left: 4px solid #00aff0;
}
.info-block:last-child {
  margin-bottom: 0px;
}
.info-block__title {
  font-weight: lighter;
  font-size: 24px;
  margin-bottom: 20px;
}
.info-block__header {
  margin-bottom: 20px;
}
.info-block__header:before,
.info-block__header:after {
  content: " ";
  display: table;
}
.info-block__header:after {
  clear: both;
}
.info-block__header:before,
.info-block__header:after {
  content: " ";
  display: table;
}
.info-block__header:after {
  clear: both;
}
@media (min-width: 768px) {
  .info-block__header .cards__title {
    float: left;
  }
}
.info-block-img-container {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .info-block-img-container {
    margin-top: 0px;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .info-block-img-container img {
    margin-top: -12%;
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.info-block-contrast-title {
  color: #03b5aa;
  font-weight: bold;
}
@media (min-width: 992px) {
  .info-block-contrast-title {
    transform: translateX(40%);
  }
}
.info-card.text-center img {
  display: block;
  margin: 0 auto;
}
.info-card__title {
  font-weight: bold;
}

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