/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.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: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.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: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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 {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.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: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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 {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.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: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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 {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.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: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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 {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.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: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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 {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@charset "UTF-8";
/*
*
*   Version: 1.0.0
*   Template name: Reactor Bootstrap Admin Template
*   Author: iamnyasha
*   Author URL: htp://nyasha.me
*/
/* Table of Contents
    Use (CMD/CTRL + F $[SECTION]) to quickly find what you are looking for
    [SECTION]
1. scaffolding
2. webfonts
3. typography
4. avatar
5. captions
6. animation
7. preloader
8. quick-launch
9. sidebar-panel
10. header
11. brand
12. main-panel
13. footer
14. chat-panel
15. hamburger-icon
16. offscreen-menu
17. widget
18. accordion
19. layout-options
20. switch
21. print
22. alerts
23. breadcrumbs
24. buttons
25. code
26. dropdown
27. forms
28. input-groups
29. labels
30. listgroup
31. modal
32. navbar
33. navs
34. pagination
35. panel
36. popover
37. progress-bar
38. tables
39. tooltip
40. colors
41. well
42. bootstrap.ui
43. session
44. lockscreen
45. error-pages
46. calendar
47. gallery
48. invoice
49. messages
50. travel
51. product
52. profile
53. timeline
54. charts
55. jquery.ui
56. bootstrap-tags
57. bootstap-timepicker
58. wizard
59. textAngular
60. bootstrap-wysiwyg
61. c-charts
62. chartjs
63. checkbo
64. chosen
65. clock-picker
66. color-picker
67. datatables
68. datepicker
69. daterangepicker
70. easypie
71. flot-chart
72. google-map
73. input-select
74. ioslist
75. intl-tel-input
76. jvectormap
77. labelauty
78. multiselect
79. nestable
80. noty
81. nvd
82. jquery-validation
83. perfect-scrollbar
84. portlets
85. rickshaw
86. social-button
87. sortable
88. summernote
89. sweet-alert
90. touch-spin
91. utilities
*/
/* $scaffolding
 ------------------------------------------*/
::-moz-selection {
    background: #6164C1;
    color: white;
    text-shadow: none;
}

::selection {
    background: #6164C1;
    color: white;
    text-shadow: none;
}

html {
    font-size: 16px;
}

body,
html {
    height: 100%;
    width: 100%;
}

.app {
    background: #f0f0f0;
    width: 100%;
    min-height: 100%;
    position: relative;
}

body {
    background: #f5f5f5;
    color: #59595A;
    font-size: 0.8125rem;
    line-height: 1.53846;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

a:visited, a:active, a:focus, a:hover {
    outline: 0;
    text-decoration: none;
    cursor: pointer;
}

.touch li:hover, .touch li:focus, .touch a:hover, .touch a:focus {
    background-color: transparent !important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

img {
    -ms-interpolation-mode: bicubic;
}

.img-rounded {
    border-radius: 0.125rem;
}

.img-circle {
    border-radius: 50%;
}

ol {
    list-style-position: outside;
    list-style-type: decimal;
}

ul {
    list-style-position: outside;
    list-style-type: disc;
    line-height: 1.5;
}

ol.list-style-none,
ul.list-style-none {
    padding: 0;
    list-style: none;
}

.nav {
    padding: 0;
}

[ui-view].ng-enter {
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
}

.page-height {
    height: calc(100vh - 5.938rem);
}

.page-height-o {
    height: calc(100vh - 2.5rem);
}

@media (max-width: 767px) {
    .page-height-xs {
        height: calc(100vh - 5.938rem);
    }
}

@media screen and (min-width: 768px) {
    .scroll {
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
    }

    .fill-container {
        position: absolute;
        top: 3.438rem;
        bottom: 2.5rem;
        left: 12.5rem;
        right: 0;
        min-height: calc(100vh - 3.438rem - 2.5rem);
    }

    .display-columns {
        width: 100%;
        height: 100%;
    }

    .display-columns .column {
        float: left;
        height: 100%;
    }

    .display-columns .column:last-child {
        float: none;
        overflow: hidden;
    }
}

.row-equal {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.row-equal .column {
    display: table-cell;
    vertical-align: top;
    float: none;
}

.row-equal .full-height {
    height: 100%;
}

.row-equal.align-middle .column {
    vertical-align: middle;
}

.ripple {
    overflow: hidden;
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    animation: ripple-animation 2000ms;
}

@keyframes ripple-animation {
    from {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0.4;
    }
    to {
        -webkit-transform: scale(100, 100);
        -moz-transform: scale(100, 100);
        -o-transform: scale(100, 100);
        -ms-transform: scale(100, 100);
        transform: scale(100, 100);
        opacity: 0;
    }
}

@-webkit-keyframes ripple-animation {
    from {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0.4;
    }
    to {
        -webkit-transform: scale(100, 100);
        -moz-transform: scale(100, 100);
        -o-transform: scale(100, 100);
        -ms-transform: scale(100, 100);
        transform: scale(100, 100);
        opacity: 0;
    }
}

/* $webfonts
 ------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

dt,
.bold {
    font-weight: 700;
}

/* $typography
 ------------------------------------------*/
.climacon {
    line-height: 1;
}

.light {
    font-weight: 300;
}

small,
.small {
    font-size: 0.6875rem;
}

.pullquote {
    display: block;
    float: left;
    width: 55%;
    font-style: italic;
    font-size: 1.6rem;
}

.pullquote::before {
    float: left;
    color: #E2E4E9;
    content: "“";
    font-style: normal;
    font-size: 2.5rem;
    font-family: Georgia, serif;
}

/* $avatar
 ------------------------------------------*/
.avatar {
    position: relative;
    display: inline-block;
}

.img-thumbnail {
    border-color: #e4e4e4;
}

/* sizes */
.avatar-xlg {
    width: 32rem;
}

.avatar-xlg {
    width: 16rem;
}

.avatar-lg {
    width: 8rem;
}

.avatar-md {
    width: 4rem;
}

.avatar-sm {
    width: 3rem;
}

.avatar-xs {
    width: 2.125rem;
}

.avatar-xxs {
    width: 1.375rem;
}

/*
 * Image $Captions
 *
 */
figure {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.25rem;
}

figure img {
    width: 100%;
}

figcaption {
    position: absolute;
    background: #44425B;
    background: rgba(68, 66, 91, 0.75);
    color: white;
    padding: 1.25rem 1.25rem;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

figure:hover figcaption {
    opacity: 1;
}

figure:before {
    content: "?";
    position: absolute;
    background: white;
    background: rgba(255, 255, 255, 0.75);
    color: #59595A;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5rem;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0.8;
}

figure:hover:before {
    opacity: 0;
}

.cap-left:before {
    bottom: 1.25rem;
    left: 1.25rem;
}

.cap-left figcaption {
    bottom: 0;
    left: -30%;
}

.cap-left:hover figcaption {
    left: 0;
}

.cap-right:before {
    bottom: 1.25rem;
    right: 1.25rem;
}

.cap-right figcaption {
    bottom: 0;
    right: -30%;
}

.cap-right:hover figcaption {
    right: 0;
}

.cap-top:before {
    top: 1.25rem;
    left: 1.25rem;
}

.cap-top figcaption {
    left: 0;
    top: -30%;
}

.cap-top:hover figcaption {
    top: 0;
}

.cap-bot:before {
    bottom: 1.25rem;
    left: 1.25rem;
}

.cap-bot figcaption {
    left: 0;
    bottom: -30%;
}

.cap-bot:hover figcaption {
    bottom: 0;
}

/* $animation
 ------------------------------------------*/
/* Generated with Bounce.js. Edit at http://goo.gl/akZHSq */
@-webkit-keyframes animSlideElasticLeft {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
    }
    1.3% {
        -webkit-transform: matrix3d(1.83, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -790.068, 0, 0, 1);
        transform: matrix3d(1.83, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -790.068, 0, 0, 1);
    }
    2.55% {
        -webkit-transform: matrix3d(2.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -609.326, 0, 0, 1);
        transform: matrix3d(2.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -609.326, 0, 0, 1);
    }
    4.1% {
        -webkit-transform: matrix3d(1.864, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -419.708, 0, 0, 1);
        transform: matrix3d(1.864, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -419.708, 0, 0, 1);
    }
    5.71% {
        -webkit-transform: matrix3d(1.583, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -265.321, 0, 0, 1);
        transform: matrix3d(1.583, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -265.321, 0, 0, 1);
    }
    8.11% {
        -webkit-transform: matrix3d(1.234, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -105.491, 0, 0, 1);
        transform: matrix3d(1.234, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -105.491, 0, 0, 1);
    }
    8.81% {
        -webkit-transform: matrix3d(1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -72.799, 0, 0, 1);
        transform: matrix3d(1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -72.799, 0, 0, 1);
    }
    11.96% {
        -webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 16.084, 0, 0, 1);
        transform: matrix3d(1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 16.084, 0, 0, 1);
    }
    12.11% {
        -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.434, 0, 0, 1);
        transform: matrix3d(1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.434, 0, 0, 1);
    }
    15.07% {
        -webkit-transform: matrix3d(0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 42.205, 0, 0, 1);
        transform: matrix3d(0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 42.205, 0, 0, 1);
    }
    16.12% {
        -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 43.356, 0, 0, 1);
        transform: matrix3d(0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 43.356, 0, 0, 1);
    }
    27.23% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.839, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.839, 0, 0, 1);
    }
    27.58% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.069, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.069, 0, 0, 1);
    }
    38.34% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.037, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.037, 0, 0, 1);
    }
    40.09% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.97, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.97, 0, 0, 1);
    }
    50% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.159, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.159, 0, 0, 1);
    }
    60.56% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.025, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.025, 0, 0, 1);
    }
    82.78% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes animSlideElasticLeft {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
    }
    1.3% {
        -webkit-transform: matrix3d(1.83, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -790.068, 0, 0, 1);
        transform: matrix3d(1.83, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -790.068, 0, 0, 1);
    }
    2.55% {
        -webkit-transform: matrix3d(2.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -609.326, 0, 0, 1);
        transform: matrix3d(2.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -609.326, 0, 0, 1);
    }
    4.1% {
        -webkit-transform: matrix3d(1.864, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -419.708, 0, 0, 1);
        transform: matrix3d(1.864, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -419.708, 0, 0, 1);
    }
    5.71% {
        -webkit-transform: matrix3d(1.583, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -265.321, 0, 0, 1);
        transform: matrix3d(1.583, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -265.321, 0, 0, 1);
    }
    8.11% {
        -webkit-transform: matrix3d(1.234, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -105.491, 0, 0, 1);
        transform: matrix3d(1.234, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -105.491, 0, 0, 1);
    }
    8.81% {
        -webkit-transform: matrix3d(1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -72.799, 0, 0, 1);
        transform: matrix3d(1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -72.799, 0, 0, 1);
    }
    11.96% {
        -webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 16.084, 0, 0, 1);
        transform: matrix3d(1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 16.084, 0, 0, 1);
    }
    12.11% {
        -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.434, 0, 0, 1);
        transform: matrix3d(1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.434, 0, 0, 1);
    }
    15.07% {
        -webkit-transform: matrix3d(0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 42.205, 0, 0, 1);
        transform: matrix3d(0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 42.205, 0, 0, 1);
    }
    16.12% {
        -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 43.356, 0, 0, 1);
        transform: matrix3d(0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 43.356, 0, 0, 1);
    }
    27.23% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.839, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.839, 0, 0, 1);
    }
    27.58% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.069, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.069, 0, 0, 1);
    }
    38.34% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.037, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.037, 0, 0, 1);
    }
    40.09% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.97, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.97, 0, 0, 1);
    }
    50% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.159, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.159, 0, 0, 1);
    }
    60.56% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.025, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.025, 0, 0, 1);
    }
    82.78% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

/* Generated with Bounce.js. Edit at http://goo.gl/tf9GOc */
@-webkit-keyframes animSlideElasticRight {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 0, 0, 1);
    }
    1.3% {
        -webkit-transform: matrix3d(1.83, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 790.068, 0, 0, 1);
        transform: matrix3d(1.83, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 790.068, 0, 0, 1);
    }
    2.55% {
        -webkit-transform: matrix3d(2.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 609.326, 0, 0, 1);
        transform: matrix3d(2.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 609.326, 0, 0, 1);
    }
    4.1% {
        -webkit-transform: matrix3d(1.864, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 419.708, 0, 0, 1);
        transform: matrix3d(1.864, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 419.708, 0, 0, 1);
    }
    5.71% {
        -webkit-transform: matrix3d(1.583, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 265.321, 0, 0, 1);
        transform: matrix3d(1.583, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 265.321, 0, 0, 1);
    }
    8.11% {
        -webkit-transform: matrix3d(1.234, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 105.491, 0, 0, 1);
        transform: matrix3d(1.234, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 105.491, 0, 0, 1);
    }
    8.81% {
        -webkit-transform: matrix3d(1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.799, 0, 0, 1);
        transform: matrix3d(1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.799, 0, 0, 1);
    }
    11.96% {
        -webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -16.084, 0, 0, 1);
        transform: matrix3d(1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -16.084, 0, 0, 1);
    }
    12.11% {
        -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -18.434, 0, 0, 1);
        transform: matrix3d(1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -18.434, 0, 0, 1);
    }
    15.07% {
        -webkit-transform: matrix3d(0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -42.205, 0, 0, 1);
        transform: matrix3d(0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -42.205, 0, 0, 1);
    }
    16.12% {
        -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -43.356, 0, 0, 1);
        transform: matrix3d(0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -43.356, 0, 0, 1);
    }
    27.23% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -7.839, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -7.839, 0, 0, 1);
    }
    27.58% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -7.069, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -7.069, 0, 0, 1);
    }
    38.34% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.037, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.037, 0, 0, 1);
    }
    40.09% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.97, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.97, 0, 0, 1);
    }
    50% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.159, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.159, 0, 0, 1);
    }
    60.56% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.025, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.025, 0, 0, 1);
    }
    82.78% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes animSlideElasticRight {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 0, 0, 1);
    }
    1.3% {
        -webkit-transform: matrix3d(1.83, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 790.068, 0, 0, 1);
        transform: matrix3d(1.83, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 790.068, 0, 0, 1);
    }
    2.55% {
        -webkit-transform: matrix3d(2.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 609.326, 0, 0, 1);
        transform: matrix3d(2.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 609.326, 0, 0, 1);
    }
    4.1% {
        -webkit-transform: matrix3d(1.864, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 419.708, 0, 0, 1);
        transform: matrix3d(1.864, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 419.708, 0, 0, 1);
    }
    5.71% {
        -webkit-transform: matrix3d(1.583, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 265.321, 0, 0, 1);
        transform: matrix3d(1.583, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 265.321, 0, 0, 1);
    }
    8.11% {
        -webkit-transform: matrix3d(1.234, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 105.491, 0, 0, 1);
        transform: matrix3d(1.234, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 105.491, 0, 0, 1);
    }
    8.81% {
        -webkit-transform: matrix3d(1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.799, 0, 0, 1);
        transform: matrix3d(1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 72.799, 0, 0, 1);
    }
    11.96% {
        -webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -16.084, 0, 0, 1);
        transform: matrix3d(1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -16.084, 0, 0, 1);
    }
    12.11% {
        -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -18.434, 0, 0, 1);
        transform: matrix3d(1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -18.434, 0, 0, 1);
    }
    15.07% {
        -webkit-transform: matrix3d(0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -42.205, 0, 0, 1);
        transform: matrix3d(0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -42.205, 0, 0, 1);
    }
    16.12% {
        -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -43.356, 0, 0, 1);
        transform: matrix3d(0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -43.356, 0, 0, 1);
    }
    27.23% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -7.839, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -7.839, 0, 0, 1);
    }
    27.58% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -7.069, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -7.069, 0, 0, 1);
    }
    38.34% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.037, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.037, 0, 0, 1);
    }
    40.09% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.97, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.97, 0, 0, 1);
    }
    50% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.159, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.159, 0, 0, 1);
    }
    60.56% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.025, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.025, 0, 0, 1);
    }
    82.78% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@-webkit-keyframes animSlideRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
    }
}

@keyframes animSlideRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@-webkit-keyframes animSlideLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
    }
}

@keyframes animSlideLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

/* $preloader
 ------------------------------------------*/
.pageload {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.99);
    z-index: 99999;
    display: table;
}

.pageload > div {
    display: table-cell;
    vertical-align: middle;
}

.pageload > div > div {
    margin: 0 auto;
}

.page-loading {
    overflow: hidden;
}

.preloader-container {
    position: absolute;
    right: 0;
    left: 0;
}

.layout-fixed-header .preloader-container {
    left: 12.5rem;
}

.layout-small-menu .preloader-container {
    left: 3.187rem;
}

.preloader {
    display: table;
    margin: 0 auto;
    padding-top: 1.5315rem;
    padding-bottom: 1.5315rem;
    -webkit-animation: 2s bulge infinite ease-out;
    animation: 2s bulge infinite ease-out;
}

.preloader span {
    width: 6px;
    height: 6px;
    float: left;
    margin: 0 2px;
    background-color: #cfd0ec;
    display: block;
    border-radius: 50%;
    opacity: 0.4;
}

.preloader span:nth-of-type(1) {
    -webkit-animation: 1s blink infinite 0.3333s;
    animation: 1s blink infinite 0.3333s;
}

.preloader span:nth-of-type(2) {
    -webkit-animation: 1s blink infinite 0.6666s;
    animation: 1s blink infinite 0.6666s;
}

.preloader span:nth-of-type(3) {
    -webkit-animation: 1s blink infinite 0.9999s;
    animation: 1s blink infinite 0.9999s;
}

@-webkit-keyframes blink {
    50% {
        opacity: 1;
    }
}

@keyframes blink {
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes bulge {
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes bulge {
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@media (max-width: 767px) {
    .preloader-container {
        left: 0;
    }
}

/* $quick-launch
  ------------------------------------------*/
.quick-launch-panel {
    display: none;
    visibility: hidden;
}

.quick-launch-panel.open {
    display: block;
    visibility: visible;
}

.quick-launch-panel.open + nav {
    display: none;
    visibility: hidden;
}

.quick-launch-apps {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

.quick-launch-apps li {
    display: inline-block;
}

.quick-launch-apps a {
    display: block;
    padding: 0.5rem;
    text-align: center;
}

.quick-launch-apps a span.app-icon {
    border-radius: 0.125rem;
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    font-size: 3rem;
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.quick-launch-apps a span.app-icon i {
    display: block;
    font-size: 1.5rem;
}

.quick-launch-apps a span.app-title {
    display: block;
    font-size: 0.6875rem;
    padding-top: 0;
    margin-top: .5rem;
}

/* $sidebar-panel
 ------------------------------------------*/
.sidebar-panel {
    position: fixed;
    top: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.075), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25);
}

.sidebar-panel .small-menu-visible {
    display: none !important;
    visibility: hidden;
}

.sidebar-panel > nav .header-avatar {
    width: 6rem;
    display: block;
    margin: auto;
}

.sidebar-panel > nav > ul > .menu-profile > div > span {
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
    display: block;
}

.sidebar-panel > nav .menu-profile {
    padding: 10px 0px 10px 0px;
    background-color: #f0f0f0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.sidebar-panel > nav .menu-profile:hover {
    background-color: #f0f0f0 !important;
}

.sidebar-panel > nav .menu-profile:focus {
    background-color: #f0f0f0 !important;
}

.sidebar-panel > nav .menu-profile > a:hover, .sidebar-panel > nav > ul > li.menu-accordion.menu-profile.open > a, .sidebar-panel > nav .menu-profile > ul {
    background: #f0f0f0;
}

.sidebar-panel > nav > ul > .menu-profile > div > span {
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
    display: block;
}

@media screen and (min-width: 768px) {
    /* Collapsed sidebar */
    .layout-small-menu > .sidebar-panel > nav > ul > .menu-profile > div > span {
        display: none;
    }
}

.layout-small-menu .sidebar-panel > nav .header-avatar {
    width: 1.5rem;
    margin-top: -0.1rem;
    display: block;
    margin: auto;
}

.sidebar-panel > nav ul {
    padding: 0;
    list-style: none;
}

.sidebar-panel > nav ul > li > a {
    display: block;
    text-align: left;
    line-height: 1;
    -webkit-transition: background 150ms, color 150ms;
    transition: background 150ms, color 150ms;
}

.sidebar-panel > nav ul > li > a > span {
    display: inline-block;
    transform: translateY(-12px);
}

.sidebar-panel > nav ul > li > a [class^="fa"],
.sidebar-panel > nav ul > li > a [class*=" fa"] {
    text-align: center;
    font-size: 40px;
    padding-right: 10px;
}

.navbar {
    background-color: #FFFFFF;
}

.hamburger-menu > a > i {
    font-size: 22px;
}

.sidebar-panel > nav .heading {
    position: relative;
    padding: 0.8125rem 1.563rem;
}

.sidebar-panel > nav .badge {
    border-radius: 0.8125rem;
    padding: 0.125rem 0.625rem;
    background-color: transparent;
    color: inherit;
    border: 0.0625rem solid #e4e4e4;
    margin-top: -0.125rem;
}

.sidebar-panel > nav li ul li a {
    padding: 0.625rem 1.563rem 0.625rem 3.588rem;
}

.sidebar-panel > nav li.menu-accordion > a::before {
    content: '';
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 0.3125rem;
    margin-top: 0.25rem;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
}

.sidebar-panel > nav > ul > li {
    position: relative;
    display: block;
}

.layout-small-menu > .sidebar-panel > nav > ul > li a {
    text-align: center;
}

.sidebar-panel > nav > ul > li a {
    position: relative;
    padding: 0.8125rem 1.563rem;
}

.sidebar-panel > nav > ul > li a:hover {
    color: #59595A !important;
}

.sidebar-panel > nav > ul > li a:focus {
    color: #59595A !important;
}

.sidebar-panel > nav > ul > li > ul {
    padding: 0;
    margin: 0;
}

.sidebar-panel > nav > ul > li ul {
    max-height: 0;
    overflow: hidden;
    display: block;
    width: auto;
}

.sidebar-panel > nav > ul > li ul > li {
    opacity: 0;
    -webkit-transform: translate(30%, 0);
    -moz-transform: translate(30%, 0);
    -o-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transform: translate3d(30%, 0, 0);
    -moz-transform: translate3d(30%, 0, 0);
    -o-transform: translate3d(30%, 0, 0);
    -ms-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    -webkit-transition: transform 150ms, opacity 150ms;
    transition: transform 150ms, opacity 150ms;
}

.sidebar-panel > nav > ul > li > .sub-menu .sub-menu {
    padding-left: 1.563rem;
}

.sidebar-panel > nav .open > ul {
    max-height: 51.25rem;
}

.sidebar-panel > nav .open > ul > li {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.sidebar-panel > nav .open > ul > li:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.sidebar-panel > nav .open > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.sidebar-panel > nav .open > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.sidebar-panel > nav .open > ul > li:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.sidebar-panel > nav .open > ul > li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.sidebar-panel > nav .open > ul > li:nth-child(6) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.sidebar-panel > nav .open > ul > li:nth-child(7) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.sidebar-panel > nav .open > ul > li:nth-child(8) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.sidebar-panel > nav .open > ul > li:nth-child(9) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

@media screen and (min-width: 768px) {
    .sidebar-panel {
        -webkit-backface-visibility: hidden;
        width: 12.5rem;
        z-index: 1050;
    }

    .sidebar-panel > nav > ul {
        width: 12.5rem;
    }

    /* Collapsed sidebar */
    .layout-small-menu {
        min-height: 100%;
    }

    .layout-small-menu .sidebar-panel {
        width: 4.375rem;
        overflow-x: visible !important;
        overflow-y: visible !important;
    }

    .layout-small-menu .sidebar-panel .brand-logo,
    .layout-small-menu .sidebar-panel .toggle-apps {
        display: none;
        visibility: hidden;
        text-align: center;
    }

    .layout-small-menu .sidebar-panel .small-menu-visible {
        display: block !important;
        visibility: visible;
    }

    .layout-small-menu .sidebar-panel .toggle-sidebar {
        text-align: center;
        margin: 0 auto;
        display: table;
        float: none;
    }

    .layout-small-menu .sidebar-panel > nav {
        overflow: visible !important;
        right: 0;
    }

    .layout-small-menu .sidebar-panel > nav > ul {
        width: 4.375rem;
    }

    .layout-small-menu .sidebar-panel > nav > ul > li {
        position: relative;
        text-align: center;
    }

    .layout-small-menu .sidebar-panel > nav > ul > li.menu-accordion > a::before {
        display: none;
        visibility: hidden;
    }

    .layout-small-menu .sidebar-panel > nav > ul > li ul > li {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .layout-small-menu .sidebar-panel > nav > ul > li > a {
        padding: 0.9375rem 0;
    }

    .layout-small-menu .sidebar-panel > nav > ul > li > a > span {
        display: none;
    }

    .layout-small-menu .sidebar-panel > nav > ul > li > a > span.label {
        display: block;
        position: absolute;
        top: 0.3125rem;
        right: 0.3125rem;
    }

    .layout-small-menu .sidebar-panel > nav > ul > li > a > [class^="icon-"],
    .layout-small-menu .sidebar-panel > nav > ul > li > a > [class*=" icon-"] {
        display: block;
        padding: 0;
        width: 100%;
    }

    .layout-small-menu .sidebar-panel > nav > ul > li:hover > .sub-menu {
        max-height: 31.25rem;
        box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.075), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25);
    }

    .layout-small-menu .sidebar-panel > nav > ul > li > .sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
        max-height: 0;
    }

    .layout-small-menu .sidebar-panel > nav > ul > li > .sub-menu a {
        padding-left: 0.9375rem;
        white-space: nowrap;
    }

    .layout-small-menu .sidebar-panel > nav .multi-level {
        min-width: 11.25rem;
    }

    .layout-small-menu .sidebar-panel > nav .multi-level a span {
        margin-right: 1.563rem;
    }

    .layout-small-menu .sidebar-panel > nav .multi-level.menu-accordion > a::before {
        display: none;
        visibility: hidden;
    }

    .layout-small-menu .sidebar-panel > nav .multi-level .sub-menu {
        position: relative;
        left: auto;
    }

    .layout-small-menu .sidebar-panel > nav .multi-level .sub-menu > li > a {
        padding-left: 2.5rem;
    }

    .layout-small-menu .sidebar-panel > nav .multi-level .sub-menu > li > a .sub-menu {
        padding-left: 2.813rem;
    }

    .layout-small-menu .main-panel {
        margin-left: 4.375rem;
    }

    .layout-small-menu .fill-container {
        left: 4.375rem;
    }
}

/* default sidebar skin */
.sidebar-panel {
    background-color: #fff;
}

.sidebar-panel > .brand {
    background-color: #fff;
    text-align: center;
}

.sidebar-panel > .brand a {
    color: #59595A;
}

.sidebar-panel > .brand a:active, .sidebar-panel > .brand a:focus, .sidebar-panel > .brand a:hover {
    color: #666667;
}

.sidebar-panel > .brand .hamburger-icon span {
    background-color: #59595A;
}

.sidebar-panel > .brand .hamburger-icon:hover span {
    background-color: #000;
}

.sidebar-panel .quick-launch-apps a {
    color: #59595A;
}

.sidebar-panel .quick-launch-apps a:visited, .sidebar-panel .quick-launch-apps a:active, .sidebar-panel .quick-launch-apps a:focus, .sidebar-panel .quick-launch-apps a:hover {
    color: #000;
}

.sidebar-panel > nav li.menu-accordion > a::before {
    box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.2);
}

.sidebar-panel > nav li.open.menu-accordion > a::before {
    background: #6164C1;
    box-shadow: 0 0 0 0.0625rem #6164C1;
}

.sidebar-panel > nav > ul > li > ul {
    background-color: white;
}

.sidebar-panel > nav > ul > li > a:hover,
.sidebar-panel > nav > ul > li.open > a,
.sidebar-panel > nav > ul > li.open > a:hover,
.sidebar-panel > nav > ul > li.open > a:focus {
    background-color: white;
}

.sidebar-panel > nav li.open > a,
.sidebar-panel > nav li.active > a {
    color: #000;
}

.sidebar-panel > nav .open > a,
.sidebar-panel > nav .open > a:hover,
.sidebar-panel > nav .open > a:focus {
    background-color: transparent;
}

.sidebar-panel > nav a {
    color: #59595A;
}

.sidebar-panel > nav a:active, .sidebar-panel > nav a:focus, .sidebar-panel > nav a:hover {
    color: #000 !important;
}

.sidebar-panel > nav .heading {
    color: #404040;
}

@media screen and (min-width: 768px) {
    .small-menu .sidebar-panel > nav li.open {
        background-color: #fafafa;
    }

    .small-menu .sidebar-panel nav > ul > li > .sub-menu {
        background-color: #fafafa;
    }
}

.sidebar-panel .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: rgba(255, 255, 255, 0.5);
}

/* $header
 ------------------------------------------*/
.main-panel > .header {
    width: 100%;
    height: 3.438rem;
    z-index: 1020;
    border: 0;
    margin: 0;
    border-radius: 0;
    /* Element alignments */
}

.main-panel > .header .navbar-text {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    margin-right: 1.25rem;
    margin-left: 1.25rem;
}

.main-panel > .header .navbar-btn {
    margin-top: 0.6565rem;
    margin-bottom: 0.6565rem;
}

.main-panel > .header .btn-lg.navbar-btn {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
}

.main-panel > .header .btn-sm.navbar-btn {
    margin-top: 0.7815rem;
    margin-bottom: 0.7815rem;
}

.main-panel > .header .btn-xs.navbar-btn {
    margin-top: 1.0315rem;
    margin-bottom: 1.0315rem;
}

.main-panel > .header .navbar-nav {
    margin: 0;
}

.main-panel > .header .navbar-nav > li > a {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    max-height: 3.438rem;
}

.main-panel > .header .navbar-nav .dropdown-menu {
    display: block;
    transform-origin: top right;
    right: 0;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    margin-top: 0;
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #f8f8f8;
    box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.1);
    border-radius: 0;
    transition: transform 150ms ease-out;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: auto;
}

.main-panel > .header .navbar-nav .dropdown-menu.notifications {
    min-width: 330px;
}

.main-panel > .header .navbar-nav .open .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.main-panel > .header .nav > li > a:hover,
.main-panel > .header .nav > li > a:focus {
    background-color: transparent;
}

.main-panel > .header .nav .open > a,
.main-panel > .header .nav .open > a:hover,
.main-panel > .header .nav .open > a:focus {
    background-color: transparent;
}

.main-panel > .header .header-avatar {
    width: 1.5rem;
    margin-top: -0.1rem;
}

.main-panel > .header::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: -webkit-transform, 150ms, cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform, 150ms, cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform, 150ms, cubic-bezier(0.4, 0, 0.2, 1);
}

.main-panel > .header .search-form {
    margin-top: 0.6565rem;
    margin-bottom: 0.6565rem;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.main-panel > .header .search-form .search-input {
    border: 0;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.main-panel > .header .icon-toggle-sidebar:before {
    content: "\e07a";
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.layout-small-menu .main-panel > .header .icon-toggle-sidebar:before {
    content: "\e079";
}

@media screen and (min-width: 768px) {
    .header.search-open {
        box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0.1);
    }

    .header.search-open::before {
        width: 100%;
        height: 100%;
        border-radius: 0;
        display: inline-block;
        background: #fff;
    }

    .header.search-open a, .header.search-open .navbar-text {
        color: #59595A !important;
    }

    .header.search-open a:hover,
    .header.search-open a:focus {
        background-color: transparent !important;
    }

    .search-predict {
        position: absolute;
        top: 1.6rem;
        margin-top: 1.25rem;
        min-width: 20rem;
        background-color: #fff;
        box-shadow: 0 0.125rem 0.25rem rgba(50, 70, 75, 0.2);
        padding: 0.625rem 1.25rem;
        z-index: 1;
        border-radius: 0.125rem;
    }

    .search-predict::before {
        position: absolute;
        top: -1rem;
        left: 1.25rem;
        width: 0;
        height: 0;
        border-width: 0.5rem;
        border-style: solid;
        border-color: transparent transparent rgba(50, 70, 75, 0.2) transparent;
        content: " ";
        pointer-events: none;
    }

    .search-predict::after {
        position: absolute;
        top: -0.875rem;
        left: 1.3125rem;
        width: 0;
        height: 0;
        border-width: 0.4375rem;
        border-style: solid;
        border-color: transparent transparent white transparent;
        content: " ";
        pointer-events: none;
    }

    .search-predict .heading {
        text-transform: uppercase;
        font-size: 0.6875rem;
        margin-top: 1rem;
        padding: 0.3125rem 1.25rem;
        background-color: #e4e4e4;
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        line-height: 1;
    }

    .search-predict .predictive-list {
        list-style: none;
        padding: 0;
        margin: 1rem 0 0;
    }

    .search-predict .predictive-list a {
        padding: 0.3125rem 0;
        display: block;
    }

    .search-predict .predictive-list img {
        width: 2rem;
        height: 2rem;
        display: inline-block;
        vertical-align: middle;
    }

    .search-predict .predictive-list span {
        line-height: 2rem;
        padding-left: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .main-panel > .header {
        position: relative;
        width: 100%;
    }

    .main-panel > .header .navbar-form {
        margin-top: 0.6565rem;
        margin-bottom: 0.6565rem;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }

    .main-panel > header .dropdown-menu {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .main-panel > .header {
        width: 100%;
    }

    .main-panel > .header .navbar-nav .open .dropdown-menu {
        position: absolute;
        left: auto;
        right: 0;
    }

    .main-panel > .header > .navbar-nav {
        float: left;
    }

    .main-panel > .header > .navbar-right {
        float: right;
    }

    .main-panel > .header > .nav > li {
        float: left;
    }
}

/* default header skin */
.main-panel > .header {
    background-color: #2196F3;
}

.main-panel > .header .navbar-text {
    color: #FFF;
}

.main-panel > .header .nav > li > a {
    color: #FFF;
}

.main-panel > .header .nav > li > a:hover,
.main-panel > .header .nav > li > a:focus {
    background-color: #6164C1;
    color: #fff;
}

.main-panel > .header .nav .open > a,
.main-panel > .header .nav .open > a:hover,
.main-panel > .header .nav .open > a:focus {
    background-color: #6164C1;
    color: #fff;
}

.main-panel > .header .hamburger-icon span {
    background: #FFF;
}

.main-panel > .header .hamburger-icon:hover span {
    background: #fff;
}

@media (max-width: 767px) {
    .header .brand .brand-logo {
        color: #FFF;
    }
}

/* $brand
 ------------------------------------------*/
.brand {
    position: relative;
    height: 3.438rem;
}

.brand:before, .brand:after {
    content: " ";
    display: table;
}

.brand:after {
    clear: both;
}

.brand .brand-logo {
    display: inline-block;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 1;
    transform: translateY(10px);
}

.brand .brand-logo img {
    max-height: 30px;
    margin-right: 5px;
}

.brand .toggle-sidebar {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1.563rem;
    padding-left: 1.563rem;
    float: right;
    padding-top: 1.219rem;
    padding-bottom: 1.219rem;
}

.brand .toggle-apps {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1.563rem;
    padding-left: 1.563rem;
    float: right;
    padding-top: 1.094rem;
    padding-bottom: 1.094rem;
}

@media (max-width: 767px) {
    .brand {
        float: left;
    }

    .brand .toggle-apps {
        width: 100%;
        text-align: center;
    }

    .brand .brand-logo {
        display: block;
        float: left;
        padding-left: 0;
    }

    .brand .toggle-offscreen {
        left: 0;
        float: left;
        margin-top: 0.4065rem;
        margin-bottom: 0.4065rem;
        margin-right: 0.9375rem;
        margin-left: 0.5rem;
    }

    .brand .toggle-chat {
        position: absolute;
        top: 0;
        border: 0.0625rem solid transparent;
        margin-top: 0.469rem;
        margin-bottom: 0.469rem;
        border-radius: 0;
    }

    .header .brand .toggle-chat {
        right: 0;
    }
}

/* $main-panel
 ------------------------------------------*/
.main-panel {
    background: #f0f0f0;
    min-height: 100%;
}

.main-panel:before, .main-panel:after {
    content: " ";
    display: table;
}

.main-panel:after {
    clear: both;
}

.main-panel:before, .main-panel:after {
    content: " ";
    display: table;
}

.main-panel:after {
    clear: both;
}

.main-panel::after {
    content: '';
    height: 2.5rem;
}

.main-panel > .main-content {
    padding: 0.75rem;
}

.main-panel > .main-content:before, .main-panel > .main-content:after {
    content: " ";
    display: table;
}

.main-panel > .main-content:after {
    clear: both;
}

.main-panel .page-title {
    background-color: #f8f8f8;
    border-bottom: 0.0625rem solid #e4e4e4;
    padding: 0.3125rem 0.75rem;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
    margin-bottom: 0.75rem;
}

.main-panel .page-title .title {
    font-size: 1.125rem;
}

.main-panel .page-title .breadcrumb {
    margin: 0;
    padding: 0;
}

.main-panel .page-title .btn {
    margin-top: 0.5625rem;
    margin-bottom: 0.5625rem;
}

.center-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.center-wrapper .center-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    float: none;
}

@media screen and (min-width: 768px) {
    .main-panel {
        margin-left: 12.5rem;
    }
}

.row {
    margin-right: -0.375rem;
    margin-left: -0.375rem;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

/* $footer
 ------------------------------------------*/
footer.content-footer,
footer.session-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    padding: 0 0.75rem;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.03);
    z-index: 1000;
}

footer.content-footer:before, footer.content-footer:after,
footer.session-footer:before,
footer.session-footer:after {
    content: " ";
    display: table;
}

footer.content-footer:after,
footer.session-footer:after {
    clear: both;
}

footer.content-footer .footer-text,
footer.session-footer .footer-text {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-top: 0.656rem;
    margin-bottom: 0.656rem;
    display: inline-block;
    float: left;
}

footer.content-footer .footer-text.small,
footer.session-footer .footer-text.small {
    margin-top: 0.78125rem;
    margin-bottom: 0.78125rem;
}

footer.content-footer .footer-right,
footer.session-footer .footer-right {
    float: right;
    margin-right: 0;
}

footer.content-footer nav,
footer.session-footer nav {
    margin-right: 1.25rem;
}

footer.content-footer nav ul,
footer.session-footer nav ul {
    list-style: none;
    margin: 0;
    font-weight: normal;
    line-height: 1;
}

footer.content-footer nav ul li,
footer.session-footer nav ul li {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

footer.content-footer nav ul li a,
footer.session-footer nav ul li a {
    color: #59595A;
    padding-top: 0.656rem;
    padding-bottom: 0.656rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    line-height: 1.25rem;
    max-height: 2.5rem;
}

footer.content-footer nav ul li a:hover, footer.content-footer nav ul li a:focus,
footer.session-footer nav ul li a:hover,
footer.session-footer nav ul li a:focus {
    background-color: transparent;
    color: #4c4c4d;
}

footer.content-footer nav ul li:first-child,
footer.session-footer nav ul li:first-child {
    margin-left: 0;
}

footer.content-footer nav ul li:first-child a,
footer.session-footer nav ul li:first-child a {
    padding-left: 0;
}

footer.content-footer li:hover,
footer.content-footer li a:hover,
footer.content-footer li a:active,
footer.session-footer li:hover,
footer.session-footer li a:hover,
footer.session-footer li a:active {
    background: transparent;
}

footer.session-footer {
    padding: 0 4rem;
}

footer.session-footer .scroll-up {
    display: none;
}

/* $chat-panel
 ------------------------------------------*/
.layout-chat-open .chat-panel {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.chat-panel {
    position: fixed;
    top: 3.438rem;
    bottom: 0;
    right: 0;
    z-index: 1000;
    width: 12.5rem;
    background-color: rgba(255, 255, 255, 0.99);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: -moz-transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: -o-transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
    border-left: 0.0625rem solid #e4e4e4;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.chat-panel .chat-inner {
    width: 100%;
    height: 100%;
}

.chat-panel .chat-users,
.chat-panel .chat-conversation {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    -webkit-transition: -webkit-transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: -moz-transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: -o-transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
    background-color: white;
}

.chat-panel .chat-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3.438rem;
}

.chat-panel .chat-header:before, .chat-panel .chat-header:after {
    content: " ";
    display: table;
}

.chat-panel .chat-header:after {
    clear: both;
}

.chat-panel .chat-header .chat-header-title {
    float: none;
    text-align: center;
    width: 100%;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
}

.chat-panel .chat-header .chat-header-title.text-left {
    text-align: left !important;
}

.chat-panel .chat-header .chat-right,
.chat-panel .chat-header .chat-back {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: transparent;
    background-image: none;
    border: 0.0625rem solid transparent;
    cursor: pointer;
}

.chat-panel .chat-header .chat-right {
    position: absolute;
    right: 0;
    top: 0;
}

.chat-panel .chat-header .chat-back {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1rem;
    line-height: 1;
    color: black;
    text-shadow: 0 0.0625rem 0 white;
    opacity: 0.4;
}

.chat-panel .chat-header .chat-back:hover {
    opacity: 0.5;
}

.chat-panel .chat-users .nav-tabs {
    background: #efefef;
}

.chat-panel .chat-users .nav-tabs:before, .chat-panel .chat-users .nav-tabs:after {
    content: " ";
    display: table;
}

.chat-panel .chat-users .nav-tabs:after {
    clear: both;
}

.chat-panel .chat-users .nav-tabs li {
    position: relative;
}

.chat-panel .chat-users .nav-tabs li::after {
    content: '';
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e4e4e4;
    -webkit-transition: background 150ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: background 150ms cubic-bezier(0.7, 0, 0.3, 1);
}

.chat-panel .chat-users .nav-tabs li > a {
    border-radius: 0;
    border: 0;
}

.chat-panel .chat-users .nav-tabs li.active::after,
.chat-panel .chat-users .nav-tabs li.active:hover::after,
.chat-panel .chat-users .nav-tabs li.active:focus::after,
.chat-panel .chat-users .nav-tabs li:hover::after {
    background-color: #6164C1;
}

.chat-panel .chat-users .nav-tabs li > a:hover,
.chat-panel .chat-users .nav-tabs li > a:focus {
    border: 0;
    background: transparent;
}

.chat-panel .chat-users .tab-content {
    position: absolute;
    top: 2.375rem;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.chat-panel .activity-feed {
    list-style: none;
    padding: 1.25rem;
}

.chat-panel .activity-feed .feed-item {
    position: relative;
    padding-bottom: 1.25rem;
    padding-left: 1.875rem;
    border-left: 0.0625rem solid #e2e2e2;
}

.chat-panel .activity-feed .feed-item:last-child {
    border-color: transparent;
}

.chat-panel .activity-feed .feed-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -0.375rem;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 0.375rem;
    background: #fff;
    border: 0.0625rem solid #e2e2e2;
}

.chat-panel .activity-feed .feed-item.active::after,
.chat-panel .activity-feed .feed-item.inactive::after {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    color: white;
    left: -0.4375rem;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 0.5rem;
    line-height: 0.75rem;
    font-size: 0.5rem;
    text-align: center;
}

.chat-panel .activity-feed .feed-item.active::after {
    content: "\f00c";
    background: #6FC080;
    border: 0.0625rem solid #6FC080;
}

.chat-panel .activity-feed .feed-item.inactive::after {
    content: "\f00d";
    background: #DD6777;
    border: 0.0625rem solid #DD6777;
}

.chat-panel .activity-feed .feed-item time {
    display: block;
    position: relative;
    top: -0.3125rem;
    color: #999999;
}

.chat-panel .activity-feed .feed-item span {
    position: relative;
    top: -0.1875rem;
}

.chat-panel .favourite-list a {
    position: relative;
    display: block;
    padding: 0.625rem 1.25rem;
    border-bottom: 0.0625rem solid #e4e4e4;
}

.chat-panel .chat-conversation {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.chat-panel.conversation-open .chat-users {
    display: none;
}

.chat-panel.conversation-open .chat-conversation {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.chat-panel .chat-group {
    margin-bottom: 1.25rem;
}

.chat-panel .chat-group .chat-group-header, .chat-panel .chat-group a {
    display: block;
    position: relative;
    padding: 0.3125rem 1.25rem;
}

.chat-panel .chat-group .chat-group-header:hover, .chat-panel .chat-group a:hover {
    color: #404040;
}

.chat-panel .chat-group .status-online,
.chat-panel .chat-group .status-away,
.chat-panel .chat-group .status-no-disturb,
.chat-panel .chat-group .status-invisible,
.chat-panel .chat-group .status-offline {
    margin-right: 0.3125rem;
    display: inline-block;
    background-color: #e2e2e2;
    width: 0.5rem;
    height: 0.5rem;
    border: 0.0625rem solid #e2e2e2;
    border-radius: 0.5rem;
}

.chat-panel .chat-group .status-online {
    border-color: #6FC080;
    background-color: #6FC080;
}

.chat-panel .chat-group .status-away {
    border-color: #F2B776;
    background-color: #F2B776;
}

.chat-panel .chat-group .status-no-disturb {
    border-color: #DD6777;
    background-color: #DD6777;
}

.chat-panel .chat-group .status-invisible,
.chat-panel .chat-group .status-offline {
    border-color: #6FC080;
    background-color: white;
}

.chat-panel .chat-conversation .chat-conversation-content {
    position: absolute;
    top: 3.438rem;
    bottom: 3.438rem;
    left: 0;
    right: 0;
    padding: 1.25rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.chat-panel .chat-conversation .chat-conversation-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.07);
}

.chat-panel .chat-conversation .chat-conversation-user {
    margin-bottom: 1.25rem;
    float: left;
    width: 100%;
}

.chat-panel .chat-conversation .chat-conversation-message {
    position: relative;
    margin-left: 0.375rem;
    padding: 0.625rem 1.25rem;
    background-color: #e2e2e2;
    float: left;
    border-radius: 0;
}

.chat-panel .chat-conversation .chat-conversation-message::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.chat-panel .chat-conversation .chat-conversation-user.me .chat-conversation-message::before {
    right: 0;
    margin-right: -0.875rem;
    border-top: 0.9375rem solid #6EC7E6;
    border-right: 0.9375rem solid transparent;
}

.chat-panel .chat-conversation .chat-conversation-user.them .chat-conversation-message::before {
    border-top: 0.9375rem solid #e2e2e2;
    border-left: 0.9375rem solid transparent;
    left: 0;
    margin-left: -0.875rem;
}

.chat-panel .chat-conversation .chat-conversation-user.me .chat-conversation-message {
    position: relative;
    margin-left: 0;
    margin-right: 0.375rem;
    background-color: #6EC7E6;
    float: right;
}

.chat-panel .chat-conversation .chat-conversation-user.me .chat-conversation-message p {
    color: white;
}

.chat-panel .chat-conversation .chat-input {
    outline: none;
    resize: none;
    overflow: hidden;
    padding: 0.625rem 0;
    margin-top: 0rem;
    margin-bottom: 0rem;
    display: block;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 2.813rem;
    right: 2.813rem;
}

.chat-panel .chat-conversation .chat-input:empty::before {
    content: "Write something...";
}

.chat-panel .chat-conversation .chat-input:focus::before {
    content: "";
}

.chat-panel .chat-conversation .chat-input-tool {
    outline: none;
    background: transparent;
    border: none;
    padding: 0.625rem 1.25rem;
    margin-top: -0.0315rem;
    margin-bottom: -0.0315rem;
    color: inherit;
    float: left;
}

.chat-panel .chat-conversation .chat-send {
    outline: none;
    background: transparent;
    border: none;
    position: relative;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    margin-top: -0.0315rem;
    margin-bottom: -0.0315rem;
    float: right;
}

.chat-panel .chat-conversation .chat-input:empty + .chat-send {
    color: #2B8EC2;
}

.chat-panel .chat-conversation .chat-send > i {
    position: relative;
}

.chat-panel .chat-conversation p {
    margin: 0;
}

@media (max-width: 767px) {
    .layout-chat-open {
        overflow: hidden;
        height: 100%;
    }

    .chat-panel {
        width: 100%;
    }
}

/* $hamburger-icon
 ------------------------------------------*/
.hamburger-icon {
    tap-highlight-color: transparent;
    padding: 0.9375rem;
    margin-top: -2px;
}

.hamburger-icon span {
    display: block;
    width: 1.2rem;
    height: 0.125rem;
    pointer-events: none;
}

.hamburger-icon span:nth-child(2) {
    margin: 0.1875rem 0;
}

.hamburger-icon.v2 span:first-child {
    width: 0.875rem;
}

.hamburger-icon.v2 span:nth-child(2) {
    width: 0.625rem;
}

.hamburger-icon.v3 span {
    height: 1px;
}

.hamburger-icon.v3 span:nth-child(3) {
    margin: 0 0 0.1875rem 0;
}

.hamburger-icon.v3 span:nth-child(4) {
    width: 0.625rem;
}

.header li .hamburger-icon {
    padding-top: 1.43775rem;
    padding-bottom: 1.43775rem;
}

/* $offscreen-menu
 ------------------------------------------*/
@media (max-width: 767px) {
    * {
        -webkit-overflow-scrolling: touch;
    }

    .main-panel {
        position: relative;
        min-height: 100%;
    }

    .main-panel,
    .sidebar-panel .brand {
        width: 100%;
    }

    .sidebar-panel .brand {
        float: none;
    }

    .main-panel,
    .sidebar-panel {
        -webkit-transition: -webkit-transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
        -moz-transition: -moz-transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
        -o-transition: -o-transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
        transition: transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
    }

    .offscreen::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 9999;
    }

    .offscreen footer.content-footer {
        display: none;
    }

    .sidebar-panel {
        z-index: 9999;
        -webkit-transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .sidebar-panel.offscreen-right {
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .layout-right-sidebar .sidebar-panel {
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .offscreen .sidebar-panel {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .app .offscreen-left,
    .app .offscreen-right {
        width: 12.5rem;
    }

    .app .offscreen-right,
    .app.layout-right-sidebar .sidebar-panel {
        right: 0;
    }

    .move-right .sidebar-panel > nav {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .no-csstransforms .move-right .main-panel {
        right: 12.5rem;
    }

    .no-csstransforms .move-left .main-panel {
        left: 12.5rem;
    }
}

/* $widget
 ------------------------------------------*/
.card-img-overlay + .card-block {
    position: relative;
    z-index: 100;
}

.card-circle-icon {
    display: inline-block;
    vertical-align: middle;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1.25rem;
    text-align: center;
    font-size: 1rem;
    line-height: 2.5rem;
}

.card-circle-icon.pull-left {
    margin-right: 1.25rem;
}

.card-circle-icon.pull-right {
    margin-left: 1.25rem;
}

.card-circle-bg-icon {
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    line-height: 5rem;
    font-size: 3.75rem;
}

.card-circle-bg-icon i {
    opacity: 0.2;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.card {
    position: relative;
    margin-bottom: 0.75rem;
    border: 0.0625rem solid #e4e4e4;
    border-radius: 0;
}

.card-block {
    padding: 1.25rem;
}

.card-title {
    margin-top: 0;
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-radius: .25rem .25rem 0 0;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-radius: 0 0 .25rem .25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-bottom: 0.0625rem solid #e4e4e4;
}

.card-header:before, .card-header:after {
    content: " ";
    display: table;
}

.card-header:after {
    clear: both;
}

.card-header:first-child {
    border-radius: 0 0 0 0;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 0.0625rem solid #e4e4e4;
}

.card-footer:last-child {
    border-radius: 0 0 .1875rem .1875rem;
}

.card-primary {
    background-color: #6164C1;
    border-color: #6164C1;
}

.card-success {
    background-color: #6FC080;
    border-color: #6FC080;
}

.card-info {
    background-color: #6EC7E6;
    border-color: #6EC7E6;
}

.card-warning {
    background-color: #F2B776;
    border-color: #F2B776;
}

.card-danger {
    background-color: #DD6777;
    border-color: #DD6777;
}

.card-inverse .card-header,
.card-inverse .card-footer {
    border-bottom: 0.075rem solid rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff;
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: 0;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-radius: 0 0 0 0;
}

.card-img-bottom {
    border-radius: 0 0 0 0;
}

.card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
}

.card-deck .card {
    display: table-cell;
    width: 1%;
    vertical-align: top;
}

.card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
}

.card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.card-group .card {
    display: table-cell;
    vertical-align: top;
}

.card-group .card + .card {
    margin-left: 0;
    border-left: 0;
}

.card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
}

.card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
}

.card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
}

.card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
}

.card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.card-columns.four {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.card-columns .card {
    display: inline-block;
    width: 100%;
}

.card-controls {
    float: right;
    line-height: 1;
}

.card-controls a {
    margin-left: 0.625rem;
    display: inline-block;
    font-size: 1rem;
}

.card-collapsed > .card-block {
    display: none;
}

.card-refreshing::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1;
}

.card-refreshing::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    background-color: #6164C1;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
    z-index: 9;
}

.card-todo {
    padding: 0;
}

.card-todo .todo-title {
    margin: 0 1.25rem;
    padding: 0.625rem 0;
    font-size: 1rem;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.05);
}

.card-todo .todo-body {
    padding: 1.25rem;
}

.card-todo .todo-body > ul {
    margin-bottom: 0;
}

.card-todo .todo-footer {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 0.625rem 1.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.notifications {
    min-width: 18.75rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.notifications .notification-icon {
    width: 1.875rem;
}

.notifications .notification-message {
    padding-left: 0.625rem;
}

.notifications .notifications-header, .notifications .notifications-footer {
    padding: 0 1.25rem;
}

.notifications .notifications-header {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 0.0625rem solid #e4e4e4;
}

.notifications .notifications-header p {
    margin: 0;
}

.notifications .notifications-footer {
    padding-top: 50.3125rem;
    padding-bottom: 0.3125rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.notifications li a {
    font-size: 0.8125rem;
    padding: 0;
    display: table;
    width: 100%;
    height: 100%;
    border-spacing: 0;
    table-layout: fixed;
    overflow: hidden;
    line-height: 1.563rem;
}

.notifications .notification-icon,
.notifications .notification-message,
.notifications .time {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    float: none;
    height: 100%;
}

.notifications .time {
    font-size: 0.75rem;
    color: #666667;
    width: 1.5rem;
}

.notifications .avatar {
    width: 1.5rem;
}

.notifications a:hover,
.notifications a:active {
    color: #4c4c4d;
    background-color: transparent;
}

.notifications .notifications-list {
    list-style: none;
    padding: 0;
}

.notifications .notifications-list li {
    border-bottom: 0.0625rem solid #f1f1f1;
}

.notifications .notifications-list li a {
    position: relative;
    padding: 1.25rem;
}

.circle-icon {
    position: relative;
    display: table;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
}

.circle-icon > i {
    display: table-cell;
    float: none;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-size: .75rem;
}

/* $accordion
 ------------------------------------------*/
.accordion .panel {
    border: 0.0625rem solid #f1f1f1;
    border-radius: 0;
}

.accordion .panel-heading {
    background-color: white !important;
    border-radius: 0;
}

.accordion .panel-heading a {
    color: #59595A;
    position: relative;
    display: block;
}

.accordion .panel-body {
    border-top: 0 !important;
}

/* $layout-options
 ------------------------------------------*/
/* Fixed header */
.layout-fixed-header .main-panel > .header {
    position: fixed;
    top: 0;
}

.layout-fixed-header .main-content {
    padding-top: 4.188rem;
}

.layout-fixed-header .main-content.no-padding {
    padding-top: 3.438rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
    /* Right sidebar positioning */
    .layout-right-sidebar .sidebar-panel {
        right: 0;
    }

    .layout-right-sidebar .main-panel {
        margin-left: 0;
        margin-right: 12.5rem;
    }

    .layout-right-sidebar.layout-small-menu .sidebar-panel nav > ul > li > .sub-menu {
        right: 100% !important;
        left: auto !important;
    }

    .layout-right-sidebar.layout-small-menu .main-panel {
        margin-left: 0;
        margin-right: 4.375rem;
    }

    .layout-right-sidebar .fill-container {
        left: 0;
        right: 12.5rem;
    }

    .layout-right-sidebar.layout-small-menu .fill-container {
        right: 0;
        right: 4.375rem;
    }

    /* Static sidebar for static menu, small menu, and boxed menu */
    .layout-static-sidebar,
    .layout-small-menu,
    .layout-boxed {
        overflow: hidden;
    }

    .layout-static-sidebar .sidebar-panel,
    .layout-small-menu .sidebar-panel,
    .layout-boxed .sidebar-panel {
        position: absolute;
    }

    .layout-static-sidebar .sidebar-panel > nav,
    .layout-small-menu .sidebar-panel > nav,
    .layout-boxed .sidebar-panel > nav {
        position: static;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        overflow: visible;
        display: block;
    }

    .layout-boxed {
        box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
    }

    .layout-static-sidebar .full-height-content,
    .layout-boxed .full-height-content {
        position: static;
        height: 100%;
    }

    .layout-static-sidebar .full-height-content .fill-container,
    .layout-boxed .full-height-content .fill-container {
        width: auto;
        height: auto;
        top: 3.438rem;
        bottom: 2.5rem;
    }

    .layout-static-sidebar.layout-fixed-header .full-height-content,
    .layout-boxed.layout-fixed-header .full-height-content {
        margin-top: 3.438rem;
    }

    /* Fixed header */
    .layout-fixed-header .main-panel > .header {
        padding-left: 12.5rem;
        margin-left: -12.5rem;
    }

    .layout-fixed-header.layout-small-menu .main-panel > .header {
        padding-left: 4.375rem;
        margin-left: -4.375rem;
    }

    .layout-fixed-header .full-height-content {
        top: 3.438rem;
    }

    .layout-fixed-header.layout-right-sidebar .main-panel > .header {
        padding-left: 0;
        padding-right: 12.5rem;
        margin-left: 0;
        margin-right: -12.5rem;
    }

    .layout-fixed-header.layout-right-sidebar.layout-small-menu .main-panel > .header {
        padding-left: 0;
        padding-right: 4.375rem;
        margin-left: 0;
        margin-right: -4.375rem;
    }

    /* Footer */
    footer.content-footer {
        padding-left: 13.25rem;
    }

    .layout-small-menu footer.content-footer {
        padding-left: 5.125rem;
    }

    .layout-right-sidebar footer.content-footer {
        padding-left: 0;
        padding-right: 13.25rem;
    }

    .layout-small-menu.layout-right-sidebar footer.content-footer {
        padding-left: 0;
        padding-right: 5.125rem;
    }

    .layout-fixed-footer footer.content-footer {
        position: fixed;
        bottom: 0;
        background: #f0f0f0;
        padding-left: 13.25rem;
    }

    .layout-fixed-footer.layout-small-menu footer.content-footer {
        padding-left: 5.125rem;
    }

    .layout-fixed-footer.layout-right-sidebar footer.content-footer {
        padding-left: 0;
        padding-right: 13.25rem;
    }

    .layout-fixed-footer.layout-right-sidebar.layout-small-menu footer.content-footer {
        padding-left: 0;
        padding-right: 5.125rem;
    }
}

/* Right sidebar-panel */
.layout-right-sidebar .chat-panel {
    right: auto;
    left: 0;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.layout-chat-open .chat-panel {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (max-width: 767px) {
    .layout-right-sidebar .brand .toggle-offscreen {
        left: auto;
        right: 0;
    }

    .layout-right-sidebar .brand .toggle-chat {
        left: 0;
        right: auto;
    }
}

/* Boxed layout widths */
.layout-boxed {
    margin-right: auto;
    margin-left: auto;
}

.layout-boxed .chat-panel {
    position: absolute;
}

@media (min-width: 48em) {
    .layout-boxed,
    .layout-boxed .preloader {
        max-width: 46.88rem;
    }

    .layout-boxed.layout-fixed-header .main-panel > .header {
        max-width: 46.88rem;
    }

    .layout-boxed.layout-fixed-footer footer.content-footer {
        max-width: 46.88rem;
    }
}

@media (min-width: 62rem) {
    .layout-boxed,
    .layout-boxed .preloader {
        max-width: 60.63rem;
    }

    .layout-boxed.layout-fixed-header .main-panel > .header {
        max-width: 60.63rem;
    }

    .layout-boxed.layout-fixed-footer footer.content-footer {
        max-width: 60.63rem;
    }
}

@media (min-width: 75rem) {
    .layout-boxed,
    .layout-boxed .preloader {
        max-width: 73.13rem;
    }

    .layout-boxed.layout-fixed-header .main-panel > .header {
        max-width: 73.13rem;
    }

    .layout-boxed.layout-fixed-footer footer.content-footer {
        max-width: 73.13rem;
    }
}

/* $switch
 ------------------------------------------*/
.switch {
    position: relative;
    display: block;
    padding: 0.3125rem 0;
    height: 1.875rem;
    /* sizes. */
}

.switch span {
    width: 3.125rem;
    height: 1.25rem;
    -webkit-transition: background-color 150ms;
    transition: background-color 150ms;
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    background-color: #e4e4e4;
    background-clip: content-box;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switch input {
    display: none;
}

.switch span i {
    position: absolute;
    top: -0.3125rem;
    display: inline-block;
    cursor: pointer;
    padding-right: 1.25rem;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.switch span i::before {
    display: block;
    content: '';
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 100%;
    background: white;
    box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.075), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25);
}

.switch :disabled + span i::before {
    background-color: #efefef;
}

.switch :checked + span {
    -webkit-transition: background-color 150ms;
    transition: background-color 150ms;
}

.switch :checked + span i {
    padding-right: 0;
    padding-left: 1.313rem;
}

.switch :checked + span {
    background-color: rgba(111, 192, 128, 0.6);
}

.switch :checked + span i:before {
    background-color: #6FC080;
}

.switch.switch-sm {
    border-radius: 1.25rem;
}

.switch.switch-sm span {
    width: 2.063rem;
    height: 0.625rem;
}

.switch.switch-sm span i::before {
    width: 1.25rem;
    height: 1.25rem;
}

.switch.switch-sm :checked + span i {
    padding-left: 0.875rem;
}

.switch.switch-lg {
    border-radius: 2.5rem;
}

.switch.switch-lg span {
    width: 4.125rem;
    height: 1.875rem;
}

.switch.switch-lg span i::before {
    width: 2.5rem;
    height: 2.5rem;
}

.switch.switch-lg :checked + span i {
    padding-left: 1.688rem;
}

.switch.switch-primary :checked + span {
    background-color: rgba(97, 100, 193, 0.6);
}

.switch.switch-primary :checked + span i:before {
    background-color: #6164C1;
}

.switch.switch-warning :checked + span {
    background-color: rgba(242, 183, 118, 0.6);
}

.switch.switch-warning :checked + span i:before {
    background-color: #F2B776;
}

.switch.switch-danger :checked + span {
    background-color: rgba(221, 103, 119, 0.6);
}

.switch.switch-danger :checked + span i:before {
    background-color: #DD6777;
}

.switch.switch-info :checked + span {
    background-color: rgba(110, 199, 230, 0.6);
}

.switch.switch-info :checked + span i:before {
    background-color: #6EC7E6;
}

.switch.switch-dark :checked + span {
    background-color: rgba(68, 66, 91, 0.6);
}

.switch.switch-dark :checked + span i:before {
    background-color: #44425B;
}

/* $print
 ------------------------------------------*/
@media print {
    .main-content {
        width: 100%;
    }

    .sidebar-panel,
    .content-footer,
    .chat-panel,
    .header,
    .no-print {
        display: none;
    }
}

/* $alerts
 ------------------------------------------*/
.alert {
    padding: 0.625em 1.25rem;
    border-radius: 0;
}

.alert-dismissable .close {
    right: 0;
}

.alert-success {
    background-color: #d9efde;
    border-color: #cfead4;
    color: #3d8c4e;
}

.alert-success hr {
    border-top-color: #bde2c5;
}

.alert-success .alert-link {
    color: #2e683a;
}

.alert-info {
    background-color: #f1f9fd;
    border-color: #e3f4fa;
    color: #23a0cb;
}

.alert-info hr {
    border-top-color: #ceecf7;
}

.alert-info .alert-link {
    color: #1c7da0;
}

.alert-warning {
    background-color: #fdf4ea;
    border-color: #fceddc;
    color: #eb9230;
}

.alert-warning hr {
    border-top-color: #fae1c5;
}

.alert-warning .alert-link {
    color: #d47914;
}

.alert-danger {
    background-color: #f9e4e7;
    border-color: #f6d8dc;
    color: #b5293c;
}

.alert-danger hr {
    border-top-color: #f2c3c9;
}

.alert-danger .alert-link {
    color: #8c1f2e;
}

/* $breadcrumbs
 ------------------------------------------*/
.breadcrumb {
    background-color: white;
    border-radius: 0;
}

.breadcrumb > li + li::before {
    padding: 0 0.3125em;
    content: "";
    font-family: FontAwesome;
}

/* $buttons
 ------------------------------------------*/
.btn {
    position: relative;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    outline: 0;
    font-size: 0.8125rem;
    border-radius: 0;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    line-height: 1.3rem;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
}

.btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn.active:focus {
    outline: 0;
}

.btn:active,
.btn.active,
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 0.6875rem 1rem;
    font-size: 1.125rem;
    line-height: 1.25;
    border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.3125rem 0.625rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 0.0625rem 0.3125rem;
    font-size: 0.75rem;
    line-height: 1.5;
}

/* Rounded button styles */
.btn-round,
.btn-round a,
.btn-round .btn,
.input-round {
    border-radius: 2.5rem;
}

.btn-round::before,
.btn-round a::before,
.btn-round .btn::before,
.input-round::before {
    border-radius: 2.5rem;
}

/* Default Button Style */
.btn-default {
    color: #59595A;
    background-color: #e2e2e2;
    border-color: rgba(0, 0, 0, 0.04);
}

.btn-default:focus, .btn-default.focus {
    color: #59595A;
    background-color: #c9c9c9;
    border-color: rgba(0, 0, 0, 0.04);
}

.btn-default:hover {
    color: #59595A;
    background-color: #c9c9c9;
    border-color: rgba(0, 0, 0, 0.04);
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #59595A;
    background-color: #c9c9c9;
    border-color: rgba(0, 0, 0, 0.04);
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #59595A;
    background-color: #b7b7b7;
    border-color: rgba(0, 0, 0, 0.04);
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #e2e2e2;
    border-color: rgba(0, 0, 0, 0.04);
}

.btn-default .badge {
    color: #e2e2e2;
    background-color: #59595A;
}

.btn-default.btn-outline {
    color: #59595A;
}

/* Primary Button Style */
.btn-primary {
    color: white;
    background-color: #6164C1;
    border-color: #6164C1;
}

.btn-primary:focus, .btn-primary.focus {
    color: white;
    background-color: #4347ac;
    border-color: #2e3075;
}

.btn-primary:hover {
    color: white;
    background-color: #4347ac;
    border-color: #4044a4;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #4347ac;
    border-color: #4044a4;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: white;
    background-color: #393c92;
    border-color: #2e3075;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #6164C1;
    border-color: #6164C1;
}

.btn-primary .badge {
    color: #6164C1;
    background-color: white;
}

/* Warning Button Style */
.btn-warning {
    color: white;
    background-color: #F2B776;
    border-color: #F2B776;
}

.btn-warning:focus, .btn-warning.focus {
    color: white;
    background-color: #ee9f47;
    border-color: #d47914;
}

.btn-warning:hover {
    color: white;
    background-color: #ee9f47;
    border-color: #ed9a3e;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: white;
    background-color: #ee9f47;
    border-color: #ed9a3e;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: white;
    background-color: #ea8d27;
    border-color: #d47914;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #F2B776;
    border-color: #F2B776;
}

.btn-warning .badge {
    color: #F2B776;
    background-color: white;
}

/* Success Button Style */
.btn-success {
    color: white;
    background-color: #6FC080;
    border-color: #6FC080;
}

.btn-success:focus, .btn-success.focus {
    color: white;
    background-color: #4daf61;
    border-color: #357a44;
}

.btn-success:hover {
    color: white;
    background-color: #4daf61;
    border-color: #4aa85d;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: white;
    background-color: #4daf61;
    border-color: #4aa85d;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: white;
    background-color: #429654;
    border-color: #357a44;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #6FC080;
    border-color: #6FC080;
}

.btn-success .badge {
    color: #6FC080;
    background-color: white;
}

/* Info Button Style */
.btn-info {
    color: white;
    background-color: #6EC7E6;
    border-color: #6EC7E6;
}

.btn-info:focus, .btn-info.focus {
    color: white;
    background-color: #43b6df;
    border-color: #1f8fb5;
}

.btn-info:hover {
    color: white;
    background-color: #43b6df;
    border-color: #3ab3dd;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: white;
    background-color: #43b6df;
    border-color: #3ab3dd;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: white;
    background-color: #25aad8;
    border-color: #1f8fb5;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #6EC7E6;
    border-color: #6EC7E6;
}

.btn-info .badge {
    color: #6EC7E6;
    background-color: white;
}

/* Danger Button Style */
.btn-danger {
    color: white;
    background-color: #DD6777;
    border-color: #DD6777;
}

.btn-danger:focus, .btn-danger.focus {
    color: white;
    background-color: #d43d52;
    border-color: #a12435;
}

.btn-danger:hover {
    color: white;
    background-color: #d43d52;
    border-color: #d2354a;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: white;
    background-color: #d43d52;
    border-color: #d2354a;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: white;
    background-color: #c22b40;
    border-color: #a12435;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #DD6777;
    border-color: #DD6777;
}

.btn-danger .badge {
    color: #DD6777;
    background-color: white;
}

/* Dark Button Style */
.btn-dark {
    color: white;
    background-color: #44425B;
    border-color: #44425B;
}

.btn-dark:focus, .btn-dark.focus {
    color: white;
    background-color: #2e2d3d;
    border-color: #0d0c11;
}

.btn-dark:hover {
    color: white;
    background-color: #2e2d3d;
    border-color: #292838;
}

.btn-dark:active, .btn-dark.active,
.open > .btn-dark.dropdown-toggle {
    color: white;
    background-color: #2e2d3d;
    border-color: #292838;
}

.btn-dark:active:hover, .btn-dark:active:focus, .btn-dark:active.focus, .btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus,
.open > .btn-dark.dropdown-toggle:hover,
.open > .btn-dark.dropdown-toggle:focus,
.open > .btn-dark.dropdown-toggle.focus {
    color: white;
    background-color: #1e1e29;
    border-color: #0d0c11;
}

.btn-dark:active, .btn-dark.active,
.open > .btn-dark.dropdown-toggle {
    background-image: none;
}

.btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark.focus {
    background-color: #44425B;
    border-color: #44425B;
}

.btn-dark .badge {
    color: #44425B;
    background-color: white;
}

.btn-shadow {
    box-shadow: rgba(0, 0, 0, 0.137255) 0 0.125rem 0.125rem 0, rgba(0, 0, 0, 0.2) 0 0.1875rem 0.0625rem -0.125rem, rgba(0, 0, 0, 0.117647) 0 0.0625rem 0.3125rem 0;
}

.close {
    font-weight: 400;
}

.btn.text-left {
    text-align: left;
}

.btn.text-right {
    text-align: right;
}

/* $code
 ------------------------------------------*/
pre {
    -webkit-overflow-scrolling: touch;
    padding: 0.625em;
    border-color: #e4e4e4;
    color: #59595A;
    white-space: nowrap;
    border-radius: 0;
}

/* $dropdown
 ------------------------------------------*/
.dropdown-menu {
    border-color: #e4e4e4;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: opacity 150ms ease-in-out, visibility 150ms ease-in-out;
    transition: opacity 150ms ease-in-out, visibility 150ms ease-in-out;
}

.dropdown-menu > li > a {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    color: #59595A;
    font-size: 0.8125rem;
}

.open .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.dropdown-header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #f8f8f8;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #f8f8f8;
    color: #59595A;
}

/* $forms
 ------------------------------------------*/
label {
    font-weight: 500;
}

textarea {
    resize: vertical;
}

.no-resize {
    resize: none;
}

select.form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.placeholder {
    color: #7f7f80;
}

.form-control {
    border-color: #e4e4e4;
    font-weight: 400;
    font-size: 0.8125rem;
    border-radius: 0;
    -webkit-transition: border 150ms linear;
    transition: border 150ms linear;
    box-shadow: none;
}

.form-control:focus {
    border-color: #8d8fd2;
    box-shadow: none;
}

.cs-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 1.875em;
    margin-right: 0.9375em;
}

.cs-radio label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 0.875em;
    position: absolute;
    top: 0;
    left: 0;
    border: 0.0625rem solid #e4e4e4;
    background-color: #fff;
    border-radius: 50%;
}

.cs-radio input[type="radio"] {
    display: none !important;
    *display: inline;
}

.cs-radio input[type="radio"]:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #6164C1;
    border-radius: 50%;
}

.cs-radio input[type="radio"]:checked:disabled + label:after {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Custom checkbox */
.cs-checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 1.875em;
    margin-right: 0.9375em;
}

.cs-checkbox label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 0.75rem;
    position: absolute;
    top: 0;
    left: 0;
    border: 0.0625rem solid #e4e4e4;
    background-color: #fff;
}

.cs-checkbox input[type="checkbox"] {
    display: none !important;
    *display: inline;
}

.cs-checkbox input[type="checkbox"]:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #6164C1;
}

.cs-checkbox input[type="checkbox"]:checked:disabled + label:after {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Validation States */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.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: #6FC080;
}

.has-success .form-control {
    border-color: #6FC080;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #4daf61;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b6dfbf;
}

.has-success .input-group-addon {
    color: #6FC080;
    border-color: #6FC080;
    background-color: #6FC080;
}

.has-success .form-control-feedback {
    color: #6FC080;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.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: #F2B776;
}

.has-warning .form-control {
    border-color: #F2B776;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #ee9f47;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbe8d3;
}

.has-warning .input-group-addon {
    color: #F2B776;
    border-color: #F2B776;
    background-color: #F2B776;
}

.has-warning .form-control-feedback {
    color: #F2B776;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.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: #DD6777;
}

.has-error .form-control {
    border-color: #DD6777;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #d43d52;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0bac2;
}

.has-error .input-group-addon {
    color: #DD6777;
    border-color: #DD6777;
    background-color: #DD6777;
}

.has-error .form-control-feedback {
    color: #DD6777;
}

.spinner .form-control {
    text-align: center;
}

/* $input-groups
 ------------------------------------------*/
.input-group-btn > .btn {
    z-index: 2;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -0.125rem;
}

.input-group-addon {
    font-size: 0.8125rem;
    color: #59595A;
    border-radius: 0;
    border-color: #e4e4e4;
    background-color: #e7e7e7;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    border-radius: 0;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    border-radius: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    font-size: inherit;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    border-radius: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* $labels
 ------------------------------------------*/
.label {
    border-radius: 0.0625rem;
}

.label-default {
    background-color: #e2e2e2;
    color: #59595A;
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #c9c9c9;
}

.label-primary {
    background-color: #6164C1;
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #4347ac;
}

.label-success {
    background-color: #6FC080;
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #4daf61;
}

.label-info {
    background-color: #6EC7E6;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #43b6df;
}

.label-warning {
    background-color: #F2B776;
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ee9f47;
}

.label-danger {
    background-color: #DD6777;
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #d43d52;
}

/* $listgroup
 ------------------------------------------*/
.list-group {
    margin-bottom: 1.25rem;
}

.list-group-item {
    border-color: #e4e4e4;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

a.list-group-item:hover,
a.list-group-item:focus {
    background-color: #efefef;
}

.list-group-item-success {
    color: #3d8c4e;
    background-color: #d9efde;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3d8c4e;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3d8c4e;
    background-color: #c8e7ce;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3d8c4e;
    border-color: #3d8c4e;
}

.list-group-item-info {
    color: #23a0cb;
    background-color: #f1f9fd;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #23a0cb;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #23a0cb;
    background-color: #dbf1f9;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #23a0cb;
    border-color: #23a0cb;
}

.list-group-item-warning {
    color: #e98619;
    background-color: white;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #e98619;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #e98619;
    background-color: #f2f2f2;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #e98619;
    border-color: #e98619;
}

.list-group-item-danger {
    color: #b5293c;
    background-color: #f9e4e7;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #b5293c;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #b5293c;
    background-color: #f4cfd4;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #b5293c;
    border-color: #b5293c;
}

/* $modal
 ------------------------------------------*/
.modal {
    z-index: 2020;
    background: black;
    background: rgba(0, 0, 0, 0.4);
}

.modal-content {
    box-shadow: none;
    border-radius: 0;
}

.modal .modal-dialog,
.modal.in .modal-dialog {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.modal .modal-dialog {
    -webkit-animation-name: animation-close;
    animation-name: animation-close;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal.in .modal-dialog {
    -webkit-animation-name: animation-open;
    animation-name: animation-open;
}

/* $navbar
 ------------------------------------------*/
.navbar {
    min-height: 0;
}

/* Navbar inverse */
.navbar-inverse {
    border-color: #44425B;
    background-color: #44425B;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    color: white;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background-color: #3d3c52;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #44425B;
}

.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #39374c;
}

.navbar-inverse .dropdown-menu {
    border-color: #44425B;
}

/* $navs
 ------------------------------------------*/
/* Navs */
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #6164C1;
    color: #fff;
}

/* Pills */
.nav-pills > li > a {
    border-radius: 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #6164C1;
    color: white;
}

/* Tabs */
.nav-tabs {
    background: transparent;
    padding: 0;
    margin: 0;
    border-bottom: 0.0625rem solid #e4e4e4;
}

.nav-tabs > li {
    margin: 0;
    border: none;
    padding: 0 1.25rem;
    float: left;
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
}

.nav-tabs > li > a {
    margin: 0;
    border: 0;
    padding: 0.625rem 1.25rem;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: transparent;
    background-color: transparent;
    color: #383839;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 0;
    background-color: transparent;
}

.nav-tabs > li.active::before {
    height: 0.125rem;
    width: 100%;
    display: block;
    content: " ";
    bottom: 0;
    left: 0;
    position: absolute;
    background: #6164C1;
    -webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
    animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
    -webkit-transition: all 1s cubic-bezier(0.4, 0, 1, 1);
    transition: all 1s cubic-bezier(0.4, 0, 1, 1);
}

@media (max-width: 767px) {
    .nav-justified-xs .nav > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified-xs .nav > li > a {
        margin-bottom: 0;
    }
}

/* Custom tab */
.box-tab {
    position: relative;
    margin-bottom: 1.25rem;
}

.box-tab.vertical {
    display: table;
}

.box-tab.vertical .nav-tabs {
    display: table-cell;
    border-bottom: 0;
    border-right: 0.0625rem solid #e4e4e4;
}

.box-tab.vertical .nav-tabs li {
    float: none;
    text-align: left;
}

.box-tab.vertical .nav-tabs li.active::before {
    height: 100%;
    width: 0.125rem;
    bottom: 0;
    left: auto;
    right: 0;
}

.box-tab.vertical .tab-content {
    display: table-cell;
}

.box-tab .nav-tabs {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.box-tab .nav-tabs li {
    position: relative;
    display: block;
    margin: 0;
    text-align: center;
    z-index: 1;
}

.box-tab .nav-tabs li:not(:last-child) {
    border-right: none;
}

.box-tab .nav-tabs li a {
    position: relative;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0;
    overflow: hidden;
}

.box-tab .nav-tabs li a:hover {
    color: #454545;
}

.box-tab .nav-tabs li.active a,
.box-tab .nav-tabs li.active a:hover {
    color: #59595A;
}

.box-tab .nav-tabs li.active a::before {
    background-color: white;
    -webkit-transform: perspective(56.25rem) rotate3d(1, 0, 0, 0deg);
    transform: perspective(56.25rem) rotate3d(1, 0, 0, 0deg);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.box-tab .nav-tabs.nav-justified > li > a,
.box-tab .nav-tabs.nav-justified > .active > a,
.box-tab .nav-tabs.nav-justified > .active > a:focus,
.box-tab .nav-tabs.nav-justified > .active > a:hover {
    border: 0;
}

.box-tab .tab-content {
    padding: 0.9375rem;
    background-color: #fff;
}

.box-tab.justified .nav-tabs li {
    display: table-cell;
    float: none;
    width: 1%;
    vertical-align: top;
    text-align: center;
}

.box-tab .wizard-tabs {
    background-color: #f0f0f0;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 0.0625rem solid #e4e4e4;
}

.box-tab .wizard-tabs li {
    display: table-cell;
    float: none;
    width: 1%;
    vertical-align: middle;
    text-align: center;
}

.box-tab .wizard-tabs li.active a {
    background-color: #fafafa;
}

.box-tab .wizard-tabs li.active a:after {
    border-left-color: #fafafa;
}

.box-tab .wizard-tabs li:last-child a:before,
.box-tab .wizard-tabs li:last-child a:after {
    display: none;
}

.box-tab .wizard-tabs a {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 0.625rem 1.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box-tab .wizard-tabs a:hover {
    background: #eee;
}

@media screen and (min-width: 768px) {
    .box-tab .wizard-tabs a::before, .box-tab .wizard-tabs a::after {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 10px solid transparent;
    }

    .box-tab .wizard-tabs a::before {
        margin-left: 1px;
        border-left-color: #d5d5d5;
    }

    .box-tab .wizard-tabs a::after {
        border-left-color: #f0f0f0;
    }
}

@media (max-width: 767px) {
    .box-tab .wizard-tabs li {
        display: block;
        width: 100%;
    }

    .box-tab .wizard-tabs li a {
        border-bottom: 0.0625rem solid #e4e4e4;
    }
}

/* $pagination
 ------------------------------------------*/
.pagination > li > a, .pagination > li > span {
    border-color: #e4e4e4;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    border-color: #d7d7d7;
    background-color: #f1f1f1;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    border-color: #6164C1;
    background-color: #6164C1;
    color: white;
}

.pager.pager-square li > a,
.pager.pager-square li > span {
    border-radius: 0;
}

.ng-table-pagination {
    margin: 0;
}

/* $panel
 ------------------------------------------*/
.panel {
    border-radius: 0;
    position: relative;
    margin-bottom: 0.75rem;
}

.panel.panel-bordered {
    border-width: 1px;
}

.panel.panel-bordered .panel-heading {
    border-radius: 0;
}

.panel-heading {
    position: relative;
    border-color: transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    text-transform: uppercase;
}

.panel-heading:before, .panel-heading:after {
    content: " ";
    display: table;
}

.panel-heading:after {
    clear: both;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-color: #ececec;
}

.panel-footer {
    border-color: #ececec;
    background-color: #fcfcfc;
}

.panel-default {
    border-color: #e2e2e2;
}

.panel-default > .panel-heading {
    color: #59595A;
    background-color: #e2e2e2;
    border-color: #e2e2e2;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e2e2e2;
}

.panel-default > .panel-heading .badge {
    color: #e2e2e2;
    background-color: #59595A;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e2e2e2;
}

.panel-primary {
    border-color: #6164C1;
}

.panel-primary > .panel-heading {
    color: white;
    background-color: #6164C1;
    border-color: #6164C1;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #6164C1;
}

.panel-primary > .panel-heading .badge {
    color: #6164C1;
    background-color: white;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #6164C1;
}

.panel-success {
    border-color: #6FC080;
}

.panel-success > .panel-heading {
    color: white;
    background-color: #6FC080;
    border-color: #6FC080;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #6FC080;
}

.panel-success > .panel-heading .badge {
    color: #6FC080;
    background-color: white;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #6FC080;
}

.panel-warning {
    border-color: #F2B776;
}

.panel-warning > .panel-heading {
    color: white;
    background-color: #F2B776;
    border-color: #F2B776;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #F2B776;
}

.panel-warning > .panel-heading .badge {
    color: #F2B776;
    background-color: white;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #F2B776;
}

.panel-danger {
    border-color: #DD6777;
}

.panel-danger > .panel-heading {
    color: white;
    background-color: #DD6777;
    border-color: #DD6777;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #DD6777;
}

.panel-danger > .panel-heading .badge {
    color: #DD6777;
    background-color: white;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #DD6777;
}

.panel-info {
    border-color: #6EC7E6;
}

.panel-info > .panel-heading {
    color: white;
    background-color: #6EC7E6;
    border-color: #6EC7E6;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #6EC7E6;
}

.panel-info > .panel-heading .badge {
    color: #6EC7E6;
    background-color: white;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #6EC7E6;
}

.accordion-toggle {
    font-size: 0.8125rem;
}

/* $popover
 ------------------------------------------*/
.popover {
    box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05);
    font-family: inherit;
    font-size: inherit;
    border-radius: 0;
    border-color: #e4e4e4;
    padding: 0;
}

.popover .popover-title {
    border-bottom-color: #e4e4e4;
    background-color: #FAFBFD;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.popover .popover-content:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* $progress-bar
 ------------------------------------------*/
.progress {
    margin-bottom: 1.25rem;
    height: 0.1875rem;
    background-color: #D0DBEC;
    box-shadow: none;
    border-radius: 0;
}

.progress-bar {
    background-color: #6164C1;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #6FC080;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #6EC7E6;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #F2B776;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #DD6777;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* $tables
 ------------------------------------------*/
.table {
    background-color: white;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 0.625rem 1.25rem;
    border-color: #e4e4e4;
}

.table.table-condensed > thead > tr > th, .table.table-condensed > thead > tr > td, .table.table-condensed > tbody > tr > th, .table.table-condensed > tbody > tr > td, .table.table-condensed > tfoot > tr > th, .table.table-condensed > tfoot > tr > td {
    padding: 0.35rem 1.25rem;
}

.table > thead > tr > th {
    border-bottom-width: 0;
}

.table > thead > tr > th,
.table > tfoot > tr > th {
    border-color: #e4e4e4;
    font-weight: 400;
    text-transform: uppercase;
}

.table-hover > tbody > tr:hover {
    background-color: #f3f3f3;
}

.table-striped > tbody > tr:nth-child(even) {
    background-color: #f3f3f3;
}

.table-bordered {
    border-color: #e4e4e4;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border-color: #e4e4e4;
    border-top: 0;
    border-left: 0;
}

.table-bordered > thead > tr > th:first-child, .table-bordered > thead > tr > td:first-child, .table-bordered > tbody > tr > th:first-child, .table-bordered > tbody > tr > td:first-child, .table-bordered > tfoot > tr > th:first-child, .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.table-bordered > thead > tr > th:last-child, .table-bordered > thead > tr > td:last-child, .table-bordered > tbody > tr > th:last-child, .table-bordered > tbody > tr > td:last-child, .table-bordered > tfoot > tr > th:last-child, .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: transparent;
}

.table-responsive {
    overflow-x: visible;
}

@media (max-width: 767px) {
    .table-responsive {
        overflow-x: auto;
        border-color: #e4e4e4;
        border-radius: 0;
        margin-bottom: 0;
    }
}

/* No More tables */
@media (max-width: 767px) {
    /* Source:: http://elvery.net/demo/responsive-tables/#no-more-tables */
    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .no-more-tables tr {
        border: 0.0625rem solid #e4e4e4;
    }

    .no-more-tables td {
        position: relative;
        padding-left: 50% !important;
        /* Behave  like a "row" */
        border-top: 0 !important;
        border-bottom: 0.0625rem solid #e4e4e4;
        text-align: left;
        white-space: normal;
    }

    .no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0.375rem;
        left: 0.375rem;
        padding-right: 0.625rem;
        width: 45%;
        text-align: left;
        white-space: nowrap;
        font-weight: 700;
    }

    /* Label the data */
    .no-more-tables td:before {
        content: attr(data-title);
    }
}

@media (max-width: 767px) {
    .flip-scroll .cf:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .flip-scroll * html .cf {
        zoom: 1;
    }

    .flip-scroll *:first-child + html .cf {
        zoom: 1;
    }

    .flip-scroll table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .flip-scroll th,
    .flip-scroll td {
        margin: 0;
        vertical-align: top;
    }

    .flip-scroll th {
        text-align: left;
    }

    .flip-scroll table {
        display: block;
        position: relative;
        width: 100%;
    }

    .flip-scroll thead {
        display: block;
        float: left;
    }

    .flip-scroll tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

    .flip-scroll thead tr {
        display: block;
    }

    .flip-scroll th {
        display: block;
        text-align: right;
    }

    .flip-scroll tbody tr {
        display: inline-block;
        vertical-align: top;
    }

    .flip-scroll td {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }

    /* sort out borders */
    .flip-scroll th {
        border-bottom: 0;
        border-left: 0;
    }

    .flip-scroll td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .flip-scroll tbody tr {
        border-left: 0.0625rem solid #babcbf;
    }

    .flip-scroll th:last-child,
    .flip-scroll td:last-child {
        border-bottom: 0.0625rem solid #babcbf;
    }
}

/* $tooltip
 ------------------------------------------*/
.tooltip-inner {
    border-radius: 0;
    background-color: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 0.125rem 1.25rem;
}

.tooltip.top .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, 0.6);
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, 0.6);
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, 0.6);
}

.tooltip.right .tooltip-arrow {
    border-right-color: rgba(0, 0, 0, 0.6);
}

.tooltip.left .tooltip-arrow {
    border-left-color: rgba(0, 0, 0, 0.6);
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgba(0, 0, 0, 0.6);
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: rgba(0, 0, 0, 0.6);
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: rgba(0, 0, 0, 0.6);
}

.tooltip.in {
    opacity: 1;
}

/* $colors
 ------------------------------------------*/
/* Color Variant: Primary */
.bg-primary {
    background-color: #6164C1;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #4347ac;
}

.bg-primary-dark {
    background-color: #4f52ba;
}

a.bg-primary-dark:hover,
a.bg-primary-dark:focus {
    background-color: #3c3f99;
}

.bg-primary-darker {
    background-color: #4347ac;
}

a.bg-primary-darker:hover,
a.bg-primary-darker:focus {
    background-color: #353887;
}

.bg-primary-light {
    background-color: #7376c8;
}

a.bg-primary-light:hover,
a.bg-primary-light:focus {
    background-color: #4f52ba;
}

.bg-primary-lighter {
    background-color: #8688cf;
}

a.bg-primary-lighter:hover,
a.bg-primary-lighter:focus {
    background-color: #6164c1;
}

/* Color Variant: Default */
.bg-default {
    background-color: #e2e2e2;
}

a.bg-default:hover,
a.bg-default:focus {
    background-color: #c9c9c9;
}

.bg-default-dark {
    background-color: #d5d5d5;
}

a.bg-default-dark:hover,
a.bg-default-dark:focus {
    background-color: #bcbcbc;
}

.bg-default-darker {
    background-color: #c9c9c9;
}

a.bg-default-darker:hover,
a.bg-default-darker:focus {
    background-color: #afafaf;
}

.bg-default-light {
    background-color: #efefef;
}

a.bg-default-light:hover,
a.bg-default-light:focus {
    background-color: #d5d5d5;
}

.bg-default-lighter {
    background-color: #fcfcfc;
}

a.bg-default-lighter:hover,
a.bg-default-lighter:focus {
    background-color: #e2e2e2;
}

/* Color Variant: Warning */
.bg-warning {
    background-color: #F2B776;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #ee9f47;
}

.bg-warning-dark {
    background-color: #f0ab5f;
}

a.bg-warning-dark:hover,
a.bg-warning-dark:focus {
    background-color: #eb9230;
}

.bg-warning-darker {
    background-color: #ee9f47;
}

a.bg-warning-darker:hover,
a.bg-warning-darker:focus {
    background-color: #e98619;
}

.bg-warning-light {
    background-color: #f4c38d;
}

a.bg-warning-light:hover,
a.bg-warning-light:focus {
    background-color: #f0ab5f;
}

.bg-warning-lighter {
    background-color: #f6cfa5;
}

a.bg-warning-lighter:hover,
a.bg-warning-lighter:focus {
    background-color: #f2b776;
}

/* Color Variant: Success */
.bg-success {
    background-color: #6FC080;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #4daf61;
}

.bg-success-dark {
    background-color: #5db870;
}

a.bg-success-dark:hover,
a.bg-success-dark:focus {
    background-color: #459e58;
}

.bg-success-darker {
    background-color: #4daf61;
}

a.bg-success-darker:hover,
a.bg-success-darker:focus {
    background-color: #3d8c4e;
}

.bg-success-light {
    background-color: #81c890;
}

a.bg-success-light:hover,
a.bg-success-light:focus {
    background-color: #5db870;
}

.bg-success-lighter {
    background-color: #92d09f;
}

a.bg-success-lighter:hover,
a.bg-success-lighter:focus {
    background-color: #6fc080;
}

/* Color Variant: Info */
.bg-info {
    background-color: #6EC7E6;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #43b6df;
}

.bg-info-dark {
    background-color: #58bfe2;
}

a.bg-info-dark:hover,
a.bg-info-dark:focus {
    background-color: #2daedb;
}

.bg-info-darker {
    background-color: #43b6df;
}

a.bg-info-darker:hover,
a.bg-info-darker:focus {
    background-color: #23a0cb;
}

.bg-info-light {
    background-color: #84cfea;
}

a.bg-info-light:hover,
a.bg-info-light:focus {
    background-color: #58bfe2;
}

.bg-info-lighter {
    background-color: #9ad8ee;
}

a.bg-info-lighter:hover,
a.bg-info-lighter:focus {
    background-color: #6ec7e6;
}

/* Color Variant: Danger */
.bg-danger {
    background-color: #DD6777;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #d43d52;
}

.bg-danger-dark {
    background-color: #d85264;
}

a.bg-danger-dark:hover,
a.bg-danger-dark:focus {
    background-color: #ca2d43;
}

.bg-danger-darker {
    background-color: #d43d52;
}

a.bg-danger-darker:hover,
a.bg-danger-darker:focus {
    background-color: #b5293c;
}

.bg-danger-light {
    background-color: #e27c8a;
}

a.bg-danger-light:hover,
a.bg-danger-light:focus {
    background-color: #d85264;
}

.bg-danger-lighter {
    background-color: #e6919c;
}

a.bg-danger-lighter:hover,
a.bg-danger-lighter:focus {
    background-color: #dd6777;
}

/* Color Variant: White */
.bg-white {
    background-color: white;
}

a.bg-white:hover,
a.bg-white:focus {
    background-color: #e6e6e6;
}

.bg-white-dark {
    background-color: #f2f2f2;
}

a.bg-white-dark:hover,
a.bg-white-dark:focus {
    background-color: #d9d9d9;
}

.bg-white-darker {
    background-color: #e6e6e6;
}

a.bg-white-darker:hover,
a.bg-white-darker:focus {
    background-color: #cccccc;
}

.bg-white-light {
    background-color: white;
}

a.bg-white-light:hover,
a.bg-white-light:focus {
    background-color: #e6e6e6;
}

.bg-white-lighter {
    background-color: white;
}

a.bg-white-lighter:hover,
a.bg-white-lighter:focus {
    background-color: #e6e6e6;
}

/* Color Variant: Dark */
.bg-dark {
    background-color: #44425B;
}

a.bg-dark:hover,
a.bg-dark:focus {
    background-color: #2e2d3d;
}

.bg-dark-dark {
    background-color: #39374c;
}

a.bg-dark-dark:hover,
a.bg-dark-dark:focus {
    background-color: #23222f;
}

.bg-dark-darker {
    background-color: #2e2d3d;
}

a.bg-dark-darker:hover,
a.bg-dark-darker:focus {
    background-color: #181720;
}

.bg-dark-light {
    background-color: #4f4d6a;
}

a.bg-dark-light:hover,
a.bg-dark-light:focus {
    background-color: #39374c;
}

.bg-dark-lighter {
    background-color: #5a5779;
}

a.bg-dark-lighter:hover,
a.bg-dark-lighter:focus {
    background-color: #44425b;
}

/* Extra palette colors */
.bg-red {
    background-color: #F44336;
}

a.bg-red:hover,
a.bg-red:focus {
    background-color: #ea1c0d;
}

.bg-red-dark {
    background-color: #f32c1e;
}

a.bg-red-dark:hover,
a.bg-red-dark:focus {
    background-color: #d2190b;
}

.bg-red-darker {
    background-color: #ea1c0d;
}

a.bg-red-darker:hover,
a.bg-red-darker:focus {
    background-color: #ba160a;
}

.bg-red-light {
    background-color: #f55a4e;
}

a.bg-red-light:hover,
a.bg-red-light:focus {
    background-color: #f32c1e;
}

.bg-red-lighter {
    background-color: #f77066;
}

a.bg-red-lighter:hover,
a.bg-red-lighter:focus {
    background-color: #f44336;
}

.bg-pink {
    background-color: #E91E63;
}

a.bg-pink:hover,
a.bg-pink:focus {
    background-color: #c1134e;
}

.bg-pink-dark {
    background-color: #d81558;
}

a.bg-pink-dark:hover,
a.bg-pink-dark:focus {
    background-color: #aa1145;
}

.bg-pink-darker {
    background-color: #c1134e;
}

a.bg-pink-darker:hover,
a.bg-pink-darker:focus {
    background-color: #930e3b;
}

.bg-pink-light {
    background-color: #eb3573;
}

a.bg-pink-light:hover,
a.bg-pink-light:focus {
    background-color: #d81558;
}

.bg-pink-lighter {
    background-color: #ee4c83;
}

a.bg-pink-lighter:hover,
a.bg-pink-lighter:focus {
    background-color: #e91e63;
}

.bg-purple {
    background-color: #9C27B0;
}

a.bg-purple:hover,
a.bg-purple:focus {
    background-color: #771e86;
}

.bg-purple-dark {
    background-color: #89229b;
}

a.bg-purple-dark:hover,
a.bg-purple-dark:focus {
    background-color: #641971;
}

.bg-purple-darker {
    background-color: #771e86;
}

a.bg-purple-darker:hover,
a.bg-purple-darker:focus {
    background-color: #52145d;
}

.bg-purple-light {
    background-color: #af2cc5;
}

a.bg-purple-light:hover,
a.bg-purple-light:focus {
    background-color: #89229b;
}

.bg-purple-lighter {
    background-color: #bc37d3;
}

a.bg-purple-lighter:hover,
a.bg-purple-lighter:focus {
    background-color: #9c27b0;
}

.bg-deeppurple {
    background-color: #673AB7;
}

a.bg-deeppurple:hover,
a.bg-deeppurple:focus {
    background-color: #512e90;
}

.bg-deeppurple-dark {
    background-color: #5c34a4;
}

a.bg-deeppurple-dark:hover,
a.bg-deeppurple-dark:focus {
    background-color: #46287d;
}

.bg-deeppurple-darker {
    background-color: #512e90;
}

a.bg-deeppurple-darker:hover,
a.bg-deeppurple-darker:focus {
    background-color: #3b216a;
}

.bg-deeppurple-light {
    background-color: #7446c4;
}

a.bg-deeppurple-light:hover,
a.bg-deeppurple-light:focus {
    background-color: #5c34a4;
}

.bg-deeppurple-lighter {
    background-color: #8259cb;
}

a.bg-deeppurple-lighter:hover,
a.bg-deeppurple-lighter:focus {
    background-color: #673ab7;
}

.bg-indigo {
    background-color: #3F51B5;
}

a.bg-indigo:hover,
a.bg-indigo:focus {
    background-color: #32408f;
}

.bg-indigo-dark {
    background-color: #3849a2;
}

a.bg-indigo-dark:hover,
a.bg-indigo-dark:focus {
    background-color: #2b387c;
}

.bg-indigo-darker {
    background-color: #32408f;
}

a.bg-indigo-darker:hover,
a.bg-indigo-darker:focus {
    background-color: #252f69;
}

.bg-indigo-light {
    background-color: #4d5ec1;
}

a.bg-indigo-light:hover,
a.bg-indigo-light:focus {
    background-color: #3849a2;
}

.bg-indigo-lighter {
    background-color: #606fc7;
}

a.bg-indigo-lighter:hover,
a.bg-indigo-lighter:focus {
    background-color: #3f51b5;
}

.bg-blue {
    background-color: #2196F3;
}

a.bg-blue:hover,
a.bg-blue:focus {
    background-color: #0c7cd5;
}

.bg-blue-dark {
    background-color: #0d8aee;
}

a.bg-blue-dark:hover,
a.bg-blue-dark:focus {
    background-color: #0a6ebd;
}

.bg-blue-darker {
    background-color: #0c7cd5;
}

a.bg-blue-darker:hover,
a.bg-blue-darker:focus {
    background-color: #0960a5;
}

.bg-blue-light {
    background-color: #39a1f4;
}

a.bg-blue-light:hover,
a.bg-blue-light:focus {
    background-color: #0d8aee;
}

.bg-blue-lighter {
    background-color: #51adf6;
}

a.bg-blue-lighter:hover,
a.bg-blue-lighter:focus {
    background-color: #2196f3;
}

.bg-lightblue {
    background-color: #03A9F4;
}

a.bg-lightblue:hover,
a.bg-lightblue:focus {
    background-color: #0286c2;
}

.bg-lightblue-dark {
    background-color: #0398db;
}

a.bg-lightblue-dark:hover,
a.bg-lightblue-dark:focus {
    background-color: #0275a8;
}

.bg-lightblue-darker {
    background-color: #0286c2;
}

a.bg-lightblue-darker:hover,
a.bg-lightblue-darker:focus {
    background-color: #02638f;
}

.bg-lightblue-light {
    background-color: #14b4fc;
}

a.bg-lightblue-light:hover,
a.bg-lightblue-light:focus {
    background-color: #0398db;
}

.bg-lightblue-lighter {
    background-color: #2ebcfc;
}

a.bg-lightblue-lighter:hover,
a.bg-lightblue-lighter:focus {
    background-color: #03a9f4;
}

.bg-cyan {
    background-color: #00BCD4;
}

a.bg-cyan:hover,
a.bg-cyan:focus {
    background-color: #008fa1;
}

.bg-cyan-dark {
    background-color: #00a5bb;
}

a.bg-cyan-dark:hover,
a.bg-cyan-dark:focus {
    background-color: #007888;
}

.bg-cyan-darker {
    background-color: #008fa1;
}

a.bg-cyan-darker:hover,
a.bg-cyan-darker:focus {
    background-color: #00626e;
}

.bg-cyan-light {
    background-color: #00d3ee;
}

a.bg-cyan-light:hover,
a.bg-cyan-light:focus {
    background-color: #00a5bb;
}

.bg-cyan-lighter {
    background-color: #08e3ff;
}

a.bg-cyan-lighter:hover,
a.bg-cyan-lighter:focus {
    background-color: #00bcd4;
}

.bg-teal {
    background-color: #009688;
}

a.bg-teal:hover,
a.bg-teal:focus {
    background-color: #00635a;
}

.bg-teal-dark {
    background-color: #007d71;
}

a.bg-teal-dark:hover,
a.bg-teal-dark:focus {
    background-color: #004a43;
}

.bg-teal-darker {
    background-color: #00635a;
}

a.bg-teal-darker:hover,
a.bg-teal-darker:focus {
    background-color: #00302c;
}

.bg-teal-light {
    background-color: #00b09f;
}

a.bg-teal-light:hover,
a.bg-teal-light:focus {
    background-color: #007d71;
}

.bg-teal-lighter {
    background-color: #00c9b6;
}

a.bg-teal-lighter:hover,
a.bg-teal-lighter:focus {
    background-color: #009688;
}

.bg-green {
    background-color: #4CAF50;
}

a.bg-green:hover,
a.bg-green:focus {
    background-color: #3d8b40;
}

.bg-green-dark {
    background-color: #449d48;
}

a.bg-green-dark:hover,
a.bg-green-dark:focus {
    background-color: #357a38;
}

.bg-green-darker {
    background-color: #3d8b40;
}

a.bg-green-darker:hover,
a.bg-green-darker:focus {
    background-color: #2d682f;
}

.bg-green-light {
    background-color: #5cb860;
}

a.bg-green-light:hover,
a.bg-green-light:focus {
    background-color: #449d48;
}

.bg-green-lighter {
    background-color: #6ec071;
}

a.bg-green-lighter:hover,
a.bg-green-lighter:focus {
    background-color: #4caf50;
}

.bg-lightgreen {
    background-color: #74D108;
}

a.bg-lightgreen:hover,
a.bg-lightgreen:focus {
    background-color: #59a006;
}

.bg-lightgreen-dark {
    background-color: #66b807;
}

a.bg-lightgreen-dark:hover,
a.bg-lightgreen-dark:focus {
    background-color: #4b8705;
}

.bg-lightgreen-darker {
    background-color: #59a006;
}

a.bg-lightgreen-darker:hover,
a.bg-lightgreen-darker:focus {
    background-color: #3d6f04;
}

.bg-lightgreen-light {
    background-color: #82ea09;
}

a.bg-lightgreen-light:hover,
a.bg-lightgreen-light:focus {
    background-color: #66b807;
}

.bg-lightgreen-lighter {
    background-color: #8ef616;
}

a.bg-lightgreen-lighter:hover,
a.bg-lightgreen-lighter:focus {
    background-color: #74d108;
}

.bg-lime {
    background-color: #CDDC39;
}

a.bg-lime:hover,
a.bg-lime:focus {
    background-color: #b2c022;
}

.bg-lime-dark {
    background-color: #c6d626;
}

a.bg-lime-dark:hover,
a.bg-lime-dark:focus {
    background-color: #9daa1e;
}

.bg-lime-darker {
    background-color: #b2c022;
}

a.bg-lime-darker:hover,
a.bg-lime-darker:focus {
    background-color: #89951a;
}

.bg-lime-light {
    background-color: #d2e04f;
}

a.bg-lime-light:hover,
a.bg-lime-light:focus {
    background-color: #c6d626;
}

.bg-lime-lighter {
    background-color: #d8e464;
}

a.bg-lime-lighter:hover,
a.bg-lime-lighter:focus {
    background-color: #cddc39;
}

.bg-yellow {
    background-color: #FFEB3B;
}

a.bg-yellow:hover,
a.bg-yellow:focus {
    background-color: #ffe608;
}

.bg-yellow-dark {
    background-color: #ffe822;
}

a.bg-yellow-dark:hover,
a.bg-yellow-dark:focus {
    background-color: #eed500;
}

.bg-yellow-darker {
    background-color: #ffe608;
}

a.bg-yellow-darker:hover,
a.bg-yellow-darker:focus {
    background-color: #d4be00;
}

.bg-yellow-light {
    background-color: #ffee55;
}

a.bg-yellow-light:hover,
a.bg-yellow-light:focus {
    background-color: #ffe822;
}

.bg-yellow-lighter {
    background-color: #fff06e;
}

a.bg-yellow-lighter:hover,
a.bg-yellow-lighter:focus {
    background-color: #ffeb3b;
}

.bg-amber {
    background-color: #FFC107;
}

a.bg-amber:hover,
a.bg-amber:focus {
    background-color: #d39e00;
}

.bg-amber-dark {
    background-color: #edb100;
}

a.bg-amber-dark:hover,
a.bg-amber-dark:focus {
    background-color: #ba8b00;
}

.bg-amber-darker {
    background-color: #d39e00;
}

a.bg-amber-darker:hover,
a.bg-amber-darker:focus {
    background-color: #a07800;
}

.bg-amber-light {
    background-color: #ffc721;
}

a.bg-amber-light:hover,
a.bg-amber-light:focus {
    background-color: #edb100;
}

.bg-amber-lighter {
    background-color: #ffce3a;
}

a.bg-amber-lighter:hover,
a.bg-amber-lighter:focus {
    background-color: #ffc107;
}

.bg-orange {
    background-color: #FF9800;
}

a.bg-orange:hover,
a.bg-orange:focus {
    background-color: #cc7a00;
}

.bg-orange-dark {
    background-color: #e68900;
}

a.bg-orange-dark:hover,
a.bg-orange-dark:focus {
    background-color: #b36a00;
}

.bg-orange-darker {
    background-color: #cc7a00;
}

a.bg-orange-darker:hover,
a.bg-orange-darker:focus {
    background-color: #995b00;
}

.bg-orange-light {
    background-color: #ffa21a;
}

a.bg-orange-light:hover,
a.bg-orange-light:focus {
    background-color: #e68900;
}

.bg-orange-lighter {
    background-color: #ffad33;
}

a.bg-orange-lighter:hover,
a.bg-orange-lighter:focus {
    background-color: #ff9800;
}

.bg-deeporange {
    background-color: #FF5722;
}

a.bg-deeporange:hover,
a.bg-deeporange:focus {
    background-color: #ee3900;
}

.bg-deeporange-dark {
    background-color: #ff4409;
}

a.bg-deeporange-dark:hover,
a.bg-deeporange-dark:focus {
    background-color: #d53300;
}

.bg-deeporange-darker {
    background-color: #ee3900;
}

a.bg-deeporange-darker:hover,
a.bg-deeporange-darker:focus {
    background-color: #bb2d00;
}

.bg-deeporange-light {
    background-color: #ff6a3c;
}

a.bg-deeporange-light:hover,
a.bg-deeporange-light:focus {
    background-color: #ff4409;
}

.bg-deeporange-lighter {
    background-color: #ff7e55;
}

a.bg-deeporange-lighter:hover,
a.bg-deeporange-lighter:focus {
    background-color: #ff5722;
}

.bg-brown {
    background-color: #795548;
}

a.bg-brown:hover,
a.bg-brown:focus {
    background-color: #593f35;
}

.bg-brown-dark {
    background-color: #694a3e;
}

a.bg-brown-dark:hover,
a.bg-brown-dark:focus {
    background-color: #49332b;
}

.bg-brown-darker {
    background-color: #593f35;
}

a.bg-brown-darker:hover,
a.bg-brown-darker:focus {
    background-color: #392822;
}

.bg-brown-light {
    background-color: #896052;
}

a.bg-brown-light:hover,
a.bg-brown-light:focus {
    background-color: #694a3e;
}

.bg-brown-lighter {
    background-color: #996b5b;
}

a.bg-brown-lighter:hover,
a.bg-brown-lighter:focus {
    background-color: #795548;
}

.bg-grey {
    background-color: #9E9E9E;
}

a.bg-grey:hover,
a.bg-grey:focus {
    background-color: #858585;
}

.bg-grey-dark {
    background-color: #919191;
}

a.bg-grey-dark:hover,
a.bg-grey-dark:focus {
    background-color: #787878;
}

.bg-grey-darker {
    background-color: #858585;
}

a.bg-grey-darker:hover,
a.bg-grey-darker:focus {
    background-color: #6b6b6b;
}

.bg-grey-light {
    background-color: #ababab;
}

a.bg-grey-light:hover,
a.bg-grey-light:focus {
    background-color: #919191;
}

.bg-grey-lighter {
    background-color: #b8b8b8;
}

a.bg-grey-lighter:hover,
a.bg-grey-lighter:focus {
    background-color: #9e9e9e;
}

.bg-bluegrey {
    background-color: #607D8B;
}

a.bg-bluegrey:hover,
a.bg-bluegrey:focus {
    background-color: #4b626d;
}

.bg-bluegrey-dark {
    background-color: #566f7c;
}

a.bg-bluegrey-dark:hover,
a.bg-bluegrey-dark:focus {
    background-color: #41545e;
}

.bg-bluegrey-darker {
    background-color: #4b626d;
}

a.bg-bluegrey-darker:hover,
a.bg-bluegrey-darker:focus {
    background-color: #36474f;
}

.bg-bluegrey-light {
    background-color: #6b8a99;
}

a.bg-bluegrey-light:hover,
a.bg-bluegrey-light:focus {
    background-color: #566f7c;
}

.bg-bluegrey-lighter {
    background-color: #7b96a3;
}

a.bg-bluegrey-lighter:hover,
a.bg-bluegrey-lighter:focus {
    background-color: #607d8b;
}

/* $TextColor */
.text-primary {
    color: #6164C1;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #4347ac;
}

.text-default {
    color: #e2e2e2;
}

a.text-default:hover,
a.text-default:focus {
    color: #c9c9c9;
}

.text-warning {
    color: #F2B776;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ee9f47;
}

.text-success {
    color: #6FC080;
}

a.text-success:hover,
a.text-success:focus {
    color: #4daf61;
}

.text-info {
    color: #6EC7E6;
}

a.text-info:hover,
a.text-info:focus {
    color: #43b6df;
}

.text-white {
    color: white;
}

a.text-white:hover,
a.text-white:focus {
    color: #e6e6e6;
}

.text-danger {
    color: #DD6777;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #d43d52;
}

.text-muted {
    color: #b3b3b3;
}

a.text-muted:hover,
a.text-muted:focus {
    color: #999999;
}

.text-color {
    color: #59595A;
}

a.text-color:hover,
a.text-color:focus {
    color: #404040;
}

/* Extra text colors */
.text-red {
    color: #F44336;
}

a.text-red:hover,
a.text-red:focus {
    color: #ea1c0d;
}

.text-pink {
    color: #E91E63;
}

a.text-pink:hover,
a.text-pink:focus {
    color: #c1134e;
}

.text-purple {
    color: #9C27B0;
}

a.text-purple:hover,
a.text-purple:focus {
    color: #771e86;
}

.text-deeppurple {
    color: #673AB7;
}

a.text-deeppurple:hover,
a.text-deeppurple:focus {
    color: #512e90;
}

.text-indigo {
    color: #3F51B5;
}

a.text-indigo:hover,
a.text-indigo:focus {
    color: #32408f;
}

.text-blue {
    color: #2196F3;
}

a.text-blue:hover,
a.text-blue:focus {
    color: #0c7cd5;
}

.text-lightblue {
    color: #03A9F4;
}

a.text-lightblue:hover,
a.text-lightblue:focus {
    color: #0286c2;
}

.text-cyan {
    color: #00BCD4;
}

a.text-cyan:hover,
a.text-cyan:focus {
    color: #008fa1;
}

.text-teal {
    color: #009688;
}

a.text-teal:hover,
a.text-teal:focus {
    color: #00635a;
}

.text-green {
    color: #4CAF50;
}

a.text-green:hover,
a.text-green:focus {
    color: #3d8b40;
}

.text-lightgreen {
    color: #74D108;
}

a.text-lightgreen:hover,
a.text-lightgreen:focus {
    color: #59a006;
}

.text-lime {
    color: #CDDC39;
}

a.text-lime:hover,
a.text-lime:focus {
    color: #b2c022;
}

.text-yellow {
    color: #FFEB3B;
}

a.text-yellow:hover,
a.text-yellow:focus {
    color: #ffe608;
}

.text-amber {
    color: #FFC107;
}

a.text-amber:hover,
a.text-amber:focus {
    color: #d39e00;
}

.text-orange {
    color: #FF9800;
}

a.text-orange:hover,
a.text-orange:focus {
    color: #cc7a00;
}

.text-deeporange {
    color: #FF5722;
}

a.text-deeporange:hover,
a.text-deeporange:focus {
    color: #ee3900;
}

.text-brown {
    color: #795548;
}

a.text-brown:hover,
a.text-brown:focus {
    color: #593f35;
}

.text-grey {
    color: #9E9E9E;
}

a.text-grey:hover,
a.text-grey:focus {
    color: #858585;
}

.text-bluegrey {
    color: #607D8B;
}

a.text-bluegrey:hover,
a.text-bluegrey:focus {
    color: #4b626d;
}

/* $well
 ------------------------------------------*/
.well {
    border-color: #dddddd;
    background-color: #E9E9ED;
    box-shadow: none;
    border-radius: 0;
}

.well-lg {
    border-radius: 0;
}

.well-sm {
    border-radius: 0;
}

/* $bootstrap.ui
 ------------------------------------------*/
.carousel-inner {
    width: 100%;
    height: 100%;
}

.ui-datepicker table {
    background-color: white;
    padding: 1.25rem;
    border: 0.0625em solid #e4e4e4;
    outline: none;
}

.ui-datepicker table .btn {
    border-color: transparent;
}

.ui-datepicker table .btn.active {
    box-shadow: none;
}

.ui-datepicker .dropdown-menu table {
    border: 0;
}

/* $session
 ------------------------------------------*/
.session-wrapper {
    min-height: 100%;
    margin: 0 auto-2 .5rem;
}

.session-wrapper:before, .session-wrapper:after {
    content: " ";
    display: table;
}

.session-wrapper:after {
    clear: both;
}

.session-wrapper::after {
    height: 2.5rem;
}

.push {
    height: 2.5rem;
}

.app.signin .card,
.app.signup .card,
.app.forgot-password .card,
.app.error-page .card,
.app.lockscreen .card {
    box-shadow: 0 0.125rem 0.25rem rgba(50, 70, 75, 0.2);
    display: block;
    margin: 100px auto;
    width: 100%;
}

.app.error-page .card {
    box-shadow: none;
}

.app.lockscreen .card {
    max-width: 400px;
}

.app.forgot-password .card,
.app.signin .card {
    max-width: 500px;
}

.app.forgot-password .card .bottom-link,
.app.signin .card .bottom-link {
    position: absolute;
    bottom: -30px;
    left: 5px;
}

.app.signup .card {
    max-width: 600px;
}

.app.signin.v2 .session-wrapper::after,
.app.signup.v2 .session-wrapper::after {
    height: 0;
}

@media screen and (min-width: 768px) {
    .app.signin.v2 .session-carousel,
    .app.signup.v2 .session-carousel {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: 0;
        width: 100%;
        width: -webkit-calc(100% - 500px);
        width: calc(100% - 500px);
    }

    .app.signin.v2 .session-carousel .carousel-inner,
    .app.signup.v2 .session-carousel .carousel-inner {
        width: 100%;
        height: 100%;
    }

    .app.signin.v2 .carousel-inner > .item,
    .app.signup.v2 .carousel-inner > .item {
        width: 100%;
        height: 100%;
    }

    .app.signin.v2 .card,
    .app.signup.v2 .card {
        margin: 0;
        float: right;
        min-height: 100vh;
        box-shadow: none;
    }

    .app.signin.v2 .card .card-block,
    .app.signup.v2 .card .card-block {
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .app.signin.v2 .card,
    .app.signup.v2 .card {
        max-width: 100%;
        min-height: 100vh;
        margin: 0;
    }

    .app.signin.v2 .card .card-block,
    .app.signup.v2 .card .card-block {
        padding-top: 150px;
    }

    .app.signin.v2 .push,
    .app.signup.v2 .push {
        display: none;
    }
}

.divider {
    border-top: 0.0625rem solid #e4e4e4;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 0;
}

.divider span {
    display: inline-block;
    position: relative;
    padding: 0 0.75rem;
    background: #fff;
    top: -10px;
}

.form-layout {
    margin: 0 auto;
    padding: 1.25rem;
}

.form-layout input {
    margin-bottom: 0.75rem;
}

.form-layout label {
    width: 100%;
    display: block;
}

.form-layout .name input {
    float: left;
    display: block;
    width: 100%;
    width: -webkit-calc(50% - 0.75rem / 2);
    width: calc(50% - 0.75rem / 2);
}

.form-layout .name input.first {
    margin-right: 0.75rem;
}

.form-layout .btn-lg {
    border-radius: 0;
}

/* $lockscreen
 ------------------------------------------*/
.lockcode {
    display: block;
    margin: 0 auto;
    max-width: 280px;
}

.lockscreen-avatar {
    position: relative;
    max-width: 128px;
    margin: 0 auto;
}

/* $error-pages
 ------------------------------------------*/
.error-number {
    font-size: 150px;
    line-height: 1;
}

.error-icon {
    font-size: 100px;
    line-height: 160px;
    border: 3px solid #DD6777;
    color: #DD6777;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

/* $calendar
 ------------------------------------------*/
.fc-header-btn {
    display: block;
    width: 100%;
    line-height: 26px;
}

.fc-t-events {
    outline: none;
}

.fc-widget-header {
    border-width: 0 !important;
}

.calendar-viewer {
    background: white;
}

.fullcalendar th.fc-widget-header {
    border-width: 0;
    font-size: 0.8125rem;
    font-weight: 400;
}

.fullcalendar .fc td {
    font-weight: 700;
}

.fullcalendar .fc td,
.fullcalendar .fc th {
    border-right: 0;
    border-left: 0;
}

.fullcalendar .fc-body {
    border: 0.0625rem solid #e4e4e4;
}

.fullcalendar .fc-day-grid-event .fc-time {
    font-weight: inherit;
}

.fullcalendar .fc-day-grid-event .fc-time::after {
    display: inline-block;
    content: ':';
}

.fullcalendar .fc-widget-content {
    border-color: #e4e4e4;
}

.fullcalendar .fc-unthemed th,
.fullcalendar .fc-unthemed td,
.fullcalendar .fc-unthemed hr,
.fullcalendar .fc-unthemed thead,
.fullcalendar .fc-unthemed tbody,
.fullcalendar .fc-unthemed .fc-row,
.fullcalendar .fc-unthemed .fc-popover {
    border-color: #e4e4e4;
}

.fullcalendar .fc-unthemed hr,
.fullcalendar .fc-unthemed .fc-popover .fc-header {
    background-color: #e4e4e4;
}

.fullcalendar .fc button {
    padding: 0 1.25rem;
    font-size: inherit;
}

.fullcalendar .fc-prev-button,
.fullcalendar .fc-next-button {
    padding: 0 5px;
}

.fullcalendar .fc-state-default.fc-corner-left {
    /* non-theme */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fullcalendar .fc-state-default.fc-corner-right {
    /* non-theme */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fullcalendar .fc-state-default {
    background: transparent;
    border-color: #D8D8D8;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    color: #59595A;
    text-shadow: none;
    box-shadow: none;
}

.fullcalendar .fc-state-hover,
.fullcalendar .fc-state-down,
.fullcalendar .fc-state-active,
.fullcalendar .fc-state-disabled {
    color: #4c4c4d;
    background-color: #e4e4e4;
    outline: none;
}

.fullcalendar .fc-state-hover {
    color: #4c4c4d;
}

.fullcalendar .fc-state-down,
.fullcalendar .fc-state-active {
    background-color: #e4e4e4;
    background-image: none;
    box-shadow: none;
}

.fullcalendar .fc-toolbar {
    background-color: #e2e2e2;
    margin-bottom: 0;
}

.fullcalendar .fc-button {
    line-height: 1;
    padding: 0 0.75rem;
    height: 2.5rem;
    text-transform: capitalize;
}

.fullcalendar .fc-toolbar h2 {
    font-size: 1rem;
    line-height: 2.5rem;
    padding: 0 0.75rem;
    height: 2.5rem;
}

.fullcalendar .fc-left > .fc-button,
.fullcalendar .fc-left h2,
.fullcalendar .fc-right > .fc-button,
.fullcalendar .fc-right h2,
.fullcalendar .fc-center > .fc-button,
.fullcalendar .fc-center h2 {
    border-right: 0.0625rem solid #c9c9c9;
}

.fc-view-container {
    padding: 0.75rem;
}

.fc .fc-toolbar > * > * {
    margin-left: 0;
}

.fc-event {
    background-color: #44425B;
    color: white;
    border-radius: 0;
    padding: 2px 5px;
    border-color: transparent;
    font-size: 12px;
}

.external-event {
    padding: 4px;
    border-color: transparent;
    font-size: 0.8125rem;
    display: block;
    margin: 0 0 0.0625rem 0;
}

.external-event .remove {
    cursor: pointer;
}

.external-events {
    list-style: none;
    padding: 0;
}

.external-events .form-control {
    padding-left: 0;
}

.external-events .event-primary .form-control,
.fc-event-container .event-primary .form-control {
    color: #353887;
}

.external-events .event-primary.fc-event,
.fc-event-container .event-primary.fc-event {
    background-color: #6164C1;
    color: #353887;
}

.external-events .event-success .form-control,
.fc-event-container .event-success .form-control {
    color: #3d8c4e;
}

.external-events .event-success.fc-event,
.fc-event-container .event-success.fc-event {
    background-color: #b6dfbf;
    color: #3d8c4e;
}

.external-events .event-info .form-control,
.fc-event-container .event-info .form-control {
    color: #23a0cb;
}

.external-events .event-info.fc-event,
.fc-event-container .event-info.fc-event {
    background-color: #c5e9f5;
    color: #23a0cb;
}

.external-events .event-warning .form-control,
.fc-event-container .event-warning .form-control {
    color: #e98619;
}

.external-events .event-warning.fc-event,
.fc-event-container .event-warning.fc-event {
    background-color: #fbe8d3;
    color: #e98619;
}

.external-events .event-danger .form-control,
.fc-event-container .event-danger .form-control {
    color: #b5293c;
}

.external-events .event-danger.fc-event,
.fc-event-container .event-danger.fc-event {
    background-color: #f0bac2;
    color: #b5293c;
}

.external-events .event-default .form-control,
.fc-event-container .event-default .form-control {
    color: #afafaf;
}

.external-events .event-default.fc-event,
.fc-event-container .event-default.fc-event {
    background-color: #e7e7e7;
    color: #59595A;
}

.event-type {
    margin-top: 5px;
    padding: 0;
    list-style: none;
}

.event-type li {
    display: inline-block;
}

.event-type li a::before {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #6164C1;
    content: '';
}

.event-type li a:hover,
.event-type li a:focus,
.event-type li a.active {
    border-color: #6164C1;
}

.event-type li a {
    position: relative;
    display: block;
    padding: 1px;
    width: 15px;
    height: 15px;
    border: 0.0625rem solid transparent;
}

.event-type li a.event-primary::before {
    background-color: #6164C1;
}

.event-type li a.event-success::before {
    background-color: #6FC080;
}

.event-type li a.event-info::before {
    background-color: #6EC7E6;
}

.event-type li a.event-warning::before {
    background-color: #F2B776;
}

.event-type li a.event-danger::before {
    background-color: #DD6777;
}

.event-type li a.event-default::before {
    background-color: #e2e2e2;
}

/* $gallery
 ------------------------------------------*/
.gallery a {
    display: block;
    overflow: hidden;
    margin-bottom: 0.75rem;
    border-radius: 0;
}

.gallery a img {
    -webkit-transition: transform 150ms linear;
    transition: transform 150ms linear;
    max-width: 100%;
    height: auto;
}

.gallery a:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

/* $invoice
 ------------------------------------------*/
.invoice-logo {
    height: 50px;
}

.invoice-totals {
    margin-bottom: 15px;
    text-align: right;
}

.invoice-totals:before, .invoice-totals:after {
    content: " ";
    display: table;
}

.invoice-totals:after {
    clear: both;
}

.invoice-totals .invoice-totals-row {
    margin-bottom: 5px;
}

.invoice-totals .invoice-totals-title {
    margin-right: 15px;
}

.invoice-totals .invoice-totals-value {
    display: inline-block;
    min-width: 90px;
    text-align: left;
}

/* $messages
 ------------------------------------------*/
.message-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.message-list .message-list-item a {
    padding: 1.25rem;
    display: block;
    cursor: pointer;
}

.message-list .message-list-item a:hover, .message-list .message-list-item a:focus, .message-list .message-list-item a:active {
    background-color: #f6f6f6;
    color: #59595A;
}

.message-list .message-list-item a p {
    margin-bottom: 0;
}

.message-list .message-list-item a .message-list-item-header {
    display: block;
    margin-bottom: 2px;
}

.message-list .message-list-item a .message-list-item-header span {
    color: #333333;
}

.message-list .message-list-item a .time {
    color: #b3b3b3;
    float: right;
    font-size: 10px;
    font-weight: 700;
    margin-top: 3px;
}

.message-view,
.contact-view {
    background-color: white;
}

.message-header:before, .message-header:after,
.contact-header:before,
.contact-header:after {
    content: " ";
    display: table;
}

.message-header:after,
.contact-header:after {
    clear: both;
}

.message-header .lead,
.contact-header .lead {
    margin-bottom: 5px;
}

.message-header .date,
.contact-header .date {
    padding-top: 8px;
    color: #b3b3b3;
    float: right;
    font-size: 11px;
}

.message-header .message-toolbar,
.message-header .contact-toolbar,
.contact-header .message-toolbar,
.contact-header .contact-toolbar {
    display: block;
    background: rgba(0, 0, 0, 0.05);
    padding: 0 0.75rem;
    background: #efefef;
    position: relative;
}

.message-header .message-toolbar:before, .message-header .message-toolbar:after,
.message-header .contact-toolbar:before,
.message-header .contact-toolbar:after,
.contact-header .message-toolbar:before,
.contact-header .message-toolbar:after,
.contact-header .contact-toolbar:before,
.contact-header .contact-toolbar:after {
    content: " ";
    display: table;
}

.message-header .message-toolbar:after,
.message-header .contact-toolbar:after,
.contact-header .message-toolbar:after,
.contact-header .contact-toolbar:after {
    clear: both;
}

.message-header .message-toolbar::after,
.message-header .contact-toolbar::after,
.contact-header .message-toolbar::after,
.contact-header .contact-toolbar::after {
    content: '';
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #e4e4e4;
}

.message-header .message-toolbar p,
.message-header .contact-toolbar p,
.contact-header .message-toolbar p,
.contact-header .contact-toolbar p {
    padding: 8px 0;
}

.message-header .message-toolbar a,
.message-header .contact-toolbar a,
.contact-header .message-toolbar a,
.contact-header .contact-toolbar a {
    color: #727274;
    padding: 10px 0;
    display: inline-block;
}

.message-header .message-toolbar a:hover,
.message-header .contact-toolbar a:hover,
.contact-header .message-toolbar a:hover,
.contact-header .contact-toolbar a:hover {
    color: #59595A;
}

.message-files {
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.05);
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.05);
    padding: 1.25rem 0;
    margin-top: 1.25rem;
}

.message-files .btn {
    min-height: 37px;
}

.no-messages,
.no-contacts {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.no-messages .no-title,
.no-contacts .no-title {
    display: table-cell;
    vertical-align: middle;
}

.no-messages .no-title h1,
.no-contacts .no-title h1 {
    font-family: helvetica neue;
    font-weight: 300;
}

.contacts-list {
    position: relative;
}

@media screen and (min-width: 768px) {
    .messages-sidebar,
    .contacts-sidebar {
        width: 250px;
    }

    .messages-list,
    .contacts-list {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .message-view,
    .contact-view {
        position: fixed;
        top: 3.438rem;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1000;
        background-color: rgba(255, 255, 255, 0.99);
        overflow: hidden;
        -webkit-transition: -webkit-transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
        -moz-transition: -moz-transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
        -o-transition: -o-transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
        transition: transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .message-view .scroll,
    .contact-view .scroll {
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
    }

    .message-open .message-view,
    .contact-open .contact-view {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .contacts-list {
        min-height: calc(100vh - 5.938rem);
    }

    .contacts-list #list1 {
        position: absolute;
    }
}

/* $travel
 ------------------------------------------*/
.travel-map.column,
.travel-content.column {
    width: 50%;
}

@media (max-width: 767px) {
    .travel-map.column,
    .travel-content.column {
        width: 100%;
        display: block;
        height: 100%;
    }

    .travel-map.column .world-map,
    .travel-content.column .world-map {
        display: block;
    }
}

.tile-container {
    position: relative;
    width: 100%;
    margin-left: -0.375rem;
    margin-right: -0.375rem;
}

.tile-small,
.tile-big {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    float: left;
}

.tile-small:hover .card,
.tile-big:hover .card {
    background-color: #eee;
}

.tile-small {
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 4px;
}

.tile-big {
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 4px;
}

@media (max-width: 767px) {
    .tile-small {
        width: 100%;
    }

    .tile-big {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .tile-small {
        width: 50%;
    }

    .tile-big {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .tile-small {
        width: 25%;
    }

    .tile-big {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .tile-small {
        width: 25%;
    }

    .tile-big {
        width: 50%;
    }
}

.travel-reviews {
    padding: 0;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
    list-style: none;
}

.travel-reviews .travel-reviews-icon {
    width: 60px;
}

.travel-reviews .travel-reviews-icon img {
    width: 100%;
}

.travel-reviews .travel-reviews-content {
    padding-left: 10px;
}

.travel-reviews .travel-reviews-header, .travel-reviews .travel-reviews-footer {
    padding: 0 1.25rem;
}

.travel-reviews .travel-reviews-header {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0.0625rem solid #e4e4e4;
}

.travel-reviews .travel-reviews-header p {
    margin: 0;
}

.travel-reviews .travel-reviews-footer {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.travel-reviews li a {
    font-size: 0.8125rem;
    padding: 0;
    display: table;
    width: 100%;
    height: 100%;
    border-spacing: 0;
    table-layout: fixed;
    overflow: hidden;
    line-height: 25px;
}

.travel-reviews .travel-reviews-icon,
.travel-reviews .travel-reviews-content,
.travel-reviews .travel-reviews-place {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    float: none;
    height: 100%;
}

.travel-reviews .travel-reviews-place {
    color: #666667;
    width: 100px;
}

.travel-reviews a:hover,
.travel-reviews a:active {
    color: #4c4c4d;
    background-color: transparent;
}

.travel-reviews .travel-reviews-list {
    list-style: none;
    padding: 0;
}

.travel-reviews .travel-reviews-list li {
    border-bottom: 0.0625rem solid #f1f1f1;
}

.travel-reviews .travel-reviews-list li a {
    position: relative;
    padding: 1.25rem;
}

/* $products
 ------------------------------------------*/
.product-tile .product-image {
    border-radius: 0;
    background: white;
    padding: 3em;
    box-shadow: 0 0.125rem 0.25rem rgba(50, 70, 75, 0.2);
}

.product-tile .product-meta {
    position: relative;
    margin: 0.75rem 0 0;
    padding: 0 60px 0 0;
    text-align: left;
}

.product-tile .product-brand {
    display: block;
}

.product-tile .product-title {
    margin: 0;
    padding: .4em 0 .1em;
}

.product-tile .product-price {
    font-size: .95em;
    position: absolute;
    top: .45em;
    right: .25em;
    color: #595b64;
}

.product-tile.tile-small, .product-tile.tile-big {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    padding-bottom: 0.75rem;
}

.product-actions {
    padding: 0.75rem;
    text-align: right;
}

.product-actions .cart-button {
    position: absolute;
    bottom: 6.25rem;
    right: 0.75rem;
    -webkit-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}

.product-actions .mark,
.product-actions mark {
    position: absolute;
    top: 0;
    right: 0.375rem;
    background: transparent;
}

.product-actions .mark a,
.product-actions mark a {
    position: relative;
    color: #fff;
    padding: 4px;
}

.product-actions .mark:before,
.product-actions mark:before {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    content: "";
}

.product-actions .mark:before,
.product-actions mark:before {
    border-top: solid 20px #6164C1;
    border-right: solid 20px #6164C1;
    border-left: solid 20px transparent;
    border-bottom: solid 20px transparent;
}

.no-touch .product-actions .cart-button {
    opacity: 0;
}

.no-touch .product-tile:hover .product-actions .cart-button {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cart-summary {
    position: fixed;
    top: 100px;
    right: 0.75rem;
    background: #6164C1;
    color: white;
    border-radius: 0;
    z-index: 1;
    padding: 0.75rem;
    width: 150px;
}

.cart-quantity {
    min-width: 20px;
    display: inline-block;
    text-align: center;
}

.math-actions {
    line-height: 1;
    position: relative;
    cursor: pointer;
    min-width: 10px;
    display: inline-block;
    margin: 0 5px;
}

.math-actions::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -5px;
    background: #59595A;
    width: 2px;
    height: 10px;
    margin-right: -1px;
}

.math-actions::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    background: #59595A;
    height: 2px;
    width: 10px;
    margin-right: -5px;
    margin-top: -1px;
}

.math-actions.minus:before {
    display: none;
}

@media (max-width: 767px) {
    .product-tile.tile-small {
        width: 100%;
    }

    .product-tile.tile-big {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .product-tile.tile-small {
        width: 50%;
    }

    .product-tile.tile-big {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .product-tile.tile-small {
        width: 25%;
    }

    .product-tile.tile-big {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .product-tile.tile-small {
        width: 20%;
    }

    .product-tile.tile-big {
        width: 40%;
    }
}

.post-header {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    margin-top: -146px;
}

.post-header > * {
    display: table-cell;
    vertical-align: bottom;
    float: none;
    height: 100%;
}

/* $profile
 ------------------------------------------*/
.profile-header {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    margin-top: -23%;
}

.profile-header > * {
    display: table-cell;
    vertical-align: bottom;
    float: none;
    height: 100%;
}

.profile-avatar {
    z-index: 1;
    width: 100%;
    display: block;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(50, 70, 75, 0.2);
}

.profile-stats {
    width: 40%;
    float: right;
}

.profile-user {
    width: 60%;
}

.profile-sidebar-item {
    margin: 0 0 0.75rem 0;
}

.profile-sidebar-item:before, .profile-sidebar-item:after {
    content: " ";
    display: table;
}

.profile-sidebar-item:after {
    clear: both;
}

.profile-sidebar-item p {
    margin: 0;
}

.profile-sidebar-item.profile-info {
    text-align: center;
}

.profile-reccomendations .user-meta {
    padding: 0;
    list-style: none;
}

.profile-reccomendations .user-meta li {
    padding: 5px 0;
}

.profile-numbers-count {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
}

.profile-numbers-count li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none;
    border-right: 0.0625rem solid #e4e4e4;
    font-size: 12px;
}

.profile-numbers-count li:Last-child {
    border-right: 0;
}

.profile-numbers-count li span {
    font-size: 25px;
    display: block;
    color: #4d4d4d;
}

.profile-timeline-header {
    margin-bottom: 5px;
}

.profile-timeline-header:before, .profile-timeline-header:after {
    content: " ";
    display: table;
}

.profile-timeline-header:after {
    clear: both;
}

.profile-timeline-header .profile-timeline-user {
    position: relative;
    float: left;
    margin-right: 0.9rem;
    display: block;
}

.profile-timeline-header .profile-timeline-user img {
    max-width: 48px;
}

.profile-timeline-header .profile-timeline-user-details {
    margin-top: 5px;
    margin-left: 63px;
}

.profile-timeline-content {
    margin-left: 63px;
}

.profile-timeline-controls a {
    display: inline-block;
}

.profile-timeline-images {
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 10px;
}

.profile-timeline-images .image-link {
    display: block;
    width: 50%;
    float: left;
    padding-right: 2px;
    padding-left: 2px;
}

.profile-timeline-images .image-link-smaller {
    display: block;
    width: 25%;
    float: left;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 4px;
}

.profile-timeline-audio {
    padding: 1.25rem 0;
    margin-bottom: 10px;
}

.profile-timeline-audio .audio {
    display: table;
    width: 100%;
}

.profile-timeline-audio .audio .play_pause, .profile-timeline-audio .audio .audio-timeline, .profile-timeline-audio .audio .time {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none;
}

.profile-timeline-audio .audio .play_pause {
    width: 40px;
}

.profile-timeline-audio .audio .progress {
    height: 5px;
    width: 100%;
    float: left;
    margin: 0;
    border-radius: 0;
}

.profile-timeline-audio .audio .progress .done {
    float: left;
    width: 34%;
    height: 5px;
    text-align: center;
    background-color: #6164C1;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.profile-timeline-audio .audio .time {
    width: 80px;
}

.post-comments {
    margin: 20px 0 0 0;
}

.post-comments .media {
    margin: 0;
}

.post-comments .comment {
    overflow: hidden;
}

.post-comments .comment-author a {
    color: #333333;
}

.post-comments .comment-author .time {
    font-weight: 700;
    font-size: 11px;
    color: #99999a;
}

.post-comments .avatar {
    max-width: 48px;
}

.post-comments .comment {
    overflow: hidden;
}

.post-comments .comment-meta {
    float: right;
    margin-bottom: 5px;
}

.composer .card-block {
    padding-bottom: 0;
}

.composer textarea {
    border-radius: 2px;
}

.composer .composer-options {
    padding: 5px;
}

.composer .composer-options:before, .composer .composer-options:after {
    content: " ";
    display: table;
}

.composer .composer-options:after {
    clear: both;
}

.composer .composer-options .btn {
    border-color: transparent;
    background-color: transparent;
}

/* $timeline
 ------------------------------------------*/
.timeline {
    position: relative;
    margin-bottom: 3.25rem;
}

.timeline::before {
    position: absolute;
    top: 6px;
    left: 15px;
    width: 2px;
    height: 100%;
    background: #e2e2e2;
    content: '';
}

.timeline .timeline-icon {
    position: absolute;
    top: 6px;
    left: 0;
    text-align: center;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
}

.timeline .timeline-icon > i {
    line-height: 1.875rem;
    font-size: 13px;
}

.timeline .timeline-card {
    position: relative;
    margin: 1.875rem 0;
}

.timeline .timeline-card:before, .timeline .timeline-card:after {
    content: " ";
    display: table;
}

.timeline .timeline-card:after {
    clear: both;
}

.timeline .timeline-card:first-child {
    margin-top: 0;
}

.timeline .timeline-heading {
    position: relative;
    border-color: transparent;
    margin-bottom: 1.25rem;
}

.timeline .timeline-heading:before, .timeline .timeline-heading:after {
    content: " ";
    display: table;
}

.timeline .timeline-heading:after {
    clear: both;
}

.timeline .timeline-heading.border:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.06);
}

.timeline .timeline-content {
    position: relative;
    margin-left: 60px;
    padding: 1.25rem;
    border: 0.0625rem solid #e2e2e2;
    background: white;
    border-radius: 0;
}

.timeline .timeline-content:before, .timeline .timeline-content:after {
    content: " ";
    display: table;
}

.timeline .timeline-content:after {
    clear: both;
}

.timeline .timeline-content .timeline-date {
    display: inline-block;
    padding: 5px 0 10px;
}

.timeline .timeline-content::before {
    position: absolute;
    top: 13px;
    right: 100%;
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color: transparent #e2e2e2 transparent transparent;
    content: " ";
    pointer-events: none;
}

.timeline .timeline-content::after {
    position: absolute;
    top: 14px;
    right: 100%;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent white transparent transparent;
    content: " ";
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .timeline:not(.stacked)::before {
        left: 50%;
        margin-left: -1px;
    }

    .timeline:not(.stacked) .timeline-card:nth-child(even) .timeline-content {
        float: right;
    }

    .timeline:not(.stacked) .timeline-card:nth-child(odd) .timeline-content::before {
        position: absolute;
        right: auto;
        left: 100%;
        border-color: transparent transparent transparent #e2e2e2;
    }

    .timeline:not(.stacked) .timeline-card:nth-child(odd) .timeline-content::after {
        position: absolute;
        right: auto;
        left: 100%;
        border-color: transparent transparent transparent white;
    }

    .timeline:not(.stacked) .timeline-card:nth-child(even) .timeline-content .timeline-date {
        right: 122%;
        left: auto;
        text-align: right;
    }

    .timeline:not(.stacked) .timeline-card:first-child {
        margin-top: 0;
    }

    .timeline:not(.stacked) .timeline-icon {
        left: 50%;
        margin-left: -15px;
    }

    .timeline:not(.stacked) .timeline-content {
        margin-left: 0;
        padding: 20px;
        width: 45%;
    }

    .timeline:not(.stacked) .timeline-content .timeline-date {
        position: absolute;
        top: 6px;
        left: 122%;
        width: 100%;
    }
}

/* $charts
 ------------------------------------------*/
.labels-white .flot-tick-label {
    color: white;
}

.flot-x-axis > :first-child {
    display: none;
}

.dashboard-rickshaw svg, .dashboard-rickshaw .rickshaw_graph {
    border-radius: 0;
    display: block;
}

.dashboard-rickshaw > .rickshaw_graph {
    height: 100%;
}

.chart_container {
    position: relative;
}

.rickshaw-chart {
    position: relative;
}

.y_axis {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
}

.chart {
    width: 100%;
    border: 0;
}

.chart-sm {
    width: 100%;
    height: 150px;
    border: 0;
}

.morrischart {
    width: 100%;
    height: 200px;
    border: 0;
}

.chart-legend.first {
    padding-top: 80px;
}

svg.nvd3-svg {
    width: 100%;
    display: block;
}

.c3chart {
    display: block;
    position: relative;
    width: 100%;
}

.chocolat-wrapper {
    z-index: 10000;
}

.chocolat-loader {
    width: 24px;
    height: 24px;
    background-image: none;
    background-color: #6164C1;
    margin-top: -12px;
    margin-left: -12px;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

/* $jquery.ui
 ------------------------------------------*/
.ui-slider {
    position: relative;
    text-align: left;
    background: #D0DBEC;
    margin-bottom: 1.25rem;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    background: white;
    box-shadow: #6388c0 0 0 0 1px;
    cursor: pointer;
    outline: none;
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: -moz-transform 200ms cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: -o-transform 200ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 200ms cubic-bezier(0.7, 0, 0.3, 1);
}

.ui-slider .ui-slider-handle.ui-state-active {
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    transform: scale(2, 2);
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .1875rem;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.4375rem;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.1875rem;
    height: 9.375rem;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.4375rem;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-slider-range-min,
.ui-slider-range {
    background-color: #6164C1;
}

.slider-info .ui-slider-range-min, .slider-info .ui-slider-range {
    background-color: #6EC7E6;
}

.slider-info .ui-slider-handle {
    box-shadow: #6EC7E6 0 0 0 1px;
}

.slider-info .slider-handle.triangle {
    border-bottom-color: #6EC7E6;
}

.slider-primary .ui-slider-range-min, .slider-primary .ui-slider-range {
    background-color: #6164C1;
}

.slider-primary .ui-slider-handle {
    box-shadow: #6164C1 0 0 0 1px;
}

.slider-primary .slider-handle.triangle {
    border-bottom-color: #6164C1;
}

.slider-success .ui-slider-range-min, .slider-success .ui-slider-range {
    background-color: #6FC080;
}

.slider-success .ui-slider-handle {
    box-shadow: #6FC080 0 0 0 1px;
}

.slider-success .slider-handle.triangle {
    border-bottom-color: #6FC080;
}

.slider-warning .ui-slider-range-min, .slider-warning .ui-slider-range {
    background-color: #F2B776;
}

.slider-warning .ui-slider-handle {
    box-shadow: #F2B776 0 0 0 1px;
}

.slider-warning .slider-handle.triangle {
    border-bottom-color: #F2B776;
}

.slider-danger .ui-slider-range-min, .slider-danger .ui-slider-range {
    background-color: #DD6777;
}

.slider-danger .ui-slider-handle {
    box-shadow: #DD6777 0 0 0 1px;
}

.slider-danger .slider-handle.triangle {
    border-bottom-color: #DD6777;
}

.rounded-handler .ui-slider-handle {
    border-radius: 50%;
}

/* $bootstrap-tags
 ------------------------------------------*/
div.tagsinput {
    border-color: #e4e4e4;
    background: white;
    padding: 0.3125rem 0.3125rem 0;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
}

div.tagsinput span.tag {
    border-color: #6164C1;
    border-radius: 0;
    background: #6164C1;
    color: white;
    font-family: inherit;
    padding: 0.125rem 0.3125rem;
}

div.tagsinput span.tag a {
    color: white;
    font-size: 0.8125rem;
}

div.tagsinput input {
    font-family: inherit;
    color: white;
}

.not_valid {
    background: #f9e4e7 !important;
    color: #b5293c !important;
}

/* $bootstrap-timepicker
 ------------------------------------------*/
.bootstrap-timepicker {
    position: relative;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    right: 0;
    left: auto;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
    right: 12px;
    left: auto;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
    right: 13px;
    left: auto;
}

.bootstrap-timepicker .input-group-addon {
    cursor: pointer;
}

.bootstrap-timepicker .input-group-addon i {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.bootstrap-timepicker-widget.dropdown-menu {
    padding: 4px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
    position: absolute;
    display: inline-block;
    content: '';
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
    position: absolute;
    display: inline-block;
    content: '';
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -7px;
    border-top: 7px solid #999;
    border-bottom: 0;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-top: 6px solid #fff;
    border-bottom: 0;
}

.bootstrap-timepicker-widget .glyphicon-chevron-up,
.bootstrap-timepicker-widget .glyphicon-chevron-down {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bootstrap-timepicker-widget .glyphicon-chevron-up::before {
    content: '\f106';
}

.bootstrap-timepicker-widget .glyphicon-chevron-down::before {
    content: '\f107';
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
    border-radius: 4px;
}

.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
}

.bootstrap-timepicker-widget table td {
    height: 30px;
    margin: 0;
    padding: 2px;
    text-align: center;
}

.bootstrap-timepicker-widget table td:not(.separator) {
    min-width: 30px;
}

.bootstrap-timepicker-widget table td span {
    width: 100%;
}

.bootstrap-timepicker-widget table td a {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 8px 0;
    color: #333;
    border: 1px transparent solid;
    outline: 0;
}

.bootstrap-timepicker-widget table td a:hover {
    text-decoration: none;
    border-color: #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #eee;
}

.bootstrap-timepicker-widget table td a i {
    font-size: 18px;
    margin-top: 2px;
}

.bootstrap-timepicker-widget table td input {
    width: 25px;
    margin: 0;
    text-align: center;
}

.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}

@media (min-width: 767px) {
    .bootstrap-timepicker-widget.modal {
        width: 200px;
        margin-left: -100px;
    }
}

@media (max-width: 767px) {
    .bootstrap-timepicker {
        width: 100%;
    }

    .bootstrap-timepicker .dropdown-menu {
        width: 100%;
    }
}

.bootstrap-timepicker {
    position: relative;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    right: 0;
    left: auto;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
    right: .75rem;
    left: auto;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
    right: .8125rem;
    left: auto;
}

.bootstrap-timepicker-widget.dropdown-menu {
    padding: 1px;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
    position: absolute;
    display: inline-block;
    content: '';
    border-right: .4375rem solid transparent;
    border-bottom: 0.4375rem solid rgba(0, 0, 0, 0.2);
    border-left: .4375rem solid transparent;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
    position: absolute;
    display: inline-block;
    content: '';
    border-right: .375rem solid transparent;
    border-bottom: .375rem solid #fff;
    border-left: .375rem solid transparent;
}

.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: .375rem;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: .4375rem;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: .375rem;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: .4375rem;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -.4375rem;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -.375rem;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    top: auto;
    bottom: -.4375rem;
    border-top: .4375rem solid #999;
    border-bottom: 0;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    top: auto;
    bottom: -.375rem;
    border-top: .375rem solid #fff;
    border-bottom: 0;
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
    border-radius: 0;
}

.bootstrap-timepicker-widget table td.separator {
    width: .125rem;
    padding: 0;
}

.bootstrap-timepicker-widget table td a {
    padding: 0;
    color: #59595A;
}

.bootstrap-timepicker-widget table td a:hover {
    color: #404040;
    border-color: transparent;
    background-color: transparent;
    border-radius: 0;
}

.bootstrap-timepicker-widget table td a i {
    font-size: 0.8125rem;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.bootstrap-timepicker-widget table td a i::after {
    display: inline-block;
    width: .875rem;
    height: .875rem;
    vertical-align: middle;
}

.bootstrap-timepicker-widget table td a .icon-chevron-down::after {
    line-height: .5625rem;
    content: '\f0dd';
}

.bootstrap-timepicker-widget table td a .icon-chevron-up::after {
    line-height: 1.25rem;
    content: '\f0de';
}

.bootstrap-timepicker-widget table td input {
    border: 0;
}

.bootstrap-timepicker-widget .modal-content {
    padding: .25rem;
}

/* $wizard
 ------------------------------------------*/
.wizard-pager {
    margin-top: 1.25rem;
}

.wizard-pager:before, .wizard-pager:after {
    content: " ";
    display: table;
}

.wizard-pager:after {
    clear: both;
}

.wizard-pager .btn {
    min-width: 6.25rem;
}

/* $bootstrap-wysiwyg
 ------------------------------------------*/
.bootstrap-wysiwyg .btn-toolbar {
    margin: 0;
    padding: 0 0 0.3125rem 0.3125rem;
    border: 0.0625rem solid #e4e4e4;
    border-bottom: 0;
}

.bootstrap-wysiwyg .btn-toolbar .btn-group {
    margin-top: 0.3125rem;
    margin-right: 0.3125rem;
}

ul.wysihtml5-toolbar {
    background: #f5f5f5;
    border: 0.0625rem solid #e4e4e4;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

ul.wysihtml5-toolbar > li {
    margin: 0;
}

ul.wysihtml5-toolbar .btn {
    height: 2.5rem;
    line-height: 2.5rem;
    min-width: 2.5rem;
    padding: 0 0.625rem;
    background-color: #f5f5f5;
    border-top: 0;
    border-bottom-color: #e4e4e4;
    border-left: 0;
    border-right-color: #e4e4e4;
    color: #59595A;
    border-radius: 0;
    box-shadow: none;
}

ul.wysihtml5-toolbar .btn:hover {
    background-color: #ececec;
}

ul.wysihtml5-toolbar .btn-group .btn + .btn {
    margin-left: 0;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
    box-shadow: none;
    background-color: #ececec;
}

ul.wysihtml5-toolbar .open > .dropdown-toggle.btn {
    color: #59595A;
    background-color: #f5f5f5;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: #e4e4e4;
}

ul.wysihtml5-toolbar .dropdown-menu {
    margin: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.wysihtml5-sandbox {
    padding: 1.25rem !important;
    width: 100% !important;
    border-color: #e4e4e4 !important;
    border-top: 0 !important;
    background-color: white;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    outline: none !important;
}

/* $textAngular
 ------------------------------------------*/
.ta-root {
    border: 0.0625rem solid #e4e4e4;
}

.ta-toolbar.btn-toolbar {
    background-color: #f5f5f5;
    margin-left: 0;
    padding-bottom: 0.3125rem;
}

.ta-toolbar.btn-toolbar > .btn, .ta-toolbar.btn-toolbar > .btn-group, .ta-toolbar.btn-toolbar > .input-group {
    margin-top: 0.3125rem;
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
    width: 100%;
    outline: 0;
}

.ta-scroll-window > .ta-bind {
    background-color: white;
    outline: 0;
}

/* $c3-charts
 ------------------------------------------*/
.c3 svg text,
.c3 svg {
    color: #59595A;
    font: 0.625rem Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.c3 path,
.c3 line {
    stroke: #e4e4e4;
}

.c3 .c3-tooltip {
    box-shadow: none;
}

.c3 .c3-tooltip tr {
    border-color: #6164C1;
}

.c3 .c3-tooltip th {
    background-color: #6164C1;
    font-size: 0.8125rem;
}

.c3 .c3-tooltip td {
    border-left-color: #6164C1;
}

/* $chartjs
 ------------------------------------------*/
.canvas-holder {
    padding: 0;
    margin: 0;
    position: relative;
}

.doughnut-legend {
    list-style: none;
    position: absolute;
    right: 0.5rem;
    top: 0;
}

.doughnut-legend li {
    display: block;
    padding-left: 1.875rem;
    position: relative;
    margin-bottom: 0.25rem;
    padding: 0.125rem 0.5rem 0.125rem 1.75rem;
    cursor: default;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.doughnut-legend li:hover {
    background-color: #e2e2e2;
}

.doughnut-legend li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25rem;
    height: 100%;
}

/* $checkbo
 ------------------------------------------*/
.cb-radio.checked i {
    background-color: #6164C1;
}

.cb-radio:hover .cb-inner {
    border-color: #6164C1;
}

.cb-checkbox .cb-inner,
.cb-radio .cb-inner {
    border-color: #e4e4e4;
    background: white;
}

.cb-checkbox.no-border .cb-inner,
.cb-radio.no-border .cb-inner {
    border-color: transparent;
}

.cb-checkbox.checked .cb-inner {
    border-color: #6164C1;
    background-color: #6164C1;
}

.cb-checkbox:hover .cb-inner {
    border-color: #6164C1;
}

.cb-checkbox .cb-inner,
.cb-checkbox i {
    border-radius: 0;
}

.cb-checkbox i::after,
.cb-checkbox i::before {
    width: 1px;
}

.cb-checkbox.cb-sm i,
.cb-checkbox.cb-sm .cb-inner {
    border-radius: 0;
}

.cb-checkbox.cb-md i,
.cb-checkbox.cb-md .cb-inner {
    border-radius: 0;
}

.cb-checkbox.cb-lg i,
.cb-checkbox.cb-lg .cb-inner {
    border-radius: 0;
}

/* $chosen
 ------------------------------------------*/
.chosen-container .chosen-single, .chosen-container .chosen-choices {
    border-color: #e4e4e4;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: border 150ms linear;
    transition: border 150ms linear;
    -webkit-appearance: none;
    font-weight: 400;
    font-size: 0.8125rem;
    min-height: 2.125rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.42857143;
    color: #59595A;
    background-color: white;
    background-image: none;
}

.chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #e4e4e4;
    background-image: none;
}

.chosen-container .chosen-drop {
    border-color: #e4e4e4;
    border-top: 0;
    box-shadow: none;
    border-radius: 0 0 0 0;
}

.chosen-container.chosen-container-multi.chosen-with-drop .chosen-choices {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.chosen-container.chosen-container-single .chosen-search input[type=text] {
    background: none;
    border-color: #e4e4e4;
}

.chosen-container.chosen-container-single .chosen-search::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 1.5rem;
    content: "\f002";
    position: absolute;
    top: 50%;
    right: 0.3125rem;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    font-size: 0.75rem;
    color: #6d6d6f;
    margin-top: -0.75rem;
}

.chosen-container.chosen-container-single .chosen-single div b {
    background: none;
}

.chosen-container.chosen-container-single .chosen-single div b::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 1.5rem;
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0.3125rem;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    font-size: 0.75rem;
    color: #6d6d6f;
    margin-top: -0.75rem;
    -webkit-transition: transform 150ms ease;
    transition: transform 150ms ease;
}

.chosen-container.chosen-container-single .chosen-single abbr {
    background: none;
    position: absolute;
    top: 50%;
    right: 1.875rem;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.75rem;
    text-align: center;
    line-height: 1.5rem;
}

.chosen-container.chosen-container-single .chosen-single abbr::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f00d";
    font-size: 0.75rem;
    color: #e4e4e4;
}

.chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.chosen-container .chosen-results li.highlighted,
.chosen-container .chosen-results li.result-selected {
    background-color: #e4e4e4;
    background-image: none;
    color: #59595A;
    border-radius: 0;
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice {
    margin: 0.1875rem 0.3125rem 0.1875rem 0;
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: none;
    top: 0.125rem;
    width: 1rem;
    height: 1rem;
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 1rem;
    content: "\f00d";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1rem;
    height: 1rem;
    text-align: center;
    font-size: 0.75rem;
    color: #59595A;
    margin-top: -0.5rem;
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice {
    background-image: none;
    background-color: #e2e2e2;
    border-color: #dddddd;
    box-shadow: none;
    border-radius: 0;
}

.chosen-container.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    -webkit-font-smoothing: antialiased;
}

.chosen-container.chosen-container-multi .chosen-drop .result-selected {
    color: #59595A;
}

.chosen-drop-up + .chosen-container .chosen-choices {
    border-bottom: 0.0625rem solid #e4e4e4;
    border-top: 0;
}

.chosen-drop-up + .chosen-container .chosen-drop {
    top: auto;
    bottom: 100%;
    border-top: 0.0625rem solid #e4e4e4;
    border-bottom: 0;
}

/* $clock-picker
 ------------------------------------------*/
.clockpicker-popover .popover-title {
    color: #59595A;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
}

.clockpicker-popover .popover-title span {
    cursor: pointer;
}

.clockpicker-popover .popover-content {
    background-color: white;
}

.clockpicker-popover .popover-content:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.clockpicker-popover .clockpicker-plate {
    border: 0.0625rem solid #e4e4e4;
}

.clockpicker-popover .clockpicker-button {
    margin: 0;
    padding: 0.625rem 0;
    border-width: 0.0625rem 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* $color-picker
 ------------------------------------------*/
.colorpicker {
    padding: 0.3125rem;
    display: none;
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0.0625rem 1px rgba(228, 228, 228, 0.3);
    min-width: initial !important;
}

/* $datatables
 ------------------------------------------*/
table.dataTable {
    margin-bottom: 1.25rem;
    width: 100% !important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-color: transparent;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
    float: right;
    color: #ddd;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

table.dataTable thead .sorting::after {
    content: "\f0dc";
}

table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_asc_disabled::after {
    color: #59595A;
    content: "\f0de";
}

table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_desc_disabled::after {
    color: #59595A;
    content: "\f0dd";
}

table.dataTable .form-control {
    width: 100% !important;
}

table.dataTable.no-footer {
    border-bottom: 0;
}

.dataTables_length label {
    font-weight: 400;
}

.datatable-top {
    margin-bottom: 1.25rem;
}

.datatable-top,
.datatable-bottom {
    display: table;
    width: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background: none;
}

@media (max-width: 767px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .toolbar {
        display: inline-block;
    }

    .dataTables_wrapper .btn {
        vertical-align: baseline;
    }

    .dataTables_wrapper .dataTables_filter label {
        display: block;
    }

    .dataTables_wrapper .dataTables_filter label input {
        margin-left: 0;
    }
}

/* $datepicker
 ------------------------------------------*/
.center-block > .datepicker {
    margin: 0 auto;
}

.datepicker.dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    font-size: 0.8125rem;
    border-color: #e4e4e4;
    box-shadow: 0 0.0625rem 1px rgba(228, 228, 228, 0.3);
    padding: 1.25rem;
}

.datepicker-inline {
    border: 0.0625rem solid #e4e4e4;
}

.datepicker {
    border-radius: 0;
}

.datepicker-dropdown {
    display: none;
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    font-size: 0.8125rem;
    border-color: #e4e4e4;
    box-shadow: 0 0.0625rem 1px rgba(228, 228, 228, 0.3);
    padding: 1.25rem;
}

.datepicker-dropdown:before {
    border-bottom-color: #e4e4e4;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    border-top-color: #e4e4e4;
}

.datepicker table tr td, .datepicker table tr th {
    border-radius: 0;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    position: relative;
    color: white;
    background-color: #6164C1;
    border-color: #6164C1;
    text-shadow: 0 -0.0625rem 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:focus, .datepicker table tr td.active.focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover.focus {
    color: white;
    background-color: #4347ac;
    border-color: #2e3075;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover {
    color: white;
    background-color: #4347ac;
    border-color: #4044a4;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.active,
.open > .datepicker table tr td.active.dropdown-toggle, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover.active,
.open > .datepicker table tr td.active:hover.dropdown-toggle, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active,
.open > .datepicker table tr td.active.disabled.dropdown-toggle, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover.active,
.open > .datepicker table tr td.active.disabled:hover.dropdown-toggle {
    color: white;
    background-color: #4347ac;
    border-color: #4044a4;
}

.datepicker table tr td.active:active:hover, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active.focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active.focus,
.open > .datepicker table tr td.active.dropdown-toggle:hover,
.open > .datepicker table tr td.active.dropdown-toggle:focus,
.open > .datepicker table tr td.active.dropdown-toggle.focus, .datepicker table tr td.active:hover:active:hover, .datepicker table tr td.active:hover:active:focus, .datepicker table tr td.active:hover:active.focus, .datepicker table tr td.active:hover.active:hover, .datepicker table tr td.active:hover.active:focus, .datepicker table tr td.active:hover.active.focus,
.open > .datepicker table tr td.active:hover.dropdown-toggle:hover,
.open > .datepicker table tr td.active:hover.dropdown-toggle:focus,
.open > .datepicker table tr td.active:hover.dropdown-toggle.focus, .datepicker table tr td.active.disabled:active:hover, .datepicker table tr td.active.disabled:active:focus, .datepicker table tr td.active.disabled:active.focus, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled.active:focus, .datepicker table tr td.active.disabled.active.focus,
.open > .datepicker table tr td.active.disabled.dropdown-toggle:hover,
.open > .datepicker table tr td.active.disabled.dropdown-toggle:focus,
.open > .datepicker table tr td.active.disabled.dropdown-toggle.focus, .datepicker table tr td.active.disabled:hover:active:hover, .datepicker table tr td.active.disabled:hover:active:focus, .datepicker table tr td.active.disabled:hover:active.focus, .datepicker table tr td.active.disabled:hover.active:hover, .datepicker table tr td.active.disabled:hover.active:focus, .datepicker table tr td.active.disabled:hover.active.focus,
.open > .datepicker table tr td.active.disabled:hover.dropdown-toggle:hover,
.open > .datepicker table tr td.active.disabled:hover.dropdown-toggle:focus,
.open > .datepicker table tr td.active.disabled:hover.dropdown-toggle.focus {
    color: white;
    background-color: #393c92;
    border-color: #2e3075;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.active,
.open > .datepicker table tr td.active.dropdown-toggle, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover.active,
.open > .datepicker table tr td.active:hover.dropdown-toggle, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active,
.open > .datepicker table tr td.active.disabled.dropdown-toggle, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover.active,
.open > .datepicker table tr td.active.disabled:hover.dropdown-toggle {
    background-image: none;
}

.datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled].focus,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.focus, .datepicker table tr td.active:hover.disabled:hover, .datepicker table tr td.active:hover.disabled:focus, .datepicker table tr td.active:hover.disabled.focus, .datepicker table tr td.active:hover[disabled]:hover, .datepicker table tr td.active:hover[disabled]:focus, .datepicker table tr td.active:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active:hover.focus, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active.disabled.disabled:focus, .datepicker table tr td.active.disabled.disabled.focus, .datepicker table tr td.active.disabled[disabled]:hover, .datepicker table tr td.active.disabled[disabled]:focus, .datepicker table tr td.active.disabled[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:hover.disabled:hover, .datepicker table tr td.active.disabled:hover.disabled:focus, .datepicker table tr td.active.disabled:hover.disabled.focus, .datepicker table tr td.active.disabled:hover[disabled]:hover, .datepicker table tr td.active.disabled:hover[disabled]:focus, .datepicker table tr td.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.focus {
    background-color: #6164C1;
    border-color: #6164C1;
}

.datepicker table tr td.active .badge, .datepicker table tr td.active:hover .badge, .datepicker table tr td.active.disabled .badge, .datepicker table tr td.active.disabled:hover .badge {
    color: #6164C1;
    background-color: white;
}

.datepicker table tr td span {
    border-radius: 0;
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    position: relative;
    color: white;
    background-color: #6164C1;
    border-color: #6164C1;
    text-shadow: 0 -0.0625rem 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover.focus {
    color: white;
    background-color: #4347ac;
    border-color: #2e3075;
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover {
    color: white;
    background-color: #4347ac;
    border-color: #4044a4;
}

.datepicker table tr td span.active:active, .datepicker table tr td span.active.active,
.open > .datepicker table tr td span.active.dropdown-toggle, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active,
.open > .datepicker table tr td span.active:hover.dropdown-toggle, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active,
.open > .datepicker table tr td span.active.disabled.dropdown-toggle, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active,
.open > .datepicker table tr td span.active.disabled:hover.dropdown-toggle {
    color: white;
    background-color: #4347ac;
    border-color: #4044a4;
}

.datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active.focus,
.open > .datepicker table tr td span.active.dropdown-toggle:hover,
.open > .datepicker table tr td span.active.dropdown-toggle:focus,
.open > .datepicker table tr td span.active.dropdown-toggle.focus, .datepicker table tr td span.active:hover:active:hover, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active.focus,
.open > .datepicker table tr td span.active:hover.dropdown-toggle:hover,
.open > .datepicker table tr td span.active:hover.dropdown-toggle:focus,
.open > .datepicker table tr td span.active:hover.dropdown-toggle.focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active.focus,
.open > .datepicker table tr td span.active.disabled.dropdown-toggle:hover,
.open > .datepicker table tr td span.active.disabled.dropdown-toggle:focus,
.open > .datepicker table tr td span.active.disabled.dropdown-toggle.focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active.focus,
.open > .datepicker table tr td span.active.disabled:hover.dropdown-toggle:hover,
.open > .datepicker table tr td span.active.disabled:hover.dropdown-toggle:focus,
.open > .datepicker table tr td span.active.disabled:hover.dropdown-toggle.focus {
    color: white;
    background-color: #393c92;
    border-color: #2e3075;
}

.datepicker table tr td span.active:active, .datepicker table tr td span.active.active,
.open > .datepicker table tr td span.active.dropdown-toggle, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active,
.open > .datepicker table tr td span.active:hover.dropdown-toggle, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active,
.open > .datepicker table tr td span.active.disabled.dropdown-toggle, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active,
.open > .datepicker table tr td span.active.disabled:hover.dropdown-toggle {
    background-image: none;
}

.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active.focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
    background-color: #6164C1;
    border-color: #6164C1;
}

.datepicker table tr td span.active .badge, .datepicker table tr td span.active:hover .badge, .datepicker table tr td span.active.disabled .badge, .datepicker table tr td span.active.disabled:hover .badge {
    color: #6164C1;
    background-color: white;
}

.input-daterange input:first-child {
    border-radius: 0 0 0 0;
}

.input-daterange input:last-child {
    border-radius: 0 0 0 0;
}

.input-daterange .input-group-addon {
    background-color: #e7e7e7;
    border: solid #e4e4e4;
}

/* $daterangepicker
 ------------------------------------------*/
.daterangepicker {
    display: none;
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    font-size: 0.8125rem;
    box-shadow: 0 0.0625rem 1px rgba(228, 228, 228, 0.3);
    margin-top: -0.0625rem;
}

.daterangepicker .ranges .input-mini {
    background-color: transparent;
    border-color: #e4e4e4;
    border-radius: 0;
    color: #59595A;
}

.daterangepicker .calendar-date {
    border-radius: 0;
    border-color: #e4e4e4;
}

.daterangepicker td.available + td.start-date {
    border-radius: 0 0 0 0;
}

.daterangepicker td.in-range + td.end-date {
    border-radius: 0 0 0 0;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background: #e2e2e2;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #6164C1;
    border-color: #6164C1;
    color: #fff;
}

.daterangepicker td,
.daterangepicker th {
    border-radius: 0;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
    font-family: inherit;
}

.daterangepicker td.start-date.end-date {
    border-radius: 0;
}

.daterangepicker .ranges li {
    background: #e4e4e4;
    border-color: #e4e4e4;
    color: #59595A;
    border-radius: 0;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background: #6164C1;
    border-color: #6164C1;
}

.drop-box {
    background: white;
    border: 0.0625rem dashed #e4e4e4;
    width: 100%;
    text-align: center;
    padding: 1.563rem 0.75rem;
    margin-bottom: 0.75rem;
}

.dragover {
    border-color: #6164C1;
}

.dropzone {
    background: white;
    border-width: 1px;
    border-color: #44425B;
    border-style: dashed;
    border-radius: 0;
    display: table;
    width: 100%;
    padding: 0;
}

.dropzone .dz-message {
    display: table-cell;
    vertical-align: middle;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 0;
    background: #e2e2e2;
}

.dropzone .dz-preview .dz-error-message {
    background: #DD6777;
    border-radius: 0;
}

.dropzone .dz-preview .dz-error-message:after {
    border-bottom-color: #DD6777;
}

.dropzone .dz-preview .dz-progress {
    border-color: #e4e4e4;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #6164C1;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border-color: #e4e4e4;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    border-radius: 0;
}

.my-drop-zone {
    border: dashed 0.0625rem #59595A;
    border-radius: 0;
    min-height: 1.25rem;
    padding: 1.188rem;
    margin-bottom: 1.25rem;
    background-color: white;
}

.nv-file-over {
    border-color: #DD6777;
}

.another-file-over-class {
    border-color: #6FC080;
}

/* $easypie
 ------------------------------------------*/
.piechart {
    position: relative;
    display: inline-block;
    text-align: center;
}

.piechart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.piechart > div {
    display: table;
    width: 100%;
    height: 100%;
}

.piechart > div > div {
    display: table-cell;
    vertical-align: middle;
}

.piechart .percent {
    position: relative;
    display: block;
    margin: 0;
}

.piechart .percent:after {
    position: absolute;
    top: 0;
    content: '%';
    font-size: .5em;
    font-family: Helvetica, Georgia, serif;
}

/* $flot-chart
 ------------------------------------------*/
#tooltip {
    position: absolute;
    display: none;
    padding: 0.3125rem 0.625rem;
    border: 0;
    background-color: #6164C1;
    color: white;
    line-height: 1;
}

#tooltip:before {
    position: absolute;
    top: 0.25rem;
    right: 100%;
    display: block;
    width: 0;
    height: 0;
    border-width: 0.375rem;
    border-style: solid;
    border-color: transparent #6164C1 transparent transparent;
    content: '';
}

td.legendColorBox > div {
    border: 0 !important;
    padding: 0 !important;
}

td.legendColorBox > div > div {
    border-radius: 0.25rem;
}

td.legendLabel {
    padding-left: 0.3125rem;
}

/* $google-map
 ------------------------------------------*/
.world-map {
    width: 100%;
    height: 100%;
    display: inline-block;
}

@media (max-width: 767px) {
    .world-map {
        display: table;
    }
}

.full-map-wrapper {
    position: absolute;
    top: 3.438rem;
    bottom: 2.5rem;
    left: 12.5rem;
    right: 0;
}

#cd-google-map {
    position: relative;
}

#google-container {
    position: relative;
    width: 100%;
    height: 100% !important;
    min-height: 25rem;
}

.google-map {
    width: 100%;
    background: transparent;
    padding: 0 !important;
}

.google-map img {
    max-width: none !important;
}

.gm-style-cc {
    display: none !important;
}

.layout-static-sidebar .full-map-wrapper {
    position: static;
    height: 100% !important;
}

.layout-static-sidebar .full-map-wrapper .world-map {
    top: 3.438rem;
    height: auto;
    left: auto;
    right: auto;
    bottom: 2.5rem;
}

/* $inout-select
 ------------------------------------------*/
.input {
    display: block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    background: transparent;
    width: 100%;
    height: 40px;
    padding: 6px 12px 6px 0;
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1.42857143;
}

.input__field:focus {
    outline: none;
}

.input__field[disabled] {
    z-index: 1;
}

.input__label {
    display: inline-block;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    width: 100%;
    text-align: left;
    color: #59595A;
    padding: 0 12px 0 0;
    height: 100%;
    pointer-events: none;
}

.input__label::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    bottom: 0;
    left: 0;
}

.input__label::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #8d8fd2;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 0.8125rem;
    display: inline-block;
    vertical-align: bottom;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__field:focus + .input__label .input__label-content,
.input--filled .input__label-content,
.input--focused .input__label-content {
    color: #8d8fd2;
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
    transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
}

.input__field:focus + .input__label::after,
.input--filled .input__label::after,
.input--focused .input__label::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__field[disabled] + .input__label,
.input__field[readonly] + .input__label {
    background-color: #eee;
}

.input__field[disabled] + .input__label .input__label-content,
.input__field[readonly] + .input__label .input__label-content {
    color: #59595A;
}

.input__field[disabled] + .input__label:after, .input__field[disabled] + .input__label:before,
.input__field[readonly] + .input__label:after,
.input__field[readonly] + .input__label:before {
    background: #e4e4e4;
}

.input__field[disabled] + .input__label .input__label-content,
.input__field[readonly] + .input__label .input__label-content {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
    transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
}

.input--success .input__label::before {
    background: #6FC080;
}

.input--success .input__label::after {
    background: #6FC080;
}

.input--success .input__field:focus + .input__label .input__label-content,
.input--success .input--filled .input__label-content,
.input--success .input--focused .input__label-content {
    color: #6FC080;
}

.input--warning .input__label::before {
    background: #F2B776;
}

.input--warning .input__label::after {
    background: #F2B776;
}

.input--warning .input__field:focus + .input__label .input__label-content,
.input--warning .input--filled .input__label-content,
.input--warning .input--focused .input__label-content {
    color: #F2B776;
}

.input--error .input__label::before {
    background: #DD6777;
}

.input--error .input__label::after {
    background: #DD6777;
}

.input--error .input__field:focus + .input__label .input__label-content,
.input--error .input--filled .input__label-content,
.input--error .input--focused .input__label-content {
    color: #DD6777;
}

/* Default custom select styles */
div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 150px;
    max-width: 500px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.cs-select > span::after,
div.cs-select.cs-active > span::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

div.cs-select.cs-active > span::after {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

div.cs-select:focus {
    outline: none;
    /* For better accessibility add a style for this in your skin */
}

.cs-select select {
    display: none;
}

.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 0.4375rem 0.6875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cs-select > span {
    background-color: white;
    border: 0.0625rem solid #e4e4e4;
    -webkit-transition: text-indent 0.3s, opacity 0.3s;
    transition: text-indent 0.3s, opacity 0.3s;
    z-index: 10;
    padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
    content: '\25BE';
    right: 1em;
}

.cs-select .cs-selected span::after {
    content: '\e080';
    font-family: 'Simple-Line-Icons';
    margin-left: 1em;
}

.cs-select.cs-active > span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
    z-index: 9999;
}

/* Options */
.cs-select .cs-options {
    position: absolute;
    visibility: hidden;
    background: #fff;
    width: 100%;
    height: 34px;
    padding: 0;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    margin-top: -50%;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 100;
    border: 0.0625rem solid #e4e4e4;
    -webkit-transition: height 150ms;
    transition: height 150ms;
}

.cs-select .cs-options li {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.cs-select .cs-options li span {
    padding: 0.5em 1em;
    display: inline-block;
    width: 100%;
}

.cs-select .cs-options li span:hover,
.cs-select .cs-options li.cs-focus span,
.cs-select .cs-options li.cs-selected span {
    color: #6164C1;
    background: transparent;
}

.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    /* Optgroup and optgroup label */
}

.cs-select ul span {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 1em;
}

.cs-select ul li.cs-focus span {
    background-color: #ddd;
}

.cs-select ul li.cs-optgroup ul {
    padding-left: 1em;
}

.cs-select ul li.cs-optgroup > span {
    cursor: default;
}

.cs-select.cs-active .cs-options {
    visibility: visible;
    height: 400%;
}

.cs-select.cs-active .cs-options li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.cs-select.cs-active .cs-options li:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.cs-select.cs-active .cs-options li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.cs-select.cs-active .cs-options li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.cs-select.cs-active .cs-options li:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.cs-select.cs-active .cs-options li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.cs-select.cs-active .cs-options span[class^="icon-"]::before,
.cs-select.cs-active .cs-options span[class*=" icon-"]::before {
    margin-right: 1rem;
    font-family: 'Simple-Line-Icons';
}

div.cs-select-disabled span {
    cursor: not-allowed;
}

div.cs-select-disabled > span,
div.cs-select-disabled.cs-active .cs-options {
    background: #e4e4e4;
}

/* $ioslist
 ------------------------------------------*/
.ioslist-group-header {
    width: 100%;
}

.ioslist-group-header, .ioslist-fake-header {
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    padding: 0.25rem 0.75rem;
    background-color: #efefef;
    font: inherit;
    color: #59595A;
    width: 100%;
    border-top: 0;
    border-bottom-color: #e4e4e4;
    text-transform: capitalize;
}

.ioslist li {
    font: inherit;
    display: table;
    width: 100%;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
}

.ioslist li:before, .ioslist li:after {
    content: " ";
    display: table;
}

.ioslist li:after {
    clear: both;
}

.ioslist li.active {
    background-color: #6164C1;
    color: white;
}

.ioslist-group-container:before, .ioslist-group-container:after {
    content: " ";
    display: table;
}

.ioslist-group-container:after {
    clear: both;
}

.ioslist li + li {
    border-top-color: #e4e4e4;
}

/* $intl-tel-input
 ------------------------------------------*/
.iti-flag {
    width: 1rem;
    height: 0.6875rem;
    box-shadow: none;
}

.intl-tel-input {
    width: 100%;
}

.intl-tel-input .flag-dropdown:hover .selected-flag {
    background-color: rgba(226, 226, 226, 0.5);
}

.intl-tel-input .selected-flag .arrow {
    border-top-color: #e4e4e4;
}

.intl-tel-input .selected-flag .arrow.up {
    border-bottom-color: #e4e4e4;
}

.intl-tel-input .country-list {
    box-shadow: none;
    border-color: #e4e4e4;
    z-index: 1000;
}

.intl-tel-input .country-list .divider {
    border-bottom-color: #e4e4e4;
}

.intl-tel-input .country-list .country .dial-code {
    color: #59595A;
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(226, 226, 226, 0.5);
}

/* $jvectormap
 ------------------------------------------*/
.jvectormap-tip {
    border-radius: 0;
    border: solid 0.0625rem #6164C1;
    background: white;
    color: #59595A;
    font-family: inherit;
}

.jvectormap-label {
    position: absolute;
    padding: 0.1875rem;
    color: white;
    font-size: smaller;
    font-size: inherit;
    font-family: inherit;
    border-radius: 0;
    border-color: #6164C1;
    background-color: #6164C1;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 1.25rem;
    width: 2rem;
    height: 2rem;
    background-color: white;
    background-repeat: no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    border-radius: 0.125rem;
}

.jvectormap-zoomin::before,
.jvectormap-zoomout::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -0.25rem;
    background: #59595A;
    width: 0.125rem;
    height: 0.625rem;
    margin-right: -0.0625rem;
}

.jvectormap-zoomin::after,
.jvectormap-zoomout::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    background: #59595A;
    height: 0.125rem;
    width: 0.625rem;
    margin-right: -0.3125rem;
}

.jvectormap-zoomin {
    top: 1.25rem;
    margin-top: 0;
    margin-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.jvectormap-zoomout {
    top: 3.313rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.jvectormap-zoomout::before {
    display: none;
}

/* $labelauty
 ------------------------------------------*/
input.labelauty + label {
    padding: 0.5625rem 0.625rem;
    background-color: #e2e2e2;
    color: #59595A;
    border-radius: 0;
}

input.labelauty:not(:checked):not([disabled]) + label:hover {
    background-color: #dddddd;
}

input.labelauty:checked + label {
    background-color: #6164C1;
    color: white;
}

input.labelauty:checked:not([disabled]) + label:hover {
    background-color: #4f52ba;
}

input.btn-block + label {
    display: block;
    width: 100%;
}

input.to-labelauty-icon + label {
    display: inline-block;
    margin-right: 0.3125rem;
}

/* $multiselect
 ------------------------------------------*/
select.center-block + .ms-container {
    margin: 0 auto 0.75rem;
}

.ms-container .ms-selectable, .ms-container .ms-selection {
    color: #59595A;
}

.ms-container .ms-list {
    box-shadow: none;
    border-color: #e4e4e4;
    border-radius: 0;
}

.ms-container .ms-list.ms-focus {
    border-color: #6164C1;
    box-shadow: none;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
    border-bottom-color: #e4e4e4;
    color: #59595A;
    font-size: 0.8125rem;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
    background-color: #6164C1;
    color: white;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
    background-color: #e2e2e2;
}

/* $nestable
 ------------------------------------------*/
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 1.875rem;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 1.25rem;
    line-height: 1.25rem;
}

.dd-handle {
    display: block;
    margin: 0.3125rem 0;
    padding: 0.625rem;
    text-decoration: none;
    border: 0.0625rem solid #e4e4e4;
    background: white;
    border-radius: 0;
}

.dd-handle:hover {
    color: #404040;
    background: #fff;
}

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 2.188rem;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    line-height: 2.625rem;
    text-align: center;
}

.dd-item > button::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -0.3125rem;
    background: #59595A;
    width: 0.125rem;
    height: 0.625rem;
    margin-right: -0.0625rem;
}

.dd-item > button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    background: #59595A;
    height: 0.125rem;
    width: 0.625rem;
    margin-right: -0.3125rem;
    margin-top: -0.0625rem;
}

.dd-item > button[data-action="collapse"]:before {
    display: none;
}

.dd-placeholder,
.dd-empty {
    margin: 0.3125rem 0;
    padding: 0;
    min-height: 1.875rem;
    background: transparent;
    border: 0.0625rem dashed #ddd;
}

.dd-empty {
    border: 0.0625rem dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
}

.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    box-shadow: 0.125rem 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.1);
}

/**
 * Nestable Draggable Handles
 */
.dd3-content {
    display: block;
    margin: 0.3125rem 0;
    padding: 0.625rem 0.625rem 0.625rem 3.125rem;
    text-decoration: none;
    border: 0.0625rem solid #e4e4e4;
    background: #ffffff;
    border-radius: 0;
}

.dd3-content:hover {
    background: #fff;
}

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 2.5rem;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 2.375rem;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0.0625rem solid #e4e4e4;
    background: #ffffff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dd3-handle:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0c9";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    text-indent: 0;
    font-size: 0.875rem;
}

.dd3-handle:hover {
    background: #e2e2e2;
}

/* $noty
 ------------------------------------------*/
li.app-noty {
    position: relative;
    margin-bottom: 0.75rem;
    display: block;
}

li.app-noty:last-child {
    margin-bottom: 0;
}

.noty_message[style] {
    font-size: 0.8125rem !important;
}

.app-noty .noty_bar {
    padding: 0.5rem 1.25rem;
    border-radius: 0;
    border: 0.0625rem solid transparent;
}

.app-noty-top-left .app-noty .noty_bar,
.app-noty-top-right .app-noty .noty_bar,
.app-noty-bottom-left .app-noty .noty_bar,
.app-noty-bottom-right .app-noty .noty_bar {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: animSlideRight;
    animation-name: animSlideRight;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.app-noty-top-left .app-noty.i-am-closing-now .noty_bar,
.app-noty-top-right .app-noty.i-am-closing-now .noty_bar,
.app-noty-bottom-left .app-noty.i-am-closing-now .noty_bar,
.app-noty-bottom-right .app-noty.i-am-closing-now .noty_bar {
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
}

.app-noty-bottom-right .app-noty .noty_bar,
.app-noty-top-right .app-noty .noty_bar {
    -webkit-animation-name: animSlideElasticRight;
    animation-name: animSlideElasticRight;
}

.app-noty-bottom-right .app-noty.i-am-closing-now .noty_bar,
.app-noty-top-right .app-noty.i-am-closing-now .noty_bar {
    -webkit-animation-name: animSlideRight;
    animation-name: animSlideRight;
}

.app-noty-bottom-left .app-noty .noty_bar,
.app-noty-top-left .app-noty .noty_bar {
    -webkit-animation-name: animSlideElasticLeft;
    animation-name: animSlideElasticLeft;
}

.app-noty-bottom-left .app-noty.i-am-closing-now .noty_bar,
.app-noty-top-left .app-noty.i-am-closing-now .noty_bar {
    -webkit-animation-name: animSlideLeft;
    animation-name: animSlideLeft;
}

.app-noty-bottom .app-noty .noty_bar,
.app-noty-top .app-noty .noty_bar {
    -webkit-animation: fadeIn 150ms;
    animation: fadeIn 150ms;
}

.app-noty-bottom .app-noty.i-am-closing-now .noty_bar,
.app-noty-top .app-noty.i-am-closing-now .noty_bar {
    -webkit-animation: fadeOut 150ms;
    animation: fadeOut 150ms;
}

.app-noty-bottom,
.app-noty-bottom-right,
.app-noty-bottom-left,
.app-noty-top,
.app-noty-top-right,
.app-noty-top-left {
    list-style: none;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 99999;
    -webkit-transition: opacity 150ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 150ms cubic-bezier(0.7, 0, 0.3, 1);
    opacity: 1;
}

.offscreen ~ .app-noty-bottom, .offscreen ~
.app-noty-bottom-right, .offscreen ~
.app-noty-bottom-left, .offscreen ~
.app-noty-top, .offscreen ~
.app-noty-top-right, .offscreen ~
.app-noty-top-left {
    opacity: 0;
}

/* Bottom notification */
.app-noty-bottom {
    bottom: 0;
    right: 0;
    width: 100%;
}

.app-noty-bottom li.app-noty {
    margin-bottom: 0;
    margin-top: -0.0625rem;
}

.app-noty-bottom .noty_bar {
    border-radius: 0;
}

@media screen and (min-width: 768px) {
    .app-noty-bottom {
        padding-left: 12.5rem;
    }

    .layout-small-menu ~ .app-noty-bottom {
        padding-left: 4.375rem;
    }

    .layout-right-sidebar ~ .app-noty-bottom {
        padding-left: 0;
        padding-right: 12.5rem;
    }

    .layout-right-sidebar.layout-small-menu ~ .app-noty-bottom {
        padding-left: 0;
        padding-right: 4.375rem;
    }

    .layout-boxed ~ .app-noty-bottom,
    .layout-boxed.layout-right-sidebar.layout-small-menu ~ .app-noty-bottom {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Bottom right notification */
.app-noty-bottom-right {
    bottom: 3.25rem;
    right: 0.75rem;
}

@media screen and (min-width: 768px) {
    .layout-right-sidebar ~ .app-noty-bottom-right {
        right: 13.25rem;
    }

    .layout-right-sidebar.layout-small-menu ~ .app-noty-bottom-right {
        right: 5.125rem;
    }

    .layout-boxed ~ .app-noty-bottom-right,
    .layout-boxed.layout-right-sidebar.layout-small-menu ~ .app-noty-bottom-right {
        right: 0.75rem;
    }
}

/* Bottom left notification */
.app-noty-bottom-left {
    bottom: 3.25rem;
    left: 0.75rem;
}

@media screen and (min-width: 768px) {
    .app-noty-bottom-left {
        left: 13.25rem;
    }

    .layout-small-menu ~ .app-noty-bottom-left {
        left: 5.125rem;
    }

    .layout-right-sidebar ~ .app-noty-bottom-left {
        left: 0.75rem;
    }

    .layout-right-sidebar.layout-small-menu ~ .app-noty-bottom-left {
        left: 0.75rem;
    }

    .layout-boxed ~ .app-noty-bottom-left,
    .layout-boxed.layout-small-menu ~ .app-noty-bottom-left {
        left: 0.75rem;
    }
}

/* Top notification */
.app-noty-top {
    top: 4.188rem;
    right: 0.75rem;
}

.app-noty-top {
    top: 3.438rem;
    right: 0;
    width: 100%;
}

.app-noty-top li.app-noty {
    margin-bottom: 0;
    margin-top: -0.0625rem;
}

.app-noty-top .noty_bar {
    border-radius: 0;
}

@media screen and (min-width: 768px) {
    .app-noty-top {
        padding-left: 12.5rem;
    }

    .layout-small-menu ~ .app-noty-top {
        position: absolute;
        padding-left: 4.375rem;
    }

    .layout-right-sidebar ~ .app-noty-top {
        padding-left: 0;
        padding-right: 12.5rem;
    }

    .layout-right-sidebar.layout-small-menu ~ .app-noty-top {
        padding-left: 0;
        padding-right: 4.375rem;
    }

    .layout-boxed ~ .app-noty-top,
    .layout-boxed.layout-right-sidebar.layout-small-menu ~ .app-noty-top {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Top right notification */
.app-noty-top-right {
    top: 4.188rem;
    right: 0.75rem;
}

@media screen and (min-width: 768px) {
    .layout-right-sidebar ~ .app-noty-top-right {
        right: 13.25rem;
    }

    .layout-right-sidebar.layout-small-menu ~ .app-noty-top-right {
        right: 5.125rem;
    }

    .layout-boxed ~ .app-noty-top-right,
    .layout-boxed.layout-small-menu ~ .app-noty-top-right {
        right: 0.75rem;
    }
}

/* Top left notification */
.app-noty-top-left {
    top: 4.188rem;
    left: 0.75rem;
}

@media screen and (min-width: 768px) {
    .app-noty-top-left {
        left: 13.25rem;
    }

    .layout-small-menu ~ .app-noty-top-left {
        left: 5.125rem;
    }

    .layout-right-sidebar ~ .app-noty-top-left {
        left: 0.75rem;
    }

    .layout-right-sidebar.layout-small-menu ~ .app-noty-top-left {
        left: 0.75rem;
    }

    .layout-boxed ~ .app-noty-top-left,
    .layout-boxed.layout-small-menu ~ .app-noty-top-left {
        left: 0.75rem;
    }
}

/* Notification colors */
.noty_container_type_success .noty_bar {
    background-color: #6FC080;
    color: white;
}

.noty_container_type_information .noty_bar {
    background-color: #6EC7E6;
    color: white;
}

.noty_container_type_warning .noty_bar {
    background-color: #F2B776;
    color: white;
}

.noty_container_type_error .noty_bar {
    background-color: #DD6777;
    color: white;
}

.noty_container_type_confirm .noty_bar {
    background-color: #6164C1;
    color: white;
}

/* $nvd3
 ------------------------------------------*/
.nvd3 text {
    font-family: inherit;
}

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.13.1 - 2015-09-30T05:39:26.659Z
 * License: MIT
 */
.ui-select-choices-row:hover {
    background-color: #e2e2e2;
}

/* Select2 theme */
.select2-container .select2-selection {
    line-height: 34px;
    display: block;
    height: 34px;
    padding: 0 0 0 8px;
    color: #59595A;
    border-color: #e4e4e4;
    outline: 0;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
}

.select2-container .select2-selection::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    content: ' ';
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #808080 transparent transparent transparent;
}

.select2-container--open .select2-selection::after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent;
}

.select2-container.select2-drop-above .select2-selection {
    border-bottom-color: #e4e4e4;
    border-radius: 0 0 0 0;
    background-image: none;
}

.select2-dropdown {
    color: #59595A;
    border-color: #e4e4e4;
    border-radius: 0 0 0 0;
    box-shadow: none;
}

.select2-dropdown.select2-dropdown--above {
    border-color: #e4e4e4;
    border-radius: 0 0 0 0;
    box-shadow: none;
}

.select2-container--open,
.select2-dropdown.select2-dropdown--above.select2-container--open {
    border-color: #6164C1;
}

.select2-drop-auto-width {
    border-color: #e4e4e4;
}

.select2-container .select2-selection .select2-selection__arrow {
    display: none;
    visibility: hidden;
    border-color: #e4e4e4;
    border-radius: 0 0 0 0;
    background: white;
    background-image: none;
}

.select2-container-active .select2-selection,
.select2-container-active .select2-choices {
    border-color: #6164C1;
    box-shadow: none;
}

.select2-dropdown-open .select2-selection {
    background-color: white;
    background-image: none;
    box-shadow: none;
}

.select2-dropdown-open.select2-drop-above .select2-selection,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border-color: #6164C1;
    background-image: none;
}

.select2-container-multi .select2-choices {
    border-color: #e4e4e4;
    background-image: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container-multi.select2-container-active .select2-choices {
    border-color: #6164C1;
    box-shadow: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container-multi .select2-choices .select2-search-choice {
    border-color: #e2e2e2;
    border-radius: 0;
    background-image: none;
    box-shadow: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-results .select2-highlighted {
    background: #6164C1;
}

.select2-search-choice-close {
    top: 2px;
}

.select2-search input {
    border-color: #e4e4e4 !important;
    outline: 0;
}

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-selection {
    border-color: #DD6777;
}

/* Handle up direction Select2 */
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 0.6rem 0.3125rem;
    margin: 0;
}

.ui-select-container[theme='select2'].direction-up .ui-select-match {
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ui-select-container[theme='select2'].direction-up .ui-select-dropdown {
    border-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
}

.select2-container .select2-choice,
.ui-select-container[theme='select2'] .select2-choice {
    line-height: 38px;
    height: 38px;
    padding: 0 1.25rem;
    color: #59595A;
    border-color: #e4e4e4;
    border-radius: 0;
    background: #fff;
    background-image: none;
}

.select2-drop-active,
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border-color: #6164C1;
    box-shadow: none;
}

.select2-container .select2-choice .select2-arrow,
.ui-select-container[theme='select2'] .select2-choice .select2-arrow {
    width: 38px;
    margin-top: -1px;
    text-align: center;
    border-left: 0;
    border-radius: 0 0 0 0;
    background: #fff;
    background-image: none;
}

.select2-container .select2-choice .select2-arrow::after,
.ui-select-container[theme='select2'] .select2-choice .select2-arrow::after {
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #808080 transparent transparent transparent;
}

.select2-container .select2-choice .select2-arrow b,
.ui-select-container[theme='select2'] .select2-choice .select2-arrow b {
    display: none;
    visibility: hidden;
    background-image: none;
}

.ui-select-container[theme='select2'].select2-container-active .select2-choice,
.ui-select-container[theme='select2'].select2-container-active .select2-choices {
    border-color: #6164C1;
    box-shadow: none;
}

.ui-select-container[theme='select2'].select2-dropdown-open .select2-choice {
    background-color: white;
}

.ui-select-container[theme='select2'] .select2-drop-active {
    border-color: #6164C1;
}

.ui-select-container[theme='select2'].direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #6164C1;
}

.ui-select-container[theme='select2'] .select2-search input {
    font-family: inherit;
    font-size: 0.8125rem;
    min-height: 38px;
    border-color: #e4e4e4;
    background: white;
}

.ui-select-container[theme='select2'] .select2-results .select2-highlighted {
    color: #fff;
    background: #6164C1;
}

/* Selectize theme */
.selectize-control.multi .selectize-input.has-items {
    padding: 7px 8px 4px;
}

.selectize-input {
    padding: 9px 8px;
    border-color: #e4e4e4;
    box-shadow: none;
    border-radius: 0;
}

.selectize-dropdown-header {
    border-bottom-color: #e4e4e4;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: #e2e2e2;
}

.selectize-input.focus {
    box-shadow: none;
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.selectize-dropdown {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    box-shadow: none;
}

.selectize-dropdown .create {
    color: white !important;
}

/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
    border-color: #6164C1 !important;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #DD6777;
}

/* Handle up direction Selectize */
.ui-select-container[theme='selectize'].direction-up .ui-select-dropdown {
    box-shadow: none;
}

.ui-select-container[theme='selectize'] .selectize-input {
    line-height: 36px;
    padding: 0.4375rem 1.25rem;
    padding-top: 0;
    padding-bottom: 0;
    border-color: #e4e4e4;
    box-shadow: none;
    border-radius: 0;
}

.ui-select-container[theme='selectize'] .selectize-dropdown {
    border-color: #e4e4e4;
    border-radius: 0 0 0 0;
    box-shadow: none;
}

.selectize-dropdown .active {
    color: #fff;
    background-color: #6164C1;
}

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
    border-color: #6164C1;
    outline: 0;
    box-shadow: none;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
    border-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.ui-select-multiple .ui-select-match-item.dropping-before:before {
    border-color: #6164C1;
}

.ui-select-multiple .ui-select-match-item.dropping-after:after {
    border-color: #6164C1;
}

.ui-select-bootstrap .ui-select-choices-row.active > a {
    background-color: #6164C1;
}

.ui-select-bootstrap .ui-select-choices {
    font-size: inherit;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #DD6777;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme='bootstrap'].direction-up .ui-select-dropdown {
    box-shadow: none;
}

/*
 *  Usage:
 *
     <div class="sk-rotating-plane"></div>
 *
 */
.sk-rotating-plane {
    width: 24px;
    height: 24px;
    background-color: #6164C1;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */
.sk-double-bounce {
    width: 24px;
    height: 24px;
    position: relative;
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #6164C1;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
.sk-wave {
    width: 50px;
    height: 24px;
    text-align: center;
    font-size: 10px;
}

.sk-wave .sk-rect {
    background-color: #6164C1;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */
.sk-wandering-cubes {
    width: 24px;
    height: 24px;
    position: relative;
}

.sk-wandering-cubes .sk-cube {
    background-color: #6164C1;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
    animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-wandering-cubes .sk-cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCube {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
        transform: translateX(30px) rotate(-90deg) scale(0.5);
    }
    50% {
        /* Hack to make FF rotate in the right direction */
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg);
    }
    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes sk-wanderingCube {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
        transform: translateX(30px) rotate(-90deg) scale(0.5);
    }
    50% {
        /* Hack to make FF rotate in the right direction */
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg);
    }
    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse {
    width: 24px;
    height: 24px;
    background-color: #6164C1;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */
.sk-chasing-dots {
    width: 24px;
    height: 24px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
    animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #6164C1;
    border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-chasingDotsBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-chasingDotsBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
    width: 80px;
    text-align: center;
}

.sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #6164C1;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */
.sk-circle {
    width: 24px;
    height: 24px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #6164C1;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
.sk-cube-grid {
    width: 24px;
    height: 24px;
    /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #6164C1;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */
.sk-fading-circle {
    width: 24px;
    height: 24px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #6164C1;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

.sk-folding-cube {
    width: 24px;
    height: 24px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6164C1;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/* $jquery-validation
 ------------------------------------------*/
input.valid {
    border-color: #6FC080;
    box-shadow: none;
}

input.valid:focus {
    border-color: #4daf61;
    box-shadow: none;
}

input.error {
    border-color: #DD6777;
    box-shadow: none;
}

input.error:focus {
    border-color: #d43d52;
    box-shadow: none;
}

label.error {
    color: #DD6777;
    font-weight: 400;
}

/* $perfect-scrollbar
 ------------------------------------------*/
.ps-container {
    -ms-touch-action: none;
    overflow: hidden !important;
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
}

.ps-container.ps-in-scrolling {
    pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
}

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 0;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: #ccc;
    border-radius: 0;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 0;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 0 !important;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 6px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background-color: #ccc;
    border-radius: 0;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 6px;
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999;
}

/* $portlets
 ------------------------------------------*/
.draggable-portlets-wrapper .draggable-portlets {
    min-height: 3.125rem;
}

.draggable-portlets-wrapper .draggable-portlets .portlet {
    border-radius: 0;
    -webkit-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

.draggable-portlets-wrapper .draggable-portlets .portlet .portlet-heading {
    cursor: pointer;
    border-radius: 0;
}

.draggable-portlets-wrapper .draggable-portlets .ui-sortable-placeholder {
    visibility: visible !important;
    border: 0.0625rem dashed #e4e4e4;
    background: rgba(0, 0, 0, 0.01);
}

.draggable-portlets-wrapper.dragging .portlet {
    opacity: 0.8;
}

/* $rickshaw
 ------------------------------------------*/
.rickshaw_graph {
    display: block;
}

.rickshaw_graph .detail .x_label {
    font-family: inherit;
    border-radius: 0;
}

.rickshaw_graph .detail .item {
    border-radius: 0;
    font-family: inherit;
}

.rickshaw_graph .x_tick {
    border-left: 0.0625rem dashed rgba(0, 0, 0, 0.2);
}

.rickshaw_graph .x_tick .title {
    font-family: inherit;
    color: black;
}

.rickshaw_annotation_timeline .annotation .content {
    border-radius: 0;
}

.rickshaw_legend {
    font-family: inherit;
}

.rickshaw_legend li:hover {
    border-radius: 0;
}

.rickshaw_legend li:active {
    border-radius: 0;
}

/* $social-button
 ------------------------------------------*/
.btn-icon {
    position: relative;
    overflow: hidden;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 3.375rem;
    border-width: 0;
    text-overflow: ellipsis;
}

.btn-icon :first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2.125rem;
    text-align: center;
    line-height: 2.125rem;
    background: rgba(0, 0, 0, 0.1);
    border-right: 0.0625rem solid rgba(0, 0, 0, 0.03);
}

.btn-icon.btn-lg :first-child {
    width: 2.875rem;
    line-height: 2.875rem;
}

.btn-icon.btn-sm :first-child {
    width: 1.75rem;
    line-height: 1.75rem;
}

.btn-icon.btn-xs :first-child {
    width: 1.375rem;
    line-height: 1.375rem;
}

.btn-lg.btn-icon,
.btn-group-lg > .btn.btn-icon {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 3.875rem;
}

.btn-sm.btn-icon,
.btn-group-sm > .btn.btn-icon {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    padding-left: 2.375rem;
}

.btn-xs.btn-icon,
.btn-group-xs > .btn.btn-icon {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
    padding-left: 2rem;
}

.btn-icon-icon {
    padding: 0;
    width: 2.125rem;
    height: 2.125rem;
    border-width: 1px;
    position: relative;
    overflow: hidden;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 3.375rem;
    border-width: 0;
    text-overflow: ellipsis;
    padding-left: 0;
}

.btn-icon-icon :first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2.125rem;
    text-align: center;
    line-height: 2.125rem;
    background: rgba(0, 0, 0, 0.1);
    border-right: 0.0625rem solid rgba(0, 0, 0, 0.03);
}

.btn-icon-icon.btn-lg :first-child {
    width: 2.875rem;
    line-height: 2.875rem;
}

.btn-icon-icon.btn-sm :first-child {
    width: 1.75rem;
    line-height: 1.75rem;
}

.btn-icon-icon.btn-xs :first-child {
    width: 1.375rem;
    line-height: 1.375rem;
}

.btn-icon-icon :first-child {
    width: 100% !important;
    border: none;
    background-color: transparent;
    text-align: center;
}

.btn-icon-icon.btn-lg {
    padding-right: 0;
    padding-left: 0;
    width: 2.875rem;
    height: 2.875rem;
}

.btn-icon-icon.btn-sm {
    padding-right: 0;
    padding-left: 0;
    width: 1.75rem;
    height: 1.75rem;
}

.btn-icon-icon.btn-xs {
    padding-right: 0;
    padding-left: 0;
    width: 1.375rem;
    height: 1.375rem;
}

.btn-adn {
    background-color: #d87a68;
    color: #fff;
    background-color: #d87a68;
    border-color: #d87a68;
}

.btn-adn:focus, .btn-adn.focus {
    color: #fff;
    background-color: #ce563f;
    border-color: #993a28;
}

.btn-adn:hover {
    color: #fff;
    background-color: #ce563f;
    border-color: #cb4f37;
}

.btn-adn:active, .btn-adn.active,
.open > .btn-adn.dropdown-toggle {
    color: #fff;
    background-color: #ce563f;
    border-color: #cb4f37;
}

.btn-adn:active:hover, .btn-adn:active:focus, .btn-adn:active.focus, .btn-adn.active:hover, .btn-adn.active:focus, .btn-adn.active.focus,
.open > .btn-adn.dropdown-toggle:hover,
.open > .btn-adn.dropdown-toggle:focus,
.open > .btn-adn.dropdown-toggle.focus {
    color: #fff;
    background-color: #b94630;
    border-color: #993a28;
}

.btn-adn:active, .btn-adn.active,
.open > .btn-adn.dropdown-toggle {
    background-image: none;
}

.btn-adn.disabled:hover, .btn-adn.disabled:focus, .btn-adn.disabled.focus, .btn-adn[disabled]:hover, .btn-adn[disabled]:focus, .btn-adn[disabled].focus,
fieldset[disabled] .btn-adn:hover,
fieldset[disabled] .btn-adn:focus,
fieldset[disabled] .btn-adn.focus {
    background-color: #d87a68;
    border-color: #d87a68;
}

.btn-adn .badge {
    color: #d87a68;
    background-color: #fff;
}

.btn-bitbucket {
    background-color: #205081;
    color: #fff;
    background-color: #205081;
    border-color: #205081;
}

.btn-bitbucket:focus, .btn-bitbucket.focus {
    color: #fff;
    background-color: #163758;
    border-color: #07111b;
}

.btn-bitbucket:hover {
    color: #fff;
    background-color: #163758;
    border-color: #143250;
}

.btn-bitbucket:active, .btn-bitbucket.active,
.open > .btn-bitbucket.dropdown-toggle {
    color: #fff;
    background-color: #163758;
    border-color: #143250;
}

.btn-bitbucket:active:hover, .btn-bitbucket:active:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active:hover, .btn-bitbucket.active:focus, .btn-bitbucket.active.focus,
.open > .btn-bitbucket.dropdown-toggle:hover,
.open > .btn-bitbucket.dropdown-toggle:focus,
.open > .btn-bitbucket.dropdown-toggle.focus {
    color: #fff;
    background-color: #0f253c;
    border-color: #07111b;
}

.btn-bitbucket:active, .btn-bitbucket.active,
.open > .btn-bitbucket.dropdown-toggle {
    background-image: none;
}

.btn-bitbucket.disabled:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled]:hover, .btn-bitbucket[disabled]:focus, .btn-bitbucket[disabled].focus,
fieldset[disabled] .btn-bitbucket:hover,
fieldset[disabled] .btn-bitbucket:focus,
fieldset[disabled] .btn-bitbucket.focus {
    background-color: #205081;
    border-color: #205081;
}

.btn-bitbucket .badge {
    color: #205081;
    background-color: #fff;
}

.btn-dropbox {
    background-color: #1087dd;
    color: #fff;
    background-color: #1087dd;
    border-color: #1087dd;
}

.btn-dropbox:focus, .btn-dropbox.focus {
    color: #fff;
    background-color: #0d6aad;
    border-color: #073e66;
}

.btn-dropbox:hover {
    color: #fff;
    background-color: #0d6aad;
    border-color: #0c64a4;
}

.btn-dropbox:active, .btn-dropbox.active,
.open > .btn-dropbox.dropdown-toggle {
    color: #fff;
    background-color: #0d6aad;
    border-color: #0c64a4;
}

.btn-dropbox:active:hover, .btn-dropbox:active:focus, .btn-dropbox:active.focus, .btn-dropbox.active:hover, .btn-dropbox.active:focus, .btn-dropbox.active.focus,
.open > .btn-dropbox.dropdown-toggle:hover,
.open > .btn-dropbox.dropdown-toggle:focus,
.open > .btn-dropbox.dropdown-toggle.focus {
    color: #fff;
    background-color: #0a568c;
    border-color: #073e66;
}

.btn-dropbox:active, .btn-dropbox.active,
.open > .btn-dropbox.dropdown-toggle {
    background-image: none;
}

.btn-dropbox.disabled:hover, .btn-dropbox.disabled:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled]:hover, .btn-dropbox[disabled]:focus, .btn-dropbox[disabled].focus,
fieldset[disabled] .btn-dropbox:hover,
fieldset[disabled] .btn-dropbox:focus,
fieldset[disabled] .btn-dropbox.focus {
    background-color: #1087dd;
    border-color: #1087dd;
}

.btn-dropbox .badge {
    color: #1087dd;
    background-color: #fff;
}

.btn-facebook {
    background-color: #3b5998;
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #2d4373;
    border-color: #17233c;
}

.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: #2a3f6c;
}

.btn-facebook:active, .btn-facebook.active,
.open > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #2a3f6c;
}

.btn-facebook:active:hover, .btn-facebook:active:focus, .btn-facebook:active.focus, .btn-facebook.active:hover, .btn-facebook.active:focus, .btn-facebook.active.focus,
.open > .btn-facebook.dropdown-toggle:hover,
.open > .btn-facebook.dropdown-toggle:focus,
.open > .btn-facebook.dropdown-toggle.focus {
    color: #fff;
    background-color: #23345a;
    border-color: #17233c;
}

.btn-facebook:active, .btn-facebook.active,
.open > .btn-facebook.dropdown-toggle {
    background-image: none;
}

.btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook:hover,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook.focus {
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff;
}

.btn-flickr {
    background-color: #ff0084;
    color: #fff;
    background-color: #ff0084;
    border-color: #ff0084;
}

.btn-flickr:focus, .btn-flickr.focus {
    color: #fff;
    background-color: #cc006a;
    border-color: #800042;
}

.btn-flickr:hover {
    color: #fff;
    background-color: #cc006a;
    border-color: #c20064;
}

.btn-flickr:active, .btn-flickr.active,
.open > .btn-flickr.dropdown-toggle {
    color: #fff;
    background-color: #cc006a;
    border-color: #c20064;
}

.btn-flickr:active:hover, .btn-flickr:active:focus, .btn-flickr:active.focus, .btn-flickr.active:hover, .btn-flickr.active:focus, .btn-flickr.active.focus,
.open > .btn-flickr.dropdown-toggle:hover,
.open > .btn-flickr.dropdown-toggle:focus,
.open > .btn-flickr.dropdown-toggle.focus {
    color: #fff;
    background-color: #a80057;
    border-color: #800042;
}

.btn-flickr:active, .btn-flickr.active,
.open > .btn-flickr.dropdown-toggle {
    background-image: none;
}

.btn-flickr.disabled:hover, .btn-flickr.disabled:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled]:hover, .btn-flickr[disabled]:focus, .btn-flickr[disabled].focus,
fieldset[disabled] .btn-flickr:hover,
fieldset[disabled] .btn-flickr:focus,
fieldset[disabled] .btn-flickr.focus {
    background-color: #ff0084;
    border-color: #ff0084;
}

.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff;
}

.btn-foursquare {
    background-color: #f94877;
    color: #fff;
    background-color: #f94877;
    border-color: #f94877;
}

.btn-foursquare:focus, .btn-foursquare.focus {
    color: #fff;
    background-color: #f71752;
    border-color: #bb0636;
}

.btn-foursquare:hover {
    color: #fff;
    background-color: #f71752;
    border-color: #f70d4b;
}

.btn-foursquare:active, .btn-foursquare.active,
.open > .btn-foursquare.dropdown-toggle {
    color: #fff;
    background-color: #f71752;
    border-color: #f70d4b;
}

.btn-foursquare:active:hover, .btn-foursquare:active:focus, .btn-foursquare:active.focus, .btn-foursquare.active:hover, .btn-foursquare.active:focus, .btn-foursquare.active.focus,
.open > .btn-foursquare.dropdown-toggle:hover,
.open > .btn-foursquare.dropdown-toggle:focus,
.open > .btn-foursquare.dropdown-toggle.focus {
    color: #fff;
    background-color: #e30742;
    border-color: #bb0636;
}

.btn-foursquare:active, .btn-foursquare.active,
.open > .btn-foursquare.dropdown-toggle {
    background-image: none;
}

.btn-foursquare.disabled:hover, .btn-foursquare.disabled:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled]:hover, .btn-foursquare[disabled]:focus, .btn-foursquare[disabled].focus,
fieldset[disabled] .btn-foursquare:hover,
fieldset[disabled] .btn-foursquare:focus,
fieldset[disabled] .btn-foursquare.focus {
    background-color: #f94877;
    border-color: #f94877;
}

.btn-foursquare .badge {
    color: #f94877;
    background-color: #fff;
}

.btn-github {
    background-color: #444444;
    color: #fff;
    background-color: #444444;
    border-color: #444444;
}

.btn-github:focus, .btn-github.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: #040404;
}

.btn-github:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: #252525;
}

.btn-github:active, .btn-github.active,
.open > .btn-github.dropdown-toggle {
    color: #fff;
    background-color: #2b2b2b;
    border-color: #252525;
}

.btn-github:active:hover, .btn-github:active:focus, .btn-github:active.focus, .btn-github.active:hover, .btn-github.active:focus, .btn-github.active.focus,
.open > .btn-github.dropdown-toggle:hover,
.open > .btn-github.dropdown-toggle:focus,
.open > .btn-github.dropdown-toggle.focus {
    color: #fff;
    background-color: #191919;
    border-color: #040404;
}

.btn-github:active, .btn-github.active,
.open > .btn-github.dropdown-toggle {
    background-image: none;
}

.btn-github.disabled:hover, .btn-github.disabled:focus, .btn-github.disabled.focus, .btn-github[disabled]:hover, .btn-github[disabled]:focus, .btn-github[disabled].focus,
fieldset[disabled] .btn-github:hover,
fieldset[disabled] .btn-github:focus,
fieldset[disabled] .btn-github.focus {
    background-color: #444444;
    border-color: #444444;
}

.btn-github .badge {
    color: #444444;
    background-color: #fff;
}

.btn-google {
    background-color: #dd4b39;
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.btn-google:focus, .btn-google.focus {
    color: #fff;
    background-color: #c23321;
    border-color: #802216;
}

.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: #b93120;
}

.btn-google:active, .btn-google.active,
.open > .btn-google.dropdown-toggle {
    color: #fff;
    background-color: #c23321;
    border-color: #b93120;
}

.btn-google:active:hover, .btn-google:active:focus, .btn-google:active.focus, .btn-google.active:hover, .btn-google.active:focus, .btn-google.active.focus,
.open > .btn-google.dropdown-toggle:hover,
.open > .btn-google.dropdown-toggle:focus,
.open > .btn-google.dropdown-toggle.focus {
    color: #fff;
    background-color: #a32b1c;
    border-color: #802216;
}

.btn-google:active, .btn-google.active,
.open > .btn-google.dropdown-toggle {
    background-image: none;
}

.btn-google.disabled:hover, .btn-google.disabled:focus, .btn-google.disabled.focus, .btn-google[disabled]:hover, .btn-google[disabled]:focus, .btn-google[disabled].focus,
fieldset[disabled] .btn-google:hover,
fieldset[disabled] .btn-google:focus,
fieldset[disabled] .btn-google.focus {
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #fff;
}

.btn-instagram {
    background-color: #3f729b;
    color: #fff;
    background-color: #3f729b;
    border-color: #3f729b;
}

.btn-instagram:focus, .btn-instagram.focus {
    color: #fff;
    background-color: #305777;
    border-color: #1a2f40;
}

.btn-instagram:hover {
    color: #fff;
    background-color: #305777;
    border-color: #2d526f;
}

.btn-instagram:active, .btn-instagram.active,
.open > .btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #305777;
    border-color: #2d526f;
}

.btn-instagram:active:hover, .btn-instagram:active:focus, .btn-instagram:active.focus, .btn-instagram.active:hover, .btn-instagram.active:focus, .btn-instagram.active.focus,
.open > .btn-instagram.dropdown-toggle:hover,
.open > .btn-instagram.dropdown-toggle:focus,
.open > .btn-instagram.dropdown-toggle.focus {
    color: #fff;
    background-color: #26455d;
    border-color: #1a2f40;
}

.btn-instagram:active, .btn-instagram.active,
.open > .btn-instagram.dropdown-toggle {
    background-image: none;
}

.btn-instagram.disabled:hover, .btn-instagram.disabled:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled]:hover, .btn-instagram[disabled]:focus, .btn-instagram[disabled].focus,
fieldset[disabled] .btn-instagram:hover,
fieldset[disabled] .btn-instagram:focus,
fieldset[disabled] .btn-instagram.focus {
    background-color: #3f729b;
    border-color: #3f729b;
}

.btn-instagram .badge {
    color: #3f729b;
    background-color: #fff;
}

.btn-linkedin {
    background-color: #007bb6;
    color: #fff;
    background-color: #007bb6;
    border-color: #007bb6;
}

.btn-linkedin:focus, .btn-linkedin.focus {
    color: #fff;
    background-color: #005983;
    border-color: #002537;
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #005983;
    border-color: #005279;
}

.btn-linkedin:active, .btn-linkedin.active,
.open > .btn-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #005983;
    border-color: #005279;
}

.btn-linkedin:active:hover, .btn-linkedin:active:focus, .btn-linkedin:active.focus, .btn-linkedin.active:hover, .btn-linkedin.active:focus, .btn-linkedin.active.focus,
.open > .btn-linkedin.dropdown-toggle:hover,
.open > .btn-linkedin.dropdown-toggle:focus,
.open > .btn-linkedin.dropdown-toggle.focus {
    color: #fff;
    background-color: #00405f;
    border-color: #002537;
}

.btn-linkedin:active, .btn-linkedin.active,
.open > .btn-linkedin.dropdown-toggle {
    background-image: none;
}

.btn-linkedin.disabled:hover, .btn-linkedin.disabled:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled]:hover, .btn-linkedin[disabled]:focus, .btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin:hover,
fieldset[disabled] .btn-linkedin:focus,
fieldset[disabled] .btn-linkedin.focus {
    background-color: #007bb6;
    border-color: #007bb6;
}

.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff;
}

.btn-microsoft {
    background-color: #2672ec;
    color: #fff;
    background-color: #2672ec;
    border-color: #2672ec;
}

.btn-microsoft:focus, .btn-microsoft.focus {
    color: #fff;
    background-color: #125acd;
    border-color: #0c3b87;
}

.btn-microsoft:hover {
    color: #fff;
    background-color: #125acd;
    border-color: #1156c4;
}

.btn-microsoft:active, .btn-microsoft.active,
.open > .btn-microsoft.dropdown-toggle {
    color: #fff;
    background-color: #125acd;
    border-color: #1156c4;
}

.btn-microsoft:active:hover, .btn-microsoft:active:focus, .btn-microsoft:active.focus, .btn-microsoft.active:hover, .btn-microsoft.active:focus, .btn-microsoft.active.focus,
.open > .btn-microsoft.dropdown-toggle:hover,
.open > .btn-microsoft.dropdown-toggle:focus,
.open > .btn-microsoft.dropdown-toggle.focus {
    color: #fff;
    background-color: #0f4bac;
    border-color: #0c3b87;
}

.btn-microsoft:active, .btn-microsoft.active,
.open > .btn-microsoft.dropdown-toggle {
    background-image: none;
}

.btn-microsoft.disabled:hover, .btn-microsoft.disabled:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled]:hover, .btn-microsoft[disabled]:focus, .btn-microsoft[disabled].focus,
fieldset[disabled] .btn-microsoft:hover,
fieldset[disabled] .btn-microsoft:focus,
fieldset[disabled] .btn-microsoft.focus {
    background-color: #2672ec;
    border-color: #2672ec;
}

.btn-microsoft .badge {
    color: #2672ec;
    background-color: #fff;
}

.btn-odnoklassniki {
    background-color: #f4731c;
    color: #fff;
    background-color: #f4731c;
    border-color: #f4731c;
}

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
    color: #fff;
    background-color: #d35b0a;
    border-color: #8a3c07;
}

.btn-odnoklassniki:hover {
    color: #fff;
    background-color: #d35b0a;
    border-color: #c9570a;
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active,
.open > .btn-odnoklassniki.dropdown-toggle {
    color: #fff;
    background-color: #d35b0a;
    border-color: #c9570a;
}

.btn-odnoklassniki:active:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active:hover, .btn-odnoklassniki.active:focus, .btn-odnoklassniki.active.focus,
.open > .btn-odnoklassniki.dropdown-toggle:hover,
.open > .btn-odnoklassniki.dropdown-toggle:focus,
.open > .btn-odnoklassniki.dropdown-toggle.focus {
    color: #fff;
    background-color: #b14c09;
    border-color: #8a3c07;
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active,
.open > .btn-odnoklassniki.dropdown-toggle {
    background-image: none;
}

.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled]:hover, .btn-odnoklassniki[disabled]:focus, .btn-odnoklassniki[disabled].focus,
fieldset[disabled] .btn-odnoklassniki:hover,
fieldset[disabled] .btn-odnoklassniki:focus,
fieldset[disabled] .btn-odnoklassniki.focus {
    background-color: #f4731c;
    border-color: #f4731c;
}

.btn-odnoklassniki .badge {
    color: #f4731c;
    background-color: #fff;
}

.btn-openid {
    background-color: #f7931e;
    color: #fff;
    background-color: #f7931e;
    border-color: #f7931e;
}

.btn-openid:focus, .btn-openid.focus {
    color: #fff;
    background-color: #da7908;
    border-color: #905005;
}

.btn-openid:hover {
    color: #fff;
    background-color: #da7908;
    border-color: #d07407;
}

.btn-openid:active, .btn-openid.active,
.open > .btn-openid.dropdown-toggle {
    color: #fff;
    background-color: #da7908;
    border-color: #d07407;
}

.btn-openid:active:hover, .btn-openid:active:focus, .btn-openid:active.focus, .btn-openid.active:hover, .btn-openid.active:focus, .btn-openid.active.focus,
.open > .btn-openid.dropdown-toggle:hover,
.open > .btn-openid.dropdown-toggle:focus,
.open > .btn-openid.dropdown-toggle.focus {
    color: #fff;
    background-color: #b86607;
    border-color: #905005;
}

.btn-openid:active, .btn-openid.active,
.open > .btn-openid.dropdown-toggle {
    background-image: none;
}

.btn-openid.disabled:hover, .btn-openid.disabled:focus, .btn-openid.disabled.focus, .btn-openid[disabled]:hover, .btn-openid[disabled]:focus, .btn-openid[disabled].focus,
fieldset[disabled] .btn-openid:hover,
fieldset[disabled] .btn-openid:focus,
fieldset[disabled] .btn-openid.focus {
    background-color: #f7931e;
    border-color: #f7931e;
}

.btn-openid .badge {
    color: #f7931e;
    background-color: #fff;
}

.btn-pinterest {
    background-color: #cb2027;
    color: #fff;
    background-color: #cb2027;
    border-color: #cb2027;
}

.btn-pinterest:focus, .btn-pinterest.focus {
    color: #fff;
    background-color: #9f191f;
    border-color: #5d0f12;
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #9f191f;
    border-color: #96181d;
}

.btn-pinterest:active, .btn-pinterest.active,
.open > .btn-pinterest.dropdown-toggle {
    color: #fff;
    background-color: #9f191f;
    border-color: #96181d;
}

.btn-pinterest:active:hover, .btn-pinterest:active:focus, .btn-pinterest:active.focus, .btn-pinterest.active:hover, .btn-pinterest.active:focus, .btn-pinterest.active.focus,
.open > .btn-pinterest.dropdown-toggle:hover,
.open > .btn-pinterest.dropdown-toggle:focus,
.open > .btn-pinterest.dropdown-toggle.focus {
    color: #fff;
    background-color: #801419;
    border-color: #5d0f12;
}

.btn-pinterest:active, .btn-pinterest.active,
.open > .btn-pinterest.dropdown-toggle {
    background-image: none;
}

.btn-pinterest.disabled:hover, .btn-pinterest.disabled:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled]:hover, .btn-pinterest[disabled]:focus, .btn-pinterest[disabled].focus,
fieldset[disabled] .btn-pinterest:hover,
fieldset[disabled] .btn-pinterest:focus,
fieldset[disabled] .btn-pinterest.focus {
    background-color: #cb2027;
    border-color: #cb2027;
}

.btn-pinterest .badge {
    color: #cb2027;
    background-color: #fff;
}

.btn-reddit {
    background-color: #eff7ff;
    color: #000;
    background-color: #eff7ff;
    border-color: #eff7ff;
}

.btn-reddit:focus, .btn-reddit.focus {
    color: #000;
    background-color: #bcdeff;
    border-color: #70b7ff;
}

.btn-reddit:hover {
    color: #000;
    background-color: #bcdeff;
    border-color: #b2d8ff;
}

.btn-reddit:active, .btn-reddit.active,
.open > .btn-reddit.dropdown-toggle {
    color: #000;
    background-color: #bcdeff;
    border-color: #b2d8ff;
}

.btn-reddit:active:hover, .btn-reddit:active:focus, .btn-reddit:active.focus, .btn-reddit.active:hover, .btn-reddit.active:focus, .btn-reddit.active.focus,
.open > .btn-reddit.dropdown-toggle:hover,
.open > .btn-reddit.dropdown-toggle:focus,
.open > .btn-reddit.dropdown-toggle.focus {
    color: #000;
    background-color: #98ccff;
    border-color: #70b7ff;
}

.btn-reddit:active, .btn-reddit.active,
.open > .btn-reddit.dropdown-toggle {
    background-image: none;
}

.btn-reddit.disabled:hover, .btn-reddit.disabled:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled]:hover, .btn-reddit[disabled]:focus, .btn-reddit[disabled].focus,
fieldset[disabled] .btn-reddit:hover,
fieldset[disabled] .btn-reddit:focus,
fieldset[disabled] .btn-reddit.focus {
    background-color: #eff7ff;
    border-color: #eff7ff;
}

.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000;
}

.btn-soundcloud {
    background-color: #ff5500;
    color: #fff;
    background-color: #ff5500;
    border-color: #ff5500;
}

.btn-soundcloud:focus, .btn-soundcloud.focus {
    color: #fff;
    background-color: #cc4400;
    border-color: #802b00;
}

.btn-soundcloud:hover {
    color: #fff;
    background-color: #cc4400;
    border-color: #c24100;
}

.btn-soundcloud:active, .btn-soundcloud.active,
.open > .btn-soundcloud.dropdown-toggle {
    color: #fff;
    background-color: #cc4400;
    border-color: #c24100;
}

.btn-soundcloud:active:hover, .btn-soundcloud:active:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active:hover, .btn-soundcloud.active:focus, .btn-soundcloud.active.focus,
.open > .btn-soundcloud.dropdown-toggle:hover,
.open > .btn-soundcloud.dropdown-toggle:focus,
.open > .btn-soundcloud.dropdown-toggle.focus {
    color: #fff;
    background-color: #a83800;
    border-color: #802b00;
}

.btn-soundcloud:active, .btn-soundcloud.active,
.open > .btn-soundcloud.dropdown-toggle {
    background-image: none;
}

.btn-soundcloud.disabled:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled]:hover, .btn-soundcloud[disabled]:focus, .btn-soundcloud[disabled].focus,
fieldset[disabled] .btn-soundcloud:hover,
fieldset[disabled] .btn-soundcloud:focus,
fieldset[disabled] .btn-soundcloud.focus {
    background-color: #ff5500;
    border-color: #ff5500;
}

.btn-soundcloud .badge {
    color: #ff5500;
    background-color: #fff;
}

.btn-tumblr {
    background-color: #2c4762;
    color: #fff;
    background-color: #2c4762;
    border-color: #2c4762;
}

.btn-tumblr:focus, .btn-tumblr.focus {
    color: #fff;
    background-color: #1c2e3f;
    border-color: #04070a;
}

.btn-tumblr:hover {
    color: #fff;
    background-color: #1c2e3f;
    border-color: #192838;
}

.btn-tumblr:active, .btn-tumblr.active,
.open > .btn-tumblr.dropdown-toggle {
    color: #fff;
    background-color: #1c2e3f;
    border-color: #192838;
}

.btn-tumblr:active:hover, .btn-tumblr:active:focus, .btn-tumblr:active.focus, .btn-tumblr.active:hover, .btn-tumblr.active:focus, .btn-tumblr.active.focus,
.open > .btn-tumblr.dropdown-toggle:hover,
.open > .btn-tumblr.dropdown-toggle:focus,
.open > .btn-tumblr.dropdown-toggle.focus {
    color: #fff;
    background-color: #111c26;
    border-color: #04070a;
}

.btn-tumblr:active, .btn-tumblr.active,
.open > .btn-tumblr.dropdown-toggle {
    background-image: none;
}

.btn-tumblr.disabled:hover, .btn-tumblr.disabled:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled]:hover, .btn-tumblr[disabled]:focus, .btn-tumblr[disabled].focus,
fieldset[disabled] .btn-tumblr:hover,
fieldset[disabled] .btn-tumblr:focus,
fieldset[disabled] .btn-tumblr.focus {
    background-color: #2c4762;
    border-color: #2c4762;
}

.btn-tumblr .badge {
    color: #2c4762;
    background-color: #fff;
}

.btn-twitter {
    background-color: #55acee;
    color: #fff;
    background-color: #55acee;
    border-color: #55acee;
}

.btn-twitter:focus, .btn-twitter.focus {
    color: #fff;
    background-color: #2795e9;
    border-color: #126db2;
}

.btn-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    border-color: #1d91e8;
}

.btn-twitter:active, .btn-twitter.active,
.open > .btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #2795e9;
    border-color: #1d91e8;
}

.btn-twitter:active:hover, .btn-twitter:active:focus, .btn-twitter:active.focus, .btn-twitter.active:hover, .btn-twitter.active:focus, .btn-twitter.active.focus,
.open > .btn-twitter.dropdown-toggle:hover,
.open > .btn-twitter.dropdown-toggle:focus,
.open > .btn-twitter.dropdown-toggle.focus {
    color: #fff;
    background-color: #1583d7;
    border-color: #126db2;
}

.btn-twitter:active, .btn-twitter.active,
.open > .btn-twitter.dropdown-toggle {
    background-image: none;
}

.btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled]:hover, .btn-twitter[disabled]:focus, .btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter:hover,
fieldset[disabled] .btn-twitter:focus,
fieldset[disabled] .btn-twitter.focus {
    background-color: #55acee;
    border-color: #55acee;
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #fff;
}

.btn-vimeo {
    background-color: #1ab7ea;
    color: #fff;
    background-color: #1ab7ea;
    border-color: #1ab7ea;
}

.btn-vimeo:focus, .btn-vimeo.focus {
    color: #fff;
    background-color: #1295bf;
    border-color: #0b5e79;
}

.btn-vimeo:hover {
    color: #fff;
    background-color: #1295bf;
    border-color: #118eb6;
}

.btn-vimeo:active, .btn-vimeo.active,
.open > .btn-vimeo.dropdown-toggle {
    color: #fff;
    background-color: #1295bf;
    border-color: #118eb6;
}

.btn-vimeo:active:hover, .btn-vimeo:active:focus, .btn-vimeo:active.focus, .btn-vimeo.active:hover, .btn-vimeo.active:focus, .btn-vimeo.active.focus,
.open > .btn-vimeo.dropdown-toggle:hover,
.open > .btn-vimeo.dropdown-toggle:focus,
.open > .btn-vimeo.dropdown-toggle.focus {
    color: #fff;
    background-color: #0f7b9f;
    border-color: #0b5e79;
}

.btn-vimeo:active, .btn-vimeo.active,
.open > .btn-vimeo.dropdown-toggle {
    background-image: none;
}

.btn-vimeo.disabled:hover, .btn-vimeo.disabled:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled]:hover, .btn-vimeo[disabled]:focus, .btn-vimeo[disabled].focus,
fieldset[disabled] .btn-vimeo:hover,
fieldset[disabled] .btn-vimeo:focus,
fieldset[disabled] .btn-vimeo.focus {
    background-color: #1ab7ea;
    border-color: #1ab7ea;
}

.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #fff;
}

.btn-vk {
    background-color: #587ea3;
    color: #fff;
    background-color: #587ea3;
    border-color: #587ea3;
}

.btn-vk:focus, .btn-vk.focus {
    color: #fff;
    background-color: #466482;
    border-color: #2b3e50;
}

.btn-vk:hover {
    color: #fff;
    background-color: #466482;
    border-color: #435f7b;
}

.btn-vk:active, .btn-vk.active,
.open > .btn-vk.dropdown-toggle {
    color: #fff;
    background-color: #466482;
    border-color: #435f7b;
}

.btn-vk:active:hover, .btn-vk:active:focus, .btn-vk:active.focus, .btn-vk.active:hover, .btn-vk.active:focus, .btn-vk.active.focus,
.open > .btn-vk.dropdown-toggle:hover,
.open > .btn-vk.dropdown-toggle:focus,
.open > .btn-vk.dropdown-toggle.focus {
    color: #fff;
    background-color: #3a526b;
    border-color: #2b3e50;
}

.btn-vk:active, .btn-vk.active,
.open > .btn-vk.dropdown-toggle {
    background-image: none;
}

.btn-vk.disabled:hover, .btn-vk.disabled:focus, .btn-vk.disabled.focus, .btn-vk[disabled]:hover, .btn-vk[disabled]:focus, .btn-vk[disabled].focus,
fieldset[disabled] .btn-vk:hover,
fieldset[disabled] .btn-vk:focus,
fieldset[disabled] .btn-vk.focus {
    background-color: #587ea3;
    border-color: #587ea3;
}

.btn-vk .badge {
    color: #587ea3;
    background-color: #fff;
}

.btn-yahoo {
    background-color: #720e9e;
    color: #fff;
    background-color: #720e9e;
    border-color: #720e9e;
}

.btn-yahoo:focus, .btn-yahoo.focus {
    color: #fff;
    background-color: #500a6f;
    border-color: #1d0429;
}

.btn-yahoo:hover {
    color: #fff;
    background-color: #500a6f;
    border-color: #490966;
}

.btn-yahoo:active, .btn-yahoo.active,
.open > .btn-yahoo.dropdown-toggle {
    color: #fff;
    background-color: #500a6f;
    border-color: #490966;
}

.btn-yahoo:active:hover, .btn-yahoo:active:focus, .btn-yahoo:active.focus, .btn-yahoo.active:hover, .btn-yahoo.active:focus, .btn-yahoo.active.focus,
.open > .btn-yahoo.dropdown-toggle:hover,
.open > .btn-yahoo.dropdown-toggle:focus,
.open > .btn-yahoo.dropdown-toggle.focus {
    color: #fff;
    background-color: #39074e;
    border-color: #1d0429;
}

.btn-yahoo:active, .btn-yahoo.active,
.open > .btn-yahoo.dropdown-toggle {
    background-image: none;
}

.btn-yahoo.disabled:hover, .btn-yahoo.disabled:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled]:hover, .btn-yahoo[disabled]:focus, .btn-yahoo[disabled].focus,
fieldset[disabled] .btn-yahoo:hover,
fieldset[disabled] .btn-yahoo:focus,
fieldset[disabled] .btn-yahoo.focus {
    background-color: #720e9e;
    border-color: #720e9e;
}

.btn-yahoo .badge {
    color: #720e9e;
    background-color: #fff;
}

/* $sortable
 ------------------------------------------*/
.sortable-list {
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sortable-list li {
    position: relative;
    display: block;
    margin-bottom: -0.0625rem;
    padding: 0.9375rem;
    border: 0.0625rem solid #e4e4e4;
    background-color: #fff;
    cursor: move;
}

.sortable-list li:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.sortable-list li:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.sortable-list li.ui-state-highlight {
    min-height: 3.125rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.01);
    list-style: none;
}

/* $summernote
 ------------------------------------------*/
.note-editor {
    border-color: #e4e4e4;
    border-radius: 0;
    overflow: visible;
}

.note-editor .note-toolbar {
    margin-left: 0;
    padding: 0;
}

.note-editor .note-toolbar .btn-group {
    margin: 0;
}

.note-editor .btn-group .btn {
    border-radius: 0;
    box-shadow: none;
    height: 2.5rem;
    line-height: 2.5rem;
    min-width: 2.5rem;
    padding: 0 0.625rem;
    background-color: #f5f5f5;
    border-top: 0;
    border-bottom-color: #e4e4e4;
    border-left: 0;
    border-right-color: #e4e4e4;
    color: #59595A;
}

.note-editor .btn-group .btn.active, .note-editor .btn-group .btn:hover {
    background-color: #ececec;
}

.note-editor .btn-group .btn.active::before, .note-editor .btn-group .btn:hover::before {
    box-shadow: none;
}

.note-editor .btn-group .btn + .btn,
.note-editor .btn-group .btn + .btn-group,
.note-editor .btn-group .btn-group + .btn,
.note-editor .btn-group .btn-group + .btn-group {
    margin-left: 0;
}

.note-editor .note-toolbar {
    border-color: #e4e4e4;
    border-bottom: 0;
    padding: 0;
}

.note-editor .dropdown-menu {
    margin: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.note-editor .note-editable {
    background-color: white;
    min-height: 9.375rem;
}

/* $sweet-alert
 ------------------------------------------*/
.sweet-alert {
    font-family: inherit;
    border-radius: 0;
    /*Fix animation api conflict*/
    visibility: visible !important;
}

.sweet-alert h2 {
    color: #4c4c4d;
}

.sweet-alert p {
    color: #59595A;
    font-weight: inherit;
    font-size: 0.8125rem;
}

.sweet-alert button {
    border-radius: 0;
    font-size: inherit;
}

.sweet-alert .icon.error {
    border-color: #DD6777;
}

.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after,
.sweet-alert .sa-error-container .icon,
.sweet-alert .icon.error .line {
    background-color: #DD6777;
}

.sweet-alert .icon.warning {
    border-color: #F2B776;
}

.sweet-alert .icon.warning .body {
    background-color: #F2B776;
}

.sweet-alert .icon.warning .dot {
    background-color: #F2B776;
}

.sweet-alert .icon.info {
    border-color: #6EC7E6;
}

.sweet-alert .icon.info::before {
    background-color: #6EC7E6;
}

.sweet-alert .icon.info::after {
    background-color: #6EC7E6;
}

.sweet-alert .icon.success {
    border-color: #6FC080;
}

.sweet-alert .icon.success .placeholder {
    border-color: rgba(111, 192, 128, 0.2);
}

.sweet-alert .icon.success .line {
    background-color: #6FC080;
}

.sweet-alert .sa-input-error {
    top: 1.438rem;
}

/* $touch-spin
 ------------------------------------------*/
.bootstrap-touchspin input {
    text-align: center;
}

.btn.bootstrap-touchspin-down,
.btn.bootstrap-touchspin-up {
    font-size: initial !important;
}

/*
 * twitter typeahead
 *
 */
.twitter-typeahead {
    display: block;
    width: 100%;
}

.tt-query {
    box-shadow: inset 0 0.0625rem 1px rgba(0, 0, 0, 0.075);
}

.tt-menu {
    width: 100%;
    margin: -0.0625rem 0 0.75rem;
    padding: 0.75rem 0;
    background-color: #fff;
    border: 0.0625rem solid #6164C1;
    box-shadow: none;
    border-radius: 0;
}

.tt-suggestion {
    padding: 0.1875rem 0.75rem;
    line-height: 1.5rem;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #6164C1;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #6164C1;
}

.tt-suggestion p {
    margin: 0;
}

/* $Utilities Classes */
.inline {
    display: inline-block;
}

/* Margins */
.m-x-n {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
}

.m-r-n {
    margin-right: -1.25rem !important;
}

.m-l-n {
    margin-left: -1.25rem !important;
}

.m-t-n {
    margin-top: -1.25rem !important;
}

.m-b-n {
    margin-bottom: -1.25rem !important;
}

.m-x-n-g {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
}

.m-r-n-g {
    margin-right: -0.75rem !important;
}

.m-l-n-g {
    margin-left: -0.75rem !important;
}

.m-t-n-g {
    margin-top: -0.75rem !important;
}

.m-b-n-g {
    margin-bottom: -0.75rem !important;
}

/* no background color*/
.no-bg {
    background-color: transparent !important;
}

.shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.no-shadow {
    box-shadow: none;
}

.text-shadow {
    text-shadow: 0 0.0625rem 0.0625rem rgba(255, 255, 255, 0.9);
}

.align-middle td,
td.align-middle {
    vertical-align: middle !important;
}

/* Position */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.lt {
    left: 0;
}

.rt {
    right: 0;
}

.bt {
    bottom: 0;
}

.tp {
    top: 0;
}

/* Radius */
.no-radius {
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.round {
    border-radius: 0;
}

.circle {
    border-radius: 50%;
}

.brtl {
    border-top-left-radius: 0;
}

.brtr {
    border-top-right-radius: 0;
}

.brbl {
    border-bottom-left-radius: 0;
}

.brbr {
    border-bottom-right-radius: 0;
}

/* Overflow */
.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.overflow-auto {
    overflow: auto;
}

.block {
    display: block;
}

.open .hover-inactive:hover, .open .hover-inactive:focus,
.hover-inactive:hover,
.hover-inactive:focus {
    background-color: transparent !important;
}

/* Widths */
.w100 {
    width: 100px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.w350 {
    width: 350px;
}

.w400 {
    width: 400px;
}

.w450 {
    width: 400px;
}

.w500 {
    width: 500px;
}

/* Toggle */
.toggle-active {
    cursor: pointer;
}

.toggle-active.active {
    color: #F2B776;
}

/* Borders */
.no-border,
.b-a-0 {
    border: 0;
}

.b-a {
    border: 0.0625rem solid #e4e4e4;
}

.b-b {
    border-bottom: 0.0625rem solid #e4e4e4;
}

.b-t {
    border-top: 0.0625rem solid #e4e4e4;
}

.b-l {
    border-left: 0.0625rem solid #e4e4e4;
}

.b-r {
    border-right: 0.0625rem solid #e4e4e4;
}

.b-t-0 {
    border-top: 0;
}

.b-r-0 {
    border-right: 0;
}

.b-b-0 {
    border-bottom: 0;
}

.b-l-0 {
    border-left: 0;
}

.avatar.bordered {
    border: 3px solid fade(#fff, 50%);
}

/* $border color */
.border-primary {
    border-color: #6164C1;
}

.border-default {
    border-color: #e2e2e2;
}

.border-warning {
    border-color: #F2B776;
}

.border-success {
    border-color: #6FC080;
}

.border-info {
    border-color: #6EC7E6;
}

.border-white {
    border-color: white;
}

.border-danger {
    border-color: #DD6777;
}

.full-height {
    height: 100%;
}

[data-animation] {
    visibility: hidden;
}

.animated {
    visibility: visible !important;
}

.visible {
    visibility: visible;
}

.scrollable {
    overflow: hidden;
    position: relative;
}

.scroll {
    overflow-x: hidden;
    overflow-y: auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

@media (min-width: 34em) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }
}

@media (min-width: 48em) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }
}

@media (min-width: 62em) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }
}

@media (min-width: 75em) {
    .text-xl-left {
        text-align: left;
    }

    .text-xl-right {
        text-align: right;
    }

    .text-xl-center {
        text-align: center;
    }
}

.m-a-0 {
    margin: 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-a {
    margin: 1rem !important;
}

.m-t {
    margin-top: 1rem !important;
}

.m-r {
    margin-right: 1rem !important;
}

.m-b {
    margin-bottom: 1rem !important;
}

.m-l {
    margin-left: 1rem !important;
}

.m-x {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.m-y {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-a-md {
    margin: 1.5rem !important;
}

.m-t-md {
    margin-top: 1.5rem !important;
}

.m-r-md {
    margin-right: 1.5rem !important;
}

.m-b-md {
    margin-bottom: 1.5rem !important;
}

.m-l-md {
    margin-left: 1.5rem !important;
}

.m-x-md {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.m-y-md {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-a-lg {
    margin: 3rem !important;
}

.m-t-lg {
    margin-top: 3rem !important;
}

.m-r-lg {
    margin-right: 3rem !important;
}

.m-b-lg {
    margin-bottom: 3rem !important;
}

.m-l-lg {
    margin-left: 3rem !important;
}

.m-x-lg {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.m-y-lg {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-a-0 {
    padding: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-x-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-a {
    padding: 1rem !important;
}

.p-t {
    padding-top: 1rem !important;
}

.p-r {
    padding-right: 1rem !important;
}

.p-b {
    padding-bottom: 1rem !important;
}

.p-l {
    padding-left: 1rem !important;
}

.p-x {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.p-y {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-a-md {
    padding: 1.5rem !important;
}

.p-t-md {
    padding-top: 1.5rem !important;
}

.p-r-md {
    padding-right: 1.5rem !important;
}

.p-b-md {
    padding-bottom: 1.5rem !important;
}

.p-l-md {
    padding-left: 1.5rem !important;
}

.p-x-md {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.p-y-md {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-a-lg {
    padding: 3rem !important;
}

.p-t-lg {
    padding-top: 3rem !important;
}

.p-r-lg {
    padding-right: 3rem !important;
}

.p-b-lg {
    padding-bottom: 3rem !important;
}

.p-l-lg {
    padding-left: 3rem !important;
}

.p-x-lg {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.p-y-lg {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 33.9em) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 34em) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 47.9em) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 48em) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 61.9em) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 62em) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 74.9em) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 75em) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print .hidden-print {
        display: none !important;
    }
}

/*
 *  Demo specific styles.
 *  These can be removed
 */
.color-brands {
    display: block;
}

.color-brands:before, .color-brands:after {
    content: " ";
    display: table;
}

.color-brands:after {
    clear: both;
}

.color-brands.header-brands > div {
    width: 100% !important;
    cursor: pointer;
}

.color-brands > div {
    display: inline-block;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    position: relative;
    width: 10%;
}

.color-brands .color-brand {
    display: inline-block;
    line-height: 150px;
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.color-brands .color-brand.header-brand {
    width: 100%;
    height: 30px;
}

.color-brands .color-brand div {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.color-brands > .color-brand {
    width: 10%;
    height: 100px;
}

@media (max-width: 767px) {
    .color-brands > div {
        width: 25%;
    }

    .color-brands > .color-brand {
        width: 25%;
    }
}

#focusedInput {
    border-color: #8d8fd2;
    box-shadow: none;
}

.climacon-list .climacon {
    display: inline-block;
    font: normal normal normal 14px/1 Climacons-Font;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
    .form-horizontal .control-label-left {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
    }
}

.demo .slider.slider-vertical {
    height: 175px;
}

.bs-demo .btn {
    margin-bottom: 5px;
}

.tool-button .btn {
    margin-right: 5px;
    margin-bottom: 5px;
}

.demo-button .btn {
    min-width: 115px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.demo > .dropdown {
    float: left;
}

.demo > .dropdown > .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 5px;
    visibility: visible;
    opacity: 1;
}

.demo-button2 button {
    margin: 0 5px 10px 0;
}

.demo-button3 .btn {
    margin-bottom: 10px;
}

.fontawesome-list a,
.climacon-list a,
.feather-list a {
    display: block;
    padding-left: 40px;
    height: 32px;
    color: #59595A;
    line-height: 32px;
    background: #fff;
    margin-bottom: 5px;
}

.fontawesome-list .fa,
.climacon-list .climacon,
.feather-list [class^="icon-"] {
    position: absolute;
    top: 8px;
    left: 20px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    min-width: 30px;
    text-align: center;
}

.fontawesome-list a:hover .fa,
.climacon-list a:hover .climacon,
.feather-list a:hover [class^="icon-"] {
    top: 5px;
    color: #6164C1;
    font-size: 1.5em;
}

.bordered-group .form-group {
    border-bottom: 0.0625rem solid fade(black, 6%);
    padding-bottom: 15px;
}

.bordered-group .form-group:last-child {
    border-bottom: 0.0625rem solid transparent;
    padding: 0;
}

.switcha > div {
    float: left;
}

.fontawesome-icon-list {
    margin-bottom: 35px;
}

.option {
    display: table;
    width: 100%;
}

.option > div {
    display: table-cell;
    vertical-align: middle;
}

.option > div:first-child {
    width: 200px;
}

.demo-skin {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.demo-skin span {
    display: table-cell;
    height: 25px;
    border-top: 0.0625rem solid fade(black, 7%);
    border-bottom: 0.0625rem solid fade(black, 7%);
}

.demo-skin span:first-child {
    border-left: 0.0625rem solid fade(black, 7%);
}

.demo-skin span:last-child {
    border-right: 0.0625rem solid fade(black, 7%);
}

.sidebar-skins > div .fa,
.header-skins > div .fa {
    display: none;
    visibility: hidden;
}

.sidebar-skins > div:hover,
.header-skins > div:hover {
    cursor: pointer;
}

.sidebar-skins > div:hover .fa,
.header-skins > div:hover .fa {
    display: inline-block;
    visibility: visible;
}

.sidebar-skins > div.active .fa,
.header-skins > div.active .fa {
    display: inline-block;
    visibility: visible;
    color: #6FC080;
}

.dashboard-rickshaw {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.configuration {
    width: 240px;
    background: #fff;
    position: fixed;
    right: 0;
    top: 250px;
    margin-left: 0;
    z-index: 99999;
    box-shadow: 0 0 10px rgba(107, 107, 107, 0.2);
    -webkit-transition: -webkit-transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: -moz-transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: -o-transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 150ms cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.configuration.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.configuration-cog {
    width: 40px;
    height: 40px;
    position: absolute;
    left: -40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(107, 107, 107, 0.2);
    z-index: 8;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}

.configuration-options {
    position: relative;
    z-index: 9;
}

.configuration .title {
    background: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
}

.configuration .option {
    padding: 5px 15px;
}

.configuration .option.styles label {
    display: inline-block;
    padding: 0;
    margin: 0 5px 0 0;
    width: 30px;
    height: 30px;
    position: relative;
}

.configuration .option.styles input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -100%;
}

.configuration .option.styles div {
    display: block;
}

.configuration .option.styles div:nth-child(3) {
    height: 9px;
}

.configuration .option.styles div:nth-child(4) {
    height: 1px;
}

.configuration .option.styles div:last-child {
    height: 20px;
}

.configuration .option.styles .fa {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    line-height: 32px;
    background: fade(white, 30%);
}

.configuration .option.styles input[type=radio]:checked + .fa {
    opacity: 1;
}

.swatches {
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 25px;
}

.swatches > div {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-height: 40px;
    padding: 0 15px;
}

.swatches > div:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.swatches > div:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.swatches > div > span {
    display: table-cell;
    vertical-align: middle;
}

.location-selector {
    position: relative;
    list-style: none;
    padding: 0;
    border: 0.0625rem solid #e4e4e4;
}

.location-selector:before, .location-selector:after {
    content: " ";
    display: table;
}

.location-selector:after {
    clear: both;
}

.location-selector li {
    width: 33.33333333%;
    float: left;
    position: relative;
}

.location-selector li > div {
    width: 100%;
    height: 100px;
    background-color: #e2e2e2;
    cursor: pointer;
    text-align: center;
    position: relative;
    border: 0.0625rem solid fade(black, 5%);
    border-top: 0;
    border-left: 0;
}

.location-selector li > div span {
    position: absolute;
    top: 50%;
    width: 100%;
    display: block;
    margin-top: -9.5px;
}

.location-selector li.active > div {
    box-shadow: inset 0px 0px 0px 0.0625rem rgba(0, 0, 0, 0.05), 0px 0px 0.0625rem 0px rgba(0, 0, 0, 0.1);
    background-color: #efefef;
}

.location-selector li:hover div {
    background-color: #efefef;
}

.location-selector [data-position=topLeft] div {
    cursor: nw-resize;
}

.location-selector [data-position=top] div {
    cursor: n-resize;
}

.location-selector [data-position=topRight] div {
    cursor: ne-resize;
}

.location-selector [data-position=bottomLeft] div {
    cursor: sw-resize;
}

.location-selector [data-position=bottom] div {
    cursor: s-resize;
}

.location-selector [data-position=bottomRight] div {
    cursor: se-resize;
}

/* Sample header skins */
.header-dark .main-panel > .header {
  background-color: #44425B; }
  .header-dark .main-panel > .header .navbar-text {
    color: #fff; }
  .header-dark .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-dark .main-panel > .header .nav > li > a:hover,
  .header-dark .main-panel > .header .nav > li > a:focus {
    background-color: #39374c;
    color: #fff; }
  .header-dark .main-panel > .header .nav .open > a,
  .header-dark .main-panel > .header .nav .open > a:hover,
  .header-dark .main-panel > .header .nav .open > a:focus {
    background-color: #39374c;
    color: #fff; }
  .header-dark .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-dark .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-dark .header .brand .brand-logo {
    color: #fff; } }

.header-red .main-panel > .header {
  background-color: #F44336; }
  .header-red .main-panel > .header .navbar-text {
    color: #fff; }
  .header-red .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-red .main-panel > .header .nav > li > a:hover,
  .header-red .main-panel > .header .nav > li > a:focus {
    background-color: #f32c1e;
    color: #fff; }
  .header-red .main-panel > .header .nav .open > a,
  .header-red .main-panel > .header .nav .open > a:hover,
  .header-red .main-panel > .header .nav .open > a:focus {
    background-color: #f32c1e;
    color: #fff; }
  .header-red .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-red .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-red .header .brand .brand-logo {
    color: #fff; } }

.header-pink .main-panel > .header {
  background-color: #E91E63; }
  .header-pink .main-panel > .header .navbar-text {
    color: #fff; }
  .header-pink .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-pink .main-panel > .header .nav > li > a:hover,
  .header-pink .main-panel > .header .nav > li > a:focus {
    background-color: #d81558;
    color: #fff; }
  .header-pink .main-panel > .header .nav .open > a,
  .header-pink .main-panel > .header .nav .open > a:hover,
  .header-pink .main-panel > .header .nav .open > a:focus {
    background-color: #d81558;
    color: #fff; }
  .header-pink .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-pink .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-pink .header .brand .brand-logo {
    color: #fff; } }

.header-purple .main-panel > .header {
  background-color: #9C27B0; }
  .header-purple .main-panel > .header .navbar-text {
    color: #fff; }
  .header-purple .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-purple .main-panel > .header .nav > li > a:hover,
  .header-purple .main-panel > .header .nav > li > a:focus {
    background-color: #89229b;
    color: #fff; }
  .header-purple .main-panel > .header .nav .open > a,
  .header-purple .main-panel > .header .nav .open > a:hover,
  .header-purple .main-panel > .header .nav .open > a:focus {
    background-color: #89229b;
    color: #fff; }
  .header-purple .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-purple .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-purple .header .brand .brand-logo {
    color: #fff; } }

.header-deeppurple .main-panel > .header {
  background-color: #673AB7; }
  .header-deeppurple .main-panel > .header .navbar-text {
    color: #fff; }
  .header-deeppurple .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-deeppurple .main-panel > .header .nav > li > a:hover,
  .header-deeppurple .main-panel > .header .nav > li > a:focus {
    background-color: #5c34a4;
    color: #fff; }
  .header-deeppurple .main-panel > .header .nav .open > a,
  .header-deeppurple .main-panel > .header .nav .open > a:hover,
  .header-deeppurple .main-panel > .header .nav .open > a:focus {
    background-color: #5c34a4;
    color: #fff; }
  .header-deeppurple .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-deeppurple .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-deeppurple .header .brand .brand-logo {
    color: #fff; } }

.header-indigo .main-panel > .header {
  background-color: #3F51B5; }
  .header-indigo .main-panel > .header .navbar-text {
    color: #fff; }
  .header-indigo .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-indigo .main-panel > .header .nav > li > a:hover,
  .header-indigo .main-panel > .header .nav > li > a:focus {
    background-color: #3849a2;
    color: #fff; }
  .header-indigo .main-panel > .header .nav .open > a,
  .header-indigo .main-panel > .header .nav .open > a:hover,
  .header-indigo .main-panel > .header .nav .open > a:focus {
    background-color: #3849a2;
    color: #fff; }
  .header-indigo .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-indigo .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-indigo .header .brand .brand-logo {
    color: #fff; } }

.header-blue .main-panel > .header {
  background-color: #2196F3; }
  .header-blue .main-panel > .header .navbar-text {
    color: #fff; }
  .header-blue .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-blue .main-panel > .header .nav > li > a:hover,
  .header-blue .main-panel > .header .nav > li > a:focus {
    background-color: #0d8aee;
    color: #fff; }
  .header-blue .main-panel > .header .nav .open > a,
  .header-blue .main-panel > .header .nav .open > a:hover,
  .header-blue .main-panel > .header .nav .open > a:focus {
    background-color: #0d8aee;
    color: #fff; }
  .header-blue .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-blue .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-blue .header .brand .brand-logo {
    color: #fff; } }

.header-lightblue .main-panel > .header {
  background-color: #03A9F4; }
  .header-lightblue .main-panel > .header .navbar-text {
    color: #fff; }
  .header-lightblue .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-lightblue .main-panel > .header .nav > li > a:hover,
  .header-lightblue .main-panel > .header .nav > li > a:focus {
    background-color: #0398db;
    color: #fff; }
  .header-lightblue .main-panel > .header .nav .open > a,
  .header-lightblue .main-panel > .header .nav .open > a:hover,
  .header-lightblue .main-panel > .header .nav .open > a:focus {
    background-color: #0398db;
    color: #fff; }
  .header-lightblue .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-lightblue .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-lightblue .header .brand .brand-logo {
    color: #fff; } }

.header-cyan .main-panel > .header {
  background-color: #00BCD4; }
  .header-cyan .main-panel > .header .navbar-text {
    color: #fff; }
  .header-cyan .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-cyan .main-panel > .header .nav > li > a:hover,
  .header-cyan .main-panel > .header .nav > li > a:focus {
    background-color: #00a5bb;
    color: #fff; }
  .header-cyan .main-panel > .header .nav .open > a,
  .header-cyan .main-panel > .header .nav .open > a:hover,
  .header-cyan .main-panel > .header .nav .open > a:focus {
    background-color: #00a5bb;
    color: #fff; }
  .header-cyan .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-cyan .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-cyan .header .brand .brand-logo {
    color: #fff; } }

.header-teal .main-panel > .header {
  background-color: #009688; }
  .header-teal .main-panel > .header .navbar-text {
    color: #fff; }
  .header-teal .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-teal .main-panel > .header .nav > li > a:hover,
  .header-teal .main-panel > .header .nav > li > a:focus {
    background-color: #007d71;
    color: #fff; }
  .header-teal .main-panel > .header .nav .open > a,
  .header-teal .main-panel > .header .nav .open > a:hover,
  .header-teal .main-panel > .header .nav .open > a:focus {
    background-color: #007d71;
    color: #fff; }
  .header-teal .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-teal .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-teal .header .brand .brand-logo {
    color: #fff; } }

.header-green .main-panel > .header {
  background-color: #4CAF50; }
  .header-green .main-panel > .header .navbar-text {
    color: #fff; }
  .header-green .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-green .main-panel > .header .nav > li > a:hover,
  .header-green .main-panel > .header .nav > li > a:focus {
    background-color: #449d48;
    color: #fff; }
  .header-green .main-panel > .header .nav .open > a,
  .header-green .main-panel > .header .nav .open > a:hover,
  .header-green .main-panel > .header .nav .open > a:focus {
    background-color: #449d48;
    color: #fff; }
  .header-green .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-green .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-green .header .brand .brand-logo {
    color: #fff; } }

.header-lightgreen .main-panel > .header {
  background-color: #74D108; }
  .header-lightgreen .main-panel > .header .navbar-text {
    color: #fff; }
  .header-lightgreen .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-lightgreen .main-panel > .header .nav > li > a:hover,
  .header-lightgreen .main-panel > .header .nav > li > a:focus {
    background-color: #66b807;
    color: #fff; }
  .header-lightgreen .main-panel > .header .nav .open > a,
  .header-lightgreen .main-panel > .header .nav .open > a:hover,
  .header-lightgreen .main-panel > .header .nav .open > a:focus {
    background-color: #66b807;
    color: #fff; }
  .header-lightgreen .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-lightgreen .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-lightgreen .header .brand .brand-logo {
    color: #fff; } }

.header-lime .main-panel > .header {
  background-color: #CDDC39; }
  .header-lime .main-panel > .header .navbar-text {
    color: #fff; }
  .header-lime .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-lime .main-panel > .header .nav > li > a:hover,
  .header-lime .main-panel > .header .nav > li > a:focus {
    background-color: #c6d626;
    color: #fff; }
  .header-lime .main-panel > .header .nav .open > a,
  .header-lime .main-panel > .header .nav .open > a:hover,
  .header-lime .main-panel > .header .nav .open > a:focus {
    background-color: #c6d626;
    color: #fff; }
  .header-lime .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-lime .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-lime .header .brand .brand-logo {
    color: #fff; } }

.header-yellow .main-panel > .header {
  background-color: #FFEB3B; }
  .header-yellow .main-panel > .header .navbar-text {
    color: #fff; }
  .header-yellow .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-yellow .main-panel > .header .nav > li > a:hover,
  .header-yellow .main-panel > .header .nav > li > a:focus {
    background-color: #ffe822;
    color: #fff; }
  .header-yellow .main-panel > .header .nav .open > a,
  .header-yellow .main-panel > .header .nav .open > a:hover,
  .header-yellow .main-panel > .header .nav .open > a:focus {
    background-color: #ffe822;
    color: #fff; }
  .header-yellow .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-yellow .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-yellow .header .brand .brand-logo {
    color: #fff; } }

.header-amber .main-panel > .header {
  background-color: #FFC107; }
  .header-amber .main-panel > .header .navbar-text {
    color: #fff; }
  .header-amber .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-amber .main-panel > .header .nav > li > a:hover,
  .header-amber .main-panel > .header .nav > li > a:focus {
    background-color: #edb100;
    color: #fff; }
  .header-amber .main-panel > .header .nav .open > a,
  .header-amber .main-panel > .header .nav .open > a:hover,
  .header-amber .main-panel > .header .nav .open > a:focus {
    background-color: #edb100;
    color: #fff; }
  .header-amber .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-amber .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-amber .header .brand .brand-logo {
    color: #fff; } }

.header-orange .main-panel > .header {
  background-color: #FF9800; }
  .header-orange .main-panel > .header .navbar-text {
    color: #fff; }
  .header-orange .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-orange .main-panel > .header .nav > li > a:hover,
  .header-orange .main-panel > .header .nav > li > a:focus {
    background-color: #e68900;
    color: #fff; }
  .header-orange .main-panel > .header .nav .open > a,
  .header-orange .main-panel > .header .nav .open > a:hover,
  .header-orange .main-panel > .header .nav .open > a:focus {
    background-color: #e68900;
    color: #fff; }
  .header-orange .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-orange .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-orange .header .brand .brand-logo {
    color: #fff; } }

.header-deeporange .main-panel > .header {
  background-color: #FF5722; }
  .header-deeporange .main-panel > .header .navbar-text {
    color: #fff; }
  .header-deeporange .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-deeporange .main-panel > .header .nav > li > a:hover,
  .header-deeporange .main-panel > .header .nav > li > a:focus {
    background-color: #ff4409;
    color: #fff; }
  .header-deeporange .main-panel > .header .nav .open > a,
  .header-deeporange .main-panel > .header .nav .open > a:hover,
  .header-deeporange .main-panel > .header .nav .open > a:focus {
    background-color: #ff4409;
    color: #fff; }
  .header-deeporange .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-deeporange .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-deeporange .header .brand .brand-logo {
    color: #fff; } }

.header-brown .main-panel > .header {
  background-color: #795548; }
  .header-brown .main-panel > .header .navbar-text {
    color: #fff; }
  .header-brown .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-brown .main-panel > .header .nav > li > a:hover,
  .header-brown .main-panel > .header .nav > li > a:focus {
    background-color: #694a3e;
    color: #fff; }
  .header-brown .main-panel > .header .nav .open > a,
  .header-brown .main-panel > .header .nav .open > a:hover,
  .header-brown .main-panel > .header .nav .open > a:focus {
    background-color: #694a3e;
    color: #fff; }
  .header-brown .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-brown .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-brown .header .brand .brand-logo {
    color: #fff; } }

.header-grey .main-panel > .header {
  background-color: #9E9E9E; }
  .header-grey .main-panel > .header .navbar-text {
    color: #fff; }
  .header-grey .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-grey .main-panel > .header .nav > li > a:hover,
  .header-grey .main-panel > .header .nav > li > a:focus {
    background-color: #919191;
    color: #fff; }
  .header-grey .main-panel > .header .nav .open > a,
  .header-grey .main-panel > .header .nav .open > a:hover,
  .header-grey .main-panel > .header .nav .open > a:focus {
    background-color: #919191;
    color: #fff; }
  .header-grey .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-grey .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-grey .header .brand .brand-logo {
    color: #fff; } }

.header-bluegrey .main-panel > .header {
  background-color: #607D8B; }
  .header-bluegrey .main-panel > .header .navbar-text {
    color: #fff; }
  .header-bluegrey .main-panel > .header .nav > li > a {
    color: #fff; }
  .header-bluegrey .main-panel > .header .nav > li > a:hover,
  .header-bluegrey .main-panel > .header .nav > li > a:focus {
    background-color: #566f7c;
    color: #fff; }
  .header-bluegrey .main-panel > .header .nav .open > a,
  .header-bluegrey .main-panel > .header .nav .open > a:hover,
  .header-bluegrey .main-panel > .header .nav .open > a:focus {
    background-color: #566f7c;
    color: #fff; }
  .header-bluegrey .main-panel > .header .hamburger-icon span {
    background: #fff; }
  .header-bluegrey .main-panel > .header .hamburger-icon:hover span {
    background: #fff; }

@media (max-width: 767px) {
  .header-bluegrey .header .brand .brand-logo {
    color: #fff; } }

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

[class^="card-icon-"], [class*=" card-icon-"] {
	font-family: 'card-icon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.card-icon-remove:before {
	content: "\e070";
}
.card-icon-collapse:before {
	content: "\e10f";
}
.card-icon-reload:before {
	content: "\e211";
}



@font-face {
	font-family: 'Climacons-Font';
	src:url('../fonts/climacons/climacons-webfont.eot');
	src:url('../fonts/climacons/climacons-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/climacons/climacons-webfont.svg#Climacons-Font') format('svg'),
		url('../fonts/climacons/climacons-webfont.woff') format('woff'),
		url('../fonts/climacons/climacons-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.climacon:before{
	font-family: 'Climacons-Font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.climacon.cloud:before {
	content: "\e000";
}
.climacon.cloud.sun:before {
	content: "\e001";
}
.climacon.cloud.moon:before {
	content: "\e002";
}
.climacon.rain:before,
.climacon.rain.cloud:before {
	content: "\e003";
}
.climacon.rain.sun:before,
.climacon.rain.cloud.sun:before {
	content: "\e004";
}
.climacon.rain.moon:before,
.climacon.rain.cloud.moon:before {
	content: "\e005";
}
.climacon.showers:before,
.climacon.showers.cloud:before {
	content: "\e006";
}
.climacon.showers.sun:before,
.climacon.showers.cloud.sun:before {
	content: "\e007";
}
.climacon.showers.moon:before,
.climacon.showers.cloud.moon:before {
	content: "\e008";
}
.climacon.downpour:before,
.climacon.downpour.cloud:before {
	content: "\e009";
}
.climacon.downpour.sun:before,
.climacon.downpour.cloud.sun:before {
	content: "\e00a";
}
.climacon.downpour.moon:before,
.climacon.downpour.cloud.moon:before {
	content: "\e00b";
}
.climacon.drizzle:before,
.climacon.drizzle.cloud:before {
	content: "\e00c";
}
.climacon.drizzle.sun:before,
.climacon.drizzle.cloud.sun:before {
	content: "\e00d";
}
.climacon.drizzle.moon:before,
.climacon.drizzle.cloud.moon:before {
	content: "\e00e";
}
.climacon.sleet:before,
.climacon.sleet.cloud:before {
	content: "\e00f";
}
.climacon.sleet.sun:before,
.climacon.sleet.cloud.sun:before {
	content: "\e010";
}
.climacon.sleet.moon:before,
.climacon.sleet.cloud.moon:before {
	content: "\e011";
}
.climacon.hail:before,
.climacon.hail.cloud:before {
	content: "\e012";
}
.climacon.hail.sun:before,
.climacon.hail.cloud.sun:before {
	content: "\e013";
}
.climacon.hail.moon:before,
.climacon.hail.cloud.moon:before {
	content: "\e014";
}
.climacon.flurries:before,
.climacon.flurries.cloud:before {
	content: "\e015";
}
.climacon.flurries.sun:before,
.climacon.flurries.cloud.sun:before {
	content: "\e016";
}
.climacon.flurries.moon:before,
.climacon.flurries.cloud.moon:before {
	content: "\e017";
}
.climacon.snow:before,
.climacon.snow.cloud:before {
	content: "\e018";
}
.climacon.snow.sun:before,
.climacon.snow.cloud.sun:before {
	content: "\e019";
}
.climacon.snow.moon:before,
.climacon.snow.cloud.moon:before {
	content: "\e01a";
}
.climacon.fog:before,
.climacon.fog.cloud:before {
	content: "\e01b";
}
.climacon.fog.sun:before,
.climacon.fog.cloud.sun:before {
	content: "\e01c";
}
.climacon.fog.moon:before,
.climacon.fog.cloud.moon:before {
	content: "\e01d";
}
.climacon.haze:before {
	content: "\e01e";
}
.climacon.haze.sun:before {
	content: "\e01f";
}
.climacon.haze.moon:before {
	content: "\e020";
}
.climacon.wind:before {
	content: "\e021";
}
.climacon.wind.cloud:before {
	content: "\e022";
}
.climacon.wind.sun:before,
.climacon.wind.cloud.sun:before {
	content: "\e023";
}
.climacon.wind.moon:before,
.climacon.wind.cloud.moon:before {
	content: "\e024";
}
.climacon.lightning:before,
.climacon.lightning.cloud:before {
	content: "\e025";
}
.climacon.lightning.sun:before,
.climacon.lightning.cloud.sun:before {
	content: "\e026";
}
.climacon.lightning.moon:before,
.climacon.lightning.cloud.moon:before {
	content: "\e027";
}
.climacon.sun:before {
	content: "\e028";
}
.climacon.sun.set:before,
.climacon.sunset:before {
	content: "\e029";
}
.climacon.sun.rise:before,
.climacon.sunrise:before {
	content: "\e02a";
}
.climacon.sun.low:before,
.climacon.sun-low:before,
.climacon.low-sun:before {
	content: "\e02b";
}
.climacon.sun.lower:before,
.climacon.sun-lower:before,
.climacon.lower-sun:before {
	content: "\e02c";
}
.climacon.moon:before {
	content: "\e02d";
}
.climacon.moon.new:before {
	content: "\e02e";
}
.climacon.moon.waxing.crescent:before,
.climacon.moon.first-crescent:before {
	content: "\e02f";
}
.climacon.moon.waxing.quarter:before,
.climacon.moon.first-quarter:before,
.climacon.moon.waxing.half:before,
.climacon.moon.first-half:before{
	content: "\e030";
}
.climacon.moon.waxing.gibbous:before,
.climacon.moon.first-gibbous:before,
.climacon.moon.waxing.three-quarter:before,
.climacon.moon.first-three-quarter:before {
	content: "\e031";
}
.climacon.moon.full:before {
	content: "\e032";
}
.climacon.moon.waning.gibbous:before,
.climacon.moon.last-gibbous:before,
.climacon.moon.waning.three-quarter:before,
.climacon.moon.last-three-quarter:before {
	content: "\e033";
}
.climacon.moon.waning.quarter:before,
.climacon.moon.last-quarter:before,
.climacon.moon.waning.half:before,
.climacon.moon.last-half:before {
	content: "\e034";
}
.climacon.moon.waning.crescent:before,
.climacon.moon.last-crescent:before {
	content: "\e035";
}
.climacon.snowflake:before {
	content: "\e036";
}
.climacon.tornado:before {
	content: "\e037";
}
.climacon.thermometer.empty:before,
.climacon.thermometer:before {
	content: "\e038";
}
.climacon.thermometer.low:before {
	content: "\e039";
}
.climacon.thermometer.medium-low:before {
	content: "\e03a";
}
.climacon.thermometer.medium-high:before {
	content: "\e03b";
}
.climacon.thermometer.high:before {
	content: "\e03c";
}
.climacon.thermometer.full:before {
	content: "\e03d";
}
.climacon.celcius:before {
	content: "\e03e";
}
.climacon.farenheit:before {
	content: "\e03f";
}
.climacon.compass:before {
	content: "\e040";
}
.climacon.compass.north:before {
	content: "\e041";
}
.climacon.compass.east:before {
	content: "\e042";
}
.climacon.compass.south:before {
	content: "\e043";
}
.climacon.compass.west:before {
	content: "\e044";
}
.climacon.umbrella:before {
	content: "\e045";
}
.climacon.sunglasses:before {
	content: "\e046";
}
.climacon.cloud.cycle:before,
.climacon.cloud.refresh:before {
	content: "\e047";
}
.climacon.cloud.down:before,
.climacon.cloud.download:before {
	content: "\e048";
}
.climacon.cloud.up:before,
.climacon.cloud.upload:before {
	content: "\e049";
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.4.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: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  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: #ffffff;
}
/* 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: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-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-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";
}

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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'Simple-Line-Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users {
  font-family: 'Simple-Line-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-user-female:before {
  content: "\e000";
}
.icon-user-follow:before {
  content: "\e002";
}
.icon-user-following:before {
  content: "\e003";
}
.icon-user-unfollow:before {
  content: "\e004";
}
.icon-trophy:before {
  content: "\e006";
}
.icon-screen-smartphone:before {
  content: "\e010";
}
.icon-screen-desktop:before {
  content: "\e011";
}
.icon-plane:before {
  content: "\e012";
}
.icon-notebook:before {
  content: "\e013";
}
.icon-moustache:before {
  content: "\e014";
}
.icon-mouse:before {
  content: "\e015";
}
.icon-magnet:before {
  content: "\e016";
}
.icon-energy:before {
  content: "\e020";
}
.icon-emoticon-smile:before {
  content: "\e021";
}
.icon-disc:before {
  content: "\e022";
}
.icon-cursor-move:before {
  content: "\e023";
}
.icon-crop:before {
  content: "\e024";
}
.icon-credit-card:before {
  content: "\e025";
}
.icon-chemistry:before {
  content: "\e026";
}
.icon-user:before {
  content: "\e005";
}
.icon-speedometer:before {
  content: "\e007";
}
.icon-social-youtube:before {
  content: "\e008";
}
.icon-social-twitter:before {
  content: "\e009";
}
.icon-social-tumblr:before {
  content: "\e00a";
}
.icon-social-facebook:before {
  content: "\e00b";
}
.icon-social-dropbox:before {
  content: "\e00c";
}
.icon-social-dribbble:before {
  content: "\e00d";
}
.icon-shield:before {
  content: "\e00e";
}
.icon-screen-tablet:before {
  content: "\e00f";
}
.icon-magic-wand:before {
  content: "\e017";
}
.icon-hourglass:before {
  content: "\e018";
}
.icon-graduation:before {
  content: "\e019";
}
.icon-ghost:before {
  content: "\e01a";
}
.icon-game-controller:before {
  content: "\e01b";
}
.icon-fire:before {
  content: "\e01c";
}
.icon-eyeglasses:before {
  content: "\e01d";
}
.icon-envelope-open:before {
  content: "\e01e";
}
.icon-envelope-letter:before {
  content: "\e01f";
}
.icon-bell:before {
  content: "\e027";
}
.icon-badge:before {
  content: "\e028";
}
.icon-anchor:before {
  content: "\e029";
}
.icon-wallet:before {
  content: "\e02a";
}
.icon-vector:before {
  content: "\e02b";
}
.icon-speech:before {
  content: "\e02c";
}
.icon-puzzle:before {
  content: "\e02d";
}
.icon-printer:before {
  content: "\e02e";
}
.icon-present:before {
  content: "\e02f";
}
.icon-playlist:before {
  content: "\e030";
}
.icon-pin:before {
  content: "\e031";
}
.icon-picture:before {
  content: "\e032";
}
.icon-map:before {
  content: "\e033";
}
.icon-layers:before {
  content: "\e034";
}
.icon-handbag:before {
  content: "\e035";
}
.icon-globe-alt:before {
  content: "\e036";
}
.icon-globe:before {
  content: "\e037";
}
.icon-frame:before {
  content: "\e038";
}
.icon-folder-alt:before {
  content: "\e039";
}
.icon-film:before {
  content: "\e03a";
}
.icon-feed:before {
  content: "\e03b";
}
.icon-earphones-alt:before {
  content: "\e03c";
}
.icon-earphones:before {
  content: "\e03d";
}
.icon-drop:before {
  content: "\e03e";
}
.icon-drawer:before {
  content: "\e03f";
}
.icon-docs:before {
  content: "\e040";
}
.icon-directions:before {
  content: "\e041";
}
.icon-direction:before {
  content: "\e042";
}
.icon-diamond:before {
  content: "\e043";
}
.icon-cup:before {
  content: "\e044";
}
.icon-compass:before {
  content: "\e045";
}
.icon-call-out:before {
  content: "\e046";
}
.icon-call-in:before {
  content: "\e047";
}
.icon-call-end:before {
  content: "\e048";
}
.icon-calculator:before {
  content: "\e049";
}
.icon-bubbles:before {
  content: "\e04a";
}
.icon-briefcase:before {
  content: "\e04b";
}
.icon-book-open:before {
  content: "\e04c";
}
.icon-basket-loaded:before {
  content: "\e04d";
}
.icon-basket:before {
  content: "\e04e";
}
.icon-bag:before {
  content: "\e04f";
}
.icon-action-undo:before {
  content: "\e050";
}
.icon-action-redo:before {
  content: "\e051";
}
.icon-wrench:before {
  content: "\e052";
}
.icon-umbrella:before {
  content: "\e053";
}
.icon-trash:before {
  content: "\e054";
}
.icon-tag:before {
  content: "\e055";
}
.icon-support:before {
  content: "\e056";
}
.icon-size-fullscreen:before {
  content: "\e057";
}
.icon-size-actual:before {
  content: "\e058";
}
.icon-shuffle:before {
  content: "\e059";
}
.icon-share-alt:before {
  content: "\e05a";
}
.icon-share:before {
  content: "\e05b";
}
.icon-rocket:before {
  content: "\e05c";
}
.icon-question:before {
  content: "\e05d";
}
.icon-pie-chart:before {
  content: "\e05e";
}
.icon-pencil:before {
  content: "\e05f";
}
.icon-note:before {
  content: "\e060";
}
.icon-music-tone-alt:before {
  content: "\e061";
}
.icon-music-tone:before {
  content: "\e062";
}
.icon-microphone:before {
  content: "\e063";
}
.icon-loop:before {
  content: "\e064";
}
.icon-logout:before {
  content: "\e065";
}
.icon-login:before {
  content: "\e066";
}
.icon-list:before {
  content: "\e067";
}
.icon-like:before {
  content: "\e068";
}
.icon-home:before {
  content: "\e069";
}
.icon-grid:before {
  content: "\e06a";
}
.icon-graph:before {
  content: "\e06b";
}
.icon-equalizer:before {
  content: "\e06c";
}
.icon-dislike:before {
  content: "\e06d";
}
.icon-cursor:before {
  content: "\e06e";
}
.icon-control-start:before {
  content: "\e06f";
}
.icon-control-rewind:before {
  content: "\e070";
}
.icon-control-play:before {
  content: "\e071";
}
.icon-control-pause:before {
  content: "\e072";
}
.icon-control-forward:before {
  content: "\e073";
}
.icon-control-end:before {
  content: "\e074";
}
.icon-calendar:before {
  content: "\e075";
}
.icon-bulb:before {
  content: "\e076";
}
.icon-bar-chart:before {
  content: "\e077";
}
.icon-arrow-up:before {
  content: "\e078";
}
.icon-arrow-right:before {
  content: "\e079";
}
.icon-arrow-left:before {
  content: "\e07a";
}
.icon-arrow-down:before {
  content: "\e07b";
}
.icon-ban:before {
  content: "\e07c";
}
.icon-bubble:before {
  content: "\e07d";
}
.icon-camcorder:before {
  content: "\e07e";
}
.icon-camera:before {
  content: "\e07f";
}
.icon-check:before {
  content: "\e080";
}
.icon-clock:before {
  content: "\e081";
}
.icon-close:before {
  content: "\e082";
}
.icon-cloud-download:before {
  content: "\e083";
}
.icon-cloud-upload:before {
  content: "\e084";
}
.icon-doc:before {
  content: "\e085";
}
.icon-envelope:before {
  content: "\e086";
}
.icon-eye:before {
  content: "\e087";
}
.icon-flag:before {
  content: "\e088";
}
.icon-folder:before {
  content: "\e089";
}
.icon-heart:before {
  content: "\e08a";
}
.icon-info:before {
  content: "\e08b";
}
.icon-key:before {
  content: "\e08c";
}
.icon-link:before {
  content: "\e08d";
}
.icon-lock:before {
  content: "\e08e";
}
.icon-lock-open:before {
  content: "\e08f";
}
.icon-magnifier:before {
  content: "\e090";
}
.icon-magnifier-add:before {
  content: "\e091";
}
.icon-magnifier-remove:before {
  content: "\e092";
}
.icon-paper-clip:before {
  content: "\e093";
}
.icon-paper-plane:before {
  content: "\e094";
}
.icon-plus:before {
  content: "\e095";
}
.icon-pointer:before {
  content: "\e096";
}
.icon-power:before {
  content: "\e097";
}
.icon-refresh:before {
  content: "\e098";
}
.icon-reload:before {
  content: "\e099";
}
.icon-settings:before {
  content: "\e09a";
}
.icon-star:before {
  content: "\e09b";
}
.icon-symbol-female:before {
  content: "\e09c";
}
.icon-symbol-male:before {
  content: "\e09d";
}
.icon-target:before {
  content: "\e09e";
}
.icon-volume-1:before {
  content: "\e09f";
}
.icon-volume-2:before {
  content: "\e0a0";
}
.icon-volume-off:before {
  content: "\e0a1";
}
.icon-users:before {
  content: "\e001";
}

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);