@charset "UTF-8";
/*
Template Name: Uplon bootstrap 4 Admin Template
Author: CoderThemes
Version: 1.8.0
Email: support@coderthemes.com
File: Main Style css
*/
html {
  position: relative;
  min-height: 100%;r
}

body {
  font-size: 0.9rem;
  background-color: #f5f5f5;
  padding-bottom: 60px;
}
.fixed-left .enlarged .rz-blu img{
    height: 20px !important;
}
.fixed-left .enlarged .rz-grad img{
    height: 15px !important;
} 
.popover{
  max-width:400px !important;
}
.page-title-box {
  background-color: #ffffff;
  margin: -20px -20px 20px -20px;
  padding: 20px;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}

.page-title-box .page-title {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.page-title-box .breadcrumb {
  padding: 0;
  background-color: transparent !important;
}

.card-box {
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}

.header-title {
  font-size: 14px;
  text-transform: uppercase;
}

.page-header {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.15rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #eceeef;
}

.button-list {
  margin-bottom: -5px;
  margin-left: -7px;
}

.button-list button, .button-list a {
  margin: 5px 7px;
}

canvas {
  max-width: 100%;
}

svg {
  max-width: 100%;
}

a {
  outline: none !important;
  text-decoration: none !important;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
  padding-right: 10px;
  padding-left: 10px;
}

.bg-primary {
  background-color: #039cfd !important;
}

.bg-success {
  background-color: #1bb99a !important;
}

.bg-info {
  background-color: #3db9dc !important;
}

.bg-warning {
  background-color: #f1b53d !important;
}

.bg-danger {
  background-color: #ff5d48 !important;
}

.bg-purple {
  background-color: #9261c6 !important;
}

.bg-pink {
  background-color: #ff7aa3 !important;
}

.bg-dark {
  background-color: #2b3d51 !important;
}
.bg-light {
    background-color: #fbfbfb !important;
  }
  .bg-primary-light{
      background: #f4f9ff;
      border:1px solid #007aff;
      border-radius: 5px;
  }
  .text-primary-1{
      color:#007aff;
  }

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  background-color: #039cfd;
}

.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
  color: inherit;
  text-decoration: none;
  background-color: #f8f9fa !important;
}

.dropdown-item {
  font-size: 0.9rem;
}

.progress-bar {
  background-color: #039cfd;
}

.pagination .page-item.active .page-link {
  background: #64b0f2;
  border-color: #64b0f2;
}
.pagination li.active a {
  background: #64b0f2;
  border-color: #64b0f2;
  color:#fff !important;
}
.pagination li a{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}


@media (min-width: 576px) {
  .card-deck {
    margin-right: -10px;
    margin-left: -10px;
  }
  .card-deck .card {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-block {
  display: block;
}

/* IE9, IE10, IE11 */
@media screen and (min-width: 0\0) {
  .form-control {
    padding: 0.55rem 0.75rem !important;
  }
  .input-group-addon {
    line-height: inherit !important;
    font-size: 1rem !important;
  }
  .carousel-control span {
    right: 20px;
  }
}

/* --- Menu --- */
.topbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.topbar .topbar-left {
  background: #ffffff;
  float: left;
  text-align: center;
  height: 70px;
  position: relative;
  width: 250px;
  z-index: 1;
}

.topbar .topbar-left .logo {
  line-height: 70px;
}

.navbar-custom {
  background-color: #2b3d51;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 10px;
  margin-left: 250px;
  min-height: 70px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.navbar-custom .nav-link {
  padding: 0;
  line-height: 70px;
  color: rgba(255, 255, 255, 0.6);
}

.navbar-custom .dropdown-toggle:after {
  content: initial;
}

.navbar-custom .menu-left {
  overflow: hidden;
}

.logo {
  color: #2b3d51 !important;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.logo span span {
  color: #64b0f2;
}

.user-box {
  text-align: center;
  padding: 30px 0 20px 0;
}

.user-box .user-img {
  position: relative;
  height: 88px;
  width: 88px;
  margin: 0 auto;
}

.user-box h5 a {
  color: #373a3c;
}

.user-box .user-status {
  height: 12px;
  width: 12px;
  position: absolute;
  bottom: 7px;
  right: 15px;
}

.user-box .user-status i {
  font-size: 15px;
}

.user-box .user-status.away i {
  color: #f1b53d;
}

.user-box .user-status.offline i {
  color: #ff5d48;
}

.user-box .user-status.online i {
  color: #1bb99a;
}

.user-box .user-status.busy i {
  color: #373a3c;
}

.user-box ul li a {
  color: #373a3c;
}

.user-box ul li a:hover {
  color: #64b0f2;
}

.side-menu {
  top: 70px;
  width: 250px;
  z-index: 10;
  background: #ffffff;
  bottom: 70px;
  margin-bottom: -70px;
  margin-top: 0;
  padding-bottom: 70px;
  position: absolute;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}

.content-page {
  margin-left: 250px;
  overflow: hidden;
}

.content-page .content {
  padding: 0 5px;
  margin-top: 73px;
}

.side-menu.left {
  position: absolute;
}

body.fixed-left .side-menu.left {
  bottom: 50px;
  margin-bottom: 0px;
  margin-top: 0;
  padding-bottom: 0px;
  /* position: fixed; */
  
  height: 100%;
}

.button-menu-mobile {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 21px;
  line-height: 70px;
  padding: 0 15px;
  margin-right: 10px;
}

.button-menu-mobile:hover {
  color: #64b0f2;
}

.sidebar-inner {
  height: 100%;
 
}

#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

#sidebar-menu {
  padding-bottom: 30px;
  width: 100%;
  background-color: #fff;
}

#sidebar-menu a {
  line-height: 1.3;
}

#sidebar-menu ul li .menu-arrow {
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
  position: absolute;
  right: 20px;
  top: 16px;
  display: inline-block;
  font-family: 'Material-Design-Iconic-Font';
  text-rendering: auto;
  line-height: 18px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#sidebar-menu ul li .menu-arrow:before {
  content: '\f2fb';
}

#sidebar-menu ul li a.subdrop .menu-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#sidebar-menu ul ul {
  display: none;
}

#sidebar-menu ul ul li {
  border-top: 0;
}

#sidebar-menu ul ul li.active a {
  color: #64b0f2;
}

#sidebar-menu ul ul a {
  color: rgba(43, 61, 81, 0.8);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  padding: 10px 20px 10px 60px;
}

#sidebar-menu ul ul a:hover {
  color: #2b3d51;
}

#sidebar-menu ul ul a i {
  margin-right: 5px;
}

#sidebar-menu ul ul ul a {
  padding-left: 80px;
}

#sidebar-menu .badge {
  margin-top: 2px;
  line-height: 1.3;
}

#sidebar-menu .subdrop {
  color: #2b3d51 !important;
}

#sidebar-menu .has_sub ul .has_sub .menu-arrow {
  top: 10px !important;
}

#sidebar-menu > ul > li > a {
  color: rgba(43, 61, 81, 0.8);
  display: block;
  padding: 14px 20px;
  font-weight: 500;
  font-size: 0.95rem;
}

#sidebar-menu > ul > li > a:hover {
  color: #2b3d51;
  text-decoration: none;
}

#sidebar-menu > ul > li > a > span {
  vertical-align: middle;
}

#sidebar-menu ul li a i {
  display: inline-block;
  font-size: 18px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}

#sidebar-menu ul li a .drop-arrow {
  float: right;
}

#sidebar-menu ul li a .drop-arrow i {
  margin-right: 0;
}

#sidebar-menu > ul > li > a.active {
  color: #ffffff !important;
  background-color: #64b0f2;
}

.menu-title {
  padding: 12px 20px !important;
  letter-spacing: .035em;
  pointer-events: none;
  cursor: default;
  font-size: 13px;
}

.footer {
  border-top: 1px solid rgba(152, 166, 173, 0.2);
  bottom: 0;
  color: #818a91;
  text-align: left !important;
  padding: 19px 30px 20px;
  position: absolute;
  right: 0;
  left: 250px;
}

.content-page > .content {
  margin-top: 70px;
  padding: 20px 5px 5px 5px;
}

#wrapper.enlarged .menu-title {
  display: none;
}

#wrapper.enlarged .menu-arrow {
  display: none !important;
}

#wrapper.enlarged .footer {
  left: 70px;
}

#wrapper.enlarged #sidebar-menu ul ul {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}

#wrapper.enlarged .left.side-menu {
  width: 70px;
  z-index: 5;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
  padding-left: 10px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
  background-color: #64b0f2;
}

#wrapper.enlarged .left.side-menu span.float-right {
  display: none !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
  position: relative;
  white-space: nowrap;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
  background-color: #64b0f2;
  position: relative;
  width: 260px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
  padding: 5px 0;
  background: #ffffff;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
  background: #ffffff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 15px;
  position: relative;
  width: 190px;
  z-index: 6;
  color: rgba(43, 61, 81, 0.8);
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
  color: #64b0f2;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
  display: inline;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
  display: none;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
  display: block;
  left: 190px;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.float-right {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(270deg);
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
  display: none;
  padding-left: 10px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px;
  min-height: 52.09px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
  margin-right: 20px !important;
  font-size: 20px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
  position: relative;
  width: 260px;
  background-color: #64b0f2;
  color: #ffffff;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a i {
  color: #ffffff;
}

#wrapper.enlarged .content-page {
  margin-left: 70px;
}

#wrapper.enlarged .navbar-custom {
  margin-left: 70px;
}

#wrapper.enlarged .topbar .topbar-left {
  width: 70px !important;
}

#wrapper.enlarged .topbar .topbar-left .logo span {
  display: none;
  opacity: 0;
}

#wrapper.enlarged .topbar .topbar-left .logo i {
  margin-right: 0;
}

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open :after {
  display: none;
}

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.active :after {
  display: none;
}

#wrapper.enlarged .user-detail {
  bottom: 0;
  padding: 15px 0;
  width: 70px;
  text-align: center;
}

#wrapper.enlarged .user-detail .dropup {
  margin: 0 auto;
  margin-left: 17px;
}

#wrapper.enlarged .user-detail h5 {
  display: none;
}

#wrapper.enlarged .user-detail p {
  position: absolute;
  right: 15px;
  top: 32px;
}

#wrapper.enlarged .user-detail p span {
  display: none;
}

#wrapper.enlarged #sidebar-menu ul ul li.active a {
  color: #039cfd !important;
}

#wrapper.right-bar-enabled .right-bar {
  right: 0;
}

#wrapper.right-bar-enabled .left-layout {
  left: 0;
}

/* Notification */
.notification-list {
  margin-left: 0 !important;
}

.notification-list .noti-title {
  border-radius: 0.25rem 0.25rem 0 0;
  background-color: #64b0f2 !important;
  margin: -6px -1px 0px -1px;
  width: auto;
  padding: 12px 20px;
}

.notification-list .noti-title h5 {
  color: #ffffff;
  margin: 0;
}

.notification-list .noti-title .badge {
  float: right;
  line-height: 1.2;
}

.notification-list .noti-icon {
  font-size: 22px;
  padding: 0 12px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.8);
}

.notification-list .noti-icon-badge {
  height: 10px;
  width: 10px;
  background-color: #ff5d48;
  display: inline-block;
  position: absolute;
  top: 23px;
  right: 12px;
  border-radius: 50%;
  border: 2px solid #2b3d51;
}

.notification-list .notify-item {
  padding: 10px 20px;
}

.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #ffffff;
}

.notification-list .notify-item .notify-icon img {
  margin-top: 4px;
}

.notification-list .notify-item .notify-details {
  margin-bottom: 0;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-list .notify-item .notify-details b {
  font-weight: 500;
}

.notification-list .notify-item .notify-details small {
  display: block;
}

.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.notification-list .notify-all {
  border-radius: 0 0 0.25rem 0.25rem;
  margin: 0 0 -5px 0;
  background-color: #eceeef;
}

.profile-dropdown {
  width: 170px;
}

.profile-dropdown i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 5px;
}

.profile-dropdown span {
  vertical-align: middle;
}

.nav-user {
  padding: 0 12px !important;
}

.nav-user img {
  height: 36px;
  width: 36px;
}

/* Right sidebar */
.side-bar.right-bar {
  float: right !important;
  right: -266px;
  top: 71px;
}

.side-bar {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  display: block;
  float: left;
  height: 100%;
  position: fixed;
  transition: all 200ms ease-out;
  width: 240px;
  z-index: 9;
}

.right-bar {
  background: #ffffff !important;
}

.right-bar .nav-tabs {
  border: none !important;
}

.right-bar .nav-tabs .nav-item {
  float: none;
  display: inline-block;
  margin-bottom: 0;
}

.right-bar .nav-tabs .nav-link {
  border: none !important;
  font-weight: 500;
  font-size: 16px;
  color: #2b3d51;
}

.right-bar .nav-tabs .nav-link.active {
  color: #64b0f2;
  background-color: transparent;
}

.right-bar .tab-content {
  padding: 20px;
}

.right-bar .right-bar-toggle {
  float: right;
  line-height: 46px;
  font-size: 20px;
  color: #333;
  padding: 0 10px;
}

.right-bar .nicescroll {
  height: 88%;
}

.right-bar .contact-list {
  max-height: 600px;
}

.right-bar h5 {
  font-size: 15px;
}

/* Seach */
.app-search {
  position: relative;
  padding-top: 18px;
}

.app-search a {
  position: absolute;
  top: 18px;
  left: 215px;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.app-search a:hover {
  color: #ffffff;
}

.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid rgba(129, 138, 145, 0.3);
  font-size: 13px;
  height: 34px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 40px;
  background: rgba(129, 138, 145, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 30px;
  width: 200px;
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .enlarged .left.side-menu {
    margin-left: -75px;
  }
  .side-menu.left {
    display: none;
  }
  #wrapper.forced .side-menu.left {
    display: block;
  }
  .topbar-left {
    width: 70px !important;
  }
  .topbar-left span {
    display: none !important;
  }
  .topbar-left i {
    display: block !important;
    line-height: 75px !important;
  }
  .navbar-custom {
    margin-left: 70px !important;
  }
  .content-page {
    margin-left: 0 !important;
  }
  .footer {
    left: 0 !important;
  }
  .mobile-sidebar {
    left: 0;
  }
  .mobile-content {
    left: 250px;
    right: -250px;
  }
  .wrapper-page {
    width: 90%;
  }
  .dataTables_wrapper .col-xs-6 {
    width: 100%;
    text-align: left;
  }
  div#datatable-buttons_info {
    float: none;
  }
  .ms-container {
    width: 100%;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .dropdown-lg {
    width: 200px;
  }
  .notification-list .notify-item {
    padding: 10px 15px;
  }
  .page-title-box .page-title, .page-title-box .breadcrumb {
    float: none;
  }
}

@media (max-width: 480px) {
  .notification-list .noti-icon {
    font-size: 18px;
    padding: 0 10px;
  }
  .hidden-mobile {
    display: none !important;
  }
}

/* Body min-height set */
body.fixed-left-void {
  min-height: 1170px;
}

.mobile.smallscreen .sidebar-inner.slimscrollleft {
  overflow: scroll !important;
}

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

.text-custom {
  color: #64b0f2;
}

.text-primary {
  color: #039cfd !important;
}

.text-success {
  color: #1bb99a !important;
}

.text-info {
  color: #3db9dc !important;
}

.text-warning {
  color: #f1b53d !important;
}

.text-danger {
  color: #ff5d48 !important;
}

.text-purple {
  color: #9261c6;
}

.text-pink {
  color: #ff7aa3;
}

.text-dark {
  color: #2b3d51;
}

.text-white {
  color: #ffffff;
}

.text-muted {
  color: #818a91;
}

.dropdown-lg {
  width: 280px;
}

.dropdown-menu {
  -webkit-box-shadow: 0 0px 24px 0 rgba(43, 61, 81, 0.06), 0 1px 0px 0 rgba(43, 61, 81, 0.02);
          box-shadow: 0 0px 24px 0 rgba(43, 61, 81, 0.06), 0 1px 0px 0 rgba(43, 61, 81, 0.02);
  border: 1px solid rgba(43, 61, 81, 0.05);
}

.blockquote {
  padding: 10px 20px;
  margin-bottom: 20px;
  border-left: 4px solid #eceeef;
  font-size: 16px;
}

.blockquote.blockquote-reverse {
  border-left: 0;
  border-right: 4px solid #eceeef;
  text-align: right;
}

.btn, button {
  outline: none !important;
  font-size: 14px;
}

a.btn:focus {
  color: #ffffff !important;
}

.btn-rounded {
  border-radius: 2em !important;
  padding: .5rem 1.5rem;
}

.btn-label {
  background: rgba(43, 61, 81, 0.1);
  display: inline-block;
  padding: 7px 15px;
  border-radius: 3px 0 0 3px;
  margin: -7px -14px;
  margin-right: 12px;
}

.btn-rounded .btn-label {
  padding: 7px 15px 7px 20px;
  margin-left: -20px;
}

.btn-rounded .btn-label-right {
  margin-right: -20px;
  margin-left: 12px;
}

.btn-label-right {
  margin-left: 12px;
  margin-right: -13px;
  border-radius: 0px 3px 3px 0px;
}

.btn-custom {
  background-color: #64b0f2;
  border-color: #64b0f2;
  color: #ffffff;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active,
.btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
  background-color: #439fef;
  border-color: #439fef;
  color: #ffffff;
}

.btn-custom.focus, .btn-custom:focus, .btn-outline-custom.focus, .btn-outline-custom:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 176, 242, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(100, 176, 242, 0.5);
}

.btn-primary {
  background-color: #039cfd;
  border-color: #039cfd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #0283d6;
  border-color: #0283d6;
  color: #ffffff;
}

.btn-success {
  background-color: #48b648 !important;
  border-color: #48b648 !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover,
.open > .dropdown-toggle.btn-success {
  background-color: #48b648;
  border-color: #48b648;
  color: #ffffff;
}

.btn-info {
  background-color: #3db9dc !important;
  border-color: #3db9dc !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
.btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover,
.open > .dropdown-toggle.btn-info {
  background-color: #25a7cb !important;
  border-color: #25a7cb !important;
  color: #ffffff;
}

.btn-warning {
  background-color: #f1b53d !important;
  border-color: #f1b53d !important;
  color: #ffffff;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  background-color: #eea617;
  border-color: #eea617;
  color: #ffffff;
}

.btn-danger {
  background-color: #ff5d48 !important;
  border-color: #ff5d48 !important;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
.btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  background-color: #ff391f;
  border-color: #ff391f;
  color: #ffffff;
}

.btn-dark {
  background-color: #2b3d51;
  border-color: #2b3d51;
  color: #ffffff;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active,
.btn-dark.focus, .btn-dark:active, .btn-dark:focus, .btn-dark:hover,
.open > .dropdown-toggle.btn-dark {
  background-color: #1d2936;
  border-color: #1d2936;
  color: #ffffff;
}

.btn-pink {
  background-color: #ff7aa3;
  border-color: #ff7aa3;
  color: #ffffff;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active,
.btn-pink.focus, .btn-pink:active, .btn-pink:focus, .btn-pink:hover,
.open > .dropdown-toggle.btn-pink {
  background-color: #ff5187;
  border-color: #ff5187;
  color: #ffffff;
}

.btn-pink.focus, .btn-pink:focus, .btn-outline-pink.focus, .btn-outline-pink:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 122, 163, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 122, 163, 0.5);
}

.btn-purple {
  background-color: #9261c6;
  border-color: #9261c6;
  color: #ffffff;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active,
.btn-purple.focus, .btn-purple:active, .btn-purple:focus, .btn-purple:hover,
.open > .dropdown-toggle.btn-purple {
  background-color: #7d43bb;
  border-color: #7d43bb;
  color: #ffffff;
}

.btn-purple.focus, .btn-purple:focus, .btn-outline-purple.focus, .btn-outline-purple:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(146, 97, 198, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(146, 97, 198, 0.5);
}

.btn-outline-custom {
  color: #64b0f2;
  background-image: none;
  background-color: transparent;
  border-color: #64b0f2;
}

.btn-outline-custom:hover, .btn-outline-custom:focus, .btn-outline-custom:active, .btn-outline-custom.active,
.btn-outline-custom.focus, .btn-outline-custom:active, .btn-outline-custom-primary:focus, .btn-outline-custom:hover,
.open > .dropdown-toggle.btn-outline-custom {
  color: #ffffff;
  background-color: #64b0f2;
  border-color: #64b0f2;
}

.btn-outline-primary {
  color: #039cfd;
  background-image: none;
  background-color: transparent;
  border-color: #039cfd;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active,
.btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover,
.open > .dropdown-toggle.btn-outline-primary {
  color: #ffffff;
  background-color: #039cfd;
  border-color: #039cfd;
}

.btn-outline-success {
  color: #1bb99a;
  background-image: none;
  background-color: transparent;
  border-color: #1bb99a;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active,
.btn-outline-success.focus, .btn-outline-success:active, .btn-outline-success:focus, .btn-outline-success:hover,
.open > .dropdown-toggle.btn-outline-success {
  color: #ffffff;
  background-color: #1bb99a;
  border-color: #1bb99a;
}

.btn-outline-info {
  color: #3db9dc;
  background-image: none;
  background-color: transparent;
  border-color: #3db9dc;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active,
.btn-outline-info.focus, .btn-outline-info:active, .btn-outline-info:focus, .btn-outline-info:hover,
.open > .dropdown-toggle.btn-outline-info {
  color: #ffffff;
  background-color: #3db9dc;
  border-color: #3db9dc;
}

.btn-outline-warning {
  color: #f1b53d;
  background-image: none;
  background-color: transparent;
  border-color: #f1b53d;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active,
.btn-outline-warning.focus, .btn-outline-warning:active, .btn-outline-warning:focus, .btn-outline-warning:hover,
.open > .dropdown-toggle.btn-outline-warning {
  color: #ffffff;
  background-color: #f1b53d;
  border-color: #f1b53d;
}

.btn-outline-danger {
  color: #ff5d48;
  background-image: none;
  background-color: transparent;
  border-color: #ff5d48;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active,
.btn-outline-danger.focus, .btn-outline-danger:active, .btn-outline-danger:focus, .btn-outline-danger:hover,
.open > .dropdown-toggle.btn-outline-danger {
  color: #ffffff;
  background-color: #ff5d48;
  border-color: #ff5d48;
}

.btn-outline-pink {
  color: #ff7aa3;
  background-image: none;
  background-color: transparent;
  border-color: #ff7aa3;
}

.btn-outline-pink:hover, .btn-outline-pink:focus, .btn-outline-pink:active, .btn-outline-pink.active,
.btn-outline-pink.focus, .btn-outline-pink:active, .btn-outline-pink:focus, .btn-outline-pink:hover,
.open > .dropdown-toggle.btn-outline-pink {
  color: #ffffff;
  background-color: #ff7aa3;
  border-color: #ff7aa3;
}

.btn-outline-purple {
  color: #9261c6;
  background-image: none;
  background-color: transparent;
  border-color: #9261c6;
}

.btn-outline-purple:hover, .btn-outline-purple:focus, .btn-outline-purple:active, .btn-outline-purple.active,
.btn-outline-purple.focus, .btn-outline-purple:active, .btn-outline-purple:focus, .btn-outline-purple:hover,
.open > .dropdown-toggle.btn-outline-purple {
  color: #ffffff;
  background-color: #9261c6;
  border-color: #9261c6;
}

.btn-outline-dark {
  color: #2b3d51;
  background-image: none;
  background-color: transparent;
  border-color: #2b3d51;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active,
.btn-outline-dark.focus, .btn-outline-dark:active, .btn-outline-dark:focus, .btn-outline-dark:hover,
.open > .dropdown-toggle.btn-outline-dark {
  color: #ffffff;
  background-color: #2b3d51;
  border-color: #2b3d51;
}

/* Social Buttons */
.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}

.btn-twitter {
  color: #ffffff !important;
  background-color: #00aced !important;
}

.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6 !important;
}

.btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
}

.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39 !important;
}

.btn-instagram {
  color: #ffffff !important;
  background-color: #517fa4 !important;
}

.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027 !important;
}

.btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5 !important;
}

.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084 !important;
}

.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d !important;
}

.btn-skype {
  color: #ffffff !important;
  background-color: #00aff0 !important;
}

.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000 !important;
}

.btn-github {
  color: #ffffff !important;
  background-color: #171515 !important;
}

/* Custom-modal */
.modal-demo {
  background-color: #ffffff;
  width: 600px;
  border-radius: 4px;
  display: none;
  position: relative;
}

.modal-demo .close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #ffffff;
  opacity: 0.5 !important;
}

.modal-demo .close:hover {
  opacity: 1 !important;
}

.custom-modal-title {
  padding: 15px 25px 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: #64b0f2;
  color: #ffffff;
  text-align: left;
  margin: 0px;
}

.custom-modal-text {
  padding: 20px;
  text-align: left;
}

.custombox-modal-flash .close, .custombox-modal-rotatedown .close {
  top: 20px;
  z-index: 9999;
}

/* =========== */
/* Sweet Alert */
/* =========== */
.swal2-container .swal2-title {
  font-size: 28px !important;
}

.swal2-popup .swal2-content {
  font-size: 16px !important;
}

.swal2-popup .swal2-styled:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border-color: rgba(27, 185, 154, 0.3) !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background: rgba(27, 185, 154, 0.8) !important;
}

/* =============
   Timeline
============= */
.timeline {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  margin-bottom: 50px;
  position: relative;
  table-layout: fixed;
  width: 100%;
}

.timeline .time-show {
  margin-bottom: 30px;
  margin-right: -75px;
  margin-top: 30px;
  position: relative;
}

.timeline .time-show a {
  color: #ffffff;
}

.timeline:before {
  background-color: rgba(129, 138, 145, 0.3);
  bottom: 0px;
  content: "";
  left: 50%;
  position: absolute;
  top: 30px;
  width: 1px;
  z-index: 0;
}

.timeline .timeline-icon {
  -webkit-border-radius: 50%;
  background: #818a91;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 20px;
  left: -54px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 20px;
}

.timeline .timeline-icon i {
  color: #f5f5f5;
  font-size: 13px;
  margin-top: 4px;
  position: absolute;
  left: 4px;
}

.timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px;
}

h3.timeline-title {
  color: #eceeef;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.timeline-item {
  display: table-row;
}

.timeline-item:before {
  content: "";
  display: block;
  width: 50%;
}

.timeline-item .timeline-desk .arrow {
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ffffff !important;
  border-top: 12px solid transparent;
  display: block;
  height: 0;
  left: -12px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 0;
}

.timeline-item .timeline-desk .timeline-box {
  padding: 20px;
}

.timeline-item .timeline-date {
  margin-bottom: 10px;
}

.timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}

.timeline-item.alt .timeline-desk .arrow-alt {
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ffffff !important;
  border-top: 12px solid transparent;
  display: block;
  height: 0;
  left: auto;
  margin-top: -12px;
  position: absolute;
  right: -12px;
  top: 50%;
  width: 0;
}

.timeline-item.alt .timeline-desk .album {
  float: right;
  margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album a {
  float: right;
  margin-left: 5px;
}

.timeline-item.alt .timeline-icon {
  left: auto;
  right: -56px;
}

.timeline-item.alt:before {
  display: none;
}

.timeline-item.alt .panel {
  margin-left: 0;
  margin-right: 45px;
}

.timeline-item.alt h4 {
  text-align: right;
}

.timeline-item.alt p {
  text-align: right;
}

.timeline-item.alt .timeline-date {
  text-align: right;
}

.timeline-desk {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.timeline-desk h4 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.timeline-desk .panel {
  background: #ffffff;
  display: block;
  margin-bottom: 5px;
  margin-left: 45px;
  position: relative;
  text-align: left;
  -webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.timeline-desk h5 span {
  color: #eceeef;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.timeline-desk p {
  color: #999999;
  font-size: 14px;
  margin-bottom: 0;
}

.timeline-desk .album {
  margin-top: 12px;
}

.timeline-desk .album a {
  float: left;
  margin-right: 5px;
}

.timeline-desk .album img {
  height: 36px;
  width: auto;
  border-radius: 3px;
}

.timeline-desk .notification {
  background: none repeat scroll 0 0 #ffffff;
  margin-top: 20px;
  padding: 8px;
}

/* ===========
   Timeline-2
 =============*/
.timeline-2 {
  border-left: 2px solid #64b0f2;
  position: relative;
}

.timeline-2 .time-item:after {
  background-color: #ffffff;
  border-color: #64b0f2;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 10px;
  left: 0;
  margin-left: -6px;
  position: absolute;
  top: 5px;
  width: 10px;
}

.time-item {
  border-color: #dee5e7;
  padding-bottom: 10px;
  position: relative;
}

.time-item:before {
  content: " ";
  display: table;
}

.time-item:after {
  background-color: #ffffff;
  border-color: #64b0f2;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}

.time-item-item:after {
  content: " ";
  display: table;
}

.item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}

.item-info p {
  font-size: 13px;
}

.rating-md i {
  font-size: 18px;
}

.rating-lg i {
  font-size: 24px;
}

/* =============
   Pricing
============= */
.pricing-plan {
  padding-bottom: 50px;
}

.price_card {
  -moz-border-radius: 5px;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding-bottom: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.price_card.active {
  margin: 0 -21px 0 -21px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.09), 0 1px 0 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.09), 0 1px 0 0 rgba(0, 0, 0, 0.05);
  z-index: 99;
}

.price_card.active .pricing-header {
  padding: 20px;
}

.price_card .name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 30px;
  text-align: center;
  width: 100%;
}

.price_card button {
  margin-top: 20px;
}

.pricing-header {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #ffffff;
}

.price {
  display: block;
  font-size: 48px;
  font-weight: 300;
  padding: 30px 0 10px;
  text-align: center;
  width: 100%;
}

.price-features {
  color: #8a8a8a;
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 20px;
  text-align: center;
}

.price-features li {
  padding: 15px;
}

.pricing-item {
  margin: 0 0 30px;
  position: relative;
  text-align: center;
}

.pricing-item-inner {
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  border-radius: 7px;
  border: 2px solid rgba(151, 160, 175, 0.2);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  vertical-align: middle;
}

.pricing-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  text-align: center;
}

.pricing-icon {
  font-size: 32px;
  padding-bottom: 5px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.pricing-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.pr-list {
  color: #97a0af;
  font-size: 12px;
  font-weight: 400;
  margin: 0 -20px 30px;
  padding: 0;
  text-transform: uppercase;
}

.pr-list li {
  list-style: none;
  padding: 12px 20px;
}

.pricing-num {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.pricing-num sup {
  font-size: 18px;
  font-weight: 400;
  left: -3px;
  margin-left: -7px;
  position: relative;
  top: -20px;
}

.pr-per {
  color: #97a0af;
  font-size: 12px;
}

.pr-button {
  margin-top: 30px;
}

/* =============
   Gallery
============= */
.portfolioFilter a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #2b3d51;
  font-weight: 600;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.portfolioFilter a:hover {
  color: #1bb99a;
}

.portfolioContainer .col-12 {
  display: inline-block;
}

.portfolioFilter a.current {
  color: #ffffff;
  background-color: #1bb99a;
}

.gallery-box {
  width: 33.33%;
  float: left;
  padding: 0 10px;
}

.thumb {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}

.thumb a {
  display: block;
  background-color: #080b0e;
  border-radius: 3px;
}

.thumb:hover .thumb-img {
  overflow: hidden;
  position: relative;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.7;
}

.thumb .thumb-img {
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.thumb .gal-detail {
  padding: 10px;
  position: relative;
  background-color: #ffffff;
}

.thumb .gal-detail h4 {
  font-weight: 600;
  font-size: 16px;
  padding: 0 5px;
}

.thumb .gal-detail p {
  padding: 0 5px;
  font-size: 13px;
}

@media (max-width: 768px) {
  .gallery-box {
    width: 50%;
  }
}

/* =============
   Print css
============= */
@media print {
  .content-page {
    margin-left: 0 !important;
  }
  .page-title-box,
  .topbar-left,
  .hidden-print,
  .breadcrumb,
  .page-title,
  .footer, .navbar-custom, .left.side-menu {
    display: none !important;
    margin: 0px;
    padding: 0px;
  }
  .left,
  .right-bar {
    display: none;
  }
  .content {
    margin-top: 0px !important;
    padding-top: 0px;
  }
}

/* =============
   Maintenance
============= */
.maintenance-icon {
  height: 220px;
  width: 220px;
  margin: 0 auto;
}

.line1 {
  opacity: 0;
  -webkit-animation: fadeInLeft both 1s 0.4s, coding1 ease 6s 4s infinite;
          animation: fadeInLeft both 1s 0.4s, coding1 ease 6s 4s infinite;
}

.line2 {
  opacity: 0;
  -webkit-animation: fadeInLeft both 1s 0.6s, coding2 ease 6s 4s infinite;
          animation: fadeInLeft both 1s 0.6s, coding2 ease 6s 4s infinite;
}

.line3 {
  opacity: 0;
  -webkit-animation: fadeInLeft both 1s 0.8s, coding3 ease 6s 4s infinite;
          animation: fadeInLeft both 1s 0.8s, coding3 ease 6s 4s infinite;
}

.line4 {
  opacity: 0;
  -webkit-animation: fadeInLeft both 1s 1.0s, coding4 ease 6s 4s infinite;
          animation: fadeInLeft both 1s 1.0s, coding4 ease 6s 4s infinite;
}

.line5 {
  opacity: 0;
  -webkit-animation: fadeInLeft both 1s 1.2s, coding5 ease 6s 4s infinite;
          animation: fadeInLeft both 1s 1.2s, coding5 ease 6s 4s infinite;
}

.line6 {
  opacity: 0;
  -webkit-animation: fadeInLeft both 1s 1.4s, coding6 ease 6s 4s infinite;
          animation: fadeInLeft both 1s 1.4s, coding6 ease 6s 4s infinite;
}

.line7 {
  opacity: 0;
  -webkit-animation: fadeInLeft both 1s 1.6s, coding6 ease 6s 4s infinite;
          animation: fadeInLeft both 1s 1.6s, coding6 ease 6s 4s infinite;
}

@-webkit-keyframes coding1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  14% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    opacity: 0;
  }
  15% {
    -webkit-transform: translate(0, 45px);
            transform: translate(0, 45px);
  }
  30% {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
    opacity: 1;
  }
  45% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  60% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  75% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  90% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes coding1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  14% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    opacity: 0;
  }
  15% {
    -webkit-transform: translate(0, 45px);
            transform: translate(0, 45px);
  }
  30% {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
    opacity: 1;
  }
  45% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  60% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  75% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  90% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes coding2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
    opacity: 1;
  }
  29% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  45% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  75% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  90% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes coding2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
    opacity: 1;
  }
  29% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  45% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  75% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  90% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes coding3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    opacity: 1;
  }
  44% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 0;
  }
  45% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  60% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  90% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes coding3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    opacity: 1;
  }
  44% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 0;
  }
  45% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  60% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  90% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes coding4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  45% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 1;
  }
  59% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  75% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes coding4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  45% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 1;
  }
  59% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  75% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes coding5 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  45% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  60% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
    opacity: 1;
  }
  74% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
    opacity: 0;
  }
  75% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  90% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes coding5 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  45% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  60% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
    opacity: 1;
  }
  74% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
    opacity: 0;
  }
  75% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  90% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes coding6 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  45% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  60% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  75% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
    opacity: 1;
  }
  89% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    opacity: 0;
  }
  90% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes coding6 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  30% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  45% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  60% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  75% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
    opacity: 1;
  }
  89% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    opacity: 0;
  }
  90% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

/* =============
   Count Down
============= */
.count-down-page {
  max-width: 1170px;
  margin: 50px auto;
}

#count-down {
  margin-top: 50px;
}

#count-down .clock-presenter {
  height: 140px;
  line-height: 30px;
  padding: 0 30px;
  text-align: center;
}

#count-down .clock-presenter .digit {
  margin-top: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  height: 60px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  cursor: default;
}

#count-down .clock-presenter .note {
  position: relative;
  bottom: 0;
  padding-top: 5px;
  cursor: default;
  font-size: 16px;
  color: #1bb99a;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  #count-down .clock-presenter .digit {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  #count-down .clock-presenter {
    width: 50%;
    float: left;
  }
  #count-down .clock-presenter .digit {
    font-size: 36px;
  }
  #count-down .hours_dash {
    border-right: none;
  }
}

.diamond {
  margin: 50px auto;
  height: 90px;
  width: 120px;
}

.diamond:after {
  content: "";
  position: absolute;
  height: 14px;
  width: 44px;
  background: rgba(43, 61, 81, 0.1);
  border-radius: 50%;
  margin-top: 0;
  margin-left: 38px;
  z-index: 11;
}

.diamond .top {
  height: 30px;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  border-bottom: 24px solid #48CFAD;
}

.diamond .top:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 32px;
  margin-top: 6px;
  margin-left: 47px;
  background: #37BC9B;
  -webkit-transform: skew(30deg, 20deg);
  transform: skew(48deg);
}

.diamond .top:before {
  content: "";
  position: absolute;
  height: 24px;
  width: 32px;
  margin-top: 7px;
  margin-left: -13px;
  background: #37BC9B;
  -webkit-transform: skew(30deg, 20deg);
  transform: skew(-48deg);
}

.diamond .bot {
  height: 60px;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 60px solid #48CFAD;
}

.diamond .bot:before {
  content: "";
  position: absolute;
  height: 60px;
  margin-top: -60px;
  margin-left: -27px;
  border-left: 27px solid transparent;
  border-right: 26px solid transparent;
  border-top: 60px solid #37BC9B;
}

.breadcrumb {
  margin-bottom: 0;
}

/* Carousel */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.badge {
  padding: 0.2em 0.6em;
  color: #ffffff;
  line-height: 1.5;
}

.badge:empty {
  display: none;
}

.badge-default {
  background-color: #64b0f2 !important;
}

.badge-primary {
  background-color: #039cfd !important;
}

.badge-success {
  background-color: #1bb99a !important;
}

.badge-info {
  background-color: #3db9dc !important;
}

.badge-warning {
  background-color: #f1b53d !important;
}

.badge-danger {
  background-color: #ff5d48 !important;
}

.badge-pink {
  background-color: #ff7aa3 !important;
}

.badge-purple {
  background-color: #9261c6 !important;
}

.badge-dark {
  background-color: #2b3d51 !important;
}

/* Pagination/ Pager */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pagination > li > a,
.pagination > li > span {
  color: #2b3d51;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #e4e7ea;
}

.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}

.pagination-split li:first-child {
  margin-left: 0;
}

.pagination-split li a {
  border-radius: 3px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #64b0f2;
  border-color: #64b0f2;
}

.bg-pink {
  background-color: #ff7aa3;
}

.bg-purple {
  background-color: #9261c6;
}

/* Margin / Padding classes */
.p-0 {
  padding: 0 !important;
}

.p-20 {
  padding: 20px !important;
}

.m-0 {
  margin: 0 !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

@media (max-width: 767px) {
  .m-t-sm-40 {
    margin-top: 40px !important;
  }
}

@media (max-width: 480px) {
  .m-t-xs-40 {
    margin-top: 40px !important;
  }
}

/* Width */
.w-xs {
  min-width: 80px;
}

.w-sm {
  min-width: 95px;
}

.w-md {
  min-width: 110px;
}

.w-lg {
  min-width: 140px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
    font-size: 20px;
  }
  .font-22 {
    font-size: 22px;
  }
  .font-24 {
    font-size: 24px;
  }
  .font-26 {
    font-size: 26px;
  }
  .text-black{
      color: #000;
  }
.display-block {
  display: block;
}
.bg-black{
    background-color: #000;
}
.mxw{
    max-width: 100%;
}

.text-decoration-underline{
    text-decoration: underline !important;
}
.border-blue{
    border: solid 1px #007aff;
}
.border-dark{
    border: 1px solid #000;
    border-radius: 5px;
}
.rotatel{
    position: relative;
    transform: rotate(-180deg);
}
/* Demo only */
.icon-list-demo div {
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icon-list-demo div p {
  margin-bottom: 0;
  line-height: inherit;
}

.icon-list-demo i {
  text-align: center;
  margin: 0;
  vertical-align: middle;
  font-size: 24px;
  border: 1px solid #eceeef;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 12px;
  color: rgba(43, 61, 81, 0.7);
  border-radius: 3px;
  display: inline-block;
}

.icon-list-demo .col-md-4 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 10px;
}

.icon-list-demo .col-md-4:hover i {
  color: #64b0f2;
}

.icon-list-pe7 i {
  font-size: 28px;
  color: #2b3d51;
}

/* Switchery demo */
.switchery-demo .switchery {
  margin-bottom: 10px;
  margin-right: 5px;
}

.dropdown-example {
  position: static;
  display: block;
  margin-bottom: .25rem;
  clear: left;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #f2f2f2;
  color: #2b3d51;
}

/* ==============
  Range slider
===================*/
/* Ion Range slider */
.irs--modern .irs-bar, .irs--modern .irs-to, .irs--modern .irs-from, .irs--modern .irs-single {
  background: #039cfd !important;
}

.irs--modern .irs-to:before, .irs--modern .irs-from:before, .irs--modern .irs-single:before {
  border-top-color: #039cfd;
}

.irs--modern .irs-min, .irs--modern .irs-max {
  color: #818a91;
}

.irs--modern .irs-grid-text {
  font-size: 12px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  width: 8px;
  height: 8px;
}

/* =============
   Calendar
============= */
.calendar {
  float: left;
  margin-bottom: 0px;
}

.fc-view {
  margin-top: 30px;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px;
}

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day {
  background: #ffffff;
}

.fc-title, .fc-time {
  color: #ffffff;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active,
.fc-toolbar button:focus, .fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc th.fc-widget-header {
  background: #eceeef;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0px;
  text-transform: uppercase;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
  border-color: #eceeef;
}

.fc-button {
  background: #f1f1f1;
  border: none;
  color: #818a91;
  text-transform: capitalize;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 3px !important;
  margin: 0 3px !important;
  padding: 6px 12px !important;
  height: auto !important;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}

.fc-state-hover {
  background: #eceeef;
}

.fc-state-highlight {
  background: #f0f0f0;
}

.fc-state-down, .fc-state-active, .fc-state-disabled {
  background-color: #64b0f2 !important;
  color: #ffffff !important;
  text-shadow: none !important;
}

.fc-cell-overlay {
  background: #f0f0f0;
}

.fc-unthemed .fc-today {
  background: #ffffff;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}

.external-event {
  color: #ffffff;
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px;
  border-radius: 4px;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
  font-weight: 500;
}

.fc-basic-view td.fc-day-number {
  padding-right: 8px;
  font-weight: 500;
}

/* =============
   Checkbox and Radios
============= */
.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: transparent;
  border-radius: 3px;
  border: 2px solid rgba(43, 61, 81, 0.5);
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
  margin-top: 2px;
}

.checkbox label::after {
  color: #2b3d51;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 1px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 1px;
  width: 16px;
}

.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
  content: '\f26b';
  font-family: 'Material-Design-Iconic-Font';
  font-weight: bold;
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #818a91;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox.checkbox-single input {
  position: relative;
  bottom: 8px;
}

.checkbox.checkbox-single label {
  height: 17px;
}

.checkbox-custom input[type="checkbox"]:checked + label::before {
  background-color: #64b0f2;
  border-color: #64b0f2;
}

.checkbox-custom input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #039cfd;
  border-color: #039cfd;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #ff5d48;
  border-color: #ff5d48;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #3db9dc;
  border-color: #3db9dc;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f1b53d;
  border-color: #f1b53d;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #1bb99a;
  border-color: #1bb99a;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #9261c6;
  border-color: #9261c6;
}

.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #ff7aa3;
  border-color: #ff7aa3;
}

.checkbox-pink input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #2b3d51;
  border-color: #2b3d51;
}

.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* Radios */
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  border-radius: 50%;
  border: 2px solid rgba(43, 61, 81, 0.5);
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  outline: none !important;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
  margin-top: 2px;
}

.radio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #818a91;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 11px;
  left: 3px;
  margin-left: -20px;
  position: absolute;
  top: 5px;
  transform: scale(0, 0);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 11px;
}

.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio.radio-single input {
  position: relative;
  bottom: 8px;
}

.radio.radio-single label {
  height: 17px;
}

.radio-custom input[type="radio"] + label::after {
  background-color: #64b0f2;
}

.radio-custom input[type="radio"]:checked + label::before {
  border-color: #64b0f2;
}

.radio-custom input[type="radio"]:checked + label::after {
  background-color: #64b0f2;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #039cfd;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #039cfd;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #039cfd;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #ff5d48;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #ff5d48;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #ff5d48;
}

.radio-info input[type="radio"] + label::after {
  background-color: #3db9dc;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #3db9dc;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #3db9dc;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f1b53d;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f1b53d;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f1b53d;
}

.radio-success input[type="radio"] + label::after {
  background-color: #1bb99a;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #1bb99a;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #1bb99a;
}

.radio-purple input[type="radio"] + label::after {
  background-color: #9261c6;
}

.radio-purple input[type="radio"]:checked + label::before {
  border-color: #9261c6;
}

.radio-purple input[type="radio"]:checked + label::after {
  background-color: #9261c6;
}

.radio-pink input[type="radio"] + label::after {
  background-color: #ff7aa3;
}

.radio-pink input[type="radio"]:checked + label::before {
  border-color: #ff7aa3;
}

.radio-pink input[type="radio"]:checked + label::after {
  background-color: #ff7aa3;
}

/* =============
   Notification
============= */
#toast-container > div {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 1;
}

#toast-container > :hover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 1;
}

.toast {
  background-color: #64b0f2;
}

.toast-success {
  background-color: #1bb99a;
  border: 2px solid #1bb99a;
}

.toast-error {
  background-color: #ff5d48;
  border: 2px solid #ff5d48;
}

.toast-info {
  background-color: #3db9dc;
  border: 2px solid #3db9dc;
}

.toast-warning {
  background-color: #f1b53d;
  border: 2px solid #f1b53d;
}

.alerts-demo {
  background-color: #f7f7f9;
  border: 1px solid #eceeef;
  padding: 20px;
}

.progress-lg {
  height: 1.5rem;
}

.progress-sm {
  height: 0.7rem;
}

.progress-xs {
  height: 0.4rem;
}

.alert-success {
  background-color: #d1f8f0;
  border-color: #b6f4e8;
  color: #1bb99a;
}

.alert-success .alert-link {
  color: #18a387;
}

.alert-info {
  background-color: #bfe8f3;
  border-color: #a5deef;
  color: #3db9dc;
}

.alert-info .alert-link {
  color: #27b1d8;
}

.alert-warning {
  background-color: #fbebcc;
  border-color: #f9e1af;
  color: #f1b53d;
}

.alert-warning .alert-link {
  color: #efac25;
}

.alert-danger {
  background-color: #ffdbd7;
  border-color: #f9e1af;
  color: #ff5d48;
}

.alert-danger .alert-link {
  color: #ff462f;
}

.alert-link {
  font-weight: 500;
}

label {
  font-weight: 500;
}

.form-control:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #039cfd;
  background-color: #039cfd;
}

/* Bootstrap tagsinput */
.bootstrap-tagsinput {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 3px 7px 6px;
  border: 1px solid #eceeef;
}

.bootstrap-tagsinput .badge-info {
  background-color: #64b0f2 !important;
  display: inline-block;
  padding: 5px;
}

.search-input {
  margin-bottom: 10px;
}

.ms-container {
  background: transparent url("../../../plugins/multiselect/img/multiple-arrow.png") no-repeat 50% 50%;
  width: 100% !important;
  max-width: 360px !important;
}

.ms-container .ms-list {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(43, 61, 81, 0.2);
}

.ms-container .ms-list.ms-focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(43, 61, 81, 0.4);
}

.ms-container .ms-selectable {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}

.ms-container .ms-selectable li.ms-elem-selectable {
  border: none;
  padding: 5px 10px;
}

.ms-container .ms-selectable li.ms-hover {
  background-color: #64b0f2;
}

.ms-container .ms-selection li.ms-elem-selection {
  border: none;
  padding: 5px 10px;
}

.ms-container .ms-selection li.ms-hover {
  background-color: #64b0f2;
}

/* Select 2 */
.select2-container .select2-selection--single {
  height: 34px;
  border: 1px solid rgba(43, 61, 81, 0.3);
  outline: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 32px !important;
  padding-left: 12px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 32px;
  width: 30px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #64b0f2;
  color: white;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid rgba(43, 61, 81, 0.3);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 12px;
}

.select2-container--default .select2-results__group {
  font-weight: 500;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid rgba(43, 61, 81, 0.3);
}

.select2-dropdown {
  border: 1px solid rgba(43, 61, 81, 0.3);
  -webkit-box-shadow: 0 2px 2px rgba(43, 61, 81, 0.15);
          box-shadow: 0 2px 2px rgba(43, 61, 81, 0.15);
}

.select2-search--dropdown {
  padding: 7px;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(43, 61, 81, 0.3);
  outline: none !important;
}

/* AUTOCOMPLETE */
.autocomplete-suggestions {
  border: 1px solid #f9f9f9;
  background: #ffffff;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.autocomplete-suggestions strong {
  font-weight: 600;
  color: #2b3d51;
}

.autocomplete-suggestion {
  padding: 4px 10px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 4px 8px;
}

.autocomplete-selected {
  background: rgba(236, 238, 239, 0.5);
  cursor: pointer;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #2b3d51;
  display: block;
}

/* Form validation */
.parsley-error {
  border-color: #ff5d48 !important;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

.parsley-errors-list.filled {
  display: block;
}

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #ff5d48;
  margin-top: 5px;
}

.bootstrap-timepicker-widget table td input {
  border: 1px solid rgba(43, 61, 81, 0.3);
  width: 35px;
}

.colorpicker-default .input-group-append .btn-light {
  background: #e1e4e6;
}

.datepicker-dropdown {
  padding: 10px !important;
}

.datepicker td, .datepicker th {
  width: 30px;
  height: 30px;
  padding: 7px;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.selected, .datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  background-color: #64b0f2 !important;
  color: #ffffff !important;
  background-image: none !important;
  text-shadow: none !important;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background-color: #1bb99a !important;
  color: #ffffff !important;
  background-image: none !important;
}

.datepicker-inline {
  border: 2px solid rgba(43, 61, 81, 0.1);
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #64b0f2;
  border-color: #64b0f2;
}

.daterangepicker .input-mini.active {
  border: 1px solid rgba(43, 61, 81, 0.3);
}

.daterangepicker .ranges li {
  border-radius: 2px;
  color: #2b3d51;
  font-weight: 600;
  font-size: 12px;
  border: 1px solid transparent;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background-color: #64b0f2;
  border-color: #64b0f2;
  color: #ffffff;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  border: 1px solid rgba(43, 61, 81, 0.3);
  padding: 2px;
  width: 60px;
}

/* Wizard */
.wizard > .content {
  background: #ffffff;
  min-height: 240px;
  padding: 20px;
  border: 1px solid #eceeef;
  margin-top: 10px !important;
}

.wizard > .content > .body {
  padding: 0px;
  position: relative;
  width: 100%;
}

.wizard > .content > .body input {
  border: 1px solid #e1e4e6;
}

.wizard > .content > .body ul > li {
  display: block;
  line-height: 30px;
}

.wizard > .content > .body label {
  display: inline-block;
  margin-top: 10px;
}

.wizard > .content > .body label.error {
  color: #ff5d48;
  margin-left: 0;
  margin-top: 5px;
  font-size: 12px;
}

.wizard > .steps a {
  font-size: 16px;
  font-weight: 500;
}

.wizard > .steps .number {
  font-size: inherit;
}

.wizard > .steps .disabled a {
  background: #f7f7f9;
  color: #344a62 !important;
  cursor: default;
  border: 1px solid #e8e8ee;
}

.wizard > .steps .disabled a:hover {
  background: #e8e8ee;
  border: 1px solid #dadae3;
}

.wizard > .steps .disabled a:active {
  background: #e8e8ee;
  border: 1px solid #dadae3;
}

.wizard > .steps .current a {
  background: #64b0f2;
}

.wizard > .steps .current a:hover {
  background: #64b0f2;
}

.wizard > .steps .current a:hover .number {
  color: #ffffff;
}

.wizard > .steps .current a:active {
  background: #64b0f2;
}

.wizard > .steps .current a:active .number {
  color: #ffffff;
}

.wizard > .steps .current a .number {
  color: #ffffff;
}

.wizard > .steps .done a {
  background: #eceeef !important;
  color: #344a62 !important;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active, .wizard > .content {
  border-radius: 2px;
}

.wizard > .actions {
  margin-top: 15px !important;
}

.wizard > .actions a {
  background: #64b0f2;
  border-radius: 2px !important;
  color: #ffffff;
}

.wizard > .actions a:hover {
  background: #1d8cec;
  color: #ffffff;
}

.wizard > .actions a:active {
  background: #1d8cec;
  color: #ffffff;
}

.wizard > .actions .disabled a {
  background: #ffffff;
  color: #2b3d51;
  cursor: default;
  border: 1px solid #eaeaea;
}

.wizard > .actions .disabled a:hover {
  background: #f7f7f9;
  color: #2b3d51;
  cursor: default;
  border: 1px solid #eaeaea;
}

.wizard > .actions .disabled a:active {
  background: #f7f7f9;
  color: #2b3d51;
  cursor: default;
  border: 1px solid #eaeaea;
}

.wizard.vertical > .content {
  margin-top: 0 !important;
}

@media (max-width: 560px) {
  .wizard.vertical > .steps, .wizard.vertical > .content {
    width: 100%;
  }
}

.jFiler-input-dragDrop {
  width: 100%;
  background-color: #fafafa;
}

.jFiler-theme-default .jFiler-input {
  width: 100%;
}

.jFiler-theme-default .jFiler-input-button {
  background-color: #64b0f2;
  background-image: none !important;
  color: #ffffff;
  border: 1px solid #64b0f2 !important;
}

.jFiler-input-choose-btn {
  color: #ffffff !important;
}

/** Form x-editable **/
.editableform label {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.editableform label input {
  margin-right: 7px !important;
}

.table td, .table th {
  vertical-align: middle;
}

.table th {
  font-weight: 500;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  display: none;
}

table.dataTable thead th {
  position: relative;
  background-image: none !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
  position: absolute;
  top: 12px;
  right: 8px;
  display: block;
  font-family: FontAwesome;
}

table.dataTable thead th.sorting:after {
  content: "\f0dc";
  color: #2b3d51;
  font-size: 1em;
  padding-top: 0.12em;
}

table.dataTable thead th.sorting_asc:after {
  content: "\f0de";
}

table.dataTable thead th.sorting_desc:after {
  content: "\f0dd";
}

.fixed-solution .sticky-table-header {
  top: 70px !important;
}

table.dataTable th.focus, table.dataTable td.focus {
  outline: 2px solid #64b0f2 !important;
  outline-offset: -1px;
  background-color: rgba(100, 176, 242, 0.15);
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #64b0f2;
}

.table-wrapper .btn-toolbar {
  display: block;
}

.table-wrapper .dropdown-menu {
  left: auto;
  right: 0;
}

/* Tablesaw */
.tablesaw thead {
  background: #eceeef;
  background-image: none;
  border: none;
}

.tablesaw thead th {
  text-shadow: none;
  letter-spacing: 0.06em;
}

.tablesaw thead tr:first-child th {
  padding-top: 1.1em;
  padding-bottom: 0.9em;
}

.tablesaw thead tr:first-child th {
  font-weight: 600;
  font-family: inherit;
  border: none;
}

.tablesaw td, .tablesaw tbody th {
  font-size: inherit;
  line-height: inherit;
  padding: 10px !important;
}

.tablesaw-stack tbody tr, .tablesaw tbody tr {
  border-bottom: none;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after, .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  font-family: FontAwesome;
  font-size: 10px;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\f176";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\f175";
}

.tablesaw-bar .btn-select.btn-small:after, .tablesaw-bar .btn-select.btn-micro:after {
  font-size: 8px;
  padding-right: 10px;
}

.tablesaw-swipe .tablesaw-cell-persist {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-image: none;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
  background: #ffffff;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .btn:active {
  color: #64b0f2 !important;
  background-color: #eceeef;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-image: none;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: 0.4em;
}

.tablesaw-columntoggle-btnwrap .btn-group {
  display: block;
}

.chart-detail-list li {
  margin: 0 10px;
}

/* Flot chart */
#flotTip {
  padding: 8px 12px;
  background-color: #2b3d51;
  z-index: 100;
  color: #ffffff;
  opacity: 0.9;
  font-size: 13px;
  border-radius: 3px;
}

.legend tr {
  height: 20px;
}

.legendLabel {
  padding-left: 5px !important;
  line-height: 10px;
  padding-right: 10px;
}

/* Morris chart */
.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 10px 12px;
}

.morris-chart text {
  font-family: 'Roboto', sans-serif !important;
}

/* Chartist chart */
.ct-golden-section:before {
  float: none;
}

.ct-chart {
  max-height: 300px;
}

.ct-chart .ct-label {
  fill: #a3afb7;
  color: #a3afb7;
  font-size: 12px;
  line-height: 1;
}

.ct-grid {
  stroke: rgba(43, 61, 81, 0.15);
}

.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
}

.ct-chart .ct-series.ct-series-a .ct-bar, .ct-chart .ct-series.ct-series-a .ct-line, .ct-chart .ct-series.ct-series-a .ct-point, .ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #039cfd;
}

.ct-chart .ct-series.ct-series-b .ct-bar, .ct-chart .ct-series.ct-series-b .ct-line, .ct-chart .ct-series.ct-series-b .ct-point, .ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #1bb99a;
}

.ct-chart .ct-series.ct-series-c .ct-bar, .ct-chart .ct-series.ct-series-c .ct-line, .ct-chart .ct-series.ct-series-c .ct-point, .ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #f1b53d;
}

.ct-chart .ct-series.ct-series-d .ct-bar, .ct-chart .ct-series.ct-series-d .ct-line, .ct-chart .ct-series.ct-series-d .ct-point, .ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #ff7aa3;
}

.ct-chart .ct-series.ct-series-e .ct-bar, .ct-chart .ct-series.ct-series-e .ct-line, .ct-chart .ct-series.ct-series-e .ct-point, .ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #2b3d51;
}

.ct-chart .ct-series.ct-series-f .ct-bar, .ct-chart .ct-series.ct-series-f .ct-line, .ct-chart .ct-series.ct-series-f .ct-point, .ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #3db9dc;
}

.ct-chart .ct-series.ct-series-g .ct-bar, .ct-chart .ct-series.ct-series-g .ct-line, .ct-chart .ct-series.ct-series-g .ct-point, .ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #ff5d48;
}

.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
  fill: #039cfd;
}

.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
  fill: #1bb99a;
}

.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
  fill: #f1b53d;
}

.ct-series-d .ct-area, .ct-series-d .ct-slice-pie {
  fill: #ff7aa3;
}

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  background: #2b3d51;
  color: #ffffff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.chartist-tooltip.tooltip-show {
  opacity: 1;
}

/* C3 chart */
.c3 svg {
  max-width: 100%;
}

.c3-tooltip td > span {
  background: #2b3d51;
}

.c3-tooltip td {
  border-left: none;
}

.c3-tooltip {
  -webkit-box-shadow: 0px 0px 8px 0px #777;
          box-shadow: 0px 0px 8px 0px #777;
  opacity: 1;
}

.c3-chart-arcs-title {
  font-size: 18px;
  font-weight: 600;
}

.c3-tooltip tr {
  border: none !important;
}

.c3-tooltip th {
  background-color: #2b3d51;
}

.c3-tooltip .value {
  font-weight: 600;
}

/* Sparkline chart */
.jqstooltip {
  background-color: #2b3d51 !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border-color: #2b3d51 !important;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.jqsfield {
  font-size: 12px !important;
  line-height: 18px !important;
}

/* =============
   Tree view page
============= */
.jstree-default .jstree-clicked {
  background: rgba(100, 176, 242, 0.4);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.jstree-default .jstree-hovered {
  background: rgba(100, 176, 242, 0.4);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.jstree-default .jstree-wholerow-clicked {
  background: rgba(100, 176, 242, 0.4);
}

.jstree-default .jstree-wholerow-hovered {
  background: rgba(100, 176, 242, 0.4);
}

.jstree-default .zmdi {
  font-size: 16px;
  color: rgba(43, 61, 81, 0.5);
}

.jstree-default .jstree-icon {
  color: rgba(43, 61, 81, 0.5);
}

/* =============
   Tour page
============= */
div.hopscotch-bubble {
  border: 3px solid #64b0f2;
  border-radius: 5px;
}

div.hopscotch-bubble .hopscotch-next {
  background-color: #64b0f2 !important;
  background-image: none !important;
  border-color: #64b0f2 !important;
  text-shadow: none !important;
  margin: 0 0 0 5px !important;
}

div.hopscotch-bubble .hopscotch-prev {
  background-color: #64b0f2 !important;
  background-image: none !important;
  border-color: #64b0f2 !important;
  text-shadow: none !important;
  color: #ffffff !important;
}

div.hopscotch-bubble .hopscotch-bubble-number {
  background: #64b0f2;
  padding: 0px;
  border-radius: 50%;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 19px solid #64b0f2;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-left: 19px solid #64b0f2;
  left: -2px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border: none;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 0px solid #64b0f2;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 19px solid #64b0f2;
  top: 0px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 0px solid rgba(0, 0, 0, 0.5);
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 19px solid #64b0f2;
  top: -2px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 0px solid rgba(0, 0, 0, 0.5);
}

@media (max-width: 419px) {
  div.hopscotch-bubble .hopscotch-bubble-container {
    max-width: 180px;
  }
}

.tilebox-one i {
  font-size: 30px;
}

.tilebox-two i {
  font-size: 48px;
  opacity: 0.2;
  margin-top: 20px;
}

.widget-user {
  position: relative;
}

.widget-user img {
  width: 60px;
  height: 60px;
}

.user-position {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 44px;
  font-size: 16px;
  text-align: center;
  right: 0;
  left: auto;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.user-position span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.tilebox-three .bg-icon {
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  border: 1px dashed #818a91;
  background-color: #f7f7f9;
  margin-right: 20px;
}

.tilebox-three .bg-icon i {
  line-height: 80px;
  font-size: 36px;
  color: #818a91;
}

/* Inbox-widget */
.inbox-widget .inbox-item {
  border-bottom: 1px solid #f7f7f9;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
}

.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
}

.inbox-widget .inbox-item img {
  width: 40px;
}

.inbox-widget .inbox-item .inbox-item-author {
  color: #212325;
  display: block;
  margin: 0;
}

.inbox-widget .inbox-item .inbox-item-text {
  color: #818a91;
  display: block;
  font-size: 12px;
  margin: 0;
}

.inbox-widget .inbox-item .inbox-item-date {
  color: #818a91;
  font-size: 11px;
  position: absolute;
  right: 7px;
  top: 12px;
}

/* =============
   Accounts pages
============= */
.account-pages {
  background: #64b0f2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
}

.wrapper-page {
  margin: 5% auto;
  position: relative;
  max-width: 480px;
}

.wrapper-page .account-bg {
  background-color: #ffffff;
  padding: 7px;
  border-radius: 8px;
  margin: 20px 15px;
}

.wrapper-page .card-box {
  -webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  border: 5px solid #64b0f2;
}

.wrapper-page .logo {
  font-size: 24px;
  color: #1bb99a !important;
}

.user-thumb {
  position: relative;
  z-index: 999;
}

.user-thumb img {
  height: 88px;
  margin: 0px auto;
  width: 88px;
}

.ex-page-content .text-error {
  color: #ffffff;
  font-size: 98px;
  font-weight: 700;
  line-height: 150px;
}

.ex-page-content .text-error i {
  font-size: 78px;
  padding: 0px 10px;
}

.ex-page-content .text-error.shadow-text {
  text-shadow: rgba(255, 255, 255, 0.3) 5px 1px, rgba(255, 255, 255, 0.2) 12px 3px, rgba(255, 255, 255, 0.1) 6px 4px;
}

/* ==================
   ICONS
   ================== */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

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

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

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

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

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

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

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

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

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

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

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

.fa-music:before {
  content: "ï€پ";
}

.fa-search:before {
  content: "ï€‚";
}

.fa-envelope-o:before {
  content: "ï€ƒ";
}

.fa-heart:before {
  content: "ï€„";
}

.fa-star:before {
  content: "ï€…";
}

.fa-star-o:before {
  content: "ï€†";
}

.fa-user:before {
  content: "ï€‡";
}

.fa-film:before {
  content: "ï€ˆ";
}

.fa-th-large:before {
  content: "ï€‰";
}

.fa-th:before {
  content: "ï€ٹ";
}

.fa-th-list:before {
  content: "ï€‹";
}

.fa-check:before {
  content: "ï€Œ";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "ï€چ";
}

.fa-search-plus:before {
  content: "ï€ژ";
}

.fa-search-minus:before {
  content: "ï€گ";
}

.fa-power-off:before {
  content: "ï€‘";
}

.fa-signal:before {
  content: "ï€’";
}

.fa-gear:before,
.fa-cog:before {
  content: "ï€“";
}

.fa-trash-o:before {
  content: "ï€”";
}

.fa-home:before {
  content: "ï€•";
}

.fa-file-o:before {
  content: "ï€–";
}

.fa-clock-o:before {
  content: "ï€—";
}

.fa-road:before {
  content: "ï€ک";
}

.fa-download:before {
  content: "ï€™";
}

.fa-arrow-circle-o-down:before {
  content: "ï€ڑ";
}

.fa-arrow-circle-o-up:before {
  content: "ï€›";
}

.fa-inbox:before {
  content: "ï€œ";
}

.fa-play-circle-o:before {
  content: "ï€‌";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "ï€‍";
}

.fa-refresh:before {
  content: "ï€،";
}

.fa-list-alt:before {
  content: "ï€¢";
}

.fa-lock:before {
  content: "ï€£";
}

.fa-flag:before {
  content: "ï€¤";
}

.fa-headphones:before {
  content: "ï€¥";
}

.fa-volume-off:before {
  content: "ï€¦";
}

.fa-volume-down:before {
  content: "ï€§";
}

.fa-volume-up:before {
  content: "ï€¨";
}

.fa-qrcode:before {
  content: "ï€©";
}

.fa-barcode:before {
  content: "ï€ھ";
}

.fa-tag:before {
  content: "ï€«";
}

.fa-tags:before {
  content: "ï€¬";
}

.fa-book:before {
  content: "ï€­";
}

.fa-bookmark:before {
  content: "ï€®";
}

.fa-print:before {
  content: "ï€¯";
}

.fa-camera:before {
  content: "ï€°";
}

.fa-font:before {
  content: "ï€±";
}

.fa-bold:before {
  content: "ï€²";
}

.fa-italic:before {
  content: "ï€³";
}

.fa-text-height:before {
  content: "ï€´";
}

.fa-text-width:before {
  content: "ï€µ";
}

.fa-align-left:before {
  content: "ï€¶";
}

.fa-align-center:before {
  content: "ï€·";
}

.fa-align-right:before {
  content: "ï€¸";
}

.fa-align-justify:before {
  content: "ï€¹";
}

.fa-list:before {
  content: "ï€؛";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "ï€»";
}

.fa-indent:before {
  content: "ï€¼";
}

.fa-video-camera:before {
  content: "ï€½";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "ï€¾";
}

.fa-pencil:before {
  content: "ïپ€";
}

.fa-map-marker:before {
  content: "ïپپ";
}

.fa-adjust:before {
  content: "ïپ‚";
}

.fa-tint:before {
  content: "ïپƒ";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "ïپ„";
}

.fa-share-square-o:before {
  content: "ïپ…";
}

.fa-check-square-o:before {
  content: "ïپ†";
}

.fa-arrows:before {
  content: "ïپ‡";
}

.fa-step-backward:before {
  content: "ïپˆ";
}

.fa-fast-backward:before {
  content: "ïپ‰";
}

.fa-backward:before {
  content: "ïپٹ";
}

.fa-play:before {
  content: "ïپ‹";
}

.fa-pause:before {
  content: "ïپŒ";
}

.fa-stop:before {
  content: "ïپچ";
}

.fa-forward:before {
  content: "ïپژ";
}

.fa-fast-forward:before {
  content: "ïپگ";
}

.fa-step-forward:before {
  content: "ïپ‘";
}

.fa-eject:before {
  content: "ïپ’";
}

.fa-chevron-left:before {
  content: "ïپ“";
}

.fa-chevron-right:before {
  content: "ïپ”";
}

.fa-plus-circle:before {
  content: "ïپ•";
}

.fa-minus-circle:before {
  content: "ïپ–";
}

.fa-times-circle:before {
  content: "ïپ—";
}

.fa-check-circle:before {
  content: "ïپک";
}

.fa-question-circle:before {
  content: "ïپ™";
}

.fa-info-circle:before {
  content: "ïپڑ";
}

.fa-crosshairs:before {
  content: "ïپ›";
}

.fa-times-circle-o:before {
  content: "ïپœ";
}

.fa-check-circle-o:before {
  content: "ïپ‌";
}

.fa-ban:before {
  content: "ïپ‍";
}

.fa-arrow-left:before {
  content: "ïپ ";
}

.fa-arrow-right:before {
  content: "ïپ،";
}

.fa-arrow-up:before {
  content: "ïپ¢";
}

.fa-arrow-down:before {
  content: "ïپ£";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "ïپ¤";
}

.fa-expand:before {
  content: "ïپ¥";
}

.fa-compress:before {
  content: "ïپ¦";
}

.fa-plus:before {
  content: "ïپ§";
}

.fa-minus:before {
  content: "ïپ¨";
}

.fa-asterisk:before {
  content: "ïپ©";
}

.fa-exclamation-circle:before {
  content: "ïپھ";
}

.fa-gift:before {
  content: "ïپ«";
}

.fa-leaf:before {
  content: "ïپ¬";
}

.fa-fire:before {
  content: "ïپ­";
}

.fa-eye:before {
  content: "ïپ®";
}

.fa-eye-slash:before {
  content: "ïپ°";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "ïپ±";
}

.fa-plane:before {
  content: "ïپ²";
}

.fa-calendar:before {
  content: "ïپ³";
}

.fa-random:before {
  content: "ïپ´";
}

.fa-comment:before {
  content: "ïپµ";
}

.fa-magnet:before {
  content: "ïپ¶";
}

.fa-chevron-up:before {
  content: "ïپ·";
}

.fa-chevron-down:before {
  content: "ïپ¸";
}

.fa-retweet:before {
  content: "ïپ¹";
}

.fa-shopping-cart:before {
  content: "ïپ؛";
}

.fa-folder:before {
  content: "ïپ»";
}

.fa-folder-open:before {
  content: "ïپ¼";
}

.fa-arrows-v:before {
  content: "ïپ½";
}

.fa-arrows-h:before {
  content: "ïپ¾";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "ï‚€";
}

.fa-twitter-square:before {
  content: "ï‚پ";
}

.fa-facebook-square:before {
  content: "ï‚‚";
}

.fa-camera-retro:before {
  content: "ï‚ƒ";
}

.fa-key:before {
  content: "ï‚„";
}

.fa-gears:before,
.fa-cogs:before {
  content: "ï‚…";
}

.fa-comments:before {
  content: "ï‚†";
}

.fa-thumbs-o-up:before {
  content: "ï‚‡";
}

.fa-thumbs-o-down:before {
  content: "ï‚ˆ";
}

.fa-star-half:before {
  content: "ï‚‰";
}

.fa-heart-o:before {
  content: "ï‚ٹ";
}

.fa-sign-out:before {
  content: "ï‚‹";
}

.fa-linkedin-square:before {
  content: "ï‚Œ";
}

.fa-thumb-tack:before {
  content: "ï‚چ";
}

.fa-external-link:before {
  content: "ï‚ژ";
}

.fa-sign-in:before {
  content: "ï‚گ";
}

.fa-trophy:before {
  content: "ï‚‘";
}

.fa-github-square:before {
  content: "ï‚’";
}

.fa-upload:before {
  content: "ï‚“";
}

.fa-lemon-o:before {
  content: "ï‚”";
}

.fa-phone:before {
  content: "ï‚•";
}

.fa-square-o:before {
  content: "ï‚–";
}

.fa-bookmark-o:before {
  content: "ï‚—";
}

.fa-phone-square:before {
  content: "ï‚ک";
}

.fa-twitter:before {
  content: "ï‚™";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "ï‚ڑ";
}

.fa-github:before {
  content: "ï‚›";
}

.fa-unlock:before {
  content: "ï‚œ";
}

.fa-credit-card:before {
  content: "ï‚‌";
}

.fa-feed:before,
.fa-rss:before {
  content: "ï‚‍";
}

.fa-hdd-o:before {
  content: "ï‚ ";
}

.fa-bullhorn:before {
  content: "ï‚،";
}

.fa-bell:before {
  content: "ïƒ³";
}

.fa-certificate:before {
  content: "ï‚£";
}

.fa-hand-o-right:before {
  content: "ï‚¤";
}

.fa-hand-o-left:before {
  content: "ï‚¥";
}

.fa-hand-o-up:before {
  content: "ï‚¦";
}

.fa-hand-o-down:before {
  content: "ï‚§";
}

.fa-arrow-circle-left:before {
  content: "ï‚¨";
}

.fa-arrow-circle-right:before {
  content: "ï‚©";
}

.fa-arrow-circle-up:before {
  content: "ï‚ھ";
}

.fa-arrow-circle-down:before {
  content: "ï‚«";
}

.fa-globe:before {
  content: "ï‚¬";
}

.fa-wrench:before {
  content: "ï‚­";
}

.fa-tasks:before {
  content: "ï‚®";
}

.fa-filter:before {
  content: "ï‚°";
}

.fa-briefcase:before {
  content: "ï‚±";
}

.fa-arrows-alt:before {
  content: "ï‚²";
}

.fa-group:before,
.fa-users:before {
  content: "ïƒ€";
}

.fa-chain:before,
.fa-link:before {
  content: "ïƒپ";
}

.fa-cloud:before {
  content: "ïƒ‚";
}

.fa-flask:before {
  content: "ïƒƒ";
}

.fa-cut:before,
.fa-scissors:before {
  content: "ïƒ„";
}

.fa-copy:before,
.fa-files-o:before {
  content: "ïƒ…";
}

.fa-paperclip:before {
  content: "ïƒ†";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "ïƒ‡";
}

.fa-square:before {
  content: "ïƒˆ";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "ïƒ‰";
}

.fa-list-ul:before {
  content: "ïƒٹ";
}

.fa-list-ol:before {
  content: "ïƒ‹";
}

.fa-strikethrough:before {
  content: "ïƒŒ";
}

.fa-underline:before {
  content: "ïƒچ";
}

.fa-table:before {
  content: "ïƒژ";
}

.fa-magic:before {
  content: "ïƒگ";
}

.fa-truck:before {
  content: "ïƒ‘";
}

.fa-pinterest:before {
  content: "ïƒ’";
}

.fa-pinterest-square:before {
  content: "ïƒ“";
}

.fa-google-plus-square:before {
  content: "ïƒ”";
}

.fa-google-plus:before {
  content: "ïƒ•";
}

.fa-money:before {
  content: "ïƒ–";
}

.fa-caret-down:before {
  content: "ïƒ—";
}

.fa-caret-up:before {
  content: "ïƒک";
}

.fa-caret-left:before {
  content: "ïƒ™";
}

.fa-caret-right:before {
  content: "ïƒڑ";
}

.fa-columns:before {
  content: "ïƒ›";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "ïƒœ";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "ïƒ‌";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "ïƒ‍";
}

.fa-envelope:before {
  content: "ïƒ ";
}

.fa-linkedin:before {
  content: "ïƒ،";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "ïƒ¢";
}

.fa-legal:before,
.fa-gavel:before {
  content: "ïƒ£";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "ïƒ¤";
}

.fa-comment-o:before {
  content: "ïƒ¥";
}

.fa-comments-o:before {
  content: "ïƒ¦";
}

.fa-flash:before,
.fa-bolt:before {
  content: "ïƒ§";
}

.fa-sitemap:before {
  content: "ïƒ¨";
}

.fa-umbrella:before {
  content: "ïƒ©";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "ïƒھ";
}

.fa-lightbulb-o:before {
  content: "ïƒ«";
}

.fa-exchange:before {
  content: "ïƒ¬";
}

.fa-cloud-download:before {
  content: "ïƒ­";
}

.fa-cloud-upload:before {
  content: "ïƒ®";
}

.fa-user-md:before {
  content: "ïƒ°";
}

.fa-stethoscope:before {
  content: "ïƒ±";
}

.fa-suitcase:before {
  content: "ïƒ²";
}

.fa-bell-o:before {
  content: "ï‚¢";
}

.fa-coffee:before {
  content: "ïƒ´";
}

.fa-cutlery:before {
  content: "ïƒµ";
}

.fa-file-text-o:before {
  content: "ïƒ¶";
}

.fa-building-o:before {
  content: "ïƒ·";
}

.fa-hospital-o:before {
  content: "ïƒ¸";
}

.fa-ambulance:before {
  content: "ïƒ¹";
}

.fa-medkit:before {
  content: "ïƒ؛";
}

.fa-fighter-jet:before {
  content: "ïƒ»";
}

.fa-beer:before {
  content: "ïƒ¼";
}

.fa-h-square:before {
  content: "ïƒ½";
}

.fa-plus-square:before {
  content: "ïƒ¾";
}

.fa-angle-double-left:before {
  content: "ï„€";
}

.fa-angle-double-right:before {
  content: "ï„پ";
}

.fa-angle-double-up:before {
  content: "ï„‚";
}

.fa-angle-double-down:before {
  content: "ï„ƒ";
}

.fa-angle-left:before {
  content: "ï„„";
}

.fa-angle-right:before {
  content: "ï„…";
}

.fa-angle-up:before {
  content: "ï„†";
}

.fa-angle-down:before {
  content: "ï„‡";
}

.fa-desktop:before {
  content: "ï„ˆ";
}

.fa-laptop:before {
  content: "ï„‰";
}

.fa-tablet:before {
  content: "ï„ٹ";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "ï„‹";
}

.fa-circle-o:before {
  content: "ï„Œ";
}

.fa-quote-left:before {
  content: "ï„چ";
}

.fa-quote-right:before {
  content: "ï„ژ";
}

.fa-spinner:before {
  content: "ï„گ";
}

.fa-circle:before {
  content: "ï„‘";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "ï„’";
}

.fa-github-alt:before {
  content: "ï„“";
}

.fa-folder-o:before {
  content: "ï„”";
}

.fa-folder-open-o:before {
  content: "ï„•";
}

.fa-smile-o:before {
  content: "ï„ک";
}

.fa-frown-o:before {
  content: "ï„™";
}

.fa-meh-o:before {
  content: "ï„ڑ";
}

.fa-gamepad:before {
  content: "ï„›";
}

.fa-keyboard-o:before {
  content: "ï„œ";
}

.fa-flag-o:before {
  content: "ï„‌";
}

.fa-flag-checkered:before {
  content: "ï„‍";
}

.fa-terminal:before {
  content: "ï„ ";
}

.fa-code:before {
  content: "ï„،";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "ï„¢";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "ï„£";
}

.fa-location-arrow:before {
  content: "ï„¤";
}

.fa-crop:before {
  content: "ï„¥";
}

.fa-code-fork:before {
  content: "ï„¦";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "ï„§";
}

.fa-question:before {
  content: "ï„¨";
}

.fa-info:before {
  content: "ï„©";
}

.fa-exclamation:before {
  content: "ï„ھ";
}

.fa-superscript:before {
  content: "ï„«";
}

.fa-subscript:before {
  content: "ï„¬";
}

.fa-eraser:before {
  content: "ï„­";
}

.fa-puzzle-piece:before {
  content: "ï„®";
}

.fa-microphone:before {
  content: "ï„°";
}

.fa-microphone-slash:before {
  content: "ï„±";
}

.fa-shield:before {
  content: "ï„²";
}

.fa-calendar-o:before {
  content: "ï„³";
}

.fa-fire-extinguisher:before {
  content: "ï„´";
}

.fa-rocket:before {
  content: "ï„µ";
}

.fa-maxcdn:before {
  content: "ï„¶";
}

.fa-chevron-circle-left:before {
  content: "ï„·";
}

.fa-chevron-circle-right:before {
  content: "ï„¸";
}

.fa-chevron-circle-up:before {
  content: "ï„¹";
}

.fa-chevron-circle-down:before {
  content: "ï„؛";
}

.fa-html5:before {
  content: "ï„»";
}

.fa-css3:before {
  content: "ï„¼";
}

.fa-anchor:before {
  content: "ï„½";
}

.fa-unlock-alt:before {
  content: "ï„¾";
}

.fa-bullseye:before {
  content: "ï…€";
}

.fa-ellipsis-h:before {
  content: "ï…پ";
}

.fa-ellipsis-v:before {
  content: "ï…‚";
}

.fa-rss-square:before {
  content: "ï…ƒ";
}

.fa-play-circle:before {
  content: "ï…„";
}

.fa-ticket:before {
  content: "ï……";
}

.fa-minus-square:before {
  content: "ï…†";
}

.fa-minus-square-o:before {
  content: "ï…‡";
}

.fa-level-up:before {
  content: "ï…ˆ";
}

.fa-level-down:before {
  content: "ï…‰";
}

.fa-check-square:before {
  content: "ï…ٹ";
}

.fa-pencil-square:before {
  content: "ï…‹";
}

.fa-external-link-square:before {
  content: "ï…Œ";
}

.fa-share-square:before {
  content: "ï…چ";
}

.fa-compass:before {
  content: "ï…ژ";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "ï…گ";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "ï…‘";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "ï…’";
}

.fa-euro:before,
.fa-eur:before {
  content: "ï…“";
}

.fa-gbp:before {
  content: "ï…”";
}

.fa-dollar:before,
.fa-usd:before {
  content: "ï…•";
}

.fa-rupee:before,
.fa-inr:before {
  content: "ï…–";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "ï…—";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "ï…ک";
}

.fa-won:before,
.fa-krw:before {
  content: "ï…™";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "ï…ڑ";
}

.fa-file:before {
  content: "ï…›";
}

.fa-file-text:before {
  content: "ï…œ";
}

.fa-sort-alpha-asc:before {
  content: "ï…‌";
}

.fa-sort-alpha-desc:before {
  content: "ï…‍";
}

.fa-sort-amount-asc:before {
  content: "ï… ";
}

.fa-sort-amount-desc:before {
  content: "ï…،";
}

.fa-sort-numeric-asc:before {
  content: "ï…¢";
}

.fa-sort-numeric-desc:before {
  content: "ï…£";
}

.fa-thumbs-up:before {
  content: "ï…¤";
}

.fa-thumbs-down:before {
  content: "ï…¥";
}

.fa-youtube-square:before {
  content: "ï…¦";
}

.fa-youtube:before {
  content: "ï…§";
}

.fa-xing:before {
  content: "ï…¨";
}

.fa-xing-square:before {
  content: "ï…©";
}

.fa-youtube-play:before {
  content: "ï…ھ";
}

.fa-dropbox:before {
  content: "ï…«";
}

.fa-stack-overflow:before {
  content: "ï…¬";
}

.fa-instagram:before {
  content: "ï…­";
}

.fa-flickr:before {
  content: "ï…®";
}

.fa-adn:before {
  content: "ï…°";
}

.fa-bitbucket:before {
  content: "ï…±";
}

.fa-bitbucket-square:before {
  content: "ï…²";
}

.fa-tumblr:before {
  content: "ï…³";
}

.fa-tumblr-square:before {
  content: "ï…´";
}

.fa-long-arrow-down:before {
  content: "ï…µ";
}

.fa-long-arrow-up:before {
  content: "ï…¶";
}

.fa-long-arrow-left:before {
  content: "ï…·";
}

.fa-long-arrow-right:before {
  content: "ï…¸";
}

.fa-apple:before {
  content: "ï…¹";
}

.fa-windows:before {
  content: "ï…؛";
}

.fa-android:before {
  content: "ï…»";
}

.fa-linux:before {
  content: "ï…¼";
}

.fa-dribbble:before {
  content: "ï…½";
}

.fa-skype:before {
  content: "ï…¾";
}

.fa-foursquare:before {
  content: "ï†€";
}

.fa-trello:before {
  content: "ï†پ";
}

.fa-female:before {
  content: "ï†‚";
}

.fa-male:before {
  content: "ï†ƒ";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "ï†„";
}

.fa-sun-o:before {
  content: "ï†…";
}

.fa-moon-o:before {
  content: "ï††";
}

.fa-archive:before {
  content: "ï†‡";
}

.fa-bug:before {
  content: "ï†ˆ";
}

.fa-vk:before {
  content: "ï†‰";
}

.fa-weibo:before {
  content: "ï†ٹ";
}

.fa-renren:before {
  content: "ï†‹";
}

.fa-pagelines:before {
  content: "ï†Œ";
}

.fa-stack-exchange:before {
  content: "ï†چ";
}

.fa-arrow-circle-o-right:before {
  content: "ï†ژ";
}

.fa-arrow-circle-o-left:before {
  content: "ï†گ";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "ï†‘";
}

.fa-dot-circle-o:before {
  content: "ï†’";
}

.fa-wheelchair:before {
  content: "ï†“";
}

.fa-vimeo-square:before {
  content: "ï†”";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "ï†•";
}

.fa-plus-square-o:before {
  content: "ï†–";
}

.fa-space-shuttle:before {
  content: "ï†—";
}

.fa-slack:before {
  content: "ï†ک";
}

.fa-envelope-square:before {
  content: "ï†™";
}

.fa-wordpress:before {
  content: "ï†ڑ";
}

.fa-openid:before {
  content: "ï†›";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "ï†œ";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "ï†‌";
}

.fa-yahoo:before {
  content: "ï†‍";
}

.fa-google:before {
  content: "ï† ";
}

.fa-reddit:before {
  content: "ï†،";
}

.fa-reddit-square:before {
  content: "ï†¢";
}

.fa-stumbleupon-circle:before {
  content: "ï†£";
}

.fa-stumbleupon:before {
  content: "ï†¤";
}

.fa-delicious:before {
  content: "ï†¥";
}

.fa-digg:before {
  content: "ï†¦";
}

.fa-pied-piper-pp:before {
  content: "ï†§";
}

.fa-pied-piper-alt:before {
  content: "ï†¨";
}

.fa-drupal:before {
  content: "ï†©";
}

.fa-joomla:before {
  content: "ï†ھ";
}

.fa-language:before {
  content: "ï†«";
}

.fa-fax:before {
  content: "ï†¬";
}

.fa-building:before {
  content: "ï†­";
}

.fa-child:before {
  content: "ï†®";
}

.fa-paw:before {
  content: "ï†°";
}

.fa-spoon:before {
  content: "ï†±";
}

.fa-cube:before {
  content: "ï†²";
}

.fa-cubes:before {
  content: "ï†³";
}

.fa-behance:before {
  content: "ï†´";
}

.fa-behance-square:before {
  content: "ï†µ";
}

.fa-steam:before {
  content: "ï†¶";
}

.fa-steam-square:before {
  content: "ï†·";
}

.fa-recycle:before {
  content: "ï†¸";
}

.fa-automobile:before,
.fa-car:before {
  content: "ï†¹";
}

.fa-cab:before,
.fa-taxi:before {
  content: "ï†؛";
}

.fa-tree:before {
  content: "ï†»";
}

.fa-spotify:before {
  content: "ï†¼";
}

.fa-deviantart:before {
  content: "ï†½";
}

.fa-soundcloud:before {
  content: "ï†¾";
}

.fa-database:before {
  content: "ï‡€";
}

.fa-file-pdf-o:before {
  content: "ï‡پ";
}

.fa-file-word-o:before {
  content: "ï‡‚";
}

.fa-file-excel-o:before {
  content: "ï‡ƒ";
}

.fa-file-powerpoint-o:before {
  content: "ï‡„";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "ï‡…";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "ï‡†";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "ï‡‡";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "ï‡ˆ";
}

.fa-file-code-o:before {
  content: "ï‡‰";
}

.fa-vine:before {
  content: "ï‡ٹ";
}

.fa-codepen:before {
  content: "ï‡‹";
}

.fa-jsfiddle:before {
  content: "ï‡Œ";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "ï‡چ";
}

.fa-circle-o-notch:before {
  content: "ï‡ژ";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "ï‡گ";
}

.fa-ge:before,
.fa-empire:before {
  content: "ï‡‘";
}

.fa-git-square:before {
  content: "ï‡’";
}

.fa-git:before {
  content: "ï‡“";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "ï‡”";
}

.fa-tencent-weibo:before {
  content: "ï‡•";
}

.fa-qq:before {
  content: "ï‡–";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "ï‡—";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "ï‡ک";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "ï‡™";
}

.fa-history:before {
  content: "ï‡ڑ";
}

.fa-circle-thin:before {
  content: "ï‡›";
}

.fa-header:before {
  content: "ï‡œ";
}

.fa-paragraph:before {
  content: "ï‡‌";
}

.fa-sliders:before {
  content: "ï‡‍";
}

.fa-share-alt:before {
  content: "ï‡ ";
}

.fa-share-alt-square:before {
  content: "ï‡،";
}

.fa-bomb:before {
  content: "ï‡¢";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "ï‡£";
}

.fa-tty:before {
  content: "ï‡¤";
}

.fa-binoculars:before {
  content: "ï‡¥";
}

.fa-plug:before {
  content: "ï‡¦";
}

.fa-slideshare:before {
  content: "ï‡§";
}

.fa-twitch:before {
  content: "ï‡¨";
}

.fa-yelp:before {
  content: "ï‡©";
}

.fa-newspaper-o:before {
  content: "ï‡ھ";
}

.fa-wifi:before {
  content: "ï‡«";
}

.fa-calculator:before {
  content: "ï‡¬";
}

.fa-paypal:before {
  content: "ï‡­";
}

.fa-google-wallet:before {
  content: "ï‡®";
}

.fa-cc-visa:before {
  content: "ï‡°";
}

.fa-cc-mastercard:before {
  content: "ï‡±";
}

.fa-cc-discover:before {
  content: "ï‡²";
}

.fa-cc-amex:before {
  content: "ï‡³";
}

.fa-cc-paypal:before {
  content: "ï‡´";
}

.fa-cc-stripe:before {
  content: "ï‡µ";
}

.fa-bell-slash:before {
  content: "ï‡¶";
}

.fa-bell-slash-o:before {
  content: "ï‡·";
}

.fa-trash:before {
  content: "ï‡¸";
}

.fa-copyright:before {
  content: "ï‡¹";
}

.fa-at:before {
  content: "ï‡؛";
}

.fa-eyedropper:before {
  content: "ï‡»";
}

.fa-paint-brush:before {
  content: "ï‡¼";
}

.fa-birthday-cake:before {
  content: "ï‡½";
}

.fa-area-chart:before {
  content: "ï‡¾";
}

.fa-pie-chart:before {
  content: "ïˆ€";
}

.fa-line-chart:before {
  content: "ïˆپ";
}

.fa-lastfm:before {
  content: "ïˆ‚";
}

.fa-lastfm-square:before {
  content: "ïˆƒ";
}

.fa-toggle-off:before {
  content: "ïˆ„";
}

.fa-toggle-on:before {
  content: "ïˆ…";
}

.fa-bicycle:before {
  content: "ïˆ†";
}

.fa-bus:before {
  content: "ïˆ‡";
}

.fa-ioxhost:before {
  content: "ïˆˆ";
}

.fa-angellist:before {
  content: "ïˆ‰";
}

.fa-cc:before {
  content: "ïˆٹ";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "ïˆ‹";
}

.fa-meanpath:before {
  content: "ïˆŒ";
}

.fa-buysellads:before {
  content: "ïˆچ";
}

.fa-connectdevelop:before {
  content: "ïˆژ";
}

.fa-dashcube:before {
  content: "ïˆگ";
}

.fa-forumbee:before {
  content: "ïˆ‘";
}

.fa-leanpub:before {
  content: "ïˆ’";
}

.fa-sellsy:before {
  content: "ïˆ“";
}

.fa-shirtsinbulk:before {
  content: "ïˆ”";
}

.fa-simplybuilt:before {
  content: "ïˆ•";
}

.fa-skyatlas:before {
  content: "ïˆ–";
}

.fa-cart-plus:before {
  content: "ïˆ—";
}

.fa-cart-arrow-down:before {
  content: "ïˆک";
}

.fa-diamond:before {
  content: "ïˆ™";
}

.fa-ship:before {
  content: "ïˆڑ";
}

.fa-user-secret:before {
  content: "ïˆ›";
}

.fa-motorcycle:before {
  content: "ïˆœ";
}

.fa-street-view:before {
  content: "ïˆ‌";
}

.fa-heartbeat:before {
  content: "ïˆ‍";
}

.fa-venus:before {
  content: "ïˆ،";
}

.fa-mars:before {
  content: "ïˆ¢";
}

.fa-mercury:before {
  content: "ïˆ£";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "ïˆ¤";
}

.fa-transgender-alt:before {
  content: "ïˆ¥";
}

.fa-venus-double:before {
  content: "ïˆ¦";
}

.fa-mars-double:before {
  content: "ïˆ§";
}

.fa-venus-mars:before {
  content: "ïˆ¨";
}

.fa-mars-stroke:before {
  content: "ïˆ©";
}

.fa-mars-stroke-v:before {
  content: "ïˆھ";
}

.fa-mars-stroke-h:before {
  content: "ïˆ«";
}

.fa-neuter:before {
  content: "ïˆ¬";
}

.fa-genderless:before {
  content: "ïˆ­";
}

.fa-facebook-official:before {
  content: "ïˆ°";
}

.fa-pinterest-p:before {
  content: "ïˆ±";
}

.fa-whatsapp:before {
  content: "ïˆ²";
}

.fa-server:before {
  content: "ïˆ³";
}

.fa-user-plus:before {
  content: "ïˆ´";
}

.fa-user-times:before {
  content: "ïˆµ";
}

.fa-hotel:before,
.fa-bed:before {
  content: "ïˆ¶";
}

.fa-viacoin:before {
  content: "ïˆ·";
}

.fa-train:before {
  content: "ïˆ¸";
}

.fa-subway:before {
  content: "ïˆ¹";
}

.fa-medium:before {
  content: "ïˆ؛";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "ïˆ»";
}

.fa-optin-monster:before {
  content: "ïˆ¼";
}

.fa-opencart:before {
  content: "ïˆ½";
}

.fa-expeditedssl:before {
  content: "ïˆ¾";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "ï‰€";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "ï‰پ";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "ï‰‚";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "ï‰ƒ";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "ï‰„";
}

.fa-mouse-pointer:before {
  content: "ï‰…";
}

.fa-i-cursor:before {
  content: "ï‰†";
}

.fa-object-group:before {
  content: "ï‰‡";
}

.fa-object-ungroup:before {
  content: "ï‰ˆ";
}

.fa-sticky-note:before {
  content: "ï‰‰";
}

.fa-sticky-note-o:before {
  content: "ï‰ٹ";
}

.fa-cc-jcb:before {
  content: "ï‰‹";
}

.fa-cc-diners-club:before {
  content: "ï‰Œ";
}

.fa-clone:before {
  content: "ï‰چ";
}

.fa-balance-scale:before {
  content: "ï‰ژ";
}

.fa-hourglass-o:before {
  content: "ï‰گ";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "ï‰‘";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "ï‰’";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "ï‰“";
}

.fa-hourglass:before {
  content: "ï‰”";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "ï‰•";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "ï‰–";
}

.fa-hand-scissors-o:before {
  content: "ï‰—";
}

.fa-hand-lizard-o:before {
  content: "ï‰ک";
}

.fa-hand-spock-o:before {
  content: "ï‰™";
}

.fa-hand-pointer-o:before {
  content: "ï‰ڑ";
}

.fa-hand-peace-o:before {
  content: "ï‰›";
}

.fa-trademark:before {
  content: "ï‰œ";
}

.fa-registered:before {
  content: "ï‰‌";
}

.fa-creative-commons:before {
  content: "ï‰‍";
}

.fa-gg:before {
  content: "ï‰ ";
}

.fa-gg-circle:before {
  content: "ï‰،";
}

.fa-tripadvisor:before {
  content: "ï‰¢";
}

.fa-odnoklassniki:before {
  content: "ï‰£";
}

.fa-odnoklassniki-square:before {
  content: "ï‰¤";
}

.fa-get-pocket:before {
  content: "ï‰¥";
}

.fa-wikipedia-w:before {
  content: "ï‰¦";
}

.fa-safari:before {
  content: "ï‰§";
}

.fa-chrome:before {
  content: "ï‰¨";
}

.fa-firefox:before {
  content: "ï‰©";
}

.fa-opera:before {
  content: "ï‰ھ";
}

.fa-internet-explorer:before {
  content: "ï‰«";
}

.fa-tv:before,
.fa-television:before {
  content: "ï‰¬";
}

.fa-contao:before {
  content: "ï‰­";
}

.fa-500px:before {
  content: "ï‰®";
}

.fa-amazon:before {
  content: "ï‰°";
}

.fa-calendar-plus-o:before {
  content: "ï‰±";
}

.fa-calendar-minus-o:before {
  content: "ï‰²";
}

.fa-calendar-times-o:before {
  content: "ï‰³";
}

.fa-calendar-check-o:before {
  content: "ï‰´";
}

.fa-industry:before {
  content: "ï‰µ";
}

.fa-map-pin:before {
  content: "ï‰¶";
}

.fa-map-signs:before {
  content: "ï‰·";
}

.fa-map-o:before {
  content: "ï‰¸";
}

.fa-map:before {
  content: "ï‰¹";
}

.fa-commenting:before {
  content: "ï‰؛";
}

.fa-commenting-o:before {
  content: "ï‰»";
}

.fa-houzz:before {
  content: "ï‰¼";
}

.fa-vimeo:before {
  content: "ï‰½";
}

.fa-black-tie:before {
  content: "ï‰¾";
}

.fa-fonticons:before {
  content: "ïٹ€";
}

.fa-reddit-alien:before {
  content: "ïٹپ";
}

.fa-edge:before {
  content: "ïٹ‚";
}

.fa-credit-card-alt:before {
  content: "ïٹƒ";
}

.fa-codiepie:before {
  content: "ïٹ„";
}

.fa-modx:before {
  content: "ïٹ…";
}

.fa-fort-awesome:before {
  content: "ïٹ†";
}

.fa-usb:before {
  content: "ïٹ‡";
}

.fa-product-hunt:before {
  content: "ïٹˆ";
}

.fa-mixcloud:before {
  content: "ïٹ‰";
}

.fa-scribd:before {
  content: "ïٹٹ";
}

.fa-pause-circle:before {
  content: "ïٹ‹";
}

.fa-pause-circle-o:before {
  content: "ïٹŒ";
}

.fa-stop-circle:before {
  content: "ïٹچ";
}

.fa-stop-circle-o:before {
  content: "ïٹژ";
}

.fa-shopping-bag:before {
  content: "ïٹگ";
}

.fa-shopping-basket:before {
  content: "ïٹ‘";
}

.fa-hashtag:before {
  content: "ïٹ’";
}

.fa-bluetooth:before {
  content: "ïٹ“";
}

.fa-bluetooth-b:before {
  content: "ïٹ”";
}

.fa-percent:before {
  content: "ïٹ•";
}

.fa-gitlab:before {
  content: "ïٹ–";
}

.fa-wpbeginner:before {
  content: "ïٹ—";
}

.fa-wpforms:before {
  content: "ïٹک";
}

.fa-envira:before {
  content: "ïٹ™";
}

.fa-universal-access:before {
  content: "ïٹڑ";
}

.fa-wheelchair-alt:before {
  content: "ïٹ›";
}

.fa-question-circle-o:before {
  content: "ïٹœ";
}

.fa-blind:before {
  content: "ïٹ‌";
}

.fa-audio-description:before {
  content: "ïٹ‍";
}

.fa-volume-control-phone:before {
  content: "ïٹ ";
}

.fa-braille:before {
  content: "ïٹ،";
}

.fa-assistive-listening-systems:before {
  content: "ïٹ¢";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "ïٹ£";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "ïٹ¤";
}

.fa-glide:before {
  content: "ïٹ¥";
}

.fa-glide-g:before {
  content: "ïٹ¦";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "ïٹ§";
}

.fa-low-vision:before {
  content: "ïٹ¨";
}

.fa-viadeo:before {
  content: "ïٹ©";
}

.fa-viadeo-square:before {
  content: "ïٹھ";
}

.fa-snapchat:before {
  content: "ïٹ«";
}

.fa-snapchat-ghost:before {
  content: "ïٹ¬";
}

.fa-snapchat-square:before {
  content: "ïٹ­";
}

.fa-pied-piper:before {
  content: "ïٹ®";
}

.fa-first-order:before {
  content: "ïٹ°";
}

.fa-yoast:before {
  content: "ïٹ±";
}

.fa-themeisle:before {
  content: "ïٹ²";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "ïٹ³";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "ïٹ´";
}

.fa-handshake-o:before {
  content: "ïٹµ";
}

.fa-envelope-open:before {
  content: "ïٹ¶";
}

.fa-envelope-open-o:before {
  content: "ïٹ·";
}

.fa-linode:before {
  content: "ïٹ¸";
}

.fa-address-book:before {
  content: "ïٹ¹";
}

.fa-address-book-o:before {
  content: "ïٹ؛";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "ïٹ»";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "ïٹ¼";
}

.fa-user-circle:before {
  content: "ïٹ½";
}

.fa-user-circle-o:before {
  content: "ïٹ¾";
}

.fa-user-o:before {
  content: "ï‹€";
}

.fa-id-badge:before {
  content: "ï‹پ";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "ï‹‚";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "ï‹ƒ";
}

.fa-quora:before {
  content: "ï‹„";
}

.fa-free-code-camp:before {
  content: "ï‹…";
}

.fa-telegram:before {
  content: "ï‹†";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "ï‹‡";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "ï‹ˆ";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "ï‹‰";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "ï‹ٹ";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "ï‹‹";
}

.fa-shower:before {
  content: "ï‹Œ";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "ï‹چ";
}

.fa-podcast:before {
  content: "ï‹ژ";
}

.fa-window-maximize:before {
  content: "ï‹گ";
}

.fa-window-minimize:before {
  content: "ï‹‘";
}

.fa-window-restore:before {
  content: "ï‹’";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "ï‹“";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "ï‹”";
}

.fa-bandcamp:before {
  content: "ï‹•";
}

.fa-grav:before {
  content: "ï‹–";
}

.fa-etsy:before {
  content: "ï‹—";
}

.fa-imdb:before {
  content: "ï‹ک";
}

.fa-ravelry:before {
  content: "ï‹™";
}

.fa-eercast:before {
  content: "ï‹ڑ";
}

.fa-microchip:before {
  content: "ï‹›";
}

.fa-snowflake-o:before {
  content: "ï‹œ";
}

.fa-superpowers:before {
  content: "ï‹‌";
}

.fa-wpexplorer:before {
  content: "ï‹‍";
}

.fa-meetup:before {
  content: "ï‹ ";
}

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

/*!
 *  Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'Material-Design-Iconic-Font';
  src: url("../css/fonts/Material-Design-Iconic-Font.woff2?v=2.2.0") format("woff2"), url("../fonts/Material-Design-Iconic-Font.woff?v=2.2.0") format("woff"), url("../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.zmdi-hc-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.zmdi-hc-2x {
  font-size: 2em;
}

.zmdi-hc-3x {
  font-size: 3em;
}

.zmdi-hc-4x {
  font-size: 4em;
}

.zmdi-hc-5x {
  font-size: 5em;
}

.zmdi-hc-fw {
  width: 1.28571429em;
  text-align: center;
}

.zmdi-hc-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.zmdi-hc-ul > li {
  position: relative;
}

.zmdi-hc-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.zmdi-hc-li.zmdi-hc-lg {
  left: -1.85714286em;
}

.zmdi-hc-border {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 2px;
}

.zmdi-hc-border-circle {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 50%;
}

.zmdi.pull-left {
  float: left;
  margin-right: .15em;
}

.zmdi.pull-right {
  float: right;
  margin-left: .15em;
}

.zmdi-hc-spin {
  -webkit-animation: zmdi-spin 1.5s infinite linear;
  animation: zmdi-spin 1.5s infinite linear;
}

.zmdi-hc-spin-reverse {
  -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
  animation: zmdi-spin-reverse 1.5s infinite linear;
}

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

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

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

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

.zmdi-hc-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.zmdi-hc-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.zmdi-hc-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.zmdi-hc-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.zmdi-hc-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

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

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

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

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

.zmdi-hc-inverse {
  color: #ffffff;
}

/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.zmdi-3d-rotation:before {
  content: '\f101';
}

.zmdi-airplane-off:before {
  content: '\f102';
}

.zmdi-airplane:before {
  content: '\f103';
}

.zmdi-album:before {
  content: '\f104';
}

.zmdi-archive:before {
  content: '\f105';
}

.zmdi-assignment-account:before {
  content: '\f106';
}

.zmdi-assignment-alert:before {
  content: '\f107';
}

.zmdi-assignment-check:before {
  content: '\f108';
}

.zmdi-assignment-o:before {
  content: '\f109';
}

.zmdi-assignment-return:before {
  content: '\f10a';
}

.zmdi-assignment-returned:before {
  content: '\f10b';
}

.zmdi-assignment:before {
  content: '\f10c';
}

.zmdi-attachment-alt:before {
  content: '\f10d';
}

.zmdi-attachment:before {
  content: '\f10e';
}

.zmdi-audio:before {
  content: '\f10f';
}

.zmdi-badge-check:before {
  content: '\f110';
}

.zmdi-balance-wallet:before {
  content: '\f111';
}

.zmdi-balance:before {
  content: '\f112';
}

.zmdi-battery-alert:before {
  content: '\f113';
}

.zmdi-battery-flash:before {
  content: '\f114';
}

.zmdi-battery-unknown:before {
  content: '\f115';
}

.zmdi-battery:before {
  content: '\f116';
}

.zmdi-bike:before {
  content: '\f117';
}

.zmdi-block-alt:before {
  content: '\f118';
}

.zmdi-block:before {
  content: '\f119';
}

.zmdi-boat:before {
  content: '\f11a';
}

.zmdi-book-image:before {
  content: '\f11b';
}

.zmdi-book:before {
  content: '\f11c';
}

.zmdi-bookmark-outline:before {
  content: '\f11d';
}

.zmdi-bookmark:before {
  content: '\f11e';
}

.zmdi-brush:before {
  content: '\f11f';
}

.zmdi-bug:before {
  content: '\f120';
}

.zmdi-bus:before {
  content: '\f121';
}

.zmdi-cake:before {
  content: '\f122';
}

.zmdi-car-taxi:before {
  content: '\f123';
}

.zmdi-car-wash:before {
  content: '\f124';
}

.zmdi-car:before {
  content: '\f125';
}

.zmdi-card-giftcard:before {
  content: '\f126';
}

.zmdi-card-membership:before {
  content: '\f127';
}

.zmdi-card-travel:before {
  content: '\f128';
}

.zmdi-card:before {
  content: '\f129';
}

.zmdi-case-check:before {
  content: '\f12a';
}

.zmdi-case-download:before {
  content: '\f12b';
}

.zmdi-case-play:before {
  content: '\f12c';
}

.zmdi-case:before {
  content: '\f12d';
}

.zmdi-cast-connected:before {
  content: '\f12e';
}

.zmdi-cast:before {
  content: '\f12f';
}

.zmdi-chart-donut:before {
  content: '\f130';
}

.zmdi-chart:before {
  content: '\f131';
}

.zmdi-city-alt:before {
  content: '\f132';
}

.zmdi-city:before {
  content: '\f133';
}

.zmdi-close-circle-o:before {
  content: '\f134';
}

.zmdi-close-circle:before {
  content: '\f135';
}

.zmdi-close:before {
  content: '\f136';
}

.zmdi-cocktail:before {
  content: '\f137';
}

.zmdi-code-setting:before {
  content: '\f138';
}

.zmdi-code-smartphone:before {
  content: '\f139';
}

.zmdi-code:before {
  content: '\f13a';
}

.zmdi-coffee:before {
  content: '\f13b';
}

.zmdi-collection-bookmark:before {
  content: '\f13c';
}

.zmdi-collection-case-play:before {
  content: '\f13d';
}

.zmdi-collection-folder-image:before {
  content: '\f13e';
}

.zmdi-collection-image-o:before {
  content: '\f13f';
}

.zmdi-collection-image:before {
  content: '\f140';
}

.zmdi-collection-item-1:before {
  content: '\f141';
}

.zmdi-collection-item-2:before {
  content: '\f142';
}

.zmdi-collection-item-3:before {
  content: '\f143';
}

.zmdi-collection-item-4:before {
  content: '\f144';
}

.zmdi-collection-item-5:before {
  content: '\f145';
}

.zmdi-collection-item-6:before {
  content: '\f146';
}

.zmdi-collection-item-7:before {
  content: '\f147';
}

.zmdi-collection-item-8:before {
  content: '\f148';
}

.zmdi-collection-item-9-plus:before {
  content: '\f149';
}

.zmdi-collection-item-9:before {
  content: '\f14a';
}

.zmdi-collection-item:before {
  content: '\f14b';
}

.zmdi-collection-music:before {
  content: '\f14c';
}

.zmdi-collection-pdf:before {
  content: '\f14d';
}

.zmdi-collection-plus:before {
  content: '\f14e';
}

.zmdi-collection-speaker:before {
  content: '\f14f';
}

.zmdi-collection-text:before {
  content: '\f150';
}

.zmdi-collection-video:before {
  content: '\f151';
}

.zmdi-compass:before {
  content: '\f152';
}

.zmdi-cutlery:before {
  content: '\f153';
}

.zmdi-delete:before {
  content: '\f154';
}

.zmdi-dialpad:before {
  content: '\f155';
}

.zmdi-dns:before {
  content: '\f156';
}

.zmdi-drink:before {
  content: '\f157';
}

.zmdi-edit:before {
  content: '\f158';
}

.zmdi-email-open:before {
  content: '\f159';
}

.zmdi-email:before {
  content: '\f15a';
}

.zmdi-eye-off:before {
  content: '\f15b';
}

.zmdi-eye:before {
  content: '\f15c';
}

.zmdi-eyedropper:before {
  content: '\f15d';
}

.zmdi-favorite-outline:before {
  content: '\f15e';
}

.zmdi-favorite:before {
  content: '\f15f';
}

.zmdi-filter-list:before {
  content: '\f160';
}

.zmdi-fire:before {
  content: '\f161';
}

.zmdi-flag:before {
  content: '\f162';
}

.zmdi-flare:before {
  content: '\f163';
}

.zmdi-flash-auto:before {
  content: '\f164';
}

.zmdi-flash-off:before {
  content: '\f165';
}

.zmdi-flash:before {
  content: '\f166';
}

.zmdi-flip:before {
  content: '\f167';
}

.zmdi-flower-alt:before {
  content: '\f168';
}

.zmdi-flower:before {
  content: '\f169';
}

.zmdi-font:before {
  content: '\f16a';
}

.zmdi-fullscreen-alt:before {
  content: '\f16b';
}

.zmdi-fullscreen-exit:before {
  content: '\f16c';
}

.zmdi-fullscreen:before {
  content: '\f16d';
}

.zmdi-functions:before {
  content: '\f16e';
}

.zmdi-gas-station:before {
  content: '\f16f';
}

.zmdi-gesture:before {
  content: '\f170';
}

.zmdi-globe-alt:before {
  content: '\f171';
}

.zmdi-globe-lock:before {
  content: '\f172';
}

.zmdi-globe:before {
  content: '\f173';
}

.zmdi-graduation-cap:before {
  content: '\f174';
}

.zmdi-home:before {
  content: '\f175';
}

.zmdi-hospital-alt:before {
  content: '\f176';
}

.zmdi-hospital:before {
  content: '\f177';
}

.zmdi-hotel:before {
  content: '\f178';
}

.zmdi-hourglass-alt:before {
  content: '\f179';
}

.zmdi-hourglass-outline:before {
  content: '\f17a';
}

.zmdi-hourglass:before {
  content: '\f17b';
}

.zmdi-http:before {
  content: '\f17c';
}

.zmdi-image-alt:before {
  content: '\f17d';
}

.zmdi-image-o:before {
  content: '\f17e';
}

.zmdi-image:before {
  content: '\f17f';
}

.zmdi-inbox:before {
  content: '\f180';
}

.zmdi-invert-colors-off:before {
  content: '\f181';
}

.zmdi-invert-colors:before {
  content: '\f182';
}

.zmdi-key:before {
  content: '\f183';
}

.zmdi-label-alt-outline:before {
  content: '\f184';
}

.zmdi-label-alt:before {
  content: '\f185';
}

.zmdi-label-heart:before {
  content: '\f186';
}

.zmdi-label:before {
  content: '\f187';
}

.zmdi-labels:before {
  content: '\f188';
}

.zmdi-lamp:before {
  content: '\f189';
}

.zmdi-landscape:before {
  content: '\f18a';
}

.zmdi-layers-off:before {
  content: '\f18b';
}

.zmdi-layers:before {
  content: '\f18c';
}

.zmdi-library:before {
  content: '\f18d';
}

.zmdi-link:before {
  content: '\f18e';
}

.zmdi-lock-open:before {
  content: '\f18f';
}

.zmdi-lock-outline:before {
  content: '\f190';
}

.zmdi-lock:before {
  content: '\f191';
}

.zmdi-mail-reply-all:before {
  content: '\f192';
}

.zmdi-mail-reply:before {
  content: '\f193';
}

.zmdi-mail-send:before {
  content: '\f194';
}

.zmdi-mall:before {
  content: '\f195';
}

.zmdi-map:before {
  content: '\f196';
}

.zmdi-menu:before {
  content: '\f197';
}

.zmdi-money-box:before {
  content: '\f198';
}

.zmdi-money-off:before {
  content: '\f199';
}

.zmdi-money:before {
  content: '\f19a';
}

.zmdi-more-vert:before {
  content: '\f19b';
}

.zmdi-more:before {
  content: '\f19c';
}

.zmdi-movie-alt:before {
  content: '\f19d';
}

.zmdi-movie:before {
  content: '\f19e';
}

.zmdi-nature-people:before {
  content: '\f19f';
}

.zmdi-nature:before {
  content: '\f1a0';
}

.zmdi-navigation:before {
  content: '\f1a1';
}

.zmdi-open-in-browser:before {
  content: '\f1a2';
}

.zmdi-open-in-new:before {
  content: '\f1a3';
}

.zmdi-palette:before {
  content: '\f1a4';
}

.zmdi-parking:before {
  content: '\f1a5';
}

.zmdi-pin-account:before {
  content: '\f1a6';
}

.zmdi-pin-assistant:before {
  content: '\f1a7';
}

.zmdi-pin-drop:before {
  content: '\f1a8';
}

.zmdi-pin-help:before {
  content: '\f1a9';
}

.zmdi-pin-off:before {
  content: '\f1aa';
}

.zmdi-pin:before {
  content: '\f1ab';
}

.zmdi-pizza:before {
  content: '\f1ac';
}

.zmdi-plaster:before {
  content: '\f1ad';
}

.zmdi-power-setting:before {
  content: '\f1ae';
}

.zmdi-power:before {
  content: '\f1af';
}

.zmdi-print:before {
  content: '\f1b0';
}

.zmdi-puzzle-piece:before {
  content: '\f1b1';
}

.zmdi-quote:before {
  content: '\f1b2';
}

.zmdi-railway:before {
  content: '\f1b3';
}

.zmdi-receipt:before {
  content: '\f1b4';
}

.zmdi-refresh-alt:before {
  content: '\f1b5';
}

.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}

.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}

.zmdi-refresh-sync:before {
  content: '\f1b8';
}

.zmdi-refresh:before {
  content: '\f1b9';
}

.zmdi-roller:before {
  content: '\f1ba';
}

.zmdi-ruler:before {
  content: '\f1bb';
}

.zmdi-scissors:before {
  content: '\f1bc';
}

.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}

.zmdi-screen-rotation:before {
  content: '\f1be';
}

.zmdi-search-for:before {
  content: '\f1bf';
}

.zmdi-search-in-file:before {
  content: '\f1c0';
}

.zmdi-search-in-page:before {
  content: '\f1c1';
}

.zmdi-search-replace:before {
  content: '\f1c2';
}

.zmdi-search:before {
  content: '\f1c3';
}

.zmdi-seat:before {
  content: '\f1c4';
}

.zmdi-settings-square:before {
  content: '\f1c5';
}

.zmdi-settings:before {
  content: '\f1c6';
}

.zmdi-shield-check:before {
  content: '\f1c7';
}

.zmdi-shield-security:before {
  content: '\f1c8';
}

.zmdi-shopping-basket:before {
  content: '\f1c9';
}

.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}

.zmdi-shopping-cart:before {
  content: '\f1cb';
}

.zmdi-sign-in:before {
  content: '\f1cc';
}

.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}

.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}

.zmdi-sort-asc:before {
  content: '\f1cf';
}

.zmdi-sort-desc:before {
  content: '\f1d0';
}

.zmdi-spellcheck:before {
  content: '\f1d1';
}

.zmdi-storage:before {
  content: '\f1d2';
}

.zmdi-store-24:before {
  content: '\f1d3';
}

.zmdi-store:before {
  content: '\f1d4';
}

.zmdi-subway:before {
  content: '\f1d5';
}

.zmdi-sun:before {
  content: '\f1d6';
}

.zmdi-tab-unselected:before {
  content: '\f1d7';
}

.zmdi-tab:before {
  content: '\f1d8';
}

.zmdi-tag-close:before {
  content: '\f1d9';
}

.zmdi-tag-more:before {
  content: '\f1da';
}

.zmdi-tag:before {
  content: '\f1db';
}

.zmdi-thumb-down:before {
  content: '\f1dc';
}

.zmdi-thumb-up-down:before {
  content: '\f1dd';
}

.zmdi-thumb-up:before {
  content: '\f1de';
}

.zmdi-ticket-star:before {
  content: '\f1df';
}

.zmdi-toll:before {
  content: '\f1e0';
}

.zmdi-toys:before {
  content: '\f1e1';
}

.zmdi-traffic:before {
  content: '\f1e2';
}

.zmdi-translate:before {
  content: '\f1e3';
}

.zmdi-triangle-down:before {
  content: '\f1e4';
}

.zmdi-triangle-up:before {
  content: '\f1e5';
}

.zmdi-truck:before {
  content: '\f1e6';
}

.zmdi-turning-sign:before {
  content: '\f1e7';
}

.zmdi-wallpaper:before {
  content: '\f1e8';
}

.zmdi-washing-machine:before {
  content: '\f1e9';
}

.zmdi-window-maximize:before {
  content: '\f1ea';
}

.zmdi-window-minimize:before {
  content: '\f1eb';
}

.zmdi-window-restore:before {
  content: '\f1ec';
}

.zmdi-wrench:before {
  content: '\f1ed';
}

.zmdi-zoom-in:before {
  content: '\f1ee';
}

.zmdi-zoom-out:before {
  content: '\f1ef';
}

.zmdi-alert-circle-o:before {
  content: '\f1f0';
}

.zmdi-alert-circle:before {
  content: '\f1f1';
}

.zmdi-alert-octagon:before {
  content: '\f1f2';
}

.zmdi-alert-polygon:before {
  content: '\f1f3';
}

.zmdi-alert-triangle:before {
  content: '\f1f4';
}

.zmdi-help-outline:before {
  content: '\f1f5';
}

.zmdi-help:before {
  content: '\f1f6';
}

.zmdi-info-outline:before {
  content: '\f1f7';
}

.zmdi-info:before {
  content: '\f1f8';
}

.zmdi-notifications-active:before {
  content: '\f1f9';
}

.zmdi-notifications-add:before {
  content: '\f1fa';
}

.zmdi-notifications-none:before {
  content: '\f1fb';
}

.zmdi-notifications-off:before {
  content: '\f1fc';
}

.zmdi-notifications-paused:before {
  content: '\f1fd';
}

.zmdi-notifications:before {
  content: '\f1fe';
}

.zmdi-account-add:before {
  content: '\f1ff';
}

.zmdi-account-box-mail:before {
  content: '\f200';
}

.zmdi-account-box-o:before {
  content: '\f201';
}

.zmdi-account-box-phone:before {
  content: '\f202';
}

.zmdi-account-box:before {
  content: '\f203';
}

.zmdi-account-calendar:before {
  content: '\f204';
}

.zmdi-account-circle:before {
  content: '\f205';
}

.zmdi-account-o:before {
  content: '\f206';
}

.zmdi-account:before {
  content: '\f207';
}

.zmdi-accounts-add:before {
  content: '\f208';
}

.zmdi-accounts-alt:before {
  content: '\f209';
}

.zmdi-accounts-list-alt:before {
  content: '\f20a';
}

.zmdi-accounts-list:before {
  content: '\f20b';
}

.zmdi-accounts-outline:before {
  content: '\f20c';
}

.zmdi-accounts:before {
  content: '\f20d';
}

.zmdi-face:before {
  content: '\f20e';
}

.zmdi-female:before {
  content: '\f20f';
}

.zmdi-male-alt:before {
  content: '\f210';
}

.zmdi-male-female:before {
  content: '\f211';
}

.zmdi-male:before {
  content: '\f212';
}

.zmdi-mood-bad:before {
  content: '\f213';
}

.zmdi-mood:before {
  content: '\f214';
}

.zmdi-run:before {
  content: '\f215';
}

.zmdi-walk:before {
  content: '\f216';
}

.zmdi-cloud-box:before {
  content: '\f217';
}

.zmdi-cloud-circle:before {
  content: '\f218';
}

.zmdi-cloud-done:before {
  content: '\f219';
}

.zmdi-cloud-download:before {
  content: '\f21a';
}

.zmdi-cloud-off:before {
  content: '\f21b';
}

.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}

.zmdi-cloud-outline:before {
  content: '\f21d';
}

.zmdi-cloud-upload:before {
  content: '\f21e';
}

.zmdi-cloud:before {
  content: '\f21f';
}

.zmdi-download:before {
  content: '\f220';
}

.zmdi-file-plus:before {
  content: '\f221';
}

.zmdi-file-text:before {
  content: '\f222';
}

.zmdi-file:before {
  content: '\f223';
}

.zmdi-folder-outline:before {
  content: '\f224';
}

.zmdi-folder-person:before {
  content: '\f225';
}

.zmdi-folder-star-alt:before {
  content: '\f226';
}

.zmdi-folder-star:before {
  content: '\f227';
}

.zmdi-folder:before {
  content: '\f228';
}

.zmdi-gif:before {
  content: '\f229';
}

.zmdi-upload:before {
  content: '\f22a';
}

.zmdi-border-all:before {
  content: '\f22b';
}

.zmdi-border-bottom:before {
  content: '\f22c';
}

.zmdi-border-clear:before {
  content: '\f22d';
}

.zmdi-border-color:before {
  content: '\f22e';
}

.zmdi-border-horizontal:before {
  content: '\f22f';
}

.zmdi-border-inner:before {
  content: '\f230';
}

.zmdi-border-left:before {
  content: '\f231';
}

.zmdi-border-outer:before {
  content: '\f232';
}

.zmdi-border-right:before {
  content: '\f233';
}

.zmdi-border-style:before {
  content: '\f234';
}

.zmdi-border-top:before {
  content: '\f235';
}

.zmdi-border-vertical:before {
  content: '\f236';
}

.zmdi-copy:before {
  content: '\f237';
}

.zmdi-crop:before {
  content: '\f238';
}

.zmdi-format-align-center:before {
  content: '\f239';
}

.zmdi-format-align-justify:before {
  content: '\f23a';
}

.zmdi-format-align-left:before {
  content: '\f23b';
}

.zmdi-format-align-right:before {
  content: '\f23c';
}

.zmdi-format-bold:before {
  content: '\f23d';
}

.zmdi-format-clear-all:before {
  content: '\f23e';
}

.zmdi-format-clear:before {
  content: '\f23f';
}

.zmdi-format-color-fill:before {
  content: '\f240';
}

.zmdi-format-color-reset:before {
  content: '\f241';
}

.zmdi-format-color-text:before {
  content: '\f242';
}

.zmdi-format-indent-decrease:before {
  content: '\f243';
}

.zmdi-format-indent-increase:before {
  content: '\f244';
}

.zmdi-format-italic:before {
  content: '\f245';
}

.zmdi-format-line-spacing:before {
  content: '\f246';
}

.zmdi-format-list-bulleted:before {
  content: '\f247';
}

.zmdi-format-list-numbered:before {
  content: '\f248';
}

.zmdi-format-ltr:before {
  content: '\f249';
}

.zmdi-format-rtl:before {
  content: '\f24a';
}

.zmdi-format-size:before {
  content: '\f24b';
}

.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}

.zmdi-format-strikethrough:before {
  content: '\f24d';
}

.zmdi-format-subject:before {
  content: '\f24e';
}

.zmdi-format-underlined:before {
  content: '\f24f';
}

.zmdi-format-valign-bottom:before {
  content: '\f250';
}

.zmdi-format-valign-center:before {
  content: '\f251';
}

.zmdi-format-valign-top:before {
  content: '\f252';
}

.zmdi-redo:before {
  content: '\f253';
}

.zmdi-select-all:before {
  content: '\f254';
}

.zmdi-space-bar:before {
  content: '\f255';
}

.zmdi-text-format:before {
  content: '\f256';
}

.zmdi-transform:before {
  content: '\f257';
}

.zmdi-undo:before {
  content: '\f258';
}

.zmdi-wrap-text:before {
  content: '\f259';
}

.zmdi-comment-alert:before {
  content: '\f25a';
}

.zmdi-comment-alt-text:before {
  content: '\f25b';
}

.zmdi-comment-alt:before {
  content: '\f25c';
}

.zmdi-comment-edit:before {
  content: '\f25d';
}

.zmdi-comment-image:before {
  content: '\f25e';
}

.zmdi-comment-list:before {
  content: '\f25f';
}

.zmdi-comment-more:before {
  content: '\f260';
}

.zmdi-comment-outline:before {
  content: '\f261';
}

.zmdi-comment-text-alt:before {
  content: '\f262';
}

.zmdi-comment-text:before {
  content: '\f263';
}

.zmdi-comment-video:before {
  content: '\f264';
}

.zmdi-comment:before {
  content: '\f265';
}

.zmdi-comments:before {
  content: '\f266';
}

.zmdi-check-all:before {
  content: '\f267';
}

.zmdi-check-circle-u:before {
  content: '\f268';
}

.zmdi-check-circle:before {
  content: '\f269';
}

.zmdi-check-square:before {
  content: '\f26a';
}

.zmdi-check:before {
  content: '\f26b';
}

.zmdi-circle-o:before {
  content: '\f26c';
}

.zmdi-circle:before {
  content: '\f26d';
}

.zmdi-dot-circle-alt:before {
  content: '\f26e';
}

.zmdi-dot-circle:before {
  content: '\f26f';
}

.zmdi-minus-circle-outline:before {
  content: '\f270';
}

.zmdi-minus-circle:before {
  content: '\f271';
}

.zmdi-minus-square:before {
  content: '\f272';
}

.zmdi-minus:before {
  content: '\f273';
}

.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}

.zmdi-plus-circle-o:before {
  content: '\f275';
}

.zmdi-plus-circle:before {
  content: '\f276';
}

.zmdi-plus-square:before {
  content: '\f277';
}

.zmdi-plus:before {
  content: '\f278';
}

.zmdi-square-o:before {
  content: '\f279';
}

.zmdi-star-circle:before {
  content: '\f27a';
}

.zmdi-star-half:before {
  content: '\f27b';
}

.zmdi-star-outline:before {
  content: '\f27c';
}

.zmdi-star:before {
  content: '\f27d';
}

.zmdi-bluetooth-connected:before {
  content: '\f27e';
}

.zmdi-bluetooth-off:before {
  content: '\f27f';
}

.zmdi-bluetooth-search:before {
  content: '\f280';
}

.zmdi-bluetooth-setting:before {
  content: '\f281';
}

.zmdi-bluetooth:before {
  content: '\f282';
}

.zmdi-camera-add:before {
  content: '\f283';
}

.zmdi-camera-alt:before {
  content: '\f284';
}

.zmdi-camera-bw:before {
  content: '\f285';
}

.zmdi-camera-front:before {
  content: '\f286';
}

.zmdi-camera-mic:before {
  content: '\f287';
}

.zmdi-camera-party-mode:before {
  content: '\f288';
}

.zmdi-camera-rear:before {
  content: '\f289';
}

.zmdi-camera-roll:before {
  content: '\f28a';
}

.zmdi-camera-switch:before {
  content: '\f28b';
}

.zmdi-camera:before {
  content: '\f28c';
}

.zmdi-card-alert:before {
  content: '\f28d';
}

.zmdi-card-off:before {
  content: '\f28e';
}

.zmdi-card-sd:before {
  content: '\f28f';
}

.zmdi-card-sim:before {
  content: '\f290';
}

.zmdi-desktop-mac:before {
  content: '\f291';
}

.zmdi-desktop-windows:before {
  content: '\f292';
}

.zmdi-device-hub:before {
  content: '\f293';
}

.zmdi-devices-off:before {
  content: '\f294';
}

.zmdi-devices:before {
  content: '\f295';
}

.zmdi-dock:before {
  content: '\f296';
}

.zmdi-floppy:before {
  content: '\f297';
}

.zmdi-gamepad:before {
  content: '\f298';
}

.zmdi-gps-dot:before {
  content: '\f299';
}

.zmdi-gps-off:before {
  content: '\f29a';
}

.zmdi-gps:before {
  content: '\f29b';
}

.zmdi-headset-mic:before {
  content: '\f29c';
}

.zmdi-headset:before {
  content: '\f29d';
}

.zmdi-input-antenna:before {
  content: '\f29e';
}

.zmdi-input-composite:before {
  content: '\f29f';
}

.zmdi-input-hdmi:before {
  content: '\f2a0';
}

.zmdi-input-power:before {
  content: '\f2a1';
}

.zmdi-input-svideo:before {
  content: '\f2a2';
}

.zmdi-keyboard-hide:before {
  content: '\f2a3';
}

.zmdi-keyboard:before {
  content: '\f2a4';
}

.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}

.zmdi-laptop-mac:before {
  content: '\f2a6';
}

.zmdi-laptop:before {
  content: '\f2a7';
}

.zmdi-mic-off:before {
  content: '\f2a8';
}

.zmdi-mic-outline:before {
  content: '\f2a9';
}

.zmdi-mic-setting:before {
  content: '\f2aa';
}

.zmdi-mic:before {
  content: '\f2ab';
}

.zmdi-mouse:before {
  content: '\f2ac';
}

.zmdi-network-alert:before {
  content: '\f2ad';
}

.zmdi-network-locked:before {
  content: '\f2ae';
}

.zmdi-network-off:before {
  content: '\f2af';
}

.zmdi-network-outline:before {
  content: '\f2b0';
}

.zmdi-network-setting:before {
  content: '\f2b1';
}

.zmdi-network:before {
  content: '\f2b2';
}

.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}

.zmdi-phone-end:before {
  content: '\f2b4';
}

.zmdi-phone-forwarded:before {
  content: '\f2b5';
}

.zmdi-phone-in-talk:before {
  content: '\f2b6';
}

.zmdi-phone-locked:before {
  content: '\f2b7';
}

.zmdi-phone-missed:before {
  content: '\f2b8';
}

.zmdi-phone-msg:before {
  content: '\f2b9';
}

.zmdi-phone-paused:before {
  content: '\f2ba';
}

.zmdi-phone-ring:before {
  content: '\f2bb';
}

.zmdi-phone-setting:before {
  content: '\f2bc';
}

.zmdi-phone-sip:before {
  content: '\f2bd';
}

.zmdi-phone:before {
  content: '\f2be';
}

.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}

.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}

.zmdi-portable-wifi:before {
  content: '\f2c1';
}

.zmdi-radio:before {
  content: '\f2c2';
}

.zmdi-reader:before {
  content: '\f2c3';
}

.zmdi-remote-control-alt:before {
  content: '\f2c4';
}

.zmdi-remote-control:before {
  content: '\f2c5';
}

.zmdi-router:before {
  content: '\f2c6';
}

.zmdi-scanner:before {
  content: '\f2c7';
}

.zmdi-smartphone-android:before {
  content: '\f2c8';
}

.zmdi-smartphone-download:before {
  content: '\f2c9';
}

.zmdi-smartphone-erase:before {
  content: '\f2ca';
}

.zmdi-smartphone-info:before {
  content: '\f2cb';
}

.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}

.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}

.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}

.zmdi-smartphone-lock:before {
  content: '\f2cf';
}

.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}

.zmdi-smartphone-ring:before {
  content: '\f2d1';
}

.zmdi-smartphone-setting:before {
  content: '\f2d2';
}

.zmdi-smartphone-setup:before {
  content: '\f2d3';
}

.zmdi-smartphone:before {
  content: '\f2d4';
}

.zmdi-speaker:before {
  content: '\f2d5';
}

.zmdi-tablet-android:before {
  content: '\f2d6';
}

.zmdi-tablet-mac:before {
  content: '\f2d7';
}

.zmdi-tablet:before {
  content: '\f2d8';
}

.zmdi-tv-alt-play:before {
  content: '\f2d9';
}

.zmdi-tv-list:before {
  content: '\f2da';
}

.zmdi-tv-play:before {
  content: '\f2db';
}

.zmdi-tv:before {
  content: '\f2dc';
}

.zmdi-usb:before {
  content: '\f2dd';
}

.zmdi-videocam-off:before {
  content: '\f2de';
}

.zmdi-videocam-switch:before {
  content: '\f2df';
}

.zmdi-videocam:before {
  content: '\f2e0';
}

.zmdi-watch:before {
  content: '\f2e1';
}

.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}

.zmdi-wifi-alt:before {
  content: '\f2e3';
}

.zmdi-wifi-info:before {
  content: '\f2e4';
}

.zmdi-wifi-lock:before {
  content: '\f2e5';
}

.zmdi-wifi-off:before {
  content: '\f2e6';
}

.zmdi-wifi-outline:before {
  content: '\f2e7';
}

.zmdi-wifi:before {
  content: '\f2e8';
}

.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}

.zmdi-arrow-left:before {
  content: '\f2ea';
}

.zmdi-arrow-merge:before {
  content: '\f2eb';
}

.zmdi-arrow-missed:before {
  content: '\f2ec';
}

.zmdi-arrow-right-top:before {
  content: '\f2ed';
}

.zmdi-arrow-right:before {
  content: '\f2ee';
}

.zmdi-arrow-split:before {
  content: '\f2ef';
}

.zmdi-arrows:before {
  content: '\f2f0';
}

.zmdi-caret-down-circle:before {
  content: '\f2f1';
}

.zmdi-caret-down:before {
  content: '\f2f2';
}

.zmdi-caret-left-circle:before {
  content: '\f2f3';
}

.zmdi-caret-left:before {
  content: '\f2f4';
}

.zmdi-caret-right-circle:before {
  content: '\f2f5';
}

.zmdi-caret-right:before {
  content: '\f2f6';
}

.zmdi-caret-up-circle:before {
  content: '\f2f7';
}

.zmdi-caret-up:before {
  content: '\f2f8';
}

.zmdi-chevron-down:before {
  content: '\f2f9';
}

.zmdi-chevron-left:before {
  content: '\f2fa';
}

.zmdi-chevron-right:before {
  content: '\f2fb';
}

.zmdi-chevron-up:before {
  content: '\f2fc';
}

.zmdi-forward:before {
  content: '\f2fd';
}

.zmdi-long-arrow-down:before {
  content: '\f2fe';
}

.zmdi-long-arrow-left:before {
  content: '\f2ff';
}

.zmdi-long-arrow-return:before {
  content: '\f300';
}

.zmdi-long-arrow-right:before {
  content: '\f301';
}

.zmdi-long-arrow-tab:before {
  content: '\f302';
}

.zmdi-long-arrow-up:before {
  content: '\f303';
}

.zmdi-rotate-ccw:before {
  content: '\f304';
}

.zmdi-rotate-cw:before {
  content: '\f305';
}

.zmdi-rotate-left:before {
  content: '\f306';
}

.zmdi-rotate-right:before {
  content: '\f307';
}

.zmdi-square-down:before {
  content: '\f308';
}

.zmdi-square-right:before {
  content: '\f309';
}

.zmdi-swap-alt:before {
  content: '\f30a';
}

.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}

.zmdi-swap-vertical:before {
  content: '\f30c';
}

.zmdi-swap:before {
  content: '\f30d';
}

.zmdi-trending-down:before {
  content: '\f30e';
}

.zmdi-trending-flat:before {
  content: '\f30f';
}

.zmdi-trending-up:before {
  content: '\f310';
}

.zmdi-unfold-less:before {
  content: '\f311';
}

.zmdi-unfold-more:before {
  content: '\f312';
}

.zmdi-apps:before {
  content: '\f313';
}

.zmdi-grid-off:before {
  content: '\f314';
}

.zmdi-grid:before {
  content: '\f315';
}

.zmdi-view-agenda:before {
  content: '\f316';
}

.zmdi-view-array:before {
  content: '\f317';
}

.zmdi-view-carousel:before {
  content: '\f318';
}

.zmdi-view-column:before {
  content: '\f319';
}

.zmdi-view-comfy:before {
  content: '\f31a';
}

.zmdi-view-compact:before {
  content: '\f31b';
}

.zmdi-view-dashboard:before {
  content: '\f31c';
}

.zmdi-view-day:before {
  content: '\f31d';
}

.zmdi-view-headline:before {
  content: '\f31e';
}

.zmdi-view-list-alt:before {
  content: '\f31f';
}

.zmdi-view-list:before {
  content: '\f320';
}

.zmdi-view-module:before {
  content: '\f321';
}

.zmdi-view-quilt:before {
  content: '\f322';
}

.zmdi-view-stream:before {
  content: '\f323';
}

.zmdi-view-subtitles:before {
  content: '\f324';
}

.zmdi-view-toc:before {
  content: '\f325';
}

.zmdi-view-web:before {
  content: '\f326';
}

.zmdi-view-week:before {
  content: '\f327';
}

.zmdi-widgets:before {
  content: '\f328';
}

.zmdi-alarm-check:before {
  content: '\f329';
}

.zmdi-alarm-off:before {
  content: '\f32a';
}

.zmdi-alarm-plus:before {
  content: '\f32b';
}

.zmdi-alarm-snooze:before {
  content: '\f32c';
}

.zmdi-alarm:before {
  content: '\f32d';
}

.zmdi-calendar-alt:before {
  content: '\f32e';
}

.zmdi-calendar-check:before {
  content: '\f32f';
}

.zmdi-calendar-close:before {
  content: '\f330';
}

.zmdi-calendar-note:before {
  content: '\f331';
}

.zmdi-calendar:before {
  content: '\f332';
}

.zmdi-time-countdown:before {
  content: '\f333';
}

.zmdi-time-interval:before {
  content: '\f334';
}

.zmdi-time-restore-setting:before {
  content: '\f335';
}

.zmdi-time-restore:before {
  content: '\f336';
}

.zmdi-time:before {
  content: '\f337';
}

.zmdi-timer-off:before {
  content: '\f338';
}

.zmdi-timer:before {
  content: '\f339';
}

.zmdi-android-alt:before {
  content: '\f33a';
}

.zmdi-android:before {
  content: '\f33b';
}

.zmdi-apple:before {
  content: '\f33c';
}

.zmdi-behance:before {
  content: '\f33d';
}

.zmdi-codepen:before {
  content: '\f33e';
}

.zmdi-dribbble:before {
  content: '\f33f';
}

.zmdi-dropbox:before {
  content: '\f340';
}

.zmdi-evernote:before {
  content: '\f341';
}

.zmdi-facebook-box:before {
  content: '\f342';
}

.zmdi-facebook:before {
  content: '\f343';
}

.zmdi-github-box:before {
  content: '\f344';
}

.zmdi-github:before {
  content: '\f345';
}

.zmdi-google-drive:before {
  content: '\f346';
}

.zmdi-google-earth:before {
  content: '\f347';
}

.zmdi-google-glass:before {
  content: '\f348';
}

.zmdi-google-maps:before {
  content: '\f349';
}

.zmdi-google-pages:before {
  content: '\f34a';
}

.zmdi-google-play:before {
  content: '\f34b';
}

.zmdi-google-plus-box:before {
  content: '\f34c';
}

.zmdi-google-plus:before {
  content: '\f34d';
}

.zmdi-google:before {
  content: '\f34e';
}

.zmdi-instagram:before {
  content: '\f34f';
}

.zmdi-language-css3:before {
  content: '\f350';
}

.zmdi-language-html5:before {
  content: '\f351';
}

.zmdi-language-javascript:before {
  content: '\f352';
}

.zmdi-language-python-alt:before {
  content: '\f353';
}

.zmdi-language-python:before {
  content: '\f354';
}

.zmdi-lastfm:before {
  content: '\f355';
}

.zmdi-linkedin-box:before {
  content: '\f356';
}

.zmdi-paypal:before {
  content: '\f357';
}

.zmdi-pinterest-box:before {
  content: '\f358';
}

.zmdi-pocket:before {
  content: '\f359';
}

.zmdi-polymer:before {
  content: '\f35a';
}

.zmdi-share:before {
  content: '\f35b';
}

.zmdi-stackoverflow:before {
  content: '\f35c';
}

.zmdi-steam-square:before {
  content: '\f35d';
}

.zmdi-steam:before {
  content: '\f35e';
}

.zmdi-twitter-box:before {
  content: '\f35f';
}

.zmdi-twitter:before {
  content: '\f360';
}

.zmdi-vk:before {
  content: '\f361';
}

.zmdi-wikipedia:before {
  content: '\f362';
}

.zmdi-windows:before {
  content: '\f363';
}

.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}

.zmdi-aspect-ratio:before {
  content: '\f365';
}

.zmdi-blur-circular:before {
  content: '\f366';
}

.zmdi-blur-linear:before {
  content: '\f367';
}

.zmdi-blur-off:before {
  content: '\f368';
}

.zmdi-blur:before {
  content: '\f369';
}

.zmdi-brightness-2:before {
  content: '\f36a';
}

.zmdi-brightness-3:before {
  content: '\f36b';
}

.zmdi-brightness-4:before {
  content: '\f36c';
}

.zmdi-brightness-5:before {
  content: '\f36d';
}

.zmdi-brightness-6:before {
  content: '\f36e';
}

.zmdi-brightness-7:before {
  content: '\f36f';
}

.zmdi-brightness-auto:before {
  content: '\f370';
}

.zmdi-brightness-setting:before {
  content: '\f371';
}

.zmdi-broken-image:before {
  content: '\f372';
}

.zmdi-center-focus-strong:before {
  content: '\f373';
}

.zmdi-center-focus-weak:before {
  content: '\f374';
}

.zmdi-compare:before {
  content: '\f375';
}

.zmdi-crop-16-9:before {
  content: '\f376';
}

.zmdi-crop-3-2:before {
  content: '\f377';
}

.zmdi-crop-5-4:before {
  content: '\f378';
}

.zmdi-crop-7-5:before {
  content: '\f379';
}

.zmdi-crop-din:before {
  content: '\f37a';
}

.zmdi-crop-free:before {
  content: '\f37b';
}

.zmdi-crop-landscape:before {
  content: '\f37c';
}

.zmdi-crop-portrait:before {
  content: '\f37d';
}

.zmdi-crop-square:before {
  content: '\f37e';
}

.zmdi-exposure-alt:before {
  content: '\f37f';
}

.zmdi-exposure:before {
  content: '\f380';
}

.zmdi-filter-b-and-w:before {
  content: '\f381';
}

.zmdi-filter-center-focus:before {
  content: '\f382';
}

.zmdi-filter-frames:before {
  content: '\f383';
}

.zmdi-filter-tilt-shift:before {
  content: '\f384';
}

.zmdi-gradient:before {
  content: '\f385';
}

.zmdi-grain:before {
  content: '\f386';
}

.zmdi-graphic-eq:before {
  content: '\f387';
}

.zmdi-hdr-off:before {
  content: '\f388';
}

.zmdi-hdr-strong:before {
  content: '\f389';
}

.zmdi-hdr-weak:before {
  content: '\f38a';
}

.zmdi-hdr:before {
  content: '\f38b';
}

.zmdi-iridescent:before {
  content: '\f38c';
}

.zmdi-leak-off:before {
  content: '\f38d';
}

.zmdi-leak:before {
  content: '\f38e';
}

.zmdi-looks:before {
  content: '\f38f';
}

.zmdi-loupe:before {
  content: '\f390';
}

.zmdi-panorama-horizontal:before {
  content: '\f391';
}

.zmdi-panorama-vertical:before {
  content: '\f392';
}

.zmdi-panorama-wide-angle:before {
  content: '\f393';
}

.zmdi-photo-size-select-large:before {
  content: '\f394';
}

.zmdi-photo-size-select-small:before {
  content: '\f395';
}

.zmdi-picture-in-picture:before {
  content: '\f396';
}

.zmdi-slideshow:before {
  content: '\f397';
}

.zmdi-texture:before {
  content: '\f398';
}

.zmdi-tonality:before {
  content: '\f399';
}

.zmdi-vignette:before {
  content: '\f39a';
}

.zmdi-wb-auto:before {
  content: '\f39b';
}

.zmdi-eject-alt:before {
  content: '\f39c';
}

.zmdi-eject:before {
  content: '\f39d';
}

.zmdi-equalizer:before {
  content: '\f39e';
}

.zmdi-fast-forward:before {
  content: '\f39f';
}

.zmdi-fast-rewind:before {
  content: '\f3a0';
}

.zmdi-forward-10:before {
  content: '\f3a1';
}

.zmdi-forward-30:before {
  content: '\f3a2';
}

.zmdi-forward-5:before {
  content: '\f3a3';
}

.zmdi-hearing:before {
  content: '\f3a4';
}

.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}

.zmdi-pause-circle:before {
  content: '\f3a6';
}

.zmdi-pause:before {
  content: '\f3a7';
}

.zmdi-play-circle-outline:before {
  content: '\f3a8';
}

.zmdi-play-circle:before {
  content: '\f3a9';
}

.zmdi-play:before {
  content: '\f3aa';
}

.zmdi-playlist-audio:before {
  content: '\f3ab';
}

.zmdi-playlist-plus:before {
  content: '\f3ac';
}

.zmdi-repeat-one:before {
  content: '\f3ad';
}

.zmdi-repeat:before {
  content: '\f3ae';
}

.zmdi-replay-10:before {
  content: '\f3af';
}

.zmdi-replay-30:before {
  content: '\f3b0';
}

.zmdi-replay-5:before {
  content: '\f3b1';
}

.zmdi-replay:before {
  content: '\f3b2';
}

.zmdi-shuffle:before {
  content: '\f3b3';
}

.zmdi-skip-next:before {
  content: '\f3b4';
}

.zmdi-skip-previous:before {
  content: '\f3b5';
}

.zmdi-stop:before {
  content: '\f3b6';
}

.zmdi-surround-sound:before {
  content: '\f3b7';
}

.zmdi-tune:before {
  content: '\f3b8';
}

.zmdi-volume-down:before {
  content: '\f3b9';
}

.zmdi-volume-mute:before {
  content: '\f3ba';
}

.zmdi-volume-off:before {
  content: '\f3bb';
}

.zmdi-volume-up:before {
  content: '\f3bc';
}

.zmdi-n-1-square:before {
  content: '\f3bd';
}

.zmdi-n-2-square:before {
  content: '\f3be';
}

.zmdi-n-3-square:before {
  content: '\f3bf';
}

.zmdi-n-4-square:before {
  content: '\f3c0';
}

.zmdi-n-5-square:before {
  content: '\f3c1';
}

.zmdi-n-6-square:before {
  content: '\f3c2';
}

.zmdi-neg-1:before {
  content: '\f3c3';
}

.zmdi-neg-2:before {
  content: '\f3c4';
}

.zmdi-plus-1:before {
  content: '\f3c5';
}

.zmdi-plus-2:before {
  content: '\f3c6';
}

.zmdi-sec-10:before {
  content: '\f3c7';
}

.zmdi-sec-3:before {
  content: '\f3c8';
}

.zmdi-zero:before {
  content: '\f3c9';
}

.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}

.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}

.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}

.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}

.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}

.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}

.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}

.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}

.zmdi-airplay:before {
  content: '\f3d2';
}

.zmdi-closed-caption:before {
  content: '\f3d3';
}

.zmdi-confirmation-number:before {
  content: '\f3d4';
}

.zmdi-developer-board:before {
  content: '\f3d5';
}

.zmdi-disc-full:before {
  content: '\f3d6';
}

.zmdi-explicit:before {
  content: '\f3d7';
}

.zmdi-flight-land:before {
  content: '\f3d8';
}

.zmdi-flight-takeoff:before {
  content: '\f3d9';
}

.zmdi-flip-to-back:before {
  content: '\f3da';
}

.zmdi-flip-to-front:before {
  content: '\f3db';
}

.zmdi-group-work:before {
  content: '\f3dc';
}

.zmdi-hd:before {
  content: '\f3dd';
}

.zmdi-hq:before {
  content: '\f3de';
}

.zmdi-markunread-mailbox:before {
  content: '\f3df';
}

.zmdi-memory:before {
  content: '\f3e0';
}

.zmdi-nfc:before {
  content: '\f3e1';
}

.zmdi-play-for-work:before {
  content: '\f3e2';
}

.zmdi-power-input:before {
  content: '\f3e3';
}

.zmdi-present-to-all:before {
  content: '\f3e4';
}

.zmdi-satellite:before {
  content: '\f3e5';
}

.zmdi-tap-and-play:before {
  content: '\f3e6';
}

.zmdi-vibration:before {
  content: '\f3e7';
}

.zmdi-voicemail:before {
  content: '\f3e8';
}

.zmdi-group:before {
  content: '\f3e9';
}

.zmdi-rss:before {
  content: '\f3ea';
}

.zmdi-shape:before {
  content: '\f3eb';
}

.zmdi-spinner:before {
  content: '\f3ec';
}

.zmdi-ungroup:before {
  content: '\f3ed';
}

.zmdi-500px:before {
  content: '\f3ee';
}

.zmdi-8tracks:before {
  content: '\f3ef';
}

.zmdi-amazon:before {
  content: '\f3f0';
}

.zmdi-blogger:before {
  content: '\f3f1';
}

.zmdi-delicious:before {
  content: '\f3f2';
}

.zmdi-disqus:before {
  content: '\f3f3';
}

.zmdi-flattr:before {
  content: '\f3f4';
}

.zmdi-flickr:before {
  content: '\f3f5';
}

.zmdi-github-alt:before {
  content: '\f3f6';
}

.zmdi-google-old:before {
  content: '\f3f7';
}

.zmdi-linkedin:before {
  content: '\f3f8';
}

.zmdi-odnoklassniki:before {
  content: '\f3f9';
}

.zmdi-outlook:before {
  content: '\f3fa';
}

.zmdi-paypal-alt:before {
  content: '\f3fb';
}

.zmdi-pinterest:before {
  content: '\f3fc';
}

.zmdi-playstation:before {
  content: '\f3fd';
}

.zmdi-reddit:before {
  content: '\f3fe';
}

.zmdi-skype:before {
  content: '\f3ff';
}

.zmdi-slideshare:before {
  content: '\f400';
}

.zmdi-soundcloud:before {
  content: '\f401';
}

.zmdi-tumblr:before {
  content: '\f402';
}

.zmdi-twitch:before {
  content: '\f403';
}

.zmdi-vimeo:before {
  content: '\f404';
}

.zmdi-whatsapp:before {
  content: '\f405';
}

.zmdi-xbox:before {
  content: '\f406';
}

.zmdi-yahoo:before {
  content: '\f407';
}

.zmdi-youtube-play:before {
  content: '\f408';
}

.zmdi-youtube:before {
  content: '\f409';
}

.zmdi-3d-rotation:before {
  content: '\f101';
}

.zmdi-airplane-off:before {
  content: '\f102';
}

.zmdi-airplane:before {
  content: '\f103';
}

.zmdi-album:before {
  content: '\f104';
}

.zmdi-archive:before {
  content: '\f105';
}

.zmdi-assignment-account:before {
  content: '\f106';
}

.zmdi-assignment-alert:before {
  content: '\f107';
}

.zmdi-assignment-check:before {
  content: '\f108';
}

.zmdi-assignment-o:before {
  content: '\f109';
}

.zmdi-assignment-return:before {
  content: '\f10a';
}

.zmdi-assignment-returned:before {
  content: '\f10b';
}

.zmdi-assignment:before {
  content: '\f10c';
}

.zmdi-attachment-alt:before {
  content: '\f10d';
}

.zmdi-attachment:before {
  content: '\f10e';
}

.zmdi-audio:before {
  content: '\f10f';
}

.zmdi-badge-check:before {
  content: '\f110';
}

.zmdi-balance-wallet:before {
  content: '\f111';
}

.zmdi-balance:before {
  content: '\f112';
}

.zmdi-battery-alert:before {
  content: '\f113';
}

.zmdi-battery-flash:before {
  content: '\f114';
}

.zmdi-battery-unknown:before {
  content: '\f115';
}

.zmdi-battery:before {
  content: '\f116';
}

.zmdi-bike:before {
  content: '\f117';
}

.zmdi-block-alt:before {
  content: '\f118';
}

.zmdi-block:before {
  content: '\f119';
}

.zmdi-boat:before {
  content: '\f11a';
}

.zmdi-book-image:before {
  content: '\f11b';
}

.zmdi-book:before {
  content: '\f11c';
}

.zmdi-bookmark-outline:before {
  content: '\f11d';
}

.zmdi-bookmark:before {
  content: '\f11e';
}

.zmdi-brush:before {
  content: '\f11f';
}

.zmdi-bug:before {
  content: '\f120';
}

.zmdi-bus:before {
  content: '\f121';
}

.zmdi-cake:before {
  content: '\f122';
}

.zmdi-car-taxi:before {
  content: '\f123';
}

.zmdi-car-wash:before {
  content: '\f124';
}

.zmdi-car:before {
  content: '\f125';
}

.zmdi-card-giftcard:before {
  content: '\f126';
}

.zmdi-card-membership:before {
  content: '\f127';
}

.zmdi-card-travel:before {
  content: '\f128';
}

.zmdi-card:before {
  content: '\f129';
}

.zmdi-case-check:before {
  content: '\f12a';
}

.zmdi-case-download:before {
  content: '\f12b';
}

.zmdi-case-play:before {
  content: '\f12c';
}

.zmdi-case:before {
  content: '\f12d';
}

.zmdi-cast-connected:before {
  content: '\f12e';
}

.zmdi-cast:before {
  content: '\f12f';
}

.zmdi-chart-donut:before {
  content: '\f130';
}

.zmdi-chart:before {
  content: '\f131';
}

.zmdi-city-alt:before {
  content: '\f132';
}

.zmdi-city:before {
  content: '\f133';
}

.zmdi-close-circle-o:before {
  content: '\f134';
}

.zmdi-close-circle:before {
  content: '\f135';
}

.zmdi-close:before {
  content: '\f136';
}

.zmdi-cocktail:before {
  content: '\f137';
}

.zmdi-code-setting:before {
  content: '\f138';
}

.zmdi-code-smartphone:before {
  content: '\f139';
}

.zmdi-code:before {
  content: '\f13a';
}

.zmdi-coffee:before {
  content: '\f13b';
}

.zmdi-collection-bookmark:before {
  content: '\f13c';
}

.zmdi-collection-case-play:before {
  content: '\f13d';
}

.zmdi-collection-folder-image:before {
  content: '\f13e';
}

.zmdi-collection-image-o:before {
  content: '\f13f';
}

.zmdi-collection-image:before {
  content: '\f140';
}

.zmdi-collection-item-1:before {
  content: '\f141';
}

.zmdi-collection-item-2:before {
  content: '\f142';
}

.zmdi-collection-item-3:before {
  content: '\f143';
}

.zmdi-collection-item-4:before {
  content: '\f144';
}

.zmdi-collection-item-5:before {
  content: '\f145';
}

.zmdi-collection-item-6:before {
  content: '\f146';
}

.zmdi-collection-item-7:before {
  content: '\f147';
}

.zmdi-collection-item-8:before {
  content: '\f148';
}

.zmdi-collection-item-9-plus:before {
  content: '\f149';
}

.zmdi-collection-item-9:before {
  content: '\f14a';
}

.zmdi-collection-item:before {
  content: '\f14b';
}

.zmdi-collection-music:before {
  content: '\f14c';
}

.zmdi-collection-pdf:before {
  content: '\f14d';
}

.zmdi-collection-plus:before {
  content: '\f14e';
}

.zmdi-collection-speaker:before {
  content: '\f14f';
}

.zmdi-collection-text:before {
  content: '\f150';
}

.zmdi-collection-video:before {
  content: '\f151';
}

.zmdi-compass:before {
  content: '\f152';
}

.zmdi-cutlery:before {
  content: '\f153';
}

.zmdi-delete:before {
  content: '\f154';
}

.zmdi-dialpad:before {
  content: '\f155';
}

.zmdi-dns:before {
  content: '\f156';
}

.zmdi-drink:before {
  content: '\f157';
}

.zmdi-edit:before {
  content: '\f158';
}

.zmdi-email-open:before {
  content: '\f159';
}

.zmdi-email:before {
  content: '\f15a';
}

.zmdi-eye-off:before {
  content: '\f15b';
}

.zmdi-eye:before {
  content: '\f15c';
}

.zmdi-eyedropper:before {
  content: '\f15d';
}

.zmdi-favorite-outline:before {
  content: '\f15e';
}

.zmdi-favorite:before {
  content: '\f15f';
}

.zmdi-filter-list:before {
  content: '\f160';
}

.zmdi-fire:before {
  content: '\f161';
}

.zmdi-flag:before {
  content: '\f162';
}

.zmdi-flare:before {
  content: '\f163';
}

.zmdi-flash-auto:before {
  content: '\f164';
}

.zmdi-flash-off:before {
  content: '\f165';
}

.zmdi-flash:before {
  content: '\f166';
}

.zmdi-flip:before {
  content: '\f167';
}

.zmdi-flower-alt:before {
  content: '\f168';
}

.zmdi-flower:before {
  content: '\f169';
}

.zmdi-font:before {
  content: '\f16a';
}

.zmdi-fullscreen-alt:before {
  content: '\f16b';
}

.zmdi-fullscreen-exit:before {
  content: '\f16c';
}

.zmdi-fullscreen:before {
  content: '\f16d';
}

.zmdi-functions:before {
  content: '\f16e';
}

.zmdi-gas-station:before {
  content: '\f16f';
}

.zmdi-gesture:before {
  content: '\f170';
}

.zmdi-globe-alt:before {
  content: '\f171';
}

.zmdi-globe-lock:before {
  content: '\f172';
}

.zmdi-globe:before {
  content: '\f173';
}

.zmdi-graduation-cap:before {
  content: '\f174';
}

.zmdi-home:before {
  content: '\f175';
}

.zmdi-hospital-alt:before {
  content: '\f176';
}

.zmdi-hospital:before {
  content: '\f177';
}

.zmdi-hotel:before {
  content: '\f178';
}

.zmdi-hourglass-alt:before {
  content: '\f179';
}

.zmdi-hourglass-outline:before {
  content: '\f17a';
}

.zmdi-hourglass:before {
  content: '\f17b';
}

.zmdi-http:before {
  content: '\f17c';
}

.zmdi-image-alt:before {
  content: '\f17d';
}

.zmdi-image-o:before {
  content: '\f17e';
}

.zmdi-image:before {
  content: '\f17f';
}

.zmdi-inbox:before {
  content: '\f180';
}

.zmdi-invert-colors-off:before {
  content: '\f181';
}

.zmdi-invert-colors:before {
  content: '\f182';
}

.zmdi-key:before {
  content: '\f183';
}

.zmdi-label-alt-outline:before {
  content: '\f184';
}

.zmdi-label-alt:before {
  content: '\f185';
}

.zmdi-label-heart:before {
  content: '\f186';
}

.zmdi-label:before {
  content: '\f187';
}

.zmdi-labels:before {
  content: '\f188';
}

.zmdi-lamp:before {
  content: '\f189';
}

.zmdi-landscape:before {
  content: '\f18a';
}

.zmdi-layers-off:before {
  content: '\f18b';
}

.zmdi-layers:before {
  content: '\f18c';
}

.zmdi-library:before {
  content: '\f18d';
}

.zmdi-link:before {
  content: '\f18e';
}

.zmdi-lock-open:before {
  content: '\f18f';
}

.zmdi-lock-outline:before {
  content: '\f190';
}

.zmdi-lock:before {
  content: '\f191';
}

.zmdi-mail-reply-all:before {
  content: '\f192';
}

.zmdi-mail-reply:before {
  content: '\f193';
}

.zmdi-mail-send:before {
  content: '\f194';
}

.zmdi-mall:before {
  content: '\f195';
}

.zmdi-map:before {
  content: '\f196';
}

.zmdi-menu:before {
  content: '\f197';
}

.zmdi-money-box:before {
  content: '\f198';
}

.zmdi-money-off:before {
  content: '\f199';
}

.zmdi-money:before {
  content: '\f19a';
}

.zmdi-more-vert:before {
  content: '\f19b';
}

.zmdi-more:before {
  content: '\f19c';
}

.zmdi-movie-alt:before {
  content: '\f19d';
}

.zmdi-movie:before {
  content: '\f19e';
}

.zmdi-nature-people:before {
  content: '\f19f';
}

.zmdi-nature:before {
  content: '\f1a0';
}

.zmdi-navigation:before {
  content: '\f1a1';
}

.zmdi-open-in-browser:before {
  content: '\f1a2';
}

.zmdi-open-in-new:before {
  content: '\f1a3';
}

.zmdi-palette:before {
  content: '\f1a4';
}

.zmdi-parking:before {
  content: '\f1a5';
}

.zmdi-pin-account:before {
  content: '\f1a6';
}

.zmdi-pin-assistant:before {
  content: '\f1a7';
}

.zmdi-pin-drop:before {
  content: '\f1a8';
}

.zmdi-pin-help:before {
  content: '\f1a9';
}

.zmdi-pin-off:before {
  content: '\f1aa';
}

.zmdi-pin:before {
  content: '\f1ab';
}

.zmdi-pizza:before {
  content: '\f1ac';
}

.zmdi-plaster:before {
  content: '\f1ad';
}

.zmdi-power-setting:before {
  content: '\f1ae';
}

.zmdi-power:before {
  content: '\f1af';
}

.zmdi-print:before {
  content: '\f1b0';
}

.zmdi-puzzle-piece:before {
  content: '\f1b1';
}

.zmdi-quote:before {
  content: '\f1b2';
}

.zmdi-railway:before {
  content: '\f1b3';
}

.zmdi-receipt:before {
  content: '\f1b4';
}

.zmdi-refresh-alt:before {
  content: '\f1b5';
}

.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}

.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}

.zmdi-refresh-sync:before {
  content: '\f1b8';
}

.zmdi-refresh:before {
  content: '\f1b9';
}

.zmdi-roller:before {
  content: '\f1ba';
}

.zmdi-ruler:before {
  content: '\f1bb';
}

.zmdi-scissors:before {
  content: '\f1bc';
}

.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}

.zmdi-screen-rotation:before {
  content: '\f1be';
}

.zmdi-search-for:before {
  content: '\f1bf';
}

.zmdi-search-in-file:before {
  content: '\f1c0';
}

.zmdi-search-in-page:before {
  content: '\f1c1';
}

.zmdi-search-replace:before {
  content: '\f1c2';
}

.zmdi-search:before {
  content: '\f1c3';
}

.zmdi-seat:before {
  content: '\f1c4';
}

.zmdi-settings-square:before {
  content: '\f1c5';
}

.zmdi-settings:before {
  content: '\f1c6';
}

.zmdi-shield-check:before {
  content: '\f1c7';
}

.zmdi-shield-security:before {
  content: '\f1c8';
}

.zmdi-shopping-basket:before {
  content: '\f1c9';
}

.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}

.zmdi-shopping-cart:before {
  content: '\f1cb';
}

.zmdi-sign-in:before {
  content: '\f1cc';
}

.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}

.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}

.zmdi-sort-asc:before {
  content: '\f1cf';
}

.zmdi-sort-desc:before {
  content: '\f1d0';
}

.zmdi-spellcheck:before {
  content: '\f1d1';
}

.zmdi-storage:before {
  content: '\f1d2';
}

.zmdi-store-24:before {
  content: '\f1d3';
}

.zmdi-store:before {
  content: '\f1d4';
}

.zmdi-subway:before {
  content: '\f1d5';
}

.zmdi-sun:before {
  content: '\f1d6';
}

.zmdi-tab-unselected:before {
  content: '\f1d7';
}

.zmdi-tab:before {
  content: '\f1d8';
}

.zmdi-tag-close:before {
  content: '\f1d9';
}

.zmdi-tag-more:before {
  content: '\f1da';
}

.zmdi-tag:before {
  content: '\f1db';
}

.zmdi-thumb-down:before {
  content: '\f1dc';
}

.zmdi-thumb-up-down:before {
  content: '\f1dd';
}

.zmdi-thumb-up:before {
  content: '\f1de';
}

.zmdi-ticket-star:before {
  content: '\f1df';
}

.zmdi-toll:before {
  content: '\f1e0';
}

.zmdi-toys:before {
  content: '\f1e1';
}

.zmdi-traffic:before {
  content: '\f1e2';
}

.zmdi-translate:before {
  content: '\f1e3';
}

.zmdi-triangle-down:before {
  content: '\f1e4';
}

.zmdi-triangle-up:before {
  content: '\f1e5';
}

.zmdi-truck:before {
  content: '\f1e6';
}

.zmdi-turning-sign:before {
  content: '\f1e7';
}

.zmdi-wallpaper:before {
  content: '\f1e8';
}

.zmdi-washing-machine:before {
  content: '\f1e9';
}

.zmdi-window-maximize:before {
  content: '\f1ea';
}

.zmdi-window-minimize:before {
  content: '\f1eb';
}

.zmdi-window-restore:before {
  content: '\f1ec';
}

.zmdi-wrench:before {
  content: '\f1ed';
}

.zmdi-zoom-in:before {
  content: '\f1ee';
}

.zmdi-zoom-out:before {
  content: '\f1ef';
}

.zmdi-alert-circle-o:before {
  content: '\f1f0';
}

.zmdi-alert-circle:before {
  content: '\f1f1';
}

.zmdi-alert-octagon:before {
  content: '\f1f2';
}

.zmdi-alert-polygon:before {
  content: '\f1f3';
}

.zmdi-alert-triangle:before {
  content: '\f1f4';
}

.zmdi-help-outline:before {
  content: '\f1f5';
}

.zmdi-help:before {
  content: '\f1f6';
}

.zmdi-info-outline:before {
  content: '\f1f7';
}

.zmdi-info:before {
  content: '\f1f8';
}

.zmdi-notifications-active:before {
  content: '\f1f9';
}

.zmdi-notifications-add:before {
  content: '\f1fa';
}

.zmdi-notifications-none:before {
  content: '\f1fb';
}

.zmdi-notifications-off:before {
  content: '\f1fc';
}

.zmdi-notifications-paused:before {
  content: '\f1fd';
}

.zmdi-notifications:before {
  content: '\f1fe';
}

.zmdi-account-add:before {
  content: '\f1ff';
}

.zmdi-account-box-mail:before {
  content: '\f200';
}

.zmdi-account-box-o:before {
  content: '\f201';
}

.zmdi-account-box-phone:before {
  content: '\f202';
}

.zmdi-account-box:before {
  content: '\f203';
}

.zmdi-account-calendar:before {
  content: '\f204';
}

.zmdi-account-circle:before {
  content: '\f205';
}

.zmdi-account-o:before {
  content: '\f206';
}

.zmdi-account:before {
  content: '\f207';
}

.zmdi-accounts-add:before {
  content: '\f208';
}

.zmdi-accounts-alt:before {
  content: '\f209';
}

.zmdi-accounts-list-alt:before {
  content: '\f20a';
}

.zmdi-accounts-list:before {
  content: '\f20b';
}

.zmdi-accounts-outline:before {
  content: '\f20c';
}

.zmdi-accounts:before {
  content: '\f20d';
}

.zmdi-face:before {
  content: '\f20e';
}

.zmdi-female:before {
  content: '\f20f';
}

.zmdi-male-alt:before {
  content: '\f210';
}

.zmdi-male-female:before {
  content: '\f211';
}

.zmdi-male:before {
  content: '\f212';
}

.zmdi-mood-bad:before {
  content: '\f213';
}

.zmdi-mood:before {
  content: '\f214';
}

.zmdi-run:before {
  content: '\f215';
}

.zmdi-walk:before {
  content: '\f216';
}

.zmdi-cloud-box:before {
  content: '\f217';
}

.zmdi-cloud-circle:before {
  content: '\f218';
}

.zmdi-cloud-done:before {
  content: '\f219';
}

.zmdi-cloud-download:before {
  content: '\f21a';
}

.zmdi-cloud-off:before {
  content: '\f21b';
}

.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}

.zmdi-cloud-outline:before {
  content: '\f21d';
}

.zmdi-cloud-upload:before {
  content: '\f21e';
}

.zmdi-cloud:before {
  content: '\f21f';
}

.zmdi-download:before {
  content: '\f220';
}

.zmdi-file-plus:before {
  content: '\f221';
}

.zmdi-file-text:before {
  content: '\f222';
}

.zmdi-file:before {
  content: '\f223';
}

.zmdi-folder-outline:before {
  content: '\f224';
}

.zmdi-folder-person:before {
  content: '\f225';
}

.zmdi-folder-star-alt:before {
  content: '\f226';
}

.zmdi-folder-star:before {
  content: '\f227';
}

.zmdi-folder:before {
  content: '\f228';
}

.zmdi-gif:before {
  content: '\f229';
}

.zmdi-upload:before {
  content: '\f22a';
}

.zmdi-border-all:before {
  content: '\f22b';
}

.zmdi-border-bottom:before {
  content: '\f22c';
}

.zmdi-border-clear:before {
  content: '\f22d';
}

.zmdi-border-color:before {
  content: '\f22e';
}

.zmdi-border-horizontal:before {
  content: '\f22f';
}

.zmdi-border-inner:before {
  content: '\f230';
}

.zmdi-border-left:before {
  content: '\f231';
}

.zmdi-border-outer:before {
  content: '\f232';
}

.zmdi-border-right:before {
  content: '\f233';
}

.zmdi-border-style:before {
  content: '\f234';
}

.zmdi-border-top:before {
  content: '\f235';
}

.zmdi-border-vertical:before {
  content: '\f236';
}

.zmdi-copy:before {
  content: '\f237';
}

.zmdi-crop:before {
  content: '\f238';
}

.zmdi-format-align-center:before {
  content: '\f239';
}

.zmdi-format-align-justify:before {
  content: '\f23a';
}

.zmdi-format-align-left:before {
  content: '\f23b';
}

.zmdi-format-align-right:before {
  content: '\f23c';
}

.zmdi-format-bold:before {
  content: '\f23d';
}

.zmdi-format-clear-all:before {
  content: '\f23e';
}

.zmdi-format-clear:before {
  content: '\f23f';
}

.zmdi-format-color-fill:before {
  content: '\f240';
}

.zmdi-format-color-reset:before {
  content: '\f241';
}

.zmdi-format-color-text:before {
  content: '\f242';
}

.zmdi-format-indent-decrease:before {
  content: '\f243';
}

.zmdi-format-indent-increase:before {
  content: '\f244';
}

.zmdi-format-italic:before {
  content: '\f245';
}

.zmdi-format-line-spacing:before {
  content: '\f246';
}

.zmdi-format-list-bulleted:before {
  content: '\f247';
}

.zmdi-format-list-numbered:before {
  content: '\f248';
}

.zmdi-format-ltr:before {
  content: '\f249';
}

.zmdi-format-rtl:before {
  content: '\f24a';
}

.zmdi-format-size:before {
  content: '\f24b';
}

.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}

.zmdi-format-strikethrough:before {
  content: '\f24d';
}

.zmdi-format-subject:before {
  content: '\f24e';
}

.zmdi-format-underlined:before {
  content: '\f24f';
}

.zmdi-format-valign-bottom:before {
  content: '\f250';
}

.zmdi-format-valign-center:before {
  content: '\f251';
}

.zmdi-format-valign-top:before {
  content: '\f252';
}

.zmdi-redo:before {
  content: '\f253';
}

.zmdi-select-all:before {
  content: '\f254';
}

.zmdi-space-bar:before {
  content: '\f255';
}

.zmdi-text-format:before {
  content: '\f256';
}

.zmdi-transform:before {
  content: '\f257';
}

.zmdi-undo:before {
  content: '\f258';
}

.zmdi-wrap-text:before {
  content: '\f259';
}

.zmdi-comment-alert:before {
  content: '\f25a';
}

.zmdi-comment-alt-text:before {
  content: '\f25b';
}

.zmdi-comment-alt:before {
  content: '\f25c';
}

.zmdi-comment-edit:before {
  content: '\f25d';
}

.zmdi-comment-image:before {
  content: '\f25e';
}

.zmdi-comment-list:before {
  content: '\f25f';
}

.zmdi-comment-more:before {
  content: '\f260';
}

.zmdi-comment-outline:before {
  content: '\f261';
}

.zmdi-comment-text-alt:before {
  content: '\f262';
}

.zmdi-comment-text:before {
  content: '\f263';
}

.zmdi-comment-video:before {
  content: '\f264';
}

.zmdi-comment:before {
  content: '\f265';
}

.zmdi-comments:before {
  content: '\f266';
}

.zmdi-check-all:before {
  content: '\f267';
}

.zmdi-check-circle-u:before {
  content: '\f268';
}

.zmdi-check-circle:before {
  content: '\f269';
}

.zmdi-check-square:before {
  content: '\f26a';
}

.zmdi-check:before {
  content: '\f26b';
}

.zmdi-circle-o:before {
  content: '\f26c';
}

.zmdi-circle:before {
  content: '\f26d';
}

.zmdi-dot-circle-alt:before {
  content: '\f26e';
}

.zmdi-dot-circle:before {
  content: '\f26f';
}

.zmdi-minus-circle-outline:before {
  content: '\f270';
}

.zmdi-minus-circle:before {
  content: '\f271';
}

.zmdi-minus-square:before {
  content: '\f272';
}

.zmdi-minus:before {
  content: '\f273';
}

.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}

.zmdi-plus-circle-o:before {
  content: '\f275';
}

.zmdi-plus-circle:before {
  content: '\f276';
}

.zmdi-plus-square:before {
  content: '\f277';
}

.zmdi-plus:before {
  content: '\f278';
}

.zmdi-square-o:before {
  content: '\f279';
}

.zmdi-star-circle:before {
  content: '\f27a';
}

.zmdi-star-half:before {
  content: '\f27b';
}

.zmdi-star-outline:before {
  content: '\f27c';
}

.zmdi-star:before {
  content: '\f27d';
}

.zmdi-bluetooth-connected:before {
  content: '\f27e';
}

.zmdi-bluetooth-off:before {
  content: '\f27f';
}

.zmdi-bluetooth-search:before {
  content: '\f280';
}

.zmdi-bluetooth-setting:before {
  content: '\f281';
}

.zmdi-bluetooth:before {
  content: '\f282';
}

.zmdi-camera-add:before {
  content: '\f283';
}

.zmdi-camera-alt:before {
  content: '\f284';
}

.zmdi-camera-bw:before {
  content: '\f285';
}

.zmdi-camera-front:before {
  content: '\f286';
}

.zmdi-camera-mic:before {
  content: '\f287';
}

.zmdi-camera-party-mode:before {
  content: '\f288';
}

.zmdi-camera-rear:before {
  content: '\f289';
}

.zmdi-camera-roll:before {
  content: '\f28a';
}

.zmdi-camera-switch:before {
  content: '\f28b';
}

.zmdi-camera:before {
  content: '\f28c';
}

.zmdi-card-alert:before {
  content: '\f28d';
}

.zmdi-card-off:before {
  content: '\f28e';
}

.zmdi-card-sd:before {
  content: '\f28f';
}

.zmdi-card-sim:before {
  content: '\f290';
}

.zmdi-desktop-mac:before {
  content: '\f291';
}

.zmdi-desktop-windows:before {
  content: '\f292';
}

.zmdi-device-hub:before {
  content: '\f293';
}

.zmdi-devices-off:before {
  content: '\f294';
}

.zmdi-devices:before {
  content: '\f295';
}

.zmdi-dock:before {
  content: '\f296';
}

.zmdi-floppy:before {
  content: '\f297';
}

.zmdi-gamepad:before {
  content: '\f298';
}

.zmdi-gps-dot:before {
  content: '\f299';
}

.zmdi-gps-off:before {
  content: '\f29a';
}

.zmdi-gps:before {
  content: '\f29b';
}

.zmdi-headset-mic:before {
  content: '\f29c';
}

.zmdi-headset:before {
  content: '\f29d';
}

.zmdi-input-antenna:before {
  content: '\f29e';
}

.zmdi-input-composite:before {
  content: '\f29f';
}

.zmdi-input-hdmi:before {
  content: '\f2a0';
}

.zmdi-input-power:before {
  content: '\f2a1';
}

.zmdi-input-svideo:before {
  content: '\f2a2';
}

.zmdi-keyboard-hide:before {
  content: '\f2a3';
}

.zmdi-keyboard:before {
  content: '\f2a4';
}

.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}

.zmdi-laptop-mac:before {
  content: '\f2a6';
}

.zmdi-laptop:before {
  content: '\f2a7';
}

.zmdi-mic-off:before {
  content: '\f2a8';
}

.zmdi-mic-outline:before {
  content: '\f2a9';
}

.zmdi-mic-setting:before {
  content: '\f2aa';
}

.zmdi-mic:before {
  content: '\f2ab';
}

.zmdi-mouse:before {
  content: '\f2ac';
}

.zmdi-network-alert:before {
  content: '\f2ad';
}

.zmdi-network-locked:before {
  content: '\f2ae';
}

.zmdi-network-off:before {
  content: '\f2af';
}

.zmdi-network-outline:before {
  content: '\f2b0';
}

.zmdi-network-setting:before {
  content: '\f2b1';
}

.zmdi-network:before {
  content: '\f2b2';
}

.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}

.zmdi-phone-end:before {
  content: '\f2b4';
}

.zmdi-phone-forwarded:before {
  content: '\f2b5';
}

.zmdi-phone-in-talk:before {
  content: '\f2b6';
}

.zmdi-phone-locked:before {
  content: '\f2b7';
}

.zmdi-phone-missed:before {
  content: '\f2b8';
}

.zmdi-phone-msg:before {
  content: '\f2b9';
}

.zmdi-phone-paused:before {
  content: '\f2ba';
}

.zmdi-phone-ring:before {
  content: '\f2bb';
}

.zmdi-phone-setting:before {
  content: '\f2bc';
}

.zmdi-phone-sip:before {
  content: '\f2bd';
}

.zmdi-phone:before {
  content: '\f2be';
}

.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}

.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}

.zmdi-portable-wifi:before {
  content: '\f2c1';
}

.zmdi-radio:before {
  content: '\f2c2';
}

.zmdi-reader:before {
  content: '\f2c3';
}

.zmdi-remote-control-alt:before {
  content: '\f2c4';
}

.zmdi-remote-control:before {
  content: '\f2c5';
}

.zmdi-router:before {
  content: '\f2c6';
}

.zmdi-scanner:before {
  content: '\f2c7';
}

.zmdi-smartphone-android:before {
  content: '\f2c8';
}

.zmdi-smartphone-download:before {
  content: '\f2c9';
}

.zmdi-smartphone-erase:before {
  content: '\f2ca';
}

.zmdi-smartphone-info:before {
  content: '\f2cb';
}

.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}

.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}

.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}

.zmdi-smartphone-lock:before {
  content: '\f2cf';
}

.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}

.zmdi-smartphone-ring:before {
  content: '\f2d1';
}

.zmdi-smartphone-setting:before {
  content: '\f2d2';
}

.zmdi-smartphone-setup:before {
  content: '\f2d3';
}

.zmdi-smartphone:before {
  content: '\f2d4';
}

.zmdi-speaker:before {
  content: '\f2d5';
}

.zmdi-tablet-android:before {
  content: '\f2d6';
}

.zmdi-tablet-mac:before {
  content: '\f2d7';
}

.zmdi-tablet:before {
  content: '\f2d8';
}

.zmdi-tv-alt-play:before {
  content: '\f2d9';
}

.zmdi-tv-list:before {
  content: '\f2da';
}

.zmdi-tv-play:before {
  content: '\f2db';
}

.zmdi-tv:before {
  content: '\f2dc';
}

.zmdi-usb:before {
  content: '\f2dd';
}

.zmdi-videocam-off:before {
  content: '\f2de';
}

.zmdi-videocam-switch:before {
  content: '\f2df';
}

.zmdi-videocam:before {
  content: '\f2e0';
}

.zmdi-watch:before {
  content: '\f2e1';
}

.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}

.zmdi-wifi-alt:before {
  content: '\f2e3';
}

.zmdi-wifi-info:before {
  content: '\f2e4';
}

.zmdi-wifi-lock:before {
  content: '\f2e5';
}

.zmdi-wifi-off:before {
  content: '\f2e6';
}

.zmdi-wifi-outline:before {
  content: '\f2e7';
}

.zmdi-wifi:before {
  content: '\f2e8';
}

.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}

.zmdi-arrow-left:before {
  content: '\f2ea';
}

.zmdi-arrow-merge:before {
  content: '\f2eb';
}

.zmdi-arrow-missed:before {
  content: '\f2ec';
}

.zmdi-arrow-right-top:before {
  content: '\f2ed';
}

.zmdi-arrow-right:before {
  content: '\f2ee';
}

.zmdi-arrow-split:before {
  content: '\f2ef';
}

.zmdi-arrows:before {
  content: '\f2f0';
}

.zmdi-caret-down-circle:before {
  content: '\f2f1';
}

.zmdi-caret-down:before {
  content: '\f2f2';
}

.zmdi-caret-left-circle:before {
  content: '\f2f3';
}

.zmdi-caret-left:before {
  content: '\f2f4';
}

.zmdi-caret-right-circle:before {
  content: '\f2f5';
}

.zmdi-caret-right:before {
  content: '\f2f6';
}

.zmdi-caret-up-circle:before {
  content: '\f2f7';
}

.zmdi-caret-up:before {
  content: '\f2f8';
}

.zmdi-chevron-down:before {
  content: '\f2f9';
}

.zmdi-chevron-left:before {
  content: '\f2fa';
}

.zmdi-chevron-right:before {
  content: '\f2fb';
}

.zmdi-chevron-up:before {
  content: '\f2fc';
}

.zmdi-forward:before {
  content: '\f2fd';
}

.zmdi-long-arrow-down:before {
  content: '\f2fe';
}

.zmdi-long-arrow-left:before {
  content: '\f2ff';
}

.zmdi-long-arrow-return:before {
  content: '\f300';
}

.zmdi-long-arrow-right:before {
  content: '\f301';
}

.zmdi-long-arrow-tab:before {
  content: '\f302';
}

.zmdi-long-arrow-up:before {
  content: '\f303';
}

.zmdi-rotate-ccw:before {
  content: '\f304';
}

.zmdi-rotate-cw:before {
  content: '\f305';
}

.zmdi-rotate-left:before {
  content: '\f306';
}

.zmdi-rotate-right:before {
  content: '\f307';
}

.zmdi-square-down:before {
  content: '\f308';
}

.zmdi-square-right:before {
  content: '\f309';
}

.zmdi-swap-alt:before {
  content: '\f30a';
}

.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}

.zmdi-swap-vertical:before {
  content: '\f30c';
}

.zmdi-swap:before {
  content: '\f30d';
}

.zmdi-trending-down:before {
  content: '\f30e';
}

.zmdi-trending-flat:before {
  content: '\f30f';
}

.zmdi-trending-up:before {
  content: '\f310';
}

.zmdi-unfold-less:before {
  content: '\f311';
}

.zmdi-unfold-more:before {
  content: '\f312';
}

.zmdi-apps:before {
  content: '\f313';
}

.zmdi-grid-off:before {
  content: '\f314';
}

.zmdi-grid:before {
  content: '\f315';
}

.zmdi-view-agenda:before {
  content: '\f316';
}

.zmdi-view-array:before {
  content: '\f317';
}

.zmdi-view-carousel:before {
  content: '\f318';
}

.zmdi-view-column:before {
  content: '\f319';
}

.zmdi-view-comfy:before {
  content: '\f31a';
}

.zmdi-view-compact:before {
  content: '\f31b';
}

.zmdi-view-dashboard:before {
  content: '\f31c';
}

.zmdi-view-day:before {
  content: '\f31d';
}

.zmdi-view-headline:before {
  content: '\f31e';
}

.zmdi-view-list-alt:before {
  content: '\f31f';
}

.zmdi-view-list:before {
  content: '\f320';
}

.zmdi-view-module:before {
  content: '\f321';
}

.zmdi-view-quilt:before {
  content: '\f322';
}

.zmdi-view-stream:before {
  content: '\f323';
}

.zmdi-view-subtitles:before {
  content: '\f324';
}

.zmdi-view-toc:before {
  content: '\f325';
}

.zmdi-view-web:before {
  content: '\f326';
}

.zmdi-view-week:before {
  content: '\f327';
}

.zmdi-widgets:before {
  content: '\f328';
}

.zmdi-alarm-check:before {
  content: '\f329';
}

.zmdi-alarm-off:before {
  content: '\f32a';
}

.zmdi-alarm-plus:before {
  content: '\f32b';
}

.zmdi-alarm-snooze:before {
  content: '\f32c';
}

.zmdi-alarm:before {
  content: '\f32d';
}

.zmdi-calendar-alt:before {
  content: '\f32e';
}

.zmdi-calendar-check:before {
  content: '\f32f';
}

.zmdi-calendar-close:before {
  content: '\f330';
}

.zmdi-calendar-note:before {
  content: '\f331';
}

.zmdi-calendar:before {
  content: '\f332';
}

.zmdi-time-countdown:before {
  content: '\f333';
}

.zmdi-time-interval:before {
  content: '\f334';
}

.zmdi-time-restore-setting:before {
  content: '\f335';
}

.zmdi-time-restore:before {
  content: '\f336';
}

.zmdi-time:before {
  content: '\f337';
}

.zmdi-timer-off:before {
  content: '\f338';
}

.zmdi-timer:before {
  content: '\f339';
}

.zmdi-android-alt:before {
  content: '\f33a';
}

.zmdi-android:before {
  content: '\f33b';
}

.zmdi-apple:before {
  content: '\f33c';
}

.zmdi-behance:before {
  content: '\f33d';
}

.zmdi-codepen:before {
  content: '\f33e';
}

.zmdi-dribbble:before {
  content: '\f33f';
}

.zmdi-dropbox:before {
  content: '\f340';
}

.zmdi-evernote:before {
  content: '\f341';
}

.zmdi-facebook-box:before {
  content: '\f342';
}

.zmdi-facebook:before {
  content: '\f343';
}

.zmdi-github-box:before {
  content: '\f344';
}

.zmdi-github:before {
  content: '\f345';
}

.zmdi-google-drive:before {
  content: '\f346';
}

.zmdi-google-earth:before {
  content: '\f347';
}

.zmdi-google-glass:before {
  content: '\f348';
}

.zmdi-google-maps:before {
  content: '\f349';
}

.zmdi-google-pages:before {
  content: '\f34a';
}

.zmdi-google-play:before {
  content: '\f34b';
}

.zmdi-google-plus-box:before {
  content: '\f34c';
}

.zmdi-google-plus:before {
  content: '\f34d';
}

.zmdi-google:before {
  content: '\f34e';
}

.zmdi-instagram:before {
  content: '\f34f';
}

.zmdi-language-css3:before {
  content: '\f350';
}

.zmdi-language-html5:before {
  content: '\f351';
}

.zmdi-language-javascript:before {
  content: '\f352';
}

.zmdi-language-python-alt:before {
  content: '\f353';
}

.zmdi-language-python:before {
  content: '\f354';
}

.zmdi-lastfm:before {
  content: '\f355';
}

.zmdi-linkedin-box:before {
  content: '\f356';
}

.zmdi-paypal:before {
  content: '\f357';
}

.zmdi-pinterest-box:before {
  content: '\f358';
}

.zmdi-pocket:before {
  content: '\f359';
}

.zmdi-polymer:before {
  content: '\f35a';
}

.zmdi-share:before {
  content: '\f35b';
}

.zmdi-stackoverflow:before {
  content: '\f35c';
}

.zmdi-steam-square:before {
  content: '\f35d';
}

.zmdi-steam:before {
  content: '\f35e';
}

.zmdi-twitter-box:before {
  content: '\f35f';
}

.zmdi-twitter:before {
  content: '\f360';
}

.zmdi-vk:before {
  content: '\f361';
}

.zmdi-wikipedia:before {
  content: '\f362';
}

.zmdi-windows:before {
  content: '\f363';
}

.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}

.zmdi-aspect-ratio:before {
  content: '\f365';
}

.zmdi-blur-circular:before {
  content: '\f366';
}

.zmdi-blur-linear:before {
  content: '\f367';
}

.zmdi-blur-off:before {
  content: '\f368';
}

.zmdi-blur:before {
  content: '\f369';
}

.zmdi-brightness-2:before {
  content: '\f36a';
}

.zmdi-brightness-3:before {
  content: '\f36b';
}

.zmdi-brightness-4:before {
  content: '\f36c';
}

.zmdi-brightness-5:before {
  content: '\f36d';
}

.zmdi-brightness-6:before {
  content: '\f36e';
}

.zmdi-brightness-7:before {
  content: '\f36f';
}

.zmdi-brightness-auto:before {
  content: '\f370';
}

.zmdi-brightness-setting:before {
  content: '\f371';
}

.zmdi-broken-image:before {
  content: '\f372';
}

.zmdi-center-focus-strong:before {
  content: '\f373';
}

.zmdi-center-focus-weak:before {
  content: '\f374';
}

.zmdi-compare:before {
  content: '\f375';
}

.zmdi-crop-16-9:before {
  content: '\f376';
}

.zmdi-crop-3-2:before {
  content: '\f377';
}

.zmdi-crop-5-4:before {
  content: '\f378';
}

.zmdi-crop-7-5:before {
  content: '\f379';
}

.zmdi-crop-din:before {
  content: '\f37a';
}

.zmdi-crop-free:before {
  content: '\f37b';
}

.zmdi-crop-landscape:before {
  content: '\f37c';
}

.zmdi-crop-portrait:before {
  content: '\f37d';
}

.zmdi-crop-square:before {
  content: '\f37e';
}

.zmdi-exposure-alt:before {
  content: '\f37f';
}

.zmdi-exposure:before {
  content: '\f380';
}

.zmdi-filter-b-and-w:before {
  content: '\f381';
}

.zmdi-filter-center-focus:before {
  content: '\f382';
}

.zmdi-filter-frames:before {
  content: '\f383';
}

.zmdi-filter-tilt-shift:before {
  content: '\f384';
}

.zmdi-gradient:before {
  content: '\f385';
}

.zmdi-grain:before {
  content: '\f386';
}

.zmdi-graphic-eq:before {
  content: '\f387';
}

.zmdi-hdr-off:before {
  content: '\f388';
}

.zmdi-hdr-strong:before {
  content: '\f389';
}

.zmdi-hdr-weak:before {
  content: '\f38a';
}

.zmdi-hdr:before {
  content: '\f38b';
}

.zmdi-iridescent:before {
  content: '\f38c';
}

.zmdi-leak-off:before {
  content: '\f38d';
}

.zmdi-leak:before {
  content: '\f38e';
}

.zmdi-looks:before {
  content: '\f38f';
}

.zmdi-loupe:before {
  content: '\f390';
}

.zmdi-panorama-horizontal:before {
  content: '\f391';
}

.zmdi-panorama-vertical:before {
  content: '\f392';
}

.zmdi-panorama-wide-angle:before {
  content: '\f393';
}

.zmdi-photo-size-select-large:before {
  content: '\f394';
}

.zmdi-photo-size-select-small:before {
  content: '\f395';
}

.zmdi-picture-in-picture:before {
  content: '\f396';
}

.zmdi-slideshow:before {
  content: '\f397';
}

.zmdi-texture:before {
  content: '\f398';
}

.zmdi-tonality:before {
  content: '\f399';
}

.zmdi-vignette:before {
  content: '\f39a';
}

.zmdi-wb-auto:before {
  content: '\f39b';
}

.zmdi-eject-alt:before {
  content: '\f39c';
}

.zmdi-eject:before {
  content: '\f39d';
}

.zmdi-equalizer:before {
  content: '\f39e';
}

.zmdi-fast-forward:before {
  content: '\f39f';
}

.zmdi-fast-rewind:before {
  content: '\f3a0';
}

.zmdi-forward-10:before {
  content: '\f3a1';
}

.zmdi-forward-30:before {
  content: '\f3a2';
}

.zmdi-forward-5:before {
  content: '\f3a3';
}

.zmdi-hearing:before {
  content: '\f3a4';
}

.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}

.zmdi-pause-circle:before {
  content: '\f3a6';
}

.zmdi-pause:before {
  content: '\f3a7';
}

.zmdi-play-circle-outline:before {
  content: '\f3a8';
}

.zmdi-play-circle:before {
  content: '\f3a9';
}

.zmdi-play:before {
  content: '\f3aa';
}

.zmdi-playlist-audio:before {
  content: '\f3ab';
}

.zmdi-playlist-plus:before {
  content: '\f3ac';
}

.zmdi-repeat-one:before {
  content: '\f3ad';
}

.zmdi-repeat:before {
  content: '\f3ae';
}

.zmdi-replay-10:before {
  content: '\f3af';
}

.zmdi-replay-30:before {
  content: '\f3b0';
}

.zmdi-replay-5:before {
  content: '\f3b1';
}

.zmdi-replay:before {
  content: '\f3b2';
}

.zmdi-shuffle:before {
  content: '\f3b3';
}

.zmdi-skip-next:before {
  content: '\f3b4';
}

.zmdi-skip-previous:before {
  content: '\f3b5';
}

.zmdi-stop:before {
  content: '\f3b6';
}

.zmdi-surround-sound:before {
  content: '\f3b7';
}

.zmdi-tune:before {
  content: '\f3b8';
}

.zmdi-volume-down:before {
  content: '\f3b9';
}

.zmdi-volume-mute:before {
  content: '\f3ba';
}

.zmdi-volume-off:before {
  content: '\f3bb';
}

.zmdi-volume-up:before {
  content: '\f3bc';
}

.zmdi-n-1-square:before {
  content: '\f3bd';
}

.zmdi-n-2-square:before {
  content: '\f3be';
}

.zmdi-n-3-square:before {
  content: '\f3bf';
}

.zmdi-n-4-square:before {
  content: '\f3c0';
}

.zmdi-n-5-square:before {
  content: '\f3c1';
}

.zmdi-n-6-square:before {
  content: '\f3c2';
}

.zmdi-neg-1:before {
  content: '\f3c3';
}

.zmdi-neg-2:before {
  content: '\f3c4';
}

.zmdi-plus-1:before {
  content: '\f3c5';
}

.zmdi-plus-2:before {
  content: '\f3c6';
}

.zmdi-sec-10:before {
  content: '\f3c7';
}

.zmdi-sec-3:before {
  content: '\f3c8';
}

.zmdi-zero:before {
  content: '\f3c9';
}

.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}

.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}

.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}

.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}

.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}

.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}

.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}

.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}

.zmdi-airplay:before {
  content: '\f3d2';
}

.zmdi-closed-caption:before {
  content: '\f3d3';
}

.zmdi-confirmation-number:before {
  content: '\f3d4';
}

.zmdi-developer-board:before {
  content: '\f3d5';
}

.zmdi-disc-full:before {
  content: '\f3d6';
}

.zmdi-explicit:before {
  content: '\f3d7';
}

.zmdi-flight-land:before {
  content: '\f3d8';
}

.zmdi-flight-takeoff:before {
  content: '\f3d9';
}

.zmdi-flip-to-back:before {
  content: '\f3da';
}

.zmdi-flip-to-front:before {
  content: '\f3db';
}

.zmdi-group-work:before {
  content: '\f3dc';
}

.zmdi-hd:before {
  content: '\f3dd';
}

.zmdi-hq:before {
  content: '\f3de';
}

.zmdi-markunread-mailbox:before {
  content: '\f3df';
}

.zmdi-memory:before {
  content: '\f3e0';
}

.zmdi-nfc:before {
  content: '\f3e1';
}

.zmdi-play-for-work:before {
  content: '\f3e2';
}

.zmdi-power-input:before {
  content: '\f3e3';
}

.zmdi-present-to-all:before {
  content: '\f3e4';
}

.zmdi-satellite:before {
  content: '\f3e5';
}

.zmdi-tap-and-play:before {
  content: '\f3e6';
}

.zmdi-vibration:before {
  content: '\f3e7';
}

.zmdi-voicemail:before {
  content: '\f3e8';
}

.zmdi-group:before {
  content: '\f3e9';
}

.zmdi-rss:before {
  content: '\f3ea';
}

.zmdi-shape:before {
  content: '\f3eb';
}

.zmdi-spinner:before {
  content: '\f3ec';
}

.zmdi-ungroup:before {
  content: '\f3ed';
}

.zmdi-500px:before {
  content: '\f3ee';
}

.zmdi-8tracks:before {
  content: '\f3ef';
}

.zmdi-amazon:before {
  content: '\f3f0';
}

.zmdi-blogger:before {
  content: '\f3f1';
}

.zmdi-delicious:before {
  content: '\f3f2';
}

.zmdi-disqus:before {
  content: '\f3f3';
}

.zmdi-flattr:before {
  content: '\f3f4';
}

.zmdi-flickr:before {
  content: '\f3f5';
}

.zmdi-github-alt:before {
  content: '\f3f6';
}

.zmdi-google-old:before {
  content: '\f3f7';
}

.zmdi-linkedin:before {
  content: '\f3f8';
}

.zmdi-odnoklassniki:before {
  content: '\f3f9';
}

.zmdi-outlook:before {
  content: '\f3fa';
}

.zmdi-paypal-alt:before {
  content: '\f3fb';
}

.zmdi-pinterest:before {
  content: '\f3fc';
}

.zmdi-playstation:before {
  content: '\f3fd';
}

.zmdi-reddit:before {
  content: '\f3fe';
}

.zmdi-skype:before {
  content: '\f3ff';
}

.zmdi-slideshare:before {
  content: '\f400';
}

.zmdi-soundcloud:before {
  content: '\f401';
}

.zmdi-tumblr:before {
  content: '\f402';
}

.zmdi-twitch:before {
  content: '\f403';
}

.zmdi-vimeo:before {
  content: '\f404';
}

.zmdi-whatsapp:before {
  content: '\f405';
}

.zmdi-xbox:before {
  content: '\f406';
}

.zmdi-yahoo:before {
  content: '\f407';
}

.zmdi-youtube-play:before {
  content: '\f408';
}

.zmdi-youtube:before {
  content: '\f409';
}

.zmdi-import-export:before {
  content: '\f30c';
}

.zmdi-swap-vertical-:before {
  content: '\f30c';
}

.zmdi-airplanemode-inactive:before {
  content: '\f102';
}

.zmdi-airplanemode-active:before {
  content: '\f103';
}

.zmdi-rate-review:before {
  content: '\f103';
}

.zmdi-comment-sign:before {
  content: '\f25a';
}

.zmdi-network-warning:before {
  content: '\f2ad';
}

.zmdi-shopping-cart-add:before {
  content: '\f1ca';
}

.zmdi-file-add:before {
  content: '\f221';
}

.zmdi-network-wifi-scan:before {
  content: '\f2e4';
}

.zmdi-collection-add:before {
  content: '\f14e';
}

.zmdi-format-playlist-add:before {
  content: '\f3ac';
}

.zmdi-format-queue-music:before {
  content: '\f3ab';
}

.zmdi-plus-box:before {
  content: '\f277';
}

.zmdi-tag-backspace:before {
  content: '\f1d9';
}

.zmdi-alarm-add:before {
  content: '\f32b';
}

.zmdi-battery-charging:before {
  content: '\f114';
}

.zmdi-daydream-setting:before {
  content: '\f217';
}

.zmdi-more-horiz:before {
  content: '\f19c';
}

.zmdi-book-photo:before {
  content: '\f11b';
}

.zmdi-incandescent:before {
  content: '\f189';
}

.zmdi-wb-iridescent:before {
  content: '\f38c';
}

.zmdi-calendar-remove:before {
  content: '\f330';
}

.zmdi-refresh-sync-disabled:before {
  content: '\f1b7';
}

.zmdi-refresh-sync-problem:before {
  content: '\f1b6';
}

.zmdi-crop-original:before {
  content: '\f17e';
}

.zmdi-power-off:before {
  content: '\f1af';
}

.zmdi-power-off-setting:before {
  content: '\f1ae';
}

.zmdi-leak-remove:before {
  content: '\f38d';
}

.zmdi-star-border:before {
  content: '\f27c';
}

.zmdi-brightness-low:before {
  content: '\f36d';
}

.zmdi-brightness-medium:before {
  content: '\f36e';
}

.zmdi-brightness-high:before {
  content: '\f36f';
}

.zmdi-smartphone-portrait:before {
  content: '\f2d4';
}

.zmdi-live-tv:before {
  content: '\f2d9';
}

.zmdi-format-textdirection-l-to-r:before {
  content: '\f249';
}

.zmdi-format-textdirection-r-to-l:before {
  content: '\f24a';
}

.zmdi-arrow-back:before {
  content: '\f2ea';
}

.zmdi-arrow-forward:before {
  content: '\f2ee';
}

.zmdi-arrow-in:before {
  content: '\f2e9';
}

.zmdi-arrow-out:before {
  content: '\f2ed';
}

.zmdi-rotate-90-degrees-ccw:before {
  content: '\f304';
}

.zmdi-adb:before {
  content: '\f33a';
}

.zmdi-network-wifi:before {
  content: '\f2e8';
}

.zmdi-network-wifi-alt:before {
  content: '\f2e3';
}

.zmdi-network-wifi-lock:before {
  content: '\f2e5';
}

.zmdi-network-wifi-off:before {
  content: '\f2e6';
}

.zmdi-network-wifi-outline:before {
  content: '\f2e7';
}

.zmdi-network-wifi-info:before {
  content: '\f2e4';
}

.zmdi-layers-clear:before {
  content: '\f18b';
}

.zmdi-colorize:before {
  content: '\f15d';
}

.zmdi-format-paint:before {
  content: '\f1ba';
}

.zmdi-format-quote:before {
  content: '\f1b2';
}

.zmdi-camera-monochrome-photos:before {
  content: '\f285';
}

.zmdi-sort-by-alpha:before {
  content: '\f1cf';
}

.zmdi-folder-shared:before {
  content: '\f225';
}

.zmdi-folder-special:before {
  content: '\f226';
}

.zmdi-comment-dots:before {
  content: '\f260';
}

.zmdi-reorder:before {
  content: '\f31e';
}

.zmdi-dehaze:before {
  content: '\f197';
}

.zmdi-sort:before {
  content: '\f1ce';
}

.zmdi-pages:before {
  content: '\f34a';
}

.zmdi-stack-overflow:before {
  content: '\f35c';
}

.zmdi-calendar-account:before {
  content: '\f204';
}

.zmdi-paste:before {
  content: '\f109';
}

.zmdi-cut:before {
  content: '\f1bc';
}

.zmdi-save:before {
  content: '\f297';
}

.zmdi-smartphone-code:before {
  content: '\f139';
}

.zmdi-directions-bike:before {
  content: '\f117';
}

.zmdi-directions-boat:before {
  content: '\f11a';
}

.zmdi-directions-bus:before {
  content: '\f121';
}

.zmdi-directions-car:before {
  content: '\f125';
}

.zmdi-directions-railway:before {
  content: '\f1b3';
}

.zmdi-directions-run:before {
  content: '\f215';
}

.zmdi-directions-subway:before {
  content: '\f1d5';
}

.zmdi-directions-walk:before {
  content: '\f216';
}

.zmdi-local-hotel:before {
  content: '\f178';
}

.zmdi-local-activity:before {
  content: '\f1df';
}

.zmdi-local-play:before {
  content: '\f1df';
}

.zmdi-local-airport:before {
  content: '\f103';
}

.zmdi-local-atm:before {
  content: '\f198';
}

.zmdi-local-bar:before {
  content: '\f137';
}

.zmdi-local-cafe:before {
  content: '\f13b';
}

.zmdi-local-car-wash:before {
  content: '\f124';
}

.zmdi-local-convenience-store:before {
  content: '\f1d3';
}

.zmdi-local-dining:before {
  content: '\f153';
}

.zmdi-local-drink:before {
  content: '\f157';
}

.zmdi-local-florist:before {
  content: '\f168';
}

.zmdi-local-gas-station:before {
  content: '\f16f';
}

.zmdi-local-grocery-store:before {
  content: '\f1cb';
}

.zmdi-local-hospital:before {
  content: '\f177';
}

.zmdi-local-laundry-service:before {
  content: '\f1e9';
}

.zmdi-local-library:before {
  content: '\f18d';
}

.zmdi-local-mall:before {
  content: '\f195';
}

.zmdi-local-movies:before {
  content: '\f19d';
}

.zmdi-local-offer:before {
  content: '\f187';
}

.zmdi-local-parking:before {
  content: '\f1a5';
}

.zmdi-local-parking:before {
  content: '\f1a5';
}

.zmdi-local-pharmacy:before {
  content: '\f176';
}

.zmdi-local-phone:before {
  content: '\f2be';
}

.zmdi-local-pizza:before {
  content: '\f1ac';
}

.zmdi-local-post-office:before {
  content: '\f15a';
}

.zmdi-local-printshop:before {
  content: '\f1b0';
}

.zmdi-local-see:before {
  content: '\f28c';
}

.zmdi-local-shipping:before {
  content: '\f1e6';
}

.zmdi-local-store:before {
  content: '\f1d4';
}

.zmdi-local-taxi:before {
  content: '\f123';
}

.zmdi-local-wc:before {
  content: '\f211';
}

.zmdi-my-location:before {
  content: '\f299';
}

.zmdi-directions:before {
  content: '\f1e7';
}

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

[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

@font-face {
  font-family: "simple-line-icons";
  src: url("../fonts/Simple-Line-Icons.eot?-i3a2kk");
  src: url("../fonts/Simple-Line-Icons.eot?#iefix-i3a2kk") format("embedded-opentype"), url("../fonts/Simple-Line-Icons.ttf?-i3a2kk") format("truetype"), url("../fonts/Simple-Line-Icons.woff2?-i3a2kk") format("woff2"), url("../fonts/Simple-Line-Icons.woff?-i3a2kk") format("woff"), url("../fonts/Simple-Line-Icons.svg?-i3a2kk#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-close, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawar, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calender, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symble-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pintarest, .icon-social-github, .icon-social-gplus, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\e005";
}

.icon-people:before {
  content: "\e001";
}

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

.icon-user-follow:before {
  content: "\e002";
}

.icon-user-following:before {
  content: "\e003";
}

.icon-user-unfollow:before {
  content: "\e004";
}

.icon-login:before {
  content: "\e066";
}

.icon-logout:before {
  content: "\e065";
}

.icon-emotsmile:before {
  content: "\e021";
}

.icon-phone:before {
  content: "\e600";
}

.icon-call-end:before {
  content: "\e048";
}

.icon-call-in:before {
  content: "\e047";
}

.icon-call-out:before {
  content: "\e046";
}

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

.icon-location-pin:before {
  content: "\e096";
}

.icon-direction:before {
  content: "\e042";
}

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

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

.icon-layers:before {
  content: "\e034";
}

.icon-menu:before {
  content: "\e601";
}

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

.icon-options-vertical:before {
  content: "\e602";
}

.icon-options:before {
  content: "\e603";
}

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

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

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

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

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

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

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

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

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

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

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

.icon-close:before {
  content: "\e082";
}

.icon-trophy:before {
  content: "\e006";
}

.icon-screen-smartphone:before {
  content: "\e010";
}

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

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

.icon-notebook:before {
  content: "\e013";
}

.icon-mustache:before {
  content: "\e014";
}

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

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

.icon-energy:before {
  content: "\e020";
}

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

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

.icon-cursor-move:before {
  content: "\e023";
}

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

.icon-chemistry:before {
  content: "\e026";
}

.icon-speedometer:before {
  content: "\e007";
}

.icon-shield:before {
  content: "\e00e";
}

.icon-screen-tablet:before {
  content: "\e00f";
}

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

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

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

.icon-ghost:before {
  content: "\e01a";
}

.icon-game-controller:before {
  content: "\e01b";
}

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

.icon-eyeglass:before {
  content: "\e01d";
}

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

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

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

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

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

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

.icon-vector:before {
  content: "\e02b";
}

.icon-speech:before {
  content: "\e02c";
}

.icon-puzzle:before {
  content: "\e02d";
}

.icon-printer:before {
  content: "\e02e";
}

.icon-present:before {
  content: "\e02f";
}

.icon-playlist:before {
  content: "\e030";
}

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

.icon-picture:before {
  content: "\e032";
}

.icon-handbag:before {
  content: "\e035";
}

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

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

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

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

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

.icon-feed:before {
  content: "\e03b";
}

.icon-drop:before {
  content: "\e03e";
}

.icon-drawar:before {
  content: "\e03f";
}

.icon-docs:before {
  content: "\e040";
}

.icon-doc:before {
  content: "\e085";
}

.icon-diamond:before {
  content: "\e043";
}

.icon-cup:before {
  content: "\e044";
}

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

.icon-bubbles:before {
  content: "\e04a";
}

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

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

.icon-basket-loaded:before {
  content: "\e04d";
}

.icon-basket:before {
  content: "\e04e";
}

.icon-bag:before {
  content: "\e04f";
}

.icon-action-undo:before {
  content: "\e050";
}

.icon-action-redo:before {
  content: "\e051";
}

.icon-wrench:before {
  content: "\e052";
}

.icon-umbrella:before {
  content: "\e053";
}

.icon-trash:before {
  content: "\e054";
}

.icon-tag:before {
  content: "\e055";
}

.icon-support:before {
  content: "\e056";
}

.icon-frame:before {
  content: "\e038";
}

.icon-size-fullscreen:before {
  content: "\e057";
}

.icon-size-actual:before {
  content: "\e058";
}

.icon-shuffle:before {
  content: "\e059";
}

.icon-share-alt:before {
  content: "\e05a";
}

.icon-share:before {
  content: "\e05b";
}

.icon-rocket:before {
  content: "\e05c";
}

.icon-question:before {
  content: "\e05d";
}

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

.icon-pencil:before {
  content: "\e05f";
}

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

.icon-loop:before {
  content: "\e064";
}

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

.icon-grid:before {
  content: "\e06a";
}

.icon-graph:before {
  content: "\e06b";
}

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

.icon-music-tone-alt:before {
  content: "\e061";
}

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

.icon-earphones-alt:before {
  content: "\e03c";
}

.icon-earphones:before {
  content: "\e03d";
}

.icon-equalizer:before {
  content: "\e06c";
}

.icon-like:before {
  content: "\e068";
}

.icon-dislike:before {
  content: "\e06d";
}

.icon-control-start:before {
  content: "\e06f";
}

.icon-control-rewind:before {
  content: "\e070";
}

.icon-control-play:before {
  content: "\e071";
}

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

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

.icon-control-end:before {
  content: "\e074";
}

.icon-volume-1:before {
  content: "\e09f";
}

.icon-volume-2:before {
  content: "\e0a0";
}

.icon-volume-off:before {
  content: "\e0a1";
}

.icon-calender:before {
  content: "\e075";
}

.icon-bulb:before {
  content: "\e076";
}

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

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

.icon-bubble:before {
  content: "\e07d";
}

.icon-camrecorder:before {
  content: "\e07e";
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-magnifier:before {
  content: "\e090";
}

.icon-magnifier-add:before {
  content: "\e091";
}

.icon-magnifier-remove:before {
  content: "\e092";
}

.icon-paper-clip:before {
  content: "\e093";
}

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

.icon-power:before {
  content: "\e097";
}

.icon-refresh:before {
  content: "\e098";
}

.icon-reload:before {
  content: "\e099";
}

.icon-settings:before {
  content: "\e09a";
}

.icon-star:before {
  content: "\e09b";
}

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

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

.icon-target:before {
  content: "\e09e";
}

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

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

.icon-social-tumblr:before {
  content: "\e00a";
}

.icon-social-twitter:before {
  content: "\e009";
}

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

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

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

.icon-social-pintarest:before {
  content: "\e60b";
}

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

.icon-social-gplus:before {
  content: "\e60d";
}

.icon-social-reddit:before {
  content: "\e60e";
}

.icon-social-skype:before {
  content: "\e60f";
}

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

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

.icon-social-foursqare:before {
  content: "\e611";
}

.icon-social-soundcloud:before {
  content: "\e612";
}

.icon-social-spotify:before {
  content: "\e613";
}

.icon-social-stumbleupon:before {
  content: "\e614";
}

.icon-social-youtube:before {
  content: "\e008";
}

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

/*!
  Ionicons, v1.5.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=1.5.0");
  src: url("../fonts/ionicons.eot?v=1.5.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=1.5.0") format("truetype"), url("../fonts/ionicons.woff?v=1.5.0") format("woff"), url("../fonts/ionicons.svg?v=1.5.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ion, .ion-loading-a,
.ion-loading-b,
.ion-loading-c,
.ion-loading-d,
.ion-looping,
.ion-refreshing,
.ion-ios7-reloading, .ionicons,
.ion-alert,
.ion-alert-circled,
.ion-android-add,
.ion-android-add-contact,
.ion-android-alarm,
.ion-android-archive,
.ion-android-arrow-back,
.ion-android-arrow-down-left,
.ion-android-arrow-down-right,
.ion-android-arrow-forward,
.ion-android-arrow-up-left,
.ion-android-arrow-up-right,
.ion-android-battery,
.ion-android-book,
.ion-android-calendar,
.ion-android-call,
.ion-android-camera,
.ion-android-chat,
.ion-android-checkmark,
.ion-android-clock,
.ion-android-close,
.ion-android-contact,
.ion-android-contacts,
.ion-android-data,
.ion-android-developer,
.ion-android-display,
.ion-android-download,
.ion-android-drawer,
.ion-android-dropdown,
.ion-android-earth,
.ion-android-folder,
.ion-android-forums,
.ion-android-friends,
.ion-android-hand,
.ion-android-image,
.ion-android-inbox,
.ion-android-information,
.ion-android-keypad,
.ion-android-lightbulb,
.ion-android-locate,
.ion-android-location,
.ion-android-mail,
.ion-android-microphone,
.ion-android-mixer,
.ion-android-more,
.ion-android-note,
.ion-android-playstore,
.ion-android-printer,
.ion-android-promotion,
.ion-android-reminder,
.ion-android-remove,
.ion-android-search,
.ion-android-send,
.ion-android-settings,
.ion-android-share,
.ion-android-social,
.ion-android-social-user,
.ion-android-sort,
.ion-android-stair-drawer,
.ion-android-star,
.ion-android-stopwatch,
.ion-android-storage,
.ion-android-system-back,
.ion-android-system-home,
.ion-android-system-windows,
.ion-android-timer,
.ion-android-trash,
.ion-android-user-menu,
.ion-android-volume,
.ion-android-wifi,
.ion-aperture,
.ion-archive,
.ion-arrow-down-a,
.ion-arrow-down-b,
.ion-arrow-down-c,
.ion-arrow-expand,
.ion-arrow-graph-down-left,
.ion-arrow-graph-down-right,
.ion-arrow-graph-up-left,
.ion-arrow-graph-up-right,
.ion-arrow-left-a,
.ion-arrow-left-b,
.ion-arrow-left-c,
.ion-arrow-move,
.ion-arrow-resize,
.ion-arrow-return-left,
.ion-arrow-return-right,
.ion-arrow-right-a,
.ion-arrow-right-b,
.ion-arrow-right-c,
.ion-arrow-shrink,
.ion-arrow-swap,
.ion-arrow-up-a,
.ion-arrow-up-b,
.ion-arrow-up-c,
.ion-asterisk,
.ion-at,
.ion-bag,
.ion-battery-charging,
.ion-battery-empty,
.ion-battery-full,
.ion-battery-half,
.ion-battery-low,
.ion-beaker,
.ion-beer,
.ion-bluetooth,
.ion-bonfire,
.ion-bookmark,
.ion-briefcase,
.ion-bug,
.ion-calculator,
.ion-calendar,
.ion-camera,
.ion-card,
.ion-cash,
.ion-chatbox,
.ion-chatbox-working,
.ion-chatboxes,
.ion-chatbubble,
.ion-chatbubble-working,
.ion-chatbubbles,
.ion-checkmark,
.ion-checkmark-circled,
.ion-checkmark-round,
.ion-chevron-down,
.ion-chevron-left,
.ion-chevron-right,
.ion-chevron-up,
.ion-clipboard,
.ion-clock,
.ion-close,
.ion-close-circled,
.ion-close-round,
.ion-closed-captioning,
.ion-cloud,
.ion-code,
.ion-code-download,
.ion-code-working,
.ion-coffee,
.ion-compass,
.ion-compose,
.ion-connection-bars,
.ion-contrast,
.ion-cube,
.ion-disc,
.ion-document,
.ion-document-text,
.ion-drag,
.ion-earth,
.ion-edit,
.ion-egg,
.ion-eject,
.ion-email,
.ion-eye,
.ion-eye-disabled,
.ion-female,
.ion-filing,
.ion-film-marker,
.ion-fireball,
.ion-flag,
.ion-flame,
.ion-flash,
.ion-flash-off,
.ion-flask,
.ion-folder,
.ion-fork,
.ion-fork-repo,
.ion-forward,
.ion-funnel,
.ion-game-controller-a,
.ion-game-controller-b,
.ion-gear-a,
.ion-gear-b,
.ion-grid,
.ion-hammer,
.ion-happy,
.ion-headphone,
.ion-heart,
.ion-heart-broken,
.ion-help,
.ion-help-buoy,
.ion-help-circled,
.ion-home,
.ion-icecream,
.ion-icon-social-google-plus,
.ion-icon-social-google-plus-outline,
.ion-image,
.ion-images,
.ion-information,
.ion-information-circled,
.ion-ionic,
.ion-ios7-alarm,
.ion-ios7-alarm-outline,
.ion-ios7-albums,
.ion-ios7-albums-outline,
.ion-ios7-americanfootball,
.ion-ios7-americanfootball-outline,
.ion-ios7-analytics,
.ion-ios7-analytics-outline,
.ion-ios7-arrow-back,
.ion-ios7-arrow-down,
.ion-ios7-arrow-forward,
.ion-ios7-arrow-left,
.ion-ios7-arrow-right,
.ion-ios7-arrow-thin-down,
.ion-ios7-arrow-thin-left,
.ion-ios7-arrow-thin-right,
.ion-ios7-arrow-thin-up,
.ion-ios7-arrow-up,
.ion-ios7-at,
.ion-ios7-at-outline,
.ion-ios7-barcode,
.ion-ios7-barcode-outline,
.ion-ios7-baseball,
.ion-ios7-baseball-outline,
.ion-ios7-basketball,
.ion-ios7-basketball-outline,
.ion-ios7-bell,
.ion-ios7-bell-outline,
.ion-ios7-bolt,
.ion-ios7-bolt-outline,
.ion-ios7-bookmarks,
.ion-ios7-bookmarks-outline,
.ion-ios7-box,
.ion-ios7-box-outline,
.ion-ios7-briefcase,
.ion-ios7-briefcase-outline,
.ion-ios7-browsers,
.ion-ios7-browsers-outline,
.ion-ios7-calculator,
.ion-ios7-calculator-outline,
.ion-ios7-calendar,
.ion-ios7-calendar-outline,
.ion-ios7-camera,
.ion-ios7-camera-outline,
.ion-ios7-cart,
.ion-ios7-cart-outline,
.ion-ios7-chatboxes,
.ion-ios7-chatboxes-outline,
.ion-ios7-chatbubble,
.ion-ios7-chatbubble-outline,
.ion-ios7-checkmark,
.ion-ios7-checkmark-empty,
.ion-ios7-checkmark-outline,
.ion-ios7-circle-filled,
.ion-ios7-circle-outline,
.ion-ios7-clock,
.ion-ios7-clock-outline,
.ion-ios7-close,
.ion-ios7-close-empty,
.ion-ios7-close-outline,
.ion-ios7-cloud,
.ion-ios7-cloud-download,
.ion-ios7-cloud-download-outline,
.ion-ios7-cloud-outline,
.ion-ios7-cloud-upload,
.ion-ios7-cloud-upload-outline,
.ion-ios7-cloudy,
.ion-ios7-cloudy-night,
.ion-ios7-cloudy-night-outline,
.ion-ios7-cloudy-outline,
.ion-ios7-cog,
.ion-ios7-cog-outline,
.ion-ios7-compose,
.ion-ios7-compose-outline,
.ion-ios7-contact,
.ion-ios7-contact-outline,
.ion-ios7-copy,
.ion-ios7-copy-outline,
.ion-ios7-download,
.ion-ios7-download-outline,
.ion-ios7-drag,
.ion-ios7-email,
.ion-ios7-email-outline,
.ion-ios7-expand,
.ion-ios7-eye,
.ion-ios7-eye-outline,
.ion-ios7-fastforward,
.ion-ios7-fastforward-outline,
.ion-ios7-filing,
.ion-ios7-filing-outline,
.ion-ios7-film,
.ion-ios7-film-outline,
.ion-ios7-flag,
.ion-ios7-flag-outline,
.ion-ios7-folder,
.ion-ios7-folder-outline,
.ion-ios7-football,
.ion-ios7-football-outline,
.ion-ios7-gear,
.ion-ios7-gear-outline,
.ion-ios7-glasses,
.ion-ios7-glasses-outline,
.ion-ios7-heart,
.ion-ios7-heart-outline,
.ion-ios7-help,
.ion-ios7-help-empty,
.ion-ios7-help-outline,
.ion-ios7-home,
.ion-ios7-home-outline,
.ion-ios7-infinite,
.ion-ios7-infinite-outline,
.ion-ios7-information,
.ion-ios7-information-empty,
.ion-ios7-information-outline,
.ion-ios7-ionic-outline,
.ion-ios7-keypad,
.ion-ios7-keypad-outline,
.ion-ios7-lightbulb,
.ion-ios7-lightbulb-outline,
.ion-ios7-location,
.ion-ios7-location-outline,
.ion-ios7-locked,
.ion-ios7-locked-outline,
.ion-ios7-loop,
.ion-ios7-loop-strong,
.ion-ios7-medkit,
.ion-ios7-medkit-outline,
.ion-ios7-mic,
.ion-ios7-mic-off,
.ion-ios7-mic-outline,
.ion-ios7-minus,
.ion-ios7-minus-empty,
.ion-ios7-minus-outline,
.ion-ios7-monitor,
.ion-ios7-monitor-outline,
.ion-ios7-moon,
.ion-ios7-moon-outline,
.ion-ios7-more,
.ion-ios7-more-outline,
.ion-ios7-musical-note,
.ion-ios7-musical-notes,
.ion-ios7-navigate,
.ion-ios7-navigate-outline,
.ion-ios7-paper,
.ion-ios7-paper-outline,
.ion-ios7-paperplane,
.ion-ios7-paperplane-outline,
.ion-ios7-partlysunny,
.ion-ios7-partlysunny-outline,
.ion-ios7-pause,
.ion-ios7-pause-outline,
.ion-ios7-paw,
.ion-ios7-paw-outline,
.ion-ios7-people,
.ion-ios7-people-outline,
.ion-ios7-person,
.ion-ios7-person-outline,
.ion-ios7-personadd,
.ion-ios7-personadd-outline,
.ion-ios7-photos,
.ion-ios7-photos-outline,
.ion-ios7-pie,
.ion-ios7-pie-outline,
.ion-ios7-play,
.ion-ios7-play-outline,
.ion-ios7-plus,
.ion-ios7-plus-empty,
.ion-ios7-plus-outline,
.ion-ios7-pricetag,
.ion-ios7-pricetag-outline,
.ion-ios7-pricetags,
.ion-ios7-pricetags-outline,
.ion-ios7-printer,
.ion-ios7-printer-outline,
.ion-ios7-pulse,
.ion-ios7-pulse-strong,
.ion-ios7-rainy,
.ion-ios7-rainy-outline,
.ion-ios7-recording,
.ion-ios7-recording-outline,
.ion-ios7-redo,
.ion-ios7-redo-outline,
.ion-ios7-refresh,
.ion-ios7-refresh-empty,
.ion-ios7-refresh-outline,
.ion-ios7-reload,
.ion-ios7-reverse-camera,
.ion-ios7-reverse-camera-outline,
.ion-ios7-rewind,
.ion-ios7-rewind-outline,
.ion-ios7-search,
.ion-ios7-search-strong,
.ion-ios7-settings,
.ion-ios7-settings-strong,
.ion-ios7-shrink,
.ion-ios7-skipbackward,
.ion-ios7-skipbackward-outline,
.ion-ios7-skipforward,
.ion-ios7-skipforward-outline,
.ion-ios7-snowy,
.ion-ios7-speedometer,
.ion-ios7-speedometer-outline,
.ion-ios7-star,
.ion-ios7-star-half,
.ion-ios7-star-outline,
.ion-ios7-stopwatch,
.ion-ios7-stopwatch-outline,
.ion-ios7-sunny,
.ion-ios7-sunny-outline,
.ion-ios7-telephone,
.ion-ios7-telephone-outline,
.ion-ios7-tennisball,
.ion-ios7-tennisball-outline,
.ion-ios7-thunderstorm,
.ion-ios7-thunderstorm-outline,
.ion-ios7-time,
.ion-ios7-time-outline,
.ion-ios7-timer,
.ion-ios7-timer-outline,
.ion-ios7-toggle,
.ion-ios7-toggle-outline,
.ion-ios7-trash,
.ion-ios7-trash-outline,
.ion-ios7-undo,
.ion-ios7-undo-outline,
.ion-ios7-unlocked,
.ion-ios7-unlocked-outline,
.ion-ios7-upload,
.ion-ios7-upload-outline,
.ion-ios7-videocam,
.ion-ios7-videocam-outline,
.ion-ios7-volume-high,
.ion-ios7-volume-low,
.ion-ios7-wineglass,
.ion-ios7-wineglass-outline,
.ion-ios7-world,
.ion-ios7-world-outline,
.ion-ipad,
.ion-iphone,
.ion-ipod,
.ion-jet,
.ion-key,
.ion-knife,
.ion-laptop,
.ion-leaf,
.ion-levels,
.ion-lightbulb,
.ion-link,
.ion-load-a,
.ion-load-b,
.ion-load-c,
.ion-load-d,
.ion-location,
.ion-locked,
.ion-log-in,
.ion-log-out,
.ion-loop,
.ion-magnet,
.ion-male,
.ion-man,
.ion-map,
.ion-medkit,
.ion-merge,
.ion-mic-a,
.ion-mic-b,
.ion-mic-c,
.ion-minus,
.ion-minus-circled,
.ion-minus-round,
.ion-model-s,
.ion-monitor,
.ion-more,
.ion-mouse,
.ion-music-note,
.ion-navicon,
.ion-navicon-round,
.ion-navigate,
.ion-network,
.ion-no-smoking,
.ion-nuclear,
.ion-outlet,
.ion-paper-airplane,
.ion-paperclip,
.ion-pause,
.ion-person,
.ion-person-add,
.ion-person-stalker,
.ion-pie-graph,
.ion-pin,
.ion-pinpoint,
.ion-pizza,
.ion-plane,
.ion-planet,
.ion-play,
.ion-playstation,
.ion-plus,
.ion-plus-circled,
.ion-plus-round,
.ion-podium,
.ion-pound,
.ion-power,
.ion-pricetag,
.ion-pricetags,
.ion-printer,
.ion-pull-request,
.ion-qr-scanner,
.ion-quote,
.ion-radio-waves,
.ion-record,
.ion-refresh,
.ion-reply,
.ion-reply-all,
.ion-ribbon-a,
.ion-ribbon-b,
.ion-sad,
.ion-scissors,
.ion-search,
.ion-settings,
.ion-share,
.ion-shuffle,
.ion-skip-backward,
.ion-skip-forward,
.ion-social-android,
.ion-social-android-outline,
.ion-social-apple,
.ion-social-apple-outline,
.ion-social-bitcoin,
.ion-social-bitcoin-outline,
.ion-social-buffer,
.ion-social-buffer-outline,
.ion-social-designernews,
.ion-social-designernews-outline,
.ion-social-dribbble,
.ion-social-dribbble-outline,
.ion-social-dropbox,
.ion-social-dropbox-outline,
.ion-social-facebook,
.ion-social-facebook-outline,
.ion-social-foursquare,
.ion-social-foursquare-outline,
.ion-social-freebsd-devil,
.ion-social-github,
.ion-social-github-outline,
.ion-social-google,
.ion-social-google-outline,
.ion-social-googleplus,
.ion-social-googleplus-outline,
.ion-social-hackernews,
.ion-social-hackernews-outline,
.ion-social-instagram,
.ion-social-instagram-outline,
.ion-social-linkedin,
.ion-social-linkedin-outline,
.ion-social-pinterest,
.ion-social-pinterest-outline,
.ion-social-reddit,
.ion-social-reddit-outline,
.ion-social-rss,
.ion-social-rss-outline,
.ion-social-skype,
.ion-social-skype-outline,
.ion-social-tumblr,
.ion-social-tumblr-outline,
.ion-social-tux,
.ion-social-twitter,
.ion-social-twitter-outline,
.ion-social-usd,
.ion-social-usd-outline,
.ion-social-vimeo,
.ion-social-vimeo-outline,
.ion-social-windows,
.ion-social-windows-outline,
.ion-social-wordpress,
.ion-social-wordpress-outline,
.ion-social-yahoo,
.ion-social-yahoo-outline,
.ion-social-youtube,
.ion-social-youtube-outline,
.ion-speakerphone,
.ion-speedometer,
.ion-spoon,
.ion-star,
.ion-stats-bars,
.ion-steam,
.ion-stop,
.ion-thermometer,
.ion-thumbsdown,
.ion-thumbsup,
.ion-toggle,
.ion-toggle-filled,
.ion-trash-a,
.ion-trash-b,
.ion-trophy,
.ion-umbrella,
.ion-university,
.ion-unlocked,
.ion-upload,
.ion-usb,
.ion-videocamera,
.ion-volume-high,
.ion-volume-low,
.ion-volume-medium,
.ion-volume-mute,
.ion-wand,
.ion-waterdrop,
.ion-wifi,
.ion-wineglass,
.ion-woman,
.ion-wrench,
.ion-xbox {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-spin, .ion-loading-a,
.ion-loading-b,
.ion-loading-c,
.ion-loading-d,
.ion-looping,
.ion-refreshing,
.ion-ios7-reloading {
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

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

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

.ion-loading-a {
  -webkit-animation-timing-function: steps(8, start);
  animation-timing-function: steps(8, start);
}

.ion-alert:before {
  content: "ï„پ";
}

.ion-alert-circled:before {
  content: "ï„€";
}

.ion-android-add:before {
  content: "ï‹‡";
}

.ion-android-add-contact:before {
  content: "ï‹†";
}

.ion-android-alarm:before {
  content: "ï‹ˆ";
}

.ion-android-archive:before {
  content: "ï‹‰";
}

.ion-android-arrow-back:before {
  content: "ï‹ٹ";
}

.ion-android-arrow-down-left:before {
  content: "ï‹‹";
}

.ion-android-arrow-down-right:before {
  content: "ï‹Œ";
}

.ion-android-arrow-forward:before {
  content: "ïŒڈ";
}

.ion-android-arrow-up-left:before {
  content: "ï‹چ";
}

.ion-android-arrow-up-right:before {
  content: "ï‹ژ";
}

.ion-android-battery:before {
  content: "ï‹ڈ";
}

.ion-android-book:before {
  content: "ï‹گ";
}

.ion-android-calendar:before {
  content: "ï‹‘";
}

.ion-android-call:before {
  content: "ï‹’";
}

.ion-android-camera:before {
  content: "ï‹“";
}

.ion-android-chat:before {
  content: "ï‹”";
}

.ion-android-checkmark:before {
  content: "ï‹•";
}

.ion-android-clock:before {
  content: "ï‹–";
}

.ion-android-close:before {
  content: "ï‹—";
}

.ion-android-contact:before {
  content: "ï‹ک";
}

.ion-android-contacts:before {
  content: "ï‹™";
}

.ion-android-data:before {
  content: "ï‹ڑ";
}

.ion-android-developer:before {
  content: "ï‹›";
}

.ion-android-display:before {
  content: "ï‹œ";
}

.ion-android-download:before {
  content: "ï‹‌";
}

.ion-android-drawer:before {
  content: "ïŒگ";
}

.ion-android-dropdown:before {
  content: "ï‹‍";
}

.ion-android-earth:before {
  content: "ï‹ں";
}

.ion-android-folder:before {
  content: "ï‹ ";
}

.ion-android-forums:before {
  content: "ï‹،";
}

.ion-android-friends:before {
  content: "ï‹¢";
}

.ion-android-hand:before {
  content: "ï‹£";
}

.ion-android-image:before {
  content: "ï‹¤";
}

.ion-android-inbox:before {
  content: "ï‹¥";
}

.ion-android-information:before {
  content: "ï‹¦";
}

.ion-android-keypad:before {
  content: "ï‹§";
}

.ion-android-lightbulb:before {
  content: "ï‹¨";
}

.ion-android-locate:before {
  content: "ï‹©";
}

.ion-android-location:before {
  content: "ï‹ھ";
}

.ion-android-mail:before {
  content: "ï‹«";
}

.ion-android-microphone:before {
  content: "ï‹¬";
}

.ion-android-mixer:before {
  content: "ï‹­";
}

.ion-android-more:before {
  content: "ï‹®";
}

.ion-android-note:before {
  content: "ï‹¯";
}

.ion-android-playstore:before {
  content: "ï‹°";
}

.ion-android-printer:before {
  content: "ï‹±";
}

.ion-android-promotion:before {
  content: "ï‹²";
}

.ion-android-reminder:before {
  content: "ï‹³";
}

.ion-android-remove:before {
  content: "ï‹´";
}

.ion-android-search:before {
  content: "ï‹µ";
}

.ion-android-send:before {
  content: "ï‹¶";
}

.ion-android-settings:before {
  content: "ï‹·";
}

.ion-android-share:before {
  content: "ï‹¸";
}

.ion-android-social:before {
  content: "ï‹؛";
}

.ion-android-social-user:before {
  content: "ï‹¹";
}

.ion-android-sort:before {
  content: "ï‹»";
}

.ion-android-stair-drawer:before {
  content: "ïŒ‘";
}

.ion-android-star:before {
  content: "ï‹¼";
}

.ion-android-stopwatch:before {
  content: "ï‹½";
}

.ion-android-storage:before {
  content: "ï‹¾";
}

.ion-android-system-back:before {
  content: "ï‹؟";
}

.ion-android-system-home:before {
  content: "ïŒ€";
}

.ion-android-system-windows:before {
  content: "ïŒپ";
}

.ion-android-timer:before {
  content: "ïŒ‚";
}

.ion-android-trash:before {
  content: "ïŒƒ";
}

.ion-android-user-menu:before {
  content: "ïŒ’";
}

.ion-android-volume:before {
  content: "ïŒ„";
}

.ion-android-wifi:before {
  content: "ïŒ…";
}

.ion-aperture:before {
  content: "ïŒ“";
}

.ion-archive:before {
  content: "ï„‚";
}

.ion-arrow-down-a:before {
  content: "ï„ƒ";
}

.ion-arrow-down-b:before {
  content: "ï„„";
}

.ion-arrow-down-c:before {
  content: "ï„…";
}

.ion-arrow-expand:before {
  content: "ï‰‍";
}

.ion-arrow-graph-down-left:before {
  content: "ï‰ں";
}

.ion-arrow-graph-down-right:before {
  content: "ï‰ ";
}

.ion-arrow-graph-up-left:before {
  content: "ï‰،";
}

.ion-arrow-graph-up-right:before {
  content: "ï‰¢";
}

.ion-arrow-left-a:before {
  content: "ï„†";
}

.ion-arrow-left-b:before {
  content: "ï„‡";
}

.ion-arrow-left-c:before {
  content: "ï„ˆ";
}

.ion-arrow-move:before {
  content: "ï‰£";
}

.ion-arrow-resize:before {
  content: "ï‰¤";
}

.ion-arrow-return-left:before {
  content: "ï‰¥";
}

.ion-arrow-return-right:before {
  content: "ï‰¦";
}

.ion-arrow-right-a:before {
  content: "ï„‰";
}

.ion-arrow-right-b:before {
  content: "ï„ٹ";
}

.ion-arrow-right-c:before {
  content: "ï„‹";
}

.ion-arrow-shrink:before {
  content: "ï‰§";
}

.ion-arrow-swap:before {
  content: "ï‰¨";
}

.ion-arrow-up-a:before {
  content: "ï„Œ";
}

.ion-arrow-up-b:before {
  content: "ï„چ";
}

.ion-arrow-up-c:before {
  content: "ï„ژ";
}

.ion-asterisk:before {
  content: "ïŒ”";
}

.ion-at:before {
  content: "ï„ڈ";
}

.ion-bag:before {
  content: "ï„گ";
}

.ion-battery-charging:before {
  content: "ï„‘";
}

.ion-battery-empty:before {
  content: "ï„’";
}

.ion-battery-full:before {
  content: "ï„“";
}

.ion-battery-half:before {
  content: "ï„”";
}

.ion-battery-low:before {
  content: "ï„•";
}

.ion-beaker:before {
  content: "ï‰©";
}

.ion-beer:before {
  content: "ï‰ھ";
}

.ion-bluetooth:before {
  content: "ï„–";
}

.ion-bonfire:before {
  content: "ïŒ•";
}

.ion-bookmark:before {
  content: "ï‰«";
}

.ion-briefcase:before {
  content: "ï‰¬";
}

.ion-bug:before {
  content: "ïٹ¾";
}

.ion-calculator:before {
  content: "ï‰­";
}

.ion-calendar:before {
  content: "ï„—";
}

.ion-camera:before {
  content: "ï„ک";
}

.ion-card:before {
  content: "ï„™";
}

.ion-cash:before {
  content: "ïŒ–";
}

.ion-chatbox:before {
  content: "ï„›";
}

.ion-chatbox-working:before {
  content: "ï„ڑ";
}

.ion-chatboxes:before {
  content: "ï„œ";
}

.ion-chatbubble:before {
  content: "ï„‍";
}

.ion-chatbubble-working:before {
  content: "ï„‌";
}

.ion-chatbubbles:before {
  content: "ï„ں";
}

.ion-checkmark:before {
  content: "ï„¢";
}

.ion-checkmark-circled:before {
  content: "ï„ ";
}

.ion-checkmark-round:before {
  content: "ï„،";
}

.ion-chevron-down:before {
  content: "ï„£";
}

.ion-chevron-left:before {
  content: "ï„¤";
}

.ion-chevron-right:before {
  content: "ï„¥";
}

.ion-chevron-up:before {
  content: "ï„¦";
}

.ion-clipboard:before {
  content: "ï„§";
}

.ion-clock:before {
  content: "ï‰®";
}

.ion-close:before {
  content: "ï„ھ";
}

.ion-close-circled:before {
  content: "ï„¨";
}

.ion-close-round:before {
  content: "ï„©";
}

.ion-closed-captioning:before {
  content: "ïŒ—";
}

.ion-cloud:before {
  content: "ï„«";
}

.ion-code:before {
  content: "ï‰±";
}

.ion-code-download:before {
  content: "ï‰¯";
}

.ion-code-working:before {
  content: "ï‰°";
}

.ion-coffee:before {
  content: "ï‰²";
}

.ion-compass:before {
  content: "ï‰³";
}

.ion-compose:before {
  content: "ï„¬";
}

.ion-connection-bars:before {
  content: "ï‰´";
}

.ion-contrast:before {
  content: "ï‰µ";
}

.ion-cube:before {
  content: "ïŒک";
}

.ion-disc:before {
  content: "ï„­";
}

.ion-document:before {
  content: "ï„¯";
}

.ion-document-text:before {
  content: "ï„®";
}

.ion-drag:before {
  content: "ï„°";
}

.ion-earth:before {
  content: "ï‰¶";
}

.ion-edit:before {
  content: "ïٹ؟";
}

.ion-egg:before {
  content: "ï‰·";
}

.ion-eject:before {
  content: "ï„±";
}

.ion-email:before {
  content: "ï„²";
}

.ion-eye:before {
  content: "ï„³";
}

.ion-eye-disabled:before {
  content: "ïŒ†";
}

.ion-female:before {
  content: "ï‰¸";
}

.ion-filing:before {
  content: "ï„´";
}

.ion-film-marker:before {
  content: "ï„µ";
}

.ion-fireball:before {
  content: "ïŒ™";
}

.ion-flag:before {
  content: "ï‰¹";
}

.ion-flame:before {
  content: "ïŒڑ";
}

.ion-flash:before {
  content: "ï„·";
}

.ion-flash-off:before {
  content: "ï„¶";
}

.ion-flask:before {
  content: "ï„¸";
}

.ion-folder:before {
  content: "ï„¹";
}

.ion-fork:before {
  content: "ï‰؛";
}

.ion-fork-repo:before {
  content: "ï‹€";
}

.ion-forward:before {
  content: "ï„؛";
}

.ion-funnel:before {
  content: "ïŒ›";
}

.ion-game-controller-a:before {
  content: "ï„»";
}

.ion-game-controller-b:before {
  content: "ï„¼";
}

.ion-gear-a:before {
  content: "ï„½";
}

.ion-gear-b:before {
  content: "ï„¾";
}

.ion-grid:before {
  content: "ï„؟";
}

.ion-hammer:before {
  content: "ï‰»";
}

.ion-happy:before {
  content: "ïŒœ";
}

.ion-headphone:before {
  content: "ï…€";
}

.ion-heart:before {
  content: "ï…پ";
}

.ion-heart-broken:before {
  content: "ïŒ‌";
}

.ion-help:before {
  content: "ï…ƒ";
}

.ion-help-buoy:before {
  content: "ï‰¼";
}

.ion-help-circled:before {
  content: "ï…‚";
}

.ion-home:before {
  content: "ï…„";
}

.ion-icecream:before {
  content: "ï‰½";
}

.ion-icon-social-google-plus:before {
  content: "ï…†";
}

.ion-icon-social-google-plus-outline:before {
  content: "ï……";
}

.ion-image:before {
  content: "ï…‡";
}

.ion-images:before {
  content: "ï…ˆ";
}

.ion-information:before {
  content: "ï…ٹ";
}

.ion-information-circled:before {
  content: "ï…‰";
}

.ion-ionic:before {
  content: "ï…‹";
}

.ion-ios7-alarm:before {
  content: "ï…چ";
}

.ion-ios7-alarm-outline:before {
  content: "ï…Œ";
}

.ion-ios7-albums:before {
  content: "ï…ڈ";
}

.ion-ios7-albums-outline:before {
  content: "ï…ژ";
}

.ion-ios7-americanfootball:before {
  content: "ïŒں";
}

.ion-ios7-americanfootball-outline:before {
  content: "ïŒ‍";
}

.ion-ios7-analytics:before {
  content: "ïŒ،";
}

.ion-ios7-analytics-outline:before {
  content: "ïŒ ";
}

.ion-ios7-arrow-back:before {
  content: "ï…گ";
}

.ion-ios7-arrow-down:before {
  content: "ï…‘";
}

.ion-ios7-arrow-forward:before {
  content: "ï…’";
}

.ion-ios7-arrow-left:before {
  content: "ï…“";
}

.ion-ios7-arrow-right:before {
  content: "ï…”";
}

.ion-ios7-arrow-thin-down:before {
  content: "ï‰¾";
}

.ion-ios7-arrow-thin-left:before {
  content: "ï‰؟";
}

.ion-ios7-arrow-thin-right:before {
  content: "ïٹ€";
}

.ion-ios7-arrow-thin-up:before {
  content: "ïٹپ";
}

.ion-ios7-arrow-up:before {
  content: "ï…•";
}

.ion-ios7-at:before {
  content: "ï…—";
}

.ion-ios7-at-outline:before {
  content: "ï…–";
}

.ion-ios7-barcode:before {
  content: "ïŒ£";
}

.ion-ios7-barcode-outline:before {
  content: "ïŒ¢";
}

.ion-ios7-baseball:before {
  content: "ïŒ¥";
}

.ion-ios7-baseball-outline:before {
  content: "ïŒ¤";
}

.ion-ios7-basketball:before {
  content: "ïŒ§";
}

.ion-ios7-basketball-outline:before {
  content: "ïŒ¦";
}

.ion-ios7-bell:before {
  content: "ï…™";
}

.ion-ios7-bell-outline:before {
  content: "ï…ک";
}

.ion-ios7-bolt:before {
  content: "ï…›";
}

.ion-ios7-bolt-outline:before {
  content: "ï…ڑ";
}

.ion-ios7-bookmarks:before {
  content: "ï…‌";
}

.ion-ios7-bookmarks-outline:before {
  content: "ï…œ";
}

.ion-ios7-box:before {
  content: "ï…ں";
}

.ion-ios7-box-outline:before {
  content: "ï…‍";
}

.ion-ios7-briefcase:before {
  content: "ïٹƒ";
}

.ion-ios7-briefcase-outline:before {
  content: "ïٹ‚";
}

.ion-ios7-browsers:before {
  content: "ï…،";
}

.ion-ios7-browsers-outline:before {
  content: "ï… ";
}

.ion-ios7-calculator:before {
  content: "ïٹ…";
}

.ion-ios7-calculator-outline:before {
  content: "ïٹ„";
}

.ion-ios7-calendar:before {
  content: "ï…£";
}

.ion-ios7-calendar-outline:before {
  content: "ï…¢";
}

.ion-ios7-camera:before {
  content: "ï…¥";
}

.ion-ios7-camera-outline:before {
  content: "ï…¤";
}

.ion-ios7-cart:before {
  content: "ï…§";
}

.ion-ios7-cart-outline:before {
  content: "ï…¦";
}

.ion-ios7-chatboxes:before {
  content: "ï…©";
}

.ion-ios7-chatboxes-outline:before {
  content: "ï…¨";
}

.ion-ios7-chatbubble:before {
  content: "ï…«";
}

.ion-ios7-chatbubble-outline:before {
  content: "ï…ھ";
}

.ion-ios7-checkmark:before {
  content: "ï…®";
}

.ion-ios7-checkmark-empty:before {
  content: "ï…¬";
}

.ion-ios7-checkmark-outline:before {
  content: "ï…­";
}

.ion-ios7-circle-filled:before {
  content: "ï…¯";
}

.ion-ios7-circle-outline:before {
  content: "ï…°";
}

.ion-ios7-clock:before {
  content: "ï…²";
}

.ion-ios7-clock-outline:before {
  content: "ï…±";
}

.ion-ios7-close:before {
  content: "ïٹ¼";
}

.ion-ios7-close-empty:before {
  content: "ïٹ½";
}

.ion-ios7-close-outline:before {
  content: "ïٹ»";
}

.ion-ios7-cloud:before {
  content: "ï…¸";
}

.ion-ios7-cloud-download:before {
  content: "ï…´";
}

.ion-ios7-cloud-download-outline:before {
  content: "ï…³";
}

.ion-ios7-cloud-outline:before {
  content: "ï…µ";
}

.ion-ios7-cloud-upload:before {
  content: "ï…·";
}

.ion-ios7-cloud-upload-outline:before {
  content: "ï…¶";
}

.ion-ios7-cloudy:before {
  content: "ï…؛";
}

.ion-ios7-cloudy-night:before {
  content: "ïŒˆ";
}

.ion-ios7-cloudy-night-outline:before {
  content: "ïŒ‡";
}

.ion-ios7-cloudy-outline:before {
  content: "ï…¹";
}

.ion-ios7-cog:before {
  content: "ï…¼";
}

.ion-ios7-cog-outline:before {
  content: "ï…»";
}

.ion-ios7-compose:before {
  content: "ï…¾";
}

.ion-ios7-compose-outline:before {
  content: "ï…½";
}

.ion-ios7-contact:before {
  content: "ï†€";
}

.ion-ios7-contact-outline:before {
  content: "ï…؟";
}

.ion-ios7-copy:before {
  content: "ï†‚";
}

.ion-ios7-copy-outline:before {
  content: "ï†پ";
}

.ion-ios7-download:before {
  content: "ï†„";
}

.ion-ios7-download-outline:before {
  content: "ï†ƒ";
}

.ion-ios7-drag:before {
  content: "ï†…";
}

.ion-ios7-email:before {
  content: "ï†‡";
}

.ion-ios7-email-outline:before {
  content: "ï††";
}

.ion-ios7-expand:before {
  content: "ïŒچ";
}

.ion-ios7-eye:before {
  content: "ï†‰";
}

.ion-ios7-eye-outline:before {
  content: "ï†ˆ";
}

.ion-ios7-fastforward:before {
  content: "ï†‹";
}

.ion-ios7-fastforward-outline:before {
  content: "ï†ٹ";
}

.ion-ios7-filing:before {
  content: "ï†چ";
}

.ion-ios7-filing-outline:before {
  content: "ï†Œ";
}

.ion-ios7-film:before {
  content: "ï†ڈ";
}

.ion-ios7-film-outline:before {
  content: "ï†ژ";
}

.ion-ios7-flag:before {
  content: "ï†‘";
}

.ion-ios7-flag-outline:before {
  content: "ï†گ";
}

.ion-ios7-folder:before {
  content: "ï†“";
}

.ion-ios7-folder-outline:before {
  content: "ï†’";
}

.ion-ios7-football:before {
  content: "ïŒ©";
}

.ion-ios7-football-outline:before {
  content: "ïŒ¨";
}

.ion-ios7-gear:before {
  content: "ï†•";
}

.ion-ios7-gear-outline:before {
  content: "ï†”";
}

.ion-ios7-glasses:before {
  content: "ï†—";
}

.ion-ios7-glasses-outline:before {
  content: "ï†–";
}

.ion-ios7-heart:before {
  content: "ï†™";
}

.ion-ios7-heart-outline:before {
  content: "ï†ک";
}

.ion-ios7-help:before {
  content: "ï†œ";
}

.ion-ios7-help-empty:before {
  content: "ï†ڑ";
}

.ion-ios7-help-outline:before {
  content: "ï†›";
}

.ion-ios7-home:before {
  content: "ïŒ«";
}

.ion-ios7-home-outline:before {
  content: "ïŒھ";
}

.ion-ios7-infinite:before {
  content: "ï†‍";
}

.ion-ios7-infinite-outline:before {
  content: "ï†‌";
}

.ion-ios7-information:before {
  content: "ï†،";
}

.ion-ios7-information-empty:before {
  content: "ï†ں";
}

.ion-ios7-information-outline:before {
  content: "ï† ";
}

.ion-ios7-ionic-outline:before {
  content: "ï†¢";
}

.ion-ios7-keypad:before {
  content: "ï†¤";
}

.ion-ios7-keypad-outline:before {
  content: "ï†£";
}

.ion-ios7-lightbulb:before {
  content: "ïٹ‡";
}

.ion-ios7-lightbulb-outline:before {
  content: "ïٹ†";
}

.ion-ios7-location:before {
  content: "ï†¦";
}

.ion-ios7-location-outline:before {
  content: "ï†¥";
}

.ion-ios7-locked:before {
  content: "ï†¨";
}

.ion-ios7-locked-outline:before {
  content: "ï†§";
}

.ion-ios7-loop:before {
  content: "ïŒ­";
}

.ion-ios7-loop-strong:before {
  content: "ïŒ¬";
}

.ion-ios7-medkit:before {
  content: "ïٹ‰";
}

.ion-ios7-medkit-outline:before {
  content: "ïٹˆ";
}

.ion-ios7-mic:before {
  content: "ï†«";
}

.ion-ios7-mic-off:before {
  content: "ï†©";
}

.ion-ios7-mic-outline:before {
  content: "ï†ھ";
}

.ion-ios7-minus:before {
  content: "ï†®";
}

.ion-ios7-minus-empty:before {
  content: "ï†¬";
}

.ion-ios7-minus-outline:before {
  content: "ï†­";
}

.ion-ios7-monitor:before {
  content: "ï†°";
}

.ion-ios7-monitor-outline:before {
  content: "ï†¯";
}

.ion-ios7-moon:before {
  content: "ï†²";
}

.ion-ios7-moon-outline:before {
  content: "ï†±";
}

.ion-ios7-more:before {
  content: "ï†´";
}

.ion-ios7-more-outline:before {
  content: "ï†³";
}

.ion-ios7-musical-note:before {
  content: "ï†µ";
}

.ion-ios7-musical-notes:before {
  content: "ï†¶";
}

.ion-ios7-navigate:before {
  content: "ï†¸";
}

.ion-ios7-navigate-outline:before {
  content: "ï†·";
}

.ion-ios7-paper:before {
  content: "ïŒ¯";
}

.ion-ios7-paper-outline:before {
  content: "ïŒ®";
}

.ion-ios7-paperplane:before {
  content: "ï†؛";
}

.ion-ios7-paperplane-outline:before {
  content: "ï†¹";
}

.ion-ios7-partlysunny:before {
  content: "ï†¼";
}

.ion-ios7-partlysunny-outline:before {
  content: "ï†»";
}

.ion-ios7-pause:before {
  content: "ï†¾";
}

.ion-ios7-pause-outline:before {
  content: "ï†½";
}

.ion-ios7-paw:before {
  content: "ïŒ±";
}

.ion-ios7-paw-outline:before {
  content: "ïŒ°";
}

.ion-ios7-people:before {
  content: "ï‡€";
}

.ion-ios7-people-outline:before {
  content: "ï†؟";
}

.ion-ios7-person:before {
  content: "ï‡‚";
}

.ion-ios7-person-outline:before {
  content: "ï‡پ";
}

.ion-ios7-personadd:before {
  content: "ï‡„";
}

.ion-ios7-personadd-outline:before {
  content: "ï‡ƒ";
}

.ion-ios7-photos:before {
  content: "ï‡†";
}

.ion-ios7-photos-outline:before {
  content: "ï‡…";
}

.ion-ios7-pie:before {
  content: "ïٹ‹";
}

.ion-ios7-pie-outline:before {
  content: "ïٹٹ";
}

.ion-ios7-play:before {
  content: "ï‡ˆ";
}

.ion-ios7-play-outline:before {
  content: "ï‡‡";
}

.ion-ios7-plus:before {
  content: "ï‡‹";
}

.ion-ios7-plus-empty:before {
  content: "ï‡‰";
}

.ion-ios7-plus-outline:before {
  content: "ï‡ٹ";
}

.ion-ios7-pricetag:before {
  content: "ïٹچ";
}

.ion-ios7-pricetag-outline:before {
  content: "ïٹŒ";
}

.ion-ios7-pricetags:before {
  content: "ïŒ³";
}

.ion-ios7-pricetags-outline:before {
  content: "ïŒ²";
}

.ion-ios7-printer:before {
  content: "ï‡چ";
}

.ion-ios7-printer-outline:before {
  content: "ï‡Œ";
}

.ion-ios7-pulse:before {
  content: "ïŒµ";
}

.ion-ios7-pulse-strong:before {
  content: "ïŒ´";
}

.ion-ios7-rainy:before {
  content: "ï‡ڈ";
}

.ion-ios7-rainy-outline:before {
  content: "ï‡ژ";
}

.ion-ios7-recording:before {
  content: "ï‡‘";
}

.ion-ios7-recording-outline:before {
  content: "ï‡گ";
}

.ion-ios7-redo:before {
  content: "ï‡“";
}

.ion-ios7-redo-outline:before {
  content: "ï‡’";
}

.ion-ios7-refresh:before {
  content: "ï‡–";
}

.ion-ios7-refresh-empty:before {
  content: "ï‡”";
}

.ion-ios7-refresh-outline:before {
  content: "ï‡•";
}

.ion-ios7-reload:before, .ion-ios7-reloading:before {
  content: "ïٹژ";
}

.ion-ios7-reverse-camera:before {
  content: "ïŒ·";
}

.ion-ios7-reverse-camera-outline:before {
  content: "ïŒ¶";
}

.ion-ios7-rewind:before {
  content: "ï‡ک";
}

.ion-ios7-rewind-outline:before {
  content: "ï‡—";
}

.ion-ios7-search:before {
  content: "ï‡ڑ";
}

.ion-ios7-search-strong:before {
  content: "ï‡™";
}

.ion-ios7-settings:before {
  content: "ïŒ¹";
}

.ion-ios7-settings-strong:before {
  content: "ïŒ¸";
}

.ion-ios7-shrink:before {
  content: "ïŒژ";
}

.ion-ios7-skipbackward:before {
  content: "ï‡œ";
}

.ion-ios7-skipbackward-outline:before {
  content: "ï‡›";
}

.ion-ios7-skipforward:before {
  content: "ï‡‍";
}

.ion-ios7-skipforward-outline:before {
  content: "ï‡‌";
}

.ion-ios7-snowy:before {
  content: "ïŒ‰";
}

.ion-ios7-speedometer:before {
  content: "ïٹگ";
}

.ion-ios7-speedometer-outline:before {
  content: "ïٹڈ";
}

.ion-ios7-star:before {
  content: "ï‡ ";
}

.ion-ios7-star-half:before {
  content: "ïŒ؛";
}

.ion-ios7-star-outline:before {
  content: "ï‡ں";
}

.ion-ios7-stopwatch:before {
  content: "ï‡¢";
}

.ion-ios7-stopwatch-outline:before {
  content: "ï‡،";
}

.ion-ios7-sunny:before {
  content: "ï‡¤";
}

.ion-ios7-sunny-outline:before {
  content: "ï‡£";
}

.ion-ios7-telephone:before {
  content: "ï‡¦";
}

.ion-ios7-telephone-outline:before {
  content: "ï‡¥";
}

.ion-ios7-tennisball:before {
  content: "ïŒ¼";
}

.ion-ios7-tennisball-outline:before {
  content: "ïŒ»";
}

.ion-ios7-thunderstorm:before {
  content: "ï‡¨";
}

.ion-ios7-thunderstorm-outline:before {
  content: "ï‡§";
}

.ion-ios7-time:before {
  content: "ïٹ’";
}

.ion-ios7-time-outline:before {
  content: "ïٹ‘";
}

.ion-ios7-timer:before {
  content: "ï‡ھ";
}

.ion-ios7-timer-outline:before {
  content: "ï‡©";
}

.ion-ios7-toggle:before {
  content: "ïŒ¾";
}

.ion-ios7-toggle-outline:before {
  content: "ïŒ½";
}

.ion-ios7-trash:before {
  content: "ï‡¬";
}

.ion-ios7-trash-outline:before {
  content: "ï‡«";
}

.ion-ios7-undo:before {
  content: "ï‡®";
}

.ion-ios7-undo-outline:before {
  content: "ï‡­";
}

.ion-ios7-unlocked:before {
  content: "ï‡°";
}

.ion-ios7-unlocked-outline:before {
  content: "ï‡¯";
}

.ion-ios7-upload:before {
  content: "ï‡²";
}

.ion-ios7-upload-outline:before {
  content: "ï‡±";
}

.ion-ios7-videocam:before {
  content: "ï‡´";
}

.ion-ios7-videocam-outline:before {
  content: "ï‡³";
}

.ion-ios7-volume-high:before {
  content: "ï‡µ";
}

.ion-ios7-volume-low:before {
  content: "ï‡¶";
}

.ion-ios7-wineglass:before {
  content: "ïٹ”";
}

.ion-ios7-wineglass-outline:before {
  content: "ïٹ“";
}

.ion-ios7-world:before {
  content: "ï‡¸";
}

.ion-ios7-world-outline:before {
  content: "ï‡·";
}

.ion-ipad:before {
  content: "ï‡¹";
}

.ion-iphone:before {
  content: "ï‡؛";
}

.ion-ipod:before {
  content: "ï‡»";
}

.ion-jet:before {
  content: "ïٹ•";
}

.ion-key:before {
  content: "ïٹ–";
}

.ion-knife:before {
  content: "ïٹ—";
}

.ion-laptop:before {
  content: "ï‡¼";
}

.ion-leaf:before {
  content: "ï‡½";
}

.ion-levels:before {
  content: "ïٹک";
}

.ion-lightbulb:before {
  content: "ïٹ™";
}

.ion-link:before {
  content: "ï‡¾";
}

.ion-load-a:before, .ion-loading-a:before {
  content: "ïٹڑ";
}

.ion-load-b:before, .ion-loading-b:before {
  content: "ïٹ›";
}

.ion-load-c:before, .ion-loading-c:before {
  content: "ïٹœ";
}

.ion-load-d:before, .ion-loading-d:before {
  content: "ïٹ‌";
}

.ion-location:before {
  content: "ï‡؟";
}

.ion-locked:before {
  content: "ïˆ€";
}

.ion-log-in:before {
  content: "ïٹ‍";
}

.ion-log-out:before {
  content: "ïٹں";
}

.ion-loop:before, .ion-looping:before {
  content: "ïˆپ";
}

.ion-magnet:before {
  content: "ïٹ ";
}

.ion-male:before {
  content: "ïٹ،";
}

.ion-man:before {
  content: "ïˆ‚";
}

.ion-map:before {
  content: "ïˆƒ";
}

.ion-medkit:before {
  content: "ïٹ¢";
}

.ion-merge:before {
  content: "ïŒ؟";
}

.ion-mic-a:before {
  content: "ïˆ„";
}

.ion-mic-b:before {
  content: "ïˆ…";
}

.ion-mic-c:before {
  content: "ïˆ†";
}

.ion-minus:before {
  content: "ïˆ‰";
}

.ion-minus-circled:before {
  content: "ïˆ‡";
}

.ion-minus-round:before {
  content: "ïˆˆ";
}

.ion-model-s:before {
  content: "ï‹پ";
}

.ion-monitor:before {
  content: "ïˆٹ";
}

.ion-more:before {
  content: "ïˆ‹";
}

.ion-mouse:before {
  content: "ïچ€";
}

.ion-music-note:before {
  content: "ïˆŒ";
}

.ion-navicon:before {
  content: "ïˆژ";
}

.ion-navicon-round:before {
  content: "ïˆچ";
}

.ion-navigate:before {
  content: "ïٹ£";
}

.ion-network:before {
  content: "ïچپ";
}

.ion-no-smoking:before {
  content: "ï‹‚";
}

.ion-nuclear:before {
  content: "ïٹ¤";
}

.ion-outlet:before {
  content: "ïچ‚";
}

.ion-paper-airplane:before {
  content: "ï‹ƒ";
}

.ion-paperclip:before {
  content: "ïˆڈ";
}

.ion-pause:before {
  content: "ïˆگ";
}

.ion-person:before {
  content: "ïˆ“";
}

.ion-person-add:before {
  content: "ïˆ‘";
}

.ion-person-stalker:before {
  content: "ïˆ’";
}

.ion-pie-graph:before {
  content: "ïٹ¥";
}

.ion-pin:before {
  content: "ïٹ¦";
}

.ion-pinpoint:before {
  content: "ïٹ§";
}

.ion-pizza:before {
  content: "ïٹ¨";
}

.ion-plane:before {
  content: "ïˆ”";
}

.ion-planet:before {
  content: "ïچƒ";
}

.ion-play:before {
  content: "ïˆ•";
}

.ion-playstation:before {
  content: "ïŒٹ";
}

.ion-plus:before {
  content: "ïˆک";
}

.ion-plus-circled:before {
  content: "ïˆ–";
}

.ion-plus-round:before {
  content: "ïˆ—";
}

.ion-podium:before {
  content: "ïچ„";
}

.ion-pound:before {
  content: "ïˆ™";
}

.ion-power:before {
  content: "ïٹ©";
}

.ion-pricetag:before {
  content: "ïٹھ";
}

.ion-pricetags:before {
  content: "ïٹ«";
}

.ion-printer:before {
  content: "ïˆڑ";
}

.ion-pull-request:before {
  content: "ïچ…";
}

.ion-qr-scanner:before {
  content: "ïچ†";
}

.ion-quote:before {
  content: "ïچ‡";
}

.ion-radio-waves:before {
  content: "ïٹ¬";
}

.ion-record:before {
  content: "ïˆ›";
}

.ion-refresh:before, .ion-refreshing:before {
  content: "ïˆœ";
}

.ion-reply:before {
  content: "ïˆ‍";
}

.ion-reply-all:before {
  content: "ïˆ‌";
}

.ion-ribbon-a:before {
  content: "ïچˆ";
}

.ion-ribbon-b:before {
  content: "ïچ‰";
}

.ion-sad:before {
  content: "ïچٹ";
}

.ion-scissors:before {
  content: "ïچ‹";
}

.ion-search:before {
  content: "ïˆں";
}

.ion-settings:before {
  content: "ïٹ­";
}

.ion-share:before {
  content: "ïˆ ";
}

.ion-shuffle:before {
  content: "ïˆ،";
}

.ion-skip-backward:before {
  content: "ïˆ¢";
}

.ion-skip-forward:before {
  content: "ïˆ£";
}

.ion-social-android:before {
  content: "ïˆ¥";
}

.ion-social-android-outline:before {
  content: "ïˆ¤";
}

.ion-social-apple:before {
  content: "ïˆ§";
}

.ion-social-apple-outline:before {
  content: "ïˆ¦";
}

.ion-social-bitcoin:before {
  content: "ïٹ¯";
}

.ion-social-bitcoin-outline:before {
  content: "ïٹ®";
}

.ion-social-buffer:before {
  content: "ïˆ©";
}

.ion-social-buffer-outline:before {
  content: "ïˆ¨";
}

.ion-social-designernews:before {
  content: "ïˆ«";
}

.ion-social-designernews-outline:before {
  content: "ïˆھ";
}

.ion-social-dribbble:before {
  content: "ïˆ­";
}

.ion-social-dribbble-outline:before {
  content: "ïˆ¬";
}

.ion-social-dropbox:before {
  content: "ïˆ¯";
}

.ion-social-dropbox-outline:before {
  content: "ïˆ®";
}

.ion-social-facebook:before {
  content: "ïˆ±";
}

.ion-social-facebook-outline:before {
  content: "ïˆ°";
}

.ion-social-foursquare:before {
  content: "ïچچ";
}

.ion-social-foursquare-outline:before {
  content: "ïچŒ";
}

.ion-social-freebsd-devil:before {
  content: "ï‹„";
}

.ion-social-github:before {
  content: "ïˆ³";
}

.ion-social-github-outline:before {
  content: "ïˆ²";
}

.ion-social-google:before {
  content: "ïچڈ";
}

.ion-social-google-outline:before {
  content: "ïچژ";
}

.ion-social-googleplus:before {
  content: "ïˆµ";
}

.ion-social-googleplus-outline:before {
  content: "ïˆ´";
}

.ion-social-hackernews:before {
  content: "ïˆ·";
}

.ion-social-hackernews-outline:before {
  content: "ïˆ¶";
}

.ion-social-instagram:before {
  content: "ïچ‘";
}

.ion-social-instagram-outline:before {
  content: "ïچگ";
}

.ion-social-linkedin:before {
  content: "ïˆ¹";
}

.ion-social-linkedin-outline:before {
  content: "ïˆ¸";
}

.ion-social-pinterest:before {
  content: "ïٹ±";
}

.ion-social-pinterest-outline:before {
  content: "ïٹ°";
}

.ion-social-reddit:before {
  content: "ïˆ»";
}

.ion-social-reddit-outline:before {
  content: "ïˆ؛";
}

.ion-social-rss:before {
  content: "ïˆ½";
}

.ion-social-rss-outline:before {
  content: "ïˆ¼";
}

.ion-social-skype:before {
  content: "ïˆ؟";
}

.ion-social-skype-outline:before {
  content: "ïˆ¾";
}

.ion-social-tumblr:before {
  content: "ï‰پ";
}

.ion-social-tumblr-outline:before {
  content: "ï‰€";
}

.ion-social-tux:before {
  content: "ï‹…";
}

.ion-social-twitter:before {
  content: "ï‰ƒ";
}

.ion-social-twitter-outline:before {
  content: "ï‰‚";
}

.ion-social-usd:before {
  content: "ïچ“";
}

.ion-social-usd-outline:before {
  content: "ïچ’";
}

.ion-social-vimeo:before {
  content: "ï‰…";
}

.ion-social-vimeo-outline:before {
  content: "ï‰„";
}

.ion-social-windows:before {
  content: "ï‰‡";
}

.ion-social-windows-outline:before {
  content: "ï‰†";
}

.ion-social-wordpress:before {
  content: "ï‰‰";
}

.ion-social-wordpress-outline:before {
  content: "ï‰ˆ";
}

.ion-social-yahoo:before {
  content: "ï‰‹";
}

.ion-social-yahoo-outline:before {
  content: "ï‰ٹ";
}

.ion-social-youtube:before {
  content: "ï‰چ";
}

.ion-social-youtube-outline:before {
  content: "ï‰Œ";
}

.ion-speakerphone:before {
  content: "ïٹ²";
}

.ion-speedometer:before {
  content: "ïٹ³";
}

.ion-spoon:before {
  content: "ïٹ´";
}

.ion-star:before {
  content: "ï‰ژ";
}

.ion-stats-bars:before {
  content: "ïٹµ";
}

.ion-steam:before {
  content: "ïŒ‹";
}

.ion-stop:before {
  content: "ï‰ڈ";
}

.ion-thermometer:before {
  content: "ïٹ¶";
}

.ion-thumbsdown:before {
  content: "ï‰گ";
}

.ion-thumbsup:before {
  content: "ï‰‘";
}

.ion-toggle:before {
  content: "ïچ•";
}

.ion-toggle-filled:before {
  content: "ïچ”";
}

.ion-trash-a:before {
  content: "ï‰’";
}

.ion-trash-b:before {
  content: "ï‰“";
}

.ion-trophy:before {
  content: "ïچ–";
}

.ion-umbrella:before {
  content: "ïٹ·";
}

.ion-university:before {
  content: "ïچ—";
}

.ion-unlocked:before {
  content: "ï‰”";
}

.ion-upload:before {
  content: "ï‰•";
}

.ion-usb:before {
  content: "ïٹ¸";
}

.ion-videocamera:before {
  content: "ï‰–";
}

.ion-volume-high:before {
  content: "ï‰—";
}

.ion-volume-low:before {
  content: "ï‰ک";
}

.ion-volume-medium:before {
  content: "ï‰™";
}

.ion-volume-mute:before {
  content: "ï‰ڑ";
}

.ion-wand:before {
  content: "ïچک";
}

.ion-waterdrop:before {
  content: "ï‰›";
}

.ion-wifi:before {
  content: "ï‰œ";
}

.ion-wineglass:before {
  content: "ïٹ¹";
}

.ion-woman:before {
  content: "ï‰‌";
}

.ion-wrench:before {
  content: "ïٹ؛";
}

.ion-xbox:before {
  content: "ïŒŒ";
}

/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face {
  font-family: "weathericons";
  src: url("../fonts/weathericons-regular-webfont.eot");
  src: url("../fonts/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weathericons-regular-webfont.woff2") format("woff2"), url("../fonts/weathericons-regular-webfont.woff") format("woff"), url("../fonts/weathericons-regular-webfont.ttf") format("truetype"), url("../fonts/weathericons-regular-webfont.svg#weather_iconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.wi {
  display: inline-block;
  font-family: "weathericons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wi-fw {
  width: 1.4em;
  text-align: center;
}

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

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

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

.wi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.wi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.wi-day-sunny:before {
  content: "ï€چ";
}

.wi-day-cloudy:before {
  content: "ï€‚";
}

.wi-day-cloudy-gusts:before {
  content: "ï€€";
}

.wi-day-cloudy-windy:before {
  content: "ï€پ";
}

.wi-day-fog:before {
  content: "ï€ƒ";
}

.wi-day-hail:before {
  content: "ï€„";
}

.wi-day-haze:before {
  content: "ï‚¶";
}

.wi-day-lightning:before {
  content: "ï€…";
}

.wi-day-rain:before {
  content: "ï€ˆ";
}

.wi-day-rain-mix:before {
  content: "ï€†";
}

.wi-day-rain-wind:before {
  content: "ï€‡";
}

.wi-day-showers:before {
  content: "ï€‰";
}

.wi-day-sleet:before {
  content: "ï‚²";
}

.wi-day-sleet-storm:before {
  content: "ïپ¨";
}

.wi-day-snow:before {
  content: "ï€ٹ";
}

.wi-day-snow-thunderstorm:before {
  content: "ïپ«";
}

.wi-day-snow-wind:before {
  content: "ïپ¥";
}

.wi-day-sprinkle:before {
  content: "ï€‹";
}

.wi-day-storm-showers:before {
  content: "ï€ژ";
}

.wi-day-sunny-overcast:before {
  content: "ï€Œ";
}

.wi-day-thunderstorm:before {
  content: "ï€گ";
}

.wi-day-windy:before {
  content: "ï‚…";
}

.wi-solar-eclipse:before {
  content: "ïپ®";
}

.wi-hot:before {
  content: "ïپ²";
}

.wi-day-cloudy-high:before {
  content: "ïپ½";
}

.wi-day-light-wind:before {
  content: "ïƒ„";
}

.wi-night-clear:before {
  content: "ï€®";
}

.wi-night-alt-cloudy:before {
  content: "ï‚†";
}

.wi-night-alt-cloudy-gusts:before {
  content: "ï€¢";
}

.wi-night-alt-cloudy-windy:before {
  content: "ï€£";
}

.wi-night-alt-hail:before {
  content: "ï€¤";
}

.wi-night-alt-lightning:before {
  content: "ï€¥";
}

.wi-night-alt-rain:before {
  content: "ï€¨";
}

.wi-night-alt-rain-mix:before {
  content: "ï€¦";
}

.wi-night-alt-rain-wind:before {
  content: "ï€§";
}

.wi-night-alt-showers:before {
  content: "ï€©";
}

.wi-night-alt-sleet:before {
  content: "ï‚´";
}

.wi-night-alt-sleet-storm:before {
  content: "ïپھ";
}

.wi-night-alt-snow:before {
  content: "ï€ھ";
}

.wi-night-alt-snow-thunderstorm:before {
  content: "ïپ­";
}

.wi-night-alt-snow-wind:before {
  content: "ïپ§";
}

.wi-night-alt-sprinkle:before {
  content: "ï€«";
}

.wi-night-alt-storm-showers:before {
  content: "ï€¬";
}

.wi-night-alt-thunderstorm:before {
  content: "ï€­";
}

.wi-night-cloudy:before {
  content: "ï€±";
}

.wi-night-cloudy-gusts:before {
  content: "ï€¯";
}

.wi-night-cloudy-windy:before {
  content: "ï€°";
}

.wi-night-fog:before {
  content: "ïپٹ";
}

.wi-night-hail:before {
  content: "ï€²";
}

.wi-night-lightning:before {
  content: "ï€³";
}

.wi-night-partly-cloudy:before {
  content: "ï‚ƒ";
}

.wi-night-rain:before {
  content: "ï€¶";
}

.wi-night-rain-mix:before {
  content: "ï€´";
}

.wi-night-rain-wind:before {
  content: "ï€µ";
}

.wi-night-showers:before {
  content: "ï€·";
}

.wi-night-sleet:before {
  content: "ï‚³";
}

.wi-night-sleet-storm:before {
  content: "ïپ©";
}

.wi-night-snow:before {
  content: "ï€¸";
}

.wi-night-snow-thunderstorm:before {
  content: "ïپ¬";
}

.wi-night-snow-wind:before {
  content: "ïپ¦";
}

.wi-night-sprinkle:before {
  content: "ï€¹";
}

.wi-night-storm-showers:before {
  content: "ï€؛";
}

.wi-night-thunderstorm:before {
  content: "ï€»";
}

.wi-lunar-eclipse:before {
  content: "ïپ°";
}

.wi-stars:before {
  content: "ïپ·";
}

.wi-storm-showers:before {
  content: "ï€‌";
}

.wi-thunderstorm:before {
  content: "ï€‍";
}

.wi-night-alt-cloudy-high:before {
  content: "ïپ¾";
}

.wi-night-cloudy-high:before {
  content: "ï‚€";
}

.wi-night-alt-partly-cloudy:before {
  content: "ï‚پ";
}

.wi-cloud:before {
  content: "ïپپ";
}

.wi-cloudy:before {
  content: "ï€“";
}

.wi-cloudy-gusts:before {
  content: "ï€‘";
}

.wi-cloudy-windy:before {
  content: "ï€’";
}

.wi-fog:before {
  content: "ï€”";
}

.wi-hail:before {
  content: "ï€•";
}

.wi-rain:before {
  content: "ï€™";
}

.wi-rain-mix:before {
  content: "ï€—";
}

.wi-rain-wind:before {
  content: "ï€ک";
}

.wi-showers:before {
  content: "ï€ڑ";
}

.wi-sleet:before {
  content: "ï‚µ";
}

.wi-snow:before {
  content: "ï€›";
}

.wi-sprinkle:before {
  content: "ï€œ";
}

.wi-storm-showers:before {
  content: "ï€‌";
}

.wi-thunderstorm:before {
  content: "ï€‍";
}

.wi-snow-wind:before {
  content: "ïپ¤";
}

.wi-snow:before {
  content: "ï€›";
}

.wi-smog:before {
  content: "ïپ´";
}

.wi-smoke:before {
  content: "ïپ¢";
}

.wi-lightning:before {
  content: "ï€–";
}

.wi-raindrops:before {
  content: "ïپژ";
}

.wi-raindrop:before {
  content: "ïپ¸";
}

.wi-dust:before {
  content: "ïپ£";
}

.wi-snowflake-cold:before {
  content: "ïپ¶";
}

.wi-windy:before {
  content: "ï€،";
}

.wi-strong-wind:before {
  content: "ïپگ";
}

.wi-sandstorm:before {
  content: "ï‚‚";
}

.wi-earthquake:before {
  content: "ïƒ†";
}

.wi-fire:before {
  content: "ïƒ‡";
}

.wi-flood:before {
  content: "ïپ¼";
}

.wi-meteor:before {
  content: "ïپ±";
}

.wi-tsunami:before {
  content: "ïƒ…";
}

.wi-volcano:before {
  content: "ïƒˆ";
}

.wi-hurricane:before {
  content: "ïپ³";
}

.wi-tornado:before {
  content: "ïپ–";
}

.wi-small-craft-advisory:before {
  content: "ïƒŒ";
}

.wi-gale-warning:before {
  content: "ïƒچ";
}

.wi-storm-warning:before {
  content: "ïƒژ";
}

.wi-hurricane-warning:before {
  content: "ïƒڈ";
}

.wi-wind-direction:before {
  content: "ï‚±";
}

.wi-alien:before {
  content: "ïپµ";
}

.wi-celsius:before {
  content: "ï€¼";
}

.wi-fahrenheit:before {
  content: "ïپ…";
}

.wi-degrees:before {
  content: "ïپ‚";
}

.wi-thermometer:before {
  content: "ïپ•";
}

.wi-thermometer-exterior:before {
  content: "ïپ“";
}

.wi-thermometer-internal:before {
  content: "ïپ”";
}

.wi-cloud-down:before {
  content: "ï€½";
}

.wi-cloud-up:before {
  content: "ïپ€";
}

.wi-cloud-refresh:before {
  content: "ï€¾";
}

.wi-horizon:before {
  content: "ïپ‡";
}

.wi-horizon-alt:before {
  content: "ïپ†";
}

.wi-sunrise:before {
  content: "ïپ‘";
}

.wi-sunset:before {
  content: "ïپ’";
}

.wi-moonrise:before {
  content: "ïƒ‰";
}

.wi-moonset:before {
  content: "ïƒٹ";
}

.wi-refresh:before {
  content: "ïپŒ";
}

.wi-refresh-alt:before {
  content: "ïپ‹";
}

.wi-umbrella:before {
  content: "ï‚„";
}

.wi-barometer:before {
  content: "ïپ¹";
}

.wi-humidity:before {
  content: "ïپ؛";
}

.wi-na:before {
  content: "ïپ»";
}

.wi-train:before {
  content: "ïƒ‹";
}

.wi-moon-new:before {
  content: "ï‚•";
}

.wi-moon-waxing-cresent-1:before {
  content: "ï‚–";
}

.wi-moon-waxing-cresent-2:before {
  content: "ï‚—";
}

.wi-moon-waxing-cresent-3:before {
  content: "ï‚ک";
}

.wi-moon-waxing-cresent-4:before {
  content: "ï‚™";
}

.wi-moon-waxing-cresent-5:before {
  content: "ï‚ڑ";
}

.wi-moon-waxing-cresent-6:before {
  content: "ï‚›";
}

.wi-moon-first-quarter:before {
  content: "ï‚œ";
}

.wi-moon-waxing-gibbous-1:before {
  content: "ï‚‌";
}

.wi-moon-waxing-gibbous-2:before {
  content: "ï‚‍";
}

.wi-moon-waxing-gibbous-3:before {
  content: "ï‚ں";
}

.wi-moon-waxing-gibbous-4:before {
  content: "ï‚ ";
}

.wi-moon-waxing-gibbous-5:before {
  content: "ï‚،";
}

.wi-moon-waxing-gibbous-6:before {
  content: "ï‚¢";
}

.wi-moon-full:before {
  content: "ï‚£";
}

.wi-moon-waning-gibbous-1:before {
  content: "ï‚¤";
}

.wi-moon-waning-gibbous-2:before {
  content: "ï‚¥";
}

.wi-moon-waning-gibbous-3:before {
  content: "ï‚¦";
}

.wi-moon-waning-gibbous-4:before {
  content: "ï‚§";
}

.wi-moon-waning-gibbous-5:before {
  content: "ï‚¨";
}

.wi-moon-waning-gibbous-6:before {
  content: "ï‚©";
}

.wi-moon-third-quarter:before {
  content: "ï‚ھ";
}

.wi-moon-waning-crescent-1:before {
  content: "ï‚«";
}

.wi-moon-waning-crescent-2:before {
  content: "ï‚¬";
}

.wi-moon-waning-crescent-3:before {
  content: "ï‚­";
}

.wi-moon-waning-crescent-4:before {
  content: "ï‚®";
}

.wi-moon-waning-crescent-5:before {
  content: "ï‚¯";
}

.wi-moon-waning-crescent-6:before {
  content: "ï‚°";
}

.wi-moon-alt-new:before {
  content: "ïƒ«";
}

.wi-moon-alt-waxing-cresent-1:before {
  content: "ïƒگ";
}

.wi-moon-alt-waxing-cresent-2:before {
  content: "ïƒ‘";
}

.wi-moon-alt-waxing-cresent-3:before {
  content: "ïƒ’";
}

.wi-moon-alt-waxing-cresent-4:before {
  content: "ïƒ“";
}

.wi-moon-alt-waxing-cresent-5:before {
  content: "ïƒ”";
}

.wi-moon-alt-waxing-cresent-6:before {
  content: "ïƒ•";
}

.wi-moon-alt-first-quarter:before {
  content: "ïƒ–";
}

.wi-moon-alt-waxing-gibbous-1:before {
  content: "ïƒ—";
}

.wi-moon-alt-waxing-gibbous-2:before {
  content: "ïƒک";
}

.wi-moon-alt-waxing-gibbous-3:before {
  content: "ïƒ™";
}

.wi-moon-alt-waxing-gibbous-4:before {
  content: "ïƒڑ";
}

.wi-moon-alt-waxing-gibbous-5:before {
  content: "ïƒ›";
}

.wi-moon-alt-waxing-gibbous-6:before {
  content: "ïƒœ";
}

.wi-moon-alt-full:before {
  content: "ïƒ‌";
}

.wi-moon-alt-waning-gibbous-1:before {
  content: "ïƒ‍";
}

.wi-moon-alt-waning-gibbous-2:before {
  content: "ïƒں";
}

.wi-moon-alt-waning-gibbous-3:before {
  content: "ïƒ ";
}

.wi-moon-alt-waning-gibbous-4:before {
  content: "ïƒ،";
}

.wi-moon-alt-waning-gibbous-5:before {
  content: "ïƒ¢";
}

.wi-moon-alt-waning-gibbous-6:before {
  content: "ïƒ£";
}

.wi-moon-alt-third-quarter:before {
  content: "ïƒ¤";
}

.wi-moon-alt-waning-crescent-1:before {
  content: "ïƒ¥";
}

.wi-moon-alt-waning-crescent-2:before {
  content: "ïƒ¦";
}

.wi-moon-alt-waning-crescent-3:before {
  content: "ïƒ§";
}

.wi-moon-alt-waning-crescent-4:before {
  content: "ïƒ¨";
}

.wi-moon-alt-waning-crescent-5:before {
  content: "ïƒ©";
}

.wi-moon-alt-waning-crescent-6:before {
  content: "ïƒھ";
}

.wi-moon-0:before {
  content: "ï‚•";
}

.wi-moon-1:before {
  content: "ï‚–";
}

.wi-moon-2:before {
  content: "ï‚—";
}

.wi-moon-3:before {
  content: "ï‚ک";
}

.wi-moon-4:before {
  content: "ï‚™";
}

.wi-moon-5:before {
  content: "ï‚ڑ";
}

.wi-moon-6:before {
  content: "ï‚›";
}

.wi-moon-7:before {
  content: "ï‚œ";
}

.wi-moon-8:before {
  content: "ï‚‌";
}

.wi-moon-9:before {
  content: "ï‚‍";
}

.wi-moon-10:before {
  content: "ï‚ں";
}

.wi-moon-11:before {
  content: "ï‚ ";
}

.wi-moon-12:before {
  content: "ï‚،";
}

.wi-moon-13:before {
  content: "ï‚¢";
}

.wi-moon-14:before {
  content: "ï‚£";
}

.wi-moon-15:before {
  content: "ï‚¤";
}

.wi-moon-16:before {
  content: "ï‚¥";
}

.wi-moon-17:before {
  content: "ï‚¦";
}

.wi-moon-18:before {
  content: "ï‚§";
}

.wi-moon-19:before {
  content: "ï‚¨";
}

.wi-moon-20:before {
  content: "ï‚©";
}

.wi-moon-21:before {
  content: "ï‚ھ";
}

.wi-moon-22:before {
  content: "ï‚«";
}

.wi-moon-23:before {
  content: "ï‚¬";
}

.wi-moon-24:before {
  content: "ï‚­";
}

.wi-moon-25:before {
  content: "ï‚®";
}

.wi-moon-26:before {
  content: "ï‚¯";
}

.wi-moon-27:before {
  content: "ï‚°";
}

.wi-time-1:before {
  content: "ï‚ٹ";
}

.wi-time-2:before {
  content: "ï‚‹";
}

.wi-time-3:before {
  content: "ï‚Œ";
}

.wi-time-4:before {
  content: "ï‚چ";
}

.wi-time-5:before {
  content: "ï‚ژ";
}

.wi-time-6:before {
  content: "ï‚ڈ";
}

.wi-time-7:before {
  content: "ï‚گ";
}

.wi-time-8:before {
  content: "ï‚‘";
}

.wi-time-9:before {
  content: "ï‚’";
}

.wi-time-10:before {
  content: "ï‚“";
}

.wi-time-11:before {
  content: "ï‚”";
}

.wi-time-12:before {
  content: "ï‚‰";
}

.wi-direction-up:before {
  content: "ïپک";
}

.wi-direction-up-right:before {
  content: "ïپ—";
}

.wi-direction-right:before {
  content: "ïپچ";
}

.wi-direction-down-right:before {
  content: "ï‚ˆ";
}

.wi-direction-down:before {
  content: "ïپ„";
}

.wi-direction-down-left:before {
  content: "ïپƒ";
}

.wi-direction-left:before {
  content: "ïپˆ";
}

.wi-direction-up-left:before {
  content: "ï‚‡";
}

.wi-wind-beaufort-0:before {
  content: "ï‚·";
}

.wi-wind-beaufort-1:before {
  content: "ï‚¸";
}

.wi-wind-beaufort-2:before {
  content: "ï‚¹";
}

.wi-wind-beaufort-3:before {
  content: "ï‚؛";
}

.wi-wind-beaufort-4:before {
  content: "ï‚»";
}

.wi-wind-beaufort-5:before {
  content: "ï‚¼";
}

.wi-wind-beaufort-6:before {
  content: "ï‚½";
}

.wi-wind-beaufort-7:before {
  content: "ï‚¾";
}

.wi-wind-beaufort-8:before {
  content: "ï‚؟";
}

.wi-wind-beaufort-9:before {
  content: "ïƒ€";
}

.wi-wind-beaufort-10:before {
  content: "ïƒپ";
}

.wi-wind-beaufort-11:before {
  content: "ïƒ‚";
}

.wi-wind-beaufort-12:before {
  content: "ïƒƒ";
}

.wi-yahoo-0:before {
  content: "ïپ–";
}

.wi-yahoo-1:before {
  content: "ï€ژ";
}

.wi-yahoo-2:before {
  content: "ïپ³";
}

.wi-yahoo-3:before {
  content: "ï€‍";
}

.wi-yahoo-4:before {
  content: "ï€‍";
}

.wi-yahoo-5:before {
  content: "ï€—";
}

.wi-yahoo-6:before {
  content: "ï€—";
}

.wi-yahoo-7:before {
  content: "ï€—";
}

.wi-yahoo-8:before {
  content: "ï€•";
}

.wi-yahoo-9:before {
  content: "ï€ڑ";
}

.wi-yahoo-10:before {
  content: "ï€•";
}

.wi-yahoo-11:before {
  content: "ï€ڑ";
}

.wi-yahoo-12:before {
  content: "ï€ڑ";
}

.wi-yahoo-13:before {
  content: "ï€›";
}

.wi-yahoo-14:before {
  content: "ï€ٹ";
}

.wi-yahoo-15:before {
  content: "ïپ¤";
}

.wi-yahoo-16:before {
  content: "ï€›";
}

.wi-yahoo-17:before {
  content: "ï€•";
}

.wi-yahoo-18:before {
  content: "ï€—";
}

.wi-yahoo-19:before {
  content: "ïپ£";
}

.wi-yahoo-20:before {
  content: "ï€”";
}

.wi-yahoo-21:before {
  content: "ï€،";
}

.wi-yahoo-22:before {
  content: "ïپ¢";
}

.wi-yahoo-23:before {
  content: "ïپگ";
}

.wi-yahoo-24:before {
  content: "ïپگ";
}

.wi-yahoo-25:before {
  content: "ïپ¶";
}

.wi-yahoo-26:before {
  content: "ï€“";
}

.wi-yahoo-27:before {
  content: "ï€±";
}

.wi-yahoo-28:before {
  content: "ï€‚";
}

.wi-yahoo-29:before {
  content: "ï€±";
}

.wi-yahoo-30:before {
  content: "ï€‚";
}

.wi-yahoo-31:before {
  content: "ï€®";
}

.wi-yahoo-32:before {
  content: "ï€چ";
}

.wi-yahoo-33:before {
  content: "ï‚ƒ";
}

.wi-yahoo-34:before {
  content: "ï€Œ";
}

.wi-yahoo-35:before {
  content: "ï€—";
}

.wi-yahoo-36:before {
  content: "ïپ²";
}

.wi-yahoo-37:before {
  content: "ï€ژ";
}

.wi-yahoo-38:before {
  content: "ï€ژ";
}

.wi-yahoo-39:before {
  content: "ï€ژ";
}

.wi-yahoo-40:before {
  content: "ï€ڑ";
}

.wi-yahoo-41:before {
  content: "ïپ¤";
}

.wi-yahoo-42:before {
  content: "ï€›";
}

.wi-yahoo-43:before {
  content: "ïپ¤";
}

.wi-yahoo-44:before {
  content: "ï€Œ";
}

.wi-yahoo-45:before {
  content: "ï€ژ";
}

.wi-yahoo-46:before {
  content: "ï€›";
}

.wi-yahoo-47:before {
  content: "ï€ژ";
}

.wi-yahoo-3200:before {
  content: "ïپ·";
}

.wi-forecast-io-clear-day:before {
  content: "ï€چ";
}

.wi-forecast-io-clear-night:before {
  content: "ï€®";
}

.wi-forecast-io-rain:before {
  content: "ï€™";
}

.wi-forecast-io-snow:before {
  content: "ï€›";
}

.wi-forecast-io-sleet:before {
  content: "ï‚µ";
}

.wi-forecast-io-wind:before {
  content: "ïپگ";
}

.wi-forecast-io-fog:before {
  content: "ï€”";
}

.wi-forecast-io-cloudy:before {
  content: "ï€“";
}

.wi-forecast-io-partly-cloudy-day:before {
  content: "ï€‚";
}

.wi-forecast-io-partly-cloudy-night:before {
  content: "ï€±";
}

.wi-forecast-io-hail:before {
  content: "ï€•";
}

.wi-forecast-io-thunderstorm:before {
  content: "ï€‍";
}

.wi-forecast-io-tornado:before {
  content: "ïپ–";
}

.wi-wmo4680-0:before,
.wi-wmo4680-00:before {
  content: "ïپ•";
}

.wi-wmo4680-1:before,
.wi-wmo4680-01:before {
  content: "ï€“";
}

.wi-wmo4680-2:before,
.wi-wmo4680-02:before {
  content: "ïپ•";
}

.wi-wmo4680-3:before,
.wi-wmo4680-03:before {
  content: "ï€“";
}

.wi-wmo4680-4:before,
.wi-wmo4680-04:before {
  content: "ï€”";
}

.wi-wmo4680-5:before,
.wi-wmo4680-05:before {
  content: "ï€”";
}

.wi-wmo4680-10:before {
  content: "ï€”";
}

.wi-wmo4680-11:before {
  content: "ï€”";
}

.wi-wmo4680-12:before {
  content: "ï€–";
}

.wi-wmo4680-18:before {
  content: "ïپگ";
}

.wi-wmo4680-20:before {
  content: "ï€”";
}

.wi-wmo4680-21:before {
  content: "ï€—";
}

.wi-wmo4680-22:before {
  content: "ï€—";
}

.wi-wmo4680-23:before {
  content: "ï€™";
}

.wi-wmo4680-24:before {
  content: "ï€›";
}

.wi-wmo4680-25:before {
  content: "ï€•";
}

.wi-wmo4680-26:before {
  content: "ï€‍";
}

.wi-wmo4680-27:before {
  content: "ïپ£";
}

.wi-wmo4680-28:before {
  content: "ïپ£";
}

.wi-wmo4680-29:before {
  content: "ïپ£";
}

.wi-wmo4680-30:before {
  content: "ï€”";
}

.wi-wmo4680-31:before {
  content: "ï€”";
}

.wi-wmo4680-32:before {
  content: "ï€”";
}

.wi-wmo4680-33:before {
  content: "ï€”";
}

.wi-wmo4680-34:before {
  content: "ï€”";
}

.wi-wmo4680-35:before {
  content: "ï€”";
}

.wi-wmo4680-40:before {
  content: "ï€—";
}

.wi-wmo4680-41:before {
  content: "ï€œ";
}

.wi-wmo4680-42:before {
  content: "ï€™";
}

.wi-wmo4680-43:before {
  content: "ï€œ";
}

.wi-wmo4680-44:before {
  content: "ï€™";
}

.wi-wmo4680-45:before {
  content: "ï€•";
}

.wi-wmo4680-46:before {
  content: "ï€•";
}

.wi-wmo4680-47:before {
  content: "ï€›";
}

.wi-wmo4680-48:before {
  content: "ï€›";
}

.wi-wmo4680-50:before {
  content: "ï€œ";
}

.wi-wmo4680-51:before {
  content: "ï€œ";
}

.wi-wmo4680-52:before {
  content: "ï€™";
}

.wi-wmo4680-53:before {
  content: "ï€™";
}

.wi-wmo4680-54:before {
  content: "ïپ¶";
}

.wi-wmo4680-55:before {
  content: "ïپ¶";
}

.wi-wmo4680-56:before {
  content: "ïپ¶";
}

.wi-wmo4680-57:before {
  content: "ï€œ";
}

.wi-wmo4680-58:before {
  content: "ï€™";
}

.wi-wmo4680-60:before {
  content: "ï€œ";
}

.wi-wmo4680-61:before {
  content: "ï€œ";
}

.wi-wmo4680-62:before {
  content: "ï€™";
}

.wi-wmo4680-63:before {
  content: "ï€™";
}

.wi-wmo4680-64:before {
  content: "ï€•";
}

.wi-wmo4680-65:before {
  content: "ï€•";
}

.wi-wmo4680-66:before {
  content: "ï€•";
}

.wi-wmo4680-67:before {
  content: "ï€—";
}

.wi-wmo4680-68:before {
  content: "ï€—";
}

.wi-wmo4680-70:before {
  content: "ï€›";
}

.wi-wmo4680-71:before {
  content: "ï€›";
}

.wi-wmo4680-72:before {
  content: "ï€›";
}

.wi-wmo4680-73:before {
  content: "ï€›";
}

.wi-wmo4680-74:before {
  content: "ïپ¶";
}

.wi-wmo4680-75:before {
  content: "ïپ¶";
}

.wi-wmo4680-76:before {
  content: "ïپ¶";
}

.wi-wmo4680-77:before {
  content: "ï€›";
}

.wi-wmo4680-78:before {
  content: "ïپ¶";
}

.wi-wmo4680-80:before {
  content: "ï€™";
}

.wi-wmo4680-81:before {
  content: "ï€œ";
}

.wi-wmo4680-82:before {
  content: "ï€™";
}

.wi-wmo4680-83:before {
  content: "ï€™";
}

.wi-wmo4680-84:before {
  content: "ï€‌";
}

.wi-wmo4680-85:before {
  content: "ï€—";
}

.wi-wmo4680-86:before {
  content: "ï€—";
}

.wi-wmo4680-87:before {
  content: "ï€—";
}

.wi-wmo4680-89:before {
  content: "ï€•";
}

.wi-wmo4680-90:before {
  content: "ï€–";
}

.wi-wmo4680-91:before {
  content: "ï€‌";
}

.wi-wmo4680-92:before {
  content: "ï€‍";
}

.wi-wmo4680-93:before {
  content: "ï€‍";
}

.wi-wmo4680-94:before {
  content: "ï€–";
}

.wi-wmo4680-95:before {
  content: "ï€‍";
}

.wi-wmo4680-96:before {
  content: "ï€‍";
}

.wi-wmo4680-99:before {
  content: "ïپ–";
}

.wi-owm-200:before {
  content: "ï€‍";
}

.wi-owm-201:before {
  content: "ï€‍";
}

.wi-owm-202:before {
  content: "ï€‍";
}

.wi-owm-210:before {
  content: "ï€–";
}

.wi-owm-211:before {
  content: "ï€–";
}

.wi-owm-212:before {
  content: "ï€–";
}

.wi-owm-221:before {
  content: "ï€–";
}

.wi-owm-230:before {
  content: "ï€‍";
}

.wi-owm-231:before {
  content: "ï€‍";
}

.wi-owm-232:before {
  content: "ï€‍";
}

.wi-owm-300:before {
  content: "ï€œ";
}

.wi-owm-301:before {
  content: "ï€œ";
}

.wi-owm-302:before {
  content: "ï€™";
}

.wi-owm-310:before {
  content: "ï€—";
}

.wi-owm-311:before {
  content: "ï€™";
}

.wi-owm-312:before {
  content: "ï€™";
}

.wi-owm-313:before {
  content: "ï€ڑ";
}

.wi-owm-314:before {
  content: "ï€™";
}

.wi-owm-321:before {
  content: "ï€œ";
}

.wi-owm-500:before {
  content: "ï€œ";
}

.wi-owm-501:before {
  content: "ï€™";
}

.wi-owm-502:before {
  content: "ï€™";
}

.wi-owm-503:before {
  content: "ï€™";
}

.wi-owm-504:before {
  content: "ï€™";
}

.wi-owm-511:before {
  content: "ï€—";
}

.wi-owm-520:before {
  content: "ï€ڑ";
}

.wi-owm-521:before {
  content: "ï€ڑ";
}

.wi-owm-522:before {
  content: "ï€ڑ";
}

.wi-owm-531:before {
  content: "ï€‌";
}

.wi-owm-600:before {
  content: "ï€›";
}

.wi-owm-601:before {
  content: "ï€›";
}

.wi-owm-602:before {
  content: "ï‚µ";
}

.wi-owm-611:before {
  content: "ï€—";
}

.wi-owm-612:before {
  content: "ï€—";
}

.wi-owm-615:before {
  content: "ï€—";
}

.wi-owm-616:before {
  content: "ï€—";
}

.wi-owm-620:before {
  content: "ï€—";
}

.wi-owm-621:before {
  content: "ï€›";
}

.wi-owm-622:before {
  content: "ï€›";
}

.wi-owm-701:before {
  content: "ï€ڑ";
}

.wi-owm-711:before {
  content: "ïپ¢";
}

.wi-owm-721:before {
  content: "ï‚¶";
}

.wi-owm-731:before {
  content: "ïپ£";
}

.wi-owm-741:before {
  content: "ï€”";
}

.wi-owm-761:before {
  content: "ïپ£";
}

.wi-owm-762:before {
  content: "ïپ£";
}

.wi-owm-771:before {
  content: "ï€‘";
}

.wi-owm-781:before {
  content: "ïپ–";
}

.wi-owm-800:before {
  content: "ï€چ";
}

.wi-owm-801:before {
  content: "ï€‘";
}

.wi-owm-802:before {
  content: "ï€‘";
}

.wi-owm-803:before {
  content: "ï€‘";
}

.wi-owm-803:before {
  content: "ï€’";
}

.wi-owm-804:before {
  content: "ï€“";
}

.wi-owm-900:before {
  content: "ïپ–";
}

.wi-owm-901:before {
  content: "ï€‌";
}

.wi-owm-902:before {
  content: "ïپ³";
}

.wi-owm-903:before {
  content: "ïپ¶";
}

.wi-owm-904:before {
  content: "ïپ²";
}

.wi-owm-905:before {
  content: "ï€،";
}

.wi-owm-906:before {
  content: "ï€•";
}

.wi-owm-957:before {
  content: "ïپگ";
}

.wi-owm-day-200:before {
  content: "ï€گ";
}

.wi-owm-day-201:before {
  content: "ï€گ";
}

.wi-owm-day-202:before {
  content: "ï€گ";
}

.wi-owm-day-210:before {
  content: "ï€…";
}

.wi-owm-day-211:before {
  content: "ï€…";
}

.wi-owm-day-212:before {
  content: "ï€…";
}

.wi-owm-day-221:before {
  content: "ï€…";
}

.wi-owm-day-230:before {
  content: "ï€گ";
}

.wi-owm-day-231:before {
  content: "ï€گ";
}

.wi-owm-day-232:before {
  content: "ï€گ";
}

.wi-owm-day-300:before {
  content: "ï€‹";
}

.wi-owm-day-301:before {
  content: "ï€‹";
}

.wi-owm-day-302:before {
  content: "ï€ˆ";
}

.wi-owm-day-310:before {
  content: "ï€ˆ";
}

.wi-owm-day-311:before {
  content: "ï€ˆ";
}

.wi-owm-day-312:before {
  content: "ï€ˆ";
}

.wi-owm-day-313:before {
  content: "ï€ˆ";
}

.wi-owm-day-314:before {
  content: "ï€ˆ";
}

.wi-owm-day-321:before {
  content: "ï€‹";
}

.wi-owm-day-500:before {
  content: "ï€‹";
}

.wi-owm-day-501:before {
  content: "ï€ˆ";
}

.wi-owm-day-502:before {
  content: "ï€ˆ";
}

.wi-owm-day-503:before {
  content: "ï€ˆ";
}

.wi-owm-day-504:before {
  content: "ï€ˆ";
}

.wi-owm-day-511:before {
  content: "ï€†";
}

.wi-owm-day-520:before {
  content: "ï€‰";
}

.wi-owm-day-521:before {
  content: "ï€‰";
}

.wi-owm-day-522:before {
  content: "ï€‰";
}

.wi-owm-day-531:before {
  content: "ï€ژ";
}

.wi-owm-day-600:before {
  content: "ï€ٹ";
}

.wi-owm-day-601:before {
  content: "ï‚²";
}

.wi-owm-day-602:before {
  content: "ï€ٹ";
}

.wi-owm-day-611:before {
  content: "ï€†";
}

.wi-owm-day-612:before {
  content: "ï€†";
}

.wi-owm-day-615:before {
  content: "ï€†";
}

.wi-owm-day-616:before {
  content: "ï€†";
}

.wi-owm-day-620:before {
  content: "ï€†";
}

.wi-owm-day-621:before {
  content: "ï€ٹ";
}

.wi-owm-day-622:before {
  content: "ï€ٹ";
}

.wi-owm-day-701:before {
  content: "ï€‰";
}

.wi-owm-day-711:before {
  content: "ïپ¢";
}

.wi-owm-day-721:before {
  content: "ï‚¶";
}

.wi-owm-day-731:before {
  content: "ïپ£";
}

.wi-owm-day-741:before {
  content: "ï€ƒ";
}

.wi-owm-day-761:before {
  content: "ïپ£";
}

.wi-owm-day-762:before {
  content: "ïپ£";
}

.wi-owm-day-781:before {
  content: "ïپ–";
}

.wi-owm-day-800:before {
  content: "ï€چ";
}

.wi-owm-day-801:before {
  content: "ï€€";
}

.wi-owm-day-802:before {
  content: "ï€€";
}

.wi-owm-day-803:before {
  content: "ï€€";
}

.wi-owm-day-804:before {
  content: "ï€Œ";
}

.wi-owm-day-900:before {
  content: "ïپ–";
}

.wi-owm-day-902:before {
  content: "ïپ³";
}

.wi-owm-day-903:before {
  content: "ïپ¶";
}

.wi-owm-day-904:before {
  content: "ïپ²";
}

.wi-owm-day-906:before {
  content: "ï€„";
}

.wi-owm-day-957:before {
  content: "ïپگ";
}

.wi-owm-night-200:before {
  content: "ï€­";
}

.wi-owm-night-201:before {
  content: "ï€­";
}

.wi-owm-night-202:before {
  content: "ï€­";
}

.wi-owm-night-210:before {
  content: "ï€¥";
}

.wi-owm-night-211:before {
  content: "ï€¥";
}

.wi-owm-night-212:before {
  content: "ï€¥";
}

.wi-owm-night-221:before {
  content: "ï€¥";
}

.wi-owm-night-230:before {
  content: "ï€­";
}

.wi-owm-night-231:before {
  content: "ï€­";
}

.wi-owm-night-232:before {
  content: "ï€­";
}

.wi-owm-night-300:before {
  content: "ï€«";
}

.wi-owm-night-301:before {
  content: "ï€«";
}

.wi-owm-night-302:before {
  content: "ï€¨";
}

.wi-owm-night-310:before {
  content: "ï€¨";
}

.wi-owm-night-311:before {
  content: "ï€¨";
}

.wi-owm-night-312:before {
  content: "ï€¨";
}

.wi-owm-night-313:before {
  content: "ï€¨";
}

.wi-owm-night-314:before {
  content: "ï€¨";
}

.wi-owm-night-321:before {
  content: "ï€«";
}

.wi-owm-night-500:before {
  content: "ï€«";
}

.wi-owm-night-501:before {
  content: "ï€¨";
}

.wi-owm-night-502:before {
  content: "ï€¨";
}

.wi-owm-night-503:before {
  content: "ï€¨";
}

.wi-owm-night-504:before {
  content: "ï€¨";
}

.wi-owm-night-511:before {
  content: "ï€¦";
}

.wi-owm-night-520:before {
  content: "ï€©";
}

.wi-owm-night-521:before {
  content: "ï€©";
}

.wi-owm-night-522:before {
  content: "ï€©";
}

.wi-owm-night-531:before {
  content: "ï€¬";
}

.wi-owm-night-600:before {
  content: "ï€ھ";
}

.wi-owm-night-601:before {
  content: "ï‚´";
}

.wi-owm-night-602:before {
  content: "ï€ھ";
}

.wi-owm-night-611:before {
  content: "ï€¦";
}

.wi-owm-night-612:before {
  content: "ï€¦";
}

.wi-owm-night-615:before {
  content: "ï€¦";
}

.wi-owm-night-616:before {
  content: "ï€¦";
}

.wi-owm-night-620:before {
  content: "ï€¦";
}

.wi-owm-night-621:before {
  content: "ï€ھ";
}

.wi-owm-night-622:before {
  content: "ï€ھ";
}

.wi-owm-night-701:before {
  content: "ï€©";
}

.wi-owm-night-711:before {
  content: "ïپ¢";
}

.wi-owm-night-721:before {
  content: "ï‚¶";
}

.wi-owm-night-731:before {
  content: "ïپ£";
}

.wi-owm-night-741:before {
  content: "ïپٹ";
}

.wi-owm-night-761:before {
  content: "ïپ£";
}

.wi-owm-night-762:before {
  content: "ïپ£";
}

.wi-owm-night-781:before {
  content: "ïپ–";
}

.wi-owm-night-800:before {
  content: "ï€®";
}

.wi-owm-night-801:before {
  content: "ï€¢";
}

.wi-owm-night-802:before {
  content: "ï€¢";
}

.wi-owm-night-803:before {
  content: "ï€¢";
}

.wi-owm-night-804:before {
  content: "ï‚†";
}

.wi-owm-night-900:before {
  content: "ïپ–";
}

.wi-owm-night-902:before {
  content: "ïپ³";
}

.wi-owm-night-903:before {
  content: "ïپ¶";
}

.wi-owm-night-904:before {
  content: "ïپ²";
}

.wi-owm-night-906:before {
  content: "ï€¤";
}

.wi-owm-night-957:before {
  content: "ïپگ";
}

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

/* :before psuedo-selector inserts and styles icon */
.typcn:before {
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Code for individual icons */
.typcn-adjust-brightness:before {
  content: '\e000';
  /* 'î€€' */
}

.typcn-adjust-contrast:before {
  content: '\e001';
  /* 'î€پ' */
}

.typcn-anchor-outline:before {
  content: '\e002';
  /* 'î€‚' */
}

.typcn-anchor:before {
  content: '\e003';
  /* 'î€ƒ' */
}

.typcn-archive:before {
  content: '\e004';
  /* 'î€„' */
}

.typcn-arrow-back-outline:before {
  content: '\e005';
  /* 'î€…' */
}

.typcn-arrow-back:before {
  content: '\e006';
  /* 'î€†' */
}

.typcn-arrow-down-outline:before {
  content: '\e007';
  /* 'î€‡' */
}

.typcn-arrow-down-thick:before {
  content: '\e008';
  /* 'î€ˆ' */
}

.typcn-arrow-down:before {
  content: '\e009';
  /* 'î€‰' */
}

.typcn-arrow-forward-outline:before {
  content: '\e00a';
  /* 'î€ٹ' */
}

.typcn-arrow-forward:before {
  content: '\e00b';
  /* 'î€‹' */
}

.typcn-arrow-left-outline:before {
  content: '\e00c';
  /* 'î€Œ' */
}

.typcn-arrow-left-thick:before {
  content: '\e00d';
  /* 'î€چ' */
}

.typcn-arrow-left:before {
  content: '\e00e';
  /* 'î€ژ' */
}

.typcn-arrow-loop-outline:before {
  content: '\e00f';
  /* 'î€ڈ' */
}

.typcn-arrow-loop:before {
  content: '\e010';
  /* 'î€گ' */
}

.typcn-arrow-maximise-outline:before {
  content: '\e011';
  /* 'î€‘' */
}

.typcn-arrow-maximise:before {
  content: '\e012';
  /* 'î€’' */
}

.typcn-arrow-minimise-outline:before {
  content: '\e013';
  /* 'î€“' */
}

.typcn-arrow-minimise:before {
  content: '\e014';
  /* 'î€”' */
}

.typcn-arrow-move-outline:before {
  content: '\e015';
  /* 'î€•' */
}

.typcn-arrow-move:before {
  content: '\e016';
  /* 'î€–' */
}

.typcn-arrow-repeat-outline:before {
  content: '\e017';
  /* 'î€—' */
}

.typcn-arrow-repeat:before {
  content: '\e018';
  /* 'î€ک' */
}

.typcn-arrow-right-outline:before {
  content: '\e019';
  /* 'î€™' */
}

.typcn-arrow-right-thick:before {
  content: '\e01a';
  /* 'î€ڑ' */
}

.typcn-arrow-right:before {
  content: '\e01b';
  /* 'î€›' */
}

.typcn-arrow-shuffle:before {
  content: '\e01c';
  /* 'î€œ' */
}

.typcn-arrow-sorted-down:before {
  content: '\e01d';
  /* 'î€‌' */
}

.typcn-arrow-sorted-up:before {
  content: '\e01e';
  /* 'î€‍' */
}

.typcn-arrow-sync-outline:before {
  content: '\e01f';
  /* 'î€ں' */
}

.typcn-arrow-sync:before {
  content: '\e020';
  /* 'î€ ' */
}

.typcn-arrow-unsorted:before {
  content: '\e021';
  /* 'î€،' */
}

.typcn-arrow-up-outline:before {
  content: '\e022';
  /* 'î€¢' */
}

.typcn-arrow-up-thick:before {
  content: '\e023';
  /* 'î€£' */
}

.typcn-arrow-up:before {
  content: '\e024';
  /* 'î€¤' */
}

.typcn-at:before {
  content: '\e025';
  /* 'î€¥' */
}

.typcn-attachment-outline:before {
  content: '\e026';
  /* 'î€¦' */
}

.typcn-attachment:before {
  content: '\e027';
  /* 'î€§' */
}

.typcn-backspace-outline:before {
  content: '\e028';
  /* 'î€¨' */
}

.typcn-backspace:before {
  content: '\e029';
  /* 'î€©' */
}

.typcn-battery-charge:before {
  content: '\e02a';
  /* 'î€ھ' */
}

.typcn-battery-full:before {
  content: '\e02b';
  /* 'î€«' */
}

.typcn-battery-high:before {
  content: '\e02c';
  /* 'î€¬' */
}

.typcn-battery-low:before {
  content: '\e02d';
  /* 'î€­' */
}

.typcn-battery-mid:before {
  content: '\e02e';
  /* 'î€®' */
}

.typcn-beaker:before {
  content: '\e02f';
  /* 'î€¯' */
}

.typcn-beer:before {
  content: '\e030';
  /* 'î€°' */
}

.typcn-bell:before {
  content: '\e031';
  /* 'î€±' */
}

.typcn-book:before {
  content: '\e032';
  /* 'î€²' */
}

.typcn-bookmark:before {
  content: '\e033';
  /* 'î€³' */
}

.typcn-briefcase:before {
  content: '\e034';
  /* 'î€´' */
}

.typcn-brush:before {
  content: '\e035';
  /* 'î€µ' */
}

.typcn-business-card:before {
  content: '\e036';
  /* 'î€¶' */
}

.typcn-calculator:before {
  content: '\e037';
  /* 'î€·' */
}

.typcn-calendar-outline:before {
  content: '\e038';
  /* 'î€¸' */
}

.typcn-calendar:before {
  content: '\e039';
  /* 'î€¹' */
}

.typcn-camera-outline:before {
  content: '\e03a';
  /* 'î€؛' */
}

.typcn-camera:before {
  content: '\e03b';
  /* 'î€»' */
}

.typcn-cancel-outline:before {
  content: '\e03c';
  /* 'î€¼' */
}

.typcn-cancel:before {
  content: '\e03d';
  /* 'î€½' */
}

.typcn-chart-area-outline:before {
  content: '\e03e';
  /* 'î€¾' */
}

.typcn-chart-area:before {
  content: '\e03f';
  /* 'î€؟' */
}

.typcn-chart-bar-outline:before {
  content: '\e040';
  /* 'îپ€' */
}

.typcn-chart-bar:before {
  content: '\e041';
  /* 'îپپ' */
}

.typcn-chart-line-outline:before {
  content: '\e042';
  /* 'îپ‚' */
}

.typcn-chart-line:before {
  content: '\e043';
  /* 'îپƒ' */
}

.typcn-chart-pie-outline:before {
  content: '\e044';
  /* 'îپ„' */
}

.typcn-chart-pie:before {
  content: '\e045';
  /* 'îپ…' */
}

.typcn-chevron-left-outline:before {
  content: '\e046';
  /* 'îپ†' */
}

.typcn-chevron-left:before {
  content: '\e047';
  /* 'îپ‡' */
}

.typcn-chevron-right-outline:before {
  content: '\e048';
  /* 'îپˆ' */
}

.typcn-chevron-right:before {
  content: '\e049';
  /* 'îپ‰' */
}

.typcn-clipboard:before {
  content: '\e04a';
  /* 'îپٹ' */
}

.typcn-cloud-storage:before {
  content: '\e04b';
  /* 'îپ‹' */
}

.typcn-cloud-storage-outline:before {
  content: '\e054';
  /* 'îپ”' */
}

.typcn-code-outline:before {
  content: '\e04c';
  /* 'îپŒ' */
}

.typcn-code:before {
  content: '\e04d';
  /* 'îپچ' */
}

.typcn-coffee:before {
  content: '\e04e';
  /* 'îپژ' */
}

.typcn-cog-outline:before {
  content: '\e04f';
  /* 'îپڈ' */
}

.typcn-cog:before {
  content: '\e050';
  /* 'îپگ' */
}

.typcn-compass:before {
  content: '\e051';
  /* 'îپ‘' */
}

.typcn-contacts:before {
  content: '\e052';
  /* 'îپ’' */
}

.typcn-credit-card:before {
  content: '\e053';
  /* 'îپ“' */
}

.typcn-css3:before {
  content: '\e055';
  /* 'îپ•' */
}

.typcn-database:before {
  content: '\e056';
  /* 'îپ–' */
}

.typcn-delete-outline:before {
  content: '\e057';
  /* 'îپ—' */
}

.typcn-delete:before {
  content: '\e058';
  /* 'îپک' */
}

.typcn-device-desktop:before {
  content: '\e059';
  /* 'îپ™' */
}

.typcn-device-laptop:before {
  content: '\e05a';
  /* 'îپڑ' */
}

.typcn-device-phone:before {
  content: '\e05b';
  /* 'îپ›' */
}

.typcn-device-tablet:before {
  content: '\e05c';
  /* 'îپœ' */
}

.typcn-directions:before {
  content: '\e05d';
  /* 'îپ‌' */
}

.typcn-divide-outline:before {
  content: '\e05e';
  /* 'îپ‍' */
}

.typcn-divide:before {
  content: '\e05f';
  /* 'îپں' */
}

.typcn-document-add:before {
  content: '\e060';
  /* 'îپ ' */
}

.typcn-document-delete:before {
  content: '\e061';
  /* 'îپ،' */
}

.typcn-document-text:before {
  content: '\e062';
  /* 'îپ¢' */
}

.typcn-document:before {
  content: '\e063';
  /* 'îپ£' */
}

.typcn-download-outline:before {
  content: '\e064';
  /* 'îپ¤' */
}

.typcn-download:before {
  content: '\e065';
  /* 'îپ¥' */
}

.typcn-dropbox:before {
  content: '\e066';
  /* 'îپ¦' */
}

.typcn-edit:before {
  content: '\e067';
  /* 'îپ§' */
}

.typcn-eject-outline:before {
  content: '\e068';
  /* 'îپ¨' */
}

.typcn-eject:before {
  content: '\e069';
  /* 'îپ©' */
}

.typcn-equals-outline:before {
  content: '\e06a';
  /* 'îپھ' */
}

.typcn-equals:before {
  content: '\e06b';
  /* 'îپ«' */
}

.typcn-export-outline:before {
  content: '\e06c';
  /* 'îپ¬' */
}

.typcn-export:before {
  content: '\e06d';
  /* 'îپ­' */
}

.typcn-eye-outline:before {
  content: '\e06e';
  /* 'îپ®' */
}

.typcn-eye:before {
  content: '\e06f';
  /* 'îپ¯' */
}

.typcn-feather:before {
  content: '\e070';
  /* 'îپ°' */
}

.typcn-film:before {
  content: '\e071';
  /* 'îپ±' */
}

.typcn-filter:before {
  content: '\e072';
  /* 'îپ²' */
}

.typcn-flag-outline:before {
  content: '\e073';
  /* 'îپ³' */
}

.typcn-flag:before {
  content: '\e074';
  /* 'îپ´' */
}

.typcn-flash-outline:before {
  content: '\e075';
  /* 'îپµ' */
}

.typcn-flash:before {
  content: '\e076';
  /* 'îپ¶' */
}

.typcn-flow-children:before {
  content: '\e077';
  /* 'îپ·' */
}

.typcn-flow-merge:before {
  content: '\e078';
  /* 'îپ¸' */
}

.typcn-flow-parallel:before {
  content: '\e079';
  /* 'îپ¹' */
}

.typcn-flow-switch:before {
  content: '\e07a';
  /* 'îپ؛' */
}

.typcn-folder-add:before {
  content: '\e07b';
  /* 'îپ»' */
}

.typcn-folder-delete:before {
  content: '\e07c';
  /* 'îپ¼' */
}

.typcn-folder-open:before {
  content: '\e07d';
  /* 'îپ½' */
}

.typcn-folder:before {
  content: '\e07e';
  /* 'îپ¾' */
}

.typcn-gift:before {
  content: '\e07f';
  /* 'îپ؟' */
}

.typcn-globe-outline:before {
  content: '\e080';
  /* 'î‚€' */
}

.typcn-globe:before {
  content: '\e081';
  /* 'î‚پ' */
}

.typcn-group-outline:before {
  content: '\e082';
  /* 'î‚‚' */
}

.typcn-group:before {
  content: '\e083';
  /* 'î‚ƒ' */
}

.typcn-headphones:before {
  content: '\e084';
  /* 'î‚„' */
}

.typcn-heart-full-outline:before {
  content: '\e085';
  /* 'î‚…' */
}

.typcn-heart-half-outline:before {
  content: '\e086';
  /* 'î‚†' */
}

.typcn-heart-outline:before {
  content: '\e087';
  /* 'î‚‡' */
}

.typcn-heart:before {
  content: '\e088';
  /* 'î‚ˆ' */
}

.typcn-home-outline:before {
  content: '\e089';
  /* 'î‚‰' */
}

.typcn-home:before {
  content: '\e08a';
  /* 'î‚ٹ' */
}

.typcn-html5:before {
  content: '\e08b';
  /* 'î‚‹' */
}

.typcn-image-outline:before {
  content: '\e08c';
  /* 'î‚Œ' */
}

.typcn-image:before {
  content: '\e08d';
  /* 'î‚چ' */
}

.typcn-infinity-outline:before {
  content: '\e08e';
  /* 'î‚ژ' */
}

.typcn-infinity:before {
  content: '\e08f';
  /* 'î‚ڈ' */
}

.typcn-info-large-outline:before {
  content: '\e090';
  /* 'î‚گ' */
}

.typcn-info-large:before {
  content: '\e091';
  /* 'î‚‘' */
}

.typcn-info-outline:before {
  content: '\e092';
  /* 'î‚’' */
}

.typcn-info:before {
  content: '\e093';
  /* 'î‚“' */
}

.typcn-input-checked-outline:before {
  content: '\e094';
  /* 'î‚”' */
}

.typcn-input-checked:before {
  content: '\e095';
  /* 'î‚•' */
}

.typcn-key-outline:before {
  content: '\e096';
  /* 'î‚–' */
}

.typcn-key:before {
  content: '\e097';
  /* 'î‚—' */
}

.typcn-keyboard:before {
  content: '\e098';
  /* 'î‚ک' */
}

.typcn-leaf:before {
  content: '\e099';
  /* 'î‚™' */
}

.typcn-lightbulb:before {
  content: '\e09a';
  /* 'î‚ڑ' */
}

.typcn-link-outline:before {
  content: '\e09b';
  /* 'î‚›' */
}

.typcn-link:before {
  content: '\e09c';
  /* 'î‚œ' */
}

.typcn-location-arrow-outline:before {
  content: '\e09d';
  /* 'î‚‌' */
}

.typcn-location-arrow:before {
  content: '\e09e';
  /* 'î‚‍' */
}

.typcn-location-outline:before {
  content: '\e09f';
  /* 'î‚ں' */
}

.typcn-location:before {
  content: '\e0a0';
  /* 'î‚ ' */
}

.typcn-lock-closed-outline:before {
  content: '\e0a1';
  /* 'î‚،' */
}

.typcn-lock-closed:before {
  content: '\e0a2';
  /* 'î‚¢' */
}

.typcn-lock-open-outline:before {
  content: '\e0a3';
  /* 'î‚£' */
}

.typcn-lock-open:before {
  content: '\e0a4';
  /* 'î‚¤' */
}

.typcn-mail:before {
  content: '\e0a5';
  /* 'î‚¥' */
}

.typcn-map:before {
  content: '\e0a6';
  /* 'î‚¦' */
}

.typcn-media-eject-outline:before {
  content: '\e0a7';
  /* 'î‚§' */
}

.typcn-media-eject:before {
  content: '\e0a8';
  /* 'î‚¨' */
}

.typcn-media-fast-forward-outline:before {
  content: '\e0a9';
  /* 'î‚©' */
}

.typcn-media-fast-forward:before {
  content: '\e0aa';
  /* 'î‚ھ' */
}

.typcn-media-pause-outline:before {
  content: '\e0ab';
  /* 'î‚«' */
}

.typcn-media-pause:before {
  content: '\e0ac';
  /* 'î‚¬' */
}

.typcn-media-play-outline:before {
  content: '\e0ad';
  /* 'î‚­' */
}

.typcn-media-play-reverse-outline:before {
  content: '\e0ae';
  /* 'î‚®' */
}

.typcn-media-play-reverse:before {
  content: '\e0af';
  /* 'î‚¯' */
}

.typcn-media-play:before {
  content: '\e0b0';
  /* 'î‚°' */
}

.typcn-media-record-outline:before {
  content: '\e0b1';
  /* 'î‚±' */
}

.typcn-media-record:before {
  content: '\e0b2';
  /* 'î‚²' */
}

.typcn-media-rewind-outline:before {
  content: '\e0b3';
  /* 'î‚³' */
}

.typcn-media-rewind:before {
  content: '\e0b4';
  /* 'î‚´' */
}

.typcn-media-stop-outline:before {
  content: '\e0b5';
  /* 'î‚µ' */
}

.typcn-media-stop:before {
  content: '\e0b6';
  /* 'î‚¶' */
}

.typcn-message-typing:before {
  content: '\e0b7';
  /* 'î‚·' */
}

.typcn-message:before {
  content: '\e0b8';
  /* 'î‚¸' */
}

.typcn-messages:before {
  content: '\e0b9';
  /* 'î‚¹' */
}

.typcn-microphone-outline:before {
  content: '\e0ba';
  /* 'î‚؛' */
}

.typcn-microphone:before {
  content: '\e0bb';
  /* 'î‚»' */
}

.typcn-minus-outline:before {
  content: '\e0bc';
  /* 'î‚¼' */
}

.typcn-minus:before {
  content: '\e0bd';
  /* 'î‚½' */
}

.typcn-mortar-board:before {
  content: '\e0be';
  /* 'î‚¾' */
}

.typcn-news:before {
  content: '\e0bf';
  /* 'î‚؟' */
}

.typcn-notes-outline:before {
  content: '\e0c0';
  /* 'îƒ€' */
}

.typcn-notes:before {
  content: '\e0c1';
  /* 'îƒپ' */
}

.typcn-pen:before {
  content: '\e0c2';
  /* 'îƒ‚' */
}

.typcn-pencil:before {
  content: '\e0c3';
  /* 'îƒƒ' */
}

.typcn-phone-outline:before {
  content: '\e0c4';
  /* 'îƒ„' */
}

.typcn-phone:before {
  content: '\e0c5';
  /* 'îƒ…' */
}

.typcn-pi-outline:before {
  content: '\e0c6';
  /* 'îƒ†' */
}

.typcn-pi:before {
  content: '\e0c7';
  /* 'îƒ‡' */
}

.typcn-pin-outline:before {
  content: '\e0c8';
  /* 'îƒˆ' */
}

.typcn-pin:before {
  content: '\e0c9';
  /* 'îƒ‰' */
}

.typcn-pipette:before {
  content: '\e0ca';
  /* 'îƒٹ' */
}

.typcn-plane-outline:before {
  content: '\e0cb';
  /* 'îƒ‹' */
}

.typcn-plane:before {
  content: '\e0cc';
  /* 'îƒŒ' */
}

.typcn-plug:before {
  content: '\e0cd';
  /* 'îƒچ' */
}

.typcn-plus-outline:before {
  content: '\e0ce';
  /* 'îƒژ' */
}

.typcn-plus:before {
  content: '\e0cf';
  /* 'îƒڈ' */
}

.typcn-point-of-interest-outline:before {
  content: '\e0d0';
  /* 'îƒگ' */
}

.typcn-point-of-interest:before {
  content: '\e0d1';
  /* 'îƒ‘' */
}

.typcn-power-outline:before {
  content: '\e0d2';
  /* 'îƒ’' */
}

.typcn-power:before {
  content: '\e0d3';
  /* 'îƒ“' */
}

.typcn-printer:before {
  content: '\e0d4';
  /* 'îƒ”' */
}

.typcn-puzzle-outline:before {
  content: '\e0d5';
  /* 'îƒ•' */
}

.typcn-puzzle:before {
  content: '\e0d6';
  /* 'îƒ–' */
}

.typcn-radar-outline:before {
  content: '\e0d7';
  /* 'îƒ—' */
}

.typcn-radar:before {
  content: '\e0d8';
  /* 'îƒک' */
}

.typcn-refresh-outline:before {
  content: '\e0d9';
  /* 'îƒ™' */
}

.typcn-refresh:before {
  content: '\e0da';
  /* 'îƒڑ' */
}

.typcn-rss-outline:before {
  content: '\e0db';
  /* 'îƒ›' */
}

.typcn-rss:before {
  content: '\e0dc';
  /* 'îƒœ' */
}

.typcn-scissors-outline:before {
  content: '\e0dd';
  /* 'îƒ‌' */
}

.typcn-scissors:before {
  content: '\e0de';
  /* 'îƒ‍' */
}

.typcn-shopping-bag:before {
  content: '\e0df';
  /* 'îƒں' */
}

.typcn-shopping-cart:before {
  content: '\e0e0';
  /* 'îƒ ' */
}

.typcn-social-at-circular:before {
  content: '\e0e1';
  /* 'îƒ،' */
}

.typcn-social-dribbble-circular:before {
  content: '\e0e2';
  /* 'îƒ¢' */
}

.typcn-social-dribbble:before {
  content: '\e0e3';
  /* 'îƒ£' */
}

.typcn-social-facebook-circular:before {
  content: '\e0e4';
  /* 'îƒ¤' */
}

.typcn-social-facebook:before {
  content: '\e0e5';
  /* 'îƒ¥' */
}

.typcn-social-flickr-circular:before {
  content: '\e0e6';
  /* 'îƒ¦' */
}

.typcn-social-flickr:before {
  content: '\e0e7';
  /* 'îƒ§' */
}

.typcn-social-github-circular:before {
  content: '\e0e8';
  /* 'îƒ¨' */
}

.typcn-social-github:before {
  content: '\e0e9';
  /* 'îƒ©' */
}

.typcn-social-google-plus-circular:before {
  content: '\e0ea';
  /* 'îƒھ' */
}

.typcn-social-google-plus:before {
  content: '\e0eb';
  /* 'îƒ«' */
}

.typcn-social-instagram-circular:before {
  content: '\e0ec';
  /* 'îƒ¬' */
}

.typcn-social-instagram:before {
  content: '\e0ed';
  /* 'îƒ­' */
}

.typcn-social-last-fm-circular:before {
  content: '\e0ee';
  /* 'îƒ®' */
}

.typcn-social-last-fm:before {
  content: '\e0ef';
  /* 'îƒ¯' */
}

.typcn-social-linkedin-circular:before {
  content: '\e0f0';
  /* 'îƒ°' */
}

.typcn-social-linkedin:before {
  content: '\e0f1';
  /* 'îƒ±' */
}

.typcn-social-pinterest-circular:before {
  content: '\e0f2';
  /* 'îƒ²' */
}

.typcn-social-pinterest:before {
  content: '\e0f3';
  /* 'îƒ³' */
}

.typcn-social-skype-outline:before {
  content: '\e0f4';
  /* 'îƒ´' */
}

.typcn-social-skype:before {
  content: '\e0f5';
  /* 'îƒµ' */
}

.typcn-social-tumbler-circular:before {
  content: '\e0f6';
  /* 'îƒ¶' */
}

.typcn-social-tumbler:before {
  content: '\e0f7';
  /* 'îƒ·' */
}

.typcn-social-twitter-circular:before {
  content: '\e0f8';
  /* 'îƒ¸' */
}

.typcn-social-twitter:before {
  content: '\e0f9';
  /* 'îƒ¹' */
}

.typcn-social-vimeo-circular:before {
  content: '\e0fa';
  /* 'îƒ؛' */
}

.typcn-social-vimeo:before {
  content: '\e0fb';
  /* 'îƒ»' */
}

.typcn-social-youtube-circular:before {
  content: '\e0fc';
  /* 'îƒ¼' */
}

.typcn-social-youtube:before {
  content: '\e0fd';
  /* 'îƒ½' */
}

.typcn-sort-alphabetically-outline:before {
  content: '\e0fe';
  /* 'îƒ¾' */
}

.typcn-sort-alphabetically:before {
  content: '\e0ff';
  /* 'îƒ؟' */
}

.typcn-sort-numerically-outline:before {
  content: '\e100';
  /* 'î„€' */
}

.typcn-sort-numerically:before {
  content: '\e101';
  /* 'î„پ' */
}

.typcn-spanner-outline:before {
  content: '\e102';
  /* 'î„‚' */
}

.typcn-spanner:before {
  content: '\e103';
  /* 'î„ƒ' */
}

.typcn-spiral:before {
  content: '\e104';
  /* 'î„„' */
}

.typcn-star-full-outline:before {
  content: '\e105';
  /* 'î„…' */
}

.typcn-star-half-outline:before {
  content: '\e106';
  /* 'î„†' */
}

.typcn-star-half:before {
  content: '\e107';
  /* 'î„‡' */
}

.typcn-star-outline:before {
  content: '\e108';
  /* 'î„ˆ' */
}

.typcn-star:before {
  content: '\e109';
  /* 'î„‰' */
}

.typcn-starburst-outline:before {
  content: '\e10a';
  /* 'î„ٹ' */
}

.typcn-starburst:before {
  content: '\e10b';
  /* 'î„‹' */
}

.typcn-stopwatch:before {
  content: '\e10c';
  /* 'î„Œ' */
}

.typcn-support:before {
  content: '\e10d';
  /* 'î„چ' */
}

.typcn-tabs-outline:before {
  content: '\e10e';
  /* 'î„ژ' */
}

.typcn-tag:before {
  content: '\e10f';
  /* 'î„ڈ' */
}

.typcn-tags:before {
  content: '\e110';
  /* 'î„گ' */
}

.typcn-th-large-outline:before {
  content: '\e111';
  /* 'î„‘' */
}

.typcn-th-large:before {
  content: '\e112';
  /* 'î„’' */
}

.typcn-th-list-outline:before {
  content: '\e113';
  /* 'î„“' */
}

.typcn-th-list:before {
  content: '\e114';
  /* 'î„”' */
}

.typcn-th-menu-outline:before {
  content: '\e115';
  /* 'î„•' */
}

.typcn-th-menu:before {
  content: '\e116';
  /* 'î„–' */
}

.typcn-th-small-outline:before {
  content: '\e117';
  /* 'î„—' */
}

.typcn-th-small:before {
  content: '\e118';
  /* 'î„ک' */
}

.typcn-thermometer:before {
  content: '\e119';
  /* 'î„™' */
}

.typcn-thumbs-down:before {
  content: '\e11a';
  /* 'î„ڑ' */
}

.typcn-thumbs-ok:before {
  content: '\e11b';
  /* 'î„›' */
}

.typcn-thumbs-up:before {
  content: '\e11c';
  /* 'î„œ' */
}

.typcn-tick-outline:before {
  content: '\e11d';
  /* 'î„‌' */
}

.typcn-tick:before {
  content: '\e11e';
  /* 'î„‍' */
}

.typcn-ticket:before {
  content: '\e11f';
  /* 'î„ں' */
}

.typcn-time:before {
  content: '\e120';
  /* 'î„ ' */
}

.typcn-times-outline:before {
  content: '\e121';
  /* 'î„،' */
}

.typcn-times:before {
  content: '\e122';
  /* 'î„¢' */
}

.typcn-trash:before {
  content: '\e123';
  /* 'î„£' */
}

.typcn-tree:before {
  content: '\e124';
  /* 'î„¤' */
}

.typcn-upload-outline:before {
  content: '\e125';
  /* 'î„¥' */
}

.typcn-upload:before {
  content: '\e126';
  /* 'î„¦' */
}

.typcn-user-add-outline:before {
  content: '\e127';
  /* 'î„§' */
}

.typcn-user-add:before {
  content: '\e128';
  /* 'î„¨' */
}

.typcn-user-delete-outline:before {
  content: '\e129';
  /* 'î„©' */
}

.typcn-user-delete:before {
  content: '\e12a';
  /* 'î„ھ' */
}

.typcn-user-outline:before {
  content: '\e12b';
  /* 'î„«' */
}

.typcn-user:before {
  content: '\e12c';
  /* 'î„¬' */
}

.typcn-vendor-android:before {
  content: '\e12d';
  /* 'î„­' */
}

.typcn-vendor-apple:before {
  content: '\e12e';
  /* 'î„®' */
}

.typcn-vendor-microsoft:before {
  content: '\e12f';
  /* 'î„¯' */
}

.typcn-video-outline:before {
  content: '\e130';
  /* 'î„°' */
}

.typcn-video:before {
  content: '\e131';
  /* 'î„±' */
}

.typcn-volume-down:before {
  content: '\e132';
  /* 'î„²' */
}

.typcn-volume-mute:before {
  content: '\e133';
  /* 'î„³' */
}

.typcn-volume-up:before {
  content: '\e134';
  /* 'î„´' */
}

.typcn-volume:before {
  content: '\e135';
  /* 'î„µ' */
}

.typcn-warning-outline:before {
  content: '\e136';
  /* 'î„¶' */
}

.typcn-warning:before {
  content: '\e137';
  /* 'î„·' */
}

.typcn-watch:before {
  content: '\e138';
  /* 'î„¸' */
}

.typcn-waves-outline:before {
  content: '\e139';
  /* 'î„¹' */
}

.typcn-waves:before {
  content: '\e13a';
  /* 'î„؛' */
}

.typcn-weather-cloudy:before {
  content: '\e13b';
  /* 'î„»' */
}

.typcn-weather-downpour:before {
  content: '\e13c';
  /* 'î„¼' */
}

.typcn-weather-night:before {
  content: '\e13d';
  /* 'î„½' */
}

.typcn-weather-partly-sunny:before {
  content: '\e13e';
  /* 'î„¾' */
}

.typcn-weather-shower:before {
  content: '\e13f';
  /* 'î„؟' */
}

.typcn-weather-snow:before {
  content: '\e140';
  /* 'î…€' */
}

.typcn-weather-stormy:before {
  content: '\e141';
  /* 'î…پ' */
}

.typcn-weather-sunny:before {
  content: '\e142';
  /* 'î…‚' */
}

.typcn-weather-windy-cloudy:before {
  content: '\e143';
  /* 'î…ƒ' */
}

.typcn-weather-windy:before {
  content: '\e144';
  /* 'î…„' */
}

.typcn-wi-fi-outline:before {
  content: '\e145';
  /* 'î……' */
}

.typcn-wi-fi:before {
  content: '\e146';
  /* 'î…†' */
}

.typcn-wine:before {
  content: '\e147';
  /* 'î…‡' */
}

.typcn-world-outline:before {
  content: '\e148';
  /* 'î…ˆ' */
}

.typcn-world:before {
  content: '\e149';
  /* 'î…‰' */
}

.typcn-zoom-in-outline:before {
  content: '\e14a';
  /* 'î…ٹ' */
}

.typcn-zoom-in:before {
  content: '\e14b';
  /* 'î…‹' */
}

.typcn-zoom-out-outline:before {
  content: '\e14c';
  /* 'î…Œ' */
}

.typcn-zoom-out:before {
  content: '\e14d';
  /* 'î…چ' */
}

.typcn-zoom-outline:before {
  content: '\e14e';
  /* 'î…ژ' */
}

.typcn-zoom:before {
  content: '\e14f';
  /* 'î…ڈ' */
}

@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url("../fonts/Pe-icon-7-stroke.eot?d7yf1v");
  src: url("../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("../fonts/Pe-icon-7-stroke.woff?d7yf1v") format("woff"), url("../fonts/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"), url("../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
  content: "\e6aa";
}

.pe-7s-arc:before {
  content: "\e6ab";
}

.pe-7s-back-2:before {
  content: "\e6ac";
}

.pe-7s-bandaid:before {
  content: "\e6ad";
}

.pe-7s-car:before {
  content: "\e6ae";
}

.pe-7s-diamond:before {
  content: "\e6af";
}

.pe-7s-door-lock:before {
  content: "\e6b0";
}

.pe-7s-eyedropper:before {
  content: "\e6b1";
}

.pe-7s-female:before {
  content: "\e6b2";
}

.pe-7s-gym:before {
  content: "\e6b3";
}

.pe-7s-hammer:before {
  content: "\e6b4";
}

.pe-7s-headphones:before {
  content: "\e6b5";
}

.pe-7s-helm:before {
  content: "\e6b6";
}

.pe-7s-hourglass:before {
  content: "\e6b7";
}

.pe-7s-leaf:before {
  content: "\e6b8";
}

.pe-7s-magic-wand:before {
  content: "\e6b9";
}

.pe-7s-male:before {
  content: "\e6ba";
}

.pe-7s-map-2:before {
  content: "\e6bb";
}

.pe-7s-next-2:before {
  content: "\e6bc";
}

.pe-7s-paint-bucket:before {
  content: "\e6bd";
}

.pe-7s-pendrive:before {
  content: "\e6be";
}

.pe-7s-photo:before {
  content: "\e6bf";
}

.pe-7s-piggy:before {
  content: "\e6c0";
}

.pe-7s-plugin:before {
  content: "\e6c1";
}

.pe-7s-refresh-2:before {
  content: "\e6c2";
}

.pe-7s-rocket:before {
  content: "\e6c3";
}

.pe-7s-settings:before {
  content: "\e6c4";
}

.pe-7s-shield:before {
  content: "\e6c5";
}

.pe-7s-smile:before {
  content: "\e6c6";
}

.pe-7s-usb:before {
  content: "\e6c7";
}

.pe-7s-vector:before {
  content: "\e6c8";
}

.pe-7s-wine:before {
  content: "\e6c9";
}

.pe-7s-cloud-upload:before {
  content: "\e68a";
}

.pe-7s-cash:before {
  content: "\e68c";
}

.pe-7s-close:before {
  content: "\e680";
}

.pe-7s-bluetooth:before {
  content: "\e68d";
}

.pe-7s-cloud-download:before {
  content: "\e68b";
}

.pe-7s-way:before {
  content: "\e68e";
}

.pe-7s-close-circle:before {
  content: "\e681";
}

.pe-7s-id:before {
  content: "\e68f";
}

.pe-7s-angle-up:before {
  content: "\e682";
}

.pe-7s-wristwatch:before {
  content: "\e690";
}

.pe-7s-angle-up-circle:before {
  content: "\e683";
}

.pe-7s-world:before {
  content: "\e691";
}

.pe-7s-angle-right:before {
  content: "\e684";
}

.pe-7s-volume:before {
  content: "\e692";
}

.pe-7s-angle-right-circle:before {
  content: "\e685";
}

.pe-7s-users:before {
  content: "\e693";
}

.pe-7s-angle-left:before {
  content: "\e686";
}

.pe-7s-user-female:before {
  content: "\e694";
}

.pe-7s-angle-left-circle:before {
  content: "\e687";
}

.pe-7s-up-arrow:before {
  content: "\e695";
}

.pe-7s-angle-down:before {
  content: "\e688";
}

.pe-7s-switch:before {
  content: "\e696";
}

.pe-7s-angle-down-circle:before {
  content: "\e689";
}

.pe-7s-scissors:before {
  content: "\e697";
}

.pe-7s-wallet:before {
  content: "\e600";
}

.pe-7s-safe:before {
  content: "\e698";
}

.pe-7s-volume2:before {
  content: "\e601";
}

.pe-7s-volume1:before {
  content: "\e602";
}

.pe-7s-voicemail:before {
  content: "\e603";
}

.pe-7s-video:before {
  content: "\e604";
}

.pe-7s-user:before {
  content: "\e605";
}

.pe-7s-upload:before {
  content: "\e606";
}

.pe-7s-unlock:before {
  content: "\e607";
}

.pe-7s-umbrella:before {
  content: "\e608";
}

.pe-7s-trash:before {
  content: "\e609";
}

.pe-7s-tools:before {
  content: "\e60a";
}

.pe-7s-timer:before {
  content: "\e60b";
}

.pe-7s-ticket:before {
  content: "\e60c";
}

.pe-7s-target:before {
  content: "\e60d";
}

.pe-7s-sun:before {
  content: "\e60e";
}

.pe-7s-study:before {
  content: "\e60f";
}

.pe-7s-stopwatch:before {
  content: "\e610";
}

.pe-7s-star:before {
  content: "\e611";
}

.pe-7s-speaker:before {
  content: "\e612";
}

.pe-7s-signal:before {
  content: "\e613";
}

.pe-7s-shuffle:before {
  content: "\e614";
}

.pe-7s-shopbag:before {
  content: "\e615";
}

.pe-7s-share:before {
  content: "\e616";
}

.pe-7s-server:before {
  content: "\e617";
}

.pe-7s-search:before {
  content: "\e618";
}

.pe-7s-film:before {
  content: "\e6a5";
}

.pe-7s-science:before {
  content: "\e619";
}

.pe-7s-disk:before {
  content: "\e6a6";
}

.pe-7s-ribbon:before {
  content: "\e61a";
}

.pe-7s-repeat:before {
  content: "\e61b";
}

.pe-7s-refresh:before {
  content: "\e61c";
}

.pe-7s-add-user:before {
  content: "\e6a9";
}

.pe-7s-refresh-cloud:before {
  content: "\e61d";
}

.pe-7s-paperclip:before {
  content: "\e69c";
}

.pe-7s-radio:before {
  content: "\e61e";
}

.pe-7s-note2:before {
  content: "\e69d";
}

.pe-7s-print:before {
  content: "\e61f";
}

.pe-7s-network:before {
  content: "\e69e";
}

.pe-7s-prev:before {
  content: "\e620";
}

.pe-7s-mute:before {
  content: "\e69f";
}

.pe-7s-power:before {
  content: "\e621";
}

.pe-7s-medal:before {
  content: "\e6a0";
}

.pe-7s-portfolio:before {
  content: "\e622";
}

.pe-7s-like2:before {
  content: "\e6a1";
}

.pe-7s-plus:before {
  content: "\e623";
}

.pe-7s-left-arrow:before {
  content: "\e6a2";
}

.pe-7s-play:before {
  content: "\e624";
}

.pe-7s-key:before {
  content: "\e6a3";
}

.pe-7s-plane:before {
  content: "\e625";
}

.pe-7s-joy:before {
  content: "\e6a4";
}

.pe-7s-photo-gallery:before {
  content: "\e626";
}

.pe-7s-pin:before {
  content: "\e69b";
}

.pe-7s-phone:before {
  content: "\e627";
}

.pe-7s-plug:before {
  content: "\e69a";
}

.pe-7s-pen:before {
  content: "\e628";
}

.pe-7s-right-arrow:before {
  content: "\e699";
}

.pe-7s-paper-plane:before {
  content: "\e629";
}

.pe-7s-delete-user:before {
  content: "\e6a7";
}

.pe-7s-paint:before {
  content: "\e62a";
}

.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}

.pe-7s-notebook:before {
  content: "\e62b";
}

.pe-7s-note:before {
  content: "\e62c";
}

.pe-7s-next:before {
  content: "\e62d";
}

.pe-7s-news-paper:before {
  content: "\e62e";
}

.pe-7s-musiclist:before {
  content: "\e62f";
}

.pe-7s-music:before {
  content: "\e630";
}

.pe-7s-mouse:before {
  content: "\e631";
}

.pe-7s-more:before {
  content: "\e632";
}

.pe-7s-moon:before {
  content: "\e633";
}

.pe-7s-monitor:before {
  content: "\e634";
}

.pe-7s-micro:before {
  content: "\e635";
}

.pe-7s-menu:before {
  content: "\e636";
}

.pe-7s-map:before {
  content: "\e637";
}

.pe-7s-map-marker:before {
  content: "\e638";
}

.pe-7s-mail:before {
  content: "\e639";
}

.pe-7s-mail-open:before {
  content: "\e63a";
}

.pe-7s-mail-open-file:before {
  content: "\e63b";
}

.pe-7s-magnet:before {
  content: "\e63c";
}

.pe-7s-loop:before {
  content: "\e63d";
}

.pe-7s-look:before {
  content: "\e63e";
}

.pe-7s-lock:before {
  content: "\e63f";
}

.pe-7s-lintern:before {
  content: "\e640";
}

.pe-7s-link:before {
  content: "\e641";
}

.pe-7s-like:before {
  content: "\e642";
}

.pe-7s-light:before {
  content: "\e643";
}

.pe-7s-less:before {
  content: "\e644";
}

.pe-7s-keypad:before {
  content: "\e645";
}

.pe-7s-junk:before {
  content: "\e646";
}

.pe-7s-info:before {
  content: "\e647";
}

.pe-7s-home:before {
  content: "\e648";
}

.pe-7s-help2:before {
  content: "\e649";
}

.pe-7s-help1:before {
  content: "\e64a";
}

.pe-7s-graph3:before {
  content: "\e64b";
}

.pe-7s-graph2:before {
  content: "\e64c";
}

.pe-7s-graph1:before {
  content: "\e64d";
}

.pe-7s-graph:before {
  content: "\e64e";
}

.pe-7s-global:before {
  content: "\e64f";
}

.pe-7s-gleam:before {
  content: "\e650";
}

.pe-7s-glasses:before {
  content: "\e651";
}

.pe-7s-gift:before {
  content: "\e652";
}

.pe-7s-folder:before {
  content: "\e653";
}

.pe-7s-flag:before {
  content: "\e654";
}

.pe-7s-filter:before {
  content: "\e655";
}

.pe-7s-file:before {
  content: "\e656";
}

.pe-7s-expand1:before {
  content: "\e657";
}

.pe-7s-exapnd2:before {
  content: "\e658";
}

.pe-7s-edit:before {
  content: "\e659";
}

.pe-7s-drop:before {
  content: "\e65a";
}

.pe-7s-drawer:before {
  content: "\e65b";
}

.pe-7s-download:before {
  content: "\e65c";
}

.pe-7s-display2:before {
  content: "\e65d";
}

.pe-7s-display1:before {
  content: "\e65e";
}

.pe-7s-diskette:before {
  content: "\e65f";
}

.pe-7s-date:before {
  content: "\e660";
}

.pe-7s-cup:before {
  content: "\e661";
}

.pe-7s-culture:before {
  content: "\e662";
}

.pe-7s-crop:before {
  content: "\e663";
}

.pe-7s-credit:before {
  content: "\e664";
}

.pe-7s-copy-file:before {
  content: "\e665";
}

.pe-7s-config:before {
  content: "\e666";
}

.pe-7s-compass:before {
  content: "\e667";
}

.pe-7s-comment:before {
  content: "\e668";
}

.pe-7s-coffee:before {
  content: "\e669";
}

.pe-7s-cloud:before {
  content: "\e66a";
}

.pe-7s-clock:before {
  content: "\e66b";
}

.pe-7s-check:before {
  content: "\e66c";
}

.pe-7s-chat:before {
  content: "\e66d";
}

.pe-7s-cart:before {
  content: "\e66e";
}

.pe-7s-camera:before {
  content: "\e66f";
}

.pe-7s-call:before {
  content: "\e670";
}

.pe-7s-calculator:before {
  content: "\e671";
}

.pe-7s-browser:before {
  content: "\e672";
}

.pe-7s-box2:before {
  content: "\e673";
}

.pe-7s-box1:before {
  content: "\e674";
}

.pe-7s-bookmarks:before {
  content: "\e675";
}

.pe-7s-bicycle:before {
  content: "\e676";
}

.pe-7s-bell:before {
  content: "\e677";
}

.pe-7s-battery:before {
  content: "\e678";
}

.pe-7s-ball:before {
  content: "\e679";
}

.pe-7s-back:before {
  content: "\e67a";
}

.pe-7s-attention:before {
  content: "\e67b";
}

.pe-7s-anchor:before {
  content: "\e67c";
}

.pe-7s-albums:before {
  content: "\e67d";
}

.pe-7s-alarm:before {
  content: "\e67e";
}

.pe-7s-airplay:before {
  content: "\e67f";
}
/*# sourceMappingURL=style.css.map */



.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  width: auto;
}

.rating input {
  position: absolute;
  left: -999999px;
}

.rating label {
  display: inline-block;
  font-size: 0;
  margin:0px;
}

.rating > label:before {
  position: relative;
  font: 30px/1 FontAwesome;
  display: block;
  content: "\f005";
  color: #ccc;
  background: #d1d1d6;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
  color: #f0ad4e;
  background: -webkit-linear-gradient(-45deg, #fcb551 0%, #d69a45 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.table thead th {
    font-weight: bold;
    /*text-transform: uppercase;*/
}

.hidden {display:none;}






.admin-datacss td {
  position: relative;
}

.admin-datacss .icon-td:hover .btn-link {
  opacity: 1;
  visibility: visible;
}
.admin-datacss .btn-copy {
  font-weight: 400;
  position: absolute;
  top: 15px;
  color: #fff !important;
  background-color: #3db9dc !important;
  border: none;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  visibility: hidden;
  cursor: pointer; right: 0;
}

.my-infobtn{ font-size: 12px;}

.ui-autocomplete .ui-autocomplete-category~.ui-menu-item{padding-left:24px}.ui-autocomplete-processing:after{content:'\eb51';display:inline-block;position:absolute;top:50%;right:12px;text-align:right;margin-top:-8px;font-size:16px;line-height:1;color:inherit;-webkit-animation:rotation 1s linear infinite;-o-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite}.input-group .ui-autocomplete-input+.input-addon>.btn,.input-group .ui-autocomplete-input+.input-group-btn>.btn{border-left:0;border-bottom-left-radius:0;border-top-left-radius:0}.ui-button{display:inline-block;position:relative;touch-action:manipulation;margin-bottom:0;padding:7px 12px;border-radius:2px;cursor:pointer;text-align:center;background-color:#fcfcfc;border:1px solid #ddd;color:#333}.ui-button.ui-state-focus,.ui-button.ui-state-hover{color:#333;-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.015) inset;box-shadow:0 0 0 100px rgba(0,0,0,.015) inset}.ui-button.ui-state-active{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.03) inset;box-shadow:0 0 0 100px rgba(0,0,0,.03) inset}.ui-button.ui-state-disabled{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.ui-button[class*=bg-].ui-state-focus,.ui-button[class*=bg-].ui-state-hover{color:#fff;-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.05) inset;box-shadow:0 0 0 100px rgba(0,0,0,.05) inset}.ui-button[class*=bg-].ui-state-active{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.1) inset;box-shadow:0 0 0 100px rgba(0,0,0,.1) inset}.ui-button.ui-button-link{background-color:transparent;border-color:transparent}.ui-button.ui-button-link.ui-state-focus,.ui-button.ui-button-link.ui-state-hover{color:#166dba}.ui-button.ui-button-link.ui-state-active,.ui-button.ui-button-link.ui-state-focus,.ui-button.ui-button-link.ui-state-hover{-webkit-box-shadow:none;box-shadow:none}.ui-button::-moz-focus-inner{border:0;padding:0}.ui-button-icon-primary .ui-button-icons-only,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{margin-right:7px}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{margin-left:7px}.ui-button-icon-only{padding-left:9px;padding-right:9px}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{display:none}.ui-buttonset,.ui-buttonset-split{position:relative;display:inline-block}.ui-buttonset .ui-button{border-radius:0;margin-left:-1px;float:left}.ui-buttonset .ui-button:first-child,.ui-buttonset .ui-helper-hidden-accessible:first-child+.ui-button{margin-left:0}.ui-buttonset .ui-button:first-child,.ui-buttonset .ui-helper-hidden-accessible:first-child+.ui-button:not(:last-child){border-bottom-left-radius:2px;border-top-left-radius:2px}.ui-buttonset .ui-button:last-child{border-bottom-right-radius:2px;border-top-right-radius:2px}.ui-buttonset-split>ul{position:absolute;text-align:left;min-width:180px}.ui-datepicker{min-width:270px;background-color:#fff;padding:5px;display:none;border:1px solid #ddd;border-radius:3px;z-index:190!important}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker table td .ui-state-hover{background-color:#f5f5f5}.sidebar .ui-datepicker{min-width:0}.ui-datepicker .ui-datepicker-header{position:relative;padding:15px 0 20px}.ui-datepicker .ui-datepicker-title{margin:0 40px;font-size:15px;text-align:center}.ui-datepicker .ui-datepicker-title .ui-datepicker-month{font-weight:500}.ui-datepicker .ui-datepicker-title .ui-datepicker-year{font-size:12px;color:#999;margin-left:5px}.ui-datepicker .ui-datepicker-title select{outline:0}.ui-datepicker .ui-datepicker-title select.ui-datepicker-month,.ui-datepicker .ui-datepicker-title select.ui-datepicker-year{width:48%;font-size:13px;font-weight:400;color:#333}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:10px;line-height:1;color:#333;padding:8px;border-radius:2px}.ui-datepicker .ui-datepicker-next:after,.ui-datepicker .ui-datepicker-prev:after{font-family:icomoon;display:inline-block;font-size:16px;width:16px;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:none}.ui-datepicker .ui-datepicker-prev{left:0}.ui-datepicker .ui-datepicker-prev:after{content:'\e9c8'}.ui-datepicker .ui-datepicker-next{right:0}.ui-datepicker .ui-datepicker-next:after{content:'\e9cb'}.ui-datepicker table{width:100%;border-collapse:collapse;margin:0}.ui-datepicker table th{text-align:center;font-weight:400;border:0;padding-bottom:10px;font-size:12px;color:#999}.ui-datepicker table td{border:0;padding:1px;position:relative}.ui-datepicker table td a,.ui-datepicker table td span{display:block;padding:6px;text-align:center;text-decoration:none;border-radius:2px;color:#333;min-width:34px}.ui-datepicker table td.ui-state-disabled span{color:#ccc}.ui-datepicker table td.ui-datepicker-week-col{padding:6px;color:#999}.ui-datepicker table td.ui-datepicker-current-day .ui-state-active{background-color:#26A69A;color:#fff}.ui-datepicker table td.ui-datepicker-today .ui-state-highlight{background-color:#2196F3;color:#fff}.ui-datepicker table td.ui-datepicker-today .ui-state-highlight:after{content:"";position:absolute;top:3px;right:3px;width:0;height:0;border-top:6px solid #fff;border-left:6px solid transparent}.ui-datepicker table td a.ui-priority-secondary{opacity:.6;filter:alpha(opacity=60)}.ui-datepicker .ui-datepicker-buttonpane button{float:right;border:1px solid #ddd;background-color:#fcfcfc;font-weight:400;margin-top:5px;cursor:pointer;padding:7px 12px;width:auto;overflow:visible;outline:0}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker .ui-datepicker-buttonpane button.ui-state-hover{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.02) inset;box-shadow:0 0 0 100px rgba(0,0,0,.02) inset}.ui-datepicker .ui-datepicker-buttonpane button:active{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.04) inset;box-shadow:0 0 0 100px rgba(0,0,0,.04) inset}.ui-datepicker.ui-datepicker-multi{width:auto!important}.datepicker-inline{width:264px;max-width:100%;overflow-x:auto}.full-width.datepicker-inline,.popover .datepicker-inline,.sidebar .datepicker-inline{width:100%}.ui-datepicker-trigger{position:absolute;top:4px;right:5px;z-index:3;padding:6px;cursor:pointer}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 8px}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.dataTables_scroll,.dataTables_wrapper,.dataTables_wrapper:after,.fc-clear,.pika-single:after,.plupload_clear,.plupload_clearer,.ui-helper-clearfix:after{clear:both}.ui-datepicker-multi-2 .ui-datepicker-group{width:46%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-dialog{position:fixed;top:0;left:0;background-color:#fff;border-radius:3px;border:1px solid transparent;outline:0;overflow:hidden;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.2);box-shadow:0 1px 4px rgba(0,0,0,.2)}@media (max-width:768px){.ui-dialog{width:90%!important}}.ui-dialog-titlebar{position:relative;padding:20px 20px 0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-dialog-title{float:left;font-size:15px;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog-titlebar-close{position:absolute;background-color:transparent;border:0;right:20px;top:50%;padding:0;margin-top:2px}.ui-dialog-titlebar-close:after{content:'\ed6b';font-family:Icomoon;display:block;width:16px;font-size:16px;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ui-dialog-content{position:relative;border:0;padding:20px;background:0 0;overflow:auto}.ui-dialog-content .form-group:last-child,.ui-dialog-content p:last-child{margin-bottom:0}.ui-dialog-buttonpane{padding:0 20px 20px}.ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog-buttonpane button+button{margin-left:5px;cursor:pointer}.ui-menu{list-style:none;padding:5px 0;margin:0;display:block;outline:0;min-width:180px;white-space:nowrap;background-color:#fff;border:1px solid #ddd;border-radius:3px;z-index:1000}.ui-menu .ui-menu{position:absolute;top:-6px!important}.ui-menu .ui-menu-item{position:relative;margin:0;cursor:pointer;padding:8px 15px;min-height:0;outline:0}.ui-menu .ui-menu-item>a{display:block;color:#333}.ui-menu .ui-menu-item>.ui-menu-icon{position:absolute;top:50%;margin-top:-8px;right:15px}.ui-menu .ui-menu-item>.ui-menu-icon:after{content:'\e9c7';font-family:icomoon;font-size:16px;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:.8;filter:alpha(opacity=80)}.ui-selectmenu-button:after,.ui-spinner-button:after{font-family:Icomoon;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ui-slider .ui-slider-handle.ui-state-active:after,.ui-slider .ui-slider-handle.ui-state-focus:after,.ui-slider .ui-slider-handle.ui-state-hover:after{opacity:.9;filter:alpha(opacity=90)}.ui-menu .ui-menu-item.ui-state-disabled,.ui-menu .ui-menu-item.ui-state-disabled a{color:#999;cursor:not-allowed}.ui-menu .ui-menu-header{padding:8px 15px;font-size:11px;line-height:1.82;text-transform:uppercase;color:#999;margin-top:10px}.ui-menu .ui-menu-header:first-child{margin-top:5px}.ui-menu .ui-menu-header.highlight{margin-top:0;background-color:#f8f8f8;color:#999}.ui-menu .ui-menu-header.highlight:first-child{margin-top:0}.ui-menu .highlight+.ui-menu-item,.ui-menu .ui-menu-item+.highlight{margin-top:5px}.ui-menu i[class*=icon-]{margin-right:10px}.ui-menu i[class*=icon-].pull-right{margin-right:0;margin-left:10px;margin-top:3px}.ui-menu .badge,.ui-menu .label{margin-top:1px}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-top:1px solid #e5e5e5}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{color:#333;background-color:#f5f5f5}.ui-menu.ui-state-disabled,.ui-menu.ui-state-disabled .ui-menu-item,.ui-menu.ui-state-disabled a{color:#999;cursor:not-allowed}.ui-progressbar{height:18px;overflow:hidden;position:relative;background-color:#eee;border-radius:3px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.ui-progressbar-value{float:left;width:0;background-color:#2196F3;color:#fff;overflow:hidden;-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.ui-progressbar-overlay,.ui-progressbar-value{height:100%;background-size:40px 40px}.ui-progressbar-overlay,.ui-progressbar-striped .ui-progressbar-overlay,.ui-progressbar-striped .ui-progressbar-value{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.ui-progressbar-active .ui-progressbar-value,.ui-progressbar-overlay{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{max-height:250px;overflow-y:auto;overflow-x:hidden}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:11px;font-weight:700;line-height:1.82;padding:7px 12px;margin:2px 0;text-transform:uppercase;height:auto;border:0}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup~.ui-menu-item{padding-left:24px}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;position:relative;text-decoration:none;cursor:pointer;height:36px;background-color:#fff;border:1px solid #ddd;border-radius:3px;outline:0}.ui-selectmenu-button.ui-state-focus,.ui-selectmenu-button.ui-state-hover{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.01) inset;box-shadow:0 0 0 100px rgba(0,0,0,.01) inset}.ui-selectmenu-button:after{content:'\e9c5';display:inline-block;position:absolute;top:50%;right:12px;width:16px;text-align:right;margin-top:-8px;font-size:16px;line-height:1;color:inherit}.ui-selectmenu-button .ui-selectmenu-text{padding:7px 28px 7px 12px;display:block;white-space:nowrap}.ui-selectmenu-disabled{cursor:not-allowed;background-color:#fafafa;color:#999}.ui-selectmenu-disabled.ui-state-focus,.ui-selectmenu-disabled.ui-state-hover{-webkit-box-shadow:none;box-shadow:none}.ui-selectmenu-lg .ui-selectmenu-button{height:40px}.ui-selectmenu-lg .ui-selectmenu-button .ui-selectmenu-text{padding:9px 34px 9px 15px}.ui-selectmenu-sm .ui-selectmenu-button{height:34px}.ui-selectmenu-sm .ui-selectmenu-button .ui-selectmenu-text{padding:6px 26px 6px 12px}.ui-selectmenu-xs .ui-selectmenu-button{height:32px}.ui-selectmenu-xs .ui-selectmenu-button .ui-selectmenu-text{padding:5px 24px 5px 10px;font-size:12px;line-height:1.6666667}.ui-selectmenu-images .ui-menu-item>span{display:inline-block;margin-right:10px;border-radius:2px;width:16px;height:16px;background-size:16px 16px;vertical-align:middle;position:relative;top:-1px}.ui-selectmenu-images .demo-img-amazon{background:url(../images/brands/amazon.png) no-repeat}.ui-selectmenu-images .demo-img-youtube{background:url(../images/brands/youtube.png) no-repeat}.ui-selectmenu-images .demo-img-twitter{background:url(../images/brands/twitter.png) no-repeat}.ui-selectmenu-images .demo-img-bing{background:url(../images/brands/bing.png) no-repeat}.ui-selectmenu-images .demo-img-spotify{background:url(../images/brands/spotify.png) no-repeat}.ui-slider{position:relative;text-align:left;background-color:#eee;border-radius:100px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:18px;height:18px;cursor:pointer;border-radius:50%;background-color:#fcfcfc;border:1px solid #bbb;outline:0}.ui-slider .ui-slider-handle.ui-state-focus,.ui-slider .ui-slider-handle.ui-state-hover{background-color:#f8f8f8}.ui-slider .ui-slider-handle.ui-state-active{background-color:#fefefe}.ui-slider .ui-slider-handle:after{content:'';display:inline-block;width:6px;height:6px;position:absolute;top:50%;left:50%;margin-top:-3px;margin-left:-3px;background-color:#546E7A;border-radius:50%}.ui-slider .ui-slider-range{position:absolute;z-index:1;display:block;border:0;background-color:#607D8B;border-radius:100px}.ui-spinner,.ui-tabs{position:relative}.ui-slider.ui-slider-disabled{opacity:.6;filter:alpha(opacity=60)}.ui-slider-horizontal{height:6px}.ui-slider-horizontal .ui-slider-handle{top:-6px;margin-left:-9px}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:6px;height:150px;display:inline-block;margin:0 10px}.ui-slider-vertical .ui-slider-handle{left:-6px;margin-bottom:-9px}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-slider-solid .ui-slider-handle{background-color:#999;border-color:#999;-webkit-box-shadow:none;box-shadow:none}.ui-slider-solid .ui-slider-handle:after{background-color:#fff;-webkit-transition:opacity ease-in-out .2s;-o-transition:opacity ease-in-out .2s;transition:opacity ease-in-out .2s}.ui-slider-solid .ui-slider-handle.ui-state-active:after,.ui-slider-solid .ui-slider-handle.ui-state-hover:after{background-color:#fff;opacity:.75;filter:alpha(opacity=75)}.ui-handle-white .ui-slider-handle:after{content:none}.ui-slider-lg .ui-slider-handle{width:24px;height:24px}.ui-slider-lg .ui-slider-handle:after{width:8px;height:8px;margin-top:-4px;margin-left:-4px}.ui-slider-lg.ui-slider-horizontal{height:8px}.ui-slider-lg.ui-slider-horizontal .ui-slider-handle{top:-8px;margin-left:-12px}.ui-slider-lg.ui-slider-vertical{width:8px}.ui-slider-lg.ui-slider-vertical .ui-slider-handle{left:-8px;margin-bottom:-12px}.ui-slider-sm .ui-slider-handle,.ui-slider-xs .ui-slider-handle{width:12px;height:12px}.ui-slider-sm .ui-slider-handle:after,.ui-slider-xs .ui-slider-handle:after{width:4px;height:4px;margin-top:-2px;margin-left:-2px}.ui-slider-sm.ui-slider-horizontal{height:4px}.ui-slider-sm.ui-slider-horizontal .ui-slider-handle{top:-4px;margin-left:-6px}.ui-slider-sm.ui-slider-vertical{width:4px}.ui-slider-sm.ui-slider-vertical .ui-slider-handle{left:-4px;margin-bottom:-6px}.ui-slider-xs.ui-slider-horizontal{height:2px}.ui-slider-xs.ui-slider-horizontal .ui-slider-handle{top:-5px;margin-left:-6px}.ui-slider-xs.ui-slider-vertical{width:2px}.ui-slider-xs.ui-slider-vertical .ui-slider-handle{left:-5px;margin-bottom:-6px}.ui-slider-primary .ui-slider-range,.ui-slider-solid.ui-slider-primary .ui-slider-handle{background-color:#2196F3;border-color:#2196F3}.ui-slider-danger .ui-slider-range,.ui-slider-solid.ui-slider-danger .ui-slider-handle{background-color:#F44336;border-color:#F44336}.ui-slider-solid.ui-slider-success .ui-slider-handle,.ui-slider-success .ui-slider-range{background-color:#4CAF50;border-color:#4CAF50}.ui-slider-solid.ui-slider-warning .ui-slider-handle,.ui-slider-warning .ui-slider-range{background-color:#FF5722;border-color:#FF5722}.ui-slider-info .ui-slider-range,.ui-slider-solid.ui-slider-info .ui-slider-handle{background-color:#00BCD4;border-color:#00BCD4}.ui-spinner{overflow:hidden;display:table}.ui-spinner-input{padding-right:30px;display:table-cell;width:100%;border-radius:3px 0 0 3px;border-right:0}.ui-spinner-button{font-size:0;color:#333;cursor:pointer;background-color:#fff;border:1px solid #ddd;border-radius:0;display:table-cell;width:1%;padding:0 7px}.ui-spinner-button:after{display:inline-block;width:16px;font-size:16px;line-height:1}.ui-spinner-button+.ui-spinner-button{border-left:0}.ui-spinner-button .ui-button-text{display:none}.ui-spinner-button.ui-state-focus,.ui-spinner-button.ui-state-hover{color:#333;-webkit-box-shadow:0 0 0 100px rgba(0,0,0,.01) inset;box-shadow:0 0 0 100px rgba(0,0,0,.01) inset}.ui-spinner-button.ui-state-disabled{background-color:#fafafa;color:#999;cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none}.ui-spinner-up:after{content:'\e9f7'}.ui-spinner-down{border-bottom-right-radius:3px;border-top-right-radius:3px}.ui-spinner-down:after{content:'\e9e2'}.ui-tabs .ui-tabs-nav{margin-bottom:20px;border-bottom:1px solid #ddd}.ui-tabs .ui-tabs-nav li{list-style:none;position:relative;padding:0;white-space:nowrap;margin-bottom:-1px}@media (min-width:769px){.ui-tabs .ui-tabs-nav li{float:left}}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{display:block;color:#888;padding:9px 15px;border:1px solid transparent;border-top-width:2px}.ui-tabs .ui-tabs-nav .ui-state-focus .ui-tabs-anchor:not(.ui-state-disabled),.ui-tabs .ui-tabs-nav .ui-state-hover .ui-tabs-anchor:not(.ui-state-disabled){color:#333}.ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor{color:#333;background-color:#fff;cursor:default;border-color:#2196F3 #ddd transparent}.ui-tabs .ui-tabs-nav .ui-state-disabled{color:#999;cursor:not-allowed;opacity:.75;filter:alpha(opacity=75)}.ui-tabs .ui-tabs-nav .ui-sortable-helper:not(.ui-tabs-active) .ui-tabs-anchor{background-color:#fff;border-bottom-color:#ddd}@media (max-width:768px){.ui-tabs .ui-tabs-nav{position:relative;background-color:#fff;padding:5px 0;border:1px solid #ddd;border-radius:3px}.ui-tabs .ui-tabs-nav li{margin-bottom:0}.ui-tabs .ui-tabs-nav li+li{margin-top:1px}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{border-width:0 0 0 2px;border-left-color:transparent}.ui-tabs .ui-tabs-nav .ui-state-focus .ui-tabs-anchor,.ui-tabs .ui-tabs-nav .ui-state-hover .ui-tabs-anchor{background-color:#fafafa}.ui-tabs .ui-tabs-nav .ui-state-active .ui-tabs-anchor{border-left-color:#2196F3;background-color:#f5f5f5}.ui-tabs .ui-tabs-nav:before{content:'Contents';color:inherit;font-size:12px;line-height:1.6666667;font-weight:500;margin-top:10px;margin-left:15px;margin-bottom:15px;text-transform:uppercase;opacity:.5;filter:alpha(opacity=50)}}.ui-tabs .ui-tabs-panel{display:block}.ui-tooltip{position:absolute;z-index:1070;max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#333;border-radius:3px}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.5;filter:alpha(opacity=50)}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:alpha(opacity=0)}.ui-front{z-index:1040}code[class*=language-],pre[class*=language-]{text-shadow:0 1px #fff;word-break:normal;line-height:1.5;direction:ltr}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}.token.cdata,.token.comment,.token.doctype,.token.prolog,.token.punctuation{color:#999}.token.boolean,.token.constant,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url,.token.variable{color:#a67f59;background:rgba(255,255,255,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.function{color:#DD4A68}.token.important,.token.regex{color:#e90}.token.important{font-weight:700}.token.entity{cursor:help}.namespace{opacity:.7;filter:alpha(opacity=70)}.line-highlight{position:absolute;left:0;right:0;margin-top:20px;background:rgba(133,238,149,.12);pointer-events:none;white-space:pre;line-height:inherit}.line-highlight:after,.line-highlight:before{content:attr(data-start);position:absolute;top:0;left:10px;padding:2px;text-align:center;font-size:10px;color:#999}pre.line-numbers,pre.line-numbers>code{position:relative}.line-highlight[data-end]:after{content:attr(data-end);top:auto;bottom:0}pre.line-numbers{padding-left:50px;counter-reset:linenumber}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-50px;width:36px;letter-spacing:-1px;border-right:1px solid #999;-moz-user-select:none;user-select:none}.cropper-container,.gu-unselectable{-webkit-user-select:none;-ms-user-select:none}.line-numbers .line-numbers-rows>span{pointer-events:none;display:block;counter-increment:linenumber}.line-numbers .line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:10px;text-align:right}pre[class*=language-]{overflow:auto;position:relative;border-left-width:3px;border-left-color:#2196F3;background-color:#fdfdfd;background-image:-webkit-linear-gradient(transparent 50%,rgba(25,118,210,.025) 50%);background-image:-moz-linear-gradient(transparent 50%,rgba(25,118,210,.025) 50%);background-image:-ms-linear-gradient(transparent 50%,rgba(25,118,210,.025) 50%);background-image:-o-linear-gradient(transparent 50%,rgba(25,118,210,.025) 50%);background-image:linear-gradient(transparent 50%,rgba(25,118,210,.025) 50%);background-size:3em 3em;background-origin:content-box;border-bottom-left-radius:0;border-top-left-radius:0}pre[class*=language-]>code[data-language]{display:block}pre[class*=language-]>code[data-language]:before{content:attr(data-language);background-color:#f8f8f8;display:inline-block;position:absolute;top:0;right:0;font-size:11px;border-radius:0 0 0 2px;padding:4px 8px;text-shadow:none;color:#333;border-left:1px solid #ddd;border-bottom:1px solid #ddd}pre[class*=language-].line-numbers>code[data-language]:before{top:-15px;right:-15px}pre[data-line]{position:relative;padding-left:36px}.fancytree-container{list-style:none;white-space:nowrap;padding:0;margin:0;overflow:auto;position:relative}.btn-ladda[data-style=expand-down],.btn-ladda[data-style=expand-left],.btn-ladda[data-style=expand-right],.btn-ladda[data-style=expand-up],.btn-ladda[data-style=fade],.btn-ladda[data-style=radius],.btn-ladda[data-style=slide-down],.btn-ladda[data-style=slide-right],.btn-ladda[data-style=slide-up],.btn-ladda[data-style=zoom-in],.btn-ladda[data-style=zoom-out]{overflow:hidden}.fancytree-container:focus{outline:0}.fancytree-container ul{list-style:none;padding:0 0 0 20px;margin:0}.fancytree-container ul li{margin-top:1px}.ui-fancytree-disabled .fancytree-container{opacity:.6;filter:alpha(opacity=60)}.ui-fancytree-disabled .fancytree-container,.ui-fancytree-disabled .fancytree-expander,.ui-fancytree-disabled .fancytree-title{cursor:not-allowed}.ui-fancytree-disabled .fancytree-treefocus .fancytree-selected .fancytree-title{background-color:#f5f5f5;color:#333}.ui-helper-hidden{display:none}.fancytree-checkbox:after,.fancytree-drag-helper-img:after,.fancytree-drop-after:after,.fancytree-drop-before:after,.fancytree-expander:after,.fancytree-icon:after,.fancytree-loading .fancytree-expander:after,.fancytree-statusnode-wait .fancytree-icon:after{font-family:icomoon;display:inline-block;font-size:16px;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fancytree-checkbox,.fancytree-custom-icon,.fancytree-icon{margin-top:5px;float:left}.fancytree-checkbox{margin:4px 10px 0 2px}.fancytree-custom-icon{display:inline-block}img.fancytree-icon{width:16px;height:16px;margin-left:3px;margin-top:3px;vertical-align:top;border-style:none}.fancytree-expander{cursor:pointer;float:left;margin-top:5px;width:16px;line-height:1}.fancytree-exp-c .fancytree-expander:after,.fancytree-exp-cd .fancytree-expander:after,.fancytree-exp-cdl .fancytree-expander:after,.fancytree-exp-cl .fancytree-expander:after{content:'\e9c7'}.fancytree-exp-e .fancytree-expander:after,.fancytree-exp-ed .fancytree-expander:after,.fancytree-exp-edl .fancytree-expander:after,.fancytree-exp-el .fancytree-expander:after{content:'\e9c5'}.fancytree-statusnode-error .fancytree-icon:after{content:'\ed63'}.fancytree-loading .fancytree-expander,.fancytree-statusnode-wait .fancytree-icon{margin-left:auto;margin-right:auto;width:16px;height:16px;display:inline-block;text-align:center}.fancytree-loading .fancytree-expander:after,.fancytree-statusnode-wait .fancytree-icon:after{content:'\ed6c';-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.fancytree-icon{display:inline-block;width:16px;height:16px}.fancytree-ico-c .fancytree-icon:after,.fancytree-ico-e .fancytree-icon:after{content:'\ea1a'}.fancytree-has-children.fancytree-ico-c .fancytree-icon:after{content:'\ea0f'}.fancytree-has-children.fancytree-ico-e .fancytree-icon:after{content:'\ea11'}.fancytree-ico-cf .fancytree-icon:after,.fancytree-ico-ef .fancytree-icon:after{content:'\ea3d'}.fancytree-has-children.fancytree-ico-cf .fancytree-icon:after{content:'\ea41'}.fancytree-has-children.fancytree-ico-ef .fancytree-icon:after{content:'\ea43'}.fancytree-checkbox{width:18px;height:18px;border:2px solid #777;display:block;text-align:center;position:relative;cursor:pointer}.fancytree-checkbox:after,.fancytree-partsel.fancytree-selected .fancytree-checkbox:after{content:"\e600";margin-top:-1px;margin-left:-1px;display:none}.fancytree-partsel>.fancytree-checkbox:after{content:"";width:8px;height:8px;display:none;background-color:#888;margin:3px}.fancytree-partsel.fancytree-selected .fancytree-checkbox:after{background-color:transparent;width:auto;height:auto}.fancytree-partsel .fancytree-checkbox:after,.fancytree-partsel.fancytree-selected .fancytree-checkbox:after,.fancytree-selected .fancytree-checkbox:after{display:block}.fancytree-radio .fancytree-checkbox{border-radius:100%}.fancytree-radio .fancytree-checkbox:after{content:'';width:8px;height:8px;background-color:#888;margin:3px;border-radius:100px}.fancytree-drag-helper{border:1px solid #ddd;background-color:#fff;padding:4px 5px;opacity:.8;filter:alpha(opacity=80)}.fancytree-drag-helper-img:after{position:absolute;top:50%;margin-top:-9px;right:-26px}.fancytree-drop-accept .fancytree-drag-helper-img:after{content:'\ee73';color:#4CAF50}.fancytree-drop-reject .fancytree-drag-helper-img:after{content:'\ed63';color:#F44336}#fancytree-drop-marker.fancytree-drop-after,#fancytree-drop-marker.fancytree-drop-before{width:200px;border-top:1px solid #333;position:absolute!important}.fancytree-drag-source{background-color:#ddd}.fancytree-drag-source .fancytree.title{color:#333}.fancytree-drop-target.fancytree-drop-accept a{background-color:#2196F3!important;color:#fff!important;text-decoration:none}.fancytree-node{display:inherit;width:100%;position:relative}.fancytree-title{border:0;padding:4px 6px;border-radius:2px;margin-left:4px;display:inline-block;cursor:pointer}.fancytree-title>input{border:0;outline:0;padding:0;background-color:transparent}.fancytree-selected .fancytree-title{background-color:#ddd;color:#333}.fancytree-treefocus .fancytree-selected .fancytree-title{background-color:#2196F3;color:#fff}.fancytree-active .fancytree-title{background-color:#ddd}.sidebar:not(.sidebar-default) .fancytree-active .fancytree-title,.sidebar:not(.sidebar-default) .fancytree-selected .fancytree-title{background-color:rgba(255,255,255,.2);color:#fff}.sidebar:not(.sidebar-default) .fancytree-treefocus .fancytree-selected .fancytree-title{background-color:#2196F3;color:#fff}.fancytree-ext-table .fancytree-node{display:inline-block;width:auto}.fancytree-ext-table .fancytree-title{display:inline}.fancytree-ext-table.fancytree-container{white-space:normal}.fancybox-error,.fc .fc-axis,.fc button,.fc-day-grid-event>.fc-content,.fc-time-grid-event.fc-short .fc-content,.file-footer-caption{white-space:nowrap}.fancytree-ext-table .fancytree-custom-icon,.fancytree-ext-table .fancytree-expander,.fancytree-ext-table .fancytree-icon{margin-top:1px}.fancytree-ext-table .fancytree-checkbox{margin:0 auto;float:none}.fancytree-ext-table .checker{display:block;margin:0 auto}.fancytree-ext-table tbody tr td:first-child{text-align:center}.fancytree-ext-table tbody tr.fancytree-active,.fancytree-ext-table tbody tr.fancytree-focused{background-color:#f5f5f5}.fancytree-ext-table tbody tr.fancytree-selected{background-color:#2196F3;color:#fff}.fancytree-ext-table tbody tr.fancytree-selected .fancytree-checkbox{color:#fff;border-color:#fff}.fancytree-ext-table tbody tr.fancytree-selected .checker span{border-color:#fff;color:#fff}.btn-ladda,.btn-ladda .ladda-label,.btn-ladda .ladda-spinner{-webkit-transition:all cubic-bezier(.175,.885,.32,1.275) .3s;-o-transition:all cubic-bezier(.175,.885,.32,1.275) .3s;transition:all cubic-bezier(.175,.885,.32,1.275) .3s}.btn-ladda .ladda-spinner{position:absolute;z-index:2;display:inline-block;top:50%;pointer-events:none;opacity:0;filter:alpha(opacity=0)}.btn-ladda .ladda-label{z-index:3}.btn-ladda .ladda-progress{position:absolute;width:0;height:100%;left:0;top:0;background-color:rgba(0,0,0,.2);visibility:hidden;-webkit-transition:all linear .3s;-o-transition:all linear .3s;transition:all linear .3s;opacity:0;filter:alpha(opacity=0)}.fc table,.fc-scroller>*{width:100%}.btn-ladda[data-loading] .ladda-progress{visibility:visible;opacity:1;filter:alpha(opacity=100)}.btn-ladda[data-style=zoom-in],.btn-ladda[data-style=zoom-in] .ladda-label,.btn-ladda[data-style=zoom-in] .ladda-spinner,.btn-ladda[data-style=zoom-out],.btn-ladda[data-style=zoom-out] .ladda-label,.btn-ladda[data-style=zoom-out] .ladda-spinner{-webkit-transition:.3s ease all;-o-transition:.3s ease all;transition:.3s ease all}.btn-ladda[data-style=zoom-in] .ladda-label,.btn-ladda[data-style=zoom-out] .ladda-label{position:relative;display:inline-block}.btn-ladda[data-style=zoom-in] .ladda-spinner,.btn-ladda[data-style=zoom-out] .ladda-spinner{left:50%}.btn-ladda[data-style=zoom-in][data-loading] .ladda-label,.btn-ladda[data-style=zoom-out][data-loading] .ladda-label{opacity:0;filter:alpha(opacity=0)}.btn-ladda[data-style=expand-down][data-loading] .ladda-spinner,.btn-ladda[data-style=expand-left][data-loading] .ladda-spinner,.btn-ladda[data-style=expand-right][data-loading] .ladda-spinner,.btn-ladda[data-style=expand-up][data-loading] .ladda-spinner{opacity:1;filter:alpha(opacity=100)}.btn-ladda[data-style=zoom-in][data-loading] .ladda-spinner,.btn-ladda[data-style=zoom-out][data-loading] .ladda-spinner{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;opacity:1;filter:alpha(opacity=100)}.btn-ladda[data-style=zoom-in] .ladda-spinner{-webkit-transform:scale(.2);-ms-transform:scale(.2);-o-transform:scale(.2);transform:scale(.2)}.btn-ladda[data-style=zoom-in][data-loading] .ladda-label{-webkit-transform:scale(2.2);-ms-transform:scale(2.2);-o-transform:scale(2.2);transform:scale(2.2)}.btn-ladda[data-style=zoom-out] .ladda-spinner{-webkit-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5)}.btn-ladda[data-style=zoom-out][data-loading] .ladda-label{-webkit-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5)}.btn-ladda[data-style=expand-left] .ladda-spinner{left:20px}.btn-ladda[data-style=expand-left][data-loading]{padding-left:35px}.btn-ladda[data-style=expand-right] .ladda-spinner{right:20px}.btn-ladda[data-style=expand-right][data-loading]{padding-right:35px}.btn-ladda[data-style=expand-up] .ladda-spinner{top:-16px;left:50%}.btn-ladda[data-style=expand-up][data-loading]{padding-top:40px}.btn-ladda[data-style=expand-up][data-loading] .ladda-spinner{top:12px;margin-top:8px}.btn-ladda[data-style=expand-down] .ladda-spinner{top:44px;left:50%}.btn-ladda[data-style=expand-down][data-loading]{padding-bottom:40px}.btn-ladda[data-style=slide-left]{overflow:hidden}.btn-ladda[data-style=slide-left] .ladda-label{left:0;position:relative}.btn-ladda[data-style=slide-left] .ladda-spinner{right:0}.btn-ladda[data-style=slide-left][data-loading] .ladda-label{left:-100%;opacity:0;filter:alpha(opacity=0)}.btn-ladda[data-style=slide-left][data-loading] .ladda-spinner{right:50%;opacity:1;filter:alpha(opacity=100)}.btn-ladda[data-style=slide-right] .ladda-label{right:0;position:relative}.btn-ladda[data-style=slide-right] .ladda-spinner{left:0}.btn-ladda[data-style=slide-right][data-loading] .ladda-label{right:-100%;opacity:0;filter:alpha(opacity=0)}.btn-ladda[data-style=slide-right][data-loading] .ladda-spinner{left:50%;opacity:1;filter:alpha(opacity=100)}.btn-ladda[data-style=slide-up] .ladda-label{top:0;position:relative}.btn-ladda[data-style=slide-up] .ladda-spinner{top:100%;left:50%}.btn-ladda[data-style=slide-up][data-loading] .ladda-label{top:-16px;opacity:0;filter:alpha(opacity=0)}.btn-ladda[data-style=slide-up][data-loading] .ladda-spinner{top:16px;opacity:1;filter:alpha(opacity=100)}.btn-ladda[data-style=slide-down] .ladda-label{top:0;position:relative}.btn-ladda[data-style=slide-down] .ladda-spinner{top:-100%;left:50%}.btn-ladda[data-style=slide-down][data-loading] .ladda-label{top:16px;opacity:0;filter:alpha(opacity=0)}.btn-ladda[data-style=slide-down][data-loading] .ladda-spinner{top:16px;opacity:1;filter:alpha(opacity=100)}.btn-ladda[data-style=fade] .ladda-spinner{left:50%}.btn-ladda[data-style=fade][data-loading] .ladda-label{opacity:0;filter:alpha(opacity=0)}.btn-ladda[data-style=fade][data-loading] .ladda-spinner{opacity:1;filter:alpha(opacity=100)}.btn-ladda[data-style=radius]{border-radius:2px;-webkit-transition:all ease-in-out .5s;-o-transition:all ease-in-out .5s;transition:all ease-in-out .5s}.btn-ladda[data-style=radius] .ladda-spinner{left:50%}.btn-ladda[data-style=radius][data-loading]{border-radius:5px}.btn-ladda[data-style=radius][data-loading] .ladda-label{opacity:0;filter:alpha(opacity=0)}.btn-ladda[data-style=radius][data-loading] .ladda-spinner{opacity:1;filter:alpha(opacity=100)}.fc-bgevent,.fc-highlight{opacity:.3;filter:alpha(opacity=30)}.headroom{-webkit-transition:top .2s ease-in-out,bottom .2s ease-in-out;-o-transition:top .2s ease-in-out,bottom .2s ease-in-out;transition:top .2s ease-in-out,bottom .2s ease-in-out}.headroom-top-pinned{top:0}.headroom-top-unpinned{top:-46px}.headroom-bottom-pinned{bottom:-46px}.headroom-bottom-unpinned{bottom:0}.fc{text-align:left}.fc th,.fc-basic-view .fc-week-number,.fc-time-grid-event .fc-resizer,.fc-toolbar,a.fc-more{text-align:center}.fc-view{max-width:100%;overflow:auto}.fc-view>table{min-width:769px}.fc-events-container{background-color:#fcfcfc;border:1px solid #ddd;padding:10px}.fc-events-container .fc-event{margin:0;padding:4px 11px}.fc-events-container .fc-event+.fc-event{margin-top:10px}.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed hr,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed thead,.fc-unthemed thead td,.fc-unthemed thead th{border-bottom-color:#bbb}.fc-unthemed hr{background-color:#f5f5f5}.fc-unthemed .fc-popover{background-color:#fff;border-radius:3px}.fc-unthemed .fc-popover .fc-header{background-color:#f5f5f5}.fc-unthemed .fc-today{background-color:#E8F5E9}.fc-highlight{background-color:#e5e5e5}.fc-bgevent{background-color:#81C784}.fc-nonbusiness{background-color:#ccc}.fc-icon{display:block}.fc-icon:after{display:inline-block;font-family:icomoon;line-height:1;font-size:16px;vertical-align:middle;position:relative;top:-1px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fc-icon-left-single-arrow:after{content:"\e9c0"}.fc-icon-right-single-arrow:after{content:"\e9c3"}.fc-icon-left-double-arrow:after{content:"\000AB"}.fc-icon-right-double-arrow:after{content:"\000BB"}.fc-icon-x:after{content:"\ed6b";font-size:12px;display:block}.fc button{margin:0;border:1px solid #ddd;padding:7px 12px;cursor:pointer;outline:0}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid;background-color:#fcfcfc}.fc-state-default.fc-corner-left{border-bottom-left-radius:2px;border-top-left-radius:2px}.fc-state-default.fc-corner-right{border-bottom-right-radius:2px;border-top-right-radius:2px}.fc-state-hover{background-color:#f8f8f8}.fc-state-active,.fc-state-down{background-color:#f5f5f5}.fc-button.fc-state-active,.fc-button.fc-state-down{border-color:#ddd;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.05) inset;box-shadow:0 1px 3px rgba(0,0,0,.05) inset}.fc-state-disabled{color:#999;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close{cursor:pointer}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;border:1px solid #ddd;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.05);box-shadow:0 1px 5px rgba(0,0,0,.05)}.fc-popover .fc-header{padding:10px}.fc-ltr .fc-popover .fc-header .fc-title{float:left}.fc-ltr .fc-popover .fc-header .fc-close{float:right}.fc-unthemed .fc-popover .fc-header .fc-close{margin-top:2px;opacity:.6;filter:alpha(opacity=60)}.fc-unthemed .fc-popover .fc-header .fc-close:hover{opacity:1;filter:alpha(opacity=100)}.fc hr{height:0;margin:0;padding:0 0 2px;border-style:solid;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc-event,.fc-row,.fc-scroller>*{position:relative}.fc-bg{bottom:0}.fc table{border-collapse:collapse}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc th{padding:12px 20px;font-weight:500}.fc td.fc-today{border-style:double}.fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border:0}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent;border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-row .fc-content-skeleton{position:relative;z-index:4}.fc-row .fc-helper-skeleton{z-index:5}.fc-scroller{overflow-y:scroll;overflow-x:hidden;min-height:500px}.fc-day-grid-event>.fc-content,.fc-row.fc-rigid,.fc-scroller>*,.fc-time-grid-event{overflow:hidden}.fc-event{display:block;border:1px solid #039BE5;background-color:#039BE5;font-weight:400;border-radius:2px}.fc-day-grid-event .fc-time,.fc-time-grid-event .fc-time{font-weight:500}.fc-event,.fc-event:hover{color:#fff;text-decoration:none}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-day-grid-event{margin:0 5px 5px;padding:4px 8px}.fc-day-grid-event>.fc-content{text-overflow:ellipsis}.fc-day-grid-event .fc-resizer{position:absolute;top:0;bottom:0;width:7px}.fc-ltr .fc-day-grid-event .fc-resizer{right:-3px;cursor:e-resize}@media (min-width:1200px){.fc-day-grid-event>.fc-content{background-color:inherit}.fc-day-grid-event .fc-time{float:right;padding-left:5px;display:inline-block;z-index:2;position:relative;background-color:inherit}.fc-day-grid-event .fc-title{z-index:1;position:relative}}a.fc-more{margin:1px 5px;background-color:#fafafa;display:block;padding:5px;border-radius:2px;color:#999;font-size:12px}a.fc-more:hover{background-color:#f5f5f5;color:#333}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px 5px}.fc-toolbar{margin-bottom:20px}.fc-toolbar h2{margin:5px 0;font-size:17px}.fc-toolbar .fc-left{float:left;width:33%}.fc-toolbar .fc-right{float:right;width:33%}.fc-toolbar .fc-right .fc-button-group{float:right}.fc-toolbar .fc-left>.fc-button,.fc-toolbar .fc-right>.fc-button{margin-left:10px}.fc-toolbar .fc-center{display:inline-block;vertical-align:middle}.fc-toolbar>*>*{float:left}.fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar button{position:relative}.fc-toolbar button:focus{z-index:5}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-top:5px;padding-bottom:10px}.fc-basic-view tbody .fc-row{min-height:100px;min-width:100px}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:10px}.fc-axis,.fc-basic-view .fc-day-number{text-align:right}.fc-basic-view .fc-week-number span{display:inline-block;min-width:1.25em}.fc-basic-view .fc-day-number.fc-other-month{opacity:.3;filter:alpha(opacity=30)}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-top:5px;padding-bottom:0}.fc .fc-axis{vertical-align:middle;padding:10px}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-bgevent-skeleton,.fc-time-grid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-time-grid .fc-bgevent-skeleton{z-index:3}.fc-time-grid .fc-highlight-skeleton{z-index:4}.fc-time-grid .fc-content-skeleton{z-index:5}.fc-time-grid .fc-helper-skeleton{z-index:6}.fc-slats td{border-bottom:0}.fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight-container{position:relative}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-time-grid .fc-bgevent-container,.fc-time-grid .fc-event-container{position:relative}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1;margin:5px;padding:10px;min-height:45px;-webkit-box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px #fff}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-time-grid-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-right-radius:0;border-top-left-radius:0}.fc-time-grid-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-right-radius:0;border-bottom-left-radius:0}.fc-time-grid-event>.fc-content{position:relative;z-index:2}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\000A0-\000A0"}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event .fc-resizer{position:absolute;z-index:3;left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:10px;font-size:12px;font-family:monospace;cursor:s-resize;background-color:rgba(0,0,0,.05);padding:1px}.fc-time-grid-event .fc-resizer:hover{background-color:rgba(0,0,0,.1)}.fc-time-grid-event .fc-resizer:after{content:"="}@media (max-width:768px){.fc-toolbar .fc-left,.fc-toolbar .fc-left .fc-button-group,.fc-toolbar .fc-left>.fc-button,.fc-toolbar .fc-right,.fc-toolbar .fc-right .fc-button-group,.fc-toolbar .fc-right>.fc-button{float:none;width:auto;vertical-align:top}.fc-toolbar .fc-left,.fc-toolbar .fc-right{display:block;margin-bottom:10px}.fc-view-container{border-left:1px solid #ddd;border-right:1px solid #ddd}.fc-view-container>.fc-view>table{margin-left:-1px}.fc td,.fc th{border-right-width:0}}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;filter:alpha(opacity=80)}.gu-unselectable.dropdown-menu li:nth-last-child(2){margin-bottom:0}.nav-pills-toolbar>li.gu-mirror:not(.active)>a{border:0}.gu-hide{display:none!important}.gu-unselectable{-moz-user-select:none;user-select:none}.gu-transit{opacity:.5;filter:alpha(opacity=50)}.dragula-handle{color:#999;cursor:pointer}.dragula-handle:focus,.dragula-handle:hover{color:#333}.plupload_wrapper{width:100%;border:2px dashed #ddd;border-radius:3px}.panel>div>.plupload_wrapper{border:0}.panel.panel-flat>div>.plupload_wrapper{border-top:1px solid #ddd}.plupload_delete a:after,.plupload_done a:after,.plupload_failed a:after,.plupload_file_action:after,.plupload_filelist li.plupload_droptext:before,.plupload_filelist:empty:before,.plupload_header:after{font-family:icomoon;display:inline-block;font-size:16px;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.file-preview-other:after,.file-thumb-loading:after,.file-uploading:after{font-family:icomoon;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.plupload_header{display:none;position:relative;background-color:#0097A7;margin:-1px -1px 0;border-top-right-radius:3px;border-top-left-radius:3px}.plupload_header:after{content:'\ec78';color:#fff;font-size:32px;position:absolute;top:50%;left:20px;margin-top:-16px}.plupload_header_content{padding:15px 20px 15px 72px;color:#fff}.plupload_header_title{font-size:15px;font-weight:500}.plupload_header_text{font-size:11px;line-height:1.82}.plupload_clearer,.plupload_progress_bar{display:block;font-size:0;line-height:0}.plupload_button{display:inline-block;color:#fff;background-color:#2196F3;border:1px solid transparent;padding:6px 11px;border-radius:2px;margin-right:5px}.plupload_file_action *,.plupload_progress,.plupload_upload_status{display:none}.plupload_button:focus,.plupload_button:hover{color:#fff;opacity:.9;filter:alpha(opacity=90)}.plupload_button:active{opacity:1;filter:alpha(opacity=100)}a.plupload_disabled,a.plupload_disabled:focus,a.plupload_disabled:hover{color:#999;box-shadow:none;border-color:#ddd;background:#fcfcfc;cursor:default;opacity:1;filter:alpha(opacity=100)}.plupload_start{background-color:#26A69A}.plupload_filelist{margin:0;padding:0;list-style:none}.plupload_scroll .plupload_filelist{height:250px;background:#fff;overflow-y:auto}@media (max-width:768px){.plupload_scroll .plupload_filelist{height:200px}}.plupload_filelist li{padding:12px 20px;background-color:#fff}.plupload_filelist li:hover{background-color:#f5f5f5}.plupload_filelist li.plupload_droptext:hover{background-color:transparent}.plupload_filelist li.plupload_droptext,.plupload_filelist:empty{position:relative;height:250px;text-align:center;background-color:transparent;text-indent:-99999px}.plupload_filelist li.plupload_droptext:before,.plupload_filelist:empty:before{content:'\ea0e';font-size:80px;padding-top:65px;position:absolute;top:0;width:80px;height:80px;left:50%;margin-left:-40px;z-index:2;color:#ddd;text-indent:0;font-weight:400}.plupload_filelist li.plupload_droptext:after,.plupload_filelist:empty:after{content:'Drag files to upload';font-size:19px;position:absolute;top:50%;padding-top:145px;left:50%;margin:-100px 0 0 -150px;width:300px;height:200px;color:#bbb;text-indent:0}@media (max-width:768px){.plupload_filelist li.plupload_droptext,.plupload_filelist:empty{height:200px}.plupload_filelist li.plupload_droptext:after,.plupload_filelist li.plupload_droptext:before,.plupload_filelist:empty:after,.plupload_filelist:empty:before{width:100%;height:200px;left:0;margin:0;top:0}.plupload_filelist li.plupload_droptext:before,.plupload_filelist:empty:before{font-size:64px;padding-top:40px}.plupload_filelist li.plupload_droptext:after,.plupload_filelist:empty:after{font-size:17px;border-width:3px 0;padding-top:120px}.plupload_filelist_footer .plupload_file_action,.plupload_filelist_footer .plupload_file_size,.plupload_filelist_footer .plupload_file_status,.plupload_filelist_footer .plupload_progress{display:none}}.plupload_filelist_footer,.plupload_filelist_header{padding:15px 20px}.plupload_filelist:empty:after{content:'Add files to upload'}.plupload_filelist_header .plupload_file_action,.plupload_filelist_header .plupload_file_name,.plupload_filelist_header .plupload_file_size,.plupload_filelist_header .plupload_file_status{font-weight:500}.plupload_filelist_footer .plupload_file_size,.plupload_filelist_footer .plupload_file_status,.plupload_filelist_footer .plupload_upload_status{padding:7px 0;font-weight:500}.plupload_file_action{position:relative;float:right;margin-left:30px;margin-top:2px;color:#999;width:16px;height:16px}.plupload_file_action:after{content:'\ec67';position:absolute;left:0;top:0}.plupload_filelist_footer .plupload_file_action{margin-top:9px}.plupload_filelist .plupload_file_action:after{content:none}.plupload_delete .plupload_file_action>a{color:#333;line-height:1;opacity:.5;filter:alpha(opacity=50)}.plupload_delete .plupload_file_action>a:hover{opacity:1;filter:alpha(opacity=100)}.plupload_uploading{background-color:#E8F5E9}.plupload_delete a:after{content:'\ed6b'}.plupload_failed a{color:#F44336;cursor:default}.plupload_failed a:after{content:'\e9cf'}.plupload_done{color:#999}.plupload_done a{color:#4DB6AC;cursor:default}.plupload_done a:after{content:'\e9db'}.plupload_progress_container{margin-top:14px;background-color:#eee}.plupload_progress_bar{width:0;height:4px;background:#4DB6AC;border-radius:5px}.file-preview-frame,.file-preview-image,.file-preview-other{height:160px;vertical-align:middle}.file-input.has-error .form-control{border-color:#ddd;outline:0;-webkit-box-shadow:none;box-shadow:none}@media (min-width:769px){.plupload_file_name{float:left;overflow:hidden}.plupload_filelist .plupload_file_name{width:205px;white-space:nowrap;text-overflow:ellipsis}.plupload_file_size,.plupload_file_status,.plupload_progress{float:right;width:80px}.plupload_file_action,.plupload_file_size,.plupload_file_status{text-align:right}.file-input .btn>.glyphicon,.file-input .btn>[class*=icon-]{margin-right:5px}}.file-object{margin:0 0 -5px;padding:0}.btn-file{position:relative;overflow:hidden}.btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;text-align:right;opacity:0;background:none;cursor:inherit;display:block}.file-caption-name{display:inline-block;overflow:hidden;word-break:break-all}.file-caption-name .glyphicon,.file-caption-name [class*=icon-]{margin-right:7px}.file-input-new .file-caption-name{color:#999}.file-input-new .file-caption-name>.glyphicon,.file-input-new .file-caption-name>[class*=icon-]{display:none}.file-error-message{position:relative;background-color:#f2dede;color:#a94442;text-align:center;border-radius:3px;padding:10px;margin:0 5px 5px}.file-drop-zone .file-error-message{margin-top:5px}.file-error-message .close{margin-top:1px;color:#a94442}.file-error-message pre,.file-error-message ul{margin:5px 0;text-align:left}.file-caption-disabled{background-color:#fafafa;cursor:not-allowed}.file-preview-detail-modal{text-align:left}.file-preview{border-radius:2px;border:1px solid #ddd;width:100%;margin-bottom:20px;position:relative;text-align:center}.file-preview>.close{font-weight:400;font-size:17px;position:absolute;top:0;right:0;background-color:#fff;padding:8px;line-height:.6;border-radius:3px;color:#555;opacity:1;filter:alpha(opacity=100)}.file-preview-frame{margin:5px;border:1px solid #ddd;padding:3px;display:table;float:left}.changeType,.file-footer-buttons{float:right}@media (max-width:768px){.file-preview-image{max-width:100%}}.file-preview-text{text-align:left;width:160px;margin-bottom:2px;color:#428bca;background-color:#fff;overflow-x:hidden}.file-preview-other{display:table-cell;text-align:center;width:160px}.file-preview-other:after{content:"\ea0c";display:block;font-size:64px}.file-preview-other .glyphicon{display:none}.file-preview-status{position:absolute;bottom:0;left:0;width:100%;background-color:rgba(250,250,250,.8);border-top:1px solid #ddd;padding:7px 12px;font-size:12px;color:#333!important}.file-preview-status:empty{padding:0;background-color:transparent;border:0}.file-thumb-loading:before,.file-uploading:before{content:"";display:inline-block;background-color:#263238;width:32px;height:32px;position:absolute;top:50%;left:50%;margin:-16px 0 0 -16px;border-radius:3px;-webkit-box-shadow:0 1px 5px rgba(255,255,255,.5);box-shadow:0 1px 5px rgba(255,255,255,.5)}.file-thumb-loading:after,.file-uploading:after{content:"\eb55";display:inline-block;position:absolute;color:#fff;top:50%;left:50%;margin:-8px 0 0 -8px;font-size:16px;line-height:1;-webkit-animation:rotation 1s linear infinite;-o-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite}#fancybox-loading div:after,.dropzone .dz-default.dz-message:before,.fancybox-close:after,.fancybox-nav span:after,.footable.breakpoint>tbody>tr .footable-toggle:before{font-family:icomoon}.file-upload-indicator{padding-top:6px;padding-bottom:6px;cursor:default;text-align:left;padding-left:5px}.file-input-ajax-new .file-caption-name>.glyphicon,.file-input-ajax-new .file-caption-name>[class*=icon-],.file-input-ajax-new .fileinput-remove,.file-input-ajax-new .fileinput-remove-button,.file-input-ajax-new .fileinput-upload-button,.file-input-new .close,.file-input-new .file-preview,.file-input-new .fileinput-remove-button,.file-input-new .fileinput-upload-button,.file-input-new .glyphicon-file{display:none}.file-actions{margin-top:5px}.file-actions .btn>.glyphicon,.file-actions .btn>[class*=icon-]{margin-right:0}.file-footer-caption{display:block;overflow:hidden;text-overflow:ellipsis;width:160px;text-align:center;font-size:11px;padding:12px 7px 7px;margin-left:auto;margin-right:auto}.file-preview-error{opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.dropzone .dz-default.dz-message,.dropzone .dz-message{opacity:1;filter:alpha(opacity=100)}.file-drop-zone{border:1px dashed #ddd;border-radius:3px;height:100%;vertical-align:middle;margin:5px;padding:5px}.file-drop-zone-title{color:#999;font-size:21px;font-weight:300;padding:85px 10px}.file-highlighted{border-color:#ccc;background-color:#fafafa}.file-thumb-progress{position:absolute;top:-5px;left:0;right:0}.dropzone,.file-thumbnail-footer{position:relative}.file-thumb-progress .progress,.file-thumb-progress .progress-bar{height:5px;border-radius:0;font-size:0}.kv-upload-progress{margin-bottom:20px}.btn-file ::-ms-browse{width:100%;height:100%}.dropzone{border:3px dashed #eee;min-height:250px;border-radius:2px;background-color:#fcfcfc;padding:5px}.dropzone.dz-clickable,.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message span{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-drag-hover{border-color:rgba(0,0,0,.15);background:rgba(0,0,0,.04)}.sidebar .dropzone{min-height:190px;text-align:center;border-width:2px}.sidebar .dropzone .dz-default.dz-message:before{font-size:64px;width:64px;height:64px;margin-left:-32px;top:50px}.sidebar .dropzone .dz-default.dz-message span{font-size:15px}.sidebar .dropzone .dz-default.dz-message>span{margin-top:130px}.dropzone .dz-default.dz-message{position:absolute;height:230px;width:100%;margin-top:-115px;top:50%;left:0;padding:20px;text-align:center;border-radius:5px;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.dropzone .dz-default.dz-message:before{content:'\ea0e';font-size:64px;position:absolute;top:48px;width:64px;height:64px;display:inline-block;left:50%;margin-left:-32px;line-height:1;z-index:2;color:#ddd;text-indent:0;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dropzone .dz-default.dz-message span{font-size:15px;color:#bbb;text-align:center;margin-top:120px;display:block;font-weight:500;text-shadow:0 1px 1px #fff}.dropzone .dz-default.dz-message span>span{margin-top:2px;display:block;color:#ccc;font-size:15px}@media (min-width:769px){.dropzone{min-height:320px}.dropzone .dz-default.dz-message:before{font-size:80px;top:48px;width:80px;height:80px;margin-left:-32px}.dropzone .dz-default.dz-message span{font-size:19px;margin-top:130px}}.dropzone.dz-drag-hover .dz-message{opacity:.15;filter:alpha(opacity=15)}.dropzone.dz-started .dz-message{display:block;opacity:0;filter:alpha(opacity=0)}.dropzone .dz-preview,.dropzone-previews .dz-preview{background-color:#fff;position:relative;display:inline-block;margin:10px;vertical-align:top;border:1px solid #ddd;padding:6px;border-radius:2px}.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],.dropzone .dz-preview:hover .dz-details img,.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail],.dropzone-previews .dz-preview:hover .dz-details img{display:none}.dropzone .dz-preview .dz-details,.dropzone-previews .dz-preview .dz-details{width:120px;height:120px;position:relative;background-color:#f5f5f5;padding:8px;margin-bottom:25px}.dropzone .dz-preview .dz-details .dz-filename,.dropzone-previews .dz-preview .dz-details .dz-filename{overflow:hidden;height:100%}.dropzone .dz-preview .dz-details img,.dropzone-previews .dz-preview .dz-details img{position:absolute;top:0;left:0;width:120px;height:120px}.dropzone .dz-preview .dz-details .dz-size,.dropzone-previews .dz-preview .dz-details .dz-size{position:absolute;bottom:-26px;left:5px}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-success-mark{display:none;position:absolute;z-index:9}.dropzone .dz-preview .dz-error-mark:after,.dropzone .dz-preview .dz-success-mark:after,.dropzone-previews .dz-preview .dz-error-mark:after,.dropzone-previews .dz-preview .dz-success-mark:after{font-family:icomoon;display:block;position:absolute;right:0;bottom:3px;font-size:12px;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dropzone .dz-preview .dz-error-mark span,.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark span,.dropzone .dz-preview .dz-success-mark svg,.dropzone-previews .dz-preview .dz-error-mark span,.dropzone-previews .dz-preview .dz-error-mark svg,.dropzone-previews .dz-preview .dz-success-mark span,.dropzone-previews .dz-preview .dz-success-mark svg{display:none}.dropzone .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-error-mark{color:#F44336}.dropzone .dz-preview .dz-error-mark:after,.dropzone-previews .dz-preview .dz-error-mark:after{content:'\ed6a'}.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-success-mark{color:#4CAF50}.dropzone .dz-preview .dz-success-mark:after,.dropzone-previews .dz-preview .dz-success-mark:after{content:'\ed6e'}.dropzone .dz-preview.dz-error .dz-error-mark,.dropzone .dz-preview.dz-success .dz-success-mark,.dropzone-previews .dz-preview.dz-error .dz-error-mark,.dropzone-previews .dz-preview.dz-success .dz-success-mark{display:block;opacity:1;filter:alpha(opacity=100)}.dropzone .dz-preview .dz-progress,.dropzone-previews .dz-preview .dz-progress{position:absolute;top:118px;left:8px;right:8px;height:4px;background-color:#eee;display:none;border-radius:2px}.dropzone .dz-preview .dz-progress .dz-upload,.dropzone-previews .dz-preview .dz-progress .dz-upload{display:block;position:absolute;top:0;bottom:0;left:0;width:0;height:100%;background-color:#00BCD4;-webkit-transition:width .3s ease-in-out;-o-transition:width .3s ease-in-out;transition:width .3s ease-in-out}.dropzone .dz-preview.dz-processing .dz-progress,.dropzone-previews .dz-preview.dz-processing .dz-progress{display:block}.dropzone .dz-preview.dz-success .dz-progress,.dropzone-previews .dz-preview.dz-success .dz-progress{display:block;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.dropzone .dz-preview .dz-error-message,.dropzone-previews .dz-preview .dz-error-message{display:block;position:absolute;top:0;left:0;background:rgba(245,245,245,.8);margin:8px;padding:8px;color:#F44336;max-width:100%;z-index:5;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.dropzone .dz-preview.dz-error:hover .dz-error-message,.dropzone-previews .dz-preview.dz-error:hover .dz-error-message{display:block;opacity:1;filter:alpha(opacity=100)}.dropzone .dz-preview.dz-error .dz-progress .dz-upload,.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload{background:#F44336}.dropzone .dz-preview.dz-image-preview:hover .dz-details img,.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img{display:block;opacity:.1;filter:alpha(opacity=10)}.dropzone .dz-preview a.dz-remove,.dropzone-previews .dz-preview a.dz-remove{background-color:#fafafa;border-radius:2px;border:1px solid #eee;display:block;padding:5px;text-align:center;color:#999;margin-top:35px;cursor:pointer}.dropzone .dz-preview a.dz-remove:hover,.dropzone-previews .dz-preview a.dz-remove:hover{color:#333;background-color:#f5f5f5}.image-cropper-container{height:350px;width:100%;overflow:hidden;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.eg-preview{text-align:center;font-size:0}.eg-preview .preview{margin:10px auto 0;display:block;overflow:hidden;vertical-align:middle;border-radius:2px}.eg-preview .preview-lg{width:150px;height:150px}.eg-preview .preview-md{width:120px;height:120px}.eg-preview .preview-sm{width:90px;height:90px}.eg-preview .preview-xs{width:60px;height:60px}.eg-preview .preview-xxs{width:40px;height:40px}@media (min-width:769px){.eg-preview .preview{display:inline-block;margin-left:0;margin-right:0}.eg-preview .preview+.preview{margin-left:15px}.eg-preview{white-space:nowrap;max-width:100%;overflow:auto}}.cropper-invisible,.cropper-viewer>img{max-width:none!important;max-height:none!important}.cropper-viewer,.fancybox-inner{overflow:hidden}.cropper-container{position:relative;overflow:hidden;background-color:#fff;-webkit-touch-callout:none;-moz-user-select:none;user-select:none}.cropper-container>img{width:100%;height:100%}.cropper-hidden{display:none!important}.cropper-invisible{position:fixed;top:0;left:0;z-index:-1;width:auto!important;height:auto!important;opacity:0;filter:alpha(opacity=0)}.cropper-canvas,.cropper-modal{position:absolute;top:0;right:0;bottom:0;left:0}.cropper-modal{background-color:#333;opacity:.5;filter:alpha(opacity=50)}.cropper-canvas{cursor:crosshair;background-color:#fff;opacity:0;filter:alpha(opacity=0)}.cropper-dragger{position:absolute;top:10%;left:10%;width:80%;height:80%}.cropper-viewer{display:block;width:100%;height:100%;outline-width:1px;outline-style:solid;outline-color:rgba(33,150,243,.75)}.cropper-dashed{position:absolute;display:block;border:0 dashed #fff;opacity:.5;filter:alpha(opacity=50)}.cropper-dashed.dashed-h{top:33.3%;left:0;width:100%;height:33.3%;border-top-width:1px;border-bottom-width:1px}.cropper-dashed.dashed-v{top:0;left:33.3%;width:33.3%;height:100%;border-right-width:1px;border-left-width:1px}.cropper-face,.cropper-line,.cropper-point{position:absolute;display:block;width:100%;height:100%;opacity:.1;filter:alpha(opacity=10)}.cropper-face{top:0;left:0;cursor:move;background-color:#fff}.cropper-line{background-color:#F44336}.cropper-line.line-e{top:0;right:-3px;width:5px;cursor:e-resize}.cropper-line.line-n{top:-3px;left:0;height:5px;cursor:n-resize}.cropper-line.line-w{top:0;left:-3px;width:5px;cursor:w-resize}.cropper-line.line-s{bottom:-3px;left:0;height:5px;cursor:s-resize}.cropper-point{width:5px;height:5px;background-color:#2196F3;opacity:.75;filter:alpha(opacity=75)}.cropper-point.point-e{top:50%;right:-3px;margin-top:-3px;cursor:e-resize}.cropper-point.point-n{top:-3px;left:50%;margin-left:-3px;cursor:n-resize}.cropper-point.point-w{top:50%;left:-3px;margin-top:-3px;cursor:w-resize}.cropper-point.point-s{bottom:-3px;left:50%;margin-left:-3px;cursor:s-resize}.cropper-point.point-ne{top:-3px;right:-3px;cursor:ne-resize}.cropper-point.point-nw{top:-3px;left:-3px;cursor:nw-resize}.cropper-point.point-sw{bottom:-3px;left:-3px;cursor:sw-resize}.cropper-point.point-se{right:-3px;bottom:-3px;width:20px;height:20px;cursor:se-resize;opacity:1;filter:alpha(opacity=100)}.cropper-point.point-se:before{content:" ";position:absolute;right:-50%;bottom:-50%;display:block;width:200%;height:200%;background-color:#2196F3;opacity:0;filter:alpha(opacity=0)}@media (min-width:769px){.cropper-point{width:15px;height:15px}}@media (min-width:1025px){.cropper-point{width:10px;height:10px}}@media (min-width:1200px){.cropper-point{width:5px;height:5px;opacity:.75;filter:alpha(opacity=75)}}.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-inner,.fancybox-outer,.fancybox-skin{position:relative}.fancybox-skin{background-color:#fff;color:#333;border-radius:3px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 1px 10px rgba(0,0,0,.2);box-shadow:0 1px 10px rgba(0,0,0,.2)}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading{position:fixed;top:50%;left:50%;cursor:pointer;z-index:8060;color:#fff;opacity:.8;filter:alpha(opacity=80)}#fancybox-loading div:after{content:'\eb55';font-size:16px;margin-top:-8px;margin-left:-8px;display:block;line-height:1;width:16px;height:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-animation:rotation 1s ease infinite;-o-animation:rotation 1s ease infinite;animation:rotation 1s ease infinite}.fancybox-close{position:absolute;right:-32px;top:-32px;padding:8px;z-index:8061;cursor:pointer;line-height:1;color:#fff;border-radius:3px}.fancybox-close:focus,.fancybox-close:hover{background-color:rgba(0,0,0,.25);color:#fff}.fancybox-close:after{content:'\ed6a';font-size:16px;display:block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fancybox-error{color:#F44336;font-weight:500;margin:0;padding:20px}.fancybox-title{visibility:hidden;font-weight:500;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-45px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:7px 12px;background:rgba(0,0,0,.5);color:#fff;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background-color:transparent}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;background-color:transparent;z-index:8040}.fancybox-nav span{position:absolute;top:50%;width:32px;height:32px;margin-top:-16px;cursor:pointer;padding:8px;color:#fff;background-color:rgba(0,0,0,.5);display:block;text-align:center;z-index:8040;visibility:hidden;border-radius:3px;opacity:0;filter:alpha(opacity=0)}.fancybox-nav span:after{display:inline-block;font-size:16px;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fancybox-nav:hover span{visibility:visible;opacity:1;filter:alpha(opacity=100)}.handsontable.htAutoSize,.handsontable.listbox .wtBorder,.htContextMenu .wtBorder{visibility:hidden}.fancybox-prev{left:0}.fancybox-prev span{left:10px}.fancybox-prev span:after{content:'\e9c8'}.fancybox-next{right:0}.fancybox-next span{right:10px}.fancybox-next span:after{content:'\e9cb'}.fancybox-lock{overflow:visible!important;width:auto}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background-color:rgba(0,0,0,.8)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.footable{width:100%}.footable>thead>tr>th{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.footable.breakpoint>tbody>tr.footable-detail-show>td{border-bottom:0}.footable.breakpoint>tbody>tr.footable-row-detail:hover{background-color:transparent}.footable.breakpoint>tbody>tr:hover:not(.footable-row-detail){cursor:pointer}.footable.breakpoint>tbody>tr>.footable-cell-detail{background-color:#eee;border-top:0}.footable.breakpoint>tbody>tr .footable-toggle:before{content:"\e9e4";display:inline-block;font-size:16px;vertical-align:middle;position:relative;top:-1px;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-right:10px}.changeTypeMenu li.active:after,.htContextMenu table tbody tr td div span.selected:after,.pika-next:after,.pika-prev:after{font-family:Icomoon;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.footable.breakpoint>tbody>tr.footable-detail-show .footable-toggle:before{content:"\e9e7"}.footable-row-detail-inner{display:table;table-layout:fixed;width:100%}.footable-row-detail-row{display:table-row}.footable-row-detail-group{display:block;font-weight:700;margin-top:20px;margin-bottom:7px}.footable-row-detail-group:first-child{margin-top:7px}.footable-row-detail-name{display:table-cell;padding-right:40px;font-weight:500}.footable-row-detail-value{display:table-cell;padding:7px 0}@media (max-width:480px){.footable-row-detail-inner{position:relative}.footable-row-detail .btn-group,.footable-row-detail .dropdown,.footable-row-detail .dropup{position:static}.footable-row-detail .dropdown-menu{left:0;right:0}}.hot-container{position:relative;-webkit-box-shadow:0 0 0 1px #ddd;box-shadow:0 0 0 1px #ddd}.hot-container .ht_master .wtHolder{min-width:100%}.hot-container.has-scroll{height:300px;overflow:hidden}@media (max-width:1024px){.hot-container{overflow-x:hidden;overflow-y:auto}.hot-container .ht_master .wtHolder{max-width:100%;min-width:auto}.hot-container:not(.has-scroll) .wtHolder{height:100%!important}}.handsontable .table-striped>tbody>tr:nth-of-type(odd)>td:not([class*=bg-]){background-color:inherit}.handsontable .table-hover>tbody>tr:hover>th{background-color:#f5f5f5}.changeType{border:0;background-color:transparent;border-radius:2px;padding:0;margin-right:2px;line-height:16px;margin-top:2px}.changeType:hover{color:#777}.changeTypeMenu{position:absolute;border:1px solid #ccc;margin-top:20px;background-color:#fff;padding:5px 0;display:none;width:160px;z-index:1000}.changeTypeMenu li{list-style:none;padding:7px 34px 7px 12px;cursor:pointer;position:relative}.changeTypeMenu li:hover{background-color:#f5f5f5}.changeTypeMenu li.active:after{content:'\e600';position:absolute;right:12px;top:50%;margin-top:-8px;display:inline-block;font-size:16px;line-height:1}.handsontable,.handsontable .relative{position:relative}.handsontable .hide{display:none}.handsontable.htAutoSize{left:-99000px;position:absolute;top:-99000px}.handsontable .htDimmed{color:#999}.handsontable .wtHider{width:0}.handsontable .wtSpreader{position:relative;width:0;height:auto}.handsontable div,.handsontable input,.handsontable table,.handsontable tbody,.handsontable td,.handsontable textarea,.handsontable th,.handsontable thead{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.handsontable input,.handsontable textarea{min-height:initial}.handsontable .htCore{border-collapse:separate;border-spacing:0;margin:0;border-width:0;width:0;outline-width:0;max-width:none;max-height:none}.handsontable col,.handsontable col.rowHeader{width:50px}.handsontable td,.handsontable th{border-right:1px solid #ddd;border-bottom:1px solid #ddd;height:30px;empty-cells:show;position:relative;padding:0 4px;overflow:hidden;outline-width:0;white-space:pre-line}.handsontable td.htNoWrap,.handsontable th{white-space:nowrap}.handsontable td.disabled,.handsontable th.disabled{background-color:#fafafa;color:#999}.handsontable th{text-align:center;font-weight:400}.handsontable th:not([class*=bg-]){background-color:#f5f5f5}.handsontable th.active{background-color:#eee}.handsontable thead th{padding:0}.handsontable thead th .relative{padding:2px 4px;overflow:hidden;text-overflow:ellipsis}.handsontable td:not([class*=bg-]){background-color:#fff}.handsontable td.htInvalid{background-color:#FFEBEE!important}.handsontable td.active{background-color:#f8f8f8}.handsontable td.area{background:-moz-linear-gradient(top,rgba(181,209,255,.34) 0,rgba(181,209,255,.34) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(181,209,255,.34)),color-stop(100%,rgba(181,209,255,.34)));background:-webkit-linear-gradient(top,rgba(181,209,255,.34) 0,rgba(181,209,255,.34) 100%);background:-o-linear-gradient(top,rgba(181,209,255,.34) 0,rgba(181,209,255,.34) 100%);background:-ms-linear-gradient(top,rgba(181,209,255,.34) 0,rgba(181,209,255,.34) 100%);background:linear-gradient(to bottom,rgba(181,209,255,.34) 0,rgba(181,209,255,.34) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#57b5d1ff', endColorstr='#57b5d1ff', GradientType=0)}.handsontable th.htNoFrame,.handsontable th:first-child.htNoFrame,.handsontable tr:first-child th.htNoFrame{border-left-width:0;background-color:#fff;border-color:#fff}.handsontable .htNoFrame+td,.handsontable .htNoFrame+th,.handsontable td:first-of-type,.handsontable th:first-child,.handsontable.htRowHeaders thead tr th:nth-child(2){border-left:1px solid #ddd}.handsontable tr:first-child td,.handsontable tr:first-child th{border-top:1px solid #ddd}.ht_master:not(.innerBorderLeft)~.handsontable tbody tr th,.ht_master:not(.innerBorderLeft)~.handsontable:not(.ht_clone_top) thead tr th:first-child{border-right-width:0}.ht_master:not(.innerBorderTop) thead tr.lastChild th,.ht_master:not(.innerBorderTop) thead tr:last-child th,.ht_master:not(.innerBorderTop)~.handsontable thead tr.lastChild th,.ht_master:not(.innerBorderTop)~.handsontable thead tr:last-child th{border-bottom-width:0}.ht_clone_left tbody tr:first-child td,.ht_clone_left tbody tr:first-child th,.ht_clone_left thead tr:first-child th,.ht_clone_top tr:first-child td,.ht_clone_top tr:first-child th,.ht_clone_top_left_corner tbody tr:first-child td,.ht_clone_top_left_corner tbody tr:first-child th,.ht_clone_top_left_corner thead tr:first-child th,.ht_master tbody tr:first-child td{border-top-color:transparent}.handsontable td:first-child,.handsontable th:first-child{border-left-color:transparent}.ht_clone_top td:last-child,.ht_clone_top th:last-child,.ht_master td:last-child{border-right-color:transparent}.ht_clone_left tbody tr:last-child td,.ht_clone_left tbody tr:last-child th,.ht_master tbody tr:last-child td,.ht_master tbody tr:last-child th{border-bottom-color:transparent}.htColumnHeaders .handsontable tr:first-child td,.htRowHeaders.htColumnHeaders .ht_clone_left tbody tr:first-child th,.htRowHeaders.htColumnHeaders .ht_clone_top_left_corner tbody tr:first-child th{border-top-color:#ddd}.manualColumnMover,.manualRowMover{position:fixed;top:0;background-color:transparent;z-index:999;cursor:move}.manualColumnMover{left:0;width:5px;height:32px}.manualRowMover{left:-4px;height:5px;width:50px}.manualColumnMoverGuide,.manualRowMoverGuide{position:fixed;left:0;top:0;background-color:#ddd;display:none;opacity:.25;filter:alpha(opacity=25)}.manualColumnMoverGuide.active,.manualColumnResizer.active,.manualRowMoverGuide.active,.manualRowResizer.active{display:block}.manualColumnMoverGuide.active,.manualColumnMoverGuide:hover,.manualRowMoverGuide.active,.manualRowMoverGuide:hover{background-color:#2196F3}.manualColumnMoverGuide{max-height:404px}.manualColumnResizerGuide,.manualRowResizerGuide{position:fixed;background-color:#999;display:none}.manualColumnResizer.active,.manualColumnResizer:hover,.manualRowResizer.active,.manualRowResizer:hover{background-color:#999}.manualColumnResizer{position:fixed;top:0;cursor:col-resize;z-index:110;width:5px;height:31px}.manualRowResizer{position:fixed;left:0;cursor:row-resize;z-index:110;height:5px;width:50px}.manualColumnResizerGuide{right:0;top:0;width:0;border-right:1px dashed #777;margin-left:5px}.manualRowResizerGuide{left:0;bottom:0;height:0;border-bottom:1px dashed #777;margin-top:5px}.handsontable .columnSorting{position:relative}.handsontable .columnSorting:hover{cursor:pointer}.handsontable .columnSorting.ascending:after,.handsontable .columnSorting.descending:after,.handsontable .columnSorting:after,.handsontable .columnSorting:before{font-family:Icomoon;font-size:12px;color:#999;position:absolute;display:inline-block;top:50%;margin-top:-6px;right:-20px;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.handsontable .columnSorting:before{content:'\e9c1';margin-top:-2px}.handsontable .columnSorting:after{content:'\e9c2';margin-top:-10px}.handsontable .columnSorting.ascending:before{content:none}.handsontable .columnSorting.ascending:after{content:'\e9c2'}.handsontable .columnSorting.descending:before{content:none}.handsontable .columnSorting.descending:after{content:'\e9c1'}.handsontable th.afterHiddenColumn,.handsontable th.beforeHiddenColumn{position:relative}.handsontable th.afterHiddenColumn:after,.handsontable th.afterHiddenColumn:before,.handsontable th.beforeHiddenColumn:after,.handsontable th.beforeHiddenColumn:before{content:'\25C0';color:#bbb;position:absolute;right:1px;top:2px;font-size:5pt}.handsontable th.afterHiddenColumn:before{left:1px;top:2px;right:auto;content:'\25B6'}.handsontable thead th.hiddenHeader{display:none}.handsontable td.afterHiddenColumn.firstVisible{border-left:1px solid #ddd}.wtBorder{position:absolute;font-size:0;z-index:10}.wtBorder.hidden{display:none!important}.wtBorder.corner{font-size:0;cursor:crosshair}.htBorder.htFillBorder{background-color:#F44336;width:1px;height:1px}.handsontableInput{border:none;outline-width:0;margin:0;padding:1px 5px 0;font-family:inherit;line-height:30px;font-size:inherit;resize:none;display:inline-block;background-color:#fff;-webkit-box-shadow:0 0 0 2px #2196F3 inset;box-shadow:0 0 0 2px #2196F3 inset}.handsontableInputHolder{position:absolute;top:0;left:0;z-index:1000}.htSelectEditor{-webkit-appearance:menulist-button!important;position:absolute;width:auto;outline:0;border-color:#ddd;background-color:#fff}.handsontable .htSubmenu{position:relative}.handsontable .htSubmenu>div:after{content:'\e9c7';font-family:icomoon;position:absolute;top:50%;margin-top:-8px;right:12px;font-size:16px;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:.8;filter:alpha(opacity=80)}.handsontable .htLeft{text-align:left}.handsontable .htCenter{text-align:center}.handsontable .htRight{text-align:right}.handsontable .htJustify{text-align:justify}.handsontable .htTop{vertical-align:top}.handsontable .htMiddle{vertical-align:middle}.handsontable .htBottom{vertical-align:bottom}.htAutocomplete{padding-right:20px}.htPlaceholder{color:#999}.htAutocompleteArrow{color:#999;cursor:default;font-size:0;line-height:1;position:absolute;top:50%;right:4px;margin-top:-2px;display:inline-block;margin-right:4px;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.handsontable td:hover .htAutocompleteArrow,.handsontable th:hover .htAutocompleteArrow{color:#333}.autocompleteEditor,.autocompleteEditor .htCore,.autocompleteEditor .wtHolder{min-width:180px}.dataTables_length .select2-choice,.venntooltip{min-width:60px}.htCheckboxRendererInput.noValue{opacity:.5;filter:alpha(opacity=50)}.htCheckboxRendererLabel{cursor:pointer;display:inline-block;width:100%;margin-bottom:0}.htCheckboxRendererLabel>.htCheckboxRendererInput{margin-right:10px}.htCommentCell{position:relative}.htCommentCell:after{content:'';position:absolute;top:0;right:0;border-left:6px solid transparent;border-top:6px solid red}.htCommentTextArea{background-color:#fff;border:1px solid #ccc;padding:8px;margin-top:-1px;border-radius:0 0 3px 3px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1)}.handsontable .handsontable.ht_clone_top .wtHider{padding:0 0 5px}.handsontable.listbox{margin:0;background-color:#fff;border:1px solid #ddd}.handsontable.listbox .ht_master table{border-collapse:separate;border:0}.handsontable.listbox td,.handsontable.listbox th,.handsontable.listbox tr:first-child td,.handsontable.listbox tr:first-child th,.handsontable.listbox tr:last-child th{border-color:transparent}.handsontable.listbox td,.handsontable.listbox th{white-space:nowrap;text-overflow:ellipsis}.handsontable.listbox td.htDimmed{cursor:pointer;color:inherit;font-style:inherit}.handsontable.listbox tr td.current,.handsontable.listbox tr:hover td{background-color:#f5f5f5}.ht_clone_top{z-index:11}.ht_clone_left{z-index:12}.ht_clone_bottom_left_corner,.ht_clone_debug,.ht_clone_top_left_corner{z-index:13}.ht_clone_bottom,.ht_clone_left,.ht_clone_top,.ht_master{overflow:hidden}.ht_master .wtHolder{overflow:auto}.ht_clone_left .wtHolder{overflow-x:hidden;overflow-y:auto}.ht_clone_bottom .wtHolder,.ht_clone_top .wtHolder{overflow-x:hidden;overflow-y:hidden}.handsontable td.htSearchResult{background-color:#FFF3E0}.htBordered{border-width:1px}.htBordered.htTopBorderSolid{border-top-style:solid;border-top-color:#000}.htBordered.htRightBorderSolid{border-right-style:solid;border-right-color:#000}.htBordered.htBottomBorderSolid{border-bottom-style:solid;border-bottom-color:#000}.htBordered.htLeftBorderSolid{border-left-style:solid;border-left-color:#000}.handsontable thead tr:nth-last-child(2) th.htGroupIndicatorContainer{padding-bottom:5px}.htCollapseButton{width:10px;height:10px;line-height:10px;text-align:center;border-radius:3px;border:1px solid #f5f5f5;cursor:pointer;margin-bottom:3px;position:relative;-webkit-box-shadow:1px 1px 3px rgba(0,0,0,.4);box-shadow:1px 1px 3px rgba(0,0,0,.4)}.htCollapseButton:after{content:"";height:300%;width:1px;display:block;background-color:#ccc;margin-left:4px;position:absolute;bottom:10px}thead .htCollapseButton{position:absolute;top:5px;right:5px;background-color:#fff}thead .htCollapseButton:after{height:1px;width:700%;right:10px;top:4px}.handsontable th .htExpandButton{position:absolute;top:0;display:none;-webkit-box-shadow:1px 1px 3px rgba(0,0,0,.4);box-shadow:1px 1px 3px rgba(0,0,0,.4)}.handsontable th .htExpandButton.clickable{display:block}.handsontable thead th .htExpandButton{top:5px}.collapsibleIndicator{position:absolute;top:50%;transform:translate(0,-50%);right:5px;border:1px solid #999;line-height:10px;color:#333;border-radius:100px;font-size:10px;width:10px;height:10px;cursor:pointer;background-color:#eee;-webkit-box-shadow:0 0 0 6px #eee;box-shadow:0 0 0 6px #eee}.handsontable col.hidden{width:0!important}.handsontable table tr th.lightRightBorder{border-right:1px solid #E6E6E6}.handsontable tr.hidden,.handsontable tr.hidden td,.handsontable tr.hidden th,.wtDebugHidden{display:none}.wtDebugVisible{display:block;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:wtFadeInFromNone;animation-name:wtFadeInFromNone}@keyframes wtFadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{display:block;opacity:1}}@-webkit-keyframes wtFadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{display:block;opacity:1}}.handsontable.mobile,.handsontable.mobile .wtHolder{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.htContextMenu .ht_master .wtHolder,.pika-label{overflow:hidden}.htMobileEditorContainer{display:none;position:absolute;top:0;width:70%;height:54pt;background:#f5f5f5;border-radius:20px;border:1px solid #eee;z-index:999;-webkit-text-size-adjust:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.htMobileEditorContainer.active{display:block}.htMobileEditorContainer .inputs{position:absolute;right:210px;bottom:10px;top:10px;left:14px;height:36px}.htMobileEditorContainer .inputs textarea{font-size:13px;border:1px solid #a1a1a1;-webkit-appearance:none;position:absolute;left:14px;right:14px;top:0;bottom:0;padding:7px;-webkit-box-shadow:none;box-shadow:none}.htMobileEditorContainer .cellPointer,.htMobileEditorContainer .cellPointer:before{height:0;width:0;border-left:13px solid transparent;border-right:13px solid transparent;position:absolute}.htMobileEditorContainer .cellPointer{top:-13px;left:30px;border-bottom:13px solid #ebebeb}.htMobileEditorContainer .cellPointer.hidden{display:none}.htMobileEditorContainer .cellPointer:before{content:'';display:block;top:2px;left:-13px;border-bottom:13px solid #f5f5f5}.htMobileEditorContainer .moveHandle{position:absolute;top:10px;left:5px;width:30px;bottom:0;cursor:move;z-index:9999}.htMobileEditorContainer .moveHandle:after{content:"..\a..\a..\a..";white-space:pre;line-height:10px;font-size:20px;display:inline-block;margin-top:-8px;color:#ebebeb}.DTS tbody td,.DTS tbody th,.dataTables_scroll .dataTables_scrollBody td,.dataTables_scroll .dataTables_scrollBody th,.dataTables_scroll .dataTables_scrollHead td,.dataTables_scroll .dataTables_scrollHead th,.htContextMenu table tbody tr td{white-space:nowrap}.htMobileEditorContainer .positionControls{width:205px;position:absolute;right:5px;top:0;bottom:0}.htMobileEditorContainer .positionControls>div{width:50px;height:100%;float:left}.htMobileEditorContainer .positionControls>div:after{content:" ";display:block;width:15px;height:15px;text-align:center;line-height:50px}.htMobileEditorContainer .downButton:after,.htMobileEditorContainer .leftButton:after,.htMobileEditorContainer .rightButton:after,.htMobileEditorContainer .upButton:after{margin:21px 0 0 21px;-webkit-transform-origin:5px;-moz-transform-origin:5px;-ms-transform-origin:5px;transform-origin:5px}.htMobileEditorContainer .leftButton:after{border-top:2px solid #288ffe;border-left:2px solid #288ffe;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.htMobileEditorContainer .leftButton:active:after{border-color:#cfcfcf}.htMobileEditorContainer .rightButton:after{border-top:2px solid #288ffe;border-left:2px solid #288ffe;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.htMobileEditorContainer .rightButton:active:after{border-color:#cfcfcf}.htMobileEditorContainer .upButton:after{border-top:2px solid #288ffe;border-left:2px solid #288ffe;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.htMobileEditorContainer .upButton:active:after{border-color:#cfcfcf}.htMobileEditorContainer .downButton:after{border-top:2px solid #288ffe;border-left:2px solid #288ffe;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);-o-transform:rotate(225deg);transform:rotate(225deg)}.htMobileEditorContainer .downButton:active:after{border-color:#cfcfcf}.topLeftSelectionHandle-HitArea:not(.ht_master .topLeftSelectionHandle-HitArea),.topLeftSelectionHandle:not(.ht_master .topLeftSelectionHandle){z-index:9999}.bottomRightSelectionHandle,.bottomRightSelectionHandle-HitArea,.topLeftSelectionHandle,.topLeftSelectionHandle-HitArea{left:-10000px;top:-10000px}.handsontable.hide-tween{-webkit-animation:opacity-hide .3s;-o-animation:opacity-hide .3s;animation:opacity-hide .3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.handsontable.show-tween{-webkit-animation:opacity-show .3s;-o-animation:opacity-show .3s;animation:opacity-show .3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes opacity-hide{from{opacity:1}to{opacity:0}}@keyframes opacity-hide{from{opacity:1}to{opacity:0}}@-webkit-keyframes opacity-show{from{opacity:0}to{opacity:1}}@keyframes opacity-show{from{opacity:0}to{opacity:1}}.htContextMenu{display:none;position:absolute;z-index:1051}.htContextMenu .ht_clone_corner,.htContextMenu .ht_clone_debug,.htContextMenu .ht_clone_left,.htContextMenu .ht_clone_top{display:none}.htContextMenu .htCore{border:1px solid #ddd;background-color:#fff;padding:5px 0}.htContextMenu table tbody tr td{position:relative;border-width:0;padding:0 12px;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.htContextMenu table tbody tr td:first-child{border:0}.htContextMenu table tbody tr td.htDimmed{color:#333}.htContextMenu table tbody tr td.current,.htContextMenu table tbody tr td.zeroclipboard-is-hover{background:#f5f5f5}.htContextMenu table tbody tr td.htSeparator{height:0;padding:0;background-color:transparent;cursor:default}.htContextMenu table tbody tr td.htSeparator>div{height:1px;background-color:#ddd;margin:5px 0}.htContextMenu table tbody tr td.htDisabled{color:#999}.htContextMenu table tbody tr td.htDisabled,.htContextMenu table tbody tr td.htDisabled:hover{cursor:default}.htContextMenu table tbody tr td div span.selected{position:absolute;right:12px;top:50%;margin-top:-8px;font-size:0;color:#777}.htContextMenu table tbody tr td div span.selected:after{content:'\e600';display:inline-block;font-size:16px;line-height:1}.htContextMenu table tbody tr.htHidden{display:none}.htContextMenuSub_Alignment{margin-top:-5px;margin-left:-1px}.global-zeroclipboard-container,.global-zeroclipboard-flash-bridge{cursor:pointer}.pika-single{z-index:1000;display:block;position:relative;background-color:#fff;border:1px solid #ddd}.pika-single:after,.pika-single:before{content:" ";display:table}.pika-single.is-hidden{display:none}.pika-single.is-bound{position:absolute}.pika-lendar{float:left;max-width:250px;margin:5px}.pika-title{position:relative;text-align:center}.pika-title select{cursor:pointer;position:absolute;z-index:999;margin:0;left:0;height:36px;padding:7px 12px;opacity:0;filter:alpha(opacity=0)}.pika-label,.pika-table td,.pika-table th{position:relative}.pika-label{display:inline-block;z-index:1000;margin:0;padding-top:15px;padding-bottom:15px;font-size:15px;line-height:1}.pika-label+.pika-label{margin-left:10px;top:-1px;font-size:13px;color:#999}.pika-next,.pika-prev{display:block;position:relative;border:0;padding:5px;margin:10px 0;font-size:0;background-color:transparent}.pika-next:after,.pika-prev:after{display:block;font-size:16px;width:16px;text-align:center;line-height:1}.pika-next:hover,.pika-prev:hover{background-color:#f5f5f5}.pika-next.is-disabled,.pika-prev.is-disabled{cursor:default;opacity:.2}.pika-prev{float:left}.pika-prev:after{content:'\e9c8'}.pika-next{float:right}.pika-next:after{content:'\e9cb'}.pika-table{width:100%;border-collapse:collapse;border:0}.pika-table th{color:#999;font-size:12px;font-weight:400;text-align:center;padding-bottom:10px}.pika-table abbr{border-bottom:0;cursor:default}.pika-button{display:block;border:0;margin:0;width:100%;padding:7px;text-align:center;border-radius:3px;background-color:transparent}.is-today .pika-button,.pika-button:hover{background-color:#f5f5f5}.is-selected .pika-button{color:#fff;background-color:#26A69A}.is-selected .pika-button:before,.is-today .pika-button:before,.is-today.is-selected .pika-button:before{content:"";position:absolute;top:2px;right:2px;width:0;height:0;border-top:6px solid #fff;border-left:6px solid transparent}.is-today .pika-button:before{border-top-color:#EF5350}.dataTable tbody+tfoot+thead>tr:first-child>td,.dataTable tbody+tfoot+thead>tr:first-child>th,.dataTable tbody+thead>tr:first-child>td,.dataTable tbody+thead>tr:first-child>th,.dataTable tbody>tr:first-child>td,.dataTable tbody>tr:first-child>th,.dataTables_wrapper .table-bordered{border-top:0}.is-endrange .pika-button,.is-startrange .pika-button{color:#fff;background:#26A69A}.is-inrange .pika-button{background:#f5f5f5}.is-disabled .pika-button{pointer-events:none;cursor:not-allowed;opacity:.5;filter:alpha(opacity=50)}.pika-select{display:inline-block}.pika-week{font-size:11px;color:#999}.dataTable{margin:0;max-width:none;border-collapse:separate}.c3-tooltip,.dataTable.table-bordered{border-collapse:collapse}.dataTable thead td,.dataTable thead th{outline:0;position:relative}.dataTable thead .sorting,.dataTable thead .sorting_asc,.dataTable thead .sorting_desc{cursor:pointer}.dataTable thead .sorting,.dataTable thead .sorting_asc,.dataTable thead .sorting_asc_disabled,.dataTable thead .sorting_desc,.dataTable thead .sorting_desc_disabled{padding-right:40px}.dataTable thead .sorting:after,.dataTable thead .sorting:before,.dataTable thead .sorting_asc:after,.dataTable thead .sorting_asc_disabled:after,.dataTable thead .sorting_desc:after,.dataTable thead .sorting_desc_disabled:after{content:'';font-family:icomoon;position:absolute;top:50%;right:20px;font-size:12px;margin-top:-6px;display:inline-block;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dataTable thead .sorting:before{content:'\e9c1';margin-top:-2px;color:#999}.dataTable thead .sorting:after,.dataTable thead .sorting_asc:after{content:'\e9c2'}.dataTable thead .sorting:after{margin-top:-10px;color:#999}.dataTable thead .sorting_desc:after{content:'\e9c1'}.dataTable thead .sorting_asc_disabled:after{content:'\e9c2';color:#ccc}.dataTable thead .sorting_desc_disabled:after{content:'\e9c1';color:#ccc}.dataTable .dataTables_empty{text-align:center}.dataTables_wrapper{position:relative}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";height:0}.dataTables_wrapper+.panel-body{border-top:1px solid #ddd}.dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;background-color:#fff;background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(25%,rgba(255,255,255,.9)),color-stop(75%,rgba(255,255,255,.9)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%)}.datatable-footer,.datatable-header{padding-top:20px}.datatable-footer:after,.datatable-header:after{content:"";display:table;clear:both}.datatable-footer>div:first-child,.datatable-header>div:first-child{margin-left:0}.panel>.dataTables_wrapper .datatable-footer,.panel>.dataTables_wrapper .datatable-header{padding-left:20px;padding-right:20px}.datatable-header{border-bottom:1px solid #ddd}.datatable-footer{border-top:1px solid #bbb}.dataTables_length{float:right;display:inline-block;margin:0 0 20px 20px}.dataTables_length>label{margin-bottom:0}.dataTables_length>label>span:first-child{float:left;margin:8px 15px 8px 0}.length-left .dataTables_length{float:left}.dataTables_length .select2-container{width:auto}.dataTables_filter{position:relative;display:block;float:left;margin:0 0 20px 20px}.dataTables_filter>label{margin-bottom:0;position:relative}.dataTables_filter>label:after{content:"\e98e";font-family:icomoon;font-size:12px;display:inline-block;position:absolute;top:12px;right:12px;color:#999;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.DTFC_LeftBodyWrapper .DTFC_Cloned thead th:after,.DTFC_LeftBodyWrapper .DTFC_Cloned thead th:before,.DTFC_RightBodyWrapper .DTFC_Cloned thead th:after,.DTFC_RightBodyWrapper .DTFC_Cloned thead th:before,.dataTables_scroll .dataTables_scrollBody table thead th[class*=sorting]:after,.dataTables_scroll .dataTables_scrollBody table thead th[class*=sorting]:before{content:none}.dataTables_filter>label>span{float:left;margin:8px 15px 8px 0}.dataTables_filter input{outline:0;width:200px;height:36px;padding:7px 34px 7px 12px;font-size:13px;line-height:1.5384616;color:#333;background-color:#fff;border:1px solid #ddd;border-radius:3px}.filter-right .dataTables_filter{float:right}.dataTables_info{float:left;padding:8px 0;margin-bottom:20px}.info-right .dataTables_info{float:right}.dataTables_paginate{float:right;text-align:right;margin:0 0 20px 20px}.dataTables_paginate .paginate_button{display:inline-block;padding:7px 12px;min-width:36px;margin-left:2px;text-align:center;text-decoration:none;cursor:pointer;color:#333;border:1px solid transparent;border-radius:3px}.dataTables_scroll .dataTables_scrollBody table,.dataTables_scroll .dataTables_scrollHead table,.panel>.dataTables_wrapper .table-bordered>tbody>tr:last-child>td,.panel>.dataTables_wrapper .table-bordered>tbody>tr:last-child>th{border-bottom:0}.dataTables_paginate .paginate_button:first-child{margin-left:0}.dataTables_paginate .paginate_button:focus,.dataTables_paginate .paginate_button:hover{background-color:#f5f5f5}.dataTables_paginate .paginate_button.current,.dataTables_paginate .paginate_button.current:focus,.dataTables_paginate .paginate_button.current:hover{color:#fff;background-color:#455A64}.dataTables_paginate .paginate_button.disabled,.dataTables_paginate .paginate_button.disabled:focus,.dataTables_paginate .paginate_button.disabled:hover{cursor:default;background-color:transparent;color:#bbb}.paginate-left .dataTables_paginate{float:left}.paging_simple .paginate_button:focus,.paging_simple .paginate_button:hover{color:#fff;background-color:#455A64}.dataTables_scroll .dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_scroll .dataTables_scrollBody table tbody tr:first-child>td{border-top:0}.panel-body+.dataTables_wrapper,.panel-flat>.panel-heading+.dataTables_wrapper{border-top:1px solid #ddd}.dataTables_scroll .dataTables_scrollBody td>.dataTables_sizing,.dataTables_scroll .dataTables_scrollBody th>.dataTables_sizing{height:0;overflow:hidden;margin:0;padding:0}.panel-body>.dataTables_wrapper .datatable-footer .dataTables_filter,.panel-body>.dataTables_wrapper .datatable-footer .dataTables_info,.panel-body>.dataTables_wrapper .datatable-footer .dataTables_length,.panel-body>.dataTables_wrapper .datatable-footer .dataTables_paginate{margin-bottom:0}.panel>.dataTables_wrapper .table-bordered{border:0}.panel>.dataTables_wrapper .table-bordered>tbody>tr>td:first-child,.panel>.dataTables_wrapper .table-bordered>tbody>tr>th:first-child,.panel>.dataTables_wrapper .table-bordered>tfoot>tr>td:first-child,.panel>.dataTables_wrapper .table-bordered>tfoot>tr>th:first-child,.panel>.dataTables_wrapper .table-bordered>thead>tr>td:first-child,.panel>.dataTables_wrapper .table-bordered>thead>tr>th:first-child{border-left:0}.panel>.dataTables_wrapper .table-bordered>tbody>tr>td:last-child,.panel>.dataTables_wrapper .table-bordered>tbody>tr>th:last-child,.panel>.dataTables_wrapper .table-bordered>tfoot>tr>td:last-child,.panel>.dataTables_wrapper .table-bordered>tfoot>tr>th:last-child,.panel>.dataTables_wrapper .table-bordered>thead>tr>td:last-child,.panel>.dataTables_wrapper .table-bordered>thead>tr>th:last-child{border-right:0}.datatable-scroll,.datatable-scroll-lg,.datatable-scroll-sm{min-height:.01%}.datatable-scroll-wrap{width:100%;min-height:.01%;overflow-x:auto}@media (max-width:1024px){.datatable-scroll{width:100%;overflow-x:scroll}.datatable-scroll td,.datatable-scroll th{white-space:nowrap}}@media (max-width:1199px){.datatable-scroll-lg{width:100%;overflow-x:scroll}.datatable-scroll-lg td,.datatable-scroll-lg th{white-space:nowrap}}@media (max-width:768px){.datatable-scroll-sm{width:100%;overflow-x:scroll}.datatable-scroll-sm td,.datatable-scroll-sm th{white-space:nowrap}.ColVis,.DTTT_container,.dataTables_filter,.dataTables_info,.dataTables_length,.dataTables_paginate{float:none!important;text-align:center;margin-left:0}.dataTables_info,.dataTables_paginate{margin-top:0}.datatable-header{text-align:center}.DTFC_LeftWrapper,.DTFC_RightWrapper{display:none}}.DTCR_clonedTable{background-color:rgba(255,255,255,.8);z-index:202;cursor:move}.DTCR_clonedTable td,.DTCR_clonedTable th{border:1px solid #ddd!important}.DTCR_pointer{width:1px;background-color:#2196F3;z-index:201}.DTFC_Blocker,.DTFC_Cloned,.dt-rowReorder-float{background-color:#fff}.dt-rowReorder-float{position:absolute!important;table-layout:static;outline:#777 dashed 1px;outline-offset:-1px;z-index:1030;cursor:move;opacity:.9;filter:alpha(opacity=90)}.dt-rowReorder-moving{outline:#777 solid 1px;outline-offset:-1px}.dt-rowReorder-noOverflow{overflow-x:hidden}.dataTable td.reorder{text-align:center;cursor:move}.DTFC_Cloned{border-bottom:0}.DTFC_LeftWrapper .DTFC_Cloned.table{border-right:1px solid #ddd}.DTFC_RightWrapper .DTFC_Cloned.table{border-left:1px solid #ddd}.DTFC_LeftBodyWrapper .DTFC_Cloned tbody>tr:first-child>td,.DTFC_LeftBodyWrapper .DTFC_Cloned tbody>tr:first-child>th,.DTFC_RightBodyWrapper .DTFC_Cloned tbody>tr:first-child>td,.DTFC_RightBodyWrapper .DTFC_Cloned tbody>tr:first-child>th{border-top:0}.fixedHeader-floating,.fixedHeader-locked{background-color:#fff;margin-top:0;margin-bottom:0}.fixedHeader-floating{position:fixed}.fixedHeader-floating+.fixedHeader-floating,.fixedHeader-locked+.fixedHeader-floating{border-top:0!important}.fixedHeader-locked{position:absolute}@media (max-width:768px){.fixedHeader-floating,.fixedHeader-locked{display:none}}@media print{table.fixedHeader-floating{display:none}}.dt-autofill-handle{position:absolute;height:8px;width:8px;z-index:102;border:1px solid #2196F3;background:#2196F3}.dt-autofill-select{position:absolute;z-index:1001;background-color:#2196F3;background-image:repeating-linear-gradient(45deg,transparent,transparent 5px,rgba(255,255,255,.75) 5px,rgba(255,255,255,.75) 10px)}.dt-autofill-select.bottom,.dt-autofill-select.top{height:1px}.dt-autofill-select.left,.dt-autofill-select.right{width:1px}.dt-autofill-list{position:fixed;top:50%;left:50%;width:500px;margin-left:-250px;background-color:#fff;border-radius:3px;border:1px solid transparent;z-index:1050;padding:10px 0}.dt-autofill-list ul{display:table;margin:0;padding:0;list-style:none;width:100%}.dt-autofill-list ul li{display:table-row}.dt-autofill-list ul li:hover{background-color:#f5f5f5}.dt-autofill-list .dt-autofill-question{display:table-cell;padding:7px 15px}.dt-autofill-list .dt-autofill-question input[type=number]{padding:6px;width:30px;margin:-2px 0}.dt-autofill-list .dt-autofill-button{display:table-cell;padding:7px 15px;text-align:right}.dt-autofill-list .dt-autofill-button .btn{padding:3px;background-color:#2196F3;color:#fff;font-size:0}.dt-autofill-list .dt-autofill-button .btn:after{content:'\e9c3';font-family:Icomoon;display:block;font-size:16px;width:16px;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dt-autofill-list .dt-autofill-button .btn:hover{opacity:.85;filter:alpha(opacity=85)}.dt-autofill-background{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:1040;opacity:.5;filter:alpha(opacity=50)}.dataTable tbody>tr.selected,.dataTable tbody>tr>.selected{background-color:#E8F5E9}.dataTables_wrapper .select-info,.dataTables_wrapper .select-item{margin-left:10px}@media (max-width:768px){.dataTables_wrapper .select-info,.dataTables_wrapper .select-item{margin-left:0;display:block}}.dataTable tbody .select-checkbox{position:relative}.dataTable tbody .select-checkbox:after,.dataTable tbody .select-checkbox:before{display:inline-block;color:#455A64;position:absolute;top:50%;left:50%;cursor:pointer}.dataTable tbody .select-checkbox:before{content:'';background-color:#fff;width:18px;height:18px;margin-top:-9px;margin-left:-9px;border:2px solid #607D8B}.dataTable tbody .selected .select-checkbox:after{content:"\e600";font-family:icomoon;font-size:16px;line-height:1;margin-top:-8px;margin-left:-8px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dt-buttons-full .dt-buttons{text-align:center;float:none;display:block;margin:0;border-bottom:1px solid #ddd;padding-top:20px;padding-bottom:10px;background-color:#fcfcfc}.dt-buttons-full .dt-buttons>.btn{margin-bottom:10px;float:none}.dt-buttons{float:right;display:inline-block;margin:0 0 20px 20px}.dt-buttons-left .dt-buttons{float:left}@media screen and (max-width:767px){.dt-buttons{float:none;text-align:center;display:block}.dt-buttons .btn{float:none}}.dt-button{display:inline-block;border:1px solid transparent;padding:7px 12px;outline:0}+.dt-button{margin-left:10px}.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;padding:20px;background-color:#fff;border:1px solid #ddd;border-radius:3px;text-align:center;z-index:1050;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1)}.dt-button-info h2{margin-top:0;line-height:1.5384616;font-size:17px}.dt-button-background{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#333;z-index:999;opacity:.25;filter:alpha(opacity=25)}.dt-button-collection.dropdown-menu{display:block;z-index:1000;padding:3px 0;overflow:hidden;-webkit-column-gap:2px;-moz-column-gap:2px;-ms-column-gap:2px;-o-column-gap:2px;column-gap:2px}.dt-button-collection.dropdown-menu>li{padding:0 0 1px;margin:0;border:0;display:block;position:relative}.dt-button-collection.dropdown-menu>li+li{margin-left:0}.dt-button-collection.dropdown-menu>li>a{margin:2px 2px 1px;border-radius:3px}.dt-button-collection.dropdown-menu.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;padding-left:3px;padding-right:3px}.dt-button-collection.dropdown-menu.fixed.two-column{margin-left:-150px}.dt-button-collection.dropdown-menu.fixed.three-column{margin-left:-225px}.dt-button-collection.dropdown-menu.fixed.four-column{margin-left:-300px}.dt-button-collection.dropdown-menu>*{-webkit-column-break-inside:avoid;break-inside:avoid}.dt-button-collection.dropdown-menu.two-column{width:300px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}.dt-button-collection.dropdown-menu.three-column{width:450px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}.dt-button-collection.dropdown-menu.four-column{width:600px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}.dataTable td.focus,.dataTable th.focus{outline:#2196F3 solid 2px;outline-offset:-1px}.dataTable td.focus-success,.dataTable th.focus-success{background-color:#E8F5E9;outline-color:#4CAF50}.dataTable td.focus-info,.dataTable th.focus-info{background-color:#E3F2FD;outline-color:#2196F3}.dataTable td.focus-warning,.dataTable th.focus-warning{background-color:#FBE9E7;outline-color:#FF5722}.dataTable td.focus-danger,.dataTable th.focus-danger{background-color:#FFEBEE;outline-color:#F44336}.DTS .DTS_Loading{position:absolute;top:50%;left:50%;width:200px;height:20px;margin-top:-20px;margin-left:-100px;z-index:1;border:1px solid #999;padding:20px 0;text-align:center;background-color:rgba(255,255,255,.5)}.DTS .dataTables_scrollFoot,.DTS .dataTables_scrollHead{background-color:#fff}.DTS .dataTables_scrollBody{z-index:2}.dtr-inline.collapsed tbody tr td:before,.dtr-inline.collapsed tbody tr th:before{margin-right:10px}.dtr-inline.collapsed tbody tr td:first-child,.dtr-inline.collapsed tbody tr th:first-child{position:relative;cursor:pointer;white-space:nowrap}.dtr-inline.collapsed tbody tr td:first-child.dataTables_empty:before,.dtr-inline.collapsed tbody tr th:first-child.dataTables_empty:before{display:none}.dtr-column tbody td.control,.dtr-column tbody th.control{position:relative;cursor:pointer}.dtr-column tbody tr td.control:before,.dtr-column tbody tr th.control:before,.dtr-inline.collapsed tbody tr td:first-child:before,.dtr-inline.collapsed tbody tr th:first-child:before{content:'\e9e4';font-family:icomoon;display:inline-block;font-size:16px;width:16px;line-height:1;position:relative;top:-1px;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.timer>li.dots,.valign-top{vertical-align:top}.dataTable.dtr-column tbody tr.parent td.control:before,.dataTable.dtr-column tbody tr.parent th.control:before,.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before{content:'\e9e7'}.dtr-inline.collapsed tbody tr.child td:before{display:none}.dataTable tr.child:hover{background-color:transparent}.dataTable tr.child .dtr-title{display:table-cell;font-weight:500;padding-right:40px}.dataTable tr.child .dtr-data{display:table-cell;padding:8px 0}.dataTable tr td.child{white-space:normal;position:relative}.dataTable tr td.child>ul{display:table;table-layout:fixed;width:100%;list-style:none;margin:0;padding:0}.dataTable tr td.child>ul>li{display:table-row}@media (max-width:480px){.dataTable tr td.child>ul>li .btn-group,.dataTable tr td.child>ul>li .dropdown,.dataTable tr td.child>ul>li .dropup{position:static}.dataTable tr td.child>ul>li .dropdown-menu{left:0;right:0;border-radius:0;border-width:1px 0}}.map-wrapper{width:100%;height:400px}.sidebar .map-wrapper{height:200px;border:1px solid #ddd}.map-container,.vector-map-container{height:500px}.gm-style{font-size:13px}.gm-style .gm-style-iw{font-size:13px;font-weight:400}.chart-pie,.has-fixed-height{height:400px}.jvectormap-label{position:absolute;display:none;border-radius:2px;background-color:#333;color:#fff;padding:7px 12px}.jvectormap-zoomin,.jvectormap-zoomout{position:absolute;left:10px;border-radius:2px;padding:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:300;line-height:10px;background-color:#37474F;text-align:center}.chart,.chart-container{position:relative;width:100%}.bullet-title,.c3-text,.c3-tooltip th{font-weight:500}.jvectormap-zoomin:hover,.jvectormap-zoomout:hover{background-color:#455A64}.jvectormap-zoomin{top:10px}.jvectormap-zoomout{top:40px}.chart-container.has-scroll{overflow-x:scroll;overflow-y:visible;max-width:100%}.chart{display:block}.chart.has-minimum-width{min-width:600px}.chart-pie{width:100%;min-width:500px}.c3 svg{font-size:12px}.c3 line,.c3 path{fill:none;stroke:#999}.c3 text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c3-chart-arc path{stroke:#fff}.c3-chart-arc text{fill:#fff;font-size:13px}.c3-grid line{stroke:#aaa}.c3-grid text{fill:#aaa}.c3-xgrid,.c3-ygrid{stroke-dasharray:3 3}.c3-text.c3-empty{fill:grey;font-size:2em}.c3-line{stroke-width:2px}.c3-area{stroke-width:0;opacity:.4;filter:alpha(opacity=40)}.c3-circle._expanded_{stroke-width:1.5px;stroke:#fff}.c3-selected-circle{fill:#fff;stroke-width:2px}.c3-bar{stroke-width:0}.c3-bar._expanded_{fill-opacity:.75}.c3-chart-arcs-title{font-size:1.3em}.c3-chart-arcs .c3-chart-arcs-background{fill:#e0e0e0;stroke:none}.c3-chart-arcs .c3-chart-arcs-gauge-unit{fill:#333;font-size:15px}.c3-chart-arcs .c3-chart-arcs-gauge-max,.c3-chart-arcs .c3-chart-arcs-gauge-min{fill:#999}.c3-chart-arc .c3-gauge-value{fill:#333;font-size:28px}.bullet-tick text,.c3-legend-item,.c3-tooltip td,.d3-tip{font-size:12px}.c3-target.c3-focused{opacity:1;filter:alpha(opacity=100)}.c3-target.c3-focused path.c3-line,.c3-target.c3-focused path.c3-step{stroke-width:2px}.c3-target.c3-defocused{opacity:.3!important;filter:alpha(opacity=30)!important}.c3-region{fill:#546E7A;fill-opacity:.1}.c3-brush .extent{fill-opacity:.1}.c3-legend-background{fill:#fff;stroke:#d3d3d3;stroke-width:1;opacity:.75;filter:alpha(opacity=75)}.c3-tooltip{background-color:#fff;empty-cells:show;opacity:.95;filter:alpha(opacity=95)}.c3-tooltip th{background-color:#333;padding:4px 10px;text-align:center;color:#fff;border:1px solid #333}.c3-tooltip td{padding:6px 10px;background-color:#fff;border:1px solid #ddd}.d3-tip,.venntooltip{background-color:#333;color:#fff;position:absolute}.c3-tooltip td>span{display:inline-block;width:10px;height:10px;margin-right:6px}.c3-tooltip td.value{text-align:right}.d3-axis path{fill:none;stroke:#999}.d3-axis line{stroke:#eee}.d3-axis-solid line,.d3-axis-solid path,.d3-axis-strong line,.d3-axis-strong path{stroke:#ccc}.d3-axis .tick,.d3-axis .tick text{font-size:12px;fill:#333}.d3-axis-solid .tick,.d3-axis-solid .tick text{fill:#999}.d3-axis-strong .tick,.d3-axis-strong .tick text{fill:#333}.d3-axis-transparent path{stroke:none}.d3-axis-transparent line{stroke:#e5e5e5}.d3-axis-transparent .tick,.d3-axis-transparent .tick text{fill:#999}.d3-tip{padding:8px 15px;border-radius:3px;margin-bottom:-3px;z-index:1070}.d3-tip .d3-tip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.d3-tip.n .d3-tip-arrow{bottom:-4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#333}.d3-tip.e .d3-tip-arrow{top:50%;left:-4px;margin-top:-4px;border-width:4px 4px 4px 0;border-right-color:#333}.d3-tip.w .d3-tip-arrow{top:50%;right:-4px;margin-top:-4px;border-width:4px 0 4px 4px;border-left-color:#333}.d3-tip.s .d3-tip-arrow{top:0;left:50%;margin-left:-4px;border-width:0 4px 4px;border-bottom-color:#333}.venntooltip{text-align:center;white-space:nowrap;padding:7px 12px;border-radius:3px;display:none}.d3-line{fill:none}.d3-line-thin{stroke-width:1px}.d3-line-medium{stroke-width:1.5px}.d3-line-strong{stroke-width:2px}.d3-line-circle{fill:none;cursor:pointer}.d3-line-circle-thin{stroke-width:1px}.d3-line-circle-medium{stroke-width:1.5px}.d3-line-circle-strong{stroke-width:2px}.d3-grid .tick line{stroke-width:1px;stroke:#e5e5e5}.d3-grid .tick text{fill:#333;stroke:none}.d3-grid-dashed .tick{stroke-dasharray:4,2;stroke-width:1px;stroke:#e5e5e5}.d3-grid-dashed path{stroke-width:0}.d3-crosshair-overlay{fill:none;pointer-events:all}.bullet-tick line{stroke:#999;stroke-width:1px}.bullet-tick text{fill:#999}.bullet-marker{stroke-width:2px}.bullet-title{font-size:13px}.bullet-subtitle{fill:#999}.bullet-1 .bullet-range-1{fill:rgba(96,125,139,.8)}.bullet-1 .bullet-range-2{fill:rgba(96,125,139,.4)}.bullet-1 .bullet-range-3{fill:#607D8B}.bullet-1 .bullet-measure-1{fill:rgba(84,110,122,.9)}.bullet-1 .bullet-measure-2{fill:#fff}.bullet-1 .bullet-marker{stroke:#37474F}.bullet-2 .bullet-range-1{fill:rgba(255,112,67,.6)}.bullet-2 .bullet-range-2{fill:rgba(255,112,67,.3)}.bullet-2 .bullet-range-3{fill:#FF7043}.bullet-2 .bullet-measure-1{fill:rgba(244,81,30,.9)}.bullet-2 .bullet-measure-2{fill:#fff}.bullet-2 .bullet-marker{stroke:#D84315}.bullet-3 .bullet-range-1{fill:rgba(102,187,106,.7)}.bullet-3 .bullet-range-2{fill:rgba(102,187,106,.35)}.bullet-3 .bullet-range-3{fill:#66BB6A}.bullet-3 .bullet-measure-1{fill:rgba(67,160,71,.9)}.bullet-3 .bullet-measure-2{fill:#fff}.bullet-3 .bullet-marker{stroke:#2E7D32}.counter-icon{font-size:32px;position:absolute;left:50%;margin-left:-16px}.jqsfield,.jqstooltip{font-size:12px!important;font-family:Roboto,sans-serif!important}.jqstooltip{padding:7px!important;line-height:1.6666667!important;border:0!important;border-radius:3px!important;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.timer,.timer-weekdays{padding:0;text-align:center;list-style:none}.timer-weekdays{margin:0}.timer-weekdays>li{display:inline-block;margin:2px 0}.timer-weekdays>li>a{display:block;margin:0 1px}.timer-weekdays .label-default{background-color:#ccc;border-color:#ccc}.timer-weekdays .label-default:focus,.timer-weekdays .label-default:hover{border-color:#999}.timer{margin:0}.timer>li{font-size:46px;text-align:center;display:inline-block;color:#555;font-weight:300}.timer>li.dots{font-size:25px;padding:16.67px 0}.timer>li>span{display:block;font-size:13px}.task-details{float:right;margin:0}@media (max-width:1024px){.task-details{float:none;margin-top:15px;list-style:none;padding:0}.task-details>li{float:left;position:relative;padding-right:20px;margin-top:0}.task-details>li:before{content:'•';position:absolute;right:8px;color:#999}.task-details>li:last-child:before{content:none}}@media (max-width:768px){.chart-container{overflow-x:scroll;overflow-y:visible;max-width:100%}.task-details>li{float:none}.task-details>li:before{content:none}.task-details>li+li{margin-top:10px}}@media (min-width:769px){.invoice-details,.invoice-payment-details>li span{float:right;text-align:right}}.invoice-grid ol,.invoice-grid ul{margin-bottom:0}@media (max-width:768px){.invoice-grid .text-right{text-align:inherit}.invoice-grid [class*=col-]+[class*=col-]{margin-top:20px}}.contact-details{padding:15px 15px 15px 30px;background-color:#fcfcfc;border-top:1px solid #eee;border-bottom:1px solid #eee}.media-list-bordered .contact-details{border-bottom:0}.panel-body>.media-list .contact-details{padding-left:15px;background-color:transparent;margin-top:15px}.panel-body>.media-list-bordered .contact-details{padding-bottom:0}.contact-details>ul,.contact-details>ul>li:first-child{margin:0}.profile-cover{position:relative}.profile-cover .media{position:absolute;bottom:20px;left:20px;right:20px}.profile-cover .media .btn-default{border-color:#fcfcfc;-webkit-box-shadow:0 0 3px rgba(0,0,0,.5);box-shadow:0 0 3px rgba(0,0,0,.5)}.profile-cover .media-body,.profile-cover small{color:#fff;text-shadow:0 0 3px rgba(0,0,0,.8)}.profile-cover-img{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;height:350px}@media (max-width:768px){.profile-cover .media{text-align:center;margin-top:0;bottom:auto;top:40px}.profile-cover .media-left,.profile-cover .media-right{padding:0;display:block;overflow-x:auto}.profile-cover .media-body{display:block;margin-bottom:20px;width:100%}.profile-cover .media-body>h1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.profile-cover-img{height:320px}}.media .profile-thumb img{width:100px;height:100px;border:3px solid #fff;-webkit-box-shadow:0 0 3px rgba(0,0,0,.5);box-shadow:0 0 3px rgba(0,0,0,.5)}.login-cover{background:url(../images/login_cover.jpg) no-repeat;background-size:cover}.login-container{display:table;width:100%;height:100%}.navbar+.login-container{height:calc(100% - 46px)}.navbar-lg+.login-container{height:calc(100% - 50px)}.navbar-sm+.login-container{height:calc(100% - 44px)}.navbar-xs+.login-container{height:calc(100% - 42px)}.login-container .page-content{display:table-row;height:100%}.login-container .login-form{width:320px}.login-container .login-form,.login-container .registration-form{margin:0 auto 20px}@media (max-width:480px){.login-container .login-form,.login-container .registration-form{width:100%}}.login-container .footer{left:0;right:0;text-align:center}.login-container .content-wrapper{vertical-align:middle;display:table-cell}.login-container .nav-tabs.nav-justified{margin-bottom:0}.login-container .nav-tabs.nav-justified>li>a{border-top:0!important;padding-left:15px;padding-right:15px;background-color:#f5f5f5}.login-container .nav-tabs.nav-justified>li:first-child>a{border-left:0;border-radius:3px 0 0}.login-container .nav-tabs.nav-justified>li:last-child>a{border-right:0;border-radius:0 3px 0 0}.login-container .nav-tabs.nav-justified>li.active>a{background-color:transparent}@media (max-width:768px){.login-container .nav-tabs.nav-justified{padding:0;border-width:0 0 1px;border-radius:0}.login-container .nav-tabs.nav-justified:before{content:none}.login-container .nav-tabs.nav-justified>li>a{border-width:0!important}.login-options,.login-options .text-right{text-align:center}}.timeline-container:after,.timeline:after,.timeline:before{content:"";left:50%;background-color:#ccc}.timeline{position:relative;height:100%}.timeline:after,.timeline:before{position:absolute;top:0;margin-left:-2px;height:4px;width:4px;border-radius:50%;z-index:1}.timeline:after{top:auto;bottom:0}.timeline-container{position:relative;padding-top:10px;margin-top:-10px;padding-bottom:1px}.timeline-date,.timeline-time{text-align:center;padding-top:20px;padding-bottom:20px;margin-bottom:20px}.timeline-container:after{position:absolute;top:0;margin-left:-1px;height:100%;width:2px;z-index:-1}.timeline-date,.timeline-row{position:relative}.timeline-date:after,.timeline-date:before,.timeline-time:after,.timeline-time:before{content:"";left:50%;margin-left:-2px;height:4px;width:4px;border-radius:50%}.timeline-content{margin-bottom:20px}.timeline-date{background-color:#f5f5f5;z-index:1}.timeline-date:after,.timeline-date:before{position:absolute;top:0;background-color:#ccc;z-index:1}.timeline-date:after{top:auto;bottom:0}.panel .timeline-date{background-color:#fff}.timeline-time{background-color:#f5f5f5;position:relative}.timeline-time:after,.timeline-time:before{position:absolute;top:0;background-color:#ccc}.panel .timeline-time,.timeline-icon{background-color:#fff}.timeline-time:after{top:auto;bottom:0}.timeline-time span{display:block;color:#999;font-size:12px}.timeline-time span:before{content:'•';display:inline-block;margin-right:5px;position:relative;top:1px}.timeline-icon{width:48px;height:48px;border-radius:50%;margin:0 auto 20px;border:4px solid #f5f5f5}.panel .timeline-icon{border-color:#fff}.timeline-icon div{border-radius:50%;height:100%;-webkit-box-shadow:0 0 0 2px #ccc inset;box-shadow:0 0 0 2px #ccc inset}.timeline-icon div[class*=bg-]{-webkit-box-shadow:none;box-shadow:none}.timeline-icon div>i{display:block;line-height:40px;top:0}.timeline-icon img{width:40px;height:40px;border-radius:50%}@media (min-width:1025px){.timeline-time:after,.timeline-time:before{content:none}.timeline-center .timeline-row{margin-right:50%;padding-right:44px}.timeline-center .post-even{margin-right:0;padding-right:0;margin-left:50%;padding-left:44px}.timeline-center .post-full{margin:0;padding:0}.timeline-center .post-full .timeline-content{position:relative}.timeline-center .post-full .timeline-content:after,.timeline-center .post-full .timeline-content:before{content:'';border-style:solid;border-color:#f5f5f5;display:block;position:absolute;left:0;right:0}.timeline-center .post-full .timeline-content:before{border-width:4px 0 0;top:-5px}.timeline-center .post-full .timeline-content:after{border-width:0 0 4px;bottom:-5px}.timeline-left .timeline-container:after,.timeline-left .timeline-date:after,.timeline-left .timeline-date:before,.timeline-left:after,.timeline-left:before{left:24px}.timeline-left .timeline-date,.timeline-left .timeline-row{padding-left:68px}.timeline-right .timeline-container:after,.timeline-right .timeline-date:after,.timeline-right .timeline-date:before,.timeline-right:after,.timeline-right:before{left:auto;right:24px;margin-left:0;margin-right:-2px}.timeline-right .timeline-container:after{margin-right:-1px}.timeline-right .timeline-date,.timeline-right .timeline-row{padding-right:68px}.timeline-left .timeline-date,.timeline-right .timeline-date{padding-top:10px;padding-bottom:10px}.timeline-icon{position:absolute;top:10px}.timeline-icon:after{content:"";position:absolute;top:50%;margin-top:-1px;height:2px;width:16px;background-color:#ccc;z-index:1}.timeline-center .post-full .timeline-icon:after,.timeline-time:before{content:none}.timeline-left .timeline-icon{left:0}.timeline-left .timeline-icon:after{left:100%;margin-left:4px}.timeline-right .timeline-icon{right:0}.timeline-right .timeline-icon:after{right:100%;margin-right:4px}.timeline-center .timeline-row:not(.post-full) .timeline-icon{left:100%;margin-left:-24px}.timeline-center .timeline-row.post-even .timeline-icon{left:auto;right:100%;margin-left:0;margin-right:-24px}.timeline-center .timeline-icon:after{right:100%;margin-right:4px}.timeline-center .post-even .timeline-icon:after{left:100%;margin-left:4px}.timeline-center .post-full .timeline-icon{position:static}.timeline-time{padding:0;text-align:inherit;background-color:transparent}.timeline-left .timeline-time,.timeline-right .timeline-time{padding-top:10px;margin-bottom:20px;padding-left:10px}.timeline-right .timeline-time{text-align:right;padding-left:0;padding-right:10px}.timeline-center .post-full .timeline-time,.timeline-center .timeline-time{position:absolute;left:100%;top:15px;width:100%;padding-left:44px}.timeline-center .post-even .timeline-time,.timeline-center .post-full .timeline-time{left:auto;right:100%;padding-left:0;padding-right:44px;text-align:right}.timeline-center .post-full .timeline-time{right:50%;top:5px}}.chat-list,.chat-stacked{max-height:520px;overflow:auto}.chat-list .media-left{padding-right:20px}.chat-list .media-right{padding-left:20px}.chat-list .media-content{position:relative;padding:10px 12px;width:auto;border-radius:3px;display:inline-block}.chat-list .media-content:not([class*=bg-]){background-color:#f5f5f5;border-color:#f5f5f5}.chat-list .media-content>i{top:0;margin:2px}.chat-list .reversed .media-content{text-align:left;color:#fff}.chat-list .reversed .media-content:not([class*=bg-]){background-color:#42A5F5;border-color:#42A5F5}.chat-list .reversed .media-content>a{color:#fff}.chat-list .reversed .media-body{text-align:right}.chat-list .date-step.media{text-align:center;margin-left:0;margin-right:0;color:#999}.chat-list .chat-thumbs img{margin-top:5px;margin-bottom:5px;max-height:100px;height:auto;max-width:100%;display:inline-block;border-radius:3px}.chat-list .media-content:before,.chat-list .reversed .media-content:before{content:'';left:-5px;top:15px;position:absolute;margin-left:0}.chat-list .media-content:before{border-top:5px solid transparent;border-right:5px solid;border-right-color:inherit;border-bottom:5px solid transparent}.chat-list .reversed .media-content:before{left:auto;right:-5px;border-right:0;border-top:5px solid transparent;border-left:5px solid;border-left-color:inherit;border-bottom:5px solid transparent}@media (min-width:769px){.chat-list .media{margin-right:20%}.chat-list .media.reversed{margin-right:0;margin-left:20%}}.heading-elements .heading-btn+.heading-btn,.heading-elements .heading-btn-group>.btn+.btn:not(.btn-link),.page-header .heading-elements .icons-list>li+li,.thumbnail-heading .heading-elements .icons-list>li+li{margin-left:10px}.chat-list-inverse .media-content:not([class*=bg-]){color:#fff;background-color:#42A5F5;border-color:#42A5F5}.chat-list-inverse .media-content:before{border-top:5px solid transparent;border-right:5px solid #42A5F5;border-bottom:5px solid transparent}.chat-list-inverse .media-content>a{color:#fff}.chat-list-inverse .reversed .media-content:not([class*=bg-]){background-color:#f5f5f5;color:inherit}.chat-list-inverse .reversed .media-content:before{border-top:5px solid transparent;border-left:5px solid #f5f5f5;border-bottom:5px solid transparent}.panel .main-search input[type=text]{background-color:#FAFAFA}.search-results-list .list-inline{margin-bottom:5px}.related-searches{margin-top:20px;margin-bottom:20px;padding:20px;border-top:1px solid #eee;border-bottom:1px solid #eee}.website-search-results{padding:20px 20px 0;border-bottom:1px solid #eee}.media-preview{width:auto;height:auto;max-width:none;max-height:90px}.error-title{color:#fff;font-size:200px;line-height:1;margin-bottom:20px;font-weight:300;text-stroke:1px transparent;display:block;text-shadow:0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15)}@media (max-width:768px){.search-option-buttons{text-align:center}.search-option-buttons>.text-right{text-align:inherit}.error-title{font-size:130px}}.offline-title{font-size:120px}.breadcrumb-elements-toggle,.heading-elements-toggle{cursor:pointer;display:block;line-height:1;position:absolute;top:50%;margin-top:-8px;right:20px}.breadcrumb-elements-toggle,.breadcrumb-elements-toggle:focus,.breadcrumb-elements-toggle:hover,.heading-elements-toggle,.heading-elements-toggle:focus,.heading-elements-toggle:hover{color:inherit}.breadcrumb-elements-toggle>i,.heading-elements-toggle>i{top:0}@media (min-width:769px){.breadcrumb-elements-toggle,.heading-elements-toggle{display:none}}.breadcrumb-line-component .breadcrumb-elements-toggle{right:15px}.heading-elements{background-color:inherit;position:absolute;top:50%;right:20px;height:36px;margin-top:-18px}.panel-body>.heading-elements{top:0;margin-top:14px;z-index:10}@media (max-width:768px){.offline-title{font-size:90px}.panel-body>.heading-elements-toggle{top:20px;margin-top:0}.panel-body>.heading-elements.visible{top:56px;background-color:#fff}}.heading-elements .pager,.heading-elements .pagination{margin-top:0;margin-bottom:0}.heading-elements .breadcrumb{padding-top:8px;padding-bottom:8px}.heading-elements.panel-pills .nav>li>a,.heading-elements.panel-tabs .nav>li>a{text-align:left}.heading-elements .btn-float.btn-link{padding-top:0;padding-bottom:0}.heading-elements .daterange-custom{margin-top:4px}.heading-elements .heading-btn-group{font-size:0}@media (max-width:768px){.heading-elements{text-align:center}.heading-elements .breadcrumb,.heading-elements .daterange-custom,.heading-elements .heading-btn,.heading-elements .heading-btn-group>.btn,.heading-elements .heading-form .form-group,.heading-elements .heading-text,.heading-elements .icons-list,.heading-elements .nav-pills,.heading-elements .nav-tabs,.heading-elements .noui-slider,.heading-elements .pager,.heading-elements .pagination,.heading-elements .progress,.heading-elements .ui-slider,.heading-elements>.btn-group{margin-bottom:20px}.heading-elements .heading-text:not(.label):not(.badge){display:block}.heading-elements .bootstrap-select,.heading-elements .multiselect+.btn-group,.heading-elements .select2-container,.heading-elements .selectboxit-container,.heading-elements .selectboxit-options{width:100%!important}.heading-elements .btn-group,.heading-elements .dropdown,.heading-elements .dropup,.heading-elements .input-group,.heading-elements .input-group-btn{position:static}.heading-elements .dropdown-menu{left:-1px;right:-1px;margin-top:0;border-top-right-radius:0;border-top-left-radius:0}}@media (min-width:769px){.heading-elements .breadcrumb,.heading-elements .daterange-custom,.heading-elements .heading-btn,.heading-elements .heading-form,.heading-elements .heading-text,.heading-elements .icons-list,.heading-elements .nav-pills,.heading-elements .nav-tabs,.heading-elements .noui-slider,.heading-elements .pager,.heading-elements .pagination,.heading-elements .progress,.heading-elements .ui-slider,.heading-elements>.btn-group{float:left;margin-left:20px}.heading-elements .heading-text+.heading-text{margin-left:20px}.heading-elements .heading-form .form-control,.heading-elements .input-group,.heading-elements .noui-slider,.heading-elements .progress,.heading-elements .selectbox-fixed+.selectboxit-container,.heading-elements .selectbox-fixed+.selectboxit-options,.heading-elements .selectboxit-container .selectboxit-options,.heading-elements .ui-slider,.heading-elements .uploader{width:220px}.heading-elements .btn-group-sm>.btn,.heading-elements .btn-sm,.heading-elements .input-group-sm,.heading-elements .input-sm,.heading-elements .pager-sm,.heading-elements .pagination-sm,.heading-elements .select-sm,.heading-elements .selectbox-sm+.selectboxit-container,.heading-elements .uploader-sm{margin-top:1px}.heading-elements .btn-group-xs>.btn,.heading-elements .btn-xs,.heading-elements .input-group-xs,.heading-elements .input-xs,.heading-elements .pager-xs,.heading-elements .pagination-xs,.heading-elements .select-xs,.heading-elements .selectbox-xs+.selectboxit-container,.heading-elements .uploader-xs{margin-top:2px}.heading-elements .btn-float{margin-top:-6px}.heading-elements .btn-float.has-text{margin-top:-17.5px}.heading-elements .btn-float.btn-link{margin-top:-3.5px}.heading-elements .noui-slider,.heading-elements .ui-slider{margin-top:15px}.heading-elements .noui-slider-lg,.heading-elements .ui-slider-lg{margin-top:14px}.heading-elements .noui-slider-sm,.heading-elements .ui-slider-sm{margin-top:16px}.heading-elements .noui-slider-xs,.heading-elements .ui-slider-xs{margin-top:17px}.heading-elements .progress{margin-top:9px}.heading-elements .progress-lg{margin-top:7px}.heading-elements .progress-sm{margin-top:11px}.heading-elements .progress-xs{margin-top:13px}.heading-elements .progress-xxs{margin-top:15px}.heading-elements .progress-micro{margin-top:17px}.heading-elements .icons-list{margin-top:9px}.heading-elements .heading-text{display:inline-block;margin-top:8px}.heading-elements.panel-tabs{bottom:0;top:auto;height:auto;margin-top:0}.heading-elements.panel-tabs>.nav-tabs{border-bottom:0;margin-bottom:0}.heading-elements.panel-tabs>.nav-tabs>li>a{padding:15px 20px}.panel-flat .heading-elements.panel-tabs{bottom:auto;top:0}.panel-flat .heading-elements.panel-tabs>.nav-tabs>li>a{padding-top:20px;padding-bottom:20px}.heading-elements.panel-pills>.nav-pills{margin-bottom:0;margin-top:-1px}.heading-elements.panel-pills .nav-sm{margin-top:1px}.heading-elements.panel-pills .nav-xs{margin-top:3px}}.heading-form .checkbox-switchery,.heading-form .checkbox-switchery[class*=switchery-],.heading-form .form-group{margin-bottom:0}.heading-form .input-group .form-control{width:100%;margin-top:0}.heading-form .input-group.input-group-sm .btn,.heading-form .input-group.input-group-xs .btn{margin-top:0}@media (min-width:769px){.heading-form .form-group{display:inline-block}.heading-form .form-group+.form-group{margin-left:15px}.heading-form .checkbox-inline,.heading-form .radio-inline{margin-top:8px}.heading-form .checkbox-switch{margin-top:2px}.heading-form .checkbox-switch-sm{margin-top:3px}.heading-form .checkbox-switch-xs{margin-top:4px}.pull-right-sm{float:right}}@media (max-width:768px){.breadcrumb-elements,.heading-elements{display:none}.breadcrumb-elements.visible,.heading-elements.visible{display:block;margin-top:0;top:100%;height:auto;left:-1px;right:-1px;padding:20px 20px 0;border:1px solid #ddd;z-index:997}.panel-heading[class*=bg-] .heading-elements.visible,.panel[class*=bg-] .heading-elements.visible{border-width:1px 0;border-color:rgba(255,255,255,.5);left:0;right:0;background-color:inherit}.page-header .heading-elements{background-color:#fcfcfc}.page-header .heading-elements.visible{border-width:1px 0;left:0;right:0;z-index:999}.breadcrumb-elements.visible{padding:0;z-index:9}}.no-edge-top{top:0}.no-edge-bottom{bottom:0}.no-edge-left{left:0}.no-edge-right{right:0}@media (min-width:1200px){.pull-right-lg{float:right}}@media (min-width:1025px){.pull-right-md{float:right}}@media (min-width:480px){.pull-right-xs{float:right}}.valign-middle{vertical-align:middle}.valign-bottom{vertical-align:bottom}.valign-baseline{vertical-align:baseline}.valign-text-top{vertical-align:top}.valign-text-bottom{vertical-align:text-bottom}.position-relative{position:relative}.position-static{position:static}.display-block,label.display-block{display:block}.display-inline-block{display:inline-block}.cursor-pointer{cursor:pointer}.cursor-move{cursor:move}.cursor-default{cursor:default}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-auto{overflow:auto}.content-group-xs{margin-bottom:10px!important}.content-group-sm{margin-bottom:15px!important}.content-group{margin-bottom:20px!important}.content-group-lg{margin-bottom:30px!important}.no-margin{margin:0!important}.no-margin-top{margin-top:0!important}.no-margin-bottom{margin-bottom:0!important}.no-margin-left{margin-left:0!important}.no-margin-right{margin-right:0!important}.m-5{margin:5px!important}.m-10{margin:10px!important}.m-15{margin:15px!important}.m-20{margin:20px!important}.mt-5{margin-top:5px!important}.mt-10{margin-top:10px!important}.mt-15{margin-top:15px!important}.mt-20{margin-top:20px!important}.mb-5{margin-bottom:5px!important}.mb-10{margin-bottom:10px!important}.mb-15{margin-bottom:15px!important}.mb-20{margin-bottom:20px!important}.ml-5{margin-left:5px!important}.ml-10{margin-left:10px!important}.ml-15{margin-left:15px!important}.ml-20{margin-left:20px!important}.mr-5{margin-right:5px!important}.mr-10{margin-right:10px!important}.mr-15{margin-right:15px!important}.mr-20{margin-right:20px!important}.no-padding{padding:0!important}.no-padding-top{padding-top:0!important}.no-padding-bottom{padding-bottom:0!important}.no-padding-left{padding-left:0!important}.no-padding-right{padding-right:0!important}.p-5{padding:5px!important}.p-10{padding:10px!important}.p-15{padding:15px!important}.p-20{padding:20px!important}.pt-5{padding-top:5px!important}.pt-10{padding-top:10px!important}.pt-15{padding-top:15px!important}.pt-20{padding-top:20px!important}.pb-5{padding-bottom:5px!important}.pb-10{padding-bottom:10px!important}.pb-15{padding-bottom:15px!important}.pb-20{padding-bottom:20px!important}.pl-5{padding-left:5px!important}.pl-10{padding-left:10px!important}.pl-15{padding-left:15px!important}.pl-20{padding-left:20px!important}.pr-5{padding-right:5px!important}.pr-10{padding-right:10px!important}.pr-15{padding-right:15px!important}.pr-20{padding-right:20px!important}.no-border{border:0!important}.no-border-top{border-top:0!important}.no-border-bottom{border-bottom:0!important}.no-border-left{border-left:0!important}.no-border-right{border-right:0!important}.no-border-radius{border-radius:0}.no-border-radius-top{border-top-right-radius:0;border-top-left-radius:0}.no-border-radius-bottom{border-bottom-right-radius:0;border-bottom-left-radius:0}.no-border-radius-left{border-bottom-left-radius:0;border-top-left-radius:0}.no-border-radius-right{border-bottom-right-radius:0;border-top-right-radius:0}.border-top{border-top:1px solid}.border-bottom{border-bottom:1px solid}.border-left{border-left:1px solid}.border-right{border-right:1px solid}.border-lg{border-width:2px}.border-top-lg{border-top:2px solid}.border-bottom-lg{border-bottom:2px solid}.border-left-lg{border-left:2px solid}.border-right-lg{border-right:2px solid}.border-xlg{border-width:3px}.border-top-xlg{border-top:3px solid}.border-bottom-xlg{border-bottom:3px solid}.border-left-xlg{border-left:3px solid}.border-right-xlg{border-right:3px solid}.full-width{width:100%}@media (min-width:769px){.width-200{min-width:200px}.width-250{min-width:250px}.width-300{min-width:300px}.width-350{min-width:350px}.width-400{min-width:400px}.width-450{min-width:450px}.width-500{min-width:500px}.width-550{min-width:550px}.width-600{min-width:600px}.width-650{min-width:650px}}.img-lg{width:44px!important;height:44px!important}.img-sm{width:36px!important;height:36px!important}.img-xs{width:32px!important;height:32px!important}.progress-list{margin:0;padding:0;list-style:none}.progress-list>li+li{margin-top:20px}.progress-list>li>label{display:block}.progress-list>li span{float:right;display:block}


.ui-autocomplete {
  width: 45%;
  top: 240px;
  position: absolute !important;
  left: 160px;
  z-index: 100;
  max-height: 400px;
  overflow-y: auto;
}
.containerRadio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.containerRadio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerRadio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerRadio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerRadio .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}



.forced .left.side-menu {
  overflow-y: auto !important;
}


.forced .sidebar-inner {
  overflow-y: auto !important;
}
.forced.enlarged .sidebar-inner {
  overflow-y: inherit !important;
}

.forced.enlarged .left.side-menu {
  overflow-y: inherit !important;
}


label#typefile {
  pointer-events: all;
  position: static !important;
  -webkit-transform: none !important;
  transform: none !important;
}
#typefile input[type="file"] {
  display: none;
}
.addattachment {
  border: 2px dashed #416eb2;
  height: 42px;
  color: #416eb2;
  cursor: pointer;
  padding: 0 30px;
  border-radius: 5px;
}

.btn-group, .btn-group-vertical{ width: 100%;}

.multiselect-container {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(52, 69, 232, 0.1);
  margin: 8px 0 0 0;
  box-shadow: 0px 8px 16px rgb(0 0 0 / 10%);
  border-radius: 4px;
  padding: 6px 0 0 0;
}
.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: auto;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 500;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
 
  padding: 0px 0px 9px 16px !important;
}
.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 0;
  margin-right: 8px;
  position: relative;
  top: 2px;
  width: 12px;
  height: 12px;opacity: 1;
  border: 1px solid #E9E9EE;
}
.multiselect-container.dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
button.multiselect {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  text-align: left;
}
.multiselect::after {
  position: absolute;
  top: 16px;
  right: 10px;
}
.content-page{overflow: visible;}
.multiselect-container>li a{    color: #000000;}
.multiselect-container>li.active a{    color: #fff;}
.multiselect-container>li.active{    
  background-color: #0062cc;}
  #sidebar-menu > ul > li > a > span {
    font-size: 0.75rem;
    text-align: left;
    display: inline-block;
}
.multiselect-container .radio input[type="radio"]{ display: none;}
@media (max-width: 576px) {	body {
  font-size: 0.7rem;
  
}}