* {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  outline: none;
  font-family: 'Open Sans', sans-serif;
}
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  outline: none;
}
html,
body {
  height: 100%;
}
body {
  font-weight: 400;
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
figure {
  margin: 0;
}
ol,
ul {
  list-style: none;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
q::before,
blockquote::after,
q::after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: 600;
}
code {
  display: inline-block;
}
a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
button,
input,
select,
textarea {
  border-radius: 0;
  background-color: transparent;
  border: none;
  outline: none !important;
  resize: none;
  color: inherit;
}
select[multiple],
select[size] {
  height: auto;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
  border-style: none;
  outline: none;
}
input::-moz-focus-inner {
  border: 0;
  outline: 0;
}
input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  display: block;
  width: 100%;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: 0;
}
input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type='range']::-moz-focus-outer {
  border: 0;
  outline: 0;
}
input[type="search"] {
  -webkit-appearance: none;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  padding: 0;
}
input[type="file"] {
  display: block;
}
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
[role="button"] {
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
body {
  font: 400 13px 'Open Sans', sans-serif;
  color: #474747;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
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: 300;
  color: #474747;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 13px;
}
.lead {
  margin-bottom: 10px;
  font-size: 16px;
}
b,
strong {
  font-weight: 600;
}
blockquote {
  font-size: 14px;
  border-left-color: #f1f2f2;
}
blockquote footer,
blockquote small,
blockquote .small {
  font-size: 90%;
}
code {
  display: inline-block;
}
pre {
  border-color: #f1f2f2;
}
.nav-right > li {
  float: right;
}
.nav > li > a,
.nav > li > .button {
  padding-top: 9px;
  padding-bottom: 9px;
  color: #474747;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > .button:hover,
.nav > li > .button:focus {
  background-color: #f4f4f4;
}
.nav > li.disabled > a,
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus,
.nav > li.disabled > .button,
.nav > li.disabled > .button:hover,
.nav > li.disabled > .button:focus {
  color: #a0a0a0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav .open > .button,
.nav .open > .button:hover,
.nav .open > .button:focus {
  border-color: #e4e6e6;
  background-color: #f4f4f4;
}
.nav-tabs {
  border-bottom-color: #e4e6e6;
}
.nav-tabs > li > .button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded.nav-tabs > li > .button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nav-tabs > li > .button:hover {
  border-color: transparent transparent #e4e6e6;
}
.nav-tabs > li.active > .button,
.nav-tabs > li.active > .button:hover,
.nav-tabs > li.active > .button:focus {
  border-top-color: #e4e6e6;
  border-right-color: #e4e6e6;
  border-left-color: #e4e6e6;
}
.nav-tabs.bottom-tabs {
  border-bottom: none;
  border-top: 1px solid #e4e6e6;
}
.nav-tabs.bottom-tabs > li {
  margin-top: -1px;
}
.rounded.nav-tabs.bottom-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.nav-tabs.bottom-tabs > li > a:hover {
  border-top-color: #e4e6e6;
  border-bottom-color: transparent;
}
.nav-tabs.bottom-tabs > li.active > .button,
.nav-tabs.bottom-tabs > li.active > .button:hover,
.nav-tabs.bottom-tabs > li.active > .button:focus {
  border-top-color: transparent;
  border-bottom-color: #e4e6e6;
}
.nav-tabs.nav-stacked.left-tabs > li > .button {
  border-right-color: #e4e6e6;
}
.rounded.nav-tabs.nav-stacked.left-tabs > li > .button {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
}
.nav-tabs.nav-stacked.left-tabs > li > .button:hover {
  border-bottom-color: transparent;
}
.nav-tabs.nav-stacked.left-tabs > li.active > .button,
.nav-tabs.nav-stacked.left-tabs > li.active > .button:hover,
.nav-tabs.nav-stacked.left-tabs > li.active > .button:focus {
  border-right-color: transparent;
  border-bottom-color: #e4e6e6;
}
.nav-tabs.nav-stacked.right-tabs > li > a {
  border-left-color: #e4e6e6;
}
.rounded.nav-tabs.nav-stacked.right-tabs > li > a {
  border-bottom-right-radius: 4px;
}
.nav-tabs.nav-stacked.right-tabs > li > a:hover {
  border-bottom-color: transparent;
}
.nav-tabs.nav-stacked.right-tabs > li.active > .button,
.nav-tabs.nav-stacked.right-tabs > li.active > .button:hover,
.nav-tabs.nav-stacked.right-tabs > li.active > .button:focus {
  border-left-color: transparent;
  border-bottom-color: #e4e6e6;
}
.nav-tabs + .tab-content {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified {
    border-bottom: 1px solid #e4e6e6;
  }
}
.nav-tabs.nav-justified > li {
  top: 1px;
}
.nav-tabs.nav-justified > li > .button {
  border-radius: 0;
}
.rounded.nav-tabs.nav-justified > li > .button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (max-width: 767px) {
  .rounded.nav-tabs.nav-justified > li > .button {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.nav-tabs.solid-tabs {
  border-bottom: none;
}
.nav-tabs.solid-tabs > li > .button {
  margin-right: -1px;
  border-color: #e9eaea;
  background-color: #f1f2f2;
}
.nav-tabs.solid-tabs > li > .button:hover {
  background-color: #f6f7f7;
}
.nav-tabs.solid-tabs > li.active > .button,
.nav-tabs.solid-tabs > li.active > .button:hover,
.nav-tabs.solid-tabs > li.active > .button:focus {
  border-color: #e9eaea;
  background-color: #f9fafa;
}
.nav-tabs.solid-tabs.rounded > li > .button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs.solid-tabs.rounded > li:first-child > .button {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.solid-tabs.rounded > li:last-child > .button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-tabs.solid-tabs.rounded.nav-right > li:first-child > .button {
  border-radius: 0 4px 4px 0;
}
.nav-tabs.solid-tabs.rounded.nav-right > li:last-child > .button {
  border-radius: 4px 0 0 4px;
}
.nav-tabs.solid-tabs.nav-stacked {
  margin-bottom: 30px;
}
.nav-tabs.solid-tabs.nav-stacked > li + li {
  padding-top: 0;
}
.nav-tabs.solid-tabs.nav-stacked > li > .button {
  border-radius: 0;
}
.rounded.nav-tabs.solid-tabs.nav-stacked > li:first-child > .button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rounded.nav-tabs.solid-tabs.nav-stacked > li:last-child > .button {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-tabs.underline-tabs > li > .button {
  margin-right: 0;
  border: none;
  border-bottom: 2px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs.underline-tabs > li > .button:hover,
.nav-tabs.underline-tabs > li > .button:focus {
  background-color: transparent;
}
.nav-tabs.underline-tabs > li.dropdown.open > .button,
.nav-tabs.underline-tabs > li.dropdown.open > .button:hover,
.nav-tabs.underline-tabs > li.dropdown.open > .button:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.nav-tabs.underline-tabs > li.active > .button,
.nav-tabs.underline-tabs > li.active > .button:hover,
.nav-tabs.underline-tabs > li.active > .button:focus {
  border: none;
  border-bottom: 2px solid transparent;
  background-color: transparent;
}
.nav-tabs.underline-tabs.default-tabs > li > .button:hover,
.nav-tabs.underline-tabs.default-tabs > li > .button:focus {
  border-bottom-color: #dee1e1;
}
.nav-tabs.underline-tabs.default-tabs > li.active > .button,
.nav-tabs.underline-tabs.default-tabs > li.active > .button:hover,
.nav-tabs.underline-tabs.default-tabs > li.active > .button:focus {
  border-bottom-color: #d7d9d9;
}
.nav-tabs.underline-tabs.primary-tabs > li > .button:hover,
.nav-tabs.underline-tabs.primary-tabs > li > .button:focus {
  border-bottom-color: #55b9eb;
}
.nav-tabs.underline-tabs.primary-tabs > li.active > .button,
.nav-tabs.underline-tabs.primary-tabs > li.active > .button:hover,
.nav-tabs.underline-tabs.primary-tabs > li.active > .button:focus {
  border-bottom-color: #47b4e9;
}
.nav-tabs.underline-tabs.success-tabs > li > .button:hover,
.nav-tabs.underline-tabs.success-tabs > li > .button:focus {
  border-bottom-color: #46bf7a;
}
.nav-tabs.underline-tabs.success-tabs > li.active > .button,
.nav-tabs.underline-tabs.success-tabs > li.active > .button:hover,
.nav-tabs.underline-tabs.success-tabs > li.active > .button:focus {
  border-bottom-color: #3fb772;
}
.nav-tabs.underline-tabs.info-tabs > li > .button:hover,
.nav-tabs.underline-tabs.info-tabs > li > .button:focus {
  border-bottom-color: #49bfcd;
}
.nav-tabs.underline-tabs.info-tabs > li.active > .button,
.nav-tabs.underline-tabs.info-tabs > li.active > .button:hover,
.nav-tabs.underline-tabs.info-tabs > li.active > .button:focus {
  border-bottom-color: #3dbbc9;
}
.nav-tabs.underline-tabs.warning-tabs > li > .button:hover,
.nav-tabs.underline-tabs.warning-tabs > li > .button:focus {
  border-bottom-color: #f9b060;
}
.nav-tabs.underline-tabs.warning-tabs > li.active > .button,
.nav-tabs.underline-tabs.warning-tabs > li.active > .button:hover,
.nav-tabs.underline-tabs.warning-tabs > li.active > .button:focus {
  border-bottom-color: #f8a951;
}
.nav-tabs.underline-tabs.danger-tabs > li > .button:hover,
.nav-tabs.underline-tabs.danger-tabs > li > .button:focus {
  border-bottom-color: #ed5c5e;
}
.nav-tabs.underline-tabs.danger-tabs > li.active > .button,
.nav-tabs.underline-tabs.danger-tabs > li.active > .button:hover,
.nav-tabs.underline-tabs.danger-tabs > li.active > .button:focus {
  border-bottom-color: #eb4e50;
}
.nav-tabs.overline-tabs {
  border-bottom: transparent;
}
.nav-tabs.overline-tabs:not(.nav-stacked) {
  border-top: 1px solid #e4e6e6;
}
.nav-tabs.overline-tabs > li {
  top: -1px;
}
.nav-tabs.overline-tabs > li > .button {
  margin-right: 0;
  border: none;
  border-top: 2px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs.overline-tabs > li > .button:hover,
.nav-tabs.overline-tabs > li > .button:focus {
  background-color: transparent;
}
.nav-tabs.overline-tabs > li.dropdown.open > .button,
.nav-tabs.overline-tabs > li.dropdown.open > .button:hover,
.nav-tabs.overline-tabs > li.dropdown.open > .button:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.nav-tabs.overline-tabs > li.active > .button,
.nav-tabs.overline-tabs > li.active > .button:hover,
.nav-tabs.overline-tabs > li.active > .button:focus {
  border: none;
  border-top: 2px solid transparent;
  background-color: transparent;
}
.nav-tabs.overline-tabs.default-tabs > li > .button:hover,
.nav-tabs.overline-tabs.default-tabs > li > .button:focus {
  border-top-color: #dee1e1;
}
.nav-tabs.overline-tabs.default-tabs > li.active > .button,
.nav-tabs.overline-tabs.default-tabs > li.active > .button:hover,
.nav-tabs.overline-tabs.default-tabs > li.active > .button:focus {
  border-top-color: #d7d9d9;
}
.nav-tabs.overline-tabs.primary-tabs > li > .button:hover,
.nav-tabs.overline-tabs.primary-tabs > li > .button:focus {
  border-top-color: #55b9eb;
}
.nav-tabs.overline-tabs.primary-tabs > li.active > .button,
.nav-tabs.overline-tabs.primary-tabs > li.active > .button:hover,
.nav-tabs.overline-tabs.primary-tabs > li.active > .button:focus {
  border-top-color: #47b4e9;
}
.nav-tabs.overline-tabs.success-tabs > li > .button:hover,
.nav-tabs.overline-tabs.success-tabs > li > .button:focus {
  border-top-color: #46bf7a;
}
.nav-tabs.overline-tabs.success-tabs > li.active > .button,
.nav-tabs.overline-tabs.success-tabs > li.active > .button:hover,
.nav-tabs.overline-tabs.success-tabs > li.active > .button:focus {
  border-top-color: #3fb772;
}
.nav-tabs.overline-tabs.info-tabs > li > .button:hover,
.nav-tabs.overline-tabs.info-tabs > li > .button:focus {
  border-top-color: #49bfcd;
}
.nav-tabs.overline-tabs.info-tabs > li.active > .button,
.nav-tabs.overline-tabs.info-tabs > li.active > .button:hover,
.nav-tabs.overline-tabs.info-tabs > li.active > .button:focus {
  border-top-color: #3dbbc9;
}
.nav-tabs.overline-tabs.warning-tabs > li > .button:hover,
.nav-tabs.overline-tabs.warning-tabs > li > .button:focus {
  border-top-color: #f9b060;
}
.nav-tabs.overline-tabs.warning-tabs > li.active > .button,
.nav-tabs.overline-tabs.warning-tabs > li.active > .button:hover,
.nav-tabs.overline-tabs.warning-tabs > li.active > .button:focus {
  border-top-color: #f8a951;
}
.nav-tabs.overline-tabs.danger-tabs > li > .button:hover,
.nav-tabs.overline-tabs.danger-tabs > li > .button:focus {
  border-top-color: #ed5c5e;
}
.nav-tabs.overline-tabs.danger-tabs > li.active > .button,
.nav-tabs.overline-tabs.danger-tabs > li.active > .button:hover,
.nav-tabs.overline-tabs.danger-tabs > li.active > .button:focus {
  border-top-color: #eb4e50;
}
.nav-tabs.nav-stacked {
  border-bottom: none;
}
.nav-tabs.nav-stacked li + li {
  margin-top: 0;
  padding-top: 1px;
}
.nav-pills > li > .button {
  border-radius: 0;
}
.rounded.nav-pills > li > .button {
  border-radius: 4px;
}
.nav-pills > li.active > .button,
.nav-pills > li.active > .button:hover,
.nav-pills > li.active > .button:focus {
  background-color: #59b8e7;
}
.nav-pills + .tab-content {
  margin-top: 20px;
}
.modal.rounded .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal.rounded .modal-content {
/* Hides white space of the top and bottom corners */
  border-radius: 8px;
}
.modal-content {
  margin-top: 70px;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.modal-header {
  color: #474747;
  background-color: #f1f2f2;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-footer .button + .button {
  margin-bottom: 5px;
  margin-left: 0;
}
.modal-framed .modal-content {
  border: 4px solid rgba(0,0,0,0.09);
}
.modal-backdrop {
  background-color: rgba(0,0,0,0.4);
}
.form-layout .form-layout-heading:before,
.form-layout .form-layout-body:before,
.form-layout .form-layout-footer:before,
.form-layout .form-layout-heading:after,
.form-layout .form-layout-body:after,
.form-layout .form-layout-footer:after {
  content: "";
  display: table;
}
.form-layout .form-layout-heading:after,
.form-layout .form-layout-body:after,
.form-layout .form-layout-footer:after {
  clear: both;
}
.form-layout .button {
  margin-bottom: 0;
}
.form-layout-heading {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f1f2f2;
}
.form-layout-heading .form-layout-legend {
  font-size: 15px;
  margin-bottom: 15px;
}
.form-layout-footer {
  margin-top: 10px;
}
.form-layout-filled .form-layout-body,
.form-layout-filled .form-layout-footer {
  padding: 20px 20px 5px;
  background-color: #f9f9f9;
}
.form-layout-filled .form-layout-body + .form-layout-body {
  margin-top: 10px;
}
.form-layout-boxed.form-layout-heading,
.form-layout-boxed .form-group {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.dropdown-menu {
  min-width: 195px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  border-color: #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.dropdown-menu > li > a {
  padding: 8px 15px;
  color: #474747;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #474747;
  background-color: #f4f4f4;
}
.dropdown-menu > li:first-child > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #474747;
  background-color: #f4f4f4;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #a0a0a0;
}
.dropdown-menu .divider {
  margin-top: 5px;
  margin-bottom: 5px;
  border-color: #e5e5e5;
}
.dropdown-menu .divider + li:last-child {
  margin-bottom: 5px;
}
.dropdown-header {
  padding: 7px 15px;
  margin-bottom: 5px;
  color: #5d5a55;
  border-bottom: 1px solid #e9e9e9;
  background-color: #f1f2f2;
}
.dropdown-header a:not(.button) {
  display: inline-block;
  padding: 0 0 1px;
  border-bottom: 1px solid #afb5b5;
}
.dropdown-header a:not(.button):hover {
  color: #909497;
}
.rounded .dropdown-menu,
.rounded + .dropdown-menu,
.circle .dropdown-menu,
.circle + .dropdown-menu {
  border-radius: 4px;
}
.jumbotron {
  background-color: #f1f2f2;
  border-radius: 0;
}
.container .jumbotron,
.container-fluid .jumbotron {
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 0;
}
.jumbotron h1 {
  margin-top: 0;
  font-size: 50px;
}
.jumbotron p {
  font-size: 17px;
}
.jumbotron hr {
  border-top-color: #d7d9d9;
}
.popover {
  font-size: 13px;
  border-color: #e4e6e6;
  border-radius: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.popover.top > .arrow {
  border-top-color: #e4e6e6;
}
.popover.right > .arrow {
  border-right-color: #e4e6e6;
}
.popover.bottom > .arrow {
  border-bottom-color: #e4e6e6;
}
.popover.left > .arrow {
  border-left-color: #e4e6e6;
}
.popover-title {
  font-size: 13px;
  background-color: #f1f2f2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.progress {
  height: 18px;
  margin-bottom: 18px;
  border-radius: 0;
}
.progress-bar {
  line-height: 18px;
  font-size: 11px;
  background-color: #5ebdec;
}
.progress-lg {
  height: 27px;
}
.progress-lg .progress-bar {
  line-height: 24px;
  font-size: 16px;
}
.progress-sm {
  height: 16px;
}
.progress-sm > .progress-bar {
  line-height: 13px;
  font-size: 10px;
}
.progress-bar-success {
  background-color: #4ec27f;
}
.progress-bar-info {
  background-color: #51c2cf;
}
.progress-bar-warning {
  background-color: #f9b56a;
}
.progress-bar-danger {
  background-color: #ee6567;
}
.list-group {
  margin-bottom: 0;
}
.list-group-item {
  border-color: #e4e6e6;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  color: inherit;
  border-color: #e4e6e6;
  background-color: #f4f4f4;
}
.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: inherit;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #a0a0a0;
  background-color: transparent;
}
.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: #a0a0a0;
}
a.list-group-item,
button.list-group-item,
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: inherit;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: inherit;
  background-color: #f4f4f4;
}
.list-group-item-success {
  color: inherit;
  border-color: #ccecd6;
  background-color: #dff3e5;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  background-color: #ccecd6;
}
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 {
  border-color: #3fb772;
  background-color: #4ec27f;
}
.list-group-item-info {
  color: inherit;
  border-color: #c7ebee;
  background-color: #dbf2f4;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  background-color: #c7ebee;
}
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 {
  border-color: #3dbbc9;
  background-color: #51c2cf;
}
.list-group-item-warning {
  color: inherit;
  border-color: #ffe6c1;
  background-color: #fff0da;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  background-color: #ffe6c1;
}
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 {
  border-color: #f8a951;
  background-color: #f9b56a;
}
.list-group-item-danger {
  color: inherit;
  border-color: #fac5c6;
  background-color: #fcdcdd;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  background-color: #fac5c6;
}
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 {
  border-color: #eb4e50;
  background-color: #ee6567;
}
.thumbnail {
  border-color: #e4e6e6;
  border-radius: 0;
}
.thumbnail .caption {
  color: #474747;
}
a.thumbnail.active,
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #bcc1c1;
}
.well {
  padding: 15px;
  border-color: #e4e6e6;
  border-radius: 0;
  background-color: #f1f2f2;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.well-lg {
  padding: 18px;
}
.well-sm {
  padding: 12px;
}
.media-body {
  overflow: visible;
}
.pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pagination > li > a,
.pagination > li > span {
  color: #474747;
  border-color: #eaebeb;
  background: #fdfdfd;
  background: linear-gradient(to bottom, #fdfdfd 0%, #f7f7f7 100%) no-repeat;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #5583a7;
  border-color: #eaebeb;
  background-color: #fff;
  background-image: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded.pagination > li:first-child > a,
.rounded.pagination > li:first-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.circle.pagination > li:first-child > a,
.circle.pagination > li:first-child > span {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded.pagination > li:last-child > a,
.rounded.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.circle.pagination > li:last-child > a,
.circle.pagination > li:last-child > span {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
  color: #5583a7;
  border-color: #eaebeb;
  background-color: #fff;
  background-image: none;
}
.pagination > li.disabled > a,
.pagination > li.disabled > span,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > span:hover,
.pagination > li.disabled > a:focus,
.pagination > li.disabled > span:focus {
  color: #999;
  border-color: #eaebeb;
  background-color: #f1f2f2;
  background-image: none;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 6px 14px;
  font-weight: 300;
  font-size: 17px;
}
.pager li > a,
.pager li > span {
  padding: 6px 15px;
  color: #474747;
  border-radius: 0;
  border-color: #eaebeb;
}
.pager li > a:hover,
.pager li > span:hover,
.pager li > a:focus,
.pager li > span:focus {
  background-color: #f1f2f2;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #f1f2f2;
}
.close {
  opacity: 0.6;
  font-size: 21px;
  font-weight: 300;
  text-shadow: none;
  color: inherit;
}
.bg-success .close,
.bg-info .close,
.bg-warning .close,
.bg-danger .close {
  color: #fff;
}
.close:hover,
.close:focus {
  opacity: 1;
  color: inherit;
}
.list-steps {
  padding-left: 0;
  list-style: none;
  margin-bottom: 50px;
}
.list-steps:before,
.list-steps:after {
  content: "";
  display: table;
}
.list-steps:after {
  clear: both;
}
.step-item-arrow {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .step-item-arrow + .step-item-arrow {
    margin-left: -1px;
  }
}
@media (min-width: 768px) {
  .step-item-arrow:not(:last-child) > a:before,
  .step-item-arrow:not(:last-child) > a:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
  }
  .step-item-arrow:not(:last-child) > a:before {
    right: -45px;
    border-left: 45px solid transparent;
    border-left-color: #dee1e1;
  }
  .step-item-arrow:not(:last-child) > a:after {
    right: -44px;
    border-left: 45px solid transparent;
    border-left-color: #f8f8f8;
  }
}
.step-item-arrow > a {
  display: block;
  height: 100px;
  padding: 23px 15px;
  font-size: 14px;
  color: #474747;
  border: 1px solid #e4e6e6;
  background-color: #f8f8f8;
}
.step-item-arrow > a i {
  width: 32px;
  height: 32px;
  padding: 7px 8px;
  margin-bottom: 7px;
  font-size: 17px;
  border-radius: 25px;
}
.step-item-arrow > a span {
  display: block;
}
.step-item-arrow.active > a {
  cursor: default;
  background-color: #fff;
}
.step-item-arrow.active > a:after {
  border-left-color: #fff;
}
@media (max-width: 767px) {
  .rounded > .step-item-arrow:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .rounded > .step-item-arrow:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media (min-width: 768px) {
  .rounded > .step-item-arrow:first-child > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .rounded > .step-item-arrow:last-child > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.step-item-rect {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .step-item-rect + .step-item-rect {
    margin-left: -1px;
  }
}
.step-item-rect > a {
  display: block;
  padding: 10px;
  font-size: 15px;
  color: #909497;
  border: 1px solid #f1f2f2;
}
.step-item-rect > a span {
  display: inline-block;
  vertical-align: middle;
}
.step-item-rect > a span:first-child {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  font-size: 17px;
  color: #909497;
  text-align: center;
  border: 1px solid #f1f2f2;
  border-radius: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .rounded > .step-item-rect:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .rounded > .step-item-rect:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media (min-width: 768px) {
  .rounded > .step-item-rect:first-child > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .rounded > .step-item-rect:last-child > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.list-steps-primary > .step-item-rect.active > a {
  color: #fff;
  background-color: #5ebdec;
}
.list-steps-success > .step-item-rect.active > a {
  color: #fff;
  background-color: #4ec27f;
}
.list-steps-info > .step-item-rect.active > a {
  color: #fff;
  background-color: #51c2cf;
}
.list-steps-warning > .step-item-rect.active > a {
  color: #fff;
  background-color: #f9b56a;
}
.list-steps-danger > .step-item-rect.active > a {
  color: #fff;
  background-color: #ee6567;
}
.step-item-line {
  margin-bottom: 20px;
  font-size: 17px;
  text-align: center;
}
@media (min-width: 768px) {
  .step-item-line:not(:last-child):before {
    content: "";
    height: 3px;
    position: absolute;
    bottom: 12px;
  }
  .step-item-line:not(:last-child):before {
    left: 50%;
    right: -50%;
  }
}
@media (max-width: 991px) {
  .step-item-line:before {
    content: "";
    height: 3px;
    position: absolute;
    bottom: 12px;
  }
  .step-item-line:before {
    left: 0;
    right: 0;
  }
}
.step-item-line > a {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 18px;
  border-radius: 25px;
  border: 5px solid transparent;
}
.step-item-line.active > a {
  cursor: default;
  border-width: 3px;
}
.list-steps-primary > .step-item-line i {
  color: #5ebdec;
}
.list-steps-primary > .step-item-line.active > a {
  border-color: #5ebdec;
  background: #def1fb;
}
.list-steps-primary > .step-item-line:before {
  background-color: #5ebdec;
}
.list-steps-primary > .step-item-line a {
  border-color: #def1fb;
  background: #5ebdec;
}
.list-steps-success > .step-item-line i {
  color: #4ec27f;
}
.list-steps-success > .step-item-line.active > a {
  border-color: #4ec27f;
  background: #b8e7cc;
}
.list-steps-success > .step-item-line:before {
  background-color: #4ec27f;
}
.list-steps-success > .step-item-line a {
  border-color: #b8e7cc;
  background: #4ec27f;
}
.list-steps-info > .step-item-line i {
  color: #51c2cf;
}
.list-steps-info > .step-item-line.active > a {
  border-color: #51c2cf;
  background: #c1e9ee;
}
.list-steps-info > .step-item-line:before {
  background-color: #51c2cf;
}
.list-steps-info > .step-item-line a {
  border-color: #c1e9ee;
  background: #51c2cf;
}
.list-steps-warning > .step-item-line i {
  color: #f9b56a;
}
.list-steps-warning > .step-item-line.active > a {
  border-color: #f9b56a;
  background: #fff9f3;
}
.list-steps-warning > .step-item-line:before {
  background-color: #f9b56a;
}
.list-steps-warning > .step-item-line a {
  border-color: #fff9f3;
  background: #f9b56a;
}
.list-steps-danger > .step-item-line i {
  color: #ee6567;
}
.list-steps-danger > .step-item-line.active > a {
  border-color: #ee6567;
  background: #fce6e6;
}
.list-steps-danger > .step-item-line:before {
  background-color: #ee6567;
}
.list-steps-danger > .step-item-line a {
  border-color: #fce6e6;
  background: #ee6567;
}
.step-item-circle {
  text-align: center;
}
.step-item-circle .step {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 1;
  line-height: 200%;
  font-size: 36px;
  text-align: center;
  color: #d6d6d6;
  border: 3px solid #eaebeb;
  border-radius: 100%;
  background-color: #fff;
}
.step-item-circle .step-heading {
  margin-top: 25px;
  color: #474747;
}
.step-item-circle.active > a {
  cursor: default;
}
@media (min-width: 768px) {
  .step-item-circle:not(:last-child):before,
  .step-item-circle:not(:last-child):after {
    content: "";
    height: 3px;
    position: absolute;
    top: 40px;
    background-color: #f1f2f2;
  }
  .step-item-circle:not(:last-child):before {
    left: 50%;
    right: 0;
  }
  .step-item-circle:not(:last-child):after {
    left: 100%;
    right: -50%;
  }
}
@media (max-width: 991px) {
  .step-item-circle {
    margin-bottom: 15px;
  }
  .step-item-circle:before {
    content: "";
    height: 3px;
    position: absolute;
    top: 40px;
    background-color: #f1f2f2;
  }
  .step-item-circle:before {
    left: 0;
    right: 0;
  }
}
.step-item-circle.active.step-item-primary:before,
.step-item-circle.done.step-item-primary:before,
.step-item-circle.active.step-item-primary:after,
.step-item-circle.done.step-item-primary:after {
  background-color: #5ebdec;
}
.step-item-circle.active.step-item-primary .step,
.step-item-circle.done.step-item-primary .step {
  color: #fff;
  border-color: #4aa9d8;
  background-color: #5ebdec;
}
.step-item-circle.active.step-item-primary .step.step-outline,
.step-item-circle.done.step-item-primary .step.step-outline {
  color: #5ebdec;
  border-color: #5ebdec;
  background-color: #fff;
}
.step-item-circle.active.step-item-primary .step-heading,
.step-item-circle.done.step-item-primary .step-heading {
  color: #5ebdec;
}
.step-item-circle.active.step-item-success:before,
.step-item-circle.done.step-item-success:before,
.step-item-circle.active.step-item-success:after,
.step-item-circle.done.step-item-success:after {
  background-color: #4ec27f;
}
.step-item-circle.active.step-item-success .step,
.step-item-circle.done.step-item-success .step {
  color: #fff;
  border-color: #3aae6b;
  background-color: #4ec27f;
}
.step-item-circle.active.step-item-success .step.step-outline,
.step-item-circle.done.step-item-success .step.step-outline {
  color: #4ec27f;
  border-color: #4ec27f;
  background-color: #fff;
}
.step-item-circle.active.step-item-success .step-heading,
.step-item-circle.done.step-item-success .step-heading {
  color: #4ec27f;
}
.step-item-circle.active.step-item-info:before,
.step-item-circle.done.step-item-info:before,
.step-item-circle.active.step-item-info:after,
.step-item-circle.done.step-item-info:after {
  background-color: #51c2cf;
}
.step-item-circle.active.step-item-info .step,
.step-item-circle.done.step-item-info .step {
  color: #fff;
  border-color: #3daebb;
  background-color: #51c2cf;
}
.step-item-circle.active.step-item-info .step.step-outline,
.step-item-circle.done.step-item-info .step.step-outline {
  color: #51c2cf;
  border-color: #51c2cf;
  background-color: #fff;
}
.step-item-circle.active.step-item-info .step-heading,
.step-item-circle.done.step-item-info .step-heading {
  color: #51c2cf;
}
.step-item-circle.active.step-item-warning:before,
.step-item-circle.done.step-item-warning:before,
.step-item-circle.active.step-item-warning:after,
.step-item-circle.done.step-item-warning:after {
  background-color: #f9b56a;
}
.step-item-circle.active.step-item-warning .step,
.step-item-circle.done.step-item-warning .step {
  color: #fff;
  border-color: #e5a156;
  background-color: #f9b56a;
}
.step-item-circle.active.step-item-warning .step.step-outline,
.step-item-circle.done.step-item-warning .step.step-outline {
  color: #f9b56a;
  border-color: #f9b56a;
  background-color: #fff;
}
.step-item-circle.active.step-item-warning .step-heading,
.step-item-circle.done.step-item-warning .step-heading {
  color: #f9b56a;
}
.step-item-circle.active.step-item-danger:before,
.step-item-circle.done.step-item-danger:before,
.step-item-circle.active.step-item-danger:after,
.step-item-circle.done.step-item-danger:after {
  background-color: #ee6567;
}
.step-item-circle.active.step-item-danger .step,
.step-item-circle.done.step-item-danger .step {
  color: #fff;
  border-color: #da5153;
  background-color: #ee6567;
}
.step-item-circle.active.step-item-danger .step.step-outline,
.step-item-circle.done.step-item-danger .step.step-outline {
  color: #ee6567;
  border-color: #ee6567;
  background-color: #fff;
}
.step-item-circle.active.step-item-danger .step-heading,
.step-item-circle.done.step-item-danger .step-heading {
  color: #ee6567;
}
.TRANS-DEF,
.button:focus,
button:focus,
.button:active:focus,
button:active:focus,
.button.active:focus,
button.active:focus,
.button.focus,
button.focus,
.button:active.focus,
button:active.focus,
.button.active.focus,
button.active.focus,
.button:hover,
button:hover,
.button:active,
button:active,
.button.active,
button.active,
.open > .dropdown-toggle.button,
.open > .dropdown-togglebutton,
.button:active:hover,
button:active:hover,
.button.active:hover,
button.active:hover,
.open > .dropdown-toggle.button:hover,
.open > .dropdown-togglebutton:hover,
.open > .dropdown-toggle.button:focus,
.open > .dropdown-togglebutton:focus,
.open > .dropdown-toggle.button.focus,
.open > .dropdown-togglebutton.focus,
.button.btnLink:hover,
button.btnLink:hover,
.button.btnLink:focus,
button.btnLink:focus,
.button.btnLink.focus,
button.btnLink.focus,
input,
textarea,
select,
.select,
fieldset,
.select .placeholder i:before,
.select .optionHolder,
.select .optionHolder .option,
.select .optionHolder .react-autosuggest__container.react-autosuggest__container--open .suggestionHolder,
.check input[type=checkbox] + i:before,
.check .input[type=checkbox] + i:before,
.switch input[type=checkbox] + i:before,
.switch .input[type=checkbox] + i:before,
.switch input[type=checkbox] + i:after,
.switch .input[type=checkbox] + i:after,
.breadcrumb > li > .link:hover,
.breadcrumb > li > .link:focus,
.dropzone .dropArea,
.dropzone .dropArea .innerDropArea .default .button:hover,
.dropzone .dropArea .innerDropArea .default .button:focus,
.imgWrapper,
.progressBar,
.progressBar .coverRail,
.progressBar .rail,
.progressBar .railEvolution,
.userZone .link:hover,
.userZone .link:focus,
.userZone.dropdown .image,
.login-wrapper .panel .panelBody form .button:hover,
.login-wrapper .panel .panelBody form .button:focus,
.login-wrapper .panel .panelBody form .forgot:hover,
.login-wrapper .panel .panelBody form .forgot:focus,
.login-wrapper .flipped .passwordBody .info,
.login-wrapper .flipped .loginBody,
.login-wrapper .flipped .loginBody .info,
.container-fluid .navbar-collapse .navbar-nav .link:hover,
.container-fluid .navbar-collapse .navbar-nav .link:focus,
.container-fluid .navbar-collapse.in .linksHolder .link:hover,
.container-fluid .navbar-collapse.in .linksHolder .link:focus {
  transition: all 0.3s ease-out;
}
.SCROLLBAR-HOLDER,
.select .optionHolder >.scrollbarHolder,
.sidebar >.scrollbarHolder {
  flex: 1 0 100%;
  position: relative;
  height: 100%;
  min-height: 400px;
}
.SCROLLBAR-HOLDER >div,
.select .optionHolder >.scrollbarHolder >div,
.sidebar >.scrollbarHolder >div {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.FULL-FIXED,
.mainLayout #login {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.FULL-REL {
  position: relative;
  width: 100%;
}
.FULL-HEIGHT {
  height: 100%;
}
.FLEX,
.FLEX-CENTER,
.FLEX-ROW,
.FLEX-ROW-AROUND,
.FLEX-ROW-STRETCH,
.FLEX-ROW-START,
.FLEX-ROW-END,
.FLEX-ROW-WRAP-START,
.FLEX-ROW-WRAP-START-CENTER,
.FLEX-ROW-WRAP-BETWEEN,
.FLEX-ROW-BETWEEN,
.FLEX-ROW-WRAP-AROUND,
.FLEX-ROW-START-CENTER,
.FLEX-ROW-CENTER,
.FLEX-COL,
.FLEX-COL-START-STRETCH,
.FLEX-COL-START,
.FLEX-COL-START-START,
.FLEX-COL-START-AUTO,
.FLEX-COL-CENTER,
.FLEX-COL-AROUND,
.FLEX-COL-BETWEEN,
.FLEX-COL-BETWEEN-CENTER,
.FLEX-COL-END,
.horizontal,
.button,
button,
label,
.field .stringList,
.field .stringList >div,
.field .stringList ul li,
.select .placeholder,
.select .placeholder i,
.select .optionHolder .option,
.panel,
.panelHeading,
.panelHeading .panelActions,
.breadcrumb,
.dropzone .dropArea .innerDropArea,
.dropzone .dropArea .innerDropArea .default,
.notifications .mainNav,
.rst__tree .rst__node .rst__nodeContent .rst__rowWrapper .rst__row,
.userZone,
.userZone.dropdown .mainNav,
.mainLayout .content-wrapper,
#mainHeader,
.container-fluid,
.container-fluid .navbar-collapse .navbar-nav,
.container-fluid .navbar-collapse .navbar-nav .link,
.container-fluid .navbar-collapse.in .linksHolder,
.sidebar,
.project,
.project .projectPreview {
  display: flex;
}
.FLEX-CENTER,
.button,
button,
.select .placeholder i,
.rst__tree .rst__node .rst__nodeContent .rst__rowWrapper .rst__row,
.container-fluid .navbar-collapse .navbar-nav .link {
  justify-content: center;
  align-items: center;
}
.FLEX-ROW,
.FLEX-ROW-AROUND,
.FLEX-ROW-STRETCH,
.FLEX-ROW-START,
.FLEX-ROW-END,
.FLEX-ROW-WRAP-START,
.FLEX-ROW-WRAP-START-CENTER,
.FLEX-ROW-WRAP-BETWEEN,
.FLEX-ROW-BETWEEN,
.FLEX-ROW-WRAP-AROUND,
.FLEX-ROW-START-CENTER,
.FLEX-ROW-CENTER,
.horizontal,
label,
.field .stringList ul li,
.select .placeholder,
.select .optionHolder .option,
.panelHeading,
.breadcrumb,
.userZone,
#mainHeader,
.container-fluid,
.container-fluid .navbar-collapse .navbar-nav {
  flex-direction: row;
}
.FLEX-ROW-AROUND {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
.FLEX-ROW-STRETCH {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.FLEX-ROW-START {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.FLEX-ROW-END,
label,
.container-fluid .navbar-collapse .navbar-nav {
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.FLEX-ROW-WRAP-START {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.FLEX-ROW-WRAP-START-CENTER,
.container-fluid {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}
.FLEX-ROW-WRAP-BETWEEN {
  flex-flow: wrap;
  justify-content: space-between;
}
.FLEX-ROW-BETWEEN,
.field .stringList ul li,
.select .placeholder,
.panelHeading {
  flex-flow: nowrap;
  justify-content: space-between;
  align-items: center;
}
.FLEX-ROW-WRAP-AROUND {
  flex-flow: wrap;
  align-content: space-around;
}
.FLEX-ROW-START-CENTER,
.select .optionHolder .option,
.breadcrumb {
  flex-flow: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.FLEX-ROW-CENTER,
.userZone {
  flex-flow: nowrap;
  justify-content: center;
  align-items: center;
}
.FLEX-COL,
.FLEX-COL-START-STRETCH,
.FLEX-COL-START,
.FLEX-COL-START-START,
.FLEX-COL-START-AUTO,
.FLEX-COL-CENTER,
.FLEX-COL-AROUND,
.FLEX-COL-BETWEEN,
.FLEX-COL-BETWEEN-CENTER,
.FLEX-COL-END,
.field .stringList,
.panel,
.dropzone .dropArea .innerDropArea,
.dropzone .dropArea .innerDropArea .default,
.notifications .mainNav,
.userZone.dropdown .mainNav,
.mainLayout .content-wrapper,
.container-fluid .navbar-collapse.in .linksHolder,
.sidebar,
.project,
.project .projectPreview {
  flex-direction: column;
}
.FLEX-COL-START-STRETCH,
.mainLayout .content-wrapper {
  flex: 1 auto;
  justify-content: flex-start;
  align-items: stretch;
}
.FLEX-COL-START,
.panel,
.project,
.project .projectPreview {
  justify-content: flex-start;
  align-items: center;
}
.FLEX-COL-START-START {
  flex: 1 auto;
  justify-content: flex-start;
  align-items: flex-start;
}
.FLEX-COL-START-AUTO {
  justify-content: flex-start;
  align-items: flex-start;
}
.FLEX-COL-CENTER,
.dropzone .dropArea .innerDropArea,
.dropzone .dropArea .innerDropArea .default,
.notifications .mainNav,
.userZone.dropdown .mainNav,
.container-fluid .navbar-collapse.in .linksHolder {
  flex: 1 auto;
  justify-content: center;
  align-items: center;
}
.FLEX-COL-AROUND {
  flex: 1 auto;
  justify-content: space-around;
  align-items: center;
}
.FLEX-COL-BETWEEN {
  flex: 1 auto;
  justify-content: space-between;
  align-items: flex-start;
}
.FLEX-COL-BETWEEN-CENTER {
  flex: 1 auto;
  justify-content: space-between;
  align-items: center;
}
.FLEX-COL-END {
  flex: 1 auto;
  justify-content: flex-end;
  align-items: center;
}
.FLEX-HALF {
  flex: 1 50% !important;
}
.FLEX-QUARTER {
  flex: 1 25% !important;
}
clearfix:before,
clearfix:after {
  content: "";
  display: table;
}
clearfix:after {
  clear: both;
}
flat-shadow ($color rgba(0,
0,
.04)) {
  text-shadow: $color -1px 1px $color -2px 2px $color -3px 3px $color -4px 4px $color -5px 5px $color -6px 6px $color -7px 7px $color -8px 8px;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.none {
  display: none !important;
}
.static {
  position: static !important;
}
.start {
  justify-content: flex-start !important;
}
.aStart {
  align-items: flex-start !important;
}
.end {
  justify-content: flex-end !important;
}
.between {
  justify-content: space-between !important;
}
.around {
  justify-content: space-around !important;
}
.center {
  justify-content: center !important;
}
.rounded,
.rounded.pager li > a,
.rounded.pager li > span {
  border-radius: 4px !important;
}
.circle,
.circle.border-inset:before,
.badge.border-inset:before,
.badge,
.circle.pager li > a,
.circle.pager li > span {
  border-radius: 25px !important;
}
.center-block {
  float: none !important;
  display: table;
}
.m-0 {
  margin: 0 !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-top-0 {
  margin-top: 0 !important;
}
.m-right-0 {
  margin-right: 0 !important;
}
.m-bottom-0 {
  margin-bottom: 0 !important;
}
.m-left-0 {
  margin-left: 0 !important;
}
.m-top-5 {
  margin-top: 5px !important;
}
.m-right-5 {
  margin-right: 5px !important;
}
.m-bottom-5 {
  margin-bottom: 5px !important;
}
.m-left-5 {
  margin-left: 5px !important;
}
.m-top-10 {
  margin-top: 10px !important;
}
.m-right-10 {
  margin-right: 10px !important;
}
.m-bottom-10 {
  margin-bottom: 10px !important;
}
.m-left-10 {
  margin-left: 10px !important;
}
.m-top-15 {
  margin-top: 15px !important;
}
.m-right-15 {
  margin-right: 15px !important;
}
.m-bottom-15 {
  margin-bottom: 15px !important;
}
.m-left-15 {
  margin-left: 15px !important;
}
.m-top-20 {
  margin-top: 20px !important;
}
.m-right-20 {
  margin-right: 20px !important;
}
.m-bottom-20 {
  margin-bottom: 20px !important;
}
.m-left-20 {
  margin-left: 20px !important;
}
.m-top-25 {
  margin-top: 25px !important;
}
.m-right-25 {
  margin-right: 25px !important;
}
.m-bottom-25 {
  margin-bottom: 25px !important;
}
.m-left-25 {
  margin-left: 25px !important;
}
.m-top-30 {
  margin-top: 30px !important;
}
.m-right-30 {
  margin-right: 30px !important;
}
.m-bottom-30 {
  margin-bottom: 30px !important;
}
.m-left-30 {
  margin-left: 30px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-top-0 {
  padding-top: 0 !important;
}
.p-right-0 {
  padding-right: 0 !important;
}
.p-bottom-0 {
  padding-bottom: 0 !important;
}
.p-left-0 {
  padding-left: 0 !important;
}
.p-top-5 {
  padding-top: 5px !important;
}
.p-right-5 {
  padding-right: 5px !important;
}
.p-bottom-5 {
  padding-bottom: 5px !important;
}
.p-left-5 {
  padding-left: 5px !important;
}
.p-top-10 {
  padding-top: 10px !important;
}
.p-right-10 {
  padding-right: 10px !important;
}
.p-bottom-10 {
  padding-bottom: 10px !important;
}
.p-left-10 {
  padding-left: 10px !important;
}
.p-top-15 {
  padding-top: 15px !important;
}
.p-right-15 {
  padding-right: 15px !important;
}
.p-bottom-15 {
  padding-bottom: 15px !important;
}
.p-left-15 {
  padding-left: 15px !important;
}
.p-top-20 {
  padding-top: 20px !important;
}
.p-right-20 {
  padding-right: 20px !important;
}
.p-bottom-20 {
  padding-bottom: 20px !important;
}
.p-left-20 {
  padding-left: 20px !important;
}
.p-top-25 {
  padding-top: 25px !important;
}
.p-right-25 {
  padding-right: 25px !important;
}
.p-bottop-25 {
  padding-bottom: 25px !important;
}
.p-left-25 {
  padding-left: 25px !important;
}
.p-top-30 {
  padding-top: 30px !important;
}
.p-right-30 {
  padding-right: 30px !important;
}
.p-bottop-30 {
  padding-bottom: 30px !important;
}
.p-left-30 {
  padding-left: 30px !important;
}
.text-muted {
  color: #909497 !important;
}
.text-primary {
  color: #5ebdec !important;
}
.text-success {
  color: #4ec27f !important;
}
.text-info {
  color: #51c2cf !important;
}
.text-warning {
  color: #f9b56a !important;
}
.text-danger {
  color: #ee6567 !important;
}
.flat-shadow {
  text-shadow: rgba(0,0,0,0.04) -1px 1px, rgba(0,0,0,0.04) -2px 2px, rgba(0,0,0,0.04) -3px 3px, rgba(0,0,0,0.04) -4px 4px, rgba(0,0,0,0.04) -5px 5px, rgba(0,0,0,0.04) -6px 6px, rgba(0,0,0,0.04) -7px 7px, rgba(0,0,0,0.04) -8px 8px;
}
.bg-default {
  color: #474747 !important;
  background-color: #f1f2f2 !important;
}
.bg-primary {
  color: #fff !important;
  background-color: #f47721 !important;
}
.bg-success {
  color: #fff !important;
  background-color: #57c090 !important;
}
.bg-info {
  color: #fff !important;
  background-color: #51c2cf !important;
}
.bg-warning {
  color: #fff !important;
  background-color: #f9b56a !important;
}
.bg-danger {
  color: #fff !important;
  background-color: #ee6567 !important;
}
.border-inset {
  position: relative;
  z-index: 1;
}
.border-inset:before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border: 1px solid #fff;
  z-index: -1;
}
.button.border-inset:before {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}
.border-bold {
  border-width: 3px !important;
}
.border-top-bold {
  border-top-width: 3px !important;
}
.border-right-bold {
  border-right-width: 3px !important;
}
.border-bottom-bold {
  border-bottom-width: 3px !important;
}
.border-left-bold {
  border-left-width: 3px !important;
}
.border-default {
  border-color: #eef0f0 !important;
}
.border-top-default {
  border-top-color: #eef0f0 !important;
}
.border-right-default {
  border-right-color: #eef0f0 !important;
}
.border-bottom-default {
  border-bottom-color: #eef0f0 !important;
}
.border-left-default {
  border-left-color: #eef0f0 !important;
}
.border-primary {
  border-color: #5ebdec !important;
}
.border-top-primary {
  border-top-color: #5ebdec !important;
}
.border-right-primary {
  border-right-color: #5ebdec !important;
}
.border-bottom-primary {
  border-bottom-color: #5ebdec !important;
}
.border-left-primary {
  border-left-color: #5ebdec !important;
}
.border-success {
  border-color: #4ec27f !important;
}
.border-top-success {
  border-top-color: #4ec27f !important;
}
.border-right-success {
  border-right-color: #4ec27f !important;
}
.border-bottom-success {
  border-bottom-color: #4ec27f !important;
}
.border-left-success {
  border-left-color: #4ec27f !important;
}
.border-info {
  border-color: #51c2cf !important;
}
.border-top-info {
  border-top-color: #51c2cf !important;
}
.border-right-info {
  border-right-color: #51c2cf !important;
}
.border-bottom-info {
  border-bottom-color: #51c2cf !important;
}
.border-left-info {
  border-left-color: #51c2cf !important;
}
.border-warning {
  border-color: #f9b56a !important;
}
.border-top-warning {
  border-top-color: #f9b56a !important;
}
.border-right-warning {
  border-right-color: #f9b56a !important;
}
.border-bottom-warning {
  border-bottom-color: #f9b56a !important;
}
.border-left-warning {
  border-left-color: #f9b56a !important;
}
.border-danger {
  border-color: #ee6567 !important;
}
.border-top-danger {
  border-top-color: #ee6567 !important;
}
.border-right-danger {
  border-right-color: #ee6567 !important;
}
.border-bottom-danger {
  border-bottom-color: #ee6567 !important;
}
.border-left-danger {
  border-left-color: #ee6567 !important;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
  }
}
.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row::after {
  display: block;
  clear: both;
  content: '';
}
.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-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-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-12 {
    width: 100% !important;
  }
  .col-md-11 {
    width: 91.66666667% !important;
  }
  .col-md-10 {
    width: 83.33333333% !important;
  }
  .col-md-9 {
    width: 75% !important;
  }
  .col-md-8 {
    width: 66.66666667% !important;
  }
  .col-md-7 {
    width: 58.33333333% !important;
  }
  .col-md-6 {
    width: 50% !important;
  }
  .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-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;
  }
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: linear-gradient(to bottom, #f47721 0%, #f0690c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff47721', endColorstr='#fff0690c', GradientType=0);
  background-color: #f0690c;
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: linear-gradient(to bottom, #f47721 0%, #f0690c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff47721', endColorstr='#fff0690c', GradientType=0);
  }
}
.navbar.navbar-fixed-top.navbar-h-top.navbar-default+.content-wrapper {
  padding-top: 60px;
}
.progress {
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: linear-gradient(to bottom, #f47721 0%, #d75e0b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff47721', endColorstr='#ffd75e0b', GradientType=0);
}
.progress-bar-success {
  background-image: linear-gradient(to bottom, #57c090 0%, #3ea676 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff57c090', endColorstr='#ff3ea676', GradientType=0);
}
.progress-bar-info {
  background-image: linear-gradient(to bottom, #51c2cf 0%, #33acba 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51c2cf', endColorstr='#ff33acba', GradientType=0);
}
.progress-bar-warning {
  background-image: linear-gradient(to bottom, #f9b56a 0%, #f79d39 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9b56a', endColorstr='#fff79d39', GradientType=0);
}
.progress-bar-danger {
  background-image: linear-gradient(to bottom, #ee6567 0%, #e9373a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee6567', endColorstr='#ffe9373a', GradientType=0);
}
.progress-bar-striped {
  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);
}
.list-group {
  border-radius: 4px;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-image: linear-gradient(to bottom, #f47721 0%, #e3630b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff47721', endColorstr='#ffe3630b', GradientType=0);
  border-color: #e3630b;
}
.list-group-item .badge {
  text-shadow: none;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none;
    text-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;
  }
  .button > .caret,
  .dropup > .button > .caret {
    border-top-color: #000 !important;
  }
  .label,
  .badge {
    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";
}
.button,
button {
  height: 35px;
  min-width: 100px;
  padding: 0 15px;
  background-color: #414141;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  letter-spacing: $letter-spacing-base;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  border-radius: none;
}
.button + .button,
button + button {
  margin-left: 10px;
}
.button:focus,
button:focus,
.button:active:focus,
button:active:focus,
.button.active:focus,
button.active:focus,
.button.focus,
button.focus,
.button:active.focus,
button:active.focus,
.button.active.focus,
button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button:hover,
button:hover,
.button:focus,
button:focus,
.button.focus,
button.focus,
.button:active,
button:active,
.button.active,
button.active {
  color: #fff;
  border: 1px solid #f47721;
  background-color: #f47721;
  text-decoration: none;
}
.button:focus,
button:focus,
.button.focus,
button.focus,
.button.active:focus,
button.active:focus,
.button.active.focus,
button.active.focus,
.button:active:focus,
button:active:focus,
.button.focus:active,
button.focus:active {
  outline: none;
}
.button.disabled,
button.disabled,
.button[disabled],
button[disabled],
fieldset[disabled] .button,
fieldset[disabled] button {
  color: #fff;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.button:active,
button:active,
.button.active,
button.active,
.open > .dropdown-toggle.button,
.open > .dropdown-togglebutton,
.button:active:hover,
button:active:hover,
.button.active:hover,
button.active:hover,
.open > .dropdown-toggle.button:hover,
.open > .dropdown-togglebutton:hover,
.button:active:focus,
button:active:focus,
.button.active:focus,
button.active:focus,
.open > .dropdown-toggle.button:focus,
.open > .dropdown-togglebutton:focus,
.button:active.focus,
button:active.focus,
.button.active.focus,
button.active.focus,
.open > .dropdown-toggle.button.focus,
.open > .dropdown-togglebutton.focus {
  color: #fff;
  border: 1px solid #f47721;
  background-color: #f47721;
}
a.button.disabled,
abutton.disabled,
fieldset[disabled] a.button,
fieldset[disabled] abutton {
  pointer-events: none;
}
.button .icon,
button .icon {
  margin-right: 10px;
}
.button.icono,
button.icono {
  min-width: 35px;
  width: 35px;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.button.icono .icon,
button.icono .icon {
  margin: 0;
}
.button.action.icono,
button.action.icono {
  background-color: transparent;
  border: 0;
  color: #9d9d9d;
  width: auto;
}
.button.action.icono i,
button.action.icono i {
  font-size: 20px;
  margin-right: 20px;
}
.button.action.icono:hover,
button.action.icono:hover,
.button.action.icono:focus,
button.action.icono:focus {
  color: #f47721;
}
.button.action.icono.outline,
button.action.icono.outline {
  border: 1px solid #9d9d9d;
  padding: 0 15px;
}
.button.action.icono.outline:hover,
button.action.icono.outline:hover,
.button.action.icono.outline:focus,
button.action.icono.outline:focus {
  border-color: #f47721;
}
.button.primary,
button.primary {
  color: #fff;
  border-color: #e36610;
  background-color: #f47721;
}
.button.primary:hover,
button.primary:hover,
.button.primary:focus,
button.primary:focus,
.button.primary.focus,
button.primary.focus {
  color: #fff;
  border-color: #cf5200;
  background-color: #e0630d;
}
.button.primary:active,
button.primary:active,
.button.primary.active,
button.primary.active,
.open > .dropdown-toggle.button.primary,
.open > .dropdown-togglebutton.primary,
.button.primary:active:hover,
button.primary:active:hover,
.button.primary.active:hover,
button.primary.active:hover,
.open > .dropdown-toggle.button.primary:hover,
.open > .dropdown-togglebutton.primary:hover,
.button.primary:active:focus,
button.primary:active:focus,
.button.primary.active:focus,
button.primary.active:focus,
.open > .dropdown-toggle.button.primary:focus,
.open > .dropdown-togglebutton.primary:focus,
.button.primary:active.focus,
button.primary:active.focus,
.button.primary.active.focus,
button.primary.active.focus,
.open > .dropdown-toggle.button.primary.focus,
.open > .dropdown-togglebutton.primary.focus {
  color: #fff;
  border-color: #cf5200;
  background-color: #e0630d;
}
.button.primary.disabled,
button.primary.disabled,
.button.primary[disabled],
button.primary[disabled],
fieldset[disabled] .button.primary,
fieldset[disabled] button.primary,
.button.primary.disabled:hover,
button.primary.disabled:hover,
.button.primary[disabled]:hover,
button.primary[disabled]:hover,
fieldset[disabled] .button.primary:hover,
fieldset[disabled] button.primary:hover,
.button.primary.disabled:focus,
button.primary.disabled:focus,
.button.primary[disabled]:focus,
button.primary[disabled]:focus,
fieldset[disabled] .button.primary:focus,
fieldset[disabled] button.primary:focus,
.button.primary.disabled.focus,
button.primary.disabled.focus,
.button.primary[disabled].focus,
button.primary[disabled].focus,
fieldset[disabled] .button.primary.focus,
fieldset[disabled] button.primary.focus {
  border-color: #c54800;
  background-color: #d65903;
}
.button.primary .badge,
button.primary .badge {
  border-color: transparent;
}
.button.btnLink,
button.btnLink {
  height: 20px;
  color: #9d9d9d;
  font-size: 12px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.button.btnLink:hover,
button.btnLink:hover,
.button.btnLink:focus,
button.btnLink:focus,
.button.btnLink.focus,
button.btnLink.focus {
  color: #f47721;
  background-color: transparent;
  border: none;
}
.outline {
  color: #9d9d9d;
  border: 1px solid #9d9d9d;
  background-color: transparent;
}
.outline:hover,
.outline:focus,
.outline.focus {
  color: #f47721;
  border-color: #f47721;
  background-color: #f47721;
}
.outline:active,
.outline.active,
.open > .dropdown-toggle.outline,
.outline:active:hover,
.outline.active:hover,
.open > .dropdown-toggle.outline:hover,
.outline:active:focus,
.outline.active:focus,
.open > .dropdown-toggle.outline:focus,
.outline:active.focus,
.outline.active.focus,
.open > .dropdown-toggle.outline.focus {
  color: #f47721;
  border-color: #f47721;
  background-color: transparent;
}
.outline.disabled,
.outline[disabled],
fieldset[disabled] .outline,
.outline.disabled:hover,
.outline[disabled]:hover,
fieldset[disabled] .outline:hover,
.outline.disabled:focus,
.outline[disabled]:focus,
fieldset[disabled] .outline:focus,
.outline.disabled.focus,
.outline[disabled].focus,
fieldset[disabled] .outline.focus {
  background-color: #fff;
}
.outline.primary {
  color: #f47721;
  border-color: #f47721;
  background-color: transparent;
}
.outline.primary:hover,
.outline.primary:focus,
.outline.primary.focus {
  color: #fff;
  border-color: #f47721;
  background-color: #f47721;
}
.outline.primary:active,
.outline.primary.active,
.open > .dropdown-toggle.outline.primary,
.outline.primary:active:hover,
.outline.primary.active:hover,
.open > .dropdown-toggle.outline.primary:hover,
.outline.primary:active:focus,
.outline.primary.active:focus,
.open > .dropdown-toggle.outline.primary:focus,
.outline.primary:active.focus,
.outline.primary.active.focus,
.open > .dropdown-toggle.outline.primary.focus {
  color: #fff;
  border-color: #f47721;
  background-color: #f47721;
}
.outline.primary.disabled,
.outline.primary[disabled],
fieldset[disabled] .outline.primary {
  color: #fff;
}
.outline.secondary {
  color: #414141;
  border-color: #414141;
  background-color: transparent;
}
.outline.secondary:hover,
.outline.secondary:focus,
.outline.secondary.focus {
  color: #fff;
  border-color: #414141;
  background-color: #414141;
}
.outline.secondary:active,
.outline.secondary.active,
.open > .dropdown-toggle.outline.secondary,
.outline.secondary:active:hover,
.outline.secondary.active:hover,
.open > .dropdown-toggle.outline.secondary:hover,
.outline.secondary:active:focus,
.outline.secondary.active:focus,
.open > .dropdown-toggle.outline.secondary:focus,
.outline.secondary:active.focus,
.outline.secondary.active.focus,
.open > .dropdown-toggle.outline.secondary.focus {
  color: #fff;
  border-color: #414141;
  background-color: #414141;
}
.outline.white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.outline.white:hover,
.outline.white:focus,
.outline.white.focus {
  color: #414141;
  border-color: #fff;
  background-color: #fff;
}
.outline.white:active,
.outline.white.active,
.open > .dropdown-toggle.outline.white,
.outline.white:active:hover,
.outline.white.active:hover,
.open > .dropdown-toggle.outline.white:hover,
.outline.white:active:focus,
.outline.white.active:focus,
.open > .dropdown-toggle.outline.white:focus,
.outline.white:active.focus,
.outline.white.active.focus,
.open > .dropdown-toggle.outline.white.focus {
  color: #414141;
  border-color: #fff;
  background-color: #fff;
}
.large {
  padding: 8px 12px;
  font-size: 16px;
}
.small {
  height: 30px;
  font-size: 12px;
}
.extraSmall {
  padding: 3px 8px;
  font-size: 11px;
}
label {
  min-width: 80px;
  width: 80px;
  max-width: 100%;
  font-weight: 400;
  font-size: 13px;
  color: #9d9d9d;
  text-align: right;
}
label.xSmall {
  min-width: 30px;
  width: 30px;
  font-size: 12px;
}
label.small {
  min-width: 50px;
  width: 50px;
  font-size: 12px;
}
label.large {
  min-width: 100px;
  width: 100px;
  font-size: 12px;
}
label.xLarge {
  min-width: 150px;
  width: 150px;
  font-size: 12px;
}
label.xxLarge {
  min-width: 200px;
  width: 200px;
  font-size: 12px;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  color: #414141;
  border-bottom-color: #e6e6e6;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #9d9d9d;
}
@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: 32px;
  }
  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: 32px;
  }
  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: 40px;
  }
}
select[multiple].form-control.circle,
textarea.form-control.circle {
  border-radius: 10px;
}
.form-group {
  margin-bottom: 15px;
}
input,
textarea,
select,
.select,
fieldset {
  display: block;
  position: relative;
  width: 100%;
  font-size: 13px;
  line-height: 1.428571429;
  color: #9d9d9d;
  border: none;
  background-color: transparent;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s;
  height: 35px;
  padding: 7px 13px;
  appearance: none;
  text-align: left;
}
input[disabled],
textarea[disabled],
select[disabled],
.select[disabled],
fieldset[disabled],
input[readonly],
textarea[readonly],
select[readonly],
.select[readonly],
fieldset[readonly],
fieldset[disabled] input,
fieldset[disabled] textarea,
fieldset[disabled] select,
fieldset[disabled] .select,
fieldset[disabled] fieldset {
  background-color: #f3f3f3;
  border: 0;
  padding: 10px;
  pointer-events: none;
}
input[disabled],
textarea[disabled],
select[disabled],
.select[disabled],
fieldset[disabled],
fieldset[disabled] input,
fieldset[disabled] textarea,
fieldset[disabled] select,
fieldset[disabled] .select,
fieldset[disabled] fieldset {
  cursor: not-allowed;
}
textareainput,
textareatextarea,
textareaselect,
textarea.select,
textareafieldset {
  height: auto;
}
input:focus,
textarea:focus,
select:focus,
.select:focus,
fieldset:focus {
  color: #f47721;
  border-color: #f47721;
  -webkit-text-fill-color: #f47721;
}
input:placeholder-shown,
textarea:placeholder-shown,
select:placeholder-shown,
.select:placeholder-shown,
fieldset:placeholder-shown {
  font-weight: 400;
}
input:placeholder-shown::-moz-placeholder,
textarea:placeholder-shown::-moz-placeholder,
select:placeholder-shown::-moz-placeholder,
.select:placeholder-shown::-moz-placeholder,
fieldset:placeholder-shown::-moz-placeholder {
  color: #d5d5d5;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
input:placeholder-shown:-moz-placeholder,
textarea:placeholder-shown:-moz-placeholder,
select:placeholder-shown:-moz-placeholder,
.select:placeholder-shown:-moz-placeholder,
fieldset:placeholder-shown:-moz-placeholder {
  color: #d5d5d5;
  font-weight: 400;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
input:placeholder-shown:-ms-input-placeholder,
textarea:placeholder-shown:-ms-input-placeholder,
select:placeholder-shown:-ms-input-placeholder,
.select:placeholder-shown:-ms-input-placeholder,
fieldset:placeholder-shown:-ms-input-placeholder {
  color: #d5d5d5;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
input:placeholder-shown::-webkit-input-placeholder,
textarea:placeholder-shown::-webkit-input-placeholder,
select:placeholder-shown::-webkit-input-placeholder,
.select:placeholder-shown::-webkit-input-placeholder,
fieldset:placeholder-shown::-webkit-input-placeholder {
  color: #d5d5d5;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
input:placeholder-shown:focus,
textarea:placeholder-shown:focus,
select:placeholder-shown:focus,
.select:placeholder-shown:focus,
fieldset:placeholder-shown:focus {
  border-color: #f47721;
  font-weight: 400;
  color: #9d9d9d;
}
input,
textarea {
  -webkit-text-fill-color: #9d9d9d;
}
textarea,
select,
.select {
  border: 1px solid #d5d5d5;
  padding: 10px;
}
input {
  border: 1px solid #d5d5d5;
  padding-left: 10px;
}
input[type=checkbox] {
  height: 20px;
  width: 20px;
  opacity: 0;
  z-index: 3;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.field {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.field.reverse {
  flex-direction: row-reverse;
}
.field i {
  font-size: 20px;
  margin-right: 20px;
  color: #d5d5d5;
}
.field i.focused {
  color: #f47721;
}
.field label.focused {
  color: #f47721;
}
.field label.stringListLabel {
  align-self: flex-start;
}
.field .button.icono {
  margin-left: 10px;
}
.field .stringList {
  flex: 1 100%;
  margin-left: 20px;
}
.field .stringList >div input {
  margin-left: 0;
  margin-right: 20px;
}
.field .stringList ul {
  margin-top: 20px;
}
.field .stringList ul li .button .icon {
  color: #fff;
  margin: 0;
}
.field .stringList ul li +li {
  margin-top: 10px;
}
.field input,
.field select,
.field .select,
.field textarea {
  margin-left: 20px;
}
.field.datePicker >div {
  width: 100%;
}
.field.datePicker >div .react-datepicker-wrapper {
  width: 100%;
}
.field.datePicker >div .react-datepicker-wrapper .react-datepicker__input-container {
  width: 100%;
}
.field.datePicker >div .react-datepicker-wrapper .react-datepicker__input-container input {
  width: calc(100% - 20px);
}
.field.librarySearch .label {
  order: 1;
}
.field.librarySearch .input {
  order: 2;
}
.field.librarySearch .icon {
  order: 3;
  margin-right: 0;
  margin-left: 20px;
}
.field.librarySearch +.button {
  margin-left: 20px;
}
form.horizontal .field,
.form.horizontal .field {
  flex: 1 auto;
  margin-right: 50px;
}
form.columnsWrap,
.form.columnsWrap {
  flex-wrap: wrap;
  align-items: center;
}
form.columnsWrap .field,
.form.columnsWrap .field {
  width: calc(50% - 100px);
}
form .holder .field,
.form .holder .field {
  flex: 1 100%;
}
form .holder .field +.field,
.form .holder .field +.field,
form .holder .field + .holder,
.form .holder .field + .holder {
  margin-left: 50px;
}
form .holder .select,
.form .holder .select {
  margin-left: 50px;
}
form .holder >.holder,
.form .holder >.holder {
  align-items: center;
  height: $field-height;
}
.select {
  padding: 0;
  height: 35px;
}
.select .placeholder {
  padding: 0 10px 0 15px;
  width: 100%;
  height: 100%;
}
.select .placeholder i {
  position: relative;
  align-self: center;
  width: 15px;
  height: 15px;
  font-size: 13px;
  margin-right: 0;
}
.select .placeholder i:before {
  transition-delay: 0;
  position: absolute;
  transform: rotate(180deg);
  color: #9d9d9d;
}
.select .optionHolder {
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0;
  background-color: #fff;
  color: #2a2a2a;
  border: 1px solid #d5d5d5;
  z-index: 4;
}
.select .optionHolder >.scrollbarHolder {
  min-height: 160px;
}
.select .optionHolder .option {
  border-bottom: 1px solid #d5d5d5;
  padding: 4px;
  padding-left: 20px;
  color: #414141;
  -webkit-text-fill-color: #414141;
  width: auto;
  height: 40px;
  cursor: pointer;
}
.select .optionHolder .option:hover {
  background-color: #f3f3f3;
}
.select .optionHolder .option.active {
  background-color: #414141;
  border-color: #fff;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.select .optionHolder .react-autosuggest__container {
  position: relative;
}
.select .optionHolder .react-autosuggest__container input::-moz-placeholder {
  color: #9d9d9d;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.select .optionHolder .react-autosuggest__container input:-moz-placeholder {
  color: #9d9d9d;
  font-weight: 400;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.select .optionHolder .react-autosuggest__container input:-ms-input-placeholder {
  color: #9d9d9d;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.select .optionHolder .react-autosuggest__container input::-webkit-input-placeholder {
  color: #9d9d9d;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.select .optionHolder .react-autosuggest__container .suggestionHolder {
  opacity: 0;
  position: absolute;
  top: 35px;
  background-color: #fff;
  text-align: left;
  border: 1px solid #d5d5d5;
  padding: 5px;
  font-size: 13px;
}
.select .optionHolder .react-autosuggest__container .suggestionHolder li {
  margin-bottom: 3px;
  padding: 3px;
}
.select .optionHolder .react-autosuggest__container .suggestionHolder li:last-child {
  margin-bottom: 0;
}
.select .optionHolder .react-autosuggest__container .suggestionHolder li.react-autosuggest__suggestion--focused {
  cursor: pointer;
  background-color: #d5d5d5;
}
.select .optionHolder .react-autosuggest__container.react-autosuggest__container--open .suggestionHolder {
  opacity: 1;
}
.select.projectSelect .optionHolder .option {
  padding-left: 40px;
}
.select.projectSelect .optionHolder .option.client {
  padding-left: 20px;
  font-weight: 600;
  color: #f47721;
}
.select.projectSelect .optionHolder .option.client:hover {
  background-color: #f3f3f3;
}
.select.projectSelect .optionHolder .option.client.active {
  background-color: #f47721;
  color: #fff;
}
.select.projectSelect .optionHolder .option.client.disabled {
  cursor: none;
  color: #414141;
  pointer-events: none;
}
.select.folded::after {
  position: absolute;
  pointer-events: none;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  opacity: 0.4;
}
.select.folded:hover::after {
  opacity: 1;
}
.select.folded .placeholder {
  cursor: pointer;
}
.select.folded .placeholder i:before {
  transform: rotate(0deg);
}
.select.folded .optionHolder {
  display: none;
}
.select.search .optionHolder {
  background-color: #fff;
  top: 33px;
}
.select.search .optionHolder >div {
  color: #414141;
}
.select.search .optionHolder >div.active,
.select.search .optionHolder >div:hover {
  color: #fff;
  background-color: #414141;
}
.checkbox i {
  margin-left: 20px;
}
.checkbox i.fa-check {
  color: #f47721;
}
.checkbox i.fa-times {
  color: #9d9d9d;
}
.check {
  position: relative;
  height: 35px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.check input,
.check .input {
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 14px;
}
.check input[type=checkbox],
.check .input[type=checkbox] {
  position: static;
}
.check input[type=checkbox] + i:before,
.check .input[type=checkbox] + i:before {
  opacity: 0;
  z-index: 2;
  position: absolute;
  width: 20px;
  text-align: center;
  left: -3px;
  top: 9px;
  font-size: 12px;
  color: #fff;
}
.check input[type=checkbox] + i:after,
.check .input[type=checkbox] + i:after {
  content: '';
  display: block;
  position: absolute;
  left: -3px;
  top: 6px;
  z-index: 1;
  pointer-events: none;
  background-color: transparent;
  border: 1px solid #9d9d9d;
  height: 20px;
  width: 20px !important;
}
.check input[type=checkbox][value=on] + i:before,
.check .input[type=checkbox][value=on] + i:before {
  opacity: 1;
}
.check input[type=checkbox][value=on] + i:after,
.check .input[type=checkbox][value=on] + i:after {
  background-color: #f47721;
  border-color: #f47721;
}
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label {
  min-height: 18px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  padding-left: 0;
}
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: static;
  margin-left: 0;
  margin-top: 4px \9;
}
.radio + .radio {
  margin-top: -5px;
}
.radio-inline {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
  padding-left: 0;
}
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.switch {
  position: relative;
  height: 35px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.switch input,
.switch .input {
  height: 23px;
  width: 50px;
  margin-left: 8px;
}
.switch input[type=checkbox],
.switch .input[type=checkbox] {
  position: static;
  width: 50px !important;
}
.switch input[type=checkbox] + i:before,
.switch .input[type=checkbox] + i:before {
  opacity: 1;
  z-index: 2;
  position: absolute;
  width: 15px;
  text-align: center;
  left: 116px;
  top: 8px;
  font-size: 15px;
  color: #d5d5d5;
}
.switch input[type=checkbox] + i:after,
.switch .input[type=checkbox] + i:after {
  content: '';
  display: block;
  position: absolute;
  left: 112px;
  top: 6px;
  z-index: 1;
  pointer-events: none;
  background-color: transparent;
  border: 1px solid #d5d5d5;
  height: 20px;
  width: 50px !important;
  border-radius: 10px;
}
.switch input[type=checkbox][value=on] + i:before,
.switch .input[type=checkbox][value=on] + i:before {
  left: 144px;
  color: #fff;
}
.switch input[type=checkbox][value=on] + i:after,
.switch .input[type=checkbox][value=on] + i:after {
  background-color: #f47721;
  border: 1px solid #f47721;
}
.input-icon-left,
.input-icon-right {
  position: relative;
  color: #999;
}
.input-icon-left .input-icon,
.input-icon-right .input-icon {
  width: 20px;
  height: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.input-group.input-icon-left .input-icon,
.input-group.input-icon-right .input-icon {
  z-index: 3;
}
.input-icon-left .form-control {
  padding-left: 35px;
}
.input-icon-left .input-icon {
  left: 12px;
}
.input-icon-right .form-control {
  padding-right: 35px;
}
.input-icon-right .input-icon {
  right: 12px;
  text-align: right;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 35px;
}
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  text-align: center;
  pointer-events: none;
  width: 35px;
  height: 35px;
  line-height: 30px;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg + .form-control + .form-control-feedback {
  width: 35px;
  height: 40px;
  line-height: 35px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm + .form-control + .form-control-feedback {
  width: 35px;
  height: 32px;
  line-height: 27px;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 31px;
}
.has-success .help-block,
.has-success label,
.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: #41ac7b;
}
.has-success .input-group-addon {
  color: #41ac7b;
  border-color: #d6e9c6;
  background-color: #dff0d8;
}
.has-success .form-control-feedback,
.has-success .input-icon {
  color: #e5f3e0;
}
.has-warning .help-block,
.has-warning label,
.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: #f68b15;
}
.has-warning .input-group-addon {
  color: #f68b15;
  border-color: #faebcc;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback,
.has-warning .input-icon {
  color: #fdf9e9;
}
.has-error .help-block,
.has-error label,
.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: #e7282b;
}
.has-error .input-group-addon {
  color: #e7282b;
  border-color: #ebccd0;
  background-color: #f2dede;
}
.has-error .form-control-feedback,
.has-error .input-icon {
  color: #f5e5e5;
}
.input-sm,
.form-group-sm .form-control,
.form-group-sm .form-control-static,
.form-horizontal .form-group-sm .form-control {
  height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 5px 10px;
}
select.input-sm,
select.form-group-sm .form-control,
select.form-group-sm .form-control-static,
select.form-horizontal .form-group-sm .form-control,
.form-group-sm select.form-control {
  height: 32px;
  line-height: 32px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
textarea.form-group-sm .form-control-static,
textarea.form-horizontal .form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control,
select[multiple].form-group-sm .form-control-static,
select[multiple].form-horizontal .form-group-sm .form-control {
  height: auto;
}
select.input-sm,
select.form-group-sm .form-control,
select.form-group-sm .form-control-static,
select.form-horizontal .form-group-sm .form-control,
.form-group-sm select.form-control {
  height: 32px;
  line-height: 32px;
}
.form-group-sm .form-control {
  border-radius: 0;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  min-height: 30px;
}
.input-lg,
.form-group-lg .form-control,
.form-group-lg .form-control-static {
  height: 40px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
  padding: 6px 13px;
  font-size: 16px;
}
select.input-lg,
select.form-group-lg .form-control,
select.form-group-lg .form-control-static,
.form-group-lg select.form-control {
  height: 40px;
  line-height: 40px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
textarea.form-group-lg .form-control-static,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control,
select[multiple].form-group-lg .form-control-static {
  height: auto;
}
select.input-lg,
select.form-group-lg .form-control,
select.form-group-lg .form-control-static,
.form-group-lg select.form-control {
  height: 40px;
  line-height: 40px;
}
.form-group-lg .form-control {
  border-radius: 0;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  min-height: 35px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #909497;
}
.form-inline .button,
.navbar-form .button {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static,
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group,
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label,
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback,
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 25px;
}
.form-horizontal .checkbox + .help-block,
.form-horizontal .radio + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.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: 16px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.form-layout .button {
  margin-bottom: 0;
}
.form-layout-heading {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f47721;
}
.form-layout-heading .form-layout-legend {
  font-size: 14px;
  margin-bottom: 15px;
}
.form-layout-footer {
  margin-top: 10px;
}
.form-layout-filled .form-layout-body,
.form-layout-filled .form-layout-footer {
  padding: 20px 20px 5px;
  background-color: #f9f9f9;
}
.form-layout-filled .form-layout-body + .form-layout-body {
  margin-top: 10px;
}
.form-layout-boxed.form-layout-heading,
.form-layout-boxed .form-group {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .button,
.input-group-btn:first-child > .button-group > .button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .button-group:not(:last-child) > .button {
  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 > .button,
.input-group-btn:last-child > .button-group > .button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .button:not(:first-child),
.input-group-btn:first-child > .button-group:not(:first-child) > .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}
.input-group.rounded > .form-control:first-child,
.input-group.rounded > .input-group-addon:first-child,
.input-group.rounded > .input-group-btn:first-child .button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.input-group.rounded > .form-control:last-child,
.input-group.rounded > .input-group-addon:last-child,
.input-group.rounded > .input-group-btn:last-child .button:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group.circle > .form-control:first-child,
.input-group.circle > .input-group-addon:first-child,
.input-group.circle > .input-group-btn:first-child .button:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.input-group.circle > .form-control:last-child,
.input-group.circle > .input-group-addon:last-child,
.input-group.circle > .input-group-btn:last-child .button:last-of-type {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.input-group .input-group-addon,
.input-group .input-group-btn,
.input-group .input-group .form-control {
  display: table-cell;
}
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child),
.input-group .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group .input-group-addon,
.input-group .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group .input-group-btn .button {
  margin-bottom: 0;
  height: 35px;
}
.input-group .input-group-btn > .button {
  position: relative;
}
.input-group .input-group-btn > .button + .button {
  margin-left: -1px;
}
.input-group .input-group-btn > .button:hover,
.input-group .input-group-btn > .button:focus,
.input-group .input-group-btn > .button:active {
  z-index: 2;
}
.input-group .input-group-btn:first-child > .button,
.input-group .input-group-btn:first-child > .button-group {
  z-index: 2;
  margin-right: -1px;
}
.input-group .input-group-btn:last-child > .button,
.input-group .input-group-btn:last-child > .button-group {
  margin-left: -1px;
}
.input-group .input-group-addon {
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #9d9d9d;
  text-align: center;
  border: 1px solid #dbdbdb;
  padding: 7px 13px;
  min-width: 39px;
  border-color: #dbdbdb;
  border-radius: 0;
  background-color: #f7f7f7;
}
.input-group .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group .input-group-addon.input-lg {
  padding: 6px 13px;
  font-size: 17px -1;
  border-radius: 6px;
}
.input-group .input-group-addon input[type="radio"],
.input-group .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control {
  border-radius: 0;
  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 > .button {
  border-radius: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .button {
  border-radius: 0;
}
.label,
.badge {
  display: inline-block;
  padding: 5px 7px;
  font-size: 85%;
  font-weight: 400;
  color: inherit;
  border: 1px solid transparent;
  border-radius: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  color: #414141;
  background-color: #f47721;
}
.label.dropdown-toggle:hover,
.badge.dropdown-toggle:hover,
.label.dropdown-toggle:focus,
.badge.dropdown-toggle:focus {
  cursor: pointer;
}
> .label .dropdown-menu > li > a,
> .badge .dropdown-menu > li > a {
  padding: 4px 5px 4px 4px;
  margin-left: 2px;
  font-size: 9px;
}
a.label:hover,
a.badge:hover,
a.label:focus,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty,
.badge:empty {
  display: none;
}
.button .label,
.button .badge {
  position: relative;
  top: -1px;
}
.label.primary,
.badge.primary {
  color: #fff;
  background-color: #f47721;
}
.label.success,
.badge.success {
  color: #fff;
  background-color: #57c090;
}
.label.info,
.badge.info {
  color: #fff;
  background-color: #51c2cf;
}
.label.warning,
.badge.warning {
  color: #fff;
  background-color: #f9b56a;
}
.label.danger,
.badge.danger {
  color: #fff;
  background-color: #ee6567;
}
.label.outline,
.badge.outline {
  color: #676767;
  border-color: #f36f14;
}
.label.outline.primary,
.badge.outline.primary {
  color: #f47721;
  border-color: #f47721;
}
.label.outline.success,
.badge.outline.success {
  color: #57c090;
  border-color: #57c090;
}
.label.outline.info,
.badge.outline.info {
  color: #51c2cf;
  border-color: #51c2cf;
}
.label.outline.warning,
.badge.outline.warning {
  color: #f9b56a;
  border-color: #f9b56a;
}
.label.outline.danger,
.badge.outline.danger {
  color: #ee6567;
  border-color: #ee6567;
}
.badge {
  color: #5e5e5e;
  border-color: #f36f14;
  background-color: #f47721;
  min-width: 10px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 25px;
}
.dropdown-menu > li > a > .badge {
  margin-left: 5px;
}
.badge:empty {
  display: none;
}
.button .badge {
  position: relative;
  top: -1px;
}
.extraSmall .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: #f47721;
  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;
}
.panel {
  margin: 18px auto;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  max-width: 2000px;
  align-self: center;
  width: 100%;
  padding: 0 15px;
}
.panel.full {
  height: calc(100% - 38px);
}
@media (max-width: 991px) {
  .panel {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .panel {
    max-width: 1200px;
  }
}
.panel.rounded {
  border-radius: 4px;
}
.panel.rounded > .panelHeading {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.panel.rounded > .panelFooter {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel.rounded > .list-group > .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.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-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .panelHeading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel > .table {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.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-left: 15px;
  padding-right: 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 > .tableHeader:first-child > .tableRow:first-child,
.panel > .table-responsive:first-child > .table:first-child > .tableHeader:first-child > .tableRow:first-child,
.panel > .table:first-child > .tableBody:first-child > .tableRow:first-child,
.panel > .table-responsive:first-child > .table:first-child > .tableBody:first-child > .tableRow:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > .tableHeader:first-child > .tableRow:first-child .tableCell:first-child,
.panel > .table-responsive:first-child > .table:first-child > .tableHeader:first-child > .tableRow:first-child .tableCell:first-child,
.panel > .table:first-child > .tableBody:first-child > .tableRow:first-child .tableCell:first-child,
.panel > .table-responsive:first-child > .table:first-child > .tableBody:first-child > .tableRow:first-child .tableCell:first-child,
.panel > .table:first-child > .tableHeader:first-child > .tableRow:first-child .tableCellHeader:first-child,
.panel > .table-responsive:first-child > .table:first-child > .tableHeader:first-child > .tableRow:first-child .tableCellHeader:first-child,
.panel > .table:first-child > .tableBody:first-child > .tableRow:first-child .tableCellHeader:first-child,
.panel > .table-responsive:first-child > .table:first-child > .tableBody:first-child > .tableRow:first-child .tableCellHeader:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > .tableHeader:first-child > .tableRow:first-child .tableCell:last-child,
.panel > .table-responsive:first-child > .table:first-child > .tableHeader:first-child > .tableRow:first-child .tableCell:last-child,
.panel > .table:first-child > .tableBody:first-child > .tableRow:first-child .tableCell:last-child,
.panel > .table-responsive:first-child > .table:first-child > .tableBody:first-child > .tableRow:first-child .tableCell:last-child,
.panel > .table:first-child > .tableHeader:first-child > .tableRow:first-child .tableCellHeader:last-child,
.panel > .table-responsive:first-child > .table:first-child > .tableHeader:first-child > .tableRow:first-child .tableCellHeader:last-child,
.panel > .table:first-child > .tableBody:first-child > .tableRow:first-child .tableCellHeader:last-child,
.panel > .table-responsive:first-child > .table:first-child > .tableBody:first-child > .tableRow:first-child .tableCellHeader:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > .tableBody:last-child > .tableRow:last-child,
.panel > .table-responsive:last-child > .table:last-child > .tableBody:last-child > .tableRow:last-child,
.panel > .table:last-child > .tableFooter:last-child > .tableRow:last-child,
.panel > .table-responsive:last-child > .table:last-child > .tableFooter:last-child > .tableRow:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > .tableBody:last-child > .tableRow:last-child .tableCell:first-child,
.panel > .table-responsive:last-child > .table:last-child > .tableBody:last-child > .tableRow:last-child .tableCell:first-child,
.panel > .table:last-child > .tableFooter:last-child > .tableRow:last-child .tableCell:first-child,
.panel > .table-responsive:last-child > .table:last-child > .tableFooter:last-child > .tableRow:last-child .tableCell:first-child,
.panel > .table:last-child > .tableBody:last-child > .tableRow:last-child .tableCellHeader:first-child,
.panel > .table-responsive:last-child > .table:last-child > .tableBody:last-child > .tableRow:last-child .tableCellHeader:first-child,
.panel > .table:last-child > .tableFooter:last-child > .tableRow:last-child .tableCellHeader:first-child,
.panel > .table-responsive:last-child > .table:last-child > .tableFooter:last-child > .tableRow:last-child .tableCellHeader:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > .tableBody:last-child > .tableRow:last-child .tableCell:last-child,
.panel > .table-responsive:last-child > .table:last-child > .tableBody:last-child > .tableRow:last-child .tableCell:last-child,
.panel > .table:last-child > .tableFooter:last-child > .tableRow:last-child .tableCell:last-child,
.panel > .table-responsive:last-child > .table:last-child > .tableFooter:last-child > .tableRow:last-child .tableCell:last-child,
.panel > .table:last-child > .tableBody:last-child > .tableRow:last-child .tableCellHeader:last-child,
.panel > .table-responsive:last-child > .table:last-child > .tableBody:last-child > .tableRow:last-child .tableCellHeader:last-child,
.panel > .table:last-child > .tableFooter:last-child > .tableRow:last-child .tableCellHeader:last-child,
.panel > .table-responsive:last-child > .table:last-child > .tableFooter:last-child > .tableRow:last-child .tableCellHeader:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panelBody + .table,
.panel > .panelBody + .table-responsive,
.panel > .table + .panelBody,
.panel > .table-responsive + .panelBody {
  border-top: 1px solid transparent;
}
.panel > .table > .tableBody:first-child > .tableRow:first-child .tableCellHeader,
.panel > .table > .tableBody:first-child > .tableRow:first-child .tableCell {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > .tableHeader > .tableRow > .tableCellHeader:first-child,
.panel > .table-responsive > .table-bordered > .tableHeader > .tableRow > .tableCellHeader:first-child,
.panel > .table-bordered > .tableBody > .tableRow > .tableCellHeader:first-child,
.panel > .table-responsive > .table-bordered > .tableBody > .tableRow > .tableCellHeader:first-child,
.panel > .table-bordered > .tableFooter > .tableRow > .tableCellHeader:first-child,
.panel > .table-responsive > .table-bordered > .tableFooter > .tableRow > .tableCellHeader:first-child,
.panel > .table-bordered > .tableHeader > .tableRow > .tableCell:first-child,
.panel > .table-responsive > .table-bordered > .tableHeader > .tableRow > .tableCell:first-child,
.panel > .table-bordered > .tableBody > .tableRow > .tableCell:first-child,
.panel > .table-responsive > .table-bordered > .tableBody > .tableRow > .tableCell:first-child,
.panel > .table-bordered > .tableFooter > .tableRow > .tableCell:first-child,
.panel > .table-responsive > .table-bordered > .tableFooter > .tableRow > .tableCell:first-child {
  border-left: 0;
}
.panel > .table-bordered > .tableHeader > .tableRow > .tableCellHeader:last-child,
.panel > .table-responsive > .table-bordered > .tableHeader > .tableRow > .tableCellHeader:last-child,
.panel > .table-bordered > .tableBody > .tableRow > .tableCellHeader:last-child,
.panel > .table-responsive > .table-bordered > .tableBody > .tableRow > .tableCellHeader:last-child,
.panel > .table-bordered > .tableFooter > .tableRow > .tableCellHeader:last-child,
.panel > .table-responsive > .table-bordered > .tableFooter > .tableRow > .tableCellHeader:last-child,
.panel > .table-bordered > .tableHeader > .tableRow > .tableCell:last-child,
.panel > .table-responsive > .table-bordered > .tableHeader > .tableRow > .tableCell:last-child,
.panel > .table-bordered > .tableBody > .tableRow > .tableCell:last-child,
.panel > .table-responsive > .table-bordered > .tableBody > .tableRow > .tableCell:last-child,
.panel > .table-bordered > .tableFooter > .tableRow > .tableCell:last-child,
.panel > .table-responsive > .table-bordered > .tableFooter > .tableRow > .tableCell:last-child {
  border-right: 0;
}
.panel > .table-bordered > .tableHeader > .tableRow:first-child > .tableCell,
.panel > .table-responsive > .table-bordered > .tableHeader > .tableRow:first-child > .tableCell,
.panel > .table-bordered > .tableBody > .tableRow:first-child > .tableCell,
.panel > .table-responsive > .table-bordered > .tableBody > .tableRow:first-child > .tableCell,
.panel > .table-bordered > .tableHeader > .tableRow:first-child > .tableCellHeader,
.panel > .table-responsive > .table-bordered > .tableHeader > .tableRow:first-child > .tableCellHeader,
.panel > .table-bordered > .tableBody > .tableRow:first-child > .tableCellHeader,
.panel > .table-responsive > .table-bordered > .tableBody > .tableRow:first-child > .tableCellHeader {
  border-bottom: 0;
}
.panel > .table-bordered > .tableBody > .tableRow:last-child > .tableCell,
.panel > .table-responsive > .table-bordered > .tableBody > .tableRow:last-child > .tableCell,
.panel > .table-bordered > .tableFooter > .tableRow:last-child > .tableCell,
.panel > .table-responsive > .table-bordered > .tableFooter > .tableRow:last-child > .tableCell,
.panel > .table-bordered > .tableBody > .tableRow:last-child > .tableCellHeader,
.panel > .table-responsive > .table-bordered > .tableBody > .tableRow:last-child > .tableCellHeader,
.panel > .table-bordered > .tableFooter > .tableRow:last-child > .tableCellHeader,
.panel > .table-responsive > .table-bordered > .tableFooter > .tableRow:last-child > .tableCellHeader {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panelHeading {
  border-bottom: 1px solid transparent;
  position: relative;
  width: 100%;
  margin-bottom: -1px;
  padding: 15px 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
  min-height: 45px;
  border-bottom: 1px solid #e6e6e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panelHeading .button {
  text-transform: uppercase;
}
.panelHeading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panelHeading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panelHeading.collapsible {
  padding: 0;
  display: block;
}
.panelHeading.collapsible button {
  padding: 7px 15px;
  width: 100%;
  text-align: left;
  min-height: 45px;
  cursor: pointer;
}
.panelHeading .panelTitle {
  margin-top: 0;
  margin-bottom: 0;
  color: #9d9d9d;
  flex: 1;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.panelHeading .panelTitle > a,
.panelHeading .panelTitle > small,
.panelHeading .panelTitle > .small,
.panelHeading .panelTitle > small > a,
.panelHeading .panelTitle > .small > a {
  color: inherit;
}
.panelHeading .panelTitle +.holder {
  flex: 0;
}
@media (max-width: 767px) {
  .panelHeading {
    font-size: 12px;
  }
  .panelHeading:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -1px;
    background-color: transparent;
  }
}
.panelHeading > .panelTitle,
.panelHeading > .panelTools {
  display: table-cell;
  vertical-align: middle;
}
.panelHeading > .panelTools {
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  float: right;
}
.panelHeading > .panelTools .button {
  margin-bottom: 0;
}
.panelHeading > .panelTools .pagination {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.panelHeading > .panelTools .nav-tabs {
  position: relative;
  top: 8px;
  border-bottom: 0;
}
.panelHeading > .panelTools .nav-tabs > li {
  margin-bottom: -3px;
}
.panelHeading > .panelTools .nav-tabs > li > a {
  margin-right: 0;
}
.panelHeading .panelActions {
  align-self: flex-end;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  float: right;
}
.panelHeading .panelActions .btnClose .button,
.panelHeading .panelActions .btnMinimize .button,
.panelHeading .panelActions .btnFullScreen .button,
.panelHeading .panelActions .btnDefaultScreen .button {
  width: 15px;
  height: 15px;
  margin-right: 2px;
  padding: 0;
  font-size: 19px;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-rendering: auto;
  transition: none 0.2s ease-out;
}
.panelHeading .panelActions .btnClose .button i,
.panelHeading .panelActions .btnMinimize .button i,
.panelHeading .panelActions .btnFullScreen .button i,
.panelHeading .panelActions .btnDefaultScreen .button i {
  height: 15px;
}
.panelHeading .panelActions .btnClose .button i:before,
.panelHeading .panelActions .btnMinimize .button i:before,
.panelHeading .panelActions .btnFullScreen .button i:before,
.panelHeading .panelActions .btnDefaultScreen .button i:before {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  height: 15px;
}
.panelHeading .panelActions .btnClose .button:hover,
.panelHeading .panelActions .btnMinimize .button:hover,
.panelHeading .panelActions .btnFullScreen .button:hover,
.panelHeading .panelActions .btnDefaultScreen .button:hover {
  opacity: 0.7;
}
.panelHeading .panelActions .btnClose i:before {
  content: "\00d7";
  top: -6px;
}
.panelHeading .panelActions .btnMinimize i:before {
  content: "\f107";
  top: -6px;
}
.panelHeading .panelActions .btnFullScreen i:before {
  content: "\f065";
  font-size: 12px;
}
.panelHeading .panelActions .btnDefaultScreen:before {
  content: "\f066";
  font-size: 12px;
}
.panelBody {
  width: 100%;
  padding: 15px;
  line-height: 1.5;
  padding-top: 20px;
}
.panelBody.noPad {
  padding: 0;
}
.panelBody > :first-child {
  margin-top: 0;
}
.panelBody > :last-child {
  margin-bottom: 0;
}
.panelBody >.scrollbarHolder {
  flex: 1;
  position: relative;
  height: 100%;
  min-height: 400px;
}
.panelBody >.scrollbarHolder >div {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.panelBody >.scrollbarHolder >div >div:first-of-type {
  display: flex !important;
  flex-direction: column !important;
}
.panelBody.noOverflow {
  overflow: hidden;
  padding-bottom: 150px;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel .panelHeading {
  border-bottom: 0;
}
.panel-group .panel .panelHeading .panelTitle > a:hover,
.panel-group .panel .panelHeading .panelTitle > a:focus {
  color: inherit;
}
.panel-group .panel .panelHeading + .panel-collapse > .panelBody,
.panel-group .panel .panelHeading + .panel-collapse > .list-group {
  border-top: none;
}
.panel-group .panel .panelFooter {
  border-top: 0;
}
.panel-group .panel .panelFooter + .panel-collapse .panelBody {
  border-bottom: 1px solid #ddd;
}
.panelFooter {
  padding: 6px 15px;
  background-color: #f5f5f5;
  font-size: 12px;
  border-top: 1px solid #e6e6e6;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.panelFooter a {
  color: inherit;
}
.list-group + .panelFooter {
  border-top-width: 0;
}
.panel > .panelHeading {
  color: #414141;
  background-color: #fff;
}
.panel > .panelFooter {
  color: #414141;
  background-color: #e7e7e7;
}
.panel.primary {
  border-color: #f47721;
}
.panel.primary > .panelHeading {
  color: #fff;
  background-color: #f47721;
}
.panel.primary > .panelFooter {
  color: #fff;
  background-color: #f47721;
}
.panel.success {
  border-color: #57c090;
}
.panel.success > .panelHeading {
  color: #fff;
  background-color: #57c090;
}
.panel.success > .panelFooter {
  color: #fff;
  background-color: #57c090;
}
.panel.info {
  border-color: #51c2cf;
}
.panel.info > .panelHeading {
  color: #fff;
  background-color: #51c2cf;
}
.panel.info > .panelFooter {
  color: #fff;
  background-color: #51c2cf;
}
.panel.warning {
  border-color: #f9b56a;
}
.panel.warning > .panelHeading {
  color: #fff;
  background-color: #f9b56a;
}
.panel.warning > .panelFooter {
  color: #fff;
  background-color: #f9b56a;
}
.panel.danger {
  border-color: #ee6567;
}
.panel.danger > .panelHeading {
  color: #fff;
  background-color: #ee6567;
}
.panel.danger > .panelFooter {
  color: #fff;
  background-color: #ee6567;
}
table,
.table {
  background-color: transparent;
  width: 100%;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #909497;
  text-align: left;
}
.tableCellHeader {
  text-align: left;
}
.table {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 0;
}
.table > .tableHeader > .tableRow > .tableCellHeader,
.table > .tableBody > .tableRow > .tableCellHeader,
.table > .tableFooter > .tableRow > .tableCellHeader,
.table > .tableHeader > .tableRow > .tableCell,
.table > .tableBody > .tableRow > .tableCell,
.table > .tableFooter > .tableRow > .tableCell {
  line-height: 1.428571429;
  border-top: 1px solid transparent;
  padding: 20px 15px;
  vertical-align: middle;
  border-top-color: transparent;
}
.table > .tableHeader > .tableRow > .tableCellHeader .progress,
.table > .tableBody > .tableRow > .tableCellHeader .progress,
.table > .tableFooter > .tableRow > .tableCellHeader .progress,
.table > .tableHeader > .tableRow > .tableCell .progress,
.table > .tableBody > .tableRow > .tableCell .progress,
.table > .tableFooter > .tableRow > .tableCell .progress,
.table > .tableHeader > .tableRow > .tableCellHeader .button,
.table > .tableBody > .tableRow > .tableCellHeader .button,
.table > .tableFooter > .tableRow > .tableCellHeader .button,
.table > .tableHeader > .tableRow > .tableCell .button,
.table > .tableBody > .tableRow > .tableCell .button,
.table > .tableFooter > .tableRow > .tableCell .button {
  margin-bottom: 0;
}
.table > .tableHeader > .tableRow > .tableCellHeader .link:not(.button),
.table > .tableBody > .tableRow > .tableCellHeader .link:not(.button),
.table > .tableFooter > .tableRow > .tableCellHeader .link:not(.button),
.table > .tableHeader > .tableRow > .tableCell .link:not(.button),
.table > .tableBody > .tableRow > .tableCell .link:not(.button),
.table > .tableFooter > .tableRow > .tableCell .link:not(.button),
.table > .tableHeader > .tableRow > .tableCellHeader a:not(.button),
.table > .tableBody > .tableRow > .tableCellHeader a:not(.button),
.table > .tableFooter > .tableRow > .tableCellHeader a:not(.button),
.table > .tableHeader > .tableRow > .tableCell a:not(.button),
.table > .tableBody > .tableRow > .tableCell a:not(.button),
.table > .tableFooter > .tableRow > .tableCell a:not(.button) {
  color: #f47721;
}
.table > .tableHeader > .tableRow > .tableCellHeader .link:not(.button):hover,
.table > .tableBody > .tableRow > .tableCellHeader .link:not(.button):hover,
.table > .tableFooter > .tableRow > .tableCellHeader .link:not(.button):hover,
.table > .tableHeader > .tableRow > .tableCell .link:not(.button):hover,
.table > .tableBody > .tableRow > .tableCell .link:not(.button):hover,
.table > .tableFooter > .tableRow > .tableCell .link:not(.button):hover,
.table > .tableHeader > .tableRow > .tableCellHeader a:not(.button):hover,
.table > .tableBody > .tableRow > .tableCellHeader a:not(.button):hover,
.table > .tableFooter > .tableRow > .tableCellHeader a:not(.button):hover,
.table > .tableHeader > .tableRow > .tableCell a:not(.button):hover,
.table > .tableBody > .tableRow > .tableCell a:not(.button):hover,
.table > .tableFooter > .tableRow > .tableCell a:not(.button):hover {
  color: #d65903;
}
.table > caption + .tableHeader > .tableRow:first-child > .tableCellHeader,
.table > colgroup + .tableHeader > .tableRow:first-child > .tableCellHeader,
.table > .tableHeader:first-child > .tableRow:first-child > .tableCellHeader,
.table > caption + .tableHeader > .tableRow:first-child > .tableCell,
.table > colgroup + .tableHeader > .tableRow:first-child > .tableCell,
.table > .tableHeader:first-child > .tableRow:first-child > .tableCell {
  border-top: 0;
}
.table > .tableHeader > .tableRow > .tableCellHeader {
  vertical-align: bottom;
  border-bottom: 1px solid #d5d5d5;
  font-weight: 600;
  font-size: 15px;
}
.table > .tableBody + .tableBody {
  border-top-width: 1px solid transparent;
}
.table > .tableFooter > .tableRow > .tableCellHeader {
  font-weight: 600;
}
.table .table {
  background-color: #fff;
}
.table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.table > .tableCellHeader[class*="col-"],
.table > .tableCell[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table-condensed > .tableHeader > .tableRow > .tableCellHeader,
.table-condensed > .tableBody > .tableRow > .tableCellHeader,
.table-condensed > .tableFooter > .tableRow > .tableCellHeader,
.table-condensed > .tableHeader > .tableRow > .tableCell,
.table-condensed > .tableBody > .tableRow > .tableCell,
.table-condensed > .tableFooter > .tableRow > .tableCell {
  padding: 8px 13px;
}
.table-bordered > .tableHeader > .tableRow > .tableCellHeader,
.table-bordered > .tableBody > .tableRow > .tableCellHeader,
.table-bordered > .tableFooter > .tableRow > .tableCellHeader,
.table-bordered > .tableHeader > .tableRow > .tableCell,
.table-bordered > .tableBody > .tableRow > .tableCell,
.table-bordered > .tableFooter > .tableRow > .tableCell {
  border-bottom: 1px solid #d5d5d5;
}
.table-bordered > .tableHeader > .tableRow > .tableCellHeader,
.table-bordered > .tableHeader > .tableRow > .tableCell {
  border-bottom-width: 2px;
}
.table > .tableBody:first-child > .tableRow:first-child > .tableCell,
.table > .tableBody:first-child > .tableRow:first-child > .tableCellHeader {
  border-top: none;
}
.table-striped > .tableBody > .tableRow:nth-of-type(odd) {
  background-color: #f3f3f3;
}
.table-hover > .tableBody > .tableRow:hover {
  background-color: #e6e6e6;
}
.table-scroll {
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
}
.table-scroll > .table > .tableHeader > .tableRow > .tableCellHeader,
.table-scroll > .table > .tableBody > .tableRow > .tableCellHeader,
.table-scroll > .table > .tableFooter > .tableRow > .tableCellHeader,
.table-scroll > .table > .tableHeader > .tableRow > .tableCell,
.table-scroll > .table > .tableBody > .tableRow > .tableCell,
.table-scroll > .table > .tableFooter > .tableRow > .tableCell {
  white-space: nowrap;
}
.table-responsive {
  border-color: transparent;
  overflow-x: auto;
  min-height: 0.01%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: scroll;
    border: 1px solid transparent;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > .tableHeader > .tableRow > .tableCellHeader,
  .table-responsive > .table > .tableBody > .tableRow > .tableCellHeader,
  .table-responsive > .table > .tableFooter > .tableRow > .tableCellHeader,
  .table-responsive > .table > .tableHeader > .tableRow > .tableCell,
  .table-responsive > .table > .tableBody > .tableRow > .tableCell,
  .table-responsive > .table > .tableFooter > .tableRow > .tableCell {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > .tableHeader > .tableRow > .tableCellHeader:first-child,
  .table-responsive > .table-bordered > .tableBody > .tableRow > .tableCellHeader:first-child,
  .table-responsive > .table-bordered > .tableFooter > .tableRow > .tableCellHeader:first-child,
  .table-responsive > .table-bordered > .tableHeader > .tableRow > .tableCell:first-child,
  .table-responsive > .table-bordered > .tableBody > .tableRow > .tableCell:first-child,
  .table-responsive > .table-bordered > .tableFooter > .tableRow > .tableCell:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > .tableHeader > .tableRow > .tableCellHeader:last-child,
  .table-responsive > .table-bordered > .tableBody > .tableRow > .tableCellHeader:last-child,
  .table-responsive > .table-bordered > .tableFooter > .tableRow > .tableCellHeader:last-child,
  .table-responsive > .table-bordered > .tableHeader > .tableRow > .tableCell:last-child,
  .table-responsive > .table-bordered > .tableBody > .tableRow > .tableCell:last-child,
  .table-responsive > .table-bordered > .tableFooter > .tableRow > .tableCell:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > .tableBody > .tableRow:last-child > .tableCellHeader,
  .table-responsive > .table-bordered > .tableFooter > .tableRow:last-child > .tableCellHeader,
  .table-responsive > .table-bordered > .tableBody > .tableRow:last-child > .tableCell,
  .table-responsive > .table-bordered > .tableFooter > .tableRow:last-child > .tableCell {
    border-bottom: 0;
  }
}
.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: #f3f3f3;
}
.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: #ececec;
}
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
  background-color: #cfeaf6;
}
.table-hover > tbody > tr > td.primary:hover,
.table-hover > tbody > tr > th.primary:hover,
.table-hover > tbody > tr.primary:hover > td,
.table-hover > tbody > tr:hover > .primary,
.table-hover > tbody > tr.primary:hover > th {
  background-color: #c4e5f4;
}
.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: #d5efdd;
}
.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: #cbebd5;
}
.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: #d0eef1;
}
.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: #c6eaee;
}
.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: #ffeacc;
}
.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: #ffe4be;
}
.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: #fbcfd0;
}
.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: #fac2c4;
}
.table > thead > tr > td.bg-default,
.table > tbody > tr > td.bg-default,
.table > tfoot > tr > td.bg-default,
.table > thead > tr > th.bg-default,
.table > tbody > tr > th.bg-default,
.table > tfoot > tr > th.bg-default,
.table > thead > tr.bg-default > td,
.table > tbody > tr.bg-default > td,
.table > tfoot > tr.bg-default > td,
.table > thead > tr.bg-default > th,
.table > tbody > tr.bg-default > th,
.table > tfoot > tr.bg-default > th {
  background-color: #e6e6e6;
}
.table-hover > tbody > tr > td.bg-default:hover,
.table-hover > tbody > tr > th.bg-default:hover,
.table-hover > tbody > tr.bg-default:hover > td,
.table-hover > tbody > tr:hover > .bg-default,
.table-hover > tbody > tr.bg-default:hover > th {
  background-color: #dfdfdf !important;
}
.table > thead > tr > td.bg-primary,
.table > tbody > tr > td.bg-primary,
.table > tfoot > tr > td.bg-primary,
.table > thead > tr > th.bg-primary,
.table > tbody > tr > th.bg-primary,
.table > tfoot > tr > th.bg-primary,
.table > thead > tr.bg-primary > td,
.table > tbody > tr.bg-primary > td,
.table > tfoot > tr.bg-primary > td,
.table > thead > tr.bg-primary > th,
.table > tbody > tr.bg-primary > th,
.table > tfoot > tr.bg-primary > th {
  background-color: #f47721;
}
.table-hover > tbody > tr > td.bg-primary:hover,
.table-hover > tbody > tr > th.bg-primary:hover,
.table-hover > tbody > tr.bg-primary:hover > td,
.table-hover > tbody > tr:hover > .bg-primary,
.table-hover > tbody > tr.bg-primary:hover > th {
  background-color: #f47219 !important;
}
.table > thead > tr > td.bg-success,
.table > tbody > tr > td.bg-success,
.table > tfoot > tr > td.bg-success,
.table > thead > tr > th.bg-success,
.table > tbody > tr > th.bg-success,
.table > tfoot > tr > th.bg-success,
.table > thead > tr.bg-success > td,
.table > tbody > tr.bg-success > td,
.table > tfoot > tr.bg-success > td,
.table > thead > tr.bg-success > th,
.table > tbody > tr.bg-success > th,
.table > tfoot > tr.bg-success > th {
  background-color: #57c090;
}
.table-hover > tbody > tr > td.bg-success:hover,
.table-hover > tbody > tr > th.bg-success:hover,
.table-hover > tbody > tr.bg-success:hover > td,
.table-hover > tbody > tr:hover > .bg-success,
.table-hover > tbody > tr.bg-success:hover > th {
  background-color: #51be8c !important;
}
.table > thead > tr > td.bg-info,
.table > tbody > tr > td.bg-info,
.table > tfoot > tr > td.bg-info,
.table > thead > tr > th.bg-info,
.table > tbody > tr > th.bg-info,
.table > tfoot > tr > th.bg-info,
.table > thead > tr.bg-info > td,
.table > tbody > tr.bg-info > td,
.table > tfoot > tr.bg-info > td,
.table > thead > tr.bg-info > th,
.table > tbody > tr.bg-info > th,
.table > tfoot > tr.bg-info > th {
  background-color: #51c2cf;
}
.table-hover > tbody > tr > td.bg-info:hover,
.table-hover > tbody > tr > th.bg-info:hover,
.table-hover > tbody > tr.bg-info:hover > td,
.table-hover > tbody > tr:hover > .bg-info,
.table-hover > tbody > tr.bg-info:hover > th {
  background-color: #4ac0cd !important;
}
.table > thead > tr > td.bg-warning,
.table > tbody > tr > td.bg-warning,
.table > tfoot > tr > td.bg-warning,
.table > thead > tr > th.bg-warning,
.table > tbody > tr > th.bg-warning,
.table > tfoot > tr > th.bg-warning,
.table > thead > tr.bg-warning > td,
.table > tbody > tr.bg-warning > td,
.table > tfoot > tr.bg-warning > td,
.table > thead > tr.bg-warning > th,
.table > tbody > tr.bg-warning > th,
.table > tfoot > tr.bg-warning > th {
  background-color: #f9b56a;
}
.table-hover > tbody > tr > td.bg-warning:hover,
.table-hover > tbody > tr > th.bg-warning:hover,
.table-hover > tbody > tr.bg-warning:hover > td,
.table-hover > tbody > tr:hover > .bg-warning,
.table-hover > tbody > tr.bg-warning:hover > th {
  background-color: #f9b060 !important;
}
.table > thead > tr > td.bg-danger,
.table > tbody > tr > td.bg-danger,
.table > tfoot > tr > td.bg-danger,
.table > thead > tr > th.bg-danger,
.table > tbody > tr > th.bg-danger,
.table > tfoot > tr > th.bg-danger,
.table > thead > tr.bg-danger > td,
.table > tbody > tr.bg-danger > td,
.table > tfoot > tr.bg-danger > td,
.table > thead > tr.bg-danger > th,
.table > tbody > tr.bg-danger > th,
.table > tfoot > tr.bg-danger > th {
  background-color: #ee6567;
}
.table-hover > tbody > tr > td.bg-danger:hover,
.table-hover > tbody > tr > th.bg-danger:hover,
.table-hover > tbody > tr.bg-danger:hover > td,
.table-hover > tbody > tr:hover > .bg-danger,
.table-hover > tbody > tr.bg-danger:hover > th {
  background-color: #ed5c5e !important;
}
.list-group {
  margin-bottom: 0;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-color: #dbdbdb;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded .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-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: inherit;
  border-color: #dbdbdb;
  background-color: #e6e6e6;
}
.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: inherit;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #848484;
  background-color: transparent;
  cursor: not-allowed;
}
.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: #848484;
}
.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;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item,
button.list-group-item,
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: inherit;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: inherit;
  background-color: #e6e6e6;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
list-group-item-success {
  color: inherit;
  border-color: #d1eac8;
  background-color: #dff0d8;
}
alist-group-item-success,
buttonlist-group-item-success {
  color: $color;
}
alist-group-item-success .list-group-item-heading,
buttonlist-group-item-success .list-group-item-heading {
  color: inherit;
}
alist-group-item-success:hover,
buttonlist-group-item-success:hover,
alist-group-item-success:focus,
buttonlist-group-item-success:focus {
  color: $color;
  background-color: #d1eac8;
}
alist-group-item-success.active,
buttonlist-group-item-success.active,
alist-group-item-success.active:hover,
buttonlist-group-item-success.active:hover,
alist-group-item-success.active:focus,
buttonlist-group-item-success.active:focus {
  color: #fff;
  border-color: #4dbc89;
  background-color: #57c090;
}
list-group-item-info {
  color: inherit;
  border-color: #c6e4f3;
  background-color: #d9edf7;
}
alist-group-item-info,
buttonlist-group-item-info {
  color: $color;
}
alist-group-item-info .list-group-item-heading,
buttonlist-group-item-info .list-group-item-heading {
  color: inherit;
}
alist-group-item-info:hover,
buttonlist-group-item-info:hover,
alist-group-item-info:focus,
buttonlist-group-item-info:focus {
  color: $color;
  background-color: #c6e4f3;
}
alist-group-item-info.active,
buttonlist-group-item-info.active,
alist-group-item-info.active:hover,
buttonlist-group-item-info.active:hover,
alist-group-item-info.active:focus,
buttonlist-group-item-info.active:focus {
  color: #fff;
  border-color: #46becc;
  background-color: #51c2cf;
}
list-group-item-warning {
  color: inherit;
  border-color: #faf3cd;
  background-color: #fcf8e3;
}
alist-group-item-warning,
buttonlist-group-item-warning {
  color: $color;
}
alist-group-item-warning .list-group-item-heading,
buttonlist-group-item-warning .list-group-item-heading {
  color: inherit;
}
alist-group-item-warning:hover,
buttonlist-group-item-warning:hover,
alist-group-item-warning:focus,
buttonlist-group-item-warning:focus {
  color: $color;
  background-color: #faf3cd;
}
alist-group-item-warning.active,
buttonlist-group-item-warning.active,
alist-group-item-warning.active:hover,
buttonlist-group-item-warning.active:hover,
alist-group-item-warning.active:focus,
buttonlist-group-item-warning.active:focus {
  color: #fff;
  border-color: #f8ad59;
  background-color: #f9b56a;
}
list-group-item-danger {
  color: inherit;
  border-color: #ebcdcd;
  background-color: #f2dede;
}
alist-group-item-danger,
buttonlist-group-item-danger {
  color: $color;
}
alist-group-item-danger .list-group-item-heading,
buttonlist-group-item-danger .list-group-item-heading {
  color: inherit;
}
alist-group-item-danger:hover,
buttonlist-group-item-danger:hover,
alist-group-item-danger:focus,
buttonlist-group-item-danger:focus {
  color: $color;
  background-color: #ebcdcd;
}
alist-group-item-danger.active,
buttonlist-group-item-danger.active,
alist-group-item-danger.active:hover,
buttonlist-group-item-danger.active:hover,
alist-group-item-danger.active:focus,
buttonlist-group-item-danger.active:focus {
  color: #fff;
  border-color: #ec5658;
  background-color: #ee6567;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > img,
.carousel-inner > a > img {
  line-height: 1;
}
.carousel-inner.next,
.carousel-inner.active.right {
  transform: translate3d(100%, 0, 0);
  left: 0;
}
.carousel-inner.prev,
.carousel-inner.active.left {
  transform: translate3d(-100%, 0, 0);
  left: 0;
}
.carousel-inner.next.left,
.carousel-inner.prev.right,
.carousel-inner.active {
  transform: translate3d(0, 0, 0);
  left: 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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  background-color: rgba(0,0,0,0);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.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;
  line-height: 1;
  font-family: serif;
}
.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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: rgba(0,0,0,0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption .button {
  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;
  }
  .glyphicon-chevron-left,
  .icon-prev {
    margin-left: -10px;
  }
  .glyphicon-chevron-right,
  .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: $caret-width-base dashed;
  border-top: $caret-width-base solid \9;
  border-right: $caret-width-base solid transparent;
  border-left: $caret-width-base 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;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0;
  background-clip: padding-box;
  min-width: 195px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  border-color: #e5e5e5;
  border-radius: 0;
  box-shadow: none;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu > li > a {
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  white-space: nowrap;
  padding: 8px 15px;
  color: #414141;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #414141;
  background-color: #e6e6e6;
  text-decoration: none;
}
.dropdown-menu > li:first-child > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #414141;
  background-color: #e6e6e6;
  text-decoration: none;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #848484;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-top: 5px;
  margin-bottom: 5px;
  border-color: #e5e5e5;
}
.dropdown-menu .divider + li:last-child {
  margin-bottom: 5px;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
  padding: 7px 15px;
  margin-bottom: 5px;
  color: #5d5a55;
  border-bottom: 1px solid #e9e9e9;
  background-color: #e6e6e6;
}
.dropdown-header a:not(.button) {
  display: inline-block;
  padding: 0 0 1px;
  border-bottom: 1px solid #adadad;
}
.dropdown-header a:not(.button):hover {
  color: #909497;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: $caret-width-base dashed;
  border-bottom: $caret-width-base solid \9;
  content: "";
}
.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;
  }
}
.rounded .dropdown-menu,
.rounded + .dropdown-menu,
.circle .dropdown-menu,
.circle + .dropdown-menu {
  border-radius: 4px;
}
.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0;
  z-index: 1080;
  background-color: #f47a25;
}
.navbar .btn {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    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-left: 0;
    padding-right: 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 .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 {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar-brand {
  float: left;
  padding: 21px 15px;
  font-size: 17px;
  line-height: 18px;
  height: 60px;
  color: #8b8e90;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
  color: $navbar-default-brand-hover-color;
  background-color: $navbar-default-brand-hover-bg;
}
.navbar-brand > img {
  display: inline-block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  border-radius: 0;
  position: relative;
  float: right;
  margin-right: 15px;
  background-color: transparent;
  background-image: none;
  border: none;
  padding: 0;
  margin-top: 0;
}
.navbar-toggle:focus,
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle.active,
.navbar-toggle:visited {
  outline: 0;
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 10.5px -15px;
}
.navbar-nav > li > a {
  padding: 15px;
  line-height: 18px;
  color: #9d9d9d;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #9d9d9d;
  background-color: #e4e4e4;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #9d9d9d;
  background-color: #dfdfdf;
}
.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
  color: #848484;
}
.navbar-nav .open .dropdown-menu {
  margin-top: 6px;
  border-radius: 4px;
}
.navbar-nav .open .dropdown-menu .dropdown-header:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    border: 1px solid #e5e5e5;
    background-color: #fff;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 7px 15px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header a:not(.button) {
    padding: 0 0 1px;
  }
}
.navbar-nav .open .active > a,
.navbar-nav .open .active > a:hover,
.navbar-nav .open .active > a:focus {
  background-color: #dfdfdf;
  color: #555;
}
.navbar-nav .open > a,
.navbar-nav .open > a:hover,
.navbar-nav .open > a:focus {
  color: #9d9d9d;
  background-color: #e4e4e4;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    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: 18px;
    color: #9d9d9d;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
    color: #333;
    background-color: #e4e4e4;
  }
  .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #dfdfdf;
  }
  .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #848484;
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #9d9d9d;
    background-color: #e4e4e4;
  }
  .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #9d9d9d;
    background-color: #dfdfdf;
  }
  .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #848484;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #f47721;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  margin-top: 14px;
  margin-bottom: 14px;
}
@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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-btn.button-sm {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-btn.button-xs {
  margin-top: 19px;
  margin-bottom: 19px;
}
.navbar-text {
  color: #9d9d9d;
  margin-top: 21px;
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-link {
  color: #9d9d9d;
}
.navbar-link:hover {
  color: #333;
  text-decoration: none;
}
.button-link {
  color: #9d9d9d;
}
.button-link:hover,
.button-link:focus {
  color: #333;
}
.button-link[disabled]:hover,
fieldset[disabled] .button-link:hover,
.button-link[disabled]:focus,
fieldset[disabled] .button-link:focus {
  color: #848484;
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.nav-right > li {
  float: right;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a,
.nav > li > .button {
  width: 100%;
  position: relative;
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 10px;
  padding-right: 10px;
  color: #414141;
}
.nav > li > a:hover,
.nav > li > .button:hover,
.nav > li > a:focus,
.nav > li > .button:focus {
  text-decoration: none;
  background-color: #e6e6e6;
}
.nav > li.disabled > a {
  color: #848484;
}
.nav > li.disabled > a,
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #848484;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #dbdbdb;
  background-color: #e6e6e6;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dbdbdb;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > .button {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded.nav-tabs > li > .button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nav-tabs > li > .button:hover {
  border-color: transparent transparent #dbdbdb;
}
.nav-tabs > li.active > .button,
.nav-tabs > li.active > .button:hover,
.nav-tabs > li.active > .button:focus {
  color: #9d9d9d;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.bottom-tabs {
  border-bottom: none;
  border-top: 1px solid #dbdbdb;
}
.nav-tabs.bottom-tabs > li {
  margin-top: -1px;
}
.rounded.nav-tabs.bottom-tabs > li > .button {
  border-radius: 0 0 4px 4px;
}
.nav-tabs.bottom-tabs > li > .button:hover {
  border-top-color: #dbdbdb;
  border-bottom-color: transparent;
}
.nav-tabs.bottom-tabs > li.active > .button,
.nav-tabs.bottom-tabs > li.active > .button:hover,
.nav-tabs.bottom-tabs > li.active > .button:focus {
  border-top-color: transparent;
  border-bottom-color: #dbdbdb;
}
.nav-tabs.nav-stacked.left-tabs > li > .button {
  border-right-color: #dbdbdb;
}
.rounded.nav-tabs.nav-stacked.left-tabs > li > .button {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
}
.nav-tabs.nav-stacked.left-tabs > li > .button:hover {
  border-bottom-color: transparent;
}
.nav-tabs.nav-stacked.left-tabs > li.active > .button,
.nav-tabs.nav-stacked.left-tabs > li.active > .button:hover,
.nav-tabs.nav-stacked.left-tabs > li.active > .button:focus {
  border-right-color: transparent;
  border-bottom-color: #dbdbdb;
}
.nav-tabs.nav-stacked.right-tabs > li > .button {
  border-left-color: #dbdbdb;
}
.rounded.nav-tabs.nav-stacked.right-tabs > li > .button {
  border-bottom-right-radius: 4px;
}
.nav-tabs.nav-stacked.right-tabs > li > .button:hover {
  border-bottom-color: transparent;
}
.nav-tabs.nav-stacked.right-tabs > li.active > .button,
.nav-tabs.nav-stacked.right-tabs > li.active > .button:hover,
.nav-tabs.nav-stacked.right-tabs > li.active > .button:focus {
  border-left-color: transparent;
  border-bottom-color: #dbdbdb;
}
.nav-tabs + .tab-content {
  margin-top: 20px;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-tabs.nav-justified > li {
  float: none;
  top: 1px;
}
.nav-tabs.nav-justified > li > .button {
  text-align: center;
  margin-bottom: 5px;
  border-radius: 0;
}
.rounded.nav-tabs.nav-justified > li > .button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (max-width: 767px) {
  .rounded.nav-tabs.nav-justified > li > .button {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified {
    border-bottom: 1px solid #dbdbdb;
  }
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > .button {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > .button,
.nav-tabs.nav-justified > li > .button {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > .button,
.nav-tabs.nav-justified > .active > .button,
.nav-tabs-justified > .active > .button:hover,
.nav-tabs.nav-justified > .active > .button:hover,
.nav-tabs-justified > .active > .button:focus,
.nav-tabs.nav-justified > .active > .button:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > .button,
  .nav-tabs.nav-justified > .active > .button,
  .nav-tabs-justified > .active > .button:hover,
  .nav-tabs.nav-justified > .active > .button:hover,
  .nav-tabs-justified > .active > .button:focus,
  .nav-tabs.nav-justified > .active > .button:focus {
    border-bottom-color: #fff;
  }
}
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-tabs.solid-tabs {
  border-bottom: none;
}
.nav-tabs.solid-tabs > li > .button {
  margin-right: -1px;
  border-color: $bg-default-8;
  background-color: #e6e6e6;
}
.nav-tabs.solid-tabs > li > .button:hover {
  background-color: #ebebeb;
}
.nav-tabs.solid-tabs > li.active > .button,
.nav-tabs.solid-tabs > li.active > .button:hover,
.nav-tabs.solid-tabs > li.active > .button:focus {
  border-color: $bg-default-8;
  background-color: #eee;
}
.nav-tabs.solid-tabs.rounded > li > .button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs.solid-tabs.rounded > li:first-child > .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.nav-tabs.solid-tabs.rounded > li:last-child > .button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.nav-tabs.solid-tabs.rounded.nav-right > li:first-child > .button {
  border-radius: 0 4px 4px 0;
}
.nav-tabs.solid-tabs.rounded.nav-right > li:last-child > .button {
  border-radius: 4px 0 0 4px;
}
.nav-tabs.solid-tabs.nav-stacked {
  margin-bottom: 30px;
}
.nav-tabs.solid-tabs.nav-stacked > li + li {
  padding-top: 0;
}
.nav-tabs.solid-tabs.nav-stacked > li > .button {
  border-radius: 0;
}
.rounded.nav-tabs.solid-tabs.nav-stacked > li:first-child > .button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rounded.nav-tabs.solid-tabs.nav-stacked > li:last-child > .button {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-tabs.underline-tabs > li > .button {
  margin-right: 0;
  border: none;
  border-bottom: 2px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs.underline-tabs > li > .button:hover,
.nav-tabs.underline-tabs > li > .button:focus {
  background-color: transparent;
}
.nav-tabs.underline-tabs > li.dropdown.open > .button,
.nav-tabs.underline-tabs > li.dropdown.open > .button:hover,
.nav-tabs.underline-tabs > li.dropdown.open > .button:focus {
  box-shadow: none;
}
.nav-tabs.underline-tabs > li.active > .button,
.nav-tabs.underline-tabs > li.active > .button:hover,
.nav-tabs.underline-tabs > li.active > .button:focus {
  border: none;
  border-bottom: 2px solid transparent;
  background-color: transparent;
}
.nav-tabs.underline-tabs.default-tabs > li > a:hover,
.nav-tabs.underline-tabs.default-tabs > li > a:focus {
  border-bottom-color: #d7d7d7;
}
.nav-tabs.underline-tabs.default-tabs > li.active > a,
.nav-tabs.underline-tabs.default-tabs > li.active > a:hover,
.nav-tabs.underline-tabs.default-tabs > li.active > a:focus {
  border-bottom-color: #d0d0d0;
}
.nav-tabs.underline-tabs.primary-tabs > li > a:hover,
.nav-tabs.underline-tabs.primary-tabs > li > a:focus {
  border-bottom-color: #f4741c;
}
.nav-tabs.underline-tabs.primary-tabs > li.active > a,
.nav-tabs.underline-tabs.primary-tabs > li.active > a:hover,
.nav-tabs.underline-tabs.primary-tabs > li.active > a:focus {
  border-bottom-color: #f36f14;
}
.nav-tabs.underline-tabs.success-tabs > li > a:hover,
.nav-tabs.underline-tabs.success-tabs > li > a:focus {
  border-bottom-color: #53be8d;
}
.nav-tabs.underline-tabs.success-tabs > li.active > a,
.nav-tabs.underline-tabs.success-tabs > li.active > a:hover,
.nav-tabs.underline-tabs.success-tabs > li.active > a:focus {
  border-bottom-color: #4dbc89;
}
.nav-tabs.underline-tabs.info-tabs > li > a:hover,
.nav-tabs.underline-tabs.info-tabs > li > a:focus {
  border-bottom-color: #4cc0ce;
}
.nav-tabs.underline-tabs.info-tabs > li.active > a,
.nav-tabs.underline-tabs.info-tabs > li.active > a:hover,
.nav-tabs.underline-tabs.info-tabs > li.active > a:focus {
  border-bottom-color: #46becc;
}
.nav-tabs.underline-tabs.warning-tabs > li > a:hover,
.nav-tabs.underline-tabs.warning-tabs > li > a:focus {
  border-bottom-color: #f9b263;
}
.nav-tabs.underline-tabs.warning-tabs > li.active > a,
.nav-tabs.underline-tabs.warning-tabs > li.active > a:hover,
.nav-tabs.underline-tabs.warning-tabs > li.active > a:focus {
  border-bottom-color: #f8ad59;
}
.nav-tabs.underline-tabs.danger-tabs > li > a:hover,
.nav-tabs.underline-tabs.danger-tabs > li > a:focus {
  border-bottom-color: #ed5f61;
}
.nav-tabs.underline-tabs.danger-tabs > li.active > a,
.nav-tabs.underline-tabs.danger-tabs > li.active > a:hover,
.nav-tabs.underline-tabs.danger-tabs > li.active > a:focus {
  border-bottom-color: #ec5658;
}
.nav-tabs.overline-tabs {
  border-bottom: transparent;
}
.nav-tabs.overline-tabs:not(.nav-stacked) {
  border-top: 1px solid #dbdbdb;
}
.nav-tabs.overline-tabs > li {
  top: -1px;
}
.nav-tabs.overline-tabs > li > .button {
  margin-right: 0;
  border: none;
  border-top: 2px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs.overline-tabs > li > .button:hover,
.nav-tabs.overline-tabs > li > .button:focus {
  background-color: transparent;
}
.nav-tabs.overline-tabs > li.dropdown.open > .button,
.nav-tabs.overline-tabs > li.dropdown.open > .button:hover,
.nav-tabs.overline-tabs > li.dropdown.open > .button:focus {
  box-shadow: none;
}
.nav-tabs.overline-tabs > li.active > .button,
.nav-tabs.overline-tabs > li.active > .button:hover,
.nav-tabs.overline-tabs > li.active > .button:focus {
  border: none;
  border-top: 2px solid transparent;
  background-color: transparent;
}
.nav-tabs.overline-tabs.default-tabs > li > a:hover,
.nav-tabs.overline-tabs.default-tabs > li > a:focus {
  border-top-color: #d7d7d7;
}
.nav-tabs.overline-tabs.default-tabs > li.active > a,
.nav-tabs.overline-tabs.default-tabs > li.active > a:hover,
.nav-tabs.overline-tabs.default-tabs > li.active > a:focus {
  border-top-color: #d0d0d0;
}
.nav-tabs.overline-tabs.primary-tabs > li > a:hover,
.nav-tabs.overline-tabs.primary-tabs > li > a:focus {
  border-top-color: #f4741c;
}
.nav-tabs.overline-tabs.primary-tabs > li.active > a,
.nav-tabs.overline-tabs.primary-tabs > li.active > a:hover,
.nav-tabs.overline-tabs.primary-tabs > li.active > a:focus {
  border-top-color: #f36f14;
}
.nav-tabs.overline-tabs.success-tabs > li > a:hover,
.nav-tabs.overline-tabs.success-tabs > li > a:focus {
  border-top-color: #53be8d;
}
.nav-tabs.overline-tabs.success-tabs > li.active > a,
.nav-tabs.overline-tabs.success-tabs > li.active > a:hover,
.nav-tabs.overline-tabs.success-tabs > li.active > a:focus {
  border-top-color: #4dbc89;
}
.nav-tabs.overline-tabs.info-tabs > li > a:hover,
.nav-tabs.overline-tabs.info-tabs > li > a:focus {
  border-top-color: #4cc0ce;
}
.nav-tabs.overline-tabs.info-tabs > li.active > a,
.nav-tabs.overline-tabs.info-tabs > li.active > a:hover,
.nav-tabs.overline-tabs.info-tabs > li.active > a:focus {
  border-top-color: #46becc;
}
.nav-tabs.overline-tabs.warning-tabs > li > a:hover,
.nav-tabs.overline-tabs.warning-tabs > li > a:focus {
  border-top-color: #f9b263;
}
.nav-tabs.overline-tabs.warning-tabs > li.active > a,
.nav-tabs.overline-tabs.warning-tabs > li.active > a:hover,
.nav-tabs.overline-tabs.warning-tabs > li.active > a:focus {
  border-top-color: #f8ad59;
}
.nav-tabs.overline-tabs.danger-tabs > li > a:hover,
.nav-tabs.overline-tabs.danger-tabs > li > a:focus {
  border-top-color: #ed5f61;
}
.nav-tabs.overline-tabs.danger-tabs > li.active > a,
.nav-tabs.overline-tabs.danger-tabs > li.active > a:hover,
.nav-tabs.overline-tabs.danger-tabs > li.active > a:focus {
  border-top-color: #ec5658;
}
.nav-tabs.nav-stacked {
  border-bottom: none;
}
.nav-tabs.nav-stacked li + li {
  margin-top: 0;
  padding-top: 1px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > .button {
  border-radius: 0;
}
.rounded.nav-pills > li > .button {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > .button,
.nav-pills > li.active > .button:hover,
.nav-pills > li.active > .button:focus {
  color: #fff;
  background-color: #ef721c;
}
.nav-pills + .tab-content {
  margin-top: 20px;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eaebeb;
  margin-left: -1px;
  color: #414141;
  border-color: #eaebeb;
  background: #fdfdfd;
  background: linear-gradient(to bottom, #fdfdfd 0%, #f7f7f7 100%) no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff7f7f7', GradientType=0);
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #5583a7;
  border-color: #eaebeb;
  background-color: #fff;
  background-image: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded.pagination > li:first-child > a,
.rounded.pagination > li:first-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.circle.pagination > li:first-child > a,
.circle.pagination > li:first-child > span {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded.pagination > li:last-child > a,
.rounded.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.circle.pagination > li:last-child > a,
.circle.pagination > li:last-child > span {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
  color: #5583a7;
  border-color: #eaebeb;
  background-color: #fff;
  background-image: none;
}
.pagination > li.disabled > a,
.pagination > li.disabled > span,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > span:hover,
.pagination > li.disabled > a:focus,
.pagination > li.disabled > span:focus {
  color: #999;
  border-color: #eaebeb;
  background-color: #e6e6e6;
  background-image: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #d65903;
  background-color: #fff;
  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;
  background-color: #fff;
  border-color: #f47721;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  background-color: #e6e6e6;
  border-color: #eaebeb;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  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-lg > li > a,
.pagination-lg > li > span {
  padding: 6px 14px;
  font-weight: 300;
  font-size: 17px;
}
.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: 18px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #eaebeb;
  padding: 6px 15px;
  color: #414141;
  border-radius: 0;
  border-color: #eaebeb;
}
.rounded.pager li > a,
.rounded.pager li > span {
  border-radius: 4px;
}
.circle.pager li > a,
.circle.pager li > span {
  border-radius: 25px;
}
.pager li > a:hover,
.pager li > span:hover,
.pager li > a:focus,
.pager li > span:focus {
  background-color: #e6e6e6;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #fff;
}
.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: #999;
  background-color: #e6e6e6;
  cursor: not-allowed;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal.rounded .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal.rounded .modal-content {
  border-radius: 8px;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  margin-top: 70px;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0;
  background-clip: padding-box;
  outline: 0;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #414141;
  background-color: #e6e6e6;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .button + .button {
  margin-bottom: 5px;
  margin-left: 0;
}
.modal-footer .button-group .button + .button {
  margin-left: -1px;
}
.modal-footer .button-block + .button-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-framed .modal-content {
  border: 4px solid rgba(0,0,0,0.09);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0,0,0,0.4);
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open-Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: "Open-Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0;
  border-color: #dbdbdb;
  border-radius: 4px;
  box-shadow: none;
}
.popover.top {
  margin-top: -10px;
}
.popover.top > .arrow {
  border-top-color: #dbdbdb;
}
.popover.right {
  margin-left: 10px;
}
.popover.right > .arrow {
  border-right-color: #dbdbdb;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.bottom > .arrow {
  border-bottom-color: #dbdbdb;
}
.popover.left {
  margin-left: -10px;
}
.popover.left > .arrow {
  border-left-color: #dbdbdb;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  border-bottom: 1px solid #eaeaea;
  border-radius: 5px 5px 0 0;
  background-color: #e6e6e6;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.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 {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: #000;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: #000;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: #000;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  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: #000;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open-Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: "Open-Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.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 {
  bottom: 0;
  right: 5px;
  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;
}
.ReactModalPortal .ReactModal__Overlay {
  z-index: 10;
}
.ReactModalPortal .panel {
  max-width: 100%;
}
.ReactModalPortal .panel .panelHeading {
  justify-content: flex-end;
}
.ReactModalPortal .panel .panelHeading .button,
.ReactModalPortal .panel .panelHeading button {
  width: 40px;
  min-width: 0;
}
.ReactModalPortal .panel .panelHeading .button .icon,
.ReactModalPortal .panel .panelHeading button .icon {
  margin: 0;
}
.ReactModalPortal .panel .panelBody {
  overflow: hidden;
}
.pricing-wrapper-1 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .pricing-wrapper-1 {
    box-shadow: 0 1px 3px 0 #ccc;
  }
}
@media (min-width: 992px) {
  .pricing-wrapper-1 .pricing {
    margin-left: -15px;
    margin-right: -15px;
    border-right: 1px solid #e6e6e6;
  }
}
@media (max-width: 991px) {
  .pricing-wrapper-1 .pricing {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 #ccc;
  }
}
.pricing-wrapper-1 .pricing-heading {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.pricing-wrapper-1 .pricing-body .amount-wrapper {
  padding: 13px 20px 25px;
  text-align: center;
}
@media (min-width: 1200px) {
  .pricing-wrapper-1 .pricing-body .amount-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pricing-wrapper-1 .pricing-body .amount-wrapper sub {
  bottom: 0;
  font-size: 18px;
}
.pricing-wrapper-1 .pricing-body .amount-wrapper span {
  margin-left: 10px;
  margin-right: 5px;
  font-size: 60px;
}
@media (min-width: 992px) {
  .pricing-wrapper-1 .pricing-body .amount-wrapper span {
    margin-left: 5px;
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .pricing-wrapper-1 .pricing-body .amount-wrapper span {
    font-size: 60px;
  }
}
.pricing-wrapper-1 .pricing-body .feature-wrapper {
  list-style: none;
  padding-left: 0;
}
.pricing-wrapper-1 .pricing-body .feature-wrapper > li {
  padding: 14px 30px;
  font-size: 14px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 992px) {
  .pricing-wrapper-1 .pricing-body .feature-wrapper > li {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .pricing-wrapper-1 .pricing-body .feature-wrapper > li {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }
}
.pricing-wrapper-1 .pricing-body .feature-wrapper > li:nth-child(odd) {
  background-color: #f9f9f9;
}
.pricing-wrapper-1 .pricing-body .feature-wrapper > li .fa {
  margin-right: 5px;
}
@media (min-width: 992px) {
  .pricing-wrapper-1 .pricing-body .feature-wrapper > li .fa {
    margin-right: 10px;
  }
}
.pricing-wrapper-1 .pricing-footer {
  padding: 30px 15px 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .pricing-wrapper-1 .pricing-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pricing-wrapper-1 .pricing-footer .button {
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .pricing-wrapper-2 {
    box-shadow: 0 1px 3px 0 #ccc;
  }
}
@media (min-width: 1200px) {
  .pricing-wrapper-2 {
    box-shadow: none;
  }
}
@media (max-width: 991px) {
  .pricing-wrapper-2 .pricing {
    margin-bottom: 30px;
    box-shadow: 0 1px 3px 0 #ccc;
  }
}
@media (min-width: 992px) {
  .pricing-wrapper-2 .pricing {
    margin-left: -15px;
    margin-right: -15px;
    box-shadow: none;
    transition: box-shadow 0.2s ease-out;
  }
  .pricing-wrapper-2 .pricing:hover {
    box-shadow: 0 1px 3px 0 #ccc;
  }
}
@media (min-width: 1200px) {
  .pricing-wrapper-2 .pricing {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 1px 3px 0 #ccc;
  }
}
.pricing-wrapper-2 .pricing .pricing-heading {
  position: relative;
  padding: 15px;
  font-weight: 600;
  text-align: center;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.18);
}
.pricing-wrapper-2 .pricing .pricing-heading:after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin-left: auto;
  margin-right: auto;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid transparent;
}
.pricing-wrapper-2 .pricing .pricing-heading .label {
  padding: 3px 12px;
  font-size: 100%;
  font-weight: 600;
  line-height: normal;
}
.pricing-wrapper-2 .pricing .pricing-body {
  min-height: 147px;
  position: relative;
  padding: 13px 15px 35px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}
.pricing-wrapper-2 .pricing .pricing-body .amount-wrapper {
  margin-bottom: 5px;
}
.pricing-wrapper-2 .pricing .pricing-body .amount-wrapper sub {
  bottom: 0;
}
@media (max-width: 1199px) {
  .pricing-wrapper-2 .pricing .pricing-body .amount-wrapper sub {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .pricing-wrapper-2 .pricing .pricing-body .amount-wrapper sub {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .pricing-wrapper-2 .pricing .pricing-body .amount-wrapper sub {
    font-size: 17px;
  }
}
.pricing-wrapper-2 .pricing .pricing-body .amount-wrapper sub:last-child {
  margin-left: -27px;
}
@media (max-width: 1199px) {
  .pricing-wrapper-2 .pricing .pricing-body .amount-wrapper span {
    font-size: 52px;
  }
}
@media (min-width: 992px) {
  .pricing-wrapper-2 .pricing .pricing-body .amount-wrapper span {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .pricing-wrapper-2 .pricing .pricing-body .amount-wrapper span {
    font-size: 52px;
  }
}
.pricing-wrapper-2 .pricing .pricing-body .amount-wrapper sup {
  top: -25px;
}
@media (max-width: 1199px) {
  .pricing-wrapper-2 .pricing .pricing-body .amount-wrapper sup {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .pricing-wrapper-2 .pricing .pricing-body .amount-wrapper sup {
    top: -20px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .pricing-wrapper-2 .pricing .pricing-body .amount-wrapper sup {
    top: -25px;
    font-size: 17px;
  }
}
.pricing-wrapper-2 .pricing .pricing-body p {
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1199px) {
  .pricing-wrapper-2 .pricing .pricing-body p {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .pricing-wrapper-2 .pricing .pricing-body p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .pricing-wrapper-2 .pricing .pricing-body p {
    font-size: 15px;
  }
}
.pricing-wrapper-2 .pricing .pricing-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.pricing-wrapper-2 .pricing .pricing-footer .feature-wrapper {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.pricing-wrapper-2 .pricing .pricing-footer .feature-wrapper > li {
  margin-bottom: 10px;
  font-size: 14px;
}
.pricing-wrapper-2 .pricing .pricing-footer .button {
  font-weight: 600;
}
.pricing-wrapper-2 .pricing-default .pricing-heading {
  color: #414141;
  background-color: #d2d2d2;
}
.pricing-wrapper-2 .pricing-default .pricing-heading:after {
  border-top-color: #d2d2d2;
}
.pricing-wrapper-2 .pricing-default .pricing-heading .label {
  border-color: #414141;
}
.pricing-wrapper-2 .pricing-default .pricing-body {
  background-image: url("$img-path/pricing-default.png");
}
.pricing-wrapper-2 .pricing-primary .pricing-heading {
  color: #fff;
  background-color: #e36610;
}
.pricing-wrapper-2 .pricing-primary .pricing-heading:after {
  border-top-color: #e36610;
}
.pricing-wrapper-2 .pricing-primary .pricing-heading .label {
  border-color: #fff;
}
.pricing-wrapper-2 .pricing-primary .pricing-body {
  color: #fff;
  background-image: url("${img-path}/${background-image}.png");
}
.pricing-wrapper-2 .pricing-success .pricing-heading {
  color: #fff;
  background-color: #46af7f;
}
.pricing-wrapper-2 .pricing-success .pricing-heading:after {
  border-top-color: #46af7f;
}
.pricing-wrapper-2 .pricing-success .pricing-heading .label {
  border-color: #fff;
}
.pricing-wrapper-2 .pricing-success .pricing-body {
  color: #fff;
  background-image: url("${img-path}/${background-image}.png");
}
.pricing-wrapper-2 .pricing-info .pricing-heading {
  color: #fff;
  background-color: #40b1be;
}
.pricing-wrapper-2 .pricing-info .pricing-heading:after {
  border-top-color: #40b1be;
}
.pricing-wrapper-2 .pricing-info .pricing-heading .label {
  border-color: #fff;
}
.pricing-wrapper-2 .pricing-info .pricing-body {
  color: #fff;
  background-image: url("${img-path}/${background-image}.png");
}
.pricing-wrapper-2 .pricing-warning .pricing-heading {
  color: #fff;
  background-color: #e8a459;
}
.pricing-wrapper-2 .pricing-warning .pricing-heading:after {
  border-top-color: #e8a459;
}
.pricing-wrapper-2 .pricing-warning .pricing-heading .label {
  border-color: #fff;
}
.pricing-wrapper-2 .pricing-warning .pricing-body {
  color: #fff;
  background-image: url("${img-path}/${background-image}.png");
}
.pricing-wrapper-2 .pricing-danger .pricing-heading {
  color: #fff;
  background-color: #dd5456;
}
.pricing-wrapper-2 .pricing-danger .pricing-heading:after {
  border-top-color: #dd5456;
}
.pricing-wrapper-2 .pricing-danger .pricing-heading .label {
  border-color: #fff;
}
.pricing-wrapper-2 .pricing-danger .pricing-body {
  color: #fff;
  background-image: url("${img-path}/${background-image}.png");
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none;
    text-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;
  }
  .button > .caret,
  .dropup > .button > .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;
  }
}
.list-steps {
  padding-left: 0;
  list-style: none;
  margin-bottom: 50px;
}
.step-item-arrow {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .step-item-arrow + .step-item-arrow {
    margin-left: -1px;
  }
}
@media (min-width: 768px) {
  .step-item-arrow:not(:last-child) > a:before,
  .step-item-arrow:not(:last-child) > a:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
  }
  .step-item-arrow:not(:last-child) > a:before {
    right: -45px;
    border-left: 45px solid transparent;
    border-left-color: #d6d6d6;
  }
  .step-item-arrow:not(:last-child) > a:after {
    right: -44px;
    border-left: 45px solid transparent;
    border-left-color: #e7e7e7;
  }
}
.step-item-arrow > a {
  display: block;
  height: 100px;
  padding: 23px 15px;
  font-size: 14px;
  color: #414141;
  border: 1px solid #dbdbdb;
  background-color: #e7e7e7;
}
.step-item-arrow > a i {
  width: 32px;
  height: 32px;
  padding: 7px 8px;
  margin-bottom: 7px;
  font-size: 17px;
  border-radius: 25px;
}
.step-item-arrow > a span {
  display: block;
}
.step-item-arrow.active > a {
  cursor: default;
  background-color: #fff;
}
.step-item-arrow.active > a:after {
  border-left-color: #fff;
}
@media (max-width: 767px) {
  .rounded > .step-item-arrow:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .rounded > .step-item-arrow:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media (min-width: 768px) {
  .rounded > .step-item-arrow:first-child > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .rounded > .step-item-arrow:last-child > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.step-item-rect {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .step-item-rect + .step-item-rect {
    margin-left: -1px;
  }
}
.step-item-rect > a {
  display: block;
  padding: 10px;
  font-size: 15px;
  color: #909497;
  border: 1px solid #e6e6e6;
}
.step-item-rect > a span {
  display: inline-block;
  vertical-align: middle;
}
.step-item-rect > a span:first-child {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  font-size: 17px;
  color: #909497;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .rounded > .step-item-rect:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .rounded > .step-item-rect:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media (min-width: 768px) {
  .rounded > .step-item-rect:first-child > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .rounded > .step-item-rect:last-child > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.list-steps-primary > .step-item-rect.active > a {
  color: #fff;
  background-color: #f47721;
}
.list-steps-success > .step-item-rect.active > a {
  color: #fff;
  background-color: #57c090;
}
.list-steps-info > .step-item-rect.active > a {
  color: #fff;
  background-color: #51c2cf;
}
.list-steps-warning > .step-item-rect.active > a {
  color: #fff;
  background-color: #f9b56a;
}
.list-steps-danger > .step-item-rect.active > a {
  color: #fff;
  background-color: #ee6567;
}
.step-item-line {
  margin-bottom: 20px;
  font-size: 17px;
  text-align: center;
}
@media (min-width: 768px) {
  .step-item-line:not(:last-child):before {
    content: "";
    height: 3px;
    position: absolute;
    bottom: 12px;
  }
  .step-item-line:not(:last-child):before {
    left: 50%;
    right: -50%;
  }
}
@media (max-width: 991px) {
  .step-item-line:before {
    content: "";
    height: 3px;
    position: absolute;
    bottom: 12px;
  }
  .step-item-line:before {
    left: 0;
    right: 0;
  }
}
.step-item-line > a {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 18px;
  border-radius: 25px;
  border: 5px solid transparent;
}
.step-item-line.active > a {
  cursor: default;
  border-width: 3px;
}
.list-steps-primary > .step-item-line i {
  color: #f47721;
}
.list-steps-primary > .step-item-line.active > a {
  border-color: #f47721;
  background: #f79d5f;
}
.list-steps-primary > .step-item-line:before {
  background-color: #f47721;
}
.list-steps-primary > .step-item-line a {
  border-color: #f79d5f;
  background: #f47721;
}
.list-steps-success > .step-item-line i {
  color: #57c090;
}
.list-steps-success > .step-item-line.active > a {
  border-color: #57c090;
  background: #86d2af;
}
.list-steps-success > .step-item-line:before {
  background-color: #57c090;
}
.list-steps-success > .step-item-line a {
  border-color: #86d2af;
  background: #57c090;
}
.list-steps-info > .step-item-line i {
  color: #51c2cf;
}
.list-steps-info > .step-item-line.active > a {
  border-color: #51c2cf;
  background: #82d3dc;
}
.list-steps-info > .step-item-line:before {
  background-color: #51c2cf;
}
.list-steps-info > .step-item-line a {
  border-color: #82d3dc;
  background: #51c2cf;
}
.list-steps-warning > .step-item-line i {
  color: #f9b56a;
}
.list-steps-warning > .step-item-line.active > a {
  border-color: #f9b56a;
  background: #fbca94;
}
.list-steps-warning > .step-item-line:before {
  background-color: #f9b56a;
}
.list-steps-warning > .step-item-line a {
  border-color: #fbca94;
  background: #f9b56a;
}
.list-steps-danger > .step-item-line i {
  color: #ee6567;
}
.list-steps-danger > .step-item-line.active > a {
  border-color: #ee6567;
  background: #f39092;
}
.list-steps-danger > .step-item-line:before {
  background-color: #ee6567;
}
.list-steps-danger > .step-item-line a {
  border-color: #f39092;
  background: #ee6567;
}
.step-item-circle {
  text-align: center;
}
.step-item-circle .step {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 1;
  line-height: 200%;
  font-size: 36px;
  text-align: center;
  color: #d6d6d6;
  border: 3px solid #dfdfdf;
  border-radius: 100%;
  background-color: #fff;
}
.step-item-circle .step-heading {
  margin-top: 25px;
  color: #414141;
}
.step-item-circle.active > a {
  cursor: default;
}
@media (min-width: 768px) {
  .step-item-circle:not(:last-child):before,
  .step-item-circle:not(:last-child):after {
    content: "";
    height: 3px;
    position: absolute;
    top: 40px;
    background-color: #e6e6e6;
  }
  .step-item-circle:not(:last-child):before {
    left: 50%;
    right: 0;
  }
  .step-item-circle:not(:last-child):after {
    left: 100%;
    right: -50%;
  }
}
@media (max-width: 991px) {
  .step-item-circle {
    margin-bottom: 15px;
  }
  .step-item-circle:before {
    content: "";
    height: 3px;
    position: absolute;
    top: 40px;
    background-color: #e6e6e6;
  }
  .step-item-circle:before {
    left: 0;
    right: 0;
  }
}
.step-item-circle.active.step-item-primary:before,
.step-item-circle.done.step-item-primary:before,
.step-item-circle.active.step-item-primary:after,
.step-item-circle.done.step-item-primary:after {
  background-color: #f47721;
}
.step-item-circle.active.step-item-primary .step,
.step-item-circle.done.step-item-primary .step {
  color: #fff;
  border-color: #e0630d;
  background-color: #f47721;
}
.step-item-circle.active.step-item-primary .step.step-outline,
.step-item-circle.done.step-item-primary .step.step-outline {
  color: #f47721;
  border-color: #f47721;
  background-color: #fff;
}
.step-item-circle.active.step-item-primary .step-heading,
.step-item-circle.done.step-item-primary .step-heading {
  color: #f47721;
}
.step-item-circle.active.step-item-success:before,
.step-item-circle.done.step-item-success:before,
.step-item-circle.active.step-item-success:after,
.step-item-circle.done.step-item-success:after {
  background-color: #57c090;
}
.step-item-circle.active.step-item-success .step,
.step-item-circle.done.step-item-success .step {
  color: #fff;
  border-color: #43ac7c;
  background-color: #57c090;
}
.step-item-circle.active.step-item-success .step.step-outline,
.step-item-circle.done.step-item-success .step.step-outline {
  color: #57c090;
  border-color: #57c090;
  background-color: #fff;
}
.step-item-circle.active.step-item-success .step-heading,
.step-item-circle.done.step-item-success .step-heading {
  color: #57c090;
}
.step-item-circle.active.step-item-info:before,
.step-item-circle.done.step-item-info:before,
.step-item-circle.active.step-item-info:after,
.step-item-circle.done.step-item-info:after {
  background-color: #51c2cf;
}
.step-item-circle.active.step-item-info .step,
.step-item-circle.done.step-item-info .step {
  color: #fff;
  border-color: #3daebb;
  background-color: #51c2cf;
}
.step-item-circle.active.step-item-info .step.step-outline,
.step-item-circle.done.step-item-info .step.step-outline {
  color: #51c2cf;
  border-color: #51c2cf;
  background-color: #fff;
}
.step-item-circle.active.step-item-info .step-heading,
.step-item-circle.done.step-item-info .step-heading {
  color: #51c2cf;
}
.step-item-circle.active.step-item-warning:before,
.step-item-circle.done.step-item-warning:before,
.step-item-circle.active.step-item-warning:after,
.step-item-circle.done.step-item-warning:after {
  background-color: #f9b56a;
}
.step-item-circle.active.step-item-warning .step,
.step-item-circle.done.step-item-warning .step {
  color: #fff;
  border-color: #e5a156;
  background-color: #f9b56a;
}
.step-item-circle.active.step-item-warning .step.step-outline,
.step-item-circle.done.step-item-warning .step.step-outline {
  color: #f9b56a;
  border-color: #f9b56a;
  background-color: #fff;
}
.step-item-circle.active.step-item-warning .step-heading,
.step-item-circle.done.step-item-warning .step-heading {
  color: #f9b56a;
}
.step-item-circle.active.step-item-danger:before,
.step-item-circle.done.step-item-danger:before,
.step-item-circle.active.step-item-danger:after,
.step-item-circle.done.step-item-danger:after {
  background-color: #ee6567;
}
.step-item-circle.active.step-item-danger .step,
.step-item-circle.done.step-item-danger .step {
  color: #fff;
  border-color: #da5153;
  background-color: #ee6567;
}
.step-item-circle.active.step-item-danger .step.step-outline,
.step-item-circle.done.step-item-danger .step.step-outline {
  color: #ee6567;
  border-color: #ee6567;
  background-color: #fff;
}
.step-item-circle.active.step-item-danger .step-heading,
.step-item-circle.done.step-item-danger .step-heading {
  color: #ee6567;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  overflow: hidden;
  color: inherit;
  border-radius: 0;
}
.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 .button {
  margin-bottom: 0;
}
.alert.has-icon {
  display: table;
  width: 100%;
  padding: 0;
}
.alert.has-icon > .alert-icon,
.alert.has-icon > .alert-body {
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
}
.alert.has-icon > .alert-icon {
  width: 50px;
  text-align: center;
  background-color: rgba(255,255,255,0.35);
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
  position: relative;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: absolute;
  top: 13px;
  right: 15px;
  color: inherit;
}
.alert-dismissable.has-icon .alert-bodyfirst-child,
.alert-dismissible.has-icon .alert-bodyfirst-child {
  padding-right: 50px;
}
.alert-dismissable.has-icon .alert-bodyfirst-child .close,
.alert-dismissible.has-icon .alert-bodyfirst-child .close {
  right: 70px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b4;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a7e1ed;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f8e2b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd0;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4babf;
}
.alert-danger .alert-link {
  color: #843534;
}
.breadcrumb-wrapper {
  min-height: 50px;
  display: flex;
  padding-left: 15px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.breadcrumb {
  list-style: none;
}
.breadcrumb > li {
  display: flex;
}
.breadcrumb > li + li:before {
  content: "\f105";
  padding: 0 10px;
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-size: 16px;
  text-rendering: auto;
  color: #9d9d9d;
}
.breadcrumb > li > .link {
  color: #9d9d9d;
}
.breadcrumb > li > .link:hover,
.breadcrumb > li > .link:focus {
  color: #f47721;
}
.breadcrumb > .active .link {
  color: #f47721;
  pointer-events: none;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "CourierNew", 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;
  box-shadow: inset;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #414141;
  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;
}
.close {
  opacity: 0.6;
  font-size: 21px;
  font-weight: 300;
  text-shadow: none;
  color: inherit;
  float: right;
  line-height: 1;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.bg-success .close,
.bg-info .close,
.bg-warning .close,
.bg-danger .close {
  color: #fff;
}
.close:hover,
.close:focus {
  opacity: 1;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.dropzone {
  width: 750px;
  height: 400px;
  border: 2px dashed #d5d5d5;
  margin: 20px auto;
}
.dropzone .dropArea {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 30px;
  cursor: pointer;
  margin-bottom: 20px;
  flex: 1 auto;
}
.dropzone .dropArea:hover {
  background-color: #e6e6e6;
}
.dropzone .dropArea .innerDropArea {
  width: 100%;
  height: 100%;
}
.dropzone .dropArea .innerDropArea .default .button {
  color: #fff;
  width: 100px;
  border: none;
  background-color: #f47721;
  background-image: none;
  margin-top: 20px;
}
.dropzone .dropArea .innerDropArea .default .button:hover,
.dropzone .dropArea .innerDropArea .default .button:focus {
  background-color: #d65903;
}
.dropzone .uploading {
  text-align: center;
  background-color: #fff;
}
.holder {
  display: flex;
  width: 100%;
  min-height: 35px;
  position: relative;
}
.imgWrapper {
  position: relative;
  overflow: hidden;
  border: 3px solid #414141;
}
.imgWrapper.avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border-width: 8px;
  z-index: 1;
}
.img,
img {
  vertical-align: middle;
}
.img.cropped,
img.cropped {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.img.landscape,
img.landscape {
  height: 100%;
  width: auto;
}
.img.portrait,
img.portrait {
  width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.jumbotron {
  background-color: #e6e6e6;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
}
.jumbotron {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.container .jumbotron,
.container-fluid .jumbotron {
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
  margin-top: 0;
  font-size: 50px;
}
@media screen and (min-width: 768px) {
  .jumbotron h1 h1,
  .jumbotron .h1 h1,
  .jumbotron h1 .h1,
  .jumbotron .h1 .h1 {
    font-size: 59px;
  }
}
.jumbotron p {
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 200;
}
.jumbotron hr {
  border-top-color: #cfcfcf;
}
.jumbotron .container {
  max-width: 100%;
}
.loaderWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.loaderWrapper .loaderContent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 30px;
}
.loaderWrapper .loaderContent .loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
}
.loaderWrapper .loaderContent .loader:before,
.loaderWrapper .loaderContent .loader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 6px solid transparent;
  border-top-color: #f47721;
}
.loaderWrapper .loaderContent .loader:before {
  z-index: 100;
  animation: spin 1s infinite;
}
.loaderWrapper .loaderContent .loader:after {
  border-color: $greyLighter;
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loaderWrapper.big {
  position: fixed;
}
.loaderWrapper.big .loaderContent .loader {
  width: 150px;
  height: 150px;
}
.loaderWrapper.big .loaderContent .loader:before,
.loaderWrapper.big .loaderContent .loader:after {
  border: 10px solid transparent;
  border-top-color: #f47721;
}
.loaderWrapper.big .loaderContent .loader:after {
  border-width: 10px;
  border-color: $greyLighter;
}
.loaderWrapper.small .loaderContent .loader {
  width: 30px;
  height: 30px;
}
.loaderWrapper.small .loaderContent .loader:before,
.loaderWrapper.small .loaderContent .loader:after {
  border-width: 3px;
}
.logo {
  height: 30px;
  display: flex;
  width: 100%;
}
.logo .link {
  height: 30px;
  width: auto;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
  overflow: visible;
}
.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;
}
.notifications {
  position: relative;
}
.notifications .button {
  height: 58px;
  min-width: 60px;
  width: 60px;
  background-color: transparent;
  color: #d5d5d5;
  border: 0;
  position: relative;
}
.notifications .button .icon {
  font-size: 22px;
}
.notifications .button .badge {
  padding: 4px 6px;
  position: absolute;
  top: 9px;
  right: 8px;
  border: 2px solid #fff;
  color: #fff;
}
.notifications .button:hover,
.notifications .button:focus {
  background-color: #2a2a2a;
}
.notifications .button:hover:active,
.notifications .button:focus:active {
  border: 0;
  color: #414141;
}
.notifications .holder {
  height: 35px;
}
.notifications .mainNav {
  position: absolute;
  top: 70px;
  right: 0;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  height: auto;
  margin: 0;
  padding: 0 0 10px 0;
  min-width: 400px;
  max-width: 400px;
}
.notifications .mainNav .title {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  height: 35px;
  background-color: #414141;
  width: 100%;
  padding-left: 20px;
}
.notifications .mainNav .button {
  color: #414141;
  background-color: transparent;
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  border-bottom-color: #e6e6e6;
  justify-content: flex-start;
  padding-left: 20px;
}
.notifications .mainNav .button + .button {
  margin: 0;
}
.notifications .mainNav .button:last-child {
  border-bottom-color: #fff;
}
.notifications .mainNav .button:hover,
.notifications .mainNav .button:focus {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.notifications .mainNav .notificationItem {
  width: 100%;
  padding: 0 10px;
  justify-content: space-between;
}
.notifications .mainNav .notificationItem h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  white-space: normal;
  max-width: 280px;
}
.notifications .mainNav .notificationItem p {
  color: #9d9d9d;
  font-size: 12px;
  margin-left: 20px;
}
.progress {
  overflow: hidden;
  background-color: #f5f5f5;
  box-shadow: inset;
  height: 18px;
  margin-bottom: 18px;
  border-radius: 0;
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #f47721;
  box-shadow: inset;
  transition: width 0.6s ease;
  line-height: 18px;
  font-size: 11px;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, 0 25%, transparent 25%, transparent 50%, 0 50%, 0 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-lg {
  height: 27px;
}
.progress-lg .progress-bar {
  line-height: 24px;
  font-size: 16px;
}
.progress-sm {
  height: 16px;
}
.progress-sm > .progress-bar {
  line-height: 13px;
  font-size: 10px;
}
.progress-bar-success {
  background-color: #57c090;
}
.progress-bar-info {
  background-color: #51c2cf;
}
.progress-bar-warning {
  background-color: #f9b56a;
}
.progress-bar-danger {
  background-color: #ee6567;
}
.progressBar {
  background-color: #ebebeb;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  width: 100%;
  height: 5px;
}
.progressBar .rail {
  background-color: #cdcdcd;
}
.progressBar .railEvolution {
  background-color: #f47721;
  width: 50px;
  height: 5px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  transition: border 0.2s ease-in-out;
  border-color: #dbdbdb;
  border-radius: 0;
}
.thumbnail .caption {
  color: #414141;
  padding: 9px;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail.active,
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #dbdbdb;
}
.topicsTree .topicNode {
  margin-bottom: 10px;
  width: auto;
  position: relative;
}
.topicsTree .topicNode .openTree {
  position: absolute;
  left: 0;
}
.topicsTree .topicNode .nodeButton {
  margin-left: 40px;
}
.topicsTree .topicNode .topicsTree {
  margin-top: 10px;
  margin-left: 40px;
}
.topicsTree .topicNode .topicsTree .nodeButton {
  background-color: #5a5a5a;
}
.topicsTree .topicNode .topicsTree .nodeButton:hover {
  background-color: #f47721;
}
.topicsTree .topicNode .topicsTree .topicNode .topicsTree .nodeButton {
  background-color: #8d8d8d;
}
.topicsTree .topicNode .topicsTree .topicNode .topicsTree .nodeButton:hover {
  background-color: #f47721;
}
.topicsTree .topicNode .topicsTree .topicNode .topicNode .topicsTree .nodeButton {
  background-color: #c1c1c1;
}
.topicsTree .topicNode .topicsTree .topicNode .topicNode .topicsTree .nodeButton:hover {
  background-color: #f47721;
}
.topicsTree .topicNode:last-child {
  margin-bottom: 0;
}
.topicSelector .optionHolder >.scrollbarHolder {
  min-height: 400px;
}
.topicSelector p {
  margin: 10px 0 10px 10px;
}
.topicSelector .topicsTree .topicNode .openTree .icon {
  color: #f47721;
}
.topicSelector .topicsTree .topicNode .openTree .icon:hover {
  color: #fff;
}
.topicSelector .topicsTree .topicNode .nodeButton {
  margin-left: 50px;
}
.rst__tree .rst__node .rst__lineBlock:before,
.rst__tree .rst__node .rst__lineBlock:after {
  content: none;
}
.rst__tree .rst__node .rst__nodeContent {
  height: 35px;
}
.rst__tree .rst__node .rst__nodeContent >div {
  margin-left: 5px;
}
.rst__tree .rst__node .rst__nodeContent .rst__expandButton,
.rst__tree .rst__node .rst__nodeContent .rst__collapseButton {
  display: flex;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #f47721;
  min-width: 35px;
  height: 35px;
  background-image: none;
  color: #f47721;
}
.rst__tree .rst__node .rst__nodeContent .rst__expandButton:hover,
.rst__tree .rst__node .rst__nodeContent .rst__collapseButton:hover {
  background-color: #f47721;
  color: #fff;
}
.rst__tree .rst__node .rst__nodeContent .rst__expandButton:before {
  content: '\f067';
}
.rst__tree .rst__node .rst__nodeContent .rst__collapseButton:before {
  content: '\f00d';
}
.rst__tree .rst__node .rst__nodeContent .rst__lineChildren:after {
  content: none;
}
.rst__tree .rst__node .rst__nodeContent .rst__rowWrapper {
  padding-right: 0;
}
.rst__tree .rst__node .rst__nodeContent .rst__rowWrapper .rst__row.rst__rowLandingPad:before {
  background-color: #d5d5d5;
  border: none;
  left: 5px;
}
.rst__tree .rst__node .rst__nodeContent .rst__rowWrapper .rst__row .rst__moveHandle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0;
  border: 1px solid #414141;
  box-shadow: none;
  background-color: #414141;
  width: 35px;
  height: 35px;
  color: #fff;
}
.rst__tree .rst__node .rst__nodeContent .rst__rowWrapper .rst__row .rst__moveHandle:before {
  content: '\f0c9';
}
.rst__tree .rst__node .rst__nodeContent .rst__rowWrapper .rst__row .rst__moveHandle:hover {
  background-color: #414141;
  color: #fff;
}
.rst__tree .rst__node .rst__nodeContent .rst__rowWrapper .rst__row .rst__rowContents {
  border: 0;
  box-shadow: none;
  height: 35px;
  padding-right: 0;
}
.rst__tree .rst__node .rst__nodeContent .rst__rowWrapper .rst__row .rst__rowLabel {
  padding-right: 0;
  width: 100%;
}
.rst__tree .rst__node .rst__nodeContent .rst__rowWrapper .rst__row .rst__rowLabel input {
  font-size: 13px !important;
}
.rst__tree .rst__node .rst__nodeContent .rst__rowWrapper .rst__row .rst__rowLabel .rst__rowSubtitle {
  visibility: hidden;
  display: none;
}
.rst__toolbarButton {
  position: relative;
}
.rst__toolbarButton .field {
  margin-bottom: 0;
}
.rst__rowLabel .rst__rowTitleWithSubtitle {
  font-size: 100%;
  display: flex;
  height: auto;
}
.userZone {
  position: relative;
  height: 100%;
}
.userZone:before {
  content: ' ';
  position: absolute;
  width: 1px;
  height: 100%;
  border-radius: 1px;
  background-color: #fff;
  left: 1px;
  top: 0;
}
.userZone h5,
.userZone .link {
  color: #fff;
}
.userZone h5 {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 30px;
}
.userZone .link .icon {
  font-size: 20px;
}
.userZone .link:hover,
.userZone .link:focus {
  opacity: 0.8;
  cursor: pointer;
}
@media (max-width: 767px) {
  .userZone h5 {
    display: none !important;
  }
  .userZone .link {
    margin-left: 20px !important;
  }
}
.userZone.dropdown:before {
  content: none;
}
.userZone.dropdown .image {
  height: 58px;
  min-width: 60px;
  width: 60px;
  background-color: transparent;
  color: #414141;
  border: 0;
  display: flex;
  justify-content: center;
  padding: 0;
}
.userZone.dropdown .image:hover,
.userZone.dropdown .image:focus {
  background-color: #2a2a2a;
}
.userZone.dropdown .image:hover:active,
.userZone.dropdown .image:focus:active {
  border: 0;
  color: #414141;
}
.userZone.dropdown .image .imgWrapper {
  width: 40px;
  height: 40px;
  border-radius: 29px;
}
.userZone.dropdown .button:not(.image) {
  height: 100%;
  border: none;
}
.userZone.dropdown .button:not(.image):hover,
.userZone.dropdown .button:not(.image):focus {
  background-color: #2a2a2a;
  border: none;
}
.userZone.dropdown .button:not(.image):hover:active,
.userZone.dropdown .button:not(.image):focus:active {
  border: none;
  color: #414141;
}
.userZone.dropdown .mainNav {
  width: 200px;
  position: absolute;
  top: 70px;
  right: 10px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  height: auto;
  margin: 0;
  padding: 0 0 10px 0;
}
.userZone.dropdown .mainNav .title {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  height: 35px;
  background-color: #414141;
  width: 100%;
  padding-left: 20px;
}
.userZone.dropdown .mainNav .button {
  color: #414141;
  background-color: transparent;
  width: 100%;
  height: 50px;
  border: none;
  justify-content: flex-start;
  padding-left: 20px;
}
.userZone.dropdown .mainNav .button + .button {
  margin: 0;
}
.userZone.dropdown .mainNav .button:last-child {
  border: none;
}
.userZone.dropdown .mainNav .button:hover,
.userZone.dropdown .mainNav .button:focus {
  background-color: #f3f3f3;
  border: none;
}
.well {
  padding: 15px;
  border-color: #dbdbdb;
  border-radius: 0;
  background-color: #e6e6e6;
  box-shadow: none;
  min-height: 20px;
  margin-bottom: 20px;
  border: 1px solid #dbdbdb;
}
.well blockquote {
  border-color: #ddd;
}
.well-lg {
  padding: 18px;
  border-radius: 6px;
}
.well-sm {
  padding: 12px;
  border-radius: 3px;
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-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;
  }
}
.buttonAdd {
  float: right;
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0,0,0,0.3);
  background: #fff;
  padding: 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message {
  cursor: pointer;
  display: none;
}
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: #fff;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview .dz-remove:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0,0,0,0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200,200,200,0.8);
  background-color: rgba(255,255,255,0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255,255,255,0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255,255,255,0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: #fff;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-o-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
.dataTable .tableCell,
.dataTable .tableCellHeader {
  box-sizing: content-box;
}
.dataTable .tableCell .dataTables_empty,
.dataTable .tableCellHeader .dataTables_empty {
  text-align: center;
}
.dataTable .tableHeader > .tableRow > .tableCellHeader.sorting_up,
.dataTable .tableHeader > .tableRow > .tableCell.sorting_up,
.dataTable .tableHeader > .tableRow > .tableCellHeader.sorting_down,
.dataTable .tableHeader > .tableRow > .tableCell.sorting_down,
.dataTable .tableHeader > .tableRow > .tableCellHeader.sorting,
.dataTable .tableHeader > .tableRow > .tableCell.sorting {
  padding-right: 30px;
}
.dataTable .tableHeader > .tableRow > .tableCellHeader:active,
.dataTable .tableHeader > .tableRow > .tableCell:active {
  outline: none;
}
.dataTable .tableHeader > .tableRow > .tableCellHeader.sorting,
.dataTable .tableHeader > .tableRow > .tableCellHeader.sorting_up,
.dataTable .tableHeader > .tableRow > .tableCellHeader.sorting_down,
.dataTable .tableHeader > .tableRow > .tableCellHeader.sorting_up_disabled,
.dataTable .tableHeader > .tableRow > .tableCellHeader.sorting_down_disabled {
  cursor: pointer;
  position: relative;
}
.dataTable .tableHeader > .tableRow > .tableCellHeader.sorting:after,
.dataTable .tableHeader > .tableRow > .tableCellHeader.sorting_up:after,
.dataTable .tableHeader > .tableRow > .tableCellHeader.sorting_down:after,
.dataTable .tableHeader > .tableRow > .tableCellHeader.sorting_up_disabled:after,
.dataTable .tableHeader > .tableRow > .tableCellHeader.sorting_down_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'FontAwesome';
  font-size: 17px;
  text-rendering: auto;
  color: #909497;
}
.dataTable .tableHeader > .tableRow > .tableCellHeader.sorting_up:after {
  content: "\f106";
}
.dataTable .tableHeader > .tableRow > .tableCellHeader.sorting_down:after {
  content: "\f107";
}
.dataTable .tableHeader > .tableRow > .tableCellHeader.sorting_up_disabled:after,
.dataTable .tableHeader > .tableRow > .tableCellHeader.sorting_down_disabled:after {
  color: #eee;
}
.dataTable.table-condensed > .tableHeader > .tableRow > .tableCellHeader {
  padding-right: 20px;
}
.dataTable.table-condensed .sorting:after,
.dataTable.table-condensed .sorting_up:after,
.dataTable.table-condensed .sorting_down:after {
  top: 6px;
  right: 6px;
}
.dataTable.table-bordered .tableCellHeader,
.dataTable.table-bordered .tableCell {
  border-left-width: 0;
}
.dataTable.table-bordered .tableCellHeader:last-child,
.dataTable.table-bordered .tableCell:last-child {
  border-right-width: 0;
}
.dataTable.table-bordered .tableBody .tableCellHeader,
.dataTable.table-bordered .tableBody .tableCell {
  border-bottom-width: 0;
}
.dataTable.fixedHeader-floating,
.dataTable.fixedHeader-locked {
  background-color: #fff;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.dataTable.fixedHeader-floating {
  position: fixed !important;
}
@media print {
  .dataTable.fixedHeader-floating {
    display: none;
  }
}
.dataTable.fixedHeader-locked {
  position: absolute !important;
}
.dataTable .tableCellHeader.focus,
.dataTable .tableCell.focus {
  outline: 3px solid #337ab7;
  outline-offset: -1px;
}
.dataTable.dtr-inline.collapsed > .tableBody > .tableRow > .tableCell.child,
.dataTable.dtr-inline.collapsed > .tableBody > .tableRow > .tableCellHeader.child {
  cursor: default !important;
}
.dataTable.dtr-inline.collapsed > .tableBody > .tableRow > .tableCell.child:before,
.dataTable.dtr-inline.collapsed > .tableBody > .tableRow > .tableCellHeader.child:before {
  display: none !important;
}
.dataTable.dtr-inline.collapsed > .tableBody > .tableRow > .tableCell:first-child,
.dataTable.dtr-inline.collapsed > .tableBody > .tableRow > .tableCellHeader:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.dataTable.dtr-inline.collapsed > .tableBody > .tableRow > .tableCell:first-child:before,
.dataTable.dtr-inline.collapsed > .tableBody > .tableRow > .tableCellHeader:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 14px;
  box-shadow: 0;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #337ab7;
}
.dataTable.dtr-inline.collapsed > .tableBody > .tableRow > .tableCell.dataTables_empty {
  cursor: default !important;
}
.dataTable.dtr-inline.collapsed > .tableBody > .tableRow > .tableCell.dataTables_empty:before {
  display: none !important;
}
.dataTable.dtr-inline.collapsed > .tableBody > .tableRow.parent > .tableCell:first-child:before,
.dataTable.dtr-inline.collapsed > .tableBody > .tableRow.parent > .tableCellHeader:first-child:before {
  content: '-';
  background-color: #d33333;
}
.dataTable.dtr-inline.collapsed > .tableBody > .tableRow.child .tableCell:before {
  display: none;
}
.dataTable.dtr-inline.collapsed.compact > .tableBody > .tableRow > .tableCell:first-child,
.dataTable.dtr-inline.collapsed.compact > .tableBody > .tableRow > .tableCellHeader:first-child {
  padding-left: 27px;
}
.dataTable.dtr-inline.collapsed.compact > .tableBody > .tableRow > .tableCell:first-child:before,
.dataTable.dtr-inline.collapsed.compact > .tableBody > .tableRow > .tableCellHeader:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
.dataTable.dtr-column > .tableBody > .tableRow > .tableCell.control {
  position: relative;
  cursor: pointer;
}
.dataTable.dtr-column > .tableBody > .tableRow > .tableCell.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 14px;
  box-shadow: 0;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #337ab7;
}
.dataTable.dtr-column > .tableBody > .tableRow.parent .tableCell.control:before,
.dataTable.dtr-column > .tableBody > .tableRow.parent .tableCellHeader.control:before {
  content: '-';
  background-color: #d33333;
}
.dataTable > .tableBody > .tableRow.child {
  padding: 0.5em 1em;
}
.dataTable > .tableBody > .tableRow.child:hover {
  background: transparent !important;
}
.dataTable > .tableBody > .tableRow.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dataTable > .tableBody > .tableRow.child ul.dtr-details li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
.dataTable > .tableBody > .tableRow.child ul.dtr-details li:first-child {
  padding-top: 0;
}
.dataTable > .tableBody > .tableRow.child ul.dtr-details li:last-child {
  border-bottom: none;
}
.dataTable > .tableBody > .tableRow.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
.dataTable .tableBody > .tableRow.selected,
.dataTable .tableBody > .tableRow > .selected {
  background-color: #08c;
}
.dataTable .tableBody .tableRow.selected,
.dataTable .tableBody .tableCellHeader.selected,
.dataTable .tableBody .tableCell.selected {
  color: #fff;
}
.dataTable .tableBody .tableRow.selected a,
.dataTable .tableBody .tableCellHeader.selected a,
.dataTable .tableBody .tableCell.selected a {
  color: #a2d4ed;
}
.dataTable.stripe .tableBody > .tableRow.odd.selected,
.dataTable.display .tableBody > .tableRow.odd.selected,
.dataTable.stripe .tableBody > .tableRow.odd > .selected,
.dataTable.display .tableBody > .tableRow.odd > .selected {
  background-color: #0085c7;
}
.dataTable.hover .tableBody > .tableRow.selected:hover,
.dataTable.display .tableBody > .tableRow.selected:hover,
.dataTable.hover .tableBody > .tableRow > .selected:hover,
.dataTable.display .tableBody > .tableRow > .selected:hover {
  background-color: #0083c5;
}
.dataTable.order-column .tableBody > .tableRow.selected > .sorting_1,
.dataTable.display .tableBody > .tableRow.selected > .sorting_1,
.dataTable.order-column .tableBody > .tableRow.selected > .sorting_2,
.dataTable.display .tableBody > .tableRow.selected > .sorting_2,
.dataTable.order-column .tableBody > .tableRow.selected > .sorting_3,
.dataTable.display .tableBody > .tableRow.selected > .sorting_3 {
  background-color: #0085c8;
}
.dataTable.order-column .tableBody > .tableRow > .selected,
.dataTable.display .tableBody > .tableRow > .selected {
  background-color: #0085c8;
}
.dataTable.display .tableBody > .tableRow.odd.selected > .sorting_1,
.dataTable.order-column.stripe .tableBody > .tableRow.odd.selected > .sorting_1 {
  background-color: #0081c1;
}
.dataTable.display .tableBody > .tableRow.odd.selected > .sorting_2,
.dataTable.order-column.stripe .tableBody > .tableRow.odd.selected > .sorting_2 {
  background-color: #0082c2;
}
.dataTable.display .tableBody > .tableRow.odd.selected > .sorting_3,
.dataTable.order-column.stripe .tableBody > .tableRow.odd.selected > .sorting_3 {
  background-color: #0083c4;
}
.dataTable.display .tableBody > .tableRow.even.selected > .sorting_1,
.dataTable.order-column.stripe .tableBody > .tableRow.even.selected > .sorting_1 {
  background-color: #0085c8;
}
.dataTable.display .tableBody > .tableRow.even.selected > .sorting_2,
.dataTable.order-column.stripe .tableBody > .tableRow.even.selected > .sorting_2 {
  background-color: #0086ca;
}
.dataTable.display .tableBody > .tableRow.even.selected > .sorting_3,
.dataTable.order-column.stripe .tableBody > .tableRow.even.selected > .sorting_3 {
  background-color: #0087cb;
}
.dataTable.display .tableBody > .tableRow.odd > .selected,
.dataTable.order-column.stripe .tableBody > .tableRow.odd > .selected {
  background-color: #0081c1;
}
.dataTable.display .tableBody > .tableRow.even > .selected,
.dataTable.order-column.stripe .tableBody > .tableRow.even > .selected {
  background-color: #0085c8;
}
.dataTable.display .tableBody > .tableRow.selected:hover > .sorting_1,
.dataTable.order-column.hover .tableBody > .tableRow.selected:hover > .sorting_1 {
  background-color: #007dbb;
}
.dataTable.display .tableBody > .tableRow.selected:hover > .sorting_2,
.dataTable.order-column.hover .tableBody > .tableRow.selected:hover > .sorting_2 {
  background-color: #007ebd;
}
.dataTable.display .tableBody > .tableRow.selected:hover > .sorting_3,
.dataTable.order-column.hover .tableBody > .tableRow.selected:hover > .sorting_3 {
  background-color: #007fbf;
}
.dataTable.display .tableBody > .tableRow:hover > .selected,
.dataTable.order-column.hover .tableBody > .tableRow:hover > .selected {
  background-color: #007dbb;
}
.dataTable.display .tableBody > .tableRow > .selected:hover,
.dataTable.order-column.hover .tableBody > .tableRow > .selected:hover {
  background-color: #007dbb;
}
.dataTable .tableCell.select-checkbox {
  position: relative;
}
.dataTable .tableCell.select-checkbox:before,
.dataTable .tableCell.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
.dataTable .tableCell.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid #000;
  border-radius: 3px;
}
.dataTable .tableCell.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9, -1px 1px #b0bed9;
}
.dataTable .tableCell.reorder {
  text-align: center;
  cursor: move;
}
.dataTable.DTCR_clonedTable {
  position: absolute !important;
  background-color: rgba(255,255,255,0.7);
  z-index: 202;
}
.dataTable.nowrap .tableCellHeader,
.dataTable.nowrap .tableCell {
  white-space: nowrap;
}
.table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #337ab7;
  outline-offset: -2px;
  z-index: 2001;
}
.dataTables_wrapper .dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.dataTables_wrapper .dataTables_length select {
  width: 75px;
  display: inline-block;
}
.dataTables_wrapper .dataTables_filter {
  text-align: right;
}
.dataTables_wrapper .dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
.dataTables_wrapper .dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
.dataTables_wrapper .dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
.dataTables_wrapper .dataTables_paginate .pagination {
  margin: 2px 0;
  white-space: nowrap;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    text-align: center;
  }
}
.dataTables_wrapper span.select-info,
.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper span.select-info,
  .dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}
.dataTables_scrollHead .table.dataTable {
  margin-bottom: 0 !important;
}
.dataTables_scrollHead .table.table-bordered {
  border-bottom-width: 0;
}
.dataTables_scrollBody .table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.dataTables_scrollBody .table .tableHeader .sorting:after,
.dataTables_scrollBody .table .tableHeader .sorting_up:after,
.dataTables_scrollBody .table .tableHeader .sorting_down:after {
  display: none;
}
.dataTables_scrollBody .table .tableBody .tableRow:first-child .tableCellHeader,
.dataTables_scrollBody .table .tableBody .tableRow:first-child .tableCell {
  border-top: none;
}
.dataTables_scrollFoot .table {
  margin-top: 0 !important;
  border-top: none;
}
.table-responsive > .dataTables_wrapper > .row {
  margin: 0;
}
.table-responsive > .dataTables_wrapper > .row > div[class^="col-"]:first-child {
  padding-left: 0;
}
.table-responsive > .dataTables_wrapper > .row > div[class^="col-"]:last-child {
  padding-right: 0;
}
.dt-autofill-handle {
  position: absolute;
  height: 8px;
  width: 8px;
  z-index: 102;
  box-sizing: border-box;
  border: 1px solid #337ab7;
  background: #337ab7;
}
.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: #337ab7;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255,255,255,0.5) 5px, rgba(255,255,255,0.5) 10px);
}
.dt-autofill-select.top,
.dt-autofill-select.bottom {
  height: 3px;
  margin-top: -1px;
}
.dt-autofill-select.left,
.dt-autofill-select.right {
  width: 3px;
  margin-left: -1px;
}
.dt-autofill-list {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0;
  border: 2px solid #444;
  z-index: 11;
  box-sizing: border-box;
  padding: 1.5em 2em;
}
.dt-autofill-list ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.dt-autofill-list ul li {
  display: table-row;
}
.dt-autofill-list ul li:last-child .dt-autofill-question,
.dt-autofill-list ul li:last-child .dt-autofill-button {
  border-bottom: none;
}
.dt-autofill-list ul li:hover {
  background-color: #f6f6f6;
}
.dt-autofill-list .dt-autofill-question {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}
.dt-autofill-list .dt-autofill-question input[type=number] {
  padding: 6px;
  width: 30px;
  margin: -2px 0;
}
.dt-autofill-list .dt-autofill-button {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}
.dt-autofill-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%) z-index 10;
}
.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: #fff;
  border: 2px solid #111;
  box-shadow: 3px;
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
.dt-button-info > div {
  padding: 1em;
}
.dt-button-collection.dropdown-menu {
  display: block;
  z-index: 2002;
  column-gap: 8px;
}
.dt-button-collection.dropdown-menu.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
.dt-button-collection.dropdown-menu.fixed.two-column {
  margin-left: -150px;
}
.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: -225px;
}
.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: -300px;
}
.dt-button-collection.dropdown-menu > * {
  break-inside: avoid;
}
.dt-button-collection.dropdown-menu.two-column {
  width: 300px;
  padding-bottom: 1px;
  column-count: 2;
}
.dt-button-collection.dropdown-menu.three-column {
  width: 450px;
  padding-bottom: 1px;
  column-count: 3;
}
.dt-button-collection.dropdown-menu.four-column {
  width: 600px;
  padding-bottom: 1px;
  column-count: 4;
}
.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
}
@media screen and (max-width: 767px) {
  .dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .dt-buttons .button {
    float: none;
  }
}
.DTCR_pointer {
  width: 1px;
  background-color: #337ab7;
  z-index: 201;
}
.DTFC_Cloned .tableRow {
  background-color: #fff;
  margin-bottom: 0;
}
.DTFC_LeftHeadWrapper .table,
.DTFC_RightHeadWrapper .table {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  background-color: #fff;
}
.DTFC_LeftBodyWrapper .table,
.DTFC_RightBodyWrapper .table {
  border-top: none;
  margin: 0 !important;
}
.DTFC_LeftBodyWrapper .table .tableHeader .sorting:after,
.DTFC_RightBodyWrapper .table .tableHeader .sorting:after,
.DTFC_LeftBodyWrapper .table .tableHeader .sorting_up:after,
.DTFC_RightBodyWrapper .table .tableHeader .sorting_up:after,
.DTFC_LeftBodyWrapper .table .tableHeader .sorting_down:after,
.DTFC_RightBodyWrapper .table .tableHeader .sorting_down:after {
  display: none;
}
.DTFC_LeftBodyWrapper .table .tableBody .tableRow:first-child .tableCellHeader,
.DTFC_RightBodyWrapper .table .tableBody .tableRow:first-child .tableCellHeader,
.DTFC_LeftBodyWrapper .table .tableBody .tableRow:first-child .tableCell,
.DTFC_RightBodyWrapper .table .tableBody .tableRow:first-child .tableCell {
  border-top: none;
}
.DTFC_LeftFootWrapper .table,
.DTFC_RightFootWrapper .table {
  border-top: none;
  margin-top: 0 !important;
  background-color: #fff;
}
.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
.dtr-modal .dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  background-color: #f5f5f7;
  border: 1px solid #000;
  border-radius: 0.5em;
  box-shadow: 0;
}
@media screen and (max-width: 767px) {
  .dtr-modal .dtr-modal-display {
    width: 95%;
  }
}
.dtr-modal .dtr-modal-content {
  position: relative;
  padding: 1em;
}
.dtr-modal .dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
.dtr-modal .dtr-modal-close:hover {
  background-color: #eaeaea;
}
.dtr-modal .dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0,0,0,0.6);
}
.dtr-modal .table.table .tableRow:first-child .tableCell {
  border-top: none;
}
.tableRow.dt-rowReorder-moving {
  outline: 2px solid #888;
  outline-offset: -2px;
}
body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}
.DTS {
  display: block !important;
}
.DTS .tableBody .tableRow.even {
  background-color: #fff;
}
.DTS .tableBody .tableCellHeader,
.DTS .tableBody .tableCell {
  white-space: nowrap;
}
.DTS .DTS_Loading {
  z-index: 1;
}
.DTS .dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, #fff 10px, #fff 20px);
}
.DTS .dataTables_scrollBody .table {
  z-index: 2;
}
.DTS .dataTables_paginate,
.DTS .dataTables_length {
  display: none;
}
.dt-bootstrap .tableHeader > .tableRow .checkbox,
.dt-bootstrap .tableBody > .tableRow .checkbox,
.dt-bootstrap .tableFooter > .tableRow .checkbox,
.dt-bootstrap .tableHeader > .tableRow .radio,
.dt-bootstrap .tableBody > .tableRow .radio,
.dt-bootstrap .tableFooter > .tableRow .radio {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.dt-bootstrap .tableHeader > .tableRow > .tableCellHeader,
.dt-bootstrap .tableHeader > .tableRow > .tableCell {
  border-bottom: none;
}
.dt-bootstrap .tableHeader > .tableRow .tableCellHeader > .form-control,
.dt-bootstrap .tableFooter > .tableRow .tableCellHeader > .form-control,
.dt-bootstrap .tableHeader > .tableRow .tableCellHeader > .select2-container--bootstrap,
.dt-bootstrap .tableFooter > .tableRow .tableCellHeader > .select2-container--bootstrap {
  font-weight: 400;
}
.dt-bootstrap .tableBody > .tableRow.group,
.dt-bootstrap .tableBody > .tableRow.group:hover {
  background-color: $table-active-bg;
}
.dt-bootstrap .tableBody > .tableRow.selected > .tableCell {
  color: #414141;
  background-color: #e6e6e6;
}
.dt-bootstrap .tableBody > .tableRow .tableCell.details-control {
  cursor: pointer;
}
.dt-bootstrap .tableBody > .tableRow .tableCell:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  background: url("../../../plugins/datatables/img/sprite.png") no-repeat;
}
.dt-bootstrap .tableBody > .tableRow.shown .tableCell.details-control:before {
  background-position: -21px 0;
}
.dt-bootstrap .form-control {
  width: 100%;
}
.wysihtml5-toolbar {
  margin: 0;
  padding: 0;
  display: block;
}
.wysihtml5-toolbar:after {
  clear: both;
  display: table;
  content: "";
}
.wysihtml5-toolbar > li {
  float: left;
  display: list-item;
  list-style: none;
  margin: 0 5px 10px 0;
}
.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
  font-weight: bold;
}
.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
  font-style: italic;
}
.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
  text-decoration: underline;
}
.wysihtml5-toolbar a.button.wysihtml5-command-active {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.15);
  background-color: #d9d9d9;
  outline: 0;
}
.wysihtml5-toolbar .wysihtml5-colors {
  display: block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none;
}
.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 70px;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  background: #000 !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  background: #c0c0c0 !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  background: #808080 !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  background: #800000 !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  background: #f00 !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  background: #800080 !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  background: #008000 !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  background: #808000 !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  background: #000080 !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  background: #00f !important;
}
.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  background: #ffa500 !important;
}
.wysihtml5-commands-disabled .dropdown-menu {
  display: none !important;
}
@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("../font/summernote.eot?ad8d7e2d177d2473aecd9b35d16211fb");
  src: url("../font/summernote.eot?#iefix") format("embedded-opentype"), url("../font/summernote.woff?ad8d7e2d177d2473aecd9b35d16211fb") format("woff"), url("../font/summernote.ttf?ad8d7e2d177d2473aecd9b35d16211fb") format("truetype");
}
[class^="note-icon-"]:before,
[class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
}
.note-icon-align-center:before {
  content: "\f101";
}
.note-icon-align-indent:before {
  content: "\f102";
}
.note-icon-align-justify:before {
  content: "\f103";
}
.note-icon-align-left:before {
  content: "\f104";
}
.note-icon-align-outdent:before {
  content: "\f105";
}
.note-icon-align-right:before {
  content: "\f106";
}
.note-icon-align:before {
  content: "\f107";
}
.note-icon-arrows-alt:before {
  content: "\f108";
}
.note-icon-bold:before {
  content: "\f109";
}
.note-icon-caret:before {
  content: "\f10a";
}
.note-icon-chain-broken:before {
  content: "\f10b";
}
.note-icon-circle:before {
  content: "\f10c";
}
.note-icon-close:before {
  content: "\f10d";
}
.note-icon-code:before {
  content: "\f10e";
}
.note-icon-eraser:before {
  content: "\f10f";
}
.note-icon-font:before {
  content: "\f110";
}
.note-icon-frame:before {
  content: "\f111";
}
.note-icon-italic:before {
  content: "\f112";
}
.note-icon-link:before {
  content: "\f113";
}
.note-icon-magic:before {
  content: "\f114";
}
.note-icon-menu-check:before {
  content: "\f115";
}
.note-icon-minus:before {
  content: "\f116";
}
.note-icon-orderedlist:before {
  content: "\f117";
}
.note-icon-pencil:before {
  content: "\f118";
}
.note-icon-picture:before {
  content: "\f119";
}
.note-icon-question:before {
  content: "\f11a";
}
.note-icon-redo:before {
  content: "\f11b";
}
.note-icon-special-character:before {
  content: "\f11c";
}
.note-icon-square:before {
  content: "\f11d";
}
.note-icon-strikethrough:before {
  content: "\f11e";
}
.note-icon-subscript:before {
  content: "\f11f";
}
.note-icon-summernote:before {
  content: "\f120";
}
.note-icon-superscript:before {
  content: "\f121";
}
.note-icon-table:before {
  content: "\f122";
}
.note-icon-text-height:before {
  content: "\f123";
}
.note-icon-trash:before {
  content: "\f124";
}
.note-icon-underline:before {
  content: "\f125";
}
.note-icon-undo:before {
  content: "\f126";
}
.note-icon-unorderedlist:before {
  content: "\f127";
}
.note-icon-video:before {
  content: "\f128";
}
.note-editor {
  position: relative;
}
.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: #fff;
  opacity: 0.95;
  pointer-event: none;
}
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.note-editor .note-dropzone.hover {
  color: #098ddf;
}
.note-editor.dragover .note-dropzone {
  display: table;
}
.note-editor .note-editing-area {
  position: relative;
}
.note-editor .note-editing-area .note-editable {
  outline: 0;
}
.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}
.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}
.note-editor.note-frame {
  border: 1px solid #a9a9a9;
}
.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}
.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}
.note-editor.note-frame .note-editing-area {
  overflow: hidden;
}
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #000;
  background-color: #fff;
}
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}
.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  resize: none;
}
.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
}
.note-editor.note-frame.fullscreen .note-editable {
  background-color: #fff;
}
.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}
.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  padding-top: 1px;
  cursor: ns-resize;
}
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}
.note-editor.note-frame .note-placeholder {
  padding: 10px;
}
.note-popover.popover {
  max-width: none;
}
.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.note-popover.popover .arrow {
  left: 20px !important;
}
.note-popover .popover-content,
.panel-heading.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0;
}
.note-popover .popover-content > .button-group,
.panel-heading.note-toolbar > .button-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}
.note-popover .popover-content .button-group .note-table,
.panel-heading.note-toolbar .button-group .note-table {
  min-width: 0;
  padding: 5px;
}
.note-popover .popover-content .button-group .note-table .note-dimension-picker,
.panel-heading.note-toolbar .button-group .note-table .note-dimension-picker {
  font-size: 18px;
}
.note-popover .popover-content .button-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.panel-heading.note-toolbar .button-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
.note-popover .popover-content .button-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.panel-heading.note-toolbar .button-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}
.note-popover .popover-content .button-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.panel-heading.note-toolbar .button-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}
.note-popover .popover-content .note-style h1,
.panel-heading.note-toolbar .note-style h1,
.note-popover .popover-content .note-style h2,
.panel-heading.note-toolbar .note-style h2,
.note-popover .popover-content .note-style h3,
.panel-heading.note-toolbar .note-style h3,
.note-popover .popover-content .note-style h4,
.panel-heading.note-toolbar .note-style h4,
.note-popover .popover-content .note-style h5,
.panel-heading.note-toolbar .note-style h5,
.note-popover .popover-content .note-style h6,
.panel-heading.note-toolbar .note-style h6,
.note-popover .popover-content .note-style blockquote,
.panel-heading.note-toolbar .note-style blockquote {
  margin: 0;
}
.note-popover .popover-content .note-color .dropdown-toggle,
.panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}
.note-popover .popover-content .note-color .dropdown-menu,
.panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 340px;
}
.note-popover .popover-content .note-color .dropdown-menu .button-group,
.panel-heading.note-toolbar .note-color .dropdown-menu .button-group {
  margin: 0;
}
.note-popover .popover-content .note-color .dropdown-menu .button-group:first-child,
.panel-heading.note-toolbar .note-color .dropdown-menu .button-group:first-child {
  margin: 0 5px;
}
.note-popover .popover-content .note-color .dropdown-menu .button-group .note-palette-title,
.panel-heading.note-toolbar .note-color .dropdown-menu .button-group .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.note-popover .popover-content .note-color .dropdown-menu .button-group .note-color-reset,
.panel-heading.note-toolbar .note-color .dropdown-menu .button-group .note-color-reset {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  border-radius: 5px;
}
.note-popover .popover-content .note-color .dropdown-menu .button-group .note-color-row,
.panel-heading.note-toolbar .note-color .dropdown-menu .button-group .note-color-row {
  height: 20px;
}
.note-popover .popover-content .note-color .dropdown-menu .button-group .note-color-reset:hover,
.panel-heading.note-toolbar .note-color .dropdown-menu .button-group .note-color-reset:hover {
  background: #eee;
}
.note-popover .popover-content .note-para .dropdown-menu,
.panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}
.note-popover .popover-content .note-para .dropdown-menu>div:first-child,
.panel-heading.note-toolbar .note-para .dropdown-menu>div:first-child {
  margin-right: 5px;
}
.note-popover .popover-content .dropdown-menu,
.panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px;
}
.note-popover .popover-content .dropdown-menu.right,
.panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}
.note-popover .popover-content .dropdown-menu.right::before,
.panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}
.note-popover .popover-content .dropdown-menu.right::after,
.panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}
.note-popover .popover-content .dropdown-menu.note-check li a i,
.panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: #00bfff;
  visibility: hidden;
}
.note-popover .popover-content .dropdown-menu.note-check li a.checked i,
.panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible;
}
.note-popover .popover-content .note-fontsize-10,
.panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}
.note-popover .popover-content .note-color-palette,
.panel-heading.note-toolbar .note-color-palette {
  line-height: 1;
}
.note-popover .popover-content .note-color-palette div .note-color-button,
.panel-heading.note-toolbar .note-color-palette div .note-color-button {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}
.note-popover .popover-content .note-color-palette div .note-color-button:hover,
.panel-heading.note-toolbar .note-color-palette div .note-color-button:hover {
  border: 1px solid #000;
}
.note-dialog > div {
  display: none;
}
.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0;
}
.note-dialog .note-modal-form {
  margin: 0;
}
.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: #d3d3d3;
  text-align: center;
  border: 4px dashed #d3d3d3;
}
@-moz-document url-prefix() {
  .note-image-input {
    height: auto;
  }
}
.note-placeholder {
  position: absolute;
  display: none;
  color: #808080;
}
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid #000;
}
.note-handle .note-control-selection > div {
  position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  filter: a(30);
}
.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}
.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 1px solid #000;
}
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none;
}
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  opacity: 0.7;
  filter: a(70);
}
.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}
.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0;
}
.md-editor .md-footer,
.md-editor > .md-header {
  display: block;
  padding: 6px 4px;
  background: #f5f5f5;
}
.md-editor {
  display: block;
  border: 1px solid #ddd;
}
.md-editor > .md-header {
  margin: 0;
}
.md-editor >.md-preview {
  background: #fff;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  min-height: 10px;
  overflow: auto;
}
.md-editor > textarea {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
  outline: 0;
  margin: 0;
  display: block;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  border-radius: 0;
  box-shadow: none;
  background: #eee;
}
.md-editor > textarea:focus {
  box-shadow: none;
  background: #fff;
}
.md-editor.active {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.md-editor .md-controls {
  float: right;
  padding: 3px;
}
.md-editor .md-controls .md-control {
  right: 5px;
  color: #bebebe;
  padding: 3px 3px 3px 10px;
}
.md-editor .md-controls .md-control:hover {
  color: #333;
}
.md-editor.md-fullscreen-mode {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 60px 30px 15px;
  background: #fff !important;
  border: 0 !important;
}
.md-editor.md-fullscreen-mode .md-header {
  background: 0 0;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 20px;
}
.md-editor.md-fullscreen-mode .md-footer {
  display: none;
}
.md-editor.md-fullscreen-mode .md-input,
.md-editor.md-fullscreen-mode .md-preview {
  margin: 0 auto !important;
  height: 100% !important;
  font-size: 20px !important;
  padding: 20px !important;
  color: #999;
  line-height: 1.6em !important;
  resize: none !important;
  box-shadow: none;
  background: #fff !important;
  border: 0 !important;
}
.md-editor.md-fullscreen-mode .md-preview {
  color: #333;
  overflow: auto;
}
.md-editor.md-fullscreen-mode .md-input:focus,
.md-editor.md-fullscreen-mode .md-input:hover {
  color: #333;
  background: #fff !important;
}
.md-editor.md-fullscreen-mode .button-group {
  float: none;
}
.md-editor.md-fullscreen-mode .button {
  border: 0;
  background: 0 0;
  color: #b3b3b3;
}
.md-editor.md-fullscreen-mode .button.active,
.md-editor.md-fullscreen-mode .button:active,
.md-editor.md-fullscreen-mode .button:focus,
.md-editor.md-fullscreen-mode .button:hover {
  box-shadow: none;
  color: #333;
}
.md-editor.md-fullscreen-mode .md-fullscreen-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  z-index: 1002;
  display: block;
}
.md-editor.md-fullscreen-mode .md-fullscreen-controls a {
  color: #b3b3b3;
  clear: right;
  margin: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
  color: #333;
  text-decoration: none;
}
.md-editor.md-fullscreen-mode .md-editor {
  height: 100% !important;
  position: relative;
}
.md-editor .md-fullscreen-controls {
  display: none;
}
.md-nooverflow {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}
.react-datepicker-wrapper {
  display: inline-block;
}
.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}
.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}
.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}
.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}
.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}
.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}
.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}
.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
}
.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}
.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}
.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
}
.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
  height: initial;
  min-width: initial;
}
.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}
.react-datepicker__navigation--previous--disabled,
.react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}
.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
  height: initial;
  min-width: initial;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}
.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}
.react-datepicker__navigation--next--disabled,
.react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}
.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}
.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__month-container {
  float: left;
}
.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: #fff;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 30px;
  width: 100%;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 10px;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: #fff;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}
.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__day {
  cursor: pointer;
}
.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1 {
  color: #f0f;
}
.react-datepicker__day--highlighted-custom-2 {
  color: #008000;
}
.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33,107,165,0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover {
  background-color: transparent;
}
.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}
.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}
.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}
.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}
.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\00d7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%;
}
.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}
.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}
.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}
.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}
.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}
.react-datepicker__portal .react-datepicker__navigation--previous--disabled,
.react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}
.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}
.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}
.react-datepicker__portal .react-datepicker__navigation--next--disabled,
.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}
.react-datepicker .button:hover,
.react-datepicker button:hover,
.react-datepicker .button:focus,
.react-datepicker button:focus,
.react-datepicker .button.focus,
.react-datepicker button.focus,
.react-datepicker .button:active,
.react-datepicker button:active,
.react-datepicker .button.active,
.react-datepicker button.active {
  color: initial;
  border: 0.45rem solid transparent;
  border-right-color: #ccc;
  background-color: initial;
  text-decoration: initial;
}
#react-root {
  height: 100%;
}
.mainLayout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}
.mainLayout.fullSidebar {
  flex-direction: row;
}
.mainLayout .content-wrapper {
  flex: 1 0 auto;
}
.mainLayout .content-wrapper >.scrollbarHolder {
  flex: 1;
  position: relative;
  height: 100%;
  min-height: 400px;
}
.mainLayout .content-wrapper >.scrollbarHolder >div {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.mainLayout .content-wrapper >.scrollbarHolder >div >div:first-of-type {
  display: flex !important;
  flex-direction: column !important;
}
.mainLayout .content-wrapper >.scrollbarHolder >div >div:first-of-type .content {
  flex: 1 1 auto !important;
  height: auto;
}
.content {
  padding: 20px;
  width: 100%;
  height: 100%;
}
.scrollbarHolder {
  height: 100%;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.pageTitle {
  margin: 0 0 20px;
}
#login {
  background: url("../img/login-bg.jpg") fixed no-repeat 50% 70%;
  background-size: cover;
  height: 100%;
  display: flex;
  justify-content: center;
}
.login-wrapper {
  position: relative;
  width: 100%;
  max-width: 550px;
  padding: 50px;
  background-color: #fff;
  align-self: center;
}
@media (max-width: 767px) {
  .login-wrapper {
    width: auto;
  }
}
.login-wrapper .panel {
  border: none;
  margin: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-wrapper .panel .panelHeading {
  margin-bottom: 50px;
  padding: 0;
  height: 80px;
  border-bottom: 0;
  width: auto;
}
.login-wrapper .panel .panelHeading:after {
  content: none;
}
.login-wrapper .panel .panelHeading .logo {
  height: 100px;
}
.login-wrapper .panel .panelHeading .logo .link {
  height: 100%;
}
.login-wrapper .panel .panelBody {
  border: 1px #d5d5d5 solid;
  padding: 25px 30px;
  width: 100%;
  height: 100%;
  min-height: 310px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.login-wrapper .panel .panelBody .button,
.login-wrapper .panel .panelBody .link {
  margin: 0 auto;
}
.login-wrapper .panel .panelBody .info {
  width: 100%;
  transition-delay: 600ms;
}
.login-wrapper .panel .panelBody.passwordBody {
  background-color: #fff;
  transform: rotateY(-180deg);
}
.login-wrapper .panel .panelBody.passwordBody .info {
  transition-delay: 600ms;
}
.login-wrapper .panel .panelBody h3 {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #f47721;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.login-wrapper .panel .panelBody form {
  width: 100%;
}
.login-wrapper .panel .panelBody form .field {
  width: 100%;
}
.login-wrapper .panel .panelBody form .field .input {
  width: 280px;
  margin-left: 0;
}
.login-wrapper .panel .panelBody form .field .icon {
  width: 20px;
}
.login-wrapper .panel .panelBody form .field .icon:before {
  width: 20px;
}
.login-wrapper .panel .panelBody form .field label {
  width: 100%;
}
.login-wrapper .panel .panelBody form .field.reverse {
  justify-content: flex-end;
}
.login-wrapper .panel .panelBody form .field.reverse label {
  width: auto;
  margin-left: 20px;
}
.login-wrapper .panel .panelBody form .button.link {
  max-width: 100px;
}
.login-wrapper .panel .panelBody form .button:hover,
.login-wrapper .panel .panelBody form .button:focus {
  color: #fff;
  background-color: #f47721;
  font-weight: 300;
}
.login-wrapper .panel .panelBody form .checkbox {
  width: 20px;
}
.login-wrapper .panel .panelBody form .checkbox .icon {
  margin: 0;
  width: 20px;
}
.login-wrapper .panel .panelBody form .holder {
  margin-top: 60px;
}
.login-wrapper .panel .panelBody form .input-icon-left {
  color: #fff !important;
}
.login-wrapper .panel .panelBody form .forgot {
  color: #f47721;
  display: block;
  width: 155px;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
  border: 1px solid #fff;
  font-size: 13px;
  margin-top: 20px !important;
  background-color: transparent;
}
.login-wrapper .panel .panelBody form .forgot:hover,
.login-wrapper .panel .panelBody form .forgot:focus {
  border: 1px solid #f47721;
  padding: 5px;
}
.login-wrapper .flipped {
  transform: rotateY(180deg);
}
.login-wrapper .flipped .panelHeading {
  transform: none;
}
.login-wrapper .flipped .passwordBody {
  transform: rotateY(180deg);
}
.login-wrapper .flipped .passwordBody .info {
  transition-delay: 600ms;
}
.login-wrapper .flipped .loginBody .info {
  transition-delay: 600ms;
}
.login-wrapper .loginFlip {
  transition: transform 600ms ease-out;
  transform-style: preserve-3d;
}
#mainHeader {
  background-color: #414141;
  min-height: 60px;
  margin-bottom: 0;
  z-index: 1081;
}
@media (max-width: 991px) {
  #mainHeader.navbar-fixed-top {
    position: relative;
  }
}
@media (min-width: 992px) {
  #mainHeader.navbar-fixed-top {
    top: 60px;
  }
}
.modal-open #mainHeader {
  z-index: auto;
}
.container-fluid {
  min-height: 60px;
  width: 100%;
}
.container-fluid .navbar-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container-fluid .navbar-header .logo {
  flex: 1;
}
.container-fluid .navbar-header .navbar-toggle .icon {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 991px) {
  .container-fluid .navbar-header {
    float: none;
  }
  .container-fluid .navbar-header .navbar-toggle {
    display: inline-block;
    margin-right: 0;
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .container-fluid .navbar-header {
    width: auto;
    flex: 1;
    margin-left: 0;
    margin-right: 0;
  }
}
.container-fluid .navbar-collapse {
  flex: 1;
}
.container-fluid .navbar-collapse .navbar-nav {
  float: none;
  margin: 0;
  padding: 0;
}
.container-fluid .navbar-collapse .navbar-nav .link {
  font-weight: 400;
  border: 1px solid transparent;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  height: 32px;
  padding: 0 10px;
  float: none;
  margin: 0 10px;
}
.container-fluid .navbar-collapse .navbar-nav .link:last-child {
  margin-right: 10px;
}
.container-fluid .navbar-collapse .navbar-nav .link:hover,
.container-fluid .navbar-collapse .navbar-nav .link:focus {
  background-color: transparent;
  border: 1px solid #fff;
}
.container-fluid .navbar-collapse .navbar-nav .link:active,
.container-fluid .navbar-collapse .navbar-nav .link.active {
  background-color: #fff;
  color: #f47721;
}
@media (max-width: 991px) {
  .container-fluid .navbar-collapse .navbar-nav .link {
    padding-left: 12px;
    padding-right: 12px;
    margin: 0 5px;
    white-space: nowrap;
    text-align: center;
  }
  .container-fluid .navbar-collapse .navbar-nav .link:last-child {
    margin-right: 10px;
  }
}
.container-fluid .navbar-collapse.in {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background-color: #d65903;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}
.container-fluid .navbar-collapse.in .linksHolder .link {
  width: 100%;
  border-radius: 0;
  border-bottom: 1px solid #f47721;
  height: 40px;
  margin: 0;
}
.container-fluid .navbar-collapse.in .linksHolder .link:hover,
.container-fluid .navbar-collapse.in .linksHolder .link:focus {
  background-color: #f47721;
  border: none;
}
.container-fluid .navbar-collapse.in .linksHolder .link:hover:active,
.container-fluid .navbar-collapse.in .linksHolder .link:focus:active,
.container-fluid .navbar-collapse.in .linksHolder .link:hover.active,
.container-fluid .navbar-collapse.in .linksHolder .link:focus.active {
  background-color: #fff;
  color: #d65903;
}
@media (max-width: 991px) {
  .collapse {
    flex: auto;
    display: none !important;
  }
  .in {
    display: block !important;
    overflow-y: auto !important;
  }
}
.sidebar {
  width: 250px;
  min-width: 250px;
}
.sidebar.hidden {
  display: none;
  width: auto;
}
.sidebar .logo {
  height: 60px;
  min-height: 60px;
  align-items: center;
  background-color: #414141;
}
.sidebar .logo .link {
  height: 50px;
}
.sidebar .logo.secad .link {
  height: 30px;
}
@media (min-width: 992px) {
  .sidebar.fixed {
    position: fixed;
  }
  .sidebar.fixed .sidebar-fixed-scroller {
    position: fixed;
    width: 250px;
    top: 85px;
    bottom: $footer-height;
    overflow-y: auto;
    border-right: 1px solid transparent;
  }
  .sidebar.fixed + .content {
    position: absolute;
    left: 250px;
    right: 0;
  }
}
@media (max-width: 991px) {
  .sidebar.fixed .sidebar-fixed-scroller,
  .sidebar.fixed .slimScrollDiv {
    width: 100% !important;
  }
}
.sidebar >.scrollbarHolder {
  border-right: 1px solid #e6e6e6;
  flex: 1;
  min-height: 100px;
}
.project {
  min-height: 225px;
}
.project .select {
  border: none;
  background-color: #414141;
  color: #fff;
  height: 50px;
}
.project .select:focus {
  color: #fff;
  -webkit-text-fill-color: #fff !important;
}
.project .select:focus .option {
  -webkit-text-fill-color: #414141 !important;
}
.project .select:focus .option.active {
  -webkit-text-fill-color: #fff !important;
}
.project .select:focus:placeholder-shown::-moz-placeholder {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.project .select:focus:placeholder-shown:-moz-placeholder {
  color: #fff;
  font-weight: 400;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.project .select:focus:placeholder-shown:-ms-input-placeholder {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.project .select:focus:placeholder-shown::-webkit-input-placeholder {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.project .select:focus:placeholder-shown:focus {
  border-color: #fff;
  color: #fff;
}
.project .select .placeholder i:before {
  color: #fff;
}
.project .select .optionHolder {
  top: 50px;
  border-left: 0;
}
.project .select .optionHolder .option {
  padding-left: 40px;
}
.project .select .optionHolder .option.client {
  padding-left: 20px;
  font-weight: 600;
  color: #f47721;
}
.project .select .optionHolder .option.client:hover {
  background-color: #f3f3f3;
}
.project .select .optionHolder .option.client.active {
  background-color: #f47721;
  color: #fff;
}
.project .select .optionHolder .option.client.disabled {
  cursor: none;
  color: #414141;
  pointer-events: none;
}
.project .select .optionHolder .option:hover {
  background-color: #f3f3f3;
}
.project .select .optionHolder .option.active {
  background-color: #414141;
}
.project .projectPreview {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.project .projectPreview .img {
  height: 80px;
  margin-bottom: 10px;
}
.mainNav .accordionGroup.button,
.mainNav .navLink.button,
.mainNav .accordionGroup .button,
.mainNav .navLink .button {
  width: 100%;
  height: 45px;
  justify-content: space-between;
  padding-left: 16px;
  border: none;
  border-left: 4px solid transparent;
  border-bottom: 1px solid transparent;
  background-color: #fff;
  color: #414141;
}
.mainNav .accordionGroup.button.open,
.mainNav .navLink.button.open,
.mainNav .accordionGroup .button.open,
.mainNav .navLink .button.open {
  border-bottom-color: #fff;
}
.mainNav .accordionGroup.button.active,
.mainNav .navLink.button.active,
.mainNav .accordionGroup .button.active,
.mainNav .navLink .button.active {
  border-left-color: #f47721;
  color: #f47721;
  background-color: transparent;
}
.mainNav .accordionGroup.button.active .icon,
.mainNav .navLink.button.active .icon,
.mainNav .accordionGroup .button.active .icon,
.mainNav .navLink .button.active .icon {
  color: #f47721;
}
.mainNav .accordionGroup.button.active:hover,
.mainNav .navLink.button.active:hover,
.mainNav .accordionGroup .button.active:hover,
.mainNav .navLink .button.active:hover,
.mainNav .accordionGroup.button.active:focus,
.mainNav .navLink.button.active:focus,
.mainNav .accordionGroup .button.active:focus,
.mainNav .navLink .button.active:focus {
  background-color: #f3f3f3;
}
.mainNav .accordionGroup.button > .icon,
.mainNav .navLink.button > .icon,
.mainNav .accordionGroup .button > .icon,
.mainNav .navLink .button > .icon {
  margin-right: 0;
  color: #9d9d9d;
}
.mainNav .accordionGroup.button.icono > .icon,
.mainNav .navLink.button.icono > .icon,
.mainNav .accordionGroup .button.icono > .icon,
.mainNav .navLink .button.icono > .icon {
  padding: 0;
}
.mainNav .accordionGroup.button:hover,
.mainNav .navLink.button:hover,
.mainNav .accordionGroup .button:hover,
.mainNav .navLink .button:hover,
.mainNav .accordionGroup.button:focus,
.mainNav .navLink.button:focus,
.mainNav .accordionGroup .button:focus,
.mainNav .navLink .button:focus {
  background-color: #f3f3f3;
}
.mainNav .accordionGroup .holder .button + .button,
.mainNav .navLink .holder .button + .button {
  margin: 0;
}
.mainNav .accordionGroup .holder .icono,
.mainNav .navLink .holder .icono {
  position: absolute;
  right: 0;
  background-color: transparent;
  width: 45px;
  padding: 0;
  justify-content: center;
  align-items: center;
  border: 0;
}
.mainNav .accordionGroup .holder .icono:hover,
.mainNav .navLink .holder .icono:hover,
.mainNav .accordionGroup .holder .icono:focus,
.mainNav .navLink .holder .icono:focus {
  background-color: #f3f3f3;
}
.mainNav .accordionGroup .accordionItems .button,
.mainNav .navLink .accordionItems .button {
  height: 35px;
  padding-left: 30px;
  border: none;
}
.mainNav .accordionGroup .accordionItems .button.active,
.mainNav .navLink .accordionItems .button.active {
  background-color: #f47721;
  color: #fff;
}
.mainNav .accordionGroup .accordionItems .button.active:hover,
.mainNav .navLink .accordionItems .button.active:hover,
.mainNav .accordionGroup .accordionItems .button.active:focus,
.mainNav .navLink .accordionItems .button.active:focus {
  background-color: #d65903;
}
.mainNav .navLink + .navLink {
  margin: 0;
}
.mainNav .navLink.button.active {
  border-left-color: #f47721;
  color: #f47721;
  background-color: transparent;
}
.mainNav .navLink.button.active:hover,
.mainNav .navLink.button.active:focus {
  background-color: #f3f3f3;
}
.toolbar {
  position: relative;
  min-height: 60px;
  z-index: 1;
  background-color: #414141;
  padding: 0 0 0 20px;
}
.toolbar .holder {
  height: 60px;
  align-items: center;
}
.toolbar .holder.flex-1 {
  flex: 1 auto;
}
.toolbar .holder.flex-0 {
  flex: 0;
}
.toolbar .field {
  margin: 0;
}
.toolbar .field input {
  border: 0;
  margin: 0;
}
.toolbar .field input:focus {
  color: #f47721;
}
.toolbar .field .icon {
  cursor: pointer;
  margin-right: 10px;
}
.toolbar .navbar-toggle {
  height: 60px -2px;
  min-width: 60px -2px;
  width: 60px;
  background-color: transparent;
  color: #414141;
  border: 0;
  position: relative;
}
.toolbar .navbar-toggle .icon {
  font-size: 22px;
  color: #fff;
}
.toolbar .navbar-toggle:hover .icon {
  color: #f47721;
}
@media (max-width: 991px) {
  .toolbar {
    padding: 0;
  }
  .toolbar .field {
    margin-left: 10px;
  }
  .toolbar .navbar-toggle {
    display: inline-block;
    margin-right: 0;
    padding: 8px;
  }
}
@media (max-width: 991px) {
  .collapse {
    flex: auto;
    display: none !important;
  }
  .in {
    display: block !important;
    overflow-y: auto !important;
  }
}
.footer {
  color: #fff;
  background-color: #414141;
  height: 36px;
  padding: 10px 15px;
  font-size: 11px;
  text-align: center;
}
.footer.footer-fixed {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.footer .divider {
  padding-left: 5px;
  padding-right: 5px;
}
#adminPanel .avatar {
  align-self: center;
  margin-bottom: 30px;
}
#adminPanel input#name,
#adminPanel input#surname {
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 24px;
  font-weight: 600;
  color: #414141;
  -webkit-text-fill-color: #414141 !important;
}
#adminPanel input#name {
  text-align: right;
  padding-right: 10px;
}
#adminPanel input#workerNum {
  background-color: #414141;
  color: #fff;
  -webkit-text-fill-color: #fff !important;
}
#adminPanel .form.horizontal {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
#adminPanel .form.horizontal .field {
  flex: 1 auto;
}
#adminPanel .form.horizontal .field:not(:last-child) {
  margin-right: 50px;
}
#adminPanel .button {
  margin: 0 auto;
}
.tableCell.details {
  width: 100px;
}
.createLibrary .holder .scrollbarHolder,
.editLibrary .holder .scrollbarHolder {
  height: calc(100% - 90px);
  width: calc(100% - 100px);
  float: right;
}
.sectionsWrapper {
  height: 65vh;
  margin-bottom: 20px;
}
.profileSectionPermissions {
  height: 55vh;
  margin-bottom: 20px;
}
@import url "https://cdnjs.cloudflare.com/ajax/libs/graphiql/0.11.5/graphiql.css";
.mm-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  display: none;
  background: rgba(0,0,0,0.1);
}
.mm-popup--visible {
  display: block;
}
.mm-popup__close {
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: none;
  text-align: center;
  border-radius: 10px;
  border: none;
  text-indent: -9999px;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAALGPC/xhBQAAB8BJREFUWAnFWAtsU1UY/s+5XTcYYxgfvERQeQXxNeYLjVFxLVvb2xasKIgSVNQoREVI1GhmfC6ioijiNDo1vBxb19uVtRWUzAQ1+EowOkSQzTBAUJio27r2Hr9TLJTaa7vK4yTtvec///+f7/znf5xzGf2PZnVMKRHUczEJNpgYDSEdPzTB6GdG1EbE2sxk+qqxsW5rrtNAT+/aZLtrkiDdLYhUIcSwQ9KsA7DaAbKdEWOCQBckxwrkOGP0Lf7rTAqrW+vzbT4kk91/1gAB7BqdYlVC0KUAsQuANOKKjwYUNYfff//PdNNZ3O4zqEe/FguZykhUYFGFQKspnBYGNW1LOplUWkaANtvUc3pY5FUAKwewb4jzR0KaN8ikoXrRZs2aVbBr3/6bddKfhHUHAugys+j3eCCwYv9/qflPgFab83ps52ookxZ6OOT3regtsNTJHY45fSO05yGh6wsFsZ1cIVtI035M5Uv0DQFabY77BWOLsNrmQrPi8Xq9vyaEjsXT4pg6VuiRABZfzAVzhwK+T9Lp5emIFru6QCd6CXv4+sRLSizHGpycM+yvayng/S6Do7QIJtZZVXVyOiz/sqDV4XAKweoxsDjUqM1PJ3QsaeVz5+bHtrc2IjWVmky8tKmhYVuy/qMsWOZyXSR0Wo4IDVxRWrIgmfF4vTctWdINF7oJljwQ7dG9lpkzC5PnOgywsrKSU1R/Gz6xo7hPwXT0scsnpkkXEnncjTw6kvZ3vJI8q5Lo5BUV3YaAuFthyjStof6HBP1EPbe3tOweNWpMF0AuGHveuNqtLS375NxxC8rQB7inkOd8wcaGDScKVOo8/fvmLwWOPZFIrDIxFgcYEbtnA9wgk1lZmBgwetrtnqGTbapqNG5Et06ZMhhuYzIal/Ta2tpOlMVnEAOeCqfzfEmLA0SV8KB+bljr9Wbc2ijrujpGwmdxOB+SCrJpckGiu+enT7/85uZM/P375FcjDn6LxsRMycsrPJ5B2PerOLE1mYTleNDvX8k4W4xK8HyZ3XlvJpkym+qJEa1B1VjHRwz7IBM/rBjBNodhxXLJy6N/dbvlSz4nr3xm08J+7QHkyTdI6EssDsftRjJWh2smtmwlyrZ29tBBbplSjHiT6ZyxIHZ1vHQnVBlRArTfaZq2J5kp0zuS+D2w5Hs4/FWj8sxI5bfa1TuF0GtAX4W0Na26uronlceon89FSI5FRPf1HJY4C2e1HUbMRnR5aCguyIf1RC143oW1piZ44Z/zdCFgYXpnYmnJrdg27HL2LW4sxg7A9YYhqthwEmJ99uJHOOXEiMxbNm76qkAX+kps9xSUyXHwzyps02tBv29urqcfGG4fzgKnIYrFMHTajkzbuzcAjBb3zb8ROtajTHqx2Cq8L4IL3JcruEMIxF4cck/niK4IjlV5vYN1NLeMPATDd6DKPBclhfmP5sipdxBSRdKCe/E7PScVEMJxnllszlfgcw/CYk8g4X8OSwbKHY7Lc9Up5aB2MNxvN2eC7UUnJ4DYXm51ON/AqXsuVvpAuFGrVAYUVUD991HBmuStL1eQ2N7hkG1DfqY92J4ze6vI4/EoCI53YcE7EBD3hAL+xVJH0/Llv5tFkRUTtOoiGrbY3ONz0F2MAOnPGG8FQLYRCi7DhP2yVTRnzpy8A391r8TipqNYzkZALEuWlRchpU9BGfbpF8Fi6yar6pjk8UzvBzt7SuM8grbwPBMPwArm37u6JmUSlOPyBLyjfVcdttGNPDfjQ7+/Jp1cU23tXp6fNwkRfTCmi/XydpiOLx0tRvoNWPzOoN+7iQe83u/h2Dvgh7Z0zKk0/afWF+C8VsYVTzigrUodT+6H6ut3IaKvw0KiEYp8pKpqUfJ4unfp16C7meD1Mk3JDprwovbdaLNNP+VQ3/hfKGwFJ+WasL+hwZjryEjY5/vZTObrYJFmznHJzNA+2/S1dI2BsLysUBBDw8qGdOr0Ixz75XCj/2FJOxlNpiyrQ/0CuZmF/b4Jhy2I2ie/qywFqHkAO/BkgJNzWu3OW7GTJZzT/EQV+meL5Veewudg0FhnjJacDIAul2sATlZPw3gavjR8nMBwGCDOofuA+m74o0de3BMMJ+KJwDD9GY2twdGtH+7GDybPeZTTbvthy+aRo8cUYxWPjhw1duO2rVu2JzMfr3dzYZF0LzdTmCvk832RPM9hCyaIEy+ZsBBpoRnlqyGXy1FCTzbPeKm0q1WoGnch1c0La9qHqXLxKE4lyqrS0YlKQVTBhJifKGOpfP+nXz5jRv9Yx8HliFwbXOtR1PFn0+lLC1Ayylrb0dn1IqJqHmr1alL4ApnT0inpLa1MVa9kungLQYk7B90SDGiakQ5DgAkBi02djeiqgrJC3A8WiQHFVUZfVBMyRs9yp3McrpPPIhHjXs02m0zspiafT54jDVtGgFJSpoDOqP4YfOU+KO+Cco1xsYaPGBHMdFOTRaBbl9+zyYlcWwZ17Vjw41dOmPAefDDj95+sACaWV+5ynQsLzMZ104NAGoVo/0Oe/eDgrVDUhtl2gl7IOA2Of/FnYgSAXRBPuoI+JS5WDzn11DdramqwyOxarwAmq7Ta3RfqIqZCwWhYZjicHbdDGhoHLeTXfmrHUWwngDaTWWkMe72/JMtn+/43YTIL+pAwwhkAAAAASUVORK5CYII=") no-repeat center center;
  background-size: 100%;
  margin: 0;
}
.mm-popup__input {
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 3px;
  background: #f5f5f5;
  border: 1px solid #e9ebec;
  outline: none;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  font-size: 14px;
  padding: 0 12px;
  color: #808080;
}
.mm-popup__btn {
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0;
  line-height: 32px;
  height: 32px;
  border: 1px solid #666;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  background: transparent;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
}
.mm-popup__btn--success {
  background-color: #27ae60;
  border-color: #27ae60;
  color: #fff;
}
.mm-popup__btn--danger {
  background-color: #c5545c;
  border-color: #c5545c;
  color: #fff;
}
.mm-popup__box {
  width: 480px;
  position: absolute;
  top: 30%;
  left: calc(50% - 240px);
  background: #fff;
  box-shadow: 0px;
  border-radius: 5px;
  border: 1px solid #b8c8cc;
  overflow: hidden;
  z-index: 100;
}
.mm-popup__box__header {
  padding: 15px 20px;
  background: #edf5f7;
  color: #454b4d;
}
.mm-popup__box__header__title {
  margin: 0;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
}
.mm-popup__box__body {
  padding: 20px;
  line-height: 1.4;
  font-size: 14px;
  color: #454b4d;
  background: #fff;
  position: relative;
  z-index: 2;
}
.mm-popup__box__body p {
  margin: 0 0 5px;
}
.mm-popup__box__footer {
  overflow: hidden;
  padding: 40px 20px 20px;
}
.mm-popup__box__footer__right-space {
  float: right;
}
.mm-popup__box__footer__right-space .mm-popup__btn {
  margin-left: 5px;
}
.mm-popup__box__footer__left-space {
  float: left;
}
.mm-popup__box__footer__left-space .mm-popup__btn {
  margin-right: 5px;
}
.mm-popup__box--popover {
  width: 300px;
  margin-left: -150px;
}
.mm-popup__box--popover .mm-popup__close {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: none;
  text-align: center;
  border-radius: 10px;
  border: none;
  text-indent: -9999px;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAALGPC/xhBQAAB8BJREFUWAnFWAtsU1UY/s+5XTcYYxgfvERQeQXxNeYLjVFxLVvb2xasKIgSVNQoREVI1GhmfC6ioijiNDo1vBxb19uVtRWUzAQ1+EowOkSQzTBAUJio27r2Hr9TLJTaa7vK4yTtvec///+f7/znf5xzGf2PZnVMKRHUczEJNpgYDSEdPzTB6GdG1EbE2sxk+qqxsW5rrtNAT+/aZLtrkiDdLYhUIcSwQ9KsA7DaAbKdEWOCQBckxwrkOGP0Lf7rTAqrW+vzbT4kk91/1gAB7BqdYlVC0KUAsQuANOKKjwYUNYfff//PdNNZ3O4zqEe/FguZykhUYFGFQKspnBYGNW1LOplUWkaANtvUc3pY5FUAKwewb4jzR0KaN8ikoXrRZs2aVbBr3/6bddKfhHUHAugys+j3eCCwYv9/qflPgFab83ps52ookxZ6OOT3regtsNTJHY45fSO05yGh6wsFsZ1cIVtI035M5Uv0DQFabY77BWOLsNrmQrPi8Xq9vyaEjsXT4pg6VuiRABZfzAVzhwK+T9Lp5emIFru6QCd6CXv4+sRLSizHGpycM+yvayng/S6Do7QIJtZZVXVyOiz/sqDV4XAKweoxsDjUqM1PJ3QsaeVz5+bHtrc2IjWVmky8tKmhYVuy/qMsWOZyXSR0Wo4IDVxRWrIgmfF4vTctWdINF7oJljwQ7dG9lpkzC5PnOgywsrKSU1R/Gz6xo7hPwXT0scsnpkkXEnncjTw6kvZ3vJI8q5Lo5BUV3YaAuFthyjStof6HBP1EPbe3tOweNWpMF0AuGHveuNqtLS375NxxC8rQB7inkOd8wcaGDScKVOo8/fvmLwWOPZFIrDIxFgcYEbtnA9wgk1lZmBgwetrtnqGTbapqNG5Et06ZMhhuYzIal/Ta2tpOlMVnEAOeCqfzfEmLA0SV8KB+bljr9Wbc2ijrujpGwmdxOB+SCrJpckGiu+enT7/85uZM/P375FcjDn6LxsRMycsrPJ5B2PerOLE1mYTleNDvX8k4W4xK8HyZ3XlvJpkym+qJEa1B1VjHRwz7IBM/rBjBNodhxXLJy6N/dbvlSz4nr3xm08J+7QHkyTdI6EssDsftRjJWh2smtmwlyrZ29tBBbplSjHiT6ZyxIHZ1vHQnVBlRArTfaZq2J5kp0zuS+D2w5Hs4/FWj8sxI5bfa1TuF0GtAX4W0Na26uronlceon89FSI5FRPf1HJY4C2e1HUbMRnR5aCguyIf1RC143oW1piZ44Z/zdCFgYXpnYmnJrdg27HL2LW4sxg7A9YYhqthwEmJ99uJHOOXEiMxbNm76qkAX+kps9xSUyXHwzyps02tBv29urqcfGG4fzgKnIYrFMHTajkzbuzcAjBb3zb8ROtajTHqx2Cq8L4IL3JcruEMIxF4cck/niK4IjlV5vYN1NLeMPATDd6DKPBclhfmP5sipdxBSRdKCe/E7PScVEMJxnllszlfgcw/CYk8g4X8OSwbKHY7Lc9Up5aB2MNxvN2eC7UUnJ4DYXm51ON/AqXsuVvpAuFGrVAYUVUD991HBmuStL1eQ2N7hkG1DfqY92J4ze6vI4/EoCI53YcE7EBD3hAL+xVJH0/Llv5tFkRUTtOoiGrbY3ONz0F2MAOnPGG8FQLYRCi7DhP2yVTRnzpy8A391r8TipqNYzkZALEuWlRchpU9BGfbpF8Fi6yar6pjk8UzvBzt7SuM8grbwPBMPwArm37u6JmUSlOPyBLyjfVcdttGNPDfjQ7+/Jp1cU23tXp6fNwkRfTCmi/XydpiOLx0tRvoNWPzOoN+7iQe83u/h2Dvgh7Z0zKk0/afWF+C8VsYVTzigrUodT+6H6ut3IaKvw0KiEYp8pKpqUfJ4unfp16C7meD1Mk3JDprwovbdaLNNP+VQ3/hfKGwFJ+WasL+hwZjryEjY5/vZTObrYJFmznHJzNA+2/S1dI2BsLysUBBDw8qGdOr0Ixz75XCj/2FJOxlNpiyrQ/0CuZmF/b4Jhy2I2ie/qywFqHkAO/BkgJNzWu3OW7GTJZzT/EQV+meL5Veewudg0FhnjJacDIAul2sATlZPw3gavjR8nMBwGCDOofuA+m74o0de3BMMJ+KJwDD9GY2twdGtH+7GDybPeZTTbvthy+aRo8cUYxWPjhw1duO2rVu2JzMfr3dzYZF0LzdTmCvk832RPM9hCyaIEy+ZsBBpoRnlqyGXy1FCTzbPeKm0q1WoGnch1c0La9qHqXLxKE4lyqrS0YlKQVTBhJifKGOpfP+nXz5jRv9Yx8HliFwbXOtR1PFn0+lLC1Ayylrb0dn1IqJqHmr1alL4ApnT0inpLa1MVa9kungLQYk7B90SDGiakQ5DgAkBi02djeiqgrJC3A8WiQHFVUZfVBMyRs9yp3McrpPPIhHjXs02m0zspiafT54jDVtGgFJSpoDOqP4YfOU+KO+Cco1xsYaPGBHMdFOTRaBbl9+zyYlcWwZ17Vjw41dOmPAefDDj95+sACaWV+5ynQsLzMZ104NAGoVo/0Oe/eDgrVDUhtl2gl7IOA2Of/FnYgSAXRBPuoI+JS5WDzn11DdramqwyOxarwAmq7Ta3RfqIqZCwWhYZjicHbdDGhoHLeTXfmrHUWwngDaTWWkMe72/JMtn+/43YTIL+pAwwhkAAAAASUVORK5CYII=") no-repeat center center;
  background-size: 100%;
  margin: 0;
  z-index: 3;
}
.mm-popup__box--popover .mm-popup__box__body {
  padding: 20px;
}
@media (max-width: 420px) {
  .mm-popup__box {
    width: auto;
    left: 10px;
    right: 10px;
    top: 10px;
    margin-left: 0;
  }
  .mm-popup__box__footer__left-space {
    float: none;
  }
  .mm-popup__box__footer__right-space {
    float: none;
  }
  .mm-popup__box__footer {
    padding-top: 30px;
  }
  .mm-popup__box__footer .mm-popup__btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.floatRight {
  float: right;
}
.newItem {
  text-align: right;
  margin-right: 20px;
  color: #f00;
  margin-top: -30px;
  margin-left: 90%;
}
.message-row {
  white-space: pre-line !important;
}
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0;
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
/* For IE 8 compatibility */
  padding: 8px 0 12px;
/* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #d0021b;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0;
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
/* Fallback color for IE 8 */
  background-color: rgba(0,126,255,0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
/* Fallback color for IE 8 */
  background-color: rgba(0,126,255,0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #ccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
/* Fallback color for IE 8 */
  background-color: rgba(0,126,255,0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
/* Fallback color for IE 8 */
  border: 1px solid rgba(0,126,255,0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
/* Fallback color for IE 8 */
  border-right: 1px solid rgba(0,126,255,0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
/* Fallback color for IE 8 */
  background-color: rgba(0,113,230,0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
/* Fallback color for IE 8 */
  background-color: rgba(0,126,255,0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
/* Fallback color for IE 8 */
  border-left: 1px solid rgba(0,126,255,0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
.select-container {
  width: 100%;
  margin-left: 20px;
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.api-documentation img {
  max-width: 100%;
  max-height: 100%;
}
@-moz-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-o-keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
