@charset "UTF-8";
/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../font/fa-brands-400.eot");
  src: url("../font/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../font/fa-brands-400.woff2") format("woff2"), url("../font/fa-brands-400.woff") format("woff"), url("../font/fa-brands-400.ttf") format("truetype"), url("../font/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands' !important; }

/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../font/fa-regular-400.eot");
  src: url("../font/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../font/fa-regular-400.woff2") format("woff2"), url("../font/fa-regular-400.woff") format("woff"), url("../font/fa-regular-400.ttf") format("truetype"), url("../font/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 400; }

/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../font/fa-solid-900.eot");
  src: url("../font/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../font/fa-solid-900.woff2") format("woff2"), url("../font/fa-solid-900.woff") format("woff"), url("../font/fa-solid-900.ttf") format("truetype"), url("../font/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important; }

.icon,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.icon-xs {
  font-size: .75em; }

.icon-sm {
  font-size: .875em; }

.icon-1x {
  font-size: 1em; }

.icon-2x {
  font-size: 2em; }

.icon-3x {
  font-size: 3em; }

.icon-4x {
  font-size: 4em; }

.icon-5x {
  font-size: 5em; }

.icon-6x {
  font-size: 6em; }

.icon-7x {
  font-size: 7em; }

.icon-8x {
  font-size: 8em; }

.icon-9x {
  font-size: 9em; }

.icon-10x {
  font-size: 10em; }

.icon-fw {
  text-align: center;
  width: 1.25em; }

.icon-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .icon-ul > li {
    position: relative; }

.icon-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.icon-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.icon-pull-left {
  float: left; }

.icon-pull-right {
  float: right; }

.icon.icon-pull-left,
.fas.icon-pull-left,
.far.icon-pull-left,
.fal.icon-pull-left,
.fab.icon-pull-left {
  margin-right: .3em; }

.icon.icon-pull-right,
.fas.icon-pull-right,
.far.icon-pull-right,
.fal.icon-pull-right,
.fab.icon-pull-right {
  margin-left: .3em; }

.icon-spin {
  animation: fa-spin 2s infinite linear; }

.icon-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.icon-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.icon-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.icon-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.icon-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.icon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.icon-flip-horizontal.icon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none; }

.icon-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.icon-stack-1x,
.icon-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.icon-stack-1x {
  line-height: inherit; }

.icon-stack-2x {
  font-size: 2em; }

.icon-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.icon-accessible-icon:before {
  content: "\f368"; }

.icon-accusoft:before {
  content: "\f369"; }

.icon-ad:before {
  content: "\f641"; }

.icon-address-book:before {
  content: "\f2b9"; }

.icon-address-card:before {
  content: "\f2bb"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-adn:before {
  content: "\f170"; }

.icon-adversal:before {
  content: "\f36a"; }

.icon-affiliatetheme:before {
  content: "\f36b"; }

.icon-air-freshener:before {
  content: "\f5d0"; }

.icon-algolia:before {
  content: "\f36c"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-alipay:before {
  content: "\f642"; }

.icon-allergies:before {
  content: "\f461"; }

.icon-amazon:before {
  content: "\f270"; }

.icon-amazon-pay:before {
  content: "\f42c"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.icon-amilia:before {
  content: "\f36d"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-android:before {
  content: "\f17b"; }

.icon-angellist:before {
  content: "\f209"; }

.icon-angle-double-down:before {
  content: "\f103"; }

.icon-angle-double-left:before {
  content: "\f100"; }

.icon-angle-double-right:before {
  content: "\f101"; }

.icon-angle-double-up:before {
  content: "\f102"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angry:before {
  content: "\f556"; }

.icon-angrycreative:before {
  content: "\f36e"; }

.icon-angular:before {
  content: "\f420"; }

.icon-ankh:before {
  content: "\f644"; }

.icon-app-store:before {
  content: "\f36f"; }

.icon-app-store-ios:before {
  content: "\f370"; }

.icon-apper:before {
  content: "\f371"; }

.icon-apple:before {
  content: "\f179"; }

.icon-apple-alt:before {
  content: "\f5d1"; }

.icon-apple-pay:before {
  content: "\f415"; }

.icon-archive:before {
  content: "\f187"; }

.icon-archway:before {
  content: "\f557"; }

.icon-arrow-alt-circle-down:before {
  content: "\f358"; }

.icon-arrow-alt-circle-left:before {
  content: "\f359"; }

.icon-arrow-alt-circle-right:before {
  content: "\f35a"; }

.icon-arrow-alt-circle-up:before {
  content: "\f35b"; }

.icon-arrow-circle-down:before {
  content: "\f0ab"; }

.icon-arrow-circle-left:before {
  content: "\f0a8"; }

.icon-arrow-circle-right:before {
  content: "\f0a9"; }

.icon-arrow-circle-up:before {
  content: "\f0aa"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrows-alt:before {
  content: "\f0b2"; }

.icon-arrows-alt-h:before {
  content: "\f337"; }

.icon-arrows-alt-v:before {
  content: "\f338"; }

.icon-assistive-listening-systems:before {
  content: "\f2a2"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-asymmetrik:before {
  content: "\f372"; }

.icon-at:before {
  content: "\f1fa"; }

.icon-atlas:before {
  content: "\f558"; }

.icon-atom:before {
  content: "\f5d2"; }

.icon-audible:before {
  content: "\f373"; }

.icon-audio-description:before {
  content: "\f29e"; }

.icon-autoprefixer:before {
  content: "\f41c"; }

.icon-avianex:before {
  content: "\f374"; }

.icon-aviato:before {
  content: "\f421"; }

.icon-award:before {
  content: "\f559"; }

.icon-aws:before {
  content: "\f375"; }

.icon-backspace:before {
  content: "\f55a"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-balance-scale:before {
  content: "\f24e"; }

.icon-ban:before {
  content: "\f05e"; }

.icon-band-aid:before {
  content: "\f462"; }

.icon-bandcamp:before {
  content: "\f2d5"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-bars:before {
  content: "\f0c9"; }

.icon-baseball-ball:before {
  content: "\f433"; }

.icon-basketball-ball:before {
  content: "\f434"; }

.icon-bath:before {
  content: "\f2cd"; }

.icon-battery-empty:before {
  content: "\f244"; }

.icon-battery-full:before {
  content: "\f240"; }

.icon-battery-half:before {
  content: "\f242"; }

.icon-battery-quarter:before {
  content: "\f243"; }

.icon-battery-three-quarters:before {
  content: "\f241"; }

.icon-bed:before {
  content: "\f236"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-behance:before {
  content: "\f1b4"; }

.icon-behance-square:before {
  content: "\f1b5"; }

.icon-bell:before {
  content: "\f0f3"; }

.icon-bell-slash:before {
  content: "\f1f6"; }

.icon-bezier-curve:before {
  content: "\f55b"; }

.icon-bible:before {
  content: "\f647"; }

.icon-bicycle:before {
  content: "\f206"; }

.icon-bimobject:before {
  content: "\f378"; }

.icon-binoculars:before {
  content: "\f1e5"; }

.icon-birthday-cake:before {
  content: "\f1fd"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitcoin:before {
  content: "\f379"; }

.icon-bity:before {
  content: "\f37a"; }

.icon-black-tie:before {
  content: "\f27e"; }

.icon-blackberry:before {
  content: "\f37b"; }

.icon-blender:before {
  content: "\f517"; }

.icon-blind:before {
  content: "\f29d"; }

.icon-blogger:before {
  content: "\f37c"; }

.icon-blogger-b:before {
  content: "\f37d"; }

.icon-bluetooth:before {
  content: "\f293"; }

.icon-bluetooth-b:before {
  content: "\f294"; }

.icon-bold:before {
  content: "\f032"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-bomb:before {
  content: "\f1e2"; }

.icon-bone:before {
  content: "\f5d7"; }

.icon-bong:before {
  content: "\f55c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-book-open:before {
  content: "\f518"; }

.icon-book-reader:before {
  content: "\f5da"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-bowling-ball:before {
  content: "\f436"; }

.icon-box:before {
  content: "\f466"; }

.icon-box-open:before {
  content: "\f49e"; }

.icon-boxes:before {
  content: "\f468"; }

.icon-braille:before {
  content: "\f2a1"; }

.icon-brain:before {
  content: "\f5dc"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-briefcase-medical:before {
  content: "\f469"; }

.icon-broadcast-tower:before {
  content: "\f519"; }

.icon-broom:before {
  content: "\f51a"; }

.icon-brush:before {
  content: "\f55d"; }

.icon-btc:before {
  content: "\f15a"; }

.icon-bug:before {
  content: "\f188"; }

.icon-building:before {
  content: "\f1ad"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-burn:before {
  content: "\f46a"; }

.icon-buromobelexperte:before {
  content: "\f37f"; }

.icon-bus:before {
  content: "\f207"; }

.icon-bus-alt:before {
  content: "\f55e"; }

.icon-business-time:before {
  content: "\f64a"; }

.icon-buysellads:before {
  content: "\f20d"; }

.icon-calculator:before {
  content: "\f1ec"; }

.icon-calendar:before {
  content: "\f133"; }

.icon-calendar-alt:before {
  content: "\f073"; }

.icon-calendar-check:before {
  content: "\f274"; }

.icon-calendar-minus:before {
  content: "\f272"; }

.icon-calendar-plus:before {
  content: "\f271"; }

.icon-calendar-times:before {
  content: "\f273"; }

.icon-camera:before {
  content: "\f030"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-cannabis:before {
  content: "\f55f"; }

.icon-capsules:before {
  content: "\f46b"; }

.icon-car:before {
  content: "\f1b9"; }

.icon-car-alt:before {
  content: "\f5de"; }

.icon-car-battery:before {
  content: "\f5df"; }

.icon-car-crash:before {
  content: "\f5e1"; }

.icon-car-side:before {
  content: "\f5e4"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-caret-square-down:before {
  content: "\f150"; }

.icon-caret-square-left:before {
  content: "\f191"; }

.icon-caret-square-right:before {
  content: "\f152"; }

.icon-caret-square-up:before {
  content: "\f151"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-cart-arrow-down:before {
  content: "\f218"; }

.icon-cart-plus:before {
  content: "\f217"; }

.icon-cc-amazon-pay:before {
  content: "\f42d"; }

.icon-cc-amex:before {
  content: "\f1f3"; }

.icon-cc-apple-pay:before {
  content: "\f416"; }

.icon-cc-diners-club:before {
  content: "\f24c"; }

.icon-cc-discover:before {
  content: "\f1f2"; }

.icon-cc-jcb:before {
  content: "\f24b"; }

.icon-cc-mastercard:before {
  content: "\f1f1"; }

.icon-cc-paypal:before {
  content: "\f1f4"; }

.icon-cc-stripe:before {
  content: "\f1f5"; }

.icon-cc-visa:before {
  content: "\f1f0"; }

.icon-centercode:before {
  content: "\f380"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-chalkboard:before {
  content: "\f51b"; }

.icon-chalkboard-teacher:before {
  content: "\f51c"; }

.icon-charging-station:before {
  content: "\f5e7"; }

.icon-chart-area:before {
  content: "\f1fe"; }

.icon-chart-bar:before {
  content: "\f080"; }

.icon-chart-line:before {
  content: "\f201"; }

.icon-chart-pie:before {
  content: "\f200"; }

.icon-check:before {
  content: "\f00c"; }

.icon-check-circle:before {
  content: "\f058"; }

.icon-check-double:before {
  content: "\f560"; }

.icon-check-square:before {
  content: "\f14a"; }

.icon-chess:before {
  content: "\f439"; }

.icon-chess-bishop:before {
  content: "\f43a"; }

.icon-chess-board:before {
  content: "\f43c"; }

.icon-chess-king:before {
  content: "\f43f"; }

.icon-chess-knight:before {
  content: "\f441"; }

.icon-chess-pawn:before {
  content: "\f443"; }

.icon-chess-queen:before {
  content: "\f445"; }

.icon-chess-rook:before {
  content: "\f447"; }

.icon-chevron-circle-down:before {
  content: "\f13a"; }

.icon-chevron-circle-left:before {
  content: "\f137"; }

.icon-chevron-circle-right:before {
  content: "\f138"; }

.icon-chevron-circle-up:before {
  content: "\f139"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-child:before {
  content: "\f1ae"; }

.icon-chrome:before {
  content: "\f268"; }

.icon-church:before {
  content: "\f51d"; }

.icon-circle:before {
  content: "\f111"; }

.icon-circle-notch:before {
  content: "\f1ce"; }

.icon-city:before {
  content: "\f64f"; }

.icon-clipboard:before {
  content: "\f328"; }

.icon-clipboard-check:before {
  content: "\f46c"; }

.icon-clipboard-list:before {
  content: "\f46d"; }

.icon-clock:before {
  content: "\f017"; }

.icon-clone:before {
  content: "\f24d"; }

.icon-closed-captioning:before {
  content: "\f20a"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-cloud-download-alt:before {
  content: "\f381"; }

.icon-cloud-upload-alt:before {
  content: "\f382"; }

.icon-cloudscale:before {
  content: "\f383"; }

.icon-cloudsmith:before {
  content: "\f384"; }

.icon-cloudversify:before {
  content: "\f385"; }

.icon-cocktail:before {
  content: "\f561"; }

.icon-code:before {
  content: "\f121"; }

.icon-code-branch:before {
  content: "\f126"; }

.icon-codepen:before {
  content: "\f1cb"; }

.icon-codiepie:before {
  content: "\f284"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-cog:before {
  content: "\f013"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-coins:before {
  content: "\f51e"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-comment:before {
  content: "\f075"; }

.icon-comment-alt:before {
  content: "\f27a"; }

.icon-comment-dollar:before {
  content: "\f651"; }

.icon-comment-dots:before {
  content: "\f4ad"; }

.icon-comment-slash:before {
  content: "\f4b3"; }

.icon-comments:before {
  content: "\f086"; }

.icon-comments-dollar:before {
  content: "\f653"; }

.icon-compact-disc:before {
  content: "\f51f"; }

.icon-compass:before {
  content: "\f14e"; }

.icon-compress:before {
  content: "\f066"; }

.icon-concierge-bell:before {
  content: "\f562"; }

.icon-connectdevelop:before {
  content: "\f20e"; }

.icon-contao:before {
  content: "\f26d"; }

.icon-cookie:before {
  content: "\f563"; }

.icon-cookie-bite:before {
  content: "\f564"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-copyright:before {
  content: "\f1f9"; }

.icon-couch:before {
  content: "\f4b8"; }

.icon-cpanel:before {
  content: "\f388"; }

.icon-creative-commons:before {
  content: "\f25e"; }

.icon-creative-commons-by:before {
  content: "\f4e7"; }

.icon-creative-commons-nc:before {
  content: "\f4e8"; }

.icon-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.icon-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.icon-creative-commons-nd:before {
  content: "\f4eb"; }

.icon-creative-commons-pd:before {
  content: "\f4ec"; }

.icon-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.icon-creative-commons-remix:before {
  content: "\f4ee"; }

.icon-creative-commons-sa:before {
  content: "\f4ef"; }

.icon-creative-commons-sampling:before {
  content: "\f4f0"; }

.icon-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.icon-creative-commons-share:before {
  content: "\f4f2"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-crop:before {
  content: "\f125"; }

.icon-crop-alt:before {
  content: "\f565"; }

.icon-cross:before {
  content: "\f654"; }

.icon-crosshairs:before {
  content: "\f05b"; }

.icon-crow:before {
  content: "\f520"; }

.icon-crown:before {
  content: "\f521"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-css3-alt:before {
  content: "\f38b"; }

.icon-cube:before {
  content: "\f1b2"; }

.icon-cubes:before {
  content: "\f1b3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-cuttlefish:before {
  content: "\f38c"; }

.icon-d-and-d:before {
  content: "\f38d"; }

.icon-dashcube:before {
  content: "\f210"; }

.icon-database:before {
  content: "\f1c0"; }

.icon-deaf:before {
  content: "\f2a4"; }

.icon-delicious:before {
  content: "\f1a5"; }

.icon-deploydog:before {
  content: "\f38e"; }

.icon-deskpro:before {
  content: "\f38f"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-deviantart:before {
  content: "\f1bd"; }

.icon-dharmachakra:before {
  content: "\f655"; }

.icon-diagnoses:before {
  content: "\f470"; }

.icon-dice:before {
  content: "\f522"; }

.icon-dice-five:before {
  content: "\f523"; }

.icon-dice-four:before {
  content: "\f524"; }

.icon-dice-one:before {
  content: "\f525"; }

.icon-dice-six:before {
  content: "\f526"; }

.icon-dice-three:before {
  content: "\f527"; }

.icon-dice-two:before {
  content: "\f528"; }

.icon-digg:before {
  content: "\f1a6"; }

.icon-digital-ocean:before {
  content: "\f391"; }

.icon-digital-tachograph:before {
  content: "\f566"; }

.icon-directions:before {
  content: "\f5eb"; }

.icon-discord:before {
  content: "\f392"; }

.icon-discourse:before {
  content: "\f393"; }

.icon-divide:before {
  content: "\f529"; }

.icon-dizzy:before {
  content: "\f567"; }

.icon-dna:before {
  content: "\f471"; }

.icon-dochub:before {
  content: "\f394"; }

.icon-docker:before {
  content: "\f395"; }

.icon-dollar-sign:before {
  content: "\f155"; }

.icon-dolly:before {
  content: "\f472"; }

.icon-dolly-flatbed:before {
  content: "\f474"; }

.icon-donate:before {
  content: "\f4b9"; }

.icon-door-closed:before {
  content: "\f52a"; }

.icon-door-open:before {
  content: "\f52b"; }

.icon-dot-circle:before {
  content: "\f192"; }

.icon-dove:before {
  content: "\f4ba"; }

.icon-download:before {
  content: "\f019"; }

.icon-draft2digital:before {
  content: "\f396"; }

.icon-drafting-compass:before {
  content: "\f568"; }

.icon-draw-polygon:before {
  content: "\f5ee"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-dribbble-square:before {
  content: "\f397"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-drum:before {
  content: "\f569"; }

.icon-drum-steelpan:before {
  content: "\f56a"; }

.icon-drupal:before {
  content: "\f1a9"; }

.icon-dumbbell:before {
  content: "\f44b"; }

.icon-dyalog:before {
  content: "\f399"; }

.icon-earlybirds:before {
  content: "\f39a"; }

.icon-ebay:before {
  content: "\f4f4"; }

.icon-edge:before {
  content: "\f282"; }

.icon-edit:before {
  content: "\f044"; }

.icon-eject:before {
  content: "\f052"; }

.icon-elementor:before {
  content: "\f430"; }

.icon-ellipsis-h:before {
  content: "\f141"; }

.icon-ellipsis-v:before {
  content: "\f142"; }

.icon-ello:before {
  content: "\f5f1"; }

.icon-ember:before {
  content: "\f423"; }

.icon-empire:before {
  content: "\f1d1"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-envelope-open:before {
  content: "\f2b6"; }

.icon-envelope-open-text:before {
  content: "\f658"; }

.icon-envelope-square:before {
  content: "\f199"; }

.icon-envira:before {
  content: "\f299"; }

.icon-equals:before {
  content: "\f52c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-erlang:before {
  content: "\f39d"; }

.icon-ethereum:before {
  content: "\f42e"; }

.icon-etsy:before {
  content: "\f2d7"; }

.icon-euro-sign:before {
  content: "\f153"; }

.icon-exchange-alt:before {
  content: "\f362"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-exclamation-circle:before {
  content: "\f06a"; }

.icon-exclamation-triangle:before {
  content: "\f071"; }

.icon-expand:before {
  content: "\f065"; }

.icon-expand-arrows-alt:before {
  content: "\f31e"; }

.icon-expeditedssl:before {
  content: "\f23e"; }

.icon-external-link-alt:before {
  content: "\f35d"; }

.icon-external-link-square-alt:before {
  content: "\f360"; }

.icon-eye:before {
  content: "\f06e"; }

.icon-eye-dropper:before {
  content: "\f1fb"; }

.icon-eye-slash:before {
  content: "\f070"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-facebook-f:before {
  content: "\f39e"; }

.icon-facebook-messenger:before {
  content: "\f39f"; }

.icon-facebook-square:before {
  content: "\f082"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-fax:before {
  content: "\f1ac"; }

.icon-feather:before {
  content: "\f52d"; }

.icon-feather-alt:before {
  content: "\f56b"; }

.icon-female:before {
  content: "\f182"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-file:before {
  content: "\f15b"; }

.icon-file-alt:before {
  content: "\f15c"; }

.icon-file-archive:before {
  content: "\f1c6"; }

.icon-file-audio:before {
  content: "\f1c7"; }

.icon-file-code:before {
  content: "\f1c9"; }

.icon-file-contract:before {
  content: "\f56c"; }

.icon-file-download:before {
  content: "\f56d"; }

.icon-file-excel:before {
  content: "\f1c3"; }

.icon-file-export:before {
  content: "\f56e"; }

.icon-file-image:before {
  content: "\f1c5"; }

.icon-file-import:before {
  content: "\f56f"; }

.icon-file-invoice:before {
  content: "\f570"; }

.icon-file-invoice-dollar:before {
  content: "\f571"; }

.icon-file-medical:before {
  content: "\f477"; }

.icon-file-medical-alt:before {
  content: "\f478"; }

.icon-file-pdf:before {
  content: "\f1c1"; }

.icon-file-powerpoint:before {
  content: "\f1c4"; }

.icon-file-prescription:before {
  content: "\f572"; }

.icon-file-signature:before {
  content: "\f573"; }

.icon-file-upload:before {
  content: "\f574"; }

.icon-file-video:before {
  content: "\f1c8"; }

.icon-file-word:before {
  content: "\f1c2"; }

.icon-fill:before {
  content: "\f575"; }

.icon-fill-drip:before {
  content: "\f576"; }

.icon-film:before {
  content: "\f008"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-fingerprint:before {
  content: "\f577"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-firefox:before {
  content: "\f269"; }

.icon-first-aid:before {
  content: "\f479"; }

.icon-first-order:before {
  content: "\f2b0"; }

.icon-first-order-alt:before {
  content: "\f50a"; }

.icon-firstdraft:before {
  content: "\f3a1"; }

.icon-fish:before {
  content: "\f578"; }

.icon-flag:before {
  content: "\f024"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-flask:before {
  content: "\f0c3"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-flipboard:before {
  content: "\f44d"; }

.icon-flushed:before {
  content: "\f579"; }

.icon-fly:before {
  content: "\f417"; }

.icon-folder:before {
  content: "\f07b"; }

.icon-folder-minus:before {
  content: "\f65d"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-folder-plus:before {
  content: "\f65e"; }

.icon-font:before {
  content: "\f031"; }

.icon-font-awesome:before {
  content: "\f2b4"; }

.icon-font-awesome-alt:before {
  content: "\f35c"; }

.icon-font-awesome-flag:before {
  content: "\f425"; }

.icon-font-awesome-logo-full:before {
  content: "\f4e6"; }

.icon-fonticons:before {
  content: "\f280"; }

.icon-fonticons-fi:before {
  content: "\f3a2"; }

.icon-football-ball:before {
  content: "\f44e"; }

.icon-fort-awesome:before {
  content: "\f286"; }

.icon-fort-awesome-alt:before {
  content: "\f3a3"; }

.icon-forumbee:before {
  content: "\f211"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-free-code-camp:before {
  content: "\f2c5"; }

.icon-freebsd:before {
  content: "\f3a4"; }

.icon-frog:before {
  content: "\f52e"; }

.icon-frown:before {
  content: "\f119"; }

.icon-frown-open:before {
  content: "\f57a"; }

.icon-fulcrum:before {
  content: "\f50b"; }

.icon-funnel-dollar:before {
  content: "\f662"; }

.icon-futbol:before {
  content: "\f1e3"; }

.icon-galactic-republic:before {
  content: "\f50c"; }

.icon-galactic-senate:before {
  content: "\f50d"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-gas-pump:before {
  content: "\f52f"; }

.icon-gavel:before {
  content: "\f0e3"; }

.icon-gem:before {
  content: "\f3a5"; }

.icon-genderless:before {
  content: "\f22d"; }

.icon-get-pocket:before {
  content: "\f265"; }

.icon-gg:before {
  content: "\f260"; }

.icon-gg-circle:before {
  content: "\f261"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-git:before {
  content: "\f1d3"; }

.icon-git-square:before {
  content: "\f1d2"; }

.icon-github:before {
  content: "\f09b"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-github-square:before {
  content: "\f092"; }

.icon-gitkraken:before {
  content: "\f3a6"; }

.icon-gitlab:before {
  content: "\f296"; }

.icon-gitter:before {
  content: "\f426"; }

.icon-glass-martini:before {
  content: "\f000"; }

.icon-glass-martini-alt:before {
  content: "\f57b"; }

.icon-glasses:before {
  content: "\f530"; }

.icon-glide:before {
  content: "\f2a5"; }

.icon-glide-g:before {
  content: "\f2a6"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-globe-africa:before {
  content: "\f57c"; }

.icon-globe-americas:before {
  content: "\f57d"; }

.icon-globe-asia:before {
  content: "\f57e"; }

.icon-gofore:before {
  content: "\f3a7"; }

.icon-golf-ball:before {
  content: "\f450"; }

.icon-goodreads:before {
  content: "\f3a8"; }

.icon-goodreads-g:before {
  content: "\f3a9"; }

.icon-google:before {
  content: "\f1a0"; }

.icon-google-drive:before {
  content: "\f3aa"; }

.icon-google-play:before {
  content: "\f3ab"; }

.icon-google-plus:before {
  content: "\f2b3"; }

.icon-google-plus-g:before {
  content: "\f0d5"; }

.icon-google-plus-square:before {
  content: "\f0d4"; }

.icon-google-wallet:before {
  content: "\f1ee"; }

.icon-gopuram:before {
  content: "\f664"; }

.icon-graduation-cap:before {
  content: "\f19d"; }

.icon-gratipay:before {
  content: "\f184"; }

.icon-grav:before {
  content: "\f2d6"; }

.icon-greater-than:before {
  content: "\f531"; }

.icon-greater-than-equal:before {
  content: "\f532"; }

.icon-grimace:before {
  content: "\f57f"; }

.icon-grin:before {
  content: "\f580"; }

.icon-grin-alt:before {
  content: "\f581"; }

.icon-grin-beam:before {
  content: "\f582"; }

.icon-grin-beam-sweat:before {
  content: "\f583"; }

.icon-grin-hearts:before {
  content: "\f584"; }

.icon-grin-squint:before {
  content: "\f585"; }

.icon-grin-squint-tears:before {
  content: "\f586"; }

.icon-grin-stars:before {
  content: "\f587"; }

.icon-grin-tears:before {
  content: "\f588"; }

.icon-grin-tongue:before {
  content: "\f589"; }

.icon-grin-tongue-squint:before {
  content: "\f58a"; }

.icon-grin-tongue-wink:before {
  content: "\f58b"; }

.icon-grin-wink:before {
  content: "\f58c"; }

.icon-grip-horizontal:before {
  content: "\f58d"; }

.icon-grip-vertical:before {
  content: "\f58e"; }

.icon-gripfire:before {
  content: "\f3ac"; }

.icon-grunt:before {
  content: "\f3ad"; }

.icon-gulp:before {
  content: "\f3ae"; }

.icon-h-square:before {
  content: "\f0fd"; }

.icon-hacker-news:before {
  content: "\f1d4"; }

.icon-hacker-news-square:before {
  content: "\f3af"; }

.icon-hackerrank:before {
  content: "\f5f7"; }

.icon-hamsa:before {
  content: "\f665"; }

.icon-hand-holding:before {
  content: "\f4bd"; }

.icon-hand-holding-heart:before {
  content: "\f4be"; }

.icon-hand-holding-usd:before {
  content: "\f4c0"; }

.icon-hand-lizard:before {
  content: "\f258"; }

.icon-hand-paper:before {
  content: "\f256"; }

.icon-hand-peace:before {
  content: "\f25b"; }

.icon-hand-point-down:before {
  content: "\f0a7"; }

.icon-hand-point-left:before {
  content: "\f0a5"; }

.icon-hand-point-right:before {
  content: "\f0a4"; }

.icon-hand-point-up:before {
  content: "\f0a6"; }

.icon-hand-pointer:before {
  content: "\f25a"; }

.icon-hand-rock:before {
  content: "\f255"; }

.icon-hand-scissors:before {
  content: "\f257"; }

.icon-hand-spock:before {
  content: "\f259"; }

.icon-hands:before {
  content: "\f4c2"; }

.icon-hands-helping:before {
  content: "\f4c4"; }

.icon-handshake:before {
  content: "\f2b5"; }

.icon-hashtag:before {
  content: "\f292"; }

.icon-haykal:before {
  content: "\f666"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-heading:before {
  content: "\f1dc"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-headphones-alt:before {
  content: "\f58f"; }

.icon-headset:before {
  content: "\f590"; }

.icon-heart:before {
  content: "\f004"; }

.icon-heartbeat:before {
  content: "\f21e"; }

.icon-helicopter:before {
  content: "\f533"; }

.icon-highlighter:before {
  content: "\f591"; }

.icon-hips:before {
  content: "\f452"; }

.icon-hire-a-helper:before {
  content: "\f3b0"; }

.icon-history:before {
  content: "\f1da"; }

.icon-hockey-puck:before {
  content: "\f453"; }

.icon-home:before {
  content: "\f015"; }

.icon-hooli:before {
  content: "\f427"; }

.icon-hornbill:before {
  content: "\f592"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-hospital-alt:before {
  content: "\f47d"; }

.icon-hospital-symbol:before {
  content: "\f47e"; }

.icon-hot-tub:before {
  content: "\f593"; }

.icon-hotel:before {
  content: "\f594"; }

.icon-hotjar:before {
  content: "\f3b1"; }

.icon-hourglass:before {
  content: "\f254"; }

.icon-hourglass-end:before {
  content: "\f253"; }

.icon-hourglass-half:before {
  content: "\f252"; }

.icon-hourglass-start:before {
  content: "\f251"; }

.icon-houzz:before {
  content: "\f27c"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-hubspot:before {
  content: "\f3b2"; }

.icon-i-cursor:before {
  content: "\f246"; }

.icon-id-badge:before {
  content: "\f2c1"; }

.icon-id-card:before {
  content: "\f2c2"; }

.icon-id-card-alt:before {
  content: "\f47f"; }

.icon-image:before {
  content: "\f03e"; }

.icon-images:before {
  content: "\f302"; }

.icon-imdb:before {
  content: "\f2d8"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-indent:before {
  content: "\f03c"; }

.icon-industry:before {
  content: "\f275"; }

.icon-infinity:before {
  content: "\f534"; }

.icon-info:before {
  content: "\f129"; }

.icon-info-circle:before {
  content: "\f05a"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-internet-explorer:before {
  content: "\f26b"; }

.icon-ioxhost:before {
  content: "\f208"; }

.icon-italic:before {
  content: "\f033"; }

.icon-itunes:before {
  content: "\f3b4"; }

.icon-itunes-note:before {
  content: "\f3b5"; }

.icon-java:before {
  content: "\f4e4"; }

.icon-jedi:before {
  content: "\f669"; }

.icon-jedi-order:before {
  content: "\f50e"; }

.icon-jenkins:before {
  content: "\f3b6"; }

.icon-joget:before {
  content: "\f3b7"; }

.icon-joint:before {
  content: "\f595"; }

.icon-joomla:before {
  content: "\f1aa"; }

.icon-journal-whills:before {
  content: "\f66a"; }

.icon-js:before {
  content: "\f3b8"; }

.icon-js-square:before {
  content: "\f3b9"; }

.icon-jsfiddle:before {
  content: "\f1cc"; }

.icon-kaaba:before {
  content: "\f66b"; }

.icon-kaggle:before {
  content: "\f5fa"; }

.icon-key:before {
  content: "\f084"; }

.icon-keybase:before {
  content: "\f4f5"; }

.icon-keyboard:before {
  content: "\f11c"; }

.icon-keycdn:before {
  content: "\f3ba"; }

.icon-khanda:before {
  content: "\f66d"; }

.icon-kickstarter:before {
  content: "\f3bb"; }

.icon-kickstarter-k:before {
  content: "\f3bc"; }

.icon-kiss:before {
  content: "\f596"; }

.icon-kiss-beam:before {
  content: "\f597"; }

.icon-kiss-wink-heart:before {
  content: "\f598"; }

.icon-kiwi-bird:before {
  content: "\f535"; }

.icon-korvue:before {
  content: "\f42f"; }

.icon-landmark:before {
  content: "\f66f"; }

.icon-language:before {
  content: "\f1ab"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-laptop-code:before {
  content: "\f5fc"; }

.icon-laravel:before {
  content: "\f3bd"; }

.icon-lastfm:before {
  content: "\f202"; }

.icon-lastfm-square:before {
  content: "\f203"; }

.icon-laugh:before {
  content: "\f599"; }

.icon-laugh-beam:before {
  content: "\f59a"; }

.icon-laugh-squint:before {
  content: "\f59b"; }

.icon-laugh-wink:before {
  content: "\f59c"; }

.icon-layer-group:before {
  content: "\f5fd"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-leanpub:before {
  content: "\f212"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-less:before {
  content: "\f41d"; }

.icon-less-than:before {
  content: "\f536"; }

.icon-less-than-equal:before {
  content: "\f537"; }

.icon-level-down-alt:before {
  content: "\f3be"; }

.icon-level-up-alt:before {
  content: "\f3bf"; }

.icon-life-ring:before {
  content: "\f1cd"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-line:before {
  content: "\f3c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-linkedin:before {
  content: "\f08c"; }

.icon-linkedin-in:before {
  content: "\f0e1"; }

.icon-linode:before {
  content: "\f2b8"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-lira-sign:before {
  content: "\f195"; }

.icon-list:before {
  content: "\f03a"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-lock:before {
  content: "\f023"; }

.icon-lock-open:before {
  content: "\f3c1"; }

.icon-long-arrow-alt-down:before {
  content: "\f309"; }

.icon-long-arrow-alt-left:before {
  content: "\f30a"; }

.icon-long-arrow-alt-right:before {
  content: "\f30b"; }

.icon-long-arrow-alt-up:before {
  content: "\f30c"; }

.icon-low-vision:before {
  content: "\f2a8"; }

.icon-luggage-cart:before {
  content: "\f59d"; }

.icon-lyft:before {
  content: "\f3c3"; }

.icon-magento:before {
  content: "\f3c4"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-mail-bulk:before {
  content: "\f674"; }

.icon-mailchimp:before {
  content: "\f59e"; }

.icon-male:before {
  content: "\f183"; }

.icon-mandalorian:before {
  content: "\f50f"; }

.icon-map:before {
  content: "\f279"; }

.icon-map-marked:before {
  content: "\f59f"; }

.icon-map-marked-alt:before {
  content: "\f5a0"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-map-marker-alt:before {
  content: "\f3c5"; }

.icon-map-pin:before {
  content: "\f276"; }

.icon-map-signs:before {
  content: "\f277"; }

.icon-markdown:before {
  content: "\f60f"; }

.icon-marker:before {
  content: "\f5a1"; }

.icon-mars:before {
  content: "\f222"; }

.icon-mars-double:before {
  content: "\f227"; }

.icon-mars-stroke:before {
  content: "\f229"; }

.icon-mars-stroke-h:before {
  content: "\f22b"; }

.icon-mars-stroke-v:before {
  content: "\f22a"; }

.icon-mastodon:before {
  content: "\f4f6"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-medal:before {
  content: "\f5a2"; }

.icon-medapps:before {
  content: "\f3c6"; }

.icon-medium:before {
  content: "\f23a"; }

.icon-medium-m:before {
  content: "\f3c7"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-medrt:before {
  content: "\f3c8"; }

.icon-meetup:before {
  content: "\f2e0"; }

.icon-megaport:before {
  content: "\f5a3"; }

.icon-meh:before {
  content: "\f11a"; }

.icon-meh-blank:before {
  content: "\f5a4"; }

.icon-meh-rolling-eyes:before {
  content: "\f5a5"; }

.icon-memory:before {
  content: "\f538"; }

.icon-menorah:before {
  content: "\f676"; }

.icon-mercury:before {
  content: "\f223"; }

.icon-microchip:before {
  content: "\f2db"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-alt:before {
  content: "\f3c9"; }

.icon-microphone-alt-slash:before {
  content: "\f539"; }

.icon-microphone-slash:before {
  content: "\f131"; }

.icon-microscope:before {
  content: "\f610"; }

.icon-microsoft:before {
  content: "\f3ca"; }

.icon-minus:before {
  content: "\f068"; }

.icon-minus-circle:before {
  content: "\f056"; }

.icon-minus-square:before {
  content: "\f146"; }

.icon-mix:before {
  content: "\f3cb"; }

.icon-mixcloud:before {
  content: "\f289"; }

.icon-mizuni:before {
  content: "\f3cc"; }

.icon-mobile:before {
  content: "\f10b"; }

.icon-mobile-alt:before {
  content: "\f3cd"; }

.icon-modx:before {
  content: "\f285"; }

.icon-monero:before {
  content: "\f3d0"; }

.icon-money-bill:before {
  content: "\f0d6"; }

.icon-money-bill-alt:before {
  content: "\f3d1"; }

.icon-money-bill-wave:before {
  content: "\f53a"; }

.icon-money-bill-wave-alt:before {
  content: "\f53b"; }

.icon-money-check:before {
  content: "\f53c"; }

.icon-money-check-alt:before {
  content: "\f53d"; }

.icon-monument:before {
  content: "\f5a6"; }

.icon-moon:before {
  content: "\f186"; }

.icon-mortar-pestle:before {
  content: "\f5a7"; }

.icon-mosque:before {
  content: "\f678"; }

.icon-motorcycle:before {
  content: "\f21c"; }

.icon-mouse-pointer:before {
  content: "\f245"; }

.icon-music:before {
  content: "\f001"; }

.icon-napster:before {
  content: "\f3d2"; }

.icon-neos:before {
  content: "\f612"; }

.icon-neuter:before {
  content: "\f22c"; }

.icon-newspaper:before {
  content: "\f1ea"; }

.icon-nimblr:before {
  content: "\f5a8"; }

.icon-nintendo-switch:before {
  content: "\f418"; }

.icon-node:before {
  content: "\f419"; }

.icon-node-js:before {
  content: "\f3d3"; }

.icon-not-equal:before {
  content: "\f53e"; }

.icon-notes-medical:before {
  content: "\f481"; }

.icon-npm:before {
  content: "\f3d4"; }

.icon-ns8:before {
  content: "\f3d5"; }

.icon-nutritionix:before {
  content: "\f3d6"; }

.icon-object-group:before {
  content: "\f247"; }

.icon-object-ungroup:before {
  content: "\f248"; }

.icon-odnoklassniki:before {
  content: "\f263"; }

.icon-odnoklassniki-square:before {
  content: "\f264"; }

.icon-oil-can:before {
  content: "\f613"; }

.icon-old-republic:before {
  content: "\f510"; }

.icon-om:before {
  content: "\f679"; }

.icon-opencart:before {
  content: "\f23d"; }

.icon-openid:before {
  content: "\f19b"; }

.icon-opera:before {
  content: "\f26a"; }

.icon-optin-monster:before {
  content: "\f23c"; }

.icon-osi:before {
  content: "\f41a"; }

.icon-outdent:before {
  content: "\f03b"; }

.icon-page4:before {
  content: "\f3d7"; }

.icon-pagelines:before {
  content: "\f18c"; }

.icon-paint-brush:before {
  content: "\f1fc"; }

.icon-paint-roller:before {
  content: "\f5aa"; }

.icon-palette:before {
  content: "\f53f"; }

.icon-palfed:before {
  content: "\f3d8"; }

.icon-pallet:before {
  content: "\f482"; }

.icon-paper-plane:before {
  content: "\f1d8"; }

.icon-paperclip:before {
  content: "\f0c6"; }

.icon-parachute-box:before {
  content: "\f4cd"; }

.icon-paragraph:before {
  content: "\f1dd"; }

.icon-parking:before {
  content: "\f540"; }

.icon-passport:before {
  content: "\f5ab"; }

.icon-pastafarianism:before {
  content: "\f67b"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-patreon:before {
  content: "\f3d9"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-pause-circle:before {
  content: "\f28b"; }

.icon-paw:before {
  content: "\f1b0"; }

.icon-paypal:before {
  content: "\f1ed"; }

.icon-peace:before {
  content: "\f67c"; }

.icon-pen:before {
  content: "\f304"; }

.icon-pen-alt:before {
  content: "\f305"; }

.icon-pen-fancy:before {
  content: "\f5ac"; }

.icon-pen-nib:before {
  content: "\f5ad"; }

.icon-pen-square:before {
  content: "\f14b"; }

.icon-pencil-alt:before {
  content: "\f303"; }

.icon-pencil-ruler:before {
  content: "\f5ae"; }

.icon-people-carry:before {
  content: "\f4ce"; }

.icon-percent:before {
  content: "\f295"; }

.icon-percentage:before {
  content: "\f541"; }

.icon-periscope:before {
  content: "\f3da"; }

.icon-phabricator:before {
  content: "\f3db"; }

.icon-phoenix-framework:before {
  content: "\f3dc"; }

.icon-phoenix-squadron:before {
  content: "\f511"; }

.icon-phone:before {
  content: "\f095"; }

.icon-phone-slash:before {
  content: "\f3dd"; }

.icon-phone-square:before {
  content: "\f098"; }

.icon-phone-volume:before {
  content: "\f2a0"; }

.icon-php:before {
  content: "\f457"; }

.icon-pied-piper:before {
  content: "\f2ae"; }

.icon-pied-piper-alt:before {
  content: "\f1a8"; }

.icon-pied-piper-hat:before {
  content: "\f4e5"; }

.icon-pied-piper-pp:before {
  content: "\f1a7"; }

.icon-piggy-bank:before {
  content: "\f4d3"; }

.icon-pills:before {
  content: "\f484"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-p:before {
  content: "\f231"; }

.icon-pinterest-square:before {
  content: "\f0d3"; }

.icon-place-of-worship:before {
  content: "\f67f"; }

.icon-plane:before {
  content: "\f072"; }

.icon-plane-arrival:before {
  content: "\f5af"; }

.icon-plane-departure:before {
  content: "\f5b0"; }

.icon-play:before {
  content: "\f04b"; }

.icon-play-circle:before {
  content: "\f144"; }

.icon-playstation:before {
  content: "\f3df"; }

.icon-plug:before {
  content: "\f1e6"; }

.icon-plus:before {
  content: "\f067"; }

.icon-plus-circle:before {
  content: "\f055"; }

.icon-plus-square:before {
  content: "\f0fe"; }

.icon-podcast:before {
  content: "\f2ce"; }

.icon-poll:before {
  content: "\f681"; }

.icon-poll-h:before {
  content: "\f682"; }

.icon-poo:before {
  content: "\f2fe"; }

.icon-poop:before {
  content: "\f619"; }

.icon-portrait:before {
  content: "\f3e0"; }

.icon-pound-sign:before {
  content: "\f154"; }

.icon-power-off:before {
  content: "\f011"; }

.icon-pray:before {
  content: "\f683"; }

.icon-praying-hands:before {
  content: "\f684"; }

.icon-prescription:before {
  content: "\f5b1"; }

.icon-prescription-bottle:before {
  content: "\f485"; }

.icon-prescription-bottle-alt:before {
  content: "\f486"; }

.icon-print:before {
  content: "\f02f"; }

.icon-procedures:before {
  content: "\f487"; }

.icon-product-hunt:before {
  content: "\f288"; }

.icon-project-diagram:before {
  content: "\f542"; }

.icon-pushed:before {
  content: "\f3e1"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-python:before {
  content: "\f3e2"; }

.icon-qq:before {
  content: "\f1d6"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-question:before {
  content: "\f128"; }

.icon-question-circle:before {
  content: "\f059"; }

.icon-quidditch:before {
  content: "\f458"; }

.icon-quinscape:before {
  content: "\f459"; }

.icon-quora:before {
  content: "\f2c4"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-quran:before {
  content: "\f687"; }

.icon-r-project:before {
  content: "\f4f7"; }

.icon-random:before {
  content: "\f074"; }

.icon-ravelry:before {
  content: "\f2d9"; }

.icon-react:before {
  content: "\f41b"; }

.icon-readme:before {
  content: "\f4d5"; }

.icon-rebel:before {
  content: "\f1d0"; }

.icon-receipt:before {
  content: "\f543"; }

.icon-recycle:before {
  content: "\f1b8"; }

.icon-red-river:before {
  content: "\f3e3"; }

.icon-reddit:before {
  content: "\f1a1"; }

.icon-reddit-alien:before {
  content: "\f281"; }

.icon-reddit-square:before {
  content: "\f1a2"; }

.icon-redo:before {
  content: "\f01e"; }

.icon-redo-alt:before {
  content: "\f2f9"; }

.icon-registered:before {
  content: "\f25d"; }

.icon-rendact:before {
  content: "\f3e4"; }

.icon-renren:before {
  content: "\f18b"; }

.icon-reply:before {
  content: "\f3e5"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-replyd:before {
  content: "\f3e6"; }

.icon-researchgate:before {
  content: "\f4f8"; }

.icon-resolving:before {
  content: "\f3e7"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-rev:before {
  content: "\f5b2"; }

.icon-ribbon:before {
  content: "\f4d6"; }

.icon-road:before {
  content: "\f018"; }

.icon-robot:before {
  content: "\f544"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-rocketchat:before {
  content: "\f3e8"; }

.icon-rockrms:before {
  content: "\f3e9"; }

.icon-route:before {
  content: "\f4d7"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-rss-square:before {
  content: "\f143"; }

.icon-ruble-sign:before {
  content: "\f158"; }

.icon-ruler:before {
  content: "\f545"; }

.icon-ruler-combined:before {
  content: "\f546"; }

.icon-ruler-horizontal:before {
  content: "\f547"; }

.icon-ruler-vertical:before {
  content: "\f548"; }

.icon-rupee-sign:before {
  content: "\f156"; }

.icon-sad-cry:before {
  content: "\f5b3"; }

.icon-sad-tear:before {
  content: "\f5b4"; }

.icon-safari:before {
  content: "\f267"; }

.icon-sass:before {
  content: "\f41e"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-schlix:before {
  content: "\f3ea"; }

.icon-school:before {
  content: "\f549"; }

.icon-screwdriver:before {
  content: "\f54a"; }

.icon-scribd:before {
  content: "\f28a"; }

.icon-search:before {
  content: "\f002"; }

.icon-search-dollar:before {
  content: "\f688"; }

.icon-search-location:before {
  content: "\f689"; }

.icon-search-minus:before {
  content: "\f010"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-searchengin:before {
  content: "\f3eb"; }

.icon-seedling:before {
  content: "\f4d8"; }

.icon-sellcast:before {
  content: "\f2da"; }

.icon-sellsy:before {
  content: "\f213"; }

.icon-server:before {
  content: "\f233"; }

.icon-servicestack:before {
  content: "\f3ec"; }

.icon-shapes:before {
  content: "\f61f"; }

.icon-share:before {
  content: "\f064"; }

.icon-share-alt:before {
  content: "\f1e0"; }

.icon-share-alt-square:before {
  content: "\f1e1"; }

.icon-share-square:before {
  content: "\f14d"; }

.icon-shekel-sign:before {
  content: "\f20b"; }

.icon-shield-alt:before {
  content: "\f3ed"; }

.icon-ship:before {
  content: "\f21a"; }

.icon-shipping-fast:before {
  content: "\f48b"; }

.icon-shirtsinbulk:before {
  content: "\f214"; }

.icon-shoe-prints:before {
  content: "\f54b"; }

.icon-shopping-bag:before {
  content: "\f290"; }

.icon-shopping-basket:before {
  content: "\f291"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-shopware:before {
  content: "\f5b5"; }

.icon-shower:before {
  content: "\f2cc"; }

.icon-shuttle-van:before {
  content: "\f5b6"; }

.icon-sign:before {
  content: "\f4d9"; }

.icon-sign-in-alt:before {
  content: "\f2f6"; }

.icon-sign-language:before {
  content: "\f2a7"; }

.icon-sign-out-alt:before {
  content: "\f2f5"; }

.icon-signal:before {
  content: "\f012"; }

.icon-signature:before {
  content: "\f5b7"; }

.icon-simplybuilt:before {
  content: "\f215"; }

.icon-sistrix:before {
  content: "\f3ee"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-sith:before {
  content: "\f512"; }

.icon-skull:before {
  content: "\f54c"; }

.icon-skyatlas:before {
  content: "\f216"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-slack:before {
  content: "\f198"; }

.icon-slack-hash:before {
  content: "\f3ef"; }

.icon-sliders-h:before {
  content: "\f1de"; }

.icon-slideshare:before {
  content: "\f1e7"; }

.icon-smile:before {
  content: "\f118"; }

.icon-smile-beam:before {
  content: "\f5b8"; }

.icon-smile-wink:before {
  content: "\f4da"; }

.icon-smoking:before {
  content: "\f48d"; }

.icon-smoking-ban:before {
  content: "\f54d"; }

.icon-snapchat:before {
  content: "\f2ab"; }

.icon-snapchat-ghost:before {
  content: "\f2ac"; }

.icon-snapchat-square:before {
  content: "\f2ad"; }

.icon-snowflake:before {
  content: "\f2dc"; }

.icon-socks:before {
  content: "\f696"; }

.icon-solar-panel:before {
  content: "\f5ba"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-alpha-down:before {
  content: "\f15d"; }

.icon-sort-alpha-up:before {
  content: "\f15e"; }

.icon-sort-amount-down:before {
  content: "\f160"; }

.icon-sort-amount-up:before {
  content: "\f161"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-numeric-down:before {
  content: "\f162"; }

.icon-sort-numeric-up:before {
  content: "\f163"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-soundcloud:before {
  content: "\f1be"; }

.icon-spa:before {
  content: "\f5bb"; }

.icon-space-shuttle:before {
  content: "\f197"; }

.icon-speakap:before {
  content: "\f3f3"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-splotch:before {
  content: "\f5bc"; }

.icon-spotify:before {
  content: "\f1bc"; }

.icon-spray-can:before {
  content: "\f5bd"; }

.icon-square:before {
  content: "\f0c8"; }

.icon-square-full:before {
  content: "\f45c"; }

.icon-square-root-alt:before {
  content: "\f698"; }

.icon-squarespace:before {
  content: "\f5be"; }

.icon-stack-exchange:before {
  content: "\f18d"; }

.icon-stack-overflow:before {
  content: "\f16c"; }

.icon-stamp:before {
  content: "\f5bf"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-and-crescent:before {
  content: "\f699"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-star-half-alt:before {
  content: "\f5c0"; }

.icon-star-of-david:before {
  content: "\f69a"; }

.icon-star-of-life:before {
  content: "\f621"; }

.icon-staylinked:before {
  content: "\f3f5"; }

.icon-steam:before {
  content: "\f1b6"; }

.icon-steam-square:before {
  content: "\f1b7"; }

.icon-steam-symbol:before {
  content: "\f3f6"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-sticker-mule:before {
  content: "\f3f7"; }

.icon-sticky-note:before {
  content: "\f249"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-stop-circle:before {
  content: "\f28d"; }

.icon-stopwatch:before {
  content: "\f2f2"; }

.icon-store:before {
  content: "\f54e"; }

.icon-store-alt:before {
  content: "\f54f"; }

.icon-strava:before {
  content: "\f428"; }

.icon-stream:before {
  content: "\f550"; }

.icon-street-view:before {
  content: "\f21d"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-stripe:before {
  content: "\f429"; }

.icon-stripe-s:before {
  content: "\f42a"; }

.icon-stroopwafel:before {
  content: "\f551"; }

.icon-studiovinari:before {
  content: "\f3f8"; }

.icon-stumbleupon:before {
  content: "\f1a4"; }

.icon-stumbleupon-circle:before {
  content: "\f1a3"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-subway:before {
  content: "\f239"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-suitcase-rolling:before {
  content: "\f5c1"; }

.icon-sun:before {
  content: "\f185"; }

.icon-superpowers:before {
  content: "\f2dd"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-supple:before {
  content: "\f3f9"; }

.icon-surprise:before {
  content: "\f5c2"; }

.icon-swatchbook:before {
  content: "\f5c3"; }

.icon-swimmer:before {
  content: "\f5c4"; }

.icon-swimming-pool:before {
  content: "\f5c5"; }

.icon-synagogue:before {
  content: "\f69b"; }

.icon-sync:before {
  content: "\f021"; }

.icon-sync-alt:before {
  content: "\f2f1"; }

.icon-syringe:before {
  content: "\f48e"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-table-tennis:before {
  content: "\f45d"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-tablet-alt:before {
  content: "\f3fa"; }

.icon-tablets:before {
  content: "\f490"; }

.icon-tachometer-alt:before {
  content: "\f3fd"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-tape:before {
  content: "\f4db"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-taxi:before {
  content: "\f1ba"; }

.icon-teamspeak:before {
  content: "\f4f9"; }

.icon-teeth:before {
  content: "\f62e"; }

.icon-teeth-open:before {
  content: "\f62f"; }

.icon-telegram:before {
  content: "\f2c6"; }

.icon-telegram-plane:before {
  content: "\f3fe"; }

.icon-tencent-weibo:before {
  content: "\f1d5"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-the-red-yeti:before {
  content: "\f69d"; }

.icon-theater-masks:before {
  content: "\f630"; }

.icon-themeco:before {
  content: "\f5c6"; }

.icon-themeisle:before {
  content: "\f2b2"; }

.icon-thermometer:before {
  content: "\f491"; }

.icon-thermometer-empty:before {
  content: "\f2cb"; }

.icon-thermometer-full:before {
  content: "\f2c7"; }

.icon-thermometer-half:before {
  content: "\f2c9"; }

.icon-thermometer-quarter:before {
  content: "\f2ca"; }

.icon-thermometer-three-quarters:before {
  content: "\f2c8"; }

.icon-thumbs-down:before {
  content: "\f165"; }

.icon-thumbs-up:before {
  content: "\f164"; }

.icon-thumbtack:before {
  content: "\f08d"; }

.icon-ticket-alt:before {
  content: "\f3ff"; }

.icon-times:before {
  content: "\f00d"; }

.icon-times-circle:before {
  content: "\f057"; }

.icon-tint:before {
  content: "\f043"; }

.icon-tint-slash:before {
  content: "\f5c7"; }

.icon-tired:before {
  content: "\f5c8"; }

.icon-toggle-off:before {
  content: "\f204"; }

.icon-toggle-on:before {
  content: "\f205"; }

.icon-toolbox:before {
  content: "\f552"; }

.icon-tooth:before {
  content: "\f5c9"; }

.icon-torah:before {
  content: "\f6a0"; }

.icon-torii-gate:before {
  content: "\f6a1"; }

.icon-trade-federation:before {
  content: "\f513"; }

.icon-trademark:before {
  content: "\f25c"; }

.icon-traffic-light:before {
  content: "\f637"; }

.icon-train:before {
  content: "\f238"; }

.icon-transgender:before {
  content: "\f224"; }

.icon-transgender-alt:before {
  content: "\f225"; }

.icon-trash:before {
  content: "\f1f8"; }

.icon-trash-alt:before {
  content: "\f2ed"; }

.icon-tree:before {
  content: "\f1bb"; }

.icon-trello:before {
  content: "\f181"; }

.icon-tripadvisor:before {
  content: "\f262"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-truck-loading:before {
  content: "\f4de"; }

.icon-truck-monster:before {
  content: "\f63b"; }

.icon-truck-moving:before {
  content: "\f4df"; }

.icon-truck-pickup:before {
  content: "\f63c"; }

.icon-tshirt:before {
  content: "\f553"; }

.icon-tty:before {
  content: "\f1e4"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-square:before {
  content: "\f174"; }

.icon-tv:before {
  content: "\f26c"; }

.icon-twitch:before {
  content: "\f1e8"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-twitter-square:before {
  content: "\f081"; }

.icon-typo3:before {
  content: "\f42b"; }

.icon-uber:before {
  content: "\f402"; }

.icon-uikit:before {
  content: "\f403"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-umbrella-beach:before {
  content: "\f5ca"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-undo:before {
  content: "\f0e2"; }

.icon-undo-alt:before {
  content: "\f2ea"; }

.icon-uniregistry:before {
  content: "\f404"; }

.icon-universal-access:before {
  content: "\f29a"; }

.icon-university:before {
  content: "\f19c"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-untappd:before {
  content: "\f405"; }

.icon-upload:before {
  content: "\f093"; }

.icon-usb:before {
  content: "\f287"; }

.icon-user:before {
  content: "\f007"; }

.icon-user-alt:before {
  content: "\f406"; }

.icon-user-alt-slash:before {
  content: "\f4fa"; }

.icon-user-astronaut:before {
  content: "\f4fb"; }

.icon-user-check:before {
  content: "\f4fc"; }

.icon-user-circle:before {
  content: "\f2bd"; }

.icon-user-clock:before {
  content: "\f4fd"; }

.icon-user-cog:before {
  content: "\f4fe"; }

.icon-user-edit:before {
  content: "\f4ff"; }

.icon-user-friends:before {
  content: "\f500"; }

.icon-user-graduate:before {
  content: "\f501"; }

.icon-user-lock:before {
  content: "\f502"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-user-minus:before {
  content: "\f503"; }

.icon-user-ninja:before {
  content: "\f504"; }

.icon-user-plus:before {
  content: "\f234"; }

.icon-user-secret:before {
  content: "\f21b"; }

.icon-user-shield:before {
  content: "\f505"; }

.icon-user-slash:before {
  content: "\f506"; }

.icon-user-tag:before {
  content: "\f507"; }

.icon-user-tie:before {
  content: "\f508"; }

.icon-user-times:before {
  content: "\f235"; }

.icon-users:before {
  content: "\f0c0"; }

.icon-users-cog:before {
  content: "\f509"; }

.icon-ussunnah:before {
  content: "\f407"; }

.icon-utensil-spoon:before {
  content: "\f2e5"; }

.icon-utensils:before {
  content: "\f2e7"; }

.icon-vaadin:before {
  content: "\f408"; }

.icon-vector-square:before {
  content: "\f5cb"; }

.icon-venus:before {
  content: "\f221"; }

.icon-venus-double:before {
  content: "\f226"; }

.icon-venus-mars:before {
  content: "\f228"; }

.icon-viacoin:before {
  content: "\f237"; }

.icon-viadeo:before {
  content: "\f2a9"; }

.icon-viadeo-square:before {
  content: "\f2aa"; }

.icon-vial:before {
  content: "\f492"; }

.icon-vials:before {
  content: "\f493"; }

.icon-viber:before {
  content: "\f409"; }

.icon-video:before {
  content: "\f03d"; }

.icon-video-slash:before {
  content: "\f4e2"; }

.icon-vihara:before {
  content: "\f6a7"; }

.icon-vimeo:before {
  content: "\f40a"; }

.icon-vimeo-square:before {
  content: "\f194"; }

.icon-vimeo-v:before {
  content: "\f27d"; }

.icon-vine:before {
  content: "\f1ca"; }

.icon-vk:before {
  content: "\f189"; }

.icon-vnv:before {
  content: "\f40b"; }

.icon-volleyball-ball:before {
  content: "\f45f"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-vuejs:before {
  content: "\f41f"; }

.icon-walking:before {
  content: "\f554"; }

.icon-wallet:before {
  content: "\f555"; }

.icon-warehouse:before {
  content: "\f494"; }

.icon-weebly:before {
  content: "\f5cc"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-weight:before {
  content: "\f496"; }

.icon-weight-hanging:before {
  content: "\f5cd"; }

.icon-weixin:before {
  content: "\f1d7"; }

.icon-whatsapp:before {
  content: "\f232"; }

.icon-whatsapp-square:before {
  content: "\f40c"; }

.icon-wheelchair:before {
  content: "\f193"; }

.icon-whmcs:before {
  content: "\f40d"; }

.icon-wifi:before {
  content: "\f1eb"; }

.icon-wikipedia-w:before {
  content: "\f266"; }

.icon-window-close:before {
  content: "\f410"; }

.icon-window-maximize:before {
  content: "\f2d0"; }

.icon-window-minimize:before {
  content: "\f2d1"; }

.icon-window-restore:before {
  content: "\f2d2"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-wine-glass:before {
  content: "\f4e3"; }

.icon-wine-glass-alt:before {
  content: "\f5ce"; }

.icon-wix:before {
  content: "\f5cf"; }

.icon-wolf-pack-battalion:before {
  content: "\f514"; }

.icon-won-sign:before {
  content: "\f159"; }

.icon-wordpress:before {
  content: "\f19a"; }

.icon-wordpress-simple:before {
  content: "\f411"; }

.icon-wpbeginner:before {
  content: "\f297"; }

.icon-wpexplorer:before {
  content: "\f2de"; }

.icon-wpforms:before {
  content: "\f298"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-x-ray:before {
  content: "\f497"; }

.icon-xbox:before {
  content: "\f412"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-square:before {
  content: "\f169"; }

.icon-y-combinator:before {
  content: "\f23b"; }

.icon-yahoo:before {
  content: "\f19e"; }

.icon-yandex:before {
  content: "\f413"; }

.icon-yandex-international:before {
  content: "\f414"; }

.icon-yelp:before {
  content: "\f1e9"; }

.icon-yen-sign:before {
  content: "\f157"; }

.icon-yin-yang:before {
  content: "\f6ad"; }

.icon-yoast:before {
  content: "\f2b1"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-youtube-square:before {
  content: "\f431"; }

.icon-zhihu:before {
  content: "\f63f"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=3.2.1");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em; }
  [class^="icon-"].icon-fixed-width.icon-large,
  [class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.42857em; }

.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none; }
  .icons-ul > li {
    position: relative; }
  .icons-ul .icon-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
    line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: white; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }
  .icon-2x.icon-border {
    border-width: 2px;
    border-radius: 4px; }

.icon-3x {
  font-size: 3em; }
  .icon-3x.icon-border {
    border-width: 3px;
    border-radius: 5px; }

.icon-4x {
  font-size: 4em; }
  .icon-4x.icon-border {
    border-width: 4px;
    border-radius: 6px; }

.icon-5x {
  font-size: 5em; }
  .icon-5x.icon-border {
    border-width: 5px;
    border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em; }
  .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em; }

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }
  .icon-stack [class^="icon-"],
  .icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em; }
  .icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  animation: spin 2s infinite linear; }

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 * readers do not read off random characters that represent icons */
.icon-glass:before {
  content: ""; }

.icon-music:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-envelope-alt:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-star-empty:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-film:before {
  content: ""; }

.icon-th-large:before {
  content: ""; }

.icon-th:before {
  content: ""; }

.icon-th-list:before {
  content: ""; }

.icon-ok:before {
  content: ""; }

.icon-remove:before {
  content: ""; }

.icon-zoom-in:before {
  content: ""; }

.icon-zoom-out:before {
  content: ""; }

.icon-power-off:before,
.icon-off:before {
  content: ""; }

.icon-signal:before {
  content: ""; }

.icon-gear:before,
.icon-cog:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-file-alt:before {
  content: ""; }

.icon-time:before {
  content: ""; }

.icon-road:before {
  content: ""; }

.icon-download-alt:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-upload:before {
  content: ""; }

.icon-inbox:before {
  content: ""; }

.icon-play-circle:before {
  content: ""; }

.icon-rotate-right:before,
.icon-repeat:before {
  content: ""; }

.icon-refresh:before {
  content: ""; }

.icon-list-alt:before {
  content: ""; }

.icon-lock:before {
  content: ""; }

.icon-flag:before {
  content: ""; }

.icon-headphones:before {
  content: ""; }

.icon-volume-off:before {
  content: ""; }

.icon-volume-down:before {
  content: ""; }

.icon-volume-up:before {
  content: ""; }

.icon-qrcode:before {
  content: ""; }

.icon-barcode:before {
  content: ""; }

.icon-tag:before {
  content: ""; }

.icon-tags:before {
  content: ""; }

.icon-book:before {
  content: ""; }

.icon-bookmark:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-camera:before {
  content: ""; }

.icon-font:before {
  content: ""; }

.icon-bold:before {
  content: ""; }

.icon-italic:before {
  content: ""; }

.icon-text-height:before {
  content: ""; }

.icon-text-width:before {
  content: ""; }

.icon-align-left:before {
  content: ""; }

.icon-align-center:before {
  content: ""; }

.icon-align-right:before {
  content: ""; }

.icon-align-justify:before {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-indent-left:before {
  content: ""; }

.icon-indent-right:before {
  content: ""; }

.icon-facetime-video:before {
  content: ""; }

.icon-picture:before {
  content: ""; }

.icon-pencil:before {
  content: ""; }

.icon-map-marker:before {
  content: ""; }

.icon-adjust:before {
  content: ""; }

.icon-tint:before {
  content: ""; }

.icon-edit:before {
  content: ""; }

.icon-share:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-move:before {
  content: ""; }

.icon-step-backward:before {
  content: ""; }

.icon-fast-backward:before {
  content: ""; }

.icon-backward:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-pause:before {
  content: ""; }

.icon-stop:before {
  content: ""; }

.icon-forward:before {
  content: ""; }

.icon-fast-forward:before {
  content: ""; }

.icon-step-forward:before {
  content: ""; }

.icon-eject:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-plus-sign:before {
  content: ""; }

.icon-minus-sign:before {
  content: ""; }

.icon-remove-sign:before {
  content: ""; }

.icon-ok-sign:before {
  content: ""; }

.icon-question-sign:before {
  content: ""; }

.icon-info-sign:before {
  content: ""; }

.icon-screenshot:before {
  content: ""; }

.icon-remove-circle:before {
  content: ""; }

.icon-ok-circle:before {
  content: ""; }

.icon-ban-circle:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-mail-forward:before,
.icon-share-alt:before {
  content: ""; }

.icon-resize-full:before {
  content: ""; }

.icon-resize-small:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-asterisk:before {
  content: ""; }

.icon-exclamation-sign:before {
  content: ""; }

.icon-gift:before {
  content: ""; }

.icon-leaf:before {
  content: ""; }

.icon-fire:before {
  content: ""; }

.icon-eye-open:before {
  content: ""; }

.icon-eye-close:before {
  content: ""; }

.icon-warning-sign:before {
  content: ""; }

.icon-plane:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-random:before {
  content: ""; }

.icon-comment:before {
  content: ""; }

.icon-magnet:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-retweet:before {
  content: ""; }

.icon-shopping-cart:before {
  content: ""; }

.icon-folder-close:before {
  content: ""; }

.icon-folder-open:before {
  content: ""; }

.icon-resize-vertical:before {
  content: ""; }

.icon-resize-horizontal:before {
  content: ""; }

.icon-bar-chart:before {
  content: ""; }

.icon-twitter-sign:before {
  content: ""; }

.icon-facebook-sign:before {
  content: ""; }

.icon-camera-retro:before {
  content: ""; }

.icon-key:before {
  content: ""; }

.icon-gears:before,
.icon-cogs:before {
  content: ""; }

.icon-comments:before {
  content: ""; }

.icon-thumbs-up-alt:before {
  content: ""; }

.icon-thumbs-down-alt:before {
  content: ""; }

.icon-star-half:before {
  content: ""; }

.icon-heart-empty:before {
  content: ""; }

.icon-signout:before {
  content: ""; }

.icon-linkedin-sign:before {
  content: ""; }

.icon-pushpin:before {
  content: ""; }

.icon-external-link:before {
  content: ""; }

.icon-signin:before {
  content: ""; }

.icon-trophy:before {
  content: ""; }

.icon-github-sign:before {
  content: ""; }

.icon-upload-alt:before {
  content: ""; }

.icon-lemon:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-unchecked:before,
.icon-check-empty:before {
  content: ""; }

.icon-bookmark-empty:before {
  content: ""; }

.icon-phone-sign:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-github:before {
  content: ""; }

.icon-unlock:before {
  content: ""; }

.icon-credit-card:before {
  content: ""; }

.icon-rss:before {
  content: ""; }

.icon-hdd:before {
  content: ""; }

.icon-bullhorn:before {
  content: ""; }

.icon-bell:before {
  content: ""; }

.icon-certificate:before {
  content: ""; }

.icon-hand-right:before {
  content: ""; }

.icon-hand-left:before {
  content: ""; }

.icon-hand-up:before {
  content: ""; }

.icon-hand-down:before {
  content: ""; }

.icon-circle-arrow-left:before {
  content: ""; }

.icon-circle-arrow-right:before {
  content: ""; }

.icon-circle-arrow-up:before {
  content: ""; }

.icon-circle-arrow-down:before {
  content: ""; }

.icon-globe:before {
  content: ""; }

.icon-wrench:before {
  content: ""; }

.icon-tasks:before {
  content: ""; }

.icon-filter:before {
  content: ""; }

.icon-briefcase:before {
  content: ""; }

.icon-fullscreen:before {
  content: ""; }

.icon-group:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-cloud:before {
  content: ""; }

.icon-beaker:before {
  content: ""; }

.icon-cut:before {
  content: ""; }

.icon-copy:before {
  content: ""; }

.icon-paperclip:before,
.icon-paper-clip:before {
  content: ""; }

.icon-save:before {
  content: ""; }

.icon-sign-blank:before {
  content: ""; }

.icon-reorder:before {
  content: ""; }

.icon-list-ul:before {
  content: ""; }

.icon-list-ol:before {
  content: ""; }

.icon-strikethrough:before {
  content: ""; }

.icon-underline:before {
  content: ""; }

.icon-table:before {
  content: ""; }

.icon-magic:before {
  content: ""; }

.icon-truck:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-pinterest-sign:before {
  content: ""; }

.icon-google-plus-sign:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-money:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-columns:before {
  content: ""; }

.icon-sort:before {
  content: ""; }

.icon-sort-down:before {
  content: ""; }

.icon-sort-up:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-rotate-left:before,
.icon-undo:before {
  content: ""; }

.icon-legal:before {
  content: ""; }

.icon-dashboard:before {
  content: ""; }

.icon-comment-alt:before {
  content: ""; }

.icon-comments-alt:before {
  content: ""; }

.icon-bolt:before {
  content: ""; }

.icon-sitemap:before {
  content: ""; }

.icon-umbrella:before {
  content: ""; }

.icon-paste:before {
  content: ""; }

.icon-lightbulb:before {
  content: ""; }

.icon-exchange:before {
  content: ""; }

.icon-cloud-download:before {
  content: ""; }

.icon-cloud-upload:before {
  content: ""; }

.icon-user-md:before {
  content: ""; }

.icon-stethoscope:before {
  content: ""; }

.icon-suitcase:before {
  content: ""; }

.icon-bell-alt:before {
  content: ""; }

.icon-coffee:before {
  content: ""; }

.icon-food:before {
  content: ""; }

.icon-file-text-alt:before {
  content: ""; }

.icon-building:before {
  content: ""; }

.icon-hospital:before {
  content: ""; }

.icon-ambulance:before {
  content: ""; }

.icon-medkit:before {
  content: ""; }

.icon-fighter-jet:before {
  content: ""; }

.icon-beer:before {
  content: ""; }

.icon-h-sign:before {
  content: ""; }

.icon-plus-sign-alt:before {
  content: ""; }

.icon-double-angle-left:before {
  content: ""; }

.icon-double-angle-right:before {
  content: ""; }

.icon-double-angle-up:before {
  content: ""; }

.icon-double-angle-down:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-angle-up:before {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-desktop:before {
  content: ""; }

.icon-laptop:before {
  content: ""; }

.icon-tablet:before {
  content: ""; }

.icon-mobile-phone:before {
  content: ""; }

.icon-circle-blank:before {
  content: ""; }

.icon-quote-left:before {
  content: ""; }

.icon-quote-right:before {
  content: ""; }

.icon-spinner:before {
  content: ""; }

.icon-circle:before {
  content: ""; }

.icon-mail-reply:before,
.icon-reply:before {
  content: ""; }

.icon-github-alt:before {
  content: ""; }

.icon-folder-close-alt:before {
  content: ""; }

.icon-folder-open-alt:before {
  content: ""; }

.icon-expand-alt:before {
  content: ""; }

.icon-collapse-alt:before {
  content: ""; }

.icon-smile:before {
  content: ""; }

.icon-frown:before {
  content: ""; }

.icon-meh:before {
  content: ""; }

.icon-gamepad:before {
  content: ""; }

.icon-keyboard:before {
  content: ""; }

.icon-flag-alt:before {
  content: ""; }

.icon-flag-checkered:before {
  content: ""; }

.icon-terminal:before {
  content: ""; }

.icon-code:before {
  content: ""; }

.icon-reply-all:before {
  content: ""; }

.icon-mail-reply-all:before {
  content: ""; }

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: ""; }

.icon-location-arrow:before {
  content: ""; }

.icon-crop:before {
  content: ""; }

.icon-code-fork:before {
  content: ""; }

.icon-unlink:before {
  content: ""; }

.icon-question:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-exclamation:before {
  content: ""; }

.icon-superscript:before {
  content: ""; }

.icon-subscript:before {
  content: ""; }

.icon-eraser:before {
  content: ""; }

.icon-puzzle-piece:before {
  content: ""; }

.icon-microphone:before {
  content: ""; }

.icon-microphone-off:before {
  content: ""; }

.icon-shield:before {
  content: ""; }

.icon-calendar-empty:before {
  content: ""; }

.icon-fire-extinguisher:before {
  content: ""; }

.icon-rocket:before {
  content: ""; }

.icon-maxcdn:before {
  content: ""; }

.icon-chevron-sign-left:before {
  content: ""; }

.icon-chevron-sign-right:before {
  content: ""; }

.icon-chevron-sign-up:before {
  content: ""; }

.icon-chevron-sign-down:before {
  content: ""; }

.icon-html5:before {
  content: ""; }

.icon-css3:before {
  content: ""; }

.icon-anchor:before {
  content: ""; }

.icon-unlock-alt:before {
  content: ""; }

.icon-bullseye:before {
  content: ""; }

.icon-ellipsis-horizontal:before {
  content: ""; }

.icon-ellipsis-vertical:before {
  content: ""; }

.icon-rss-sign:before {
  content: ""; }

.icon-play-sign:before {
  content: ""; }

.icon-ticket:before {
  content: ""; }

.icon-minus-sign-alt:before {
  content: ""; }

.icon-check-minus:before {
  content: ""; }

.icon-level-up:before {
  content: ""; }

.icon-level-down:before {
  content: ""; }

.icon-check-sign:before {
  content: ""; }

.icon-edit-sign:before {
  content: ""; }

.icon-external-link-sign:before {
  content: ""; }

.icon-share-sign:before {
  content: ""; }

.icon-compass:before {
  content: ""; }

.icon-collapse:before {
  content: ""; }

.icon-collapse-top:before {
  content: ""; }

.icon-expand:before {
  content: ""; }

.icon-euro:before,
.icon-eur:before {
  content: ""; }

.icon-gbp:before {
  content: ""; }

.icon-dollar:before,
.icon-usd:before {
  content: ""; }

.icon-rupee:before,
.icon-inr:before {
  content: ""; }

.icon-yen:before,
.icon-jpy:before {
  content: ""; }

.icon-renminbi:before,
.icon-cny:before {
  content: ""; }

.icon-won:before,
.icon-krw:before {
  content: ""; }

.icon-bitcoin:before,
.icon-btc:before {
  content: ""; }

.icon-file:before {
  content: ""; }

.icon-file-text:before {
  content: ""; }

.icon-sort-by-alphabet:before {
  content: ""; }

.icon-sort-by-alphabet-alt:before {
  content: ""; }

.icon-sort-by-attributes:before {
  content: ""; }

.icon-sort-by-attributes-alt:before {
  content: ""; }

.icon-sort-by-order:before {
  content: ""; }

.icon-sort-by-order-alt:before {
  content: ""; }

.icon-thumbs-up:before {
  content: ""; }

.icon-thumbs-down:before {
  content: ""; }

.icon-youtube-sign:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-xing:before {
  content: ""; }

.icon-xing-sign:before {
  content: ""; }

.icon-youtube-play:before {
  content: ""; }

.icon-dropbox:before {
  content: ""; }

.icon-stackexchange:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-flickr:before {
  content: ""; }

.icon-adn:before {
  content: ""; }

.icon-bitbucket:before {
  content: ""; }

.icon-bitbucket-sign:before {
  content: ""; }

.icon-tumblr:before {
  content: ""; }

.icon-tumblr-sign:before {
  content: ""; }

.icon-long-arrow-down:before {
  content: ""; }

.icon-long-arrow-up:before {
  content: ""; }

.icon-long-arrow-left:before {
  content: ""; }

.icon-long-arrow-right:before {
  content: ""; }

.icon-apple:before {
  content: ""; }

.icon-windows:before {
  content: ""; }

.icon-android:before {
  content: ""; }

.icon-linux:before {
  content: ""; }

.icon-dribbble:before {
  content: ""; }

.icon-skype:before {
  content: ""; }

.icon-foursquare:before {
  content: ""; }

.icon-trello:before {
  content: ""; }

.icon-female:before {
  content: ""; }

.icon-male:before {
  content: ""; }

.icon-gittip:before {
  content: ""; }

.icon-sun:before {
  content: ""; }

.icon-moon:before {
  content: ""; }

.icon-archive:before {
  content: ""; }

.icon-bug:before {
  content: ""; }

.icon-vk:before {
  content: ""; }

.icon-weibo:before {
  content: ""; }

.icon-renren:before {
  content: ""; }

@font-face {
  font-family: "Medical";
  src: url("../font/medical.eot");
  src: url("../font/medical.eot#iefix") format("embedded-opentype"), url("../font/medical.woff") format("woff"), url("../font/medical.ttf") format("truetype"), url("../font/medical.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "File";
  src: url("../font/file.eot");
  src: url("../font/file.eot#iefix") format("embedded-opentype"), url("../font/file.woff") format("woff"), url("../font/file.ttf") format("truetype"), url("../font/file.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-medical-"]:before, [class*=" icon-medical-"]:before, [class^="icon-medical-"]:after, [class*=" icon-medical-"]:after {
  font-family: Medical;
  font-style: normal; }

[class^="icon-files-"]:before, [class*=" icon-files-"]:before, [class^="icon-files-"]:after, [class*=" icon-files-"]:after {
  font-family: File;
  font-style: normal; }

.icon-medical-ambulance14:before {
  content: "\e000"; }

.icon-medical-ambulance9:before {
  content: "\e001"; }

.icon-medical-anesthesia:before {
  content: "\e002"; }

.icon-medical-apple53:before {
  content: "\e003"; }

.icon-medical-baby137:before {
  content: "\e004"; }

.icon-medical-balls:before {
  content: "\e005"; }

.icon-medical-bandage:before {
  content: "\e006"; }

.icon-medical-bandaid:before {
  content: "\e007"; }

.icon-medical-biohazard2:before {
  content: "\e008"; }

.icon-medical-biology:before {
  content: "\e009"; }

.icon-medical-blood10:before {
  content: "\e00a"; }

.icon-medical-blood11:before {
  content: "\e00b"; }

.icon-medical-blood12:before {
  content: "\e00c"; }

.icon-medical-blood13:before {
  content: "\e00d"; }

.icon-medical-blood8:before {
  content: "\e00e"; }

.icon-medical-blood9:before {
  content: "\e00f"; }

.icon-medical-brain9:before {
  content: "\e010"; }

.icon-medical-broken28:before {
  content: "\e011"; }

.icon-medical-broken29:before {
  content: "\e012"; }

.icon-medical-brush18:before {
  content: "\e013"; }

.icon-medical-caduceus3:before {
  content: "\e014"; }

.icon-medical-cells:before {
  content: "\e015"; }

.icon-medical-chemistry10:before {
  content: "\e016"; }

.icon-medical-chromosome:before {
  content: "\e017"; }

.icon-medical-crutch:before {
  content: "\e018"; }

.icon-medical-crutches:before {
  content: "\e019"; }

.icon-medical-dental1:before {
  content: "\e01a"; }

.icon-medical-dental2:before {
  content: "\e01b"; }

.icon-medical-dentist11:before {
  content: "\e01c"; }

.icon-medical-dentist12:before {
  content: "\e01d"; }

.icon-medical-dentist13:before {
  content: "\e01e"; }

.icon-medical-dentist14:before {
  content: "\e01f"; }

.icon-medical-dentist15:before {
  content: "\e020"; }

.icon-medical-dentist16:before {
  content: "\e021"; }

.icon-medical-dentist17:before {
  content: "\e022"; }

.icon-medical-dentists:before {
  content: "\e023"; }

.icon-medical-dosage:before {
  content: "\e024"; }

.icon-medical-drop18:before {
  content: "\e025"; }

.icon-medical-drops1:before {
  content: "\e026"; }

.icon-medical-drug3:before {
  content: "\e027"; }

.icon-medical-drugs4:before {
  content: "\e028"; }

.icon-medical-emergency7:before {
  content: "\e029"; }

.icon-medical-eye90:before {
  content: "\e02a"; }

.icon-medical-family21:before {
  content: "\e02b"; }

.icon-medical-female205:before {
  content: "\e02c"; }

.icon-medical-female206:before {
  content: "\e02d"; }

.icon-medical-first30:before {
  content: "\e02e"; }

.icon-medical-first32:before {
  content: "\e02f"; }

.icon-medical-forceps:before {
  content: "\e030"; }

.icon-medical-handicap2:before {
  content: "\e031"; }

.icon-medical-heart254:before {
  content: "\e032"; }

.icon-medical-heart255:before {
  content: "\e033"; }

.icon-medical-heart256:before {
  content: "\e034"; }

.icon-medical-hospital14:before {
  content: "\e035"; }

.icon-medical-hospital15:before {
  content: "\e036"; }

.icon-medical-hospital16:before {
  content: "\e037"; }

.icon-medical-hospital17:before {
  content: "\e038"; }

.icon-medical-hospital18:before {
  content: "\e039"; }

.icon-medical-human88:before {
  content: "\e03a"; }

.icon-medical-human89:before {
  content: "\e03b"; }

.icon-medical-human90:before {
  content: "\e03c"; }

.icon-medical-hurted:before {
  content: "\e03d"; }

.icon-medical-illness:before {
  content: "\e03e"; }

.icon-medical-lifeline8:before {
  content: "\e03f"; }

.icon-medical-lifeline9:before {
  content: "\e040"; }

.icon-medical-lungs4:before {
  content: "\e041"; }

.icon-medical-male100:before {
  content: "\e042"; }

.icon-medical-male209:before {
  content: "\e043"; }

.icon-medical-medical14:before {
  content: "\e044"; }

.icon-medical-medical44:before {
  content: "\e045"; }

.icon-medical-medical45:before {
  content: "\e046"; }

.icon-medical-medical46:before {
  content: "\e047"; }

.icon-medical-medical47:before {
  content: "\e048"; }

.icon-medical-medical48:before {
  content: "\e049"; }

.icon-medical-medical49:before {
  content: "\e04a"; }

.icon-medical-medical50:before {
  content: "\e04b"; }

.icon-medical-medical51:before {
  content: "\e04c"; }

.icon-medical-medical52:before {
  content: "\e04d"; }

.icon-medical-medical53:before {
  content: "\e04e"; }

.icon-medical-medical54:before {
  content: "\e04f"; }

.icon-medical-medical55:before {
  content: "\e050"; }

.icon-medical-medicine13:before {
  content: "\e051"; }

.icon-medical-medicine14:before {
  content: "\e052"; }

.icon-medical-medicine15:before {
  content: "\e053"; }

.icon-medical-medicine16:before {
  content: "\e054"; }

.icon-medical-medicine17:before {
  content: "\e055"; }

.icon-medical-medicine30:before {
  content: "\e056"; }

.icon-medical-medicine31:before {
  content: "\e057"; }

.icon-medical-medicines4:before {
  content: "\e058"; }

.icon-medical-men15:before {
  content: "\e059"; }

.icon-medical-microscope13:before {
  content: "\e05a"; }

.icon-medical-mother19:before {
  content: "\e05b"; }

.icon-medical-mouth1:before {
  content: "\e05c"; }

.icon-medical-negative12:before {
  content: "\e05d"; }

.icon-medical-note29:before {
  content: "\e05e"; }

.icon-medical-nurse6:before {
  content: "\e05f"; }

.icon-medical-nurse7:before {
  content: "\e060"; }

.icon-medical-opened15:before {
  content: "\e061"; }

.icon-medical-oxygen2:before {
  content: "\e062"; }

.icon-medical-person278:before {
  content: "\e063"; }

.icon-medical-pharmacy7:before {
  content: "\e064"; }

.icon-medical-pharmacy8:before {
  content: "\e065"; }

.icon-medical-pharmacy9:before {
  content: "\e066"; }

.icon-medical-pill:before {
  content: "\e067"; }

.icon-medical-pill4:before {
  content: "\e068"; }

.icon-medical-poison2:before {
  content: "\e069"; }

.icon-medical-positive3:before {
  content: "\e06a"; }

.icon-medical-pregnancy:before {
  content: "\e06b"; }

.icon-medical-pulse1:before {
  content: "\e06c"; }

.icon-medical-rolled2:before {
  content: "\e06d"; }

.icon-medical-scale12:before {
  content: "\e06e"; }

.icon-medical-scale13:before {
  content: "\e06f"; }

.icon-medical-scalpel:before {
  content: "\e070"; }

.icon-medical-screw6:before {
  content: "\e071"; }

.icon-medical-sperm1:before {
  content: "\e072"; }

.icon-medical-stethoscope10:before {
  content: "\e073"; }

.icon-medical-stomach2:before {
  content: "\e074"; }

.icon-medical-symbolic:before {
  content: "\e075"; }

.icon-medical-syringe19:before {
  content: "\e076"; }

.icon-medical-syringe6:before {
  content: "\e077"; }

.icon-medical-syrup:before {
  content: "\e078"; }

.icon-medical-tag38:before {
  content: "\e079"; }

.icon-medical-teeth1:before {
  content: "\e07a"; }

.icon-medical-teeth2:before {
  content: "\e07b"; }

.icon-medical-thermometer23:before {
  content: "\e07c"; }

.icon-medical-thermometer31:before {
  content: "\e07d"; }

.icon-medical-three109:before {
  content: "\e07e"; }

.icon-medical-tooth17:before {
  content: "\e07f"; }

.icon-medical-tooth18:before {
  content: "\e080"; }

.icon-medical-tooth19:before {
  content: "\e081"; }

.icon-medical-tooth20:before {
  content: "\e082"; }

.icon-medical-toothbrush:before {
  content: "\e083"; }

.icon-medical-toothpaste:before {
  content: "\e084"; }

.icon-medical-toxic6:before {
  content: "\e085"; }

.icon-medical-unhealthy:before {
  content: "\e086"; }

.icon-medical-united8:before {
  content: "\e087"; }

.icon-medical-water42:before {
  content: "\e088"; }

.icon-medical-weight9:before {
  content: "\e089"; }

.icon-medical-women13:before {
  content: "\e08a"; }

.icon-medical-xray2:before {
  content: "\e08b"; }

.icon-medical-zoom48:before {
  content: "\e08c"; }

.icon-files-doc:before {
  content: "\e000"; }

.icon-files-doc2:before {
  content: "\e001"; }

.icon-files-excel:before {
  content: "\e002"; }

.icon-files-excel2:before {
  content: "\e003"; }

.icon-files-microsoft5:before {
  content: "\e004"; }

.icon-files-microsoft6:before {
  content: "\e005"; }

.icon-files-pdf17:before {
  content: "\e006"; }

.icon-files-pdf22:before {
  content: "\e007"; }

.icon-files-pdf23:before {
  content: "\e008"; }

.icon-files-pdf5:before {
  content: "\e009"; }

.icon-files-spreadsheet6:before {
  content: "\e00a"; }

.icon-files-xlsx:before {
  content: "\e00b"; }

.icon-files-xlsx1:before {
  content: "\e00c"; }

@font-face {
  font-family: 'Melvetica';
  src: url("../font/Helvetica.eot");
  src: local("Helvetica"), url("../font/Helvetica.woff") format("woff"), url("../font/Helvetica.ttf") format("truetype"), url("../font/Helvetica.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/** Generated by FG **/
@font-face {
  font-family: 'Melvetica';
  src: url("../font/Helvetica-Light.eot");
  src: local("Helvetica Light"), url("../font/Helvetica-Light.woff") format("woff"), url("../font/Helvetica-Light.ttf") format("truetype"), url("../font/Helvetica-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../font/glyphicons-halflings-regular.eot");
  src: url("../font/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../font/glyphicons-halflings-regular.woff2") format("woff2"), url("../font/glyphicons-halflings-regular.woff") format("woff"), url("../font/glyphicons-halflings-regular.ttf") format("truetype"), url("../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

::-webkit-scrollbar {
  width: 10px;
  background: rgba(236, 240, 241, 0.5);
  background: transparent; }

::-webkit-scrollbar-thumb {
  cursor: pointer;
  width: 10px;
  background: rgba(189, 195, 199, 0.5);
  background: rgba(0, 0, 0, 0.1); }

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4); }

:focus {
  outline: 0; }

/*IPAD */
@media (max-device-width: 1024px) {
  ::-webkit-scrollbar {
    width: auto !important; }
  ::-webkit-scrollbar-thumb {
    width: auto !important;
    background: auto !important; }
  a, input, button {
    -ms-touch-action: none !important; }
  section {
    /*-webkit-transition: width 0, top .8s;
    -moz-transition: width 0, top .8s;
    -o-transition: width 0, top .8s;
    transition: width 0, top .8s;*/ } }

textarea {
  resize: none; }

b, strong {
  font-weight: 700 !important; }

em {
  font-style: italic !important; }

body {
  overflow: hidden; }

@media only screen and (max-width: 820px) {
  ::-webkit-scrollbar {
    background: rgba(250, 250, 250, 0.1);
    width: 0px !important; }
  ::-webkit-scrollbar-thumb {
    width: 0px !important;
    background: rgba(0, 0, 0, 0.4); } }

.markdown-body {
  /* ==========================================================================
   Table of Contents
   ========================================================================== */
  /*

    0.  Normalize
    1.  Icons
    2.  General
    3.  Utilities
    4.  General
    5.  Single Post
    6.  Author Profile
    7.  Read More
    8.  Third Party Elements
    9.  Pagination
    10. Subscribe
    11. Footer
    12. Media Queries (Tablet)
    13. Media Queries (Mobile)
    14. Animations

*/
  /* ==========================================================================
   0. normalize.css v3.0.3 | MIT License | git.io/normalize | (minified)
   ========================================================================== */
  /* ==========================================================================
   1. Icons - Sets up the icon font and respective classes
   ========================================================================== */
  /* Import the font file with the icons in it */
  /* Apply these base styles to all icons */
  /* Each icon is created by inserting the correct character into the
   content of the :before pseudo element. Like a boss. */
  /*
    IMPORTANT: When making any changes to the icon font, be sure to increment
    the version number by 1 in the @font-face rule. `?v=1` becomes `?v=2`
    This forces browsers to download the new font file.
*/
  /* ==========================================================================
   2. General - Setting up some base styles
   ========================================================================== */
  /* When a video is inside the fitvids wrapper, drop the
margin on the iframe, cause it breaks stuff. */
  /* ==========================================================================
   3. Utilities - These things get used a lot
   ========================================================================== */
  /* Clears shit */
  /* Hides shit */
  /* Creates a responsive wrapper that makes our content scale nicely */
  /* Centres vertically yo. (IE8+) */
  /* Wraps the main content & footer */
  /* ==========================================================================
   4. General - The main styles for the the theme
   ========================================================================== */
  /* Big cover image on the home page */
  /* Navigation */
  /* Create a bouncing scroll-down arrow on homepage with cover image */
  /* Stop it bouncing and increase contrast when hovered */
  /* Put a semi-opaque radial gradient behind the icon to make it more visible
   on photos which happen to have a light background. */
  /* Hide when there's no cover image or on page2+ */
  /* Appears in the top left corner of your home page */
  /* When the navigation is closed */
  /* When the navigation is closed and there is no cover image */
  /* When the navigation is opened */
  /* Special styles when overlaid on an image*/
  /* The details of your blog. Defined in ghost/settings/ */
  /* Add subtle load-in animation for content on the home page */
  /* Every post, on every page, gets this style on its <article> tag */
  /* Add a little circle in the middle of the border-bottom on our .post
   just for the lolz and stylepoints. */
  /* ==========================================================================
   5. Single Post - When you click on an individual post
   ========================================================================== */
  /* Stop elements, such as img wider than the post content, from
   creating horizontal scroll - slight hack due to imperfections
   with browser width % calculations and rounding */
  /* Tweak the .post wrapper style */
  /* Kill that stylish little circle that was on the border, too */
  /* Keep images centered, and allow images wider than the main
   text column to break out. */
  /* The author credit area after the post */
  /* list of author links - location / url */
  /* Create some space to the right for the share links */
  /* Drop the share links in the space to the right.
   Doing it like this means it's easier for the author bio
   to be flexible at smaller screen sizes while the share
   links remain at a fixed width the whole time */
  /* ==========================================================================
   6. Author profile
   ========================================================================== */
  /* Add a little circle in the middle of the border-bottom */
  /* Location, website, and link */
  /* Turn off meta for page2+ to make room for extra
   pagination prev/next links */
  /* ==========================================================================
   7. Read More - Next/Prev Post Links
   ========================================================================== */
  /* Special styles for posts with no cover images */
  /* if there are two posts without covers, put a border between them */
  /* Correctly position site-footer when next to the .read-next container */
  /* ==========================================================================
   8. Third Party Elements - Embeds from other services
   ========================================================================== */
  /* Github */
  /* Pastebin */
  /* ==========================================================================
   9. Pagination - Tools to let you flick between pages
   ========================================================================== */
  /* The main wrapper for our pagination links */
  /* Push the previous/next links out to the left/right */
  /* On page2+ make all the headers smaller */
  /* On page2+ show extra pagination controls at the top of post list */
  /* ==========================================================================
   10. Subscribe - Generate those email subscribers
   ========================================================================== */
  /* ==========================================================================
   11. Footer - The bottom of every page
   ========================================================================== */
  /* ==========================================================================
   12. Media Queries - Smaller than 900px
   ========================================================================== */
  /* ==========================================================================
   13. Media Queries - Smaller than 500px
   ========================================================================== */
  /* ==========================================================================
   14. Animations
   ========================================================================== */
  /* Used to fade in title/desc on the home page */
  /* Used to bounce .scroll-down on home page */
  /* ==========================================================================
   End of file. Animations should be the last thing here. Do not add stuff
   below this point, or it will probably fuck everything up.
   ========================================================================== */ }
  .markdown-body html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }
  .markdown-body body {
    margin: 0; }
  .markdown-body article, .markdown-body aside, .markdown-body details,
  .markdown-body figcaption, .markdown-body figure,
  .markdown-body footer, .markdown-body header,
  .markdown-body main, .markdown-body menu, .markdown-body nav,
  .markdown-body section, .markdown-body summary {
    display: block; }
  .markdown-body audio, .markdown-body canvas, .markdown-body progress, .markdown-body video {
    display: inline-block;
    vertical-align: baseline; }
  .markdown-body audio:not([controls]) {
    display: none;
    height: 0; }
  .markdown-body [hidden], .markdown-body template {
    display: none; }
  .markdown-body a {
    background-color: transparent; }
  .markdown-body a:active, .markdown-body a:hover {
    outline: 0; }
  .markdown-body abbr[title] {
    border-bottom: 1px dotted; }
  .markdown-body b, .markdown-body strong {
    font-weight: bold; }
  .markdown-body dfn {
    font-style: italic; }
  .markdown-body h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  .markdown-body mark {
    background: #ff0;
    color: #000; }
  .markdown-body small {
    font-size: 80%; }
  .markdown-body sub, .markdown-body sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .markdown-body sup {
    top: -0.5em; }
  .markdown-body sub {
    bottom: -0.25em; }
  .markdown-body img {
    border: 0; }
  .markdown-body svg:not(:root) {
    overflow: hidden; }
  .markdown-body figure {
    margin: 1em 40px; }
  .markdown-body hr {
    box-sizing: content-box;
    height: 0; }
  .markdown-body pre {
    overflow: auto; }
  .markdown-body code, .markdown-body kbd, .markdown-body pre, .markdown-body samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  .markdown-body button, .markdown-body input, .markdown-body optgroup, .markdown-body select, .markdown-body textarea {
    color: inherit;
    font: inherit;
    margin: 0; }
  .markdown-body button {
    overflow: visible; }
  .markdown-body button, .markdown-body select {
    text-transform: none; }
  .markdown-body button, .markdown-body html input[type="button"],
  .markdown-body input[type="reset"], .markdown-body input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  .markdown-body button[disabled], .markdown-body html input[disabled] {
    cursor: default; }
  .markdown-body button::-moz-focus-inner, .markdown-body input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .markdown-body input {
    line-height: normal; }
  .markdown-body input[type="checkbox"],
  .markdown-body input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  .markdown-body input[type="number"]::-webkit-inner-spin-button,
  .markdown-body input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .markdown-body input[type="search"] {
    -webkit-appearance: textfield; }
  .markdown-body input[type="search"]::-webkit-search-cancel-button,
  .markdown-body input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .markdown-body fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .markdown-body legend {
    border: 0;
    padding: 0; }
  .markdown-body textarea {
    overflow: auto; }
  .markdown-body optgroup {
    font-weight: bold; }
  .markdown-body table {
    border-collapse: collapse;
    border-spacing: 0; }
  .markdown-body td, .markdown-body th {
    padding: 0; }

@font-face {
  .markdown-body {
    font-family: "casper-icons";
    src: url("../fonts/casper-icons.eot?v=1");
    src: url("../fonts/casper-icons.eot?v=1#iefix") format("embedded-opentype"), url("../fonts/casper-icons.woff?v=1") format("woff"), url("../fonts/casper-icons.ttf?v=1") format("truetype"), url("../fonts/casper-icons.svg?v=1#icons") format("svg");
    font-weight: normal;
    font-style: normal; } }
  .markdown-body [class^="icon-"]:before, .markdown-body [class*=" icon-"]:before {
    font-family: "casper-icons", "Open Sans", sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .markdown-body .icon-ghost:before {
    content: "\f600"; }
  .markdown-body .icon-feed:before {
    content: "\f601"; }
  .markdown-body .icon-twitter:before {
    content: "\f602";
    font-size: 1.1em; }
  .markdown-body .icon-google-plus:before {
    content: "\f603"; }
  .markdown-body .icon-facebook:before {
    content: "\f604"; }
  .markdown-body .icon-arrow-left:before {
    content: "\f605"; }
  .markdown-body .icon-stats:before {
    content: "\f606"; }
  .markdown-body .icon-location:before {
    content: "\f607";
    margin-left: -3px;
    /* Tracking fix */ }
  .markdown-body .icon-link:before {
    content: "\f608"; }
  .markdown-body .icon-menu:before {
    content: "\f609"; }
  .markdown-body html {
    height: 100%;
    max-height: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent; }
  .markdown-body body {
    height: 100%;
    max-height: 100%;
    font-family: "Merriweather", serif;
    letter-spacing: 0.01rem;
    font-size: 1.8rem;
    line-height: 1.75em;
    color: #3A4145;
    -webkit-font-feature-settings: 'kern' 1;
    -moz-font-feature-settings: 'kern' 1;
    -o-font-feature-settings: 'kern' 1;
    text-rendering: geometricPrecision; }
  .markdown-body ::-moz-selection {
    background: #D6EDFF; }
  .markdown-body ::selection {
    background: #D6EDFF; }
  .markdown-body h1, .markdown-body h2, .markdown-body h3,
  .markdown-body h4, .markdown-body h5, .markdown-body h6 {
    -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
    -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
    -o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
    color: #2E2E2E;
    line-height: 1.15em;
    margin: 0 0 0.4em 0;
    font-family: "Open Sans", sans-serif;
    text-rendering: geometricPrecision; }
  .markdown-body h1 {
    font-size: 5rem;
    letter-spacing: -2px;
    text-indent: -3px; }
  .markdown-body h2 {
    font-size: 3.6rem;
    letter-spacing: -1px; }
  .markdown-body h3 {
    font-size: 3rem;
    letter-spacing: -0.6px; }
  .markdown-body h4 {
    font-size: 2.5rem; }
  .markdown-body h5 {
    font-size: 2rem; }
  .markdown-body h6 {
    font-size: 2rem; }
  .markdown-body a {
    color: #5ba4e5;
    transition: color 0.3s ease; }
  .markdown-body .post-title a {
    color: #4A4A4A; }
  .markdown-body a:hover {
    color: #111; }
  .markdown-body p, .markdown-body ul, .markdown-body ol, .markdown-body dl {
    -webkit-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
    -moz-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
    -o-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
    margin: 0 0 1.75em 0;
    text-rendering: geometricPrecision; }
  .markdown-body ol, .markdown-body ul {
    padding-left: 3rem; }
  .markdown-body ol ol, .markdown-body ul ul,
  .markdown-body ul ol, .markdown-body ol ul {
    margin: 0 0 0.4em 0;
    padding-left: 2em; }
  .markdown-body dl dt {
    float: left;
    width: 180px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    margin-bottom: 1em; }
  .markdown-body dl dd {
    margin-left: 200px;
    margin-bottom: 1em; }
  .markdown-body li {
    margin: 0.4em 0; }
  .markdown-body li li {
    margin: 0; }
  .markdown-body hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: #EFEFEF 1px solid;
    margin: 3.2em 0;
    padding: 0; }
  .markdown-body blockquote {
    box-sizing: border-box;
    margin: 1.75em 0 1.75em -2.2em;
    padding: 0 0 0 1.75em;
    border-left: #4A4A4A 0.4em solid; }
  .markdown-body blockquote p {
    margin: 0.8em 0;
    font-style: italic; }
  .markdown-body blockquote small {
    display: inline-block;
    margin: 0.8em 0 0.8em 1.5em;
    font-size: 0.9em;
    color: #CCC; }
  .markdown-body blockquote small:before {
    content: "\2014 \00A0"; }
  .markdown-body blockquote cite {
    font-weight: 700; }
  .markdown-body blockquote cite a {
    font-weight: normal; }
  .markdown-body mark {
    background-color: #fdffb6; }
  .markdown-body code, .markdown-body tt {
    padding: 1px 3px;
    font-family: Inconsolata, monospace, sans-serif;
    font-size: 0.85em;
    white-space: pre-wrap;
    border: #E3EDF3 1px solid;
    background: #F7FAFB;
    border-radius: 2px;
    -webkit-font-feature-settings: "liga" 0;
    font-feature-settings: "liga" 0; }
  .markdown-body pre {
    box-sizing: border-box;
    margin: 0 0 1.75em 0;
    border: #E3EDF3 1px solid;
    width: 100%;
    padding: 10px;
    font-family: Inconsolata, monospace, sans-serif;
    font-size: 0.9em;
    white-space: pre;
    overflow: auto;
    background: #F7FAFB;
    border-radius: 3px; }
  .markdown-body pre code, .markdown-body pre tt {
    font-size: inherit;
    white-space: pre-wrap;
    background: transparent;
    border: none;
    padding: 0; }
  .markdown-body kbd {
    display: inline-block;
    margin-bottom: 0.4em;
    padding: 1px 8px;
    border: #CCC 1px solid;
    color: #666;
    text-shadow: #FFF 0 1px 0;
    font-size: 0.9em;
    font-weight: 700;
    background: #F4F4F4;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset; }
  .markdown-body table {
    box-sizing: border-box;
    margin: 1.75em 0;
    width: 100%;
    max-width: 100%;
    background-color: transparent; }
  .markdown-body table th,
  .markdown-body table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: #EFEFEF 1px solid; }
  .markdown-body table th {
    color: #000; }
  .markdown-body table caption + thead tr:first-child th,
  .markdown-body table caption + thead tr:first-child td,
  .markdown-body table colgroup + thead tr:first-child th,
  .markdown-body table colgroup + thead tr:first-child td,
  .markdown-body table thead:first-child tr:first-child th,
  .markdown-body table thead:first-child tr:first-child td {
    border-top: 0; }
  .markdown-body table tbody + tbody {
    border-top: #EFEFEF 2px solid; }
  .markdown-body table table table {
    background-color: #FFF; }
  .markdown-body table tbody > tr:nth-child(odd) > td,
  .markdown-body table tbody > tr:nth-child(odd) > th {
    background-color: #F6F6F6; }
  .markdown-body table.plain tbody > tr:nth-child(odd) > td,
  .markdown-body table.plain tbody > tr:nth-child(odd) > th {
    background: transparent; }
  .markdown-body iframe, .markdown-body .fluid-width-video-wrapper {
    display: block;
    margin: 1.75em 0; }
  .markdown-body .fluid-width-video-wrapper iframe {
    margin: 0; }
  .markdown-body textarea, .markdown-body select, .markdown-body input {
    width: 260px;
    padding: 6px 9px;
    margin: 0 0 5px 0;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 1.4em;
    background: #fff;
    border: #e7eef2 1px solid;
    border-radius: 4px;
    box-shadow: none;
    -webkit-appearance: none; }
  .markdown-body textarea {
    width: 100%;
    max-width: 340px;
    min-width: 250px;
    height: auto;
    min-height: 80px; }
  .markdown-body input[type="text"]:focus,
  .markdown-body input[type="email"]:focus,
  .markdown-body input[type="search"]:focus,
  .markdown-body input[type="tel"]:focus,
  .markdown-body input[type="url"]:focus,
  .markdown-body input[type="password"]:focus,
  .markdown-body input[type="number"]:focus,
  .markdown-body input[type="date"]:focus,
  .markdown-body input[type="month"]:focus,
  .markdown-body input[type="week"]:focus,
  .markdown-body input[type="time"]:focus,
  .markdown-body input[type="datetime"]:focus,
  .markdown-body input[type="datetime-local"]:focus,
  .markdown-body textarea:focus {
    border: #bbc7cc 1px solid;
    background: #fff;
    outline: none;
    outline-width: 0; }
  .markdown-body select {
    width: 270px;
    height: 30px;
    line-height: 30px; }
  .markdown-body button {
    min-height: 35px;
    width: auto;
    display: inline-block;
    padding: 0.1rem 1.5rem;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    /* Hacks targeting Firefox. */
    line-height: 13px;
    /* Hacks targeting Firefox. */
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 0.3rem;
    border: rgba(0, 0, 0, 0.05) 0.1em solid;
    background: #5ba4e5; }
  .markdown-body .clearfix:before,
  .markdown-body .clearfix:after {
    content: " ";
    display: table; }
  .markdown-body .clearfix:after {
    clear: both; }
  .markdown-body .clearfix {
    zoom: 1; }
  .markdown-body .hidden {
    text-indent: -9999px;
    visibility: hidden;
    display: none; }
  .markdown-body .inner {
    position: relative;
    width: 80%;
    max-width: 710px;
    margin: 0 auto; }
  .markdown-body .vertical {
    display: table-cell;
    vertical-align: middle; }
  .markdown-body .site-wrapper {
    position: relative;
    z-index: 10;
    min-height: 100%;
    background: #fff;
    transition: transform 0.5s ease; }
  .markdown-body body.nav-opened .site-wrapper {
    overflow-x: hidden;
    transform: translate3D(-240px, 0, 0);
    transition: transform 0.3s ease; }
  .markdown-body .main-header {
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    margin-bottom: 5rem;
    text-align: center;
    background: #222 no-repeat center center;
    background-size: cover;
    overflow: hidden; }
  .markdown-body .main-header .inner {
    width: 80%; }
  .markdown-body .main-nav {
    position: relative;
    padding: 35px 40px;
    margin: 0 0 30px 0; }
  .markdown-body .main-nav a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif; }
  .markdown-body body.nav-opened .nav-cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 240px;
    bottom: 0;
    z-index: 200; }
  .markdown-body .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 240px;
    opacity: 0;
    background: #111;
    margin-bottom: 0;
    text-align: left;
    overflow-y: auto;
    transition: transform 0.5s ease, opacity 0.3s ease 0.7s; }
  .markdown-body body.nav-closed .nav {
    transform: translate3D(97px, 0, 0); }
  .markdown-body body.nav-opened .nav {
    opacity: 1;
    transition: transform 0.3s ease, opacity 0s ease 0s;
    transform: translate3D(0, 0, 0); }
  .markdown-body .nav-title {
    position: absolute;
    top: 45px;
    left: 30px;
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff; }
  .markdown-body .nav-close {
    position: absolute;
    top: 38px;
    right: 25px;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 10px; }
  .markdown-body .nav-close:focus {
    outline: 0; }
  .markdown-body .nav-close:before,
  .markdown-body .nav-close:after {
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 1px;
    background: #969696;
    top: 15px;
    transition: background 0.15s ease; }
  .markdown-body .nav-close:before {
    transform: rotate(45deg); }
  .markdown-body .nav-close:after {
    transform: rotate(-45deg); }
  .markdown-body .nav-close:hover:before,
  .markdown-body .nav-close:hover:after {
    background: white; }
  .markdown-body .nav ul {
    padding: 90px 9% 5%;
    list-style: none;
    counter-reset: item; }
  .markdown-body .nav li:before {
    display: block;
    float: right;
    padding-right: 4%;
    padding-left: 5px;
    text-align: right;
    font-size: 1.2rem;
    vertical-align: bottom;
    color: #B8B8B8;
    content: counter(item, lower-roman);
    counter-increment: item; }
  .markdown-body .nav li {
    margin: 0; }
  .markdown-body .nav li a {
    text-decoration: none;
    line-height: 1.4;
    font-size: 1.4rem;
    display: block;
    padding: 0.6rem 4%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .markdown-body .nav li a:after {
    display: inline-block;
    content: " .......................................................";
    color: rgba(255, 255, 255, 0.2);
    margin-left: 5px; }
  .markdown-body .nav .nav-current:before {
    color: #fff; }
  .markdown-body .nav .nav-current a:after {
    content: " ";
    border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
    width: 100%;
    height: 1px; }
  .markdown-body .nav a:link,
  .markdown-body .nav a:visited {
    color: #B8B8B8; }
  .markdown-body .nav li.nav-current a,
  .markdown-body .nav a:hover,
  .markdown-body .nav a:active,
  .markdown-body .nav a:focus {
    color: #fff; }
  .markdown-body .subscribe-button {
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    height: 38px;
    padding: 0 20px;
    color: #111 !important;
    /* Overides `.nav a:link, .nav a:visited` colour */
    text-align: center;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 35px;
    border-radius: 3px;
    background: #fff;
    transition: all ease 0.3s; }
  .markdown-body .subscribe-button:before {
    font-size: 9px;
    margin-right: 6px; }
  .markdown-body .scroll-down {
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 45px;
    left: 50%;
    margin-left: -16px;
    width: 34px;
    height: 34px;
    font-size: 34px;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    transform: rotate(-90deg);
    animation: bounce 4s 2s infinite; }
  .markdown-body .scroll-down:hover {
    color: #fff;
    animation: none; }
  .markdown-body .home-template .main-header:after {
    display: block;
    content: " ";
    width: 150px;
    height: 130px;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, transparent 70%, transparent 100%); }
  .markdown-body .no-cover .scroll-down,
  .markdown-body .no-cover.main-header:after,
  .markdown-body .archive-template .scroll-down,
  .markdown-body .archive-template .main-header:after {
    display: none; }
  .markdown-body .blog-logo {
    display: block;
    float: left;
    background: none !important;
    /* Makes sure there is never a background */
    border: none !important;
    /* Makes sure there is never a border */ }
  .markdown-body .blog-logo img {
    box-sizing: border-box;
    display: block;
    height: 38px;
    padding: 1px 0 5px 0;
    width: auto; }
  .markdown-body .menu-button {
    box-sizing: border-box;
    display: inline-block;
    float: right;
    height: 38px;
    padding: 0 15px;
    border-style: solid;
    border-width: 1px;
    opacity: 1;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 35px;
    white-space: nowrap;
    border-radius: 3px;
    transition: all 0.5s ease; }
  .markdown-body .menu-button:before {
    font-size: 12px;
    font-weight: bold;
    margin-right: 6px;
    position: relative;
    top: 1px; }
  .markdown-body .menu-button:hover {
    background: #fff; }
  .markdown-body .menu-button:focus {
    outline: 0; }
  .markdown-body .nav-closed .menu-button {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6); }
  .markdown-body .nav-closed .menu-button:hover {
    color: #222; }
  .markdown-body .nav-closed .no-cover .menu-button {
    border-color: #BFC8CD;
    color: #9EABB3; }
  .markdown-body .nav-closed .no-cover .menu-button:hover {
    border-color: #555;
    color: #555; }
  .markdown-body .nav-opened .menu-button {
    padding: 0 12px;
    background: #111;
    border-color: #111;
    color: #fff;
    transform: translate3D(94px, 0, 0);
    transition: all 0.3s ease; }
  .markdown-body .nav-opened .menu-button .word {
    opacity: 0;
    transition: all 0.3s ease; }
  .markdown-body .main-nav.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    border: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 100%); }
  .markdown-body .no-cover .main-nav.overlay {
    background: none; }
  .markdown-body .page-title {
    margin: 10px 0 10px 0;
    font-size: 5rem;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #fff; }
  .markdown-body .page-description {
    margin: 0;
    font-size: 2rem;
    line-height: 1.5em;
    font-weight: 400;
    font-family: "Merriweather", serif;
    letter-spacing: 0.01rem;
    color: rgba(255, 255, 255, 0.8); }
  .markdown-body .no-cover.main-header {
    min-height: 160px;
    max-height: 40vh;
    background: #f5f8fa; }
  .markdown-body .no-cover .page-title {
    color: rgba(0, 0, 0, 0.8); }
  .markdown-body .no-cover .page-description {
    color: rgba(0, 0, 0, 0.5); }
  .markdown-body .home-template .page-title {
    animation: fade-in-down 0.6s;
    animation-delay: 0.2s; }
  .markdown-body .home-template .page-description {
    animation: fade-in-down 0.9s;
    animation-delay: 0.1s; }
  .markdown-body .post {
    position: relative;
    width: 80%;
    max-width: 710px;
    margin: 4rem auto;
    padding-bottom: 4rem;
    border-bottom: #EBF2F6 1px solid;
    word-wrap: break-word; }
  .markdown-body .post:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: #E7EEF2 1px solid;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: #FFF 0 0 0 5px; }
  .markdown-body body:not(.post-template) .post-title {
    font-size: 3.6rem; }
  .markdown-body .post-title a {
    text-decoration: none; }
  .markdown-body .post-excerpt p {
    margin: 0;
    font-size: 0.9em;
    line-height: 1.7em; }
  .markdown-body .read-more {
    text-decoration: none; }
  .markdown-body .post-meta {
    display: block;
    margin: 1.75rem 0 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #9EABB3; }
  .markdown-body .author-thumb {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 9px;
    border-radius: 100%; }
  .markdown-body .post-meta a {
    color: #9EABB3;
    text-decoration: none; }
  .markdown-body .post-meta a:hover {
    text-decoration: underline; }
  .markdown-body .user-meta {
    position: relative;
    padding: 0.3rem 40px 0 100px;
    min-height: 77px; }
  .markdown-body .post-date {
    display: inline-block;
    margin-left: 8px;
    padding-left: 12px;
    border-left: #d5dbde 1px solid;
    text-transform: uppercase;
    font-size: 1.3rem;
    white-space: nowrap; }
  .markdown-body .user-image {
    position: absolute;
    top: 0;
    left: 0; }
  .markdown-body .user-name {
    display: block;
    font-weight: 700; }
  .markdown-body .user-bio {
    display: block;
    max-width: 440px;
    font-size: 1.4rem;
    line-height: 1.5em; }
  .markdown-body .publish-meta {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4.3rem 0 4rem 0;
    text-align: right; }
  .markdown-body .publish-heading {
    display: block;
    font-weight: 700; }
  .markdown-body .publish-date {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5em; }
  .markdown-body .post-template .post-header {
    margin-bottom: 3.4rem; }
  .markdown-body .post-template .post-title {
    margin-bottom: 0; }
  .markdown-body .post-template .post-meta {
    margin: 0; }
  .markdown-body .post-template .post-date {
    padding: 0;
    margin: 0;
    border: none; }
  .markdown-body .post-template .content {
    overflow: hidden; }
  .markdown-body .post-template .post {
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .markdown-body .post-template .post:after {
    display: none; }
  .markdown-body .post-content img {
    display: block;
    max-width: 126%;
    height: auto;
    padding: 0.6em 0;
    /* Centers an image by (1) pushing its left edge to the
       center of its container and (2) shifting the entire image
       in the opposite direction by half its own width.
       Works for images that are larger than their containers. */
    position: relative;
    left: 50%;
    /* for Safari and iOS */
    /* for IE9 */
    transform: translateX(-50%); }
  .markdown-body .footnotes {
    font-style: italic;
    font-size: 1.3rem;
    line-height: 1.6em; }
  .markdown-body .footnotes li {
    margin: 0.6rem 0; }
  .markdown-body .footnotes p {
    margin: 0; }
  .markdown-body .footnotes p a:last-child {
    text-decoration: none; }
  .markdown-body .post-footer {
    position: relative;
    margin: 6rem 0 0 0;
    padding: 3rem 0 0 0;
    border-top: #EBF2F6 1px solid; }
  .markdown-body .post-footer h4 {
    font-size: 1.8rem;
    margin: 0; }
  .markdown-body .post-footer p {
    margin: 1rem 0;
    font-size: 1.4rem;
    line-height: 1.75em; }
  .markdown-body .author-meta {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1;
    font-style: italic;
    color: #9EABB3; }
  .markdown-body .author-meta a {
    color: #9EABB3; }
  .markdown-body .author-meta a:hover {
    color: #111; }
  .markdown-body .post-footer .author {
    margin-right: 180px; }
  .markdown-body .post-footer h4 a {
    color: #2e2e2e;
    text-decoration: none; }
  .markdown-body .post-footer h4 a:hover {
    text-decoration: underline; }
  .markdown-body .post-footer .share {
    position: absolute;
    top: 3rem;
    right: 0;
    width: 140px; }
  .markdown-body .post-footer .share a {
    font-size: 1.8rem;
    display: inline-block;
    margin: 1rem 1.6rem 1.6rem 0;
    color: #BBC7CC;
    text-decoration: none; }
  .markdown-body .post-footer .share .icon-twitter:hover {
    color: #55acee; }
  .markdown-body .post-footer .share .icon-facebook:hover {
    color: #3b5998; }
  .markdown-body .post-footer .share .icon-google-plus:hover {
    color: #dd4b39; }
  .markdown-body .post-head.main-header {
    height: 65vh;
    min-height: 180px; }
  .markdown-body .no-cover.post-head.main-header {
    height: 85px;
    min-height: 0;
    margin-bottom: 0;
    background: transparent; }
  .markdown-body .tag-head.main-header {
    height: 40vh;
    min-height: 180px; }
  .markdown-body .author-head.main-header {
    height: 40vh;
    min-height: 180px; }
  .markdown-body .no-cover.author-head.main-header {
    height: 10vh;
    min-height: 100px;
    background: transparent; }
  .markdown-body .author-profile {
    padding: 0 15px 5rem 15px;
    border-bottom: #EBF2F6 1px solid;
    text-align: center; }
  .markdown-body .author-profile:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: #E7EEF2 1px solid;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: #FFF 0 0 0 5px; }
  .markdown-body .author-image {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    padding: 6px;
    background: #fff;
    z-index: 2;
    box-shadow: #E7EEF2 0 0 0 1px; }
  .markdown-body .author-image .img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 100%; }
  .markdown-body .author-profile .author-image {
    position: relative;
    left: auto;
    top: auto;
    width: 120px;
    height: 120px;
    padding: 3px;
    margin: -100px auto 0 auto;
    box-shadow: none; }
  .markdown-body .author-title {
    margin: 1.5rem 0 1rem; }
  .markdown-body .author-bio {
    font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: 200;
    color: #50585D;
    letter-spacing: 0;
    text-indent: 0; }
  .markdown-body .author-meta {
    margin: 1.6rem 0; }
  .markdown-body .author-profile .author-meta {
    margin: 2rem 0;
    font-family: "Merriweather", serif;
    letter-spacing: 0.01rem;
    font-size: 1.7rem; }
  .markdown-body .author-meta span {
    display: inline-block;
    margin: 0 2rem 1rem 0;
    word-wrap: break-word; }
  .markdown-body .author-meta a {
    text-decoration: none; }
  .markdown-body .archive-template .author-profile .author-meta {
    display: none; }
  .markdown-body .read-next {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 10rem; }
  .markdown-body .read-next-story {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 50%;
    text-decoration: none;
    position: relative;
    text-align: center;
    color: #fff;
    background: #222 no-repeat center center;
    background-size: cover;
    overflow: hidden; }
  .markdown-body .read-next-story:hover:before {
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.2s ease; }
  .markdown-body .read-next-story:hover .post:before {
    color: #222;
    background: #fff;
    transition: all 0.2s ease; }
  .markdown-body .read-next-story:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.5s ease; }
  .markdown-body .read-next-story .post {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .markdown-body .read-next-story .post:before {
    content: "Leer A Continuación";
    padding: 4px 10px 5px;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-family: "Open Sans", sans-serif;
    color: rgba(255, 255, 255, 0.8);
    border: rgba(255, 255, 255, 0.5) 1px solid;
    border-radius: 4px;
    transition: all 0.5s ease; }
  .markdown-body .read-next-story.prev .post:before {
    content: "Te Podría Gustar"; }
  .markdown-body .read-next-story h2 {
    margin-top: 1rem;
    color: #fff; }
  .markdown-body .read-next-story p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8); }
  .markdown-body .read-next-story.no-cover {
    background: #f5f8fa; }
  .markdown-body .read-next-story.no-cover:before {
    display: none; }
  .markdown-body .read-next-story.no-cover .post:before {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.2); }
  .markdown-body .read-next-story.no-cover h2 {
    color: rgba(0, 0, 0, 0.8); }
  .markdown-body .read-next-story.no-cover p {
    color: rgba(0, 0, 0, 0.5); }
  .markdown-body .read-next-story.no-cover + .read-next-story.no-cover {
    border-left: rgba(0, 0, 100, 0.04) 1px solid;
    box-sizing: border-box; }
  .markdown-body .read-next + .site-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0; }
  .markdown-body .gist table {
    margin: 0;
    font-size: 1.4rem;
    text-rendering: auto; }
  .markdown-body .gist td {
    line-height: 1.4; }
  .markdown-body .gist .line-number {
    min-width: 25px; }
  .markdown-body .content .embedPastebin {
    margin-bottom: 1.75em; }
  .markdown-body .pagination {
    position: relative;
    width: 80%;
    max-width: 710px;
    margin: 4rem auto;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    color: #9EABB3;
    text-align: center; }
  .markdown-body .pagination a {
    color: #9EABB3;
    transition: all 0.2s ease; }
  .markdown-body .older-posts,
  .markdown-body .newer-posts {
    position: absolute;
    display: inline-block;
    padding: 0 15px;
    border: #bfc8cd 1px solid;
    text-decoration: none;
    border-radius: 4px;
    transition: border 0.3s ease; }
  .markdown-body .older-posts {
    right: 0; }
  .markdown-body .page-number {
    display: inline-block;
    padding: 2px 0;
    min-width: 100px; }
  .markdown-body .newer-posts {
    left: 0; }
  .markdown-body .older-posts:hover,
  .markdown-body .newer-posts:hover {
    color: #889093;
    border-color: #98a0a4; }
  .markdown-body .extra-pagination {
    display: none;
    border-bottom: #EBF2F6 1px solid; }
  .markdown-body .extra-pagination:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: #E7EEF2 1px solid;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: #FFF 0 0 0 5px; }
  .markdown-body .extra-pagination .pagination {
    width: auto; }
  .markdown-body .archive-template .main-header {
    max-height: 30vh; }
  .markdown-body .archive-template .extra-pagination {
    display: block; }
  .markdown-body .gh-subscribe {
    border: #e7eef2 1px solid;
    padding: 3rem;
    margin-top: 3rem;
    text-align: center;
    background: #f5f8fa;
    border-radius: 5px; }
  .markdown-body .gh-subscribe-title {
    margin-bottom: 0;
    font-size: 2.4rem; }
  .markdown-body .gh-subscribe p {
    margin-top: 0;
    font-size: 1.5rem; }
  .markdown-body .gh-subscribe form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 20px 0 0 0; }
  .markdown-body .gh-subscribe .form-group {
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 300px; }
  .markdown-body .gh-subscribe .subscribe-email {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    border-radius: 4px 0 0 4px;
    transition: all ease 0.5s; }
  .markdown-body .gh-subscribe .subscribe-email:focus {
    border: #5ba4e5 1px solid;
    transition: all ease 0.2s; }
  .markdown-body .gh-subscribe button {
    margin-left: -1px;
    border-radius: 0 4px 4px 0; }
  .markdown-body .gh-subscribe-rss {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 1.4em; }
  .markdown-body .site-footer {
    position: relative;
    margin: 8rem 0 0 0;
    padding: 1rem 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.75em;
    color: #BBC7CC; }
  .markdown-body .site-footer a {
    color: #BBC7CC;
    text-decoration: none;
    font-weight: bold; }
  .markdown-body .site-footer a:hover {
    border-bottom: #bbc7cc 1px solid; }
  .markdown-body .poweredby {
    display: block;
    width: 45%;
    float: right;
    text-align: right; }
  .markdown-body .copyright {
    display: block;
    width: 45%;
    float: left; }
  @media only screen and (max-width: 900px) {
    .markdown-body blockquote {
      margin-left: 0; }
    .markdown-body .main-header {
      box-sizing: border-box;
      height: auto;
      min-height: 240px;
      height: 60vh;
      padding: 15% 0; }
    .markdown-body .scroll-down,
    .markdown-body .home-template .main-header:after {
      display: none; }
    .markdown-body .archive-template .main-header {
      min-height: 180px;
      padding: 10% 0; }
    .markdown-body .blog-logo img {
      padding: 4px 0; }
    .markdown-body .page-title {
      font-size: 4rem;
      letter-spacing: -1px; }
    .markdown-body .page-description {
      font-size: 1.8rem;
      line-height: 1.5em; }
    .markdown-body .post {
      font-size: 0.95em; }
    .markdown-body body:not(.post-template) .post-title {
      font-size: 3.2rem; }
    .markdown-body hr {
      margin: 2.4em 0; }
    .markdown-body ol, .markdown-body ul {
      padding-left: 2em; }
    .markdown-body h1 {
      font-size: 4.5rem;
      text-indent: -2px; }
    .markdown-body h2 {
      font-size: 3.6rem; }
    .markdown-body h3 {
      font-size: 3.1rem; }
    .markdown-body h4 {
      font-size: 2.5rem; }
    .markdown-body h5 {
      font-size: 2.2rem; }
    .markdown-body h6 {
      font-size: 1.8rem; }
    .markdown-body .author-profile {
      padding-bottom: 4rem; }
    .markdown-body .author-profile .author-bio {
      font-size: 1.6rem; }
    .markdown-body .author-meta span {
      display: block;
      margin: 1.5rem 0; }
    .markdown-body .author-profile .author-meta span {
      font-size: 1.6rem; }
    .markdown-body .post-head.main-header {
      height: 45vh; }
    .markdown-body .tag-head.main-header,
    .markdown-body .author-head.main-header {
      height: 30vh; }
    .markdown-body .no-cover.post-head.main-header {
      height: 55px;
      padding: 0; }
    .markdown-body .no-cover.author-head.main-header {
      padding: 0; }
    .markdown-body .gh-subscribe {
      padding: 2rem; }
    .markdown-body .gh-subscribe-title {
      font-size: 2rem; }
    .markdown-body .gh-subscribe p {
      font-size: 1.4rem; }
    .markdown-body .read-next {
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 4rem; }
    .markdown-body .read-next p {
      display: none; }
    .markdown-body .read-next-story.no-cover + .read-next-story.no-cover {
      border-top: rgba(0, 0, 100, 0.06) 1px solid;
      border-left: none; } }
  @media only screen and (max-width: 500px) {
    .markdown-body .main-header {
      margin-bottom: 15px;
      height: 40vh; }
    .markdown-body .no-cover.main-header {
      height: 30vh; }
    .markdown-body .archive-template .main-header {
      max-height: 20vh;
      min-height: 160px;
      padding: 10% 0; }
    .markdown-body .main-nav {
      padding: 5px;
      margin-bottom: 2rem; }
    .markdown-body .blog-logo {
      padding: 5px; }
    .markdown-body .blog-logo img {
      height: 30px; }
    .markdown-body .menu-button {
      padding: 0 5px;
      border-radius: 0;
      border-width: 0;
      color: #2e2e2e;
      background: transparent; }
    .markdown-body .menu-button:hover {
      color: #2e2e2e;
      border-color: transparent;
      background: none; }
    .markdown-body body.nav-opened .menu-button {
      background: none;
      border: transparent; }
    .markdown-body .main-nav.overlay a:hover {
      color: #fff;
      border-color: transparent;
      background: transparent; }
    .markdown-body .no-cover .main-nav.overlay {
      background: none; }
    .markdown-body .no-cover .main-nav.overlay .menu-button {
      border: none; }
    .markdown-body .main-nav.overlay .menu-button {
      border-color: transparent; }
    .markdown-body .nav-title {
      top: 25px; }
    .markdown-body .nav-close {
      position: absolute;
      top: 18px; }
    .markdown-body .nav ul {
      padding: 60px 9% 5%; }
    .markdown-body .inner,
    .markdown-body .pagination {
      width: auto;
      margin: 2rem auto; }
    .markdown-body .post {
      width: auto;
      margin-top: 2rem;
      margin-bottom: 2rem;
      margin-left: 16px;
      margin-right: 16px;
      padding-bottom: 2rem;
      line-height: 1.65em; }
    .markdown-body .post-date {
      display: none; }
    .markdown-body .post-template .post-header {
      margin-bottom: 2rem; }
    .markdown-body .post-template .post-date {
      display: inline-block; }
    .markdown-body hr {
      margin: 1.75em 0; }
    .markdown-body p, .markdown-body ul, .markdown-body ol, .markdown-body dl {
      font-size: 0.95em;
      margin: 0 0 2.5rem 0; }
    .markdown-body .page-title {
      font-size: 3rem; }
    .markdown-body .post-excerpt p {
      font-size: 0.85em; }
    .markdown-body .page-description {
      font-size: 1.6rem; }
    .markdown-body h1, .markdown-body h2, .markdown-body h3,
    .markdown-body h4, .markdown-body h5, .markdown-body h6 {
      margin: 0 0 0.3em 0; }
    .markdown-body h1 {
      font-size: 2.8rem;
      letter-spacing: -1px; }
    .markdown-body h2 {
      font-size: 2.4rem;
      letter-spacing: 0; }
    .markdown-body h3 {
      font-size: 2.1rem; }
    .markdown-body h4 {
      font-size: 1.9rem; }
    .markdown-body h5 {
      font-size: 1.8rem; }
    .markdown-body h6 {
      font-size: 1.8rem; }
    .markdown-body body:not(.post-template) .post-title {
      font-size: 2.5rem; }
    .markdown-body .post-template .site-footer {
      margin-top: 0; }
    .markdown-body .post-content img {
      padding: 0;
      width: calc(100% + 32px);
      /* expand with to image + margins */
      min-width: 0;
      max-width: 112%;
      /* fallback when calc doesn't work */ }
    .markdown-body .post-meta {
      font-size: 1.3rem;
      margin-top: 1rem; }
    .markdown-body .post-footer {
      padding: 5rem 0 3rem 0;
      text-align: center; }
    .markdown-body .post-footer .author {
      margin: 0 0 2rem 0;
      padding: 0 0 1.6rem 0;
      border-bottom: #EBF2F6 1px dashed; }
    .markdown-body .post-footer .share {
      position: static;
      width: auto; }
    .markdown-body .post-footer .share a {
      margin: 1.4rem 0.8rem 0 0.8rem; }
    .markdown-body .author-meta li {
      float: none;
      margin: 0;
      line-height: 1.75em; }
    .markdown-body .author-meta li:before {
      display: none; }
    .markdown-body .older-posts,
    .markdown-body .newer-posts {
      position: static;
      margin: 10px 0; }
    .markdown-body .page-number {
      display: block; }
    .markdown-body .site-footer {
      margin-top: 3rem; }
    .markdown-body .author-profile {
      padding-bottom: 2rem; }
    .markdown-body .post-head.main-header {
      height: 30vh; }
    .markdown-body .tag-head.main-header,
    .markdown-body .author-head.main-header {
      height: 20vh; }
    .markdown-body .post-footer .author-image {
      top: -60px; }
    .markdown-body .author-profile .author-image {
      margin-top: -70px; }
    .markdown-body .author-profile .author-meta span {
      font-size: 1.4rem; }
    .markdown-body .archive-template .main-header .page-description {
      display: none; }
    .markdown-body .gh-subscribe {
      padding: 15px; }
    .markdown-body .gh-subscribe form {
      margin-top: 10px; }
    .markdown-body .read-next {
      margin-top: 2rem;
      margin-bottom: -37px; }
    .markdown-body .read-next .post {
      width: 100%; } }

@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes bounce {
  0%, 10%, 25%, 40%, 50% {
    transform: translateY(0) rotate(-90deg); }
  20% {
    transform: translateY(-10px) rotate(-90deg); }
  30% {
    transform: translateY(-5px) rotate(-90deg); } }

/*FLAT UI*/
/*FLAT UI*/
/*MENU*/
/*Filters*/
[ai-template="crum__elegir_hospital--template"] {
  height: 100%; }
  [ai-template="crum__elegir_hospital--template"] > div {
    float: left;
    height: 100%; }
  [ai-template="crum__elegir_hospital--template"] .sidebar {
    width: 260px;
    background-color: #f00; }
  [ai-template="crum__elegir_hospital--template"] .container {
    width: calc(100% - 260px); }

[ai-popin="paciente__auxiliar_estudio_mamografia--popin"] .transclude {
  height: 100% !important;
  overflow: hidden; }

[ai-popin="inventario__vale_nuevo--popin"] .ai-schema .schema-input.input-type-Integer {
  width: 140px !important;
  min-width: 140px !important; }

[ai-popin="inventario__vale_nuevo--popin"] .ai-schema .schema-input.input-type-increment {
  width: 180px !important;
  min-width: 180px !important; }

[ai-menu="vale_colectivo--menu"] .items_container .rightContainer {
  padding-right: 200px !important; }
  [ai-menu="vale_colectivo--menu"] .items_container .rightContainer .columns .sector {
    position: absolute;
    right: 0; }

[ai-popin="sidebar__qr--popin"] .ai-menu, [ai-popin="sidebar__qr--popin"] .contenido, [ai-popin="sidebar__qr--popin"] .transclude {
  height: auto !important; }

[ai-menu="nota__problemas--menu"] .ai-schema .schema-input .ai-input textarea {
  height: 320px !important;
  width: 200% !important; }

#mapaCasosDescripcion {
  z-index: 2;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px; }
  #mapaCasosDescripcion td, #mapaCasosDescripcion th {
    padding: 7px 0 0 20px;
    font-size: 12px;
    color: #444; }
  #mapaCasosDescripcion th, #mapaCasosDescripcion b {
    font-weight: bold; }

[ai-menu="notas__enfermeria_nics--menu"] {
  display: none; }

@keyframes bounce {
  0% {
    margin-top: 150px; }
  50% {
    margin-top: 200px; }
  100% {
    margin-top: 150px; } }

i.bounce {
  margin: 150px 0;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 180px;
  color: #F1F2F3;
  animation: bounce 1s infinite;
  -webkit-animation: bounce 1s infinite; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  -webkit-pointer-events: none; }

#nprogress .bar {
  display: block !important;
  background: #c4302b;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #c4302b, 0 0 5px #c4302b;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: none;
  position: fixed;
  z-index: 100;
  top: 15px;
  left: 0;
  margin-left: 40px;
  margin-top: 7px; }

.spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #c4302b;
  border-left-color: #c4302b;
  border-radius: 10px;
  animation: nprogress-spinner 400ms linear infinite; }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }

/*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.fileinput-button {
  position: relative;
  overflow: hidden; }

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer; }

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%; } }

.fileupload-container {
  /*button.add_multiple {
        background-color: $secondary;
        width: 200px;
        color: white;
        &:hover {
            background-color: $type!important;
        }
        @include max-screen(820px) {
           width: 100px;
        }
    }*/ }
  .fileupload-container button {
    float: left;
    margin-bottom: 10px; }
  .fileupload-container button.add {
    background-color: #2980b9;
    width: 200px;
    color: white; }
    .fileupload-container button.add:hover {
      background-color: #3498db !important; }
    @media only screen and (max-width: 820px) {
      .fileupload-container button.add {
        width: 100px; } }
  .fileupload-container button.change {
    display: none; }
  .fileupload-container button.option {
    margin-left: 5px;
    background-color: #2980b9;
    width: 45px;
    color: white;
    font-size: 20px; }
    .fileupload-container button.option:hover {
      background-color: #ecf0f1 !important;
      color: #2C3E50; }
  .fileupload-container button.image {
    background-color: #2C3E50; }
    .fileupload-container button.image:hover {
      color: #2C3E50; }
  .fileupload-container button.file_preview {
    background-color: #008080; }
    .fileupload-container button.file_preview:hover {
      color: #008080; }
  .fileupload-container button.file_download {
    background-color: #27ae60; }
    .fileupload-container button.file_download:hover {
      color: #27ae60; }
  .fileupload-container button.file_remove {
    background-color: #993333; }
    .fileupload-container button.file_remove:hover {
      color: #993333; }
  .fileupload-container button.take-photo {
    background-color: #27ae60; }
    .fileupload-container button.take-photo:hover {
      color: #27ae60; }
  .fileupload-container button.close-camera {
    background-color: #c0392b; }
    .fileupload-container button.close-camera:hover {
      color: #c0392b; }
  .fileupload-container input[type="text"] {
    display: none; }
  .fileupload-container input[type="file"].fileupload, .fileupload-container input[type="file"].fileupload_multiple {
    position: absolute;
    left: 0;
    width: 204px;
    opacity: 0;
    cursor: pointer;
    height: 50px; }
    @media only screen and (max-width: 820px) {
      .fileupload-container input[type="file"].fileupload, .fileupload-container input[type="file"].fileupload_multiple {
        width: 104px; } }
  .fileupload-container input[type="file"].fileupload.cameraupload {
    position: absolute;
    left: 210px;
    width: 204px;
    opacity: 0;
    cursor: pointer;
    height: 50px;
    display: none; }
    @media only screen and (max-width: 820px) {
      .fileupload-container input[type="file"].fileupload.cameraupload {
        display: block;
        left: 104px;
        width: 52px; } }
  .fileupload-container > div.full_preview {
    width: calc(100% - 50px);
    height: 100%;
    margin-top: 0;
    line-height: 20px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    background: rgba(0, 0, 0, 0.8);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .fileupload-container > div.full_preview > #close_full_preview {
      display: -ms-flexbox;
      display: flex;
      z-index: 102;
      background: black;
      position: fixed;
      bottom: 0;
      left: 0;
      width: calc(100% - 50px);
      height: 70px;
      color: white;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .fileupload-container > div.full_preview > #close_full_preview > button {
        background-color: #c0392b;
        color: white;
        width: 150px;
        margin-left: 35px; }
    .fileupload-container > div.full_preview > iframe {
      width: 100%;
      height: calc(100% - 150px); }
    .fileupload-container > div.full_preview > img {
      width: 100%;
      max-width: 500px;
      max-height: calc(100% - 150px);
      margin: 0 auto;
      display: block !important;
      margin-top: 80px; }
  .fileupload-container > div.hide_camera {
    top: -2000px;
    overflow: hidden;
    position: fixed; }
  .fileupload-container .webcam video {
    height: auto !important;
    width: 400px !important;
    margin-bottom: 10px; }
  .fileupload-container > div.inline_preview {
    max-width: 400px;
    margin-bottom: 5px;
    line-height: 20px;
    overflow: none; }
    .fileupload-container > div.inline_preview > #close_full_preview {
      display: none; }
    .fileupload-container > div.inline_preview > iframe {
      width: 400px; }
    .fileupload-container > div.inline_preview > img {
      max-width: 400px;
      max-height: 400px;
      /*width: 100%;*/
      cursor: -webkit-zoom-in; }
    .fileupload-container > div.inline_preview > video {
      max-width: 400px; }

/********************
 * HTML CSS
 */
.chartWrap {
  margin: 0;
  padding: 0;
  overflow: hidden; }

/********************
  Box shadow and border radius styling
*/
.nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px; }

/********************
 * TOOLTIP CSS
 */
.nvtooltip {
  position: absolute;
  background-color: white;
  padding: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 10000;
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  pointer-events: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*Give tooltips that old fade in transition by
    putting a "with-transitions" class on the container div.
*/
.nvtooltip.with-transitions, .with-transitions .nvtooltip {
  transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -webkit-transition-delay: 250ms; }

.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
  padding: 8px; }

.nvtooltip h3 {
  margin: 0;
  padding: 4px 14px;
  line-height: 18px;
  font-weight: normal;
  background-color: rgba(247, 247, 247, 0.75);
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.nvtooltip p {
  margin: 0;
  padding: 5px 14px;
  text-align: center; }

.nvtooltip span {
  display: inline-block;
  margin: 2px 0; }

.nvtooltip table {
  margin: 6px;
  border-spacing: 0; }

.nvtooltip table td {
  padding: 2px 9px 2px 0;
  vertical-align: middle; }

.nvtooltip table td.key {
  font-weight: normal; }

.nvtooltip table td.value {
  text-align: right;
  font-weight: bold; }

.nvtooltip table tr.highlight td {
  padding: 1px 9px 1px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px; }

.nvtooltip table td.legend-color-guide div {
  width: 8px;
  height: 8px;
  vertical-align: middle; }

.nvtooltip .footer {
  padding: 3px;
  text-align: center; }

.nvtooltip-pending-removal {
  position: absolute;
  pointer-events: none; }

/********************
 * SVG CSS
 */
svg {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Trying to get SVG to act like a greedy block in all browsers */
  display: block;
  width: 100%;
  height: 100%; }

svg text {
  font: normal 12px Arial; }

svg .title {
  font: bold 14px Arial; }

.nvd3 .nv-background {
  fill: white;
  fill-opacity: 0;
  /*
  pointer-events: none;
  */ }

.nvd3.nv-noData {
  font-size: 18px;
  font-weight: bold; }

/**********
*  Brush
*/
.nv-brush .extent {
  fill-opacity: .125;
  shape-rendering: crispEdges; }

/**********
*  Legend
*/
.nvd3 .nv-legend .nv-series {
  cursor: pointer; }

.nvd3 .nv-legend .disabled circle {
  fill-opacity: 0; }

/**********
*  Axes
*/
.nvd3 .nv-axis {
  pointer-events: none; }

.nvd3 .nv-axis path {
  fill: none;
  stroke: #000;
  stroke-opacity: .75;
  shape-rendering: crispEdges; }

.nvd3 .nv-axis path.domain {
  stroke-opacity: .75; }

.nvd3 .nv-axis.nv-x path.domain {
  stroke-opacity: 0; }

.nvd3 .nv-axis line {
  fill: none;
  stroke: #e5e5e5;
  shape-rendering: crispEdges; }

.nvd3 .nv-axis .zero line,
.nvd3 .nv-axis line.zero {
  stroke-opacity: .75; }

.nvd3 .nv-axis .nv-axisMaxMin text {
  font-weight: bold; }

.nvd3 .x .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
  text-anchor: middle; }

/**********
*  Brush
*/
.nv-brush .resize path {
  fill: #eee;
  stroke: #666; }

/**********
*  Bars
*/
.nvd3 .nv-bars .negative rect {
  zfill: brown; }

.nvd3 .nv-bars rect {
  zfill: steelblue;
  fill-opacity: .75;
  transition: fill-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear; }

.nvd3 .nv-bars rect.hover {
  fill-opacity: 1; }

.nvd3 .nv-bars .hover rect {
  fill: lightblue; }

.nvd3 .nv-bars text {
  fill: transparent; }

.nvd3 .nv-bars .hover text {
  fill: black; }

/**********
*  Bars
*/
.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear; }

.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
  fill-opacity: 1; }

.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
  font-weight: bold;
  fill: black;
  stroke: transparent; }

/***********
*  Pie Chart
*/
.nvd3.nv-pie path {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear; }

.nvd3.nv-pie .nv-slice text {
  stroke: #000;
  stroke-width: 0; }

.nvd3.nv-pie path {
  stroke: #fff;
  stroke-width: 1px;
  stroke-opacity: 1; }

.nvd3.nv-pie .hover path {
  fill-opacity: .7; }

.nvd3.nv-pie .nv-label {
  pointer-events: none; }

.nvd3.nv-pie .nv-label rect {
  fill-opacity: 0;
  stroke-opacity: 0; }

/**********
* Lines
*/
.nvd3 .nv-groups path.nv-line {
  fill: none;
  stroke-width: 1.5px;
  /*
  stroke-linecap: round;
  shape-rendering: geometricPrecision;

  transition: stroke-width 250ms linear;
  -moz-transition: stroke-width 250ms linear;
  -webkit-transition: stroke-width 250ms linear;

  transition-delay: 250ms
  -moz-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  */ }

.nvd3 .nv-groups path.nv-line.nv-thin-line {
  stroke-width: 1px; }

.nvd3 .nv-groups path.nv-area {
  stroke: none;
  /*
  stroke-linecap: round;
  shape-rendering: geometricPrecision;

  stroke-width: 2.5px;
  transition: stroke-width 250ms linear;
  -moz-transition: stroke-width 250ms linear;
  -webkit-transition: stroke-width 250ms linear;

  transition-delay: 250ms
  -moz-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  */ }

.nvd3 .nv-line.hover path {
  stroke-width: 6px; }

/*
.nvd3.scatter .groups .point {
  fill-opacity: 0.1;
  stroke-opacity: 0.1;
}
  */
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill-opacity: 0;
  stroke-opacity: 0; }

.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
  fill-opacity: .5 !important;
  stroke-opacity: .5 !important; }

.with-transitions .nvd3 .nv-groups .nv-point {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear; }

.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 7px;
  fill-opacity: .95 !important;
  stroke-opacity: .95 !important; }

.nvd3 .nv-point-paths path {
  stroke: #aaa;
  stroke-opacity: 0;
  fill: #eee;
  fill-opacity: 0; }

.nvd3 .nv-indexLine {
  cursor: ew-resize; }

/**********
* Distribution
*/
.nvd3 .nv-distribution {
  pointer-events: none; }

/**********
*  Scatter
*/
/* **Attempting to remove this for useVoronoi(false), need to see if it's required anywhere
.nvd3 .nv-groups .nv-point {
  pointer-events: none;
}
*/
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 20px;
  stroke-opacity: .5; }

.nvd3 .nv-scatter .nv-point.hover {
  fill-opacity: 1; }

/*
.nv-group.hover .nv-point {
  fill-opacity: 1;
}
*/
/**********
*  Stacked Area
*/
.nvd3.nv-stackedarea path.nv-area {
  fill-opacity: .7;
  /*
  stroke-opacity: .65;
  fill-opacity: 1;
  */
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  /*
  transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  */ }

.nvd3.nv-stackedarea path.nv-area.hover {
  fill-opacity: .9;
  /*
  stroke-opacity: .85;
  */ }

/*
.d3stackedarea .groups path {
  stroke-opacity: 0;
}
  */
.nvd3.nv-stackedarea .nv-groups .nv-point {
  stroke-opacity: 0;
  fill-opacity: 0; }

/*
.nvd3.nv-stackedarea .nv-groups .nv-point.hover {
  stroke-width: 20px;
  stroke-opacity: .75;
  fill-opacity: 1;
}*/
/**********
*  Line Plus Bar
*/
.nvd3.nv-linePlusBar .nv-bar rect {
  fill-opacity: .75; }

.nvd3.nv-linePlusBar .nv-bar rect:hover {
  fill-opacity: 1; }

/**********
*  Bullet
*/
.nvd3.nv-bullet {
  font: 10px sans-serif; }

.nvd3.nv-bullet .nv-measure {
  fill-opacity: .8; }

.nvd3.nv-bullet .nv-measure:hover {
  fill-opacity: 1; }

.nvd3.nv-bullet .nv-marker {
  stroke: #000;
  stroke-width: 2px; }

.nvd3.nv-bullet .nv-markerTriangle {
  stroke: #000;
  fill: #fff;
  stroke-width: 1.5px; }

.nvd3.nv-bullet .nv-tick line {
  stroke: #666;
  stroke-width: .5px; }

.nvd3.nv-bullet .nv-range.nv-s0 {
  fill: #eee; }

.nvd3.nv-bullet .nv-range.nv-s1 {
  fill: #ddd; }

.nvd3.nv-bullet .nv-range.nv-s2 {
  fill: #ccc; }

.nvd3.nv-bullet .nv-title {
  font-size: 14px;
  font-weight: bold; }

.nvd3.nv-bullet .nv-subtitle {
  fill: #999; }

.nvd3.nv-bullet .nv-range {
  fill: #bababa;
  fill-opacity: .4; }

.nvd3.nv-bullet .nv-range:hover {
  fill-opacity: .7; }

/**********
* Sparkline
*/
.nvd3.nv-sparkline path {
  fill: none; }

.nvd3.nv-sparklineplus g.nv-hoverValue {
  pointer-events: none; }

.nvd3.nv-sparklineplus .nv-hoverValue line {
  stroke: #333;
  stroke-width: 1.5px; }

.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
  pointer-events: all; }

.nvd3 .nv-hoverArea {
  fill-opacity: 0;
  stroke-opacity: 0; }

.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
  /*
  stroke: #666;
  */
  stroke-width: 0;
  font-size: .9em;
  font-weight: normal; }

.nvd3.nv-sparklineplus .nv-yValue {
  stroke: #f66; }

.nvd3.nv-sparklineplus .nv-maxValue {
  stroke: #2ca02c;
  fill: #2ca02c; }

.nvd3.nv-sparklineplus .nv-minValue {
  stroke: #d62728;
  fill: #d62728; }

.nvd3.nv-sparklineplus .nv-currentValue {
  /*
  stroke: #444;
  fill: #000;
  */
  font-weight: bold;
  font-size: 1.1em; }

/**********
* historical stock
*/
.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
  stroke-width: 2px; }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
  stroke-width: 4px; }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
  stroke: #2ca02c; }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
  stroke: #d62728; }

.nvd3.nv-historicalStockChart .nv-axis .nv-axislabel {
  font-weight: bold; }

.nvd3.nv-historicalStockChart .nv-dragTarget {
  fill-opacity: 0;
  stroke: none;
  cursor: move; }

.nvd3 .nv-brush .extent {
  /*
  cursor: ew-resize !important;
  */
  fill-opacity: 0 !important; }

.nvd3 .nv-brushBackground rect {
  stroke: #000;
  stroke-width: .4;
  fill: #fff;
  fill-opacity: .7; }

/**********
* Indented Tree
*/
/**
 * TODO: the following 3 selectors are based on classes used in the example.  I should either make them standard and leave them here, or move to a CSS file not included in the library
 */
.nvd3.nv-indentedtree .name {
  margin-left: 5px; }

.nvd3.nv-indentedtree .clickable {
  color: #08C;
  cursor: pointer; }

.nvd3.nv-indentedtree span.clickable:hover {
  color: #005580;
  text-decoration: underline; }

.nvd3.nv-indentedtree .nv-childrenCount {
  display: inline-block;
  margin-left: 5px; }

.nvd3.nv-indentedtree .nv-treeicon {
  cursor: pointer;
  /*
  cursor: n-resize;
  */ }

.nvd3.nv-indentedtree .nv-treeicon.nv-folded {
  cursor: pointer;
  /*
  cursor: s-resize;
  */ }

/**********
* Parallel Coordinates
*/
.nvd3 .background path {
  fill: none;
  stroke: #ccc;
  stroke-opacity: .4;
  shape-rendering: crispEdges; }

.nvd3 .foreground path {
  fill: none;
  stroke: steelblue;
  stroke-opacity: .7; }

.nvd3 .brush .extent {
  fill-opacity: .3;
  stroke: #fff;
  shape-rendering: crispEdges; }

.nvd3 .axis line, .axis path {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges; }

.nvd3 .axis text {
  text-shadow: 0 1px 0 #fff; }

/****
Interactive Layer
*/
.nvd3 .nv-interactiveGuideLine {
  pointer-events: none; }

.nvd3 line.nv-guideline {
  stroke: #ccc; }

#mini-clndr {
  font-family: Asap, Helvetica, Arial;
  margin: 0 auto;
  width: 240px; }

#mini-clndr .clndr {
  overflow: hidden; }

[ai-sidebar="sidebar-citas"] > nav {
  padding-top: 0px !important; }

#mini-clndr .clndr .controls {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  height: 35px; }

#mini-clndr .clndr .controls .clndr-previous-button,
#mini-clndr .clndr .controls .clndr-next-button {
  width: 15%;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  transition: background-color 0.5s;
  float: left; }

#mini-clndr .clndr .controls .clndr-previous-button:hover,
#mini-clndr .clndr .controls .clndr-next-button:hover {
  background-color: rgba(255, 255, 255, 0.2); }

#mini-clndr .clndr .controls .month {
  width: 70%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 35px;
  line-height: 35px;
  float: left;
  color: rgba(255, 255, 255, 0.9); }

#mini-clndr .clndr .days-container {
  position: relative;
  width: 240px;
  height: 200px;
  display: inline-block; }

#mini-clndr .clndr .days-container .days {
  position: absolute;
  left: 0;
  width: 240px;
  height: 206px;
  transition: left 0.5s; }

#mini-clndr .clndr .days-container .days .day,
#mini-clndr .clndr .days-container .days .empty {
  width: 34px;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  height: 28px; }
  #mini-clndr .clndr .days-container .days .day i,
  #mini-clndr .clndr .days-container .days .empty i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    display: none; }
    #mini-clndr .clndr .days-container .days .day i.free,
    #mini-clndr .clndr .days-container .days .empty i.free {
      color: #4CAF50 !important;
      display: block !important; }
    #mini-clndr .clndr .days-container .days .day i.full,
    #mini-clndr .clndr .days-container .days .empty i.full {
      color: #F44336 !important;
      display: block !important; }
    #mini-clndr .clndr .days-container .days .day i.off,
    #mini-clndr .clndr .days-container .days .empty i.off {
      color: #CCC !important;
      display: block !important; }
    #mini-clndr .clndr .days-container .days .day i.dates,
    #mini-clndr .clndr .days-container .days .empty i.dates {
      color: #F1C40F !important;
      display: block !important; }

#mini-clndr .clndr .days-container .days .day {
  cursor: pointer; }
  #mini-clndr .clndr .days-container .days .day.today {
    border-bottom: 4px solid #0288D1;
    box-sizing: border-box; }
  #mini-clndr .clndr .days-container .days .day.selected {
    border-bottom: 4px solid #FF5722;
    box-sizing: border-box; }
    #mini-clndr .clndr .days-container .days .day.selected i {
      display: none; }
  #mini-clndr .clndr .days-container .days .day.past i {
    display: none; }

#mini-clndr .clndr .days-container .days .day.event,
#mini-clndr .clndr .days-container .days .empty.event {
  background-color: #d2d2d2;
  transition: background-color 0.5s;
  cursor: pointer; }

#mini-clndr .clndr .days-container .days .day:hover,
#mini-clndr .clndr .days-container .days .empty:hover {
  background-color: rgba(255, 255, 255, 0.2); }

#mini-clndr .clndr .days-container .days .day.adjacent-month,
#mini-clndr .clndr .days-container .days .empty.adjacent-month {
  color: #333; }

#mini-clndr .clndr .days-container .days .empty {
  height: 31px;
  vertical-align: bottom; }

#mini-clndr .clndr .days-container .days .headers {
  height: 25px;
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 5px;
  padding-bottom: 5px; }

#mini-clndr .clndr .days-container .days .headers .day-header {
  width: 34px;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px; }

#mini-clndr .clndr .days-container .events {
  position: absolute;
  left: 240px;
  width: 240px;
  height: 186px;
  transition: left 0.5s;
  background-color: #FFF; }

#mini-clndr .clndr .days-container .events .headers {
  position: relative; }

#mini-clndr .clndr .days-container .events .event-header {
  width: 100%;
  background-color: #eee;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #555; }

#mini-clndr .clndr .days-container .events .go-button {
  height: 50px;
  border: 1px solid #eee;
  background: #fafafa;
  cursor: pointer; }
  #mini-clndr .clndr .days-container .events .go-button i {
    margin: 12px 0 0 18px;
    float: left;
    color: #bdc3c7;
    font-size: 22px; }
  #mini-clndr .clndr .days-container .events .go-button div {
    margin: 12px 0 0 55px;
    color: #2c3e50; }

#mini-clndr .clndr .days-container .events .x-button {
  position: absolute;
  font-size: 80%;
  top: 5px;
  left: 15px;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  transition: color 0.25s; }

#mini-clndr .clndr .days-container .events .x-button:hover {
  color: #000; }

#mini-clndr .clndr .days-container .events .events-list {
  overflow: auto;
  height: calc(100% - 65px); }

#mini-clndr .clndr .days-container .events .events-list .event {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: background-color 0.25s;
  width: 100%;
  height: 40px;
  background: #fafafa; }
  #mini-clndr .clndr .days-container .events .events-list .event div {
    font-size: 16px;
    width: auto;
    height: 100%;
    text-align: left;
    display: inline-block; }
    #mini-clndr .clndr .days-container .events .events-list .event div.citas {
      width: 60px; }
      #mini-clndr .clndr .days-container .events .events-list .event div.citas > span {
        width: 50%;
        height: 100%;
        float: left;
        font-size: 14px;
        color: white;
        padding: 12px 0 0 9px; }
        #mini-clndr .clndr .days-container .events .events-list .event div.citas > span.ocupadas {
          background-color: #c0392b; }
        #mini-clndr .clndr .days-container .events .events-list .event div.citas > span.disponibles {
          background-color: #27ae60; }
    #mini-clndr .clndr .days-container .events .events-list .event div.medico {
      font-size: 14px;
      width: calc(100% - 65px);
      overflow: hidden;
      padding: 5px 0 0 5px; }

#mini-clndr .clndr .days-container .events .events-list .event a {
  position: relative;
  font-size: 12px;
  letter-spacing: 1px;
  background-color: transparent;
  color: #212121;
  text-decoration: none;
  transition: color 0.25s; }

#mini-clndr .clndr .days-container .events .events-list .event a:hover {
  background-color: transparent;
  color: #69a776; }

#mini-clndr .clndr .days-container.show-events .days {
  left: -240px; }

#mini-clndr .clndr .days-container.show-events .events {
  left: 0; }

/*
Tipr 2.0
Copyright (c) 2015 Tipue
Tipr is released under the MIT License
http://www.tipue.com/tipr
*/
.tipr_content {
  font: 13px/1.7 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #fff;
  padding: 9px 17px;
  max-width: 400px; }

.tipr_container_bottom {
  display: none;
  position: absolute;
  margin-top: 120px;
  z-index: 1000; }

.tipr_container_top {
  position: fixed;
  left: 500px;
  top: 100px;
  display: none;
  z-index: 1000; }

.tipr_container_rigth {
  position: fixed;
  left: 500px;
  top: 100px;
  display: none;
  z-index: 1000; }

.tipr_point_top,
.tipr_point_bottom {
  position: relative;
  background: #fff;
  border: 1px solid #dcdcdc; }

.tipr_point_top:after,
.tipr_point_top:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0; }

.tipr_point_top:after {
  border-top-color: #fff;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }

.tipr_point_top:before {
  border-top-color: #dcdcdc;
  border-width: 9px;
  left: 50%;
  margin-left: -9px; }

.tipr_point_bottom:after,
.tipr_point_bottom:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0; }

.tipr_point_bottom:after {
  border-bottom-color: #fff;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }

.tipr_point_bottom:before {
  border-bottom-color: #dcdcdc;
  border-width: 9px;
  left: 50%;
  margin-left: -9px; }

.tipr_point_right:after,
.tipr_point_right:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0; }

.tipr_point_right:after {
  border-bottom-color: #fff;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }

.tipr_point_right:before {
  border-bottom-color: #dcdcdc;
  border-width: 9px;
  left: 50%;
  margin-left: -9px; }

/* line 6, ../sass/_content.sass */
.offline-ui .offline-ui-retry:before {
  content: "Reconectar"; }

/* line 11, ../sass/_content.sass */
.offline-ui.offline-ui-up .offline-ui-content:before {
  content: "Tu computador está conectado a internet."; }

@media (max-width: 1024px) {
  /* line 11, ../sass/_content.sass */
  .offline-ui.offline-ui-up .offline-ui-content:before {
    content: "Tu dispositivo está conectado a internet."; } }

@media (max-width: 568px) {
  /* line 11, ../sass/_content.sass */
  .offline-ui.offline-ui-up .offline-ui-content:before {
    content: "Tu dispositivo está conectado."; } }

/* line 22, ../sass/_content.sass */
.offline-ui.offline-ui-down .offline-ui-content:before {
  content: "Tu computador perdió su conexión a internet."; }

@media (max-width: 1024px) {
  /* line 22, ../sass/_content.sass */
  .offline-ui.offline-ui-down .offline-ui-content:before {
    content: "Tu dispositivo perdió su conexión a internet."; } }

@media (max-width: 568px) {
  /* line 22, ../sass/_content.sass */
  .offline-ui.offline-ui-down .offline-ui-content:before {
    content: "Tu dispositivo no está conectado."; } }

/* line 33, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-connecting .offline-ui-content:before, .offline-ui.offline-ui-down.offline-ui-connecting-2s .offline-ui-content:before {
  content: "Intentando reconectar..."; }

/* line 42, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before {
  content: "Conexión perdida. Reconectando en " attr(data-retry-in-value) " segundos..."; }

@media (max-width: 568px) {
  /* line 42, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before {
    content: "Reconectando en " attr(data-retry-in-value) "s..."; } }

/* line 50, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before {
  content: "Conexión perdida. Reconectando en " attr(data-retry-in-value) " segundo..."; }

@media (max-width: 568px) {
  /* line 50, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before {
    content: "Reconectando en " attr(data-retry-in-value) "s..."; } }

/* line 58, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before {
  content: "Conexión perdida. Reconectando en " attr(data-retry-in-value) " minutos..."; }

@media (max-width: 568px) {
  /* line 58, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before {
    content: "Reconectando en " attr(data-retry-in-value) "m..."; } }

/* line 66, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before {
  content: "Conexión perdida. Reconectando en " attr(data-retry-in-value) " minuto..."; }

@media (max-width: 568px) {
  /* line 66, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before {
    content: "Reconectando en " attr(data-retry-in-value) "m..."; } }

/* line 74, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before {
  content: "Conexión perdida. Reconectando en " attr(data-retry-in-value) " horas..."; }

@media (max-width: 568px) {
  /* line 74, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before {
    content: "Reconectando en " attr(data-retry-in-value) "h..."; } }

/* line 82, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before {
  content: "Conexión perdida. Reconectando en " attr(data-retry-in-value) " hora..."; }

@media (max-width: 568px) {
  /* line 82, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before {
    content: "Reconectando en " attr(data-retry-in-value) "h..."; } }

/* line 90, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
  display: none; }

/* line 93, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s .offline-ui-content:before {
  content: "Intento fallido."; }

/* line 4, ../sass/_offline-theme-base.sass */
.offline-ui, .offline-ui *, .offline-ui:before, .offline-ui:after, .offline-ui *:before, .offline-ui *:after {
  box-sizing: border-box; }

/* line 7, ../sass/_offline-theme-base.sass */
.offline-ui {
  display: none;
  position: fixed;
  background: white;
  z-index: 2000;
  margin: auto;
  top: 0;
  left: 0;
  right: 0; }

/* line 17, ../sass/_offline-theme-base.sass */
.offline-ui .offline-ui-content:before {
  display: inline; }

/* line 20, ../sass/_offline-theme-base.sass */
.offline-ui .offline-ui-retry {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  display: none; }

/* line 24, ../sass/_offline-theme-base.sass */
.offline-ui .offline-ui-retry:before {
  display: inline; }

/* line 29, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-up.offline-ui-up-5s {
  display: block; }

/* line 32, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-down {
  display: block; }

/* line 37, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-retry {
  display: block; }

/* line 42, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
  display: none; }

@keyframes offline-dropin {
  /* line 40, ../sass/_keyframes.sass */
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 0; }
  /* line 43, ../sass/_keyframes.sass */
  1% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
    opacity: 0; }
  /* line 48, ../sass/_keyframes.sass */
  2% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
    opacity: 1; }
  /* line 51, ../sass/_keyframes.sass */
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1; } }

@keyframes offline-dropout {
  /* line 57, ../sass/_keyframes.sass */
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  /* line 59, ../sass/_keyframes.sass */
  100% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px); } }

@keyframes offline-rotation {
  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

/* line 21, ../sass/offline-theme-slide.sass */
.offline-ui {
  border-radius: 0 0 4px 4px;
  font-family: "Helvetica Neue", sans-serif;
  padding: 1em;
  width: 38em;
  max-width: 100%;
  overflow: hidden; }

@media (max-width: 38em) {
  /* line 21, ../sass/offline-theme-slide.sass */
  .offline-ui {
    border-radius: 0; } }

/* line 32, ../sass/offline-theme-slide.sass */
.offline-ui .offline-ui-retry {
  position: absolute;
  right: 3em;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
  line-height: 3.5em;
  height: 3.5em;
  margin: auto;
  padding: 0 1em; }

/* line 45, ../sass/offline-theme-slide.sass */
.offline-ui.offline-ui-up {
  animation: offline-dropout forwards 0.5s 2s;
  -webkit-backface-visibility: hidden;
  background: #d6e9c6;
  color: #468847; }

/* line 50, ../sass/offline-theme-slide.sass */
.offline-ui.offline-ui-down {
  animation: offline-dropin 0.5s;
  -webkit-backface-visibility: hidden;
  background: #ec8787;
  color: #551313; }

/* line 55, ../sass/offline-theme-slide.sass */
.offline-ui.offline-ui-down.offline-ui-connecting, .offline-ui.offline-ui-down.offline-ui-waiting {
  background: #f8ecad;
  color: #7c6d1f;
  padding-right: 3em; }

/* line 60, ../sass/offline-theme-slide.sass */
.offline-ui.offline-ui-down.offline-ui-connecting:after, .offline-ui.offline-ui-down.offline-ui-waiting:after {
  animation: offline-rotation 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  border-radius: 50%;
  content: " ";
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  width: 1em;
  border: 2px solid transparent;
  border-top-color: #7c6d1f;
  border-left-color: #7c6d1f;
  opacity: 0.7; }

/* line 77, ../sass/offline-theme-slide.sass */
.offline-ui.offline-ui-down.offline-ui-waiting {
  padding-right: 11em; }

/* line 80, ../sass/offline-theme-slide.sass */
.offline-ui.offline-ui-down.offline-ui-waiting.offline-ui-reconnect-failed-2s {
  padding-right: 0; }

/* ========================================================================
 * bootstrap-tour - v0.10.1
 * http://bootstraptour.com
 * ========================================================================
 * Copyright 2012-2013 Ulrich Sossou
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 3px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none; }

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e; }

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary .badge {
  color: #428bca;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  color: #428bca;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none; }

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

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

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

.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%; }

.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:focus, .btn-group-vertical > .btn:focus {
  outline: 0; }

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

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

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

.btn-group > .btn:first-child {
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none; }

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

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

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

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

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

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

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

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

.btn-group-vertical > .btn-group:first-child: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 > input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0); }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

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

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

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

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

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

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000;
  opacity: .8;
  filter: alpha(opacity=80); }

.tour-step-backdrop {
  position: relative;
  z-index: 1101;
  background: inherit; }

.tour-step-backdrop > td {
  position: relative;
  z-index: 1101; }

.tour-step-background {
  position: absolute !important;
  z-index: 1100;
  background: inherit;
  border-radius: 6px; }

.popover[class*=tour-] {
  z-index: 1100; }

.popover[class*=tour-] .popover-navigation {
  padding: 9px 14px; }

.popover[class*=tour-] .popover-navigation [data-role=end] {
  float: right; }

.popover[class*=tour-] .popover-navigation [data-role=prev], .popover[class*=tour-] .popover-navigation [data-role=next], .popover[class*=tour-] .popover-navigation [data-role=end] {
  cursor: pointer; }

.popover[class*=tour-] .popover-navigation [data-role=prev].disabled, .popover[class*=tour-] .popover-navigation [data-role=next].disabled, .popover[class*=tour-] .popover-navigation [data-role=end].disabled {
  cursor: default; }

.popover[class*=tour-].orphan {
  position: fixed;
  margin-top: 0; }

.popover[class*=tour-].orphan .arrow {
  display: none; }

.isolateBootstrap {
  /**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 * version: 1.8.1
 * https://github.com/wenzhixin/bootstrap-table/
 */
  /* the same color with .active */
  /* support bootstrap 2 */
  /* support bootstrap 3 */
  /* calculate scrollbar width */
  /*! X-editable - v1.5.1 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
  /* 
  BS3 width:1005 for inputs breaks editable form in popup 
  See: https://github.com/vitalets/x-editable/issues/393
*/
  /*for jquery-ui buttons need set height to look more pretty*/
  /*add padding for jquery ui*/
  /* ---- For specific types ---- */
  /* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
  /* checklist vertical alignment */
  /* set exact width of textarea to fit buttons toolbar */
  /* clear button shown as link in date inputs */
  /* IOS-style clear button for text inputs */
  /*see https://github.com/vitalets/x-editable/issues/139 */
  /*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
  /*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ }
  .isolateBootstrap .bootstrap-table .table {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #dddddd;
    border-collapse: collapse !important;
    border-radius: 1px; }
  .isolateBootstrap .bootstrap-table .table,
  .isolateBootstrap .bootstrap-table .table > tbody > tr > th,
  .isolateBootstrap .bootstrap-table .table > tfoot > tr > th,
  .isolateBootstrap .bootstrap-table .table > thead > tr > td,
  .isolateBootstrap .bootstrap-table .table > tbody > tr > td,
  .isolateBootstrap .bootstrap-table .table > tfoot > tr > td {
    padding: 8px !important; }
  .isolateBootstrap .bootstrap-table .table.table-no-bordered > thead > tr > th,
  .isolateBootstrap .bootstrap-table .table.table-no-bordered > tbody > tr > td {
    border-right: 2px solid transparent; }
  .isolateBootstrap .fixed-table-container {
    position: relative;
    clear: both;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  .isolateBootstrap .fixed-table-container.table-no-bordered {
    border: 1px solid transparent; }
  .isolateBootstrap .fixed-table-footer,
  .isolateBootstrap .fixed-table-header {
    height: 37px;
    /*cellHeight*/
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0; }
  .isolateBootstrap .fixed-table-header {
    border-bottom: 1px solid #dddddd; }
  .isolateBootstrap .fixed-table-footer {
    border-top: 1px solid #dddddd; }
  .isolateBootstrap .fixed-table-body {
    overflow-x: auto;
    overflow-y: auto;
    height: 100%; }
  .isolateBootstrap .fixed-table-container table {
    width: 100%; }
  .isolateBootstrap .fixed-table-container thead th {
    height: 0;
    padding: 0;
    margin: 0;
    border-left: 1px solid #dddddd; }
  .isolateBootstrap .fixed-table-container thead th:first-child {
    border-left: none;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px; }
  .isolateBootstrap .fixed-table-container thead th .th-inner {
    padding: 8px;
    line-height: 24px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .isolateBootstrap .fixed-table-container thead th .sortable {
    cursor: pointer;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px; }
  .isolateBootstrap .fixed-table-container th.detail {
    width: 30px; }
  .isolateBootstrap .fixed-table-container tbody td {
    border-left: 1px solid #dddddd; }
  .isolateBootstrap .fixed-table-container tbody tr:first-child td {
    border-top: none; }
  .isolateBootstrap .fixed-table-container tbody td:first-child {
    border-left: none; }
  .isolateBootstrap .fixed-table-container tbody .selected td {
    background-color: #f5f5f5; }
  .isolateBootstrap .fixed-table-container .bs-checkbox {
    text-align: center; }
  .isolateBootstrap .fixed-table-container .bs-checkbox .th-inner {
    padding: 8px 0; }
  .isolateBootstrap .fixed-table-container input[type="radio"],
  .isolateBootstrap .fixed-table-container input[type="checkbox"] {
    margin: 0 auto !important; }
  .isolateBootstrap .fixed-table-container .no-records-found {
    text-align: center; }
  .isolateBootstrap .fixed-table-pagination div.pagination,
  .isolateBootstrap .fixed-table-pagination .pagination-detail {
    margin-top: 10px;
    margin-bottom: 10px; }
  .isolateBootstrap .fixed-table-pagination div.pagination .pagination {
    margin: 0; }
  .isolateBootstrap .fixed-table-pagination .pagination a {
    padding: 6px 12px;
    line-height: 1.428571429; }
  .isolateBootstrap .fixed-table-pagination .pagination-info {
    line-height: 34px;
    margin-right: 5px; }
  .isolateBootstrap .fixed-table-pagination .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .isolateBootstrap .fixed-table-pagination .dropup .dropdown-menu {
    margin-bottom: 0; }
  .isolateBootstrap .fixed-table-pagination .page-list {
    display: inline-block; }
  .isolateBootstrap .fixed-table-toolbar .columns-left {
    margin-right: 5px; }
  .isolateBootstrap .fixed-table-toolbar .columns-right {
    margin-left: 5px; }
  .isolateBootstrap .fixed-table-toolbar .columns label {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429; }
  .isolateBootstrap .fixed-table-toolbar .bars,
  .isolateBootstrap .fixed-table-toolbar .search,
  .isolateBootstrap .fixed-table-toolbar .columns {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 34px; }
  .isolateBootstrap .fixed-table-pagination li.disabled a {
    pointer-events: none;
    cursor: default; }
  .isolateBootstrap .fixed-table-loading {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    text-align: center; }
  .isolateBootstrap .fixed-table-body .card-view .title {
    font-weight: bold;
    display: inline-block;
    min-width: 30%;
    text-align: left !important; }
  .isolateBootstrap .fixed-table-body thead th .th-inner {
    box-sizing: border-box; }
  .isolateBootstrap .table th,
  .isolateBootstrap .table td {
    vertical-align: middle;
    box-sizing: border-box; }
  .isolateBootstrap .fixed-table-toolbar .dropdown-menu {
    text-align: left;
    max-height: 300px;
    overflow: auto; }
  .isolateBootstrap .fixed-table-toolbar .btn-group > .btn-group {
    display: inline-block;
    margin-left: -1px !important; }
  .isolateBootstrap .fixed-table-toolbar .btn-group > .btn-group > .btn {
    border-radius: 0; }
  .isolateBootstrap .fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .isolateBootstrap .fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .isolateBootstrap .bootstrap-table .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .isolateBootstrap .bootstrap-table .table thead > tr > th {
    padding: 0;
    margin: 0; }
  .isolateBootstrap .pull-right .dropdown-menu {
    right: 0;
    left: auto; }
  .isolateBootstrap p.fixed-table-scroll-inner {
    width: 100%;
    height: 200px; }
  .isolateBootstrap div.fixed-table-scroll-outer {
    top: 0;
    left: 0;
    visibility: hidden;
    width: 200px;
    height: 150px;
    overflow: hidden; }
  .isolateBootstrap button {
    box-shadow: none !important;
    height: auto; }
  .isolateBootstrap .treeview .list-group-item {
    font-size: 12px;
    cursor: pointer;
    padding-left: 40px;
    display: block;
    line-height: 15px; }
  .isolateBootstrap .treeview span.indent {
    margin-left: 10px;
    margin-right: 10px; }
  .isolateBootstrap .treeview span.icon {
    width: 12px;
    margin-right: 5px;
    position: absolute;
    margin-left: -25px;
    font-size: 20px; }
  .isolateBootstrap .treeview .node-disabled {
    color: silver;
    cursor: not-allowed; }
  .isolateBootstrap .editableform {
    margin-bottom: 0;
    /* overwrites bootstrap margin */ }
  .isolateBootstrap .editableform .control-group {
    margin-bottom: 0;
    /* overwrites bootstrap margin */
    white-space: nowrap;
    /* prevent wrapping buttons on new line */
    line-height: 20px;
    /* overwriting bootstrap line-height. See #133 */ }
  .isolateBootstrap .editableform .form-control {
    width: auto; }
  .isolateBootstrap .editable-buttons {
    display: inline-block;
    /* should be inline to take effect of parent's white-space: nowrap */
    vertical-align: top;
    margin-left: 7px;
    /* inline-block emulation for IE7*/
    zoom: 1;
    *display: inline; }
  .isolateBootstrap .editable-buttons.editable-buttons-bottom {
    display: block;
    margin-top: 7px;
    margin-left: 0; }
  .isolateBootstrap .editable-input {
    vertical-align: top;
    display: inline-block;
    /* should be inline to take effect of parent's white-space: nowrap */
    width: auto;
    /* bootstrap-responsive has width: 100% that breakes layout */
    white-space: normal;
    /* reset white-space decalred in parent*/
    /* display-inline emulation for IE7*/
    zoom: 1;
    *display: inline; }
  .isolateBootstrap .editable-buttons .editable-cancel {
    margin-left: 7px; }
  .isolateBootstrap .editable-buttons button.ui-button-icon-only {
    height: 24px;
    width: 30px; }
  .isolateBootstrap .editableform-loading {
    background: url("../img/loading.gif") center center no-repeat;
    height: 25px;
    width: auto;
    min-width: 25px; }
  .isolateBootstrap .editable-inline .editableform-loading {
    background-position: left 5px; }
  .isolateBootstrap .editable-error-block {
    max-width: 300px;
    margin: 5px 0 0 0;
    width: auto;
    white-space: normal; }
  .isolateBootstrap .editable-error-block.ui-state-error {
    padding: 3px; }
  .isolateBootstrap .editable-error {
    color: red; }
  .isolateBootstrap .editableform .editable-date {
    padding: 0;
    margin: 0;
    float: left; }
  .isolateBootstrap .editable-inline .add-on .icon-th {
    margin-top: 3px;
    margin-left: 1px; }
  .isolateBootstrap .editable-checklist label input[type="checkbox"],
  .isolateBootstrap .editable-checklist label span {
    vertical-align: middle;
    margin: 0; }
  .isolateBootstrap .editable-checklist label {
    white-space: nowrap; }
  .isolateBootstrap .editable-wysihtml5 {
    width: 566px;
    height: 250px; }
  .isolateBootstrap .editable-clear {
    clear: both;
    font-size: 0.9em;
    text-decoration: none;
    text-align: right; }
  .isolateBootstrap .editable-clear-x {
    background: url("../img/clear.png") center center no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    opacity: 0.6;
    z-index: 100;
    top: 50%;
    right: 6px;
    margin-top: -6px; }
  .isolateBootstrap .editable-clear-x:hover {
    opacity: 1; }
  .isolateBootstrap .editable-pre-wrapped {
    white-space: pre-wrap; }
  .isolateBootstrap .editable-container.editable-popup {
    max-width: none !important;
    /* without this rule poshytip/tooltip does not stretch */ }
  .isolateBootstrap .editable-container.popover {
    width: auto;
    /* without this rule popover does not stretch */ }
  .isolateBootstrap .editable-container.editable-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    /* inline-block emulation for IE7*/
    zoom: 1;
    *display: inline; }
  .isolateBootstrap .editable-container.ui-widget {
    font-size: inherit;
    /* jqueryui widget font 1.1em too big, overwrite it */
    z-index: 9990;
    /* should be less than select2 dropdown z-index to close dropdown first when click */ }
  .isolateBootstrap .editable-click,
  .isolateBootstrap a.editable-click,
  .isolateBootstrap a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #0088cc; }
  .isolateBootstrap .editable-click.editable-disabled,
  .isolateBootstrap a.editable-click.editable-disabled,
  .isolateBootstrap a.editable-click.editable-disabled:hover {
    color: #585858;
    cursor: default;
    border-bottom: none; }
  .isolateBootstrap .editable-empty, .isolateBootstrap .editable-empty:hover, .isolateBootstrap .editable-empty:focus {
    font-style: italic;
    color: #DD1144;
    /* border-bottom: none; */
    text-decoration: none; }
  .isolateBootstrap .editable-unsaved {
    font-weight: bold; }
  .isolateBootstrap .editable-unsaved:after {
    /*    content: '*'*/ }
  .isolateBootstrap .editable-bg-transition {
    transition: background-color 1400ms ease-out; }
  .isolateBootstrap .form-horizontal .editable {
    padding-top: 5px;
    display: inline-block; }
  .isolateBootstrap .datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
    /*.dow {
        border-top: 1px solid #ddd !important;
    }*/ }
  .isolateBootstrap .datepicker-inline {
    width: 220px; }
  .isolateBootstrap .datepicker.datepicker-rtl {
    direction: rtl; }
  .isolateBootstrap .datepicker.datepicker-rtl table tr td span {
    float: right; }
  .isolateBootstrap .datepicker-dropdown {
    top: 0;
    left: 0; }
  .isolateBootstrap .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px; }
  .isolateBootstrap .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px; }
  .isolateBootstrap .datepicker > div {
    display: none; }
  .isolateBootstrap .datepicker.days div.datepicker-days {
    display: block; }
  .isolateBootstrap .datepicker.months div.datepicker-months {
    display: block; }
  .isolateBootstrap .datepicker.years div.datepicker-years {
    display: block; }
  .isolateBootstrap .datepicker table {
    margin: 0; }
  .isolateBootstrap .datepicker td,
  .isolateBootstrap .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: none; }
  .isolateBootstrap .table-striped .datepicker table tr td,
  .isolateBootstrap .table-striped .datepicker table tr th {
    background-color: transparent; }
  .isolateBootstrap .datepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer; }
  .isolateBootstrap .datepicker table tr td.old,
  .isolateBootstrap .datepicker table tr td.new {
    color: #999999; }
  .isolateBootstrap .datepicker table tr td.disabled,
  .isolateBootstrap .datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default; }
  .isolateBootstrap .datepicker table tr td.today,
  .isolateBootstrap .datepicker table tr td.today:hover,
  .isolateBootstrap .datepicker table tr td.today.disabled,
  .isolateBootstrap .datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000; }
  .isolateBootstrap .datepicker table tr td.today:hover,
  .isolateBootstrap .datepicker table tr td.today:hover:hover,
  .isolateBootstrap .datepicker table tr td.today.disabled:hover,
  .isolateBootstrap .datepicker table tr td.today.disabled:hover:hover,
  .isolateBootstrap .datepicker table tr td.today:active,
  .isolateBootstrap .datepicker table tr td.today:hover:active,
  .isolateBootstrap .datepicker table tr td.today.disabled:active,
  .isolateBootstrap .datepicker table tr td.today.disabled:hover:active,
  .isolateBootstrap .datepicker table tr td.today.active,
  .isolateBootstrap .datepicker table tr td.today:hover.active,
  .isolateBootstrap .datepicker table tr td.today.disabled.active,
  .isolateBootstrap .datepicker table tr td.today.disabled:hover.active,
  .isolateBootstrap .datepicker table tr td.today.disabled,
  .isolateBootstrap .datepicker table tr td.today:hover.disabled,
  .isolateBootstrap .datepicker table tr td.today.disabled.disabled,
  .isolateBootstrap .datepicker table tr td.today.disabled:hover.disabled,
  .isolateBootstrap .datepicker table tr td.today[disabled],
  .isolateBootstrap .datepicker table tr td.today:hover[disabled],
  .isolateBootstrap .datepicker table tr td.today.disabled[disabled],
  .isolateBootstrap .datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a; }
  .isolateBootstrap .datepicker table tr td.today:active,
  .isolateBootstrap .datepicker table tr td.today:hover:active,
  .isolateBootstrap .datepicker table tr td.today.disabled:active,
  .isolateBootstrap .datepicker table tr td.today.disabled:hover:active,
  .isolateBootstrap .datepicker table tr td.today.active,
  .isolateBootstrap .datepicker table tr td.today:hover.active,
  .isolateBootstrap .datepicker table tr td.today.disabled.active,
  .isolateBootstrap .datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9; }
  .isolateBootstrap .datepicker table tr td.today:hover:hover {
    color: #000; }
  .isolateBootstrap .datepicker table tr td.today.active:hover {
    color: #fff; }
  .isolateBootstrap .datepicker table tr td.range,
  .isolateBootstrap .datepicker table tr td.range:hover,
  .isolateBootstrap .datepicker table tr td.range.disabled,
  .isolateBootstrap .datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    border-radius: 0; }
  .isolateBootstrap .datepicker table tr td.range.today,
  .isolateBootstrap .datepicker table tr td.range.today:hover,
  .isolateBootstrap .datepicker table tr td.range.today.disabled,
  .isolateBootstrap .datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 0; }
  .isolateBootstrap .datepicker table tr td.range.today:hover,
  .isolateBootstrap .datepicker table tr td.range.today:hover:hover,
  .isolateBootstrap .datepicker table tr td.range.today.disabled:hover,
  .isolateBootstrap .datepicker table tr td.range.today.disabled:hover:hover,
  .isolateBootstrap .datepicker table tr td.range.today:active,
  .isolateBootstrap .datepicker table tr td.range.today:hover:active,
  .isolateBootstrap .datepicker table tr td.range.today.disabled:active,
  .isolateBootstrap .datepicker table tr td.range.today.disabled:hover:active,
  .isolateBootstrap .datepicker table tr td.range.today.active,
  .isolateBootstrap .datepicker table tr td.range.today:hover.active,
  .isolateBootstrap .datepicker table tr td.range.today.disabled.active,
  .isolateBootstrap .datepicker table tr td.range.today.disabled:hover.active,
  .isolateBootstrap .datepicker table tr td.range.today.disabled,
  .isolateBootstrap .datepicker table tr td.range.today:hover.disabled,
  .isolateBootstrap .datepicker table tr td.range.today.disabled.disabled,
  .isolateBootstrap .datepicker table tr td.range.today.disabled:hover.disabled,
  .isolateBootstrap .datepicker table tr td.range.today[disabled],
  .isolateBootstrap .datepicker table tr td.range.today:hover[disabled],
  .isolateBootstrap .datepicker table tr td.range.today.disabled[disabled],
  .isolateBootstrap .datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a; }
  .isolateBootstrap .datepicker table tr td.range.today:active,
  .isolateBootstrap .datepicker table tr td.range.today:hover:active,
  .isolateBootstrap .datepicker table tr td.range.today.disabled:active,
  .isolateBootstrap .datepicker table tr td.range.today.disabled:hover:active,
  .isolateBootstrap .datepicker table tr td.range.today.active,
  .isolateBootstrap .datepicker table tr td.range.today:hover.active,
  .isolateBootstrap .datepicker table tr td.range.today.disabled.active,
  .isolateBootstrap .datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9; }
  .isolateBootstrap .datepicker table tr td.selected,
  .isolateBootstrap .datepicker table tr td.selected:hover,
  .isolateBootstrap .datepicker table tr td.selected.disabled,
  .isolateBootstrap .datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: linear-gradient(to bottom, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .isolateBootstrap .datepicker table tr td.selected:hover,
  .isolateBootstrap .datepicker table tr td.selected:hover:hover,
  .isolateBootstrap .datepicker table tr td.selected.disabled:hover,
  .isolateBootstrap .datepicker table tr td.selected.disabled:hover:hover,
  .isolateBootstrap .datepicker table tr td.selected:active,
  .isolateBootstrap .datepicker table tr td.selected:hover:active,
  .isolateBootstrap .datepicker table tr td.selected.disabled:active,
  .isolateBootstrap .datepicker table tr td.selected.disabled:hover:active,
  .isolateBootstrap .datepicker table tr td.selected.active,
  .isolateBootstrap .datepicker table tr td.selected:hover.active,
  .isolateBootstrap .datepicker table tr td.selected.disabled.active,
  .isolateBootstrap .datepicker table tr td.selected.disabled:hover.active,
  .isolateBootstrap .datepicker table tr td.selected.disabled,
  .isolateBootstrap .datepicker table tr td.selected:hover.disabled,
  .isolateBootstrap .datepicker table tr td.selected.disabled.disabled,
  .isolateBootstrap .datepicker table tr td.selected.disabled:hover.disabled,
  .isolateBootstrap .datepicker table tr td.selected[disabled],
  .isolateBootstrap .datepicker table tr td.selected:hover[disabled],
  .isolateBootstrap .datepicker table tr td.selected.disabled[disabled],
  .isolateBootstrap .datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080; }
  .isolateBootstrap .datepicker table tr td.selected:active,
  .isolateBootstrap .datepicker table tr td.selected:hover:active,
  .isolateBootstrap .datepicker table tr td.selected.disabled:active,
  .isolateBootstrap .datepicker table tr td.selected.disabled:hover:active,
  .isolateBootstrap .datepicker table tr td.selected.active,
  .isolateBootstrap .datepicker table tr td.selected:hover.active,
  .isolateBootstrap .datepicker table tr td.selected.disabled.active,
  .isolateBootstrap .datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9; }
  .isolateBootstrap .datepicker table tr td.active,
  .isolateBootstrap .datepicker table tr td.active:hover,
  .isolateBootstrap .datepicker table tr td.active.disabled,
  .isolateBootstrap .datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .isolateBootstrap .datepicker table tr td.active:hover,
  .isolateBootstrap .datepicker table tr td.active:hover:hover,
  .isolateBootstrap .datepicker table tr td.active.disabled:hover,
  .isolateBootstrap .datepicker table tr td.active.disabled:hover:hover,
  .isolateBootstrap .datepicker table tr td.active:active,
  .isolateBootstrap .datepicker table tr td.active:hover:active,
  .isolateBootstrap .datepicker table tr td.active.disabled:active,
  .isolateBootstrap .datepicker table tr td.active.disabled:hover:active,
  .isolateBootstrap .datepicker table tr td.active.active,
  .isolateBootstrap .datepicker table tr td.active:hover.active,
  .isolateBootstrap .datepicker table tr td.active.disabled.active,
  .isolateBootstrap .datepicker table tr td.active.disabled:hover.active,
  .isolateBootstrap .datepicker table tr td.active.disabled,
  .isolateBootstrap .datepicker table tr td.active:hover.disabled,
  .isolateBootstrap .datepicker table tr td.active.disabled.disabled,
  .isolateBootstrap .datepicker table tr td.active.disabled:hover.disabled,
  .isolateBootstrap .datepicker table tr td.active[disabled],
  .isolateBootstrap .datepicker table tr td.active:hover[disabled],
  .isolateBootstrap .datepicker table tr td.active.disabled[disabled],
  .isolateBootstrap .datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #0044cc; }
  .isolateBootstrap .datepicker table tr td.active:active,
  .isolateBootstrap .datepicker table tr td.active:hover:active,
  .isolateBootstrap .datepicker table tr td.active.disabled:active,
  .isolateBootstrap .datepicker table tr td.active.disabled:hover:active,
  .isolateBootstrap .datepicker table tr td.active.active,
  .isolateBootstrap .datepicker table tr td.active:hover.active,
  .isolateBootstrap .datepicker table tr td.active.disabled.active,
  .isolateBootstrap .datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9; }
  .isolateBootstrap .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px; }
  .isolateBootstrap .datepicker table tr td span:hover {
    background: #eeeeee; }
  .isolateBootstrap .datepicker table tr td span.disabled,
  .isolateBootstrap .datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default; }
  .isolateBootstrap .datepicker table tr td span.active,
  .isolateBootstrap .datepicker table tr td span.active:hover,
  .isolateBootstrap .datepicker table tr td span.active.disabled,
  .isolateBootstrap .datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .isolateBootstrap .datepicker table tr td span.active:hover,
  .isolateBootstrap .datepicker table tr td span.active:hover:hover,
  .isolateBootstrap .datepicker table tr td span.active.disabled:hover,
  .isolateBootstrap .datepicker table tr td span.active.disabled:hover:hover,
  .isolateBootstrap .datepicker table tr td span.active:active,
  .isolateBootstrap .datepicker table tr td span.active:hover:active,
  .isolateBootstrap .datepicker table tr td span.active.disabled:active,
  .isolateBootstrap .datepicker table tr td span.active.disabled:hover:active,
  .isolateBootstrap .datepicker table tr td span.active.active,
  .isolateBootstrap .datepicker table tr td span.active:hover.active,
  .isolateBootstrap .datepicker table tr td span.active.disabled.active,
  .isolateBootstrap .datepicker table tr td span.active.disabled:hover.active,
  .isolateBootstrap .datepicker table tr td span.active.disabled,
  .isolateBootstrap .datepicker table tr td span.active:hover.disabled,
  .isolateBootstrap .datepicker table tr td span.active.disabled.disabled,
  .isolateBootstrap .datepicker table tr td span.active.disabled:hover.disabled,
  .isolateBootstrap .datepicker table tr td span.active[disabled],
  .isolateBootstrap .datepicker table tr td span.active:hover[disabled],
  .isolateBootstrap .datepicker table tr td span.active.disabled[disabled],
  .isolateBootstrap .datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #0044cc; }
  .isolateBootstrap .datepicker table tr td span.active:active,
  .isolateBootstrap .datepicker table tr td span.active:hover:active,
  .isolateBootstrap .datepicker table tr td span.active.disabled:active,
  .isolateBootstrap .datepicker table tr td span.active.disabled:hover:active,
  .isolateBootstrap .datepicker table tr td span.active.active,
  .isolateBootstrap .datepicker table tr td span.active:hover.active,
  .isolateBootstrap .datepicker table tr td span.active.disabled.active,
  .isolateBootstrap .datepicker table tr td span.active.disabled:hover.active {
    background-color: #003399 \9; }
  .isolateBootstrap .datepicker table tr td span.old,
  .isolateBootstrap .datepicker table tr td span.new {
    color: #999999; }
  .isolateBootstrap .datepicker th.datepicker-switch {
    width: 145px; }
  .isolateBootstrap .datepicker thead tr:first-child th,
  .isolateBootstrap .datepicker tfoot tr th {
    cursor: pointer; }
  .isolateBootstrap .datepicker thead tr:first-child th:hover,
  .isolateBootstrap .datepicker tfoot tr th:hover {
    background: #eeeeee; }
  .isolateBootstrap .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }
  .isolateBootstrap .datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent; }
  .isolateBootstrap .input-append.date .add-on i,
  .isolateBootstrap .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px; }
  .isolateBootstrap .input-daterange input {
    text-align: center; }
  .isolateBootstrap .input-daterange input:first-child {
    border-radius: 3px 0 0 3px; }
  .isolateBootstrap .input-daterange input:last-child {
    border-radius: 0 3px 3px 0; }
  .isolateBootstrap .input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px; }
  .isolateBootstrap html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }
  .isolateBootstrap body {
    margin: 0; }
  .isolateBootstrap article, .isolateBootstrap aside, .isolateBootstrap details, .isolateBootstrap figcaption, .isolateBootstrap figure, .isolateBootstrap footer, .isolateBootstrap header, .isolateBootstrap hgroup, .isolateBootstrap main, .isolateBootstrap menu, .isolateBootstrap nav, .isolateBootstrap section, .isolateBootstrap summary {
    display: block; }
  .isolateBootstrap audio, .isolateBootstrap canvas, .isolateBootstrap progress, .isolateBootstrap video {
    display: inline-block;
    vertical-align: baseline; }
  .isolateBootstrap audio:not([controls]) {
    display: none;
    height: 0; }
  .isolateBootstrap [hidden], .isolateBootstrap template {
    display: none; }
  .isolateBootstrap a {
    background-color: transparent; }
  .isolateBootstrap a:active, .isolateBootstrap a:hover {
    outline: 0; }
  .isolateBootstrap abbr[title] {
    border-bottom: 1px dotted; }
  .isolateBootstrap b, .isolateBootstrap strong {
    font-weight: 700; }
  .isolateBootstrap dfn {
    font-style: italic; }
  .isolateBootstrap h1 {
    margin: .67em 0;
    font-size: 2em; }
  .isolateBootstrap mark {
    color: #000;
    background: #ff0; }
  .isolateBootstrap small {
    font-size: 80%; }
  .isolateBootstrap sub, .isolateBootstrap sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .isolateBootstrap sup {
    top: -.5em; }
  .isolateBootstrap sub {
    bottom: -.25em; }
  .isolateBootstrap img {
    border: 0; }
  .isolateBootstrap svg:not(:root) {
    overflow: hidden; }
  .isolateBootstrap figure {
    margin: 1em 40px; }
  .isolateBootstrap hr {
    height: 0;
    box-sizing: content-box; }
  .isolateBootstrap pre {
    overflow: auto; }
  .isolateBootstrap code, .isolateBootstrap kbd, .isolateBootstrap pre, .isolateBootstrap samp {
    font-family: monospace,monospace;
    font-size: 1em; }
  .isolateBootstrap button, .isolateBootstrap input, .isolateBootstrap optgroup, .isolateBootstrap select, .isolateBootstrap textarea {
    margin: 0;
    font: inherit;
    color: inherit; }
  .isolateBootstrap button {
    overflow: visible; }
  .isolateBootstrap button, .isolateBootstrap select {
    text-transform: none; }
  .isolateBootstrap button, .isolateBootstrap html input[type=button], .isolateBootstrap input[type=reset], .isolateBootstrap input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer; }
  .isolateBootstrap button[disabled], .isolateBootstrap html input[disabled] {
    cursor: default; }
  .isolateBootstrap button::-moz-focus-inner, .isolateBootstrap input::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .isolateBootstrap input {
    line-height: normal; }
  .isolateBootstrap input[type=checkbox], .isolateBootstrap input[type=radio] {
    box-sizing: border-box;
    padding: 0; }
  .isolateBootstrap input[type=number]::-webkit-inner-spin-button, .isolateBootstrap input[type=number]::-webkit-outer-spin-button {
    height: auto; }
  .isolateBootstrap input[type=search] {
    box-sizing: content-box;
    -webkit-appearance: textfield; }
  .isolateBootstrap input[type=search]::-webkit-search-cancel-button, .isolateBootstrap input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .isolateBootstrap fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver; }
  .isolateBootstrap legend {
    padding: 0;
    border: 0; }
  .isolateBootstrap textarea {
    overflow: auto; }
  .isolateBootstrap optgroup {
    font-weight: 700; }
  .isolateBootstrap table {
    border-spacing: 0;
    border-collapse: collapse; }
  .isolateBootstrap td, .isolateBootstrap th {
    padding: 0; }
  @media print {
    .isolateBootstrap *, .isolateBootstrap :after, .isolateBootstrap :before {
      color: #000 !important;
      text-shadow: none !important;
      background: 0 0 !important;
      box-shadow: none !important; }
    .isolateBootstrap a, .isolateBootstrap a:visited {
      text-decoration: underline; }
    .isolateBootstrap a[href]:after {
      content: " (" attr(href) ")"; }
    .isolateBootstrap abbr[title]:after {
      content: " (" attr(title) ")"; }
    .isolateBootstrap a[href^="javascript:"]:after, .isolateBootstrap a[href^="#"]:after {
      content: ""; }
    .isolateBootstrap blockquote, .isolateBootstrap pre {
      border: 1px solid #999;
      page-break-inside: avoid; }
    .isolateBootstrap thead {
      display: table-header-group; }
    .isolateBootstrap img, .isolateBootstrap tr {
      page-break-inside: avoid; }
    .isolateBootstrap img {
      max-width: 100% !important; }
    .isolateBootstrap h2, .isolateBootstrap h3, .isolateBootstrap p {
      orphans: 3;
      widows: 3; }
    .isolateBootstrap h2, .isolateBootstrap h3 {
      page-break-after: avoid; }
    .isolateBootstrap .navbar {
      display: none; }
    .isolateBootstrap .btn > .caret, .isolateBootstrap .dropup > .btn > .caret {
      border-top-color: #000 !important; }
    .isolateBootstrap .label {
      border: 1px solid #000; }
    .isolateBootstrap .table {
      border-collapse: collapse !important; }
    .isolateBootstrap .table td, .isolateBootstrap .table th {
      background-color: #fff !important; }
    .isolateBootstrap .table-bordered td, .isolateBootstrap .table-bordered th {
      border: 1px solid #ddd !important; } }
  .isolateBootstrap .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings" !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .isolateBootstrap .glyphicon-asterisk:before {
    content: "\2a"; }
  .isolateBootstrap .glyphicon-plus:before {
    content: "\2b"; }
  .isolateBootstrap .glyphicon-eur:before, .isolateBootstrap .glyphicon-euro:before {
    content: "\20ac"; }
  .isolateBootstrap .glyphicon-minus:before {
    content: "\2212"; }
  .isolateBootstrap .glyphicon-cloud:before {
    content: "\2601"; }
  .isolateBootstrap .glyphicon-envelope:before {
    content: "\2709"; }
  .isolateBootstrap .glyphicon-pencil:before {
    content: "\270f"; }
  .isolateBootstrap .glyphicon-glass:before {
    content: "\e001"; }
  .isolateBootstrap .glyphicon-music:before {
    content: "\e002"; }
  .isolateBootstrap .glyphicon-search:before {
    content: "\e003"; }
  .isolateBootstrap .glyphicon-heart:before {
    content: "\e005"; }
  .isolateBootstrap .glyphicon-star:before {
    content: "\e006"; }
  .isolateBootstrap .glyphicon-star-empty:before {
    content: "\e007"; }
  .isolateBootstrap .glyphicon-user:before {
    content: "\e008"; }
  .isolateBootstrap .glyphicon-film:before {
    content: "\e009"; }
  .isolateBootstrap .glyphicon-th-large:before {
    content: "\e010"; }
  .isolateBootstrap .glyphicon-th:before {
    content: "\e011"; }
  .isolateBootstrap .glyphicon-th-list:before {
    content: "\e012"; }
  .isolateBootstrap .glyphicon-ok:before {
    content: "\e013"; }
  .isolateBootstrap .glyphicon-remove:before {
    content: "\e014"; }
  .isolateBootstrap .glyphicon-zoom-in:before {
    content: "\e015"; }
  .isolateBootstrap .glyphicon-zoom-out:before {
    content: "\e016"; }
  .isolateBootstrap .glyphicon-off:before {
    content: "\e017"; }
  .isolateBootstrap .glyphicon-signal:before {
    content: "\e018"; }
  .isolateBootstrap .glyphicon-cog:before {
    content: "\e019"; }
  .isolateBootstrap .glyphicon-trash:before {
    content: "\e020"; }
  .isolateBootstrap .glyphicon-home:before {
    content: "\e021"; }
  .isolateBootstrap .glyphicon-file:before {
    content: "\e022"; }
  .isolateBootstrap .glyphicon-time:before {
    content: "\e023"; }
  .isolateBootstrap .glyphicon-road:before {
    content: "\e024"; }
  .isolateBootstrap .glyphicon-download-alt:before {
    content: "\e025"; }
  .isolateBootstrap .glyphicon-download:before {
    content: "\e026"; }
  .isolateBootstrap .glyphicon-upload:before {
    content: "\e027"; }
  .isolateBootstrap .glyphicon-inbox:before {
    content: "\e028"; }
  .isolateBootstrap .glyphicon-play-circle:before {
    content: "\e029"; }
  .isolateBootstrap .glyphicon-repeat:before {
    content: "\e030"; }
  .isolateBootstrap .glyphicon-refresh:before {
    content: "\e031"; }
  .isolateBootstrap .glyphicon-list-alt:before {
    content: "\e032"; }
  .isolateBootstrap .glyphicon-lock:before {
    content: "\e033"; }
  .isolateBootstrap .glyphicon-flag:before {
    content: "\e034"; }
  .isolateBootstrap .glyphicon-headphones:before {
    content: "\e035"; }
  .isolateBootstrap .glyphicon-volume-off:before {
    content: "\e036"; }
  .isolateBootstrap .glyphicon-volume-down:before {
    content: "\e037"; }
  .isolateBootstrap .glyphicon-volume-up:before {
    content: "\e038"; }
  .isolateBootstrap .glyphicon-qrcode:before {
    content: "\e039"; }
  .isolateBootstrap .glyphicon-barcode:before {
    content: "\e040"; }
  .isolateBootstrap .glyphicon-tag:before {
    content: "\e041"; }
  .isolateBootstrap .glyphicon-tags:before {
    content: "\e042"; }
  .isolateBootstrap .glyphicon-book:before {
    content: "\e043"; }
  .isolateBootstrap .glyphicon-bookmark:before {
    content: "\e044"; }
  .isolateBootstrap .glyphicon-print:before {
    content: "\e045"; }
  .isolateBootstrap .glyphicon-camera:before {
    content: "\e046"; }
  .isolateBootstrap .glyphicon-font:before {
    content: "\e047"; }
  .isolateBootstrap .glyphicon-bold:before {
    content: "\e048"; }
  .isolateBootstrap .glyphicon-italic:before {
    content: "\e049"; }
  .isolateBootstrap .glyphicon-text-height:before {
    content: "\e050"; }
  .isolateBootstrap .glyphicon-text-width:before {
    content: "\e051"; }
  .isolateBootstrap .glyphicon-align-left:before {
    content: "\e052"; }
  .isolateBootstrap .glyphicon-align-center:before {
    content: "\e053"; }
  .isolateBootstrap .glyphicon-align-right:before {
    content: "\e054"; }
  .isolateBootstrap .glyphicon-align-justify:before {
    content: "\e055"; }
  .isolateBootstrap .glyphicon-list:before {
    content: "\e056"; }
  .isolateBootstrap .glyphicon-indent-left:before {
    content: "\e057"; }
  .isolateBootstrap .glyphicon-indent-right:before {
    content: "\e058"; }
  .isolateBootstrap .glyphicon-facetime-video:before {
    content: "\e059"; }
  .isolateBootstrap .glyphicon-picture:before {
    content: "\e060"; }
  .isolateBootstrap .glyphicon-map-marker:before {
    content: "\e062"; }
  .isolateBootstrap .glyphicon-adjust:before {
    content: "\e063"; }
  .isolateBootstrap .glyphicon-tint:before {
    content: "\e064"; }
  .isolateBootstrap .glyphicon-edit:before {
    content: "\e065"; }
  .isolateBootstrap .glyphicon-share:before {
    content: "\e066"; }
  .isolateBootstrap .glyphicon-check:before {
    content: "\e067"; }
  .isolateBootstrap .glyphicon-move:before {
    content: "\e068"; }
  .isolateBootstrap .glyphicon-step-backward:before {
    content: "\e069"; }
  .isolateBootstrap .glyphicon-fast-backward:before {
    content: "\e070"; }
  .isolateBootstrap .glyphicon-backward:before {
    content: "\e071"; }
  .isolateBootstrap .glyphicon-play:before {
    content: "\e072"; }
  .isolateBootstrap .glyphicon-pause:before {
    content: "\e073"; }
  .isolateBootstrap .glyphicon-stop:before {
    content: "\e074"; }
  .isolateBootstrap .glyphicon-forward:before {
    content: "\e075"; }
  .isolateBootstrap .glyphicon-fast-forward:before {
    content: "\e076"; }
  .isolateBootstrap .glyphicon-step-forward:before {
    content: "\e077"; }
  .isolateBootstrap .glyphicon-eject:before {
    content: "\e078"; }
  .isolateBootstrap .glyphicon-chevron-left:before {
    content: "\e079"; }
  .isolateBootstrap .glyphicon-chevron-right:before {
    content: "\e080"; }
  .isolateBootstrap .glyphicon-plus-sign:before {
    content: "\e081"; }
  .isolateBootstrap .glyphicon-minus-sign:before {
    content: "\e082"; }
  .isolateBootstrap .glyphicon-remove-sign:before {
    content: "\e083"; }
  .isolateBootstrap .glyphicon-ok-sign:before {
    content: "\e084"; }
  .isolateBootstrap .glyphicon-question-sign:before {
    content: "\e085"; }
  .isolateBootstrap .glyphicon-info-sign:before {
    content: "\e086"; }
  .isolateBootstrap .glyphicon-screenshot:before {
    content: "\e087"; }
  .isolateBootstrap .glyphicon-remove-circle:before {
    content: "\e088"; }
  .isolateBootstrap .glyphicon-ok-circle:before {
    content: "\e089"; }
  .isolateBootstrap .glyphicon-ban-circle:before {
    content: "\e090"; }
  .isolateBootstrap .glyphicon-arrow-left:before {
    content: "\e091"; }
  .isolateBootstrap .glyphicon-arrow-right:before {
    content: "\e092"; }
  .isolateBootstrap .glyphicon-arrow-up:before {
    content: "\e093"; }
  .isolateBootstrap .glyphicon-arrow-down:before {
    content: "\e094"; }
  .isolateBootstrap .glyphicon-share-alt:before {
    content: "\e095"; }
  .isolateBootstrap .glyphicon-resize-full:before {
    content: "\e096"; }
  .isolateBootstrap .glyphicon-resize-small:before {
    content: "\e097"; }
  .isolateBootstrap .glyphicon-exclamation-sign:before {
    content: "\e101"; }
  .isolateBootstrap .glyphicon-gift:before {
    content: "\e102"; }
  .isolateBootstrap .glyphicon-leaf:before {
    content: "\e103"; }
  .isolateBootstrap .glyphicon-fire:before {
    content: "\e104"; }
  .isolateBootstrap .glyphicon-eye-open:before {
    content: "\e105"; }
  .isolateBootstrap .glyphicon-eye-close:before {
    content: "\e106"; }
  .isolateBootstrap .glyphicon-warning-sign:before {
    content: "\e107"; }
  .isolateBootstrap .glyphicon-plane:before {
    content: "\e108"; }
  .isolateBootstrap .glyphicon-calendar:before {
    content: "\e109"; }
  .isolateBootstrap .glyphicon-random:before {
    content: "\e110"; }
  .isolateBootstrap .glyphicon-comment:before {
    content: "\e111"; }
  .isolateBootstrap .glyphicon-magnet:before {
    content: "\e112"; }
  .isolateBootstrap .glyphicon-chevron-up:before {
    content: "\e113"; }
  .isolateBootstrap .glyphicon-chevron-down:before {
    content: "\e114"; }
  .isolateBootstrap .glyphicon-retweet:before {
    content: "\e115"; }
  .isolateBootstrap .glyphicon-shopping-cart:before {
    content: "\e116"; }
  .isolateBootstrap .glyphicon-folder-close:before {
    content: "\e117"; }
  .isolateBootstrap .glyphicon-folder-open:before {
    content: "\e118"; }
  .isolateBootstrap .glyphicon-resize-vertical:before {
    content: "\e119"; }
  .isolateBootstrap .glyphicon-resize-horizontal:before {
    content: "\e120"; }
  .isolateBootstrap .glyphicon-hdd:before {
    content: "\e121"; }
  .isolateBootstrap .glyphicon-bullhorn:before {
    content: "\e122"; }
  .isolateBootstrap .glyphicon-bell:before {
    content: "\e123"; }
  .isolateBootstrap .glyphicon-certificate:before {
    content: "\e124"; }
  .isolateBootstrap .glyphicon-thumbs-up:before {
    content: "\e125"; }
  .isolateBootstrap .glyphicon-thumbs-down:before {
    content: "\e126"; }
  .isolateBootstrap .glyphicon-hand-right:before {
    content: "\e127"; }
  .isolateBootstrap .glyphicon-hand-left:before {
    content: "\e128"; }
  .isolateBootstrap .glyphicon-hand-up:before {
    content: "\e129"; }
  .isolateBootstrap .glyphicon-hand-down:before {
    content: "\e130"; }
  .isolateBootstrap .glyphicon-circle-arrow-right:before {
    content: "\e131"; }
  .isolateBootstrap .glyphicon-circle-arrow-left:before {
    content: "\e132"; }
  .isolateBootstrap .glyphicon-circle-arrow-up:before {
    content: "\e133"; }
  .isolateBootstrap .glyphicon-circle-arrow-down:before {
    content: "\e134"; }
  .isolateBootstrap .glyphicon-globe:before {
    content: "\e135"; }
  .isolateBootstrap .glyphicon-wrench:before {
    content: "\e136"; }
  .isolateBootstrap .glyphicon-tasks:before {
    content: "\e137"; }
  .isolateBootstrap .glyphicon-filter:before {
    content: "\e138"; }
  .isolateBootstrap .glyphicon-briefcase:before {
    content: "\e139"; }
  .isolateBootstrap .glyphicon-fullscreen:before {
    content: "\e140"; }
  .isolateBootstrap .glyphicon-dashboard:before {
    content: "\e141"; }
  .isolateBootstrap .glyphicon-paperclip:before {
    content: "\e142"; }
  .isolateBootstrap .glyphicon-heart-empty:before {
    content: "\e143"; }
  .isolateBootstrap .glyphicon-link:before {
    content: "\e144"; }
  .isolateBootstrap .glyphicon-phone:before {
    content: "\e145"; }
  .isolateBootstrap .glyphicon-pushpin:before {
    content: "\e146"; }
  .isolateBootstrap .glyphicon-usd:before {
    content: "\e148"; }
  .isolateBootstrap .glyphicon-gbp:before {
    content: "\e149"; }
  .isolateBootstrap .glyphicon-sort:before {
    content: "\e150"; }
  .isolateBootstrap .glyphicon-sort-by-alphabet:before {
    content: "\e151"; }
  .isolateBootstrap .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"; }
  .isolateBootstrap .glyphicon-sort-by-order:before {
    content: "\e153"; }
  .isolateBootstrap .glyphicon-sort-by-order-alt:before {
    content: "\e154"; }
  .isolateBootstrap .glyphicon-sort-by-attributes:before {
    content: "\e155"; }
  .isolateBootstrap .glyphicon-sort-by-attributes-alt:before {
    content: "\e156"; }
  .isolateBootstrap .glyphicon-unchecked:before {
    content: "\e157"; }
  .isolateBootstrap .glyphicon-expand:before {
    content: "\e158"; }
  .isolateBootstrap .glyphicon-collapse-down:before {
    content: "\e159"; }
  .isolateBootstrap .glyphicon-collapse-up:before {
    content: "\e160"; }
  .isolateBootstrap .glyphicon-log-in:before {
    content: "\e161"; }
  .isolateBootstrap .glyphicon-flash:before {
    content: "\e162"; }
  .isolateBootstrap .glyphicon-log-out:before {
    content: "\e163"; }
  .isolateBootstrap .glyphicon-new-window:before {
    content: "\e164"; }
  .isolateBootstrap .glyphicon-record:before {
    content: "\e165"; }
  .isolateBootstrap .glyphicon-save:before {
    content: "\e166"; }
  .isolateBootstrap .glyphicon-open:before {
    content: "\e167"; }
  .isolateBootstrap .glyphicon-saved:before {
    content: "\e168"; }
  .isolateBootstrap .glyphicon-import:before {
    content: "\e169"; }
  .isolateBootstrap .glyphicon-export:before {
    content: "\e170"; }
  .isolateBootstrap .glyphicon-send:before {
    content: "\e171"; }
  .isolateBootstrap .glyphicon-floppy-disk:before {
    content: "\e172"; }
  .isolateBootstrap .glyphicon-floppy-saved:before {
    content: "\e173"; }
  .isolateBootstrap .glyphicon-floppy-remove:before {
    content: "\e174"; }
  .isolateBootstrap .glyphicon-floppy-save:before {
    content: "\e175"; }
  .isolateBootstrap .glyphicon-floppy-open:before {
    content: "\e176"; }
  .isolateBootstrap .glyphicon-credit-card:before {
    content: "\e177"; }
  .isolateBootstrap .glyphicon-transfer:before {
    content: "\e178"; }
  .isolateBootstrap .glyphicon-cutlery:before {
    content: "\e179"; }
  .isolateBootstrap .glyphicon-header:before {
    content: "\e180"; }
  .isolateBootstrap .glyphicon-compressed:before {
    content: "\e181"; }
  .isolateBootstrap .glyphicon-earphone:before {
    content: "\e182"; }
  .isolateBootstrap .glyphicon-phone-alt:before {
    content: "\e183"; }
  .isolateBootstrap .glyphicon-tower:before {
    content: "\e184"; }
  .isolateBootstrap .glyphicon-stats:before {
    content: "\e185"; }
  .isolateBootstrap .glyphicon-sd-video:before {
    content: "\e186"; }
  .isolateBootstrap .glyphicon-hd-video:before {
    content: "\e187"; }
  .isolateBootstrap .glyphicon-subtitles:before {
    content: "\e188"; }
  .isolateBootstrap .glyphicon-sound-stereo:before {
    content: "\e189"; }
  .isolateBootstrap .glyphicon-sound-dolby:before {
    content: "\e190"; }
  .isolateBootstrap .glyphicon-sound-5-1:before {
    content: "\e191"; }
  .isolateBootstrap .glyphicon-sound-6-1:before {
    content: "\e192"; }
  .isolateBootstrap .glyphicon-sound-7-1:before {
    content: "\e193"; }
  .isolateBootstrap .glyphicon-copyright-mark:before {
    content: "\e194"; }
  .isolateBootstrap .glyphicon-registration-mark:before {
    content: "\e195"; }
  .isolateBootstrap .glyphicon-cloud-download:before {
    content: "\e197"; }
  .isolateBootstrap .glyphicon-cloud-upload:before {
    content: "\e198"; }
  .isolateBootstrap .glyphicon-tree-conifer:before {
    content: "\e199"; }
  .isolateBootstrap .glyphicon-tree-deciduous:before {
    content: "\e200"; }
  .isolateBootstrap .glyphicon-cd:before {
    content: "\e201"; }
  .isolateBootstrap .glyphicon-save-file:before {
    content: "\e202"; }
  .isolateBootstrap .glyphicon-open-file:before {
    content: "\e203"; }
  .isolateBootstrap .glyphicon-level-up:before {
    content: "\e204"; }
  .isolateBootstrap .glyphicon-copy:before {
    content: "\e205"; }
  .isolateBootstrap .glyphicon-paste:before {
    content: "\e206"; }
  .isolateBootstrap .glyphicon-alert:before {
    content: "\e209"; }
  .isolateBootstrap .glyphicon-equalizer:before {
    content: "\e210"; }
  .isolateBootstrap .glyphicon-king:before {
    content: "\e211"; }
  .isolateBootstrap .glyphicon-queen:before {
    content: "\e212"; }
  .isolateBootstrap .glyphicon-pawn:before {
    content: "\e213"; }
  .isolateBootstrap .glyphicon-bishop:before {
    content: "\e214"; }
  .isolateBootstrap .glyphicon-knight:before {
    content: "\e215"; }
  .isolateBootstrap .glyphicon-baby-formula:before {
    content: "\e216"; }
  .isolateBootstrap .glyphicon-tent:before {
    content: "\26fa"; }
  .isolateBootstrap .glyphicon-blackboard:before {
    content: "\e218"; }
  .isolateBootstrap .glyphicon-bed:before {
    content: "\e219"; }
  .isolateBootstrap .glyphicon-apple:before {
    content: "\f8ff"; }
  .isolateBootstrap .glyphicon-erase:before {
    content: "\e221"; }
  .isolateBootstrap .glyphicon-hourglass:before {
    content: "\231b"; }
  .isolateBootstrap .glyphicon-lamp:before {
    content: "\e223"; }
  .isolateBootstrap .glyphicon-duplicate:before {
    content: "\e224"; }
  .isolateBootstrap .glyphicon-piggy-bank:before {
    content: "\e225"; }
  .isolateBootstrap .glyphicon-scissors:before {
    content: "\e226"; }
  .isolateBootstrap .glyphicon-bitcoin:before {
    content: "\e227"; }
  .isolateBootstrap .glyphicon-btc:before {
    content: "\e227"; }
  .isolateBootstrap .glyphicon-xbt:before {
    content: "\e227"; }
  .isolateBootstrap .glyphicon-yen:before {
    content: "\00a5"; }
  .isolateBootstrap .glyphicon-jpy:before {
    content: "\00a5"; }
  .isolateBootstrap .glyphicon-ruble:before {
    content: "\20bd"; }
  .isolateBootstrap .glyphicon-rub:before {
    content: "\20bd"; }
  .isolateBootstrap .glyphicon-scale:before {
    content: "\e230"; }
  .isolateBootstrap .glyphicon-ice-lolly:before {
    content: "\e231"; }
  .isolateBootstrap .glyphicon-ice-lolly-tasted:before {
    content: "\e232"; }
  .isolateBootstrap .glyphicon-education:before {
    content: "\e233"; }
  .isolateBootstrap .glyphicon-option-horizontal:before {
    content: "\e234"; }
  .isolateBootstrap .glyphicon-option-vertical:before {
    content: "\e235"; }
  .isolateBootstrap .glyphicon-menu-hamburger:before {
    content: "\e236"; }
  .isolateBootstrap .glyphicon-modal-window:before {
    content: "\e237"; }
  .isolateBootstrap .glyphicon-oil:before {
    content: "\e238"; }
  .isolateBootstrap .glyphicon-grain:before {
    content: "\e239"; }
  .isolateBootstrap .glyphicon-sunglasses:before {
    content: "\e240"; }
  .isolateBootstrap .glyphicon-text-size:before {
    content: "\e241"; }
  .isolateBootstrap .glyphicon-text-color:before {
    content: "\e242"; }
  .isolateBootstrap .glyphicon-text-background:before {
    content: "\e243"; }
  .isolateBootstrap .glyphicon-object-align-top:before {
    content: "\e244"; }
  .isolateBootstrap .glyphicon-object-align-bottom:before {
    content: "\e245"; }
  .isolateBootstrap .glyphicon-object-align-horizontal:before {
    content: "\e246"; }
  .isolateBootstrap .glyphicon-object-align-left:before {
    content: "\e247"; }
  .isolateBootstrap .glyphicon-object-align-vertical:before {
    content: "\e248"; }
  .isolateBootstrap .glyphicon-object-align-right:before {
    content: "\e249"; }
  .isolateBootstrap .glyphicon-triangle-right:before {
    content: "\e250"; }
  .isolateBootstrap .glyphicon-triangle-left:before {
    content: "\e251"; }
  .isolateBootstrap .glyphicon-triangle-bottom:before {
    content: "\e252"; }
  .isolateBootstrap .glyphicon-triangle-top:before {
    content: "\e253"; }
  .isolateBootstrap .glyphicon-console:before {
    content: "\e254"; }
  .isolateBootstrap .glyphicon-superscript:before {
    content: "\e255"; }
  .isolateBootstrap .glyphicon-subscript:before {
    content: "\e256"; }
  .isolateBootstrap .glyphicon-menu-left:before {
    content: "\e257"; }
  .isolateBootstrap .glyphicon-menu-right:before {
    content: "\e258"; }
  .isolateBootstrap .glyphicon-menu-down:before {
    content: "\e259"; }
  .isolateBootstrap .glyphicon-menu-up:before {
    content: "\e260"; }
  .isolateBootstrap * {
    box-sizing: border-box; }
  .isolateBootstrap :after, .isolateBootstrap :before {
    box-sizing: border-box; }
  .isolateBootstrap html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent; }
  .isolateBootstrap body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff; }
  .isolateBootstrap button, .isolateBootstrap input, .isolateBootstrap select, .isolateBootstrap textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .isolateBootstrap a {
    color: #337ab7;
    text-decoration: none; }
  .isolateBootstrap a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .isolateBootstrap figure {
    margin: 0; }
  .isolateBootstrap img {
    vertical-align: middle; }
  .isolateBootstrap .carousel-inner > .item > a > img, .isolateBootstrap .carousel-inner > .item > img, .isolateBootstrap .img-responsive, .isolateBootstrap .thumbnail a > img, .isolateBootstrap .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto; }
  .isolateBootstrap .img-rounded {
    border-radius: 6px; }
  .isolateBootstrap .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out; }
  .isolateBootstrap .img-circle {
    border-radius: 50%; }
  .isolateBootstrap hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee; }
  .isolateBootstrap .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .isolateBootstrap .sr-only-focusable:active, .isolateBootstrap .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }
  .isolateBootstrap [role=button] {
    cursor: pointer; }
  .isolateBootstrap .h1, .isolateBootstrap .h2, .isolateBootstrap .h3, .isolateBootstrap .h4, .isolateBootstrap .h5, .isolateBootstrap .h6, .isolateBootstrap h1, .isolateBootstrap h2, .isolateBootstrap h3, .isolateBootstrap h4, .isolateBootstrap h5, .isolateBootstrap h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }
  .isolateBootstrap .h1 .small, .isolateBootstrap .h1 small, .isolateBootstrap .h2 .small, .isolateBootstrap .h2 small, .isolateBootstrap .h3 .small, .isolateBootstrap .h3 small, .isolateBootstrap .h4 .small, .isolateBootstrap .h4 small, .isolateBootstrap .h5 .small, .isolateBootstrap .h5 small, .isolateBootstrap .h6 .small, .isolateBootstrap .h6 small, .isolateBootstrap h1 .small, .isolateBootstrap h1 small, .isolateBootstrap h2 .small, .isolateBootstrap h2 small, .isolateBootstrap h3 .small, .isolateBootstrap h3 small, .isolateBootstrap h4 .small, .isolateBootstrap h4 small, .isolateBootstrap h5 .small, .isolateBootstrap h5 small, .isolateBootstrap h6 .small, .isolateBootstrap h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777; }
  .isolateBootstrap .h1, .isolateBootstrap .h2, .isolateBootstrap .h3, .isolateBootstrap h1, .isolateBootstrap h2, .isolateBootstrap h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
  .isolateBootstrap .h1 .small, .isolateBootstrap .h1 small, .isolateBootstrap .h2 .small, .isolateBootstrap .h2 small, .isolateBootstrap .h3 .small, .isolateBootstrap .h3 small, .isolateBootstrap h1 .small, .isolateBootstrap h1 small, .isolateBootstrap h2 .small, .isolateBootstrap h2 small, .isolateBootstrap h3 .small, .isolateBootstrap h3 small {
    font-size: 65%; }
  .isolateBootstrap .h4, .isolateBootstrap .h5, .isolateBootstrap .h6, .isolateBootstrap h4, .isolateBootstrap h5, .isolateBootstrap h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .isolateBootstrap .h4 .small, .isolateBootstrap .h4 small, .isolateBootstrap .h5 .small, .isolateBootstrap .h5 small, .isolateBootstrap .h6 .small, .isolateBootstrap .h6 small, .isolateBootstrap h4 .small, .isolateBootstrap h4 small, .isolateBootstrap h5 .small, .isolateBootstrap h5 small, .isolateBootstrap h6 .small, .isolateBootstrap h6 small {
    font-size: 75%; }
  .isolateBootstrap .h1, .isolateBootstrap h1 {
    font-size: 36px; }
  .isolateBootstrap .h2, .isolateBootstrap h2 {
    font-size: 30px; }
  .isolateBootstrap .h3, .isolateBootstrap h3 {
    font-size: 24px; }
  .isolateBootstrap .h4, .isolateBootstrap h4 {
    font-size: 18px; }
  .isolateBootstrap .h5, .isolateBootstrap h5 {
    font-size: 14px; }
  .isolateBootstrap .h6, .isolateBootstrap h6 {
    font-size: 12px; }
  .isolateBootstrap p {
    margin: 0 0 10px; }
  .isolateBootstrap .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; }
  @media (min-width: 768px) {
    .isolateBootstrap .lead {
      font-size: 21px; } }
  .isolateBootstrap .small, .isolateBootstrap small {
    font-size: 85%; }
  .isolateBootstrap .mark, .isolateBootstrap mark {
    padding: .2em;
    background-color: #fcf8e3; }
  .isolateBootstrap .text-left {
    text-align: left; }
  .isolateBootstrap .text-right {
    text-align: right; }
  .isolateBootstrap .text-center {
    text-align: center; }
  .isolateBootstrap .text-justify {
    text-align: justify; }
  .isolateBootstrap .text-nowrap {
    white-space: nowrap; }
  .isolateBootstrap .text-lowercase {
    text-transform: lowercase; }
  .isolateBootstrap .text-uppercase {
    text-transform: uppercase; }
  .isolateBootstrap .text-capitalize {
    text-transform: capitalize; }
  .isolateBootstrap .text-muted {
    color: #777; }
  .isolateBootstrap .text-primary {
    color: #337ab7; }
  .isolateBootstrap a.text-primary:focus, .isolateBootstrap a.text-primary:hover {
    color: #286090; }
  .isolateBootstrap .text-success {
    color: #3c763d; }
  .isolateBootstrap a.text-success:focus, .isolateBootstrap a.text-success:hover {
    color: #2b542c; }
  .isolateBootstrap .text-info {
    color: #31708f; }
  .isolateBootstrap a.text-info:focus, .isolateBootstrap a.text-info:hover {
    color: #245269; }
  .isolateBootstrap .text-warning {
    color: #8a6d3b; }
  .isolateBootstrap a.text-warning:focus, .isolateBootstrap a.text-warning:hover {
    color: #66512c; }
  .isolateBootstrap .text-danger {
    color: #a94442; }
  .isolateBootstrap a.text-danger:focus, .isolateBootstrap a.text-danger:hover {
    color: #843534; }
  .isolateBootstrap .bg-primary {
    color: #fff;
    background-color: #337ab7; }
  .isolateBootstrap a.bg-primary:focus, .isolateBootstrap a.bg-primary:hover {
    background-color: #286090; }
  .isolateBootstrap .bg-success {
    background-color: #dff0d8; }
  .isolateBootstrap a.bg-success:focus, .isolateBootstrap a.bg-success:hover {
    background-color: #c1e2b3; }
  .isolateBootstrap .bg-info {
    background-color: #d9edf7; }
  .isolateBootstrap a.bg-info:focus, .isolateBootstrap a.bg-info:hover {
    background-color: #afd9ee; }
  .isolateBootstrap .bg-warning {
    background-color: #fcf8e3; }
  .isolateBootstrap a.bg-warning:focus, .isolateBootstrap a.bg-warning:hover {
    background-color: #f7ecb5; }
  .isolateBootstrap .bg-danger {
    background-color: #f2dede; }
  .isolateBootstrap a.bg-danger:focus, .isolateBootstrap a.bg-danger:hover {
    background-color: #e4b9b9; }
  .isolateBootstrap .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee; }
  .isolateBootstrap ol, .isolateBootstrap ul {
    margin-top: 0;
    margin-bottom: 10px; }
  .isolateBootstrap ol ol, .isolateBootstrap ol ul, .isolateBootstrap ul ol, .isolateBootstrap ul ul {
    margin-bottom: 0; }
  .isolateBootstrap .list-unstyled {
    padding-left: 0;
    list-style: none; }
  .isolateBootstrap .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none; }
  .isolateBootstrap .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }
  .isolateBootstrap dl {
    margin-top: 0;
    margin-bottom: 20px; }
  .isolateBootstrap dd, .isolateBootstrap dt {
    line-height: 1.42857143; }
  .isolateBootstrap dt {
    font-weight: 700; }
  .isolateBootstrap dd {
    margin-left: 0; }
  @media (min-width: 768px) {
    .isolateBootstrap .dl-horizontal dt {
      float: left;
      width: 160px;
      overflow: hidden;
      clear: left;
      text-align: right;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .isolateBootstrap .dl-horizontal dd {
      margin-left: 180px; } }
  .isolateBootstrap abbr[data-original-title], .isolateBootstrap abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777; }
  .isolateBootstrap .initialism {
    font-size: 90%;
    text-transform: uppercase; }
  .isolateBootstrap blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee; }
  .isolateBootstrap blockquote ol:last-child, .isolateBootstrap blockquote p:last-child, .isolateBootstrap blockquote ul:last-child {
    margin-bottom: 0; }
  .isolateBootstrap blockquote .small, .isolateBootstrap blockquote footer, .isolateBootstrap blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777; }
  .isolateBootstrap blockquote .small:before, .isolateBootstrap blockquote footer:before, .isolateBootstrap blockquote small:before {
    content: '\2014 \00A0'; }
  .isolateBootstrap .blockquote-reverse, .isolateBootstrap blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0; }
  .isolateBootstrap .blockquote-reverse .small:before, .isolateBootstrap .blockquote-reverse footer:before, .isolateBootstrap .blockquote-reverse small:before, .isolateBootstrap blockquote.pull-right .small:before, .isolateBootstrap blockquote.pull-right footer:before, .isolateBootstrap blockquote.pull-right small:before {
    content: ''; }
  .isolateBootstrap .blockquote-reverse .small:after, .isolateBootstrap .blockquote-reverse footer:after, .isolateBootstrap .blockquote-reverse small:after, .isolateBootstrap blockquote.pull-right .small:after, .isolateBootstrap blockquote.pull-right footer:after, .isolateBootstrap blockquote.pull-right small:after {
    content: '\00A0 \2014'; }
  .isolateBootstrap address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143; }
  .isolateBootstrap code, .isolateBootstrap kbd, .isolateBootstrap pre, .isolateBootstrap samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }
  .isolateBootstrap code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px; }
  .isolateBootstrap 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); }
  .isolateBootstrap kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }
  .isolateBootstrap pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px; }
  .isolateBootstrap pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }
  .isolateBootstrap .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  .isolateBootstrap .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 768px) {
    .isolateBootstrap .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .isolateBootstrap .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .isolateBootstrap .container {
      width: 1170px; } }
  .isolateBootstrap .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  .isolateBootstrap .row {
    margin-right: -15px;
    margin-left: -15px; }
  .isolateBootstrap .col-lg-1, .isolateBootstrap .col-lg-10, .isolateBootstrap .col-lg-11, .isolateBootstrap .col-lg-12, .isolateBootstrap .col-lg-2, .isolateBootstrap .col-lg-3, .isolateBootstrap .col-lg-4, .isolateBootstrap .col-lg-5, .isolateBootstrap .col-lg-6, .isolateBootstrap .col-lg-7, .isolateBootstrap .col-lg-8, .isolateBootstrap .col-lg-9, .isolateBootstrap .col-md-1, .isolateBootstrap .col-md-10, .isolateBootstrap .col-md-11, .isolateBootstrap .col-md-12, .isolateBootstrap .col-md-2, .isolateBootstrap .col-md-3, .isolateBootstrap .col-md-4, .isolateBootstrap .col-md-5, .isolateBootstrap .col-md-6, .isolateBootstrap .col-md-7, .isolateBootstrap .col-md-8, .isolateBootstrap .col-md-9, .isolateBootstrap .col-sm-1, .isolateBootstrap .col-sm-10, .isolateBootstrap .col-sm-11, .isolateBootstrap .col-sm-12, .isolateBootstrap .col-sm-2, .isolateBootstrap .col-sm-3, .isolateBootstrap .col-sm-4, .isolateBootstrap .col-sm-5, .isolateBootstrap .col-sm-6, .isolateBootstrap .col-sm-7, .isolateBootstrap .col-sm-8, .isolateBootstrap .col-sm-9, .isolateBootstrap .col-xs-1, .isolateBootstrap .col-xs-10, .isolateBootstrap .col-xs-11, .isolateBootstrap .col-xs-12, .isolateBootstrap .col-xs-2, .isolateBootstrap .col-xs-3, .isolateBootstrap .col-xs-4, .isolateBootstrap .col-xs-5, .isolateBootstrap .col-xs-6, .isolateBootstrap .col-xs-7, .isolateBootstrap .col-xs-8, .isolateBootstrap .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .isolateBootstrap .col-xs-1, .isolateBootstrap .col-xs-10, .isolateBootstrap .col-xs-11, .isolateBootstrap .col-xs-12, .isolateBootstrap .col-xs-2, .isolateBootstrap .col-xs-3, .isolateBootstrap .col-xs-4, .isolateBootstrap .col-xs-5, .isolateBootstrap .col-xs-6, .isolateBootstrap .col-xs-7, .isolateBootstrap .col-xs-8, .isolateBootstrap .col-xs-9 {
    float: left; }
  .isolateBootstrap .col-xs-12 {
    width: 100%; }
  .isolateBootstrap .col-xs-11 {
    width: 91.66666667%; }
  .isolateBootstrap .col-xs-10 {
    width: 83.33333333%; }
  .isolateBootstrap .col-xs-9 {
    width: 75%; }
  .isolateBootstrap .col-xs-8 {
    width: 66.66666667%; }
  .isolateBootstrap .col-xs-7 {
    width: 58.33333333%; }
  .isolateBootstrap .col-xs-6 {
    width: 50%; }
  .isolateBootstrap .col-xs-5 {
    width: 41.66666667%; }
  .isolateBootstrap .col-xs-4 {
    width: 33.33333333%; }
  .isolateBootstrap .col-xs-3 {
    width: 25%; }
  .isolateBootstrap .col-xs-2 {
    width: 16.66666667%; }
  .isolateBootstrap .col-xs-1 {
    width: 8.33333333%; }
  .isolateBootstrap .col-xs-pull-12 {
    right: 100%; }
  .isolateBootstrap .col-xs-pull-11 {
    right: 91.66666667%; }
  .isolateBootstrap .col-xs-pull-10 {
    right: 83.33333333%; }
  .isolateBootstrap .col-xs-pull-9 {
    right: 75%; }
  .isolateBootstrap .col-xs-pull-8 {
    right: 66.66666667%; }
  .isolateBootstrap .col-xs-pull-7 {
    right: 58.33333333%; }
  .isolateBootstrap .col-xs-pull-6 {
    right: 50%; }
  .isolateBootstrap .col-xs-pull-5 {
    right: 41.66666667%; }
  .isolateBootstrap .col-xs-pull-4 {
    right: 33.33333333%; }
  .isolateBootstrap .col-xs-pull-3 {
    right: 25%; }
  .isolateBootstrap .col-xs-pull-2 {
    right: 16.66666667%; }
  .isolateBootstrap .col-xs-pull-1 {
    right: 8.33333333%; }
  .isolateBootstrap .col-xs-pull-0 {
    right: auto; }
  .isolateBootstrap .col-xs-push-12 {
    left: 100%; }
  .isolateBootstrap .col-xs-push-11 {
    left: 91.66666667%; }
  .isolateBootstrap .col-xs-push-10 {
    left: 83.33333333%; }
  .isolateBootstrap .col-xs-push-9 {
    left: 75%; }
  .isolateBootstrap .col-xs-push-8 {
    left: 66.66666667%; }
  .isolateBootstrap .col-xs-push-7 {
    left: 58.33333333%; }
  .isolateBootstrap .col-xs-push-6 {
    left: 50%; }
  .isolateBootstrap .col-xs-push-5 {
    left: 41.66666667%; }
  .isolateBootstrap .col-xs-push-4 {
    left: 33.33333333%; }
  .isolateBootstrap .col-xs-push-3 {
    left: 25%; }
  .isolateBootstrap .col-xs-push-2 {
    left: 16.66666667%; }
  .isolateBootstrap .col-xs-push-1 {
    left: 8.33333333%; }
  .isolateBootstrap .col-xs-push-0 {
    left: auto; }
  .isolateBootstrap .col-xs-offset-12 {
    margin-left: 100%; }
  .isolateBootstrap .col-xs-offset-11 {
    margin-left: 91.66666667%; }
  .isolateBootstrap .col-xs-offset-10 {
    margin-left: 83.33333333%; }
  .isolateBootstrap .col-xs-offset-9 {
    margin-left: 75%; }
  .isolateBootstrap .col-xs-offset-8 {
    margin-left: 66.66666667%; }
  .isolateBootstrap .col-xs-offset-7 {
    margin-left: 58.33333333%; }
  .isolateBootstrap .col-xs-offset-6 {
    margin-left: 50%; }
  .isolateBootstrap .col-xs-offset-5 {
    margin-left: 41.66666667%; }
  .isolateBootstrap .col-xs-offset-4 {
    margin-left: 33.33333333%; }
  .isolateBootstrap .col-xs-offset-3 {
    margin-left: 25%; }
  .isolateBootstrap .col-xs-offset-2 {
    margin-left: 16.66666667%; }
  .isolateBootstrap .col-xs-offset-1 {
    margin-left: 8.33333333%; }
  .isolateBootstrap .col-xs-offset-0 {
    margin-left: 0; }
  @media (min-width: 768px) {
    .isolateBootstrap .col-sm-1, .isolateBootstrap .col-sm-10, .isolateBootstrap .col-sm-11, .isolateBootstrap .col-sm-12, .isolateBootstrap .col-sm-2, .isolateBootstrap .col-sm-3, .isolateBootstrap .col-sm-4, .isolateBootstrap .col-sm-5, .isolateBootstrap .col-sm-6, .isolateBootstrap .col-sm-7, .isolateBootstrap .col-sm-8, .isolateBootstrap .col-sm-9 {
      float: left; }
    .isolateBootstrap .col-sm-12 {
      width: 100%; }
    .isolateBootstrap .col-sm-11 {
      width: 91.66666667%; }
    .isolateBootstrap .col-sm-10 {
      width: 83.33333333%; }
    .isolateBootstrap .col-sm-9 {
      width: 75%; }
    .isolateBootstrap .col-sm-8 {
      width: 66.66666667%; }
    .isolateBootstrap .col-sm-7 {
      width: 58.33333333%; }
    .isolateBootstrap .col-sm-6 {
      width: 50%; }
    .isolateBootstrap .col-sm-5 {
      width: 41.66666667%; }
    .isolateBootstrap .col-sm-4 {
      width: 33.33333333%; }
    .isolateBootstrap .col-sm-3 {
      width: 25%; }
    .isolateBootstrap .col-sm-2 {
      width: 16.66666667%; }
    .isolateBootstrap .col-sm-1 {
      width: 8.33333333%; }
    .isolateBootstrap .col-sm-pull-12 {
      right: 100%; }
    .isolateBootstrap .col-sm-pull-11 {
      right: 91.66666667%; }
    .isolateBootstrap .col-sm-pull-10 {
      right: 83.33333333%; }
    .isolateBootstrap .col-sm-pull-9 {
      right: 75%; }
    .isolateBootstrap .col-sm-pull-8 {
      right: 66.66666667%; }
    .isolateBootstrap .col-sm-pull-7 {
      right: 58.33333333%; }
    .isolateBootstrap .col-sm-pull-6 {
      right: 50%; }
    .isolateBootstrap .col-sm-pull-5 {
      right: 41.66666667%; }
    .isolateBootstrap .col-sm-pull-4 {
      right: 33.33333333%; }
    .isolateBootstrap .col-sm-pull-3 {
      right: 25%; }
    .isolateBootstrap .col-sm-pull-2 {
      right: 16.66666667%; }
    .isolateBootstrap .col-sm-pull-1 {
      right: 8.33333333%; }
    .isolateBootstrap .col-sm-pull-0 {
      right: auto; }
    .isolateBootstrap .col-sm-push-12 {
      left: 100%; }
    .isolateBootstrap .col-sm-push-11 {
      left: 91.66666667%; }
    .isolateBootstrap .col-sm-push-10 {
      left: 83.33333333%; }
    .isolateBootstrap .col-sm-push-9 {
      left: 75%; }
    .isolateBootstrap .col-sm-push-8 {
      left: 66.66666667%; }
    .isolateBootstrap .col-sm-push-7 {
      left: 58.33333333%; }
    .isolateBootstrap .col-sm-push-6 {
      left: 50%; }
    .isolateBootstrap .col-sm-push-5 {
      left: 41.66666667%; }
    .isolateBootstrap .col-sm-push-4 {
      left: 33.33333333%; }
    .isolateBootstrap .col-sm-push-3 {
      left: 25%; }
    .isolateBootstrap .col-sm-push-2 {
      left: 16.66666667%; }
    .isolateBootstrap .col-sm-push-1 {
      left: 8.33333333%; }
    .isolateBootstrap .col-sm-push-0 {
      left: auto; }
    .isolateBootstrap .col-sm-offset-12 {
      margin-left: 100%; }
    .isolateBootstrap .col-sm-offset-11 {
      margin-left: 91.66666667%; }
    .isolateBootstrap .col-sm-offset-10 {
      margin-left: 83.33333333%; }
    .isolateBootstrap .col-sm-offset-9 {
      margin-left: 75%; }
    .isolateBootstrap .col-sm-offset-8 {
      margin-left: 66.66666667%; }
    .isolateBootstrap .col-sm-offset-7 {
      margin-left: 58.33333333%; }
    .isolateBootstrap .col-sm-offset-6 {
      margin-left: 50%; }
    .isolateBootstrap .col-sm-offset-5 {
      margin-left: 41.66666667%; }
    .isolateBootstrap .col-sm-offset-4 {
      margin-left: 33.33333333%; }
    .isolateBootstrap .col-sm-offset-3 {
      margin-left: 25%; }
    .isolateBootstrap .col-sm-offset-2 {
      margin-left: 16.66666667%; }
    .isolateBootstrap .col-sm-offset-1 {
      margin-left: 8.33333333%; }
    .isolateBootstrap .col-sm-offset-0 {
      margin-left: 0; } }
  @media (min-width: 992px) {
    .isolateBootstrap .col-md-1, .isolateBootstrap .col-md-10, .isolateBootstrap .col-md-11, .isolateBootstrap .col-md-12, .isolateBootstrap .col-md-2, .isolateBootstrap .col-md-3, .isolateBootstrap .col-md-4, .isolateBootstrap .col-md-5, .isolateBootstrap .col-md-6, .isolateBootstrap .col-md-7, .isolateBootstrap .col-md-8, .isolateBootstrap .col-md-9 {
      float: left; }
    .isolateBootstrap .col-md-12 {
      width: 100%; }
    .isolateBootstrap .col-md-11 {
      width: 91.66666667%; }
    .isolateBootstrap .col-md-10 {
      width: 83.33333333%; }
    .isolateBootstrap .col-md-9 {
      width: 75%; }
    .isolateBootstrap .col-md-8 {
      width: 66.66666667%; }
    .isolateBootstrap .col-md-7 {
      width: 58.33333333%; }
    .isolateBootstrap .col-md-6 {
      width: 50%; }
    .isolateBootstrap .col-md-5 {
      width: 41.66666667%; }
    .isolateBootstrap .col-md-4 {
      width: 33.33333333%; }
    .isolateBootstrap .col-md-3 {
      width: 25%; }
    .isolateBootstrap .col-md-2 {
      width: 16.66666667%; }
    .isolateBootstrap .col-md-1 {
      width: 8.33333333%; }
    .isolateBootstrap .col-md-pull-12 {
      right: 100%; }
    .isolateBootstrap .col-md-pull-11 {
      right: 91.66666667%; }
    .isolateBootstrap .col-md-pull-10 {
      right: 83.33333333%; }
    .isolateBootstrap .col-md-pull-9 {
      right: 75%; }
    .isolateBootstrap .col-md-pull-8 {
      right: 66.66666667%; }
    .isolateBootstrap .col-md-pull-7 {
      right: 58.33333333%; }
    .isolateBootstrap .col-md-pull-6 {
      right: 50%; }
    .isolateBootstrap .col-md-pull-5 {
      right: 41.66666667%; }
    .isolateBootstrap .col-md-pull-4 {
      right: 33.33333333%; }
    .isolateBootstrap .col-md-pull-3 {
      right: 25%; }
    .isolateBootstrap .col-md-pull-2 {
      right: 16.66666667%; }
    .isolateBootstrap .col-md-pull-1 {
      right: 8.33333333%; }
    .isolateBootstrap .col-md-pull-0 {
      right: auto; }
    .isolateBootstrap .col-md-push-12 {
      left: 100%; }
    .isolateBootstrap .col-md-push-11 {
      left: 91.66666667%; }
    .isolateBootstrap .col-md-push-10 {
      left: 83.33333333%; }
    .isolateBootstrap .col-md-push-9 {
      left: 75%; }
    .isolateBootstrap .col-md-push-8 {
      left: 66.66666667%; }
    .isolateBootstrap .col-md-push-7 {
      left: 58.33333333%; }
    .isolateBootstrap .col-md-push-6 {
      left: 50%; }
    .isolateBootstrap .col-md-push-5 {
      left: 41.66666667%; }
    .isolateBootstrap .col-md-push-4 {
      left: 33.33333333%; }
    .isolateBootstrap .col-md-push-3 {
      left: 25%; }
    .isolateBootstrap .col-md-push-2 {
      left: 16.66666667%; }
    .isolateBootstrap .col-md-push-1 {
      left: 8.33333333%; }
    .isolateBootstrap .col-md-push-0 {
      left: auto; }
    .isolateBootstrap .col-md-offset-12 {
      margin-left: 100%; }
    .isolateBootstrap .col-md-offset-11 {
      margin-left: 91.66666667%; }
    .isolateBootstrap .col-md-offset-10 {
      margin-left: 83.33333333%; }
    .isolateBootstrap .col-md-offset-9 {
      margin-left: 75%; }
    .isolateBootstrap .col-md-offset-8 {
      margin-left: 66.66666667%; }
    .isolateBootstrap .col-md-offset-7 {
      margin-left: 58.33333333%; }
    .isolateBootstrap .col-md-offset-6 {
      margin-left: 50%; }
    .isolateBootstrap .col-md-offset-5 {
      margin-left: 41.66666667%; }
    .isolateBootstrap .col-md-offset-4 {
      margin-left: 33.33333333%; }
    .isolateBootstrap .col-md-offset-3 {
      margin-left: 25%; }
    .isolateBootstrap .col-md-offset-2 {
      margin-left: 16.66666667%; }
    .isolateBootstrap .col-md-offset-1 {
      margin-left: 8.33333333%; }
    .isolateBootstrap .col-md-offset-0 {
      margin-left: 0; } }
  @media (min-width: 1200px) {
    .isolateBootstrap .col-lg-1, .isolateBootstrap .col-lg-10, .isolateBootstrap .col-lg-11, .isolateBootstrap .col-lg-12, .isolateBootstrap .col-lg-2, .isolateBootstrap .col-lg-3, .isolateBootstrap .col-lg-4, .isolateBootstrap .col-lg-5, .isolateBootstrap .col-lg-6, .isolateBootstrap .col-lg-7, .isolateBootstrap .col-lg-8, .isolateBootstrap .col-lg-9 {
      float: left; }
    .isolateBootstrap .col-lg-12 {
      width: 100%; }
    .isolateBootstrap .col-lg-11 {
      width: 91.66666667%; }
    .isolateBootstrap .col-lg-10 {
      width: 83.33333333%; }
    .isolateBootstrap .col-lg-9 {
      width: 75%; }
    .isolateBootstrap .col-lg-8 {
      width: 66.66666667%; }
    .isolateBootstrap .col-lg-7 {
      width: 58.33333333%; }
    .isolateBootstrap .col-lg-6 {
      width: 50%; }
    .isolateBootstrap .col-lg-5 {
      width: 41.66666667%; }
    .isolateBootstrap .col-lg-4 {
      width: 33.33333333%; }
    .isolateBootstrap .col-lg-3 {
      width: 25%; }
    .isolateBootstrap .col-lg-2 {
      width: 16.66666667%; }
    .isolateBootstrap .col-lg-1 {
      width: 8.33333333%; }
    .isolateBootstrap .col-lg-pull-12 {
      right: 100%; }
    .isolateBootstrap .col-lg-pull-11 {
      right: 91.66666667%; }
    .isolateBootstrap .col-lg-pull-10 {
      right: 83.33333333%; }
    .isolateBootstrap .col-lg-pull-9 {
      right: 75%; }
    .isolateBootstrap .col-lg-pull-8 {
      right: 66.66666667%; }
    .isolateBootstrap .col-lg-pull-7 {
      right: 58.33333333%; }
    .isolateBootstrap .col-lg-pull-6 {
      right: 50%; }
    .isolateBootstrap .col-lg-pull-5 {
      right: 41.66666667%; }
    .isolateBootstrap .col-lg-pull-4 {
      right: 33.33333333%; }
    .isolateBootstrap .col-lg-pull-3 {
      right: 25%; }
    .isolateBootstrap .col-lg-pull-2 {
      right: 16.66666667%; }
    .isolateBootstrap .col-lg-pull-1 {
      right: 8.33333333%; }
    .isolateBootstrap .col-lg-pull-0 {
      right: auto; }
    .isolateBootstrap .col-lg-push-12 {
      left: 100%; }
    .isolateBootstrap .col-lg-push-11 {
      left: 91.66666667%; }
    .isolateBootstrap .col-lg-push-10 {
      left: 83.33333333%; }
    .isolateBootstrap .col-lg-push-9 {
      left: 75%; }
    .isolateBootstrap .col-lg-push-8 {
      left: 66.66666667%; }
    .isolateBootstrap .col-lg-push-7 {
      left: 58.33333333%; }
    .isolateBootstrap .col-lg-push-6 {
      left: 50%; }
    .isolateBootstrap .col-lg-push-5 {
      left: 41.66666667%; }
    .isolateBootstrap .col-lg-push-4 {
      left: 33.33333333%; }
    .isolateBootstrap .col-lg-push-3 {
      left: 25%; }
    .isolateBootstrap .col-lg-push-2 {
      left: 16.66666667%; }
    .isolateBootstrap .col-lg-push-1 {
      left: 8.33333333%; }
    .isolateBootstrap .col-lg-push-0 {
      left: auto; }
    .isolateBootstrap .col-lg-offset-12 {
      margin-left: 100%; }
    .isolateBootstrap .col-lg-offset-11 {
      margin-left: 91.66666667%; }
    .isolateBootstrap .col-lg-offset-10 {
      margin-left: 83.33333333%; }
    .isolateBootstrap .col-lg-offset-9 {
      margin-left: 75%; }
    .isolateBootstrap .col-lg-offset-8 {
      margin-left: 66.66666667%; }
    .isolateBootstrap .col-lg-offset-7 {
      margin-left: 58.33333333%; }
    .isolateBootstrap .col-lg-offset-6 {
      margin-left: 50%; }
    .isolateBootstrap .col-lg-offset-5 {
      margin-left: 41.66666667%; }
    .isolateBootstrap .col-lg-offset-4 {
      margin-left: 33.33333333%; }
    .isolateBootstrap .col-lg-offset-3 {
      margin-left: 25%; }
    .isolateBootstrap .col-lg-offset-2 {
      margin-left: 16.66666667%; }
    .isolateBootstrap .col-lg-offset-1 {
      margin-left: 8.33333333%; }
    .isolateBootstrap .col-lg-offset-0 {
      margin-left: 0; } }
  .isolateBootstrap table {
    background-color: transparent; }
  .isolateBootstrap caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left; }
  .isolateBootstrap th {
    text-align: left; }
  .isolateBootstrap .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .isolateBootstrap .table > tbody > tr > td, .isolateBootstrap .table > tbody > tr > th, .isolateBootstrap .table > tfoot > tr > td, .isolateBootstrap .table > tfoot > tr > th, .isolateBootstrap .table > thead > tr > td, .isolateBootstrap .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .isolateBootstrap .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .isolateBootstrap .table > caption + thead > tr:first-child > td, .isolateBootstrap .table > caption + thead > tr:first-child > th, .isolateBootstrap .table > colgroup + thead > tr:first-child > td, .isolateBootstrap .table > colgroup + thead > tr:first-child > th, .isolateBootstrap .table > thead:first-child > tr:first-child > td, .isolateBootstrap .table > thead:first-child > tr:first-child > th {
    border-top: 0; }
  .isolateBootstrap .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .isolateBootstrap .table .table {
    background-color: #fff; }
  .isolateBootstrap .table-condensed > tbody > tr > td, .isolateBootstrap .table-condensed > tbody > tr > th, .isolateBootstrap .table-condensed > tfoot > tr > td, .isolateBootstrap .table-condensed > tfoot > tr > th, .isolateBootstrap .table-condensed > thead > tr > td, .isolateBootstrap .table-condensed > thead > tr > th {
    padding: 5px; }
  .isolateBootstrap .table-bordered {
    border: 1px solid #ddd; }
  .isolateBootstrap .table-bordered > tbody > tr > td, .isolateBootstrap .table-bordered > tbody > tr > th, .isolateBootstrap .table-bordered > tfoot > tr > td, .isolateBootstrap .table-bordered > tfoot > tr > th, .isolateBootstrap .table-bordered > thead > tr > td, .isolateBootstrap .table-bordered > thead > tr > th {
    border: 1px solid #ddd; }
  .isolateBootstrap .table-bordered > thead > tr > td, .isolateBootstrap .table-bordered > thead > tr > th {
    border-bottom-width: 2px; }
  .isolateBootstrap .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
  .isolateBootstrap .table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }
  .isolateBootstrap table col[class*=col-] {
    position: static;
    display: table-column;
    float: none; }
  .isolateBootstrap table td[class*=col-], .isolateBootstrap table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none; }
  .isolateBootstrap .table > tbody > tr.active > td, .isolateBootstrap .table > tbody > tr.active > th, .isolateBootstrap .table > tbody > tr > td.active, .isolateBootstrap .table > tbody > tr > th.active, .isolateBootstrap .table > tfoot > tr.active > td, .isolateBootstrap .table > tfoot > tr.active > th, .isolateBootstrap .table > tfoot > tr > td.active, .isolateBootstrap .table > tfoot > tr > th.active, .isolateBootstrap .table > thead > tr.active > td, .isolateBootstrap .table > thead > tr.active > th, .isolateBootstrap .table > thead > tr > td.active, .isolateBootstrap .table > thead > tr > th.active {
    background-color: #f5f5f5; }
  .isolateBootstrap .table-hover > tbody > tr.active:hover > td, .isolateBootstrap .table-hover > tbody > tr.active:hover > th, .isolateBootstrap .table-hover > tbody > tr:hover > .active, .isolateBootstrap .table-hover > tbody > tr > td.active:hover, .isolateBootstrap .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8; }
  .isolateBootstrap .table > tbody > tr.success > td, .isolateBootstrap .table > tbody > tr.success > th, .isolateBootstrap .table > tbody > tr > td.success, .isolateBootstrap .table > tbody > tr > th.success, .isolateBootstrap .table > tfoot > tr.success > td, .isolateBootstrap .table > tfoot > tr.success > th, .isolateBootstrap .table > tfoot > tr > td.success, .isolateBootstrap .table > tfoot > tr > th.success, .isolateBootstrap .table > thead > tr.success > td, .isolateBootstrap .table > thead > tr.success > th, .isolateBootstrap .table > thead > tr > td.success, .isolateBootstrap .table > thead > tr > th.success {
    background-color: #dff0d8; }
  .isolateBootstrap .table-hover > tbody > tr.success:hover > td, .isolateBootstrap .table-hover > tbody > tr.success:hover > th, .isolateBootstrap .table-hover > tbody > tr:hover > .success, .isolateBootstrap .table-hover > tbody > tr > td.success:hover, .isolateBootstrap .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6; }
  .isolateBootstrap .table > tbody > tr.info > td, .isolateBootstrap .table > tbody > tr.info > th, .isolateBootstrap .table > tbody > tr > td.info, .isolateBootstrap .table > tbody > tr > th.info, .isolateBootstrap .table > tfoot > tr.info > td, .isolateBootstrap .table > tfoot > tr.info > th, .isolateBootstrap .table > tfoot > tr > td.info, .isolateBootstrap .table > tfoot > tr > th.info, .isolateBootstrap .table > thead > tr.info > td, .isolateBootstrap .table > thead > tr.info > th, .isolateBootstrap .table > thead > tr > td.info, .isolateBootstrap .table > thead > tr > th.info {
    background-color: #d9edf7; }
  .isolateBootstrap .table-hover > tbody > tr.info:hover > td, .isolateBootstrap .table-hover > tbody > tr.info:hover > th, .isolateBootstrap .table-hover > tbody > tr:hover > .info, .isolateBootstrap .table-hover > tbody > tr > td.info:hover, .isolateBootstrap .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3; }
  .isolateBootstrap .table > tbody > tr.warning > td, .isolateBootstrap .table > tbody > tr.warning > th, .isolateBootstrap .table > tbody > tr > td.warning, .isolateBootstrap .table > tbody > tr > th.warning, .isolateBootstrap .table > tfoot > tr.warning > td, .isolateBootstrap .table > tfoot > tr.warning > th, .isolateBootstrap .table > tfoot > tr > td.warning, .isolateBootstrap .table > tfoot > tr > th.warning, .isolateBootstrap .table > thead > tr.warning > td, .isolateBootstrap .table > thead > tr.warning > th, .isolateBootstrap .table > thead > tr > td.warning, .isolateBootstrap .table > thead > tr > th.warning {
    background-color: #fcf8e3; }
  .isolateBootstrap .table-hover > tbody > tr.warning:hover > td, .isolateBootstrap .table-hover > tbody > tr.warning:hover > th, .isolateBootstrap .table-hover > tbody > tr:hover > .warning, .isolateBootstrap .table-hover > tbody > tr > td.warning:hover, .isolateBootstrap .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc; }
  .isolateBootstrap .table > tbody > tr.danger > td, .isolateBootstrap .table > tbody > tr.danger > th, .isolateBootstrap .table > tbody > tr > td.danger, .isolateBootstrap .table > tbody > tr > th.danger, .isolateBootstrap .table > tfoot > tr.danger > td, .isolateBootstrap .table > tfoot > tr.danger > th, .isolateBootstrap .table > tfoot > tr > td.danger, .isolateBootstrap .table > tfoot > tr > th.danger, .isolateBootstrap .table > thead > tr.danger > td, .isolateBootstrap .table > thead > tr.danger > th, .isolateBootstrap .table > thead > tr > td.danger, .isolateBootstrap .table > thead > tr > th.danger {
    background-color: #f2dede; }
  .isolateBootstrap .table-hover > tbody > tr.danger:hover > td, .isolateBootstrap .table-hover > tbody > tr.danger:hover > th, .isolateBootstrap .table-hover > tbody > tr:hover > .danger, .isolateBootstrap .table-hover > tbody > tr > td.danger:hover, .isolateBootstrap .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc; }
  .isolateBootstrap .table-responsive {
    min-height: .01%;
    overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .isolateBootstrap .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
    .isolateBootstrap .table-responsive > .table {
      margin-bottom: 0; }
    .isolateBootstrap .table-responsive > .table > tbody > tr > td, .isolateBootstrap .table-responsive > .table > tbody > tr > th, .isolateBootstrap .table-responsive > .table > tfoot > tr > td, .isolateBootstrap .table-responsive > .table > tfoot > tr > th, .isolateBootstrap .table-responsive > .table > thead > tr > td, .isolateBootstrap .table-responsive > .table > thead > tr > th {
      white-space: nowrap; }
    .isolateBootstrap .table-responsive > .table-bordered {
      border: 0; }
    .isolateBootstrap .table-responsive > .table-bordered > tbody > tr > td:first-child, .isolateBootstrap .table-responsive > .table-bordered > tbody > tr > th:first-child, .isolateBootstrap .table-responsive > .table-bordered > tfoot > tr > td:first-child, .isolateBootstrap .table-responsive > .table-bordered > tfoot > tr > th:first-child, .isolateBootstrap .table-responsive > .table-bordered > thead > tr > td:first-child, .isolateBootstrap .table-responsive > .table-bordered > thead > tr > th:first-child {
      border-left: 0; }
    .isolateBootstrap .table-responsive > .table-bordered > tbody > tr > td:last-child, .isolateBootstrap .table-responsive > .table-bordered > tbody > tr > th:last-child, .isolateBootstrap .table-responsive > .table-bordered > tfoot > tr > td:last-child, .isolateBootstrap .table-responsive > .table-bordered > tfoot > tr > th:last-child, .isolateBootstrap .table-responsive > .table-bordered > thead > tr > td:last-child, .isolateBootstrap .table-responsive > .table-bordered > thead > tr > th:last-child {
      border-right: 0; }
    .isolateBootstrap .table-responsive > .table-bordered > tbody > tr:last-child > td, .isolateBootstrap .table-responsive > .table-bordered > tbody > tr:last-child > th, .isolateBootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > td, .isolateBootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > th {
      border-bottom: 0; } }
  .isolateBootstrap fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
  .isolateBootstrap legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
  .isolateBootstrap label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700; }
  .isolateBootstrap input[type=search] {
    box-sizing: border-box; }
  .isolateBootstrap input[type=checkbox], .isolateBootstrap input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal; }
  .isolateBootstrap input[type=file] {
    display: block; }
  .isolateBootstrap input[type=range] {
    display: block;
    width: 100%; }
  .isolateBootstrap select[multiple], .isolateBootstrap select[size] {
    height: auto; }
  .isolateBootstrap input[type=file]:focus, .isolateBootstrap input[type=checkbox]:focus, .isolateBootstrap input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .isolateBootstrap output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555; }
  .isolateBootstrap .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
  .isolateBootstrap .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .isolateBootstrap .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .isolateBootstrap .form-control:-ms-input-placeholder {
    color: #999; }
  .isolateBootstrap .form-control::-webkit-input-placeholder {
    color: #999; }
  .isolateBootstrap .form-control[disabled], .isolateBootstrap .form-control[readonly], .isolateBootstrap fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1; }
  .isolateBootstrap .form-control[disabled], .isolateBootstrap fieldset[disabled] .form-control {
    cursor: not-allowed; }
  .isolateBootstrap textarea.form-control {
    height: auto; }
  .isolateBootstrap input[type=search] {
    -webkit-appearance: none; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .isolateBootstrap input[type=date].form-control, .isolateBootstrap input[type=time].form-control, .isolateBootstrap input[type=datetime-local].form-control, .isolateBootstrap input[type=month].form-control {
      line-height: 34px; }
    .isolateBootstrap .input-group-sm input[type=date], .isolateBootstrap .input-group-sm input[type=time], .isolateBootstrap .input-group-sm input[type=datetime-local], .isolateBootstrap .input-group-sm input[type=month], .isolateBootstrap input[type=date].input-sm, .isolateBootstrap input[type=time].input-sm, .isolateBootstrap input[type=datetime-local].input-sm, .isolateBootstrap input[type=month].input-sm {
      line-height: 30px; }
    .isolateBootstrap .input-group-lg input[type=date], .isolateBootstrap .input-group-lg input[type=time], .isolateBootstrap .input-group-lg input[type=datetime-local], .isolateBootstrap .input-group-lg input[type=month], .isolateBootstrap input[type=date].input-lg, .isolateBootstrap input[type=time].input-lg, .isolateBootstrap input[type=datetime-local].input-lg, .isolateBootstrap input[type=month].input-lg {
      line-height: 46px; } }
  .isolateBootstrap .form-group {
    margin-bottom: 15px; }
  .isolateBootstrap .checkbox, .isolateBootstrap .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
  .isolateBootstrap .checkbox label, .isolateBootstrap .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }
  .isolateBootstrap .checkbox input[type=checkbox], .isolateBootstrap .checkbox-inline input[type=checkbox], .isolateBootstrap .radio input[type=radio], .isolateBootstrap .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px; }
  .isolateBootstrap .checkbox + .checkbox, .isolateBootstrap .radio + .radio {
    margin-top: -5px; }
  .isolateBootstrap .checkbox-inline, .isolateBootstrap .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer; }
  .isolateBootstrap .checkbox-inline + .checkbox-inline, .isolateBootstrap .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px; }
  .isolateBootstrap fieldset[disabled] input[type=checkbox], .isolateBootstrap fieldset[disabled] input[type=radio], .isolateBootstrap input[type=checkbox].disabled, .isolateBootstrap input[type=checkbox][disabled], .isolateBootstrap input[type=radio].disabled, .isolateBootstrap input[type=radio][disabled] {
    cursor: not-allowed; }
  .isolateBootstrap .checkbox-inline.disabled, .isolateBootstrap .radio-inline.disabled, .isolateBootstrap fieldset[disabled] .checkbox-inline, .isolateBootstrap fieldset[disabled] .radio-inline {
    cursor: not-allowed; }
  .isolateBootstrap .checkbox.disabled label, .isolateBootstrap .radio.disabled label, .isolateBootstrap fieldset[disabled] .checkbox label, .isolateBootstrap fieldset[disabled] .radio label {
    cursor: not-allowed; }
  .isolateBootstrap .form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0; }
  .isolateBootstrap .form-control-static.input-lg, .isolateBootstrap .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0; }
  .isolateBootstrap .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .isolateBootstrap select.input-sm {
    height: 30px;
    line-height: 30px; }
  .isolateBootstrap select[multiple].input-sm, .isolateBootstrap textarea.input-sm {
    height: auto; }
  .isolateBootstrap .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .isolateBootstrap .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px; }
  .isolateBootstrap .form-group-sm select[multiple].form-control, .isolateBootstrap .form-group-sm textarea.form-control {
    height: auto; }
  .isolateBootstrap .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .isolateBootstrap .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .isolateBootstrap select.input-lg {
    height: 46px;
    line-height: 46px; }
  .isolateBootstrap select[multiple].input-lg, .isolateBootstrap textarea.input-lg {
    height: auto; }
  .isolateBootstrap .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .isolateBootstrap .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px; }
  .isolateBootstrap .form-group-lg select[multiple].form-control, .isolateBootstrap .form-group-lg textarea.form-control {
    height: auto; }
  .isolateBootstrap .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333; }
  .isolateBootstrap .has-feedback {
    position: relative; }
  .isolateBootstrap .has-feedback .form-control {
    padding-right: 42.5px; }
  .isolateBootstrap .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none; }
  .isolateBootstrap .form-group-lg .form-control + .form-control-feedback, .isolateBootstrap .input-group-lg + .form-control-feedback, .isolateBootstrap .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px; }
  .isolateBootstrap .form-group-sm .form-control + .form-control-feedback, .isolateBootstrap .input-group-sm + .form-control-feedback, .isolateBootstrap .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .isolateBootstrap .has-success .checkbox, .isolateBootstrap .has-success .checkbox-inline, .isolateBootstrap .has-success .control-label, .isolateBootstrap .has-success .help-block, .isolateBootstrap .has-success .radio, .isolateBootstrap .has-success .radio-inline, .isolateBootstrap .has-success.checkbox label, .isolateBootstrap .has-success.checkbox-inline label, .isolateBootstrap .has-success.radio label, .isolateBootstrap .has-success.radio-inline label {
    color: #3c763d; }
  .isolateBootstrap .has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .isolateBootstrap .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
  .isolateBootstrap .has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d; }
  .isolateBootstrap .has-success .form-control-feedback {
    color: #3c763d; }
  .isolateBootstrap .has-warning .checkbox, .isolateBootstrap .has-warning .checkbox-inline, .isolateBootstrap .has-warning .control-label, .isolateBootstrap .has-warning .help-block, .isolateBootstrap .has-warning .radio, .isolateBootstrap .has-warning .radio-inline, .isolateBootstrap .has-warning.checkbox label, .isolateBootstrap .has-warning.checkbox-inline label, .isolateBootstrap .has-warning.radio label, .isolateBootstrap .has-warning.radio-inline label {
    color: #8a6d3b; }
  .isolateBootstrap .has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .isolateBootstrap .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
  .isolateBootstrap .has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b; }
  .isolateBootstrap .has-warning .form-control-feedback {
    color: #8a6d3b; }
  .isolateBootstrap .has-error .checkbox, .isolateBootstrap .has-error .checkbox-inline, .isolateBootstrap .has-error .control-label, .isolateBootstrap .has-error .help-block, .isolateBootstrap .has-error .radio, .isolateBootstrap .has-error .radio-inline, .isolateBootstrap .has-error.checkbox label, .isolateBootstrap .has-error.checkbox-inline label, .isolateBootstrap .has-error.radio label, .isolateBootstrap .has-error.radio-inline label {
    color: #a94442; }
  .isolateBootstrap .has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .isolateBootstrap .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
  .isolateBootstrap .has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442; }
  .isolateBootstrap .has-error .form-control-feedback {
    color: #a94442; }
  .isolateBootstrap .has-feedback label ~ .form-control-feedback {
    top: 25px; }
  .isolateBootstrap .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }
  .isolateBootstrap .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373; }
  @media (min-width: 768px) {
    .isolateBootstrap .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .isolateBootstrap .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .isolateBootstrap .form-inline .form-control-static {
      display: inline-block; }
    .isolateBootstrap .form-inline .input-group {
      display: inline-table;
      vertical-align: middle; }
    .isolateBootstrap .form-inline .input-group .form-control, .isolateBootstrap .form-inline .input-group .input-group-addon, .isolateBootstrap .form-inline .input-group .input-group-btn {
      width: auto; }
    .isolateBootstrap .form-inline .input-group > .form-control {
      width: 100%; }
    .isolateBootstrap .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .isolateBootstrap .form-inline .checkbox, .isolateBootstrap .form-inline .radio {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
    .isolateBootstrap .form-inline .checkbox label, .isolateBootstrap .form-inline .radio label {
      padding-left: 0; }
    .isolateBootstrap .form-inline .checkbox input[type=checkbox], .isolateBootstrap .form-inline .radio input[type=radio] {
      position: relative;
      margin-left: 0; }
    .isolateBootstrap .form-inline .has-feedback .form-control-feedback {
      top: 0; } }
  .isolateBootstrap .form-horizontal .checkbox, .isolateBootstrap .form-horizontal .checkbox-inline, .isolateBootstrap .form-horizontal .radio, .isolateBootstrap .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0; }
  .isolateBootstrap .form-horizontal .checkbox, .isolateBootstrap .form-horizontal .radio {
    min-height: 27px; }
  .isolateBootstrap .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px; }
  @media (min-width: 768px) {
    .isolateBootstrap .form-horizontal .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: right; } }
  .isolateBootstrap .form-horizontal .has-feedback .form-control-feedback {
    right: 15px; }
  @media (min-width: 768px) {
    .isolateBootstrap .form-horizontal .form-group-lg .control-label {
      padding-top: 14.33px;
      font-size: 18px; } }
  @media (min-width: 768px) {
    .isolateBootstrap .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px; } }
  .isolateBootstrap .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
  .isolateBootstrap .btn.active.focus, .isolateBootstrap .btn.active:focus, .isolateBootstrap .btn.focus, .isolateBootstrap .btn:active.focus, .isolateBootstrap .btn:active:focus, .isolateBootstrap .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .isolateBootstrap .btn.focus, .isolateBootstrap .btn:focus, .isolateBootstrap .btn:hover {
    color: #333;
    text-decoration: none; }
  .isolateBootstrap .btn.active, .isolateBootstrap .btn:active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .isolateBootstrap .btn.disabled, .isolateBootstrap .btn[disabled], .isolateBootstrap fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    box-shadow: none;
    opacity: .65; }
  .isolateBootstrap a.btn.disabled, .isolateBootstrap fieldset[disabled] a.btn {
    pointer-events: none; }
  .isolateBootstrap .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
  .isolateBootstrap .btn-default.focus, .isolateBootstrap .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .isolateBootstrap .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .isolateBootstrap .btn-default.active, .isolateBootstrap .btn-default:active, .isolateBootstrap .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .isolateBootstrap .btn-default.active.focus, .isolateBootstrap .btn-default.active:focus, .isolateBootstrap .btn-default.active:hover, .isolateBootstrap .btn-default:active.focus, .isolateBootstrap .btn-default:active:focus, .isolateBootstrap .btn-default:active:hover, .isolateBootstrap .open > .dropdown-toggle.btn-default.focus, .isolateBootstrap .open > .dropdown-toggle.btn-default:focus, .isolateBootstrap .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c; }
  .isolateBootstrap .btn-default.active, .isolateBootstrap .btn-default:active, .isolateBootstrap .open > .dropdown-toggle.btn-default {
    background-image: none; }
  .isolateBootstrap .btn-default.disabled, .isolateBootstrap .btn-default.disabled.active, .isolateBootstrap .btn-default.disabled.focus, .isolateBootstrap .btn-default.disabled:active, .isolateBootstrap .btn-default.disabled:focus, .isolateBootstrap .btn-default.disabled:hover, .isolateBootstrap .btn-default[disabled], .isolateBootstrap .btn-default[disabled].active, .isolateBootstrap .btn-default[disabled].focus, .isolateBootstrap .btn-default[disabled]:active, .isolateBootstrap .btn-default[disabled]:focus, .isolateBootstrap .btn-default[disabled]:hover, .isolateBootstrap fieldset[disabled] .btn-default, .isolateBootstrap fieldset[disabled] .btn-default.active, .isolateBootstrap fieldset[disabled] .btn-default.focus, .isolateBootstrap fieldset[disabled] .btn-default:active, .isolateBootstrap fieldset[disabled] .btn-default:focus, .isolateBootstrap fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc; }
  .isolateBootstrap .btn-default .badge {
    color: #fff;
    background-color: #333; }
  .isolateBootstrap .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4; }
  .isolateBootstrap .btn-primary.focus, .isolateBootstrap .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .isolateBootstrap .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .isolateBootstrap .btn-primary.active, .isolateBootstrap .btn-primary:active, .isolateBootstrap .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .isolateBootstrap .btn-primary.active.focus, .isolateBootstrap .btn-primary.active:focus, .isolateBootstrap .btn-primary.active:hover, .isolateBootstrap .btn-primary:active.focus, .isolateBootstrap .btn-primary:active:focus, .isolateBootstrap .btn-primary:active:hover, .isolateBootstrap .open > .dropdown-toggle.btn-primary.focus, .isolateBootstrap .open > .dropdown-toggle.btn-primary:focus, .isolateBootstrap .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40; }
  .isolateBootstrap .btn-primary.active, .isolateBootstrap .btn-primary:active, .isolateBootstrap .open > .dropdown-toggle.btn-primary {
    background-image: none; }
  .isolateBootstrap .btn-primary.disabled, .isolateBootstrap .btn-primary.disabled.active, .isolateBootstrap .btn-primary.disabled.focus, .isolateBootstrap .btn-primary.disabled:active, .isolateBootstrap .btn-primary.disabled:focus, .isolateBootstrap .btn-primary.disabled:hover, .isolateBootstrap .btn-primary[disabled], .isolateBootstrap .btn-primary[disabled].active, .isolateBootstrap .btn-primary[disabled].focus, .isolateBootstrap .btn-primary[disabled]:active, .isolateBootstrap .btn-primary[disabled]:focus, .isolateBootstrap .btn-primary[disabled]:hover, .isolateBootstrap fieldset[disabled] .btn-primary, .isolateBootstrap fieldset[disabled] .btn-primary.active, .isolateBootstrap fieldset[disabled] .btn-primary.focus, .isolateBootstrap fieldset[disabled] .btn-primary:active, .isolateBootstrap fieldset[disabled] .btn-primary:focus, .isolateBootstrap fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .isolateBootstrap .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }
  .isolateBootstrap .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .isolateBootstrap .btn-success.focus, .isolateBootstrap .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .isolateBootstrap .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .isolateBootstrap .btn-success.active, .isolateBootstrap .btn-success:active, .isolateBootstrap .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .isolateBootstrap .btn-success.active.focus, .isolateBootstrap .btn-success.active:focus, .isolateBootstrap .btn-success.active:hover, .isolateBootstrap .btn-success:active.focus, .isolateBootstrap .btn-success:active:focus, .isolateBootstrap .btn-success:active:hover, .isolateBootstrap .open > .dropdown-toggle.btn-success.focus, .isolateBootstrap .open > .dropdown-toggle.btn-success:focus, .isolateBootstrap .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625; }
  .isolateBootstrap .btn-success.active, .isolateBootstrap .btn-success:active, .isolateBootstrap .open > .dropdown-toggle.btn-success {
    background-image: none; }
  .isolateBootstrap .btn-success.disabled, .isolateBootstrap .btn-success.disabled.active, .isolateBootstrap .btn-success.disabled.focus, .isolateBootstrap .btn-success.disabled:active, .isolateBootstrap .btn-success.disabled:focus, .isolateBootstrap .btn-success.disabled:hover, .isolateBootstrap .btn-success[disabled], .isolateBootstrap .btn-success[disabled].active, .isolateBootstrap .btn-success[disabled].focus, .isolateBootstrap .btn-success[disabled]:active, .isolateBootstrap .btn-success[disabled]:focus, .isolateBootstrap .btn-success[disabled]:hover, .isolateBootstrap fieldset[disabled] .btn-success, .isolateBootstrap fieldset[disabled] .btn-success.active, .isolateBootstrap fieldset[disabled] .btn-success.focus, .isolateBootstrap fieldset[disabled] .btn-success:active, .isolateBootstrap fieldset[disabled] .btn-success:focus, .isolateBootstrap fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .isolateBootstrap .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }
  .isolateBootstrap .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da; }
  .isolateBootstrap .btn-info.focus, .isolateBootstrap .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .isolateBootstrap .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .isolateBootstrap .btn-info.active, .isolateBootstrap .btn-info:active, .isolateBootstrap .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .isolateBootstrap .btn-info.active.focus, .isolateBootstrap .btn-info.active:focus, .isolateBootstrap .btn-info.active:hover, .isolateBootstrap .btn-info:active.focus, .isolateBootstrap .btn-info:active:focus, .isolateBootstrap .btn-info:active:hover, .isolateBootstrap .open > .dropdown-toggle.btn-info.focus, .isolateBootstrap .open > .dropdown-toggle.btn-info:focus, .isolateBootstrap .open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .isolateBootstrap .btn-info.active, .isolateBootstrap .btn-info:active, .isolateBootstrap .open > .dropdown-toggle.btn-info {
    background-image: none; }
  .isolateBootstrap .btn-info.disabled, .isolateBootstrap .btn-info.disabled.active, .isolateBootstrap .btn-info.disabled.focus, .isolateBootstrap .btn-info.disabled:active, .isolateBootstrap .btn-info.disabled:focus, .isolateBootstrap .btn-info.disabled:hover, .isolateBootstrap .btn-info[disabled], .isolateBootstrap .btn-info[disabled].active, .isolateBootstrap .btn-info[disabled].focus, .isolateBootstrap .btn-info[disabled]:active, .isolateBootstrap .btn-info[disabled]:focus, .isolateBootstrap .btn-info[disabled]:hover, .isolateBootstrap fieldset[disabled] .btn-info, .isolateBootstrap fieldset[disabled] .btn-info.active, .isolateBootstrap fieldset[disabled] .btn-info.focus, .isolateBootstrap fieldset[disabled] .btn-info:active, .isolateBootstrap fieldset[disabled] .btn-info:focus, .isolateBootstrap fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .isolateBootstrap .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }
  .isolateBootstrap .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236; }
  .isolateBootstrap .btn-warning.focus, .isolateBootstrap .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .isolateBootstrap .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .isolateBootstrap .btn-warning.active, .isolateBootstrap .btn-warning:active, .isolateBootstrap .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .isolateBootstrap .btn-warning.active.focus, .isolateBootstrap .btn-warning.active:focus, .isolateBootstrap .btn-warning.active:hover, .isolateBootstrap .btn-warning:active.focus, .isolateBootstrap .btn-warning:active:focus, .isolateBootstrap .btn-warning:active:hover, .isolateBootstrap .open > .dropdown-toggle.btn-warning.focus, .isolateBootstrap .open > .dropdown-toggle.btn-warning:focus, .isolateBootstrap .open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d; }
  .isolateBootstrap .btn-warning.active, .isolateBootstrap .btn-warning:active, .isolateBootstrap .open > .dropdown-toggle.btn-warning {
    background-image: none; }
  .isolateBootstrap .btn-warning.disabled, .isolateBootstrap .btn-warning.disabled.active, .isolateBootstrap .btn-warning.disabled.focus, .isolateBootstrap .btn-warning.disabled:active, .isolateBootstrap .btn-warning.disabled:focus, .isolateBootstrap .btn-warning.disabled:hover, .isolateBootstrap .btn-warning[disabled], .isolateBootstrap .btn-warning[disabled].active, .isolateBootstrap .btn-warning[disabled].focus, .isolateBootstrap .btn-warning[disabled]:active, .isolateBootstrap .btn-warning[disabled]:focus, .isolateBootstrap .btn-warning[disabled]:hover, .isolateBootstrap fieldset[disabled] .btn-warning, .isolateBootstrap fieldset[disabled] .btn-warning.active, .isolateBootstrap fieldset[disabled] .btn-warning.focus, .isolateBootstrap fieldset[disabled] .btn-warning:active, .isolateBootstrap fieldset[disabled] .btn-warning:focus, .isolateBootstrap fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .isolateBootstrap .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }
  .isolateBootstrap .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a; }
  .isolateBootstrap .btn-danger.focus, .isolateBootstrap .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .isolateBootstrap .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .isolateBootstrap .btn-danger.active, .isolateBootstrap .btn-danger:active, .isolateBootstrap .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .isolateBootstrap .btn-danger.active.focus, .isolateBootstrap .btn-danger.active:focus, .isolateBootstrap .btn-danger.active:hover, .isolateBootstrap .btn-danger:active.focus, .isolateBootstrap .btn-danger:active:focus, .isolateBootstrap .btn-danger:active:hover, .isolateBootstrap .open > .dropdown-toggle.btn-danger.focus, .isolateBootstrap .open > .dropdown-toggle.btn-danger:focus, .isolateBootstrap .open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19; }
  .isolateBootstrap .btn-danger.active, .isolateBootstrap .btn-danger:active, .isolateBootstrap .open > .dropdown-toggle.btn-danger {
    background-image: none; }
  .isolateBootstrap .btn-danger.disabled, .isolateBootstrap .btn-danger.disabled.active, .isolateBootstrap .btn-danger.disabled.focus, .isolateBootstrap .btn-danger.disabled:active, .isolateBootstrap .btn-danger.disabled:focus, .isolateBootstrap .btn-danger.disabled:hover, .isolateBootstrap .btn-danger[disabled], .isolateBootstrap .btn-danger[disabled].active, .isolateBootstrap .btn-danger[disabled].focus, .isolateBootstrap .btn-danger[disabled]:active, .isolateBootstrap .btn-danger[disabled]:focus, .isolateBootstrap .btn-danger[disabled]:hover, .isolateBootstrap fieldset[disabled] .btn-danger, .isolateBootstrap fieldset[disabled] .btn-danger.active, .isolateBootstrap fieldset[disabled] .btn-danger.focus, .isolateBootstrap fieldset[disabled] .btn-danger:active, .isolateBootstrap fieldset[disabled] .btn-danger:focus, .isolateBootstrap fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .isolateBootstrap .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }
  .isolateBootstrap .btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0; }
  .isolateBootstrap .btn-link, .isolateBootstrap .btn-link.active, .isolateBootstrap .btn-link:active, .isolateBootstrap .btn-link[disabled], .isolateBootstrap fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .isolateBootstrap .btn-link, .isolateBootstrap .btn-link:active, .isolateBootstrap .btn-link:focus, .isolateBootstrap .btn-link:hover {
    border-color: transparent; }
  .isolateBootstrap .btn-link:focus, .isolateBootstrap .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .isolateBootstrap .btn-link[disabled]:focus, .isolateBootstrap .btn-link[disabled]:hover, .isolateBootstrap fieldset[disabled] .btn-link:focus, .isolateBootstrap fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none; }
  .isolateBootstrap .btn-group-lg > .btn, .isolateBootstrap .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .isolateBootstrap .btn-group-sm > .btn, .isolateBootstrap .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .isolateBootstrap .btn-group-xs > .btn, .isolateBootstrap .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .isolateBootstrap .btn-block {
    display: block;
    width: 100%; }
  .isolateBootstrap .btn-block + .btn-block {
    margin-top: 5px; }
  .isolateBootstrap input[type=button].btn-block, .isolateBootstrap input[type=reset].btn-block, .isolateBootstrap input[type=submit].btn-block {
    width: 100%; }
  .isolateBootstrap .fade {
    opacity: 0;
    transition: opacity .15s linear; }
  .isolateBootstrap .fade.in {
    opacity: 1; }
  .isolateBootstrap .collapse {
    display: none; }
  .isolateBootstrap .collapse.in {
    display: block; }
  .isolateBootstrap tr.collapse.in {
    display: table-row; }
  .isolateBootstrap tbody.collapse.in {
    display: table-row-group; }
  .isolateBootstrap .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height,visibility; }
  .isolateBootstrap .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; }
  .isolateBootstrap .dropdown, .isolateBootstrap .dropup {
    position: relative; }
  .isolateBootstrap .dropdown-toggle:focus {
    outline: 0; }
  .isolateBootstrap .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;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    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); }
  .isolateBootstrap .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .isolateBootstrap .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .isolateBootstrap .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap; }
  .isolateBootstrap .dropdown-menu > li > a:focus, .isolateBootstrap .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5; }
  .isolateBootstrap .dropdown-menu > .active > a, .isolateBootstrap .dropdown-menu > .active > a:focus, .isolateBootstrap .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0; }
  .isolateBootstrap .dropdown-menu > .disabled > a, .isolateBootstrap .dropdown-menu > .disabled > a:focus, .isolateBootstrap .dropdown-menu > .disabled > a:hover {
    color: #777; }
  .isolateBootstrap .dropdown-menu > .disabled > a:focus, .isolateBootstrap .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .isolateBootstrap .open > .dropdown-menu {
    display: block; }
  .isolateBootstrap .open > a {
    outline: 0; }
  .isolateBootstrap .dropdown-menu-right {
    right: 0;
    left: auto; }
  .isolateBootstrap .dropdown-menu-left {
    right: auto;
    left: 0; }
  .isolateBootstrap .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap; }
  .isolateBootstrap .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990; }
  .isolateBootstrap .pull-right > .dropdown-menu {
    right: 0;
    left: auto; }
  .isolateBootstrap .dropup .caret, .isolateBootstrap .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9; }
  .isolateBootstrap .dropup .dropdown-menu, .isolateBootstrap .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
  @media (min-width: 768px) {
    .isolateBootstrap .navbar-right .dropdown-menu {
      right: 0;
      left: auto; }
    .isolateBootstrap .navbar-right .dropdown-menu-left {
      right: auto;
      left: 0; } }
  .isolateBootstrap .btn-group, .isolateBootstrap .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .isolateBootstrap .btn-group-vertical > .btn, .isolateBootstrap .btn-group > .btn {
    position: relative;
    float: left; }
  .isolateBootstrap .btn-group-vertical > .btn.active, .isolateBootstrap .btn-group-vertical > .btn:active, .isolateBootstrap .btn-group-vertical > .btn:focus, .isolateBootstrap .btn-group-vertical > .btn:hover, .isolateBootstrap .btn-group > .btn.active, .isolateBootstrap .btn-group > .btn:active, .isolateBootstrap .btn-group > .btn:focus, .isolateBootstrap .btn-group > .btn:hover {
    z-index: 2; }
  .isolateBootstrap .btn-group .btn + .btn, .isolateBootstrap .btn-group .btn + .btn-group, .isolateBootstrap .btn-group .btn-group + .btn, .isolateBootstrap .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
  .isolateBootstrap .btn-toolbar {
    margin-left: -5px; }
  .isolateBootstrap .btn-toolbar .btn, .isolateBootstrap .btn-toolbar .btn-group, .isolateBootstrap .btn-toolbar .input-group {
    float: left; }
  .isolateBootstrap .btn-toolbar > .btn, .isolateBootstrap .btn-toolbar > .btn-group, .isolateBootstrap .btn-toolbar > .input-group {
    margin-left: 5px; }
  .isolateBootstrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
  .isolateBootstrap .btn-group > .btn:first-child {
    margin-left: 0; }
  .isolateBootstrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .isolateBootstrap .btn-group > .btn:last-child:not(:first-child), .isolateBootstrap .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .isolateBootstrap .btn-group > .btn-group {
    float: left; }
  .isolateBootstrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .isolateBootstrap .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .isolateBootstrap .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .isolateBootstrap .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .isolateBootstrap .btn-group .dropdown-toggle:active, .isolateBootstrap .btn-group.open .dropdown-toggle {
    outline: 0; }
  .isolateBootstrap .btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px; }
  .isolateBootstrap .btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px; }
  .isolateBootstrap .btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .isolateBootstrap .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }
  .isolateBootstrap .btn .caret {
    margin-left: 0; }
  .isolateBootstrap .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0; }
  .isolateBootstrap .dropup .btn-lg .caret {
    border-width: 0 5px 5px; }
  .isolateBootstrap .btn-group-vertical > .btn, .isolateBootstrap .btn-group-vertical > .btn-group, .isolateBootstrap .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%; }
  .isolateBootstrap .btn-group-vertical > .btn-group > .btn {
    float: none; }
  .isolateBootstrap .btn-group-vertical > .btn + .btn, .isolateBootstrap .btn-group-vertical > .btn + .btn-group, .isolateBootstrap .btn-group-vertical > .btn-group + .btn, .isolateBootstrap .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .isolateBootstrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .isolateBootstrap .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .isolateBootstrap .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px; }
  .isolateBootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .isolateBootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .isolateBootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .isolateBootstrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .isolateBootstrap .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate; }
  .isolateBootstrap .btn-group-justified > .btn, .isolateBootstrap .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
  .isolateBootstrap .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .isolateBootstrap .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }
  .isolateBootstrap [data-toggle=buttons] > .btn input[type=checkbox], .isolateBootstrap [data-toggle=buttons] > .btn input[type=radio], .isolateBootstrap [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], .isolateBootstrap [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
  .isolateBootstrap .input-group {
    position: relative;
    display: table;
    border-collapse: separate; }
  .isolateBootstrap .input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .isolateBootstrap .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
  .isolateBootstrap .input-group-lg > .form-control, .isolateBootstrap .input-group-lg > .input-group-addon, .isolateBootstrap .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .isolateBootstrap select.input-group-lg > .form-control, .isolateBootstrap select.input-group-lg > .input-group-addon, .isolateBootstrap select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px; }
  .isolateBootstrap select[multiple].input-group-lg > .form-control, .isolateBootstrap select[multiple].input-group-lg > .input-group-addon, .isolateBootstrap select[multiple].input-group-lg > .input-group-btn > .btn, .isolateBootstrap textarea.input-group-lg > .form-control, .isolateBootstrap textarea.input-group-lg > .input-group-addon, .isolateBootstrap textarea.input-group-lg > .input-group-btn > .btn {
    height: auto; }
  .isolateBootstrap .input-group-sm > .form-control, .isolateBootstrap .input-group-sm > .input-group-addon, .isolateBootstrap .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .isolateBootstrap select.input-group-sm > .form-control, .isolateBootstrap select.input-group-sm > .input-group-addon, .isolateBootstrap select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px; }
  .isolateBootstrap select[multiple].input-group-sm > .form-control, .isolateBootstrap select[multiple].input-group-sm > .input-group-addon, .isolateBootstrap select[multiple].input-group-sm > .input-group-btn > .btn, .isolateBootstrap textarea.input-group-sm > .form-control, .isolateBootstrap textarea.input-group-sm > .input-group-addon, .isolateBootstrap textarea.input-group-sm > .input-group-btn > .btn {
    height: auto; }
  .isolateBootstrap .input-group .form-control, .isolateBootstrap .input-group-addon, .isolateBootstrap .input-group-btn {
    display: table-cell; }
  .isolateBootstrap .input-group .form-control:not(:first-child):not(:last-child), .isolateBootstrap .input-group-addon:not(:first-child):not(:last-child), .isolateBootstrap .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .isolateBootstrap .input-group-addon, .isolateBootstrap .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
  .isolateBootstrap .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px; }
  .isolateBootstrap .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .isolateBootstrap .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .isolateBootstrap .input-group-addon input[type=checkbox], .isolateBootstrap .input-group-addon input[type=radio] {
    margin-top: 0; }
  .isolateBootstrap .input-group .form-control:first-child, .isolateBootstrap .input-group-addon:first-child, .isolateBootstrap .input-group-btn:first-child > .btn, .isolateBootstrap .input-group-btn:first-child > .btn-group > .btn, .isolateBootstrap .input-group-btn:first-child > .dropdown-toggle, .isolateBootstrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .isolateBootstrap .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .isolateBootstrap .input-group-addon:first-child {
    border-right: 0; }
  .isolateBootstrap .input-group .form-control:last-child, .isolateBootstrap .input-group-addon:last-child, .isolateBootstrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .isolateBootstrap .input-group-btn:first-child > .btn:not(:first-child), .isolateBootstrap .input-group-btn:last-child > .btn, .isolateBootstrap .input-group-btn:last-child > .btn-group > .btn, .isolateBootstrap .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .isolateBootstrap .input-group-addon:last-child {
    border-left: 0; }
  .isolateBootstrap .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap; }
  .isolateBootstrap .input-group-btn > .btn {
    position: relative; }
  .isolateBootstrap .input-group-btn > .btn + .btn {
    margin-left: -1px; }
  .isolateBootstrap .input-group-btn > .btn:active, .isolateBootstrap .input-group-btn > .btn:focus, .isolateBootstrap .input-group-btn > .btn:hover {
    z-index: 2; }
  .isolateBootstrap .input-group-btn:first-child > .btn, .isolateBootstrap .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .isolateBootstrap .input-group-btn:last-child > .btn, .isolateBootstrap .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }
  .isolateBootstrap .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  .isolateBootstrap .nav > li {
    position: relative;
    display: block; }
  .isolateBootstrap .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px; }
  .isolateBootstrap .nav > li > a:focus, .isolateBootstrap .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee; }
  .isolateBootstrap .nav > li.disabled > a {
    color: #777; }
  .isolateBootstrap .nav > li.disabled > a:focus, .isolateBootstrap .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent; }
  .isolateBootstrap .nav .open > a, .isolateBootstrap .nav .open > a:focus, .isolateBootstrap .nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7; }
  .isolateBootstrap .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .isolateBootstrap .nav > li > a > img {
    max-width: none; }
  .isolateBootstrap .nav-tabs {
    border-bottom: 1px solid #ddd; }
  .isolateBootstrap .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
  .isolateBootstrap .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
  .isolateBootstrap .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd; }
  .isolateBootstrap .nav-tabs > li.active > a, .isolateBootstrap .nav-tabs > li.active > a:focus, .isolateBootstrap .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent; }
  .isolateBootstrap .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0; }
  .isolateBootstrap .nav-tabs.nav-justified > li {
    float: none; }
  .isolateBootstrap .nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center; }
  .isolateBootstrap .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .isolateBootstrap .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
    .isolateBootstrap .nav-tabs.nav-justified > li > a {
      margin-bottom: 0; } }
  .isolateBootstrap .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .isolateBootstrap .nav-tabs.nav-justified > .active > a, .isolateBootstrap .nav-tabs.nav-justified > .active > a:focus, .isolateBootstrap .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .isolateBootstrap .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .isolateBootstrap .nav-tabs.nav-justified > .active > a, .isolateBootstrap .nav-tabs.nav-justified > .active > a:focus, .isolateBootstrap .nav-tabs.nav-justified > .active > a:hover {
      border-bottom-color: #fff; } }
  .isolateBootstrap .nav-pills > li {
    float: left; }
  .isolateBootstrap .nav-pills > li > a {
    border-radius: 4px; }
  .isolateBootstrap .nav-pills > li + li {
    margin-left: 2px; }
  .isolateBootstrap .nav-pills > li.active > a, .isolateBootstrap .nav-pills > li.active > a:focus, .isolateBootstrap .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7; }
  .isolateBootstrap .nav-stacked > li {
    float: none; }
  .isolateBootstrap .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }
  .isolateBootstrap .nav-justified {
    width: 100%; }
  .isolateBootstrap .nav-justified > li {
    float: none; }
  .isolateBootstrap .nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center; }
  .isolateBootstrap .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .isolateBootstrap .nav-justified > li {
      display: table-cell;
      width: 1%; }
    .isolateBootstrap .nav-justified > li > a {
      margin-bottom: 0; } }
  .isolateBootstrap .nav-tabs-justified {
    border-bottom: 0; }
  .isolateBootstrap .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .isolateBootstrap .nav-tabs-justified > .active > a, .isolateBootstrap .nav-tabs-justified > .active > a:focus, .isolateBootstrap .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .isolateBootstrap .nav-tabs-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .isolateBootstrap .nav-tabs-justified > .active > a, .isolateBootstrap .nav-tabs-justified > .active > a:focus, .isolateBootstrap .nav-tabs-justified > .active > a:hover {
      border-bottom-color: #fff; } }
  .isolateBootstrap .tab-content > .tab-pane {
    display: none; }
  .isolateBootstrap .tab-content > .active {
    display: block; }
  .isolateBootstrap .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .isolateBootstrap .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent; }
  @media (min-width: 768px) {
    .isolateBootstrap .navbar {
      border-radius: 4px; } }
  @media (min-width: 768px) {
    .isolateBootstrap .navbar-header {
      float: left; } }
  .isolateBootstrap .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .isolateBootstrap .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .isolateBootstrap .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
    .isolateBootstrap .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important; }
    .isolateBootstrap .navbar-collapse.in {
      overflow-y: visible; }
    .isolateBootstrap .navbar-fixed-bottom .navbar-collapse, .isolateBootstrap .navbar-fixed-top .navbar-collapse, .isolateBootstrap .navbar-static-top .navbar-collapse {
      padding-right: 0;
      padding-left: 0; } }
  .isolateBootstrap .navbar-fixed-bottom .navbar-collapse, .isolateBootstrap .navbar-fixed-top .navbar-collapse {
    max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .isolateBootstrap .navbar-fixed-bottom .navbar-collapse, .isolateBootstrap .navbar-fixed-top .navbar-collapse {
      max-height: 200px; } }
  .isolateBootstrap .container-fluid > .navbar-collapse, .isolateBootstrap .container-fluid > .navbar-header, .isolateBootstrap .container > .navbar-collapse, .isolateBootstrap .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px; }
  @media (min-width: 768px) {
    .isolateBootstrap .container-fluid > .navbar-collapse, .isolateBootstrap .container-fluid > .navbar-header, .isolateBootstrap .container > .navbar-collapse, .isolateBootstrap .container > .navbar-header {
      margin-right: 0;
      margin-left: 0; } }
  .isolateBootstrap .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .isolateBootstrap .navbar-static-top {
      border-radius: 0; } }
  .isolateBootstrap .navbar-fixed-bottom, .isolateBootstrap .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030; }
  @media (min-width: 768px) {
    .isolateBootstrap .navbar-fixed-bottom, .isolateBootstrap .navbar-fixed-top {
      border-radius: 0; } }
  .isolateBootstrap .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .isolateBootstrap .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0; }
  .isolateBootstrap .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px; }
  .isolateBootstrap .navbar-brand:focus, .isolateBootstrap .navbar-brand:hover {
    text-decoration: none; }
  .isolateBootstrap .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .isolateBootstrap .navbar > .container .navbar-brand, .isolateBootstrap .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }
  .isolateBootstrap .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
  .isolateBootstrap .navbar-toggle:focus {
    outline: 0; }
  .isolateBootstrap .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .isolateBootstrap .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .isolateBootstrap .navbar-toggle {
      display: none; } }
  .isolateBootstrap .navbar-nav {
    margin: 7.5px -15px; }
  .isolateBootstrap .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .isolateBootstrap .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
    .isolateBootstrap .navbar-nav .open .dropdown-menu .dropdown-header, .isolateBootstrap .navbar-nav .open .dropdown-menu > li > a {
      padding: 5px 15px 5px 25px; }
    .isolateBootstrap .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px; }
    .isolateBootstrap .navbar-nav .open .dropdown-menu > li > a:focus, .isolateBootstrap .navbar-nav .open .dropdown-menu > li > a:hover {
      background-image: none; } }
  @media (min-width: 768px) {
    .isolateBootstrap .navbar-nav {
      float: left;
      margin: 0; }
    .isolateBootstrap .navbar-nav > li {
      float: left; }
    .isolateBootstrap .navbar-nav > li > a {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .isolateBootstrap .navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -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); }
  @media (min-width: 768px) {
    .isolateBootstrap .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .isolateBootstrap .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .isolateBootstrap .navbar-form .form-control-static {
      display: inline-block; }
    .isolateBootstrap .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
    .isolateBootstrap .navbar-form .input-group .form-control, .isolateBootstrap .navbar-form .input-group .input-group-addon, .isolateBootstrap .navbar-form .input-group .input-group-btn {
      width: auto; }
    .isolateBootstrap .navbar-form .input-group > .form-control {
      width: 100%; }
    .isolateBootstrap .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .isolateBootstrap .navbar-form .checkbox, .isolateBootstrap .navbar-form .radio {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
    .isolateBootstrap .navbar-form .checkbox label, .isolateBootstrap .navbar-form .radio label {
      padding-left: 0; }
    .isolateBootstrap .navbar-form .checkbox input[type=checkbox], .isolateBootstrap .navbar-form .radio input[type=radio] {
      position: relative;
      margin-left: 0; }
    .isolateBootstrap .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .isolateBootstrap .navbar-form .form-group {
      margin-bottom: 5px; }
    .isolateBootstrap .navbar-form .form-group:last-child {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .isolateBootstrap .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      box-shadow: none; } }
  .isolateBootstrap .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .isolateBootstrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .isolateBootstrap .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px; }
  .isolateBootstrap .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .isolateBootstrap .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }
  .isolateBootstrap .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .isolateBootstrap .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px; } }
  @media (min-width: 768px) {
    .isolateBootstrap .navbar-left {
      float: left !important; }
    .isolateBootstrap .navbar-right {
      float: right !important;
      margin-right: -15px; }
    .isolateBootstrap .navbar-right ~ .navbar-right {
      margin-right: 0; } }
  .isolateBootstrap .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7; }
  .isolateBootstrap .navbar-default .navbar-brand {
    color: #777; }
  .isolateBootstrap .navbar-default .navbar-brand:focus, .isolateBootstrap .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent; }
  .isolateBootstrap .navbar-default .navbar-text {
    color: #777; }
  .isolateBootstrap .navbar-default .navbar-nav > li > a {
    color: #777; }
  .isolateBootstrap .navbar-default .navbar-nav > li > a:focus, .isolateBootstrap .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent; }
  .isolateBootstrap .navbar-default .navbar-nav > .active > a, .isolateBootstrap .navbar-default .navbar-nav > .active > a:focus, .isolateBootstrap .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7; }
  .isolateBootstrap .navbar-default .navbar-nav > .disabled > a, .isolateBootstrap .navbar-default .navbar-nav > .disabled > a:focus, .isolateBootstrap .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent; }
  .isolateBootstrap .navbar-default .navbar-toggle {
    border-color: #ddd; }
  .isolateBootstrap .navbar-default .navbar-toggle:focus, .isolateBootstrap .navbar-default .navbar-toggle:hover {
    background-color: #ddd; }
  .isolateBootstrap .navbar-default .navbar-toggle .icon-bar {
    background-color: #888; }
  .isolateBootstrap .navbar-default .navbar-collapse, .isolateBootstrap .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .isolateBootstrap .navbar-default .navbar-nav > .open > a, .isolateBootstrap .navbar-default .navbar-nav > .open > a:focus, .isolateBootstrap .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .isolateBootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
    .isolateBootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .isolateBootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #333;
      background-color: transparent; }
    .isolateBootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .isolateBootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .isolateBootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
      color: #555;
      background-color: #e7e7e7; }
    .isolateBootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .isolateBootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .isolateBootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
      color: #ccc;
      background-color: transparent; } }
  .isolateBootstrap .navbar-default .navbar-link {
    color: #777; }
  .isolateBootstrap .navbar-default .navbar-link:hover {
    color: #333; }
  .isolateBootstrap .navbar-default .btn-link {
    color: #777; }
  .isolateBootstrap .navbar-default .btn-link:focus, .isolateBootstrap .navbar-default .btn-link:hover {
    color: #333; }
  .isolateBootstrap .navbar-default .btn-link[disabled]:focus, .isolateBootstrap .navbar-default .btn-link[disabled]:hover, .isolateBootstrap fieldset[disabled] .navbar-default .btn-link:focus, .isolateBootstrap fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc; }
  .isolateBootstrap .navbar-inverse {
    background-color: #222;
    border-color: #080808; }
  .isolateBootstrap .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
  .isolateBootstrap .navbar-inverse .navbar-brand:focus, .isolateBootstrap .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent; }
  .isolateBootstrap .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .isolateBootstrap .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
  .isolateBootstrap .navbar-inverse .navbar-nav > li > a:focus, .isolateBootstrap .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent; }
  .isolateBootstrap .navbar-inverse .navbar-nav > .active > a, .isolateBootstrap .navbar-inverse .navbar-nav > .active > a:focus, .isolateBootstrap .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808; }
  .isolateBootstrap .navbar-inverse .navbar-nav > .disabled > a, .isolateBootstrap .navbar-inverse .navbar-nav > .disabled > a:focus, .isolateBootstrap .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent; }
  .isolateBootstrap .navbar-inverse .navbar-toggle {
    border-color: #333; }
  .isolateBootstrap .navbar-inverse .navbar-toggle:focus, .isolateBootstrap .navbar-inverse .navbar-toggle:hover {
    background-color: #333; }
  .isolateBootstrap .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff; }
  .isolateBootstrap .navbar-inverse .navbar-collapse, .isolateBootstrap .navbar-inverse .navbar-form {
    border-color: #101010; }
  .isolateBootstrap .navbar-inverse .navbar-nav > .open > a, .isolateBootstrap .navbar-inverse .navbar-nav > .open > a:focus, .isolateBootstrap .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808; }
  @media (max-width: 767px) {
    .isolateBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #080808; }
    .isolateBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #080808; }
    .isolateBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
    .isolateBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .isolateBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #fff;
      background-color: transparent; }
    .isolateBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .isolateBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .isolateBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
      color: #fff;
      background-color: #080808; }
    .isolateBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .isolateBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .isolateBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
      color: #444;
      background-color: transparent; } }
  .isolateBootstrap .navbar-inverse .navbar-link {
    color: #9d9d9d; }
  .isolateBootstrap .navbar-inverse .navbar-link:hover {
    color: #fff; }
  .isolateBootstrap .navbar-inverse .btn-link {
    color: #9d9d9d; }
  .isolateBootstrap .navbar-inverse .btn-link:focus, .isolateBootstrap .navbar-inverse .btn-link:hover {
    color: #fff; }
  .isolateBootstrap .navbar-inverse .btn-link[disabled]:focus, .isolateBootstrap .navbar-inverse .btn-link[disabled]:hover, .isolateBootstrap fieldset[disabled] .navbar-inverse .btn-link:focus, .isolateBootstrap fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444; }
  .isolateBootstrap .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px; }
  .isolateBootstrap .breadcrumb > li {
    display: inline-block; }
  .isolateBootstrap .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"; }
  .isolateBootstrap .breadcrumb > .active {
    color: #777; }
  .isolateBootstrap .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
  .isolateBootstrap .pagination > li {
    display: inline; }
  .isolateBootstrap .pagination > li > a, .isolateBootstrap .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd; }
  .isolateBootstrap .pagination > li:first-child > a, .isolateBootstrap .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .isolateBootstrap .pagination > li:last-child > a, .isolateBootstrap .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .isolateBootstrap .pagination > li > a:focus, .isolateBootstrap .pagination > li > a:hover, .isolateBootstrap .pagination > li > span:focus, .isolateBootstrap .pagination > li > span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd; }
  .isolateBootstrap .pagination > .active > a, .isolateBootstrap .pagination > .active > a:focus, .isolateBootstrap .pagination > .active > a:hover, .isolateBootstrap .pagination > .active > span, .isolateBootstrap .pagination > .active > span:focus, .isolateBootstrap .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7; }
  .isolateBootstrap .pagination > .disabled > a, .isolateBootstrap .pagination > .disabled > a:focus, .isolateBootstrap .pagination > .disabled > a:hover, .isolateBootstrap .pagination > .disabled > span, .isolateBootstrap .pagination > .disabled > span:focus, .isolateBootstrap .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }
  .isolateBootstrap .pagination-lg > li > a, .isolateBootstrap .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333; }
  .isolateBootstrap .pagination-lg > li:first-child > a, .isolateBootstrap .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  .isolateBootstrap .pagination-lg > li:last-child > a, .isolateBootstrap .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  .isolateBootstrap .pagination-sm > li > a, .isolateBootstrap .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .isolateBootstrap .pagination-sm > li:first-child > a, .isolateBootstrap .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .isolateBootstrap .pagination-sm > li:last-child > a, .isolateBootstrap .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .isolateBootstrap .pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none; }
  .isolateBootstrap .pager li {
    display: inline; }
  .isolateBootstrap .pager li > a, .isolateBootstrap .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px; }
  .isolateBootstrap .pager li > a:focus, .isolateBootstrap .pager li > a:hover {
    text-decoration: none;
    background-color: #eee; }
  .isolateBootstrap .pager .next > a, .isolateBootstrap .pager .next > span {
    float: right; }
  .isolateBootstrap .pager .previous > a, .isolateBootstrap .pager .previous > span {
    float: left; }
  .isolateBootstrap .pager .disabled > a, .isolateBootstrap .pager .disabled > a:focus, .isolateBootstrap .pager .disabled > a:hover, .isolateBootstrap .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff; }
  .isolateBootstrap .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em; }
  .isolateBootstrap a.label:focus, .isolateBootstrap a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .isolateBootstrap .label:empty {
    display: none; }
  .isolateBootstrap .btn .label {
    position: relative;
    top: -1px; }
  .isolateBootstrap .label-default {
    background-color: #777; }
  .isolateBootstrap .label-default[href]:focus, .isolateBootstrap .label-default[href]:hover {
    background-color: #5e5e5e; }
  .isolateBootstrap .label-primary {
    background-color: #337ab7; }
  .isolateBootstrap .label-primary[href]:focus, .isolateBootstrap .label-primary[href]:hover {
    background-color: #286090; }
  .isolateBootstrap .label-success {
    background-color: #5cb85c; }
  .isolateBootstrap .label-success[href]:focus, .isolateBootstrap .label-success[href]:hover {
    background-color: #449d44; }
  .isolateBootstrap .label-info {
    background-color: #5bc0de; }
  .isolateBootstrap .label-info[href]:focus, .isolateBootstrap .label-info[href]:hover {
    background-color: #31b0d5; }
  .isolateBootstrap .label-warning {
    background-color: #f0ad4e; }
  .isolateBootstrap .label-warning[href]:focus, .isolateBootstrap .label-warning[href]:hover {
    background-color: #ec971f; }
  .isolateBootstrap .label-danger {
    background-color: #d9534f; }
  .isolateBootstrap .label-danger[href]:focus, .isolateBootstrap .label-danger[href]:hover {
    background-color: #c9302c; }
  .isolateBootstrap .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px; }
  .isolateBootstrap .badge:empty {
    display: none; }
  .isolateBootstrap .btn .badge {
    position: relative;
    top: -1px; }
  .isolateBootstrap .btn-group-xs > .btn .badge, .isolateBootstrap .btn-xs .badge {
    top: 0;
    padding: 1px 5px; }
  .isolateBootstrap a.badge:focus, .isolateBootstrap a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .isolateBootstrap .list-group-item.active > .badge, .isolateBootstrap .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .isolateBootstrap .list-group-item > .badge {
    float: right; }
  .isolateBootstrap .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .isolateBootstrap .nav-pills > li > a > .badge {
    margin-left: 3px; }
  .isolateBootstrap .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee; }
  .isolateBootstrap .jumbotron .h1, .isolateBootstrap .jumbotron h1 {
    color: inherit; }
  .isolateBootstrap .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .isolateBootstrap .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .isolateBootstrap .container .jumbotron, .isolateBootstrap .container-fluid .jumbotron {
    border-radius: 6px; }
  .isolateBootstrap .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .isolateBootstrap .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
    .isolateBootstrap .container .jumbotron, .isolateBootstrap .container-fluid .jumbotron {
      padding-right: 60px;
      padding-left: 60px; }
    .isolateBootstrap .jumbotron .h1, .isolateBootstrap .jumbotron h1 {
      font-size: 63px; } }
  .isolateBootstrap .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out; }
  .isolateBootstrap .thumbnail a > img, .isolateBootstrap .thumbnail > img {
    margin-right: auto;
    margin-left: auto; }
  .isolateBootstrap a.thumbnail.active, .isolateBootstrap a.thumbnail:focus, .isolateBootstrap a.thumbnail:hover {
    border-color: #337ab7; }
  .isolateBootstrap .thumbnail .caption {
    padding: 9px;
    color: #333; }
  .isolateBootstrap .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px; }
  .isolateBootstrap .alert h4 {
    margin-top: 0;
    color: inherit; }
  .isolateBootstrap .alert .alert-link {
    font-weight: 700; }
  .isolateBootstrap .alert > p, .isolateBootstrap .alert > ul {
    margin-bottom: 0; }
  .isolateBootstrap .alert > p + p {
    margin-top: 5px; }
  .isolateBootstrap .alert-dismissable, .isolateBootstrap .alert-dismissible {
    padding-right: 35px; }
  .isolateBootstrap .alert-dismissable .close, .isolateBootstrap .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }
  .isolateBootstrap .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .isolateBootstrap .alert-success hr {
    border-top-color: #c9e2b3; }
  .isolateBootstrap .alert-success .alert-link {
    color: #2b542c; }
  .isolateBootstrap .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
  .isolateBootstrap .alert-info hr {
    border-top-color: #a6e1ec; }
  .isolateBootstrap .alert-info .alert-link {
    color: #245269; }
  .isolateBootstrap .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
  .isolateBootstrap .alert-warning hr {
    border-top-color: #f7e1b5; }
  .isolateBootstrap .alert-warning .alert-link {
    color: #66512c; }
  .isolateBootstrap .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
  .isolateBootstrap .alert-danger hr {
    border-top-color: #e4b9c0; }
  .isolateBootstrap .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
  .isolateBootstrap .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
  .isolateBootstrap .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width .6s ease; }
  .isolateBootstrap .progress-bar-striped, .isolateBootstrap .progress-striped .progress-bar {
    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; }
  .isolateBootstrap .progress-bar.active, .isolateBootstrap .progress.active .progress-bar {
    animation: progress-bar-stripes 2s linear infinite; }
  .isolateBootstrap .progress-bar-success {
    background-color: #5cb85c; }
  .isolateBootstrap .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); }
  .isolateBootstrap .progress-bar-info {
    background-color: #5bc0de; }
  .isolateBootstrap .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); }
  .isolateBootstrap .progress-bar-warning {
    background-color: #f0ad4e; }
  .isolateBootstrap .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); }
  .isolateBootstrap .progress-bar-danger {
    background-color: #d9534f; }
  .isolateBootstrap .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); }
  .isolateBootstrap .media {
    margin-top: 15px; }
  .isolateBootstrap .media:first-child {
    margin-top: 0; }
  .isolateBootstrap .media, .isolateBootstrap .media-body {
    overflow: hidden;
    zoom: 1; }
  .isolateBootstrap .media-body {
    width: 10000px; }
  .isolateBootstrap .media-object {
    display: block; }
  .isolateBootstrap .media-object.img-thumbnail {
    max-width: none; }
  .isolateBootstrap .media-right, .isolateBootstrap .media > .pull-right {
    padding-left: 10px; }
  .isolateBootstrap .media-left, .isolateBootstrap .media > .pull-left {
    padding-right: 10px; }
  .isolateBootstrap .media-body, .isolateBootstrap .media-left, .isolateBootstrap .media-right {
    display: table-cell;
    vertical-align: top; }
  .isolateBootstrap .media-middle {
    vertical-align: middle; }
  .isolateBootstrap .media-bottom {
    vertical-align: bottom; }
  .isolateBootstrap .media-heading {
    margin-top: 0;
    margin-bottom: 5px; }
  .isolateBootstrap .media-list {
    padding-left: 0;
    list-style: none; }
  .isolateBootstrap .list-group {
    padding-left: 0;
    margin-bottom: 20px; }
  .isolateBootstrap .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd; }
  .isolateBootstrap .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .isolateBootstrap .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .isolateBootstrap a.list-group-item, .isolateBootstrap button.list-group-item {
    color: #555; }
  .isolateBootstrap a.list-group-item .list-group-item-heading, .isolateBootstrap button.list-group-item .list-group-item-heading {
    color: #333; }
  .isolateBootstrap a.list-group-item:focus, .isolateBootstrap a.list-group-item:hover, .isolateBootstrap button.list-group-item:focus, .isolateBootstrap button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }
  .isolateBootstrap button.list-group-item {
    width: 100%;
    text-align: left; }
  .isolateBootstrap .list-group-item.disabled, .isolateBootstrap .list-group-item.disabled:focus, .isolateBootstrap .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee; }
  .isolateBootstrap .list-group-item.disabled .list-group-item-heading, .isolateBootstrap .list-group-item.disabled:focus .list-group-item-heading, .isolateBootstrap .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit; }
  .isolateBootstrap .list-group-item.disabled .list-group-item-text, .isolateBootstrap .list-group-item.disabled:focus .list-group-item-text, .isolateBootstrap .list-group-item.disabled:hover .list-group-item-text {
    color: #777; }
  .isolateBootstrap .list-group-item.active, .isolateBootstrap .list-group-item.active:focus, .isolateBootstrap .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
  .isolateBootstrap .list-group-item.active .list-group-item-heading, .isolateBootstrap .list-group-item.active .list-group-item-heading > .small, .isolateBootstrap .list-group-item.active .list-group-item-heading > small, .isolateBootstrap .list-group-item.active:focus .list-group-item-heading, .isolateBootstrap .list-group-item.active:focus .list-group-item-heading > .small, .isolateBootstrap .list-group-item.active:focus .list-group-item-heading > small, .isolateBootstrap .list-group-item.active:hover .list-group-item-heading, .isolateBootstrap .list-group-item.active:hover .list-group-item-heading > .small, .isolateBootstrap .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit; }
  .isolateBootstrap .list-group-item.active .list-group-item-text, .isolateBootstrap .list-group-item.active:focus .list-group-item-text, .isolateBootstrap .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef; }
  .isolateBootstrap .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8; }
  .isolateBootstrap a.list-group-item-success, .isolateBootstrap button.list-group-item-success {
    color: #3c763d; }
  .isolateBootstrap a.list-group-item-success .list-group-item-heading, .isolateBootstrap button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  .isolateBootstrap a.list-group-item-success:focus, .isolateBootstrap a.list-group-item-success:hover, .isolateBootstrap button.list-group-item-success:focus, .isolateBootstrap button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  .isolateBootstrap a.list-group-item-success.active, .isolateBootstrap a.list-group-item-success.active:focus, .isolateBootstrap a.list-group-item-success.active:hover, .isolateBootstrap button.list-group-item-success.active, .isolateBootstrap button.list-group-item-success.active:focus, .isolateBootstrap button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }
  .isolateBootstrap .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7; }
  .isolateBootstrap a.list-group-item-info, .isolateBootstrap button.list-group-item-info {
    color: #31708f; }
  .isolateBootstrap a.list-group-item-info .list-group-item-heading, .isolateBootstrap button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  .isolateBootstrap a.list-group-item-info:focus, .isolateBootstrap a.list-group-item-info:hover, .isolateBootstrap button.list-group-item-info:focus, .isolateBootstrap button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  .isolateBootstrap a.list-group-item-info.active, .isolateBootstrap a.list-group-item-info.active:focus, .isolateBootstrap a.list-group-item-info.active:hover, .isolateBootstrap button.list-group-item-info.active, .isolateBootstrap button.list-group-item-info.active:focus, .isolateBootstrap button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }
  .isolateBootstrap .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3; }
  .isolateBootstrap a.list-group-item-warning, .isolateBootstrap button.list-group-item-warning {
    color: #8a6d3b; }
  .isolateBootstrap a.list-group-item-warning .list-group-item-heading, .isolateBootstrap button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  .isolateBootstrap a.list-group-item-warning:focus, .isolateBootstrap a.list-group-item-warning:hover, .isolateBootstrap button.list-group-item-warning:focus, .isolateBootstrap button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  .isolateBootstrap a.list-group-item-warning.active, .isolateBootstrap a.list-group-item-warning.active:focus, .isolateBootstrap a.list-group-item-warning.active:hover, .isolateBootstrap button.list-group-item-warning.active, .isolateBootstrap button.list-group-item-warning.active:focus, .isolateBootstrap button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }
  .isolateBootstrap .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede; }
  .isolateBootstrap a.list-group-item-danger, .isolateBootstrap button.list-group-item-danger {
    color: #a94442; }
  .isolateBootstrap a.list-group-item-danger .list-group-item-heading, .isolateBootstrap button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  .isolateBootstrap a.list-group-item-danger:focus, .isolateBootstrap a.list-group-item-danger:hover, .isolateBootstrap button.list-group-item-danger:focus, .isolateBootstrap button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  .isolateBootstrap a.list-group-item-danger.active, .isolateBootstrap a.list-group-item-danger.active:focus, .isolateBootstrap a.list-group-item-danger.active:hover, .isolateBootstrap button.list-group-item-danger.active, .isolateBootstrap button.list-group-item-danger.active:focus, .isolateBootstrap button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }
  .isolateBootstrap .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px; }
  .isolateBootstrap .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3; }
  .isolateBootstrap .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .isolateBootstrap .panel-body {
    padding: 15px; }
  .isolateBootstrap .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .isolateBootstrap .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }
  .isolateBootstrap .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit; }
  .isolateBootstrap .panel-title > .small, .isolateBootstrap .panel-title > .small > a, .isolateBootstrap .panel-title > a, .isolateBootstrap .panel-title > small, .isolateBootstrap .panel-title > small > a {
    color: inherit; }
  .isolateBootstrap .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .isolateBootstrap .panel > .list-group, .isolateBootstrap .panel > .panel-collapse > .list-group {
    margin-bottom: 0; }
  .isolateBootstrap .panel > .list-group .list-group-item, .isolateBootstrap .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .isolateBootstrap .panel > .list-group:first-child .list-group-item:first-child, .isolateBootstrap .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .isolateBootstrap .panel > .list-group:last-child .list-group-item:last-child, .isolateBootstrap .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .isolateBootstrap .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .isolateBootstrap .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0; }
  .isolateBootstrap .list-group + .panel-footer {
    border-top-width: 0; }
  .isolateBootstrap .panel > .panel-collapse > .table, .isolateBootstrap .panel > .table, .isolateBootstrap .panel > .table-responsive > .table {
    margin-bottom: 0; }
  .isolateBootstrap .panel > .panel-collapse > .table caption, .isolateBootstrap .panel > .table caption, .isolateBootstrap .panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px; }
  .isolateBootstrap .panel > .table-responsive:first-child > .table:first-child, .isolateBootstrap .panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .isolateBootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .isolateBootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .isolateBootstrap .panel > .table:first-child > tbody:first-child > tr:first-child, .isolateBootstrap .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .isolateBootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .isolateBootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .isolateBootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .isolateBootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .isolateBootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .isolateBootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .isolateBootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .isolateBootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px; }
  .isolateBootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .isolateBootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .isolateBootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .isolateBootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .isolateBootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .isolateBootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .isolateBootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .isolateBootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px; }
  .isolateBootstrap .panel > .table-responsive:last-child > .table:last-child, .isolateBootstrap .panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .isolateBootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .isolateBootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .isolateBootstrap .panel > .table:last-child > tbody:last-child > tr:last-child, .isolateBootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .isolateBootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .isolateBootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .isolateBootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .isolateBootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .isolateBootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .isolateBootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .isolateBootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .isolateBootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px; }
  .isolateBootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .isolateBootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .isolateBootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .isolateBootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .isolateBootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .isolateBootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .isolateBootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .isolateBootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px; }
  .isolateBootstrap .panel > .panel-body + .table, .isolateBootstrap .panel > .panel-body + .table-responsive, .isolateBootstrap .panel > .table + .panel-body, .isolateBootstrap .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd; }
  .isolateBootstrap .panel > .table > tbody:first-child > tr:first-child td, .isolateBootstrap .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0; }
  .isolateBootstrap .panel > .table-bordered, .isolateBootstrap .panel > .table-responsive > .table-bordered {
    border: 0; }
  .isolateBootstrap .panel > .table-bordered > tbody > tr > td:first-child, .isolateBootstrap .panel > .table-bordered > tbody > tr > th:first-child, .isolateBootstrap .panel > .table-bordered > tfoot > tr > td:first-child, .isolateBootstrap .panel > .table-bordered > tfoot > tr > th:first-child, .isolateBootstrap .panel > .table-bordered > thead > tr > td:first-child, .isolateBootstrap .panel > .table-bordered > thead > tr > th:first-child, .isolateBootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .isolateBootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .isolateBootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .isolateBootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .isolateBootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .isolateBootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }
  .isolateBootstrap .panel > .table-bordered > tbody > tr > td:last-child, .isolateBootstrap .panel > .table-bordered > tbody > tr > th:last-child, .isolateBootstrap .panel > .table-bordered > tfoot > tr > td:last-child, .isolateBootstrap .panel > .table-bordered > tfoot > tr > th:last-child, .isolateBootstrap .panel > .table-bordered > thead > tr > td:last-child, .isolateBootstrap .panel > .table-bordered > thead > tr > th:last-child, .isolateBootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .isolateBootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .isolateBootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .isolateBootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .isolateBootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .isolateBootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }
  .isolateBootstrap .panel > .table-bordered > tbody > tr:first-child > td, .isolateBootstrap .panel > .table-bordered > tbody > tr:first-child > th, .isolateBootstrap .panel > .table-bordered > thead > tr:first-child > td, .isolateBootstrap .panel > .table-bordered > thead > tr:first-child > th, .isolateBootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .isolateBootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .isolateBootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .isolateBootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0; }
  .isolateBootstrap .panel > .table-bordered > tbody > tr:last-child > td, .isolateBootstrap .panel > .table-bordered > tbody > tr:last-child > th, .isolateBootstrap .panel > .table-bordered > tfoot > tr:last-child > td, .isolateBootstrap .panel > .table-bordered > tfoot > tr:last-child > th, .isolateBootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .isolateBootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .isolateBootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .isolateBootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
  .isolateBootstrap .panel > .table-responsive {
    margin-bottom: 0;
    border: 0; }
  .isolateBootstrap .panel-group {
    margin-bottom: 20px; }
  .isolateBootstrap .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
  .isolateBootstrap .panel-group .panel + .panel {
    margin-top: 5px; }
  .isolateBootstrap .panel-group .panel-heading {
    border-bottom: 0; }
  .isolateBootstrap .panel-group .panel-heading + .panel-collapse > .list-group, .isolateBootstrap .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd; }
  .isolateBootstrap .panel-group .panel-footer {
    border-top: 0; }
  .isolateBootstrap .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd; }
  .isolateBootstrap .panel-default {
    border-color: #ddd; }
  .isolateBootstrap .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd; }
  .isolateBootstrap .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd; }
  .isolateBootstrap .panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333; }
  .isolateBootstrap .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }
  .isolateBootstrap .panel-primary {
    border-color: #337ab7; }
  .isolateBootstrap .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
  .isolateBootstrap .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7; }
  .isolateBootstrap .panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff; }
  .isolateBootstrap .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }
  .isolateBootstrap .panel-success {
    border-color: #d6e9c6; }
  .isolateBootstrap .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .isolateBootstrap .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6; }
  .isolateBootstrap .panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d; }
  .isolateBootstrap .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }
  .isolateBootstrap .panel-info {
    border-color: #bce8f1; }
  .isolateBootstrap .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
  .isolateBootstrap .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1; }
  .isolateBootstrap .panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f; }
  .isolateBootstrap .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }
  .isolateBootstrap .panel-warning {
    border-color: #faebcc; }
  .isolateBootstrap .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
  .isolateBootstrap .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc; }
  .isolateBootstrap .panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b; }
  .isolateBootstrap .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }
  .isolateBootstrap .panel-danger {
    border-color: #ebccd1; }
  .isolateBootstrap .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
  .isolateBootstrap .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1; }
  .isolateBootstrap .panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442; }
  .isolateBootstrap .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }
  .isolateBootstrap .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden; }
  .isolateBootstrap .embed-responsive .embed-responsive-item, .isolateBootstrap .embed-responsive embed, .isolateBootstrap .embed-responsive iframe, .isolateBootstrap .embed-responsive object, .isolateBootstrap .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .isolateBootstrap .embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .isolateBootstrap .embed-responsive-4by3 {
    padding-bottom: 75%; }
  .isolateBootstrap .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); }
  .isolateBootstrap .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }
  .isolateBootstrap .well-lg {
    padding: 24px;
    border-radius: 6px; }
  .isolateBootstrap .well-sm {
    padding: 9px;
    border-radius: 3px; }
  .isolateBootstrap .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2; }
  .isolateBootstrap .close:focus, .isolateBootstrap .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5; }
  .isolateBootstrap button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0; }
  .isolateBootstrap .modal-open {
    overflow: hidden; }
  .isolateBootstrap .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
  .isolateBootstrap .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%); }
  .isolateBootstrap .modal.in .modal-dialog {
    transform: translate(0, 0); }
  .isolateBootstrap .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
  .isolateBootstrap .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px; }
  .isolateBootstrap .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }
  .isolateBootstrap .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
  .isolateBootstrap .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .isolateBootstrap .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5; }
  .isolateBootstrap .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5; }
  .isolateBootstrap .modal-header .close {
    margin-top: -2px; }
  .isolateBootstrap .modal-title {
    margin: 0;
    line-height: 1.42857143; }
  .isolateBootstrap .modal-body {
    position: relative;
    padding: 15px; }
  .isolateBootstrap .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5; }
  .isolateBootstrap .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .isolateBootstrap .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .isolateBootstrap .modal-footer .btn-block + .btn-block {
    margin-left: 0; }
  .isolateBootstrap .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  @media (min-width: 768px) {
    .isolateBootstrap .modal-dialog {
      width: 600px;
      margin: 30px auto; }
    .isolateBootstrap .modal-content {
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
    .isolateBootstrap .modal-sm {
      width: 300px; } }
  @media (min-width: 992px) {
    .isolateBootstrap .modal-lg {
      width: 900px; } }
  .isolateBootstrap .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto; }
  .isolateBootstrap .tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9; }
  .isolateBootstrap .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .isolateBootstrap .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .isolateBootstrap .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .isolateBootstrap .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .isolateBootstrap .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px; }
  .isolateBootstrap .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .isolateBootstrap .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .isolateBootstrap .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .isolateBootstrap .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .isolateBootstrap .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .isolateBootstrap .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .isolateBootstrap .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .isolateBootstrap .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .isolateBootstrap .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .isolateBootstrap .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    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);
    line-break: auto; }
  .isolateBootstrap .popover.top {
    margin-top: -10px; }
  .isolateBootstrap .popover.right {
    margin-left: 10px; }
  .isolateBootstrap .popover.bottom {
    margin-top: 10px; }
  .isolateBootstrap .popover.left {
    margin-left: -10px; }
  .isolateBootstrap .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0; }
  .isolateBootstrap .popover-content {
    padding: 9px 14px; }
  .isolateBootstrap .popover > .arrow, .isolateBootstrap .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .isolateBootstrap .popover > .arrow {
    border-width: 11px; }
  .isolateBootstrap .popover > .arrow:after {
    content: "";
    border-width: 10px; }
  .isolateBootstrap .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
  .isolateBootstrap .popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0; }
  .isolateBootstrap .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
  .isolateBootstrap .popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0; }
  .isolateBootstrap .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .isolateBootstrap .popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff; }
  .isolateBootstrap .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .isolateBootstrap .popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff; }
  .isolateBootstrap .carousel {
    position: relative; }
  .isolateBootstrap .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .isolateBootstrap .carousel-inner > .item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
  .isolateBootstrap .carousel-inner > .item > a > img, .isolateBootstrap .carousel-inner > .item > img {
    line-height: 1; }
  @media all and (transform-3d), (-webkit-transform-3d) {
    .isolateBootstrap .carousel-inner > .item {
      transition: transform .6s ease-in-out;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      perspective: 1000px; }
    .isolateBootstrap .carousel-inner > .item.active.right, .isolateBootstrap .carousel-inner > .item.next {
      left: 0;
      transform: translate3d(100%, 0, 0); }
    .isolateBootstrap .carousel-inner > .item.active.left, .isolateBootstrap .carousel-inner > .item.prev {
      left: 0;
      transform: translate3d(-100%, 0, 0); }
    .isolateBootstrap .carousel-inner > .item.active, .isolateBootstrap .carousel-inner > .item.next.left, .isolateBootstrap .carousel-inner > .item.prev.right {
      left: 0;
      transform: translate3d(0, 0, 0); } }
  .isolateBootstrap .carousel-inner > .active, .isolateBootstrap .carousel-inner > .next, .isolateBootstrap .carousel-inner > .prev {
    display: block; }
  .isolateBootstrap .carousel-inner > .active {
    left: 0; }
  .isolateBootstrap .carousel-inner > .next, .isolateBootstrap .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .isolateBootstrap .carousel-inner > .next {
    left: 100%; }
  .isolateBootstrap .carousel-inner > .prev {
    left: -100%; }
  .isolateBootstrap .carousel-inner > .next.left, .isolateBootstrap .carousel-inner > .prev.right {
    left: 0; }
  .isolateBootstrap .carousel-inner > .active.left {
    left: -100%; }
  .isolateBootstrap .carousel-inner > .active.right {
    left: 100%; }
  .isolateBootstrap .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    opacity: .5; }
  .isolateBootstrap .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .isolateBootstrap .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .isolateBootstrap .carousel-control:focus, .isolateBootstrap .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9; }
  .isolateBootstrap .carousel-control .glyphicon-chevron-left, .isolateBootstrap .carousel-control .glyphicon-chevron-right, .isolateBootstrap .carousel-control .icon-next, .isolateBootstrap .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .isolateBootstrap .carousel-control .glyphicon-chevron-left, .isolateBootstrap .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .isolateBootstrap .carousel-control .glyphicon-chevron-right, .isolateBootstrap .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .isolateBootstrap .carousel-control .icon-next, .isolateBootstrap .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .isolateBootstrap .carousel-control .icon-prev:before {
    content: '\2039'; }
  .isolateBootstrap .carousel-control .icon-next:before {
    content: '\203a'; }
  .isolateBootstrap .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none; }
  .isolateBootstrap .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .isolateBootstrap .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }
  .isolateBootstrap .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    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); }
  .isolateBootstrap .carousel-caption .btn {
    text-shadow: none; }
  @media screen and (min-width: 768px) {
    .isolateBootstrap .carousel-control .glyphicon-chevron-left, .isolateBootstrap .carousel-control .glyphicon-chevron-right, .isolateBootstrap .carousel-control .icon-next, .isolateBootstrap .carousel-control .icon-prev {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      font-size: 30px; }
    .isolateBootstrap .carousel-control .glyphicon-chevron-left, .isolateBootstrap .carousel-control .icon-prev {
      margin-left: -15px; }
    .isolateBootstrap .carousel-control .glyphicon-chevron-right, .isolateBootstrap .carousel-control .icon-next {
      margin-right: -15px; }
    .isolateBootstrap .carousel-caption {
      right: 20%;
      left: 20%;
      padding-bottom: 30px; }
    .isolateBootstrap .carousel-indicators {
      bottom: 20px; } }
  .isolateBootstrap .btn-group-vertical > .btn-group:after, .isolateBootstrap .btn-group-vertical > .btn-group:before, .isolateBootstrap .btn-toolbar:after, .isolateBootstrap .btn-toolbar:before, .isolateBootstrap .clearfix:after, .isolateBootstrap .clearfix:before, .isolateBootstrap .container-fluid:after, .isolateBootstrap .container-fluid:before, .isolateBootstrap .container:after, .isolateBootstrap .container:before, .isolateBootstrap .dl-horizontal dd:after, .isolateBootstrap .dl-horizontal dd:before, .isolateBootstrap .form-horizontal .form-group:after, .isolateBootstrap .form-horizontal .form-group:before, .isolateBootstrap .modal-footer:after, .isolateBootstrap .modal-footer:before, .isolateBootstrap .nav:after, .isolateBootstrap .nav:before, .isolateBootstrap .navbar-collapse:after, .isolateBootstrap .navbar-collapse:before, .isolateBootstrap .navbar-header:after, .isolateBootstrap .navbar-header:before, .isolateBootstrap .navbar:after, .isolateBootstrap .navbar:before, .isolateBootstrap .pager:after, .isolateBootstrap .pager:before, .isolateBootstrap .panel-body:after, .isolateBootstrap .panel-body:before, .isolateBootstrap .row:after, .isolateBootstrap .row:before {
    display: table;
    content: " "; }
  .isolateBootstrap .btn-group-vertical > .btn-group:after, .isolateBootstrap .btn-toolbar:after, .isolateBootstrap .clearfix:after, .isolateBootstrap .container-fluid:after, .isolateBootstrap .container:after, .isolateBootstrap .dl-horizontal dd:after, .isolateBootstrap .form-horizontal .form-group:after, .isolateBootstrap .modal-footer:after, .isolateBootstrap .nav:after, .isolateBootstrap .navbar-collapse:after, .isolateBootstrap .navbar-header:after, .isolateBootstrap .navbar:after, .isolateBootstrap .pager:after, .isolateBootstrap .panel-body:after, .isolateBootstrap .row:after {
    clear: both; }
  .isolateBootstrap .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  .isolateBootstrap .pull-right {
    float: right !important; }
  .isolateBootstrap .pull-left {
    float: left !important; }
  .isolateBootstrap .hide {
    display: none !important; }
  .isolateBootstrap .show {
    display: block !important; }
  .isolateBootstrap .invisible {
    visibility: hidden; }
  .isolateBootstrap .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .isolateBootstrap .hidden {
    display: none !important; }
  .isolateBootstrap .affix {
    position: fixed; }

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

.bsContainer {
  padding: 10px; }

.annotations {
  width: 100%;
  background: #fff;
  margin: 0 auto; }
  .annotations > header {
    background: #35323C;
    height: 50px;
    padding: 5px 10px; }
  .annotations .menu-icon {
    background: #2F2E33;
    padding: 5px 10px;
    float: left;
    font-size: 3em;
    line-height: 0.5em;
    color: #fff;
    border-radius: 3px; }
  .annotations .menu-icon:hover {
    background: #39caad;
    cursor: pointer; }
  .annotations h1 {
    float: right;
    color: #fff;
    margin: 5px;
    font-weight: 300;
    font-size: 1.3em; }
  .annotations .new {
    background: #E5EDF5;
    color: #fff;
    padding: 7px 5px;
    height: 60px; }
    .annotations .new textarea {
      float: left;
      height: 45px;
      width: calc(100% - 150px);
      border-radius: 3px;
      padding: 5px; }
    .annotations .new > span {
      background: white;
      cursor: pointer;
      border-radius: 3px;
      width: 45px;
      color: gray;
      height: 45px;
      margin-left: 5px;
      line-height: 45px;
      text-align: center;
      font-size: 18px;
      float: left; }
      .annotations .new > span.adjunto > input {
        position: absolute;
        top: 7px;
        width: 45px;
        height: 45px;
        opacity: 0;
        cursor: pointer;
        margin-left: -30px;
        overflow: hidden; }
  .annotations .messages {
    padding: 10px; }
  .annotations .annotation_message {
    float: left;
    width: 100%;
    margin: 10px 0;
    border-bottom: 1px dotted #ccc; }
  .annotations .annotation_message p {
    font-size: 14px;
    width: 90%;
    margin: 12px 0; }
    .annotations .annotation_message p.msgp {
      line-height: 20px; }
  .annotations img {
    border-radius: 100%;
    float: left;
    height: 45px;
    width: 45px;
    margin: 0 10px 15px 0; }
  .annotations p.time {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    position: absolute;
    margin: 0px;
    text-align: right;
    font-size: 11px; }
  .annotations p.adjunto {
    font-weight: 400;
    position: absolute;
    margin: 0px;
    text-align: right;
    font-size: 11px;
    cursor: pointer;
    color: #2F6185; }
    .annotations p.adjunto a {
      text-decoration: none;
      color: #2F6185; }
  .annotations p.date {
    color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
    padding-left: 55px; }
  .annotations h2 {
    font-size: 12px;
    font-weight: 400; }
  .annotations footer {
    width: 100%;
    background: #fff;
    padding: 10px;
    text-align: center;
    font-size: 0.8em; }
  .annotations footer p:before,
  .annotations footer p:after {
    content: ' - '; }

.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial,sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2; }

.date-picker-wrapper {
  position: absolute;
  z-index: 100;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial,sans-serif;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-sizing: initial; }

.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block; }

.date-picker-wrapper.single-date {
  width: auto; }

.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px; }

.date-picker-wrapper.no-topbar {
  padding-top: 12px; }

.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px; }

.date-picker-wrapper b {
  color: #666;
  font-weight: 700; }

.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline; }

.date-picker-wrapper .month-name {
  text-transform: uppercase; }

.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden; }

.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left; }

.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left; }

.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px; }

.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default; }

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default; }

.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7; }

.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase; }

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important; }

.date-picker-wrapper .time label {
  white-space: nowrap; }

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer; }

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa; }

.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none; }

.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684; }

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5; }

.date-picker-wrapper table .caption {
  height: 40px; }

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer; }

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white; }

.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0; }

.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden; }

.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative; }

.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee; }

.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white; }

.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white; }

.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3; }

.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3; }

.date-picker-wrapper .selected-days {
  display: none; }

.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0; }

.date-picker-wrapper .drp_top-bar .error-top {
  display: none; }

.date-picker-wrapper .drp_top-bar .normal-top {
  display: none; }

.date-picker-wrapper .drp_top-bar .default-top {
  display: block; }

.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none; }

.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red; }

.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none; }

.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block; }

.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color: white;
  line-height: initial; }

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); }

/*time styling*/
.date-picker-wrapper .time {
  position: relative; }

.date-picker-wrapper.single-month .time {
  display: block; }

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px; }

.date-picker-wrapper .time1, .time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center; }

.date-picker-wrapper .time1 {
  float: left; }

.date-picker-wrapper .time2 {
  float: right; }

.date-picker-wrapper .hour, .minute {
  text-align: right; }

.date-picker-wrapper .hide {
  display: none; }

.date-picker-wrapper .first-date-selected {
  background-color: #49e !important;
  color: white !important; }

.date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: white !important; }

.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3)); }

.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px; }

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none; }

.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer; }

.date-picker-wrapper .week-number.week-number-selected {
  color: #4499EE;
  font-weight: bold; }

/*
 * ************************************************************* *
 * Name         :  Power Tour (SASS)                             *
 * Description  :  CSS for the tour plugin.                      *
 * Version      :  Version 3.1.0                                 *
 * Author       :  CreativeMilk                                  *
 * Author URI   :  www.creativemilk.net                          *
 * Updated      :  2015-11-07 12:30:40 UTC+02:00                 *
 * Copyright    :  (c) 2015 CreativeMilk                         *
 * ************************************************************* *
 */
.powertour-step {
  padding: 0;
  position: absolute;
  visibility: hidden;
  z-index: 0;
  zoom: 1; }
  .powertour-step > * {
    position: relative; }
  .powertour-step:after,
  .powertour-step > *:after {
    clear: both; }
  .powertour-step > *:after {
    zoom: 1; }
  .powertour-step:before, .powertour-step:after,
  .powertour-step > *:before,
  .powertour-step > *:after {
    content: "";
    display: table; }
  .powertour-step a {
    text-decoration: none; }
  .powertour-step i {
    font-style: italic; }
  .powertour-step ul > li > span {
    padding: 0 10px; }

.powertour-hook {
  position: relative; }

.powertour-step.powertour-hide iframe {
  visibility: hidden;
  /* opera issue with yt video*/ }

.powertour-step.powertour-show iframe {
  display: block;
  visibility: visible; }

.powertour-step.animated,
.powertour-step.powertour-show {
  z-index: 9000;
  visibility: visible; }

#powertour-mask {
  width: 100%;
  height: 100%;
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  display: none; }

.powertour-step.animated,
.powertour-tooltip:hover .powertour-step,
.powertour-step.powertour-show {
  visibility: visible; }

[data-powertour-position] {
  position: fixed !important; }

.powertour-step.powertour-activestep,
.powertour-step.powertour-keepvisible,
.powertour-activehook.powertour-highlight,
.powertour-tooltip:hover .powertour-step {
  z-index: 9001 !important; }

.powertour-highlight-sidebar {
  z-index: 9001 !important; }
  .powertour-highlight-sidebar::before {
    content: "";
    height: 100%;
    background: #286A94;
    width: 100%;
    position: absolute; }

body .powertour-step > * {
  display: inherit; }

/* 
    NEW 3.0.0 
	
    Used FX IN/OUT classes for tiny version, 
    you can modify these 2 classes. 
*/
.powertour-fxin {
  opacity: 1;
  transition: 0.4s; }

.powertour-fxout {
  opacity: 0;
  transition: 0.4s; }

/*
	clases especiales para resaltar elementos
*/
.clear-and-danger {
  background: #ecf0f1;
  color: #c0392b !important; }

.z9001 {
  z-index: 9001 !important; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: .75s; }

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }
  40%, 43% {
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

@keyframes pulse {
  0% {
    transform: scaleX(1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scaleX(1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  0% {
    transform: scaleX(1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scaleX(1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  0%, to {
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  0% {
    transform: scaleX(1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    transform: scaleX(1); } }

.tada {
  animation-name: tada; }

@keyframes wobble {
  0% {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  0%, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scaleX(1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translateZ(0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% {
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% {
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% {
    animation-timing-function: ease-in; }
  40% {
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotateX(-5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% {
    animation-timing-function: ease-in; }
  40% {
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotateY(-5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg); }
  60%, 80% {
    opacity: 1; }
  80% {
    transform: skewX(-5deg); }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left; }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left; }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

.powertour-step .dropdown {
  position: relative;
  display: inline-block; }

.powertour-step .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  border: 1px solid #ccc;
  border-radius: 5px; }

.powertour-step .dropdown-content span {
  color: #3E3E3E;
  background: white;
  padding: 0px 10px;
  text-decoration: none;
  display: block;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 1px solid #CCC; }
  .powertour-step .dropdown-content span:hover {
    background: #EEE; }
  .powertour-step .dropdown-content span::nth-last-child(1) {
    border-bottom: none; }

.powertour-step .dropdown-content a:hover {
  background-color: #f1f1f1; }

.powertour-step .dropdown:hover .dropdown-content {
  display: block; }

.powertour-step .dropdown:hover .dropbtn {
  background-color: #3e8e41; }

/*
 * ************************************************************* *
 * Name         :  Power Tour connectors (SASS)                  *
 * Description  :  CSS for the tour plugin.                      *
 * Version      :  Version 2.1.0                                 *
 * Author       :  CreativeMilk                                  *
 * Author URI   :  www.creativemilk.net                          *
 * Updated      :  2014-08-26 17:13:18 UTC+02:00                 *
 * Copyright    :  (c) 2012 CreativeMilk                         *
 * ************************************************************* *
 */
/*** DOTS ****************************************/
/* TOP */
.connectordot-top {
  top: -29px;
  left: -69px;
  position: absolute;
  height: 2px;
  width: 80px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #333; }
  .connectordot-top:before {
    top: -4px;
    left: -5px;
    position: absolute;
    height: 10px;
    width: 10px;
    position: absolute;
    content: "";
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50%; }

.connectordot-tl {
  top: -80px;
  left: 20px;
  position: absolute;
  height: 80px;
  width: 2px;
  background-color: #333; }
  .connectordot-tl:before {
    top: -5px;
    right: -4px;
    position: absolute;
    height: 10px;
    width: 10px;
    position: absolute;
    content: "";
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50%; }

.connectordot-tm {
  margin-right: -1px;
  top: -80px;
  right: 50%;
  position: absolute;
  height: 80px;
  width: 2px;
  background-color: #333; }
  .connectordot-tm:before {
    top: -5px;
    right: -4px;
    position: absolute;
    height: 10px;
    width: 10px;
    position: absolute;
    content: "";
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50%; }

.connectordot-tr {
  top: -80px;
  right: 20px;
  position: absolute;
  height: 80px;
  width: 2px;
  background-color: #333; }
  .connectordot-tr:before {
    top: -5px;
    right: -4px;
    position: absolute;
    height: 10px;
    width: 10px;
    position: absolute;
    content: "";
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50%; }

/* RIGHT */
.connectordot-right {
  top: -29px;
  right: -69px;
  position: absolute;
  height: 2px;
  width: 80px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background-color: #333; }
  .connectordot-right:before {
    top: -5px;
    right: -4px;
    position: absolute;
    height: 10px;
    width: 10px;
    position: absolute;
    content: "";
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50%; }

.connectordot-rt {
  top: 20px;
  right: -80px;
  position: absolute;
  height: 2px;
  width: 80px;
  background-color: #333; }
  .connectordot-rt:before {
    top: -5px;
    right: -4px;
    position: absolute;
    height: 10px;
    width: 10px;
    position: absolute;
    content: "";
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50%; }

.connectordot-rm {
  margin-top: -1px;
  top: 50%;
  right: -80px;
  position: absolute;
  height: 2px;
  width: 80px;
  background-color: #333; }
  .connectordot-rm:before {
    top: -4px;
    right: -5px;
    position: absolute;
    height: 10px;
    width: 10px;
    position: absolute;
    content: "";
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50%; }

.connectordot-rb {
  bottom: 20px;
  right: -80px;
  position: absolute;
  height: 2px;
  width: 80px;
  background-color: #333; }
  .connectordot-rb:before {
    top: -4px;
    right: -5px;
    position: absolute;
    height: 10px;
    width: 10px;
    position: absolute;
    content: "";
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50%; }

/* BOTTOM */
.connectordot-bottom {
  bottom: -29px;
  right: -69px;
  position: absolute;
  height: 2px;
  width: 80px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #333; }
  .connectordot-bottom:before {
    top: -4px;
    right: -5px;
    position: absolute;
    height: 10px;
    width: 10px;
    position: absolute;
    content: "";
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50%; }

.connectordot-bl {
  bottom: -80px;
  left: 20px;
  position: absolute;
  height: 80px;
  width: 2px;
  background-color: #333; }
  .connectordot-bl:before {
    bottom: -5px;
    right: -4px;
    position: absolute;
    height: 10px;
    width: 10px;
    position: absolute;
    content: "";
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50%; }

.connectordot-bm {
  margin-right: -1px;
  bottom: -80px;
  right: 50%;
  position: absolute;
  height: 80px;
  width: 2px;
  background-color: #333; }
  .connectordot-bm:before {
    bottom: -5px;
    right: -4px;
    position: absolute;
    height: 10px;
    width: 10px;
    position: absolute;
    content: "";
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50%; }

.connectordot-br {
  bottom: -80px;
  right: 20px;
  position: absolute;
  height: 80px;
  width: 2px;
  background-color: #333; }
  .connectordot-br:before {
    bottom: -5px;
    right: -4px;
    position: absolute;
    height: 10px;
    width: 10px;
    position: absolute;
    content: "";
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50%; }

/* LEFT */
.connectordot-left {
  bottom: -29px;
  left: -69px;
  position: absolute;
  height: 2px;
  width: 80px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background-color: #333; }
  .connectordot-left:before {
    top: -4px;
    left: -5px;
    position: absolute;
    height: 10px;
    width: 10px;
    position: absolute;
    content: "";
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50%; }

.connectordot-lt {
  top: 20px;
  left: -80px;
  position: absolute;
  height: 2px;
  width: 80px;
  background-color: #333; }
  .connectordot-lt:before {
    top: -4px;
    left: -5px;
    position: absolute;
    height: 10px;
    width: 10px;
    position: absolute;
    content: "";
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50%; }

.connectordot-lm {
  margin-top: -1px;
  top: 50%;
  left: -80px;
  position: absolute;
  height: 2px;
  width: 80px;
  background-color: #333; }
  .connectordot-lm:before {
    top: -4px;
    left: -5px;
    position: absolute;
    height: 10px;
    width: 10px;
    position: absolute;
    content: "";
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50%; }

.connectordot-lb {
  bottom: 20px;
  left: -80px;
  position: absolute;
  height: 2px;
  width: 80px;
  background-color: #333; }
  .connectordot-lb:before {
    top: -4px;
    left: -5px;
    position: absolute;
    height: 10px;
    width: 10px;
    position: absolute;
    content: "";
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50%; }

/*** ARROWS **************************************/
/* TOP */
.connectorarrow-tle {
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ccc;
  border-left: 10px solid #ccc;
  top: -20px;
  left: -1px;
  position: absolute; }
  .connectorarrow-tle:before {
    content: "";
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid #fff;
    top: -7px;
    left: -9px;
    position: absolute; }

.connectorarrow-tl {
  border-top: none;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  border-left: 12px solid transparent;
  top: -12px;
  left: 20px;
  position: absolute; }
  .connectorarrow-tl:before {
    content: "";
    border-top: none;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    top: 2px;
    left: -10px;
    position: absolute; }

.connectorarrow-tm {
  margin: 0 -12px 0 0;
  border-top: none;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  border-left: 12px solid transparent;
  top: -12px;
  right: 50%;
  position: absolute; }
  .connectorarrow-tm:before {
    content: "";
    border-top: none;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    top: 2px;
    right: -10px;
    position: absolute; }

.connectorarrow-tr {
  border-top: none;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  border-left: 12px solid transparent;
  top: -12px;
  right: 20px;
  position: absolute; }
  .connectorarrow-tr:before {
    content: "";
    border-top: none;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    top: 2px;
    right: -10px;
    position: absolute; }

.connectorarrow-tre {
  border-top: 10px solid transparent;
  border-right: 10px solid #ccc;
  border-bottom: 10px solid #ccc;
  border-left: 10px solid transparent;
  top: -20px;
  right: -1px;
  position: absolute; }
  .connectorarrow-tre:before {
    content: "";
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    top: -7px;
    left: -11px;
    position: absolute; }

/* RIGHT */
.connectorarrow-rte {
  border-top: 10px solid #ccc;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ccc;
  top: -1px;
  right: -21px;
  position: absolute; }
  .connectorarrow-rte:before {
    content: "";
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    top: -9px;
    right: -8px;
    position: absolute; }

.connectorarrow-rt {
  border-top: 12px solid transparent;
  border-right: none;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ccc;
  top: 20px;
  right: -12px;
  position: absolute; }
  .connectorarrow-rt:before {
    content: "";
    border-top: 10px solid transparent;
    border-right: none;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    top: -10px;
    right: 2px;
    position: absolute; }

.connectorarrow-rm {
  margin: -12px 0 0 0;
  border-top: 12px solid transparent;
  border-right: none;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ccc;
  top: 50%;
  right: -12px;
  position: absolute; }
  .connectorarrow-rm:before {
    content: "";
    border-top: 10px solid transparent;
    border-right: none;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    top: -10px;
    right: 2px;
    position: absolute; }

.connectorarrow-rb {
  border-top: 12px solid transparent;
  border-right: none;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ccc;
  bottom: 20px;
  right: -12px;
  position: absolute; }
  .connectorarrow-rb:before {
    content: "";
    border-top: 10px solid transparent;
    border-right: none;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    top: -10px;
    right: 2px;
    position: absolute; }

.connectorarrow-rbe {
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ccc;
  border-left: 10px solid #ccc;
  bottom: -1px;
  right: -21px;
  position: absolute; }
  .connectorarrow-rbe:before {
    content: "";
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid #fff;
    bottom: -9px;
    right: -8px;
    position: absolute; }

/* BOTTOM */
.connectorarrow-ble {
  border-top: 10px solid #ccc;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ccc;
  bottom: -20px;
  left: -1px;
  position: absolute; }
  .connectorarrow-ble:before {
    content: "";
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    bottom: -7px;
    left: -9px;
    position: absolute; }

.connectorarrow-bl {
  border-top: 12px solid #ccc;
  border-right: 12px solid transparent;
  border-bottom: none;
  border-left: 12px solid transparent;
  bottom: -12px;
  left: 20px;
  position: absolute; }
  .connectorarrow-bl:before {
    content: "";
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: none;
    border-left: 10px solid transparent;
    bottom: 2px;
    left: -10px;
    position: absolute; }

.connectorarrow-bm {
  margin: 0 -12px 0 0;
  border-top: 12px solid #ccc;
  border-right: 12px solid transparent;
  border-bottom: none;
  border-left: 12px solid transparent;
  bottom: -12px;
  right: 50%;
  position: absolute; }
  .connectorarrow-bm:before {
    content: "";
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: none;
    border-left: 10px solid transparent;
    bottom: 2px;
    right: -10px;
    position: absolute; }

.connectorarrow-br {
  border-top: 12px solid #ccc;
  border-right: 12px solid transparent;
  border-bottom: none;
  border-left: 12px solid transparent;
  bottom: -12px;
  right: 20px;
  position: absolute; }
  .connectorarrow-br:before {
    content: "";
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: none;
    border-left: 10px solid transparent;
    bottom: 2px;
    right: -10px;
    position: absolute; }

.connectorarrow-bre {
  border-top: 10px solid #ccc;
  border-right: 10px solid #ccc;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -20px;
  right: -1px;
  position: absolute; }
  .connectorarrow-bre:before {
    content: "";
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -7px;
    right: -9px;
    position: absolute; }

/* LEFT */
.connectorarrow-lte {
  border-top: 10px solid #ccc;
  border-right: 10px solid #ccc;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  top: -1px;
  left: -21px;
  position: absolute; }
  .connectorarrow-lte:before {
    content: "";
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -9px;
    left: -8px;
    position: absolute; }

.connectorarrow-lt {
  border-top: 12px solid transparent;
  border-right: 12px solid #ccc;
  border-bottom: 12px solid transparent;
  border-left: none;
  top: 20px;
  left: -12px;
  position: absolute; }
  .connectorarrow-lt:before {
    content: "";
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: none;
    top: -10px;
    right: -12px;
    position: absolute; }

.connectorarrow-lm {
  margin: -12px 0 0 0;
  border-top: 12px solid transparent;
  border-right: 12px solid #ccc;
  border-bottom: 12px solid transparent;
  border-left: none;
  top: 50%;
  left: -12px;
  position: absolute; }
  .connectorarrow-lm:before {
    content: "";
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: none;
    top: -10px;
    right: -12px;
    position: absolute; }

.connectorarrow-lb {
  border-top: 12px solid transparent;
  border-right: 12px solid #ccc;
  border-bottom: 12px solid transparent;
  border-left: none;
  bottom: 20px;
  left: -12px;
  position: absolute; }
  .connectorarrow-lb:before {
    content: "";
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: none;
    top: -10px;
    right: -12px;
    position: absolute; }

.connectorarrow-lbe {
  border-top: 10px solid transparent;
  border-right: 10px solid #ccc;
  border-bottom: 10px solid #ccc;
  border-left: 10px solid transparent;
  bottom: -1px;
  left: -21px;
  position: absolute; }
  .connectorarrow-lbe:before {
    content: "";
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    bottom: -9px;
    left: -8px;
    position: absolute; }

/*
 * ************************************************************* *
 * Name         :  Power Tour style : clean (SASS)               *
 * Description  :  CSS styling for the tour plugin.              *
 * Version      :  Version 3.0.0                                 *
 * Author       :  CreativeMilk                                  *
 * Author URI   :  www.creativemilk.net                          *
 * Updated      :  2014-11-22 14:13:58 UTC+02:00                 *
 * Copyright    :  (c) 2014 CreativeMilk                         *
 * ************************************************************* *
 */
#powertour-mask {
  background-color: rgba(53, 64, 80, 0.5); }

.single-step {
  position: relative;
  display: none;
  z-index: 9001;
  padding: 20px;
  background-color: #fff;
  color: #333;
  text-align: left;
  border: 1px solid #ccc;
  line-height: 1.5em; }
  .single-step > header {
    float: left;
    height: 30px;
    width: 100%;
    margin: 5px 0 10px 0;
    line-height: 30px; }
    .single-step > header h3 {
      margin: 0;
      font-size: 18px;
      line-height: 22px;
      font-weight: normal; }
  .single-step > p {
    text-align: justify;
    margin: 5px 0 5px 0; }
  .single-step > ul {
    margin: 10px 0 10px 0; }
  .single-step > footer {
    float: left;
    height: auto;
    width: 100%;
    margin: 15px 0 0 0;
    line-height: 30px; }
    .single-step > footer .btn {
      margin-top: 5px; }
  .single-step .close-btn {
    position: absolute;
    top: -34px;
    right: -1px;
    height: 24px;
    width: 24px;
    background-color: #eee;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #999;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc; }
  .single-step .tip {
    background-color: rgba(241, 196, 15, 0.8);
    border-radius: 2px;
    padding: 10px; }
  .single-step .comment {
    background-color: #1abc9c;
    border-radius: 2px;
    padding: 10px; }
  .single-step .primary {
    position: relative;
    color: #f1c40f !important;
    top: -5px;
    left: -5px;
    font-size: 10px; }
  .single-step .new {
    position: relative;
    color: red !important;
    top: -5px;
    left: -5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px; }

/* new 2.7.0 */
.powertour-active.powertour-highlight {
  background-color: #fff; }

/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative; }

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden; }

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none; }

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%; }

.ql-clipboard p {
  margin: 0;
  padding: 0; }

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word; }

.ql-editor > * {
  cursor: text; }

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em; }

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none; }

.ql-editor ul > li::before {
  content: '\2022'; }

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none; }

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all; }

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all; }

.ql-editor ul[data-checked=true] > li::before {
  content: '\2611'; }

.ql-editor ul[data-checked=false] > li::before {
  content: '\2610'; }

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em; }

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right; }

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em; }

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em; }

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em; }

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0; }

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1; }

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2; }

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". "; }

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3; }

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". "; }

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4; }

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5; }

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". "; }

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6; }

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". "; }

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7; }

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9; }

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8; }

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". "; }

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9; }

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9; }

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". "; }

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em; }

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em; }

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em; }

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em; }

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em; }

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em; }

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em; }

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em; }

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em; }

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em; }

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em; }

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em; }

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em; }

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em; }

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em; }

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em; }

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em; }

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em; }

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em; }

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em; }

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em; }

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em; }

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em; }

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em; }

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em; }

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em; }

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em; }

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em; }

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em; }

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em; }

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em; }

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em; }

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em; }

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em; }

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em; }

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em; }

.ql-editor .ql-video {
  display: block;
  max-width: 100%; }

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto; }

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto; }

.ql-editor .ql-bg-black {
  background-color: #000; }

.ql-editor .ql-bg-red {
  background-color: #e60000; }

.ql-editor .ql-bg-orange {
  background-color: #f90; }

.ql-editor .ql-bg-yellow {
  background-color: #ff0; }

.ql-editor .ql-bg-green {
  background-color: #008a00; }

.ql-editor .ql-bg-blue {
  background-color: #06c; }

.ql-editor .ql-bg-purple {
  background-color: #93f; }

.ql-editor .ql-color-white {
  color: #fff; }

.ql-editor .ql-color-red {
  color: #e60000; }

.ql-editor .ql-color-orange {
  color: #f90; }

.ql-editor .ql-color-yellow {
  color: #ff0; }

.ql-editor .ql-color-green {
  color: #008a00; }

.ql-editor .ql-color-blue {
  color: #06c; }

.ql-editor .ql-color-purple {
  color: #93f; }

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif; }

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace; }

.ql-editor .ql-size-small {
  font-size: 0.75em; }

.ql-editor .ql-size-large {
  font-size: 1.5em; }

.ql-editor .ql-size-huge {
  font-size: 2.5em; }

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit; }

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

.ql-editor .ql-align-justify {
  text-align: justify; }

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

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px; }

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table; }

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px; }

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%; }

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none; }

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none; }

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c; }

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c; }

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c; }

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444; }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444; }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444; } }

.ql-snow {
  box-sizing: border-box; }

.ql-snow * {
  box-sizing: border-box; }

.ql-snow .ql-hidden {
  display: none; }

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden; }

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px); }

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none; }

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px); }

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle; }

.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table; }

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2; }

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2; }

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444; }

.ql-snow .ql-empty {
  fill: none; }

.ql-snow .ql-even {
  fill-rule: evenodd; }

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1; }

.ql-snow .ql-transparent {
  opacity: 0.4; }

.ql-snow .ql-direction svg:last-child {
  display: none; }

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline; }

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none; }

.ql-snow .ql-editor h1 {
  font-size: 2em; }

.ql-snow .ql-editor h2 {
  font-size: 1.5em; }

.ql-snow .ql-editor h3 {
  font-size: 1.17em; }

.ql-snow .ql-editor h4 {
  font-size: 1em; }

.ql-snow .ql-editor h5 {
  font-size: 0.83em; }

.ql-snow .ql-editor h6 {
  font-size: 0.67em; }

.ql-snow .ql-editor a {
  text-decoration: underline; }

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px; }

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px; }

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px; }

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px; }

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible; }

.ql-snow .ql-editor img {
  max-width: 100%; }

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle; }

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%; }

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px; }

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap; }

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc; }

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1; }

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px; }

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px; }

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px; }

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px; }

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px; }

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px; }

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px; }

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label); }

.ql-snow .ql-picker.ql-header {
  width: 98px; }

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6'; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em; }

.ql-snow .ql-picker.ql-font {
  width: 108px; }

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif'; }

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif'; }

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace'; }

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif; }

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace; }

.ql-snow .ql-picker.ql-size {
  width: 98px; }

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge'; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px; }

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff; }

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000; }

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px; }

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent; }

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px; }

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc; }

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc; }

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000; }

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px; }

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap; }

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px; }

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px; }

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px; }

.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px; }

.ql-snow .ql-tooltip a {
  line-height: 26px; }

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none; }

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block; }

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px; }

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:"; }

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:"; }

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:"; }

.ql-snow a {
  color: #06c; }

.ql-container.ql-snow {
  border: 1px solid #ccc; }

/*!
 * Quill Editor v1.0.0-beta.9
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative; }

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%; }

.ql-clipboard p {
  margin: 0;
  padding: 0; }

.ql-editor {
  box-sizing: border-box;
  cursor: text;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word; }

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8; }

.ql-editor ol,
.ql-editor ul {
  padding-left: 20px; }

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none; }

.ql-editor ul > li::before {
  content: '\25CF'; }

.ql-editor li::before {
  display: inline-block;
  margin-right: 4px;
  text-align: right;
  white-space: nowrap;
  width: 15px; }

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8;
  counter-increment: list-num; }

.ql-editor ol li:before {
  content: counter(list-num, decimal) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1; }

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8; }

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2; }

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". "; }

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8; }

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3; }

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". "; }

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8; }

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4; }

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8; }

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5; }

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". "; }

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8; }

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6; }

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". "; }

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8; }

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7; }

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8; }

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8; }

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". "; }

.ql-editor .ql-indent-1 {
  padding-left: 40px; }

.ql-editor .ql-indent-2 {
  padding-left: 80px; }

.ql-editor .ql-indent-3 {
  padding-left: 120px; }

.ql-editor .ql-indent-4 {
  padding-left: 160px; }

.ql-editor .ql-indent-5 {
  padding-left: 200px; }

.ql-editor .ql-indent-6 {
  padding-left: 240px; }

.ql-editor .ql-indent-7 {
  padding-left: 280px; }

.ql-editor .ql-indent-8 {
  padding-left: 320px; }

.ql-editor .ql-video {
  display: block;
  max-width: 100%; }

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto; }

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto; }

.ql-editor .ql-bg-black {
  background-color: #000; }

.ql-editor .ql-bg-red {
  background-color: #e60000; }

.ql-editor .ql-bg-orange {
  background-color: #f90; }

.ql-editor .ql-bg-yellow {
  background-color: #ff0; }

.ql-editor .ql-bg-green {
  background-color: #008a00; }

.ql-editor .ql-bg-blue {
  background-color: #06c; }

.ql-editor .ql-bg-purple {
  background-color: #93f; }

.ql-editor .ql-color-white {
  color: #fff; }

.ql-editor .ql-color-red {
  color: #e60000; }

.ql-editor .ql-color-orange {
  color: #f90; }

.ql-editor .ql-color-yellow {
  color: #ff0; }

.ql-editor .ql-color-green {
  color: #008a00; }

.ql-editor .ql-color-blue {
  color: #06c; }

.ql-editor .ql-color-purple {
  color: #93f; }

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif; }

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace; }

.ql-editor .ql-size-small {
  font-size: 10px; }

.ql-editor .ql-size-large {
  font-size: 18px; }

.ql-editor .ql-size-huge {
  font-size: 32px; }

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit; }

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

.ql-editor .ql-align-justify {
  text-align: justify; }

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

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute; }

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table; }

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  outline: none;
  padding: 3px 5px;
  width: 28px;
  box-shadow: none; }

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%; }

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none; }

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c; }

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c; }

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar button:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter {
  stroke: #06c; }

.ql-snow {
  box-sizing: border-box; }

.ql-snow * {
  box-sizing: border-box; }

.ql-snow .ql-hidden {
  display: none; }

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden; }

.ql-snow .ql-tooltip {
  position: absolute; }

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none; }

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle; }

.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table; }

.ql-snow .ql-toolbar.snow,
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2; }

.ql-snow .ql-stroke-mitter {
  fill: none;
  stroke: #444;
  stroke-mitterlimit: 10;
  stroke-width: 2; }

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444; }

.ql-snow .ql-empty {
  fill: none; }

.ql-snow .ql-even {
  fill-rule: evenodd; }

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1; }

.ql-snow .ql-transparent {
  opacity: 0.4; }

.ql-snow .ql-direction svg:last-child {
  display: none; }

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline; }

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none; }

.ql-snow .ql-editor h1 {
  font-size: 2em; }

.ql-snow .ql-editor h2 {
  font-size: 1.5em; }

.ql-snow .ql-editor h3 {
  font-size: 1.17em; }

.ql-snow .ql-editor h4 {
  font-size: 1em; }

.ql-snow .ql-editor h5 {
  font-size: 0.83em; }

.ql-snow .ql-editor h6 {
  font-size: 0.67em; }

.ql-snow .ql-editor a {
  text-decoration: underline; }

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px; }

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px; }

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px; }

.ql-snow .ql-editor code {
  font-size: 85%;
  padding-bottom: 2px;
  padding-top: 2px; }

.ql-snow .ql-editor code:before,
.ql-snow .ql-editor code:after {
  content: "\A0";
  letter-spacing: -2px; }

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible; }

.ql-snow .ql-editor img {
  max-width: 100%; }

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle; }

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%; }

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px; }

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap; }

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc; }

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1; }

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px; }

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px; }

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px; }

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px; }

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  padding: 2px 4px; }

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px; }

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px; }

.ql-snow .ql-color-picker .ql-picker-item.ql-primary-color {
  margin-bottom: toolbarPadding; }

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label); }

.ql-snow .ql-picker.ql-header {
  width: 98px; }

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6'; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em; }

.ql-snow .ql-picker.ql-font {
  width: 108px; }

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif'; }

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif'; }

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace'; }

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif; }

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace; }

.ql-snow .ql-picker.ql-size {
  width: 98px; }

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge'; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px; }

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff; }

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000; }

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px; }

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent; }

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px; }

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc; }

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc; }

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000; }

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px; }

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  margin-top: 10px;
  padding: 5px 12px;
  white-space: nowrap; }

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px; }

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px; }

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px; }

.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px; }

.ql-snow .ql-tooltip a {
  line-height: 26px; }

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none; }

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block; }

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px; }

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:"; }

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:"; }

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:"; }

.ql-snow a {
  color: #06c; }

.ql-container.ql-snow {
  border: 1px solid #ccc; }

.card-js input.card-number {
  padding-right: 48px; }

.card-js .card-number-wrapper .card-type-icon {
  height: 23px;
  width: 32px;
  position: absolute;
  display: block;
  right: 8px;
  top: 19px;
  background: url(https://cardjs.co.uk/img/cards.png) 0 23px no-repeat;
  pointer-events: none;
  opacity: 0;
  transition: opacity .15s linear; }

.card-js .card-number-wrapper .show {
  opacity: 1; }

.card-js .card-number-wrapper .card-type-icon.visa {
  background-position: 0 0; }

.card-js .card-number-wrapper .card-type-icon.master-card {
  background-position: -32px 0; }

.card-js .card-number-wrapper .card-type-icon.american-express {
  background-position: -64px 0; }

.card-js .card-number-wrapper .card-type-icon.discover {
  background-position: -96px 0; }

.card-js .card-number-wrapper .card-type-icon.diners {
  background-position: -128px 0; }

.card-js .card-number-wrapper .card-type-icon.jcb {
  background-position: -160px 0; }

.card-js .cvc-container {
  width: 50%;
  float: right; }

.card-js .cvc-wrapper {
  box-sizing: border-box;
  margin-left: 5px; }

.card-js .cvc-wrapper .cvc {
  display: block;
  width: 100%; }

.card-js .expiry-container {
  width: 50%;
  float: left; }

.card-js .expiry-wrapper {
  box-sizing: border-box;
  margin-right: 5px; }

.card-js .expiry-wrapper .expiry {
  display: block;
  width: 100%; }

.card-js .expiry-wrapper .expiry-month {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 30px; }

.card-js .expiry-wrapper .expiry-year {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0; }

.card-js .expiry-wrapper .expiry-month, .card-js .expiry-wrapper .expiry-year {
  display: inline-block; }

.card-js .expiry-wrapper .expiry {
  padding-left: 38px; }

.card-js .icon {
  position: absolute;
  display: block;
  width: 24px;
  height: 17px;
  left: 8px;
  top: 22px;
  pointer-events: none; }

.card-js .icon.right {
  right: 8px;
  left: auto; }

.card-js .icon.popup {
  cursor: pointer;
  pointer-events: auto; }

.card-js .icon .svg {
  fill: #888; }

.card-js .icon.popup .svg {
  fill: #aaa !important; }

.card-js .card-number-wrapper, .card-js .name-wrapper {
  margin-bottom: 15px;
  width: 100%; }

.card-js .card-number-wrapper, .card-js .cvc-wrapper, .card-js .expiry-wrapper, .card-js .name-wrapper {
  -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  position: relative; }

.card-js .card-number-wrapper, .card-js .cvc-container, .card-js .expiry-container, .card-js .name-wrapper {
  display: inline-block; }

.card-js::after {
  content: ' ';
  display: table;
  clear: both; }

.card-js input, .card-js select {
  color: #676767;
  font-size: 15px;
  font-weight: 300;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: none;
  background-color: #FDFDFD;
  box-sizing: border-box;
  padding: 0;
  transition: border-color .15s linear,box-shadow .15s linear; }

.card-js select {
  -moz-appearance: none;
  text-indent: .01px;
  text-overflow: ''; }

.card-js input[disabled], .card-js select[disabled] {
  background-color: #eee;
  color: #555; }

.card-js select option[hidden] {
  color: #ABA9A9; }

.card-js input:focus, .card-js select:focus {
  background-color: #fff;
  outline: 0;
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.card-js input[readonly=readonly]:not([disabled]), .card-js input[readonly]:not([disabled]) {
  background-color: #fff;
  cursor: pointer; }

.card-js .has-error input, .card-js .has-error input:focus {
  border-color: #F64B2F;
  box-shadow: none; }

.card-js input.card-number, .card-js input.cvc, .card-js input.name {
  padding-left: 38px;
  width: 100%; }

.card-js.stripe .icon .svg {
  fill: #559A28; }

.toast-title {
  font-weight: 700; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a, .toast-message label {
  color: #FFF; }

.toast-message a:hover {
  color: #CCC;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1; }

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em; }

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

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none; }

#toast-container * {
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }

#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important; }

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important; }

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 600px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51A351; }

.toast-error {
  background-color: #BD362F; }

.toast-info {
  background-color: #2F96B4; }

.toast-warning {
  background-color: #F89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px; } }

.env-privado [ai-menu="menu_areas"] {
  display: none; }

.env-privado [ng-controller="citas_captura"] .breadcrumb-unidades, .env-privado [ng-controller="citas_captura"] .breadcrumb-areas {
  display: none; }

body.android [ai-menu="paciente__paciente_busqueda--menu"] > menu > header, body.android [ai-menu="menu-notas-listado"] > menu > header, body.android [ai-menu="personal__actividad--menu"] > menu > header, body.android .agendas > [ai-menu] > menu > header {
  display: none; }

body.android [ai-menu="paciente__paciente_busqueda--menu"] > menu > .menu, body.android [ai-menu="menu-notas-listado"] > menu > .menu, body.android [ai-menu="personal__actividad--menu"] > menu > .menu, body.android .agendas > [ai-menu] > menu > .menu {
  height: 100%; }

body.android > .sidebar {
  display: none !important; }

body.iphone .ai-menu .menu .opciones {
  display: none !important; }

body.iphone .ai-menu .menu .opciones + .transclude {
  margin-top: 0 !important; }

body.iphone .ai-popin:not([ai-popin='agenda__cita_mobile_calendar--popin']) {
  height: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  top: 0;
  transform: none;
  padding: 0; }
  body.iphone .ai-popin:not([ai-popin='agenda__cita_mobile_calendar--popin']) .ai-menu > header, body.iphone .ai-popin:not([ai-popin='agenda__cita_mobile_calendar--popin']) .ai-menu > .close {
    display: none; }
  body.iphone .ai-popin:not([ai-popin='agenda__cita_mobile_calendar--popin']) .ai-menu > .contenido {
    height: 100%; }
  body.iphone .ai-popin:not([ai-popin='agenda__cita_mobile_calendar--popin']) .ai-schema {
    width: 90%; }
  body.iphone .ai-popin:not([ai-popin='agenda__cita_mobile_calendar--popin']) .ai-menu .menu {
    height: 100% !important; }

body.login {
  background-color: #286A94; }
  body.login > .container {
    background-color: #286A94;
    box-shadow: none; }

section.login {
  width: 100%;
  height: 100%; }
  section.login form {
    background-color: #286A94;
    position: absolute;
    width: 400px;
    height: 520px;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -300px;
    padding-top: 210px;
    /* Chrome, Safari, Opera */
    animation-delay: 2s;
    -webkit-animation: show-login 1s ease;
    -moz-animation: show-login 1s ease;
    border-radius: 3px; }
    section.login form#forgotPasswordForm {
      display: none; }
    section.login form > .icon {
      position: absolute;
      height: 110px;
      top: 73px;
      left: 30px; }
    section.login form > .logo {
      width: 250px;
      position: absolute;
      top: 0px;
      margin: 90px 70px 10px 70px; }
    section.login form .login > input {
      border: 2px solid #ecf0f1; }
      section.login form .login > input:focus {
        border: 2px solid #2980b9; }
    section.login form .login > input, section.login form .login > button[type="submit"], section.login form .login > button[type="button"] {
      background-color: #ecf0f1;
      width: 90%;
      margin: 10px 5% 0 5%;
      height: 70px;
      font-size: 20px;
      padding: 10px;
      border-radius: 3px; }
    section.login form .login > button[type="submit"], section.login form .login > button[type="button"] {
      -webkit-transition: none;
      -moz-transition: none;
      background-color: #348ac0;
      margin-top: 15px;
      font-size: 25px;
      color: white; }
    section.login form .login > .error {
      color: white;
      margin-left: 20px;
      border-radius: 3px;
      background-color: #D42C2C;
      width: 360px;
      display: inline-block;
      line-height: 35px;
      text-align: center;
      -webkit-transition: opacity 1s ease; }
      section.login form .login > .error.mostrar {
        opacity: 1; }
      section.login form .login > .error.ocultar {
        opacity: 0; }
    section.login form .login > .forgotPassword {
      color: white;
      margin-left: 20px;
      border-radius: 3px;
      background-color: #38475F;
      width: 360px;
      display: inline-block;
      line-height: 35px;
      text-align: center;
      -webkit-transition: opacity 1s ease; }
      section.login form .login > .forgotPassword.mostrar {
        opacity: 1; }
      section.login form .login > .forgotPassword.ocultar {
        opacity: 0; }
    section.login form .register {
      text-align: right;
      margin: 10px 20px; }
      section.login form .register a {
        color: #FFFFFF;
        cursor: pointer;
        font-size: 12px; }

section.login .ai-menu .menu {
  height: 100% !important; }

body > .header > header {
  height: 50px;
  z-index: 5;
  position: fixed;
  width: 100%; }
  body > .header > header img {
    height: 40px;
    width: 40px; }
  body > .header > header .content {
    transition: all 0.3s ease;
    position: relative;
    margin: 0 auto;
    width: 100%;
    background: #FFF;
    height: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden; }
    body > .header > header .content > .app .menu {
      float: left;
      width: 250px; }
    body > .header > header .content div.logo {
      width: 240px; }
      body > .header > header .content div.logo .icon {
        height: 36px;
        margin: 7px 0 7px 5px; }
      body > .header > header .content div.logo .letter {
        height: 20px;
        margin: 15px 0 15px 0; }
    body > .header > header .content .home {
      width: 220px;
      height: 56px;
      margin: 0 auto;
      cursor: pointer;
      background: url("../images/dar.png");
      background-repeat: no-repeat;
      background-position: center;
      position: relative; }
      body > .header > header .content .home i {
        opacity: 0; }
      body > .header > header .content .home:hover i {
        opacity: 1; }
    body > .header > header .content i {
      transition: all 0.3s ease;
      position: absolute;
      font-size: 28px;
      color: #999;
      top: 15px;
      margin: 0;
      padding: 0;
      left: 35px;
      cursor: pointer; }
    body > .header > header .content > .toggleNav {
      left: 15px;
      display: none; }
    body > .header > header .content .icons {
      position: absolute;
      top: 0;
      /*i {
        height: $header-heigth;
        width: $header-heigth;
        display: inline-block;
        padding: 12px 0 0 12px;
        font-size: 32px;
        color: $gray;
        cursor: pointer;
      }*/ }
      body > .header > header .content .icons .back {
        transition: opacity 0.3s ease, background 0.3s ease, color 0.2s ease;
        margin: 5px 10px;
        height: 45px;
        padding: 0 20px 0 10px;
        color: #333; }
        body > .header > header .content .icons .back:hover {
          background-color: #2980b9;
          color: white; }
          body > .header > header .content .icons .back:hover i {
            color: #ffffff; }
        body > .header > header .content .icons .back i {
          font-size: 18px;
          color: #bdc3c7; }
    body > .header > header .content .user {
      margin: 5px;
      float: right;
      padding: 0;
      cursor: pointer; }
      body > .header > header .content .user > * {
        float: right; }
      body > .header > header .content .user .desktop {
        width: 300px; }
        body > .header > header .content .user .desktop * {
          float: right; }
        body > .header > header .content .user .desktop i {
          color: #C0C0C0;
          font-size: 25px;
          font-weight: normal;
          height: 60px;
          display: block;
          width: 50px;
          text-align: center;
          padding: 15px 10px;
          margin-top: -5px; }
      body > .header > header .content .user > .nombre {
        padding-left: 10px; }
        body > .header > header .content .user > .nombre > h1 {
          font-weight: bold;
          color: #003D99;
          font-size: 18px; }
        body > .header > header .content .user > .nombre > h2 {
          color: #bdc3c7;
          text-align: right;
          margin-top: 6px; }
      body > .header > header .content .user > .showmenu {
        font-size: 20px;
        padding: 12px 15px;
        width: 45px;
        font-weight: bold;
        color: #003D99; }
    body > .header > header .content .desktop-menu {
      width: 100%;
      background: #F8F8FF;
      height: 166px;
      margin-top: 60px; }
  body > .header > header > .content.open {
    height: 230px;
    border-bottom: 1px solid #ecf0f1;
    box-shadow: 0 8px 12px -6px #F1F2F3; }
    body > .header > header > .content.open .home i {
      -webkit-transform: rotate(180deg);
      margin-top: 42px; }
  body > .header > header > .content > .user > ul.menu {
    right: 0;
    position: absolute;
    list-style: none;
    top: 60px;
    background: #FFF;
    box-shadow: -1px 1px 10px 1px #F1F2F3; }
    body > .header > header > .content > .user > ul.menu:after {
      content: '';
      position: absolute;
      background-color: white;
      right: 0px;
      top: -5px;
      height: 5px;
      width: 100%;
      z-index: 100; }
    body > .header > header > .content > .user > ul.menu li > a {
      display: block;
      width: 300px;
      text-decoration: none;
      padding: 25px 20px;
      border-bottom: 1px solid #F1F2F3;
      color: #333;
      font-size: 17px; }
    body > .header > header > .content > .user > ul.menu li:last-child > a {
      border-bottom: none; }

.desktop-menu {
  width: 100%;
  padding: 0; }
  .desktop-menu ul > li {
    width: 20%;
    float: left;
    cursor: pointer;
    padding: 20px 0; }
    .desktop-menu ul > li:hover {
      background-color: #ecf0f1; }
    .desktop-menu ul > li a {
      text-decoration: none; }
    .desktop-menu ul > li i {
      display: block;
      color: #318ce7;
      font-size: 80px;
      text-align: center; }
    .desktop-menu ul > li h1 {
      color: #000;
      text-align: center;
      font-size: 26px;
      padding: 12px 0; }

body.hideHeader > .header {
  display: none; }

body.hideHeader > .modules {
  display: none; }

body.hideModules > .modules {
  display: none; }

body.hideModules header > .content > .logo {
  display: block !important; }

body.hideHeader > .floats {
  display: none; }

body.hideBack > .header .content .back {
  opacity: 0; }

body.showBack > .header .content .back {
  opacity: 1; }

body.hideNav .toggleNav {
  color: #008080 !important; }

body.dev_mode > .header .content {
  background-color: #414141; }

body > .header > header .content .user img, body .floats .float ul > li > a > img, article.box div.contenido ul > li > a > img, menu > div.menu ul > li > .line > img, nav > .menu ul > li > .line > img, body .floats .float ul > li > a > i, article.box div.contenido ul > li > a > i, menu > div.menu ul > li > .line > i, nav > .menu ul > li > .line > i {
  height: 30px;
  width: 40px;
  margin: 3px 10px 0 0; }

.modal.autorizacion content {
  width: 550px !important; }

/*
.modal.confirm {
  position: fixed;
  display: block;
  background-color: red;
}*/
body.hideNav > .container > section {
  margin-left: 0;
  width: 100%; }

body.blur > .container > section,
body.blur > .modules .content,
body.blur .nav-header,
body.blur > .container > nav,
body.blur > .header > header,
body.blur > .floats > .float,
body.blur > .floats > .alerts,
body.blur > .container > aside,
body.blur > aside.chat {
  filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  -moz-filter: blur(3px);
  -webkit-filter: blur(3px); }

body.opacity > .container > section,
body.opacity > .container > nav,
body.opacity > .header > header,
body.opacity > .floats > .float,
body.opacity > .floats > .alerts,
body.opacity > .container > aside,
body.opacity > aside.chat {
  opacity: 0.2; }

.efecto-blur {
  filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  -moz-filter: blur(3px);
  -webkit-filter: blur(3px); }

.nprogress-busy body > .header > header .content .home i {
  display: none; }

.content {
  width: 100% !important; }
  .content > .app {
    width: 700px; }
    .content > .app > .mainMenu {
      position: relative;
      float: left;
      height: 50px;
      padding: 0 20px 0 15px;
      margin-right: 2px; }
      .content > .app > .mainMenu i {
        display: inline;
        left: 10px; }
      .content > .app > .mainMenu span {
        display: inline;
        margin-left: 30px;
        line-height: 50px; }
      .content > .app > .mainMenu.active {
        border-bottom: 2px solid #c0392b; }
  .content .user {
    padding: 0 60px 0 10px;
    float: right;
    min-width: 240px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 100%; }
    .content .user .name {
      color: #2C3E50;
      float: right;
      height: 50px;
      line-height: 50px;
      font-size: 14px;
      text-align: center;
      overflow: hidden; }
    .content .user img {
      float: right;
      cursor: pointer;
      margin: 5px 10px 5px 5px;
      height: 40px;
      width: 40px;
      border-radius: 2px; }
    .content .user .profile_picture {
      float: right;
      margin-left: 10px; }
      .content .user .profile_picture img {
        border-radius: 50%; }
    .content .user .status {
      height: 12px;
      width: 12px;
      border-radius: 50%;
      position: absolute;
      right: 68px;
      bottom: 3px;
      border: 2px solid white; }
      .content .user .status.online {
        background: #27ae60; }

.stop {
  display: block;
  position: absolute;
  width: 180px;
  background: #993333;
  color: white;
  height: 35px;
  top: 5px;
  left: 50%;
  text-align: center;
  line-height: 35px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0 2px 24px -10px #999;
  display: none; }

body .floats .alerts > i .count,
body .floats .alerts > a i .count, body .floats .float ul > li > a .count {
  font-size: 12px;
  background: #c0392b;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding-top: 1px;
  z-index: 10000;
  position: absolute;
  top: 10px;
  left: 25px; }

.open_chat {
  background: #34495e;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer; }
  .open_chat i {
    font-size: 22px;
    color: white;
    padding: 12px 15px;
    display: block; }

.waitMessage {
  background-color: rgba(255, 249, 196, 0.8);
  max-width: 700px;
  position: fixed;
  padding: 10px 18px;
  line-height: 16px;
  left: calc(50% - 200px);
  color: #333;
  font-size: 14px;
  min-height: 40px;
  box-shadow: 0 2px 2px #DFDAB4;
  width: 400px;
  text-align: center;
  border-radius: 0 0 2px 2px;
  top: -1000px;
  z-index: 100;
  transition-property: top;
  transition-duration: 0.5s; }
  .waitMessage.visible {
    top: -2px; }
  .waitMessage a {
    color: gray;
    cursor: pointer; }
  .waitMessage i {
    color: gray;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 11px;
    cursor: pointer; }

body .floats {
  margin: 0 auto;
  z-index: 9;
  position: relative; }
  body .floats .alert {
    position: fixed;
    z-index: 127;
    right: 60px;
    top: 2px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 10px;
    color: white;
    background: #c0392b; }
  body .floats .ai-menu {
    float: left; }
  body .floats .alerts {
    position: absolute;
    right: 0; }
    body .floats .alerts .user {
      padding: 0 60px 0 10px;
      float: right;
      min-width: 240px;
      height: 50px;
      cursor: pointer; }
      body .floats .alerts .user .name {
        color: #2C3E50;
        float: right;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        text-align: center;
        overflow: hidden; }
      body .floats .alerts .user .profile_picture {
        float: right;
        margin-left: 10px; }
        body .floats .alerts .user .profile_picture img {
          border-radius: 50%; }
      body .floats .alerts .user .status {
        height: 12px;
        width: 12px;
        border-radius: 50%;
        position: absolute;
        right: 68px;
        bottom: 3px;
        border: 2px solid white; }
        body .floats .alerts .user .status.online {
          background: #27ae60; }
    body .floats .alerts > a {
      text-decoration: none; }
    body .floats .alerts > i,
    body .floats .alerts > a i {
      float: right;
      color: #7f8c8d;
      font-size: 20px;
      font-weight: normal;
      height: 50px;
      display: none;
      width: 50px;
      text-align: center;
      padding: 12px 10px;
      cursor: pointer;
      position: relative; }
    body .floats .alerts > div.area_content {
      display: none;
      float: right;
      height: 50px;
      padding: 10px 0;
      margin: 3px 0;
      color: #bdc3c7; }
      body .floats .alerts > div.area_content > div {
        text-align: right; }
      body .floats .alerts > div.area_content div.area {
        color: #2C3E50; }
    body .floats .alerts img {
      float: right;
      cursor: pointer;
      margin: 5px 10px 5px 5px;
      height: 40px;
      width: 40px;
      border-radius: 2px; }
  body .floats .float {
    width: 360px;
    background: #FFF;
    position: absolute;
    max-height: 480px;
    top: 52px;
    right: 0;
    overflow: auto; }
    body .floats .float .indicator {
      background-color: #f7f8f9;
      content: '';
      position: fixed;
      -webkit-transform: rotate(45deg);
      height: 16px;
      width: 16px;
      margin-left: 212px;
      margin-top: -9px;
      border: 1px solid #bdc3c7;
      border-right: 0;
      border-bottom: 0; }
    body .floats .float > header {
      color: #2c3e50;
      text-align: center;
      height: 50px;
      font-size: 20px;
      font-weight: bold;
      padding: 5px;
      border-bottom: 1px solid #ecf0f1;
      background-color: white;
      margin-top: -10px;
      padding-top: 15px; }
    body .floats .float ul > li > a {
      border-left: 0 !important; }
      body .floats .float ul > li > a:hover {
        background-color: #F7F8F9; }
      body .floats .float ul > li > a span {
        color: #2980b9 !important; }
      body .floats .float ul > li > a img {
        transition-property: all;
        transition-duration: 0.3s; }
      body .floats .float ul > li > a .count {
        top: auto;
        left: 50px;
        margin-top: -4px;
        padding-top: 3px; }
    body .floats .float footer {
      background-color: #ecf0f1;
      height: 60px; }
    body .floats .float .no i {
      display: block;
      text-align: center;
      color: #F1F2F3;
      font-size: 120px;
      padding: 10px;
      display: block;
      -webkit-transform: rotate(32deg);
      width: 167px; }
    body .floats .float .no p {
      display: block;
      height: 40px;
      text-align: center;
      color: #008080;
      font-size: 18px; }
  body .floats .float.modules .indicator {
    margin-left: 162px; }
  body .floats .float.areas .indicator {
    margin-left: 112px; }
  body .floats .float.user .indicator {
    margin-left: 320px; }
  body .floats .float.chat {
    min-height: 501px;
    max-height: 501px;
    height: 100%; }
    body .floats .float.chat .indicator {
      margin-left: 262px; }
    body .floats .float.chat ul > li.offline > a img {
      -moz-filter: grayscale(90%);
      filter: grayscale(90%); }
    body .floats .float.chat.open {
      background-color: #f8f9ff;
      overflow: hidden; }
      body .floats .float.chat.open ul.user-list {
        z-index: 5;
        position: absolute;
        background-color: transparent;
        top: 0; }
        body .floats .float.chat.open ul.user-list > li {
          background-color: #f8f9ff;
          background-color: #F8F9FF;
          width: 70px;
          height: 70px;
          overflow: hidden;
          padding-top: 1px; }
          body .floats .float.chat.open ul.user-list > li.home {
            height: 50px;
            background-color: #ffffff;
            width: 71px; }
            body .floats .float.chat.open ul.user-list > li.home i {
              margin-top: -5px; }
          body .floats .float.chat.open ul.user-list > li.active {
            width: 71px;
            border-top: 1px solid #ecf0f1;
            border-bottom: 1px solid #ecf0f1;
            height: 70px;
            background-color: #ffffff !important;
            padding-top: 0px; }
            body .floats .float.chat.open ul.user-list > li.active a:hover {
              background-color: #ffffff !important; }
            body .floats .float.chat.open ul.user-list > li.active img {
              /*width: 56px;
              height: 56px;
              margin-top: -3px;
              margin-left: -3px;*/ }
    body .floats .float.chat div.conversation {
      height: 499px;
      background: #FFF;
      position: absolute;
      width: 290px;
      right: 0;
      top: 0;
      border-left: 1px solid #ecf0f1; }
      body .floats .float.chat div.conversation header {
        color: #008080;
        height: 50px;
        font-size: 16px;
        font-weight: bold;
        padding: 15px 0 0 5px; }
        body .floats .float.chat div.conversation header span {
          display: block;
          font-size: 11px;
          padding: 3px 0;
          color: #c0392b; }
      body .floats .float.chat div.conversation div.view_chat {
        position: relative;
        height: calc(100% - 80px);
        width: 100%;
        padding: 10px 0; }
        body .floats .float.chat div.conversation div.view_chat ul {
          position: absolute;
          width: 100%;
          overflow: scroll;
          bottom: 0;
          max-height: 100%; }
          body .floats .float.chat div.conversation div.view_chat ul > li {
            position: relative;
            width: calc(100% - 30px) !important;
            height: auto;
            background-color: white;
            text-align: left;
            display: block;
            font-size: 14px;
            padding: 5px 10px;
            min-height: 40px;
            border: 1px solid #f8f9ff;
            color: #2c3e50;
            margin: 3px 20px 3px 15px;
            border-radius: 3px; }
            body .floats .float.chat div.conversation div.view_chat ul > li time {
              font-size: 8px;
              display: block;
              padding-top: 10px; }
            body .floats .float.chat div.conversation div.view_chat ul > li.me {
              text-align: right;
              background-color: #f0fff0; }
          body .floats .float.chat div.conversation div.view_chat ul > li:before {
            position: absolute;
            color: #f8f9ff;
            top: 0px;
            left: -19px;
            content: "\u25C0";
            font-size: 22px; }
          body .floats .float.chat div.conversation div.view_chat ul > li.me:before {
            right: -19px;
            content: "\u25B6";
            color: #f0fff0; }
      body .floats .float.chat div.conversation .message {
        bottom: 0;
        position: absolute;
        width: 100%;
        height: 45px;
        background: #fff;
        font-size: 14px;
        padding: 10px; }
  body .floats .solicitar {
    position: absolute;
    margin-top: -60px;
    margin-left: 395px;
    width: 120px;
    height: 48px;
    background: #27ae60;
    border-radius: 0 2px 2px 0;
    border-left: 1px solid #bdc3c7; }

.blockScreen {
  position: fixed;
  left: 0%;
  top: 0%;
  background: rgba(40, 106, 148, 0.5);
  width: 100%;
  height: 100%;
  z-index: 90; }
  .blockScreen .msg {
    background: rgba(157, 27, 48, 0.89);
    max-width: 360px;
    margin: 15px auto;
    text-align: center;
    color: white;
    padding: 8px;
    border-radius: 4px;
    font-size: 14px; }

.aimodal {
  position: fixed;
  left: 0%;
  top: 0%;
  background: rgba(40, 106, 148, 0.5);
  width: 100%;
  height: 100%;
  z-index: 9000; }
  .aimodal > content {
    background-color: white;
    box-shadow: 0 8px 15px -10px #333;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    min-width: 40%;
    min-width: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    overflow: visible;
    border-radius: 3px; }
    @media only screen and (max-width: 820px) {
      .aimodal > content {
        max-width: 90%;
        min-width: 90%; } }
    .aimodal > content header {
      width: 100%;
      padding: 20px 10px;
      background-color: #E7F2FE;
      font-size: 18px;
      color: #2C3E50;
      height: 60px;
      text-align: center;
      cursor: pointer;
      border-radius: 3px 3px 0 0;
      margin-bottom: 3px;
      /*&:after {
        padding: $separation *2;
        font-size: 22px;
        font-family: 'FontAwesome';
        content: "\f00d";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        border-left: solid 1px ;
        border-color: $primary * 1.1;
        background-color: rgba(255,255,255,.1);
      }*/ }
      @media only screen and (max-width: 820px) {
        .aimodal > content header {
          height: 40px;
          font-size: 15px;
          padding: 0;
          line-height: 40px; } }
    .aimodal > content section p {
      padding: 10px 8px;
      height: auto;
      /* background-color: #ECF2F6; */
      width: 100%;
      font-size: 15px;
      border-left: 2px solid #2980b9;
      margin: 10px 15px 5px; }
    .aimodal > content section textarea {
      width: 100%;
      height: 200px;
      padding: 10px;
      margin: 0; }
    .aimodal > content section > .transclude {
      overflow: auto;
      max-height: 440px; }
    .aimodal > content textarea {
      border: solid 1px #ccc;
      width: calc(100% - 40px);
      height: 80px;
      margin: 0 20px 20px 20px;
      padding: 10px; }
    .aimodal > content .input-password {
      border: solid 1px #ccc;
      width: calc(100% - 40px);
      height: 40px;
      margin: 0 20px 20px 20px;
      padding: 10px; }
    .aimodal > content footer {
      padding: 10px 20px 10px 10px;
      text-align: right;
      bottom: 0;
      width: 100%; }
      .aimodal > content footer .actions > .button-container {
        display: none; }
        .aimodal > content footer .actions > .button-container.visible {
          display: inline-block; }
        .aimodal > content footer .actions > .button-container > button {
          padding: 10px 30px;
          right: 10px;
          margin: 10px 0 10px 5px;
          position: block;
          font-size: 14px; }
          @media only screen and (max-width: 820px) {
            .aimodal > content footer .actions > .button-container > button {
              margin: 5px 0 0px 5px;
              font-size: 12px;
              padding: 5px 10px; } }
  .aimodal.confirm {
    display: none; }
    .aimodal.confirm content section {
      text-align: center;
      padding: 20px 10px; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, button, input, .select2-container {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Melvetica", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%; }

html {
  -webkit-tap-highlight-color: transparent;
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

.bg-white {
  background-color: #ffffff !important; }

.bg-whitered {
  background-color: #ffffff !important; }

button.bg-whitered {
  color: #c0392b !important; }

.bg-primary {
  background-color: #008080 !important; }

.bg-default {
  background-color: #2C3E50 !important; }

.bg-clear {
  background-color: #ecf0f1 !important; }

button.bg-clear {
  color: #2C3E50 !important; }

.bg-secondary {
  background-color: #2980b9 !important; }

.bg-negative {
  background-color: #2c3e50 !important; }

.bg-inverse {
  background-color: #2c3e50 !important; }

.bg-black {
  background-color: #333 !important; }

.bg-danger {
  background-color: #993333 !important; }

.bg-success {
  background-color: #27ae60 !important; }

.bg-help {
  background-color: #f39c12 !important; }

.bg-active {
  background-color: #c0392b !important; }

.bg-orange {
  background-color: #FF6600 !important; }

.bg-more {
  background-color: #CDDBE3 !important;
  box-shadow: none !important; }

.bg-choice {
  background-color: #ffffff !important;
  border-bottom: 2px solid #ecf0f1 !important;
  color: #2980b9 !important;
  border-radius: 0 !important;
  font-weight: bold;
  padding: 20px 10px 10px 10px !important; }

/*Filters*/
.bg-date {
  background-color: #aa77dd !important; }

.bg-user {
  background-color: #3498db !important; }

.bg-type {
  background-color: #1abc9c !important; }

.bg-status {
  background-color: #e74c3c !important; }

.bg-neutro {
  background-color: #95a5a6 !important; }

.bc-date {
  border-color: #aa77dd !important; }

.bc-user {
  border-color: #3498db !important; }

.bc-type {
  border-color: #1abc9c !important; }

.bc-status {
  border-color: #e74c3c !important; }

.bc-neutro {
  border-color: #95a5a6 !important; }

.color-date {
  color: #aa77dd !important; }

.color-user {
  color: #3498db !important; }

.color-type {
  color: #1abc9c !important; }

.color-status {
  color: #e74c3c !important; }

.color-neutro {
  color: #95a5a6 !important; }

.bc-white {
  border-color: #ffffff !important; }

.bc-primary {
  border-color: #008080 !important; }

.bc-default {
  border-color: #2C3E50 !important; }

.bc-clear {
  border-color: #ecf0f1 !important; }

button.bc-clear {
  color: #2C3E50 !important; }

.bc-secondary {
  border-color: #2980b9 !important; }

.bc-negative {
  border-color: #2c3e50 !important; }

.bc-inverse {
  border-color: #2c3e50 !important; }

.bc-black {
  border-color: #333 !important; }

.bc-danger {
  border-color: #993333 !important; }

.bc-success {
  border-color: #27ae60 !important; }

.bc-help {
  border-color: #f39c12 !important; }

.bc-active {
  border-color: #c0392b !important; }

.bc-orange {
  border-color: #FF6600 !important; }

.bc-more {
  border-color: #CDDBE3 !important; }

button.bg-danger, button.bg-default, button.bg-primary, button.bg-secondary, button.bg-active, button.bg-success, button.bg-help, button.bg-more, button.bg-orange, button.bg-user, button.bg-status, button.bg-inverse, button.bg-date, button.bg-type {
  color: #ffffff; }

button > i.no_str {
  color: #ffffff;
  margin: 0px !important; }

.color-white {
  color: #ffffff !important; }

.color-primary {
  color: #008080 !important; }

.color-default {
  color: #2C3E50 !important; }

.color-clear {
  color: #ecf0f1 !important; }

button.color-clear {
  color: #2C3E50 !important; }

.color-secondary {
  color: #2980b9 !important; }

.color-negative {
  color: #2c3e50 !important; }

.color-inverse {
  color: #2c3e50 !important; }

.color-black {
  color: #333 !important; }

.color-danger {
  color: #993333 !important; }

.color-success {
  color: #27ae60 !important; }

.color-help {
  color: #f39c12 !important; }

.color-active {
  color: #c0392b !important; }

.color-orange {
  color: #FF6600 !important; }

.color-blueSky {
  color: #73c2fb !important; }

.color-pinkLight {
  color: #FF5CD6 !important; }

.color-pinkCoral {
  color: #f88379 !important; }

.color-pinkMagenta {
  color: #ff0090 !important; }

.color-purple {
  color: #9966FF !important; }

body {
  background: #ffffff;
  color: #333;
  overflow-x: auto; }

#wrapper {
  padding: 10px 20px;
  min-width: 760px;
  margin: 0 auto;
  position: relative; }

button, a, i {
  transition: color 0.4s ease-out, background 0.4s ease-out, background-image 0.4s ease-out, box-shadow 0.4s ease-out; }

button {
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(120, 120, 120, 0.14), 0 3px 1px -2px rgba(120, 120, 120, 0.2), 0 1px 5px 0 rgba(120, 120, 120, 0.12);
  cursor: pointer;
  color: #333;
  font-size: 12px;
  padding: 10px 0;
  height: 46px; }
  button.video {
    padding-right: 55px !important; }
    button.video .video-help {
      background: rgba(243, 156, 18, 0.9);
      height: 40px;
      position: absolute;
      top: 5px;
      width: 40px;
      line-height: 40px;
      right: -5px;
      border-radius: 0 2px 2px 0; }

[ai-popin="sidebar__video--popin"] {
  height: 425px; }

button[disabled] {
  background: #ecf0f1 !important;
  color: #999 !important;
  cursor: no-drop; }

html, body {
  background-color: #ffffff;
  height: 100%; }

body.sss, .items_container {
  zoom: 1; }

body > .container {
  /*height: 500px;
  @include calc(height, "100% - 100px");*/
  overflow: hidden;
  position: relative;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  margin: 0 auto; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c5c8c9; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c5c8c9; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c5c8c9; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c5c8c9; }

body > div.oldDar {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }

#mocha-stats {
  top: 120px !important;
  right: 25px !important; }

@keyframes pulse {
  0% {
    r: 4; }
  50% {
    r: 16; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes pulse2 {
  0% { }
  50% {
    r: 4; }
  100% {
    r: 16; } }

.pulse, .pulse * {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.pulse circle {
  fill: #80ffff;
  transform-origin: center; }

.pulse .pulse-circle,
.pulse .pulse-circle-2 {
  stroke: #80ffff;
  stroke-width: 2px;
  fill: none;
  transform: translate3d(0, 0, 0); }

.pulse .pulse-circle {
  animation: pulse 1s cubic-bezier(0.39, 0.54, 0.41, 1.5) infinite; }

.pulse .pulse-circle-2 {
  animation: pulse2 1s cubic-bezier(0.39, 0.54, 0.41, 1.5) infinite; }

#emergency {
  z-index: 9;
  width: 100%;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #eb2f06;
  color: white;
  font-size: 80px;
  text-align: center;
  vertical-align: middle;
  line-height: 600px; }

.mic-container {
  height: 100vh;
  width: 100vw;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: rgba(40, 106, 148, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  .mic-container .circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    z-index: 1;
    transition: .5s;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
    .mic-container .circle i {
      color: #b2b1b1;
      font-size: 23px;
      transition: .9s; }
    .mic-container .circle:before {
      content: '';
      width: 80px;
      height: 80px;
      border-radius: 50%;
      opacity: .2;
      z-index: -1;
      position: absolute; }
  .mic-container .circle.active {
    background: #ff0000; }
    .mic-container .circle.active:before {
      background: gray;
      animation: bounce .8s ease-in-out infinite .5s; }
    .mic-container .circle.active i {
      color: #ffffff; }

@keyframes bounce {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(1.4); }
  75% {
    transform: scale(1); }
  100% {
    transform: scale(1.3); } }

.google-visualization-orgchart-table {
  min-width: 50%;
  margin: 20px auto 40px;
  border-collapse: separate;
  padding: 0 32px; }

#organigramaCaso {
  overflow: scroll; }

.nav-header {
  width: 100%;
  position: fixed;
  top: 50px;
  padding-left: 0px;
  height: 60px;
  z-index: 6;
  background: #f8f9ff; }
  .nav-header button {
    height: 40px;
    width: 200px;
    box-sizing: border-box;
    margin: 10px 15px;
    font-size: 14px;
    background: #c0392b;
    color: white; }
    .nav-header button > i {
      display: none; }
  .nav-header > i {
    display: none;
    height: 40px;
    width: 40px;
    margin: 10px 5px;
    background: #c0392b;
    color: white;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 10px 12px; }

body.hideNav nav .transclude > *:not([ai-menu]) {
  display: none; }

body.hideNav .nav-header {
  cursor: pointer; }
  body.hideNav .nav-header header {
    display: none; }
  body.hideNav .nav-header:after {
    content: "\f101"; }
  body.hideNav .nav-header > button {
    width: 40px;
    margin: 10px 5px; }
    body.hideNav .nav-header > button > span {
      display: none; }
    body.hideNav .nav-header > button > i {
      display: block; }

body.hideNav .modules .content .open_nav i {
  transform: rotate(180deg); }

body.hideNav > .container > nav {
  margin-left: 0px;
  overflow: visible; }
  body.hideNav > .container > nav > * {
    display: none; }
  body.hideNav > .container > nav > menu {
    display: block; }

body.showTopMenu > .container > nav, body.showTopMenu > .container > aside, body.showTopMenu > .container > section {
  opacity: 0.3; }

.container > aside {
  position: absolute;
  width: 240px;
  height: 100%;
  top: 0;
  right: 0;
  padding-top: 60px;
  border-left: 1px solid #ecf0f1;
  z-index: 6;
  box-shadow: 3px 0 10px #f8f9fa;
  background-color: #ffffff;
  transition-property: all;
  transition-duration: 0.3s;
  overflow-y: auto;
  overflow-x: hidden; }
  .container > aside article.box {
    width: 95%; }
    .container > aside article.box header h1, .container > aside article.box header h2 {
      margin-left: 0px;
      width: 100%; }
    .container > aside article.box header h2.validateWarning {
      color: #F82; }
    .container > aside article.box header h2.validateError {
      color: #c00; }

body.hideAside > .container > aside {
  right: -260px;
  box-shadow: 3px 0 10px #a1a2a3; }

body.hideHeader > .container > aside {
  padding-top: 0; }

body.env-test {
  width: calc(100% - 350px); }

body > .header,
body > .modules {
  display: none !important; }

body > .container > section {
  overflow: visible;
  padding: 0px;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  z-index: 7;
  width: 100%;
  position: relative;
  display: none; }
  body > .container > section.global {
    position: absolute;
    height: auto;
    min-height: 0;
    z-index: 8;
    width: 100%;
    overflow-x: hidden;
    margin: 0; }
    body > .container > section.global.open {
      height: 100%; }
  body > .container > section.active {
    display: block; }
  body > .container > section.global {
    display: block; }
  body > .container > section [ng-include] {
    height: 100%;
    position: relative;
    overflow: hidden; }
  body > .container > section [ng-controller] {
    height: 100%; }
  body > .container > section > header {
    color: #2C3E50;
    font-size: 24px;
    padding: 10px;
    height: 50px;
    text-align: center; }
    body > .container > section > header button {
      padding: 10px 30px;
      margin-right: 10px;
      float: right; }
  body > .container > section.full {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0 !important; }
  body > .container > section .desktop-menu ul > li {
    width: 33%; }

body.hideNav > .container > section {
  margin-left: 50px;
  width: calc(100% - 50px); }

body.showAside.showNav > .container > section {
  width: -o-calc(100% - 480px);
  width: calc(100% - 480px); }

body.showAside.hideNav > .container > section {
  width: -o-calc(100% - 300px);
  width: calc(100% - 300px); }

body.noLogin {
  min-width: 800px;
  width: 70%;
  margin: 0 auto;
  padding: 60px 10px 20px 10px; }
  body.noLogin > .header > header {
    top: 0;
    left: 0; }
  body.noLogin .floats {
    display: none; }

body.noNav > .container > section {
  margin: 0;
  padding: 0;
  width: 100%; }

body.hideHeader > .container > section {
  padding-top: 10px; }

nav button,
aside button {
  width: 200px;
  font-size: 16px;
  margin: 10px 20px;
  height: 40px;
  background-color: #c0392b;
  color: #ffffff; }

nav button.disable,
aside button.disable {
  background-color: #ecf0f1;
  color: #333; }

.nprogress-busy * {
  cursor: wait !important; }

.nprogress-busy header > .content {
  border-top: solid 3px #bdc3c7 !important; }

.overall {
  z-index: 100; }

body {
  min-width: 1000px; }
  @media only screen and (max-width: 820px) {
    body {
      min-width: 10px !important; }
      body .version {
        display: block;
        text-align: center; } }
  body .loading {
    display: none; }
  body .sidebar-test {
    display: none !important;
    background: #c0392b;
    height: 24px;
    border-radius: 12px;
    text-align: center;
    font-size: 9px;
    line-height: 24px;
    position: absolute;
    width: 48px;
    top: 16px;
    right: -12px;
    color: white; }

body > .container > section {
  transition: all 0.2s linear;
  margin: 0 0 0 220px;
  width: calc(100% - 220px - 0px); }
  @media only screen and (max-width: 820px) {
    body > .container > section {
      width: calc(100% - 60px);
      opacity: 0.2; } }

body > .sidebar {
  background: #286A94;
  display: none;
  position: fixed;
  width: 220px;
  height: 100%;
  transition: width 0.2s linear;
  overflow: visible;
  z-index: 8; }
  @media only screen and (max-width: 1000px) {
    body > .sidebar {
      background: #286A94 !important; } }
  body > .sidebar .version {
    position: fixed;
    color: rgba(255, 255, 255, 0.9);
    font-size: 8px;
    top: 47px;
    left: 0;
    text-align: center;
    width: 220px; }
  body > .sidebar:hover, body > .sidebar.front {
    z-index: 8; }
  body > .sidebar > .logo {
    transition: background 0.2s linear;
    background-color: rgba(0, 0, 0, 0.1);
    height: 60px;
    cursor: pointer;
    text-align: center; }
    body > .sidebar > .logo > img {
      height: 24px;
      margin: 18px;
      opacity: 1;
      transition: margin 0.2s linear, opacity 0.2s linear; }
  body > .sidebar .toggleNav.hide {
    display: none;
    cursor: pointer; }
  body > .sidebar .toggleNav.open {
    display: block;
    cursor: pointer; }
  body > .sidebar > .toggleNav {
    color: white;
    height: 60px;
    cursor: pointer;
    width: 40px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px 0 0 20px / 30px 0 0 30px; }
    body > .sidebar > .toggleNav i {
      font-size: 26px;
      width: 50px;
      height: 60px;
      display: block;
      text-align: center;
      line-height: 60px;
      transition: width 0.2s linear;
      left: 0;
      cursor: pointer; }
    body > .sidebar > .toggleNav object {
      height: 30px;
      margin: 15px 20px;
      left: -60px; }
    body > .sidebar > .toggleNav i,
    body > .sidebar > .toggleNav object {
      transition: left 0.2s linear;
      position: absolute; }
  body > .sidebar .sections {
    height: 52px;
    margin: 0 4px;
    width: 220px;
    display: none; }
    body > .sidebar .sections .section, body > .sidebar .sections .section-disabled {
      float: left;
      text-align: center;
      color: white;
      width: 44px;
      height: 40px;
      background: rgba(0, 0, 0, 0.15);
      margin: 6px 4px;
      line-height: 40px;
      border-radius: 3px;
      font-size: 16px;
      cursor: pointer; }
      body > .sidebar .sections .section.active, body > .sidebar .sections .section-disabled.active {
        background: #14354a;
        color: #22f4cb; }
    body > .sidebar .sections .section-disabled {
      color: #AAAAAA;
      cursor: default !important; }
  body > .sidebar .user {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 220px;
    background-color: rgba(0, 0, 0, 0.1);
    transition: height 0.2s linear, padding 0.2s linear, width 0.2s linear; }
    body > .sidebar .user .profile {
      height: 32px;
      width: 32px;
      background-size: cover;
      border-radius: 50%;
      margin: 0 auto;
      cursor: pointer;
      transition: all 0.2s linear;
      position: absolute;
      left: 12px;
      top: 12px;
      z-index: 2; }
    body > .sidebar .user .name {
      font-size: 11px;
      color: white;
      height: 30px;
      line-height: 30px;
      width: 100%;
      text-align: left;
      padding: 7px 45px 0 56px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: 500; }
      body > .sidebar .user .name#area {
        color: rgba(255, 255, 255, 0.8);
        padding-top: 0;
        position: fixed;
        margin-top: -7px;
        width: 220px; }
    body > .sidebar .user .alert {
      background-color: #044974;
      transition: top 0.2s linear, left 0.2s linear;
      color: white;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      line-height: 19px;
      text-align: center;
      text-align: center;
      font-weight: bold;
      font-size: 8px;
      position: absolute;
      cursor: pointer;
      top: 20px;
      left: 20px;
      opacity: 0.9; }
      body > .sidebar .user .alert.active {
        background: #c0392b; }
  body > .sidebar .cambiar_unidad,
  body > .sidebar .quick {
    height: 35px; }
    body > .sidebar .cambiar_unidad .quick__btn,
    body > .sidebar .cambiar_unidad .cambiar_unidad__btn,
    body > .sidebar .quick .quick__btn,
    body > .sidebar .quick .cambiar_unidad__btn {
      color: #ffffff;
      width: calc(100% - 20px);
      height: 35px;
      line-height: 35px;
      padding: 0;
      background: #c0392b;
      margin: 0 10px;
      cursor: pointer;
      box-shadow: none; }
      body > .sidebar .cambiar_unidad .quick__btn .icon,
      body > .sidebar .cambiar_unidad .cambiar_unidad__btn .icon,
      body > .sidebar .quick .quick__btn .icon,
      body > .sidebar .quick .cambiar_unidad__btn .icon {
        margin: 0 !important; }
      body > .sidebar .cambiar_unidad .quick__btn > span,
      body > .sidebar .cambiar_unidad .cambiar_unidad__btn > span,
      body > .sidebar .quick .quick__btn > span,
      body > .sidebar .quick .cambiar_unidad__btn > span {
        margin-left: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    body > .sidebar .cambiar_unidad .cambiar_unidad__btn,
    body > .sidebar .quick .cambiar_unidad__btn {
      background: #2C3E50; }
  body > .sidebar .areas {
    color: white;
    font-size: 12px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.1);
    line-height: 50px;
    padding: 0 30px 0 15px;
    margin: 10px 0 0 0;
    font-weight: bold;
    position: relative; }
    body > .sidebar .areas.otras {
      cursor: pointer; }
      body > .sidebar .areas.otras i.arrow {
        display: block; }
    body > .sidebar .areas i.area {
      color: white;
      position: absolute;
      font-size: 16px;
      left: 15px;
      top: 17px; }
    body > .sidebar .areas i.arrow {
      display: none;
      color: white;
      position: absolute;
      font-size: 16px;
      right: 35px;
      top: 12px; }
    body > .sidebar .areas i.unidad {
      cursor: pointer;
      display: block;
      color: white;
      position: absolute;
      font-size: 16px;
      right: 15px;
      top: 15px; }
    body > .sidebar .areas span {
      font-size: 12px;
      display: block;
      margin-left: 30px;
      line-height: 50px;
      text-overflow: ellipsis;
      height: 50px;
      overflow: hidden;
      white-space: nowrap; }
  body > .sidebar .menuAreas {
    color: white;
    font-size: 12px;
    height: 40px;
    padding: 0 30px 0 15px;
    background-color: rgba(0, 0, 0, 0.1);
    line-height: 40px;
    margin: 0 0 0 0;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    height: 0px;
    overflow: hidden;
    transition: height 0.3s linear; }
    body > .sidebar .menuAreas ul > li {
      transition: margin-left 0.3s linear; }
      body > .sidebar .menuAreas ul > li:hover {
        margin-left: 10px; }
      body > .sidebar .menuAreas ul > li i {
        color: white;
        position: absolute;
        font-size: 16px;
        left: 15px;
        top: 12px; }
      body > .sidebar .menuAreas ul > li span {
        font-size: 12px;
        display: block;
        margin-left: 30px;
        line-height: 40px;
        text-overflow: ellipsis;
        height: 40px;
        overflow: hidden;
        white-space: nowrap; }
  body > .sidebar > .menuSection {
    display: none; }
    body > .sidebar > .menuSection.active {
      display: block; }
  body > .sidebar > .menuSection#chat .avatar {
    width: 28px;
    position: absolute;
    top: 9px;
    left: 16px; }
    body > .sidebar > .menuSection#chat .avatar img {
      width: 100%;
      border-radius: 6px; }
  body > .sidebar > .menuSection#chat .menu__item.active .avatar {
    left: 12px; }
  body > .sidebar > .menuSection#chat .status {
    width: 8px;
    height: 8px;
    background: #95a5a6;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 12px;
    padding: 0; }
    body > .sidebar > .menuSection#chat .status.online {
      background: #2de0a5; }
  body > .sidebar > .menuSection#chat .count {
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    top: 20px;
    right: 12px;
    padding: 0;
    background: #c0392b;
    border-radius: 2px;
    right: 7px;
    width: 18px;
    height: 22px;
    top: 13px;
    line-height: 22px;
    text-align: center; }
  body > .sidebar > .app {
    position: absolute;
    width: 100%;
    height: calc(100% - 315px);
    overflow-y: auto;
    overflow-x: hidden; }
    body > .sidebar > .app .mainMenu {
      position: relative;
      display: block;
      min-height: 50px;
      padding: 0;
      cursor: pointer;
      transition: margin-left 0.3s linear, background-color 0.3s linear; }
      @media only screen and (max-width: 820px) {
        body > .sidebar > .app .mainMenu.noMobile {
          display: none; } }
      body > .sidebar > .app .mainMenu:hover {
        background-color: rgba(0, 0, 0, 0.1); }
      body > .sidebar > .app .mainMenu > i {
        color: white;
        position: absolute;
        font-size: 16px;
        left: 15px;
        top: 17px;
        width: 16px;
        text-align: center; }
      body > .sidebar > .app .mainMenu > span {
        color: rgba(255, 255, 255, 0.8);
        padding: 0 20px 0 15px;
        font-size: 13px;
        display: block;
        margin-left: 30px;
        line-height: 50px;
        text-overflow: ellipsis;
        height: 50px;
        overflow: hidden;
        white-space: nowrap; }
      body > .sidebar > .app .mainMenu.active {
        background-color: rgba(0, 0, 0, 0.1);
        border-left: 4px solid #1abc9c;
        color: white;
        background: rgba(0, 0, 0, 0.2) !important; }
        body > .sidebar > .app .mainMenu.active i {
          left: 20px !important; }
        body > .sidebar > .app .mainMenu.active span {
          color: white;
          margin-left: 26px; }
        body > .sidebar > .app .mainMenu.active .submenuContainer {
          display: block; }
      body > .sidebar > .app .mainMenu:hover {
        border-left: 4px solid #1fe2bb; }
      body > .sidebar > .app .mainMenu .submenuContainer {
        display: none; }
        body > .sidebar > .app .mainMenu .submenuContainer .submenu {
          font-size: 13px;
          height: 36px;
          padding-left: 46px;
          line-height: 36px; }
          body > .sidebar > .app .mainMenu .submenuContainer .submenu.active {
            padding-left: 42px;
            border-left: 4px solid #1abc9c; }
          body > .sidebar > .app .mainMenu .submenuContainer .submenu:hover {
            background-color: rgba(0, 0, 0, 0.1);
            padding-left: 42px;
            border-left: 4px solid #0d5e4e; }
    body > .sidebar > .app.menu {
      height: calc(100% - 172px); }
      body > .sidebar > .app.menu .menu__container .menu__section {
        color: white;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        font-weight: bold;
        position: relative;
        border-left: none !important; }
        body > .sidebar > .app.menu .menu__container .menu__section i.toggle {
          position: absolute;
          right: 14px;
          left: auto;
          font-size: 18px;
          opacity: 0.5; }
        body > .sidebar > .app.menu .menu__container .menu__section i.toggle.close {
          display: none; }
        body > .sidebar > .app.menu .menu__container .menu__section i.toggle.open {
          opacity: 0; }
        body > .sidebar > .app.menu .menu__container .menu__section:hover i.toggle {
          opacity: 1; }
      body > .sidebar > .app.menu .menu__container .menu__items {
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.2s linear; }
      body > .sidebar > .app.menu .menu__container .menu__item {
        background: rgba(0, 0, 0, 0.15);
        padding-left: 8px; }
        body > .sidebar > .app.menu .menu__container .menu__item i {
          left: 24px; }
      body > .sidebar > .app.menu .menu__container.open .menu__section, body > .sidebar > .app.menu .menu__container.--open .menu__section {
        background: rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 23px -15px #313c48; }
        body > .sidebar > .app.menu .menu__container.open .menu__section span, body > .sidebar > .app.menu .menu__container.--open .menu__section span {
          color: white; }
      body > .sidebar > .app.menu .menu__container.open i.toggle, body > .sidebar > .app.menu .menu__container.--open i.toggle {
        opacity: 0.8; }
      body > .sidebar > .app.menu .menu__container.open i.toggle.close, body > .sidebar > .app.menu .menu__container.--open i.toggle.close {
        display: block; }
      body > .sidebar > .app.menu .menu__container.open i.toggle.open, body > .sidebar > .app.menu .menu__container.--open i.toggle.open {
        display: none; }
      body > .sidebar > .app.menu .menu__container.open .menu__items, body > .sidebar > .app.menu .menu__container.--open .menu__items {
        max-height: 1000px; }
      body > .sidebar > .app.menu .menu__container.--open .menu__section {
        background: none; }
  body > .sidebar .icon-time:before {
    margin-left: 2px; }
  body > .sidebar .subscribe {
    position: absolute;
    color: #FFFFFF;
    padding: 6px;
    font-size: 12px;
    bottom: 40px;
    background-color: #1ABC9C;
    width: 180px;
    height: 60px;
    margin: 20px 10px;
    border-radius: 2px;
    /* font-weight: 700; */
    text-align: center;
    cursor: pointer;
    box-shadow: 0 5px 10px -5px #000;
    transition: all 0.2s linear; }
    body > .sidebar .subscribe p {
      font-size: 20px;
      margin-bottom: 6px; }
    body > .sidebar .subscribe h1 {
      font-size: 13px;
      text-align: center;
      font-weight: 700; }
  body > .sidebar .bottom-actions {
    position: absolute;
    display: block;
    bottom: 0;
    width: 60px;
    right: 0;
    height: 60px; }
    body > .sidebar .bottom-actions a {
      display: inline-block;
      margin: 0;
      padding: 0;
      width: 60px;
      float: right;
      height: 60px;
      line-height: 60px;
      text-decoration: inherit;
      color: #FFFFFF;
      text-align: center;
      cursor: pointer;
      font-size: 18px; }
      body > .sidebar .bottom-actions a:hover {
        background-color: rgba(0, 0, 0, 0.1); }

body.closeSidebar > .sidebar {
  width: 60px;
  overflow: hidden; }
  body.closeSidebar > .sidebar .sidebar-test {
    top: 48px !important;
    right: 6px !important; }
  body.closeSidebar > .sidebar .version {
    display: none; }
  body.closeSidebar > .sidebar .sections {
    width: 50px; }
  body.closeSidebar > .sidebar .sections .section {
    display: none; }
  body.closeSidebar > .sidebar .sections .section.active {
    display: inline-block; }
  body.closeSidebar > .sidebar > .logo {
    background-color: rgba(0, 0, 0, 0.1); }
    body.closeSidebar > .sidebar > .logo img {
      margin-left: -12px;
      opacity: 0; }
  body.closeSidebar > .sidebar .toggleNav.hide {
    display: block; }
  body.closeSidebar > .sidebar .toggleNav.open {
    display: none; }
  body.closeSidebar > .sidebar > .toggleNav {
    border-radius: 0; }
    body.closeSidebar > .sidebar > .toggleNav i {
      width: 60px;
      left: -60px; }
    body.closeSidebar > .sidebar > .toggleNav object {
      left: 0; }
  body.closeSidebar > .sidebar .user {
    width: 60px; }
    body.closeSidebar > .sidebar .user .name {
      display: none; }
    body.closeSidebar > .sidebar .user .alert {
      top: 20px;
      left: 20px; }
  body.closeSidebar > .sidebar .quick .quick__btn > span {
    display: none; }
  body.closeSidebar > .sidebar .areas {
    display: none; }
  body.closeSidebar > .sidebar > .app {
    overflow-y: hidden;
    overflow-x: hidden; }
    body.closeSidebar > .sidebar > .app .mainMenu.active {
      background: transparent; }
      body.closeSidebar > .sidebar > .app .mainMenu.active.menu__item i {
        left: 16px !important; }
    @media only screen and (min-width: 480px) {
      body.closeSidebar > .sidebar > .app .mainMenu:hover.active:before {
        display: none; } }
    body.closeSidebar > .sidebar > .app .mainMenu i {
      font-size: 18px;
      top: 13px;
      left: 20px;
      text-align: center; }
    body.closeSidebar > .sidebar > .app .mainMenu span {
      display: none; }
    body.closeSidebar > .sidebar > .app .menu__section span {
      display: none !important; }
    body.closeSidebar > .sidebar > .app .menu__section i {
      right: 22px; }
    body.closeSidebar > .sidebar > .app .menu__section i.toggle {
      right: -24px !important; }
    body.closeSidebar > .sidebar > .app .menu__items .menu__item i {
      left: 20px; }

body.closeSidebar .hideOnCloseSidebar {
  display: none !important; }

body.closeSidebar > .container > section {
  margin: 0 0 0 60px;
  width: calc(100% - 60px - 0px) !important;
  opacity: 1; }

body.closeSidebar .bottom-actions {
  opacity: 0 !important;
  width: 60px; }
  body.closeSidebar .bottom-actions #search,
  body.closeSidebar .bottom-actions #logout {
    width: 60px;
    margin-top: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

body.closeSidebar .subscribe {
  width: 40px;
  transition: all 0.2s linear; }
  body.closeSidebar .subscribe h1 {
    display: none; }

@media only screen and (max-width: 820px) {
  body.closeSidebar > .sidebar {
    width: 0px !important; }
  body.closeSidebar.Dar > .container > section {
    margin: 0;
    width: 100% !important; }
  body.closeSidebar > .sidebar .user {
    display: none !important; } }

body.closeSidebar > .sidebar:hover {
  width: 220px;
  box-shadow: 15px 0px 15px -15px #006a98; }
  body.closeSidebar > .sidebar:hover .sections {
    width: 220px; }
  body.closeSidebar > .sidebar:hover .sections .section {
    display: inline-block; }
  body.closeSidebar > .sidebar:hover .bottom-actions {
    opacity: 1 !important;
    width: 120px !important; }
  body.closeSidebar > .sidebar:hover > .toggleNav i {
    left: 0; }
  body.closeSidebar > .sidebar:hover > .toggleNav object {
    left: -60px; }
  body.closeSidebar > .sidebar:hover > .logo img {
    margin: 18px !important;
    opacity: 1; }
  body.closeSidebar > .sidebar:hover .user {
    width: 220px; }
    body.closeSidebar > .sidebar:hover .user .name {
      display: block; }
    body.closeSidebar > .sidebar:hover .user .alert {
      top: 20px;
      left: 20px; }
  body.closeSidebar > .sidebar:hover .quick .quick__btn > span {
    display: block; }
  body.closeSidebar > .sidebar:hover .transition {
    opacity: 1; }
  body.closeSidebar > .sidebar:hover > .app {
    overflow-y: auto; }
    body.closeSidebar > .sidebar:hover > .app .mainMenu.active {
      background: transparent; }
      body.closeSidebar > .sidebar:hover > .app .mainMenu.active.menu__item i {
        left: 16px !important; }
    @media only screen and (min-width: 480px) {
      body.closeSidebar > .sidebar:hover > .app .mainMenu:hover.active:before {
        display: none; } }
    body.closeSidebar > .sidebar:hover > .app .mainMenu i {
      font-size: 18px;
      top: 13px;
      left: 20px;
      text-align: center; }
    body.closeSidebar > .sidebar:hover > .app .mainMenu span {
      display: block; }
    body.closeSidebar > .sidebar:hover > .app .menu__section span {
      display: block !important; }
    body.closeSidebar > .sidebar:hover > .app .menu__section i {
      right: 22px; }
    body.closeSidebar > .sidebar:hover > .app .menu__section i.toggle {
      right: 14px !important; }
    body.closeSidebar > .sidebar:hover > .app .menu__items .menu__item i {
      left: 20px; }

body.closeSidebar .hideOnCloseSidebar {
  display: none !important; }

body.closeSidebar > .container > section {
  margin: 0 0 0 60px;
  width: calc(100% - 60px - 0px) !important;
  opacity: 1; }

body.closeSidebar .bottom-actions {
  width: 60px; }
  body.closeSidebar .bottom-actions #search,
  body.closeSidebar .bottom-actions #logout {
    width: 60px;
    margin-top: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

body.closeSidebar .subscribe {
  width: 40px;
  transition: all 0.2s linear; }
  body.closeSidebar .subscribe h1 {
    display: none; }

body > .container > nav.subSidebar {
  display: none;
  background: rgba(4, 73, 116, 0.7); }
  body > .container > nav.subSidebar [ai-menu="menu-personal-citas"] {
    height: 100%; }
    body > .container > nav.subSidebar [ai-menu="menu-personal-citas"] > menu {
      height: calc(100% - 230px) !important; }

body > .container > nav.personal > [ai-menu="agenda__personal_listado--menu"] {
  display: none; }

.agendas-container.personalMultiple > .agendas > [ai-menu] {
  min-width: 85%; }

body > .container > nav > [ai-menu="agenda__personal_listado--menu"] {
  height: calc(100% - 235px); }
  body > .container > nav > [ai-menu="agenda__personal_listado--menu"] > menu.ai-menu {
    height: 100%; }

body > .demo-info {
  transition: all 0.2s linear;
  position: absolute;
  bottom: 0;
  left: 200px;
  width: calc(100% - 200px);
  height: 40px;
  z-index: 17;
  text-align: center;
  color: #111;
  font-size: 15px; }
  @media only screen and (max-width: 820px) {
    body > .demo-info {
      display: none; } }
  body > .demo-info header {
    text-align: left;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    background: rgba(253, 255, 182, 0.8); }
    body > .demo-info header span {
      cursor: pointer; }
      body > .demo-info header span.mes-gratis {
        color: #3498db;
        border-bottom: 1px #3498db solid;
        font-weight: 500;
        padding: 0 2px; }
      body > .demo-info header span.read-more {
        color: #555; }

body.closeSidebar .demo-info {
  width: calc(100% - 60px);
  left: 60px; }

@media only screen and (min-width: 480px) {
  body.showSubSidebar > .container > section {
    margin: 0 240px 0 220px; }
  body.showSubSidebar > .container > nav.subSidebar {
    display: block;
    margin: 0 0 0 220px;
    width: 240px;
    position: fixed;
    height: 100%;
    right: 0;
    z-index: 10; }
  body.showSubSidebar.closeSidebar > .container > section {
    margin: 0 0 0 60px; }
  body.showSubSidebar.closeSidebar > .container > section.primary {
    margin: 0 0 0 60px;
    width: calc(100% - 60px - 0px) !important; }
  body.showSubSidebar.closeSidebar > .container > nav.subSidebar {
    margin-left: 60px; }
  body.showSubSidebar > .sidebar > .app .mainMenu.active:before {
    border-right: 10px solid rgba(255, 255, 255, 0.7); } }

body.loading div.loading {
  position: fixed;
  background: #286A94;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  display: block;
  z-index: 1010101;
  opacity: 1; }
  body.loading div.loading .container {
    transition: margin-top 0.3s ease;
    margin-top: 0;
    width: 430px;
    text-align: center; }
    body.loading div.loading .container .schema-input {
      text-align: left; }
    body.loading div.loading .container button {
      visibility: hidden;
      background: #348ac0;
      width: 400px;
      margin: 10px 0;
      height: 70px;
      color: white;
      font-size: 25px; }
    body.loading div.loading .container .logout {
      visibility: hidden;
      color: #FFFFFF;
      cursor: pointer;
      font-size: 12px;
      float: right;
      margin-right: 15px; }
  body.loading div.loading > div {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.loading div.loading .spinner-icon {
    margin-left: -100px;
    margin-top: -7px; }
  body.loading div.loading img {
    width: 250px; }
  body.loading div.loading h1 {
    color: white;
    padding: 10px;
    text-align: center; }

body > .globalContainer,
.popinContainer {
  position: absolute;
  z-index: 15; }

[ai-popin="sidebar__find--popin"] {
  height: auto !important;
  height: 300px !important;
  transform: translate(-50%, 0) !important;
  top: 100px !important; }
  [ai-popin="sidebar__find--popin"] #search_box {
    height: 70px;
    padding: 0 20px;
    font-size: 17px;
    line-height: 70px; }
  [ai-popin="sidebar__find--popin"] .opciones .filters {
    display: none; }
  [ai-popin="sidebar__find--popin"] .opciones {
    height: 70px !important; }
  [ai-popin="sidebar__find--popin"] .menu > .transclude {
    margin-top: 70px !important; }

body.nonosidebar > .sidebar {
  margin-left: -200px !important; }

body.nonosidebar > .container > section {
  margin: 0.1px !important;
  width: 100% !important; }

[ai-template="personal__dashboard-template"] {
  height: calc(100% + 36px) !important; }

.planes {
  padding: 30px 20px; }
  .planes .plan {
    width: 32%;
    float: left;
    padding-bottom: 10px;
    background: white;
    box-shadow: 0 0 5px #ecf0f1;
    border-radius: 2px;
    text-align: center;
    color: white; }
    .planes .plan.selected {
      background: #f8f9ff;
      box-shadow: 0 0 5px #2980b9;
      border: 2px solid white; }
    .planes .plan:nth-child(2) {
      margin: 0 2%; }
    .planes .plan h1 {
      font-size: 19px;
      line-height: 40px;
      font-weight: 700; }
    .planes .plan h2 {
      font-size: 19px;
      font-weight: 700; }
    .planes .plan h3 {
      line-height: 40px;
      font-size: 15px; }
  .planes .single-step {
    display: block;
    border: none;
    top: 150px;
    position: absolute;
    padding: 0;
    width: 94%; }

.tour-help {
  position: fixed;
  right: 55px;
  overflow: hidden;
  height: 50px;
  width: 0;
  background: rgba(40, 106, 148, 0.8);
  transition: all 500ms cubic-bezier(0.4, -0.6, 0.6, 1.6);
  bottom: 17px;
  z-index: 18;
  border-radius: 5px 0 0 5px; }
  .tour-help.visible {
    width: 250px; }

.message {
  background: transparent;
  position: absolute;
  z-index: 19;
  color: white;
  height: 50px;
  width: 250px;
  text-align: center;
  padding: 5px 20px 5px 10px;
  font-size: 12px;
  left: 0; }
  .message button {
    width: 80px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    padding: 0;
    margin-top: 5px;
    cursor: pointer;
    color: white; }
    .message button.yes {
      background: #27ae60; }
    .message button.nope {
      background: #c0392b; }

[ai-menu="analiticos__ventas--menu"] .transclude,
[ai-menu="analiticos__ventas--menu"] iframe,
[ai-menu="analiticos__notas--menu"] .transclude,
[ai-menu="analiticos__notas--menu"] iframe {
  height: 100% !important; }

body > .meeting {
  display: none;
  cursor: move;
  position: fixed;
  width: 320px;
  height: 300px;
  padding-top: 15px;
  bottom: 30px;
  right: 120px;
  box-shadow: 0px 15px 25px -10px #34444e;
  z-index: 100000;
  background: url(/images/move-background.png) #286A94;
  background-repeat: repeat-x; }
  body > .meeting iframe {
    width: 100%;
    height: 100%; }
  body > .meeting .icon {
    cursor: pointer;
    padding: 10px 5px;
    font-size: 30px;
    color: white;
    text-shadow: 1px 1px 2px #333;
    margin: 0;
    display: inline-block; }
    body > .meeting .icon:hover {
      color: #EECB25;
      text-shadow: 1px 1px 5px #000; }
  body > .meeting .close {
    position: absolute;
    top: 10px;
    right: 10px; }
  body > .meeting .url input {
    height: 45px;
    background: rgba(1, 1, 1, 0.2);
    color: white;
    width: 100%;
    padding: 0 5px; }
  body > .meeting .iframe {
    width: 100%;
    height: 240px;
    position: absolute; }
  body > .meeting .wait {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 160px;
    color: white;
    font-weight: bold; }
  body > .meeting ul {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 10px;
    color: white; }
    body > .meeting ul li.icon-fullscreen {
      display: inline-block; }
    body > .meeting ul li.icon-resize-full,
    body > .meeting ul li.icon-camera {
      display: none; }
  body > .meeting.full {
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    padding: 0; }
    body > .meeting.full .url {
      display: none; }
    body > .meeting.full .close {
      display: none; }
    body > .meeting.full .iframe {
      height: 100%; }
    body > .meeting.full ul {
      top: 5px;
      bottom: auto; }
      body > .meeting.full ul li {
        padding: 20px 10px;
        font-size: 30px; }
      body > .meeting.full ul li.icon-fullscreen {
        display: none; }
      body > .meeting.full ul li.icon-resize-full,
      body > .meeting.full ul li.icon-camera {
        display: inline-block; }

body.dif > .sidebar > .logo > img {
  margin: 10px 35px !important;
  height: 40px !important; }

body.dif > .sidebar .version,
body.dif > .sidebar > .toggleNav,
body.dif > .sidebar > .quick {
  display: none !important; }

body > .options {
  position: fixed;
  width: 0px;
  background: #fafbff;
  height: 100%;
  right: 0;
  top: 0;
  display: none; }
  body > .options > menu > header {
    background: rgba(40, 106, 148, 0.1) !important;
    height: 60px; }
  body > .options .options__menu {
    padding-top: 9px; }
    body > .options .options__menu .options__item {
      padding-left: 6px;
      color: #2C3E50;
      height: 36px;
      line-height: 36px;
      font-size: 14px;
      cursor: pointer; }
      body > .options .options__menu .options__item .icon {
        display: inline-block;
        width: 32px;
        text-align: center; }
      body > .options .options__menu .options__item:hover {
        color: #2980b9; }

@media only screen and (max-width: 820px) {
  .openSidebarFloat {
    width: 40px;
    height: 60px;
    z-index: 1000;
    background: #245f86;
    color: white;
    top: 0;
    left: 0;
    position: fixed;
    line-height: 60px;
    text-align: center; }
    .openSidebarFloat i {
      font-size: 18px; }
  body > .container > section > div > menu > header {
    margin: 0 0 0 40px; }
  body > .container > section > div > .aiBox > .header {
    padding: 0 0 0 40px; }
    body > .container > section > div > .aiBox > .header ul.navigation {
      margin-left: -40px; }
  .aiWizard > .header .ai-avatar + .wizard-header h3 {
    margin-left: 95px !important; } }

body.openOptions > .options {
  display: block; }

body.openOptions .ai-menu.in_step > header > .actions {
  right: 3px; }

div.topMessage {
  width: 500px;
  height: 220px;
  position: absolute;
  left: 50%;
  margin-top: -700px;
  margin-left: -250px;
  overflow: hidden;
  background: #FFF;
  border: 1px solid #ecf0f1;
  border-top: none;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 25;
  -webkit-transition: margin 0.5s ease; }
  div.topMessage.topShow {
    margin-top: 3px !important; }
  div.topMessage div.cuerpo {
    padding: 10px;
    width: 100%;
    height: 200px; }
    div.topMessage div.cuerpo span.icono {
      margin: 30px 5px 0 0;
      height: 50px;
      width: 50px;
      font-size: 45px;
      float: left;
      text-align: center; }
    div.topMessage div.cuerpo span.mensaje {
      float: left;
      font-size: 14px;
      color: #000;
      width: 74%; }
      div.topMessage div.cuerpo span.mensaje h1 {
        font-size: 20px;
        border-left: 2px solid #007fff;
        margin-bottom: 5px;
        padding-left: 5px;
        height: 25px;
        vertical-align: middle; }
    div.topMessage div.cuerpo span.topCorner {
      float: right;
      position: relative;
      font-size: 15px;
      color: #007fff; }
    div.topMessage div.cuerpo button {
      float: right;
      min-width: 50px;
      margin: 5px 10px;
      padding: 5px 10px; }

div.seguimiento_expediente {
  height: 100%; }
  div.seguimiento_expediente .aiWizard > .header.primary {
    height: 45px !important; }
  div.seguimiento_expediente .wizard-header {
    display: none; }
  div.seguimiento_expediente button {
    display: none !important; }

div#dashboard {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  width: auto; }
  div#dashboard .ai-menu {
    height: 100%; }
  div#dashboard div.cabecero {
    padding: 15px; }
    div#dashboard div.cabecero div.paciente > h1 {
      font-size: 26px;
      color: #2C3E50; }
      @media only screen and (max-width: 820px) {
        div#dashboard div.cabecero div.paciente > h1 {
          font-size: 18px; } }
    div#dashboard div.cabecero div.paciente > div.dato {
      font-size: 18px; }
      div#dashboard div.cabecero div.paciente > div.dato > i {
        color: #008080;
        width: 20px;
        display: inline-block;
        text-align: center;
        padding: 5px 5px 0 0; }
      @media only screen and (max-width: 820px) {
        div#dashboard div.cabecero div.paciente > div.dato {
          font-size: 14px; } }
  div#dashboard #ultima_nota {
    border: 1px solid #ecf0f1;
    min-width: 500px;
    width: 100%;
    margin: 0 10px;
    display: block; }
    div#dashboard #ultima_nota > header {
      background-color: #f7f8f9;
      height: 80px;
      position: relative;
      z-index: 3; }
      div#dashboard #ultima_nota > header h2 {
        color: #008080;
        font-size: 22px;
        padding: 10px 0 0 10px; }
        @media only screen and (max-width: 820px) {
          div#dashboard #ultima_nota > header h2 {
            font-size: 18px; } }
      div#dashboard #ultima_nota > header h3 {
        color: #2980b9;
        font-size: 14px;
        padding: 10px; }
  div#dashboard div.datos_generales {
    height: 100%;
    max-height: 1000px;
    min-height: 150px;
    /*.ai-menu{
            width: 100%;
            min-height: 300px;
        }*/ }
  div#dashboard div.exploracion {
    padding: 0;
    margin: 10px;
    overflow: hidden;
    border: 1px solid #EEE;
    height: 170px;
    transition: height 0.5s ease;
    -ms-flex-align: start;
        align-items: flex-start; }
    div#dashboard div.exploracion > header {
      border-bottom: 1px solid #ecf0f1;
      padding: 10px;
      background-color: #f7f8f9;
      color: teal;
      width: 100%;
      height: 40px; }
      @media only screen and (max-width: 820px) {
        div#dashboard div.exploracion > header {
          font-size: 12px; } }
    div#dashboard div.exploracion div.datos {
      width: 100%; }
      div#dashboard div.exploracion div.datos.menor div.dato {
        width: 19% !important; }
      div#dashboard div.exploracion div.datos div.dato {
        display: inline-block;
        width: 24%;
        min-width: 120px;
        text-align: center;
        cursor: pointer;
        height: 70px; }
        @media only screen and (max-width: 820px) {
          div#dashboard div.exploracion div.datos div.dato {
            height: 40px; } }
        div#dashboard div.exploracion div.datos div.dato h1 {
          font-size: 26px;
          padding: 5px; }
          @media only screen and (max-width: 820px) {
            div#dashboard div.exploracion div.datos div.dato h1 {
              font-size: 16px; } }
        div#dashboard div.exploracion div.datos div.dato p {
          padding-left: 5px;
          color: #848482;
          font-size: 12px; }
          @media only screen and (max-width: 820px) {
            div#dashboard div.exploracion div.datos div.dato p {
              font-size: 10px; } }
        div#dashboard div.exploracion div.datos div.dato > i {
          padding-left: 5px;
          color: #848482;
          font-size: 20px; }
        div#dashboard div.exploracion div.datos div.dato div.minidato {
          float: left;
          width: 49%; }
          div#dashboard div.exploracion div.datos div.dato div.minidato h1 {
            font-size: 26px;
            padding: 5px; }
            @media only screen and (max-width: 820px) {
              div#dashboard div.exploracion div.datos div.dato div.minidato h1 {
                font-size: 16px; } }
          div#dashboard div.exploracion div.datos div.dato div.minidato p {
            padding-left: 5px;
            color: #848482;
            font-size: 12px; }
      div#dashboard div.exploracion div.datos div.detalle_exploracion {
        width: 100%;
        text-align: right;
        padding: 5px; }
        div#dashboard div.exploracion div.datos div.detalle_exploracion p {
          font-size: 12px;
          color: #848482;
          font-style: italic; }
        @media only screen and (max-width: 820px) {
          div#dashboard div.exploracion div.datos div.detalle_exploracion {
            display: none; } }
    div#dashboard div.exploracion.con_graficas {
      height: 400px; }
    div#dashboard div.exploracion div.graficas {
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around; }
      div#dashboard div.exploracion div.graficas div.grafica {
        -webkit-flex: 1 1;
        float: left; }
  div#dashboard div.derecha {
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    padding: 0;
    margin: 0; }
    div#dashboard div.derecha div.grafica {
      min-width: 450px;
      min-height: 350px;
      -webkit-flex: 1 1;
      float: left;
      border: 1px solid #ecf0f1;
      margin: 10px; }
      div#dashboard div.derecha div.grafica > header {
        border-bottom: 1px solid #ecf0f1;
        padding: 10px;
        background-color: #f7f8f9;
        color: teal;
        min-height: 35px; }
      div#dashboard div.derecha div.grafica div.datos {
        padding: 15px 25px 5px 25px; }
        div#dashboard div.derecha div.grafica div.datos h1 {
          font-size: 35px;
          padding: 5px; }
        div#dashboard div.derecha div.grafica div.datos img {
          float: left;
          padding: 10px; }
        div#dashboard div.derecha div.grafica div.datos p {
          font-size: 12px;
          color: #666; }

article.box {
  width: 350px;
  -webkit-flex: 1 0 350px;
  float: left;
  margin: 5px; }
  article.box > header {
    height: 70px;
    background-color: #ecf0f1;
    position: relative;
    overflow: hidden; }
    article.box > header h1, article.box > header h2 {
      font-weight: normal !important;
      margin: 2px 40px;
      width: -o-calc(100% - 40px);
      width: calc(100% - 40px); }
    article.box > header h1 {
      color: #2C3E50;
      font-size: 19px;
      padding: 5px 0;
      overflow: hidden;
      height: 35px;
      line-height: 30px; }
      article.box > header h1 a {
        text-decoration: none; }
        article.box > header h1 a:visited {
          color: #2C3E50; }
    article.box > header h2 {
      color: #008080;
      font-size: 13px; }
    article.box > header .options {
      height: 70px;
      margin: 10px;
      position: absolute;
      top: 0;
      right: 0; }
      article.box > header .options button {
        padding: 0 20px;
        margin: 0 0 0 10px; }
    article.box > header .icons {
      position: absolute;
      left: 0;
      width: 70px;
      background: #f7f8f9;
      top: 0;
      height: 100%;
      width: 40px; }
      article.box > header .icons span {
        color: #bdc3c7;
        font-size: 23px;
        float: right;
        cursor: pointer;
        text-align: center;
        width: 100%;
        height: 33%;
        padding: 5px;
        display: block; }
        article.box > header .icons span:hover {
          color: #2c3e50; }
        article.box > header .icons span.hover {
          color: #2c3e50; }
  article.box.colapsable > header {
    cursor: pointer; }
  article.box.colapsado div.contenido {
    display: none !important; }
  article.box div.contenido {
    display: block;
    border: 1px solid #ecf0f1;
    padding: 5px; }
    article.box div.contenido h1 {
      font-size: 20px;
      margin: 5px; }
    article.box div.contenido p {
      margin-left: 5px;
      font-size: 14px; }
    article.box div.contenido .aiForm > table > tbody > tr:last-child {
      border-bottom: none; }

article.box div.contenido {
  border: none;
  margin: 0;
  padding: 0; }
  article.box div.contenido ul li {
    display: block;
    border-bottom: solid 1px #ecf0f1;
    min-height: 40px; }
    article.box div.contenido ul li i {
      padding: 12px 10px;
      font-size: 14px;
      display: block;
      cursor: pointer;
      line-height: 18px; }
      article.box div.contenido ul li i:hover {
        color: #333; }
      article.box div.contenido ul li i.error {
        border-left: solid 2px #c00; }
      article.box div.contenido ul li i.warning {
        border-left: solid 2px #F82; }

article.box#guias_clinicas ul > li > a {
  display: block;
  width: 100%;
  min-height: 70px;
  text-decoration: none;
  padding: 10px;
  border-left: 2px solid white;
  border-bottom: 1px solid #f2f3f4; }
  article.box#guias_clinicas ul > li > a:hover {
    border-left: solid 2px #c00; }
  article.box#guias_clinicas ul > li > a header {
    color: #003d99;
    font-size: 14px; }
  article.box#guias_clinicas ul > li > a span {
    font-size: 14px;
    display: block;
    color: teal;
    margin-top: 10px; }

.antecedentes article.box {
  width: 100% !important; }

article.box#citas div.contenido ul {
  margin: 5px 10px; }
  article.box#citas div.contenido ul li {
    display: block;
    margin: 5px 0; }
    article.box#citas div.contenido ul li i {
      font-size: 30px;
      float: left; }
    article.box#citas div.contenido ul li span {
      margin-left: 40px;
      font-size: 13px;
      display: block;
      min-height: 30px;
      padding-top: 5px; }

article.box#exploracion {
  width: 600px;
  -webkit-flex: 1 0 600px; }
  article.box#exploracion .contenido > .exploracion {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 10px;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    article.box#exploracion .contenido > .exploracion canvas {
      width: 480px;
      height: 200px; }

article.box.auxiliares {
  width: 100%; }

article.box#agendaDesktop {
  width: 500px;
  -ms-flex: 1 0 500px;
      flex: 1 0 500px; }
  article.box#agendaDesktop div.contenido {
    padding: 5px 10px; }
    article.box#agendaDesktop div.contenido .nombre {
      height: 35px;
      font-size: 16px;
      text-align: center;
      color: #0E76A8;
      text-align: center;
      padding: 5px 0; }
    article.box#agendaDesktop div.contenido .turno {
      background-color: #ecf0f1;
      width: 35px;
      height: 35px;
      font-size: 25px;
      text-align: center;
      color: #0E76A8;
      display: inline-block;
      margin: 0;
      border-bottom: 2px solid;
      border-color: teal;
      text-align: center;
      padding: 5px 0; }
      article.box#agendaDesktop div.contenido .turno.presente {
        border-color: #9dcc7a !important; }
      article.box#agendaDesktop div.contenido .turno.atendido {
        border-color: #BFB; }
      article.box#agendaDesktop div.contenido .turno.primeravez {
        border-color: #ffcc33 !important; }
    article.box#agendaDesktop div.contenido time {
      background-color: #f2f3f4;
      height: 35px;
      font-size: 20px;
      color: gray;
      display: inline-block;
      margin: 0;
      border-bottom: 2px solid;
      border-color: white;
      text-align: center;
      padding: 10px 3px; }
    article.box#agendaDesktop div.contenido i {
      cursor: pointer;
      float: right;
      color: #008080;
      font-size: 25px;
      padding-top: 5px; }

#nueva_nota {
  width: 100%;
  height: -o-calc(100% - 85px);
  height: calc(100% - 85px); }

.somatometria .ai-menu[ai-plantilla] > header {
  display: none; }

.userdashboard {
  height: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.1); }
  .userdashboard .section {
    text-align: left;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 0 0 1%;
    border-radius: 2px; }
    .userdashboard .section h1 {
      width: 100%;
      text-align: center;
      font-size: 18px;
      color: white;
      background: rgba(0, 0, 0, 0.1);
      border-radius: 2px 2px 0 0;
      height: 40px;
      line-height: 40px; }
    .userdashboard .section ul {
      padding: 10px; }
    .userdashboard .section a {
      padding: 0 10px;
      color: white;
      font-size: 14px;
      height: 30px;
      line-height: 30px;
      display: block;
      width: 100%;
      text-decoration: none; }
      .userdashboard .section a:hover {
        background: rgba(255, 255, 255, 0.1); }
    .userdashboard .section .value {
      text-align: center;
      color: white;
      background: rgba(255, 255, 255, 0.05);
      margin: 15px;
      border-radius: 2px;
      padding: 10px 0; }
      .userdashboard .section .value .icon {
        font-size: 40px; }
      .userdashboard .section .value > .data {
        background: rgba(255, 255, 255, 0.1);
        width: 30%;
        border-radius: 15px;
        height: 30px;
        line-height: 30px;
        margin: 10px 0 15px 35%; }
  .userdashboard .section.tiny {
    width: 32%;
    float: left; }
    .userdashboard .section.tiny div.conciencia {
      background: url("/images/conciencia-portada-gde.png");
      width: 100%;
      height: 605px;
      padding: 0;
      background-size: contain;
      background-repeat: round; }

.venta {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  display: none; }
  .venta .container {
    max-width: 750px;
    margin: 80px auto; }
  .venta .close {
    font-size: 40px;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer; }
  .venta .silver, .venta .plat {
    float: left;
    width: 250px;
    background: white;
    text-align: center; }
  .venta .gold {
    float: left;
    position: relative;
    width: 250px;
    top: -50px;
    padding: 50px 0;
    background: #3498db;
    text-align: center;
    border-radius: 5px; }
    .venta .gold > .price {
      background: white;
      color: rgba(0, 0, 0, 0.7); }
    .venta .gold > h1, .venta .gold > h2, .venta .gold > p, .venta .gold > span {
      color: white; }
  .venta h1 {
    margin: 20px 0 10px 0;
    font-size: 1.25em;
    color: rgba(0, 0, 0, 0.8); }
  .venta h2 {
    font-size: .75em;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 100;
    letter-spacing: 1px; }
  .venta p {
    color: rgba(0, 0, 0, 0.4);
    margin: 10px 0;
    font-weight: 100;
    font-size: .75em; }
  .venta span {
    margin-bottom: 5px;
    padding-bottom: 15px;
    display: inline-block;
    width: 125px;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .venta .price {
    height: 100px;
    width: 100px;
    text-align: center;
    background-color: #e74c3c;
    border-radius: 50%;
    line-height: 100px;
    color: #fff;
    font-size: 1.5em;
    font-weight: 100;
    margin: 20px auto; }
  .venta button {
    display: block;
    margin: 20px auto;
    width: 150px;
    height: 40px;
    border-bottom: 5px solid #c0392b;
    background: #e74c3c;
    border: none;
    border-radius: 2px;
    color: white;
    font-size: .75em;
    font-weight: 100;
    transition: all ease-in-out .2s; }
    .venta button:hover {
      background: #c0392b; }
    .venta button.selected {
      background: #ecf0f1;
      color: #2C3E50; }

.menu__dashboard {
  margin-top: 50px; }

.user.dashboard {
  position: relative;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #E7F2FE 0%, #fafbfc 80%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  min-height: 140px;
  height: auto;
  padding: 0px;
  width: 100%;
  float: initial !important; }
  @media only screen and (max-width: 820px) {
    .user.dashboard {
      min-height: 70px; } }
  .user.dashboard.full {
    float: none !important;
    padding-right: 0 !important;
    padding-left: 20px !important; }
    .user.dashboard.full .dashboard__primary {
      display: none !important; }
    .user.dashboard.full .dashboard__cards {
      width: 100% !important; }
  .user.dashboard .dashboard__container {
    height: 100%; }
  .user.dashboard .dashboard__primary {
    width: 260px;
    min-height: 140px;
    float: left; }
    .user.dashboard .dashboard__primary .paciente .dashboard__paciente {
      height: 120px; }
    .user.dashboard .dashboard__primary .paciente img {
      position: absolute;
      top: 20px;
      left: 40px;
      height: 100px; }
    .user.dashboard .dashboard__primary .paciente button {
      display: block;
      width: 220px;
      margin-left: 30px;
      margin-top: 5px;
      height: 40px; }
    .user.dashboard .dashboard__primary .plan .details {
      color: #2C3E50;
      font-size: 14px;
      margin: 18px 0 0 24px; }
      .user.dashboard .dashboard__primary .plan .details li {
        height: 20px;
        line-height: 20px; }
        .user.dashboard .dashboard__primary .plan .details li i {
          margin-right: 10px; }
      .user.dashboard .dashboard__primary .plan .details li:first-child {
        font-weight: bold;
        margin-bottom: 8px;
        color: #2C3E50; }
    .user.dashboard .dashboard__primary .plan .price {
      height: 100px;
      width: 250px;
      text-align: center;
      border-radius: 50%;
      line-height: 100px;
      text-align: left;
      color: #2C3E50;
      font-size: 1.5em;
      font-weight: 100;
      margin: -50px auto;
      position: absolute;
      top: 30px;
      left: 30px; }
    .user.dashboard .dashboard__primary .plan .restante {
      color: #16a085;
      font-size: 13px;
      top: 60px; }
      .user.dashboard .dashboard__primary .plan .restante.f {
        top: 80px;
        color: #e74c3c; }
    .user.dashboard .dashboard__primary .plan button {
      display: block;
      width: 220px;
      margin-left: 30px;
      margin-top: 5px;
      height: 40px; }
    @media only screen and (max-width: 820px) {
      .user.dashboard .dashboard__primary {
        display: none; } }
  .user.dashboard .dashboard__cards {
    width: calc(100% - 260px);
    float: left;
    position: relative;
    margin: 10px 0;
    padding-right: 20px; }
    @media only screen and (max-width: 820px) {
      .user.dashboard .dashboard__cards {
        width: 100%;
        margin: 10px 0 10px 10px; }
        .user.dashboard .dashboard__cards * {
          -webkit-text-size-adjust: auto !important; } }
    .user.dashboard .dashboard__cards .__card {
      text-align: center;
      margin: 5px;
      width: calc(50% - 10px);
      height: 100px;
      background: white;
      box-shadow: 5px 5px 15px -5px  #D4DDE7;
      border-radius: 2px;
      border-bottom: 2px solid #FFFFFF !important;
      display: inline-block;
      text-align: center;
      position: relative;
      border-left: 2px solid; }
      .user.dashboard .dashboard__cards .__card img {
        border: 1; }
      @media only screen and (max-width: 820px) {
        .user.dashboard .dashboard__cards .__card {
          zoom: 0.5; } }
      .user.dashboard .dashboard__cards .__card .card__icon, .user.dashboard .dashboard__cards .__card .card__svg, .user.dashboard .dashboard__cards .__card .card__go {
        position: absolute;
        top: 0;
        left: 0;
        width: 72px;
        height: 100%;
        border-radius: 2px 0 0 2px;
        color: #a5a5a5; }
        .user.dashboard .dashboard__cards .__card .card__icon::before, .user.dashboard .dashboard__cards .__card .card__icon i::before, .user.dashboard .dashboard__cards .__card .card__svg::before, .user.dashboard .dashboard__cards .__card .card__svg i::before, .user.dashboard .dashboard__cards .__card .card__go::before, .user.dashboard .dashboard__cards .__card .card__go i::before {
          line-height: 100px;
          font-size: 24px; }
      .user.dashboard .dashboard__cards .__card .card__svg {
        width: 90px;
        margin: 0; }
      .user.dashboard .dashboard__cards .__card .card__number {
        padding: 18px 0 0 72px;
        text-align: left;
        font-size: 36px;
        font-weight: 500;
        color: #2C3E50; }
      .user.dashboard .dashboard__cards .__card .card__title {
        padding: 6px 0 12px 72px;
        text-align: left;
        font-size: 14px;
        color: #16a085;
        position: absolute; }
      .user.dashboard .dashboard__cards .__card .card__str {
        padding: 6px 0 12px 72px;
        text-align: left;
        font-size: 14px;
        color: #2C3E50;
        position: absolute; }
      .user.dashboard .dashboard__cards .__card .card__extra {
        padding: 6px 0 12px 72px;
        text-align: left;
        font-size: 12px;
        color: #16a085;
        position: absolute; }
      .user.dashboard .dashboard__cards .__card .card__value {
        padding: 30px 0 0 72px;
        text-align: left;
        font-size: 28px;
        font-weight: 500;
        color: #2C3E50;
        white-space: nowrap; }
      .user.dashboard .dashboard__cards .__card .card__go {
        cursor: pointer;
        right: 5px;
        left: auto;
        border-radius: 2px;
        cursor: pointer;
        height: calc(100% - 10px);
        top: 5px; }
        .user.dashboard .dashboard__cards .__card .card__go i::before {
          line-height: 90px;
          color: white; }
      .user.dashboard .dashboard__cards .__card.svg .card__number {
        padding: 12px 0 0 92px;
        font-size: 28px; }
      .user.dashboard .dashboard__cards .__card.svg .card__title {
        padding: 6px 0 12px 92px; }
      .user.dashboard .dashboard__cards .__card.three {
        width: calc(33.3% - 10px); }
      .user.dashboard .dashboard__cards .__card.two {
        width: calc(50% - 10px); }
      .user.dashboard .dashboard__cards .__card.four {
        width: calc(50% - 10px); }
      .user.dashboard .dashboard__cards .__card.rows1 {
        width: calc(100% - 10px); }
      .user.dashboard .dashboard__cards .__card.rows2 {
        width: calc(50% - 10px); }
      .user.dashboard .dashboard__cards .__card.rows3 {
        width: calc(33.3% - 10px); }
      .user.dashboard .dashboard__cards .__card.rows4 {
        width: calc(25% - 10px); }
      .user.dashboard .dashboard__cards .__card.rows5 {
        width: calc(20% - 10px); }
    .user.dashboard .dashboard__cards .__card:hover {
      border-bottom: 2px solid;
      cursor: pointer; }

[ai-menu="admin__CuadroBasico--menu"] .card__number {
  font-size: 32px !important; }

body > .modules .content {
  position: absolute;
  height: 50px;
  top: 0;
  left: 0;
  width: 50px;
  z-index: 9;
  overflow: visible;
  background: #ffffff;
  width: 240px; }
  body > .modules .content.open {
    height: 100% !important; }
  body > .modules .content div.logo {
    background: #34495e;
    height: 50px;
    width: 50px;
    float: left; }
    body > .modules .content div.logo .icon {
      height: 36px;
      margin: 8px 12px; }
  body > .modules .content .open_nav {
    background: #34495e;
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer; }
    body > .modules .content .open_nav i {
      transition: transform 0.3s cubic-bezier(0.5, -0.5, 0.5, 1.5);
      font-size: 22px;
      color: white;
      padding: 12px 15px;
      display: block; }
  body > .modules .content div.app {
    width: 790px;
    float: left;
    height: 50px;
    margin-left: 50px;
    cursor: pointer; }
    body > .modules .content div.app header h1 {
      font-size: 16px;
      padding: 10px 0 0 10px;
      color: #2C3E50; }
    body > .modules .content div.app header span {
      color: #2980b9;
      font-size: 12px;
      padding: 10px; }
    body > .modules .content div.app i {
      color: #2C3E50;
      position: absolute;
      top: 16px;
      right: 12px; }

body > .modules .ai-menu {
  padding: 10px 0;
  background: white !important; }
  body > .modules .ai-menu > div.menu ul > li {
    min-height: 60px; }
    body > .modules .ai-menu > div.menu ul > li > a {
      min-height: 60px; }
      body > .modules .ai-menu > div.menu ul > li > a header, body > .modules .ai-menu > div.menu ul > li > a span {
        display: block; }

.dental {
  width: 900px;
  height: 750px;
  margin: 0 auto;
  position: relative; }
  .dental * {
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none; }

.dental.infantil #odontograma {
  width: 580px !important;
  left: 160px !important; }
  .dental.infantil #odontograma .cuadrante {
    width: 240px !important; }

.dental__container {
  margin: 0 auto;
  position: relative;
  width: 100%; }
  .dental__container * {
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none; }
  .dental__container .estados {
    float: left;
    height: 420px;
    width: 350px;
    margin-right: 10px; }
  .dental__container #odontograma {
    width: 940px;
    margin: 70px auto 0 auto;
    position: relative;
    background-color: #ECF2F6;
    height: 300px;
    border-radius: 3px;
    opacity: 0;
    transition: opacity 0.3s linear; }
    .dental__container #odontograma object {
      opacity: 1;
      position: absolute;
      left: 5px;
      top: 5px;
      height: 290px;
      width: 200px; }
      .dental__container #odontograma object tspan {
        font-family: "Melvetica", sans-serif; }
    .dental__container #odontograma .change {
      position: absolute;
      width: 180px;
      background: #2980b9;
      height: 35px;
      left: 15px;
      top: 250px;
      color: white;
      border-radius: 2px;
      line-height: 35px;
      text-align: center;
      font-size: 12px;
      opacity: 0.5;
      cursor: pointer; }
      .dental__container #odontograma .change:hover {
        opacity: 1; }
      .dental__container #odontograma .change.selected {
        background-color: #e74c3c; }
    .dental__container #odontograma .cuadrante {
      position: absolute;
      width: 360px;
      position: absolute;
      height: 70px;
      padding-left: 4px; }
      .dental__container #odontograma .cuadrante .select-all {
        position: absolute;
        width: 96%;
        background: #1abc9c;
        height: 35px;
        left: 2%;
        margin-top: -64px;
        color: white;
        border-radius: 2px;
        line-height: 35px;
        text-align: center;
        font-size: 12px;
        opacity: 0.5;
        cursor: pointer; }
        .dental__container #odontograma .cuadrante .select-all:hover {
          opacity: 1; }
        .dental__container #odontograma .cuadrante .select-all.selected {
          background-color: #e74c3c; }
      .dental__container #odontograma .cuadrante .posicion {
        text-align: center;
        position: absolute;
        width: 40px;
        color: #666;
        font-size: 12px; }
      .dental__container #odontograma .cuadrante.up {
        top: 80px;
        border-bottom: 1px solid #95a5a6; }
        .dental__container #odontograma .cuadrante.up .posicion {
          top: -10px; }
      .dental__container #odontograma .cuadrante.down {
        top: 150px; }
        .dental__container #odontograma .cuadrante.down .posicion {
          top: 70px; }
        .dental__container #odontograma .cuadrante.down .select-all {
          margin-top: 100px; }
      .dental__container #odontograma .cuadrante.left {
        left: 210px;
        border-right: 1px solid #95a5a6; }
      .dental__container #odontograma .cuadrante.right {
        right: 10px; }
    .dental__container #odontograma .diente_contendedor {
      display: inline-block;
      float: left;
      margin: 15px 2px; }
      .dental__container #odontograma .diente_contendedor .diente {
        position: relative;
        width: 40px;
        height: 40px;
        border-radius: 3px;
        border: 1px solid #bdc3c7;
        background-color: white;
        overflow: hidden;
        cursor: pointer; }
        .dental__container #odontograma .diente_contendedor .diente.selected {
          border-color: red; }
        .dental__container #odontograma .diente_contendedor .diente.solo div {
          display: none; }
        .dental__container #odontograma .diente_contendedor .diente div {
          position: absolute;
          width: 40px;
          height: 40px;
          top: 0;
          left: 0;
          z-index: 2;
          cursor: pointer;
          background-color: #ffffff; }
          .dental__container #odontograma .diente_contendedor .diente div:hover {
            background-color: #7FFE7F; }
          .dental__container #odontograma .diente_contendedor .diente div.caries {
            background: black !important; }
        .dental__container #odontograma .diente_contendedor .diente .interior {
          -webkit-transform: rotate(45deg);
          top: -28.28px;
          border: 1px solid #bdc3c7; }
        .dental__container #odontograma .diente_contendedor .diente .exterior {
          -webkit-transform: rotate(45deg);
          top: 28.28px;
          border: 1px solid #bdc3c7; }
        .dental__container #odontograma .diente_contendedor .diente .derecho {
          z-index: 1;
          margin-left: 20px; }
        .dental__container #odontograma .diente_contendedor .diente .izquierdo {
          z-index: 1;
          margin-left: -20px; }
        .dental__container #odontograma .diente_contendedor .diente .centro {
          border-radius: 4px;
          width: 20px;
          height: 20px;
          margin-top: 9px;
          margin-left: 9px;
          background-color: white;
          border: 1px solid #bdc3c7; }
        .dental__container #odontograma .diente_contendedor .diente i {
          z-index: 1;
          width: 40px;
          height: 40px;
          display: block;
          position: absolute;
          font-size: 20px;
          padding: 8px 12px; }
          .dental__container #odontograma .diente_contendedor .diente i.ausente {
            background: rgba(255, 0, 0, 0.5);
            color: #FFF; }
          .dental__container #odontograma .diente_contendedor .diente i.noerupcionado {
            background: rgba(255, 50, 50, 0.5);
            color: #FFF; }
          .dental__container #odontograma .diente_contendedor .diente i.protesis {
            background: rgba(0, 255, 0, 0.5);
            color: #FFF; }
          .dental__container #odontograma .diente_contendedor .diente i.caries {
            background: rgba(200, 200, 200, 0.5);
            color: white; }
          .dental__container #odontograma .diente_contendedor .diente i.fracturado {
            background: rgba(200, 200, 200, 0.5);
            color: black; }
        .dental__container #odontograma .diente_contendedor .diente .bullet {
          position: absolute;
          height: 15px;
          width: 20px;
          background: rgba(200, 200, 0, 0.8);
          top: 0;
          left: 0;
          cursor: pointer;
          z-index: 1;
          display: block !important;
          border-radius: 0 0 5px 0;
          color: #FFF;
          font-size: 10px;
          font-weight: bold;
          padding: 2px 8px; }
          .dental__container #odontograma .diente_contendedor .diente .bullet.procedimientos {
            right: 0;
            left: auto;
            border-radius: 5px 0 0 0;
            background: rgba(0, 200, 200, 0.8);
            top: auto;
            bottom: 0; }
        .dental__container #odontograma .diente_contendedor .diente.solo i.caries {
          display: block; }
        .dental__container #odontograma .diente_contendedor .diente.solo i.fracturado {
          display: block; }
        .dental__container #odontograma .diente_contendedor .diente.procedimiento {
          border-bottom: 2px solid #d35400; }
    .dental__container #odontograma .todos {
      width: 100%;
      margin-top: -80px;
      background: #ecf0f1;
      position: absolute;
      color: #bdc3c7; }
      .dental__container #odontograma .todos:hover {
        background: #2980b9;
        color: #ffffff; }
    .dental__container #odontograma.infantil {
      width: 700px; }
      .dental__container #odontograma.infantil .cuadrante {
        width: 240px !important; }

[ng-controller="citas_captura"] .ai-breadcrumbs {
  border-top: none; }

[ng-controller="citas_captura"] [ai-menu="pacientes"] {
  height: calc(100% - 55px) !important; }

[ng-controller="citas_agendas"] {
  overflow: visible !important; }

[ai-breadcrumb="breadcrumbs-agendas-citas"] {
  display: none; }

.agendas-container {
  height: calc(100% - 0px);
  width: 100%;
  overflow-x: auto; }
  .agendas-container:after {
    height: 5px;
    width: 100%;
    background: white;
    content: '';
    position: absolute;
    top: -5px;
    background: #f8f9ff; }
  @media only screen and (min-width: 480px) {
    .agendas-container {
      width: calc(100% - 240px); } }
  .agendas-container .agendas {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll; }
    .agendas-container .agendas [ai-menu] {
      height: 100%;
      min-width: 490px;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      float: left;
      transition-property: margin;
      transition-duration: 0.3s;
      transition-timing-function: ease-in-out; }
      .agendas-container .agendas [ai-menu] > menu {
        height: 100% !important;
        width: 100%;
        margin: 0;
        border: none; }
        .agendas-container .agendas [ai-menu] > menu > header {
          height: 60px;
          text-align: left; }
          .agendas-container .agendas [ai-menu] > menu > header h2 {
            font-size: 16px; }
          .agendas-container .agendas [ai-menu] > menu > header h3 {
            font-size: 12px; }
          .agendas-container .agendas [ai-menu] > menu > header button {
            height: 40px;
            margin: 5px 1px; }
      .agendas-container .agendas [ai-menu] .ai-menu .menu > ul,
      .agendas-container .agendas [ai-menu] .ai-menu.multiple .menu .opciones {
        border-left: none !important; }
      .agendas-container .agendas [ai-menu].hide_agenda {
        margin: 0 0 0 -25%; }
    .agendas-container .agendas .agenda:first-child .ai-menu .menu > ul, .agendas-container .agendas .agenda:first-child .ai-menu.multiple .menu .opciones {
      border-left: 1px solid #ecf0f1 !important; }

div.action.control {
  top: 50px;
  right: 0;
  position: fixed;
  margin: 0; }
  div.action.control .buttons button {
    background: #2980b9 !important;
    width: 58px;
    margin-right: 0px;
    background-size: cover !important; }
    div.action.control .buttons button i {
      background: rgba(77, 148, 255, 0.8) !important;
      width: 100% !important;
      color: white;
      font-size: 22px;
      display: block;
      height: 40px;
      line-height: 40px;
      margin-top: -10px;
      padding-top: 2px; }
    div.action.control .buttons button:disabled {
      background-color: #ecf0f1 !important;
      border: none !important; }
      div.action.control .buttons button:disabled i {
        background: transparent !important; }
    div.action.control .buttons button.calendar {
      background: #27ae60 !important; }
      div.action.control .buttons button.calendar i {
        background: transparent !important; }
  div.action.control .buttons.right-hide {
    margin-right: 200px; }

section.active.personal [ai-breadcrumb] {
  display: none; }

section.active.personal .agendas-container {
  height: 100%; }

section.active.personal .agendas {
  width: 100%; }
  section.active.personal .agendas [ai-menu] {
    width: 100%; }
    section.active.personal .agendas [ai-menu] button.compact {
      margin-top: 0px !important;
      padding: 15px 0px !important; }

section.active.personal#calendar .agendas-container {
  width: 100%; }

body.showAside .agendas-container div.action.control {
  right: 250px; }

body > aside.chat {
  position: fixed;
  height: 100%;
  padding-bottom: 20px;
  top: 52px;
  right: -250px;
  width: 250px;
  z-index: 9;
  transition-property: all;
  transition-duration: 0.3s; }
  body > aside.chat .close {
    position: fixed;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    display: block;
    z-index: 1000;
    cursor: pointer; }
  body > aside.chat .chat_container {
    height: 100%; }
    body > aside.chat .chat_container .unread {
      position: fixed;
      z-index: 127;
      right: 2px;
      top: 2px;
      height: 20px;
      width: 20px;
      text-align: center;
      line-height: 20px;
      border-radius: 50%;
      font-size: 10px;
      color: white;
      background: #c0392b; }
  body > aside.chat .ai-menu > header {
    height: 58px !important; }
  body > aside.chat .show_conversation {
    height: 100%; }
    body > aside.chat .show_conversation menu {
      height: calc(100% + 110px);
      margin-left: 200px;
      margin-top: -110px;
      z-index: 7; }
      body > aside.chat .show_conversation menu > header h2, body > aside.chat .show_conversation menu > header h3, body > aside.chat .show_conversation menu .opciones {
        display: none; }
      body > aside.chat .show_conversation menu .menu > ul {
        margin-top: 0 !important; }
      body > aside.chat .show_conversation menu img {
        margin: 5px 10px 0 0; }
      body > aside.chat .show_conversation menu .status {
        left: 35px;
        top: 40px; }
      body > aside.chat .show_conversation menu .alert {
        left: 0px;
        right: auto;
        top: 34px; }
  body > aside.chat menu img, body > aside.chat div.conversation img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: none !important; }
  body > aside.chat div.conversation {
    height: calc(100% - 50px);
    background: #FFF;
    position: absolute;
    width: 200px;
    right: 50px;
    top: 0; }
    body > aside.chat div.conversation .nav-header {
      top: 52px;
      height: 58px; }
    body > aside.chat div.conversation h2 {
      height: 60px;
      width: 200px;
      line-height: 24px;
      overflow: hidden;
      padding: 5px 10px; }
    body > aside.chat div.conversation div.view_chat {
      position: relative;
      height: calc(100% - 50px);
      width: 100%;
      padding: 0; }
      body > aside.chat div.conversation div.view_chat ul {
        position: absolute;
        width: 100%;
        overflow-y: auto;
        bottom: 0;
        max-height: 100%; }
        body > aside.chat div.conversation div.view_chat ul > li {
          position: relative;
          height: auto;
          background-color: #f8f9ff;
          text-align: left;
          display: block;
          font-size: 12px;
          padding: 5px 10px;
          min-height: 40px;
          border: 1px solid #ecf0f1;
          color: #2c3e50;
          margin: 5px 0;
          border-radius: 3px;
          line-height: 18px; }
          body > aside.chat div.conversation div.view_chat ul > li time {
            font-size: 8px;
            display: block;
            padding-top: 10px; }
          body > aside.chat div.conversation div.view_chat ul > li.me {
            text-align: right;
            background-color: #f0fff0; }
    body > aside.chat div.conversation .message {
      bottom: 0;
      position: absolute;
      width: 100%;
      height: 45px;
      background: #fff;
      font-size: 14px;
      padding: 10px 0; }

body.showAside > aside.chat {
  right: -250px; }

body.showAside > aside.chat {
  right: 0; }

.float.chat {
  min-height: 501px;
  max-height: 501px;
  height: 100%; }
  .float.chat .indicator {
    margin-left: 262px; }
  .float.chat ul > li.offline > a img {
    -moz-filter: grayscale(90%);
    filter: grayscale(90%); }
  .float.chat.open {
    background-color: #f8f9ff;
    overflow: hidden; }
    .float.chat.open ul.user-list {
      z-index: 5;
      position: absolute;
      background-color: transparent;
      top: 0; }
      .float.chat.open ul.user-list > li {
        background-color: #f8f9ff;
        background-color: #F8F9FF;
        width: 70px;
        height: 70px;
        overflow: hidden;
        padding-top: 1px; }
        .float.chat.open ul.user-list > li.home {
          height: 50px;
          background-color: #ffffff;
          width: 71px; }
          .float.chat.open ul.user-list > li.home i {
            margin-top: -5px; }
        .float.chat.open ul.user-list > li.active {
          width: 71px;
          border-top: 1px solid #ecf0f1;
          border-bottom: 1px solid #ecf0f1;
          height: 70px;
          background-color: #ffffff !important;
          padding-top: 0px;
          a: hover;
            a-background-color: #ffffff !important; }
          .float.chat.open ul.user-list > li.active img {
            /*width: 56px;
              height: 56px;
              margin-top: -3px;
              margin-left: -3px;*/ }

body > aside.test {
  right: 0;
  width: 350px !important;
  top: 0;
  box-shadow: 0px -5px 8px #2C3E50; }
  body > aside.test > header {
    position: absolute;
    top: -52px;
    right: 0;
    width: 250px;
    height: 50px; }
    body > aside.test > header button {
      margin-top: 5px;
      background: #27ae60;
      text-align: center;
      color: white; }
  body > aside.test menu > header button {
    height: 40px !important;
    margin: 5px 1px !important;
    width: 40px; }

[ai-template="paciente-dashboard-template"] {
  height: 100%; }

[ai-menu="analiticos__analitico--menu"] .transclude {
  height: calc(100% - 10px); }

[ai-template="analitico"] {
  height: 100%; }

[ai-template="analitico-caja"] {
  height: 100%; }

[ai-template="sidebar__show_version--template"] {
  padding: 0px 25px; }

.dashboard {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  color: white; }

[ai-template="paciente__visor_imagenologia-template"] > div.no_result {
  color: #CCC;
  text-align: center;
  margin: 100px; }
  [ai-template="paciente__visor_imagenologia-template"] > div.no_result h1 {
    font-size: 24px; }
  [ai-template="paciente__visor_imagenologia-template"] > div.no_result i {
    font-size: 75px; }

div[ai-template="caja__pos-template"] {
  height: 100%; }
  div[ai-template="caja__pos-template"] .pos-container {
    background-color: transparent;
    height: 100%;
    width: 100%; }
    div[ai-template="caja__pos-template"] .pos-container .pos-sidebar {
      display: none;
      float: left;
      width: 240px;
      height: 100%; }
      div[ai-template="caja__pos-template"] .pos-container .pos-sidebar > .top {
        height: 240px;
        background: rgba(255, 255, 255, 0.8);
        margin-top: 0px;
        border-right: 1px solid #ecf0f1; }
        div[ai-template="caja__pos-template"] .pos-container .pos-sidebar > .top .client .profile {
          height: 50px;
          width: 50px;
          background-size: cover;
          border-radius: 50%;
          margin: 5px 10px 5px 5px;
          float: left; }
        div[ai-template="caja__pos-template"] .pos-container .pos-sidebar > .top .client .info h2 {
          color: #2C3E50;
          font-size: 16px;
          padding: 10px 0 0 15px; }
        div[ai-template="caja__pos-template"] .pos-container .pos-sidebar > .top .client .info h3 {
          color: #2980b9;
          font-size: 12px;
          padding: 10px 10px 10px 15px; }
        div[ai-template="caja__pos-template"] .pos-container .pos-sidebar > .top .client .razon-social {
          width: 100%;
          padding: 5px; }
          div[ai-template="caja__pos-template"] .pos-container .pos-sidebar > .top .client .razon-social span {
            font-size: 14px;
            color: #2980b9; }
          div[ai-template="caja__pos-template"] .pos-container .pos-sidebar > .top .client .razon-social h2 {
            font-size: 16px;
            line-height: 18px;
            color: #2C3E50;
            padding: 0 0 5px 0; }
        div[ai-template="caja__pos-template"] .pos-container .pos-sidebar > .top .client .actions {
          position: absolute;
          margin-left: 5px; }
          div[ai-template="caja__pos-template"] .pos-container .pos-sidebar > .top .client .actions .bandeja {
            width: 50px; }
      div[ai-template="caja__pos-template"] .pos-container .pos-sidebar > .content {
        height: calc(100% - 120px); }
    div[ai-template="caja__pos-template"] .pos-container .main {
      float: left;
      height: 100%;
      width: 100%; }
      div[ai-template="caja__pos-template"] .pos-container .main > .content {
        height: calc(100% - 120px); }
        div[ai-template="caja__pos-template"] .pos-container .main > .content [ai-menu="caja__ticket_producto--menu"] {
          height: 100%; }
          div[ai-template="caja__pos-template"] .pos-container .main > .content [ai-menu="caja__ticket_producto--menu"] .items_container {
            width: 100%; }
          div[ai-template="caja__pos-template"] .pos-container .main > .content [ai-menu="caja__ticket_producto--menu"] [ai-menu="caja__ticket_items--menu"] div.menu ul > li.menu-item {
            min-height: 90px; }
            div[ai-template="caja__pos-template"] .pos-container .main > .content [ai-menu="caja__ticket_producto--menu"] [ai-menu="caja__ticket_items--menu"] div.menu ul > li.menu-item a span {
              display: none; }
          div[ai-template="caja__pos-template"] .pos-container .main > .content [ai-menu="caja__ticket_producto--menu"] [ai-menu="caja__ticket_items--menu"] .items_container {
            width: 100%; }
            div[ai-template="caja__pos-template"] .pos-container .main > .content [ai-menu="caja__ticket_producto--menu"] [ai-menu="caja__ticket_items--menu"] .items_container .columns {
              margin-top: 15px !important;
              float: right;
              min-width: 300px;
              max-width: 70%;
              margin-right: 40px !important; }
              div[ai-template="caja__pos-template"] .pos-container .main > .content [ai-menu="caja__ticket_producto--menu"] [ai-menu="caja__ticket_items--menu"] .items_container .columns .column_help {
                display: none; }
              div[ai-template="caja__pos-template"] .pos-container .main > .content [ai-menu="caja__ticket_producto--menu"] [ai-menu="caja__ticket_items--menu"] .items_container .columns .ai-schema {
                overflow: visible; }
                div[ai-template="caja__pos-template"] .pos-container .main > .content [ai-menu="caja__ticket_producto--menu"] [ai-menu="caja__ticket_items--menu"] .items_container .columns .ai-schema .schema-input {
                  min-width: 120px; }
            div[ai-template="caja__pos-template"] .pos-container .main > .content [ai-menu="caja__ticket_producto--menu"] [ai-menu="caja__ticket_items--menu"] .items_container .actions:not(.hide_actions) {
              position: absolute;
              right: -5px;
              float: right;
              margin-top: 17px; }
              div[ai-template="caja__pos-template"] .pos-container .main > .content [ai-menu="caja__ticket_producto--menu"] [ai-menu="caja__ticket_items--menu"] .items_container .actions:not(.hide_actions) button {
                height: 60px !important; }
            div[ai-template="caja__pos-template"] .pos-container .main > .content [ai-menu="caja__ticket_producto--menu"] [ai-menu="caja__ticket_items--menu"] .items_container .ai-schema .schema-input .ai-input button.action {
              left: calc(100% - 32px);
              min-width: 0px; }
            div[ai-template="caja__pos-template"] .pos-container .main > .content [ai-menu="caja__ticket_producto--menu"] [ai-menu="caja__ticket_items--menu"] .items_container .ai-schema > .input-type-String {
              min-width: 120px !important; }
      div[ai-template="caja__pos-template"] .pos-container .main > footer {
        box-shadow: 0 -15px 10px -15px #D4DDE7;
        position: absolute;
        width: 100%; }
        div[ai-template="caja__pos-template"] .pos-container .main > footer .paciente {
          float: left;
          width: 70%;
          background: white;
          height: 120px; }
          div[ai-template="caja__pos-template"] .pos-container .main > footer .paciente .client {
            padding: 10px 20px; }
            div[ai-template="caja__pos-template"] .pos-container .main > footer .paciente .client .profile {
              height: 50px;
              width: 50px;
              background-size: cover;
              border-radius: 3px;
              margin: 5px 10px 5px 5px;
              float: left; }
            div[ai-template="caja__pos-template"] .pos-container .main > footer .paciente .client .info h2 {
              color: #2C3E50;
              font-size: 16px;
              padding: 5px 0 2px 15px; }
            div[ai-template="caja__pos-template"] .pos-container .main > footer .paciente .client .info h3,
            div[ai-template="caja__pos-template"] .pos-container .main > footer .paciente .client .info h4 {
              color: #2980b9;
              font-size: 12px;
              padding: 5px 10px 0px 15px; }
            div[ai-template="caja__pos-template"] .pos-container .main > footer .paciente .client .info h4 {
              color: #008080; }
            div[ai-template="caja__pos-template"] .pos-container .main > footer .paciente .client .razon-social {
              width: 100%;
              padding: 5px; }
              div[ai-template="caja__pos-template"] .pos-container .main > footer .paciente .client .razon-social span {
                font-size: 14px;
                color: #2980b9; }
              div[ai-template="caja__pos-template"] .pos-container .main > footer .paciente .client .razon-social h2 {
                font-size: 16px;
                line-height: 18px;
                color: #2C3E50;
                padding: 0 0 5px 0; }
            div[ai-template="caja__pos-template"] .pos-container .main > footer .paciente .client .actions {
              position: absolute;
              margin-left: 5px; }
              div[ai-template="caja__pos-template"] .pos-container .main > footer .paciente .client .actions .button-container {
                display: inline-block; }
                div[ai-template="caja__pos-template"] .pos-container .main > footer .paciente .client .actions .button-container button {
                  height: 35px;
                  padding: 0 15px;
                  margin: 10px 0px 0 0; }
                  div[ai-template="caja__pos-template"] .pos-container .main > footer .paciente .client .actions .button-container button i {
                    margin: auto 10px auto 0; }
              div[ai-template="caja__pos-template"] .pos-container .main > footer .paciente .client .actions .bandeja {
                width: 50px; }
        div[ai-template="caja__pos-template"] .pos-container .main > footer > .total {
          width: 30%;
          float: right; }
          div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div {
            width: 100%;
            height: 120px;
            background: white;
            box-shadow: 0 -2px 5px -5px #333; }
            div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div .total {
              width: 300px;
              height: 100%;
              float: right;
              padding: 5px 20px;
              margin-right: 80px; }
              div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div .total table {
                width: 100%; }
                div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div .total table td {
                  padding: 3px 0;
                  width: 70%;
                  color: #2C3E50;
                  font-size: 14px; }
                  div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div .total table td.right {
                    text-align: right; }
                  div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div .total table td.totalRow {
                    color: black;
                    font-size: 20px;
                    padding: 10px 0; }
                div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div .total table td.right {
                  width: 30%;
                  text-align: right; }
                div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div .total table tr:nth-child(n+6) {
                  display: none; }
            div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div .payment {
              width: 50%;
              height: 100%;
              float: left;
              padding: 15px 10px;
              display: none; }
              div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div .payment .step-1 {
                height: 100%; }
                div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div .payment .step-1 button.pay {
                  width: 100%;
                  height: 180px;
                  color: white;
                  background: #e67e22;
                  font-size: 32px;
                  font-weight: bold; }
              div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div .payment .step-2 {
                display: none;
                height: 100%; }
                div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div .payment .step-2 button.payMethod {
                  width: 130px;
                  height: 50px; }
              div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div .payment .step-3 div.schemaPayment {
                height: 135px; }
                div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div .payment .step-3 div.schemaPayment .schema-input {
                  padding: 0; }
                  div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div .payment .step-3 div.schemaPayment .schema-input > label {
                    display: none; }
                  div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div .payment .step-3 div.schemaPayment .schema-input > i {
                    top: 20px;
                    left: 15px; }
                  div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div .payment .step-3 div.schemaPayment .schema-input > .ai-input {
                    margin-left: 0; }
              div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div .payment .step-3 div.buttons button.back {
                width: 24%;
                height: 40px;
                background: #ecf0f1;
                float: left;
                font-size: 16px; }
              div[ai-template="caja__pos-template"] .pos-container .main > footer > .total > div .payment .step-3 div.buttons button.makePayment {
                width: 75%;
                height: 40px;
                background: #27ae60;
                float: left;
                font-size: 18px;
                color: white;
                font-weight: bold; }

div[ai-menu="caja__ticket_producto--menu"] .transclude {
  position: absolute;
  width: 100%; }

div[ai-menu="caja__panel_actions--menu"] .transclude {
  height: 100%; }

div[ai-menu="pos__cobro--menu"] .total {
  background: #F6F8F8;
  width: 100%;
  padding: 10px 20px 0 20px; }
  div[ai-menu="pos__cobro--menu"] .total table {
    width: 100%; }
    div[ai-menu="pos__cobro--menu"] .total table td {
      padding: 5px 0;
      width: 70%;
      color: #2C3E50;
      font-size: 14px; }
      div[ai-menu="pos__cobro--menu"] .total table td.right {
        text-align: right; }
      div[ai-menu="pos__cobro--menu"] .total table td.totalRow {
        color: black;
        font-size: 20px;
        padding: 10px 0; }
    div[ai-menu="pos__cobro--menu"] .total table td.right {
      width: 30%;
      text-align: right; }

div#cajaCorteResumen {
  margin-top: 5px;
  border: 2px solid #E4E4E4;
  padding: 10px 10%;
  text-align: center;
  border-radius: 3px;
  line-height: 25px;
  font-size: 15px; }

[ai-menu="prospera__complementos--menu"] .items_container {
  width: 100%; }
  [ai-menu="prospera__complementos--menu"] .items_container .columns {
    width: calc(100% - 70px) !important;
    left: 0px !important;
    margin-top: -5px !important; }
    [ai-menu="prospera__complementos--menu"] .items_container .columns .column_help {
      display: none !important; }
    [ai-menu="prospera__complementos--menu"] .items_container .columns .input-type-String {
      width: 80% !important; }
    [ai-menu="prospera__complementos--menu"] .items_container .columns .input-type-Integer {
      min-width: 10px !important;
      width: 120px !important; }

.btn {
  border-radius: 2px !important; }

button:active {
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.aiForm {
  position: relative; }
  .aiForm div.mask {
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    z-index: 1000;
    opacity: 0.2; }
  .aiForm input[type="text"], .aiForm input[type="password"], .aiForm input[type="date"], .aiForm input[type="time"] {
    border-radius: 2px;
    border: 2px solid #ecf0f1;
    box-shadow: none !important;
    -webkit-transition: none !important;
    width: 400px !important;
    height: 50px !important;
    padding-left: 32px !important; }
  .aiForm div.number_field {
    border-radius: 2px;
    border: 2px solid #f2f3f4;
    box-shadow: none !important;
    -webkit-transition: none !important;
    width: 400px !important;
    height: 50px !important;
    padding-left: 32px !important; }
    .aiForm div.number_field > input[type="text"] {
      border-radius: 0px;
      border: none;
      box-shadow: none !important;
      -webkit-transition: none !important;
      max-width: 250px !important;
      height: 45px !important;
      padding-left: 0px !important; }
    .aiForm div.number_field label {
      color: #AAA;
      float: right;
      padding: 10px 0 0 10px;
      width: 100px;
      height: 45px;
      overflow: hidden;
      border-left: 2px solid #ecf0f1;
      text-transform: uppercase; }
  .aiForm div.validateError {
    display: none; }
  .aiForm i.warningIcon {
    position: absolute;
    font-size: 25px;
    right: 20px;
    top: 20px; }
  .aiForm table tr.directive > td {
    padding: 0; }
  .aiForm table tr.directive .tableSpina tr:last-child {
    border-bottom: none; }
  .aiForm table tr th {
    padding-left: 10px;
    width: 200px; }
    .aiForm table tr th .expect {
      float: right;
      width: 25px; }
  .aiForm table tr td .noedit {
    z-index: 1;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block !important;
    top: 0;
    left: 0;
    opacity: 0.7; }
  .aiForm table tr th .nooriginal {
    font-size: 25px;
    margin-top: 5px;
    margin-left: -35px;
    position: absolute;
    color: #f39c12; }
  .aiForm table tr td button.active, .aiForm table tr td button.default {
    width: 100px;
    height: 40px;
    position: absolute;
    right: 30px;
    z-index: 2;
    margin: 5px;
    padding: 0;
    border-color: #27ae60;
    background-color: #ffffff;
    border-radius: 0;
    border-bottom: 2px solid #27ae60; }
  .aiForm table tr td button.default {
    border-bottom: 2px solid #c0392b; }
  .aiForm .aiInputContainer .aiInputIcon {
    padding: 16px 10px; }
  .aiForm .messages {
    position: absolute;
    top: 0;
    right: 30px;
    background: white;
    max-width: 300px;
    height: 300px;
    margin-top: -125px; }
    .aiForm .messages .help {
      text-align: center; }
    .aiForm .messages::after {
      content: '';
      display: block;
      height: 20px;
      width: 20px;
      position: absolute;
      top: 50%;
      -webkit-transform: rotate(45deg);
      left: 0px;
      border: 2px solid #f1f2f3;
      background: white;
      border-top: 0;
      border-right: 0; }
    .aiForm .messages div.content {
      margin-left: 10px;
      padding: 10px;
      border: 2px solid #f1f2f3;
      border-radius: 5px;
      width: 100%;
      height: 100%;
      overflow: hidden;
      overflow-y: auto; }
    .aiForm .messages .error {
      width: 100%;
      font-size: 13px;
      border: 1px solid red;
      padding: 8px 5px;
      border-radius: 5px;
      margin-bottom: 10px;
      color: #ffffff;
      background-color: #c0392b;
      text-align: center; }
  .aiForm .alerts-box {
    width: 400px; }
    .aiForm .alerts-box .error {
      color: #c4302b;
      background: white;
      text-align: left;
      padding: 5px 0 0 0px;
      width: 400px;
      line-height: 20px; }
    .aiForm .alerts-box .warning {
      color: #f39c12 !important; }
  .aiForm .help-box {
    background-color: red;
    position: fixed;
    height: 100px;
    width: 250px;
    right: 30px; }

::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none; }

.aiGridContent {
  height: 100%; }

.aiGrid {
  padding-top: 10px; }
  .aiGrid .searchBox {
    margin-bottom: 10px; }
  .aiGrid .searchBox input {
    width: 100%;
    font-size: 20px;
    padding: 12px 10px 12px 30px;
    background: #ecf0f1; }
  .aiGrid .searchBox .aiInputIcon {
    font-size: 18px;
    position: absolute;
    top: 22px;
    left: 8px; }
  .aiGrid table thead th {
    width: auto !important; }
  .aiGrid .tableContent {
    height: -o-calc(100% - 60px);
    height: calc(100% - 60px);
    overflow-x: hidden;
    overflow-y: auto; }

.tableSpina > tbody > tr > td, .tableSpina > thead > tr > th {
  font-size: 18px; }

.tableSpina > thead > tr > th {
  font-size: 16px;
  color: #bdc3c7; }

.aiBox {
  border-radius: 0;
  width: 100%;
  height: 100%; }

.aiBox .header {
  margin-top: 0px;
  background: white;
  padding: 2px 10px; }

.aiBox .options {
  width: 100%;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 12px;
  z-index: 2;
  border-radius: 0;
  height: 60px; }

.aiBox .options button {
  float: right;
  margin: 10px 2px; }

.inlineBox .aiBox .options h2 {
  margin-left: 20px !important; }

.aiBox .options h2 {
  display: block;
  float: left; }

.aiBox .optionsInline {
  position: initial;
  margin: -50px 0 0 0;
  float: right; }

.aiBox {
  position: relative;
  overflow-y: scroll;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow-x: hidden;
  width: 100%; }

.aiBox > .main {
  width: 100%;
  height: 100%; }

.aiBox > .main iframe {
  width: 100%;
  height: calc(100% - 80px); }

.aiPopup {
  transition: margin 0.3s ease-in;
  position: fixed;
  z-index: 200;
  background: transparent !important;
  border: none;
  box-shadow: none;
  overflow: hidden;
  margin-left: 3000px;
  top: 0;
  z-index: 7;
  border-left: 0 !important; }

.aiPopup > .main {
  z-index: 1000;
  background: white;
  position: absolute;
  margin-left: 4%;
  border-left: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 100%;
  overflow-y: scroll;
  width: 96%; }

.aiPopup > .back {
  position: absolute;
  width: 2%;
  height: 100%;
  background: black;
  margin-left: 2.8%;
  z-index: 1;
  top: 0;
  border-right: 4px solid rgba(50, 50, 50, 0.4);
  background: -webkit-gradient(linear, right center, left center, from(rgba(0, 0, 0, 0.3)), to(transparent));
  -webkit-mask-box-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0.5, rgba(0, 0, 0, 0.8)), color-stop(1, transparent));
  background-image: -moz-radial-gradient(right, ellipse farthest-side, rgba(0, 0, 0, 0.3), transparent);
  border: 0; }

nav .aiBox > .main {
  /*padding-top: 5px;*/ }

nav .aiBox > .main .menu {
  padding-top: 15px; }

.aiGridRow {
  width: 100%;
  padding: 10px;
  font-size: 14px; }
  .aiGridRow h1 {
    font-weight: bold;
    margin-bottom: 5px; }
  .aiGridRow .col-1 {
    width: 8.33%; }
  .aiGridRow .col-2 {
    width: 16.66%; }
  .aiGridRow .col-3 {
    width: 25%; }
  .aiGridRow .col-4 {
    width: 33.33%; }
  .aiGridRow .col-5 {
    width: 41.66%; }
  .aiGridRow .col-6 {
    width: 50%; }
  .aiGridRow .col-7 {
    width: 58.33%; }
  .aiGridRow .col-8 {
    width: 66.66%; }
  .aiGridRow .col-9 {
    width: 75%; }
  .aiGridRow .col-10 {
    width: 83.33%; }
  .aiGridRow .col-11 {
    width: 91.66%; }
  .aiGridRow .col-12 {
    width: 100%; }
  .aiGridRow [class*="col-"] {
    float: left;
    padding: 5px;
    border: 1px solid #ecf0f1; }
  .aiGridRow .clear::after {
    content: "";
    clear: both;
    display: block; }

.aiGridRow::after {
  content: "";
  clear: both;
  display: block; }

.aiGridRow.prospera {
  margin-top: 0 !important; }
  .aiGridRow.prospera .red {
    color: red;
    font-weight: 800; }
  .aiGridRow.prospera .green {
    color: #27ae60;
    font-weight: 800; }

/*.aiPopup {
  display: none;
}*/
body .select2-container {
  width: 400px !important;
  margin-top: 5px; }

body .select2-container .select2-choice {
  background: white;
  height: 45px;
  border-radius: 2px !important;
  border: 1px solid #ecf0f1;
  box-shadow: none !important; }

body .select2-container.select2-dropdown-open .select2-choice {
  border-radius: 2px 2px 0 0; }

body .select2-container .select2-choice div {
  background: white;
  border-left: 1px solid #ecf0f1;
  width: 18px;
  padding: 0 0 0 2px; }

body nav .select2-container {
  width: 133px !important; }

body .select2-drop {
  width: 100%;
  margin-top: 0;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 2px solid #ecf0f1;
  border-top: 0;
  border-radius: 0 0 2px 2px !important;
  box-shadow: none; }

body .select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
  min-height: 20px; }

body .select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 40px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #FFF; }

body .select2-drop.select2-drop-above .select2-search input {
  margin-top: 0px; }

body .select2-search input.select2-active {
  background: #fff url("../images/select2-spinner.gif") no-repeat 100%; }

body .dropPaciente {
  /*overflow-y: visible;*/
  border-top: 1px solid #ecf0f1;
  width: 420px !important;
  padding-top: 5px; }

body .dropPaciente .select2-results {
  width: 415px;
  float: left;
  max-height: 120px !important; }

body .dropPaciente .select2-result div {
  width: 415px;
  color: #333; }

body .dropPaciente .select2-result div span {
  display: block;
  font-weight: bold;
  color: #000; }

body .dropPaciente .select2-highlighted div, body .dropPaciente .select2-highlighted div span {
  color: #fff; }

body .dropPaciente .select2-result div b {
  width: 40px;
  display: inline-block;
  font-weight: bold;
  color: #5DB95C; }

body .dropPaciente .select2-highlighted div b {
  color: #000; }

body .dropPaciente .select2-result img {
  margin-top: -50px;
  width: 50px;
  float: right; }

body div.top th {
  display: none; }

body div.top .select2-container {
  width: 420px !important; }

body div.top .select2-container .select2-choice {
  background: white;
  height: 60px;
  border-radius: 3px;
  border: 1px solid #ecf0f1;
  box-shadow: none !important; }

body div.top .select2-container .select2-choice div {
  background: white;
  border-left: none;
  width: 18px;
  padding: 0 0 0 2px; }

body div.top .select2-container .select2-choice div b {
  display: none; }

body select.ai-select {
  visibility: none; }

.aiImage div {
  float: left; }

.aiImage .menuFoto {
  font-size: 18px;
  height: 150px;
  width: 40px;
  float: left; }
  .aiImage .menuFoto input {
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 15px 18px; }
  .aiImage .menuFoto i {
    width: 50px;
    display: block;
    text-align: center;
    height: 40px;
    padding: 15px 10px; }

.aiImage canvas#can {
  border: 1px solid #d3d3d3;
  margin-left: 10px;
  padding: 4px;
  border-radius: 3px; }

.aiImage #saycheese-container {
  padding: 4px;
  border: 1px solid #EEE;
  border-radius: 3px;
  width: 410px;
  overflow: hidden; }

.aiImage .thumbnail {
  width: 200px;
  float: left; }

.imgareaselect-border1 {
  background: url(../images/border-v.gif) repeat-y left top; }

.imgareaselect-border2 {
  background: url(../images/border-h.gif) repeat-x left top; }

.imgareaselect-border3 {
  background: url(../images/border-v.gif) repeat-y right top; }

.imgareaselect-border4 {
  background: url(../images/border-h.gif) repeat-x left bottom; }

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
  filter: alpha(opacity=50);
  opacity: 0.5; }

.imgareaselect-handle {
  background-color: #fff;
  border: solid 1px #000;
  filter: alpha(opacity=50);
  opacity: 0.5; }

.imgareaselect-outer {
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5; }

menu {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 60px;
  margin-left: -300px;
  overflow-y: auto;
  height: -o-calc(100% - 80px);
  height: calc(100% - 80px);
  border-right: 1px solid #ecf0f1;
  transition: margin 0.3s ease; }

.container > menu {
  z-index: 8; }
  .container > menu > div {
    height: 100%;
    overflow: hidden; }

menu > div.menu input.search, nav > .menu input.search {
  width: 100%;
  padding: 10px;
  font-size: 19px;
  height: 49px; }

menu > div.menu ul > li > .line, nav > .menu ul > li > .line {
  color: black; }

menu > div.menu ul > li i.icon, nav > .menu ul > li i.icon {
  border: none;
  background-color: transparent !important;
  font-size: 26px;
  color: #bdc3c7; }
  menu > div.menu ul > li i.icon:hover, nav > .menu ul > li i.icon:hover {
    background-color: #ffffff; }

menu > div.menu ul > li > img, nav > .menu ul > li > img {
  padding: 0; }

menu > div.menu .status, nav > .menu .status {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  position: absolute;
  left: 45px;
  border: 2px solid white;
  top: 35px; }

menu > div.menu ul > li.active i.icon, nav > .menu ul > li.active i.icon {
  color: #c0392b !important; }

menu > div.menu ul > li.active .columns, nav > .menu ul > li.active .columns {
  background: transparent; }

menu > div.menu ul > li.primary i.check, nav > .menu ul > li.primary i.check {
  color: #c0392b !important; }

menu > div.menu ul > li.primary > .line, nav > .menu ul > li.primary > .line {
  border-left-color: #FFD700 !important; }

menu > div.menu ul > li.opacity > .line, nav > .menu ul > li.opacity > .line {
  opacity: 0.5; }

menu > div.menu ul > li.show, nav > .menu ul > li.show {
  display: block; }

body.showMenu > .container > menu {
  margin-left: 240px; }

body.hideNav > .container > menu {
  margin-left: -250px; }

.menu > .opciones > div.filtros {
  float: right; }
  .menu > .opciones > div.filtros ul {
    height: 26px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    display: block;
    background-color: white; }
  .menu > .opciones > div.filtros ul.selects {
    z-index: 10; }
    .menu > .opciones > div.filtros ul.selects li {
      display: inline-block; }
      .menu > .opciones > div.filtros ul.selects li select {
        background-color: white;
        border-color: #ecf0f1; }
    .menu > .opciones > div.filtros ul.selects span.icon-filter {
      position: relative;
      display: inline-block;
      font-size: 25px;
      color: #848482;
      cursor: pointer; }
    .menu > .opciones > div.filtros ul.selects.hide {
      left: calc(100% - 25px); }
  .menu > .opciones > div.filtros ul.filtros {
    z-index: 9;
    padding-right: 25px; }
    .menu > .opciones > div.filtros ul.filtros li {
      display: inline-block;
      margin: 5px; }
      .menu > .opciones > div.filtros ul.filtros li span {
        border-bottom: 1px solid #f2f3f4;
        padding: 2px 5px;
        font-size: 12px; }
        .menu > .opciones > div.filtros ul.filtros li span span.icon-remove {
          border: 1px solid #f2f3f4;
          border-radius: 3px;
          cursor: pointer; }

menu > div.menu ul > li i.check, nav > .menu ul > li i.check, menu > div.menu ul > li i.icon, nav > .menu ul > li i.icon, menu > div.menu ul > li > img, nav > .menu ul > li > img, .ai-menu > header i.icon,
.nav-header > header i.icon,
.wizard-header > header i.icon,
.card-container > header i.icon,
.breadcrumb-header > header i.icon, .ai-menu .menu .opciones > i, section.permisos.parametros section content article div > i {
  display: block;
  height: 40px;
  width: 40px;
  float: left;
  text-align: center;
  background-color: #ffffff;
  color: #bdc3c7;
  margin: 12px;
  line-height: 40px;
  border-radius: 2px;
  cursor: pointer; }
  menu > div.menu ul > li i.check:hover, nav > .menu ul > li i.check:hover, menu > div.menu ul > li i.icon:hover, nav > .menu ul > li i.icon:hover, menu > div.menu ul > li > img:hover, nav > .menu ul > li > img:hover, .ai-menu > header i.icon:hover,
  .nav-header > header i.icon:hover,
  .wizard-header > header i.icon:hover,
  .card-container > header i.icon:hover,
  .breadcrumb-header > header i.icon:hover, .ai-menu .menu .opciones > i:hover, section.permisos.parametros section content article div > i:hover {
    background-color: #ecf0f1; }
  @media only screen and (max-width: 820px) {
    menu > div.menu ul > li i.check, nav > .menu ul > li i.check, menu > div.menu ul > li i.icon, nav > .menu ul > li i.icon, menu > div.menu ul > li > img, nav > .menu ul > li > img, .ai-menu > header i.icon,
    .nav-header > header i.icon,
    .wizard-header > header i.icon,
    .card-container > header i.icon,
    .breadcrumb-header > header i.icon, .ai-menu .menu .opciones > i, section.permisos.parametros section content article div > i {
      display: none; } }

menu > div.menu ul > li.active i.check, nav > .menu ul > li.active i.check, .ai-menu .menu .opciones > i.active, section.permisos.parametros section content article div > i.active {
  background-color: #ffffff;
  border-color: #2980b9;
  color: #2980b9;
  cursor: pointer; }

body .floats .float ul > li > a, article.box div.contenido ul > li > a, menu > div.menu ul > li > .line, nav > .menu ul > li > .line {
  display: block;
  width: 100%;
  min-height: 40px;
  text-decoration: none;
  padding: 10px; }
  body .floats .float ul > li > a .photo, article.box div.contenido ul > li > a .photo, menu > div.menu ul > li > .line .photo, nav > .menu ul > li > .line .photo {
    height: 60px;
    width: 50px;
    float: left;
    background-size: cover;
    margin: 2px 10px 0 0;
    border-radius: 2px; }
    @media only screen and (max-width: 800px) {
      body .floats .float ul > li > a .photo, article.box div.contenido ul > li > a .photo, menu > div.menu ul > li > .line .photo, nav > .menu ul > li > .line .photo {
        display: none; } }
  body .floats .float ul > li > a > img, article.box div.contenido ul > li > a > img, menu > div.menu ul > li > .line > img, nav > .menu ul > li > .line > img, body .floats .float ul > li > a > i, article.box div.contenido ul > li > a > i, menu > div.menu ul > li > .line > i, nav > .menu ul > li > .line > i {
    height: 50px;
    width: 50px;
    float: left;
    margin: 0px 10px 10px 0; }
  body .floats .float ul > li > a > i, article.box div.contenido ul > li > a > i, menu > div.menu ul > li > .line > i, nav > .menu ul > li > .line > i {
    font-size: 35px;
    box-shadow: none;
    text-align: center;
    border: 0; }
  body .floats .float ul > li > a header, article.box div.contenido ul > li > a header, menu > div.menu ul > li > .line header, nav > .menu ul > li > .line header {
    color: #2c3e50;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 20px; }
  body .floats .float ul > li > a > span, article.box div.contenido ul > li > a > span, menu > div.menu ul > li > .line > span, nav > .menu ul > li > .line > span {
    font-size: 12px;
    display: block;
    color: #16a085;
    margin: 5px 0; }
  @media only screen and (max-width: 800px) {
    body .floats .float ul > li > a > header, article.box div.contenido ul > li > a > header, menu > div.menu ul > li > .line > header, nav > .menu ul > li > .line > header, body .floats .float ul > li > a > span, article.box div.contenido ul > li > a > span, menu > div.menu ul > li > .line > span, nav > .menu ul > li > .line > span {
      width: calc(100% - 60px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    body .floats .float ul > li > a > header, article.box div.contenido ul > li > a > header, menu > div.menu ul > li > .line > header, nav > .menu ul > li > .line > header {
      font-size: 14px; }
    body .floats .float ul > li > a > span, article.box div.contenido ul > li > a > span, menu > div.menu ul > li > .line > span, nav > .menu ul > li > .line > span {
      font-size: 10px; } }

div.filters {
  color: #2980b9;
  font-size: 10px;
  margin: 0 0 10px 65px; }
  div.filters .hide-filter {
    display: none !important; }
  div.filters div.filter {
    margin-right: 5px;
    background: white;
    display: inline-block;
    border: 1px solid #ecf0f1;
    height: 25px;
    line-height: 22px;
    padding: 0 8px;
    border-radius: 2px;
    cursor: pointer;
    position: relative; }
    div.filters div.filter span {
      position: absolute;
      margin-top: -20px;
      margin-left: -8px;
      overflow: visible;
      transition-property: color;
      transition-duration: 0.2s;
      z-index: 1;
      padding: 0 10px;
      margin-left: -10px;
      border-radius: 2px;
      width: calc(100% + 2px);
      height: 15px;
      border-radius: 2px 2px 0 0;
      margin: -12px 0 0 -9px;
      font-size: 10px;
      line-height: 15px;
      visibility: hidden;
      opacity: 0;
      text-align: center; }
      div.filters div.filter span.fixed {
        color: white !important;
        visibility: visible;
        opacity: 1; }
    div.filters div.filter:hover span {
      color: white !important;
      visibility: visible;
      opacity: 1; }
    @media only screen and (max-width: 800px) {
      div.filters div.filter.noMobile {
        display: none; } }
  div.filters dl {
    display: inline-block;
    margin: 4px 2px;
    color: #848482; }
    div.filters dl p.filtro {
      border: none;
      margin-right: 10px; }
  @media only screen and (max-width: 820px) {
    div.filters {
      margin: 0 0 5px 10px; }
      div.filters div.filter {
        font-size: 9px;
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
        margin: 0 2px 2px 0; } }

.container > section > div[ai-menu] {
  height: 100%; }

.container > section > div[ai-menu="paciente__eventos_expediente--menu"] {
  height: auto; }

[ai-menu="nota__problemas--menu"] {
  height: 100% !important; }
  [ai-menu="nota__problemas--menu"].privado > .ai-menu > .menu > .transclude {
    height: calc(100% - 80px) !important; }
    [ai-menu="nota__problemas--menu"].privado > .ai-menu > .menu > .transclude div[ai-template="nota__textarea-template"] {
      height: calc(100% - 40px);
      padding: 5px 5px 0 15px; }
    [ai-menu="nota__problemas--menu"].privado > .ai-menu > .menu > .transclude [ai-schema="nota__evolucion_privado--schema"] {
      height: 100% !important; }
      [ai-menu="nota__problemas--menu"].privado > .ai-menu > .menu > .transclude [ai-schema="nota__evolucion_privado--schema"] .choices {
        width: calc(100% - 65px) !important; }
      [ai-menu="nota__problemas--menu"].privado > .ai-menu > .menu > .transclude [ai-schema="nota__evolucion_privado--schema"] .transclude {
        height: 100% !important; }
  [ai-menu="nota__problemas--menu"].privado .no_result {
    display: none !important; }
  [ai-menu="nota__problemas--menu"] > .transclude {
    height: auto; }
    [ai-menu="nota__problemas--menu"] > .transclude div[ai-template="nota__textarea-template"] {
      height: calc(100% - 40px);
      padding: 5px; }
    [ai-menu="nota__problemas--menu"] > .transclude [ai-schema="nota__evolucion_privado--schema"] {
      height: 100% !important; }

menu .ai-menu > header {
  background-color: #E7F2FE; }

.ai-menu .button-container,
.nav-header .button-container,
.wizard-header .button-container,
.card-container .button-container,
.breadcrumb-header .button-container {
  display: none; }
  .ai-menu .button-container.visible,
  .nav-header .button-container.visible,
  .wizard-header .button-container.visible,
  .card-container .button-container.visible,
  .breadcrumb-header .button-container.visible {
    display: inline-block; }
  .ai-menu .button-container .key,
  .nav-header .button-container .key,
  .wizard-header .button-container .key,
  .card-container .button-container .key,
  .breadcrumb-header .button-container .key {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.3); }
    .ai-menu .button-container .key span,
    .nav-header .button-container .key span,
    .wizard-header .button-container .key span,
    .card-container .button-container .key span,
    .breadcrumb-header .button-container .key span {
      width: 26px;
      height: 26px;
      display: block;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.9);
      color: #111;
      line-height: 26px;
      margin: 7px auto;
      font-size: 11px;
      font-weight: bold; }

.ai-menu > header,
.nav-header > header,
.wizard-header > header,
.card-container > header,
.breadcrumb-header > header {
  background-color: #E7F2FE;
  height: 60px;
  position: relative;
  z-index: 3;
  overflow: hidden; }
  .ai-menu > header h2,
  .nav-header > header h2,
  .wizard-header > header h2,
  .card-container > header h2,
  .breadcrumb-header > header h2 {
    color: #2c3e50;
    font-size: 16px;
    padding: 10px 0 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .ai-menu > header h3,
  .nav-header > header h3,
  .wizard-header > header h3,
  .card-container > header h3,
  .breadcrumb-header > header h3 {
    color: #2980b9;
    font-size: 12px;
    padding: 10px 10px 10px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .ai-menu > header h4,
  .nav-header > header h4,
  .wizard-header > header h4,
  .card-container > header h4,
  .breadcrumb-header > header h4 {
    display: none; }
  .ai-menu > header div.perfilesReferencia,
  .nav-header > header div.perfilesReferencia,
  .wizard-header > header div.perfilesReferencia,
  .card-container > header div.perfilesReferencia,
  .breadcrumb-header > header div.perfilesReferencia {
    top: 0;
    position: absolute;
    right: 10px; }
    .ai-menu > header div.perfilesReferencia > p,
    .nav-header > header div.perfilesReferencia > p,
    .wizard-header > header div.perfilesReferencia > p,
    .card-container > header div.perfilesReferencia > p,
    .breadcrumb-header > header div.perfilesReferencia > p {
      color: #2980b9;
      font-size: 12px; }
    .ai-menu > header div.perfilesReferencia > select,
    .nav-header > header div.perfilesReferencia > select,
    .wizard-header > header div.perfilesReferencia > select,
    .card-container > header div.perfilesReferencia > select,
    .breadcrumb-header > header div.perfilesReferencia > select {
      float: right;
      background-color: white;
      border: 2px #EEE solid;
      font-size: 14px;
      padding: 5px 0; }
  .ai-menu > header i.icon,
  .nav-header > header i.icon,
  .wizard-header > header i.icon,
  .card-container > header i.icon,
  .breadcrumb-header > header i.icon {
    border: none !important; }
    .ai-menu > header i.icon:hover,
    .nav-header > header i.icon:hover,
    .wizard-header > header i.icon:hover,
    .card-container > header i.icon:hover,
    .breadcrumb-header > header i.icon:hover {
      background-color: #ffffff !important; }
  .ai-menu > header img,
  .nav-header > header img,
  .wizard-header > header img,
  .card-container > header img,
  .breadcrumb-header > header img {
    height: 40px;
    float: left;
    margin: 10px 0 10px 10px;
    border-radius: 2px; }
  .ai-menu > header .options,
  .nav-header > header .options,
  .wizard-header > header .options,
  .card-container > header .options,
  .breadcrumb-header > header .options {
    height: 45px;
    margin: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -25px;
    width: auto; }
    @media only screen and (max-width: 820px) {
      .ai-menu > header .options,
      .nav-header > header .options,
      .wizard-header > header .options,
      .card-container > header .options,
      .breadcrumb-header > header .options {
        right: 0; } }
    .ai-menu > header .options button,
    .nav-header > header .options button,
    .wizard-header > header .options button,
    .card-container > header .options button,
    .breadcrumb-header > header .options button {
      font-size: 12px;
      padding: 10px 15px;
      margin: 5px 0 0 5px;
      height: 40px;
      min-width: 40px;
      z-index: 13 !important;
      position: relative; }
      .ai-menu > header .options button[disabled],
      .nav-header > header .options button[disabled],
      .wizard-header > header .options button[disabled],
      .card-container > header .options button[disabled],
      .breadcrumb-header > header .options button[disabled] {
        opacity: 0.3; }
      .ai-menu > header .options button i,
      .nav-header > header .options button i,
      .wizard-header > header .options button i,
      .card-container > header .options button i,
      .breadcrumb-header > header .options button i {
        margin: auto 5px auto 0; }
      .ai-menu > header .options button > .alert,
      .nav-header > header .options button > .alert,
      .wizard-header > header .options button > .alert,
      .card-container > header .options button > .alert,
      .breadcrumb-header > header .options button > .alert {
        background: #c0392b;
        min-height: 20px;
        min-width: 20px;
        display: inline-block;
        text-align: center;
        font-size: 10px;
        border-radius: 50%;
        line-height: 20px;
        color: white !important;
        position: absolute;
        right: -3px;
        top: -3px; }
      @media only screen and (max-width: 820px) {
        .ai-menu > header .options button .str,
        .nav-header > header .options button .str,
        .wizard-header > header .options button .str,
        .card-container > header .options button .str,
        .breadcrumb-header > header .options button .str {
          display: none; }
        .ai-menu > header .options button i,
        .nav-header > header .options button i,
        .wizard-header > header .options button i,
        .card-container > header .options button i,
        .breadcrumb-header > header .options button i {
          margin: auto 0; } }
    .ai-menu > header .options button.primary,
    .nav-header > header .options button.primary,
    .wizard-header > header .options button.primary,
    .card-container > header .options button.primary,
    .breadcrumb-header > header .options button.primary {
      min-width: 200px; }
      .ai-menu > header .options button.primary .icon-star,
      .nav-header > header .options button.primary .icon-star,
      .wizard-header > header .options button.primary .icon-star,
      .card-container > header .options button.primary .icon-star,
      .breadcrumb-header > header .options button.primary .icon-star {
        display: none; }
    .ai-menu > header .options button.global,
    .nav-header > header .options button.global,
    .wizard-header > header .options button.global,
    .card-container > header .options button.global,
    .breadcrumb-header > header .options button.global {
      transition-property: opacity;
      transition-duration: 0.4s; }
  .ai-menu > header .card-container > .card,
  .nav-header > header .card-container > .card,
  .wizard-header > header .card-container > .card,
  .card-container > header .card-container > .card,
  .breadcrumb-header > header .card-container > .card {
    margin-top: 50px !important; }

.ai-menu {
  width: -o-calc(33% - 20px);
  width: calc(33% - 20px);
  min-width: 240px;
  position: relative;
  margin-left: 0;
  margin: 10px;
  border: 1px solid #ecf0f1;
  height: -o-calc(100% - 60px);
  height: calc(100% - 60px);
  top: 0;
  float: left;
  z-index: 0;
  padding-bottom: 0; }
  .ai-menu > .menu > div.no_result {
    display: none;
    color: #CCC;
    text-align: center;
    margin: 100px; }
    .ai-menu > .menu > div.no_result h1 {
      font-size: 24px; }
    .ai-menu > .menu > div.no_result i {
      font-size: 75px; }
  .ai-menu > div.loading {
    color: #2980b9;
    text-align: center;
    margin-top: 100px; }
    .ai-menu > div.loading h1 {
      font-size: 24px; }
    .ai-menu > div.loading i {
      font-size: 25px; }
  .ai-menu .menu {
    height: -o-calc(100% - 60px);
    height: calc(100% - 60px);
    background: #FFFFFF;
    will-change: scroll-position;
    overflow-y: scroll;
    overflow-x: hidden;
    border-bottom: 0;
    -webkit-overflow-scrolling: touch; }
    .ai-menu .menu .opciones {
      transition-property: box-shadow;
      transition-duration: 0.3s;
      position: absolute;
      width: 100%;
      height: 50px;
      z-index: 5;
      background-color: #ffffff;
      box-shadow: 0 15px 10px -15px #D4DDE7;
      overflow: hidden; }
      .ai-menu .menu .opciones i.loader {
        display: none;
        border: none !important; }
      .ai-menu .menu .opciones input.search {
        width: 100%;
        font-size: 14px;
        margin-left: 10px;
        background: inherit;
        position: absolute; }
      .ai-menu .menu .opciones > i {
        /*height: 20px;
        width: 20px;
        float: left;
        text-align: center;
        color: $grayBattleship;
        margin: 10px 0 0 22px;
        border: 1px solid #f2f3f4;
        cursor: pointer;
        position: absolute;
        z-index: 20;*/
        background: transparent;
        margin: 5px 2px 5px 12px !important; }
      .ai-menu .menu .opciones .toggle_filters {
        position: absolute;
        right: 0; }
      .ai-menu .menu .opciones .toggle_metrics {
        position: absolute;
        right: 45px; }
      .ai-menu .menu .opciones ul.filters {
        position: absolute;
        right: 25px;
        top: 6px;
        margin-top: 60px;
        transition: margin 0.25s ease-in-out; }
        .ai-menu .menu .opciones ul.filters.visible {
          margin-top: 0px; }
        .ai-menu .menu .opciones ul.filters li {
          display: inline-block;
          border: 1px solid;
          font-size: 12px;
          border-radius: 2px;
          width: auto;
          min-height: 36px;
          height: 36px;
          line-height: 36px;
          padding: 0 45px 0 8px;
          opacity: 0.5;
          cursor: pointer;
          position: relative; }
          .ai-menu .menu .opciones ul.filters li i {
            width: 32px;
            position: absolute;
            height: 34px;
            display: block;
            text-align: center;
            line-height: 34px;
            right: 0;
            top: 0;
            border-left: 1px solid #bdc3c7;
            cursor: pointer; }
            .ai-menu .menu .opciones ul.filters li i:hover {
              color: black; }
          .ai-menu .menu .opciones ul.filters li .icon-pin {
            display: none; }
          .ai-menu .menu .opciones ul.filters li.active, .ai-menu .menu .opciones ul.filters li:hover, .ai-menu .menu .opciones ul.filters li.hover, .ai-menu .menu .opciones ul.filters li.filter-active {
            opacity: 1; }
          .ai-menu .menu .opciones ul.filters li .suggest,
          .ai-menu .menu .opciones ul.filters li .icon-pin,
          .ai-menu .menu .opciones ul.filters li .icon-close,
          .ai-menu .menu .opciones ul.filters li .icon-sort-by-alphabet,
          .ai-menu .menu .opciones ul.filters li .icon-sort-by-alphabet-alt {
            display: none; }
          .ai-menu .menu .opciones ul.filters li.filter-active i.sort {
            color: white;
            border-left-color: white; }
          .ai-menu .menu .opciones ul.filters li.hover .placeholder,
          .ai-menu .menu .opciones ul.filters li.hover .sort-container,
          .ai-menu .menu .opciones ul.filters li.hover .icon-close {
            display: none !important; }
          .ai-menu .menu .opciones ul.filters li.hover .icon-pin,
          .ai-menu .menu .opciones ul.filters li.hover .suggest {
            display: block !important; }
          .ai-menu .menu .opciones ul.filters li.active {
            color: white !important; }
            .ai-menu .menu .opciones ul.filters li.active .placeholder,
            .ai-menu .menu .opciones ul.filters li.active .sort-container,
            .ai-menu .menu .opciones ul.filters li.active .icon-pin {
              display: none; }
            .ai-menu .menu .opciones ul.filters li.active .icon-close {
              display: block; }
          .ai-menu .menu .opciones ul.filters li.totals {
            min-width: 70px;
            padding: 0 10px !important;
            opacity: 1;
            color: #286A94;
            background: rgba(4, 73, 116, 0.05);
            border: 1px solid rgba(4, 73, 116, 0.05);
            /* line-height: 25px; */
            text-align: center;
            margin: auto 5px;
            font-weight: bold; }
          .ai-menu .menu .opciones ul.filters li.remove {
            padding: 0 10px !important;
            color: #95a5a6;
            border: 1px solid rgba(4, 73, 116, 0.05);
            text-align: center; }
          .ai-menu .menu .opciones ul.filters li .no-close {
            color: #999 !important; }
      .ai-menu .menu .opciones .globals {
        position: absolute;
        top: 0;
        right: 30px;
        margin-top: -60px;
        transition: margin 0.25s ease-in-out; }
        .ai-menu .menu .opciones .globals.visible {
          margin-top: 0; }
        .ai-menu .menu .opciones .globals button {
          font-size: 12px;
          padding: 10px 15px;
          margin: 7px 0 0 7px;
          height: 35px;
          min-width: 40px;
          z-index: 13 !important; }
          .ai-menu .menu .opciones .globals button[disabled] {
            opacity: 0.3; }
          .ai-menu .menu .opciones .globals button i {
            margin: auto 5px auto 0; }
          .ai-menu .menu .opciones .globals button .alert {
            position: absolute;
            background: white;
            right: -10px;
            top: 0px;
            height: 24px;
            width: 24px;
            line-height: 20px;
            text-align: center;
            border-radius: 50%;
            font-size: 10px;
            border: 2px solid;
            z-index: 4; }
            .ai-menu .menu .opciones .globals button .alert > span {
              font-weight: bold; }
      @media only screen and (max-width: 820px) {
        .ai-menu .menu .opciones ul.filters {
          display: none; } }
    @media only screen and (max-width: 820px) {
      .ai-menu .menu .columns {
        display: none; } }
    .ai-menu .menu .opciones + .items_container {
      margin-top: 55px; }
    .ai-menu .menu .opciones + .transclude {
      margin-top: 50px; }
    .ai-menu .menu .items_container {
      /*display: flex;*/ }
      .ai-menu .menu .items_container > ul {
        -ms-flex-positive: 1;
            flex-grow: 1;
        width: 100%; }
        .ai-menu .menu .items_container > ul li {
          border-left: 2px solid transparent; }
      .ai-menu .menu .items_container > ul > li.active {
        background-color: #FEFBF2 !important; }
      .ai-menu .menu .items_container > ul > li.point {
        border-left: 2px solid rgba(192, 57, 43, 0.8);
        background-color: rgba(41, 128, 185, 0.1) !important; }
        .ai-menu .menu .items_container > ul > li.point .line {
          padding: 10px 10px 0px 8px; }
      .ai-menu .menu .items_container > ul > li.loader {
        padding-left: calc(50% - 150px); }
        .ai-menu .menu .items_container > ul > li.loader > i {
          display: none; }
        .ai-menu .menu .items_container > ul > li.loader > .actions {
          display: none; }
        .ai-menu .menu .items_container > ul > li.loader img.loading_gif {
          height: 20px;
          width: auto;
          padding-left: 10px; }
      .ai-menu .menu .items_container > .metrics {
        width: 350px;
        border: 1px solid #ecf0f1; }
        .ai-menu .menu .items_container > .metrics span {
          position: absolute;
          right: 10px; }
        .ai-menu .menu .items_container > .metrics > h1 {
          color: teal;
          background: #ecf0f1;
          font-size: 22px;
          padding: 12px 0 0 12px;
          height: 50px; }
          .ai-menu .menu .items_container > .metrics > h1 span {
            right: 35px; }
        .ai-menu .menu .items_container > .metrics > h2 {
          padding: 3px 0 3px 12px;
          font-size: 15px;
          border-bottom: 1px solid #ecf0f1; }
          .ai-menu .menu .items_container > .metrics > h2 span {
            right: 35px; }
        .ai-menu .menu .items_container > .metrics > div.metric {
          width: 100%;
          padding: 12px; }
          .ai-menu .menu .items_container > .metrics > div.metric h1 {
            border: 1px solid #ecf0f1;
            font-size: 17px;
            padding: 5px; }
          .ai-menu .menu .items_container > .metrics > div.metric > ul {
            border: 1px solid #ecf0f1;
            border-top: none; }
            .ai-menu .menu .items_container > .metrics > div.metric > ul > li {
              padding: 5px 0 5px 5px;
              min-height: 24px !important;
              font-size: 14px; }
              .ai-menu .menu .items_container > .metrics > div.metric > ul > li > ul > li {
                padding: 5px 0 5px 20px;
                min-height: 20px !important;
                font-size: 12px; }
              .ai-menu .menu .items_container > .metrics > div.metric > ul > li ul > li:nth-child(odd) {
                background: #ecf0f1; }
            .ai-menu .menu .items_container > .metrics > div.metric > ul > li:nth-child(odd) {
              background: #ecf0f1; }
    .ai-menu .menu > ul {
      /*border-left: 1px solid $clear;
            border-right: 1px solid $clear;*/ }
      .ai-menu .menu > ul li > .line .template {
        cursor: default; }
      .ai-menu .menu > ul li > .line .alert {
        background: #c0392b;
        min-height: 20px;
        min-width: 20px;
        display: inline-block;
        text-align: center;
        font-size: 10px;
        border-radius: 50%;
        line-height: 20px;
        color: white;
        position: absolute;
        right: 10px;
        top: 12px; }
    .ai-menu .menu.paginated {
      padding-bottom: 38px; }
    .ai-menu .menu > .pagination {
      position: fixed;
      bottom: 0px;
      height: 60px;
      background: rgba(236, 240, 241, 0.8);
      width: 100%;
      display: none; }
      .ai-menu .menu > .pagination .pagination__pages {
        list-style: none;
        padding: 0 22px; }
      .ai-menu .menu > .pagination .pagination__page {
        float: left;
        margin: 12px 5px 6px 0px;
        padding: 0;
        height: 36px;
        width: 36px;
        display: block;
        background: white;
        color: #3498db;
        font-weight: normal;
        border-radius: 2px;
        line-height: 36px;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
        .ai-menu .menu > .pagination .pagination__page.active {
          background: #3997d3;
          color: white; }
        .ai-menu .menu > .pagination .pagination__page.count {
          width: 80px;
          background: #4e7c98;
          background: #245f85;
          color: white;
          margin-left: 8px; }
  .ai-menu.no_header > .menu {
    height: 100%; }
  .ai-menu.in_step > header {
    height: 0;
    overflow: hidden; }
    .ai-menu.in_step > header > .actions {
      transition: top 0.3;
      position: fixed !important;
      top: -100px !important;
      margin-top: 5px;
      right: 5px; }
      @media only screen and (max-width: 820px) {
        .ai-menu.in_step > header > .actions {
          right: -10px; } }
    .ai-menu.in_step > header .globals {
      display: none; }
    .ai-menu.in_step > header h2,
    .ai-menu.in_step > header h3 {
      display: none; }
  .ai-menu.multiple .menu .opciones input.search {
    padding-left: 0;
    width: -o-calc(100% - 65px);
    width: calc(100% - 65px); }
  .ai-menu.multiple .menu > .actions {
    background-color: #fcfcfc;
    margin: 0 15px;
    box-shadow: 0 -5px 12px -2px #aaa;
    overflow: visible;
    margin-top: 50px;
    text-align: right;
    height: 0;
    overflow-y: hidden;
    padding: 0px; }
    .ai-menu.multiple .menu > .actions > i.toggle_filters {
      position: absolute;
      left: calc(50% - 23px);
      top: 130px;
      padding: 0px 15px;
      border: 1px solid #f2f3f4;
      border-top: none;
      color: silver;
      z-index: 11;
      font-size: 20px;
      cursor: pointer;
      /*@include transition-property(top);
          @include transition-duration(.2s);*/ }
    .ai-menu.multiple .menu > .actions > .filters {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .ai-menu.multiple .menu > .actions > .filters > .filter {
        position: relative;
        cursor: pointer;
        color: #008080;
        width: 100%;
        height: 50px;
        overflow: visible;
        font-size: 14px;
        border-right: 1px solid #bdc3c7; }
        .ai-menu.multiple .menu > .actions > .filters > .filter:last-child {
          border-right: none; }
        .ai-menu.multiple .menu > .actions > .filters > .filter span {
          display: block;
          float: left;
          padding: 17px 10px; }
        .ai-menu.multiple .menu > .actions > .filters > .filter > i {
          float: right;
          height: 100%;
          width: 40px;
          padding: 17px 0;
          text-align: center;
          color: #bdc3c7;
          border-right: 1px solid #ecf0f1; }
        .ai-menu.multiple .menu > .actions > .filters > .filter > ul {
          position: absolute;
          top: 50px;
          z-index: 11;
          width: 100%;
          border-left: 1px solid #ecf0f1;
          border-right: 1px solid #ecf0f1;
          display: none; }
          .ai-menu.multiple .menu > .actions > .filters > .filter > ul li {
            display: block;
            text-align: left;
            border-bottom: 1px solid #ecf0f1;
            height: 50px;
            padding: 15px 10px;
            background-color: #ffffff;
            color: #2980b9; }
        .ai-menu.multiple .menu > .actions > .filters > .filter > ul.open {
          display: block; }
    .ai-menu.multiple .menu > .actions button {
      transition-property: opacity;
      transition-duration: 0.2s;
      padding: 12px 12px;
      font-size: 15px;
      height: auto;
      color: white;
      opacity: 0.3; }
    .ai-menu.multiple .menu > .actions ul.selects {
      float: left;
      z-index: 10; }
      .ai-menu.multiple .menu > .actions ul.selects li {
        display: inline-block; }
        .ai-menu.multiple .menu > .actions ul.selects li select {
          background-color: white;
          border-color: #ecf0f1; }
      .ai-menu.multiple .menu > .actions ul.selects span.icon-filter {
        position: relative;
        display: inline-block;
        font-size: 25px;
        color: #848482;
        cursor: pointer; }
      .ai-menu.multiple .menu > .actions ul.selects.hide {
        left: calc(100% - 25px); }
  .ai-menu.multiple .menu.open_actions .opciones {
    border-bottom: 1px solid #f2f3f4; }
  .ai-menu.multiple .menu.open_actions > .actions {
    height: 50px;
    overflow: visible; }
    .ai-menu.multiple .menu.open_actions > .actions > i.toggle_filters {
      top: 180px; }
  .ai-menu.multiple > ul {
    border-left: 1px solid #ecf0f1;
    border-right: 1px solid #ecf0f1; }
  .ai-menu.only_search {
    max-height: 100%; }
    .ai-menu.only_search .menu .opciones input.search {
      width: -o-calc(100% - 230px);
      width: calc(100% - 230px); }
    .ai-menu.only_search .menu .opciones button.ok {
      float: right;
      width: 160px;
      height: 40px;
      font-size: 15px;
      color: white;
      margin: 5px 0;
      opacity: 0.5; }
      .ai-menu.only_search .menu .opciones button.ok.active {
        background-color: #27ae60;
        opacity: 1; }
  .ai-menu.with_columns > div.menu ul > li > .line > header {
    width: 65%; }
  .ai-menu.no_check > div.menu ul > li > .line > header,
  .ai-menu.no_check > div.menu ul > li > .line > span {
    margin-left: 10px; }
  .ai-menu.no_check > div.menu ul > li .line i.icon {
    box-shadow: none;
    margin: 0 12px 0 0 !important;
    background: transparent !important;
    padding-bottom: 60px;
    font-size: 32px; }
  .ai-menu.no_check > div.menu ul > li > .line img,
  .ai-menu.no_check > div.menu ul > li > .line .photo {
    margin-left: 10px; }
  .ai-menu.no_check div.filters {
    margin-left: 20px; }
  .ai-menu.selected_items > header .options button.global {
    opacity: 1; }
  .ai-menu.combo {
    padding: 0 !important;
    margin: 0 !important;
    height: 50px !important;
    min-width: 230px !important;
    width: 230px !important;
    border: none !important;
    overflow: hidden; }
    .ai-menu.combo:hover {
      /*border-bottom: none;
      border: 1px solid $gray!important;*/ }
    .ai-menu.combo > header {
      background-color: #ffffff;
      height: 50px !important;
      padding: 5px 10px;
      border: 0;
      cursor: pointer; }
      .ai-menu.combo > header i.icon {
        padding: 0;
        margin: 5px 10px 0 0;
        height: 30px;
        width: auto; }
      .ai-menu.combo > header i.toggle {
        float: right;
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 18px; }
      .ai-menu.combo > header h2 {
        padding: 2px 5px 0 5px;
        font-size: 16px; }
      .ai-menu.combo > header h3 {
        font-size: 12px;
        margin: 0;
        padding: 5px 5px 0 5px; }
      .ai-menu.combo > header h4 {
        display: block; }
    .ai-menu.combo .menu {
      display: none; }
    .ai-menu.combo.open_combo {
      height: auto !important;
      box-shadow: 2px 2px 9px #BBB; }
      .ai-menu.combo.open_combo .menu {
        display: block; }
  .ai-menu.mini {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    overflow: hidden; }
    .ai-menu.mini .opciones > i {
      height: 20px;
      width: 20px;
      line-height: 40px;
      margin: 10px; }
    .ai-menu.mini .opciones > ul.filters {
      margin-top: 5px !important;
      zoom: 0.8; }
      .ai-menu.mini .opciones > ul.filters #filter-remove {
        display: none; }
    .ai-menu.mini .menu-item {
      min-height: 45px;
      height: 45px; }
      .ai-menu.mini .menu-item > .line {
        padding: 5px 0 0 0;
        margin: 0; }
        .ai-menu.mini .menu-item > .line > header {
          height: 14px;
          line-height: 14px;
          font-size: 14px; }
        .ai-menu.mini .menu-item > .line > span {
          display: none; }
        .ai-menu.mini .menu-item > .line > .icon {
          margin: 0 6px 0 0 !important;
          font-size: 24px !important; }
        .ai-menu.mini .menu-item > .line > .photo {
          margin: 0 10px 0 0 !important; }
      .ai-menu.mini .menu-item.point {
        border-left: 0px;
        background-color: default !important; }
        .ai-menu.mini .menu-item.point .line {
          padding: 5px 0 0 0 !important; }
      .ai-menu.mini .menu-item > .rightContainer {
        top: 5px; }
      .ai-menu.mini .menu-item > .rightContainer > .actions button {
        padding: 10px 5px; }
      .ai-menu.mini .menu-item > .rightContainer > .columns .column {
        line-height: 14px;
        height: 34px;
        margin: 5px 0 0 3px; }
        .ai-menu.mini .menu-item > .rightContainer > .columns .column span.column_value {
          line-height: 20px;
          height: 20px;
          min-height: 0px;
          padding: 0px 2px 0px 2px; }
        .ai-menu.mini .menu-item > .rightContainer > .columns .column span.column_help {
          height: 14px;
          font-size: 10px; }
      .ai-menu.mini .menu-item > div.filters {
        margin: -20px 0 10px 5px; }
        .ai-menu.mini .menu-item > div.filters > div.filter {
          height: 20px;
          line-height: 18px;
          padding: 0 8px; }
      .ai-menu.mini .menu-item > i {
        height: 20px;
        width: 20px;
        line-height: 20px;
        margin: 10px; }
  .ai-menu > span.line {
    position: absolute;
    top: 0px;
    left: 125px;
    border-left: 5px solid #ecf0f1;
    height: 100%;
    z-index: -1; }
  .ai-menu ul li[style="display: none;"] + li:not([style="display: none;"]).timeline div.time > span.line {
    top: 45px !important; }
  .ai-menu .items_container ul > li {
    min-height: 70px;
    position: relative;
    display: inline-block;
    width: 100%; }
    .ai-menu .items_container ul > li:nth-child(even) {
      background: rgba(205, 219, 227, 0.2); }
    .ai-menu .items_container ul > li.removed {
      display: none; }
    .ai-menu .items_container ul > li.removing {
      height: 40px !important;
      overflow: hidden; }
      .ai-menu .items_container ul > li.removing > span.remove_mesage {
        display: block; }
    .ai-menu .items_container ul > li.timeline {
      min-height: 97px;
      float: left; }
      @media only screen and (max-width: 820px) {
        .ai-menu .items_container ul > li.timeline {
          min-height: 70px; } }
      .ai-menu .items_container ul > li.timeline:nth-last-child(1) div.time > span.line {
        height: 40%; }
      .ai-menu .items_container ul > li.timeline div.time {
        background-color: transparent;
        color: #36454f;
        padding: 5px;
        cursor: pointer;
        display: block;
        width: 120px;
        float: left;
        text-align: center;
        margin-top: 12px; }
        @media only screen and (max-width: 820px) {
          .ai-menu .items_container ul > li.timeline div.time {
            width: 50px;
            margin-left: 5px; } }
        .ai-menu .items_container ul > li.timeline div.time > img {
          width: 40px;
          height: 40px; }
        .ai-menu .items_container ul > li.timeline div.time > h1 {
          font-size: 20px;
          padding: 0 0 4px 0; }
          @media only screen and (max-width: 820px) {
            .ai-menu .items_container ul > li.timeline div.time > h1 {
              font-size: 16px; } }
        .ai-menu .items_container ul > li.timeline div.time > h2 {
          padding: 2px 0;
          font-size: 12px; }
          @media only screen and (max-width: 820px) {
            .ai-menu .items_container ul > li.timeline div.time > h2 {
              font-size: 10px; } }
        .ai-menu .items_container ul > li.timeline div.time > h3 {
          padding: 2px 0;
          font-size: 10px;
          color: teal; }
          @media only screen and (max-width: 820px) {
            .ai-menu .items_container ul > li.timeline div.time > h3 {
              font-size: 8px; } }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_pendiente {
          color: #5da423; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_capturado {
          color: #0f52ba; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_cancelado {
          color: #993333; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_pendiente4 {
          color: #5da423; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_capturado4 {
          color: #0f52ba; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_cancelado4 {
          color: #993333; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_pendiente2 {
          color: #5da423; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_atendido2 {
          color: #0f52ba; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_cancelado2 {
          color: #993333; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_presente, .ai-menu .items_container ul > li.timeline div.time > span.tl_color_presente1 {
          color: #9dcc7a !important; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_atendido, .ai-menu .items_container ul > li.timeline div.time > span.tl_color_atendido1 {
          color: #BFB; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_primeravez, .ai-menu .items_container ul > li.timeline div.time > span.tl_color_primeravez1 {
          color: #ffcc33 !important; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_subsecuente, .ai-menu .items_container ul > li.timeline div.time > span.tl_color_subsecuente1 {
          color: #0E76A8; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_libre {
          color: #CCC; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_proceso5 {
          color: #ffcc33 !important; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_terminada5 {
          color: #BFB; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_primary {
          color: #008080; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_default {
          color: #2C3E50; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_clear {
          color: #ecf0f1; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_secondary {
          color: #2980b9; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_danger {
          color: #993333; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_active {
          color: #c0392b; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_help {
          color: #f39c12; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_orange {
          color: #FF6600; }
        .ai-menu .items_container ul > li.timeline div.time > span.tl_color_success {
          color: #27ae60; }
        @media only screen and (max-width: 820px) {
          .ai-menu .items_container ul > li.timeline div.time > span {
            display: none; } }
        .ai-menu .items_container ul > li.timeline div.time > span.circle {
          position: absolute;
          top: 30px;
          left: 117px;
          background: white;
          height: 20px;
          width: 20px;
          border-radius: 50%;
          border: 3px solid; }
        .ai-menu .items_container ul > li.timeline div.time > span.line {
          position: absolute;
          top: 0px;
          left: 124px;
          border-left: 5px solid;
          height: 100%;
          width: 10px; }
      .ai-menu .items_container ul > li.timeline > .line {
        padding-left: 145px !important; }
        .ai-menu .items_container ul > li.timeline > .line dd {
          margin-left: -3px; }
        @media only screen and (max-width: 820px) {
          .ai-menu .items_container ul > li.timeline > .line {
            padding-left: 10px !important; } }
      .ai-menu .items_container ul > li.timeline > i.icon {
        background-color: transparent !important;
        margin: 12px;
        padding: 0px;
        cursor: pointer;
        display: block;
        height: 45px;
        width: 10px;
        float: left;
        text-align: center;
        font-size: 17px; }
      .ai-menu .items_container ul > li.timeline .filters {
        margin-left: 155px; }
        @media only screen and (max-width: 820px) {
          .ai-menu .items_container ul > li.timeline .filters {
            margin-left: 20px !important; } }
    .ai-menu .items_container ul > li.timeline:first-child div.time > span.line {
      top: 45px !important; }
    .ai-menu .items_container ul > li > span.remove_mesage {
      position: absolute;
      background-color: #f9edbe;
      width: 100%;
      height: 100%;
      font-size: 16px;
      padding: 12px 0;
      text-align: center;
      display: none;
      z-index: 1;
      border: 1px solid #f0c36d; }
      .ai-menu .items_container ul > li > span.remove_mesage > button {
        height: 16px;
        font-size: 16px;
        padding: 0;
        text-decoration: underline;
        background-color: transparent; }
    .ai-menu .items_container ul > li:hover > .actions.compact button {
      opacity: 0.7; }
    .ai-menu .items_container ul > li > .rightContainer {
      position: absolute;
      height: 45px;
      right: 15px;
      top: 15px; }
    .ai-menu .items_container ul > li > .rightContainer > .columns {
      float: left;
      height: 38px;
      margin-right: 0px;
      opacity: 0;
      background: rgba(255, 255, 255, 0.85); }
      .ai-menu .items_container ul > li > .rightContainer > .columns .column {
        float: left;
        -webkit-flex: 1 0 0px;
        text-align: left;
        margin: 0 0 0 3px;
        height: 40px;
        width: 80px;
        line-height: 22px;
        padding: 0;
        border-radius: 2px;
        cursor: pointer;
        font-size: 13px;
        color: #008080;
        overflow: visible; }
        .ai-menu .items_container ul > li > .rightContainer > .columns .column > span {
          display: block;
          width: 100%;
          text-align: center; }
        .ai-menu .items_container ul > li > .rightContainer > .columns .column span.column_value {
          font-size: 12px;
          font-weight: 300;
          height: auto;
          overflow: hidden;
          color: #333;
          line-height: 12px;
          border: 1px solid #ecf0f1;
          min-height: 30px;
          border-radius: 0 0 3px 3px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
          -ms-flex-direction: column;
              flex-direction: column;
          /* column | row */ }
        .ai-menu .items_container ul > li > .rightContainer > .columns .column span.column_help {
          overflow: hidden;
          background: #ecf0f1;
          height: 15px;
          line-height: 15px;
          font-size: 10px;
          text-transform: capitalize;
          color: white;
          margin-top: -5px;
          border-radius: 2px 2px 0 0; }
        .ai-menu .items_container ul > li > .rightContainer > .columns .column span.column_help.bg-clear {
          color: #2C3E50; }
    .ai-menu .items_container ul > li > .rightContainer > .actions {
      float: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      @media only screen and (max-width: 820px) {
        .ai-menu .items_container ul > li > .rightContainer > .actions {
          right: 10px;
          -webkit-transform: translateZ(0);
          -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
          border-radius: 2px;
          height: 42px; }
          .ai-menu .items_container ul > li > .rightContainer > .actions .button-container.visible {
            border-radius: 3px; } }
      .ai-menu .items_container ul > li > .rightContainer > .actions button {
        padding: 14px 10px;
        font-size: 12px;
        min-width: 40px;
        height: auto;
        color: white;
        margin-left: 5px;
        position: relative;
        height: 40px; }
        @media only screen and (max-width: 820px) {
          .ai-menu .items_container ul > li > .rightContainer > .actions button > i.no_str {
            margin-left: 0;
            padding: 0 12px; } }
        .ai-menu .items_container ul > li > .rightContainer > .actions button .str {
          margin: 0 5px; }
        .ai-menu .items_container ul > li > .rightContainer > .actions button.visible {
          display: block; }
        .ai-menu .items_container ul > li > .rightContainer > .actions button.compact {
          float: left;
          opacity: 0.5 !important;
          min-width: 33px !important;
          width: auto !important;
          margin: 0;
          margin-left: 0px !important;
          border-radius: 0;
          padding: 13px 0px; }
          .ai-menu .items_container ul > li > .rightContainer > .actions button.compact:hover {
            opacity: 0.9 !important; }
        @media only screen and (max-width: 820px) {
          .ai-menu .items_container ul > li > .rightContainer > .actions button {
            float: left;
            min-width: 33px !important;
            width: 40px !important;
            margin: 0 2px;
            margin-left: 0px !important;
            padding: 15px 0px;
            opacity: 0.9 !important;
            box-shadow: none;
            height: 42px; }
            .ai-menu .items_container ul > li > .rightContainer > .actions button .str {
              display: none; }
            .ai-menu .items_container ul > li > .rightContainer > .actions button i {
              margin: auto 0; }
            .ai-menu .items_container ul > li > .rightContainer > .actions button.noMobile {
              display: none; } }
        .ai-menu .items_container ul > li > .rightContainer > .actions button > div.action-primary {
          width: 0;
          height: 0;
          border-top: 25px solid rgba(255, 255, 255, 0.9);
          border-left: 25px solid transparent;
          position: absolute;
          top: 2px;
          right: 2px; }
          .ai-menu .items_container ul > li > .rightContainer > .actions button > div.action-primary > i {
            position: absolute;
            color: #f1c40f !important;
            top: -23px;
            right: 2px;
            font-size: 10px; }
        .ai-menu .items_container ul > li > .rightContainer > .actions button .alert {
          position: absolute;
          background: white;
          right: -6px;
          top: -6px;
          height: 24px;
          width: 24px;
          line-height: 20px;
          text-align: center;
          border-radius: 50%;
          font-size: 10px;
          border: 2px solid;
          z-index: 4; }
          .ai-menu .items_container ul > li > .rightContainer > .actions button .alert > span {
            font-weight: bold; }
      .ai-menu .items_container ul > li > .rightContainer > .actions button.bg-clear,
      .ai-menu .items_container ul > li > .rightContainer > .actions button.bg- {
        color: #333; }
      .ai-menu .items_container ul > li > .rightContainer > .actions.right_wha {
        right: 75px !important; }
      .ai-menu .items_container ul > li > .rightContainer > .actions.hide_actions {
        display: none;
        transition: all 0.2s;
        background: white;
        height: 50px;
        padding-left: 0px;
        padding-top: 5px;
        margin-left: 5px;
        margin-top: -5px;
        margin-right: 0px;
        box-shadow: -5px 0 10px -5px #8E8E8E; }
    .ai-menu .items_container ul > li > .button_hide_actions {
      display: none;
      position: absolute;
      cursor: pointer;
      right: 0;
      top: 5px;
      width: 60px;
      height: 60px;
      background: white;
      line-height: 60px;
      padding: 0 13px;
      z-index: 1;
      box-shadow: none; }
      .ai-menu .items_container ul > li > .button_hide_actions > p {
        display: inline-block;
        transition: all 0.3s;
        color: #a1a2a3; }
      .ai-menu .items_container ul > li > .button_hide_actions.open > p {
        transform: rotate(45deg); }
    .ai-menu .items_container ul > li.capture:hover {
      background-color: #ffffff;
      /*a {
          border-left: 2px solid white;
        }*/ }
    .ai-menu .items_container ul > li.capture .aiForm {
      padding-left: 54px;
      background-color: white;
      padding-bottom: 10px;
      cursor: default; }
      .ai-menu .items_container ul > li.capture .aiForm th {
        color: #333; }
      .ai-menu .items_container ul > li.capture .aiForm tbody > tr {
        border-bottom: 0; }
        .ai-menu .items_container ul > li.capture .aiForm tbody > tr.found {
          border-left: 1px solid red; }
    .ai-menu .items_container ul > li .ai-schema:not(.compact) {
      margin-left: 50px; }
    .ai-menu .items_container ul > li .ai-schema.inline {
      width: calc(100% - 35px);
      margin: 0 0 10px 18px; }
    .ai-menu .items_container ul > li .columns .ai-schema {
      margin: 0 !important;
      width: 100% !important; }
  .ai-menu .help {
    position: absolute;
    width: 450px;
    min-height: 45px;
    background: #2980b9;
    color: #ffffff;
    font-size: 14px;
    padding: 14px;
    text-align: center;
    border-radius: 2px;
    z-index: 2;
    top: -300px;
    opacity: 0;
    box-shadow: 0px 8px 15px -10px #007fff;
    /*@include transition-property(opacity, top);
    @include transition-duration(1s);*/
    transition: all 1s ease-in-out; }
    .ai-menu .help.visible {
      opacity: 1; }
      .ai-menu .help.visible.help_search {
        top: 130px; }
      .ai-menu .help.visible.help_button {
        top: 80px; }
      .ai-menu .help.visible.help_empty {
        top: 20px;
        position: relative; }
    .ai-menu .help:after {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background-color: red;
      -webkit-transform: rotate(45deg);
      margin-top: -35px;
      background: #2980b9; }
    .ai-menu .help.help_search {
      left: 10px; }
      .ai-menu .help.help_search:after {
        margin-left: 0; }
    .ai-menu .help.help_button {
      right: 10px; }
      .ai-menu .help.help_button:after {
        margin-left: 330px; }
    .ai-menu .help.help_empty {
      margin: 0 auto; }
      .ai-menu .help.help_empty:after {
        display: none; }

.card-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(40, 106, 148, 0.5);
  z-index: 10;
  display: none;
  min-height: 720px; }
  .card-container .card_close {
    height: 100%;
    width: 50px;
    position: absolute;
    right: -50px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    transition: background 0.2s linear;
    border-radius: 0 2px 2px 0;
    height: 60px; }
    .card-container .card_close i {
      cursor: pointer;
      color: #2c3e50; }
    .card-container .card_close:hover {
      background-color: #FFFFFF; }
      .card-container .card_close:hover i {
        color: #111; }
  .card-container .card {
    width: 500px;
    height: 520px;
    border: 1px solid #ecf0f1;
    background-color: white;
    box-shadow: 0 8px 15px -10px #333;
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -70%); }
    .card-container .card > div {
      float: left; }
    .card-container .card .item {
      width: 60%; }
      .card-container .card .item .photo {
        display: none;
        height: 60px;
        width: 60px;
        float: left;
        background-size: cover;
        margin: 10px;
        border-radius: 2px; }
        @media only screen and (max-width: 800px) {
          .card-container .card .item .photo {
            display: none; } }
      .card-container .card .item header {
        margin: 10px;
        color: #2c3e50;
        font-size: 16px;
        text-transform: capitalize;
        line-height: 20px; }
      .card-container .card .item > span {
        font-size: 12px;
        display: block;
        color: #008080;
        margin: 5px 10px; }
      .card-container .card .item .itemfilters {
        display: inline-block;
        position: absolute;
        width: 60%;
        max-height: 460px;
        overflow: auto; }
        .card-container .card .item .itemfilters div {
          min-height: 40px; }
        .card-container .card .item .itemfilters span {
          display: inline-block;
          width: 100%;
          color: #2C3E50;
          z-index: 1;
          padding: 0 10px;
          border-radius: 2px;
          height: 15px;
          font-size: 13px;
          height: 16px; }
        .card-container .card .item .itemfilters span.column_help {
          font-size: 10px;
          color: #008080; }
    .card-container .card .actions {
      width: 40%; }
      .card-container .card .actions .button-container {
        width: 100%; }
      .card-container .card .actions .str {
        margin: 0 5px; }
      .card-container .card .actions button {
        width: 90%;
        margin-left: 5%;
        font-size: 12px;
        padding: 10px 10px;
        margin: 7px 0 0 7px;
        height: 35px;
        min-width: 40px;
        z-index: 13 !important; }
    @media only screen and (max-width: 800px) {
      .card-container .card {
        overflow: hidden;
        overflow-y: auto;
        padding-bottom: 12px;
        width: 80%;
        height: 80%;
        top: 65%;
        border: none; }
        .card-container .card .item {
          width: 100%; }
          .card-container .card .item header {
            background: #E7F2FE;
            color: #2C3E50;
            padding: 8px 10px;
            margin: 0;
            height: 60px; }
          .card-container .card .item .itemfilters {
            width: 100%;
            position: relative;
            top: 0;
            max-height: none; }
        .card-container .card .actions {
          width: 100%; }
        .card-container .card .card_close {
          right: 0 !important; } }

body.hideNav > .container > nav .ai-menu,
.ai-menu.only_icons {
  margin: 0;
  background: transparent !important;
  border: none; }
  body.hideNav > .container > nav .ai-menu header,
  .ai-menu.only_icons header {
    display: none; }
  body.hideNav > .container > nav .ai-menu > div.menu ul > li,
  .ai-menu.only_icons > div.menu ul > li {
    min-height: 60px; }
  body.hideNav > .container > nav .ai-menu > div.menu ul > li > .line,
  .ai-menu.only_icons > div.menu ul > li > .line {
    min-height: 60px;
    padding: 5px 0 0 5px; }
    body.hideNav > .container > nav .ai-menu > div.menu ul > li > .line header,
    .ai-menu.only_icons > div.menu ul > li > .line header {
      display: none; }
    body.hideNav > .container > nav .ai-menu > div.menu ul > li > .line span,
    .ai-menu.only_icons > div.menu ul > li > .line span {
      display: none; }

.ai-menu.font-small {
  margin: 0; }
  .ai-menu.font-small > div.menu ul > li {
    min-height: 60px; }
  .ai-menu.font-small > div.menu ul > li > .line {
    min-height: 60px;
    padding: 5px 0 0 5px; }
    .ai-menu.font-small > div.menu ul > li > .line header {
      font-size: 12px;
      line-height: 16px; }
    .ai-menu.font-small > div.menu ul > li > .line span {
      font-size: 10px; }

.ai-menu.tiny .items_container ul > li.timeline div.time {
  width: 50px; }
  .ai-menu.tiny .items_container ul > li.timeline div.time > span.line {
    left: 74px; }
  .ai-menu.tiny .items_container ul > li.timeline div.time > span.circle {
    left: 67px; }

.ai-menu.tiny .items_container ul > li.timeline > .line {
  padding-left: 95px !important; }

.ai-menu.tiny .items_container ul > li.timeline .filters {
  margin-left: 105px; }

.ai-menu.tiny .items_container ul > li.timeline .actions button.compact {
  margin-top: 33px; }

body > .container > menu > .menu > menu,
.ai-menu.full {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none; }

.ai-menu.timeline div.time {
  display: block; }

.ai-menu .items_container ul > li.timeline .ai-schema.inline {
  width: calc(100% - 165px) !important;
  margin: 0 0 10px 153px !important; }

nav .ai-menu.full {
  height: auto; }
  nav .ai-menu.full .menu > ul {
    border: none; }
  nav .ai-menu.full.no_check > div.menu ul > li i.icon {
    font-size: 22px;
    margin: 5px 2px;
    color: #bdc3c7; }
  nav .ai-menu.full.no_check > div.menu ul > li > .line > header,
  nav .ai-menu.full.no_check > div.menu ul > li > .line > span {
    margin-left: 0px; }

[ai-wizard="paciente__historia--tabs"] .ai-plantilla header {
  height: 30px; }

[step="step-noc"] .step-container [ai-menu], [step="step-nic"] .step-container [ai-menu] {
  width: 50%;
  height: 100%;
  display: inline-block;
  float: left; }

[ai-schema="enfermeria__inicio_turno--schema"] {
  width: 45%;
  height: 100%;
  display: inline-block;
  float: left; }

[ai-menu="enfermeria__registro_actividades--menu"] .ai-menu {
  width: 55%;
  height: 100%;
  display: inline-block;
  float: left; }

[ai-schema="enfermeria__actividades--schema"] > .schema-input {
  width: calc(100% - 30px) !important; }

_::-webkit-full-page-media, _:future, :root .in_step > header, _::-webkit-full-page-media, _:future, :root .ai-menu.in_step {
  overflow: visible !important; }

_::-webkit-full-page-media, _:future, :root .in_step > header::-webkit-scrollbar {
  width: 0 !important; }

_::-webkit-full-page-media, _:future, :root .in_step > header::-webkit-scrollbar-track {
  width: 0 !important; }

_::-webkit-full-page-media, _:future, :root .in_step > header::-webkit-scrollbar-thumb {
  width: 0 !important; }

_::-webkit-full-page-media, _:future, :root .in_step > header::-webkit-scrollbar-thumb:window-inactive {
  width: 0 !important; }

_::-webkit-full-page-media, _:future, :root .ai-menu.in_step::-webkit-scrollbar {
  width: 0 !important; }

_::-webkit-full-page-media, _:future, :root .ai-menu.in_step::-webkit-scrollbar-track {
  width: 0 !important; }

_::-webkit-full-page-media, _:future, :root .ai-menu.in_step::-webkit-scrollbar-thumb {
  width: 0 !important; }

_::-webkit-full-page-media, _:future, :root .ai-menu.in_step::-webkit-scrollbar-thumb:window-inactive {
  width: 0 !important; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 192dpi) {
  .in_step > header {
    height: 0.5px !important;
    background: white; }
  .aiWizard > .header {
    background-color: red;
    overflow: auto; }
  .ai-menu.in_step::-webkit-scrollbar {
    width: 0 !important; }
  /* Track */
  .ai-menu.in_step::-webkit-scrollbar-track {
    width: 0 !important; }
  /* Handle */
  .ai-menu.in_step::-webkit-scrollbar-thumb {
    width: 0 !important; }
  .ai-menu.in_step::-webkit-scrollbar-thumb:window-inactive {
    width: 0 !important; }
  .aiWizard > .header::-webkit-scrollbar {
    width: 0 !important; }
  .aiWizard > .header::-webkit-scrollbar-track {
    width: 0 !important; }
  .aiWizard > .header::-webkit-scrollbar-thumb {
    width: 0 !important; }
  .aiWizard > .header::-webkit-scrollbar-thumb:window-inactive {
    width: 0 !important; } }

.odontogramafecha {
  text-align: center;
  font-size: 22px;
  padding: 15px; }

.ai-plantilla menu > header {
  background-color: #ecf0f1; }

[ai-menu="global__nota_articulos_plan--menu"] > menu > .menu > .items_container > ul > li {
  min-height: 200px; }

.popper,
.tooltip {
  position: absolute;
  background: #FFC107;
  color: black;
  width: 150px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center; }

.style5 .tooltip {
  background: #1E252B;
  color: #FFFFFF;
  max-width: 200px;
  width: auto;
  font-size: .8rem;
  padding: .5em 1em; }

.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px; }

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #FFC107; }

.style5 .tooltip .tooltip-arrow {
  border-color: #1E252B; }

.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 5px; }

.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0; }

.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px; }

.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0; }

.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px; }

.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0; }

.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px; }

.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0; }

body.openOptions .ai-menu.in_step > header {
  height: 60px !important;
  background-color: #E7F2FE; }
  body.openOptions .ai-menu.in_step > header h1, body.openOptions .ai-menu.in_step > header h2, body.openOptions .ai-menu.in_step > header h3 {
    display: block !important; }
  body.openOptions .ai-menu.in_step > header > .actions {
    right: 0px; }
  body.openOptions .ai-menu.in_step > header .globals {
    display: none; }
  body.openOptions .ai-menu.in_step > header h2,
  body.openOptions .ai-menu.in_step > header h3 {
    display: none; }

[ai-wizard] {
  height: 100%; }

.aiWizard {
  overflow-y: hidden; }
  .aiWizard > .header {
    padding: 0;
    margin: 0;
    height: 95px;
    width: 100%;
    background: #E7F2FE; }
    .aiWizard > .header > .wizard-header > header {
      background: transparent;
      height: 100px;
      width: 0px;
      position: inherit; }
      .aiWizard > .header > .wizard-header > header h2 {
        font-size: 16px;
        padding-left: 15px;
        position: fixed; }
      .aiWizard > .header > .wizard-header > header h3 {
        color: #2980b9;
        font-size: 12px;
        top: 35px;
        left: 15px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: absolute;
        padding: 0; }
      .aiWizard > .header > .wizard-header > header .img {
        display: none; }
      .aiWizard > .header > .wizard-header > header .actions {
        position: absolute;
        right: 30px;
        top: 12px; }
        .aiWizard > .header > .wizard-header > header .actions > button {
          min-width: 200px;
          height: 40px;
          line-height: 40px;
          padding: 0 10px; }
      @media only screen and (max-width: 820px) {
        .aiWizard > .header > .wizard-header > header h3 {
          max-width: 200px;
          margin-left: 40px; } }
      .aiWizard > .header > .wizard-header > header.img .img {
        display: block;
        position: fixed;
        margin-left: 15px; }
      .aiWizard > .header > .wizard-header > header.img h2,
      .aiWizard > .header > .wizard-header > header.img h3 {
        margin-left: 55px; }
    .aiWizard > .header.active, .aiWizard > .header.success, .aiWizard > .header.secondary, .aiWizard > .header.primary, .aiWizard > .header.clear, .aiWizard > .header.danger {
      height: 105px; }
      .aiWizard > .header.active > h1, .aiWizard > .header.success > h1, .aiWizard > .header.secondary > h1, .aiWizard > .header.primary > h1, .aiWizard > .header.clear > h1, .aiWizard > .header.danger > h1 {
        display: none;
        height: 30px;
        padding: 6px 10px;
        font-size: 18px;
        text-align: center;
        background-color: #f8f9ff;
        color: #008080;
        border-left: 3px solid white;
        border-right: 3px solid white; }
        .aiWizard > .header.active > h1 i, .aiWizard > .header.success > h1 i, .aiWizard > .header.secondary > h1 i, .aiWizard > .header.primary > h1 i, .aiWizard > .header.clear > h1 i, .aiWizard > .header.danger > h1 i {
          height: 20px;
          width: 20px;
          display: none;
          float: right;
          margin-right: 10px;
          border: 1px solid white; }
      .aiWizard > .header.active.primary > h1, .aiWizard > .header.success.primary > h1, .aiWizard > .header.secondary.primary > h1, .aiWizard > .header.primary.primary > h1, .aiWizard > .header.clear.primary > h1, .aiWizard > .header.danger.primary > h1 {
        border-color: #008080;
        color: #008080; }
      .aiWizard > .header.active.secondary > h1, .aiWizard > .header.success.secondary > h1, .aiWizard > .header.secondary.secondary > h1, .aiWizard > .header.primary.secondary > h1, .aiWizard > .header.clear.secondary > h1, .aiWizard > .header.danger.secondary > h1 {
        border-color: #2980b9;
        color: #2980b9; }
      .aiWizard > .header.active.active > h1, .aiWizard > .header.success.active > h1, .aiWizard > .header.secondary.active > h1, .aiWizard > .header.primary.active > h1, .aiWizard > .header.clear.active > h1, .aiWizard > .header.danger.active > h1 {
        border-color: #c0392b;
        color: #c0392b; }
      .aiWizard > .header.active.success > h1, .aiWizard > .header.success.success > h1, .aiWizard > .header.secondary.success > h1, .aiWizard > .header.primary.success > h1, .aiWizard > .header.clear.success > h1, .aiWizard > .header.danger.success > h1 {
        border-color: #27ae60;
        color: #27ae60; }
      .aiWizard > .header.active.clear > h1, .aiWizard > .header.success.clear > h1, .aiWizard > .header.secondary.clear > h1, .aiWizard > .header.primary.clear > h1, .aiWizard > .header.clear.clear > h1, .aiWizard > .header.danger.clear > h1 {
        border-color: #bdc3c7;
        color: #bdc3c7; }
      .aiWizard > .header.active.danger > h1, .aiWizard > .header.success.danger > h1, .aiWizard > .header.secondary.danger > h1, .aiWizard > .header.primary.danger > h1, .aiWizard > .header.clear.danger > h1, .aiWizard > .header.danger.danger > h1 {
        border-color: #993333;
        color: #993333; }
    .aiWizard > .header > ul {
      list-style: none;
      margin-top: -40px;
      margin-left: 0;
      z-index: 3;
      position: absolute;
      width: 100%;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 820px) {
        .aiWizard > .header > ul {
          overflow-x: auto; }
          .aiWizard > .header > ul > li:first-child {
            padding-left: 10px !important; } }
      .aiWizard > .header > ul > li {
        text-align: center;
        cursor: pointer;
        height: 35px;
        padding: 0 10px;
        background: rgba(255, 255, 255, 0.5);
        transition: background 0.2s linear;
        border-radius: 3px 3px 0 0;
        line-height: 35px;
        position: relative;
        width: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 4px;
        min-width: 40px; }
        .aiWizard > .header > ul > li:first-child {
          border-radius: 0 3px 0 0;
          padding-left: 15px; }
        .aiWizard > .header > ul > li h3 {
          font-size: 13px;
          float: left;
          color: #2c3e50;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
        .aiWizard > .header > ul > li .errors {
          position: absolute;
          right: 0px;
          top: 0px;
          height: 14px;
          width: 14px;
          background: #c0392b;
          border-radius: 50%;
          color: white;
          font-weight: bold;
          font-size: 10px;
          text-align: center;
          line-height: 16px; }
        .aiWizard > .header > ul > li:hover {
          background-image: none;
          background: rgba(255, 255, 255, 0.8); }
          .aiWizard > .header > ul > li:hover h3,
          .aiWizard > .header > ul > li:hover span[class^="icon-"] {
            color: #000; }
        .aiWizard > .header > ul > li > span[class^="icon-"] {
          float: left;
          font-size: 14px;
          display: block;
          height: 35px;
          line-height: 35px;
          padding-right: 5px;
          color: #bdc3c7; }
        .aiWizard > .header > ul > li.active {
          background: white; }
          .aiWizard > .header > ul > li.active h3,
          .aiWizard > .header > ul > li.active span[class^="icon-"] {
            color: #000; }
          .aiWizard > .header > ul > li.active .errors {
            background: #ffffff;
            color: #c0392b; }
        @media only screen and (max-width: 820px) {
          .aiWizard > .header > ul > li h3 {
            display: none; }
          .aiWizard > .header > ul > li > span[class^="icon-"] {
            padding: 0 2px; } }
    .aiWizard > .header .ai-avatar {
      margin: 10px 0 10px 15px; }
    .aiWizard > .header .ai-avatar + .wizard-header h3 {
      margin-left: 55px; }
  .aiWizard > .noHeader {
    height: 30px !important; }
    .aiWizard > .noHeader > ul {
      margin-top: 0px;
      height: 30px;
      overflow: hidden; }
  .aiWizard > .main {
    height: -o-calc(100% - 96px);
    height: calc(100% - 96px);
    transition-property: margin;
    transition-duration: 0.3s; }
    .aiWizard > .main > h2,
    .aiWizard > .main [step] > h2 {
      position: absolute;
      height: 70px;
      background: #FFF;
      width: 100%;
      z-index: 2;
      padding: 8px 0;
      border-bottom: 1px solid #ecf0f1;
      font-size: 22px;
      line-height: 40px;
      margin-bottom: 5px;
      font-weight: bold;
      color: #2C3E50; }
      .aiWizard > .main > h2 small,
      .aiWizard > .main [step] > h2 small {
        font-size: 17px;
        display: block;
        margin: 0;
        margin-top: -3px;
        font-weight: 400;
        line-height: 1;
        color: teal; }
    .aiWizard > .main > [step] {
      float: left;
      overflow-y: auto;
      padding: 0;
      margin: 0;
      height: 100%;
      background: rgba(255, 255, 255, 0.98);
      width: 12.5%;
      display: none; }
      .aiWizard > .main > [step].transition {
        box-shadow: 0px 0px 30px #ccc; }
      .aiWizard > .main > [step].step-visible menu.in_step > header .actions {
        top: 0 !important; }
    .aiWizard > .main > section {
      position: relative;
      padding-top: 70px;
      height: calc(100% - 60px);
      overflow: hidden; }
      .aiWizard > .main > section .step-options {
        transition-property: opacity;
        transition-duration: 0.3s;
        position: absolute;
        z-index: 5;
        padding: 10px;
        right: 0;
        top: 0; }
        .aiWizard > .main > section .step-options button {
          width: 250px;
          background-color: #27ae60;
          color: #ffffff;
          font-size: 16px;
          padding: 15px;
          height: 50px;
          margin: 0; }
      .aiWizard > .main > section > .transclude > div:not(.ai-popin):not([ai-template]):not([ai-plantilla]) {
        height: 100%; }
  .aiWizard > .noHeader + .main {
    height: -o-calc(100% - 30px);
    height: calc(100% - 30px); }
  .aiWizard .tab-content {
    overflow: hidden !important; }
  .aiWizard > .options {
    position: absolute;
    padding: 0 20px;
    z-index: 5;
    background: #FFF;
    height: 69px;
    width: 550px;
    right: 0; }

.aiWizard .aiPopup > .main {
  margin-top: 60px; }

button:disabled {
  background-color: #ffffff;
  color: silver; }

body.card_open .aiWizard > .header > ul.navigation {
  z-index: auto; }

body.iphone .aiWizard .header {
  height: 85px;
  background: white; }

body.iphone .aiWizard .ai-avatar, body.iphone .aiWizard .wizard-header h3, body.iphone .aiWizard .actions {
  display: none; }

body.iphone .user.dashboard {
  background: white; }

body.iphone ul.navigation {
  background: white;
  width: calc(100% - 30px);
  margin: 0 2%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: fixed;
  border: 1px solid #3498db;
  border-radius: 5px;
  overflow: hidden;
  margin: 12px 15px;
  margin-top: -60px; }
  body.iphone ul.navigation li {
    -ms-flex: 1;
        flex: 1;
    border-right: 1px solid #3498db;
    border-radius: 0 !important;
    padding: 0 !important; }
    body.iphone ul.navigation li span {
      width: 100%;
      color: #3498db !important; }
    body.iphone ul.navigation li:last-child {
      border: none !important; }
    body.iphone ul.navigation li.active span {
      background: #3498db !important;
      color: white !important; }

body.openOptions .aiWizard > .main {
  transition-duration: 0s; }

body.openOptions .aiWizard .header {
  background-color: rgba(40, 106, 148, 0.1) !important;
  height: 60px;
  position: fixed;
  right: 0;
  width: 0px;
  top: 0; }

body.openOptions .aiWizard ul.navigation {
  position: fixed;
  width: 0px;
  right: 0;
  display: block;
  padding-top: 9px; }
  body.openOptions .aiWizard ul.navigation li {
    padding: 0 16px !important;
    width: 100%;
    border-radius: 0;
    background-color: transparent !important;
    height: 36px;
    line-height: 36px;
    color: #2C3E50;
    font-size: 14px; }
    body.openOptions .aiWizard ul.navigation li h3 {
      font-size: 14px;
      padding-left: 6px; }

.switch {
  margin-bottom: 12px; }
  .switch label {
    font-size: 14px;
    color: #AAA;
    display: inline-block;
    cursor: pointer;
    height: 100%;
    padding: 5px;
    min-width: 50px;
    text-align: center;
    border-bottom: 2px solid #ecf0f1; }
  .switch input[type=radio]:checked + label {
    border-bottom: 2px solid #c0392b;
    background: white;
    color: #2980b9;
    font-weight: bold; }
  .switch input[type=radio] {
    display: none; }

.multiple_options {
  margin-bottom: 12px; }
  .multiple_options label {
    font-size: 14px;
    color: #AAA;
    display: inline-block;
    cursor: pointer;
    height: 100%;
    padding: 5px;
    min-width: 50px;
    text-align: center;
    border-bottom: 2px solid #ecf0f1; }
  .multiple_options input.option[type=radio]:checked + label.option {
    display: none; }
  .multiple_options input.option[type=radio]:not(:checked) ~ label.none {
    display: none; }
  .multiple_options label.none {
    border-bottom: 2px solid #c0392b;
    background: white;
    color: #2980b9;
    font-weight: bold; }
  .multiple_options input[type=radio] {
    display: none; }

.ai-popin-back {
  background: rgba(40, 106, 148, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  display: none;
  opacity: 0; }
  .ai-popin-back.open {
    opacity: 1; }

.ai-popin {
  position: fixed;
  height: 90%;
  width: 80%;
  max-width: 100%;
  top: calc(50% + 20px);
  left: calc(50% + 25px);
  z-index: 7;
  margin: 0;
  display: none;
  overflow: visible;
  border-radius: 3px;
  opacity: 0;
  transform: translate(-50%, -51%);
  padding-right: 50px;
  transition: opacity 0.1s ease-in, transform 0.1s ease-in; }
  .ai-popin.back {
    transform: scale(0.95, 0.95) translate(-53%, -53%);
    opacity: 0.9 !important; }
  .ai-popin > .ai-menu {
    box-shadow: 0 15px 10px -15px #286A94;
    overflow: hidden;
    border-radius: 3px; }
    .ai-popin > .ai-menu > header .actions {
      right: 50px !important; }
  .ai-popin .ai-menu > header {
    background-color: #E7F2FE; }
    .ai-popin .ai-menu > header > i {
      color: #2c3e50;
      font-size: 40px;
      background-color: #E7F2FE; }
    .ai-popin .ai-menu > header img {
      height: 40px;
      width: 40px; }
    .ai-popin .ai-menu > header h2 {
      color: #2c3e50; }
    .ai-popin .ai-menu > header + .contenido {
      height: calc(100% - 60px); }
    .ai-popin .ai-menu > header .actions {
      right: 50px; }
      @media only screen and (max-width: 820px) {
        .ai-popin .ai-menu > header .actions {
          right: 30px; } }
  .ai-popin [ai-wizard] .navigation {
    background-color: #E7F2FE;
    height: 36px; }
  .ai-popin [ai-wizard] .aiWizard > .header > ul > li {
    height: 36px; }
  .ai-popin .ai-menu .pagination {
    width: calc(100% - 50px) !important; }
  .ai-popin .close {
    height: 100%;
    width: 50px;
    position: absolute;
    right: 0px;
    top: 0;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    transition: background 0.2s linear;
    border-radius: 0 2px 2px 0;
    height: 60px;
    z-index: 10; }
    .ai-popin .close i {
      cursor: pointer;
      color: rgba(40, 106, 148, 0.5); }
    .ai-popin .close:hover {
      background-color: #E7F2FE; }
      .ai-popin .close:hover i {
        color: #111; }
    @media only screen and (max-width: 820px) {
      .ai-popin .close {
        width: 40px;
        right: 0;
        z-index: 10; }
        .ai-popin .close i {
          color: #2C3E50; } }
  .ai-popin .content {
    width: 100% !important;
    background-color: #ffffff; }
    .ai-popin .content header + .contenido > .transclude .ai-menu {
      height: calc(100% - 60px) !important; }
    .ai-popin .content header + .contenido > .transclude .ai-menu.no-header, .ai-popin .content header + .contenido > .transclude .ai-menu.no_header {
      height: 100% !important; }
    .ai-popin .content > .contenido {
      height: 100%;
      will-change: transform;
      overflow-y: auto;
      overflow-x: hidden; }
      .ai-popin .content > .contenido > [ng-transclude] {
        height: 100%; }
        .ai-popin .content > .contenido > [ng-transclude] > div {
          height: 100%; }
        .ai-popin .content > .contenido > [ng-transclude] .ai-menu {
          height: calc(100% - 60px) !important; }
      .ai-popin .content > .contenido > .transclude {
        height: calc(100% - 10px); }
        .ai-popin .content > .contenido > .transclude > div:not([ai-plantilla]):not([ai-schema]):not([ai-menu]) {
          height: 100%; }
      .ai-popin .content > .contenido > .transclude:empty {
        display: none; }
      .ai-popin .content > .contenido.con_header {
        height: calc(100% - 70px) !important; }
      .ai-popin .content > .contenido > .print_area {
        height: calc(100%);
        overflow: hidden; }
        .ai-popin .content > .contenido > .print_area .iframe {
          height: 100%; }
          .ai-popin .content > .contenido > .print_area .iframe iframe {
            height: 100%;
            width: 100%; }
          .ai-popin .content > .contenido > .print_area .iframe .preview-item.file_preview.img {
            width: 100%; }
  .ai-popin.open {
    opacity: 1;
    transform: translate(-50%, -51%); }
  .ai-popin.modal {
    right: calc(50% - 250px) !important;
    width: 640px;
    height: 350px;
    top: calc(50% - 250px); }
  .ai-popin .aiWizard menu.in_step > header .actions {
    right: 40px; }
  .ai-popin > .ai-menu .transclude > [ai-menu] {
    height: 100%; }

[ai-popin="popin-global__filters--menu"] {
  z-index: 100 !important; }

.aiMultiple {
  width: 320px;
  height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding-top: 56px;
  position: absolute;
  z-index: 10;
  margin-top: -56px;
  border-radius: 2px;
  border: 2px solid #f2f3f4;
  width: 400px !important; }
  .aiMultiple input[readonly] {
    background: white;
    margin-top: -60px;
    cursor: pointer; }
  .aiMultiple .searchIcon {
    top: 60px;
    left: -30px;
    color: #bdc3c7; }
  .aiMultiple.open .searchIcon {
    left: 0px;
    color: #AAA !important; }
  .aiMultiple .find,
  .aiMultiple .showSelected {
    border: 0;
    width: 100% !important;
    border-radius: 3px;
    margin-top: -45px;
    height: 45px;
    border: none !important;
    display: block; }
  .aiMultiple ul {
    list-style: none;
    display: block;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box; }
    .aiMultiple ul li {
      min-height: 20px;
      padding: 12px 10px;
      font-size: 13px;
      box-sizing: border-box; }
      .aiMultiple ul li:hover, .aiMultiple ul li.hover {
        background-color: rgba(46, 99, 204, 0.2); }
      .aiMultiple ul li.selected {
        background-color: #2E63CC !important;
        color: white; }
    .aiMultiple ul li:nth-child(even) {
      background-color: #f1f2f3; }
  .aiMultiple .multipleIcon {
    right: -30px;
    top: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #5BB75B;
    transition: all .2s ease-out; }
  .aiMultiple.open {
    height: auto; }
  .aiMultiple .find {
    display: none;
    margin-top: 0; }
  .aiMultiple .showSelected {
    background: white;
    cursor: pointer;
    -webkit-user-select: none; }
  .aiMultiple .find {
    background: #fff;
    transition: all .2s ease-out; }
  .aiMultiple.open .find {
    border: 1px solid #F1F2F3 !important;
    display: block;
    border-radius: 0;
    background: #f5f5ff;
    box-shadow: none; }
  .aiMultiple.open .multipleOptions i {
    color: #999;
    padding: 8px 4px; }
  .aiMultiple.open i:hover {
    color: #5BB75B !important; }
  .aiMultiple.open .multipleOptions {
    right: 5px; }
  .aiMultiple i.toggle {
    right: 10px;
    color: #999;
    transition-delay: 0.2s;
    position: absolute;
    top: 14px; }
  .aiMultiple .multipleOptions {
    top: 67px;
    transition: right .2s ease-out;
    position: absolute;
    right: -70px;
    transition-delay: .2s; }
    .aiMultiple .multipleOptions i {
      float: right;
      color: #999;
      transition-delay: 0.2s;
      font-size: 22px; }

div.inputSpace {
  display: block;
  height: 55px;
  width: 100%;
  visibility: hidden; }

.required .ai-input-choices {
  border-left-color: #e74c3c; }
  .required .ai-input-choices .search-icon {
    color: #e74c3c; }

.error .ai-input-choices {
  border-color: #e74c3c; }

.ai-schema .schema-input .ai-input .ai-input-choices > input[type="text"].find, .ai-schema .schema-input .ai-input .ai-input-choices > input[type="text"].show-selected {
  padding-top: 2px !important;
  line-height: 60px;
  padding-left: 10px !important;
  height: 60px !important;
  padding-top: 12px !important; }
  .ai-schema .schema-input .ai-input .ai-input-choices > input[type="text"].find.iconSelected, .ai-schema .schema-input .ai-input .ai-input-choices > input[type="text"].show-selected.iconSelected {
    padding-left: 30px !important; }

.ai-input-choices {
  height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding-top: 56px;
  position: relative;
  z-index: 10;
  margin-top: -56px;
  border-radius: 2px;
  border: 2px solid #f2f3f4;
  padding-left: 25px;
  width: 100% !important; }
  @media only screen and (max-width: 820px) {
    .ai-input-choices {
      width: calc(100% - 0px) !important; } }
  .ai-input-choices input[readonly] {
    background: white;
    margin-top: -60px;
    cursor: pointer; }
  .ai-input-choices .search-icon {
    position: absolute;
    transition: all .1s ease-out;
    color: #bdc3c7;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #bdc3c7;
    background: #ecf0f1;
    background: rgba(236, 240, 241, 0.3);
    line-height: 56px;
    width: 24px;
    text-align: center;
    font-size: 10px;
    height: 100%; }
  .ai-input-choices .iconSelectedChoice {
    position: absolute;
    top: 25px;
    margin-left: 10px; }
  .ai-input-choices .find,
  .ai-input-choices .show-selected {
    border: 0;
    width: 100% !important;
    border-radius: 3px;
    height: 45px;
    border: none !important;
    display: block; }
  .ai-input-choices .show-selected {
    margin-top: -58px !important; }
  .ai-input-choices ul {
    list-style: none;
    display: block;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box; }
    .ai-input-choices ul li {
      min-height: 40px !important;
      padding: 20px 10px;
      font-size: 13px;
      box-sizing: border-box;
      cursor: pointer; }
      .ai-input-choices ul li:hover, .ai-input-choices ul li.hover {
        background-color: rgba(46, 99, 204, 0.2) !important; }
      .ai-input-choices ul li.selected {
        background-color: #2E63CC !important;
        color: white; }
      .ai-input-choices ul li div.icon {
        margin: 0 8px !important;
        padding: 0 !important;
        color: #2C3E50; }
      .ai-input-choices ul li div.extra {
        margin: 0 2px !important;
        padding: 0 !important;
        color: #95a5a6; }
      .ai-input-choices ul li div.extra_icon {
        margin: 0 24px !important;
        padding: 0 !important;
        color: #95a5a6; }
    .ai-input-choices ul li:nth-child(even) {
      background-color: #f1f2f3; }
  .ai-input-choices .multiple-icon {
    right: -30px;
    top: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #5BB75B;
    transition: all .2s ease-out; }
  .ai-input-choices.open {
    height: auto;
    z-index: 10000000; }
  .ai-input-choices > .find {
    display: none;
    margin-top: 0;
    padding-top: 0 !important; }
  .ai-input-choices .show-selected {
    background: white;
    cursor: pointer;
    -webkit-user-select: none; }
  .ai-input-choices .find {
    background: #fff;
    transition: all .2s ease-out; }
  .ai-input-choices.open .find {
    border-top: 1px solid #F1F2F3 !important;
    display: block;
    border-radius: 0;
    background: #f5f5ff;
    box-shadow: none; }
  .ai-input-choices.open .multiple-options i {
    color: #999;
    padding: 8px 4px; }
  .ai-input-choices.open i:hover {
    color: #5BB75B !important; }
  .ai-input-choices.open .multiple-options {
    right: 5px; }
  .ai-input-choices.open.autocomplete .verbose {
    margin-top: 0;
    color: #333; }
  .ai-input-choices.open.autocomplete .find {
    margin-top: -60px; }
  .ai-input-choices i.toggle,
  .ai-input-choices i.remove {
    right: 5px;
    transition-delay: 0.2s;
    position: absolute;
    top: 3px;
    width: 40px;
    height: 50px;
    background: #ecf0f1;
    line-height: 50px;
    color: #2C3E50;
    text-align: center; }
  .ai-input-choices i.remove {
    right: 47px; }
  .ai-input-choices i.detail {
    right: 42px;
    transition-delay: 0.2s;
    position: absolute;
    top: 3px;
    width: 40px;
    height: 50px;
    background: #ecf0f1;
    line-height: 50px;
    color: #2C3E50;
    text-align: center; }
  .ai-input-choices i.loading {
    display: none;
    right: 40px;
    color: #999;
    transition-delay: 0.2s;
    position: absolute;
    top: 14px; }
  .ai-input-choices i.searching {
    margin: -28px 0 0 10px;
    position: absolute;
    color: #666;
    display: none; }
  .ai-input-choices .multiple-options {
    top: 55px;
    transition: right .2s ease-out;
    position: absolute;
    right: -70px;
    transition-delay: .2s;
    display: none !important; }
    .ai-input-choices .multiple-options i {
      float: right;
      color: #999;
      transition-delay: 0.2s;
      font-size: 22px; }
  .ai-input-choices p.message {
    background: rgba(41, 128, 185, 0.7);
    font-size: 12px;
    text-align: center;
    padding: 5px 0px;
    color: white;
    display: none; }
    .ai-input-choices p.message.empty-results {
      background: rgba(243, 156, 18, 0.7); }

.schema-input.open-choices {
  z-index: 6 !important;
  height: 55px; }
  .schema-input.open-choices .ai-input-choices.autocomplete > .show-selected {
    display: none; }

.schema-input.open-choices .place_holder, .schema-input.input-type-Time .place_holder {
  color: #333 !important;
  margin-top: 0 !important; }

.ai-breadcrumbs {
  height: 60px;
  padding: 20px 10px 20px 20px;
  background-color: #f8f9ff;
  color: #333;
  margin: 0;
  position: relative;
  border-top: 1px solid #ecf0f1;
  overflow: visible;
  z-index: 6; }
  .ai-breadcrumbs li {
    padding: 0px 10px 0 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 10px; }
    .ai-breadcrumbs li i {
      height: 40px;
      width: 20px;
      color: #2980b9;
      font-size: 18px;
      display: inline-block;
      margin-top: -10px; }
    .ai-breadcrumbs li a {
      display: inline-block;
      text-decoration: none;
      color: #008080;
      padding-right: 40px;
      text-transform: capitalize;
      transition-property: width;
      transition-duration: 0.3s; }
      .ai-breadcrumbs li a span {
        transition-property: all;
        transition-duration: 0.3s; }
      .ai-breadcrumbs li a span.str {
        color: #008080;
        font-size: 14px; }
      .ai-breadcrumbs li a span.extra {
        font-size: 10px;
        color: #2980b9;
        position: absolute;
        top: 22px;
        left: 0; }
      .ai-breadcrumbs li a span.menu.str {
        font-size: 10px;
        position: absolute;
        margin-top: -15px;
        margin-left: -25px; }
      .ai-breadcrumbs li a button {
        position: absolute;
        display: none;
        left: 345px;
        width: 40px;
        top: 46px;
        height: 35px;
        background: #27ae60; }
        .ai-breadcrumbs li a button i {
          color: #fff !important; }
    .ai-breadcrumbs li.str a span.menu {
      font-size: 10px;
      position: absolute;
      margin-top: -15px;
      margin-left: -25px; }
    .ai-breadcrumbs li.str a span.str {
      color: #2C3E50;
      opacity: 1;
      font-size: 14px; }
    .ai-breadcrumbs li:first-child a {
      padding-right: 15px; }
    .ai-breadcrumbs li:before {
      content: '';
      height: 10px;
      width: 10px;
      position: absolute;
      top: 5px;
      -webkit-transform: rotate(45deg);
      border-right: 1px solid #c0392b;
      border-top: 1px solid #c0392b;
      right: 15px; }
    .ai-breadcrumbs li:last-child:before {
      display: none; }

.wizard-move.action {
  z-index: 7 !important; }

.ai-breadcrumbs .action,
.agendas .action,
.wizard-move.action {
  background-color: #fbfcff;
  margin-top: -20px;
  min-width: 150px;
  width: auto;
  position: absolute;
  right: 0;
  padding: 0 10px;
  z-index: 1;
  box-shadow: -5px 0px 15px -10px #333;
  transition-property: right;
  transition-duration: 0.3s; }
  .ai-breadcrumbs .action button,
  .agendas .action button,
  .wizard-move.action button {
    width: 120px;
    margin: 10px 5px 10px 0;
    height: 40px; }
  .ai-breadcrumbs .action.right-hide,
  .agendas .action.right-hide,
  .wizard-move.action.right-hide {
    right: -300px !important; }
  .ai-breadcrumbs .action:before,
  .agendas .action:before,
  .wizard-move.action:before {
    display: none; }

.breadcrumb-agenda .str {
  font-size: 16px !important; }

.ai-schema {
  position: relative; }
  .ai-schema .schema-input {
    background: white;
    position: relative;
    clear: both;
    display: table;
    transition: height 0.2s ease-in-out;
    width: 400px !important;
    margin: 10px 0 5px 15px;
    min-height: 60px; }
    @media only screen and (max-width: 820px) {
      .ai-schema .schema-input {
        width: calc(100% - 30px) !important; } }
    .ai-schema .schema-input > .verbose {
      display: block;
      vertical-align: top;
      font-size: 14px;
      min-height: 25px;
      line-height: 12px;
      margin-left: 15px;
      color: #333;
      position: absolute;
      z-index: 1;
      top: 2px;
      left: 20px;
      font-size: 13px;
      z-index: 4;
      max-height: 30px;
      overflow-y: hidden;
      padding-top: 6px; }
      .ai-schema .schema-input > .verbose.fileupload {
        background: rgba(255, 255, 255, 0.5);
        width: 200px;
        background: rgba(255, 255, 255, 0.5);
        margin: -2px 0 0 -20px;
        padding-left: 5px;
        line-height: 15px;
        min-height: 15px;
        color: #444; }
        .ai-schema .schema-input > .verbose.fileupload.preview {
          width: 100% !important;
          padding-left: 20px !important;
          line-height: 30px !important;
          min-height: 30px !important; }
      .ai-schema .schema-input > .verbose.place_holder {
        margin-top: 16px;
        font-size: 13px;
        color: #999;
        cursor: auto;
        font-weight: lighter; }
    .ai-schema .schema-input.input-type-Date > .verbose.place_holder, .ai-schema .schema-input.inline > .verbose.place_holder {
      font-weight: inherit;
      margin-top: 0px;
      font-size: 12px; }
    .ai-schema .schema-input.inline .verbose {
      min-width: auto;
      min-height: auto;
      margin-top: 4px !important;
      font-size: 12px;
      line-height: 12px;
      min-height: 26px; }
    .ai-schema .schema-input.inline .schema-icon {
      z-index: 2; }
    .ai-schema .schema-input.warning .ai-input input[type="text"]:not(.find),
    .ai-schema .schema-input.warning .ai-input input[type="password"],
    .ai-schema .schema-input.warning .ai-input input[type="number"],
    .ai-schema .schema-input.warning .ai-input input[type="date"],
    .ai-schema .schema-input.warning .ai-input input[type="datetime-local"],
    .ai-schema .schema-input.warning .ai-input input[type="month"],
    .ai-schema .schema-input.warning .ai-input input[type="time"],
    .ai-schema .schema-input.warning .ai-input textarea {
      border-color: #f39c12; }
    .ai-schema .schema-input.error .ai-input input[type="text"]:not(.find),
    .ai-schema .schema-input.error .ai-input input[type="password"],
    .ai-schema .schema-input.error .ai-input input[type="number"],
    .ai-schema .schema-input.error .ai-input input[type="date"],
    .ai-schema .schema-input.error .ai-input input[type="datetime-local"],
    .ai-schema .schema-input.error .ai-input input[type="month"],
    .ai-schema .schema-input.error .ai-input input[type="time"],
    .ai-schema .schema-input.error .ai-input textarea {
      border-color: #c0392b !important; }
    .ai-schema .schema-input.warning .message {
      display: block;
      background: rgba(243, 156, 18, 0.7); }
    .ai-schema .schema-input.error .message {
      display: block;
      background: rgba(231, 76, 60, 0.7); }
    .ai-schema .schema-input.input-type-Text .message {
      top: 85px !important; }
    .ai-schema .schema-input.input-type-Text .verbose {
      width: calc(100% - 40px) !important;
      padding-left: 10px !important;
      left: 10px !important; }
    .ai-schema .schema-input.input-type-File .message {
      top: 35px !important;
      width: 200px !important; }
    .ai-schema .schema-input.required:not(.selected) .ai-input input[type="text"]:not(.find),
    .ai-schema .schema-input.required:not(.selected) .ai-input input[type="password"],
    .ai-schema .schema-input.required:not(.selected) .ai-input input[type="number"],
    .ai-schema .schema-input.required:not(.selected) .ai-input input[type="date"],
    .ai-schema .schema-input.required:not(.selected) .ai-input input[type="datetime-local"],
    .ai-schema .schema-input.required:not(.selected) .ai-input input[type="month"],
    .ai-schema .schema-input.required:not(.selected) .ai-input input[type="time"],
    .ai-schema .schema-input.required:not(.selected) .ai-input textarea {
      border-left-color: #e74c3c !important; }
    .ai-schema .schema-input.required:not(.selected) .ai-input .ai-input-boolean > span:first-child,
    .ai-schema .schema-input.required:not(.selected) .ai-input .ai-input-inline > span:first-child {
      border-radius: 2px 0 0 2px;
      border-left: 2px solid #e74c3c !important; }
    .ai-schema .schema-input.input-type-Separator {
      padding: 20px 8px;
      height: 55px;
      min-height: auto;
      width: 100%;
      font-size: 15px;
      border-left: 2px solid #2980b9;
      margin: 10px 15px 5px; }
      .ai-schema .schema-input.input-type-Separator .verbose, .ai-schema .schema-input.input-type-Separator .schema-icon {
        display: none; }
      .ai-schema .schema-input.input-type-Separator.toggle {
        background-color: #ecf0f1; }
      .ai-schema .schema-input.input-type-Separator button {
        top: -15px !important;
        height: 45px !important;
        left: calc(100% + 5px) !important; }
    .ai-schema .schema-input .ai-input {
      position: relative;
      z-index: 2;
      width: 100% !important; }
      .ai-schema .schema-input .ai-input > i {
        position: absolute;
        color: #bdc3c7;
        left: 15px;
        top: 20px;
        z-index: 90; }
      .ai-schema .schema-input .ai-input.input-with-actions {
        width: calc(100% - 50px) !important; }
      .ai-schema .schema-input .ai-input.input-with-limit {
        width: calc(100% - 110px) !important; }
      .ai-schema .schema-input .ai-input.input-with-actions.input-with-limit .limit {
        right: -155px; }
      .ai-schema .schema-input .ai-input input[type="text"],
      .ai-schema .schema-input .ai-input input[type="password"],
      .ai-schema .schema-input .ai-input input[type="number"],
      .ai-schema .schema-input .ai-input input[type="date"],
      .ai-schema .schema-input .ai-input input[type="datetime-local"],
      .ai-schema .schema-input .ai-input input[type="month"],
      .ai-schema .schema-input .ai-input input[type="time"],
      .ai-schema .schema-input .ai-input textarea {
        border-radius: 2px;
        border: 2px solid #ecf0f1;
        box-shadow: none !important;
        width: 100% !important;
        height: 60px !important;
        padding-left: 32px !important;
        border-style: solid;
        -webkit-appearance: none;
        line-height: 20px;
        padding-top: 25px !important;
        font-size: 15px;
        background: transparent;
        transition: padding-top 0.2s ease-in-out; }
        .ai-schema .schema-input .ai-input input[type="text"].input[readonly],
        .ai-schema .schema-input .ai-input input[type="password"].input[readonly],
        .ai-schema .schema-input .ai-input input[type="number"].input[readonly],
        .ai-schema .schema-input .ai-input input[type="date"].input[readonly],
        .ai-schema .schema-input .ai-input input[type="datetime-local"].input[readonly],
        .ai-schema .schema-input .ai-input input[type="month"].input[readonly],
        .ai-schema .schema-input .ai-input input[type="time"].input[readonly],
        .ai-schema .schema-input .ai-input textarea.input[readonly] {
          background: #f1f2f3 !important; }
      .ai-schema .schema-input .ai-input .ai-input-rich {
        height: 320px;
        padding-left: 18px;
        width: 200%;
        border: 2px solid #ecf0f1;
        border-radius: 2px;
        font-size: 16px; }
        .ai-schema .schema-input .ai-input .ai-input-rich .ql-editor.ql-blank::before {
          left: 32px; }
      .ai-schema .schema-input .ai-input .ql-toolbar {
        width: 200%;
        border: 2px solid #ecf0f1;
        border-bottom: 0 !important;
        border-radius: 2px 2px 0 0;
        padding-left: 22px; }
      .ai-schema .schema-input .ai-input textarea {
        height: 100px !important;
        padding-top: 10px; }
      .ai-schema .schema-input .ai-input.required input[type="text"],
      .ai-schema .schema-input .ai-input.required input[type="password"],
      .ai-schema .schema-input .ai-input.required input[type="number"],
      .ai-schema .schema-input .ai-input.required input[type="date"],
      .ai-schema .schema-input .ai-input.required input[type="time"],
      .ai-schema .schema-input .ai-input.required textarea {
        border-color: #e74c3c; }
      .ai-schema .schema-input .ai-input.required .ai-input-boolean > span:first-child,
      .ai-schema .schema-input .ai-input.required .ai-input-inline > span:first-child {
        background: red;
        padding-left: 32px;
        border-radius: 2px 0 0 2px;
        border-left: 2px solid #e74c3c !important; }
      .ai-schema .schema-input .ai-input.error input[type="text"],
      .ai-schema .schema-input .ai-input.error input[type="password"],
      .ai-schema .schema-input .ai-input.error input[type="number"],
      .ai-schema .schema-input .ai-input.error input[type="date"],
      .ai-schema .schema-input .ai-input.error input[type="time"],
      .ai-schema .schema-input .ai-input.error textarea {
        border-color: #993333; }
      .ai-schema .schema-input .ai-input.warning input[type="text"],
      .ai-schema .schema-input .ai-input.warning input[type="password"],
      .ai-schema .schema-input .ai-input.warning input[type="number"],
      .ai-schema .schema-input .ai-input.warning input[type="date"],
      .ai-schema .schema-input .ai-input.warning input[type="time"],
      .ai-schema .schema-input .ai-input.warning textarea {
        border-color: #f39c12; }
      .ai-schema .schema-input .ai-input.full_preview {
        z-index: 5; }
      .ai-schema .schema-input .ai-input button.action {
        height: 50px;
        min-width: 40px;
        padding: 0 10px;
        margin: 0 5px;
        position: absolute;
        left: calc(100% - 0px);
        top: 5px;
        font-size: 10px;
        box-shadow: none;
        z-index: 1;
        transition: height 0.5s ease; }
        .ai-schema .schema-input .ai-input button.action > i {
          font-size: 14px;
          margin-bottom: 2px; }
      .ai-schema .schema-input .ai-input .action.bg-danger {
        margin-left: 50px !important; }
      .ai-schema .schema-input .ai-input > .extra_label {
        position: absolute;
        top: 15px;
        left: calc(100% - 75px);
        border-left: 2px solid #ecf0f1;
        height: 30px;
        line-height: 30px;
        color: #bdc3c7;
        text-align: left;
        padding-left: 10px;
        width: 93px;
        border-radius: 0 3px 3px 0;
        font-size: 12px; }
      .ai-schema .schema-input .ai-input .ai-input-image {
        width: 420px;
        height: 60px; }
        @media only screen and (max-width: 820px) {
          .ai-schema .schema-input .ai-input .ai-input-image {
            width: 100%; } }
      .ai-schema .schema-input .ai-input .ai-input-boolean,
      .ai-schema .schema-input .ai-input .ai-input-inline {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        border-left: 2px solid #ecf0f1; }
        .ai-schema .schema-input .ai-input .ai-input-boolean > span,
        .ai-schema .schema-input .ai-input .ai-input-inline > span {
          background: white;
          height: auto;
          display: inline-block;
          float: left;
          margin: 0;
          border: 2px solid #ecf0f1;
          padding: 30px 5px 14px 5px;
          border-left: none;
          border-right: none;
          cursor: pointer;
          min-width: 33%;
          text-align: center;
          font-size: 12px;
          -webkit-box-flex: 1;
          -moz-box-flex: 1;
          -webkit-flex: 1;
          overflow: hidden;
          line-height: 12px;
          padding-top: 30px; }
          @media only screen and (max-width: 820px) {
            .ai-schema .schema-input .ai-input .ai-input-boolean > span,
            .ai-schema .schema-input .ai-input .ai-input-inline > span {
              font-size: 12px; } }
          .ai-schema .schema-input .ai-input .ai-input-boolean > span > div.choice-image,
          .ai-schema .schema-input .ai-input .ai-input-inline > span > div.choice-image {
            height: 64px;
            width: 64px;
            background-size: cover;
            border-radius: 50%;
            margin: 10px auto;
            cursor: pointer;
            transition: all 0.2s linear;
            position: relative; }
        .ai-schema .schema-input .ai-input .ai-input-boolean > span:nth-child(n+5),
        .ai-schema .schema-input .ai-input .ai-input-inline > span:nth-child(n+5) {
          border-top: none; }
        .ai-schema .schema-input .ai-input .ai-input-boolean > span:hover,
        .ai-schema .schema-input .ai-input .ai-input-inline > span:hover {
          border-bottom: 2px solid  #C3C3C3; }
        .ai-schema .schema-input .ai-input .ai-input-boolean > span.preselected,
        .ai-schema .schema-input .ai-input .ai-input-inline > span.preselected {
          border-bottom: 2px solid  #C3C3C3; }
        .ai-schema .schema-input .ai-input .ai-input-boolean > span:first-child,
        .ai-schema .schema-input .ai-input .ai-input-inline > span:first-child {
          border-radius: 2px 0 0 2px;
          padding-left: 32px; }
        .ai-schema .schema-input .ai-input .ai-input-boolean > span:last-child,
        .ai-schema .schema-input .ai-input .ai-input-inline > span:last-child {
          border-right: 2px solid #ecf0f1;
          border-radius: 0 2px 2px 0; }
        .ai-schema .schema-input .ai-input .ai-input-boolean > span.selected,
        .ai-schema .schema-input .ai-input .ai-input-inline > span.selected {
          border-bottom: 3px solid #2980b9; }
        .ai-schema .schema-input .ai-input .ai-input-boolean.disabled > span,
        .ai-schema .schema-input .ai-input .ai-input-inline.disabled > span {
          background: #f7f8f9 !important; }
        .ai-schema .schema-input .ai-input .ai-input-boolean.disabled:before,
        .ai-schema .schema-input .ai-input .ai-input-inline.disabled:before {
          content: " ";
          display: block;
          background: transparent;
          height: 100%;
          width: 100%;
          position: absolute; }
        .ai-schema .schema-input .ai-input .ai-input-boolean.wrap,
        .ai-schema .schema-input .ai-input .ai-input-inline.wrap {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          border-right: 2px solid #ecf0f1; }
          .ai-schema .schema-input .ai-input .ai-input-boolean.wrap > span:last-child,
          .ai-schema .schema-input .ai-input .ai-input-inline.wrap > span:last-child {
            border-right: none; }
        .ai-schema .schema-input .ai-input .ai-input-boolean.svg,
        .ai-schema .schema-input .ai-input .ai-input-inline.svg {
          padding-top: 130px;
          border-top: 2px solid #ecf0f1;
          border-radius: 3px; }
          .ai-schema .schema-input .ai-input .ai-input-boolean.svg img.choices-svg,
          .ai-schema .schema-input .ai-input .ai-input-inline.svg img.choices-svg {
            position: absolute;
            height: 128px;
            top: 2px;
            left: 144px; }
          .ai-schema .schema-input .ai-input .ai-input-boolean.svg .choice img.svg,
          .ai-schema .schema-input .ai-input .ai-input-inline.svg .choice img.svg {
            display: none;
            position: absolute;
            height: 32px;
            top: 16px;
            left: 16px;
            z-index: 1; }
      .ai-schema .schema-input .ai-input .limit {
        position: absolute;
        right: -110px;
        top: 5px;
        width: 104px;
        height: 50px;
        border: 2px solid #008080;
        border-radius: 3px;
        cursor: pointer; }
        .ai-schema .schema-input .ai-input .limit div {
          width: 50px;
          height: 45px;
          float: left;
          line-height: 45px;
          text-align: center;
          color: #bdc3c7; }
        .ai-schema .schema-input .ai-input .limit .arrows {
          position: absolute;
          height: 15px;
          width: 15px;
          transform: rotate(45deg);
          border: 2px solid #1abc9c;
          top: 16px;
          left: 44px;
          border-radius: 5px 0 5px 0; }
        .ai-schema .schema-input .ai-input .limit .indicator {
          background: #008080;
          width: 4px;
          height: 12px;
          position: absolute;
          top: 36px;
          left: 50px;
          margin-left: -2px;
          border-radius: 2px 2px 0 0;
          transition-property: all;
          transition-duration: 0.1s; }
          .ai-schema .schema-input .ai-input .limit .indicator.overflow {
            width: 15px;
            border-radius: 100%;
            top: 15px;
            background: red;
            height: 15px; }
          .ai-schema .schema-input .ai-input .limit .indicator.upper {
            left: 96px !important; }
          .ai-schema .schema-input .ai-input .limit .indicator.low {
            left: -6px !important; }
      .ai-schema .schema-input .ai-input input.input:focus, .ai-schema .schema-input .ai-input textarea.input:focus {
        border: #2980b9 2px solid !important;
        background: #FBFFD4; }
    .ai-schema .schema-input .ai-input-number .increment-decrement {
      position: absolute;
      top: 5px;
      right: 5px; }
      .ai-schema .schema-input .ai-input-number .increment-decrement span {
        cursor: pointer;
        width: 40px;
        height: 50px;
        background: #ecf0f1;
        display: block;
        float: left;
        font-size: 16px;
        color: #2C3E50;
        line-height: 50px;
        font-weight: bold;
        margin-left: 3px;
        border-radius: 2px;
        text-align: center; }
    .ai-schema .schema-input.array .array-input {
      position: relative; }
      .ai-schema .schema-input.array .array-input:first-child .input {
        border-top: 2px solid #ecf0f1 !important;
        border-bottom: 2px solid #ecf0f1;
        border-radius: 2px 2px 0 0; }
      .ai-schema .schema-input.array .array-input:nth-child(n+1) .input {
        border-top: 0;
        border-radius: 0 0 2px 2px; }
      .ai-schema .schema-input.array .array-input:last-child .input {
        border-top: 0;
        border-radius: 0 0 2px 2px; }
      .ai-schema .schema-input.array .array-input .add-array,
      .ai-schema .schema-input.array .array-input .remove-array {
        position: absolute;
        font-size: 16px;
        right: 5px;
        width: 40px;
        text-align: center;
        border-radius: 2px;
        background: #ecf0f1;
        line-height: 50px;
        cursor: pointer;
        font-weight: bold;
        height: 50px;
        color: #2C3E50;
        top: 5px; }
      .ai-schema .schema-input.array .array-input .remove-array {
        top: 4px; }
    .ai-schema .schema-input.array > .ai-input > button, .ai-schema .schema-input.choices > .ai-input > button {
      left: 100%; }
    .ai-schema .schema-input .message {
      width: 100%;
      color: white;
      font-size: 10px;
      height: 15px;
      line-height: 15px;
      padding: 0;
      text-align: center;
      position: absolute;
      border-radius: 0 0 2px 2px;
      top: calc(100% - 16px);
      font-weight: lighter;
      left: 0px;
      z-index: 5;
      display: none;
      padding: 0 !important; }
      .ai-schema .schema-input .message.no_verbose_name {
        top: 45px; }
      .ai-schema .schema-input .message:hover {
        font-size: 14px;
        padding: 0 !important;
        cursor: pointer; }
    .ai-schema .schema-input .input-with-actions + .message {
      width: calc(100% - 50px) !important; }
    .ai-schema .schema-input.input-type-increment {
      min-width: 180px !important; }
    .ai-schema .schema-input .schema-icon {
      position: absolute;
      top: 2px;
      left: 2px;
      color: #333;
      height: 56px;
      background: #ecf0f1;
      background: rgba(236, 240, 241, 0.3);
      line-height: 56px;
      width: 24px;
      text-align: center;
      font-size: 10px;
      height: calc(100% - 4px);
      z-index: 2; }
    .ai-schema .schema-input.no_verbose_name .schema-icon {
      top: 25px; }
    .ai-schema .schema-input.no_verbose_name .message {
      top: 45px; }
    .ai-schema .schema-input.no_verbose_name.input-type-Boolean > .message,
    .ai-schema .schema-input.no_verbose_name.ai-input-inline > .message {
      top: 60px; }
    .ai-schema .schema-input.warning .schema-icon {
      color: #f39c12; }
    .ai-schema .schema-input.error .schema-icon, .ai-schema .schema-input.required:not(.selected) .schema-icon {
      color: #e74c3c !important; }
    .ai-schema .schema-input.warning input[type="text"],
    .ai-schema .schema-input.warning input[type="password"],
    .ai-schema .schema-input.warning input[type="number"],
    .ai-schema .schema-input.warning input[type="date"],
    .ai-schema .schema-input.warning input[type="time"],
    .ai-schema .schema-input.warning textarea, .ai-schema .schema-input.error input[type="text"],
    .ai-schema .schema-input.error input[type="password"],
    .ai-schema .schema-input.error input[type="number"],
    .ai-schema .schema-input.error input[type="date"],
    .ai-schema .schema-input.error input[type="time"],
    .ai-schema .schema-input.error textarea {
      padding-top: 5px !important; }
    .ai-schema .schema-input span.image-container-toggler {
      background: #2C3E50;
      width: 400px;
      height: 15px; }
    .ai-schema .schema-input div.image-container {
      width: 400px; }
      .ai-schema .schema-input div.image-container img.schema-image {
        max-width: 100%; }
    .ai-schema .schema-input.hidden {
      display: none !important; }
  .ai-schema.compact .schema-input {
    padding: 0;
    clear: both;
    height: 30px; }
    .ai-schema.compact .schema-input > label:first-child {
      display: none; }
  .ai-schema.compact .increment-decrement {
    position: absolute;
    top: 0px !important;
    right: 0px !important; }
  .ai-schema.compact .message {
    top: 35px;
    left: 0px;
    width: 150px; }
  .ai-schema.compact .schema-icon {
    display: none;
    top: 15px;
    left: 10px; }
  .ai-schema.compact .ai-input {
    padding: 0;
    margin-left: 0; }
    .ai-schema.compact .ai-input input[type="text"],
    .ai-schema.compact .ai-input input[type="password"],
    .ai-schema.compact .ai-input input[type="number"],
    .ai-schema.compact .ai-input input[type="date"],
    .ai-schema.compact .ai-input input[type="time"],
    .ai-schema.compact .ai-input textarea {
      width: 150px !important;
      height: 40px !important;
      padding-left: 10px !important; }
  .ai-schema.full .schema-input {
    width: calc(100% - 30px) !important;
    clear: both; }
    .ai-schema.full .schema-input > label:first-child {
      font-size: 16px !important;
      color: #777;
      font-weight: normal !important; }
  .ai-schema.survey .surveyControls {
    width: 100%; }
    .ai-schema.survey .surveyControls > .control {
      display: inline-block;
      margin: 0px;
      border: solid 1px #ccc;
      width: 120px;
      padding: 10px;
      text-align: center; }
      .ai-schema.survey .surveyControls > .control.prev {
        margin-left: 15px; }
      .ai-schema.survey .surveyControls > .control.next {
        float: right;
        margin-right: 15px; }
  .ai-schema.survey .schema-input {
    width: calc(100% - 30px) !important;
    margin: 30px 15px; }
    .ai-schema.survey .schema-input > label:first-child {
      margin-top: -23px !important;
      margin-left: -15px !important; }
    .ai-schema.survey .schema-input.no_actual {
      display: none !important; }
    .ai-schema.survey .schema-input .ai-input-inline > span:first-child {
      padding-left: 0px !important; }
  .ai-schema.survey i.schema-icon {
    display: none; }
  .ai-schema.survey .verbose {
    display: block;
    position: relative;
    max-height: none; }

.ai-schema.inline {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  height: 60px !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .ai-schema.inline .schema-input {
    width: auto !important;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    margin: 2px;
    display: block;
    min-width: 165px;
    height: 60px !important; }
    .ai-schema.inline .schema-input.choices {
      max-width: 300px !important; }
    .ai-schema.inline .schema-input .message {
      top: calc(100% - 6px) !important;
      max-width: 300px !important; }
  .ai-schema.inline .schema-input.choices .message {
    top: calc(100% - 18px) !important; }
  .ai-schema.inline .message {
    top: calc(100% - 6px) !important; }

.card-js {
  width: 80%;
  margin: 0 0% 0 10%; }

.cert {
  width: 100%;
  text-align: center;
  margin: 10px 0; }
  .cert img:first-child {
    height: 40px;
    margin-right: 10px; }
  .cert img {
    height: 20px; }

.card-js input {
  border-radius: 2px;
  border: 2px solid #ecf0f1;
  box-shadow: none !important;
  width: 100% !important;
  height: 60px !important;
  padding-left: 32px !important;
  border-style: solid;
  -webkit-appearance: none;
  line-height: 20px;
  font-size: 15px;
  background: transparent;
  transition: padding-top 0.2s ease-in-out; }
  .card-js input.input[readonly] {
    background: rgba(236, 240, 241, 0.4) !important; }

img.plantilla_help {
  max-height: 400px;
  max-width: 400px;
  float: left; }

input[type=date]::-webkit-datetime-edit-text,
input[type=date]::-webkit-datetime-edit-day-field[aria-valuetext=blank],
input[type=date]::-webkit-datetime-edit-month-field[aria-valuetext=blank],
input[type=date]::-webkit-datetime-edit-year-field[aria-valuetext=blank],
input[type=date]::-webkit-datetime-edit-day-field:not([aria-valuetext]),
input[type=date]::-webkit-datetime-edit-month-field:not([aria-valuetext]),
input[type=date]::-webkit-datetime-edit-year-field:not([aria-valuetext]),
input[type=date]::-webkit-datetime-edit-year-field:not([aria-valuetext]) {
  color: #AAA; }

#preview-image.--visible {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 120; }

/* drawingboard.js v0.4.6 - https://github.com/Leimi/drawingboard.js
* Copyright (c) 2015 Emmanuel Pelletier
* Licensed MIT */
.drawing-board, .drawing-board * {
  box-sizing: content-box; }

.drawing-board-controls-hidden, .drawing-board-utils-hidden {
  display: none !important; }

.drawing-board {
  position: relative;
  display: block; }

.drawing-board-canvas-wrapper {
  position: relative;
  margin: 0;
  border: 1px solid #ddd; }

.drawing-board-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  cursor: crosshair;
  z-index: 20; }

.drawing-board-cursor {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 50%;
  background: #ccc;
  background: rgba(0, 0, 0, 0.2);
  z-index: 30; }

.drawing-board-control-colors-rainbows, .drawing-board-control-size .drawing-board-control-inner, .drawing-board-control-size-dropdown, .drawing-board-control > button {
  box-sizing: border-box;
  overflow: hidden;
  background-color: #eee;
  padding: 2px 4px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 3px -2px #121212, inset 0 2px 5px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 1px 3px -2px #121212, inset 0 2px 5px 0 rgba(255, 255, 255, 0.3);
  height: 28px; }

.drawing-board-control > button {
  cursor: pointer;
  min-width: 28px;
  line-height: 14px; }

.drawing-board-control > button:focus, .drawing-board-control > button:hover {
  background-color: #ddd; }

.drawing-board-control > button.active, .drawing-board-control > button:active {
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  background-color: #ddd; }

.drawing-board-control > button[disabled] {
  color: gray; }

.drawing-board-control > button[disabled].active, .drawing-board-control > button[disabled]:active, .drawing-board-control > button[disabled]:focus, .drawing-board-control > button[disabled]:hover {
  background-color: #eee;
  box-shadow: 0 1px 3px -2px #121212, inset 0 2px 5px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 1px 3px -2px #121212, inset 0 2px 5px 0 rgba(255, 255, 255, 0.3);
  cursor: default; }

.drawing-board-controls {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  display: table;
  border-spacing: 9.33px 0;
  position: relative;
  min-height: 28px; }

.drawing-board-controls[data-align=left] {
  margin: 0;
  left: -9.33px; }

.drawing-board-controls[data-align=right] {
  margin: 0 0 0 auto;
  right: -9.33px; }

.drawing-board-canvas-wrapper + .drawing-board-controls, .drawing-board-controls + .drawing-board-canvas-wrapper {
  margin-top: 5px; }

.drawing-board-controls-hidden {
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0; }

.drawing-board-control {
  display: table-cell;
  border-collapse: separate;
  vertical-align: middle;
  font-size: 16px;
  height: 100%; }

.drawing-board-control-inner {
  position: relative;
  height: 100%;
  box-sizing: border-box; }

.drawing-board-control > button {
  margin: 0;
  vertical-align: middle; }

.drawing-board-control-colors {
  font-size: 0;
  line-height: 0; }

.drawing-board-control-colors-current {
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 26px;
  height: 26px; }

.drawing-board-control-colors-rainbows {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 33px;
  margin-left: 0;
  z-index: 100;
  width: 250px;
  height: auto;
  padding: 4px; }

.drawing-board-control-colors-rainbow {
  height: 18px; }

.drawing-board-control-colors-picker:first-child {
  margin-right: 5px; }

.drawing-board-control-colors-picker {
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer; }

.drawing-board-control-colors-picker[data-color="rgba(255, 255, 255, 1)"] {
  width: 16px;
  height: 17px;
  border: 1px solid #ccc;
  border-bottom: none; }

.drawing-board-control-colors-picker:hover {
  width: 16px;
  height: 16px;
  border: 1px solid #555; }

.drawing-board-control-drawingmode > button {
  margin-right: 2px; }

.drawing-board-control-drawingmode > button:last-child {
  margin-right: 0; }

.drawing-board-control-drawingmode-pencil-button {
  overflow: hidden;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAe9JREFUeNpiZAACVlFRBhYREQZcQPnbNwa3N28YlL5+ZfgLFfvPwGD9m4FhIgsDHuAO0gTUDNKIBvyBmqt/MTDMY8Gl0f31azD7L6oUIxCnAzWmAPHBfwwM01AMUAV6JfPQIVwOYgVqqPnFyOjz6///O38YGKpAgmAD1OXlGdTk5PD5hgeouZudj8/uy9evP/78/dsFFPsJNiAoKIiBABAHap4oLi9v8fTNm48//v7NBwbgWZgkE7rqt8DY+A8JZRBW+cfIuEDT0NDlzadP3z98/doPFDuCrB7TAGFhBqCNIGwM9OcKUzs7+xdv3355+f79VqDYAiTDwZgJh7ONgYpnOvn4GL949erT7UePdgL5JVCD4fgBLBBxaX74+PG789evnwby0/8jKXgExIeB+CG6Af///1e9Ki9vFSAkZPzoyZPPJy9evA9MB77/sWiEARZkzV+/fvXYtGnTpG3btj28EBT0BqjZ5D8OjXCwPksUhA1Wpggf/PHjx/9169Y9EBERaUlgZmaIAcrLE4rk5sIqBqDmlefnRPzfWGX5EaSZm5ubgRloADGA5QZ3RgK7gESY4PMNn9ZtObPpzZvfU4DiYkiB/RcHG+S7fyxAMH/lFU2GOZd2bLx18/cEUMoD4j9I+DcS/RtJHGTYf4AAAwAxaOMYHjxKFwAAAABJRU5ErkJggg==);
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.drawing-board-control-drawingmode-pencil-button:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.drawing-board-control-drawingmode-eraser-button {
  overflow: hidden;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkpJREFUeNp0kk+IElEcx39vFBc9+OfQRTAwzFt4CaYOKStj6MoeculStzoIQSB4kCVckmDx4iGCXWYJIqjoVOzO1l4qT1F7WfBWHvxzDPyTB3XUmXn93suRybUffHmP997n9/cRsFgwGARJkiAcDsPlwgEIeEZQAhCRAkgAlOD6SQP4rgMFDWVnYCAQgFgsBqFQCBwOByzZNQOotPHx1RNCCCipu6bfb+zSnslkeOQVILPrBkAirbws9btdTEWAzZPXpfepOzaeGMBXwe/3w3+MwTc3Dl+UeghTiskbBvR6Pbh18mZHB0jjmxvCKhIfR37s3r+Sevf8ca/T4TBF2HTSODuDxP7uNjrZFFbBk8lEzOVyspa4ykGYw2zfbTb/7ilvok1YhlVVFfP5vDydTkHXdXDdlhZOOnPY4/HA0YPtp3h6LFjh8XgsFgoFGTPgsKm1zDr8ajTQh8Fh5eGjZzjGI8yjKlgjF4tFGdd/YKYmRja24hw+zu3sYe2HiH3hYzQjl8tleTQanWtou93G6Qngdrth6+1+9h6hTULJZ/PeziJXKhV5OByeg1ut1gJOp9NZTdNOcQ419ot+ggp1qoLdBFmqVmNpm3A8Huewy+Wq1RH8QH9zmBlJJpMRdCIqiiIPBgN+2MCGsW/r8/kgGo1m0fmpzWarseayHlmNeL1eFiWC0cRqtSr3+/3FpSiKHMZtjU1glbFyfKgLTqfzEka9OJvNeDnzz1JnCaFmqOl8ZdJY1SiDOXCiXKg1NtG5DIt0y6ov3dE/AgwAENFWYYLj4mYAAAAASUVORK5CYII=);
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.drawing-board-control-drawingmode-eraser-button:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.drawing-board-control-drawingmode-filler-button {
  overflow: hidden;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAnNJREFUeNp0k0trE1EUx89MJpNJooYYXBgDNtCKdRPwlbqoCKUtaNVNA0Uo7UbMxoVPEARTXEi+QWfnwn6DEAlEkrSLttTGRiULEQlJ8yChmbzI++E50yTUJA78uMy953/u/557LmOz2WDEZ2m1WrckSRJSqdR2tVrdHQyYebwHtVoNuFHqTqczhQnWKaBYLDoKhcIuzgHDMKBSqeD20qd+LNdsNocSoFhRr9ctpVLJigl4xIIJQizLAmG4cAPa7bYcy9Iug5TL5UYikbD6/X7Rbre/IUcYe3WUW5ZsnQQzW9LpNOPz+UQc5aBM5mgdh7vI9FCCAesW2tnr9YqZTAby+bw8f3AQRP6853n+Ph5hemSCntjj8YjZbFYWx2IxeS2RSEMwuA87O79eqdXquVolK+GxnP0EPbHb7RZJSGABIR6PA11zJHKIR2MhHA5DIPDj7eH3j95KpfK60Wg8Yntil8slkqgnpioLghacTidoNDpEC3q9HnheCc3s1jZeLcW943pirPw/4lKpBkqlDubnl/riycnLsLy88EKj0fhzuRyZv8RFo1E6wpBYkiqy7Z54YmIcVlYeyOKC4mYwJ0nHRaQuM5vNT6hB/iceG7sIq6sPnwmC4MerDkby40AOCCoiddie1Wp92W7zQ2KTyQSLizNP8T0EsPLBbxEDnCj0GkM2qIEwyZRCobizsfH5A1ZXFhuN52F29vpz3HkL574mk8lj24Y5wsHkvjjoX0BOIWc5jruHzbK2ufmzEwpFO3jnDhQv4JoROYdoERVyGjEgZ8iBDlF3FzXo4go6utZ9lftY4N/dXisjR0i1G0ublv8KMAA0ZoUlicxrhwAAAABJRU5ErkJggg==);
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.drawing-board-control-drawingmode-filler-button:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.drawing-board-control-navigation > button {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-right: 2px; }

.drawing-board-control-navigation > button:last-child {
  margin-right: 0; }

.drawing-board-control-size[data-drawing-board-type=range] .drawing-board-control-inner {
  width: 75px; }

.drawing-board-control-size[data-drawing-board-type=dropdown] .drawing-board-control-inner {
  overflow: visible; }

.drawing-board-control-size-range-input {
  position: relative;
  width: 100%;
  z-index: 100;
  margin: 0;
  padding: 0;
  border: 0; }

.drawing-board-control-size-dropdown span, .drawing-board-control-size-dropdown-current span, .drawing-board-control-size-range-current {
  display: block;
  background: #333;
  opacity: .8; }

.drawing-board-control-size-range-current {
  display: inline-block;
  opacity: .15;
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  z-index: 50; }

.drawing-board-control-size-dropdown-current {
  display: block;
  height: 100%;
  width: 40px;
  overflow: hidden;
  position: relative; }

.drawing-board-control-size-dropdown-current span {
  position: absolute;
  left: 50%;
  top: 50%; }

.drawing-board-control-size-dropdown {
  position: absolute;
  left: -6px;
  top: 33px;
  height: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 100; }

.drawing-board-control-size-dropdown li {
  display: block;
  padding: 4px;
  margin: 3px 0;
  min-height: 16px; }

.drawing-board-control-size-dropdown li:hover {
  background: #ccc; }

.drawing-board-control-size-dropdown span {
  margin: 0 auto; }

.drawing-board-control-download-button {
  overflow: hidden;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAoBJREFUeNqMkr9PU1EUx7/vR1tQ3yu10hAmTawtBSYSy2YccFOcnDQm/gewOLnj5GYMg4sdXFxkMca4OBAwdUBe/ZkIGFp+9tHXvh/3/fTcAm01aLzJybnn3nM+95tzrnDl6Tb+sibuTmWUWj3C6/Juk+LySUmyvt0FCKKA02ryOCy6LBiu15ngMbZ5DDCNBqIw6gKM+n4nECUJru3glKry8CpjQaHVYmC2rVH82DIMMMdGGARdwJ+SPNdFS9chx+MXDNMp/NzagWNatk/nQU/hiYAoih6FYTBCBs9zUXMCbAhx2OYOv351lPOJ3EwH4LteL6Dcp/Rfu3FrstDyIizt+agpaYxNDU0M9gl4v7Ck+TYrCYLQqZHUyTtdQBiutPSGUflczSXHs5lVKwZdSOBMvwztxVvN0RtzsiyXBFHsAvL5PBSnCpXV2getILFiE2SjspYbuZzPiDSZ2vOXmlvX5yQqTmMfg9ZXqtls1wnT09OHEyAq0aFLg/gSXsSWq9wWk+p9PrCoYTwcijdLOfE7UsEufN9HGIYnT4EnTGIXe1KqtNNIvuNnGamxfi7SgQD/nIJCTbzOPQ/SQh1pud7T4M6W/8qFIw/5WAr5m7Ozsw9UVc069Fls2yJzSC5/lnc9RhaHZVnfSqUnEgXP2oBqtYqBgYG2+mKxmOVADnAcB4yxHgD1RzehKKns/LyV4gUHBweQy+UyRkdH6UKJ6fQDFxcXoWkaXJeRuTgUGCdLQJ9bx72lGZimGWs2m+083oN+2iiFQiGxvLy8RrDzudyltgrG3N8U2G8CrPz4sGYYRqJSqWR4H/jNWbJhUjAWi8XG8R/L87yPpGCVttVfAgwAVpZR+8tZC08AAAAASUVORK5CYII=);
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.drawing-board-control-download-button:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

[ai-plantilla="crum_inventario--plantilla"] .scroller {
  overflow-y: visible !important;
  padding-right: 10px; }

[ai-plantilla="crum_inventario--plantilla"] [ai-schema="CRUMInventario_schema"] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  [ai-plantilla="crum_inventario--plantilla"] [ai-schema="CRUMInventario_schema"] .input-type-Separator {
    -ms-flex: 1 100%;
        flex: 1 100%;
    margin: 5px 0 0 15px !important;
    background: #ecf0f1 !important; }
  [ai-plantilla="crum_inventario--plantilla"] [ai-schema="CRUMInventario_schema"] i.schema-icon {
    display: none !important; }
  [ai-plantilla="crum_inventario--plantilla"] [ai-schema="CRUMInventario_schema"] .increment-decrement {
    left: 0px !important; }
    [ai-plantilla="crum_inventario--plantilla"] [ai-schema="CRUMInventario_schema"] .increment-decrement span {
      width: calc(50% - 5px) !important; }
  [ai-plantilla="crum_inventario--plantilla"] [ai-schema="CRUMInventario_schema"] .schema-input > .verbose {
    text-align: center;
    width: 100%;
    text-transform: capitalize;
    margin-left: 0px;
    left: 0;
    padding: 5px 10px;
    line-height: 13px;
    height: 35px;
    max-height: 50px; }
  [ai-plantilla="crum_inventario--plantilla"] [ai-schema="CRUMInventario_schema"] .input-type-increment {
    width: 200px !important;
    height: 150px;
    -ms-flex-positive: 1;
        flex-grow: 1; }
    [ai-plantilla="crum_inventario--plantilla"] [ai-schema="CRUMInventario_schema"] .input-type-increment input[type="number"] {
      height: 150px !important;
      font-size: 50px;
      text-align: center;
      padding-left: 0px !important;
      padding-bottom: 50px; }
    [ai-plantilla="crum_inventario--plantilla"] [ai-schema="CRUMInventario_schema"] .input-type-increment .increment-decrement {
      bottom: 3px !important;
      top: auto !important;
      right: auto !important;
      left: 0 !important;
      width: calc(100% + 25px) !important; }
      [ai-plantilla="crum_inventario--plantilla"] [ai-schema="CRUMInventario_schema"] .input-type-increment .increment-decrement span {
        cursor: pointer !important;
        width: calc(50% - 18px) !important; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.datepicker--cells {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1; }

.datepicker--cell.-focus- {
  background: #14354a;
  color: #FFFFFF; }

.datepicker--cell.-current- {
  color: #23f4cb; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6; }

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0; }

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  background: #14354a;
  color: #22f4cb; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  border: none; }

.datepicker--cell.-selected-.-focus- {
  background: #45bced; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #22f4cb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--cells-years, .datepicker--years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma,sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  width: 220px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity .3s ease,transform .3s ease,left 0s .3s;
  z-index: 100; }

.datepicker.-from-top- {
  transform: translateY(-8px); }

.datepicker.-from-right- {
  transform: translateX(8px); }

.datepicker.-from-bottom- {
  transform: translateY(8px); }

.datepicker.-from-left- {
  transform: translateX(-8px); }

.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity .3s ease,transform .3s ease,left 0s 0s; }

.datepicker-inline .datepicker {
  border: none;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
  background: transparent; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
  background: #14354a; }

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg); }

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg); }

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg); }

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg); }

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
  left: 10px; }

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
  right: 10px; }

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body.active {
  display: block; }

.datepicker--nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
  min-height: 32px;
  background: rgba(0, 0, 0, 0.1);
  height: 48px;
  padding: 4px; }

.-only-timepicker- .datepicker--nav {
  display: none; }

.datepicker--nav-action, .datepicker--nav-title {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }

.datepicker--nav-action path {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }

.datepicker--buttons, .datepicker--time {
  border-top: 1px solid #efefef;
  padding: 4px; }

.datepicker--nav-title i {
  font-style: normal;
  color: #FFFFFF;
  margin-left: 5px; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0; }

.datepicker--buttons {
  display: -ms-flexbox;
  display: flex; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  flex: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px; }

.-only-timepicker- .datepicker--time {
  border-top: none; }

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours, .datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
  margin-bottom: 4px; }

.datepicker--time-row input[type=range] {
  background: 0 0;
  cursor: pointer;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none; }

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type=range]:focus {
  outline: 0; }

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
  margin-top: -6px; }

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0; }

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0; }

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0; }

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: 0 0; }

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: 0 0; }

.datepicker--time-row span {
  padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute; }

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%); }

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #AAAAAA; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none; }

.ai-input-number [name="covid_capacidad_camas_disponibles"] {
  border-color: #3498db !important; }

[ai-plantilla="crum_inventario_find--plantilla"] [ai-schema="CRUMInventario_schema"] .schema-input:nth-child(2),
[ai-plantilla="crum_inventario_find--plantilla"] [ai-schema="CRUMInventario_schema"] .schema-input:nth-child(4),
[ai-plantilla="crum_inventario_find--plantilla"] [ai-schema="CRUMInventario_schema"] .schema-input:nth-child(8),
[ai-plantilla="crum_inventario_find--plantilla"] [ai-schema="CRUMInventario_schema"] .schema-input:nth-child(9),
[ai-plantilla="crum_inventario_find--plantilla"] [ai-schema="CRUMInventario_schema"] .schema-input:nth-child(10),
[ai-plantilla="crum_inventario_find--plantilla"] [ai-schema="CRUMInventario_schema"] .schema-input:nth-child(11),
[ai-plantilla="crum_inventario_find--plantilla"] [ai-schema="CRUMInventario_schema"] .schema-input:nth-child(12),
[ai-plantilla="crum_inventario_find--plantilla"] [ai-schema="CRUMInventario_schema"] .schema-input:nth-child(13),
[ai-plantilla="crum_inventario_find--plantilla"] [ai-schema="CRUMInventario_schema"] .schema-input:nth-child(14) {
  display: none !important; }

.ai-input-number [name="covid_camas_disponibles"] {
  border-color: #1abc9c !important; }

.aiSelect {
  width: 320px;
  height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding-top: 45px;
  position: relative;
  z-index: 10;
  border-radius: 2px;
  border: 2px solid #f2f3f4;
  width: 400px !important; }
  .aiSelect.readonly {
    position: absolute;
    width: 400px;
    background: rgba(200, 200, 200, 0.5);
    height: 48px;
    z-index: 101; }
  .aiSelect input[readonly] {
    background: white;
    cursor: pointer; }
  .aiSelect i.icon-search {
    position: absolute;
    top: 65px;
    left: 10px;
    color: #bdc3c7; }
  .aiSelect .find, .aiSelect .showSelected {
    border: 0;
    width: 100% !important;
    border-radius: 3px;
    margin-top: -45px;
    height: 45px;
    border: none !important;
    display: block;
    line-height: 45px;
    padding-left: 30px; }
  .aiSelect ul {
    list-style: none;
    display: block;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box; }
    .aiSelect ul li {
      min-height: 50px;
      padding: 12px 10px;
      font-size: 13px;
      box-sizing: border-box;
      line-height: 25px;
      height: 50px;
      cursor: pointer; }
      .aiSelect ul li:hover {
        background-color: rgba(46, 99, 204, 0.2) !important; }
      .aiSelect ul li.selected {
        background-color: #2E63CC !important;
        color: white;
        font-size: 13px;
        padding-bottom: 11px; }
    .aiSelect ul li:nth-child(odd) {
      background-color: #f1f2f3; }
  .aiSelect .multipleIcon {
    right: -30px;
    top: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #5BB75B;
    transition: all .2s ease-out; }
  .aiSelect.open {
    height: auto; }
  .aiSelect .find {
    display: none;
    margin-top: 0; }
  .aiSelect .showSelected {
    background: white;
    cursor: pointer;
    -webkit-user-select: none; }
    .aiSelect .showSelected > i {
      position: absolute;
      right: 40px;
      top: 15px;
      font-size: 20px;
      color: #ecf0f1; }
      .aiSelect .showSelected > i:hover {
        color: #993333 !important; }
  .aiSelect .find {
    background: #fff;
    transition: all .2s ease-out; }
  .aiSelect.open .find {
    border-top: 1px solid #f1f2f3 !important;
    display: block;
    border-radius: 0;
    background: #fff;
    box-shadow: none; }
  .aiSelect.open .multipleOptions i {
    color: #999;
    padding: 8px 4px; }
  .aiSelect.open i:hover {
    color: #5BB75B !important; }
  .aiSelect.open .multipleOptions {
    right: 5px; }
  .aiSelect i.toggle {
    right: 10px;
    color: #999;
    transition-delay: 0.2s;
    position: absolute;
    top: 14px; }
  .aiSelect .multipleOptions {
    top: 55px;
    transition: right .2s ease-out;
    position: absolute;
    right: -70px;
    transition-delay: .2s; }
    .aiSelect .multipleOptions i {
      float: right;
      color: #999;
      transition-delay: 0.2s;
      font-size: 22px; }

.ai-avatar {
  float: left;
  height: 40px;
  width: 40px; }
  .ai-avatar img {
    height: 40px;
    width: 40px;
    position: absolute;
    border-radius: 2px;
    cursor: pointer; }
  .ai-avatar .avatar-options {
    display: none; }
  .ai-avatar.open img {
    z-index: 6; }
  .ai-avatar.open .avatar-options {
    display: block;
    margin: 0;
    padding: 0 10px 0 0;
    height: 300px;
    width: auto;
    min-width: 250px;
    background-color: white;
    z-index: 5;
    position: absolute;
    margin: -5px 0 0 -5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px; }
    .ai-avatar.open .avatar-options h1 {
      margin: 5px 0 0 55px;
      font-size: 14px;
      height: 20px;
      line-height: 20px; }
    .ai-avatar.open .avatar-options h2 {
      font-size: 10px;
      line-height: 14px;
      margin: 0 0 0 55px;
      color: #2980b9; }
  .ai-avatar.open .ai-menu {
    margin: 0;
    height: 240px; }
    .ai-avatar.open .ai-menu li {
      cursor: pointer; }
      .ai-avatar.open .ai-menu li .icon {
        font-size: 20px !important; }
  .ai-avatar.open .transclude {
    position: absolute;
    top: 60px; }

@media only screen and (max-width: 820px) {
  #social-container {
    display: none; } }

#social-container *, #social-container *:after, #social-container *:before {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

#social-container #social-share {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 20;
  /*transitions with relative delay*/ }
  #social-container #social-share ul.social-itens .btn-share, #social-container #social-share div.social-open-menu .btn-share {
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    color: white;
    line-height: 1;
    outline: 0;
    border: 0;
    margin-top: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
    #social-container #social-share ul.social-itens .btn-share:hover, #social-container #social-share div.social-open-menu .btn-share:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  #social-container #social-share ul.social-itens {
    list-style: none;
    text-decoration: none;
    text-align: center;
    position: relative;
    display: none; }
    #social-container #social-share ul.social-itens .btn-share {
      width: 45px;
      height: 45px;
      /* transform: none; */ }
      #social-container #social-share ul.social-itens .btn-share.social-item-0 {
        background-color: #3498db; }
        #social-container #social-share ul.social-itens .btn-share.social-item-0 i {
          text-shadow: 0px 0px #258cd1, 1px 1px #258cd1, 2px 2px #258cd1, 3px 3px #258cd1, 4px 4px #258cd1, 5px 5px #258cd1; }
      #social-container #social-share ul.social-itens .btn-share.social-item-1 {
        background-color: #2C3E50; }
        #social-container #social-share ul.social-itens .btn-share.social-item-1 i {
          text-shadow: 0px 0px #233140, 1px 1px #233140, 2px 2px #233140, 3px 3px #233140, 4px 4px #233140, 5px 5px #233140; }
      #social-container #social-share ul.social-itens .btn-share.social-item-2 {
        background-color: #e74c3c; }
        #social-container #social-share ul.social-itens .btn-share.social-item-2 i {
          text-shadow: 0px 0px #e43725, 1px 1px #e43725, 2px 2px #e43725, 3px 3px #e43725, 4px 4px #e43725, 5px 5px #e43725; }
      #social-container #social-share ul.social-itens .btn-share.social-item-3 {
        background-color: #1abc9c; }
        #social-container #social-share ul.social-itens .btn-share.social-item-3 i {
          text-shadow: 0px 0px #17a689, 1px 1px #17a689, 2px 2px #17a689, 3px 3px #17a689, 4px 4px #17a689, 5px 5px #17a689; }
      #social-container #social-share ul.social-itens .btn-share.social-item-4 {
        background-color: #008080; }
        #social-container #social-share ul.social-itens .btn-share.social-item-4 i {
          text-shadow: 0px 0px #006767, 1px 1px #006767, 2px 2px #006767, 3px 3px #006767, 4px 4px #006767, 5px 5px #006767; }
      #social-container #social-share ul.social-itens .btn-share.social-item-5 {
        background-color: #c0392b; }
        #social-container #social-share ul.social-itens .btn-share.social-item-5 i {
          text-shadow: 0px 0px #ab3326, 1px 1px #ab3326, 2px 2px #ab3326, 3px 3px #ab3326, 4px 4px #ab3326, 5px 5px #ab3326; }
    #social-container #social-share ul.social-itens.open .btn-share {
      transform: scale(1);
      opacity: 1;
      /* transform: translate(0px, -15px); */ }
    #social-container #social-share ul.social-itens li {
      position: relative; }
      #social-container #social-share ul.social-itens li .btn-share {
        transform: scale(0);
        opacity: 0; }
      #social-container #social-share ul.social-itens li .btn-share-text {
        font: 13px/1.7 'Helvetica Neue', Helvetica, Arial, sans-serif;
        padding: 4px 0;
        position: absolute;
        bottom: 10px;
        right: 100%;
        margin-right: 10px;
        min-width: 75px;
        border-radius: 2px;
        text-align: center;
        font-weight: 300;
        background: rgba(20, 20, 20, 0.7);
        display: block;
        opacity: 0;
        width: 150px;
        background: white;
        color: #333;
        border: 1px solid #cccccc; }
      #social-container #social-share ul.social-itens li:hover .btn-share-text {
        opacity: 1; }
      #social-container #social-share ul.social-itens li::before, #social-container #social-share ul.social-itens li i::before {
        font-size: 18px; }
  #social-container #social-share div.social-open-menu .btn-share {
    width: 55px;
    height: 55px;
    background-color: #286A94;
    font-size: 22px; }
    #social-container #social-share div.social-open-menu .btn-share i {
      text-shadow: 0px 0px #235c80, 1px 1px #235c80, 2px 2px #235c80, 3px 3px #235c80, 4px 4px #235c80, 5px 5px #235c80; }
  #social-container #social-share .social-itens.open .social-item-1, #social-container #social-share .social-itens.open .social-item-1 .btn-share-text {
    transition: all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.05s; }
  #social-container #social-share .social-itens.hidden .social-item-1, #social-container #social-share .social-itens.open .social-item-1 .btn-share-text {
    transition: all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s; }
  #social-container #social-share .social-itens.open .social-item-2, #social-container #social-share .social-itens.open .social-item-2 .btn-share-text {
    transition: all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s; }
  #social-container #social-share .social-itens.hidden .social-item-2, #social-container #social-share .social-itens.open .social-item-2 .btn-share-text {
    transition: all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s; }
  #social-container #social-share .social-itens.open .social-item-3, #social-container #social-share .social-itens.open .social-item-3 .btn-share-text {
    transition: all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s; }
  #social-container #social-share .social-itens.hidden .social-item-3, #social-container #social-share .social-itens.open .social-item-3 .btn-share-text {
    transition: all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s; }
  #social-container #social-share .social-itens.open .social-item-4, #social-container #social-share .social-itens.open .social-item-4 .btn-share-text {
    transition: all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s; }
  #social-container #social-share .social-itens.hidden .social-item-4, #social-container #social-share .social-itens.open .social-item-4 .btn-share-text {
    transition: all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.05s; }

.ai-biometrics .token {
  border-bottom: 2px solid;
  margin: 0;
  text-align: center;
  font-size: 100px;
  border-color: #ecf0f1; }
  .ai-biometrics .token p.str {
    font-size: 20px;
    background: #ecf0f1;
    color: #666;
    padding: 5px; }

.ai-biometrics .image {
  text-align: center; }

div.ai-table {
  overflow-x: auto; }

table.ai-table {
  border-collapse: collapse;
  width: 100%; }
  table.ai-table th {
    background-color: #286A94;
    color: #ffffff;
    font-weight: bold; }
  table.ai-table .right {
    text-align: right !important; }
  table.ai-table th, table.ai-table td {
    padding: 8px;
    border: 1px solid #ddd;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    max-width: 300px; }

.admin.editar > [ng-controller] {
  height: 100%; }

.admin {
  height: 100%; }

.editar_admin {
  height: 100%;
  overflow-y: auto; }
  .editar_admin > menu {
    height: auto !important; }
    .editar_admin > menu div.menu ul > li > a {
      overflow: hidden; }

@media only screen and (max-width: 820px) {
  [ai-template="agenda__agenda_calendar-template"] {
    background: rgba(4, 73, 116, 0.7); } }

nav input[type="date"] {
  height: 150px;
  position: absolute;
  background: transparent;
  width: 100%;
  left: 0;
  color: transparent; }

nav div.dia {
  height: 180px;
  cursor: pointer; }
  nav div.dia hgroup {
    color: #ffffff;
    text-align: center;
    border-radius: 2px;
    padding-top: 10px; }
    nav div.dia hgroup h1, nav div.dia hgroup h2, nav div.dia hgroup h3 {
      padding: 0;
      margin: 0;
      color: #2C3E50;
      text-transform: uppercase;
      font-weight: normal; }
    nav div.dia hgroup h1 {
      padding: 5px 0 10px 0;
      font-size: 70px; }
    nav div.dia hgroup h2 {
      font-size: 22px;
      color: #008080; }
    nav div.dia hgroup h3 {
      color: #008080;
      font-size: 22px; }
    nav div.dia hgroup h4 {
      color: #c0392b;
      padding: 10px;
      font-size: 14px; }
  nav div.dia .calendar .ui-datepicker {
    width: auto !important;
    border: 0 !important;
    margin-top: 5px; }

section.agenda .citas {
  width: 100%; }

section.agenda span {
  display: block; }

section.agenda > .citas ul > li {
  border-bottom: solid 1px #ecf0f1;
  display: block;
  min-height: 80px;
  padding: 10px;
  cursor: pointer; }
  section.agenda > .citas ul > li.seleccionado {
    background-color: #F7F8F9;
    border-left: solid 2px #c0392b;
    margin-left: -2px; }
    section.agenda > .citas ul > li.seleccionado .turno {
      background-color: #2980b9 !important;
      color: #ffffff !important; }

section.agenda > .citas .borroso {
  opacity: .7; }

section.agenda > .citas ul > li .cita {
  padding-left: 10px;
  float: left;
  height: 50px;
  width: 50px;
  margin: 0 30px 0 0; }
  section.agenda > .citas ul > li .cita .turno {
    background-color: #ecf0f1;
    width: 50px;
    height: 50px;
    font-size: 35px;
    text-align: center;
    color: #0E76A8;
    display: inline-block;
    margin: 0;
    border-bottom: 2px solid;
    border-color: teal;
    text-align: center;
    padding: 5px 0; }
    section.agenda > .citas ul > li .cita .turno.presente {
      border-color: #9dcc7a !important; }
    section.agenda > .citas ul > li .cita .turno.atendido {
      border-color: #BFB; }
    section.agenda > .citas ul > li .cita .turno.primeravez {
      border-color: #ffcc33 !important; }

section.agenda > .citas time {
  padding: 10px 0 5px 0;
  float: right;
  font-size: 1.2em;
  color: #848482; }

section.agenda > .citas ul > li > .paciente .nombre {
  padding: 0 0 10px 0;
  font-size: 22px;
  color: #007fff;
  overflow: hidden; }

section.agenda > .citas ul > li > .paciente dl.datos dt, section.agenda > .citas ul > li > .paciente dl.datos dd {
  font-size: 15px;
  display: inline-block; }

section.agenda > .citas ul > li > .paciente dl.datos dt {
  color: #848482;
  margin: 0 5px 0 0; }

section.agenda > .citas ul > li > .paciente dl.datos dd {
  color: #848482;
  margin: 0 10px 0 0; }

aside.agenda div.mitadAncho {
  width: 49%;
  height: 200px;
  display: inline-block;
  vertical-align: top; }

aside.agenda div.mitadAlto {
  width: 100%;
  height: 50%;
  border-right: 1px solid #ecf0f1; }

aside.agenda .ultimaConsulta {
  width: 100%;
  margin: 25px 0 0 0; }
  aside.agenda .ultimaConsulta h1 {
    font-size: 16px;
    margin-bottom: 10px; }
    aside.agenda .ultimaConsulta h1 span {
      font-size: 15px;
      float: right;
      vertical-align: bottom;
      margin: 5px 5px 0 0; }
  aside.agenda .ultimaConsulta dl.info {
    font-size: 18px;
    border-left: 1px solid gray; }
    aside.agenda .ultimaConsulta dl.info dd {
      display: inline-block;
      width: 100%;
      overflow: hidden; }
    aside.agenda .ultimaConsulta dl.info dt {
      display: inline-block;
      width: 30px;
      padding-left: 5px;
      color: #848482; }
    aside.agenda .ultimaConsulta dl.info .medico {
      font-size: 22px; }
  aside.agenda .ultimaConsulta p {
    max-height: 120px;
    padding: 10px;
    text-align: justify;
    overflow: hidden;
    overflow-y: auto;
    font-size: 14px; }
    aside.agenda .ultimaConsulta p::-webkit-scrollbar-thumb {
      background: #ecf0f1; }
    aside.agenda .ultimaConsulta p b {
      font-weight: bold; }

body .hide {
  display: none; }

/*
div.paciente{ 
    display:block;  
    text-align: left;
    margin: 10px;
    
    img.foto{ 
      border-radius: 3px;
      width: 175px;
      border: 4px solid white;
      display: block;
      margin: 0 auto 15px auto;
      @extend %shadow-chila;
    }

    div.imc{
      h1{
        font-size: 30px;
        border:none;
      }
      span{
        font-size: 14px;
        color: $grayBattleship;
      }
    }

    div.barraImc {
      margin-top: 5px;
      width: 210px;
      background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5CCCCD), color-stop(26%,#5CCCCD), color-stop(26%,#BDDC5A), color-stop(50%,#BDDC5A), color-stop(50%,#FEDC00), color-stop(66%,#FEDC00), color-stop(66%,#FE6756), color-stop(100%,#FE6756));
      border-radius: 13px;   
      height: 11px;
      padding: 0;
      vertical-align: top;
      position: relative;  

      span.indicador{
        border-left: 2px solid $blueBright;
        height: 15px;
        margin-left: 30%;
        display: block;
        position: absolute;
        margin-top: -4px;

      }
      span.marca{
        position:absolute;
        font-size:10px;
        color:$grayBattleship;
        margin-top:15px; 
        text-decoration:none;       
      }
      span.a10{
        margin-left:0%;
      }
      span.a18{
        margin-left:23%;
      }
      span.a25{
        margin-left:47%;
      }        
      span.a30{
        margin-left:64%;
      }
      span.a40{
        margin-left:95%;
      }
    }

    div.medidas{     
      display: inline-block;   
      margin: 0 0 5px 0px;
      width: 75%;
      h1{
        font-size: 26px;
        border:none;
      }
      span{
        font-size: 15px;
        color: $grayBattleship;
      }          
    }

    img.medida{   
      display: inline-block;   
      margin-left: 10px;
      max-width:60px!important;
      width: 30%;      
    }   
  }*/
aside div.medidas {
  width: 60% !important; }

#combo_calendario {
  position: absolute;
  right: 0;
  top: 80px; }

nav.citas > .mes {
  height: 180px;
  padding: 10px; }
  nav.citas > .mes > i {
    font-size: 116px;
    color: #F1F2F3;
    margin: 15px auto;
    display: block;
    text-align: center; }
  nav.citas > .mes h1 {
    text-align: center;
    color: #003D99;
    margin: 10px 0;
    font-weight: light;
    font-size: 22px; }

nav.citas > .menu > ul > li i {
  right: 15px;
  position: absolute;
  font-size: 22px;
  margin-top: -45px;
  color: #bdc3c7; }

nav.citas > .menu > ul > li.active i {
  -webkit-transform: rotate(-135deg);
  color: #999; }

menu.citas .select-options {
  display: block;
  height: 46px; }
  menu.citas .select-options i {
    width: 40px;
    background-color: #ffffff;
    color: #bdc3c7;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    text-align: center;
    font-size: 25px;
    padding: 10px; }
    menu.citas .select-options i:hover {
      background-color: #ecf0f1; }
  menu.citas .select-options button {
    background: #ffffff;
    color: #008080;
    width: 50%;
    text-align: center;
    float: left;
    border: 1px solid #ecf0f1;
    border-right: none;
    border-radius: 0; }
    menu.citas .select-options button:hover {
      background-color: #ecf0f1; }
  menu.citas .select-options button.all {
    border-left: none; }

section.calendario {
  z-index: 1; }
  section.calendario * {
    box-sizing: border-box; }
  section.calendario h3 {
    text-align: left;
    color: #003D99;
    padding: 10px;
    font-weight: normal;
    font-size: 18px; }
  section.calendario .month > h3 {
    width: 100%;
    background: #ecf0f1;
    color: #2C3E50;
    padding-left: 20px; }
  section.calendario .week {
    height: 110px;
    padding: 0 10px;
    max-width: 1280px;
    margin: 0 auto; }
  section.calendario .weekDay {
    cursor: pointer;
    height: 110px;
    width: 14.28%;
    display: inline-block; }
    section.calendario .weekDay > span {
      margin: 0 auto 0 auto;
      display: block;
      width: 60%;
      min-width: 70px;
      height: 30px;
      bottom: 0;
      padding: 8px 0;
      font-size: 15px;
      text-align: center;
      background: #2980b9;
      color: white;
      border-radius: 2px; }
    section.calendario .weekDay h3 {
      text-align: center;
      padding: 8px 0 2px 0;
      font-size: 30px;
      color: #005683; }
    section.calendario .weekDay.noMonth {
      background: #ffffff; }
      section.calendario .weekDay.noMonth h3 {
        color: #bdc3c7; }
      section.calendario .weekDay.noMonth span {
        background: #ffffff !important;
        color: #bdc3c7; }
    section.calendario .weekDay.pasado {
      background: #ffffff; }
      section.calendario .weekDay.pasado h3 {
        color: #bdc3c7; }
      section.calendario .weekDay.pasado span {
        background: #bdc3c7 !important;
        color: #ffffff; }
      section.calendario .weekDay.pasado:hover {
        background: #ecf0f1 !important; }
        section.calendario .weekDay.pasado:hover span {
          color: white !important; }
    section.calendario .weekDay.inhabil h3 {
      color: #f55; }
    section.calendario .weekDay.inhabil span {
      background: #f55; }
    section.calendario .weekDay.inhabil:hover {
      background: white; }
      section.calendario .weekDay.inhabil:hover span {
        color: white; }
    section.calendario .weekDay.noCitas span {
      background: #FF5050; }
    section.calendario .weekDay span.no {
      background-color: #c00; }
    section.calendario .weekDay.noCitas:hover, section.calendario .weekDay.inhabil:hover, section.calendario .weekDay.noMonth:hover {
      background-color: #ecf0f1; }
    section.calendario .weekDay:not(.noCitas):not(.inhabil):not(.noMonth):hover {
      background: #2980b9; }
      section.calendario .weekDay:not(.noCitas):not(.inhabil):not(.noMonth):hover h3 {
        color: white; }
      section.calendario .weekDay:not(.noCitas):not(.inhabil):not(.noMonth):hover span {
        background: white;
        color: #2980b9; }
  section.calendario .week.daysName {
    height: 40px; }
    section.calendario .week.daysName .dayName {
      text-align: center;
      height: 40px;
      padding: 10px 0;
      color: #000; }

section.citas .content {
  height: calc(100% - 20px);
  overflow-y: hidden;
  overflow-x: auto; }

section.citas article {
  width: 330px;
  height: 100%;
  float: left;
  margin-right: 10px; }
  section.citas article header {
    padding: 10px 0;
    height: 100px;
    background-color: #ecf0f1;
    position: relative;
    overflow: hidden; }
    section.citas article header h1, section.citas article header h2 {
      text-align: center;
      width: -o-calc(100% - 40px);
      width: calc(100% - 40px);
      margin-left: 40px; }
    section.citas article header h1 {
      color: #2C3E50;
      font-size: 22px;
      padding: 5px 0;
      overflow: hidden;
      height: 35px;
      line-height: 30px; }
    section.citas article header h2 {
      color: #008080;
      padding: 2px;
      font-size: 13px; }
    section.citas article header .icons {
      position: absolute;
      left: 0;
      width: 70px;
      background: #f7f8f9;
      top: 0;
      height: 100%;
      width: 40px; }
      section.citas article header .icons span {
        color: #bdc3c7;
        font-size: 23px;
        float: right;
        cursor: pointer;
        text-align: center;
        width: 100%;
        height: 33%;
        padding: 5px;
        display: block; }
        section.citas article header .icons span:hover {
          color: #2c3e50; }
        section.citas article header .icons span.hover {
          color: #2c3e50; }
    section.citas article header .pacienteOptions {
      width: 328px;
      height: 54px;
      background-color: white;
      position: absolute;
      top: 45px;
      right: 01px;
      padding-left: 0px;
      margin-right: -335px;
      transition: margin 0.3s ease; }
      section.citas article header .pacienteOptions dd {
        font-size: 20px;
        display: block;
        text-align: center;
        width: 55px;
        height: 54px;
        float: left;
        color: #4D94FF;
        cursor: pointer;
        padding: 15px;
        margin-left: 0;
        line-height: 1; }
        section.citas article header .pacienteOptions dd:hover {
          background-color: #ecf0f1; }
        section.citas article header .pacienteOptions dd.disable {
          color: #848482 !important; }
      section.citas article header .pacienteOptions dd.close {
        color: silver;
        position: absolute;
        top: 0;
        right: 0; }
    section.citas article header .pacienteOptionsShow {
      margin-right: 0px !important; }
  section.citas article section.agenda {
    height: -o-calc(100% - 100px);
    height: calc(100% - 100px); }
    section.citas article section.agenda .citas, section.citas article section.agenda .citas ul {
      height: 100%; }
    section.citas article section.agenda .citas ul {
      overflow-x: hidden;
      overflow-y: auto;
      border: 1px solid #ecf0f1;
      border-top: none; }
    section.citas article section.agenda > .citas ul > li {
      overflow: hidden;
      position: relative;
      border-bottom: 1px solid #ecf0f1;
      cursor: pointer;
      padding: 0px !important;
      border-left: 2px solid #ffffff; }
      section.citas article section.agenda > .citas ul > li .cita {
        height: 80px;
        width: 60px;
        margin: 0;
        padding: 0;
        line-height: 32px;
        cursor: pointer; }
        section.citas article section.agenda > .citas ul > li .cita .turno {
          background-color: #f7f8ff;
          border-bottom: 2px solid;
          margin: 0;
          font-size: 35px;
          padding: 8px 0;
          width: 50px;
          text-align: center;
          height: 50px;
          margin: 10px; }
          section.citas article section.agenda > .citas ul > li .cita .turno time {
            width: 100%;
            margin: 0;
            margin-top: 5px;
            text-align: center;
            position: static;
            padding: 0;
            font-size: 14px; }
      section.citas article section.agenda > .citas ul > li.activa {
        background-color: #f7f8f9;
        border-left: 2px solid #c0392b !important; }
        section.citas article section.agenda > .citas ul > li.activa .cita .turno {
          background-color: #2980b9;
          color: #ffffff; }
      section.citas article section.agenda > .citas ul > li div.paciente {
        position: relative;
        margin: 0 0 0 60px;
        width: auto; }
        section.citas article section.agenda > .citas ul > li div.paciente > .nombre {
          font-size: 16px;
          overflow: hidden;
          line-height: 25px;
          max-height: 50px;
          height: auto;
          padding: 5px 10px 0 10px; }
        section.citas article section.agenda > .citas ul > li div.paciente dl.datos dt {
          font-size: 16px;
          color: #bdc3c7;
          margin: 7px 5px 0 10px; }
        section.citas article section.agenda > .citas ul > li div.paciente dl.datos dd {
          min-width: 0;
          font-size: 12px; }
      section.citas article section.agenda > .citas ul > li div.pacienteOptions {
        width: 200px;
        height: 80px;
        background-color: white;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
        box-shadow: -7px 0 11px -4px #c0c0c0;
        margin-right: -300px;
        transition: margin 0.3s ease; }
        section.citas article section.agenda > .citas ul > li div.pacienteOptions dd {
          font-size: 30px;
          display: block;
          text-align: center;
          width: 60px;
          height: 60px;
          float: left;
          color: #4D94FF;
          cursor: pointer;
          padding: 15px; }
          section.citas article section.agenda > .citas ul > li div.pacienteOptions dd:hover {
            background-color: #ecf0f1; }
      section.citas article section.agenda > .citas ul > li:hover .pacienteOptions {
        margin-right: 0px; }
      section.citas article section.agenda > .citas ul > li time {
        position: absolute;
        top: 40px;
        left: 5px; }

section.citas ul.codigoColores > li {
  margin-right: 10px;
  border-bottom: solid 4px white;
  line-height: 10px;
  display: inline-block;
  font-size: 10px;
  color: #848482; }
  section.citas ul.codigoColores > li.presente {
    border-color: #9dcc7a !important; }
  section.citas ul.codigoColores > li.atendido {
    border-color: #BFB; }
  section.citas ul.codigoColores > li.primeravez {
    border-color: #ffcc33 !important; }
  section.citas ul.codigoColores > li.normal {
    border-color: #0E76A8; }

#detallePacienteShowEdit table {
  margin-top: 10px;
  width: 320px;
  font-size: 15px;
  height: 90px; }
  #detallePacienteShowEdit table tbody > tr {
    height: 33%; }
    #detallePacienteShowEdit table tbody > tr > td {
      width: 33%; }
      #detallePacienteShowEdit table tbody > tr > td > img {
        height: 60px;
        border-radius: 3px;
        border: 4px solid white;
        box-shadow: 0px 0 5px #DDD;
        display: block;
        margin: 0 auto 15px auto; }

.day[class*="-31"] + .day[class*="-31"] {
  display: none !important; }

.day[class*="-30"] + .day[class*="-30"] {
  display: none !important; }

.day[class*="-28"] + .day[class*="-28"] {
  display: none !important; }

.day[class*="-29"] + .day[class*="-29"] {
  display: none !important; }

[ai-menu="enfermeria__productos--menu"] [ai-schema] {
  margin: 5px 10px; }
  [ai-menu="enfermeria__productos--menu"] [ai-schema] .choices {
    min-width: 450px !important;
    width: 450px !important; }

.fecha-header {
  background-color: #E7F2FE;
  height: 60px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-left: solid #ecf0f1; }
  .fecha-header h2 {
    color: #2c3e50;
    font-size: 16px;
    padding: 10px 0 0 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .fecha-header h3 {
    color: #2980b9;
    font-size: 12px;
    padding: 10px 10px 10px 0pc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .fecha-header i.icon {
    display: block;
    height: 30px;
    width: 30px;
    float: left;
    text-align: center;
    font-size: 22px;
    background-color: transparent;
    color: #bdc3c7;
    margin: 10px 5px 0px 0px;
    line-height: 40px;
    border-radius: 2px;
    border: none !important; }

section.nota {
  height: 100%;
  /*
 * Paso de evolucion
 */ }
  section.nota .template {
    height: 100%;
    overflow-y: auto; }
  section.nota button {
    height: 50px; }
  section.nota article.box {
    width: 100%;
    margin: 0; }
  section.nota .tratamiento plantilla header {
    display: none; }
  section.nota article.controlado header {
    background-color: #f39c12 !important; }
  section.nota article.controlado .icons {
    background-color: #dd8e10 !important; }
  section.nota plantilla {
    display: block;
    height: 100%;
    overflow-y: auto; }
    section.nota plantilla .opciones {
      border-bottom: none !important;
      margin: 0 !important; }
  section.nota .detalle h3 {
    color: #2C3E50;
    font-size: 20px;
    margin: 10px;
    text-transform: capitalize;
    line-height: 20px; }
  section.nota .detalle textarea {
    height: 80px;
    border: 1px solid #ecf0f1;
    box-sizing: border-box; }
  section.nota .detalle:last-child .opciones {
    margin: 0;
    border-bottom: none; }
  section.nota article.box > header h1,
  section.nota article.box > header h2 {
    text-align: left; }
  section.nota .evolucion {
    /*height: 100%;
    plantilla {
      box-sizing: border-box;
      //@include calc(width, "100% - 240px");
      border: 0;
      padding: $separation;
      height: 100%;
      float: left;
      font-size: 16px;
    }
    #human {
      width: 240px;
      position: absolute;
      right: 14px;
      background: white;
    }
    .aiForm input[type="text"], .aiForm input[type="password"] {
      width: 300px!important;
    }
    .aiForm i.warningIcon {
      right: 260px!important;
    }
    article.box > header {
      display: none!important;
    }*/ }
    section.nota .evolucion section {
      padding-top: 0 !important; }
      section.nota .evolucion section .ai-menu .menu {
        overflow-y: hidden; }
      section.nota .evolucion section .evolucion article.box > header {
        display: none !important; }
  section.nota section.exploracion .ai-menu.no_check > div.menu ul > li > a > header {
    display: none; }
  section.nota section.exploracion .ai-menu.no_check > div.menu ul > li > a > span {
    display: none; }
  section.nota section.complementos {
    overflow-y: auto !important; }
    section.nota section.complementos plantilla {
      height: auto; }
  section.nota div.problemas section {
    padding-top: 0 !important; }
  section.nota div.nota section {
    padding-top: 0 !important; }
  section.nota div.plan_terapeutico section {
    padding-top: 0 !important; }

.notaGuardado {
  position: fixed;
  bottom: 15px;
  right: 45px;
  background-color: #185A84;
  height: 30px;
  padding: 0 15px;
  font-size: 15px;
  opacity: 0.7;
  cursor: pointer;
  line-height: 30px;
  color: white;
  border-radius: 2px;
  padding-right: 30px; }
  .notaGuardado:hover {
    opacity: 1; }

.terminada .ai-menu ul > li > .actions,
.terminada .ai-menu .menu .opciones > i,
.terminada menu > div.menu ul > li i.check {
  display: none !important; }

.terminada .imprimir .ai-menu ul > li > .actions {
  display: block !important; }

.terminada .ai-menu ul > li.capture a {
  padding-left: 10px; }

.nota > .ayuda_diccionario {
  background-color: #fff;
  position: absolute;
  top: 130px;
  left: 680px;
  height: 100%;
  width: 320px;
  z-index: 10;
  overflow: hidden;
  padding: 20px; }
  .nota > .ayuda_diccionario a {
    display: none; }
  .nota > .ayuda_diccionario * {
    color: #888; }

.nota .indicador_ayuda_diccionario {
  background-color: #ecf0f1;
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  left: 416px;
  z-index: 1000;
  top: 12px;
  border-radius: 2px; }

.nota .oldDar .aiForm table tr th {
  width: 180px !important; }

.problemas.show [ng-transclude] {
  height: 100%; }
  .problemas.show [ng-transclude] .problema {
    height: 100%; }
    .problemas.show [ng-transclude] .problema textarea {
      box-sizing: border-box;
      margin: 10px 20px;
      height: 100%;
      width: calc(100% - 50px);
      padding: 0 10px;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAYAAAB5fY51AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH3gsDFhAONFSplAAAAZpJREFUeNrt1LENACAMA0HCupkn88IKaUAC3dWWyx8DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALglqmp1hpkZnZ0/f/78nfqbmg28QrAAwQIQLECwAAQLQLAAwQIQLAAAAAAAAAAAAAAAAPjJBvncPBSU5jOfAAAAAElFTkSuQmCC);
      background-size: 30px auto;
      line-height: 30px; }

.popin_problemas [ng-transclude] {
  height: auto !important; }

.privado .tableSpina th {
  display: none; }

.privado .tableSpina td i {
  display: none; }

.privado .tableSpina textarea {
  box-sizing: border-box;
  height: 100%;
  width: calc(100% - 100px);
  padding: 0 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAYAAAB5fY51AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH3gsDFhAONFSplAAAAZpJREFUeNrt1LENACAMA0HCupkn88IKaUAC3dWWyx8DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALglqmp1hpkZnZ0/f/78nfqbmg28QrAAwQIQLECwAAQLQLAAwQIQLAAAAAAAAAAAAAAAAPjJBvncPBSU5jOfAAAAAElFTkSuQmCC);
  background-size: 30px auto;
  line-height: 30px;
  margin-left: -5px;
  height: 150px;
  border: none;
  margin-top: -15px; }

#nota-rapida {
  width: 100%;
  height: 100%; }
  #nota-rapida .half {
    height: 80%;
    width: 50%;
    background: white;
    float: left;
    overflow: auto; }
  #nota-rapida .full {
    width: 100%; }
  #nota-rapida #evolucion-rapida [ai-schema="nota__rapida_evolucion_privado--schema"],
  #nota-rapida #evolucion-rapida > [ai-plantilla],
  #nota-rapida #exploracion-rapida [ai-schema="nota__rapida_evolucion_privado--schema"],
  #nota-rapida #exploracion-rapida > [ai-plantilla] {
    height: 98% !important; }
    #nota-rapida #evolucion-rapida [ai-schema="nota__rapida_evolucion_privado--schema"] .transclude,
    #nota-rapida #evolucion-rapida > [ai-plantilla] .transclude,
    #nota-rapida #exploracion-rapida [ai-schema="nota__rapida_evolucion_privado--schema"] .transclude,
    #nota-rapida #exploracion-rapida > [ai-plantilla] .transclude {
      height: calc(100% - 75px); }
  #nota-rapida #evolucion-rapida [ai-template="nota__textarea-template"],
  #nota-rapida #exploracion-rapida [ai-template="nota__textarea-template"] {
    padding: 10px 0 0 15px;
    height: calc(100% - 50px); }

@media only screen and (max-width: 820px) {
  #nota-rapida {
    position: relative; }
    #nota-rapida .half {
      float: none !important;
      width: 100% !important; }
    #nota-rapida #evolucion-rapida [ai-schema="nota__rapida_evolucion_privado--schema"] {
      width: 100%; }
      #nota-rapida #evolucion-rapida [ai-schema="nota__rapida_evolucion_privado--schema"] .schema-input .bg-primary {
        display: none; }
    #nota-rapida #evolucion-rapida [ai-template="nota__textarea-template"] {
      width: calc(100% - 15px); }
      #nota-rapida #evolucion-rapida [ai-template="nota__textarea-template"] #textarea-toolbar .ql-formats:first-child {
        display: none !important; }
    #nota-rapida #exploracion-rapida {
      float: none; }
      #nota-rapida #exploracion-rapida .bg-secondary {
        position: absolute;
        margin-left: -60px; } }

[ai-template="nota__cie10tree-template"] {
  width: 300px;
  height: 100%;
  overflow: scroll;
  display: inline-block;
  float: left; }

[ai-menu="nota__todos_diagnosticos--menu"],
[ai-menu="nota__todos_diagnosticos_cie10--menu"],
[ai-menu="nota_rapida__todos_diagnosticos--menu"] {
  width: calc(100% - 300px);
  display: inline-block;
  float: left; }

[ai-popin="paciente__plan_terapeutico--popin"] [ai-menu="paciente__plan_terapeutico--menu"] {
  height: auto !important; }

[ai-schema="nota__evolucion_privado--schema"] > .schema-input {
  width: calc(100% - 70px) !important; }

[ai-schema="observaciones_item_schema"] > .schema-input {
  width: calc(100% - -10px) !important;
  margin-left: -30px !important; }

@media only screen and (max-width: 820px) {
  [ai-template="nota__cie10tree-template"] {
    display: none; }
  [ai-menu="nota__todos_diagnosticos--menu"],
  [ai-menu="nota__todos_diagnosticos_cie10--menu"],
  [ai-menu="nota_rapida__todos_diagnosticos--menu"] {
    width: 100% !important;
    float: none; } }

[ai-menu="nota__articulos_plan--menu"] .schema-input,
[ai-menu="paciente__plan_terapeutico--menu"] .schema-input {
  min-width: 175px !important; }
  [ai-menu="nota__articulos_plan--menu"] .schema-input.input-type-Text,
  [ai-menu="paciente__plan_terapeutico--menu"] .schema-input.input-type-Text {
    height: 100px !important;
    min-width: 50% !important;
    background: white !important; }
  [ai-menu="nota__articulos_plan--menu"] .schema-input.input-type-Integer,
  [ai-menu="paciente__plan_terapeutico--menu"] .schema-input.input-type-Integer {
    max-width: 200px !important; }

[ai-menu="nota__articulos_plan--menu"] .ai-schema.inline,
[ai-menu="paciente__plan_terapeutico--menu"] .ai-schema.inline {
  height: auto !important; }

.control-epidemiologico #exploracion-rapida [ai-plantilla] .ai-menu {
  height: 100% !important; }

.control-epidemiologico #exploracion-rapida [ai-plantilla] .ai-menu .menu {
  height: 100% !important; }

nav.paciente {
  overflow-y: hidden; }
  nav.paciente .overload {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 2;
    display: none;
    opacity: 0.7; }
    nav.paciente .overload.visible {
      display: block; }
  nav.paciente .menu-container {
    overflow-x: hidden;
    overflow-y: auto; }
  nav.paciente button.active {
    background: #27ae60; }
  nav.paciente .ai-menu {
    height: -o-calc(100% - 270px);
    height: calc(100% - 270px); }
  nav.paciente button.nueva {
    position: relative; }
    nav.paciente button.nueva i {
      background: rgba(255, 255, 255, 0.3);
      width: 50px;
      height: 50px;
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      padding: 18px 0;
      cursor: pointer; }
    nav.paciente button.nueva.conopciones {
      padding-right: 50px; }
      nav.paciente button.nueva.conopciones i {
        display: block; }
  nav.paciente div.paciente {
    text-align: left;
    min-height: 180px; }
    nav.paciente div.paciente img.foto {
      border-radius: 2px;
      width: 120px;
      display: block;
      margin: 0 auto; }
    nav.paciente div.paciente div.medidas {
      display: inline-block;
      margin: 0 0 5px 10px;
      width: 110px; }
      nav.paciente div.paciente div.medidas h1 {
        font-size: 35px; }
      nav.paciente div.paciente div.medidas span {
        font-size: 15px;
        color: #848482; }
    nav.paciente div.paciente img.medida {
      display: inline-block;
      margin-left: 10px;
      width: 60px; }
    nav.paciente div.paciente .nombre {
      font-size: 16px;
      text-transform: capitalize;
      color: #2C3E50;
      display: block;
      line-height: 25px;
      display: block;
      text-align: left;
      padding: 10px 0 0 0;
      margin: 0 0 0 20px; }
    nav.paciente div.paciente .curp {
      margin: 5px 0 15px 0;
      font-size: 14px;
      color: #999;
      display: block; }
    nav.paciente div.paciente .icons {
      margin: 0 0 0 12px; }
      nav.paciente div.paciente .icons i {
        color: #008080;
        min-width: 30px;
        font-size: 14px;
        text-align: center;
        display: inline-block;
        cursor: help;
        margin: 4px 0; }
      nav.paciente div.paciente .icons .dato {
        font-size: 12px;
        color: #2C3E50;
        display: inline-block; }
    nav.paciente div.paciente dl.datos {
      padding: 10px 0; }
      nav.paciente div.paciente dl.datos dt, nav.paciente div.paciente dl.datos dd {
        margin-bottom: 8px;
        display: inline-block; }
      nav.paciente div.paciente dl.datos dt {
        color: #008080;
        min-width: 30px;
        font-size: 20px;
        text-align: center; }
      nav.paciente div.paciente dl.datos dd {
        color: #848482;
        min-width: 75%;
        font-size: 15px; }

section.expedienteV .detalle table > tbody > tr > th {
  width: 150px;
  display: block; }

section.expedienteV .detalle table > tbody > tr > td {
  font-weight: lighter; }

section.expedienteV .tratamiento ul > li {
  min-height: 40px;
  padding: 10px 0 10px 15px; }
  section.expedienteV .tratamiento ul > li:nth-child(even) {
    background-color: #ecf0f1; }

section.expedienteV .exploracion table,
section.expedienteV .datosConsulta table {
  margin-top: 20px;
  width: 100%; }
  section.expedienteV .exploracion table thead > tr > th,
  section.expedienteV .datosConsulta table thead > tr > th {
    width: 33%;
    text-align: center !important;
    border-top: 1px solid #ecf0f1;
    border-right: 1px solid #ecf0f1;
    padding: 10px 0 0 0; }
    section.expedienteV .exploracion table thead > tr > th:last-child,
    section.expedienteV .datosConsulta table thead > tr > th:last-child {
      border-right: none; }
  section.expedienteV .exploracion table tbody > tr > td,
  section.expedienteV .datosConsulta table tbody > tr > td {
    border-right: 1px solid #ecf0f1;
    width: 33%;
    text-align: center;
    border-bottom: 1px solid #ecf0f1;
    padding: 10px 0;
    vertical-align: top; }
    section.expedienteV .exploracion table tbody > tr > td:last-child,
    section.expedienteV .datosConsulta table tbody > tr > td:last-child {
      border-right: none; }
    section.expedienteV .exploracion table tbody > tr > td p,
    section.expedienteV .datosConsulta table tbody > tr > td p {
      text-align: left !important; }
  section.expedienteV .exploracion table .barraImc,
  section.expedienteV .datosConsulta table .barraImc {
    margin: 15px auto; }

section.expedienteV header dl.doble {
  margin: 5px 5px 10px 0;
  width: 25%;
  height: 42px;
  font-size: 16px;
  color: black;
  display: inline-block; }
  section.expedienteV header dl.doble dd, section.expedienteV header dl.doble dt {
    width: 100%;
    float: left;
    height: 16px;
    margin: 2px;
    overflow: hidden; }
  section.expedienteV header dl.doble dd {
    font-size: 14px;
    color: #848482; }
    section.expedienteV header dl.doble dd span {
      margin-right: 5px; }

section.expedienteV header dl.doctor {
  width: 33% !important; }

section.expedienteV header dl.fecha {
  width: 10% !important; }

section.expedienteV h1 {
  width: 100%;
  height: 40px;
  font-size: 35px;
  color: #333;
  margin: 15px 0; }

section.expedienteV h2 {
  width: 100%;
  min-heigth: 25px;
  font-size: 22px;
  color: black;
  margin: 5px 0; }
  section.expedienteV h2 span {
    color: #007fff; }

section.expedienteV p {
  margin: 5px 0 0 10px; }

section.listadoCitas h1 {
  width: 100%;
  height: 40px;
  font-size: 35px;
  color: #333;
  margin: 15px 0; }

section.listadoCitas .tabla {
  height: 250px;
  overflow: scroll; }
  section.listadoCitas .tabla td {
    font-size: 100% !important; }

section.antecedentes [ng-controller] {
  overflow-y: auto !important; }

section.antecedentes .antecedentes {
  height: 100%; }
  section.antecedentes .antecedentes plantilla {
    height: 100%; }

section.nuevo {
  height: 100%; }

body > .container > section.opciones_nueva_nota {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 8;
  top: 70px;
  text-align: center;
  cursor: crosshair; }
  body > .container > section.opciones_nueva_nota button {
    font-size: 18px;
    width: 300px;
    text-align: center;
    display: block;
    margin: 10px auto; }

div.reporte_graficas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  div.reporte_graficas div.grafica {
    min-width: 680px;
    width: 50%;
    position: relative; }
    div.reporte_graficas div.grafica span.guardar {
      position: absolute;
      top: 3px;
      right: 0px;
      font-size: 14px;
      cursor: pointer;
      background: #ecf0f1;
      border-radius: 3px;
      padding: 10px 12px; }
      div.reporte_graficas div.grafica span.guardar:hover {
        background: #DDDDDD; }
      div.reporte_graficas div.grafica span.guardar i {
        padding-right: 5px; }

div.eventos-container, div.resumen-container {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  div.eventos-container > .eventos-sidebar, div.resumen-container > .eventos-sidebar {
    height: 100%;
    width: 450px;
    display: inline-block;
    float: left; }
    div.eventos-container > .eventos-sidebar > div, div.resumen-container > .eventos-sidebar > div {
      height: 100%; }
  div.eventos-container > .eventos-content, div.eventos-container .resumen-content, div.resumen-container > .eventos-content, div.resumen-container .resumen-content {
    height: 100%;
    width: calc(100% - 450px);
    display: inline-block;
    float: left;
    overflow-y: auto; }
    div.eventos-container > .eventos-content.full, div.eventos-container .resumen-content.full, div.resumen-container > .eventos-content.full, div.resumen-container .resumen-content.full {
      width: 100% !important; }
    div.eventos-container > .eventos-content .half, div.eventos-container .resumen-content .half, div.resumen-container > .eventos-content .half, div.resumen-container .resumen-content .half {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
    div.eventos-container > .eventos-content .rows1, div.eventos-container .resumen-content .rows1, div.resumen-container > .eventos-content .rows1, div.resumen-container .resumen-content .rows1 {
      width: calc(100% - 10px);
      display: inline-block; }
    div.eventos-container > .eventos-content .rows2, div.eventos-container .resumen-content .rows2, div.resumen-container > .eventos-content .rows2, div.resumen-container .resumen-content .rows2 {
      width: calc(50% - 10px);
      display: inline-block; }
    div.eventos-container > .eventos-content .rows3, div.eventos-container .resumen-content .rows3, div.resumen-container > .eventos-content .rows3, div.resumen-container .resumen-content .rows3 {
      width: calc(33.3% - 10px);
      display: inline-block; }
    div.eventos-container > .eventos-content .rows4, div.eventos-container .resumen-content .rows4, div.resumen-container > .eventos-content .rows4, div.resumen-container .resumen-content .rows4 {
      width: calc(25% - 10px);
      display: inline-block; }
    div.eventos-container > .eventos-content .rows5, div.eventos-container .resumen-content .rows5, div.resumen-container > .eventos-content .rows5, div.resumen-container .resumen-content .rows5 {
      width: calc(20% - 10px);
      display: inline-block; }
    div.eventos-container > .eventos-content header, div.eventos-container .resumen-content header, div.resumen-container > .eventos-content header, div.resumen-container .resumen-content header {
      height: 50px;
      position: relative;
      z-index: 3;
      overflow: hidden;
      width: 100%; }
      div.eventos-container > .eventos-content header h2, div.eventos-container .resumen-content header h2, div.resumen-container > .eventos-content header h2, div.resumen-container .resumen-content header h2 {
        color: #2c3e50;
        font-size: 20px;
        padding: 10px 0 0 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      div.eventos-container > .eventos-content header h3, div.eventos-container .resumen-content header h3, div.resumen-container > .eventos-content header h3, div.resumen-container .resumen-content header h3 {
        color: #2980b9;
        font-size: 12px;
        padding: 3px 10px 10px 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    div.eventos-container > .eventos-content .line, div.eventos-container .resumen-content .line, div.resumen-container > .eventos-content .line, div.resumen-container .resumen-content .line {
      height: 35px;
      padding: 10px 15px;
      font-size: 18px;
      font-weight: 300;
      color: black; }
    div.eventos-container > .eventos-content .content, div.eventos-container .resumen-content .content, div.resumen-container > .eventos-content .content, div.resumen-container .resumen-content .content {
      padding: 0px 30px 5px 30px;
      line-height: 18px;
      font-size: 14px; }
    div.eventos-container > .eventos-content .sin-eventos, div.eventos-container .resumen-content .sin-eventos, div.resumen-container > .eventos-content .sin-eventos, div.resumen-container .resumen-content .sin-eventos {
      text-align: center;
      font-size: 16px;
      color: #DDD;
      padding-top: 140px; }
      div.eventos-container > .eventos-content .sin-eventos i, div.eventos-container .resumen-content .sin-eventos i, div.resumen-container > .eventos-content .sin-eventos i, div.resumen-container .resumen-content .sin-eventos i {
        font-size: 75px; }
      div.eventos-container > .eventos-content .sin-eventos header, div.eventos-container .resumen-content .sin-eventos header, div.resumen-container > .eventos-content .sin-eventos header, div.resumen-container .resumen-content .sin-eventos header {
        height: auto; }
    div.eventos-container > .eventos-content ul, div.eventos-container .resumen-content ul, div.resumen-container > .eventos-content ul, div.resumen-container .resumen-content ul {
      width: 100%;
      height: 100%;
      margin-left: -10px; }
      div.eventos-container > .eventos-content ul > li, div.eventos-container .resumen-content ul > li, div.resumen-container > .eventos-content ul > li, div.resumen-container .resumen-content ul > li {
        padding: 10px;
        width: 100%; }
        div.eventos-container > .eventos-content ul > li:nth-child(odd), div.eventos-container .resumen-content ul > li:nth-child(odd), div.resumen-container > .eventos-content ul > li:nth-child(odd), div.resumen-container .resumen-content ul > li:nth-child(odd) {
          background-color: white; }
        div.eventos-container > .eventos-content ul > li:nth-child(even), div.eventos-container .resumen-content ul > li:nth-child(even), div.resumen-container > .eventos-content ul > li:nth-child(even), div.resumen-container .resumen-content ul > li:nth-child(even) {
          background-color: #ecf0f1; }

[ai-menu="paciente__bandeja--menu"] .columns {
  width: 200px !important;
  right: 250px !important; }

section.horario input[type="text"] {
  width: 100px !important; }

section.permisos.usuario .tipo_area_usuario {
  width: -o-calc(66% - 20px);
  width: calc(66% - 20px); }

section.permisos .main section {
  height: 100%; }
  section.permisos .main section iframe {
    height: -o-calc(100% - 5px);
    height: calc(100% - 5px); }

section.permisos .ai-menu > .menu {
  border-top: none; }

section.permisos > menu {
  width: calc(33% - 20px);
  position: relative;
  margin-left: 0;
  margin: 10px;
  border: 1px solid #f2f3f4;
  height: calc(100% - 90px);
  top: 0;
  float: left;
  z-index: 0;
  padding-bottom: 0; }

[ng-controller="configuracion_parametros"] .buttons {
  display: none; }

section.permisos.parametros section {
  width: 100%;
  padding: 10px; }
  section.permisos.parametros section header {
    background-color: #f7f8f9; }
    section.permisos.parametros section header div {
      display: inline-block;
      height: 60px;
      padding: 20px 10px;
      color: #008080;
      font-size: 20px;
      width: 120px;
      text-align: center; }
    section.permisos.parametros section header > div:first-child {
      text-align: left;
      width: -o-calc(100% - 380px);
      width: calc(100% - 380px); }
  section.permisos.parametros section content article.all {
    background-color: #ecf0f1; }
  section.permisos.parametros section content article {
    width: 100%; }
    section.permisos.parametros section content article div {
      display: inline-block;
      height: 60px;
      padding: 20px 10px;
      color: #333;
      font-size: 17px;
      width: 120px;
      text-align: center; }
    section.permisos.parametros section content article div > i {
      float: none;
      display: inline-block;
      margin-top: -10px; }
    section.permisos.parametros section content article div:first-child {
      text-align: left;
      width: -o-calc(100% - 380px);
      width: calc(100% - 380px); }
  section.permisos.parametros section content .aiForm .tableSpina tr {
    border-bottom: 0 !important; }
    section.permisos.parametros section content .aiForm .tableSpina tr th, section.permisos.parametros section content .aiForm .tableSpina tr td {
      height: 60px !important; }

section.listado .aiGrid {
  height: 99%; }

nav.usuario .ai-menu {
  height: -o-calc(100% - 170px);
  height: calc(100% - 170px); }

.problema_detalle textarea {
  width: -o-calc(100% - 256px);
  width: calc(100% - 256px);
  height: 100px;
  border: 2px solid #ecf0f1;
  border-radius: 2px;
  float: left;
  padding: 10px;
  margin-left: 50px;
  margin-top: 10px; }

.problema_detalle .human {
  float: left;
  position: relative;
  width: 175px;
  height: 140px;
  margin: 10px 10px 10px 20px;
  border: 2px solid #2980b9;
  border-radius: 2px;
  cursor: pointer;
  background-color: rgba(77, 148, 255, 0.8); }
  .problema_detalle .human object {
    width: 100%;
    height: 100%;
    display: block; }
    .problema_detalle .human object * {
      cursor: pointer; }

.cuerpo .menu_contenedor {
  width: 240px;
  height: 100%;
  float: left; }

.cuerpo #cuerpo {
  width: -o-calc(100% - 240px);
  width: calc(100% - 240px);
  float: left;
  height: 100%;
  width: 700px; }

[ai-menu="admin__CuadroBasico--menu"] div.menu ul > li > .line > header {
  width: calc(100% - 740px) !important;
  font-size: 14px; }

.ai-popin [ai-menu="admin__CuadroBasico--menu"] div.menu ul > li > .line > header {
  width: calc(100% - 360px) !important; }

[ai-menu="farmacia__surtirreceta--menu"] {
  height: calc(100% - 60px) !important; }

[ai-menu="inventario__importar_inv_fis--menu"] .ai-schema .schema-input {
  width: calc(100% - 300px) !important; }

section.configuracion .overlay, section.configuracion .overlay-modulo {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 5;
  display: none;
  text-align: center; }

section.configuracion .overlay-modulo {
  display: block; }
  section.configuracion .overlay-modulo button {
    background-color: #c0392b;
    color: white;
    margin-top: 70px;
    width: 150px; }

section.configuracion .aiWizard > .main > [step] section {
  padding-top: 0px; }

section.configuracion .aiWizard > .header > ul > li:first-child,
section.configuracion .aiWizard > .header > ul > li:last-child {
  display: none; }

section.configuracion menu > .menu-combo {
  height: 100%; }

section.configuracion .ai-menu ul > li.capture > .actions {
  top: 10px !important; }

menu.configuracion {
  max-height: 501px;
  height: auto;
  overflow: hidden;
  width: 400px;
  transition-property: max-height;
  transition-duration: 0.3s;
  box-shadow: 0px 5px 15px -5px #999; }
  menu.configuracion .ai-menu {
    overflow: hidden; }
  menu.configuracion .menu-combo {
    display: none; }
  menu.configuracion menu .menu {
    height: 100% !important;
    overflow-y: hidden; }
  menu.configuracion [ai-menu] {
    display: none; }

.nuevo_perfil .nombre {
  background-color: #f8f9ff;
  height: 50px;
  padding: 0 10px 0 10px; }
  .nuevo_perfil .nombre input {
    padding-left: 10px;
    height: 50px;
    width: 100%;
    background-color: #f8f9ff; }

table.horario.aiForm {
  width: 100%; }
  table.horario.aiForm tbody tr {
    height: 60px;
    border-bottom: 1px solid #ecf0f1; }
    table.horario.aiForm tbody tr.todos {
      background-color: #ecf0f1; }
    table.horario.aiForm tbody tr.inactive {
      opacity: 0.3; }
  table.horario.aiForm thead tr {
    height: 50px;
    background: #ecf0f1;
    color: #333; }
  table.horario.aiForm thead td,
  table.horario.aiForm tbody td {
    padding: 0 10px;
    text-align: center; }
    table.horario.aiForm thead td:nth-child(1),
    table.horario.aiForm tbody td:nth-child(1) {
      text-transform: capitalize;
      text-align: left;
      width: 20%; }
    table.horario.aiForm thead td:nth-child(2),
    table.horario.aiForm tbody td:nth-child(2) {
      width: 20%; }
    table.horario.aiForm thead td:nth-child(3), table.horario.aiForm thead td:nth-child(4),
    table.horario.aiForm tbody td:nth-child(3),
    table.horario.aiForm tbody td:nth-child(4) {
      width: 20%; }
    table.horario.aiForm thead td:nth-child(5), table.horario.aiForm thead td:nth-child(6),
    table.horario.aiForm tbody td:nth-child(5),
    table.horario.aiForm tbody td:nth-child(6) {
      width: 10%; }
  table.horario.aiForm tbody td input {
    width: 90% !important;
    padding-left: 10px !important;
    height: 40px !important; }

.configuracion_acceso {
  overflow-y: auto; }
  .configuracion_acceso .ai-menu {
    height: 225px; }
    .configuracion_acceso .ai-menu > .menu {
      height: 100% !important; }

.configuracion .perfiles menu > div.menu ul > li > a dd dl span#value {
  color: #993333;
  border-color: #993333; }

[ai-menu="reporte__referencias--menu"] menu > .menu > .opciones, [ai-menu="reporte__causes--menu"] menu > .menu > .opciones, [ai-menu="tableros__dashboard_recetas--menu"] menu > .menu > .opciones, [ai-menu="tableros__dashboard_movimientos--menu"] menu > .menu > .opciones {
  height: 25px !important;
  background: transparent !important; }
  [ai-menu="reporte__referencias--menu"] menu > .menu > .opciones > input, [ai-menu="reporte__causes--menu"] menu > .menu > .opciones > input, [ai-menu="tableros__dashboard_recetas--menu"] menu > .menu > .opciones > input, [ai-menu="tableros__dashboard_movimientos--menu"] menu > .menu > .opciones > input {
    display: none !important; }
  [ai-menu="reporte__referencias--menu"] menu > .menu > .opciones > .filters, [ai-menu="reporte__causes--menu"] menu > .menu > .opciones > .filters, [ai-menu="tableros__dashboard_recetas--menu"] menu > .menu > .opciones > .filters, [ai-menu="tableros__dashboard_movimientos--menu"] menu > .menu > .opciones > .filters {
    top: 0px !important;
    right: 10px !important; }

[ai-menu="reporte__referencias--menu"] menu > .menu > .transclude, [ai-menu="reporte__causes--menu"] menu > .menu > .transclude, [ai-menu="tableros__dashboard_recetas--menu"] menu > .menu > .transclude, [ai-menu="tableros__dashboard_movimientos--menu"] menu > .menu > .transclude {
  margin-top: 25px !important;
  height: calc(100% - 5px) !important; }
  [ai-menu="reporte__referencias--menu"] menu > .menu > .transclude [ai-template="tableros__generico--template"], [ai-menu="reporte__referencias--menu"] menu > .menu > .transclude [ai-template="tableros__causes--template"], [ai-menu="reporte__referencias--menu"] menu > .menu > .transclude [ai-template="tableros__dashboard_recetas--template"], [ai-menu="reporte__referencias--menu"] menu > .menu > .transclude [ai-template="tableros__dashboard_movimientos--template"], [ai-menu="reporte__causes--menu"] menu > .menu > .transclude [ai-template="tableros__generico--template"], [ai-menu="reporte__causes--menu"] menu > .menu > .transclude [ai-template="tableros__causes--template"], [ai-menu="reporte__causes--menu"] menu > .menu > .transclude [ai-template="tableros__dashboard_recetas--template"], [ai-menu="reporte__causes--menu"] menu > .menu > .transclude [ai-template="tableros__dashboard_movimientos--template"], [ai-menu="tableros__dashboard_recetas--menu"] menu > .menu > .transclude [ai-template="tableros__generico--template"], [ai-menu="tableros__dashboard_recetas--menu"] menu > .menu > .transclude [ai-template="tableros__causes--template"], [ai-menu="tableros__dashboard_recetas--menu"] menu > .menu > .transclude [ai-template="tableros__dashboard_recetas--template"], [ai-menu="tableros__dashboard_recetas--menu"] menu > .menu > .transclude [ai-template="tableros__dashboard_movimientos--template"], [ai-menu="tableros__dashboard_movimientos--menu"] menu > .menu > .transclude [ai-template="tableros__generico--template"], [ai-menu="tableros__dashboard_movimientos--menu"] menu > .menu > .transclude [ai-template="tableros__causes--template"], [ai-menu="tableros__dashboard_movimientos--menu"] menu > .menu > .transclude [ai-template="tableros__dashboard_recetas--template"], [ai-menu="tableros__dashboard_movimientos--menu"] menu > .menu > .transclude [ai-template="tableros__dashboard_movimientos--template"] {
    height: 100%; }
    [ai-menu="reporte__referencias--menu"] menu > .menu > .transclude [ai-template="tableros__generico--template"] > iframe, [ai-menu="reporte__referencias--menu"] menu > .menu > .transclude [ai-template="tableros__causes--template"] > iframe, [ai-menu="reporte__referencias--menu"] menu > .menu > .transclude [ai-template="tableros__dashboard_recetas--template"] > iframe, [ai-menu="reporte__referencias--menu"] menu > .menu > .transclude [ai-template="tableros__dashboard_movimientos--template"] > iframe, [ai-menu="reporte__causes--menu"] menu > .menu > .transclude [ai-template="tableros__generico--template"] > iframe, [ai-menu="reporte__causes--menu"] menu > .menu > .transclude [ai-template="tableros__causes--template"] > iframe, [ai-menu="reporte__causes--menu"] menu > .menu > .transclude [ai-template="tableros__dashboard_recetas--template"] > iframe, [ai-menu="reporte__causes--menu"] menu > .menu > .transclude [ai-template="tableros__dashboard_movimientos--template"] > iframe, [ai-menu="tableros__dashboard_recetas--menu"] menu > .menu > .transclude [ai-template="tableros__generico--template"] > iframe, [ai-menu="tableros__dashboard_recetas--menu"] menu > .menu > .transclude [ai-template="tableros__causes--template"] > iframe, [ai-menu="tableros__dashboard_recetas--menu"] menu > .menu > .transclude [ai-template="tableros__dashboard_recetas--template"] > iframe, [ai-menu="tableros__dashboard_recetas--menu"] menu > .menu > .transclude [ai-template="tableros__dashboard_movimientos--template"] > iframe, [ai-menu="tableros__dashboard_movimientos--menu"] menu > .menu > .transclude [ai-template="tableros__generico--template"] > iframe, [ai-menu="tableros__dashboard_movimientos--menu"] menu > .menu > .transclude [ai-template="tableros__causes--template"] > iframe, [ai-menu="tableros__dashboard_movimientos--menu"] menu > .menu > .transclude [ai-template="tableros__dashboard_recetas--template"] > iframe, [ai-menu="tableros__dashboard_movimientos--menu"] menu > .menu > .transclude [ai-template="tableros__dashboard_movimientos--template"] > iframe {
      height: 100% !important; }

[ai-menu="reporte__referencias--menu"] menu > .menu > .items_container, [ai-menu="reporte__causes--menu"] menu > .menu > .items_container, [ai-menu="tableros__dashboard_recetas--menu"] menu > .menu > .items_container, [ai-menu="tableros__dashboard_movimientos--menu"] menu > .menu > .items_container {
  display: none !important; }

[ai-menu="reporte__referencias--menu"] menu > .menu > .no_result, [ai-menu="reporte__causes--menu"] menu > .menu > .no_result, [ai-menu="tableros__dashboard_recetas--menu"] menu > .menu > .no_result, [ai-menu="tableros__dashboard_movimientos--menu"] menu > .menu > .no_result {
  display: none !important; }

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