@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype');
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #6a6a6a;
  background-color: #FFF;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  moz-osx-font-smoothing: grayscale !important;
}
a {
  color: #181818;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}
.text-base {
  color: #6a6a6a;
}
.text-muted {
  color: #919191;
}
.text-white {
  color: #FFF;
}
.text-primary {
  color: #0b0b0b;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000;
}
.text-success {
  color: #149278;
}
a.text-success:hover,
a.text-success:focus {
  color: #0e6553;
}
.text-info {
  color: #00a7f5;
}
a.text-info:hover,
a.text-info:focus {
  color: #0084c2;
}
.text-warning {
  color: #ffae04;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d18d00;
}
.text-danger {
  color: #e21d27;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b5171f;
}
.text-purple {
  color: #801dcd;
}
a.text-purple:hover,
a.text-purple:focus {
  color: #6417a0;
}
.bg-light {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-dark {
  background-color: rgba(8, 8, 8, 0.1);
}
.bg-default {
  background-color: #dddddd;
  color: #FFF;
}
a.bg-default:hover,
a.bg-default:focus {
  background-color: #c4c4c4;
}
.bg-black {
  background-color: #080808;
  color: #FFF;
}
a.bg-black:hover,
a.bg-black:focus {
  background-color: #000000;
}
.bg-primary {
  background-color: #252525;
  color: #FFF;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0b0b0b;
}
.bg-success {
  background-color: #1abe9e;
  color: #FFF;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #149278;
}
.bg-info {
  background-color: #29bbff;
  color: #FFF;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #00a7f5;
}
.bg-warning {
  background-color: #ffbe38;
  color: #FFF;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffae05;
}
.bg-danger {
  background-color: #e84b53;
  color: #FFF;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e21d27;
}
.bg-purple {
  background-color: #9939e3;
  color: #FFF;
}
a.bg-purple:hover,
a.bg-purple:focus {
  background-color: #801dcd;
}
.page-header {
  border-style: none;
  padding: 0;
  margin: 0;
}
.drop-cap:first-letter {
  float: left;
  margin: 0 10px -5px 0;
  font-size: 450%;
  line-height: 100%;
  color: #0b0b0b;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}
.row > [class^="col"] {
  padding-left: 12px;
  padding-right: 12px;
}
.row-sm {
  margin-left: -6px;
  margin-right: -6px;
}
.row-sm > [class^="col"] {
  padding-left: 6px;
  padding-right: 6px;
}
.row-sm.grid {
  margin: -6px;
}
.row-sm.grid > [class^="col"] {
  padding: 6px;
}
.row-xs {
  margin-left: -2px;
  margin-right: -2px;
}
.row-xs > [class^="col"] {
  padding-left: 2px;
  padding-right: 2px;
}
.row-xs.grid {
  margin: -2px;
}
.row-xs.grid > [class^="col"] {
  padding: 2px;
}
.row-0 {
  margin-left: 0;
  margin-right: 0;
}
.row-0 > [class^="col"] {
  padding-left: 0;
  padding-right: 0;
}
caption {
  color: #919191;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px 10px;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th,
.table > tfoot > tr > th {
  font-weight: 500;
  border-bottom: 1px solid #dddddd;
}
.table > tbody + tbody {
  border-top: 1px solid #dddddd;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    border: 1px solid #dddddd;
  }
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  -webkit-appearance: none;
}
label {
  font-weight: 400;
}
.form-control {
  box-shadow: none;
  font-size: 14px;
  border: 1px solid #dddddd;
}
.form-control.focus,
.form-control:focus {
  box-shadow: none;
}
.form-control.rounded {
  border-radius: 100px !important;
}
.radio-custom,
.checkbox-custom,
.switch {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio-custom label,
.checkbox-custom label,
.switch label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio-custom + .radio-custom,
.checkbox-custom + .checkbox-custom,
.switch + .switch {
  margin-top: -5px;
}
input[type="radio"][disabled] + label,
input[type="checkbox"][disabled] + label,
input[type="radio"].disabled + label,
input[type="checkbox"].disabled + label,
fieldset[disabled] input[type="radio"] + label,
fieldset[disabled] input[type="checkbox"] + label {
  opacity: 0.6;
  cursor: not-allowed !important;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0;
}
.radio-inline,
.checkbox-inline,
.switch-inline {
  padding-left: 0;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.checkbox-custom {
  position: relative;
}
.checkbox-custom input[type="checkbox"] {
  display: none !important;
}
.checkbox-custom input[type="checkbox"] + label {
  cursor: pointer;
  margin-bottom: 0;
}
.checkbox-custom input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #dddddd;
  border-radius: 2px;
}
.checkbox-custom input[type="checkbox"] + label:after {
  position: absolute;
  top: -5px;
  left: 1px;
  font-family: "themify";
  content: "\e64c";
  font-size: 18px;
  transition: all 0.1s ease-in-out;
  transform: scale(0);
}
.checkbox-custom input[type="checkbox"] + label.checkbox-success:before {
  border-color: #17A88B;
}
.checkbox-custom input[type="checkbox"] + label.checkbox-warning:before {
  border-color: #FFB61E;
}
.checkbox-custom input[type="checkbox"] + label.checkbox-error:before {
  border-color: #E5343D;
}
.checkbox-custom input[type="checkbox"] + label.checkbox-muted:before {
  border-color: #919191;
}
.checkbox-custom input[type="checkbox"]:checked + label:after {
  transform: scale(1);
}
.radio-custom {
  position: relative;
}
.radio-custom input[type="radio"] {
  display: none !important;
}
.radio-custom input[type="radio"] + label {
  cursor: pointer;
  margin-bottom: 0;
}
.radio-custom input[type="radio"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #dddddd;
  border-radius: 50%;
}
.radio-custom input[type="radio"] + label.radio-success:before {
  border-color: #17A88B;
}
.radio-custom input[type="radio"] + label.radio-warning:before {
  border-color: #FFB61E;
}
.radio-custom input[type="radio"] + label.radio-error:before {
  border-color: #E5343D;
}
.radio-custom input[type="radio"] + label:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 7px;
  left: 5px;
  display: block;
  border-radius: 50%;
  transition: all 0.1s ease-in-out;
  transform: scale(0);
}
.radio-custom input[type="radio"]:checked + label:after {
  background-color: #6a6a6a;
  transform: scale(1);
}
.radio-custom input[type="radio"]:checked + label.radio-success:after {
  background-color: #17A88B;
}
.radio-custom input[type="radio"]:checked + label.radio-warning:after {
  background-color: #FFB61E;
}
.radio-custom input[type="radio"]:checked + label.radio-error:after {
  background-color: #E5343D;
}
.switch {
  position: relative;
}
.switch input[type="radio"],
.switch input[type="checkbox"] {
  display: none !important;
}
.switch input[type="radio"] + label,
.switch input[type="checkbox"] + label {
  cursor: pointer;
  margin-bottom: 0;
  height: 20px;
  width: 36px;
}
.switch input[type="radio"] + label:before,
.switch input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 36px;
  height: 4px;
  background-color: #dddddd;
  border-radius: 100px;
}
.switch input[type="radio"] + label:after,
.switch input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  margin-left: 0;
  width: 16px;
  height: 16px;
  background-color: #dddddd;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  transition: margin 0.05s;
}
.switch input[type="radio"]:checked + label:after,
.switch input[type="checkbox"]:checked + label:after {
  margin-left: 20px;
}
.switch input[type="radio"]:checked + label.switch-success:before,
.switch input[type="checkbox"]:checked + label.switch-success:before {
  background-color: #17A88B;
}
.switch input[type="radio"]:checked + label.switch-success:after,
.switch input[type="checkbox"]:checked + label.switch-success:after {
  background-color: #17A88B;
}
.switch input[type="radio"]:checked + label.switch-warning:before,
.switch input[type="checkbox"]:checked + label.switch-warning:before {
  background-color: #FFB61E;
}
.switch input[type="radio"]:checked + label.switch-warning:after,
.switch input[type="checkbox"]:checked + label.switch-warning:after {
  background-color: #FFB61E;
}
.switch input[type="radio"]:checked + label.switch-error:before,
.switch input[type="checkbox"]:checked + label.switch-error:before {
  background-color: #E5343D;
}
.switch input[type="radio"]:checked + label.switch-error:after,
.switch input[type="checkbox"]:checked + label.switch-error:after {
  background-color: #E5343D;
}
.form-control-feedback {
  line-height: 34px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-custom,
.has-success .checkbox-custom,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #17A88B;
  font-weight: 400;
}
.has-success .form-control {
  border-color: #17A88B;
  box-shadow: none;
}
.has-success .form-control:focus {
  box-shadow: none;
  border-color: #17A88B;
}
.has-success .input-group-addon {
  color: #17A88B;
  border-color: #17A88B;
  background-color: transparent;
}
.has-success .form-control-feedback {
  color: #17A88B;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-custom,
.has-warning .checkbox-custom,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #FFB61E;
  font-weight: 400;
}
.has-warning .form-control {
  border-color: #FFB61E;
  box-shadow: none;
}
.has-warning .form-control:focus {
  box-shadow: none;
  border-color: #FFB61E;
}
.has-warning .input-group-addon {
  color: #FFB61E;
  border-color: #FFB61E;
  background-color: transparent;
}
.has-warning .form-control-feedback {
  color: #FFB61E;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-custom,
.has-error .checkbox-custom,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #E5343D;
  font-weight: 400;
}
.has-error .form-control {
  border-color: #E5343D;
  box-shadow: none;
}
.has-error .form-control:focus {
  box-shadow: none;
  border-color: #E5343D;
}
.has-error .input-group-addon {
  color: #E5343D;
  border-color: #E5343D;
  background-color: transparent;
}
.has-error .form-control-feedback {
  color: #E5343D;
}
@media (min-width: 768px) {
  .form-inline .radio-custom,
  .form-inline .checkbox-custom,
  .form-inline .switch {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom,
.form-horizontal .switch {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom,
.form-horizontal .switch {
  height: 27px;
}
.form-horizontal .checkbox-custom input[type="checkbox"] + label:before {
  top: 9px;
}
.form-horizontal .checkbox-custom input[type="checkbox"] + label:after {
  top: 2px;
}
.form-horizontal .radio-custom input[type="radio"] + label:before {
  top: 9px;
}
.form-horizontal .radio-custom input[type="radio"] + label:after {
  top: 14px;
}
.form-horizontal .switch input[type="radio"] + label:before,
.form-horizontal .switch input[type="checkbox"] + label:before {
  top: 15px;
}
.form-horizontal .switch input[type="radio"] + label:after,
.form-horizontal .switch input[type="checkbox"] + label:after {
  top: 9px;
}
.btn {
  outline: 0 !important;
  padding: 6px 15px;
  font-size: 14px;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 20px;
  font-size: 16px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 12px;
  font-size: 12px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
}
.btn-default {
  color: #6a6a6a;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-default:focus,
.btn-default.focus {
  color: #6a6a6a !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-default:hover {
  color: #6a6a6a !important;
  background-color: #d0d0d0 !important;
  border-color: #d0d0d0 !important;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #6a6a6a;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #6a6a6a;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-default .badge {
  color: #dddddd;
}
.btn-primary {
  color: #FFF;
  background-color: #181818;
  border-color: #181818;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #FFF !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover {
  color: #FFF !important;
  background-color: #0b0b0b !important;
  border-color: #0b0b0b !important;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #FFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #FFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #181818;
  border-color: #181818;
}
.btn-primary .badge {
  color: #181818;
}
.btn-success {
  color: #FFF;
  background-color: #17A88B;
  border-color: #17A88B;
}
.btn-success:focus,
.btn-success.focus {
  color: #FFF !important;
  background-color: #117b66 !important;
  border-color: #117b66 !important;
}
.btn-success:hover {
  color: #FFF !important;
  background-color: #149278 !important;
  border-color: #149278 !important;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #FFF;
  background-color: #117b66;
  border-color: #117b66;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #FFF;
  background-color: #117b66;
  border-color: #117b66;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #17A88B;
  border-color: #17A88B;
}
.btn-success .badge {
  color: #17A88B;
}
.btn-info {
  color: #FFF;
  background-color: #0FB3FF;
  border-color: #0FB3FF;
}
.btn-info:focus,
.btn-info.focus {
  color: #FFF !important;
  background-color: #0096db !important;
  border-color: #0096db !important;
}
.btn-info:hover {
  color: #FFF !important;
  background-color: #00a7f5 !important;
  border-color: #00a7f5 !important;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #FFF;
  background-color: #0096db;
  border-color: #0096db;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #FFF;
  background-color: #0096db;
  border-color: #0096db;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #0FB3FF;
  border-color: #0FB3FF;
}
.btn-info .badge {
  color: #0FB3FF;
}
.btn-purple {
  color: #FFF;
  background-color: #8E23E0;
  border-color: #8E23E0;
}
.btn-purple:focus,
.btn-purple.focus {
  color: #FFF !important;
  background-color: #721ab6 !important;
  border-color: #721ab6 !important;
}
.btn-purple:hover {
  color: #FFF !important;
  background-color: #801dcd !important;
  border-color: #801dcd !important;
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  color: #FFF;
  background-color: #721ab6;
  border-color: #721ab6;
}
.btn-purple:active:hover,
.btn-purple.active:hover,
.open > .dropdown-toggle.btn-purple:hover,
.btn-purple:active:focus,
.btn-purple.active:focus,
.open > .dropdown-toggle.btn-purple:focus,
.btn-purple:active.focus,
.btn-purple.active.focus,
.open > .dropdown-toggle.btn-purple.focus {
  color: #FFF;
  background-color: #721ab6;
  border-color: #721ab6;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled.focus,
.btn-purple[disabled].focus,
fieldset[disabled] .btn-purple.focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #8E23E0;
  border-color: #8E23E0;
}
.btn-purple .badge {
  color: #8E23E0;
}
.btn-warning {
  color: #FFF;
  background-color: #FFB61E;
  border-color: #FFB61E;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #FFF !important;
  background-color: #ea9e00 !important;
  border-color: #ea9e00 !important;
}
.btn-warning:hover {
  color: #FFF !important;
  background-color: #ffae04 !important;
  border-color: #ffae04 !important;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #FFF;
  background-color: #ea9e00;
  border-color: #ea9e00;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #FFF;
  background-color: #ea9e00;
  border-color: #ea9e00;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #FFB61E;
  border-color: #FFB61E;
}
.btn-warning .badge {
  color: #FFB61E;
}
.btn-danger {
  color: #FFF;
  background-color: #E5343D;
  border-color: #E5343D;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #FFF !important;
  background-color: #cc1a23 !important;
  border-color: #cc1a23 !important;
}
.btn-danger:hover {
  color: #FFF !important;
  background-color: #e21d27 !important;
  border-color: #e21d27 !important;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #FFF;
  background-color: #cc1a23;
  border-color: #cc1a23;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #FFF;
  background-color: #cc1a23;
  border-color: #cc1a23;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #E5343D;
  border-color: #E5343D;
}
.btn-danger .badge {
  color: #E5343D;
}
.btn-black {
  color: #FFF;
  background-color: #080808;
  border-color: #080808;
}
.btn-black:focus,
.btn-black.focus {
  color: #FFF !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  color: #FFF !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  color: #FFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:active:hover,
.btn-black.active:hover,
.open > .dropdown-toggle.btn-black:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.open > .dropdown-toggle.btn-black:focus,
.btn-black:active.focus,
.btn-black.active.focus,
.open > .dropdown-toggle.btn-black.focus {
  color: #FFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black.active {
  background-color: #080808;
  border-color: #080808;
}
.btn-black .badge {
  color: #080808;
}
.btn-outline.btn-default {
  background-color: transparent;
  color: #6a6a6a;
  border-color: #dddddd;
}
.btn-outline.btn-primary {
  background-color: transparent;
  color: #181818;
  border-color: #181818;
}
.btn-outline.btn-success {
  background-color: transparent;
  color: #17A88B;
  border-color: #17A88B;
}
.btn-outline.btn-info {
  background-color: transparent;
  color: #0FB3FF;
  border-color: #0FB3FF;
}
.btn-outline.btn-purple {
  background-color: transparent;
  color: #8E23E0;
  border-color: #8E23E0;
}
.btn-outline.btn-warning {
  background-color: transparent;
  color: #FFB61E;
  border-color: #FFB61E;
}
.btn-outline.btn-danger {
  background-color: transparent;
  color: #E5343D;
  border-color: #E5343D;
}
.btn-outline.btn-black {
  background-color: transparent;
  color: #080808;
  border-color: #080808;
}
.btn-raised.btn-default {
  box-shadow: 0 3px 0 0 #c4c4c4;
}
.btn-raised.btn-default:focus,
.btn-raised.btn-default.focus {
  box-shadow: 0 3px 0 0 #b7b7b7;
}
.btn-raised.btn-primary {
  box-shadow: 0 3px 0 0 #000000;
}
.btn-raised.btn-primary:focus,
.btn-raised.btn-primary.focus {
  box-shadow: 0 3px 0 0 #000000;
}
.btn-raised.btn-success {
  box-shadow: 0 3px 0 0 #117b66;
}
.btn-raised.btn-success:focus,
.btn-raised.btn-success.focus {
  box-shadow: 0 3px 0 0 #0e6553;
}
.btn-raised.btn-info {
  box-shadow: 0 3px 0 0 #0096db;
}
.btn-raised.btn-info:focus,
.btn-raised.btn-info.focus {
  box-shadow: 0 3px 0 0 #0084c2;
}
.btn-raised.btn-purple {
  box-shadow: 0 3px 0 0 #721ab6;
}
.btn-raised.btn-purple:focus,
.btn-raised.btn-purple.focus {
  box-shadow: 0 3px 0 0 #6417a0;
}
.btn-raised.btn-warning {
  box-shadow: 0 3px 0 0 #ea9e00;
}
.btn-raised.btn-warning:focus,
.btn-raised.btn-warning.focus {
  box-shadow: 0 3px 0 0 #d18d00;
}
.btn-raised.btn-danger {
  box-shadow: 0 3px 0 0 #cc1a23;
}
.btn-raised.btn-danger:focus,
.btn-raised.btn-danger.focus {
  box-shadow: 0 3px 0 0 #b5171f;
}
.btn-raised.btn-black {
  box-shadow: 0 3px 0 0 #000000;
}
.btn-raised.btn-black:focus,
.btn-raised.btn-black.focus {
  box-shadow: 0 3px 0 0 #000000;
}
.btn-rounded {
  border-radius: 100px !important;
}
lesshat-selector {
  -lh-property: 0; }
@keyframes scaling{ 0% {transform: scale(0); opacity: 1; } 100% {transform: scale(1); opacity: 0; };
}
.sk-rotating-plane {
  background-color: #080808;
}
.sk-double-bounce .sk-child {
  background-color: #080808;
}
.sk-wave .sk-rect {
  background-color: #080808;
}
.sk-wandering-cubes .sk-cube {
  background-color: #080808;
}
.sk-spinner-pulse {
  background-color: #080808;
}
.sk-chasing-dots .sk-child {
  background-color: #080808;
}
.sk-three-bounce .sk-child {
  background-color: #080808;
}
.sk-circle .sk-child:before {
  background-color: #080808;
}
.sk-cube-grid .sk-cube {
  background-color: #080808;
}
.sk-fading-circle .sk-circle {
  margin-top: 0;
  margin-bottom: 0;
}
.sk-fading-circle .sk-circle:before {
  background-color: #080808;
}
.sk-folding-cube .sk-cube:before {
  background-color: #080808;
}
.ball-pulse > div {
  background-color: #080808;
}
.ball-grid-pulse > div {
  background-color: #080808;
}
.ball-clip-rotate > div {
  background-color: #080808;
  border: 2px solid #080808;
  border-bottom-color: transparent;
}
.ball-clip-rotate-pulse > div:first-child {
  background-color: #080808;
}
.ball-clip-rotate-pulse > div:last-child {
  top: 0;
  left: -14px;
  border: 2px solid #080808;
  border-color: #080808 transparent #080808 transparent;
}
.square-spin > div {
  background-color: #080808;
  border: 1px solid #080808;
}
.ball-clip-rotate-multiple > div {
  border: 2px solid #080808;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
.ball-clip-rotate-multiple > div:last-child {
  border-color: #080808 transparent #080808 transparent;
}
.ball-pulse-rise > div {
  background-color: #080808;
}
.ball-rotate > div {
  background-color: #080808;
}
.ball-rotate > div:before,
.ball-rotate > div:after {
  background-color: #080808;
}
.cube-transition > div {
  background-color: #080808;
}
.ball-zig-zag > div {
  background-color: #080808;
}
.ball-zig-zag-deflect > div {
  background-color: #080808;
}
.ball-triangle-path > div {
  border: 1px solid #080808;
}
.ball-scale > div {
  background-color: #080808;
}
.line-scale > div {
  background-color: #080808;
}
.line-scale-party > div {
  background-color: #080808;
}
.ball-scale-multiple > div {
  background-color: #080808;
}
.ball-pulse-sync > div {
  background-color: #080808;
}
.ball-beat > div {
  background-color: #080808;
}
.line-scale-pulse-out > div {
  background-color: #080808;
}
.line-scale-pulse-out-rapid > div {
  background-color: #080808;
}
.ball-scale-ripple > div {
  border: 2px solid #080808;
}
.ball-scale-ripple-multiple > div {
  border: 2px solid #080808;
}
.ball-spin-fade-loader > div {
  background-color: #080808;
}
.line-spin-fade-loader > div {
  background-color: #080808;
}
.triangle-skew-spin > div {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #080808;
}
.pacman > div:first-of-type {
  border-right: 25px solid transparent;
  border-top: 25px solid #080808;
  border-left: 25px solid #080808;
  border-bottom: 25px solid #080808;
}
.pacman > div:nth-child(2) {
  border-right: 25px solid transparent;
  border-top: 25px solid #080808;
  border-left: 25px solid #080808;
  border-bottom: 25px solid #080808;
}
.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  background-color: #080808;
}
.ball-grid-beat > div {
  background-color: #080808;
}
.semi-circle-spin > div {
  background-image: linear-gradient(transparent 0%, transparent 70%, #080808 30%, #080808 100%);
}
.dropdown-menu {
  border: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.dropdown-menu > li > a {
  padding: 7px 20px;
  color: #6a6a6a;
}
.dropdown-menu > li > a > img {
  margin-right: 8px;
}
.dm-large {
  width: 400px;
}
.dm-medium {
  width: 340px;
}
.dm-small {
  width: 280px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #080808;
}
.dropdown-header {
  padding: 5px 20px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.input-group-addon {
  border-color: #dddddd;
  background-color: transparent;
  font-size: 14px;
}
.nav > li > a {
  color: #080808;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #FFF;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #FFF;
  border-color: #dddddd;
  box-shadow: 3px -1px 3px rgba(0, 0, 0, 0.05);
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li > a:hover {
  border-color: #dddddd #dddddd transparent #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  box-shadow: 3px -1px 3px rgba(0, 0, 0, 0.05);
  color: #080808;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #080808;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
}
.breadcrumb > li > a {
  color: #919191;
}
.breadcrumb > .active {
  color: #6a6a6a;
}
.pagination > li > a,
.pagination > li > span {
  color: #6a6a6a;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #6a6a6a;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #080808;
  border-color: #080808;
}
.label {
  border-radius: 2px;
  font-weight: 500;
  padding: 3px 6px;
}
.label-default {
  background-color: #919191;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #777777;
}
.label-primary {
  background-color: #181818;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #000000;
}
.label-success {
  background-color: #17A88B;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #117b66;
}
.label-purple {
  background-color: #8E23E0;
}
.label-purple[href]:hover,
.label-purple[href]:focus {
  background-color: #721ab6;
}
.label-info {
  background-color: #0FB3FF;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0096db;
}
.label-warning {
  background-color: #FFB61E;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ea9e00;
}
.label-danger {
  background-color: #E5343D;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #cc1a23;
}
.label-outline.label-default {
  background-color: transparent;
  color: #919191;
  border: 1px solid #919191;
}
.label-outline.label-primary {
  background-color: transparent;
  color: #181818;
  border: 1px solid #181818;
}
.label-outline.label-success {
  background-color: transparent;
  color: #17A88B;
  border: 1px solid #17A88B;
}
.label-outline.label-purple {
  background-color: transparent;
  color: #8E23E0;
  border: 1px solid #8E23E0;
}
.label-outline.label-info {
  background-color: transparent;
  color: #0FB3FF;
  border: 1px solid #0FB3FF;
}
.label-outline.label-warning {
  background-color: transparent;
  color: #FFB61E;
  border: 1px solid #FFB61E;
}
.label-outline.label-danger {
  background-color: transparent;
  color: #E5343D;
  border: 1px solid #E5343D;
}
.badge {
  font-size: 10px;
  min-width: 14px;
  height: 14px;
  line-height: 14px;
  padding: 0;
  font-weight: 600;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.dot:before {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  animation: scaling 2s ease-out infinite;
}
.dot.bg-success:before {
  border-color: #17A88B;
}
.dot.bg-warning:before {
  border-color: #FFB61E;
}
.dot.bg-danger:before {
  border-color: #E5343D;
}
.thumbnail {
  margin-bottom: 24px;
  border: 1px solid #dddddd;
  border-radius: 0;
}
.progress {
  border-radius: 0;
  box-shadow: none;
}
.progress-bar {
  background-color: #181818;
  box-shadow: none;
}
.progress-xs {
  height: 3px;
}
.progress-xs.vertical {
  width: 3px;
}
.progress-sm {
  height: 12px;
}
.progress-sm .progress-bar {
  line-height: 12px;
  font-size: 10px;
}
.progress-sm .progress-bar .progressbar-front-text {
  line-height: 12px;
  font-size: 10px;
}
.progress-sm.vertical {
  width: 12px;
}
.progress-lg {
  height: 30px;
}
.progress-lg .progress-bar {
  line-height: 30px;
}
.progress-lg .progress-bar .progressbar-front-text {
  line-height: 30px;
}
.progress-lg.vertical {
  width: 30px;
}
.progress-bar-white {
  background-color: #FFF;
}
.progress-bar-success {
  background-color: #17A88B;
}
.progress-bar-info {
  background-color: #0FB3FF;
}
.progress-bar-purple {
  background-color: #8E23E0;
}
.progress-bar-warning {
  background-color: #FFB61E;
}
.progress-bar-danger {
  background-color: #E5343D;
}
.avatar {
  position: relative;
}
.avatar .media-object {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.avatar .status {
  position: absolute;
  top: 0;
  left: 26px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #FFF;
}
.avatar.media-right .status {
  left: 36px;
}
.mo-xs {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mo-sm {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.mo-lg {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.list-group-item {
  border: 1px solid #dddddd;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #080808;
  border-color: #080808;
}
.panel {
  margin-bottom: 24px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 20px;
}
.panel-heading {
  padding: 15px 20px;
}
.panel-title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.modal-content {
  border-radius: 0;
}
.modal-header {
  padding: 15px 20px;
  border-bottom: none;
}
.modal-body {
  padding: 20px;
}
.modal-footer {
  border-top: none;
}
.modal-header .close {
  outline: 0;
}
.tooltip-inner {
  font-size: 12px;
  background-color: #080808;
  padding: 5px 8px;
  border-radius: 3px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #080808;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #080808;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #080808;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #080808;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #080808;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #080808;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #080808;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #080808;
}
.popover {
  border: 1px solid #dddddd;
}
.popover.top > .arrow {
  border-top-color: #dddddd;
}
.popover.right > .arrow {
  border-right-color: #dddddd;
}
.popover.bottom > .arrow {
  border-bottom-color: #dddddd;
}
.popover.left > .arrow {
  border-left-color: #dddddd;
}
.popover-title {
  border-bottom: 1px solid #dddddd;
}
body.sidebar-toggled .brand {
  width: 80px;
}
body.sidebar-toggled .brand .logo {
  display: none;
}
body.sidebar-toggled .brand .logo-sm {
  display: inline;
}
body.sidebar-toggled .page-container {
  padding-left: 80px;
}
body.sidebar-toggled .main-sidebar {
  width: 80px;
}
body.sidebar-toggled .main-sidebar .sidebar-category {
  display: none;
}
body.sidebar-toggled .main-sidebar .sidebar-title {
  display: none;
}
body.sidebar-toggled .main-sidebar .sidebar-widget {
  display: none;
}
body.sidebar-toggled .user {
  display: none;
}
body.sidebar-toggled .navigation > li {
  position: relative;
}
body.sidebar-toggled .navigation > li > a {
  margin: 15px 0;
  padding: 20px 0;
}
body.sidebar-toggled .navigation > li > a > i {
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}
body.sidebar-toggled .navigation > li > a.bubble .badge {
  top: 20px;
  left: 45px;
}
body.sidebar-toggled .navigation > li > a .label {
  display: none;
}
body.sidebar-toggled .navigation > li > a.active {
  background-color: transparent;
  box-shadow: inset 2px 0 #181818;
  color: #919191;
}
body.sidebar-toggled .navigation > li > a:hover {
  background-color: transparent;
  color: #919191;
}
body.sidebar-toggled .navigation > li > a[aria-expanded="true"] {
  background-color: #000000;
}
body.sidebar-toggled .navigation > li > a[aria-expanded="false"]:after,
body.sidebar-toggled .navigation > li > a[aria-expanded="true"]:after {
  display: none;
}
body.sidebar-toggled .navigation > li > a + ul {
  padding: 0;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #000000;
  width: 200px;
  box-shadow: 1px 1px 5px rgba(8, 8, 8, 0.5);
}
body.sidebar-toggled .navigation > li > a + ul > li:first-child {
  margin-top: 15px;
}
body.sidebar-toggled .navigation > li > a + ul > li:last-child {
  margin-bottom: 15px;
}
body.sidebar-toggled .navigation ul li:before,
body.sidebar-toggled .navigation ul li:after {
  display: none;
}
body.sidebar-toggled .navigation ul li a {
  padding-left: 25px;
}
body.sidebar-toggled .navigation ul li a:before {
  display: none;
}
.brand {
  width: 250px;
  line-height: 64px;
  text-align: center;
  background-color: #181818;
  display: block;
}
.brand .logo-sm {
  display: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  height: 64px;
  width: 100%;
  box-shadow: 0 1px 4px rgba(8, 8, 8, 0.2);
  z-index: 1040;
  background-color: #FFF;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}
header .header-icon {
  display: block;
  padding: 0 20px;
  line-height: 64px;
  font-size: 14px;
  color: #919191;
}
header .header-icon:hover {
  background-color: #fafafa;
}
.hamburger-menu {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 64px;
}
.hamburger-menu span {
  position: absolute;
  top: 30px;
  left: 20px;
}
.hamburger-menu span,
.hamburger-menu span:before,
.hamburger-menu span:after {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 18px;
  border-radius: 2px;
  background-color: #919191;
}
.hamburger-menu span:before,
.hamburger-menu span:after {
  content: "";
  left: 0;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  transform-origin: 0% 50%;
  transition: transform 0.3s;
}
.hamburger-menu span:before {
  transform: translate3d(1px, 6px, 0) rotate(-45deg) scale(0.6, 1);
  top: -6px;
}
.hamburger-menu span:after {
  transform: translate3d(1px, -6px, 0) rotate(45deg) scale(0.6, 1);
  top: 6px;
}
.hamburger-menu.active span:before,
.hamburger-menu.active span:after {
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
}
.notification-bar {
  margin: 0;
}
.notification-bar > li {
  float: left;
  padding: 0;
}
.notification-bar .bubble {
  position: relative;
}
.notification-bar .bubble .badge {
  position: absolute;
  top: 18px;
  left: 27px;
}
.notification-bar .bubble .dot {
  position: absolute;
  top: 21px;
  left: 30px;
}
.notification-bar .dropdown.open {
  position: relative;
}
.notification-bar .dropdown.open:before {
  position: absolute;
  bottom: -17.5px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  box-sizing: border-box;
  border-width: 7px;
  border-style: solid;
  border-color: #FFF #FFF transparent transparent;
  margin-left: -7px;
  box-shadow: 2px -2px 2px rgba(8, 8, 8, 0.05);
  z-index: 1020;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .notification-bar .dropdown.open:before {
    display: none;
  }
}
.notification-bar .dropdown-header {
  text-transform: uppercase;
  padding: 15px 20px;
  margin: 0;
  border-bottom: 1px solid #dddddd;
}
.notification-bar .dropdown-menu {
  margin-top: 0;
  border: none;
  padding: 0;
  top: 73.5px;
  box-shadow: 0 2px 10px 2px rgba(8, 8, 8, 0.1);
}
.notification-bar .dropdown-menu > ul {
  min-height: 120px;
  max-height: 236px;
}
.notification-bar .dropdown-menu > ul li {
  margin-top: 0;
}
.notification-bar .dropdown-menu > ul li > a {
  padding: 12px 20px;
  color: #6a6a6a;
  display: block;
}
.notification-bar .dropdown-menu > ul li > a:hover {
  background-color: #fafafa;
}
.notification-bar .dropdown-footer {
  border-top: 1px solid #dddddd;
}
.main-sidebar {
  position: absolute;
  top: 64px;
  left: 0;
  background-color: #181818;
  width: 250px;
  z-index: 1030;
  opacity: 1;
  -lh-property: 0;
min-height:calc(100% - 64px);
  transform: translate(0, 0);
}
.main-sidebar .sidebar-category {
  text-transform: uppercase;
  margin-bottom: 2px;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 10px;
  display: block;
}
.user {
  text-align: center;
  padding: 25px 0 10px 0;
}
.user .avatar {
  width: 100px;
}
.user .status {
  position: absolute;
  top: 22.4px;
  right: 22.4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #080808;
}
.navigation > li {
  margin-bottom: 2px;
}
.navigation > li > a {
  display: block;
  color: #919191;
  line-height: 48px;
  padding: 0 25px;
}
.navigation > li > a > i {
  margin-right: 15px;
  width: 14px;
  font-size: 14px;
  text-align: center;
}
.navigation > li > a.bubble {
  position: relative;
}
.navigation > li > a.bubble .badge {
  position: absolute;
  top: 10px;
  left: 32px;
}
.navigation > li > a:hover,
.navigation > li > a.active {
  color: #fbbd00;
  background-color: transparent;
}
.navigation > li > ul > li ul {
  padding-left: 20px;
}
.navigation > li > ul > li ul li:first-child:before {
  top: -20px;
}
.navigation ul {
  padding-left: 32px;
}
.navigation ul li {
  position: relative;
}
.navigation ul li:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  bottom: 20px;
  width: 1px;
  border-left: 1px dashed #777777;
}
.navigation ul li:first-child:before {
  top: 0;
}
.navigation ul li:last-child:before {
  top: -20px;
  height: 40px;
}
.navigation ul li:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0px;
  width: 20px;
  border-bottom: 1px dashed #777777;
}
.navigation ul li a {
  padding-left: 40px;
  padding-right: 25px;
  line-height: 40px;
  color: #919191;
  font-size: 12px;
  white-space: nowrap;
  display: block;
}
.navigation ul li a:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #777777;
}
.navigation ul li a:hover,
.navigation ul li a.active {
  color: #FFF;
}
.navigation ul li a[aria-expanded="false"]:after,
.navigation ul li a[aria-expanded="true"]:after {
  line-height: 40px;
  font-size: 8px;
  position: absolute;
  top: 0;
  right: 25px;
}
.navigation ul li.panel {
  margin-bottom: 0;
}
.navigation li.panel {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.navigation a[aria-expanded="false"]:after {
  font-family: "themify";
  content: "\e61a";
  float: right;
  font-size: 8px;
  line-height: 48px;
}
.navigation a[aria-expanded="true"]:after {
  font-family: "themify";
  content: "\e622";
  float: right;
  font-size: 8px;
  line-height: 48px;
}
.main-container {
  padding-top: 64px;
}
.page-container {
  padding-left: 250px;
}
.page-header {
  padding: 24px;
  border-bottom: 1px solid #dddddd;
}
.page-header [class^="col"]:nth-child(2) {
  text-align: right;
}
.page-content {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
.footer {
  padding: 12px 24px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  body.sidebar-toggled .main-sidebar {
    width: 250px;
    box-shadow: 3px 0 6px rgba(8, 8, 8, 0.2);
  }
  body.sidebar-toggled .main-sidebar .sidebar-category {
    display: block;
  }
  body.sidebar-toggled .main-sidebar .sidebar-title {
    display: inline;
  }
  body.sidebar-toggled .main-sidebar .sidebar-widget {
    display: block;
  }
  body.sidebar-toggled .user {
    display: block;
  }
  body.sidebar-toggled .navigation > li > a {
    padding: 0 25px;
    margin: 0;
  }
  body.sidebar-toggled .navigation > li > a > i {
    display: inline;
    margin-right: 15px;
    width: 14px;
    font-size: 14px;
  }
  body.sidebar-toggled .navigation > li > a.bubble .badge {
    top: 10px;
    left: 32px;
  }
  body.sidebar-toggled .navigation > li > a .label {
    display: inline;
  }
  body.sidebar-toggled .navigation > li > a:hover,
  body.sidebar-toggled .navigation > li > a.active {
    color: #FFF;
    background-color: #000000;
    box-shadow: none;
  }
  body.sidebar-toggled .navigation > li > a[aria-expanded="true"] {
    background-color: transparent;
  }
  body.sidebar-toggled .navigation > li > a[aria-expanded="true"]:hover {
    background-color: #000000;
  }
  body.sidebar-toggled .navigation > li > a + ul {
    padding-left: 32px;
    position: static;
    background-color: transparent;
    box-shadow: none;
    width: auto;
    top: auto;
    left: auto;
  }
  body.sidebar-toggled .navigation > li > a + ul > li:first-child,
  body.sidebar-toggled .navigation > li > a + ul > li:last-child {
    margin: 0;
  }
  body.sidebar-toggled .navigation > li > a[aria-expanded="false"]:after,
  body.sidebar-toggled .navigation > li > a[aria-expanded="true"]:after {
    display: inline;
  }
  body.sidebar-toggled .navigation > li > ul > li ul {
    padding-left: 20px;
  }
  body.sidebar-toggled .navigation > li > ul > li ul li:first-child:before {
    top: -20px;
  }
  body.sidebar-toggled .navigation ul li:before {
    display: inline;
  }
  body.sidebar-toggled .navigation ul li:after {
    display: inline;
  }
  body.sidebar-toggled .navigation ul li a {
    padding-left: 40px;
  }
  body.sidebar-toggled .navigation ul li a:before {
    display: inline;
  }
  body.sidebar-toggled .brand {
    width: 250px;
  }
  body.sidebar-toggled .brand .logo-sm {
    display: none;
  }
  body.sidebar-toggled .brand .logo {
    display: inline;
  }
  body.sidebar-toggled .page-container {
    padding-left: 80px;
  }
  .hamburger-menu span:before,
  .hamburger-menu span:after {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  .hamburger-menu.active span:before {
    transform: translate3d(1px, 6px, 0) rotate(-45deg) scale(0.6, 1);
  }
  .hamburger-menu.active span:after {
    transform: translate3d(1px, -6px, 0) rotate(45deg) scale(0.6, 1);
  }
  .brand {
    width: 80px;
  }
  .brand .logo {
    display: none;
  }
  .brand .logo-sm {
    display: inline;
  }
  .main-sidebar {
    width: 80px;
  }
  .main-sidebar .sidebar-category {
    display: none;
  }
  .main-sidebar .sidebar-title {
    display: none;
  }
  .main-sidebar .sidebar-widget {
    display: none;
  }
  .page-container {
    padding-left: 80px;
  }
  .user {
    display: none;
  }
  .navigation > li {
    position: relative;
  }
  .navigation > li > a {
    margin: 15px 0;
    padding: 20px 0;
  }
  .navigation > li > a > i {
    font-size: 24px;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
  }
  .navigation > li > a.bubble .badge {
    top: 20px;
    left: 45px;
  }
  .navigation > li > a .label {
    display: none;
  }
  .navigation > li > a.active {
    background-color: transparent;
    box-shadow: inset 2px 0 #181818;
    color: #919191;
  }
  .navigation > li > a:hover {
    background-color: transparent;
    color: #919191;
  }
  .navigation > li > a[aria-expanded="false"]:after,
  .navigation > li > a[aria-expanded="true"]:after {
    display: none;
  }
  .navigation > li > a[aria-expanded="true"] {
    background-color: #000000;
  }
  .navigation > li > a + ul {
    padding: 0;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #000000;
    width: 200px;
    box-shadow: 1px 1px 5px rgba(8, 8, 8, 0.3);
  }
  .navigation > li > a + ul > li:first-child {
    margin-top: 15px;
  }
  .navigation > li > a + ul > li:last-child {
    margin-bottom: 15px;
  }
  .navigation ul li:before,
  .navigation ul li:after {
    display: none;
  }
  .navigation ul li a {
    padding-left: 25px;
  }
  .navigation ul li a:before {
    display: none;
  }
}
@media (max-width: 767px) {
  body.sidebar-toggled .brand {
    width: 100%;
  }
  body.sidebar-toggled .brand .logo {
    display: inline;
  }
  body.sidebar-toggled .brand .logo-sm {
    display: none;
  }
  body.sidebar-toggled .main-sidebar {
    opacity: 1;
    transform: translate(0, 0);
  }
  body.sidebar-toggled .main-sidebar .sidebar-category {
    display: block;
  }
  body.sidebar-toggled .main-sidebar .sidebar-title {
    display: inline;
  }
  body.sidebar-toggled .main-sidebar .sidebar-widget {
    display: block;
  }
  body.sidebar-toggled .user {
    display: block;
  }
  body.sidebar-toggled .navigation > li > a {
    padding: 0 25px;
    margin: 0;
  }
  body.sidebar-toggled .navigation > li > a > i {
    display: inline-block;
    margin-right: 15px;
    width: 14px;
    font-size: 14px;
  }
  body.sidebar-toggled .navigation > li > a.bubble .badge {
    top: 10px;
    left: 32px;
  }
  body.sidebar-toggled .navigation > li > a .label {
    display: inline;
  }
  body.sidebar-toggled .navigation > li > a:hover,
  body.sidebar-toggled .navigation > li > a.active {
    color: #FFF;
    background-color: #000000;
    box-shadow: none;
  }
  body.sidebar-toggled .navigation > li > a[aria-expanded="true"] {
    background-color: transparent;
  }
  body.sidebar-toggled .navigation > li > a[aria-expanded="true"]:hover {
    background-color: #000000;
  }
  body.sidebar-toggled .navigation > li > a + ul {
    padding-left: 32px;
    position: static;
    background-color: transparent;
    box-shadow: none;
    width: auto;
    top: auto;
    left: auto;
  }
  body.sidebar-toggled .navigation > li > a + ul > li:first-child,
  body.sidebar-toggled .navigation > li > a + ul > li:last-child {
    margin: 0;
  }
  body.sidebar-toggled .navigation > li > a[aria-expanded="false"]:after,
  body.sidebar-toggled .navigation > li > a[aria-expanded="true"]:after {
    display: inline;
  }
  body.sidebar-toggled .navigation > li > ul > li ul {
    padding-left: 20px;
  }
  body.sidebar-toggled .navigation > li > ul > li ul li:first-child:before {
    top: -20px;
  }
  body.sidebar-toggled .navigation ul li:before {
    display: inline;
  }
  body.sidebar-toggled .navigation ul li:after {
    display: inline;
  }
  body.sidebar-toggled .navigation ul li a {
    padding-left: 40px;
  }
  body.sidebar-toggled .navigation ul li a:before {
    display: inline;
  }
  body.sidebar-toggled .page-container {
    padding-left: 0;
  }
  header {
    height: 128px;
  }
  .hamburger-menu span:before,
  .hamburger-menu span:after {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  .hamburger-menu.active span:before {
    transform: translate3d(1px, 6px, 0) rotate(-45deg) scale(0.6, 1);
  }
  .hamburger-menu.active span:after {
    transform: translate3d(1px, -6px, 0) rotate(45deg) scale(0.6, 1);
  }
  .brand {
    width: 100%;
  }
  .main-sidebar {
    width: 250px;
    box-shadow: 3px 0 6px rgba(8, 8, 8, 0.2);
    top: 128px;
    opacity: 0;
    -lh-property: 0;
min-height:calc(100% - 128px);
    transform: translate(-100%, 0);
    transition: transform 0.3s, opacity 0.3s;
  }
  .main-container {
    padding-top: 128px;
    width: 100%;
  }
  .notification-bar > li.dropdown.open {
    position: static;
  }
  .notification-bar > li.dropdown.open .dropdown-menu {
    width: 100%;
    top: 128px;
  }
  .page-container {
    padding-left: 0;
  }
  .page-header [class^="col"]:nth-child(2) {
    text-align: left;
  }
  .page-content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.search-bar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 64px;
  background-color: #FFF;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  opacity: 1;
  z-index: 1050;
  transform: translate(0, 0);
  transition: all 0.3s;
}
.search-bar.closed {
  opacity: 0;
  transform: translate(0, -100%);
}
.search-bar form {
  margin: 9px;
}
.search-bar form .form-control {
  border: none;
}
.search-bar form .btn,
.search-bar form .btn:hover,
.search-bar form .btn.focus,
.search-bar form .btn:focus,
.search-bar form .btn.active,
.search-bar form .btn:active {
  background-color: transparent !important;
  border-color: transparent !important;
}
.setting {
  position: fixed;
  top: 130px;
  right: -1px;
  width: 260px;
  background-color: #FFF;
  z-index: 1020;
  padding: 20px;
  border: 1px solid #dddddd;
  transform: translate(0, 0);
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}
.setting.closed {
  transform: translate(100%, 0);
}
.setting .setting-toggle {
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -47px;
  border: 1px solid #dddddd;
  border-right: none;
  padding: 10px 15px;
  background-color: #FFF;
}
.right-sidebar,
.conversation {
  position: fixed;
  top: 64px;
  right: 0;
  width: 260px;
  z-index: 1030;
  background-color: #FFF;
  box-shadow: -1px 0 4px rgba(8, 8, 8, 0.2);
  opacity: 1;
  -lh-property: 0;
height:calc(100% - 64px);
  transform: translate(0, 0);
  transition: transform 0.3s, opacity 0.3s;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}
.right-sidebar.closed,
.conversation.closed {
  opacity: 0;
  transform: translate(100%, 0);
}
@media (max-width: 767px) {
  .right-sidebar,
  .conversation {
    top: 128px;
    -lh-property: 0;
height:calc(100% - 128px);
;
  }
}
.chat-list {
  margin-left: -20px;
  margin-right: -20px;
}
.chat-list li {
  margin-top: 0;
}
.chat-list li > a {
  padding: 12px 20px;
  display: block;
  color: #6a6a6a;
}
.chat-list li > a:hover {
  background-color: #fafafa;
}
.chat-content {
  -lh-property: 0;
height:calc(100% - 119px);
;
}
.nav-sidebar {
  background-color: #080808;
}
.nav-sidebar > li {
  display: table-cell;
  width: 1%;
}
.nav-sidebar > li > a {
  color: #dddddd;
  border-bottom: none !important;
  line-height: 48px;
  padding: 0;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}
.nav-sidebar > li > a:hover,
.nav-sidebar > li > a:focus {
  color: #FFF;
  border-color: transparent;
  background-color: #030303;
}
.nav-sidebar > li.active > a,
.nav-sidebar > li.active > a:hover,
.nav-sidebar > li.active > a:focus {
  color: #6a6a6a;
  background-color: #FFF;
  border-color: transparent !important;
}
.nav-sidebar-content {
  -lh-property: 0;
height:calc(100% - 50px);
;
}
.widget {
  margin-bottom: 24px;
  border: 1px solid #dddddd;
}
.widget.clear {
  border: none;
}
.widget.clear .widget-heading {
  padding-left: 0;
  padding-right: 0;
}
.widget.clear .widget-body {
  padding-left: 0;
  padding-right: 0;
}
.widget-heading {
  padding: 15px 20px;
  border-bottom: 1px solid #dddddd;
}
.widget-tools {
  margin-bottom: 0;
}
.widget-tools > li {
  float: left;
  padding: 0 10px;
}
.widget-tools > li:last-child {
  padding-right: 0;
}
.widget-tools > li a {
  color: #919191;
}
.widget-title {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  color: #080808;
}
.widget-body {
  padding: 20px;
}
.chat-content .media-body p {
  background-color: #dddddd;
  padding: 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-bottom: 5px;
}
.chat-content .other .media-body p {
  background-color: #080808;
  color: #FFF;
  border-top-right-radius: 0;
  border-bottom-left-radius: 15px;
}
.activity-list .media-left {
  min-width: 140px;
}
.activity-list > li {
  position: relative;
  padding: 10px 0 10px 41px;
}
.activity-list > li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  height: 100%;
  border-left: 1px solid #dddddd;
}
.activity-list > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  border: 2px solid #919191;
  background-color: #FFF;
}
.activity-list.activity-sm > li {
  padding: 10px 0 10px 25px;
}
.activity-list > li.activity-primary:after {
  border-color: #181818;
}
.activity-list > li.activity-success:after {
  border-color: #17A88B;
}
.activity-list > li.activity-info:after {
  border-color: #0FB3FF;
}
.activity-list > li.activity-purple:after {
  border-color: #8E23E0;
}
.activity-list > li.activity-warning:after {
  border-color: #FFB61E;
}
.activity-list > li.activity-danger:after {
  border-color: #E5343D;
}
.activity-list > li.activity-white:after {
  border-color: #FFF;
}
.events-header {
  font-size: 20px;
  font-weight: 300;
  height: 60px;
  line-height: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}
.draggable li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: move;
}
.draggable li:first-child {
  padding-top: 0;
}
.draggable li.ui-draggable-dragging {
  padding: 12px 10px;
  background-color: #FFF;
  border-bottom: none;
  color: #6a6a6a;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.flotTip {
  font-size: 12px;
  background-color: #080808;
  color: #FFF;
  padding: 5px 8px;
  z-index: 900;
  border-radius: 3px;
}
.legendColorBox div {
  border-radius: 50%;
}
.legendLabel {
  padding-left: 3px;
  padding-right: 10px;
  line-height: 2;
}
.ct-golden-section:before {
  padding-bottom: 0;
}
.ct-label {
  font-size: 11px;
  color: #919191;
}
.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: #181818;
}
.ct-series-a .ct-slice-pie,
.ct-series-a .ct-area {
  fill: #181818;
}
.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
  stroke: #080808;
}
.ct-series-b .ct-slice-pie,
.ct-series-b .ct-area {
  fill: #080808;
}
.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
  stroke: #17A88B;
}
.ct-series-c .ct-slice-pie,
.ct-series-c .ct-area {
  fill: #17A88B;
}
.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
  stroke: #8E23E0;
}
.ct-series-d .ct-slice-pie,
.ct-series-d .ct-area {
  fill: #8E23E0;
}
.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
  stroke: #E5343D;
}
.ct-series-e .ct-slice-pie,
.ct-series-e .ct-area {
  fill: #E5343D;
}
.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
  stroke: #FFB61E;
}
.ct-series-f .ct-slice-pie,
.ct-series-f .ct-area {
  fill: #FFB61E;
}
.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
  stroke: #0FB3FF;
}
.ct-series-g .ct-slice-pie,
.ct-series-g .ct-area {
  fill: #0FB3FF;
}
.morris-hover.morris-default-style {
  font-size: 12px;
  background-color: #FFF;
  padding: 5px 8px;
  z-index: 900;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.chartjs canvas {
  width: 100% !important;
  max-width: 1000px;
  height: auto !important;
}
.jvectormap-zoomout {
  top: 35px;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  line-height: 24px;
  width: 24px;
  height: 24px;
  color: #6a6a6a;
  background-color: #FFF;
  font-size: 16px;
  padding: 0;
  border: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.easy-pie-chart {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 80px;
  padding: 20px;
  text-align: center;
}
.easy-pie-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.easy-pie-chart .percent {
  position: absolute;
  top: 35px;
  left: 35px;
  line-height: 40px;
  width: 50px;
  height: 50px;
  background-color: #dddddd;
  border: 5px solid #fafafa;
  border-radius: 50%;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}
.minicolors-swatch {
  border: none;
}
.ms-container {
  width: 100%;
}
.ms-container .ms-list {
  box-shadow: none;
  border: 1px solid #dddddd;
  height: 280px;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  padding: 5px 10px;
}
.clockface .inner.active:hover,
.clockface .inner.active:hover:hover,
.clockface .inner.active:active,
.clockface .inner.active:hover:active,
.clockface .inner.active.active,
.clockface .inner.active:hover.active,
.clockface .inner.active.disabled,
.clockface .inner.active:hover.disabled,
.clockface .inner.active[disabled],
.clockface .inner.active:hover[disabled] {
  background-color: #181818;
}
.clockface .outer.active:hover,
.clockface .outer.active:hover:hover,
.clockface .outer.active:active,
.clockface .outer.active:hover:active,
.clockface .outer.active.active,
.clockface .outer.active:hover.active,
.clockface .outer.active.disabled,
.clockface .outer.active:hover.disabled,
.clockface .outer.active[disabled],
.clockface .outer.active:hover[disabled] {
  background-color: #17A88B;
}
.clockface .inner.active,
.clockface .inner.active:hover {
  background-image: none;
}
.clockface .outer.active,
.clockface .outer.active:hover {
  background-image: none;
}
.clockface .outer,
.clockface .inner {
  border-radius: 2px;
}
.dropzone {
  border: 2px dashed #dddddd;
  background-color: #fafafa;
}
.dropzone .dz-message {
  padding: 50px 0;
  margin: 0;
  color: #919191;
}
.dropzone .dz-message .icon-dz {
  display: block;
  font-size: 64px;
  color: #dddddd;
  margin-bottom: 15px;
}
.uploader {
  font-weight: 300;
  font-size: 30px;
  color: #dddddd;
  border: 2px dashed #dddddd;
}
.uploader div.or {
  color: #dddddd;
  font-weight: 600;
}
.uploader div.browser label {
  background-color: #080808;
  font-weight: 500;
  padding: 8px 15px;
  display: inline-block;
  width: auto;
  font-size: 13px;
  border-radius: 4px;
  box-shadow: 0 3px 0 0 #000000;
}
.uploader div.browser label:hover {
  background-color: #000000;
}
.uploader div.browser label:focus {
  background-color: #000000;
  outline: 0;
}
.daterangepicker .ranges li {
  background-color: transparent;
  border-color: transparent;
  border-radius: 3px;
  color: #6a6a6a;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background-color: #080808;
  border-color: #080808;
}
.daterangepicker .input-mini {
  border-color: #dddddd;
}
.daterangepicker .input-mini.active,
.daterangepicker .input-mini:focus {
  outline: 0;
  border-color: #66afe9;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #080808;
}
.daterangepicker td.start-date {
  border-radius: 2px 0 0 2px;
}
.daterangepicker td.end-date {
  border-radius: 0 2px 2px 0;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active:hover:hover,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.active:hover {
  background-color: #080808;
  border-radius: 2px;
  border-color: #080808;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #080808;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget a[data-action] {
  color: #6a6a6a;
}
.note-editor.note-frame {
  border: 1px solid #dddddd;
}
.md-editor.active {
  border-color: #dddddd;
  box-shadow: none;
}
.md-editor > textarea,
.md-editor > .md-preview {
  background-color: #FFF;
  border-top: 1px solid #dddddd;
  border-bottom: none;
  padding: 10px;
}
.bootstrap-duallistbox-container select {
  padding: 6px 12px;
  overflow-y: auto;
}
.bootstrap-duallistbox-container select:focus {
  border-color: #dddddd;
}
.bootstrap-tagsinput {
  border: 1px solid #dddddd;
  box-shadow: none;
  padding: 6px 12px;
  line-height: 20px;
  display: block;
}
.bootstrap-tagsinput .tag {
  display: inline-block;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: decimal !important;
}
.toast-title {
  font-weight: 600;
}
#toast-container > div {
  border-radius: 0px;
  box-shadow: none;
  opacity: 1;
  color: #6a6a6a;
  background-color: #FFF;
  padding: 15px 15px 15px 65px;
  width: 300px;
  min-height: 74px;
}
#toast-container > .toast {
  background-image: none !important;
}
#toast-container > :hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.toast-close-button {
  height: 20px;
  width: 20px;
  color: #6a6a6a;
  top: -5px;
  right: -5px;
  outline: 0;
}
.toast:before {
  font-family: "themify";
  font-size: 30px;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 50%;
  color: #FFF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.toast-success {
  border: 2px solid #17A88B;
}
.toast-success .toast-title {
  color: #149278;
}
.toast-success .toast-progress {
  background-color: #1abe9e;
}
.toast-success:before {
  content: "\e64d";
  color: #149278;
}
.toast-info {
  border: 2px solid #0FB3FF;
}
.toast-info .toast-title {
  color: #00a7f5;
}
.toast-info .toast-progress {
  background-color: #29bbff;
}
.toast-info:before {
  content: "\e717";
  color: #00a7f5;
}
.toast-warning {
  border: 2px solid #FFB61E;
}
.toast-warning .toast-title {
  color: #ffae04;
}
.toast-warning .toast-progress {
  background-color: #ffbe38;
}
.toast-warning:before {
  content: "\e6c5";
  color: #ffae04;
}
.toast-error {
  border: 2px solid #E5343D;
}
.toast-error .toast-title {
  color: #e21d27;
}
.toast-error .toast-progress {
  background-color: #e84b53;
}
.toast-error:before {
  content: "\e6c5";
  color: #e21d27;
}
.wizard > .content > .body input {
  border: 1px solid #dddddd;
}
.wizard > .content > .body label {
  margin-bottom: 0;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  margin: 3px;
  border-radius: 0;
  padding: 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background-color: #080808;
  color: #FFF;
}
.wizard > .steps .current a .number,
.wizard > .steps .current a:hover .number,
.wizard > .steps .current a:active .number {
  border: 2px solid #FFF;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background-color: #dddddd;
  color: #919191;
}
.wizard > .steps .done a .number,
.wizard > .steps .done a:hover .number,
.wizard > .steps .done a:active .number {
  border-color: #919191;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background-color: #dddddd;
  color: #919191;
}
.wizard > .steps .disabled a .number,
.wizard > .steps .disabled a:hover .number,
.wizard > .steps .disabled a:active .number {
  border-color: #919191;
}
.wizard > .content {
  background-color: transparent;
  margin: 0 5px;
  border-radius: 0;
  min-height: 150px;
}
.tabcontrol > .content {
  overflow-y: auto;
}
.wizard > .content > .body {
  width: 100%;
  height: 100%;
  padding: 15px 0 0 0;
  position: static;
}
.wizard > .steps .number {
  font-size: 16px;
  padding: 5px;
  border-radius: 50%;
  border: 2px solid #FFF;
  width: 36px;
  display: inline-block;
  font-weight: 600;
  text-align: center;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  opacity: 0.65;
  background-color: #dddddd;
  color: #6a6a6a;
  cursor: not-allowed;
  box-shadow: 0 3px 0 0 #c4c4c4;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background-color: #080808;
  border-radius: 4px;
  padding: 8px 15px;
  box-shadow: 0 3px 0 0 #000000;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #080808;
}
.img-container,
.img-preview {
  background-color: #f7f7f7;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.img-container {
  min-height: 200px;
  max-height: 554px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .img-container {
    min-height: 554px;
  }
}
.img-container > img {
  max-width: 100%;
}
.docs-preview {
  margin-right: -15px;
  margin-bottom: 10px;
}
.img-preview {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.img-preview > img {
  max-width: 100%;
}
.preview-lg {
  width: 263px;
  height: 148px;
}
.preview-md {
  width: 139px;
  height: 78px;
}
.preview-sm {
  width: 69px;
  height: 39px;
}
.preview-xs {
  width: 35px;
  height: 20px;
  margin-right: 0;
}
.docs-data > .input-group {
  margin-bottom: 10px;
}
.docs-data > .input-group > label {
  min-width: 80px;
}
.docs-data > .input-group > span {
  min-width: 50px;
}
.docs-buttons > .btn,
.docs-buttons > .btn-group,
.docs-buttons > .form-control {
  margin-right: 5px;
  margin-bottom: 10px;
}
.docs-toggles > .btn,
.docs-toggles > .btn-group,
.docs-toggles > .dropdown {
  margin-bottom: 10px;
}
.docs-tooltip {
  display: block;
  margin: -6px -12px;
  padding: 6px 12px;
}
.docs-tooltip > .icon {
  margin: 0 -3px;
  vertical-align: top;
}
.tooltip-inner {
  white-space: normal;
}
.btn-upload .tooltip-inner {
  white-space: nowrap;
}
@media (max-width: 400px) {
  .btn-group-crop {
    margin-right: -15px !important;
  }
  .btn-group-crop > .btn {
    padding-left: 5px;
    padding-right: 5px;
  }
  .btn-group-crop .docs-tooltip {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.docs-options .dropdown-menu {
  width: 100%;
}
.docs-options .dropdown-menu > li {
  padding: 5px 20px;
}
.docs-options .dropdown-menu > li .checkbox {
  margin: 5px 0;
}
.docs-options .dropdown-menu > li:hover {
  background-color: #f7f7f7;
}
.docs-options .dropdown-menu > li > label {
  display: block;
}
.docs-cropped .modal-body {
  text-align: center;
}
.docs-cropped .modal-body > img,
.docs-cropped .modal-body > canvas {
  max-width: 100%;
}
.overlay-container {
  position: relative;
  overflow: hidden;
}
.overlay-container.overlay-color:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay-container .overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.overlay-container .overlay-content {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay-container hr {
  border-color: rgba(255, 255, 255, 0.2);
}
.lh-1 {
  line-height: 1!important;
}
.bd-t {
  border-top: 1px solid #dddddd;
}
.bd-r {
  border-right: 1px solid #dddddd;
}
.bd-b {
  border-bottom: 1px solid #dddddd;
}
.bd-l {
  border-left: 1px solid #dddddd;
}
.no-shadow {
  box-shadow: none !important;
}
.no-border {
  border: none !important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.block {
  display: block !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-60 {
  font-size: 60px !important;
}
.fs-100 {
  font-size: 100px !important;
}
.m-0 {
  margin: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.mt-0 {
  margin-top: 0px !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;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mr-0 {
  margin-right: 0px !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;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mb-0 {
  margin-bottom: 0px !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;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-0 {
  margin-left: 0px !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;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.p-0 {
  padding: 0px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.pt-0 {
  padding-top: 0px !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;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pr-0 {
  padding-right: 0px !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;
}
.pr-25 {
  padding-right: 25px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pb-0 {
  padding-bottom: 0px !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;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-0 {
  padding-left: 0px !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;
}
.pl-25 {
  padding-left: 25px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.aligner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-toolbar {
  background-color: #080808;
  padding: 10px;
  margin-bottom: 0;
  height: 60px;
}
.fc-toolbar h2 {
  font-weight: 300;
  color: #FFF;
  margin: 5px 0;
  line-height: 1;
}
.fc-view-container {
  background-color: #FFF;
  color: #6a6a6a;
}
.fc button {
  font-size: 14px;
  padding: 10px;
  height: auto;
}
.fc-icon {
  font-family: "themify";
}
.fc-state-default {
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFF;
  border-style: none;
  text-shadow: none;
  background-image: none;
  box-shadow: none;
}
.fc-state-default:hover {
  outline: 0;
  background-color: #000000;
}
.fc-state-default:focus,
.fc-state-default.focus {
  outline: 0;
}
.fc-unthemed .fc-today {
  background-color: #fafafa;
}
.timeline {
  position: relative;
}
.timeline:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  left: 179px;
  background-color: #dddddd;
}
.timeline .timeline-item {
  position: relative;
  margin-bottom: 24px;
}
.timeline .timeline-time {
  display: inline-block;
  width: 120px;
  text-align: right;
  float: left;
}
.timeline .timeline-content {
  margin-left: 240px;
}
.timeline .timeline-icon {
  text-align: center;
  position: absolute;
  font-size: 24px;
  line-height: 50px;
  width: 60px;
  margin-left: 30px;
  border: 5px solid #dddddd;
  color: #dddddd;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .timeline:before {
    left: 29px;
  }
  .timeline .timeline-icon {
    left: 0;
    top: 0;
    margin: 0;
  }
  .timeline .timeline-content {
    margin-left: 70px;
  }
  .timeline .timeline-time {
    display: block;
    float: none;
    width: auto;
  }
}
.mailbox .inbox {
  border-right: 1px solid #dddddd;
}
.mailbox .inbox li {
  margin-top: 0;
  padding: 15px 20px;
  border-bottom: 1px solid #dddddd;
}
.mailbox .inbox li.active {
  box-shadow: inset -5px 0 #080808;
}
.mailbox .inbox li.read {
  background-color: #fafdff;
}
.mailbox .inbox li > a {
  display: block;
  color: #6a6a6a;
}
.mailbox .inbox li .title {
  font-weight: 400;
  margin: 3px 0;
}
.mailbox .inbox li .summary {
  color: #919191;
  font-size: 12px;
  margin-bottom: 0;
}
.mailbox .single-mail {
  margin-left: -1px;
  border-left: 1px solid #dddddd;
  padding: 15px 20px;
}
.body-bg-full {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
}
.body-bg-full .page-container {
  padding: 0;
  display: table;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.body-bg-full .page-container .page-content {
  padding: 24px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  min-height: auto;
  width: 340px;
}
.body-bg-full .logo {
  margin-bottom: 30px;
}
.body-bg-full .form-control {
  border-radius: 0;
  background-color: transparent;
  border-color: transparent transparent rgba(255, 255, 255, 0.1) transparent;
  color: #FFF;
  text-align: center;
}
.body-bg-full .form-control::-webkit-input-placeholder {
  color: #FFF;
}
.body-bg-full .form-control:-moz-placeholder {
  color: #FFF;
}
.body-bg-full .form-control::-moz-placeholder {
  color: #FFF;
}
.body-bg-full .form-control:-ms-input-placeholder {
  color: #FFF;
}
.body-bg-full hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.body-bg-full .setting {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
}
.body-bg-full .setting .setting-toggle {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
  left: -48px;
}
.body-bg-full.v2 .page-container {
  background-color: transparent;
}
.body-bg-full.v2 .page-container .page-content {
  width: auto;
}
.body-bg-full.v2 .page-container .page-content .v2 {
  background-color: #FFF;
  margin: 0 auto;
  width: 340px;
  padding: 24px;
  box-shadow: 0 5px 10px rgba(8, 8, 8, 0.5);
}
.body-bg-full.v2 .form-control {
  border-color: transparent transparent #dddddd transparent;
  color: #6a6a6a;
}
.body-bg-full.v2 .form-control::-webkit-input-placeholder {
  color: #6a6a6a;
}
.body-bg-full.v2 .form-control:-moz-placeholder {
  color: #6a6a6a;
}
.body-bg-full.v2 .form-control::-moz-placeholder {
  color: #6a6a6a;
}
.body-bg-full.v2 .form-control:-ms-input-placeholder {
  color: #6a6a6a;
}
.body-bg-full.v2 hr {
  border-color: #dddddd;
}
.body-bg-full.v2 .setting {
  background-color: #FFF;
}
.body-bg-full.v2 .setting .setting-toggle {
  background-color: #FFF;
}
.body-bg-full.v3 .page-container {
  background-color: rgba(0, 0, 0, 0.35);
}
.body-bg-full.v3 .page-container .page-content {
  width: auto;
}
.body-bg-full.v3 .page-container .page-content .main-content {
  width: 50%;
  float: left;
}
.body-bg-full.v3 .page-container .page-content .main-content .v3 {
  padding: 24px;
  background-color: #FFF;
  width: 340px;
  float: right;
}
.body-bg-full.v3 .page-container .page-content .sub-content {
  text-align: left;
  padding-left: 24px;
  float: left;
  width: 50%;
}
.body-bg-full.v3 .form-control {
  border-color: transparent transparent #dddddd transparent;
  color: #6a6a6a;
}
.body-bg-full.v3 .form-control::-webkit-input-placeholder {
  color: #6a6a6a;
}
.body-bg-full.v3 .form-control:-moz-placeholder {
  color: #6a6a6a;
}
.body-bg-full.v3 .form-control::-moz-placeholder {
  color: #6a6a6a;
}
.body-bg-full.v3 .form-control:-ms-input-placeholder {
  color: #6a6a6a;
}
.body-bg-full.v3 hr {
  border-color: #dddddd;
}
.body-bg-full.v3 .setting {
  background-color: #FFF;
}
.body-bg-full.v3 .setting .setting-toggle {
  background-color: #FFF;
}
@media (max-width: 767px) {
  .body-bg-full.v3 .page-container .page-content .main-content {
    width: 100%;
    float: none;
  }
  .body-bg-full.v3 .page-container .page-content .main-content .v3 {
    text-align: center;
    float: none;
    margin: 0 auto;
  }
  .body-bg-full.v3 .page-container .page-content .sub-content {
    display: none;
  }
}
.pricing-table .pricing-item {
  margin-bottom: 24px;
  text-align: center;
}
.pricing-table.pricing-1 .pricing-item {
  padding: 40px;
  background-color: #fafafa;
  border-top: 3px solid transparent;
  transition: border-color 0.3s;
}
.pricing-table.pricing-1 .pricing-item:hover {
  border-color: #181818;
}
.pricing-table.pricing-1 .pricing-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-align: left;
  padding-bottom: 15px;
}
.pricing-table.pricing-1 .pricing-price {
  font-size: 36px;
  font-weight: 600;
  padding: 15px 0;
  text-align: left;
  border-top: 3px solid #dddddd;
}
.pricing-table.pricing-1 .pricing-currency {
  font-size: 20px;
  vertical-align: super;
}
.pricing-table.pricing-1 .pricing-period {
  font-size: 14px;
  font-weight: 400;
  padding-left: 5px;
  color: #919191;
}
.pricing-table.pricing-1 .pricing-sentence {
  padding: 15px 0;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #919191;
  border-bottom: 3px solid #dddddd;
}
.pricing-table.pricing-1 .pricing-feature-list {
  text-align: right;
  padding: 15px 0;
}
.pricing-table.pricing-1 .pricing-feature-list > li {
  font-style: italic;
  line-height: 1.6;
}
.pricing-table.pricing-2 .pricing-item {
  background-color: #7e7e7e;
  border-radius: 10px;
  color: #FFF;
  padding: 15px;
  transition: background-color 0.3s;
}
.pricing-table.pricing-2 .pricing-item:hover {
  background-color: #868686;
}
.pricing-table.pricing-2 .pricing-item-featured {
  position: relative;
}
.pricing-table.pricing-2 .pricing-item-featured .ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.pricing-table.pricing-2 .pricing-item-featured .ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background-color: #1abe9e;
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  top: 19px;
  right: -21px;
}
.pricing-table.pricing-2 .pricing-item-featured .ribbon span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #2ae2bd;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #2ae2bd;
}
.pricing-table.pricing-2 .pricing-item-featured .ribbon span:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #2ae2bd;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #2ae2bd;
}
.pricing-table.pricing-2 .pricing-title {
  font-size: 30px;
  font-weight: 300;
  padding: 15px 0 30px 0;
  margin: 0;
  position: relative;
}
.pricing-table.pricing-2 .pricing-title:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 40%;
  height: 1px;
  width: 20%;
  background-color: #FFF;
}
.pricing-table.pricing-2 .pricing-sentence {
  padding: 30px 15px;
}
.pricing-table.pricing-2 .pricing-price {
  font-size: 60px;
}
.pricing-table.pricing-2 .pricing-currency {
  font-size: 24px;
  vertical-align: super;
}
.pricing-table.pricing-2 .pricing-period {
  display: block;
  font-size: 14px;
  padding: 15px 30px;
}
.pricing-table.pricing-2 .pricing-feature-list {
  text-align: left;
  padding: 30px 20px;
}
.pricing-table.pricing-2 .pricing-feature-list > li {
  line-height: 1.8;
  font-size: 16px;
}
.pricing-table.pricing-2 .pricing-feature-list > li:before {
  font-family: "themify";
  content: "\e628";
  vertical-align: middle;
  display: inline-block;
  padding-right: 10px;
}
.pricing-table.pricing-3 .pricing-item {
  padding: 30px 50px;
  border: 1px solid #17A88B;
  position: relative;
}
@media (min-width: 769px) {
  .pricing-table.pricing-3 .pricing-item:nth-child(2) {
    border-left: none;
    border-right: none;
  }
}
.pricing-table.pricing-3 .pricing-item:hover {
  z-index: 100;
}
.pricing-table.pricing-3 .pricing-item:hover:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  border: 5px solid #17A88B;
}
.pricing-table.pricing-3 .pricing-icon {
  color: #17A88B;
  font-size: 40px;
  padding: 10px 0;
  display: block;
}
.pricing-table.pricing-3 .pricing-title {
  font-weight: 600;
  margin: 0;
  padding: 20px 0;
}
.pricing-table.pricing-3 .pricing-price {
  font-size: 36px;
  font-weight: 600;
  color: #17A88B;
  margin: 0;
}
.pricing-table.pricing-3 .pricing-currency {
  font-size: 20px;
  vertical-align: super;
}
.pricing-table.pricing-3 .pricing-period {
  font-size: 14px;
  padding-left: 5px;
  font-weight: 400;
  color: #919191;
}
.pricing-table.pricing-3 .pricing-feature-list {
  padding: 20px 0 80px 0;
}
.pricing-table.pricing-3 .pricing-feature-list > li {
  line-height: 1.8;
  font-size: 16px;
}
.btn-demo .btn {
  margin: 0 10px 10px 0;
}
.bg-demo {
  color: #FFF;
  background: #F1F2B5;
  background: linear-gradient(to left, #F1F2B5, #135058);
}
.loading-demo {
  height: 240px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.chart-demo {
  height: 300px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.icon-demo .row > [class^="col"] {
  line-height: 50px;
  cursor: pointer;
  height: 50px;
}
.icon-demo .row > [class^="col"]:hover i {
  font-size: 28px;
}
.icon-demo i {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: 40px;
  transition: all 0.2s;
}
/*!
 *  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.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
image-editor {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
image-editor .image-editor-canvas {
  width: 100%;
  position: relative;
  overflow: hidden;
}
image-editor image-selection {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
image-editor image-selection [draggable] {
  cursor: move;
}
image-editor image-selection .image-editor-selection-border-bottom,
image-editor image-selection .image-editor-selection-border-top {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-image: url(data:image/gif;base64,R0lGODlhBgABAKEAAP///wAAADY2Nv///yH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQACgD/ACwAAAAABgABAAACAxQuUgAh+QQBCgADACwAAAAABgABAAACA5SAUgAh+QQBCgADACwAAAAABgABAAACA5SBBQAh+QQBCgADACwAAAAABgABAAACA4QOUAAh+QQBCgADACwAAAAABgABAAACAwSEUAAh+QQBCgADACwAAAAABgABAAACA4SFBQA7);
  z-index: 1;
}
image-editor image-selection .image-editor-selection-border-top {
  top: 0;
}
image-editor image-selection .image-editor-selection-border-bottom {
  bottom: 0;
}
image-editor image-selection .image-editor-selection-border-left,
image-editor image-selection .image-editor-selection-border-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-image: url(data:image/gif;base64,R0lGODlhAQAGAKEAAP///wAAADY2Nv///yH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQACgD/ACwAAAAAAQAGAAACAxQuUgAh+QQBCgADACwAAAAAAQAGAAACA5SAUgAh+QQBCgADACwAAAAAAQAGAAACA5SBBQAh+QQBCgADACwAAAAAAQAGAAACA4QOUAAh+QQBCgADACwAAAAAAQAGAAACAwSEUAAh+QQBCgADACwAAAAAAQAGAAACA4SFBQA7);
  z-index: 1;
}
image-editor image-selection .image-editor-selection-border-left {
  left: 0;
}
image-editor image-selection .image-editor-selection-border-right {
  right: 0;
}
image-editor image-selection .image-editor-overlay-bottom,
image-editor image-selection .image-editor-overlay-left,
image-editor image-selection .image-editor-overlay-right,
image-editor image-selection .image-editor-overlay-top {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
image-editor editor-panel {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
image-editor editor-panel span {
  float: left;
  display: block;
  margin-right: 8px;
  height: 32px;
  width: 32px;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAAAgCAIAAACEp+MCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjMxRjIwMTdDRTg3MTFFNThBNEU4MjU5Q0ZCM0IzOTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjMxRjIwMThDRTg3MTFFNThBNEU4MjU5Q0ZCM0IzOTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMzFGMjAxNUNFODcxMUU1OEE0RTgyNTlDRkIzQjM5NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMzFGMjAxNkNFODcxMUU1OEE0RTgyNTlDRkIzQjM5NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PilyOo0AAAi6SURBVHja7JxfbFNVHMeLLLRjo/cuIeseXDs3WFFZ7yKsLHFMk1FGlKHRTWIYIRHURBMTTXzQxCcTfTfRxAgPhBGCLkYdGN1CIt1IWAcJ7SDSjc11YFj3Qu/YXIsj+G0POx765/ace7s/xvtL09zeP+ee+zuf8/t37rZGVWcsppiyWuUxUwWmmICaYooJqCkmoKaYssxSpHFseno6Hk/Qn05npcbJiUTyTKvVqrsrk5M3yYbDUW6knRWUnjM/47tt7wsmWMsB6K995yYiE/TnJx9/pEHn8a6TxbbigwdeF+1BaHj4YmAoGo2yOx0OR71HUTxbQSpOqACz5eVCzaJLlHLMtPDI6ERkkh6tcjndtZtF22QlNqPOqCq7Jxi8eiUUJNuKspU9ZJck2S4ZH63YTLLkItvthYVgZHS0dvPm5YePHSM9gEKeb27e2fQsbNvxri5tOlVVfbltr1D/wM0PPWcomoASiM/H56Mp+bWvNxAYVBTlN7+/1bdbFCZ0qdHbALLTphkR7EGzVa6qVl+LPkxB560/b5WWlJKfY+PjV6/9TraB6cL9ezXV1eTn7Nzs40mqCgDocGgY3xiRwlr9mKquCKCBoUuSZPfU1ekHlGcSEDoPdR4QGmnQiQvj8bjNZmv0er0N2+lkQpvhkRG/v/+OqgIj7MFPb8M2oV4B8R97zqBx3AJ7YI9drkpZkpN2SI1FIjeBETBFH1p9u7R1lEtAp6fOQ5wApZMIftZU15BmQ8MhoWZn/5obHxvLemgqelujweqamtL1JaJ0Qg+YqCvivmOxh+Orof8sgH762edpliZzPyuAQJROuCpCJ6wmrk2z8/iJHgMmarbRDR53QAVAkw3cokySOg92sm7RaalE+zubm3p6zqJlwrERE4LW8GH1oxEO5ZWFhQVMoazQ2KzFSRcvy5mH8CC4UAed2FBjd1YG0FSMBP1rMJrdgsKlVji4gAuGhnEbUS8JMnLRSQk+3d3N7olMTvIzBANJt2GGJyMROeP5gSwiZjJI0NGbRw4XPLYzIs5KZ67nynooM4zhpPOhihYzVJvNaiQ01ycajGYHFHRq5+wsN7FHcwWebJ1o87WO9lxGEay89+47aByfPyYi8NfhsEAgf30kTDZgPl2uKhjIXGci474dnUL7/f6B/0/2zdK5GLJ3sS5xS61b8dRxMsA/7jBnRNv8jBblsosgQ/t+8Gr6TE4wFekjKNS+HOyCSAIl/LvKPQ1gfaFfRJxOl4unh3t8PgwPBmy3r2X1lLcQ1yLI4UEEA4+QgL/lvnPn0uhMEzg3nIBP4w5vc1OTcZ0g38iaqvIwmgVQRD8wivhMRaeKrVZJLiOZNYmKyDY2XE6nPkAxh5KFGI9AXvLN0WPzicSHH7zPfwnyd87uAQIEG3gooShiSSUanT7vv4BA69HSWzmTAk4zmROGv3eLm7fnSl3dlWCI5I7acnEwAPeVKwzjn2mEPM7YLD+gtJZ54uSpKpeTlpmwn+TshrUfteQr+6fJOpttPpHgr8Vg9suyxB9LPVHlSpW2po0AaiQxYqXff+F6eNSSrEP3svsPdXZSfDOrfrjEZl3PE6VALWCOJKmsVWKtDztYP/Wc7Wh/Rbdb56cTTjWz/wJlJkInevxS217+uxZE3jr8Bv/J3obt9JtTbFabqMPCWCJrDoau5T3/7uzdoqKiYlsxT801r//VEFxoK7b6Wlp0MEr7hgAJM/xiIEAPIaCHFdRRiQMwaZkuUgJFUegSCVv3yEqnGKCUTvTVCKBvHzm8pDTDH4mWshFPT0QmHXyFC0mSntvZhPhndm52U/WmvOffGL9RWlJa4ajAhQX0v1nrfQo3RmmM0jVtxEXQHqb3t93f06jR7+/XAWhg6BL7IGTRh992CgMKOpOZjSTTkgQR2BK6h8dxi1YxMKcRg9YrHh7bsKiay7Js5/fXpOTEPwGSj7nmQSxmZZ+3f+AC3WZHIqbekWXZWVnJyc3+9ldheEAMWVpj+LPSDbZKSvwyduJCId1m9fX0GWkNjtShRJdDYT5hhunM0aiUa9BpEV1JIsldJrg0JOKJw+Aivz56DIk2Z2RzLx4XsigpF9wLb8KpUKgSYZbbvVnfehIVuqJhMbYaaZelbc/U3xib2OPzpU348MgoAYudTrAOv/T1baqpwoWi96KM5qrBkUFP3josBigyTjJqRujkBRRqSiOPjR4wm6Ev7fX6tIwHIpdJ/EoUyj9wPuIQjdpnZsqMMCueSBgEtICCmBWDypkXgkucPDg0qO9ehNF1OdQFesAZ9BMRXAgIp/I8g3RajK/F6xD4U86CEWwb4hgdrx0R1DjfAMT0A9BOl8uymsSaEk59GryXtnr3tb0YPToFLy+02kyKia2+XRqN89Qc8gAaDAbZt9SyCtKFEydPIRIS1UsyYw2GNNYYQSfxm/oW37748it8a0wG8hoeEoLVYztXoQDKfW1tcI9wNfzFQQR+iOKMK1YLUMWzNdfffLKrAsVWxOzJ1eEn3W6he8fnE3AfCDEtdjv7piPicezHs5FSUZ1H50MicdaeNmR5w+V0GlzTQ4fZyjlJmByOciNVVf+AP0tgl1qLf2C5v8yMQj+NO7yiJQWY3gJEO3kdZd6EQJLL9OUEsPDUyCNPB5Qk1jz9XTe5u46CESs0k0BSj7Sp1bfb27ANsfL5/oEd3u2gB9+YWpzVpUxJvnY0o5LCU29vX5rn6ehoJ0dFXzLaUFLq8Sg5Yp6/k5rJcXTD4supSyHNTU38ayXEuRdk3Vh/DErW6/MGAJxSr3hgUMn2fgxtrJB/rS/Ldvo9FZ2G1XTX1mKbrvXrk9m52dBiTeOpp7cMBi4TFpHi4Gd45Do9c+PGjfzNrl27NtfbzWRBoSDvPi9dTJzXugnJGn3/uAFB57+etKKcv0K5GgRGtLDv6dCIltRrRN+ONaXwgJqSi1HdKZ0pJqCm/PfE/Lt4U0xATTHFBNQUE1BTTFlu+UeAAQARQbIldWe0fwAAAABJRU5ErkJggg==) no-repeat #f1f1f2;
  border: 1px solid #747678;
  border-radius: 4px;
}
image-editor editor-panel .image-editor-rotate-cw {
  background-position: -32px 0;
}
image-editor editor-panel .image-editor-rotate-acw {
  background-position: -64px 0;
}
image-editor editor-panel .image-editor-flip-h {
  background-position: -96px 0;
}
image-editor editor-panel .image-editor-flip-v {
  background-position: -128px 0;
}
image-editor editor-panel .image-editor-undo {
  background-position: -160px 0;
}
image-editor editor-panel .image-editor-redo {
  background-position: -192px 0;
}
image-editor editor-panel .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
image-editor .resizable-handle {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6), inset 1px 1px 0 rgba(255, 255, 255, 0.6);
}
image-editor .resizable-nw {
  cursor: nw-resize;
  left: 1px;
  top: 1px;
}
image-editor .resizable-ne {
  cursor: ne-resize;
  right: 1px;
  top: 1px;
}
image-editor .resizable-sw {
  bottom: 1px;
  cursor: sw-resize;
  left: 1px;
}
image-editor .resizable-se {
  bottom: 1px;
  cursor: se-resize;
  right: 1px;
}
image-editor .resizable-n {
  cursor: n-resize;
  left: 50%;
  margin-left: -3px;
  top: 1px;
}
image-editor .resizable-s {
  bottom: 1px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}
image-editor .resizable-w {
  cursor: w-resize;
  left: 1px;
  margin-top: -3px;
  top: 50%;
}
image-editor .resizable-e {
  cursor: e-resize;
  margin-top: -3px;
  right: 1px;
  top: 50%;
}
.imgCropper-controls {
  margin-top: 15px;
  text-align: center;
}
.imgCropper-controls button {
  border: none;
  margin-right: 10px;
  padding: 8px 13px;
  display: inline-block;
  background: #ddd;
  color: #222;
  transition: all 0.15s ease-in-out;
}
.imgCropper-controls button:nth-child(4) {
  color: #FFF;
  background: #0667D6;
}
.imgCropper-controls button:nth-child(4):hover,
.imgCropper-controls button:nth-child(4):active {
  color: #FFF;
  background: #055bbd !important;
}
.imgCropper-controls button:hover {
  background: #f0f0f0;
}
.imgCropper-controls button:last-child {
  margin-right: 0;
}
.imgCropper-controls button span {
  margin-top: 2px;
  display: inline-block;
  vertical-align: top;
}
#pagebuilder .widget-heading .btn {
  margin: 0;
  padding: 9px 10px;
}
#pagebuilder .dropzones {
  margin: 0;
}
#pagebuilder .dropzone {
  padding: 15px;
  margin-bottom: 15px;
}
#pagebuilder .dropzone > h4 {
  margin: 0 0 10px 0;
}
#pagebuilder .dropzone ul[dnd-list] {
  margin: 0;
  min-height: 42px;
  padding-left: 0;
}
#pagebuilder .dropzone li {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
  padding: 0;
}
#pagebuilder .dropzone li li {
  margin-top: 15px;
}
#pagebuilder .dropzone .dndDragging {
  opacity: 0.7;
}
#pagebuilder .dropzone .dndDraggingSource {
  display: none;
}
#pagebuilder .dropzone .dndPlaceholder {
  background-color: #ddd;
  display: block;
  min-height: 42px;
}
#pagebuilder .dropzone .item {
  padding: 10px 15px;
}
#pagebuilder .dropzone .container-element {
  margin: 10px;
}
#pagebuilder .dropzone .container-element .column {
  float: left;
  width: 50%;
}
#pagebuilder .dropzone .selected .item {
  color: #3c763d;
  background-color: #dff0d8;
}
#pagebuilder .dropzone .selected .box {
  border-color: #d6e9c6;
}
#pagebuilder .dropzone .selected .box > h3 {
  background-color: #dff0d8;
  background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
  border-color: #d6e9c6;
  color: #3c763d;
}
#pagebuilder .toolbox,
#pagebuilder .trashcan {
  margin-bottom: 25px;
}
#pagebuilder .toolbox.translations .current-lang-display > div,
#pagebuilder .trashcan.translations .current-lang-display > div {
  padding-bottom: 5px;
}
#pagebuilder .toolbox.translations .row,
#pagebuilder .trashcan.translations .row {
  margin-bottom: 10px;
}
#pagebuilder .toolbox.translations .row:last-child,
#pagebuilder .trashcan.translations .row:last-child {
  margin-bottom: 0;
}
#pagebuilder .toolbox.translations .row > div.lang-name,
#pagebuilder .trashcan.translations .row > div.lang-name {
  line-height: 29px;
}
#pagebuilder .toolbox.translations .row > div:nth-child(n+2),
#pagebuilder .trashcan.translations .row > div:nth-child(n+2) {
  text-align: right;
}
#pagebuilder .toolbox.translations .row.current-lang,
#pagebuilder .trashcan.translations .row.current-lang {
  display: none;
}
#pagebuilder .toolbox ul,
#pagebuilder .trashcan ul {
  cursor: move;
  list-style: none;
  padding-left: 0px;
}
#pagebuilder .toolbox ul li,
#pagebuilder .trashcan ul li {
  width: 100%;
}
#pagebuilder .toolbox ul li .btn,
#pagebuilder .trashcan ul li .btn {
  text-align: left;
  width: 100%;
  margin: 0 0 8px 0;
}
#pagebuilder .toolbox .dndDraggingSource,
#pagebuilder .trashcan .dndDraggingSource {
  opacity: 1;
}
#pagebuilder .toolbox.options > div,
#pagebuilder .trashcan.options > div {
  margin-bottom: 25px;
}
#pagebuilder .trashcan button {
  margin: 5px;
  opacity: 1;
  width: 123px;
}
#pagebuilder .trashcan .dndPlaceholder {
  display: none;
}
#pagebuilder .element.item.row {
  margin: 0;
  padding: 10px 0;
}
#pagebuilder .element.item.row h5 {
  margin-bottom: 0;
}
.modal-l {
  width: 990px;
}
.modal-xl {
  width: 1280px;
}
angular-filemanager.standalone > div {
  height: 80vh !important;
}
angular-filemanager > div {
  height: 500px !important;
}
angular-filemanager > div .navbar {
  border: 1px solid #000;
  margin: -1px -1px 0;
}
angular-filemanager > div .breadcrumb {
  margin: 17px 0 5px;
  font-size: 14px;
  background: none;
}
angular-filemanager > div .btn-group .dropdown-menu {
  background: none;
  border: none;
  margin: 0;
  top: -8px;
  right: 100%;
}
angular-filemanager > div .btn-group .dropdown-menu input[type=text] {
  width: 200px;
  margin: 0;
}
angular-filemanager > div .sidebar {
  border: none;
}
angular-filemanager > div .sidebar .nav-sidebar {
  background: none;
  margin-top: 10px;
}
angular-filemanager > div .sidebar .nav-sidebar > li {
  display: block;
  width: 100%;
}
angular-filemanager > div .sidebar .nav-sidebar > li > a {
  line-height: 20px;
}
angular-filemanager > div .main-navigation {
  height: 100%;
}
angular-filemanager > div .main-navigation .iconset {
  position: relative;
  height: 100%;
}
angular-filemanager > div .main-navigation .iconset .item-list {
  height: 100%;
}
angular-filemanager > div .main-navigation .iconset .alert {
  position: absolute;
  top: 10px;
  left: 10px;
}
angular-filemanager > div #dropDownMenuLang {
  display: none;
}
.menu-header {
  position: relative;
  background-size: cover;
  background-position: center;
}
.menu-header.layout-default {
  background-image: url('../images/placeholder/1920x400.png');
}
.menu-header.layout-bottom {
  background-image: url('../images/placeholder/1920x850.png');
}
.menu-header img {
  opacity: 0;
  width: 100%;
  height: auto;
}
.menu-header .menu-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu-header .menu-header-overlay .menu-header-title-input {
  box-shadow: none;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, 0.35);
  width: 75%;
  line-height: 50px;
  font-size: 40px;
  padding: 10px 15px;
  color: #fff;
  outline: none !important;
}
.menu-header .menu-header-overlay .menu-header-controls {
  position: absolute;
  right: 15px;
  top: 15px;
}
.menu-header .menu-header-overlay .menu-header-controls .btn {
  position: relative;
  width: 36px;
  height: 35px;
  padding: 2px 0 0 0;
}
.menu-tiles-intro {
  position: relative;
  padding: 35px 0 15px 0;
}
.menu-tiles {
  position: relative;
  height: 415px;
}
.menu-tiles .tile {
  position: relative;
  padding: 15px;
  float: none;
  vertical-align: top;
  display: inline-block;
}
.menu-tiles .tile.col-sm-2 {
  width: 16.33333%;
}
.menu-tiles .tile.col-sm-4 {
  width: 33%;
}
.tile-controls {
  position: relative;
  text-align: right;
  background: #ebebeb;
}
.tile-controls .btn {
  background: #ebebeb;
  color: #222;
  width: 35px;
  padding: 6px 0 5px 0;
  transition: all 0.25s ease-in-out;
}
.tile-controls .btn:hover {
  background: #ccc;
}
.tile-wrapper {
  position: relative;
  height: 350px;
  overflow: auto;
  background: #f6f6f6 url('../images/tile_placeholder.jpg') no-repeat 0 0;
  background-position: center;
  background-size: cover;
  border-top: 1px solid #e5e5e5;
}
.tile-wrapper h5 {
  margin: 0;
  padding: 16px 0 11px 16px;
  color: #fff;
  font-size: 16px;
}
.tile-wrapper .dd {
  width: 100%;
}
.tile-wrapper .dd .dd-empty {
  margin-right: 15px;
}
.tile-wrapper .dd > .dd-list {
  padding: 0 15px;
}
.tile-wrapper .dd > .dd-list .dd-list {
  padding: 0 0 0 10px;
}
.tile-wrapper .dd > .dd-list .dd-item {
  font-size: 12px;
}
.tile-wrapper .dd > .dd-list .dd-item:hover > .btn {
  opacity: 1;
}
.tile-wrapper .dd > .dd-list .dd-item .dd-handle {
  padding: 5px 8px;
  margin: 4px 0;
  cursor: move;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.85);
}
.tile-wrapper .dd > .dd-list .dd-item .dd-handle:hover {
  color: #333;
}
.tile-wrapper .dd > .dd-list .dd-item .btn {
  opacity: 0;
  background: none;
  border: none;
  top: 2px;
  font-size: 16px !important;
  transition: opacity 0.25s ease;
}
.tile-wrapper .dd > .dd-list .dd-item .btn:hover {
  background: none !important;
  border: none !important;
}
.tile-wrapper .dd > .dd-list .dd-item .btn.button-delete {
  right: 4px;
}
.tile-wrapper .dd > .dd-list .dd-item .btn.button-edit {
  right: 29px;
}
#menubuilder .widget .widget-heading .btn {
  margin: 2px 0 0;
}
#menubuilder .widget-body.layout-hohesalve .menu-tiles-intro {
  padding: 0 0 20px 0;
}
#menubuilder .widget-body.layout-hohesalve .menu-header .menu-header-overlay .menu-header-title-input {
  width: 90%;
  font-size: 25px;
}
#menubuilder .widget-body.layout-hohesalve .row {
  margin: 0 -15px;
}
#menubuilder .widget-body.layout-hohesalve .row > [class^=col] {
  padding: 0 15px;
}
#menubuilder .widget-body.layout-hohesalve .row > [class^=col] .menu-tiles {
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
#menubuilder .widget-body.layout-hohesalve .row > [class^=col] .menu-tiles .col-sm-6 {
  flex: 0 0 50%;
  padding-bottom: 15px;
}
#menubuilder .widget-body.layout-hohesalve .row > [class^=col] .menu-tiles .col-sm-12 {
  flex: 0 0 100%;
  padding-bottom: 15px;
}
.icon-selector {
  position: relative;
  max-height: 135px;
  overflow: auto;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px;
}
.icon-selector .icon-wrapper {
  display: inline-block;
  cursor: pointer;
  height: 35px;
  width: 35px;
  padding: 3px;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 2px;
  transition: border-color 0.2s ease;
}
.icon-selector .icon-wrapper:hover {
  border-color: #ddd;
}
.icon-selector .icon-wrapper.current {
  border-color: #333 !important;
}
@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
body {
  height: auto !important;
}
body textarea {
  resize: vertical;
}
body form.form-inline {
  position: relative;
  display: inline-block;
}
body .text-center {
  text-align: center !important;
}
body [class*='col-'] {
  word-wrap: break-word;
}
body #preview-form,
body #login-as-form {
  margin: 14px 0 0 14px;
}
body #preview-form select,
body #login-as-form select {
  max-width: 330px;
}
body .auto-width {
  width: auto !important;
}
body .status-indicator {
  display: inline-block;
}
body .status-indicator.offline span {
  background-color: #ff0000;
}
body .status-indicator span {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  background-color: #00ff00;
  cursor: default;
}
body .status-indicator + .reload {
  margin-top: -9px;
}
body #top-pages_wrapper > .row:last-child > div:first-child {
  display: none;
}
body #top-pages_wrapper > .row:last-child > div:last-child {
  width: 100%;
}
body #_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999 !important;
  background: rgba(0, 0, 0, 0.65);
}
body #_loader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border-radius: 50%;
  perspective: 800px;
}
body #_loader .loader .inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
body #_loader .loader .inner.one {
  left: 0;
  top: 0;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #f7f7f7;
}
body #_loader .loader .inner.two {
  right: 0;
  top: 0;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #f7f7f7;
}
body #_loader .loader .inner.three {
  right: 0;
  bottom: 0;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #f7f7f7;
}
body #_loader .loader #_percent {
  position: absolute;
  bottom: -50px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
body.body-bg-full {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  position: relative;
  color: #fff;
  min-height: 100vh !important;
}
body.body-bg-full .page-container {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
}
body .btn {
  border-radius: 0;
}
body .btn *[class^="ti-"] {
  position: relative;
  top: 2px;
  display: inline-block;
}
body section {
  padding: 40px 0 20px 0;
}
body section .layout {
  margin-bottom: 20px;
  display: inline-block;
}
body input[type=checkbox],
body input[type=radio] {
  margin-top: 3px;
}
body .user {
  padding: 20px 0 10px 0;
}
body .user #user-image {
  position: relative;
  width: 142px;
  margin: 0 auto;
}
body .user #user-image #esp-user-profile {
  height: 142px;
  width: 142px;
  line-height: 100px;
  padding: 15px;
}
body .user #user-image #esp-user-profile .avatar {
  width: 96px;
  margin: 9px 0 0 0;
}
body .user #user-image #esp-user-profile-minutes {
  position: absolute;
  top: 11px;
  left: 11px;
  height: 120px;
  width: 120px;
  line-height: 100px;
  padding: 15px;
}
body .widget .widget-heading .btn {
  margin: -3px 0 0 0;
  line-height: 15px;
}
body .widget .widget-heading .btn span[class^="ti-"] {
  position: relative;
  top: 1px;
  display: inline-block;
}
body .widget .widget-heading .widget-title {
  display: inline-block;
}
body .main-sidebar {
  position: fixed;
  height: calc(100% - 64px);
}
body .footer {
  font-size: 12px;
}
body footer {
  padding: 40px 0;
}
body .template-selection .col-sm-4 {
  text-align: center;
}
body .template-selection .col-sm-4 .radio {
  padding-top: 10px;
  margin-top: 0;
}
body .template-selection .col-sm-4 .radio label {
  padding: 0;
}
body .template-selection .col-sm-4 .radio label img {
  display: block;
  margin: 0 auto;
}
body .template-selection .col-sm-4 .radio input[type=radio] {
  position: relative;
  display: block;
  margin: 10px auto 0 auto;
}
body #announcement .media .media-body small {
  display: block;
}
body #infoModal {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
}
body .modal-backdrop + .modal-backdrop {
  display: none;
}
body .tab-content {
  padding: 25px;
}
body .modal-body img {
  max-width: 100%;
}
body #daterangepicker .ti-calendar {
  margin: 0 9px 0 0;
  top: 1px;
}
body angular-filemanager > div .btn-group .dropdown-menu {
  overflow: visible;
  background: #fafafa;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
body angular-filemanager > div .btn-group .dropdown-menu:after {
  position: absolute;
  right: -10px;
  top: 12px;
  content: ' ';
  border-top: 10px solid transparent;
  border-left: 10px solid #fafafa;
  border-bottom: 10px solid transparent;
}
body angular-filemanager .item-list .col-120 {
  width: 14%;
  margin-bottom: 2%;
  margin-right: 2%;
  font-size: 12px;
}
body angular-filemanager .item-list .col-120 .item-thumbnail {
  height: 75px;
  width: 80%;
  display: block;
  margin: 0 auto 8px auto;
  background-size: cover;
  background-position: center;
}
body .typeahead__list {
  max-height: 250px;
  margin-bottom: 50px;
  overflow: auto;
}
body .typeahead__field .typeahead__hint,
body .typeahead__field [contenteditable],
body .typeahead__field input,
body .typeahead__field textarea {
  min-height: 34px;
  font-size: 14px;
}
body .typeahead__button button,
body .typeahead__filter button {
  min-height: 34px;
}
body .typeahead__search-icon {
  padding: 0;
  display: inline-block;
}
body .typeahead__result {
  font-size: 13px;
}
body .typeahead__cancel-button {
  font-size: 18px;
}
body .term.offline {
  color: #f00;
}
body .term.coming-up {
  color: #ddd;
}
body .term.online {
  color: #0f0;
}
body .nav-tabs.nav-justified {
  margin: 0;
}
body .rg-range-picker .well {
  box-shadow: none;
  border-color: #e6e6e6;
}
body #loaderOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

