/**
 * google-material-color v1.2.6
 * https://github.com/danlevan/google-material-color
 */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700|Roboto:300,700|Roboto+Condensed:700');
.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}
.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}
.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}
.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}
@media (max-width: 767px) {
  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: inherit;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
.gradient {
  background: #34a6df;
  background: linear-gradient(135deg, #46addf 0%, #248bbe 33%, #1472a1 69%, #02527a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46addf', endColorstr='#02527a', GradientType=1);
}
.img-logo {
  display: block;
  max-width: 180px;
  height: auto;
  margin: 0 auto;
}
.filter {
  color: #9E9E9E;
  background-color: #F5F5F5;
  border-radius: 9px;
  padding: 15px;
  margin-bottom: 30px;
}
.filter .form-inline > * {
  margin-right: 10px;
}
.options a + a {
  margin-left: 12px;
}
.transition {
  transition: all 0.5s ease;
}
.icon-link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
}
.icon-link:hover,
.icon-link:focus,
.icon-link:active {
  text-decoration: none;
}
.icon-link .fal,
.icon-link .fas {
  margin-right: 5px;
  color: #46addf;
}
.icon-link span {
  color: #46addf;
}
.fas.fa-color-default,
.far.fa-color-default,
.fal.fa-color-default {
  color: #46addf;
}
.title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.gallery {
  padding-right: 15px;
}
.gallery > div {
  padding-right: 0;
  margin-top: 15px;
}
.modal-content {
  border-radius: 0;
}
.panel-empty {
  padding: 100px 0;
  text-align: center;
  font: 400 18px / 1em 'Raleway', sans-serif;
  color: #BDBDBD;
  background-color: #F5F5F5;
  border-radius: 24px;
}
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  /*height:2em;*/
  padding: 0.25em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.picker__frame {
  transition: none;
}
.upload-container {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.upload-container .upload {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(224, 224, 224, 0.5) url('../images/icons/upload.svg') no-repeat center;
  background-size: 48px;
}
.top-buffer-sm {
  margin-top: 15px;
}
-webkit-keyframes autofill to {
  color: #666;
  background: transparent;
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
          animation-name: autofill;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.form-group {
  margin-bottom: 15px;
}
.form-group.error label {
  color: #D50000;
}
.form-group.error .form-control {
  border: 2px solid #D50000;
  padding-right: 37px;
  background: url('../images/icons/exclamation-circle.svg') no-repeat center right;
}
.value {
  font: 300 18px / 1.5em 'Roboto', sans-serif;
  color: #46addf;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.form-control {
  font: 300 18px / 1.5em 'Roboto', sans-serif;
  color: #424242;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #E0E0E0;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #E0E0E0;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #E0E0E0;
  opacity: 1;
}
.form-control::placeholder {
  color: #E0E0E0;
  opacity: 1;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff url('../images/icons/angle-down.svg') no-repeat center right;
  background-size: 14px;
  padding-right: 8px;
  background-origin: content-box;
}
input.form-control,
select.form-control,
textarea.form-control {
  border: 1px solid #E0E0E0;
}
.form-control:focus {
  border-color: #46addf;
  box-shadow: none;
}
.form-control.form-control-lg {
  height: 54px;
  font: 300 24px / 1em 'Roboto', sans-serif;
}
.validation-message {
  opacity: 0;
  font: 300 12px / 1.5em 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #D50000;
  margin-top: 5px;
  transition: all 0.5s ease;
}
form:not(.form-inline) label {
  display: block;
  color: #000000;
  font-size: 12px;
}
form:not(.form-inline) label.form-check-label {
  display: inline-block;
  font: 300 14px / 1.75em 'Roboto', sans-serif;
}
label {
  font: 300 14px / 1.5em 'Roboto', sans-serif;
}
label.radio-inline {
  font: 300 18px / 1.5em 'Roboto', sans-serif;
  color: #46addf;
}
label.req {
  font-weight: 700;
}
label span {
  color: #BDBDBD;
  font-weight: normal;
}
label span:before {
  content: ' ';
}
div.checkbox label {
  font: 300 18px / 1.5em 'Roboto', sans-serif;
  color: #46addf;
  display: inline-block;
}
h2.separator {
  font: 400 36px / 1em 'Raleway', sans-serif;
  color: #424242;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
  margin: 15px 0;
}
form .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E0E0E0;
  padding-top: 15px;
  margin-top: 30px;
}
.btn {
  border: none;
  text-transform: uppercase;
}
.btn.active,
.btn:active {
  box-shadow: none;
}
.btn.active.focus,
.btn:active.focus,
.btn.active:focus,
.btn:active:focus,
.btn.focus,
.btn:focus {
  outline: none;
  outline-offset: unset;
}
.btn.btn-default {
  color: #ffffff;
  background-color: #46addf;
}
.btn.btn-default.active.focus,
.btn.btn-default:active.focus,
.btn.btn-default.active:focus,
.btn.btn-default:active:focus,
.btn.btn-default.focus,
.btn.btn-default:focus {
  color: #ffffff;
  background-color: #292929;
}
.btn.btn-default.disabled.focus,
.btn.btn-default.disabled:focus,
.btn.btn-default.disabled:hover,
.btn.btn-default[disabled].focus,
.btn.btn-default[disabled]:focus,
.btn.btn-default[disabled]:hover,
fieldset[disabled] .btn.btn-default.focus,
fieldset[disabled] .btn.btn-default:focus,
fieldset[disabled] .btn.btn-default:hover {
  background-color: #424242;
}
.btn.btn-lg {
  font: 700 24px / 1em 'Raleway', sans-serif;
  text-transform: uppercase;
  padding: 15px 30px;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 30px;
  border-radius: 9px;
}
.input-group-addon {
  border: 1px solid #E0E0E0;
}
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 0;
  border-bottom-color: #46addf;
}
.table > tbody > tr > td,
.table > tbody > tr > th {
  vertical-align: middle;
  border-bottom: 1px solid #E0E0E0;
}
.table > tbody > tr.inactive {
  color: #9E9E9E;
  background-color: #F5F5F5;
}
.table td:first-child,
.table th:first-child {
  padding-left: 0;
}
.table td:last-child,
.table th:last-child {
  padding-right: 0;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: rgba(66, 66, 66, 0.5);
}
.nav-tabs {
  margin-bottom: 30px;
  border-bottom: 0;
}
.nav-tabs > li > a {
  color: #ffffff;
  background-color: #46addf;
  text-transform: uppercase;
  border-radius: 24px;
  border: 0;
  padding: 5px 15px;
  margin-right: 10px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #ffffff;
  background-color: #424242;
  border: 0;
}
.breadcrumb a {
  text-transform: uppercase;
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.pagination li > a,
.pagination li > span {
  padding: 8px 12px;
  font: 300 14px/1em 'Roboto', sans-serif;
  color: #424242;
  text-decoration: none;
}
.pagination li > a:focus,
.pagination li > span:focus,
.pagination li > a:hover,
.pagination li > span:hover {
  color: #46addf;
}
.pagination li.active > a,
.pagination li.active > span,
.pagination li.active > a:focus,
.pagination li.active > span:focus,
.pagination li.active > a:hover,
.pagination li.active > span:hover {
  color: #ffffff;
  background-color: #46addf;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #FF3D00;
  text-transform: uppercase;
  font-size: 11px;
}
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #FF3D00;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #FF3D00;
  background-color: #FF9E80;
  border-color: #FF3D00;
}
.has-success .form-control,
.has-success .form-control:focus {
  border-color: #E0E0E0;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #E0E0E0;
  background-color: #FAFAFA;
  border-color: #E0E0E0;
}
.help-block {
  display: inline-block;
  font-size: 11px;
}
.well {
  border: 0;
  background-color: #FAFAFA;
  border-radius: 24px;
  box-shadow: none;
}
ul.list-inline > li > label.value {
  margin-top: 8px;
  margin-bottom: 8px;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.repeat-item.ng-enter,
.repeat-item.ng-leave {
  transition: 0.2s linear all;
}
.repeat-item.ng-enter,
.repeat-item.ng-leave.ng-leave-active {
  opacity: 0;
}
.repeat-item.ng-leave,
.repeat-item.ng-enter.ng-enter-active {
  opacity: 1;
}
.ng-confirm-title {
  line-height: 1.25em;
  text-transform: uppercase;
}
.bootstrap-tagsinput {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #212121;
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  min-height: 39px;
  padding: 2px;
  margin-bottom: 30px;
  box-shadow: none;
  cursor: text;
  flex-wrap: wrap;
}
.bootstrap-tagsinput input[type='text'] {
  font: 300 18px / 1em 'Roboto', sans-serif;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 3px 3px 3px 7px;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input[type='text']:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  font: 300 18px / 1em 'Roboto', sans-serif;
  margin: 3px;
  padding: 5px;
}
.bootstrap-tagsinput .tag.big {
  color: #ffffff;
  background-color: #CDDC39;
  border-radius: 5px;
}
.bootstrap-tagsinput .tag [data-role='remove'] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role='remove']:after {
  content: '\00D7';
  font-weight: bold;
  padding: 0px 2px;
}
.ngrateit {
  display: flex;
  justify-content: center;
}
.ngrateit-star {
  background-size: 32px;
}
.rating {
  display: flex;
  align-items: center;
}
.rating.rating-center {
  flex-direction: column;
}
.rating .star {
  width: 134px;
  height: 24px;
  background: url(../Images/bg-Rate.png) no-repeat;
  display: inline-block;
  margin-right: 5px;
}
.rating .star.star-0 {
  background-position: 2px -2px;
}
.rating .star.star-1 {
  background-position: -2px -36px;
}
.rating .star.star-2 {
  background-position: -2px -70px;
}
.rating .star.star-3 {
  background-position: -2px -104px;
}
.rating .star.star-4 {
  background-position: -2px -138px;
}
.rating .star.star-5 {
  background-position: -145px -2px;
}
.rating .star.star-lg {
  width: 178px;
  height: 32px;
  background: url('../Images/bg-Rate.png') no-repeat;
  display: inline-block;
}
.rating .star.star-lg.star-0 {
  background-position: -293px -2px;
}
.rating .star.star-lg.star-1 {
  background-position: -293px -36px;
}
.rating .star.star-lg.star-2 {
  background-position: -293px -70px;
}
.rating .star.star-lg.star-3 {
  background-position: -293px -104px;
}
.rating .star.star-lg.star-4 {
  background-position: -293px -138px;
}
.rating .star.star-lg.star-5 {
  background-position: -483px -2px;
}
.cropbox {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #000;
  z-index: 1001;
}
.cropbox .crop {
  overflow: hidden;
  background: #46addf;
  width: 500px;
  height: 500px;
  margin-bottom: 15px;
}
.cropbox .cancel {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cropbox .crop {
    width: 300px;
    height: 300px;
  }
}
.note-editable {
  font: 300 14px / 1.5em 'Roboto', sans-serif;
}
.note-editable b {
  font-weight: 700;
}
.color-picker-wrapper .color-picker-input-swatch {
  padding-left: 40px;
}
.color-picker-wrapper .color-picker-swatch:not(.input-group-addon) {
  top: 6px;
  width: 29px;
  height: 29px;
}
.color-picker-wrapper .color-picker-swatch:not(.input-group-addon).color-picker-swatch-left {
  left: 6px;
}
#auth-login .auth-error {
  display: flex;
  align-items: center;
  font: 400 24px / 1.25em 'Raleway', sans-serif;
  margin-bottom: 30px;
}
#auth-login .auth-error .fal {
  margin-right: 15px;
}
#auth-login .panel-left {
  position: relative;
  background-color: #424242;
  background-size: cover;
  min-height: 100vh;
}
#auth-login .panel-left .pattern {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
#auth-login .panel-left .pattern .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
#auth-login .panel-left .pattern .logo img {
  max-width: 300px;
}
#auth-login .panel-left .pattern .signature {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
#auth-login .panel-right {
  color: #424242;
  background-color: #ffffff;
  min-height: 100vh;
  padding: 10vw;
}
#auth-login .panel-right h1 {
  color: #424242;
  padding-bottom: 15px;
  border-bottom: 2px solid #46addf;
  margin-bottom: 30px;
}
#auth-login .panel-right label {
  color: #46addf;
}
#auth-login .panel-right .fas {
  position: absolute;
  color: #000000;
  font-size: 18px;
  width: 39px;
  height: 39px;
  left: 12px;
  top: 12px;
}
#auth-login .panel-right div.email-wrapper,
#auth-login .panel-right div.password-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
#auth-login .panel-right div.email-wrapper input,
#auth-login .panel-right div.password-wrapper input {
  -webkit-box-shadow: 0 0 0 100px white inset;
  padding-left: 39px;
}
#auth-login .panel-right .forgot {
  color: #46addf;
  line-height: 54px;
  text-transform: uppercase;
}
#auth-login .panel-right .forgot a {
  text-decoration: unset;
}
body {
  overflow-x: hidden;
}
/* GENERAL STRUCTURE */
#wrapper > .sidebar {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  width: 250px;
  background-color: #424242;
  transition: all 0.5s ease;
}
#wrapper > .sidebar .menu {
  height: 300px;
  overflow-y: auto;
}
#wrapper > .sidebar .signature {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
#wrapper > .content {
  position: relative;
  margin-left: 250px;
  padding: 80px 0 30px;
  min-width: 300px;
  transition: all 0.5s ease;
}
#wrapper.open > .sidebar {
  left: 0;
}
#wrapper.open > .content {
  margin-left: 250px;
}
/* MENU */
#wrapper > .sidebar .user {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrapper > .sidebar .user p {
  margin-top: 15px;
  font: 400 18px / 1em 'Raleway', sans-serif;
  color: #ffffff;
}
#wrapper > .sidebar .user p small {
  font-size: 12px;
}
#wrapper > .sidebar .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#wrapper > .sidebar .menu ul li {
  border-top: 1px solid #292929;
}
#wrapper > .sidebar .menu ul li a {
  font: 400 18px / 1em 'Raleway', sans-serif;
  width: 250px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 0;
  width: 100%;
  text-decoration: none;
  color: #ffffff;
}
#wrapper > .sidebar .menu ul li a div .fal {
  line-height: 1.5em;
  padding: 0 12px;
}
#wrapper > .sidebar .menu ul li a div.icon {
  width: 50px;
  text-align: center;
}
#wrapper > .sidebar .menu ul li a div.area {
  font-weight: 400;
}
#wrapper > .sidebar .menu ul li a div.link {
  margin: 8px 0 7px;
}
#wrapper > .sidebar .menu ul li a div.arrow {
  margin-left: auto;
}
#wrapper > .sidebar .menu ul li a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #4f4f4f;
}
#wrapper > .sidebar .menu ul li a:active,
#wrapper > .sidebar .menu ul li a:focus {
  text-decoration: none;
}
#wrapper > .sidebar .menu ul li .menu-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#wrapper > .sidebar .menu ul li .menu-item .fal.on {
  display: none;
}
#wrapper > .sidebar .menu ul li .menu-item .fal.off {
  display: inline;
}
#wrapper > .sidebar .menu ul li.selected .menu-item .fal.on {
  display: inline;
}
#wrapper > .sidebar .menu ul li.selected .menu-item .fal.off {
  display: none;
}
#wrapper > .sidebar .menu ul li.selected .submenu {
  height: auto;
}
#wrapper > .sidebar .menu ul li .submenu {
  background-color: #353535;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
#wrapper > .sidebar .menu ul li .submenu a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* TOPBAR */
nav.navbar-controlpanel {
  z-index: 1000;
  position: fixed;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  left: 250px;
  top: 0;
  right: 0;
  height: 50px;
  min-width: 300px;
  color: #ffffff;
  border-radius: 0;
  padding: 12px;
  background: #34a6df;
  background: linear-gradient(135deg, #46addf 0%, #248bbe 33%, #1472a1 69%, #02527a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46addf', endColorstr='#02527a', GradientType=1);
  transition: all 0.5s ease;
}
nav.navbar-controlpanel .block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav.navbar-controlpanel .block > * {
  margin-right: 12px;
}
nav.navbar-controlpanel .block > *:last-child {
  margin-right: 0;
}
nav.navbar-controlpanel div {
  color: #ffffff;
}
nav.navbar-controlpanel div.title {
  font: 400 18px / 1em 'Raleway', sans-serif;
}
nav.navbar-controlpanel div .img-profile {
  height: 24px;
  width: 24px;
  border-radius: 50%;
}
/* RESPONSIVE */
@media (min-width: 1200px) {
  #wrapper nav.navbar-controlpanel .menu {
    display: none;
  }
}
@media (max-width: 1199px) {
  #wrapper > .sidebar {
    left: -250px;
  }
  #wrapper > .content {
    margin-left: 0;
  }
  #wrapper nav.navbar-controlpanel {
    min-width: 300px;
    left: 0;
  }
  #wrapper nav.navbar-controlpanel .title {
    font-size: 14px;
  }
  #wrapper.open > .sidebar {
    left: 0;
  }
  #wrapper.open > .content {
    margin-left: 250px;
  }
  #wrapper.open nav.navbar-controlpanel {
    min-width: 300px;
    left: 250px;
  }
}
.kpi-wrapper {
  color: #212121;
  border: 1px solid #F5F5F5;
  background-color: #FAFAFA;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.kpi-wrapper > h2 {
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 15px;
  text-align: center;
}
.kpi-wrapper .kpi > canvas {
  width: 400px;
  height: 308px;
}
.kpi-wrapper .kpi.kpi-singlevalue {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.kpi-wrapper .kpi.kpi-singlevalue .fas {
  color: #46addf;
  margin-right: 10px;
}
.kpi-wrapper .kpi.kpi-panel {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.kpi-wrapper .kpi.kpi-panel .kpi-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kpi-wrapper .kpi.kpi-panel .kpi-item .fas {
  color: #46addf;
  margin-bottom: 10px;
}
.kpi-wrapper .kpi h3 {
  font: 700 24px/1em 'Roboto Condensed', sans-serif;
  letter-spacing: -0.05em;
  margin: 0;
}
.kpi-wrapper .kpi table {
  width: 100%;
}
.kpi-wrapper .kpi table td {
  text-align: center;
}
body {
  font: 400 14px / 1.5em 'Raleway', sans-serif;
  background-color: #FAFAFA;
}
h1 {
  color: #424242;
  font: 400 60px / 1em 'Raleway', sans-serif;
  margin: 0;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}
a {
  color: #424242;
  cursor: pointer;
}
a:hover,
a:focus,
a:active {
  color: #292929;
}
p + p:last-child {
  margin-bottom: 0;
}
.note-editable {
  font: 300 18px / 1.5em 'Roboto', sans-serif;
}
.table-container {
  height: 580px;
}
