@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.loader {
  position: relative;
  width: 75px;
  height: 100px; }

.loader__bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  background: #2b73db;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }

.loader__bar:nth-child(1) {
  left: 0px;
  -webkit-transform: scale(1, 0.4);
  transform: scale(1, 0.4);
  -webkit-animation: barUp1 3s infinite;
  animation: barUp1 3s infinite; }

.loader__bar:nth-child(2) {
  left: 15px;
  -webkit-transform: scale(1, 0.8);
  transform: scale(1, 0.8);
  -webkit-animation: barUp2 3s infinite;
  animation: barUp2 3s infinite; }

.loader__bar:nth-child(3) {
  left: 30px;
  -webkit-transform: scale(1, 1.2);
  transform: scale(1, 1.2);
  -webkit-animation: barUp3 3s infinite;
  animation: barUp3 3s infinite; }

.loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 4px;
  background: #2b73db;
  -webkit-animation: ball 3s infinite;
  animation: ball 3s infinite; }

@-webkit-keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  10% {
    -webkit-transform: translate(8px, -34px);
    transform: translate(8px, -34px); }
  20% {
    -webkit-transform: translate(15px, -24px);
    transform: translate(15px, -24px); }
  30% {
    -webkit-transform: translate(23px, -44px);
    transform: translate(23px, -44px); }
  40% {
    -webkit-transform: translate(30px, -40px);
    transform: translate(30px, -40px); }
  50% {
    -webkit-transform: translate(30px, 0px);
    transform: translate(30px, 0px); }
  60% {
    -webkit-transform: translate(23px, -34px);
    transform: translate(23px, -34px); }
  70% {
    -webkit-transform: translate(15px, -24px);
    transform: translate(15px, -24px); }
  80% {
    -webkit-transform: translate(8px, -44px);
    transform: translate(8px, -44px); }
  90% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  10% {
    -webkit-transform: translate(8px, -34px);
    transform: translate(8px, -34px); }
  20% {
    -webkit-transform: translate(15px, -24px);
    transform: translate(15px, -24px); }
  30% {
    -webkit-transform: translate(23px, -44px);
    transform: translate(23px, -44px); }
  40% {
    -webkit-transform: translate(30px, -40px);
    transform: translate(30px, -40px); }
  50% {
    -webkit-transform: translate(30px, 0px);
    transform: translate(30px, 0px); }
  60% {
    -webkit-transform: translate(23px, -34px);
    transform: translate(23px, -34px); }
  70% {
    -webkit-transform: translate(15px, -24px);
    transform: translate(15px, -24px); }
  80% {
    -webkit-transform: translate(8px, -44px);
    transform: translate(8px, -44px); }
  90% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4); }
  40% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4); }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  90% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4); } }

@keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4); }
  40% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4); }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  90% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4); } }

@-webkit-keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.7);
    transform: scale(1, 0.7); }
  100% {
    -webkit-transform: scale(1, 0.7);
    transform: scale(1, 0.7); } }

@keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.7);
    transform: scale(1, 0.7); }
  100% {
    -webkit-transform: scale(1, 0.7);
    transform: scale(1, 0.7); } }

@-webkit-keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4); }
  90% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4); }
  90% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  -ms-filter: "alpha(opacity=40)";
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px; } }

.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block; }

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal; }

.sweet-alert fieldset {
  border: 0;
  position: relative; }

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding .15s,max-height .15s;
  transition: padding .15s,max-height .15s; }

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding .2s,max-height .2s;
  transition: padding .25s,max-height .25s; }

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px; }

.sweet-alert .sa-error-container p {
  display: inline-block; }

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .1s;
  transition: all .1s; }

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px; }

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all .3s;
  transition: all .3s; }

.sweet-alert input:focus {
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5;
  border: 1px solid #b4dbed; }

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity .3s .03s ease;
  opacity: .5; }

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity .3s .03s ease;
  opacity: .5; }

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity .3s .03s ease;
  opacity: .5; }

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd; }

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd; }

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd; }

.sweet-alert.show-input input {
  display: block; }

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative; }

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden; }

.sweet-alert button {
  background-color: #8cd4f5;
  color: white;
  border: 0;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer; }

.sweet-alert button:focus {
  outline: 0;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }

.sweet-alert button:hover {
  background-color: #7ecff4; }

.sweet-alert button:active {
  background-color: #5dc2f1; }

.sweet-alert button.cancel {
  background-color: #c1c1c1; }

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9; }

.sweet-alert button.cancel:active {
  background-color: #a8a8a8; }

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0 0 2px, rgba(0, 0, 0, 0.0470588) 0 0 0 1px inset !important; }

.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default; }

.sweet-alert button.confirm[disabled] {
  color: transparent; }

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0; }

.sweet-alert button::-moz-focus-inner {
  border: 0; }

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important; }

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px; }

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box; }

.sweet-alert .sa-icon.sa-error {
  border-color: #f27474; }

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block; }

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px; }

.sweet-alert .sa-icon.sa-warning {
  border-color: #f8bb86; }

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f8bb86; }

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #f8bb86; }

.sweet-alert .sa-icon.sa-info {
  border-color: #c9dae1; }

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #c9dae1; }

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #c9dae1; }

.sweet-alert .sa-icon.sa-success {
  border-color: #a5dc86; }

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: 0;
  background-position: center center;
  background-repeat: no-repeat; }

@-webkit-keyframes showSweetAlert {
  0 {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0 {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0 {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0 {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0 {
    top: 0; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0 {
    top: 0; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0 {
    top: 50%; }
  100% {
    top: 0; } }

@keyframes slideToTop {
  0 {
    top: 50%; }
  100% {
    top: 0; } }

@-webkit-keyframes slideFromBottom {
  0 {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0 {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0 {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0 {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert .3s;
  animation: showSweetAlert .3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop .3s;
  animation: slideFromTop .3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom .3s;
  animation: slideFromBottom .3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert .2s;
  animation: hideSweetAlert .2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop .4s;
  animation: slideToTop .4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom .3s;
  animation: slideToBottom .3s; }

@-webkit-keyframes animateSuccessTip {
  0 {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0 {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0 {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0 {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip .75s;
  animation: animateSuccessTip .75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong .75s;
  animation: animateSuccessLong .75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0 {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0 {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon .5s;
  animation: animateErrorIcon .5s; }

@-webkit-keyframes animateXMark {
  0 {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0 {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark .5s;
  animation: animateXMark .5s; }

@-webkit-keyframes pulseWarning {
  0 {
    border-color: #f8d486; }
  100% {
    border-color: #f8bb86; } }

@keyframes pulseWarning {
  0 {
    border-color: #f8d486; }
  100% {
    border-color: #f8bb86; } }

.pulseWarning {
  -webkit-animation: pulseWarning .75s infinite alternate;
  animation: pulseWarning .75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0 {
    background-color: #f8d486; }
  100% {
    background-color: #f8bb86; } }

@keyframes pulseWarningIns {
  0 {
    background-color: #f8d486; }
  100% {
    background-color: #f8bb86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns .75s infinite alternate;
  animation: pulseWarningIns .75s infinite alternate; }

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

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

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall, .la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

@-webkit-keyframes ball-fall {
  0 {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0 {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0 {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0 {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

a {
  cursor: pointer; }

.text-center {
  text-align: center !important; }

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 3px; }
  .list-group .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125); }
    .list-group .list-group-item:hover {
      background: rgba(238, 238, 238, 0.43); }
    .list-group .list-group-item.error {
      color: #ae1b1b;
      font-weight: bold;
      border: 1px solid #c4666738;
      background: #c4666738; }
  .list-group .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem; }
    .list-group .badge.badge-pill {
      padding-right: .6em;
      padding-left: .6em;
      border-radius: 10rem;
      float: right;
      font-weight: bold; }
      .list-group .badge.badge-pill.badge-success {
        color: #fff;
        background-color: #1aa533; }
      .list-group .badge.badge-pill.badge-error {
        color: #fff;
        background-color: #a51a1a; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }
  .card .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: #5a5959;
    font-size: 13px;
    font-weight: bold; }
  .card .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    font-size: 14px; }

.form table .status {
  text-align: center; }
  .form table .status .switch {
    display: inline-block; }

.table-plan-available {
  color: #59ca7e; }

.table-plan-unavailable {
  color: #da4c4c; }

/*!
 * Datepicker v0.6.5
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2018 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-03-31T06:16:43.444Z
 */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.datepicker-container:after, .datepicker-container:before {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

.datepicker-dropdown {
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px #ccc;
  box-sizing: content-box;
  position: absolute;
  z-index: 1; }

.datepicker-inline {
  position: static; }

.datepicker-top-left, .datepicker-top-right {
  border-top-color: #39f; }

.datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before {
  border-top: 0;
  left: 10px;
  top: -5px; }

.datepicker-top-left:before, .datepicker-top-right:before {
  border-bottom-color: #39f; }

.datepicker-top-left:after, .datepicker-top-right:after {
  border-bottom-color: #fff;
  top: -4px; }

.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #39f; }

.datepicker-bottom-left:after, .datepicker-bottom-left:before, .datepicker-bottom-right:after, .datepicker-bottom-right:before {
  border-bottom: 0;
  bottom: -5px;
  left: 10px; }

.datepicker-bottom-left:before, .datepicker-bottom-right:before {
  border-top-color: #39f; }

.datepicker-bottom-left:after, .datepicker-bottom-right:after {
  border-top-color: #fff;
  bottom: -4px; }

.datepicker-bottom-right:after, .datepicker-bottom-right:before, .datepicker-top-right:after, .datepicker-top-right:before {
  left: auto;
  right: 10px; }

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%; }

.datepicker-panel > ul:after, .datepicker-panel > ul:before {
  content: " ";
  display: table; }

.datepicker-panel > ul:after {
  clear: both; }

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px; }

.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff; }

.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #999; }

.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff; }

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff; }

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #39f; }

.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default; }

.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff; }

.datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view=next] {
  font-size: 18px; }

.datepicker-panel > ul > li[data-view="month current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="years current"] {
  width: 150px; }

.datepicker-panel > ul[data-view=months] > li, .datepicker-panel > ul[data-view=years] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px; }

.datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default; }

.datepicker-hide {
  display: none; }

#reports, #reports-page {
  display: inline-block;
  width: 100%;
  padding-top: 40px;
  background: #fcfcfc; }
  #reports .text-white, #reports-page .text-white {
    color: white; }
  #reports .export-button, #reports-page .export-button {
    min-width: 200px;
    color: #2a73db;
    transition: all .3s ease; }
    #reports .export-button:hover, #reports-page .export-button:hover {
      color: #29599b; }
  #reports .cards-content, #reports-page .cards-content {
    padding: 30px 0 !important;
    background-color: #fcfcfc; }
  #reports .card-box, #reports-page .card-box {
    background: rgba(246, 246, 246, 0.47);
    color: #939393;
    margin-bottom: 20px;
    box-shadow: 0px 3px 15px -4px rgba(0, 0, 0, 0.22); }
  #reports .amcharts-chart-div, #reports-page .amcharts-chart-div {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #eee;
    margin-top: 10px; }
    #reports .amcharts-chart-div a, #reports-page .amcharts-chart-div a {
      display: none !important; }
  #reports .graph-content, #reports-page .graph-content {
    border: 1px solid #eee;
    padding: 20px 10px;
    background: rgba(238, 238, 238, 0.27); }
    #reports .graph-content h2, #reports-page .graph-content h2 {
      margin-bottom: 0 !important; }
  #reports .no-padding, #reports-page .no-padding {
    padding: 0; }
  #reports .relatorios.cards, #reports-page .relatorios.cards {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap; }
    #reports .relatorios.cards .report-card, #reports-page .relatorios.cards .report-card {
      margin-right: 10px;
      margin-bottom: 20px;
      width: calc(25% - 10px);
      text-align: left;
      float: left;
      display: inline-block;
      position: relative;
      background: #fff;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      border: 0 solid #edf3ff;
      transition: .5s ease;
      border-radius: 5px;
      padding: 20px; }
      #reports .relatorios.cards .report-card::after, #reports-page .relatorios.cards .report-card::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.064), 0 1px 18px 0 rgba(0, 0, 0, 0.062), 0 3px 5px -1px rgba(0, 0, 0, 0.06);
        content: '';
        opacity: 0;
        z-index: -1; }
      #reports .relatorios.cards .report-card:hover, #reports .relatorios.cards .report-card:focus, #reports-page .relatorios.cards .report-card:hover, #reports-page .relatorios.cards .report-card:focus {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
        #reports .relatorios.cards .report-card:hover::after, #reports .relatorios.cards .report-card:focus::after, #reports-page .relatorios.cards .report-card:hover::after, #reports-page .relatorios.cards .report-card:focus::after {
          opacity: 1; }
      #reports .relatorios.cards .report-card.report-card-ios, #reports-page .relatorios.cards .report-card.report-card-ios {
        width: 25%;
        margin-right: 0px; }
      #reports .relatorios.cards .report-card.report-card-dispositivos, #reports-page .relatorios.cards .report-card.report-card-dispositivos {
        width: calc(50% - 10px); }
        #reports .relatorios.cards .report-card.report-card-dispositivos .report-card-title, #reports-page .relatorios.cards .report-card.report-card-dispositivos .report-card-title {
          width: 60%; }
        #reports .relatorios.cards .report-card.report-card-dispositivos .report-card-chart, #reports-page .relatorios.cards .report-card.report-card-dispositivos .report-card-chart {
          width: 40%; }
      #reports .relatorios.cards .report-card.report-card-dados-do-cliente, #reports-page .relatorios.cards .report-card.report-card-dados-do-cliente {
        margin-right: 0px;
        width: 50%;
        float: right; }
        #reports .relatorios.cards .report-card.report-card-dados-do-cliente .report-card-title, #reports-page .relatorios.cards .report-card.report-card-dados-do-cliente .report-card-title {
          width: 100%; }
        #reports .relatorios.cards .report-card.report-card-dados-do-cliente .report-card-chart, #reports-page .relatorios.cards .report-card.report-card-dados-do-cliente .report-card-chart {
          margin-top: 30px;
          width: 100%; }
      #reports .relatorios.cards .report-card.report-card-status-do-cliente, #reports-page .relatorios.cards .report-card.report-card-status-do-cliente {
        width: 50%;
        margin-right: 0px;
        float: right; }
      #reports .relatorios.cards .report-card.report-card-sistemas-operacionais, #reports-page .relatorios.cards .report-card.report-card-sistemas-operacionais {
        width: calc(50% - 10px); }
        #reports .relatorios.cards .report-card.report-card-sistemas-operacionais .report-card-title, #reports-page .relatorios.cards .report-card.report-card-sistemas-operacionais .report-card-title {
          width: 50%; }
        #reports .relatorios.cards .report-card.report-card-sistemas-operacionais .report-card-chart, #reports-page .relatorios.cards .report-card.report-card-sistemas-operacionais .report-card-chart {
          width: 50%; }
      #reports .relatorios.cards .report-card.report-card-clientes-indicadores, #reports .relatorios.cards .report-card.report-card-enterprises, #reports-page .relatorios.cards .report-card.report-card-clientes-indicadores, #reports-page .relatorios.cards .report-card.report-card-enterprises {
        width: 100%;
        margin-right: 0px; }
        #reports .relatorios.cards .report-card.report-card-clientes-indicadores .report-card-title, #reports .relatorios.cards .report-card.report-card-clientes-indicadores .report-card-chart, #reports .relatorios.cards .report-card.report-card-enterprises .report-card-title, #reports .relatorios.cards .report-card.report-card-enterprises .report-card-chart, #reports-page .relatorios.cards .report-card.report-card-clientes-indicadores .report-card-title, #reports-page .relatorios.cards .report-card.report-card-clientes-indicadores .report-card-chart, #reports-page .relatorios.cards .report-card.report-card-enterprises .report-card-title, #reports-page .relatorios.cards .report-card.report-card-enterprises .report-card-chart {
          width: 100%; }
        #reports .relatorios.cards .report-card.report-card-clientes-indicadores .report-card-title, #reports .relatorios.cards .report-card.report-card-enterprises .report-card-title, #reports-page .relatorios.cards .report-card.report-card-clientes-indicadores .report-card-title, #reports-page .relatorios.cards .report-card.report-card-enterprises .report-card-title {
          margin-bottom: 20px; }
        #reports .relatorios.cards .report-card.report-card-clientes-indicadores .report-card-chart .chart, #reports .relatorios.cards .report-card.report-card-enterprises .report-card-chart .chart, #reports-page .relatorios.cards .report-card.report-card-clientes-indicadores .report-card-chart .chart, #reports-page .relatorios.cards .report-card.report-card-enterprises .report-card-chart .chart {
          height: 300px; }
        #reports .relatorios.cards .report-card.report-card-clientes-indicadores .card-info, #reports .relatorios.cards .report-card.report-card-enterprises .card-info, #reports-page .relatorios.cards .report-card.report-card-clientes-indicadores .card-info, #reports-page .relatorios.cards .report-card.report-card-enterprises .card-info {
          display: none; }
      #reports .relatorios.cards .report-card.report-card-users .report-card-date, #reports-page .relatorios.cards .report-card.report-card-users .report-card-date {
        display: flex;
        align-items: center;
        margin-right: 20px; }
        #reports .relatorios.cards .report-card.report-card-users .report-card-date label, #reports-page .relatorios.cards .report-card.report-card-users .report-card-date label {
          margin-right: 10px;
          display: inline-block;
          font-size: 12px; }
        #reports .relatorios.cards .report-card.report-card-users .report-card-date input, #reports-page .relatorios.cards .report-card.report-card-users .report-card-date input {
          width: 140px; }
      #reports .relatorios.cards .report-card.report-card-users .report-card-users-devices, #reports-page .relatorios.cards .report-card.report-card-users .report-card-users-devices {
        display: flex;
        align-items: center;
        justify-content: center; }
        #reports .relatorios.cards .report-card.report-card-users .report-card-users-devices .report-card-users-device, #reports-page .relatorios.cards .report-card.report-card-users .report-card-users-devices .report-card-users-device {
          display: flex;
          align-items: flex-end;
          justify-content: center;
          margin-right: 10px; }
          #reports .relatorios.cards .report-card.report-card-users .report-card-users-devices .report-card-users-device:last-child, #reports-page .relatorios.cards .report-card.report-card-users .report-card-users-devices .report-card-users-device:last-child {
            margin-right: 0px; }
      #reports .relatorios.cards .report-card.report-card-users .report-card-header, #reports-page .relatorios.cards .report-card.report-card-users .report-card-header {
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap; }
        #reports .relatorios.cards .report-card.report-card-users .report-card-header .report-card-dates-container, #reports-page .relatorios.cards .report-card.report-card-users .report-card-header .report-card-dates-container {
          display: flex; }
        #reports .relatorios.cards .report-card.report-card-users .report-card-header .report-card-title .title, #reports-page .relatorios.cards .report-card.report-card-users .report-card-header .report-card-title .title {
          padding-top: 0px;
          padding-bottom: 0px; }
        #reports .relatorios.cards .report-card.report-card-users .report-card-header .fa-search:before, #reports-page .relatorios.cards .report-card.report-card-users .report-card-header .fa-search:before {
          color: #ffffff; }
      #reports .relatorios.cards .report-card .report-card-content, #reports-page .relatorios.cards .report-card .report-card-content {
        text-align: left;
        display: inline-block;
        width: 100%; }
      #reports .relatorios.cards .report-card .report-card-title, #reports-page .relatorios.cards .report-card .report-card-title {
        display: inline-block;
        width: 70%;
        float: left;
        font-size: 12px; }
        #reports .relatorios.cards .report-card .report-card-title a, #reports-page .relatorios.cards .report-card .report-card-title a {
          color: #fff;
          font-size: 15px;
          width: 100%;
          float: left; }
          #reports .relatorios.cards .report-card .report-card-title a:hover, #reports-page .relatorios.cards .report-card .report-card-title a:hover {
            text-shadow: 0px 0px 4px #fff; }
        #reports .relatorios.cards .report-card .report-card-title .info, #reports-page .relatorios.cards .report-card .report-card-title .info {
          color: #4C4D54;
          padding-bottom: 5px;
          font-weight: 900;
          font-size: 30px;
          font-family: 'montserratbold'; }
        #reports .relatorios.cards .report-card .report-card-title .title, #reports-page .relatorios.cards .report-card .report-card-title .title {
          padding: 10px 0 30px;
          color: #707788;
          font-size: 11px;
          letter-spacing: 1px;
          text-transform: uppercase;
          font-family: 'montserratregular'; }
        #reports .relatorios.cards .report-card .report-card-title .info, #reports .relatorios.cards .report-card .report-card-title .title, #reports-page .relatorios.cards .report-card .report-card-title .info, #reports-page .relatorios.cards .report-card .report-card-title .title {
          float: left;
          width: 100%; }
      #reports .relatorios.cards .report-card .card-info, #reports .relatorios.cards .report-card .card-info-content, #reports-page .relatorios.cards .report-card .card-info, #reports-page .relatorios.cards .report-card .card-info-content {
        width: 100%;
        float: left; }
      #reports .relatorios.cards .report-card .card-info, #reports-page .relatorios.cards .report-card .card-info {
        display: flex;
        margin-top: 20px; }
        #reports .relatorios.cards .report-card .card-info .card-info-dot, #reports-page .relatorios.cards .report-card .card-info .card-info-dot {
          width: 15px;
          height: 15px;
          border-radius: 50%;
          display: block;
          margin-bottom: 10px; }
        #reports .relatorios.cards .report-card .card-info .card-info-value, #reports-page .relatorios.cards .report-card .card-info .card-info-value {
          font-family: 'montserratbold';
          font-size: 24px;
          font-weight: normal;
          color: #4C4D54;
          padding-bottom: 5px; }
        #reports .relatorios.cards .report-card .card-info .card-info-name, #reports-page .relatorios.cards .report-card .card-info .card-info-name {
          font-size: 12px;
          font-family: 'montserratlight';
          color: #6A6773; }
      #reports .relatorios.cards .report-card .report-card-image img, #reports-page .relatorios.cards .report-card .report-card-image img {
        width: 200px;
        height: 120px;
        object-fit: contain;
        opacity: .5; }
      #reports .relatorios.cards .report-card .report-card-image,
      #reports .relatorios.cards .report-card .report-card-chart, #reports-page .relatorios.cards .report-card .report-card-image,
      #reports-page .relatorios.cards .report-card .report-card-chart {
        display: inline-block;
        float: left;
        width: 30%;
        height: 100%;
        position: relative;
        z-index: 999; }
      #reports .relatorios.cards .report-card .report-card-chart .chart, #reports-page .relatorios.cards .report-card .report-card-chart .chart {
        display: inline-block;
        height: 180px;
        width: 100%;
        float: right; }
        #reports .relatorios.cards .report-card .report-card-chart .chart .amcharts-chart-div, #reports-page .relatorios.cards .report-card .report-card-chart .chart .amcharts-chart-div {
          border: none;
          margin: 0px; }
      #reports .relatorios.cards .report-card .report-card-footer, #reports-page .relatorios.cards .report-card .report-card-footer {
        width: 100%;
        border-top: 1px solid #f7f7f7;
        padding: 15px 0px 25px;
        display: none; }
        #reports .relatorios.cards .report-card .report-card-footer a, #reports-page .relatorios.cards .report-card .report-card-footer a {
          float: right;
          color: #083D6C;
          font-weight: 600;
          font-family: 'montserratlight';
          transition: 300ms linear; }
          #reports .relatorios.cards .report-card .report-card-footer a:hover, #reports-page .relatorios.cards .report-card .report-card-footer a:hover {
            color: #2A73DB; }
      #reports .relatorios.cards .report-card i, #reports-page .relatorios.cards .report-card i {
        position: absolute;
        right: 10px;
        top: 20px;
        opacity: 0.5;
        font-size: 80px; }
      #reports .relatorios.cards .report-card hr, #reports-page .relatorios.cards .report-card hr {
        width: 100%;
        margin: 10px 0;
        float: left;
        border: none;
        border-top: 1px solid rgba(255, 255, 255, 0.16); }
      #reports .relatorios.cards .report-card.purple, #reports-page .relatorios.cards .report-card.purple {
        background: linear-gradient(60deg, #ab47bc, #8e24aa);
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4); }
        #reports .relatorios.cards .report-card.purple hr, #reports-page .relatorios.cards .report-card.purple hr {
          border-bottom: 1px solid #ab47bc; }
      #reports .relatorios.cards .report-card.green, #reports-page .relatorios.cards .report-card.green {
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
        background: linear-gradient(60deg, #66bb6a, #43a047); }
        #reports .relatorios.cards .report-card.green hr, #reports-page .relatorios.cards .report-card.green hr {
          border-bottom: 1px solid #66bb6a; }
      #reports .relatorios.cards .report-card.blue, #reports-page .relatorios.cards .report-card.blue {
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
        background: linear-gradient(45deg, #01a1db, #1ed3f2); }
        #reports .relatorios.cards .report-card.blue hr, #reports-page .relatorios.cards .report-card.blue hr {
          border-bottom: 1px solid #26c6da; }
      #reports .relatorios.cards .report-card.orange, #reports-page .relatorios.cards .report-card.orange {
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
        background: linear-gradient(60deg, #ffa726, #fb8c00); }
        #reports .relatorios.cards .report-card.orange hr, #reports-page .relatorios.cards .report-card.orange hr {
          border-bottom: 1px solid #ffa726; }
      #reports .relatorios.cards .report-card.red, #reports-page .relatorios.cards .report-card.red {
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
        background: linear-gradient(60deg, #ef5350, #e53935); }
        #reports .relatorios.cards .report-card.red hr, #reports-page .relatorios.cards .report-card.red hr {
          border-bottom: 1px solid #ef5350; }
      #reports .relatorios.cards .report-card:first-child, #reports-page .relatorios.cards .report-card:first-child {
        margin-left: 0; }
  #reports #chartdiv, #reports #chartBar, #reports #chartLine, #reports-page #chartdiv, #reports-page #chartBar, #reports-page #chartLine {
    width: 100%;
    height: 400px; }

.notification {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  float: left;
  width: 100%;
  clear: both; }
  .notification.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .notification.default {
    color: #9e9b9a;
    background-color: #f5f4f4;
    border-color: #d8d2d2; }

#api-info {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fcfcfc;
  margin-top: -20px;
  z-index: 9;
  padding-top: 30px;
  padding-bottom: 30px; }
  #api-info .alert-primary {
    padding: 15px;
    margin-top: 10px;
    color: #666; }
  #api-info #integracao {
    height: 100%;
    display: inline-block; }
  #api-info #login {
    position: static;
    transform: none;
    text-align: left;
    margin: 0px; }
  #api-info .hljs {
    color: #383a42;
    background: #f6f8fa;
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    border-left: 4px solid #05457d;
    font-size: 89%;
    line-height: 20px; }
  #api-info .text-info {
    color: #005cc5 !important;
    font-weight: normal; }
  #api-info .hljs-number,
  #api-info .hljs-literal,
  #api-info .hljs-symbol,
  #api-info .hljs-bullet {
    color: #bb68a8; }
  #api-info .hljs-string,
  #api-info .hljs-attribute,
  #api-info .hljs-addition {
    color: #005cc5 !important; }
  #api-info .bearer-badge {
    font-size: 11px;
    font-style: italic;
    color: #a94442; }
  #api-info h1 {
    margin-bottom: 8px;
    color: #2c3133; }
  #api-info .boxTitulo h1 {
    color: #666;
    margin-bottom: 0px; }
  #api-info h6 {
    color: rgba(245, 135, 35, 0.77);
    font-size: 14px;
    margin-bottom: 15px;
    padding-top: 2px; }
  #api-info p {
    margin-bottom: 10px; }
  #api-info .aside-search {
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    display: block;
    padding: 18px 10px 20px;
    -webkit-box-shadow: -3px 7px 47px -18px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: -3px 7px 47px -18px rgba(0, 0, 0, 0.22);
    box-shadow: -3px 7px 47px -18px rgba(0, 0, 0, 0.22);
    transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    margin-bottom: 20px; }
    #api-info .aside-search::placeholder {
      font-size: 14px; }
  #api-info .highlight {
    background-color: #fffd77; }
  #api-info .aside-column {
    position: relative;
    float: left;
    display: block; }
    #api-info .aside-column ul.aside {
      float: left;
      width: 100%;
      border-radius: 2px; }
      #api-info .aside-column ul.aside > li {
        float: left;
        width: 100%; }
        #api-info .aside-column ul.aside > li ul {
          float: left;
          width: 100%; }
          #api-info .aside-column ul.aside > li ul li {
            padding-left: 10px;
            float: left;
            width: 100%; }
        #api-info .aside-column ul.aside > li:first-child {
          border-top: 0; }
        #api-info .aside-column ul.aside > li:last-child {
          border-bottom: 0; }
        #api-info .aside-column ul.aside > li a {
          float: left;
          color: #656565;
          width: 100%;
          padding: 12px 10px;
          transition: .400s ease-in-out;
          position: relative;
          border-radius: 3px; }
          #api-info .aside-column ul.aside > li a.active {
            background: rgba(204, 229, 255, 0.72);
            color: #307edf; }
            #api-info .aside-column ul.aside > li a.active:before {
              background: #307edf; }
          #api-info .aside-column ul.aside > li a:before {
            content: '';
            width: 2px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            transition: .500s ease-in-out; }
          #api-info .aside-column ul.aside > li a:hover {
            background: rgba(203, 223, 255, 0.42);
            color: #307edf;
            border-color: rgba(203, 223, 255, 0.42) !important; }
            #api-info .aside-column ul.aside > li a:hover:before {
              background: #075086; }
        #api-info .aside-column ul.aside > li ol {
          float: left;
          width: 100%; }
          #api-info .aside-column ul.aside > li ol.list-children {
            overflow: hidden;
            max-height: 0px;
            transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
            #api-info .aside-column ul.aside > li ol.list-children.list-children-open {
              max-height: 5000px;
              transition: max-height 1s ease-in-out; }
          #api-info .aside-column ul.aside > li ol li {
            float: left;
            width: 100%;
            padding: 0; }
            #api-info .aside-column ul.aside > li ol li:last-child {
              border-bottom: 0px; }
            #api-info .aside-column ul.aside > li ol li a {
              padding-left: 20px;
              font-size: 13px;
              color: #656565; }
              #api-info .aside-column ul.aside > li ol li a:hover {
                border-color: rgba(203, 223, 255, 0.42) !important; }
            #api-info .aside-column ul.aside > li ol li ol li a {
              padding-left: 40px; }
  #api-info .aside-column {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: calc(100% - 350px);
    width: 300px; }
    #api-info .aside-column .aside {
      flex: 1 1 auto;
      overflow-y: auto;
      min-height: 0px;
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      #api-info .aside-column .aside .list-title {
        font-weight: bold;
        color: #0b467b; }
      #api-info .aside-column .aside::-webkit-scrollbar {
        width: 0px; }
      #api-info .aside-column .aside::-webkit-scrollbar-track {
        background: #f1f1f1; }
      #api-info .aside-column .aside::-webkit-scrollbar-thumb {
        background: #ccc; }
      #api-info .aside-column .aside::-webkit-scrollbar-thumb:hover {
        background: #555; }
  #api-info .tuto {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: calc(100% - 350px);
    margin-right: 0;
    position: relative; }
    #api-info .tuto .full {
      padding: 0px; }
    #api-info .tuto .alert-warning {
      padding: 15px;
      margin-top: 10px; }
    #api-info .tuto .alert-danger {
      padding: 15px;
      margin-top: 10px; }
    #api-info .tuto .content-tuto {
      flex: 1 1 auto;
      overflow-y: auto;
      min-height: 0px;
      padding: 0px 10px;
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      #api-info .tuto .content-tuto h1 {
        color: #0b467b; }
      #api-info .tuto .content-tuto h1,
      #api-info .tuto .content-tuto h2,
      #api-info .tuto .content-tuto h3 {
        margin-bottom: 25px; }
      #api-info .tuto .content-tuto h2 {
        font-weight: bold;
        color: #656565; }
      #api-info .tuto .content-tuto p {
        line-height: 22px;
        font-size: 15px; }
      #api-info .tuto .content-tuto a {
        color: #656565;
        font-weight: bold;
        transition: 300ms linear; }
        #api-info .tuto .content-tuto a:hover {
          color: #005cc5; }
      #api-info .tuto .content-tuto .content-division {
        display: inline-block;
        width: 100%;
        float: left;
        border-radius: .5rem;
        -webkit-box-shadow: -3px 7px 47px -18px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: -3px 7px 47px -18px rgba(0, 0, 0, 0.22);
        box-shadow: -3px 7px 47px -18px rgba(0, 0, 0, 0.22);
        border: 0 solid #edf3ff;
        transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1); }
        #api-info .tuto .content-tuto .content-division:last-child {
          margin-bottom: 3px; }
      #api-info .tuto .content-tuto section {
        float: left;
        width: 100%;
        border-bottom: 1px solid #fbfbfb;
        border-top: 1px solid #eee;
        padding: 30px 30px 20px;
        display: inline-block;
        background-color: #fff; }
        #api-info .tuto .content-tuto section.is-hidden {
          display: none;
          height: 0px; }
        #api-info .tuto .content-tuto section#content-not-founded {
          font-size: 20px;
          font-style: italic;
          display: none; }
          #api-info .tuto .content-tuto section#content-not-founded.is-visible {
            display: inline-block;
            height: auto; }
        #api-info .tuto .content-tuto section:first-child {
          border-top: none; }
      #api-info .tuto .content-tuto::-webkit-scrollbar {
        width: 10px; }
      #api-info .tuto .content-tuto::-webkit-scrollbar-track {
        background: #fcfcfc; }
      #api-info .tuto .content-tuto::-webkit-scrollbar-thumb {
        background: #ccc; }
      #api-info .tuto .content-tuto::-webkit-scrollbar-thumb:hover {
        background: #555; }
      #api-info .tuto .content-tuto .refreshing .fa-refresh {
        -webkit-animation-name: spin;
        -webkit-animation-duration: 2000ms;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: spin;
        -moz-animation-duration: 2000ms;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: spin;
        -ms-animation-duration: 2000ms;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        animation-name: spin;
        animation-duration: 2000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
      #api-info .tuto .content-tuto .refresh-secret {
        font-size: 12px;
        color: #666;
        font-weight: bold;
        transition: 300ms linear; }
        #api-info .tuto .content-tuto .refresh-secret:hover {
          color: #307edf; }
  #api-info .container12.centralize-content {
    height: 100%; }
  #api-info table.table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px; }
    #api-info table.table th {
      background-color: #1971de;
      color: #fff; }
    #api-info table.table td,
    #api-info table.table th {
      border: 1px solid #ccc;
      text-align: left;
      padding: 10px; }
    #api-info table.table td {
      position: relative; }
    #api-info table.table tr:nth-child(even) {
      background-color: #f6f6f6; }
    #api-info table.table ul li {
      margin-bottom: 10px; }
  #api-info .sublevel {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #656565 !important; }
  #api-info .subCategory {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #656565 !important; }
  #api-info .listSubCategory li {
    padding-left: 15px !important; }
  #api-info .img-center {
    display: block;
    margin: 0 auto;
    width: 40%; }

.menu-open #api-info .aside-column,
.menu-open #api-info .tuto {
  max-height: calc(100% - 22%); }

ul.list {
  float: left;
  width: 100%; }
  ul.list li {
    width: 100%;
    float: left;
    padding: 10px 0;
    color: #656565; }

* {
  padding: 0;
  margin: 0;
  outline: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

input[type=radio],
select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important; }

input::placeholder {
  color: #ccc;
  font-size: 14px; }

body,
html {
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  font-family: montserratlight; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

h2 {
  font-family: montserratlight;
  font-weight: 400;
  color: #666;
  font-size: 20px; }

label[for] {
  cursor: pointer; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }

.input-checkbox input {
  display: none; }

.input-checkbox .checkbox {
  text-indent: 30px; }
  .input-checkbox .checkbox .checkbox-label {
    font-size: 12px;
    display: inline-block;
    text-align: left;
    float: left;
    width: 100px;
    padding-top: 3px; }

.w-100 {
  width: 100% !important; }

.input-checkbox-container {
  display: inline-block;
  float: left;
  width: 100px;
  margin-top: 10px;
  margin-right: 20px; }

.checkbox,
.radio {
  width: 20px;
  height: 20px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  box-shadow: inset -2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ccc;
  transition: .4s ease; }

.radio {
  border-radius: 100%; }

.checkbox:after,
.radio:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 3px;
  left: 3px;
  border: 3px solid #4990e2;
  border-top: none;
  border-right: none;
  background: 0 0;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.radio:after {
  width: 10px;
  height: 10px;
  border: none;
  background: #4990e2;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

input[type=radio]:checked + label {
  border-color: #4990e2;
  box-shadow: inset -2px 2px 2px 0 #fff; }

input[type=radio]:checked + label:after {
  opacity: 1; }

input[type=checkbox]:checked + label:after {
  opacity: 1; }

.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 22px; }

.switch input {
  display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  border: solid 1px #dfdfdf;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1px;
  bottom: 1px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2a73db;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2); }

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3; }

input:checked + .slider:before {
  -webkit-transform: translateX(33px);
  -ms-transform: translateX(33px);
  transform: translateX(33px); }

.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.half {
  display: inline-block;
  vertical-align: middle;
  width: 49%; }

.half .switch {
  float: right; }

a:hover {
  -webkit-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -o-transition: .3s ease-in; }

select[readonly] {
  pointer-events: none;
  touch-action: none;
  background: #eee; }

input[type=email],
input[type=password],
input[type=text]:not(.multiselect__input),
input[type=number],
select,
textarea {
  height: 40px;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  font-family: 'montserratlight';
  border: solid 1px #ccc;
  width: 100%;
  background: #fff;
  color: #666; }
  input[type=email]:disabled,
  input[type=password]:disabled,
  input[type=text]:not(.multiselect__input):disabled,
  input[type=number]:disabled,
  select:disabled,
  textarea:disabled {
    background: #eee;
    border: 1px solid #c7c2c2; }

select {
  height: 41px; }

textarea {
  padding: 10px; }

.ms-choice {
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  font-family: montserratlight;
  border: solid 1px #ccc !important;
  transition: .3s ease-in-out;
  width: 100%;
  background: #fff;
  color: #666; }

input[type=email]:disabled,
input[type=password]:disabled,
input[type=text]:not(.multiselect__input):disabled {
  background: #e8e8e8 !important; }

select {
  background: url(../../assets/img/rowGray.png) no-repeat #fff;
  background-size: 15px;
  background-position: 95% center; }

.specialTable input[type=email],
.specialTable input[type=text],
.specialTable textarea {
  border: none; }

.specialTable th {
  font-weight: bold !important; }

.actions:before {
  display: none !important; }

textarea {
  min-height: 120px; }

.open input[type=email]:focus input[type=email]:focus,
.open input[type=text]:not(.multiselect__input):focus,
input[type=text]:not(.multiselect__input):focus {
  border: solid 1px #4990e2; }

table input {
  color: #666;
  font-family: montserratlight;
  text-align: center;
  font-size: 16px !important; }

.open input {
  border: solid 1px #ccc !important; }

.open input:focus {
  border: solid 1px #4990e2 !important; }

#legendaTable input {
  pointer-events: none; }

#legendaTable .open input {
  pointer-events: initial; }

.save-cancel {
  display: none; }

.open .edit-remove {
  display: none; }

.open .save-cancel {
  display: block; }

input.error,
select.error {
  border: solid 1px #e74c3c !important;
  color: #e74c3c; }

input.error:focus,
select.error:focus {
  border: solid 1px #e74c3c;
  color: #e74c3c; }

.open {
  background-color: #eaf4ff; }

.open td:before {
  display: none !important; }

.full {
  width: 100%;
  float: left;
  padding: 10px; }

.file {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #ccc;
  position: relative;
  overflow: hidden; }

.halfColumn {
  display: inline-block;
  vertical-align: top;
  margin-right: -5px; }
  .halfColumn .input-checkbox {
    display: inline-block;
    margin-top: -5px; }
  .halfColumn:first-child {
    padding-right: 5px;
    width: 80%; }
  .halfColumn:last-child {
    padding-left: 5px;
    width: 20%; }

.table-plan {
  margin-top: 40px; }
  .table-plan tr th {
    padding: 20px 0; }
  .table-plan tr {
    border-bottom: 1px solid #eee; }

.file label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 14px;
  font-family: montserratlight;
  color: #ccc !important;
  text-align: left;
  padding-left: 10px; }

.file input {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  cursor: pointer;
  opacity: 0;
  position: absolute; }

.file:after {
  content: '\f093';
  font-family: fontawesome;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 0 5px 5px 0;
  background-color: #2a73db; }

.btn {
  font-size: 14px;
  height: 40px;
  width: 170px;
  letter-spacing: normal;
  opacity: 1;
  line-height: 40px;
  vertical-align: initial;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn.btn-sm {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 30px;
    line-height: 12px !important; }

.btn-default {
  color: #fff !important;
  background-color: #666; }

.btn-default:hover {
  background-color: #939292; }

.btn.btn-success {
  background: #2a73db;
  border: 1pt solid #2a73db; }

.btn.btn-success:hover {
  background: #4d8ce6;
  border: 1pt solid #4d8ce6; }

.hidden {
  display: none; }

.alert {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 20px 30px;
  position: fixed;
  z-index: 1;
  right: 10px;
  top: 100px;
  font-size: 14px; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert.show {
  visibility: visible;
  -webkit-animation: fadein .5s, fadeout .5s 2.5s;
  animation: fadein .5s, fadeout .5s 2.5s; }

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0; }
  to {
    top: 100px;
    opacity: 1; } }

@keyframes fadein {
  from {
    top: 0;
    opacity: 0; }
  to {
    top: 100px;
    opacity: 1; } }

@-webkit-keyframes fadeout {
  from {
    top: 100px;
    opacity: 1; }
  to {
    top: 0;
    opacity: 0; } }

@keyframes fadeout {
  from {
    top: 100px;
    opacity: 1; }
  to {
    top: 0;
    opacity: 0; } }

a,
abbr,
address,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
label,
legend,
li,
object,
ol,
p,
pre,
q,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
  border: 0;
  margin: 0;
  padding: 0; }

article,
aside,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
nav,
object,
section,
video {
  display: block; }

a img {
  border: 0; }

figure {
  position: relative; }

.container12,
.container16 {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1140px; }

.row {
  margin-bottom: 20px; }

.column1,
.column10,
.column11,
.column12,
.column13,
.column14,
.column15,
.column16,
.column2,
.column3,
.column4,
.column5,
.column6,
.column7,
.column8,
.column9 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  position: relative; }

.container12 .alpha,
.container16 .alpha {
  margin-left: 0; }

.container12 .omega,
.container16 .omega {
  margin-right: 0; }

.container12 .column1 {
  width: 75px; }

.container12 .column2 {
  width: 170px; }

.container12 .column3 {
  width: 265px; }

.container12 .column4 {
  width: 360px; }

.container12 .column5 {
  width: 455px; }

.container12 .column6 {
  width: 550px; }

.container12 .column7 {
  width: 645px; }

.container12 .column8 {
  width: 740px; }

.container12 .column9 {
  width: 835px; }

.container12 .column10 {
  width: 930px; }

.container12 .column11 {
  width: 1025px; }

.container12 .column12 {
  width: 1120px; }

.container12 .prefix1 {
  padding-left: 95px; }

.container12 .prefix2 {
  padding-left: 190px; }

.container12 .prefix3 {
  padding-left: 285px; }

.container12 .prefix4 {
  padding-left: 380px; }

.container12 .prefix5 {
  padding-left: 475px; }

.container12 .prefix6 {
  padding-left: 570px; }

.container12 .prefix7 {
  padding-left: 665px; }

.container12 .prefix8 {
  padding-left: 760px; }

.container12 .prefix9 {
  padding-left: 855px; }

.container12 .prefix10 {
  padding-left: 950px; }

.container12 .prefix11 {
  padding-left: 1045px; }

.container16 .column1 {
  width: 51.25px; }

.container16 .column2 {
  width: 122.5px; }

.container16 .column3 {
  width: 193.75px; }

.container16 .column4 {
  width: 265px; }

.container16 .column5 {
  width: 336.25px; }

.container16 .column6 {
  width: 407.5px; }

.container16 .column7 {
  width: 478.75px; }

.container16 .column8 {
  width: 550px; }

.container16 .column9 {
  width: 621.25px; }

.container16 .column10 {
  width: 692.5px; }

.container16 .column11 {
  width: 763.75px; }

.container16 .column12 {
  width: 835px; }

.container16 .column13 {
  width: 906.25px; }

.container16 .column14 {
  width: 977.5px; }

.container16 .column15 {
  width: 1048.75px; }

.container16 .column16 {
  width: 1120px; }

.container16 .prefix1 {
  padding-left: 71.25px; }

.container16 .prefix2 {
  padding-left: 142.5px; }

.container16 .prefix3 {
  padding-left: 213.75px; }

.container16 .prefix4 {
  padding-left: 285px; }

.container16 .prefix5 {
  padding-left: 356.25px; }

.container16 .prefix6 {
  padding-left: 427.5px; }

.container16 .prefix7 {
  padding-left: 498.75px; }

.container16 .prefix8 {
  padding-left: 570px; }

.container16 .prefix9 {
  padding-left: 641.25px; }

.container16 .prefix10 {
  padding-left: 712.5px; }

.container16 .prefix11 {
  padding-left: 783.75px; }

.container16 .prefix12 {
  padding-left: 855px; }

.container16 .prefix13 {
  padding-left: 926.25px; }

.container16 .prefix14 {
  padding-left: 997.5px; }

.container16 .prefix15 {
  padding-left: 1068.75px; }

@media only screen and (min-width: 960px) and (max-width: 1160px) {
  .container12,
  .container16 {
    width: 960px; }
  .container12 .column1 {
    width: 60px; }
  .container12 .column2 {
    width: 140px; }
  .container12 .column3 {
    width: 220px; }
  .container12 .column4 {
    width: 300px; }
  .container12 .column5 {
    width: 380px; }
  .container12 .column6 {
    width: 460px; }
  .container12 .column7 {
    width: 540px; }
  .container12 .column8 {
    width: 620px; }
  .container12 .column9 {
    width: 700px; }
  .container12 .column10 {
    width: 780px; }
  .container12 .column11 {
    width: 860px; }
  .container12 .column12 {
    width: 940px; }
  .container12 .prefix1 {
    padding-left: 80px; }
  .container12 .prefix2 {
    padding-left: 160px; }
  .container12 .prefix3 {
    padding-left: 240px; }
  .container12 .prefix4 {
    padding-left: 320px; }
  .container12 .prefix5 {
    padding-left: 400px; }
  .container12 .prefix6 {
    padding-left: 480px; }
  .container12 .prefix7 {
    padding-left: 560px; }
  .container12 .prefix8 {
    padding-left: 640px; }
  .container12 .prefix9 {
    padding-left: 720px; }
  .container12 .prefix10 {
    padding-left: 800px; }
  .container12 .prefix11 {
    padding-left: 880px; }
  .container16 .column1 {
    width: 40px; }
  .container16 .column2 {
    width: 100px; }
  .container16 .column3 {
    width: 160px; }
  .container16 .column4 {
    width: 220px; }
  .container16 .column5 {
    width: 280px; }
  .container16 .column6 {
    width: 340px; }
  .container16 .column7 {
    width: 400px; }
  .container16 .column8 {
    width: 460px; }
  .container16 .column9 {
    width: 520px; }
  .container16 .column10 {
    width: 580px; }
  .container16 .column11 {
    width: 640px; }
  .container16 .column12 {
    width: 700px; }
  .container16 .column13 {
    width: 760px; }
  .container16 .column14 {
    width: 820px; }
  .container16 .column15 {
    width: 880px; }
  .container16 .column16 {
    width: 940px; }
  .container16 .prefix1 {
    padding-left: 60px; }
  .container16 .prefix2 {
    padding-left: 120px; }
  .container16 .prefix3 {
    padding-left: 180px; }
  .container16 .prefix4 {
    padding-left: 240px; }
  .container16 .prefix5 {
    padding-left: 300px; }
  .container16 .prefix6 {
    padding-left: 360px; }
  .container16 .prefix7 {
    padding-left: 420px; }
  .container16 .prefix8 {
    padding-left: 480px; }
  .container16 .prefix9 {
    padding-left: 540px; }
  .container16 .prefix10 {
    padding-left: 600px; }
  .container16 .prefix11 {
    padding-left: 660px; }
  .container16 .prefix12 {
    padding-left: 720px; }
  .container16 .prefix13 {
    padding-left: 780px; }
  .container16 .prefix14 {
    padding-left: 840px; }
  .container16 .prefix15 {
    padding-left: 900px; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container12,
  .container16 {
    width: 100%; }
  .container12 .column1 {
    width: 44px; }
  .container12 .column2 {
    width: 108px; }
  .container12 .column3 {
    width: 172px; }
  .container12 .column4 {
    width: 236px; }
  .container12 .column5 {
    width: 300px; }
  .container12 .column6 {
    width: 364px; }
  .container12 .column7 {
    width: 428px; }
  .container12 .column8 {
    width: 492px; }
  .container12 .column9 {
    width: 556px; }
  .container12 .column10 {
    width: 620px; }
  .container12 .column11 {
    width: 684px; }
  .container12 .column12 {
    width: 748px; }
  .container12 .prefix1 {
    padding-left: 64px; }
  .container12 .prefix2 {
    padding-left: 128px; }
  .container12 .prefix3 {
    padding-left: 192px; }
  .container12 .prefix4 {
    padding-left: 256px; }
  .container12 .prefix5 {
    padding-left: 320px; }
  .container12 .prefix6 {
    padding-left: 384px; }
  .container12 .prefix7 {
    padding-left: 448px; }
  .container12 .prefix8 {
    padding-left: 512px; }
  .container12 .prefix9 {
    padding-left: 576px; }
  .container12 .prefix10 {
    padding-left: 640px; }
  .container12 .prefix11 {
    padding-left: 704px; }
  .container16 .column1 {
    width: 28px; }
  .container16 .column2 {
    width: 76px; }
  .container16 .column3 {
    width: 124px; }
  .container16 .column4 {
    width: 172px; }
  .container16 .column5 {
    width: 220px; }
  .container16 .column6 {
    width: 268px; }
  .container16 .column7 {
    width: 316px; }
  .container16 .column8 {
    width: 364px; }
  .container16 .column9 {
    width: 412px; }
  .container16 .column10 {
    width: 460px; }
  .container16 .column11 {
    width: 508px; }
  .container16 .column12 {
    width: 556px; }
  .container16 .column13 {
    width: 604px; }
  .container16 .column14 {
    width: 652px; }
  .container16 .column15 {
    width: 700px; }
  .container16 .column16 {
    width: 748px; }
  .container16 .prefix1 {
    padding-left: 48px; }
  .container16 .prefix2 {
    padding-left: 96px; }
  .container16 .prefix3 {
    padding-left: 144px; }
  .container16 .prefix4 {
    padding-left: 192px; }
  .container16 .prefix5 {
    padding-left: 240px; }
  .container16 .prefix6 {
    padding-left: 288px; }
  .container16 .prefix7 {
    padding-left: 336px; }
  .container16 .prefix8 {
    padding-left: 384px; }
  .container16 .prefix9 {
    padding-left: 432px; }
  .container16 .prefix10 {
    padding-left: 480px; }
  .container16 .prefix11 {
    padding-left: 528px; }
  .container16 .prefix12 {
    padding-left: 576px; }
  .container16 .prefix13 {
    padding-left: 624px; }
  .container16 .prefix14 {
    padding-left: 672px; }
  .container16 .prefix15 {
    padding-left: 720px; } }

@media only screen and (max-width: 767px) {
  .container12,
  .container16 {
    width: 97%; }
  .container12 .column1,
  .container12 .column10,
  .container12 .column11,
  .container12 .column12,
  .container12 .column2,
  .container12 .column3,
  .container12 .column4,
  .container12 .column5,
  .container12 .column6,
  .container12 .column7,
  .container12 .column8,
  .container12 .column9,
  .container16 .column1,
  .container16 .column10,
  .container16 .column11,
  .container16 .column12,
  .container16 .column13,
  .container16 .column14,
  .container16 .column15,
  .container16 .column16,
  .container16 .column2,
  .container16 .column3,
  .container16 .column4,
  .container16 .column5,
  .container16 .column6,
  .container16 .column7,
  .container16 .column8,
  .container16 .column9 {
    margin: 0;
    width: 100%; }
  .container12 .prefix1,
  .container12 .prefix10,
  .container12 .prefix11,
  .container12 .prefix2,
  .container12 .prefix3,
  .container12 .prefix4,
  .container12 .prefix5,
  .container12 .prefix6,
  .container12 .prefix7,
  .container12 .prefix8,
  .container12 .prefix9,
  .container16 .prefix1,
  .container16 .prefix10,
  .container16 .prefix11,
  .container16 .prefix12,
  .container16 .prefix13,
  .container16 .prefix14,
  .container16 .prefix15,
  .container16 .prefix2,
  .container16 .prefix3,
  .container16 .prefix4,
  .container16 .prefix5,
  .container16 .prefix6,
  .container16 .prefix7,
  .container16 .prefix8,
  .container16 .prefix9 {
    padding-left: 0; }
  .row {
    margin: 0; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container12,
  .container16 {
    width: 97%;
    min-height: inherit; }
  .container12 .column1,
  .container12 .column10,
  .container12 .column11,
  .container12 .column12,
  .container12 .column2,
  .container12 .column3,
  .container12 .column4,
  .container12 .column5,
  .container12 .column6,
  .container12 .column7,
  .container12 .column8,
  .container12 .column9,
  .container16 .column1,
  .container16 .column10,
  .container16 .column11,
  .container16 .column12,
  .container16 .column13,
  .container16 .column14,
  .container16 .column15,
  .container16 .column16,
  .container16 .column2,
  .container16 .column3,
  .container16 .column4,
  .container16 .column5,
  .container16 .column6,
  .container16 .column7,
  .container16 .column8,
  .container16 .column9 {
    margin: 0 0 20px 0;
    width: 100%; }
  .container12 .prefix1,
  .container12 .prefix10,
  .container12 .prefix11,
  .container12 .prefix2,
  .container12 .prefix3,
  .container12 .prefix4,
  .container12 .prefix5,
  .container12 .prefix6,
  .container12 .prefix7,
  .container12 .prefix8,
  .container12 .prefix9,
  .container16 .prefix1,
  .container16 .prefix10,
  .container16 .prefix11,
  .container16 .prefix12,
  .container16 .prefix13,
  .container16 .prefix14,
  .container16 .prefix15,
  .container16 .prefix2,
  .container16 .prefix3,
  .container16 .prefix4,
  .container16 .prefix5,
  .container16 .prefix6,
  .container16 .prefix7,
  .container16 .prefix8,
  .container16 .prefix9 {
    padding-left: 0; }
  .row {
    margin: 0; } }

.clearfix:after,
.clearfix:before,
.container12:after,
.container12:before,
.container16:after,
.container16:before,
.row:after,
.row:before {
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0; }

.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0; }

.text-right {
  text-align: right; }

.clearfix:after,
.container12:after,
.container16:after,
.row:after {
  clear: both; }

.clearfix,
.row {
  zoom: 1; }

embed,
img,
object {
  max-width: 100%; }

img {
  height: auto;
  border: none; }

@font-face {
  font-family: montserratblack;
  src: url(../webfont/montserrat-black-webfont.woff2) format("woff2"), url(../webfont/montserrat-black-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: montserratbold;
  src: url(../webfont/montserrat-bold-webfont.woff2) format("woff2"), url(../webfont/montserrat-bold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: montserratregular;
  src: url(../webfont/montserrat-regular-webfont.woff2) format("woff2"), url(../webfont/montserrat-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: montserratlight;
  src: url(../webfont/montserrat-light-webfont.woff2) format("woff2"), url(../webfont/montserrat-light-webfont.woff) format("woff");
  font-weight: 400;
  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; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  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; }

.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(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  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: #fff; }

.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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-floppy-o:before,
.fa-save:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
  content: "\f0dc"; }

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de"; }

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150"; }

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151"; }

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152"; }

.fa-eur:before,
.fa-euro:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-inr:before,
.fa-rupee:before {
  content: "\f156"; }

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157"; }

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158"; }

.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191"; }

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

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c"; }

.fa-graduation-cap:before,
.fa-mortar-board: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5"; }

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6"; }

.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd"; }

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

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0"; }

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1"; }

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

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

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8"; }

.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

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

.fa-y-combinator:before,
.fa-yc: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-full:before,
.fa-battery: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3"; }

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4"; }

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

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

.fa-sign-language:before,
.fa-signing: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-address-card:before,
.fa-vcard:before {
  content: "\f2bb"; }

.fa-address-card-o:before,
.fa-vcard-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-full:before,
.fa-thermometer: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-bath:before,
.fa-bathtub:before,
.fa-s15: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"; }

.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; }

table.dt-rowReorder-float {
  position: absolute !important;
  opacity: .8;
  table-layout: fixed;
  outline: 2px solid #888;
  outline-offset: -2px;
  z-index: 2001; }

tr.dt-rowReorder-moving {
  outline: 2px solid #555;
  outline-offset: -2px; }

body.dt-rowReorder-noOverflow {
  overflow-x: hidden; }

table.dataTable td.reorder {
  text-align: center;
  cursor: move; }

table.specialTable,
table.indicadorTable {
  font-family: montserratlight;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #666; }

.specialTable th,
.indicadorTable th {
  font-weight: 400;
  padding: 10px 0px;
  border-bottom: solid .5px #ccc;
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer; }

.chartType-multiselect .option__desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#indicadorTable tr th,
#legendaTable tr th {
  background: #e2e8ee;
  color: #333;
  font-weight: bold;
  font-size: 11px;
  position: relative; }

.indicadorTable td, .indicadorTable th {
  padding: 5px !important; }

.indicadorTable-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }

.indicadorTable-thead-width {
  min-width: 180px; }

.indicadorTable .indicadorTable-label {
  display: flex !important;
  align-items: center !important; }
  .indicadorTable .indicadorTable-label input[type=text] {
    font-size: 12px !important; }
    .indicadorTable .indicadorTable-label input[type=text]::placeholder {
      font-size: 12px !important;
      color: #adadad; }
  .indicadorTable .indicadorTable-label input:read-only {
    border: none;
    pointer-events: none;
    background: inherit; }
  .indicadorTable .indicadorTable-label .indicadorTable-label-action {
    padding: 2px 8px 0px;
    font-size: 14px;
    font-weight: 100;
    color: #666;
    transition: 300ms ease; }
    .indicadorTable .indicadorTable-label .indicadorTable-label-action:hover {
      color: #2a73db; }
    .indicadorTable .indicadorTable-label .indicadorTable-label-action:last-child {
      padding-right: 0px; }

.indicadorTable td:before,
.legendaTable td:before {
  display: none; }

#indicadorTableContainer {
  overflow-y: auto;
  max-height: 195px;
  height: 100%;
  width: 100%; }

#indicadorTable input[type="number"] {
  font-size: 13px !important;
  height: 30px; }

button.ms-choice > div {
  background: url(../../assets/img/rowGray.png) center/contain no-repeat !important;
  top: 8px;
  right: 9px; }

#legendaTableContainer {
  overflow-y: auto;
  max-height: 160px;
  height: 100%;
  width: 100%; }

.indicadorTable input[type=text] {
  height: 30px !important;
  padding: 0 !important;
  font-size: 13px !important; }

.indicadorTable tr:hover {
  background: #d7ebff; }

.indicadorTable input {
  transition: none !important; }

.indicadorTable tr:hover input {
  background: #d7ebff; }

.indicadorTable .open:hover input {
  background: #fff; }

.indicadorTable th {
  font-weight: 700; }

.specialTable th:hover {
  font-weight: 700; }

table.specialTable tbody tr td,
table.indicadorTable tbody tr td {
  padding: 15px;
  position: relative;
  border-bottom: solid .5px #ccc; }

table.specialTable tbody tr:hover {
  background: #ecf3fc; }

table.indicadorTable input {
  border: 0; }

table#inside-table {
  font-family: montserratlight;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #666; }

#inside-table th {
  font-weight: 700;
  padding: 20px 0;
  border-bottom: solid .5px #ccc;
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer; }

table#inside-table tbody tr td {
  padding: 15px;
  position: relative;
  border-bottom: solid .5px #ccc; }

.gray {
  padding: 0 20px; }

.gray label {
  color: #999 !important; }

.gray span {
  font-weight: 400;
  font-family: montserratlight;
  color: #999;
  font-size: 14px; }

.clone {
  display: none !important; }

.container {
  float: left;
  width: 100%;
  padding-top: 50px; }

table tbody tr td:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0; }

.sorting_asc {
  background-image: url(../../assets/img/sort_asc.png); }

.sorting_desc {
  background-image: url(../../assets/img/sort_desc.png); }

.sorting {
  background-image: url(../../assets/img/sort_both.png); }

.dataTables_filter,
.dataTables_length {
  display: none; }

tr.actions {
  padding: 0 !important; }

.actions a {
  font-size: 20px;
  margin: 0 5px;
  font-weight: 100;
  color: #666; }

.actions a:hover {
  color: #2a73db; }

.newLine,
.newSubtitle {
  float: left;
  font-size: 12px;
  color: #666; }

.newSubtitle:hover,
.newLine:hover {
  text-decoration: underline; }

.newLine:hover,
.newSubtitle {
  color: #2a73db; }

.dataTables_info {
  display: none; }

.dataTables_paginate {
  font-family: montserratlight;
  font-size: 16px;
  margin: 20px 0;
  width: 60%;
  float: right;
  text-align: right;
  color: #999; }

.dataTables_paginate a {
  padding: 0 10px;
  cursor: pointer; }

.dataTables_paginate a:hover {
  font-weight: 700; }

.paginate_button.current {
  color: #2a73db;
  font-weight: 700; }

.paginate_button.disabled {
  display: none; }

.orderTable .fa-arrows {
  color: #ccc; }

.orderTable tbody tr td:first-child {
  cursor: move; }

.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.ms-choice {
  display: block;
  width: 100%;
  height: 26px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #aaa;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff; }

.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px; }

.ms-choice > span.placeholder {
  color: #ccc; }

.ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 25px;
  background: url(multiple-select.png) left top no-repeat; }

.ms-choice > div.open {
  background: url(multiple-select.png) right top no-repeat; }

.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.ms-drop.bottom {
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.ms-drop.top {
  bottom: 100%;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000; }

.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 20px 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff url(multiple-select.png) no-repeat 100% -22px;
  background: url(multiple-select.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(multiple-select.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(multiple-select.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(multiple-select.png) no-repeat 100% -22px, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
  background: url(multiple-select.png) no-repeat 100% -22px, -ms-linear-gradient(top, #fff 85%, #eee 99%);
  background: url(multiple-select.png) no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%); }

.ms-search,
.ms-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 8px; }

.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static; }

.ms-drop ul > li .disabled {
  opacity: .35;
  filter: Alpha(Opacity=35); }

.ms-drop ul > li.multiple {
  display: block;
  float: left; }

.ms-drop ul > li.group {
  clear: both; }

.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ms-drop ul > li label {
  font-weight: 400;
  display: block;
  white-space: nowrap; }

.ms-drop ul > li label.optgroup {
  font-weight: 700; }

.ms-drop ul > li label.optgroup input {
  margin-right: 10px; }

.ms-drop .ms-no-results {
  display: none; }

.right {
  float: right; }

.left {
  float: left; }

#loginContent {
  width: 100%;
  height: 100%;
  float: left;
  background: #083d6c;
  background-image: -moz-linear-gradient(0deg, #003774 0%, #0052af 100%);
  background-image: -webkit-linear-gradient(0deg, #003774 0%, #0052af 100%);
  background-image: -ms-linear-gradient(0deg, #003774 0%, #0052af 100%);
  background-image: linear-gradient(0deg, #003774 0%, #0052af 100%); }

#login,
#recover-password,
#change-password {
  text-align: center; }

#logo {
  margin-bottom: 50px; }

#login hr,
#recover-password hr,
#change-password hr {
  margin-top: 30px;
  float: left;
  width: 100%;
  margin-top: 30px;
  border: transparent;
  border-bottom: solid 1pt #fff;
  background: 0 0; }

#login label,
#recover-password label,
#change-password label {
  display: inline-block;
  vertical-align: middle;
  font-family: montserratlight;
  font-size: 14px;
  color: #fff; }

#login,
#recover-password,
#change-password {
  width: 550px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -275px; }

#login a,
#recover-password a,
#change-password a {
  color: #5dceff;
  transition: .4s ease; }

#login a:hover,
#recover-password a:hover {
  color: #000; }

#login .box-label,
#recover-password .box-label,
#change-password .box-label {
  text-align: left;
  margin-top: 30px;
  display: inline-block;
  width: 100%; }

#login .box-label label,
#recover-password .box-label label,
#change-password .box-label label {
  margin-bottom: 7px; }

#login .box-label a,
#recover-password .box-label a,
#change-password .box-label a {
  font-size: 12px;
  color: #fff;
  text-decoration: underline; }

#loginContent input[type=email],
#loginContent input[type=password],
#loginContent input[type=text] {
  background-color: transparent;
  border-radius: 5px;
  border: solid 1px #fff;
  color: #fff;
  float: left;
  font-family: montserratlight;
  font-size: 16px;
  font-weight: 300px;
  height: 60px;
  object-fit: contain;
  padding: 20px;
  width: 100%; }

#btEnviar {
  background: #2a73db;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer; }

#btEnviar:hover {
  background: #0c467c; }

#loginContent span {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  float: left;
  padding: 30px 0;
  width: 100%;
  text-align: center;
  position: relative; }

#dashboard {
  background: #0b467b;
  background-image: -moz-linear-gradient(0deg, #003774 0%, #0052af 100%);
  background-image: -webkit-linear-gradient(0deg, #003774 0%, #0052af 100%);
  background-image: -ms-linear-gradient(0deg, #003774 0%, #0052af 100%);
  background-image: linear-gradient(0deg, #003774 0%, #0052af 100%);
  float: left;
  text-align: center;
  width: 100%;
  overflow: hidden; }
  #dashboard #navigation-mode {
    position: absolute;
    top: 80px;
    text-align: left; }
    #dashboard #navigation-mode a.right {
      margin-left: 10px; }

#dashboard header:not(.header-default) {
  float: left;
  width: 100%; }

.boxCenter {
  width: 1140px;
  margin: 0 auto; }

#dashboard header a {
  font-family: montserratlight; }

#dashboard #openMenu {
  display: none; }

#dashboard .optionsContent {
  padding-top: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1120px;
  position: absolute;
  text-align: center;
  width: 100%;
  display: none; }

.option {
  background-image: linear-gradient(45deg, #ecedf3, #fff);
  border-radius: 40px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 20px 0 rgba(30, 51, 90, 0.1);
  display: inline-block;
  vertical-align: middle;
  height: 170px;
  width: 170px;
  margin: 0 25px;
  margin-bottom: 104px;
  position: relative;
  float: none !important;
  display: inline-block;
  animation: mymove 2s ease-out forwards;
  -webkit-animation: mymove 2s;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

@keyframes mymove {
  from {
    bottom: -80px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }

@-webkit-keyframes mymove {
  from {
    bottom: -30px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }

.option:hover {
  background-image: linear-gradient(45deg, #ecedf3, #e7edf5);
  opacity: .7; }

.option img {
  left: 50%;
  top: 50%;
  position: absolute;
  width: 160px;
  height: 160px;
  margin-left: -80px;
  margin-top: -80px; }

.option label {
  color: #fff;
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  left: 0; }

.content {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

#userRightDash {
  float: right;
  padding-top: 3px; }

#userRightDash ul:after {
  right: 0;
  left: inherit; }

#userRight > li,
#userRightDash > li {
  float: left;
  width: auto !important;
  margin-left: 20px; }

#userRightDash li:hover ul {
  opacity: 1;
  visibility: visible; }

#userRightDash li ul li a label {
  width: 31px;
  height: 31px;
  text-align: center;
  margin-right: 5px;
  line-height: 28px;
  border: 1px solid #d4d4d4;
  display: inline-block;
  border-radius: 100%; }

#userRightDash li ul {
  border-radius: 4px;
  border-radius: 9px;
  box-shadow: 0 -2px 17px #cacaca;
  margin-left: -200px;
  opacity: 0;
  position: absolute;
  top: 49px;
  visibility: hidden;
  width: 255px;
  z-index: 99999;
  transition: .2s ease-in-out; }

#userRightDash .user {
  color: #fff; }

.plan {
  font-size: 10px !important;
  padding: 5px 15px;
  border-radius: 100px;
  color: #fff;
  text-transform: uppercase; }

.starter {
  background: #e76e00; }

#userRightDash.box-info-user span {
  color: #fff;
  font-size: 12px;
  display: inline-block; }

.sub-login {
  display: none;
  position: absolute;
  width: 150px;
  left: 0;
  background: #094277; }

.box-user-info {
  background: url(../../assets/img/arrow.png) center right no-repeat;
  position: relative;
  width: 50px;
  text-align: left; }

.box-user-info:hover ul {
  display: block; }

.sub-login li {
  color: #fff;
  border: 1px solid #fff; }

.sub-login li a {
  padding: 10px;
  width: 100%;
  display: block; }

.sub-login li a:hover {
  background: #052846; }

.logo {
  float: left;
  margin-top: 10px; }

.user {
  margin-top: 3px;
  float: right; }

.box {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dedede;
  height: 385px;
  display: inline-block;
  width: 360px;
  transition: .3s ease;
  margin: 0 15px 30px 15px;
  border-radius: 5px; }

.box-empty {
  margin-left: 0px; }

.box:nth-child(3n) {
  margin-right: 0 !important; }

.box:nth-child(3n + 1) {
  margin-left: 0 !important; }

.box:hover {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  border-color: #999; }

.box .title,
.box a {
  color: #666;
  font-size: 20px; }

.box .title {
  font-family: montserratlight;
  padding: 0 20px;
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #dedede; }

.box ul,
.box ul li,
.box ul li a {
  width: 100%;
  float: left; }

.box ul li:last-child a {
  border-bottom: 0; }

.box ul li a {
  color: #666;
  font-size: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid #dedede;
  font-family: montserratlight;
  transition: .2s ease; }

.box ul li a:hover {
  color: #4a90e2; }

.box ul li a i {
  color: #ccc;
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle; }

.box figure {
  width: 100%;
  height: 155px;
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  position: relative;
  border-radius: 5px; }

.oval {
  display: inline-block;
  height: 112px;
  margin-top: 20px;
  position: relative;
  width: 112px;
  z-index: 99;
  margin-left: 30px; }

.oval a {
  font-size: 40px;
  color: #ccc; }

.oval a:hover {
  color: #222; }

.oval img {
  z-index: 9999999;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%; }

.ovalGlass {
  width: 100%;
  padding: 0 15px;
  font-size: 17px;
  height: auto;
  display: block;
  margin-top: 35px;
  padding-bottom: 10px; }

.box-empty main {
  border-top: 0 !important; }

.box-empty .half {
  text-align: center !important;
  color: #666;
  line-height: 30px;
  font-family: montserratlight;
  width: 100%; }

.box-empty .half a {
  font-size: 16px; }

.box-empty .half a:hover {
  color: #666; }

.box-empty .half p {
  font-size: 12px; }

.box-empty {
  border: 2px dashed #ccc;
  height: 385px; }

.box-empty figure {
  background: 0 0 !important;
  border-bottom: 1px solid #ccc; }

.box-empty .oval {
  background: #fff !important;
  font-size: 40px; }

.box-empty .oval:hover {
  background: #eaf4ff !important; }

header {
  padding: 16px 0 30px;
  border-bottom: 1pt solid #eee;
  float: left;
  height: 80px;
  width: 100%;
  text-align: center; }

header #menu {
  float: left;
  padding-top: 1px; }

header a {
  font-family: montserratlight;
  color: #666; }

header ul,
header ul li {
  position: relative; }

header ul li img,
header ul li label {
  vertical-align: middle;
  display: inline-block; }

#userRight .plan {
  color: #fff !important; }

#userRight.box-info-user span {
  color: #666;
  font-size: 12px;
  display: inline-block; }

header ul li ul:before {
  content: '';
  width: 100%;
  height: 53px;
  top: -39px;
  position: absolute;
  background: 0 0;
  left: 0; }

header ul li ul {
  border-radius: 4px;
  border-radius: 9px;
  box-shadow: 0 -2px 17px #cacaca;
  margin-left: -200px;
  opacity: 0;
  position: absolute;
  top: 49px;
  visibility: hidden;
  width: 255px;
  z-index: 99999;
  transition: .2s ease-in-out; }

header ul li ul:after {
  content: '';
  position: absolute;
  border: 10px solid transparent;
  left: 50%;
  border-bottom-color: #fff;
  top: -20px;
  margin-left: -5px; }

header ul li ul li:first-child a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

header ul li ul li a:hover {
  background-color: #eaf4ff; }

header ul li ul li:last-child a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

header ul li ul li a {
  float: left;
  font-size: 16px;
  padding: 20px 20px;
  text-align: left;
  transition: .2s ease-in-out;
  width: 100%;
  background-color: #fff;
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.1); }

header ul li:hover ul {
  opacity: 1;
  visibility: visible; }

header ul li ul li a label {
  width: 31px;
  height: 31px;
  text-align: center;
  margin-right: 5px;
  line-height: 28px;
  border: 1px solid #d4d4d4;
  display: inline-block;
  border-radius: 100%; }

.centerLogo img {
  vertical-align: middle;
  display: inline-block; }

main {
  float: left;
  margin-top: 70px;
  position: relative;
  width: 100%;
  border-top: 1px solid #dedede; }

#menu {
  width: 30px;
  display: inline-block; }

#menu ul li img {
  max-width: 100px; }

#menu label {
  float: left;
  width: 100%;
  font-size: 12px;
  border: none; }

#menu ul li {
  min-width: 476px;
  display: inline-block;
  vertical-align: middle; }

#menu ul li a {
  width: auto; }

#menu .option {
  width: 85px;
  height: 85px;
  margin: 30px; }

#menu .option img {
  max-width: 69px; }

#menu .option label {
  border: none;
  border-radius: none;
  font-size: 12px;
  font-family: montserratlight;
  color: #666; }

#menu li ul {
  left: 0;
  width: inherit;
  margin-left: 0;
  width: 580px !important; }

#menu li ul li {
  width: 600px;
  background: #fff; }

#menu li ul li a {
  width: 25%;
  padding: 0;
  border: none;
  padding: 20px 10px;
  text-align: center; }

#menu li ul:after {
  left: 10px; }

#menu i {
  width: 100%;
  height: 3px;
  background: #999;
  border-radius: 4px;
  float: left;
  margin-bottom: 4px; }

#userRight {
  float: right;
  padding-top: 3px; }

#userRight ul:after {
  right: 0;
  left: inherit; }

.logoBorder {
  border: 1pt solid #d4d4d4;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 25px; }

#chart {
  width: 100%;
  height: 500px;
  float: left; }

#logoCenter {
  margin-top: -5px; }

#logoCenter img {
  width: 15px; }

hr {
  margin: 40px 0;
  background: 0 0;
  border: none;
  border-bottom: 1pt solid #eee; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0; }

.tooltip.in {
  opacity: .9; }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

#nav {
  height: 2px;
  width: 100%;
  background: #0b467b;
  background-image: -moz-linear-gradient(0deg, #003774 0%, #0052af 100%);
  background-image: -webkit-linear-gradient(0deg, #003774 0%, #0052af 100%);
  background-image: -ms-linear-gradient(0deg, #003774 0%, #0052af 100%);
  background-image: linear-gradient(0deg, #003774 0%, #0052af 100%);
  float: left;
  transition: .5s ease-in-out;
  overflow: hidden;
  opacity: .1;
  visibility: hidden; }

#nav ul {
  display: block; }

#nav.active {
  height: 155px;
  padding-top: 5px;
  opacity: 1;
  visibility: visible; }

#nav li {
  float: left;
  margin: 13px 57px 0 0; }

#nav li .option-top {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  margin: 0; }

#nav li label {
  font-size: 12px;
  bottom: -20px; }

#nav li .option-top img {
  left: 50%;
  top: 50%;
  position: absolute;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px; }

.no-margin-right {
  margin-right: 0 !important; }

.option-top {
  background-image: linear-gradient(45deg, #ecedf3, #fff);
  border-radius: 40px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 20px 0 rgba(30, 51, 90, 0.1);
  display: inline-block;
  vertical-align: middle;
  height: 170px;
  width: 170px;
  margin: 0 45px;
  margin-bottom: 104px;
  position: relative; }

.option-top:hover {
  background-image: linear-gradient(45deg, #ecedf3, #e7edf5);
  opacity: .7; }

.option-top label {
  color: #fff;
  position: absolute;
  bottom: -32px;
  width: 100%;
  text-align: center;
  left: 0; }

#openMenu {
  width: 20px;
  height: 15px;
  background: url(../../assets/img/arrow-blue-up.png) no-repeat center center;
  position: relative;
  top: -10px;
  display: inline-block; }

#nav-content {
  padding: 0;
  text-align: center;
  z-index: 99;
  position: relative; }

.active_ #openMenu {
  background: url(../../assets/img/arrow-blue-down.png) no-repeat center center;
  top: 0; }

.boxTitulo {
  width: 100%;
  padding-bottom: 18px;
  margin-bottom: 30px; }

.boxTitulo h1 {
  font-size: 30px;
  color: #666;
  font-family: montserratlight;
  font-weight: 400; }

.boxTitulo span {
  font-size: 16px;
  color: #999;
  margin: 10px 0 20px;
  display: block; }

.boxTitulo a {
  color: #374247;
  font-size: 13px;
  font-family: montserratlight;
  cursor: pointer; }

.boxTitulo .bt-remove:hover {
  color: #c00; }

.container12 h2 {
  margin-bottom: 20px; }

.container12 .form label {
  color: #666;
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-family: montserratlight; }

.container12 .form label span {
  font-size: 11px; }

.ms-drop ul > li label {
  margin-bottom: 15px !important; }

.popover-link {
  color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #666;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  font-weight: 700;
  font-size: 9px;
  line-height: 12px;
  cursor: pointer; }

.popHover {
  color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #666;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  font-weight: 700;
  font-size: 9px;
  line-height: 12px;
  cursor: pointer;
  position: absolute; }

.popHover div {
  display: none;
  position: absolute;
  width: 450px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999;
  left: -115px;
  top: 23px; }

.popHover:hover div {
  display: inline-block; }

.data-left {
  left: -50%;
  transform: translateX(50%);
  margin-left: -480px;
  top: 0;
  position: absolute; }

.data-right {
  left: 0;
  top: 0; }

.popHover div p {
  font-size: 12px;
  color: #666;
  margin-bottom: 0px; }

.showPopHover .popHover div.more-to-left {
  left: -100px; }

.popHover:hover {
  background: #2a73db; }

.showPopHover {
  cursor: pointer; }

.showPopHover .popHover div {
  cursor: pointer;
  left: 50%;
  top: -56px; }

/*
.showPopHover:hover div {
    display: block!important
} */
.box-uploaded-img {
  height: 198px;
  width: 100%;
  border-radius: 5px;
  background: #dedede;
  margin-bottom: 20px; }

.box-uploaded-img.no-bg {
  background: 0 0;
  margin-bottom: 10px;
  height: 152px; }

.box-uploaded-img figure {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat; }

.img-uploaded {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
  left: 50%; }

.oval-uploaded {
  background-image: linear-gradient(to bottom, #fff, #f0f0f0);
  border-radius: 100%;
  border: solid 1px #d4d4d4;
  display: inline-block;
  height: 112px;
  position: absolute;
  width: 112px;
  line-height: 112px;
  z-index: 99;
  font-size: 40px;
  text-align: center;
  color: #ccc;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.oval-uploaded img {
  z-index: 9999999;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height: 100%; }

.ovalGlass-uploaded {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  border-radius: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  content: '';
  height: 134px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 134px; }

#boxFiltro {
  background: #f8f8f8;
  padding: 30px 0;
  margin-bottom: 30px; }

.withFilter {
  margin-bottom: 0; }

.boxTitulo.withFilter {
  border: 0; }

#formSearch input {
  color: #666; }

.btn-search {
  height: 40px;
  background: #374247;
  font-size: 25px;
  color: #fff;
  letter-spacing: normal;
  opacity: 1;
  vertical-align: initial;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 0; }

.btn-search:hover {
  background: #6b797f; }

.fa-android {
  color: #a4c639; }

.fa-windows {
  color: #0078d7; }

.fa-linux {
  color: #000; }

.strength-text {
  font-family: montserratlight;
  display: block;
  margin: 5px 0;
  font-size: 12px; }

progress {
  width: 100%; }

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  border: none;
  background: #fff;
  border-radius: 3px; }

progress::-webkit-progress-bar {
  background: #fff;
  border-radius: 3px; }

progress::-webkit-progress-value {
  border-radius: 3px; }

progress::-moz-progress-bar {
  border-radius: 3px; }

.strong-1::-webkit-progress-value {
  background-color: #e84c3d; }

.strong-1::-moz-progress-bar {
  background-color: #e84c3d; }

.strong-2::-webkit-progress-value {
  background-color: #f1c50e; }

.strong-2::-moz-progress-bar {
  background-color: #f1c50e; }

.strong-3::-webkit-progress-value {
  background-color: #e77e22; }

.strong-3::-moz-progress-bar {
  background-color: #e77e22; }

.strong-4::-webkit-progress-value {
  background-color: #3076d8; }

.strong-4::-moz-progress-bar {
  background-color: #3076d8; }

.strong-5::-webkit-progress-value {
  background-color: #2dcc70; }

.strong-5::-moz-progress-bar {
  background-color: #2dcc70; }

#btAlterarSenha {
  font-size: 12px;
  color: #2a73db;
  cursor: pointer; }

#btAlterarSenha:hover {
  text-decoration: underline; }

.input-radio {
  display: inline-block !important;
  font-size: 14px !important;
  color: #666 !important;
  font-family: montserratlight; }

.input-radio label {
  margin-top: 1px;
  display: inline-block !important;
  margin-right: 10px; }

.item-1 {
  text-align: center;
  color: #999;
  margin-top: 10px; }

.sidebar {
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
  width: 300px;
  z-index: 20;
  font-family: montserratlight; }

.sidebar ul {
  margin: 0;
  padding: 0; }

.sidebar li {
  margin-top: 25px; }

.sidebar li > p {
  font-weight: 700;
  margin: 0; }

.sidebar ul,
.sidebar ul li {
  list-style: none; }

.sidebar ul li a {
  border-bottom: none;
  display: block;
  color: #666;
  font-size: 14px; }

.sidebar::-webkit-scrollbar {
  width: 4px; }

.sidebar::-webkit-scrollbar-thumb {
  background: 0 0;
  border-radius: 4px; }

.sidebar:hover::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0.4); }

.sidebar:hover::-webkit-scrollbar-track {
  background: rgba(136, 136, 136, 0.1); }

.sidebar ul li.active > a {
  color: #2a73db; }

.sidebar ul li a:hover {
  color: #2a73db; }

.subtitulo {
  color: #666;
  font-size: 14px;
  line-height: 20px; }

.subtitulo a {
  color: #2a73db; }

.subtitulo a:hover {
  text-decoration: underline; }

.btLink {
  margin-top: 35px;
  display: inline-block;
  font-size: 13px;
  color: #666;
  cursor: pointer; }

.no-margin-top {
  margin-top: 0; }

.no-margin-left {
  margin-left: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.no-margin-right {
  margin-right: 0; }

.btLink:hover {
  color: #2a73db; }

.likeInput {
  height: 40px;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  font-family: montserratlight;
  border: solid 1px #ccc;
  transition: .3s ease-in-out;
  width: 100%;
  background: #fff;
  color: #666;
  line-height: 40px;
  background: #f6f6f6; }

.code-API {
  font-family: montserratlight;
  -moz-osx-font-smoothing: initial;
  -webkit-font-smoothing: initial;
  background-color: #eee;
  margin: 1.2em 0;
  overflow: auto;
  padding: 0 22.4px;
  padding: 0 1.4rem;
  position: relative;
  word-wrap: normal;
  color: #666;
  font-size: 14px;
  line-height: 30px; }

.code-API code {
  font-family: montserratlight;
  font-size: 14px;
  border-radius: 5px;
  color: #2a73db;
  margin: 0 2px;
  padding: 3px 5px;
  white-space: nowrap; }

.selectCustom label {
  margin: 0 !important; }

.selectCustom label.optgroup input {
  margin-right: 10px; }

.selectCustom label input {
  margin-right: 20px; }

.selectCustom li {
  cursor: pointer;
  padding: 5px 3px;
  vertical-align: middle; }

.selectCustom li:hover {
  background: #f6f6f6; }

#chartdiv tspan {
  font-size: 14px;
  color: #666; }

.option {
  /* margin: 0px 25px 104px; */
  float: left; }

#nav ul {
  display: flex;
  justify-content: space-between;
  margin-top: 13px; }

#nav li {
  margin: 0px; }

#nprogress .bar {
  background: #2a73db !important;
  height: 3px !important; }

#nprogress .peg {
  box-shadow: 0 0 10px #2a73db, 0 0 5px #2a73db !important; }

#nprogress .spinner-icon {
  border-top-color: #2a73db !important;
  border-left-color: #2a73db !important; }

li .active {
  color: red; }

[v-cloak] {
  display: none; }

.pagination {
  width: 100%;
  font-family: 'montserratlight';
  font-size: 16px;
  margin: 20px 0;
  float: right;
  text-align: right;
  color: #999; }

.pagination a {
  float: left;
  text-decoration: none;
  font-size: 16px;
  color: #999; }

.pagination p {
  float: left; }

.pagination ul {
  float: right; }

.pagination ul li {
  float: left;
  display: inline-block; }

.page {
  padding: 0 10px;
  cursor: pointer; }

.page:hover {
  color: #2a73db; }

.page.active {
  color: #2a73db;
  font-weight: 700; }

.page.gradient {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
  background: -moz-linear-gradient(0% 0% 270deg, #f8f8f8, #e9e9e9); }

/* .box:nth-child(3n+1) {
  margin-right: 15px !important;
} */
.orderTable tbody tr td:first-child {
  cursor: auto !important; }

#userRight.box-info-user .box-info-user-client,
#userRightDash.box-info-user .box-info-user-client,
#userRight.box-info-user .user,
#userRightDash.box-info-user .user {
  display: block;
  padding-top: 5px;
  float: right;
  text-align: right; }

#userRight.box-info-user .box-info-user-logo,
#userRightDash.box-info-user .box-info-user-logo {
  min-width: 45px;
  min-height: 45px;
  border-radius: 50%;
  max-width: 45px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  max-height: 45px; }

#userRightDash .user,
#userRight .user {
  cursor: default; }

#userRight .fa-angle-down,
#userRightDash .fa-angle-down {
  font-size: 20px; }

#userRight .fa-angle-down {
  color: #666; }

#userRightDash li ul,
#userRight li ul {
  margin-left: -189px; }

header ul li ul:after {
  top: -19px; }

#userRightDash .fa-angle-down {
  color: white; }

.oval-uploaded img {
  border-radius: 50%; }

.btn {
  line-height: 37px !important; }

.align-text-top {
  vertical-align: text-top; }

.sorting {
  background-image: none !important; }

.newLine {
  color: #2a73db; }

.sweet-alert h2 {
  font-weight: 400 !important;
  font-size: 25px;
  margin: 0px !important; }

.sweet-alert p {
  margin-bottom: 25px !important;
  display: block;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 10px;
  padding-bottom: 17px;
  font-weight: 400; }

html .sweet-alert button {
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  height: 40px;
  width: 170px;
  letter-spacing: normal;
  opacity: 1;
  vertical-align: initial;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 5px 0px 15px; }

.sa-confirm-button-container .confirm:hover {
  background: #4d8ce6 !important;
  border: 1pt solid #4d8ce6 !important; }

.sweet-alert .cancel:hover {
  background-color: #939292 !important; }

.sweet-alert {
  padding: 17px 40px;
  z-index: 9999999999999999999999; }

.sweet-alert .sa-icon {
  transform: scale(0.7);
  margin: 0px auto; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 22px; }

.sa-confirm-button-container .confirm {
  background-color: #2a73db !important;
  border: 1pt solid #2a73db !important; }

.sa-button-container .cancel {
  background-color: #666 !important; }

.sweet-alert .sa-icon {
  border-width: 1px !important; }

.sweet-alert p {
  margin-bottom: 20px; }

.subtitulo a:hover {
  text-decoration: none; }

#api-info label {
  color: #666;
  display: block;
  margin-bottom: 8px;
  font-size: 14px; }

.box-uploaded-img {
  overflow: hidden; }

.no-margin-bottom {
  margin-bottom: 0px; }

.inline-block {
  display: inline-block !important; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  height: 40px;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  font-family: montserratlight;
  border: solid 1px #ccc;
  transition: .3s ease-in-out;
  width: 100%;
  background: #fff;
  color: #666; }

.ms-drop li {
  padding: 0px;
  text-align: left; }

.ms-drop li label {
  color: #666;
  font-size: 14px !important; }

.ms-drop li span {
  vertical-align: middle;
  padding-left: 5px;
  font-size: 14px !important; }

.tooltip_dispositives {
  position: relative;
  display: inline-block; }

.tooltip_dispositives .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  font-family: 'montserratlight';
  border-radius: 6px;
  font-size: 14px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s; }

.tooltip_dispositives .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; }

.tooltip_dispositives:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

#nprogress .bar {
  /* background: #0b467a !important; */
  /* background: #f44336 !important; */
  background: #2A73DB !important;
  height: 5px !important; }

#nprogress .peg {
  box-shadow: 0 0 10px #0b467a, 0 0 5px #0b467a !important; }

#nprogress .spinner-icon {
  border-top-color: #0b467a !important;
  border-left-color: #0b467a !important; }

.hide,
.is_admin {
  display: none; }

.show {
  display: block !important; }

.actions_devices_options {
  width: 140px !important; }

.search-input {
  position: relative;
  display: inline-block;
  float: left; }

.search-input.searching::after {
  content: '';
  background-image: url("../../assets/img/loading.gif");
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translate(0%, -50%); }

.file-observations {
  font-size: 11px;
  color: #989898;
  padding-top: 10px;
  display: inline-block;
  line-height: 16px; }

#plan-users {
  width: auto;
  display: inline-block; }

.boxTitulo span {
  font-size: 16px;
  color: #999;
  margin: 5px 0 0 0;
  display: inline-block; }

.container {
  float: left;
  width: 100%;
  padding-top: 25px; }

.boxTitulo.withFilter {
  border: 0;
  margin-bottom: 45px;
  padding: 0; }

#load-content {
  display: flex;
  justify-content: end;
  flex-wrap: wrap; }

.half-icons {
  text-align: right; }

.half-icons a {
  margin: 0 5px; }

.nav-tab {
  float: left;
  width: 100%;
  color: #000;
  margin-bottom: 35px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 40px; }

.tab-content {
  display: none;
  height: 100%;
  width: 100%; }

.nav-tab a {
  color: #8e8d8d;
  font-weight: bold;
  font-size: 14px;
  padding: 18px 28px;
  float: left;
  font-weight: bold;
  margin-bottom: -1px;
  position: relative;
  border: 1px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #dedede; }

.nav-tab a.tab-active {
  color: #374246;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-top: 2px solid #2b73db; }

.nav-tab a.tab-active:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0; }

.column {
  width: 50%;
  height: 100%;
  overflow: hidden;
  padding-right: 12px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  max-height: calc(100% - 222px);
  border: 1px solid #eee;
  min-height: 407px; }

/* width */
.scroll-style::-webkit-scrollbar {
  width: 10px;
  border-radius: 8px; }

/* Track */
.scroll-style::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
.scroll-style::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 8px; }

/* Handle on hover */
.scroll-style::-webkit-scrollbar-thumb:hover {
  background: #555; }

.absoluteCenter {
  position: relative;
  height: 100%;
  width: 1140px;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
  padding: 0 9px;
  top: 0px; }

.api-edit-item {
  height: 100%; }

.alpha {
  margin-left: 0; }

.omega {
  margin-right: 0; }

.btn-blue-add {
  padding: 9px 11px;
  float: right;
  border: 1px solid #a5c3ef;
  border-radius: 4px;
  background: #79d1ff;
  color: #fff; }

.no-padding {
  padding: 0; }

.align-middle {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.margin-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.text-regular th {
  font-weight: normal; }

.float-left {
  float: left; }

.no-float {
  float: none !important; }

/* DivTable.com */
.align-middle-half {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -3px; }

.separator {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  float: left;
  width: 100%; }

#indicadorTable_wrapper {
  height: 40%;
  max-height: 50%;
  /* overflow-y: auto; */ }

.no-padding-edges {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.carousel {
  width: 100%;
  float: left;
  height: 50px;
  padding: 0 10px; }

.row-chartdiv {
  margin-bottom: 10px;
  height: 300px;
  display: inline-block;
  width: 100%; }

.slick-track {
  float: left;
  min-width: 100% !important; }

.carousel .item {
  width: 130px !important;
  min-height: 40px;
  border-radius: 3px;
  text-align: left;
  font-size: 15px;
  padding: 8px 2px; }

.slick-dotted.slick-slider {
  margin-bottom: 25px; }

.carousel .item strong {
  float: left;
  width: 100%;
  margin-bottom: 6px;
  color: #2b73db; }

.carousel .item b {
  float: left;
  width: 100%;
  color: #374246;
  margin-bottom: 6px; }

.carousel .item-content {
  border: 1px solid #eee;
  padding: 8px 7px;
  float: left;
  border-radius: 3px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  width: 100%; }

.fields-to-graph {
  width: 25.55%;
  display: inline-block;
  margin-right: -3px; }

.scrollHeight {
  /* height: 36%; */
  /* overflow: auto; */
  /* padding-bottom: 0; */ }

.no-padding {
  padding: 0; }

.col-labels {
  overflow: hidden;
  padding-right: 0px;
  padding-bottom: 10px; }

.newSubtitle {
  font-weight: bold;
  padding: 9px 20px;
  border-radius: 3px; }

p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

.max-height-col-indicators {
  max-height: calc(100% - 262px);
  height: 100%; }

.col-indicators {
  min-height: 510px;
  width: 559px; }

.indicator-category-select .ms-parent {
  width: 100% !important; }

.indicator-category-select .ms-drop input[type="radio"] {
  margin-left: 20px; }

.import-data {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
  float: left;
  width: 100%; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.padding-left-10 {
  padding-left: 10px !important; }

.text-left {
  text-align: left; }

.curtain {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fbfbfb;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: .500s ease-in-out; }

.curtain.show-up {
  opacity: 1;
  visibility: visible; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #2b73db;
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
  box-shadow: 0px 1px 7px #2b73db63, 0px 3px 4px #2b73db66; }

.content-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

h2.title {
  margin-bottom: 0;
  padding: 14px 10px;
  background: #d4dbe2;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #c8cbcc; }

#indicadorTable_wrapper .actions a,
.reference-fields .actions a {
  font-size: 17px;
  vertical-align: top;
  display: inline-block; }

.reference-fields input {
  color: #000; }

.fix-at-footer {
  text-align: left;
  background: #f8f8f8;
  position: absolute;
  bottom: 0;
  left: 0; }

.slick-dots {
  position: absolute;
  bottom: -41px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 0; }

.bg-modal {
  position: fixed;
  background: rgba(13, 16, 19, 0.72);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .500s ease-in-out; }

.bg-modal.opened-modal {
  opacity: 1;
  visibility: visible; }

.bg-modal .modal {
  padding: 30px 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.close-modal {
  position: absolute;
  top: -20px;
  right: 0;
  color: #fff;
  transition: .400s ease-in-out; }

.close-modal:hover {
  color: #2b73db; }

#modal-importar {
  width: 500px; }

@-moz-document url-prefix() {
  .newSubtitle {
    font-weight: normal; } }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

label.error {
  display: none !important; }

.unidade-title {
  width: 80%;
  display: inline-block;
  margin-right: -5px;
  vertical-align: top;
  max-height: 41px;
  overflow: hidden; }

.unidade-icon {
  width: 20%;
  text-align: right;
  display: inline-block;
  vertical-align: top; }

.box-content {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; }
  .box-content .box {
    width: 360px;
    margin: 0 10px 20px; }

.sweet-alert[data-has-cancel-button=false] button {
  width: 100%; }

.device-icons {
  width: 50%;
  vertical-align: text-top; }

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding: 40px 20px; }

.ms-drop input[type="radio"] {
  display: inline-block !important;
  width: 10px;
  height: 10px;
  /* background: #000; */
  -webkit-appearance: radio !important; }

.access-data {
  font-size: 15px;
  line-height: 18px; }
  .access-data b {
    font-weight: 700; }

#navigation-mode {
  width: 100%;
  float: left;
  position: relative;
  background: #000;
  padding: 15px 0 !important;
  border: 1px solid;
  font-size: 17px; }
  #navigation-mode a {
    color: #830101;
    font-weight: bold; }
  #navigation-mode.primary {
    color: #000000;
    background-color: #FFF7D6;
    border-color: #f9ebb3; }
  #navigation-mode.danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb; }
  #navigation-mode.info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb; }
  #navigation-mode.warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba; }

.error-tab {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #ea3a3a;
  top: 8px;
  display: none;
  right: 8px; }

a.tab-active.has-tab-error {
  border-color: #ed4242; }

a.has-tab-error .error-tab {
  display: block; }

.text-primary {
  color: #007bff !important; }

.text-danger {
  color: #dc3545 !important; }

.text-warning {
  color: #ffc107 !important; }

.text-info {
  color: #17a2b8 !important; }

.hidden-info-plans .table-plan .text-center {
  display: none; }

.halfGraphs .halfColumn {
  width: 49.5%; }
  .halfGraphs .halfColumn:last-child {
    float: right; }

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.fix-padding-actions {
  padding-right: 33px !important; }

.chart-meta:read-only {
  background: #eee;
  border: 1px solid #c7c2c2; }

#devices .boxTitulo {
  display: flex;
  align-items: center;
  justify-content: space-between; }

#devices .devices-report {
  display: flex;
  justify-content: space-between;
  width: 20%; }
  #devices .devices-report .devices-report-item {
    display: flex;
    align-items: center; }
    #devices .devices-report .devices-report-item.ios img {
      padding-bottom: 4px; }
    #devices .devices-report .devices-report-item img {
      max-width: 40px;
      opacity: .5; }
    #devices .devices-report .devices-report-item span {
      color: #4C4D54;
      padding-bottom: 5px;
      font-weight: 900;
      font-size: 20px;
      font-family: 'montserratbold'; }

.character-counter {
  font-weight: 100;
  color: #ccc;
  float: right; }

.treegrid-indent {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative; }

.treegrid-expander {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 10px; }

.treegrid-expander-expanded {
  background-image: url(../../assets/img/collapse.png); }

.treegrid-expander-collapsed {
  background-image: url(../../assets/img/expand.png); }

#profiles-edit #boxFiltro {
  background: #fff;
  padding: 0px; }

.tab-permissions #search {
  margin-bottom: 30px; }

.tab-permissions .treeTable {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border-collapse: collapse; }
  .tab-permissions .treeTable td, .tab-permissions .treeTable tr {
    color: #666;
    margin-bottom: 8px;
    font-size: 14px;
    font-family: montserratlight; }
    .tab-permissions .treeTable td:before, .tab-permissions .treeTable tr:before {
      display: none; }
  .tab-permissions .treeTable tr.tr-visible {
    display: table-row !important; }
    .tab-permissions .treeTable tr.tr-visible.tr-valid-search .permission-text {
      color: #cac700;
      font-weight: bold;
      text-decoration: underline; }
  .tab-permissions .treeTable tr.tr-invisible {
    display: none !important; }
  .tab-permissions .treeTable tr {
    transition: 500ms ease-in-out;
    border-radius: 5px; }
    .tab-permissions .treeTable tr:hover {
      background-color: #f6f6f6; }
  .tab-permissions .treeTable td {
    width: 50%;
    padding: 6px 10px;
    border-bottom: 1px solid #e5e5e55e; }
  .tab-permissions .treeTable .permission-icon {
    max-width: 40px;
    display: inline-block; }
  .tab-permissions .treeTable td span {
    vertical-align: middle !important; }
  .tab-permissions .treeTable .treegrid-expander {
    vertical-align: bottom; }
  .tab-permissions .treeTable input {
    font-size: 16px; }

.tab-permissions .permissions {
  text-align: right; }
  .tab-permissions .permissions .permission-label {
    display: inline-block !important;
    margin-right: 70px;
    margin-bottom: 0px !important;
    color: inherit !important;
    font-weight: 400 !important; }
    .tab-permissions .permissions .permission-label.permission-label-with-info {
      margin-right: 56px;
      font-weight: bold; }
      .tab-permissions .permissions .permission-label.permission-label-with-info:last-child {
        margin-right: 18px; }
    .tab-permissions .permissions .permission-label input {
      font-size: 16px; }
    .tab-permissions .permissions .permission-label:last-child {
      margin-right: 0px; }

.tab-permissions .permissions-actions a {
  font-size: 14px;
  margin-right: 30px;
  color: #666;
  font-weight: bold; }
  .tab-permissions .permissions-actions a:hover {
    color: #0B467B; }

@media only screen and (max-height: 800px) {
  #dashboard .optionsContent {
    padding-top: 300px; } }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-primary hr {
  border-top-color: #9fcdff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary hr {
  border-top-color: #c8cbcf; }

.alert-secondary .alert-link {
  color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-success hr {
  border-top-color: #b1dfbb; }

.alert-success .alert-link {
  color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.alert-info hr {
  border-top-color: #abdde5; }

.alert-info .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.alert-warning hr {
  border-top-color: #ffe8a1; }

.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-danger hr {
  border-top-color: #f1b0b7; }

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light hr {
  border-top-color: #ececf6; }

.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-dark hr {
  border-top-color: #b9bbbe; }

.alert-dark .alert-link {
  color: #040505; }

.multiselect {
  color: #666; }
  .multiselect .multiselect__tags {
    border: 1px solid #ccc; }
  .multiselect .multiselect__select {
    transform: none !important; }
    .multiselect .multiselect__select:before {
      border: none;
      background: url(../../assets/img/rowGray.png) center/contain no-repeat !important;
      width: 15px;
      height: 15px;
      position: absolute;
      margin-top: 0;
      top: 50%;
      right: 10px;
      transform: translateY(-50%); }
  .multiselect .multiselect__option--selected.multiselect__option--highlight, .multiselect .multiselect__option--highlight {
    background: #f3f3f3 !important; }
  .multiselect .multiselect__single, .multiselect .multiselect__option {
    display: flex;
    align-items: center;
    font-family: 'montserratlight';
    font-size: 14px;
    color: #666; }
  .multiselect .option__image {
    margin-right: 10px;
    width: 20px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #ffffff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #ffffff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #ffffff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

#indicators-page .popover {
  max-width: 400px;
  border: none; }
  #indicators-page .popover .popover-title p {
    font-size: 12px; }
  #indicators-page .popover .popover-content {
    padding: 0px; }
