﻿@charset "UTF-8";

.page-header .nav>li>a,
.page-header .navbar {
  font-size: 14px;
  vertical-align: middle;
  height: 60px
}

.side-nav li,
ol,
ol ul,
ul,
ul ul {
  list-style: none
}

.side-nav li button:focus,
a:focus {
  outline: 0
}

.side-collapse .page-header {
  left: 48px
}

.page-header {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 180px;
  z-index: 1000;
  border-radius: 0;
  min-width: 900px
}

.page-header .navbar {
  background: #000;
  border: none
}

.page-header .nav>li {
  position: relative;
  background: 0 0;
  float: left
}

.logo,
.sidebar {
  position: fixed;
  top: 0
}

.page-header .nav>li>a {
  color: #FFF;
  width: auto;
  padding: 20px;
  outline: 0;
  background: 0 0;
  line-height: 20px;
  text-shadow: none
}

/* .page-header .nav>li>a.active,
.page-header .nav>li>a:active,
.page-header .nav>li>a:focus,
.page-header .nav>li>a:hover {
  color: #545A6B;
  background: #F7F7F7
} */

.page-header .nav>li>a .nav-icon {
  font-size: 20px;
  margin-right: 8px;
  vertical-align: -2px
}

.page-header .nav>li>a .nav-toggle-icon {
  float: right;
  margin-top: 4px
}

.page-header .navbar-left>li>a {
  padding-left: 16px;
  width: 140px;
}

/* .page-header .navbar-right>li>a {
  border-left: 1px solid #F7F7F7
} */

.page-header .navbar-right>li>a:hover {
  border-bottom: 5px solid #D7E600;
}

.page-header .navbar-right>li.user-info-nav-item {
  width: auto
}

.page-header .navbar-right>li.user-info-nav-item .user-info {
  margin-top: -10px
}

.page-header .navbar-right>li.user-info-nav-item .user-info .user-name {
  font-size: 14px
}

.page-header .navbar-right>li.user-info-nav-item .user-info .user-position {
  color: #FFF;
  width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.page-header .navbar-right>li.user-info-nav-item .dropdown-menu {
  width: auto
}

.page-header .navbar-right>li.user-info-nav-item a.active .user-info .user-position,
.page-header .navbar-right>li.user-info-nav-item a:active .user-info .user-position,
.page-header .navbar-right>li.user-info-nav-item a:focus .user-info .user-position,
.page-header .navbar-right>li.user-info-nav-item a:hover .user-info .user-position {
  color: #545A6B
}

.logo a,
.logo strong {
  color: #fff
}

.page-header .navbar-nav {
  margin: 0;
  display: inline-block
}

.page-header .nav>li.msg-nav .dropdown-menu {
  width: auto
}

.logo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 180px;
  height: 60px;
  background: #000;
  padding: 15px 20px;
  z-index: 1001
}

.logo a {
  text-decoration: none;
  font-weight: 400
}

.side-collapse .logo {
  width: 48px
}

.wrap {
  margin-left: 210px
}

.wrap-nosidebar {
  margin-left: 55px
}

.side-collapse .wrap {
  margin-left: 48px
}

.content {
  padding: 0 16px;
  max-width: none;
  width: auto;
  opacity: 1;
  margin-top: 60px
}

.spmstockin_invoiceList .content {
  margin-top: 0px;
}

.no-padding,
.sidebar {
  padding: 0
}

.content.hiding {
  opacity: 0
}

.page-title {
  color: #24344E;
  font-weight: 300;
  line-height: 1;
  margin: 11px 0 17px
}

.page-title small {
  color: rgba(36, 52, 78, .7)
}

.sidebar {
  width: 210px;
  background: #000;
  color: #FFF;
  overflow-y: auto;
  z-index: 1000;
  box-sizing: content-box;
  bottom: 0;
  margin: 60px 0 0;
  font-weight: 300;
  min-height: 500px
}

.sidebar-width {
  width: 55px !important;
}

.sidebar .dropdown-menu {
  width: 170px;
  left: 5px
}

.sidebar .dropdown-menu>li>a {
  height: 30px;
  line-height: 30px;
  padding-left: 0
}

.sidebar .dropdown-menu>li>a .point {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 15px;
  margin-right: 20px;
  background: #39f;
  border-radius: 50%;
  vertical-align: 1px
}

.sidebar .sidebar-control {
  font-size: 1.5em;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  text-align: center;
  background: #393f4d
}

.sidebar .panel {
  background: 0 0
}

.sidebar.collapse {
  display: block;
  visibility: visible
}

.sidebar .list-title {
  display: none
}

.side-nav {
  margin: 0
}

.side-nav li i[class*=fa] {
  width: 16px;
  margin-right: 8px;
  line-height: 20px;
  font-size: 14px;
  text-align: center
}

.side-nav li .fa:not(.fa-angle-down) {
  vertical-align: -1px
}

.side-nav li a:hover {
  background: #D7E600;
  color: #fff
}

.side-nav li a {
  text-align: left;
  color: inherit;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
  text-decoration: none;
  display: block;
  height: 56px;
  line-height: 56px;
  border-radius: 0;
  font-size: 14px;
  color: #FFF;
  white-space: nowrap;
}

.side-nav li a .fa:not(.fa-angle-down) {
  margin: 0 15px;
  font-size: 16px
}

.side-nav li a .fa-angle-down {
  width: auto;
  float: right;
  margin-right: 20px;
  opacity: .4;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  transition: transform .3s ease-in-out
}

.side-nav li a.collapsed .fa-angle-down {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg)
}

.side-nav li a[data-toggle=collapse]:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f106";
  float: right;
  margin-right: 20px;
  position: relative;
  top: 1px;
  color: #c4c4c4;
  -webkit-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out
}

.side-nav li a[data-toggle=collapse].collapsed:before {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg)
}

.side-nav li button {
  text-align: left;
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  height: 50px;
  line-height: 50px;
  padding: 0
}

.side-nav li button .fa:not(.fa-angle-down) {
  width: 20px;
  margin: 0 13px;
  font-size: 20px;
  color: #39F
}

.side-nav li button:focus,
.side-nav li button:hover {
  background: #545A6B;
  color: #fff
}

/* .side-nav .panel-collapse li.active a {
  background: #D7E600;
  color: #000;
} */

.side-nav li.active>a {
  color: #fff;
  font-weight: 400
}

.side-nav .panel-collapse li a {
  padding-left: 52px;
}

/* .side-nav .panel-collapse li a:focus,
.side-nav .panel-collapse li a:hover {
  background: #D7E600;
  opacity: 1
} */

.side-nav .panel-collapse li a i[class*=fa] {
  float: none;
  font-size: inherit
}

.side-nav .panel-collapse .panel-collapse .panel-collapse>li a {
  padding-left: 70px
}

.side-nav .panel-collapse .panel-collapse>li a {
  padding-left: 60px
}

.side-nav .panel {
  margin: 0;
  border: none;
  border-radius: 0
}

.side-nav .panel-collapse.collapse {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease
}

.side-collapse .sidebar .panel span.name,
.side-collapse .sidebar button span {
  display: none
}

.side-collapse .sidebar .side-nav .panel-collapse.collapse,
.side-nav .panel-collapse.collapse.in {
  height: auto
}

.side-collapse .sidebar {
  overflow-y: visible;
  width: 48px
}

.side-collapse .sidebar .panel {
  position: relative
}

.side-collapse .sidebar .panel i.fa {
  float: none
}

.side-collapse .sidebar .panel a[data-toggle=collapse]:before {
  content: ""
}

.side-collapse .sidebar .panel .show-list {
  display: none;
  overflow-y: auto;
  overflow-x: hidden
}

.overflow-hidden,
.text-ellipsis {
  overflow: hidden
}

.side-collapse .sidebar .panel:hover .show-list {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 0;
  width: auto;
  left: 48px;
  background: #2c313e;
  white-space: nowrap
}

.side-collapse .sidebar .panel:hover .show-list .list-title {
  display: block;
  padding: 12px 16px
}

.side-collapse .sidebar .panel .panel-collapse li a {
  opacity: 1;
  padding-left: 38px;
  padding-right: 30px
}

.side-collapse .sidebar .panel .panel-collapse li .activePoint {
  background: #D7E600;
  width: 6px;
  height: 6px;
  border-radius: 100%
}

.side-collapse .sidebar .panel .panel-collapse li.active a {
  padding-left: 16px
}

.side-collapse .sidebar .panel .panel-collapse li.active a .activePoint {
  display: inline-block;
  margin-right: 16px
}

.side-collapse .sidebar .sidebar-control {
  width: 48px
}

.error-container {
  padding-top: 5%;
  text-align: center
}

.error-container>.btn {
  padding-left: 35px;
  padding-right: 35px
}

.error-code {
  font-size: 80px;
  font-weight: 300px;
  color: #fff
}

.head-main,
.head-small,
.head-sub,
body {
  color: #24344E
}

@media (min-width:768px) {
  .error-code {
    font-size: 180px
  }
}

.error-info {
  font-size: 20px
}

.error-help {
  font-size: 14px
}

@font-face {
  font-family: "iconfont";
  src: url('../../fonts/font-awesome/iconfont.woff2?t=1632450264435') format('woff2'),
    url('../../fonts/font-awesome/iconfont.woff?t=1632450264435') format('woff'),
    url('../../fonts/font-awesome/iconfont.ttf?t=1632450264435') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-apps-fill:before {
  content: "\e9be";
  font-size: 12px;
}

.icon-menu-open:before {
  content: "\e62a";
}

.icon-menu-close:before {
  content: "\e616";
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(fonts/google/open-sans-light.woff) format("woff")
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(fonts/google/open-sans.woff) format("woff")
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(fonts/google/open-sans-semibold.woff) format("woff")
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(fonts/google/open-sans-bold.woff) format("woff")
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(fonts/google/open-sans-italic.woff) format("woff")
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(fonts/google/open-sans-italic-light.woff) format("woff")
}

body {
  font-size: 12px
}

.head-main {
  font-size: 16px
}

.head-sub {
  font-size: 14px
}

.head-small,
.link,
.link.link-dark,
.link.link-light,
.num-price,
.text-disabled,
.text-help {
  font-size: 12px
}

.text-semitransparent {
  color: #24344E;
  opacity: .5
}

.text-help {
  color: #666
}

.text-help-light {
  color: #999;
  font-size: 12px
}

.text-disabled {
  color: #BBB
}

.link {
  color: #2687D0
}

.link:hover {
  text-decoration: underline
}

.link.link-dark {
  color: #24344E
}

.link.link-light {
  color: #BBB
}

.text-temporary {
  color: #f79000
}

.text-error {
  color: #F20
}

.num-price,
.text-lock {
  color: #666
}

.icon-state {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  border-radius: 50%
}

.icon-temporary {
  background: #F2C200;
  border: 1px solid #EBB700
}

.icon-success {
  background: #6DCC50;
  border: 1px solid #48BF1D
}

.icon-error {
  background: #FF625C;
  border: 1px solid #FF3930
}

.icon-lock {
  background: #A4A4A7;
  border: 1px solid #8E8E91
}

.num-price {
  margin-right: 1px
}

.num-price-minor,
.num-price-primary {
  font-weight: 700;
  font-size: 14px;
  margin-right: 1px
}

.num-price-primary {
  color: #FF7900
}

.num-price-minor {
  color: #666
}

.num-unit {
  color: #666;
  font-size: 12px
}

.num-unit-sm {
  color: #666;
  font-size: 8px
}

.num-date,
.num-percent {
  color: #666;
  font-size: 12px
}

.num-percent-sign {
  color: #666;
  font-size: 9px
}

.num-bank-account,
.num-time {
  color: #666;
  font-size: 12px
}

@media print {

  .page-header,
  .sidebar {
    display: none
  }

  hr {
    border-bottom-color: #999
  }

  blockquote {
    border-top: none;
    border-right: none;
    border-bottom: none
  }

  .wrap {
    margin: 0
  }

  .logo {
    position: static;
    width: auto
  }

  .table,
  .table td,
  .table th {
    background: #fff !important;
    border: none !important
  }

  .table td {
    border-top: 1px solid #999 !important
  }

  .hidden-print {
    display: none !important
  }

  .client-details {
    text-align: right
  }

  .col-print-1,
  .col-print-10,
  .col-print-11,
  .col-print-2,
  .col-print-3,
  .col-print-4,
  .col-print-5,
  .col-print-6,
  .col-print-7,
  .col-print-8,
  .col-print-9 {
    float: left
  }

  .col-print-1 {
    width: 8.33333%
  }

  .col-print-2 {
    width: 16.66667%
  }

  .col-print-3 {
    width: 25%
  }

  .col-print-4 {
    width: 33.33333%
  }

  .col-print-5 {
    width: 41.66667%
  }

  .col-print-6 {
    width: 50%
  }

  .col-print-7 {
    width: 58.33333%
  }

  .col-print-8 {
    width: 66.66667%
  }

  .col-print-9 {
    width: 75%
  }

  .col-print-10 {
    width: 83.33333%
  }

  .col-print-11 {
    width: 91.66667%
  }

  .col-print-12 {
    width: 100%
  }

  .col-print-push-0 {
    left: auto
  }

  .col-print-push-1 {
    left: 8.33333%
  }

  .col-print-push-2 {
    left: 16.66667%
  }

  .col-print-push-3 {
    left: 25%
  }

  .col-print-push-4 {
    left: 33.33333%
  }

  .col-print-push-5 {
    left: 41.66667%
  }

  .col-print-push-6 {
    left: 50%
  }

  .col-print-push-7 {
    left: 58.33333%
  }

  .col-print-push-8 {
    left: 66.66667%
  }

  .col-print-push-9 {
    left: 75%
  }

  .col-print-push-10 {
    left: 83.33333%
  }

  .col-print-push-11 {
    left: 91.66667%
  }

  .col-print-pull-0 {
    right: auto
  }

  .col-print-pull-1 {
    right: 8.33333%
  }

  .col-print-pull-2 {
    right: 16.66667%
  }

  .col-print-pull-3 {
    right: 25%
  }

  .col-print-pull-4 {
    right: 33.33333%
  }

  .col-print-pull-5 {
    right: 41.66667%
  }

  .col-print-pull-6 {
    right: 50%
  }

  .col-print-pull-7 {
    right: 58.33333%
  }

  .col-print-pull-8 {
    right: 66.66667%
  }

  .col-print-pull-9 {
    right: 75%
  }

  .col-print-pull-10 {
    right: 83.33333%
  }

  .col-print-pull-11 {
    right: 91.66667%
  }

  .col-print-offset-0 {
    margin-left: 0
  }

  .col-print-offset-1 {
    margin-left: 8.33333%
  }

  .col-print-offset-2 {
    margin-left: 16.66667%
  }

  .col-print-offset-3 {
    margin-left: 25%
  }

  .col-print-offset-4 {
    margin-left: 33.33333%
  }

  .col-print-offset-5 {
    margin-left: 41.66667%
  }

  .col-print-offset-6 {
    margin-left: 50%
  }

  .col-print-offset-7 {
    margin-left: 58.33333%
  }

  .col-print-offset-8 {
    margin-left: 66.66667%
  }

  .col-print-offset-9 {
    margin-left: 75%
  }

  .col-print-offset-10 {
    margin-left: 83.33333%
  }

  .col-print-offset-11 {
    margin-left: 91.66667%
  }
}

::-webkit-scrollbar {
  width: 14px
}

::-webkit-scrollbar-track {
  background: #FFF
}

::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 11px;
  background-clip: content-box;
  border: 3px solid transparent
}

::-webkit-scrollbar-thumb:hover {
  background: #ADB1B6;
  background-clip: content-box;
  border: 3px solid transparent
}

.transition-height {
  -webkit-transition: height .15s ease-in-out;
  -o-transition: height .15s ease-in-out;
  transition: height .15s ease-in-out
}

.transition-width {
  -webkit-transition: width .15s ease-in-out;
  -o-transition: width .15s ease-in-out;
  transition: width .15s ease-in-out
}

.thumb-lg {
  width: 60px
}

.thumb-lg>.fa,
.thumb-lg>.glyphicon {
  line-height: 60px
}

.thumb {
  width: 48px
}

.thumb>.fa,
.thumb>.glyphicon {
  line-height: 48px
}

.thumb-sm {
  width: 34px
}

.thumb-sm>.fa,
.thumb-sm>.glyphicon {
  line-height: 34px
}

.thumb-xs {
  width: 28px
}

.thumb-xs>.fa,
.thumb-xs>.glyphicon {
  line-height: 28px
}

.thumb,
.thumb-lg,
.thumb-sm,
.thumb-xs {
  position: relative;
  display: inline-block;
  text-align: center
}

.thumb img,
.thumb-lg img,
.thumb-sm img,
.thumb-xs img {
  height: auto;
  max-width: 100%;
  vertical-align: middle
}

.thumb .status,
.thumb-lg .status,
.thumb-sm .status,
.thumb-xs .status {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: .7em;
  height: .7em;
  border: .15em solid #fff;
  border-radius: 50%
}

.thumb .status.status-bottom,
.thumb-lg .status.status-bottom,
.thumb-sm .status.status-bottom,
.thumb-xs .status.status-bottom {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0
}

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

@-webkit-keyframes bg-attention {
  5% {
    background-color: #fdf8ea
  }

  0% {
    background-color: transparent
  }
}

@keyframes bg-attention {
  5% {
    background-color: #fdf8ea
  }

  0% {
    background-color: transparent
  }
}

.bg-attention {
  -webkit-animation: bg-attention 10s;
  -o-animation: bg-attention 10s;
  animation: bg-attention 10s
}

.text-align-center {
  text-align: center
}

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

.fa-fw,
.fa-li {
  text-align: center
}

.no-margin {
  margin: 0 !important
}

.mt-xlg {
  margin-top: 40px !important
}

.mt-n-xlg {
  margin-top: -40px !important
}

.mt-lg {
  margin-top: 20px !important
}

.mt-n-lg {
  margin-top: -20px !important
}

.mt,
.mt-md,
.mt-n {
  margin-top: 16px !important
}

.mt-n-md {
  margin-top: -16px !important
}

.mt-sm {
  margin-top: 10px !important
}

.mt-n-sm {
  margin-top: -10px !important
}

.mt-xs {
  margin-top: 8px !important
}

.mt-n-xs {
  margin-top: -8px !important
}

.mt-0,
.mt-n-0 {
  margin-top: 0 !important
}

.mb-xlg {
  margin-bottom: 40px !important
}

.mb-n-xlg {
  margin-bottom: -40px !important
}

.mb-lg {
  margin-bottom: 20px !important
}

.mb-n-lg {
  margin-bottom: -20px !important
}

.mb,
.mb-md,
.mb-n {
  margin-bottom: 16px !important
}

.mb-n-md {
  margin-bottom: -16px !important
}

.mb-sm {
  margin-bottom: 10px !important
}

.mb-n-sm {
  margin-bottom: -10px !important
}

.mb-xs {
  margin-bottom: 8px !important
}

.mb-n-xs {
  margin-bottom: -8px !important
}

.mb-0,
.mb-n-0 {
  margin-bottom: 0 !important
}

.ml-xlg {
  margin-left: 20px !important
}

.ml-n-xlg {
  margin-left: -20px !important
}

.ml-lg {
  margin-left: 16px !important
}

.ml-n-lg {
  margin-left: -16px !important
}

.ml,
.ml-md,
.ml-n {
  margin-left: 10px !important
}

.ml-n-md {
  margin-left: -10px !important
}

.ml-sm {
  margin-left: 7px !important
}

.ml-n-sm {
  margin-left: -7px !important
}

.ml-xs {
  margin-left: 5px !important
}

.ml-n-xs {
  margin-left: -5px !important
}

.ml-0,
.ml-n-0 {
  margin-left: 0 !important
}

.mr-xlg {
  margin-right: 20px !important
}

.mr-n-xlg {
  margin-right: -20px !important
}

.mr-lg {
  margin-right: 16px !important
}

.mr-n-lg {
  margin-right: -16px !important
}

.mr,
.mr-md,
.mr-n {
  margin-right: 10px !important
}

.mr-n-md {
  margin-right: -10px !important
}

.mr-sm {
  margin-right: 7px !important
}

.mr-n-sm {
  margin-right: -7px !important
}

.mr-xs {
  margin-right: 5px !important
}

.mr-n-xs {
  margin-right: -5px !important
}

.mr-0,
.mr-n-0 {
  margin-right: 0 !important
}

.pt-xlg {
  padding-top: 40px !important
}

.pt-lg {
  padding-top: 20px !important
}

.pt,
.pt-md,
.pt-n {
  padding-top: 16px !important
}

.pt-sm {
  padding-top: 10px !important
}

.pt-xs {
  padding-top: 8px !important
}

.pt-0,
.pt-n-0 {
  padding-top: 0 !important
}

.pb-xlg {
  padding-bottom: 40px !important
}

.pb-lg {
  padding-bottom: 20px !important
}

.pb,
.pb-md,
.pb-n {
  padding-bottom: 16px !important
}

.pb-sm {
  padding-bottom: 10px !important
}

.pb-xs {
  padding-bottom: 8px !important
}

.pb-0,
.pb-n-0 {
  padding-bottom: 0 !important
}

.pl-xlg {
  padding-left: 20px !important
}

.pl-lg {
  padding-left: 16px !important
}

.pl,
.pl-md,
.pl-n {
  padding-left: 10px !important
}

.pl-sm {
  padding-left: 7px !important
}

.pl-xs {
  padding-left: 5px !important
}

.pl-0,
.pl-n-0 {
  padding-left: 0 !important
}

.pr-xlg {
  padding-right: 20px !important
}

.pr-lg {
  padding-right: 16px !important
}

.pr,
.pr-md,
.pr-n {
  padding-right: 10px !important
}

.pr-sm {
  padding-right: 7px !important
}

.pr-xs {
  padding-right: 5px !important
}

.pr-0,
.pr-n-0 {
  padding-right: 0 !important
}

.display-inline {
  display: inline !important
}

.display-n-inline {
  display: -inline !important
}

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

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

.display-block {
  display: block !important
}

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

.width-50 {
  width: 50px !important
}

.width-n-50 {
  width: -inline !important
}

.width-100 {
  width: 100px !important
}

.width-n-100 {
  width: -inline !important
}

.width-150 {
  width: 150px !important
}

.width-n-150 {
  width: -inline !important
}

.width-200 {
  width: 200px !important
}

.width-n-200 {
  width: -inline !important
}

.height-50 {
  height: 50px !important
}

.height-n-50 {
  height: -inline !important
}

.height-100 {
  height: 100px !important
}

.height-n-100 {
  height: -inline !important
}

.height-150 {
  height: 150px !important
}

.height-n-150 {
  height: -inline !important
}

.height-200 {
  height: 200px !important
}

.height-n-200 {
  height: -inline !important
}

.height-250 {
  height: 250px !important
}

.height-n-250 {
  height: -inline !important
}

.max-height-50 {
  max-height: 50px !important
}

.max-height-n-50 {
  max-height: -inline !important
}

.max-height-100 {
  max-height: 100px !important
}

.max-height-n-100 {
  max-height: -inline !important
}

.max-height-150 {
  max-height: 150px !important
}

.max-height-n-150 {
  max-height: -inline !important
}

.max-height-200 {
  max-height: 200px !important
}

.max-height-n-200 {
  max-height: -inline !important
}

.max-height-250 {
  max-height: 250px !important
}

.max-height-n-250 {
  max-height: -inline !important
}

.opacity-10 {
  opacity: .1 !important
}

.opacity-n-10 {
  opacity: -inline !important
}

.opacity-20 {
  opacity: .2 !important
}

.opacity-n-20 {
  opacity: -inline !important
}

.opacity-30 {
  opacity: .3 !important
}

.opacity-n-30 {
  opacity: -inline !important
}

.opacity-40 {
  opacity: .4 !important
}

.opacity-n-40 {
  opacity: -inline !important
}

.opacity-50 {
  opacity: .5 !important
}

.opacity-n-50 {
  opacity: -inline !important
}

.opacity-60 {
  opacity: .6 !important
}

.opacity-n-60 {
  opacity: -inline !important
}

.opacity-70 {
  opacity: .7 !important
}

.opacity-n-70 {
  opacity: -inline !important
}

.opacity-80 {
  opacity: .8 !important
}

.opacity-n-80 {
  opacity: -inline !important
}

.opacity-90 {
  opacity: .9 !important
}

.opacity-n-90 {
  opacity: -inline !important
}

.z-index-more {
  z-index: 1 !important
}

.z-index-n-more {
  z-index: -inline !important
}

.z-index-less {
  z-index: -1 !important
}

.z-index-n-less {
  z-index: -inline !important
}

.no-border {
  border: none
}

.bt {
  border-top: 1px solid #ddd
}

.br {
  border-right: 1px solid #ddd
}

.bb {
  border-bottom: 1px solid #ddd
}

.bl {
  border-left: 1px solid #ddd
}

.fw-semi-bold {
  font-weight: 600
}

.fw-normal {
  font-weight: 400
}

.fw-bold {
  font-weight: 700
}

.fw-thin {
  font-weight: 300
}

.rotate-45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

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

.rotate-135 {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg)
}

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

.rotate-225 {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg)
}

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

.rotate-315 {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg)
}

.text-primary {
  color: #2d82c7
}

a.text-primary:focus,
a.text-primary:hover {
  color: #24679d
}

.text-success {
  color: #3ecd74
}

a.text-success:focus,
a.text-success:hover {
  color: #2cac5c
}

.text-info {
  color: #25a1c5
}

a.text-info:focus,
a.text-info:hover {
  color: #1d7e9a
}

.text-warning {
  color: #f2c34d
}

a.text-warning:focus,
a.text-warning:hover {
  color: #efb31d
}

.text-danger {
  color: #f25118
}

a.text-danger:focus,
a.text-danger:hover {
  color: #cc3e0b
}

.text-link {
  color: #2687D0
}

a.text-link:focus,
a.text-link:hover {
  color: #1e6ba5
}

.bg-primary {
  background-color: #2d82c7
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #24679d
}

.bg-success {
  background-color: #3ecd74
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #2cac5c
}

.bg-info {
  background-color: #25a1c5
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #1d7e9a
}

.bg-warning {
  background-color: #f2c34d
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #efb31d
}

.bg-danger {
  background-color: #f25118
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #cc3e0b
}

.bg-body {
  background-color: #fff
}

a.bg-body:focus,
a.bg-body:hover {
  background-color: #e6e6e6
}

.bg-gray {
  background-color: #666
}

a.bg-gray:focus,
a.bg-gray:hover {
  background-color: #4d4d4d
}

.bg-gray-transparent {
  background-color: rgba(102, 102, 102, .6)
}

a.bg-gray-transparent:focus,
a.bg-gray-transparent:hover {
  background-color: rgba(77, 77, 77, .6)
}

.bg-gray-dark {
  background-color: #555
}

a.bg-gray-dark:focus,
a.bg-gray-dark:hover {
  background-color: #3c3c3c
}

.bg-black,
a.bg-black:focus,
a.bg-black:hover {
  background-color: #000
}

.bg-gray-light {
  background-color: #999
}

a.bg-gray-light:focus,
a.bg-gray-light:hover {
  background-color: gray
}

.bg-gray-lighter {
  background-color: #eee
}

a.bg-gray-lighter:focus,
a.bg-gray-lighter:hover {
  background-color: #d5d5d5
}

.bg-transparent,
a.bg-transparent:focus,
a.bg-transparent:hover {
  background-color: transparent
}

.bg-white {
  background-color: #fff
}

a.bg-white:focus,
a.bg-white:hover {
  background-color: #e6e6e6
}

.bg-body,
.bg-body-light,
.bg-danger,
.bg-gray,
.bg-gray-transparent,
.bg-info,
.bg-primary,
.bg-success,
.bg-transparent,
.bg-warning {
  -webkit-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out
}

.text-white {
  color: #fff
}

a.text-white:focus,
a.text-white:hover {
  color: #e6e6e6
}

.text-gray {
  color: #666
}

a.text-gray:focus,
a.text-gray:hover {
  color: #4d4d4d
}

.text-gray-dark {
  color: #555
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #3c3c3c
}

.text-gray-light {
  color: #999
}

a.text-gray-light:focus,
a.text-gray-light:hover {
  color: gray
}

.text-semi-muted {
  color: #777
}

a.text-semi-muted:focus,
a.text-semi-muted:hover {
  color: #5e5e5e
}

.text-gray-darker {
  color: #222
}

a.text-gray-darker:focus,
a.text-gray-darker:hover {
  color: #090909
}

.text-gray-lighter {
  color: #eee
}

a.text-gray-lighter:focus,
a.text-gray-lighter:hover {
  color: #d5d5d5
}

.text-light {
  opacity: .8
}

.btlr {
  border-top-left-radius: 3px
}

.btrr {
  border-top-right-radius: 3px
}

.bblr {
  border-bottom-left-radius: 3px
}

.bbrr {
  border-bottom-right-radius: 3px
}

.well-white {
  background: rgba(255, 255, 255, .2)
}

.weight-normal {
  font-weight: 400
}

.background-danger {
  background: #f25118;
  color: #fff
}

.background-warning {
  background: #f2c34d;
  color: #fff
}

.background-success {
  background: #3ecd74;
  color: #fff
}

.background-primary {
  background: #2d82c7;
  color: #fff
}

.background-info {
  background: #25a1c5;
  color: #fff
}

.background-lime {
  background: #8CBF26;
  color: #fff
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

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

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400
}

.hidden {
  display: none !important
}

.affix {
  position: fixed
}

html {
  min-height: 100%
}

body {
  min-width: 900px;
  padding-bottom: 100px;
  background: fixed, fixed #eee
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #666;
  font-weight: 400
}

ol,
ul {
  padding: 0
}

iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

fieldset {
  width: 100%;
  min-width: 0
}

form {
  margin-bottom: 0
}

a {
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s
}

.btn {
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s
}

.btn-inverse {
  background-color: #D7E600;
}

svg {
  height: 100%;
  width: 100%;
  display: block
}

.fa,
.fa-stack {
  display: inline-block
}

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

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

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -15%
}

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

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

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

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

.fa-fw {
  width: 1.28571em
}

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

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

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: .14286em
}

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

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

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

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

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

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

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

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

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

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

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

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

.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

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

.fa-stack-1x {
  line-height: inherit
}

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

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: ""
}

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

.fa-square:before {
  content: ""
}

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

.fa-sort-desc:before,
.fa-sort-down:before {
  content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: ""
}

.fa-envelope:before {
  content: ""
}

.fa-linkedin:before {
  content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
  content: ""
}

.fa-gavel:before,
.fa-legal:before {
  content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""
}

.fa-comment-o:before {
  content: ""
}

.fa-comments-o:before {
  content: ""
}

.fa-bolt:before,
.fa-flash:before {
  content: ""
}

.fa-sitemap:before {
  content: ""
}

.fa-umbrella:before {
  content: ""
}

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

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: ""
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: ""
}

.fa-eur:before,
.fa-euro:before {
  content: ""
}

.fa-gbp:before {
  content: ""
}

.fa-dollar:before,
.fa-usd:before {
  content: ""
}

.fa-inr:before,
.fa-rupee:before {
  content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: ""
}

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

.fa-dot-circle-o:before {
  content: ""
}

.fa-wheelchair:before {
  content: ""
}

.fa-vimeo-square:before {
  content: ""
}

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

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

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: ""
}

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

.fa-circle-o-notch:before {
  content: ""
}

.fa-ra:before,
.fa-rebel:before {
  content: ""
}

.fa-empire:before,
.fa-ge:before {
  content: ""
}

.fa-git-square:before {
  content: ""
}

.fa-git:before {
  content: ""
}

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

.fa-tencent-weibo:before {
  content: ""
}

.fa-qq:before {
  content: ""
}

.fa-wechat:before,
.fa-weixin:before {
  content: ""
}

.fa-paper-plane:before,
.fa-send:before {
  content: ""
}

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

.fa-viacoin:before {
  content: ""
}

.fa-train:before {
  content: ""
}

.fa-subway:before {
  content: ""
}

.fa-medium:before {
  content: ""
}

.fa-y-combinator:before,
.fa-yc:before {
  content: ""
}

.fa-optin-monster:before {
  content: ""
}

.fa-opencart:before {
  content: ""
}

.fa-expeditedssl:before {
  content: ""
}

.fa-battery-4: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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: ""
}
