/* Minification failed. Returning unminified contents.
(3487,12): run-time error CSS1030: Expected identifier, found '*'
 */
/*!
 * jquery-confirm v3.2.0 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2017 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
@-webkit-keyframes jconfirm-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes jconfirm-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body[class*=jconfirm-no-scroll-] {
  overflow: hidden !important;
}
.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999;
  font-family: inherit;
  overflow: hidden;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .4s;
          transition: opacity .4s;
}
.jconfirm .jconfirm-bg.jconfirm-bg-h {
  opacity: 0 !important;
}
.jconfirm .jconfirm-scrollpane {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-perspective-origin: center;
          perspective-origin: center;
}
.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  outline: none;
  padding: 15px 15px 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes type-blue {
  1%,
  100% {
    border-color: #3498db;
  }
  50% {
    border-color: #5faee3;
  }
}
@keyframes type-blue {
  1%,
  100% {
    border-color: #3498db;
  }
  50% {
    border-color: #5faee3;
  }
}
@-webkit-keyframes type-green {
  1%,
  100% {
    border-color: #2ecc71;
  }
  50% {
    border-color: #54d98c;
  }
}
@keyframes type-green {
  1%,
  100% {
    border-color: #2ecc71;
  }
  50% {
    border-color: #54d98c;
  }
}
@-webkit-keyframes type-red {
  1%,
  100% {
    border-color: #e74c3c;
  }
  50% {
    border-color: #ed7669;
  }
}
@keyframes type-red {
  1%,
  100% {
    border-color: #e74c3c;
  }
  50% {
    border-color: #ed7669;
  }
}
@-webkit-keyframes type-orange {
  1%,
  100% {
    border-color: #f1c40f;
  }
  50% {
    border-color: #f4d03f;
  }
}
@keyframes type-orange {
  1%,
  100% {
    border-color: #f1c40f;
  }
  50% {
    border-color: #f4d03f;
  }
}
@-webkit-keyframes type-purple {
  1%,
  100% {
    border-color: #9b59b6;
  }
  50% {
    border-color: #b07cc6;
  }
}
@keyframes type-purple {
  1%,
  100% {
    border-color: #9b59b6;
  }
  50% {
    border-color: #b07cc6;
  }
}
@-webkit-keyframes type-dark {
  1%,
  100% {
    border-color: #34495e;
  }
  50% {
    border-color: #46627f;
  }
}
@keyframes type-dark {
  1%,
  100% {
    border-color: #34495e;
  }
  50% {
    border-color: #46627f;
  }
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.jconfirm .jconfirm-box.jconfirm-type-blue {
  border-top: solid 7px #3498db;
  -webkit-animation-name: type-blue;
          animation-name: type-blue;
}
.jconfirm .jconfirm-box.jconfirm-type-green {
  border-top: solid 7px #2ecc71;
  -webkit-animation-name: type-green;
          animation-name: type-green;
}
.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #e74c3c;
  -webkit-animation-name: type-red;
          animation-name: type-red;
}
.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-top: solid 7px #f1c40f;
  -webkit-animation-name: type-orange;
          animation-name: type-orange;
}
.jconfirm .jconfirm-box.jconfirm-type-purple {
  border-top: solid 7px #9b59b6;
  -webkit-animation-name: type-purple;
          animation-name: type-purple;
}
.jconfirm .jconfirm-box.jconfirm-type-dark {
  border-top: solid 7px #34495e;
  -webkit-animation-name: type-dark;
          animation-name: type-dark;
}
.jconfirm .jconfirm-box.loading {
  height: 120px;
}
.jconfirm .jconfirm-box.loading:before {
  content: '';
  position: absolute;
  left: 0;
  background: white;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: 1;
}
.jconfirm .jconfirm-box.loading:after {
  opacity: 0.6;
  content: '';
  height: 30px;
  width: 30px;
  border: solid 3px transparent;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  border-radius: 50%;
  -webkit-animation: jconfirm-spin 1s infinite linear;
          animation: jconfirm-spin 1s infinite linear;
  border-bottom-color: dodgerblue;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 7px;
  right: 11px;
  cursor: pointer;
  opacity: .6;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in;
          transition: opacity 0.3s ease-in;
  font-size: 36px !important;
  line-height: 14px !important;
  display: none;
  z-index: 9999999999999999;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
  display: none;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
  font-size: 16px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
  font-size: 16px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
  font-size: 16px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
  opacity: 1;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: block;
  font-size: 20px;
  line-height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
  cursor: move;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  font-size: inherit;
  padding-bottom: 14px;
  display: inline-block;
  vertical-align: middle;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
  vertical-align: middle;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
  display: none;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 15px;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
  display: none;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 15px;
  height: auto;
  -webkit-transition: height 0.4s ease-in;
          transition: height 0.4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
  max-width: 100%;
  height: auto;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
  display: none;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 11px;
}
.jconfirm .jconfirm-box .jconfirm-buttons > button {
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px;
}
.jconfirm .jconfirm-box .jconfirm-buttons button {
  display: inline-block;
  padding: 6px 12px;
  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;
  border-radius: 4px;
  min-height: 1em;
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
          transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  -webkit-tap-highlight-color: transparent;
  border: none;
  background-image: none;
}
.jconfirm .jconfirm-box .jconfirm-buttons button2 {
  display: inline-block;
  padding: 6px 12px;
  font-size: 12px;
  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;
  border-radius: 4px;
  min-height: 1em;
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
          transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  -webkit-tap-highlight-color: transparent;
  border: none;
  background-image: none;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
  background-color: #3498db;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
          transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
  background-color: #2980b9;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button2.btn-blue {
  background-color: #3498db;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
          transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button2.btn-blue:hover {
  background-color: #2980b9;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
  background-color: #2ecc71;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
          transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
  background-color: #27ae60;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
  background-color: #e74c3c;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
          transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
  background-color: #c0392b;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
  background-color: #f1c40f;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
          transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
  background-color: #f39c12;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #ecf0f1;
  color: #000;
  text-shadow: none;
  -webkit-transition: background .2s;
          transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background-color: #bdc3c7;
  color: #000;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
  background-color: #9b59b6;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
          transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
  background-color: #8e44ad;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
  background-color: #34495e;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
          transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
  background-color: #2c3e50;
  color: #FFF;
}
.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
  color: #e74c3c !important;
}
.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
  color: #3498db !important;
}
.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
  color: #2ecc71 !important;
}
.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
  color: #9b59b6 !important;
}
.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
  color: #f1c40f !important;
}
.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
  color: #34495e !important;
}
.jconfirm .jconfirm-clear {
  clear: both;
}
.jconfirm.jconfirm-rtl {
  direction: rtl;
}
.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
  left: 5px;
  right: auto;
}
.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg {
  background-color: #444;
  opacity: .2;
}
.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
  float: right;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  box-shadow: none;
  color: #333;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #ddd;
}
.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}
.jconfirm.jconfirm-black .jconfirm-bg,
.jconfirm.jconfirm-dark .jconfirm-bg {
  background-color: darkslategray;
  opacity: .4;
}
.jconfirm.jconfirm-black .jconfirm-box,
.jconfirm.jconfirm-dark .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #444;
  border-radius: 5px;
  color: white;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
  float: right;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background .1s;
          transition: background .1s;
  color: white;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
  box-shadow: none;
  color: #fff;
  background: none;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #666;
}
.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
  -webkit-animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0);
  }
}
@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0);
  }
}
@-webkit-keyframes glow {
  0%,
  100% {
    box-shadow: 0 0 3px red;
  }
  50% {
    box-shadow: 0 0 30px red;
  }
}
@keyframes glow {
  0%,
  100% {
    box-shadow: 0 0 3px red;
  }
  50% {
    box-shadow: 0 0 30px red;
  }
}
/*Transition rules*/
.jconfirm {
  -webkit-perspective: 400px;
          perspective: 400px;
}
.jconfirm .jconfirm-box {
  opacity: 1;
  -webkit-transition-property: all;
          transition-property: all;
}
.jconfirm .jconfirm-box.jconfirm-animation-top,
.jconfirm .jconfirm-box.jconfirm-animation-left,
.jconfirm .jconfirm-box.jconfirm-animation-right,
.jconfirm .jconfirm-box.jconfirm-animation-bottom,
.jconfirm .jconfirm-box.jconfirm-animation-opacity,
.jconfirm .jconfirm-box.jconfirm-animation-zoom,
.jconfirm .jconfirm-box.jconfirm-animation-scale,
.jconfirm .jconfirm-box.jconfirm-animation-none,
.jconfirm .jconfirm-box.jconfirm-animation-rotate,
.jconfirm .jconfirm-box.jconfirm-animation-rotatex,
.jconfirm .jconfirm-box.jconfirm-animation-rotatey,
.jconfirm .jconfirm-box.jconfirm-animation-scaley,
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  opacity: 0;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotate {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
  -webkit-transform: rotatey(90deg);
      -ms-transform: rotatey(90deg);
          transform: rotatey(90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
  -webkit-transform: rotatey(-90deg);
      -ms-transform: rotatey(-90deg);
          transform: rotatey(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-scaley {
  -webkit-transform: scaley(1.5);
      -ms-transform: scaley(1.5);
          transform: scaley(1.5);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  -webkit-transform: scalex(1.5);
      -ms-transform: scalex(1.5);
          transform: scalex(1.5);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-top {
  -webkit-transform: translate(0px, -100px);
      -ms-transform: translate(0px, -100px);
          transform: translate(0px, -100px);
}
.jconfirm .jconfirm-box.jconfirm-animation-left {
  -webkit-transform: translate(-100px, 0px);
      -ms-transform: translate(-100px, 0px);
          transform: translate(-100px, 0px);
}
.jconfirm .jconfirm-box.jconfirm-animation-right {
  -webkit-transform: translate(100px, 0px);
      -ms-transform: translate(100px, 0px);
          transform: translate(100px, 0px);
}
.jconfirm .jconfirm-box.jconfirm-animation-bottom {
  -webkit-transform: translate(0px, 100px);
      -ms-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
}
.jconfirm .jconfirm-box.jconfirm-animation-zoom {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.jconfirm .jconfirm-box.jconfirm-animation-scale {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.jconfirm .jconfirm-box.jconfirm-animation-none {
  visibility: hidden;
}
.jconfirm.jconfirm-supervan .jconfirm-bg {
  background-color: rgba(54, 70, 93, 0.95);
}
.jconfirm.jconfirm-supervan .jconfirm-box {
  background-color: transparent;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
  border: none;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
  border: none;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
  border: none;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
  border: none;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
  border: none;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
  border: none;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
  color: white;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
  text-align: center;
  color: white;
  font-size: 26px;
  font-weight: normal;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
  padding-bottom: 25px;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 25px;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
  text-align: center;
  color: white;
}
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
  text-align: center;
}
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
  font-size: 16px;
  border-radius: 2px;
  background: #303f53;
  text-shadow: none;
  border: none;
  color: white;
  padding: 11px;
  min-width: 100px;
}
.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}
.jconfirm.jconfirm-material .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.67);
}
.jconfirm.jconfirm-material .jconfirm-box {
  background-color: white;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 25px 10px 25px;
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
  text-align: right;
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-weight: 500;
}
.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.21);
}
.jconfirm.jconfirm-bootstrap .jconfirm-box {
  background-color: white;
  box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 15px 0 0;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87);
  padding: 0px 15px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
  text-align: right;
  padding: 10px;
  margin: -5px 0 0px;
  border-top: solid 1px #ddd;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
  font-weight: 500;
}
.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}
.jconfirm.jconfirm-modern .jconfirm-bg {
  background-color: slategray;
  opacity: .6;
}
.jconfirm.jconfirm-modern .jconfirm-box {
  background-color: white;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 30px 15px;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
  top: 15px;
  right: 15px;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  -webkit-transition: -webkit-transform .5s;
          transition: transform .5s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 69px;
  color: #aaa;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
  text-align: center;
  font-size: 15px;
  color: #777;
  margin-bottom: 25px;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
  text-align: center;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: background .1s;
          transition: background .1s;
  padding: 10px 20px;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
  margin-left: 4px;
}
.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}


html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    font-size: 12px;
    font-family: 'Libre Franklin', sans-serif;
    /*font-family: "Poppins", sans-serif;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*font-family: 'Roboto', sans-serif;*/
}
.main-body {
  /*font: 14px/1.4 sans-serif;*/  
  /*font: 14px/1.4 'Roboto', sans-serif;*/

  /*font-family: 'Libre Franklin', sans-serif;*/
}
@media screen and (min-width: 750px) { /*Maior que 500px*/
  .main-body {
    /*font-size: calc(12px + (1/1200) * 100 * 1vw);*/
}

.pos-line{
    float:left;
}
.info-eqp-list {
    width:450px;
}
.list-eqp-placa {
    margin-top:50px;
    width:300px;
}
.list-no-position {
    margin-top:25px;
}
.zoomFull {
    font-size:12px;
}
}

.scroll::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 1rem;
}

.scroll::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-image: -webkit-linear-gradient(90deg,#4885a9,#4b99cc);
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v55/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}



.progress2{
    width: 72px;
    height: 72px;
    /*line-height: 60px;*/
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress2:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(251, 251, 251, 0.85);
    position: absolute;
    top: 0;
    left: 0;
}
.progress2 > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress2 .progress-left{
    left: 0;
}
.progress2 .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress2 .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress2 .progress-right{
    right: 0;
}
.progress2 .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 0.3s linear forwards;
}
.progress2 .progress-value{
    width: 88%;
    height: 88%;
    border-radius: 50%;
    /*border: 2px solid #ebebeb;*/
    /*font-size: 22px;*/
    line-height: 11px;
    text-align: center;
    position: absolute;
    top: 6.5%;
    left: 5.5%;
}
.progress2.white .progress-bar{
    border-color: #ffffff;
}
.progress2.blue .progress-value{
    color: #ffffff;
}
.progress2.white .progress-left .progress-bar{
    animation: loading-1 0.3s linear forwards 0.3s;
}
.progress2.blue .progress-bar{
    border-color: #049dff;
}
.progress2.blue .progress-value{
    color: #049dff;
}
.progress2.blue .progress-left .progress-bar{
    animation: loading-4 0.3s linear forwards 0.6s;
}
.progress2.yellow .progress-bar{
    border-color: #fdba04;
}
.progress2.yellow .progress-value{
    color: #fdba04;
}
.progress2.yellow .progress-left .progress-bar{
    animation: loading-4 0.3s linear forwards 0.5s;
}
.progress2.pink .progress-bar{
    border-color: #ed687c;
}
.progress2.pink .progress-value{
    color: #ed687c;
}
.progress2.pink .progress-left .progress-bar{
    animation: loading-2 0.3s linear forwards 0.3s;
}
.progress2.green .progress-bar{
    border-color: #1abc9c;
}
.progress2.green .progress-value{
    color: #1abc9c;
}
.progress2.green .progress-left .progress-bar{
    animation: loading-3 0.3s linear forwards 0.3s;
}
.progress2.red .progress-bar {
    border-color: #b24040;
}
.progress2.red .progress-value {
    color: #b24040;
}
.progress2.red .progress-left .progress-bar{
    animation: loading-1 0.3s linear forwards 0.4s;
}
.progress2.red2 .progress-bar{
    border-color: #d75959;
}
.progress2.red2 .progress-value{
    color: #d75959;
}
.progress2.red2 .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 0.7s;
}
.progress2.orange .progress-bar{
    border-color: #ffc107;
}
.progress2.orange .progress-value{
    color: #ffc107;
}
.progress2.orange .progress-left .progress-bar{
    animation: loading-6 0.3s linear forwards 0.3s;
}



.progress{
    width: 54px;
    height: 54px;
    /*line-height: 60px;*/
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(251, 251, 251, 0.85);
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 0.3s linear forwards;
}
.progress .progress-value{
    width: 85%;
    height: 85%;
    border-radius: 50%;
    border: 2px solid #ebebeb;
    /*font-size: 22px;*/
    line-height: 11px;
    text-align: center;
    position: absolute;
    top: 7.5%;
    left: 7.5%;
}
.progress.white .progress-bar{
    border-color: #ffffff;
}
.progress.blue .progress-value{
    color: #ffffff;
}
.progress.white .progress-left .progress-bar{
    animation: loading-1 0.3s linear forwards 0.3s;
}
.progress.blue .progress-bar{
    border-color: #049dff;
}
.progress.blue .progress-value{
    color: #049dff;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-4 0.3s linear forwards 0.3s;
}
.progress.yellow .progress-bar{
    border-color: #fdba04;
}
.progress.yellow .progress-value{
    color: #fdba04;
}
.progress.yellow .progress-left .progress-bar{
    animation: loading-3 0.3s linear forwards 0.3s;
}
.progress.pink .progress-bar{
    border-color: #ed687c;
}
.progress.pink .progress-value{
    color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
    animation: loading-2 0.3s linear forwards 0.3s;
}
.progress.green .progress-bar{
    border-color: #1abc9c;
}
.progress.green .progress-value{
    color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
    animation: loading-5 0.3s linear forwards 0.3s;
}
.progress.red .progress-bar {
    border-color: #cd4040;
}
.progress.red .progress-value {
    color: #cd4040;
}
.progress.red .progress-left .progress-bar{
    animation: loading-1 0.3s linear forwards 0.3s;
}
.progress.red2 .progress-bar{
    border-color: #be3b3b;
}
.progress.red2 .progress-value{
    color: #be3b3b;
}
.progress.red2 .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 0.7s;
}
.progress.orange .progress-bar{
    border-color: #ffc107;
}
.progress.orange .progress-value{
    color: #ffc107;
}
.progress.orange .progress-left .progress-bar{
    animation: loading-6 0.3s linear forwards 0.3s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(134deg);
        transform: rotate(134deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(96deg);
        transform: rotate(96deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(68deg);
        transform: rotate(68deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(64deg);
        transform: rotate(64deg);
    }
}
@keyframes loading-6{
    0%{
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    100%{
        -webkit-transform: rotate(16deg);
        transform: rotate(16deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ /*margin-bottom: 20px;*/ }
}

.box-message {
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 12px;
    color: #686868;
    border: solid 1px #fef0c7;
    background-color: #fdf5db;
}

.box-loading {
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 13px;
    color: #686868;
}

::-webkit-input-placeholder {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
}
::-moz-placeholder {font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
}
:-ms-input-placeholder {font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
}
input::placeholder {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
}

   .card-full-cmd {
       width: 100%;
       text-align:center;
        padding: 10px;
        background: #fff;
        display: inline-block;
        position: relative;
        font-size: 13px;
        /*height: 200px;*/
        overflow-y: auto;
    }
    lista-comandos{
        padding: 5px;
        font-size: 13px;
        margin: 10px 5px;
        border-bottom: 1px solid #e5e5e5;
    }
    .lst-cmd-row{
    padding: 8px 15px;
}
    
.lst-cmd-celldesc{    
    float: left;
    line-height: 20px;
}
.lst-cmd-btn-send {
    float: right;
    text-decoration: none;
    color: #ffffff !important;
    background-color: #4d9bd8;
    padding: 7px 12px;
    border-radius: 6px;
}
.lst-cmd-btn-send-cancel {
    background-color:#f63d3d;
}
.lst-cmd-param{padding: 8px 10px;}
.lst-cmd-param label{float:left}
.lst-cmd-input{
    float: left;
    padding: 5px;
    border: 1px solid #ccc;
    margin-left: 10px;
}

.lst-cmd-container{
    height:100%;
    font-size: 10px;
}
.lst-cmd-grid-sent{}
.lst-cmdsent-row{
    padding: 10px 0px;
    margin-left: 0px;
    border-bottom: solid 1px #f5f5f5;
}
.lst-cmd-desc{
    float: left;
    width: 56%;
}
.lst-cmd-dt{
    float: right;
    width: 35%;
}

.lst-cmd-icon{
    float: left;
    font-size: 20px;
    padding-top: 2px
}
.lst-cmd-icon.fa-clock {
    color:#656565;
    font-size: 16px;
    margin-top: -3px;
}
.lst-cmd-icon.fa-check-circle {
    color: #2bc037;
    font-size: 18px;
    margin-top: -3px;
}

.lst-cmd-icon.fa-ban {
    color:#d33131;
    font-size: 16px;
    margin-top: -3px;
}

.lst-cmd-icon.fa-exclamation-triangle {
    color:#ee771e;
    font-size: 16px;
    margin-top: -3px;
}

.lst-cmd-container h4{
    color: #6b6b6b;
    font-size: 12px;
    padding: 10px;
    margin: 0;

}
.lst-cmd-btn-send-red {
    background-color:#fc3939;
}

.titulo-dados{
    font-size: 11px;
    color: #4e4e4e;
}
.desc-dados {
    font-weight: bold;
    color: #5c5c5c;
}
.desc-dados2 {
    font-weight: bold;
    color: #7a7a7a;
    font-size: 12px;
}
.topo-eqp-dados {
    background-color: #00557dad; /*#00689a7d;*/ width: 100%; border: none; border-top-left-radius: 4px; border-top-right-radius: 4px;
    height: 65px; padding-left: 10px; border-bottom-left-radius: 26px;
}
.divEqpCircle {
    padding: 5px 6px; border: solid 2px #ffffff;background-color: transparent;
    border-radius: 50%; width: 40px; font-size: 22px; 
}

.ico_eqp {
    color: #0c8edb !important;
}


.div-util-info {
    background-color: #f2f2f2;
    position: absolute;
    width: 100%;
    height: 0px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 0;
    transition: height .5s ease-in;
    bottom: 0;
    z-index: 9;
}

.bg-lines {
    height: 100%;
    background-color: #F7F7F7;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='446' height='446' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23FCFCFC' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23FCFCFC'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
}

.btnIconEqp {
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    padding: 6px 0px;
    border: solid 2px #f5f5f5;
    font-size: 18px;
    background-color: transparent;
    border-radius: 50%;
    width: 40px;
    text-align: center;
}
.btnIconEqp i {
    color: #f5f5f5 !important;
}
.btnIconEditEqp {
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    padding: 4px;
    border: solid 2px #9bc3d6;
    font-size: 18px;
    background-color: transparent;
    border-radius: 50%;
    width: 35px;
}
.icon-transparent {
    /*background-color: transparent;*/
    border: none;
}
.btnIconPos {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #58B952; /* Old browsers */
    background: -moz-linear-gradient(bottom, #58B952 0%, #54bb4e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #58B952 0%,#54bb4e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #58B952 0%, #54bb4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54bb4e', endColorstr='#54bb4e',GradientType=1 ); /* IE6-9 */
}
.topo-eqp {
    z-index: 1;
    /*min-height: 121px;*/
    height: 125px !important;
    width: 100%;
    margin: 0px;
    padding: 10px 10px 20px 10px;
    background: #87a5b3; /* Old browsers */
    background: -moz-linear-gradient(bottom, #87a5b3 0%, #1384bb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #87a5b3 0%,#1384bb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #87a5b3 0%, #1384bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1384bb', endColorstr='#1384bb',GradientType=1 ); /* IE6-9 */
    -webkit-box-shadow: 0px -2px 8px 2px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px -2px 8px 2px rgba(0,0,0,0.55);
    box-shadow: 0px -2px 8px 2px rgba(0,0,0,0.55);
    color: #ffffff;
}
.btn-back-eqps {
    font-size: 26px;
    text-align: center;
    color: #fff;
}    

.block_screen {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: rgba(239, 237, 237, 0.45);
}

.menueqp {
    width: 20%; height: 3px;
}
.selected{
    background-color: #5fc5f7;
}

.topo-mapa {
    width: 100%;
    margin: 0px;
    padding: 5px 10px 20px 13px;
    background: #87a5b3; /* Old browsers */
    background: -moz-linear-gradient(bottom, #87a5b3 0%, #1384bb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #87a5b3 0%,#1384bb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #87a5b3 0%, #1384bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1384bb', endColorstr='#1384bb',GradientType=1 ); /* IE6-9 */
    -webkit-box-shadow: 0px -2px 8px 2px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px -2px 8px 2px rgba(0,0,0,0.55);
    box-shadow: 0px -2px 8px 2px rgba(0,0,0,0.55);
    color: #ffffff;
}

.topo-cerca {
    width: 100%;
    margin: 0px;
    padding: 6px 10px 40px 13px;
    background: #87a5b3; /* Old browsers */
    background: -moz-linear-gradient(bottom, #87a5b3 0%, #1384bb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #87a5b3 0%,#1384bb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #87a5b3 0%, #1384bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1384bb', endColorstr='#1384bb',GradientType=1 ); /* IE6-9 */
    -webkit-box-shadow: 0px -2px 8px 2px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px -2px 8px 2px rgba(0,0,0,0.55);
    box-shadow: 0px -2px 8px 2px rgba(0,0,0,0.55);
    color: #ffffff;
}

.float{
	position:fixed;
	width:46px;
	height:46px;
	bottom: 21px;
	right: 16px;
    z-index: 9999991;
	background-color:#53c78b;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    box-shadow: 0px 2px 5px #bdbdbd;
}

.my-float{
    font-size: 37px;
    color: #ffffff;
}

.notificacao-periodo-select {
    margin: 0px 3px;
    text-align: center;
    font-size: 12px;
    color: #4f4f4f;
    padding: 6px 8px;
}

.notificacao-periodo-select:hover {
    margin: 0px 3px;
    text-align: center;
    border-radius: 8px;
    padding: 6px 8px;
    background-color: #e5edf1;
    cursor: pointer;
    font-weight: 600;
}

.notificacao-periodo-selected {
    margin: 0px 3px;
    text-align: center;
    font-size: 12px;
    color: #f6f6f6;
    background-color: #549cc0;
    border-radius: 8px;
    padding: 6px 8px;
    font-weight: 600;
}

.divAlertasContent {
    font-family: 'Libre Franklin', sans-serif !important;
    margin: -32px 0px 20px 0px;
    padding: 4px 0px 55px 0px;
    color: #565656;
    border-radius: 6px;
    background-color: #fafafa;
    border: solid 1px #f5f5f5;
}

.divEqpContent {
    margin: -18px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    color: #565656; 
    /*border-top-right-radius: 12px;*/ 
    /*border-top-left-radius: 12px;*/ 
    background-color: #ffffff;
    border-radius: 12px;
    /*z-index: 2;*/
}

.divMapaContent {
    margin: -16px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    color: #565656; 
    border-top-right-radius: 12px; 
    border-top-left-radius: 12px; 
    background-color: #fafafa;
}

ul {
    margin:0;
    padding:0;
}

.legenda-mapa {
    font-size: 12px;
    background-color: #414141;
    opacity: 0.7;
    color: #fff;
    padding: 2px 4px;
    border-radius: .25em;
    margin-top: -5px;
    /*width: 61px;*/
    margin-left: 12px;
    position: absolute;
    text-wrap: nowrap;
}
/*.legenda-mapa {
    font-size: 10px;
    background-color:#414141;
    opacity: 0.7;
    color:#fff;
    padding: 3px;
    border-radius: .25em;
    margin-top:-21px;
    width: 64px;
    margin-left: -32px;
}*/

ul li {
    margin:0;
    padding:0;
}
.clearfix:before,
.clearfix:after {
   content: " ";
   display: table;
}

.clearfix:after {
   clear: both;
}

.logo {
    margin-left: 10px;
    margin-top: 7px;
}
.main {
    height:100%;
}
.menu {
    float:left;
    width:255px;
    background-color: #323a46;
    height:100%;
    transition: all 0.4s linear;
    z-index: 9999999999;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.content {
    float:left;
    /*border:1px solid #ccc;*/
    width:calc(100% - 260px);
    height:100%;
    overflow: hidden;
}
.full-content {
     width:100% !important;
     height:100% !important;
     /*background-color: #3278cc;*/
}
.logo img{
    
    max-height:60px;
}

.btn-menu-mobile {
        width: 35px;
    height: 35px;
    /*background-color: #2e4f77;*/
    color: #fff;
    border-radius: 50px;
    border: 1px solid #1b66bf;
    text-align: center;
    line-height: 35px;
    display: none;
    top: 10px;
    font-size: 22px;
    left: 8px;
    position: relative;
    transition: all 500ms linear;

}
.loader {
    width: 4em;
    position:absolute;
    z-index:10001;
    top:50%;
    left:50%;
    margin-left:-20px;

}
.top-content {
    height:58px;
   background-image: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#e52e71));
   background-image: linear-gradient(90deg,#2d6586,#1e8fd8);
    display:block;
}

.main-content {
     /*border-bottom:1px solid #ccc;*/
     height: 100%;
     /*padding-top:20px;
     padding-left:10px;*/
}
.main-content #mapa{
    width:100%;
    height:calc(100% - 180px);
}
.top-title {
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: 58px;
    margin-left: 17px;
}
.top-title-abast {
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: 58px;
    margin-left: 8px;
}
.top-title-cmd {
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: 58px;
    margin-left: 8px;
}
.top-title-eqp {
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: 58px;
    margin-left: 12px;
}
.top-title-entregas {
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: 58px;
    margin-left: 13px;
}
.top-title-despesas {
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: 58px;
    margin-left: 8px;
}

.btnEntregaStatus {
    width: 150px !important;
    margin: 5px 0px;
}

.my-identity {
    color:white;
}

.grid-eqps {
    overflow:auto;
}

.grid-eqps .grid-item-eqps {
    cursor: pointer;
    background-color: #ffffff;
    border: solid 1px #efefef;
    margin: 4px 6px;
    border-radius: 4px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .02), 0px 1px 0px 0px rgba(0, 0, 0, .02), 0 1px 0px 0 rgba(0, 0, 0, .02);
        
}

.grid-eqps .grid-item-eqps a {
    display:block;
    text-decoration:none;
    padding: 10px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.grid-eqps .grid-item-eqps a:hover {
    background-color:#f0f0f0;
}

.grid-eqps .grid-item-eqps .grid-eqp-icon {
    float: left;
    background-color: #aec5d0;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    margin-top: 0px;
}

.grid-eqps .grid-item-eqps .grid-eqp-det {
    float: left;
    width: calc(100% - 38px);
}

.grid-eqps .grid-item-eqps .grid-eqp-id {
   font-weight: bold;
   float:left;
    display: block;
    /*margin-bottom: 5px;*/
    /*max-width:198px;*/
    color: #484848;
    margin-top:4px;
}

.grid-eqps .grid-item-eqps .grid-eqp-end {
    display: block;
    font-size: 12px;
    max-width: 275px;
    margin-top:4px;
}

.grid-eqps .grid-item-eqps .grid-eqp-empty {
    color:#686868;
}

.grid-eqps .grid-item-eqps .grid-eqp-menu {
    float:left;
}

.grid-eqps .grid-item-eqps .grid-eqp-dt .grid-item .grid-eqp-dt {
    float:right;
    color:#5c5c5c;
    margin-top:4px;
}
.grid-eqps .grid-item-eqps .fa-tachometer-alt .grid-item .fa-tachometer-alt {
    color: #666;
    font-size: 16px;
    margin-right: 5px;
}
.grid-eqps .grid-item-eqps .fa-power-off  {
    float:left;
    margin: 1px 5px 0px 0px;
    font-size: 15px;
}

.grid {
}

.grid .grid-item, .hist-grid .grid-item {
    font-size: 10px;
    cursor:pointer;
    border-bottom: 1px solid #ededed;
    margin:3px 3px 0px 3px;
    /*border-radius:.4em;*/
    background-color:#fdfdfd;
    /*font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
}
.grid .grid-item:hover, .hist-grid .grid-item:hover {
    background-color:#d4e2e9;
}
.grid .grid-item a, .hist-grid .grid-item a{
    display:block;
    text-decoration:none;
    padding: 10px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;

}
.grid .grid-item a:hover, .hist-grid .grid-item a:hover {
    background-color:#f0f0f0;
}

.grid .grid-item .grid-eqp-icon, .hist-grid .grid-item .grid-eqp-icon {
    float: left;
    background-color: #aec5d0;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    margin-top: 0px;
}

.grid .grid-item .grid-eqp-det, .hist-grid .grid-item .grid-eqp-det {
    float: left;
    width: calc(100% - 38px);
}

.grid .grid-item .grid-eqp-id, .hist-grid .grid-item .grid-eqp-id {
   font-weight: bold;
   float:left;
    display: block;
    /*margin-bottom: 5px;*/
    /*max-width:198px;*/
    color: #484848;
    margin-top:4px;
}

.grid .grid-item .grid-eqp-end, .hist-grid .grid-item .grid-eqp-end {
    display: block;
    font-size: 12px;
    max-width: 275px;
    margin-top:4px;
}

.grid .grid-item .grid-eqp-empty, .hist-grid .grid-item .grid-eqp-empty {
    color:#666;
}

.grid .grid-item .grid-eqp-menu, .hist-grid .grid-item .grid-eqp-menu {
    float:left;
}

.grid .grid-item .grid-eqp-dt, .hist-grid .grid-item .grid-eqp-dt {
    float:right;
    /*font-size:12px;*/ 
    color:#5c5c5c;
    margin-top:4px;
}
.grid .grid-item .fa-tachometer-alt, .hist-grid .grid-item .fa-tachometer-alt {
    color: #666;
    font-size: 16px;
    margin-right: 5px;
}
.grid .grid-item .fa-power-off, .hist-grid .grid-item .fa-power-off  {
    float:left;
    margin: 0px 5px 0px 0px;
    font-size: 15px;
    /*margin-top:2px;*/
}
.grid-eqp-mot {
    float:right;
    color:#5c5c5c;
}
.grid-eqp-vel {
    float:right;
    /*font-size:12px;*/
    /*margin-left:10px;*/
    /*margin-bottom: 5px;*/
    color:#5c5c5c;
    margin-top:4px;
    padding: 0px 15px 0px 0px;
}
.power-green {
    color:#60c448;
}

.power-gray {
    color:#e0e0e0;
}

.ign-L {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0a9d1f;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 50%;
}

.ign-D {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #af3232;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 50%;
    padding-left: .5px;
}

.ign-L-hist {
    
    margin-top: 2px;
    margin-right: 5px;
    float: left;
    width:15px;
    height:15px;
    text-align:center;
    background-color:#0a9d1f;
    font-size:10px;
    color:#ffffff;
    font-weight:bold;
    border-radius:1em;
    vertical-align:middle;
    line-height:15px;
}

.ign-D-hist {
    
    margin-top: 2px;
    margin-right: 5px;
    float: left;
    width:15px;
    height:15px;
    text-align:center;
    background-color:#a81818;
    font-size:10px;
    color:#ffffff;
    font-weight:bold;
    border-radius:1em;
    vertical-align:middle;
    line-height:15px;
}

@keyframes shine-lines {
    0% {
        background-position: -200px;
    }

    40%, 100% {
        background-position: 200px;
    }
}

@media screen and (max-width: 920px) {
    .menu {
        /*display:none;*/
        position:absolute;
        left:-500px;
    }

    .menu-visible .menu {
        /*display:block;*/
        left:0;
    }
    .content {
        width:100%;
    }
    .btn-menu-mobile {
        display:block;
    }

    .menu-visible .btn-menu-mobile {
        display:none;
    }
}

.menu .version {
    bottom: 20px;
    position: relative;
    color: #fff;
    font-size: 10px;
    text-align: right;
    margin-right:3px;
}

.menu .menu-content {
    
    height:calc(100% - 210px);

}
.menu .menu-content ul {
    list-style:none;
}
.menu .menu-content ul li{
}
.menu .menu-content ul li a{
   display: block;
    color: #fff;
    border-bottom: 1px solid #373e47;
    padding: 16px;
    padding-left: 20px;
    text-decoration: none;
    font-size: 14px;
}
.menu .menu-topo {
    height: 168px;
    background-color: #49505d;
    padding: 0px;
    text-align: center;
    /*padding-top:10px;*/
}
    .menu .menu-topo .fa-user-circle {
        display: block;
        font-size: 48px;
        color: #92969d;
    }

.account-name {
    margin-top:10px;
    font-size: 13px;
    text-align:center;
}

.btn-logout {
  display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-decoration: none;
    padding: 6px 5px;
    background-color: #5b9ebf;
    width: 82px;
    text-align: center;
    border-radius: 55px;
    font-weight: bold;
    margin-top: 5px;
}

.box-login-content {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.box-login-content-vr {
    background-position-x: center; background-position-y: center;
        background-size: cover; background-image: url('../../Content/mobile/images/fundo_vr.png');
    width: 100%;
    height: 100%;
}

.box-login-content-maxsat {
    background-position-x: center; background-position-y: center;
        background-size: cover; background-image: url('../../Content/mobile/images/fundo_maxsat.png');
    width: 100%;
    height: 100%;
}

.box-login-content-ist {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
}

.box-login-content-imobtrack {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
}

.box-login-content-amplasat {
    background-color: #fafafa;
    width: 100%;
    height: 100%;
}

.box-login-content-movisat {
    background-position-x: center; background-position-y: center;
        background-size: cover; background-image: url('../../Content/mobile/images/fundo_movisat.png');
    width: 100%;
    height: 100%;
}

.box-login-content-marata {
    background-position-x: center; background-position-y: center;
        background-size: cover; background-image: url('../../Content/mobile/images/fundo_marata.png');
    width: 100%;
    height: 100%;
}

.box-login-content-mf {
    background-color: #040504;
    width: 100%;
    height: 100%;
}

.box-login-content-wm {
    /**/ 
    background-color: #000000;
    width: 100%;
    height: 100%;
}

.box-login {
    margin-left: 11%;
    margin-right: 11%;
    /*margin-top: -5%;*/
}

.box-login .login-logo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 50px !important
}

.box-login form {
    width:100%;
    /**/ 
}

.box-login-label {
   font-size: 14px;
    float: left;
    color: #a2a2a2;
}

.txtLoginPADRAO {
    
    display: block;
    width: 100%;
    font-size: 14px;
    float: left;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    padding: 10px;
    color: #424242 !important;
    /**/ 
}

.txtLoginPADRAO:-webkit-autofill {
    -webkit-text-fill-color: #424242;
    transition: background-color 5000s ease-in-out 0s;
    /**/ 
}
.txtPasswordPADRAO {
    display: block;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    float:left;border: none;
    border-bottom: 1px solid #c0c0c0;
    color: #424242;
    /**/ 
}
.txtPasswordPADRAO:-webkit-autofill {
    -webkit-text-fill-color: #424242;
    transition: background-color 5000s ease-in-out 0s;
    /**/ 
}

.box-login .btnlogar{
    
    display: block;
    width: 100%;
    border: none;
    padding: 12px;
    margin-top: 28px;
    color: white;
    background-color: #0a4284;
    border-radius: 5px;
    font-size: 14px;
}


.txtLoginVRNew {
    display: block;
    width: 100%;
    font-size: 13px;
    float: left;
    /*border: 1px solid rgb(85 128 141 / 49%);*/
    padding: 16px 14px;
    color: #49718d !important;
    background: rgba(255,255,255,0.5);
    border-radius: .4em;
    font-family: 'Libre Franklin';
    border: none;
}

    .txtLoginVRNew:-webkit-autofill {
        -webkit-text-fill-color: #49718d;
        transition: background-color 5000s ease-in-out 0s;
        font-size: 13px;
    }

    .txtLoginVRNew::-webkit-input-placeholder {
        color: #49718d;
        font-size: 13px;
    }

    .txtLoginVRNew:-moz-placeholder {
        color: #49718d;
        font-size: 13px;
    }

    .txtLoginVRNew::-moz-placeholder {
        color: #49718d;
        font-size: 13px;
    }

    .txtLoginVRNew:-ms-input-placeholder {
        color: #49718d;
        font-size: 13px;
    }

.txtPasswordVRNew {
    display: block;
    border: none;
    font-size: 13px;
    width: 100%;
    color: #49718d;
    padding: 16px 14px;
    float: left;
    /*border: 1px solid rgb(85 128 141 / 49%);*/
    border-radius: .4em;
    background: rgba(255,255,255,0.5);
    font-family: 'Libre Franklin';
}

    .txtPasswordVRNew:-webkit-autofill {
        -webkit-text-fill-color: #49718d;
        transition: background-color 5000s ease-in-out 0s;
    }

    .txtPasswordVRNew::-webkit-input-placeholder {
        color: #49718d;
        font-size: 13px;
    }

    .txtPasswordVRNew:-moz-placeholder {
        color: #49718d;
        font-size: 13px;
    }

    .txtPasswordVRNew::-moz-placeholder {
        color: #49718d;
        font-size: 13px;
    }

    .txtPasswordVRNew:-ms-input-placeholder {
        color: #49718d;
        font-size: 13px;
    }

.btnlogarVRNew {
    display: block;
    width: 100%;
    border: none;
    padding: 16px;
    margin-top: 22px;
    color: white;
    font-size: 14px;
    /*background-color: rgb(8 103 141 / 90%);*/
    background-image: linear-gradient(to left bottom, #06287d, #0051a5, #0079c7, #00a2e4, #1accfd);
    border-radius: .4em;
    font-weight: bold;
    font-family: 'Libre Franklin';
    letter-spacing: 0.07em;
}


.btnlogarDEFAULT {
    display: block;
    width: 100%;
    border: none;
    padding: 14px;
    margin-top: 28px;
    color: white;
    font-size: 12px;
    background-color: rgba(7, 121, 167, 0.74);
    border-radius: .3em;
    font-weight: bold;
    letter-spacing: 0.07em;
}


.txtLoginVR {
    
    display: block;
    width: 100%;
    font-size: 14px;
    float: left;
    border: 1px solid rgba(0, 113, 148, 0.49);
    padding: 14px 10px;
    color: #ffffff !important;
    background: rgba(255,255,255,0.35);
     
    border-radius: .2em;
}

.txtLoginVR:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
     
}
.txtLoginVR::-webkit-input-placeholder { color: #ffffff; font-style: italic; } 
.txtLoginVR:-moz-placeholder { color: #ffffff; font-style: italic; }
.txtLoginVR::-moz-placeholder { color: #ffffff; font-style: italic; }
.txtLoginVR:-ms-input-placeholder { color: #ffffff; font-style: italic; }

.txtPasswordVR {
    display: block;
    border: none;
    font-size: 14px;
    width: 100%;
    color: #ffffff;
    padding: 14px 10px;
    float:left;
     
    border: 1px solid rgba(0, 113, 148, 0.49);
    border-radius: .2em;
    background: rgba(255,255,255,0.35);
}
.txtPasswordVR:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
     
}

.txtPasswordVR::-webkit-input-placeholder { color: #ffffff; font-style: italic; } 
.txtPasswordVR:-moz-placeholder { color: #ffffff; font-style: italic; }
.txtPasswordVR::-moz-placeholder { color: #ffffff; font-style: italic; }
.txtPasswordVR:-ms-input-placeholder { color: #ffffff; font-style: italic; }

.btnlogarVR {
    
    display: block;
    width: 100%;
    border: none;
    padding: 14px;
    margin-top: 22px;
    color: white;
    font-size: 12px;
    background-color: rgba(7, 121, 167, 0.74);
    border-radius: .3em;
    font-weight: bold;
    letter-spacing: 0.07em;
}

.btnlogarECO {
    display: block;
    width: 100%;
    border: none;
    padding: 14px;
    margin-top: 28px;
    color: white;
    font-size: 12px;
    background-color: rgba(69, 69, 69, 0.90);
    border-radius: .3em;
    font-weight: bold;
    letter-spacing: 0.07em;
}

.btnlogarFIEL {
    display: block;
    width: 100%;
    border: none;
    padding: 14px;
    margin-top: 28px;
    color: white;
    font-size: 12px;
    background-color: rgba(225, 63, 67, 0.95);
    border-radius: .3em;
    font-weight: bold;
    letter-spacing: 0.07em;
}

.btnlogarGPM {
    display: block;
    width: 100%;
    border: none;
    padding: 14px;
    margin-top: 28px;
    color: white;
    font-size: 12px;
    background-color: rgba(73, 110, 180, 0.97);
    border-radius: .3em;
    font-weight: bold;
    letter-spacing: 0.07em;
}


.txtLoginMAXSAT {
    
    display: block;
    width: 100%;
    font-size: 14px;
    float: left;
    border: none;
    padding: 10px;
    color: #ffffff !important;
    background: rgba(255,255,255,0.35);
     
    border-radius: .2em;
}

.txtLoginMAXSAT:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
     
}
.txtLoginMAXSAT::-webkit-input-placeholder { color: #ffffff; font-style: italic; } 
.txtLoginMAXSAT:-moz-placeholder { color: #ffffff; font-style: italic; }
.txtLoginMAXSAT::-moz-placeholder { color: #ffffff; font-style: italic; }
.txtLoginMAXSAT:-ms-input-placeholder { color: #ffffff; font-style: italic; }

.txtPasswordMAXSAT {
    display: block;
    font-size: 14px;
    width: 100%;
    color: #ffffff;
    padding: 10px;
    float:left;
     
    border: none;
    border-radius: .2em;
    background: rgba(255,255,255,0.35);
}
.txtPasswordMAXSAT:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
     
}

.txtPasswordMAXSAT::-webkit-input-placeholder { color: #ffffff; font-style: italic; } 
.txtPasswordMAXSAT:-moz-placeholder { color: #ffffff; font-style: italic; }
.txtPasswordMAXSAT::-moz-placeholder { color: #ffffff; font-style: italic; }
.txtPasswordMAXSAT:-ms-input-placeholder { color: #ffffff; font-style: italic; }

.btnlogarMAXSAT {
    
    display: block;
    width: 100%;
    border: none;
    padding: 12px;
    margin-top: 28px;
    color: white;
    font-size: 12px;
    background-color: rgba(7, 121, 167, 0.74);
    border-radius: .3em;
    font-weight: bold;
     
    letter-spacing: 0.07em;
}

.txtLoginMF {
    display: block;
    width: 100%;
    font-size: 14px;
    float: left;
    border: none;
    padding: 12px;
    color: #ffffff !important;
    background: rgba(255,255,255,0.35);
    border-radius: .2em;
}

.txtLoginMF:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
     
}
.txtLoginMF::-webkit-input-placeholder { color: #ffffff; font-style: italic; } 
.txtLoginMF:-moz-placeholder { color: #ffffff; font-style: italic; }
.txtLoginMF::-moz-placeholder { color: #ffffff; font-style: italic; }
.txtLoginMF:-ms-input-placeholder { color: #ffffff; font-style: italic; }

.txtPasswordMF {
    display: block;
    border: none;
    font-size: 14px;
    width: 100%;
    color: #ffffff;
    padding: 12px;
    float: left;
    border-radius: .2em;
    background: rgba(255,255,255,0.35);
}
.txtPasswordMF:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
     
}

.txtPasswordMF::-webkit-input-placeholder { color: #ffffff; font-style: italic; } 
.txtPasswordMF:-moz-placeholder { color: #ffffff; font-style: italic; }
.txtPasswordMF::-moz-placeholder { color: #ffffff; font-style: italic; }
.txtPasswordMF:-ms-input-placeholder { color: #ffffff; font-style: italic; }

.btnlogarMF {
    display: block;
    width: 100%;
    border: none;
    padding: 14px;
    margin-top: 32px;
    color: white;
    font-size: 13px;
    background-color: rgba(245, 130, 37, 0.92);
    border-radius: .3em;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-family: "Libre Franklin", sans-serif;
}

.txtLoginWM {
    
    display: block;
    width: 100%;
    font-size: 14px;
    float: left;
    border: none;
    padding: 10px;
    color: #ffffff !important;
    background: rgba(255,255,255,0.35);
     
    border-radius: .2em;
}

.txtLoginWM:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
     
}
.txtLoginWM::-webkit-input-placeholder { color: #ffffff; font-style: italic; } 
.txtLoginWM:-moz-placeholder { color: #ffffff; font-style: italic; }
.txtLoginWM::-moz-placeholder { color: #ffffff; font-style: italic; }
.txtLoginWM:-ms-input-placeholder { color: #ffffff; font-style: italic; }

.txtPasswordWM {
    display: block;
    border: none;
    font-size: 14px;
    width: 100%;
    color: #ffffff;
    padding: 10px;
    float:left;
     
    border-radius: .2em;
    background: rgba(255,255,255,0.35);
}
.txtPasswordWM:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
     
}

.txtPasswordWM::-webkit-input-placeholder { color: #ffffff; font-style: italic; } 
.txtPasswordWM:-moz-placeholder { color: #ffffff; font-style: italic; }
.txtPasswordWM::-moz-placeholder { color: #ffffff; font-style: italic; }
.txtPasswordWM:-ms-input-placeholder { color: #ffffff; font-style: italic; }

.btnlogarWM {
    display: block;
    width: 100%;
    border: none;
    padding: 14px;
    margin-top: 28px;
    color: white;
    font-size: 12px;
    background-color: #d92828;
    border-radius: .3em;
    font-weight: bold;
    letter-spacing: 0.07em;
}


.txtLoginIST {
    
    display: block;
    width: 100%;
    font-size: 14px;
    float: left;
    border: none;
    padding: 10px;
    color: #5d5d5d !important;
    background: rgba(255,255,255,0.35);
     
    border-radius: .2em;
    border: solid 1px #f0f0f0;
}

.txtLoginIST:-webkit-autofill {
    -webkit-text-fill-color: #5d5d5d;
    transition: background-color 5000s ease-in-out 0s;
     
}
.txtLoginIST::-webkit-input-placeholder { color: #5d5d5d; font-style: italic; } 
.txtLoginIST:-moz-placeholder { color: #5d5d5d; font-style: italic; }
.txtLoginIST::-moz-placeholder { color: #5d5d5d; font-style: italic; }
.txtLoginIST:-ms-input-placeholder { color: #5d5d5d; font-style: italic; }

.txtPasswordIST {
    display: block;
    font-size: 14px;
    width: 100%;
    color: #5d5d5d;
    padding: 10px;
    float:left;
     
    border: none;
    border-radius: .2em;
    background: rgba(255,255,255,0.35);
    border: solid 1px #f0f0f0;
}
.txtPasswordIST:-webkit-autofill {
    -webkit-text-fill-color: #5d5d5d;
    transition: background-color 5000s ease-in-out 0s;
     
}

.txtPasswordIST::-webkit-input-placeholder { color: #5d5d5d; font-style: italic; } 
.txtPasswordIST:-moz-placeholder { color: #5d5d5d; font-style: italic; }
.txtPasswordIST::-moz-placeholder { color: #5d5d5d; font-style: italic; }
.txtPasswordIST:-ms-input-placeholder { color: #5d5d5d; font-style: italic; }

.btnlogarIST {
    display: block;
    width: 100%;
    border: none;
    padding: 14px;
    margin-top: 28px;
    color: white;
    font-size: 12px;
    background-color: rgba(63, 89, 161, 0.89);
    border-radius: .3em;
    font-weight: bold;
    letter-spacing: 0.07em;
}

.btnlogarAMPLASAT {
    display: block;
    width: 100%;
    border: none;
    padding: 14px;
    margin-top: 28px;
    color: white;
    font-size: 12px;
    background-color: rgba(42, 128, 255, 0.91);
    border-radius: .3em;
    font-weight: bold;
    letter-spacing: 0.07em;
}

.txtLoginMOVISAT {
    
    display: block;
    width: 100%;
    font-size: 14px;
    float: left;
    border: none;
    padding: 10px;
    color: #ffffff !important;
    background: rgba(255,255,255,0.35);
     
    border-radius: .2em;
}

.txtLoginMOVISAT:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
     
}
.txtLoginMOVISAT::-webkit-input-placeholder { color: #ffffff; font-style: italic; } 
.txtLoginMOVISAT:-moz-placeholder { color: #ffffff; font-style: italic; }
.txtLoginMOVISAT::-moz-placeholder { color: #ffffff; font-style: italic; }
.txtLoginMOVISAT:-ms-input-placeholder { color: #ffffff; font-style: italic; }

.txtPasswordMOVISAT {
    display: block;
    border: none;
    font-size: 14px;
    width: 100%;
    color: #ffffff;
    padding: 10px;
    float:left;
     
    border-radius: .2em;
    background: rgba(255,255,255,0.35);
}
.txtPasswordMOVISAT:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
     
}

.txtPasswordMOVISAT::-webkit-input-placeholder { color: #ffffff; font-style: italic; } 
.txtPasswordMOVISAT:-moz-placeholder { color: #ffffff; font-style: italic; }
.txtPasswordMOVISAT::-moz-placeholder { color: #ffffff; font-style: italic; }
.txtPasswordMOVISAT:-ms-input-placeholder { color: #ffffff; font-style: italic; }

.btnlogarMOVISAT {
    display: block;
    width: 100%;
    border: none;
    padding: 14px;
    margin-top: 28px;
    color: white;
    font-size: 12px;
    background-color: #23619c;
    border-radius: .3em;
    font-weight: bold;
    letter-spacing: 0.07em;
}

.btn-blue {
    color: #ffffff !important;
    margin: 14px 0px 4px 0px;
    padding: 10px;
    font-size: 14px;
    border-radius: 3px;
    background-color: #2497cd;
    text-align: center;
    text-decoration: none;
    display: block;
}

.box-config {
    box-shadow: 0 5px 6px -6px #abaaaa;
    border: solid 1px #efefef;
    color: #ffffff;
    padding: 14px;
    background-color: #f9f9f9;
    margin-top: 6px;
    border-radius: 4px;
}

.divOptHist {
    -webkit-box-shadow: 0px 1px 1px 0px #6d6d6d; 
    -moz-box-shadow: 0px 1px 1px 0px #6d6d6d; 
    box-shadow: 0px 1px 1px 0px #6d6d6d; 
    position: relative;
    background-position: 50% 50%; 
    height: 40px;
    width: 40px; 
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
    background-color: #ffffff; 
    z-index: 9999; 
    -webkit-transition: height 0.5s; 
    transition: height 0.5s;
}

.divBtnCircle {
    -webkit-box-shadow: 0px 1px 1px 0px #6d6d6d; 
    -moz-box-shadow: 0px 1px 1px 0px #6d6d6d; 
    box-shadow: 0px 1px 1px 0px #6d6d6d; 
    position: absolute; 
    bottom: 0px;
    height: 0px;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 4px;
    border-radius: .4em;
    width: 30%; 
    background-color: #ffffff; 
    z-index: 9999; 
    -webkit-transition: height 0.5s; 
    transition: height 0.5s;
}

.divShare {
    -webkit-box-shadow: 0px 1px 1px 0px #6d6d6d; 
    -moz-box-shadow: 0px 1px 1px 0px #6d6d6d; 
    box-shadow: 0px 1px 1px 0px #6d6d6d; 
    position: absolute; 
    bottom: 0px;
    height: 0px;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 4px;
    border-radius: .4em;
    width: 96%; 
    background-color: #ffffff; 
    z-index: 9999; 
    -webkit-transition: height 0.5s; 
    transition: height 0.5s;
}

#marker-popup {
    /*width: 290px;*/
    min-height: 100px;
    margin-bottom: 12px;
    font-size: 11px;
}
#marker-popup .fa-power-off{
    font-size:15px;
    padding-left:2px;
    padding-top:3px;
}
#marker-popup .title{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
#marker-popup .row{
    /*border-bottom: 1px solid #ccc;*/
    font-size:10px;
    position: relative;
}
#marker-popup .label{
    float: left;
    width: 68px;
    text-align: right;
    font-size: 10px;
    padding: 5px;
    background-color: #ececec;
    font-weight: bold;
}
#marker-popup .value{
    float: left;
    padding-left: 10px;
    padding: 5px;
    min-width: 180px;
}

#marker-popup-hist {
    min-width: 185px;
    min-height: 70px;
    font-size: 11px;
    color: #2f2f2f;
}
#marker-popup-hist .fa-power-off{
    font-size:14px;
    padding-left:2px;
    padding-top:3px;
}

#marker-popup-hist .title{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
#marker-popup-hist .row{
    /*border-bottom: 1px solid #ccc;*/
    font-size:10px;
}
#marker-popup-hist .label{
    float: left;
    width: 68px;
    text-align: right;
    padding: 5px;
    background-color: #ececec;
    font-weight: bold;
}
#marker-popup-hist .value{
    float: left;
    padding-left: 10px;
    padding: 5px;
    min-width: 180px;
}

#marker2-popup {
    min-height: 100px;
    margin-bottom: 12px;
    font-size: 12px;
    font-family: 'Libre Franklin';
}
#marker2-popup .fa-power-off{
    font-size:15px;
    padding-left:2px;
    padding-top:3px;
}
#marker2-popup .title{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
#marker2-popup .row{
    font-size:10px;
    position: relative;
}
#marker2-popup .label{
    float: left;
    width: 68px;
    text-align: right;
    font-size: 10px;
    padding: 5px;
    background-color: #ececec;
    font-weight: bold;
}
#marker2-popup .value{
    float: left;
    padding-left: 10px;
    padding: 5px;
    min-width: 180px;
}

.leaflet-popup-content {
    margin:5px !important;
    /*width: 275px !important;*/
}
.btn-back-top {
    line-height: 58px;
    margin-left: 8px;
    font-size: 28px;
    width: 48px;
    text-align: center;
    color: #fff;
    float:left;
}
.btn-back-top2 {
    font-size: 24px;
    width: 48px;
    padding: 7px;
    text-align: center;
    color: #fff;
    float:left;
}
.menu-close {
    display:none;
}
.menu-visible .menu-close {
    float: right;
    color: #e7e7e7;
    padding: 8px 15px 0px 15px;
    font-size: 20px;
    display: block;
}

.menu-selected, .menu ul li a:hover {
    background-color: #2a3443;
}

.sub-menu {
background-color: #1384bb;
padding-top: 5px;
z-index:999;
font-size: 14px;
}

.sub-menu ul{
    list-style:none;
}

.sub-menu ul li{
    float: left;
}

.sub-menu ul li a{
    
    display: block;
    padding: 11px 16px 16px 16px;
    color: #fff;
    text-decoration: none;
}

.sub-menu ul li a.sub-menu-selected {
    border-bottom: 4px solid #5fc5f7;
}

.sub-menu ul li a:hover {
    background-color:#278fc1;
}

.eqphist-filter {
    width: 318px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
.eqphist-filter .datepicker {
    padding:7px;
    width: 70px;
    border:1px solid #e0e0e0;
    float: left;
}

.eqphist-filter .timepicker {
    padding:7px;
    border:1px solid #e0e0e0;
    width:35px;
    float: left;
    margin-left:5px;
}

.btn-ok {
    float: left;
    margin-left: 5px;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
    padding: 5px;
    background-color: #039be5;
    width: 35px;
    text-align: center;
}


.btn-cancel {
    font-size: 13px;
    float: left;
    margin-left: 5px;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
    padding: 5px 4px;
    width: 45px;
    text-align: center;
    background-color: #d24e4e;
}
.hist-grid-container {
   border-top: 1px solid #797979;
    height: 50%;
    background-color: #fff;
}

.hist-grid {
    height: 100%;
    background-color: #ffffff;
    overflow-y: auto;
    border-top: 1px solid #a7a7a7;
}

.marker-pin {
    height: 48px;
    width: 48px;
    background-image: url("../../Content/icon-marcador-48.png");
}

.historico-marker {
    background-color:rgb(143, 255, 0);
    display:block;
    color:#fff;
    border: 1px solid #2F8B3B;
    /*border:2px solid #1B992B;*/
    /*width:11px;
    height:11px;*/
    /*visibility:hidden;*/
    text-align:center;
    line-height:15px;
    border-radius:50px;
}

.historico-marker-on {
    background-color:rgb(143, 255, 0);
    display:block;
    color:#000000;
    border: 1px solid #2F8B3B;
    text-align:center;
    line-height:15px;
    border-radius:50px;
}
.historico-marker-off {
    background-color:#fb6868;
    display:block;
    color:#000000;
    border: 1px solid #d95050;
    text-align:center;
    line-height:15px;
    border-radius:50px;
}

.historico-marker-on-util {
    background-color: #46b153;
    display:block;
    color:#000000;
    border: 1px solid #40aa4d;
    text-align:center;
    line-height:13px;
    border-radius:50px;
}
.historico-marker-off-util {
    background-color: #db5757;
    display:block;
    color:#000000;
    border: 1px solid #d74e4e;
    text-align:center;
    line-height:13px;
    border-radius:50px;
}

.historico-marker-on-hist {
    background-color: #2F8B3B;
    display:block;
    color:#000000;
    border: 1px solid #2F8B3B;
    text-align:center;
    line-height:13px;
    border-radius:50px;
}

.historico-marker-off-hist {
    background-color: #e49d9d;
    display:block;
    color:#000000;
    border: 1px solid #e07e7e;
    text-align:center;
    line-height:13px;
    border-radius:50px;
}

.historico-pin {
    height: 26px;
    width: 25px;
    background-image: url('../../Scripts/mobile/images/pin.png');
    background-repeat: no-repeat;
}

.historico-parada-num {
    
    background-color: rgba(202, 67, 67, 0.77);
    border: solid 2px rgba(176, 38, 38, 0.50);
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-size: 9px;
}

.historico-ign-on {
    
    background-color: rgba(48, 139, 8, 0.60);
    /*border: solid 2px rgba(122, 180, 97, 0.50);*/
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-size: 9px;
}

.historico-ign-off {
    
    background-color: rgba(139, 8, 8, 0.60);
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-size: 9px;
}

.historico-parada {
    height: 24px;
    width: 24px;
    background-image: url('../../Scripts/mobile/images/parada24x24.png');
    background-repeat: no-repeat;
}
 
.historico-marker-gray {
    background-color:#666;
    display:block;
    /*color:#fff;*/
    /*border:2px solid #2c7214;*/
    /*width:11px;
    height:11px;*/
    /*visibility:hidden;*/
    text-align:center;
    line-height:9px;
    border-radius:50px;
}


.txt-busca {
    margin: 6px 5px 3px 6px;
    height: 40px;
    border: none;
    color: #4d4d4d;
    font-size: 16px;
    border: solid 1px #efefef;
    padding: 5px 12px;
    width: calc(100% - 16px);
    background-color: #ffffff;
    transition: 0.35s;
    /*font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    font-family: 'Libre Franklin', sans-serif !important;
    /*font-family: 'Roboto', sans-serif;*/
}

.busca-veiculos {
    background-color: #ffffff;
    transition: 0.35s;
    height: 40px;
    width: calc(100vw - 112px);
    border-radius: .25rem;
    color: #4d4d4d;
    font-size: 16px;
    border: solid 1px #ebeeef;
    padding: 5px 12px;
}

.txt-busca::placeholder {
    font-size: 13px;
    font-family: 'Libre Franklin', sans-serif !important;
    /*font-family: 'Roboto', sans-serif;*/
}

.txt-busca:focus{
    outline: none;
    border: solid 1px #63a0c7
}

.txt-busca:*focus{
    outline: none;
}

.card {
    margin-bottom: 4px;
    /*box-shadow: 0 1px 2px 0 rgba(126,126,126,.1), 0 1px 2px 0 rgba(139,139,139,0.1);*/
    /*width: calc(100% - 20px);*/
    width: 100%;
    font-size:10px;
    border-bottom:solid 1px #e6e6e6;
    background-color:#fbfbfb;
    border-radius:.2em;
}
.card:hover {
    cursor:pointer;
    background-color:#fafafa;
}
.card-util {
    margin-bottom: 8px;
    /*box-shadow: 0 1px 2px 0 rgba(126,126,126,.1), 0 1px 2px 0 rgba(139,139,139,0.1);*/
    width: 100%;
    padding:10px;
    font-size:10px;
    border-bottom:solid 1px #e6e6e6;
    background-color:#ffffff;
    border-radius:.25em;
}
.card-util:hover {
    cursor:pointer;
    background-color:#fafafa;
}

.card-cmds-env {
    margin-bottom: 4px;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    font-size: 10px;
    border: solid 1px #f3f3f3;
    background-color: #ffffff;
}

.card-abast-lanc {
    margin-bottom: 5px;
    width: 100%;
    padding: 10px;
    font-size: 11px;
    border: solid 1px #f3f3f3;
    background-color: #ffffff;
    border-radius: 4px;
}

.card-abast-eqps {
    font-size: 14px;
    cursor: pointer;
    color: #575757;
    border-bottom: 1px solid #f7f7f7;
    margin-top: 1px;
    background-color: #ffffff;
    font-family: 'Libre Franklin';
}

.card-cercas {
    margin-bottom: 2px;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    border: solid 1px #f3f3f3;
    background-color: #ffffff;
    border-radius: 4px;
}

.card2 {
    margin-bottom: 4px;
    /*box-shadow: 0 1px 2px 0 rgba(126,126,126,.1), 0 1px 2px 0 rgba(139,139,139,0.1);*/
    width: calc(100% - 10px);
    padding:15px 10px;
    font-size:10px;
    border-bottom:solid 1px #e6e6e6;
    background-color:#fdfdfd;
    border-radius:.2em;
}

.card2:hover {
    cursor:pointer;
    background-color:#fafafa;
}

.grid .grid-item2 {
    font-size: 12px;
    padding: 10px 10px;
    cursor:pointer;
    border-bottom: 1px dotted #d5d5d5;
    float: left;
    width: calc(100% - 38px);
    color:#2a2a2a;
}

.grid .grid-item2:hover, .grid-item2:hover {
    background-color:#c4eafc;
}

.grid .grid-item2 a:hover {
    background-color:#f0f0f0;
}

.nova-despesa {
    background-color: #ffffff;
    padding: 12px;
    font-size: 13px;
}

.txt-nova-despesa {
    width: 100%;
    font-size: 14px;
    padding: 9px 7px;
    border: solid 1px #efefef;
    font-family: 'Libre Franklin';
}

.novo-abastecimento {
    margin: 5px;
    border:solid 1px #f7f7f7;
    background-color: #ffffff;
    padding: 14px 8px;
    font-size: 13px;

}

.txt-novo-abast {
    width: 100%;
    font-size: 14px;
    padding: 9px 7px;
    border: solid 1px #efefef;
    font-family: 'Libre Franklin';
}

.txt-manut {
    width: 100%;
    font-size: 14px;
    padding: 9px;
    border: solid 1px #efefef;
    font-family: 'Libre Franklin';
}

.select-item {
    width:100%;
    font-size:13px;
    padding:5px;
    border:solid 1px #efefef;
    border-radius:.3em;
}

.btn-cad-item {
    padding: 12px 8px;
    text-align: center;
    width: 100%;
    margin: 10px 0px;
    background-color: #1384bb;
    color: #ffffff;
    font-size: 13px;
    cursor:pointer;
}

.btn-cad-abast {
    padding: 12px;
    text-align:center;
    width: 100%;
    margin:10px 0px;
    background-color:#1384bb;
    color:#ffffff;
    font-size:12px;
    cursor:pointer;
}

.btn-cad-despesa {
    padding: 14px;
    text-align:center;
    width: 100%;
    margin:10px 0px;
    background-color:#1384bb;
    color:#ffffff;
    font-size:14px;
    cursor:pointer;
}

/* Customize the label (the container) */
.container-chk2 {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 12px;
  padding-top: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-chk2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #eee;
  border: solid 1px #ebebeb;
}

/* On mouse-over, add a grey background color */
.container-chk2:hover input ~ .checkmark2 {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-chk2 input:checked ~ .checkmark2 {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-chk2 input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-chk2 .checkmark2:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Customize the label (the container) */
.container-chk {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 12px;
  padding-top: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border: solid 1px #ebebeb;
}

/* On mouse-over, add a grey background color */
.container-chk:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-chk input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-chk input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-chk .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sel-state-ini {
    border:solid 1px #efefef;
    font-size:11px;
    padding:5px;
    /*border-radius:.4em;*/
    /*font-weight:bold;*/
    color:#4e4e4e;
}

.pos-line {
    
    width:calc(100% - 5px);
    padding:5px 7px;
}
.pos-line .item-left {
    float:left;
    vertical-align:middle;
}
.pos-line .item-left-end {
    float:left;
    width:calc(100% - 90px);
    margin-bottom:2px;
}
.pos-line .item-right {
    float:right;
}
.pos-line2 {
    width:calc(100% - 5px);
    padding:5px 7px;
}
.pos-line2 .item-right-mot {
    width: 100%;
    background-color:#fafafa;
    
    text-align:right;
    font-size:11px;
    /*font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    /*font-family:sans-serif;*/
    color:#6b6b6b;
}

.address-info {
    line-height: 1.375em;
    font-size: 13px;
    width: 100%;
}

.address-loading {
    background-image: linear-gradient(330deg, #f0f0f0 0px, #f7f7f7 40px, #f1f1f1 80px);
    background-size: 200px;
    animation: shine-lines 1.6s infinite linear;
    width: 100%;
    height: 20px;
    border-radius: 1rem;
}

.divOdoHorim {
    height: 46px;
    border: solid 1px #f2f2f2;
    margin-left: 2px;
    color: #696969;
    border-radius: .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.motorista-info {
    padding: 5px 15px;
    background-color: #dae8f1;
    max-width: 300px;
    font-size: 11px;
    color: #4c4c4c;
    border-radius: 35px;
    text-align: center;
    float: left;
    margin-top: 5px;
    margin-left: 28px;
    margin-right: auto;
}

.list-ign-on {
    font-size: 18px;
    padding-left: 2px;
    color: #2ca01b;
}

.list-ign-off {
    font-size: 18px;
    padding-left: 2px;
    color: #d30e0e;
}

.lbl-temperatura {
    padding: 4px 11px 6px 11px;
    background-color: #fcfeff;
    border: solid 1px #e2f2fb;
    flex: 1;
    border-radius: .25rem;
}

.lbl-temperatura:nth-of-type(1),
.lbl-temperatura:nth-of-type(2) {
    margin-right: 3px;
}

.btn-alerta-ativo {
    background:#f8f8f8;
    color:#159f24;
    font-weight:bold;
    width:50px;
    text-align:center;
    border-top:solid 1px #f2f2f2;
    border-left:solid 1px #f2f2f2;
    border-right:solid 1px #f2f2f2;
    border-bottom:solid 3px #159f24;
}

    
.btn-alerta-inativo {
    background:#f8f8f8;
    color:#c41717;
    font-weight:bold;
    width:50px;
    text-align:center;
    border-top:solid 1px #f2f2f2;
    border-left:solid 1px #f2f2f2;
    border-right:solid 1px #f2f2f2;
    border-bottom:solid 3px #c41717;
}



.lds-roller {
    display: inline-block;
    width: 68px;
    height: 68px;
    position:absolute;
    z-index: 99999998;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    opacity: 0.77;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1384bb;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



 .lds-ripple {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    position:absolute;
    z-index:10001;
    top:50%;
    left:50%;
    margin-left: -30px;
}

.lds-ripple div {
    position: absolute;
    border: 3px solid #87a5b3;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    z-index:10002;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
    z-index:10003;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.box-info {
    padding: 20px;
    margin-top: 10px;
    text-align: center;
    border-radius: 8px;
    font-size: 13px;
    color: #686868;
    font-family: 'Libre Franklin';
    border: solid 1px #fef0c7;
    background-color: #fcf5dd;
}

.box-aguarde {
    padding: 20px;
    margin-top: 10px;
    text-align: center;
    border-radius: 8px;
    font-size: 13px;
    color: #686868;
    font-family: 'Libre Franklin';
    border: solid 1px #fef0c7;
    background-color: #fcf5dd;
    transition: 0.4s linear;
    transition-property: all;
    /*background: linear-gradient(to right, #fcf5dd 30%, #fef0c7);*/
    background-image: linear-gradient( 135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent );
    background-size: 15% 100%;
    background-position: right;
    animation: makeItfadeIn 3s linear infinite;
}

@keyframes makeItfadeIn {
    0% {
        background-position: right;
    }
    50% {
        background-position: center;
    }
    100% {
        background-position: left;
    }
}

/* Animation */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,20px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,20px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: .5s;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}



.toast-popup {
    visibility: hidden;
    position: fixed;
    z-index: 1;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20px;
    width: 100%;
}

.toast-popup-message {
    /*background-color: #f7f7f7;*/
    /*border: solid 1px #f2f2f2;*/
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px;
    color: #fff;
    border-radius: 1rem;
    padding: 6px 12px;
    text-align: center;
    background-image: linear-gradient(to right, #557f9f, #5487aa, #5190b4, #4e99bf, #49a2c9);
}

.toast-popup.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout2 0.5 2.5s;
    animation: fadein2 0.5s;
}

@-webkit-keyframes fadein2 {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 20px;
        opacity: 1;
    }
}

@keyframes fadein2 {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 20px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout2 {
    from {
        bottom: 20px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout2 {
    from {
        bottom: 20px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}


.loader-bar {
    width: 100%;
    height: 5px;
    display: inline-block;
    position: absolute;
    background: #cde2e9;
    overflow: hidden;
    bottom: 0;
}

    .loader-bar::after {
        content: '';
        width: 55%;
        height: 5px;
        background: #3999b2;
        position: absolute;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        animation: animloaderBar 1.5s linear infinite;
    }

@keyframes animloaderBar {
    0% {
        left: 0;
        transform: translateX(-100%);
    }

    100% {
        left: 100%;
        transform: translateX(100%);
    }
}
    
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
}

.leaflet-container {
	overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
	max-width: none !important;
	max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}

	.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
		-ms-touch-action: none;
		touch-action: none;
	}

.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}

	.leaflet-container a {
		-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
	}

.leaflet-tile {
	filter: inherit;
	visibility: hidden;
}

.leaflet-tile-loaded {
	visibility: inherit;
}

.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
}

.leaflet-pane {
	z-index: 400;
}

.leaflet-tile-pane {
	z-index: 200;
}

.leaflet-overlay-pane {
	z-index: 400;
}

.leaflet-shadow-pane {
	z-index: 500;
}

.leaflet-marker-pane {
	z-index: 600;
}

.leaflet-tooltip-pane {
	z-index: 650;
}

.leaflet-popup-pane {
	z-index: 700;
}

.leaflet-map-pane canvas {
	z-index: 100;
}

.leaflet-map-pane svg {
	z-index: 200;
}

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
}

.leaflet-top {
	top: 0;
}

.leaflet-right {
	right: 0;
}

.leaflet-bottom {
	bottom: 0;
}

.leaflet-left {
	left: 0;
}

.leaflet-control {
	float: left;
	clear: both;
}

.leaflet-right .leaflet-control {
	float: right;
}

.leaflet-top .leaflet-control {
	margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
	margin-left: 10px;
}

.leaflet-right .leaflet-control {
	margin-right: 10px;
}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
}

.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	-moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	-o-transition: -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	transition: transform 0.25s cubic-bezier(0,0,0.25,1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
}

.leaflet-grab {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
}

	.leaflet-marker-icon.leaflet-interactive,
	.leaflet-image-layer.leaflet-interactive,
	.leaflet-pane > svg path.leaflet-interactive {
		pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
		pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
}

	.leaflet-container a {
		color: #0078A8;
	}

		.leaflet-container a.leaflet-active {
			outline: 2px solid orange;
		}

.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
}


/* general typography */
.leaflet-container {
	font-size: 12px;
	/*font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;*/
}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
}

	.leaflet-bar a,
	.leaflet-bar a:hover {
		background-color: #fff;
		border-bottom: 1px solid #ccc;
		width: 26px;
		height: 26px;
		line-height: 26px;
		display: block;
		text-align: center;
		text-decoration: none;
		color: black;
	}

	.leaflet-bar a,
	.leaflet-control-layers-toggle {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		display: block;
	}

		.leaflet-bar a:hover {
			background-color: #f4f4f4;
		}

		.leaflet-bar a:first-child {
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
		}

		.leaflet-bar a:last-child {
			border-bottom-left-radius: 4px;
			border-bottom-right-radius: 4px;
			border-bottom: none;
		}

		.leaflet-bar a.leaflet-disabled {
			cursor: default;
			background-color: #f4f4f4;
			color: #bbb;
		}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

	.leaflet-touch .leaflet-bar a:first-child {
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
	}

	.leaflet-touch .leaflet-bar a:last-child {
		border-bottom-left-radius: 2px;
		border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
	font-size: 22px;
}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
}

.leaflet-control-layers-toggle {
	background-image: url("../../Content/images/layers.png");
	width: 36px;
	height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url("../../Content/images/layers-2x.png");
	background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 38px;
	height: 38px;
	opacity: .8;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
}

.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
}

.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
}

.leaflet-control-layers label {
	display: block;
}

.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url("../../Content/images/marker-icon.png");
}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
}

	.leaflet-control-attribution a {
		text-decoration: none;
	}

		.leaflet-control-attribution a:hover {
			text-decoration: underline;
		}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
}

.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
}

	.leaflet-control-scale-line:not(:first-child) {
		border-top: 2px solid #777;
		border-bottom: none;
		margin-top: -2px;
	}

		.leaflet-control-scale-line:not(:first-child):not(:last-child) {
			border-bottom: 2px solid #777;
		}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 1px solid #cecece;
	background-clip: padding-box;
}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
	padding: 1px 1px 1px 2px;
	text-align: left;
	border-radius: 10px;
}

.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
}

	.leaflet-popup-content p {
		margin: 18px 0;
	}

.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
}

.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;
	margin: -10px auto 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	/*box-shadow: 0 3px 14px rgba(0,0,0,0.4);*/
	box-shadow: 0px 1px 2px 0px #6d6d6d;
}

.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 7px 0 0;
	border: none;
	text-align: center;
	/*width: 18px;*/
	/*height: 14px;*/
	/*font: 17px/15px Tahoma, Verdana, sans-serif;*/
	font: bold 22px Tahoma;
	color: #a9a9a9;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
}

	.leaflet-container a.leaflet-popup-close-button:hover {
		color: #999;
	}

.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

	.leaflet-tooltip.leaflet-clickable {
		cursor: pointer;
		pointer-events: auto;
	}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}

.leaflet-tooltip-top {
	margin-top: -6px;
}

	.leaflet-tooltip-bottom:before,
	.leaflet-tooltip-top:before {
		left: 50%;
		margin-left: -6px;
	}

	.leaflet-tooltip-top:before {
		bottom: 0;
		margin-bottom: -12px;
		border-top-color: #fff;
	}

.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
}

.leaflet-tooltip-left {
	margin-left: -6px;
}

.leaflet-tooltip-right {
	margin-left: 6px;
}

	.leaflet-tooltip-left:before,
	.leaflet-tooltip-right:before {
		top: 50%;
		margin-top: -6px;
	}

.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
}

.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/Scripts/mobile/plugins/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/Scripts/mobile/plugins/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), /*url('/Scripts/mobile/plugins/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),*/ url('/Scripts/mobile/plugins/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/Scripts/mobile/plugins/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/Scripts/mobile/plugins/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'), url('/Scripts/mobile/plugins/fonts/waze-brands.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-waze:before {
  content: "\f83f";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


.alertify .ajs-dimmer {
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background-color: #252525;
    opacity: .5;
}
@media screen and (max-width: 720px) {

    .alertify .ajs-modal {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 0;
        overflow-y: hidden;
        z-index: 99999990;
    }
    .alertify .ajs-dialog {
  position: relative;
  margin-top: 14%;
  min-height: 110px;
  max-width: 500px;
  padding: 16px 16px 6px 16px;
  outline: 0;
  background-color: #fff;
  border-radius: 8px;
}
}
@media screen and (min-width: 720px) {

    .alertify .ajs-modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        overflow-y: hidden;
        z-index: 99999990;
        margin-right: 25%;
        width: 50%;
    }
    .alertify .ajs-dialog {
  position: relative;
  margin-top: 14%;
  min-height: 110px;
  padding: 16px 16px 6px 16px;
  outline: 0;
  background-color: #fff;
  border-radius: 8px;
}
}
@media screen and (min-width: 920px) {

    .alertify .ajs-modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        overflow-y: hidden;
        z-index: 99999990;
        margin-right: calc(25% - 126px);
        width: 50%;
    }
    .alertify .ajs-dialog {
  position: relative;
  margin-top: 14%;
  min-height: 110px;
  padding: 16px 16px 6px 16px;
  outline: 0;
  background-color: #fff;
  border-radius: 8px;
}
}
.alertify .ajs-dialog.ajs-capture:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.alertify .ajs-reset {
  position: absolute !important;
  display: inline !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
.alertify .ajs-commands {
  position: absolute;
  right: 12px;
  margin: -6px 0px 0 0;
  z-index: 2;
}
.alertify .ajs-commands button {
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.alertify .ajs-commands button.ajs-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC);
}
.alertify .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC);
}
.alertify .ajs-header {
font-size: 13px;
  margin: -16px;
  margin-bottom: 0;
  padding: 16px 20px;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.alertify .ajs-body {
  min-height: 56px;
}
.alertify .ajs-body .ajs-content {
  padding: 18px 0px 21px 0px;
}
.alertify .ajs-footer {
    padding-bottom: 4px;
    margin: 5px -16px 0px -16px;
    height: 50px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right;
  /*margin-right: 10px;*/
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    margin: 6px 0px 0px 0px;
    width: 50%;
    outline: 0;
    font-family: 'Libre Franklin', sans-serif;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button100 {
    margin: 6px 0px 0px 0px;
    width: 100%;
    outline: 0;
}
.ajs-cancel {
    border-left: solid 1px #ececec !important;
}
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
  float: left;
  clear: none;
  text-align: left;
}
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
  margin: 4px;
  outline: 0;
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: 88px;
  min-height: 35px;
  outline: 0;
}
.alertify .ajs-handle {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
  -webkit-transform: scaleX(1) /*rtl:scaleX(-1)*/;
          transform: scaleX(1) /*rtl:scaleX(-1)*/;
  cursor: se-resize;
}
.alertify.ajs-no-overflow .ajs-body .ajs-content {
  overflow: hidden !important;
}
.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
  left: 0;
  right: 0;
  padding: 0;
}
.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
  margin-left: -24px;
  margin-right: -24px;
}
.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
  padding: 0;
}
.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
  left: 0;
  right: 0;
}
.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,
.alertify.ajs-maximizable .ajs-commands button.ajs-restore {
  display: inline-block;
}
.alertify.ajs-closable .ajs-commands button.ajs-close {
  display: inline-block;
}
.alertify.ajs-maximized .ajs-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important;
}
.alertify.ajs-maximized.ajs-modeless .ajs-modal {
  position: fixed !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
}
.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=);
}
.alertify.ajs-resizable .ajs-dialog,
.alertify.ajs-maximized .ajs-dialog {
  padding: 0;
}
.alertify.ajs-resizable .ajs-commands,
.alertify.ajs-maximized .ajs-commands {
  margin: 12px 0px 0 0;
}
.alertify.ajs-resizable .ajs-header,
.alertify.ajs-maximized .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 16px 24px;
}
.alertify.ajs-resizable .ajs-body,
.alertify.ajs-maximized .ajs-body {
  min-height: 224px;
  display: inline-block;
}
.alertify.ajs-resizable .ajs-body .ajs-content,
.alertify.ajs-maximized .ajs-body .ajs-content {
  position: absolute;
  top: 50px;
  right: 24px;
  bottom: 50px;
  left: 24px;
  overflow: auto;
}
.alertify.ajs-resizable .ajs-footer,
.alertify.ajs-maximized .ajs-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
  min-width: 548px;
}
.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
  display: block;
}
.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
  cursor: move;
}
.alertify.ajs-modeless .ajs-dimmer,
.alertify.ajs-modeless .ajs-reset {
  display: none;
}
.alertify.ajs-modeless .ajs-modal {
  overflow: visible;
  max-width: none;
  max-height: 0;
}
.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC);
}
.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
  position: absolute;
}
.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=);
}
.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
  max-height: 500px;
  overflow: auto;
}
.alertify.ajs-basic .ajs-header {
  opacity: 0;
}
.alertify.ajs-basic .ajs-footer {
  visibility: hidden;
}
.alertify.ajs-frameless .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1;
}
.alertify.ajs-frameless .ajs-footer {
  display: none;
}
.alertify.ajs-frameless .ajs-body .ajs-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
  padding-top: 0;
}
.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
  margin-top: 0;
}
.ajs-no-overflow {
  overflow: hidden !important;
  outline: none;
}
.ajs-no-overflow.ajs-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll!important;
}
.ajs-no-selection,
.ajs-no-selection * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 568px) {
  .alertify .ajs-dialog {
    min-width: 150px;
  }
  .alertify:not(.ajs-maximized) .ajs-modal {
    padding: 0 6%;
    z-index:9999999;
  }
  .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
    min-width: initial;
    min-width: auto /*IE fallback*/;
  }
}
@-moz-document url-prefix() {
  .alertify button:focus {
    outline: 1px dotted #3593D2;
  }
}
.alertify .ajs-dimmer,
.alertify .ajs-modal {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
}
.alertify.ajs-hidden .ajs-dimmer,
.alertify.ajs-hidden .ajs-modal {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
}
.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-duration: 700ms;
          animation-duration: 700ms;
}
.alertify.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-duration: 700ms;
          animation-duration: 700ms;
}
.alertify .ajs-dialog.ajs-shake {
  -webkit-animation-name: ajs-shake;
          animation-name: ajs-shake;
  -webkit-animation-duration: .1s;
          animation-duration: .1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes ajs-shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
@keyframes ajs-shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-slideIn;
          animation-name: ajs-slideIn;
  /*-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
}
.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-slideOut;
          animation-name: ajs-slideOut;
  /*-webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);*/
}
.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-zoomIn;
          animation-name: ajs-zoomIn;
}
.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-zoomOut;
          animation-name: ajs-zoomOut;
}
.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-fadeIn;
          animation-name: ajs-fadeIn;
}
.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-fadeOut;
          animation-name: ajs-fadeOut;
}
.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-pulseIn;
          animation-name: ajs-pulseIn;
}
.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-pulseOut;
          animation-name: ajs-pulseOut;
}
.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInX;
          animation-name: ajs-flipInX;
}
.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutX;
          animation-name: ajs-flipOutX;
}
.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInY;
          animation-name: ajs-flipInY;
}
.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutY;
          animation-name: ajs-flipOutY;
}
@-webkit-keyframes ajs-pulseIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-pulseIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
            transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
            transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
            transform: scale3d(0.25, 0.25, 0.25);
  }
}
@keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
            transform: scale3d(0.25, 0.25, 0.25);
  }
}
@-webkit-keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@-webkit-keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@-webkit-keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@-webkit-keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
@keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
.alertify-notifier {
  position: fixed;
  width: 0;
  overflow: visible;
  z-index: 1982;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.alertify-notifier .ajs-message {
  position: relative;
  width: 268px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.alertify-notifier .ajs-message.ajs-visible {
    -webkit-transition-duration: 700ms;
            transition-duration: 700ms;
    /*-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
    opacity: 1;
    max-height: 100%;
    padding: 32px 10px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.alertify-notifier .ajs-message.ajs-success {
  /*background: rgba(76, 180, 100, 0.95);*/
  /*background-color: #41944b;*/
}
.alertify-notifier .ajs-message.ajs-error {
  background: rgba(207, 84, 84, 0.95);
}
.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
}
.alertify-notifier .ajs-message .ajs-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 2px;
}
.alertify-notifier.ajs-top {
  top: 0px;
}
.alertify-notifier.ajs-bottom {
  bottom: 0px;
}
.alertify-notifier.ajs-right {
  right: 10px;
}
.alertify-notifier.ajs-right .ajs-message {
  right: -320px;
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px;
}
.alertify-notifier.ajs-left {
  left: 10px;
}
.alertify-notifier.ajs-left .ajs-message {
  left: -300px;
}
.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 50%;
}
.alertify-notifier.ajs-center {
  /*left: 50%;*/
  width: 100%;
}
.alertify-notifier.ajs-center .ajs-message {
    letter-spacing: 0.4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.alertify-notifier.ajs-center .ajs-message.ajs-visible {
  left: 50%;
  width: 100%;
  /*-webkit-transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
          transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);*/
}
.alertify-notifier.ajs-center.ajs-top .ajs-message {
  top: -300px;
  left: 50%;
}
.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
  top: 0;
}
.alertify-notifier.ajs-center.ajs-bottom .ajs-message {
  bottom: -300px;
}
.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
  bottom: 5px;
}

/**
 * alertifyjs 1.11.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2018 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/

.alertify .ajs-dialog {
  background-color: white;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  /*border-radius: 2px;*/
}
.alertify .ajs-header {
font-size: 1.25em;
color: #656565;
font-weight: bold;
background: #fafafa;
border-bottom: #f3f3f3 1px solid;
/*border-radius: 2px 2px 0 0;*/
}
.alertify .ajs-body {
  color: #626365;
}
.alertify .ajs-body .ajs-content .ajs-input {
  display: block;
  width: 100%;
  padding: 8px;
  margin: 4px;
  /*border-radius: 2px;*/
  border: 1px solid #CCC;
}
.alertify .ajs-body .ajs-content p {
  margin: 0;
}
.alertify .ajs-footer {
  background: #fbfbfb;
  border-top: #f3f3f3 1px solid;
  margin-bottom: -6px;
  /*border-radius: 0 0 2px 2px;*/
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
  background-color: transparent;
  color: #7d7d7d;
  border: none;
  font-size: 16px;
  font-weight: bold;
  /*text-transform: uppercase;*/
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #3593D2;
  width: 100% !important;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-confirm {
  color: #3593D2;
}

.ajs-cancel {
    border-left: solid 1px #ececec !important;
}

.alertify-notifier .ajs-message {
  background: rgba(255, 255, 255, 0.95);
  color: #4a4a4a;
  text-align: center;
  font-size: 14px !important;
}
.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background-color: #4abd68;
  box-shadow: 0px 0px 10px 1px #6b6b6b;
}
.alertify-notifier .ajs-message.ajs-error {
  color: #fff;
  background: #da7878;
  box-shadow: 0px 0px 10px 1px #6b6b6b;
}
.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(219, 194, 77, 0.95);
  box-shadow: 0px 0px 10px 1px #6b6b6b;
}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 38px !important;
	height: 38px !important;
    opacity: .8 !important;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: solid 1px #b7b7b7 !important;
    background-clip: padding-box !important;
}
.leaflet-right {
    right: 0 !important;
    opacity: 0.9 !important;
}
.leaflet-touch .leaflet-bar a {
    width: 28px !important;
    height: 30px !important;
    line-height: 30px !important;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
    font-size: 20px !important;
}
.btnShareFloat {
    position: fixed;
    width: 40px;
    height: 40px;
    display: none;
    bottom: 136px;
    right: 12px;
    z-index: 9999999;
    background-color: #049dff;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    /*box-shadow: 0px 2px 5px #bdbdbd;*/
    box-shadow: 0px 2px 5px #879daa;
    cursor: pointer;
    opacity: .90;
    filter: alpha(opacity=90); /* IE8 e anteriores */
    zoom: 1; /* Ativa "hasLayout" no IE 7 e anteriores */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-moz-opacity:0.90;/* Older than Firefox 0.9 */
	-khtml-opacity: 0.90;/* Safari 1.x (pre WebKit!) */
}

.btnShareFloat:hover{
    opacity: .99;
    filter: alpha(opacity=99); /* IE8 e anteriores */
    zoom: 1; /* Ativa "hasLayout" no IE 7 e anteriores */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    -moz-opacity: .99;/* Older than Firefox 0.9 */
	-khtml-opacity: .99;/* Safari 1.x (pre WebKit!) */
}

.my-btnShareFloat {
    font-size: 32px;
    margin-right: 3px;
    color: #ffffff;
}
.my-btnShareFloat i {
    color: #fff; font-size: 20px; vertical-align: top; margin-top: 10px; margin-left: 4px;
}
.btnShareSquare {
    width: 45px; 
    text-align: right; 
    color: #1da7ff; 
    font-size: 1.5em; 
    vertical-align: top;
    padding-right: 2px;
}
.my-div-icon{
    opacity: 0;
    filter: alpha(opacity=0); /* IE8 e anteriores */
    zoom: 1; /* Ativa "hasLayout" no IE 7 e anteriores */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: .0;/* Older than Firefox 0.9 */
	-khtml-opacity: .0;/* Safari 1.x (pre WebKit!) */
}


.btnSharePosicao {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    padding: 15px;
    border: solid 1px #3C98C5;
    background-color: #ffffff;
    transition: 0.5s ease;
}
    
.btnSharePosicao:active {
    transform: rotateY(180deg);
    border-radius: 50%;
    text-align: center;
    width: 64px;
    height: 64px;
    padding: 15px;
    border: solid 1px #4699b9;
    background-color: #ffffff;
}

.btnSharePosicaoChecked {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    padding: 15px;
    border: solid 1px #3C98C5;
    background-color: #3C98C5;
    transition: 0.5s ease;
}
.btnSharePosicaoChecked:active {
    transform: rotateY(180deg);
    border-radius: 50%;
    text-align: center;
    width: 64px;
    height: 64px;
    padding: 15px;
    border: solid 1px #4699b9;
    background-color: #3C98C5;
}

.btnTimerShare {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    border: solid 1px #3C98C5;
    background-color: #ffffff;
    transition: 0.5s ease;
    color: #3C98C5;
    font-weight: normal;
    font-size: 1.5em;
}
.btnTimerShareChecked {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    border: solid 1px #3C98C5;
    background-color: #3C98C5;
    transition: 0.5s ease;
    color: #ffffff;
    font-weight: normal;
    font-size: 1.5em;
}
.btnTimerShare:active {
    transform: rotateY(180deg);
    border-radius: 50%;
    text-align: center;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: solid 1px #4699b9;
    background-color: #ffffff;
    font-weight: normal;
    font-size: 1.5em;
}
.btnTimerShareChecked:active {
    transform: rotateY(180deg);
    border-radius: 50%;
    text-align: center;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: solid 1px #4699b9;
    background-color: #3C98C5;
    font-weight: normal;
    font-size: 1.5em;
}

.btnOpenPosicao {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    padding: 13px;
    border: solid 1px #3C98C5;
    background-color: #ffffff;
    transition: 0.5s ease;
}
    
.btnOpenPosicao:active {
    transform: rotateY(180deg);
    border-radius: 50%;
    text-align: center;
    width: 56px;
    height: 56px;
    padding: 13px;
    border: solid 1px #4699b9;
    background-color: #ffffff;
}
.btnOpenPosicaoChecked {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    padding: 13px;
    border: solid 1px #3C98C5;
    background-color: #3C98C5;
    transition: 0.5s ease;
}
.btnOpenPosicaoChecked:active {
    transform: rotateY(180deg);
    border-radius: 50%;
    text-align: center;
    width: 56px;
    height: 56px;
    padding: 13px;
    border: solid 1px #4699b9;
    background-color: #3C98C5;
}

.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

