h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #111;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.75rem;
}

.h1 {
  font-size: 2.25rem;
}

.h2 {
  font-size: 1.875rem;
}

.h3 {
  font-size: 1.5rem;
}

.h4 {
  font-size: 1.125rem;
}

.h5 {
  font-size: 0.875rem;
}

.h6 {
  font-size: 0.75rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: .2em;
  background-color: #FFCD02;
}

.list-unstyled,
.chat-widget,
.simple-list {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}

.dl-horizontal::after {
  content: "";
  display: table;
  clear: both;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.img-fluid,
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0.3rem;
}

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle,
.img-circle img,
.chat-widget.chat-image>li img,
.chat-widget.chat-image>li.from-me img {
  border-radius: 50%;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #818a91;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 0px;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody+tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: #f5f5f5;
}

.table-hover .table-active:hover {
  background-color: #e8e8e8;
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: #e8e8e8;
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #87FC70;
}

.table-hover .table-success:hover {
  background-color: #72fb57;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #72fb57;
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #1AD6FD;
}

.table-hover .table-info:hover {
  background-color: #02d1fb;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #02d1fb;
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #FFCD02;
}

.table-hover .table-warning:hover {
  background-color: #e8ba00;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #e8ba00;
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #FF5E3A;
}

.table-hover .table-danger:hover {
  background-color: #ff4921;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #ff4921;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
}

.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}

.thead-default th {
  color: #55595c;
  background-color: #eceeef;
}

.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #55595c;
}

.table-reflow thead {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #eceeef;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef;
}

.table-reflow tr {
  float: left;
}

.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #eceeef;
}

.form-control::-ms-expand,
.tablesaw-bar select::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus,
.tablesaw-bar select:focus {
  border-color: #66afe9;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::placeholder,
.tablesaw-bar select::placeholder {
  color: #999;
  opacity: 1;
}

.form-control:disabled,
.tablesaw-bar select:disabled,
.form-control[readonly],
.tablesaw-bar select[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled,
.tablesaw-bar select:disabled {
  cursor: not-allowed;
}

.form-control-file,
.form-control-range {
  display: block;
}

.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
}

@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: 2.0625rem;
  }

  input[type="date"].input-sm,
  .input-group-sm input[type="date"].form-control,
  input[type="time"].input-sm,
  .input-group-sm input[type="time"].form-control,
  input[type="datetime-local"].input-sm,
  .input-group-sm input[type="datetime-local"].form-control,
  input[type="month"].input-sm,
  .input-group-sm input[type="month"].form-control {
    line-height: 1.8625rem;
  }

  input[type="date"].input-lg,
  .input-group-lg input[type="date"].form-control,
  input[type="time"].input-lg,
  .input-group-lg input[type="time"].form-control,
  input[type="datetime-local"].input-lg,
  .input-group-lg input[type="datetime-local"].form-control,
  input[type="month"].input-lg,
  .input-group-lg input[type="month"].form-control {
    line-height: 3.16667rem;
  }
}

.form-control-static {
  min-height: 2.0625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
}

.form-control-static.form-control-sm,
.input-group-sm>.form-control-static.form-control,
.tablesaw-bar .input-group-sm>select.form-control-static,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg>.form-control-static.form-control,
.tablesaw-bar .input-group-lg>select.form-control-static,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm>.form-control,
.tablesaw-bar .input-group-sm>select,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg,
.input-group-lg>.form-control,
.tablesaw-bar .input-group-lg>select,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem;
}

.form-group {
  margin-bottom: 1rem;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.radio label,
.checkbox label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio label input:only-child,
.checkbox label input:only-child {
  position: static;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -.25rem;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: .75rem;
}

input[type="radio"]:disabled,
input[type="radio"].disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.51563rem;
  background-size: 1.34062rem 1.34062rem;
}

.has-success .text-help,
.has-success .form-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: #4cd964;
}

.has-success .form-control,
.has-success .tablesaw-bar select,
.tablesaw-bar .has-success select {
  border-color: #4cd964;
}

.has-success .input-group-addon {
  color: #4cd964;
  border-color: #4cd964;
  background-color: #f4fdf6;
}

.has-success .form-control-feedback {
  color: #4cd964;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==");
}

.has-warning .text-help,
.has-warning .form-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: #ffcc00;
}

.has-warning .form-control,
.has-warning .tablesaw-bar select,
.tablesaw-bar .has-warning select {
  border-color: #ffcc00;
}

.has-warning .input-group-addon {
  color: #ffcc00;
  border-color: #ffcc00;
  background-color: #fff5cc;
}

.has-warning .form-control-feedback {
  color: #ffcc00;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+");
}

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
  color: #ff2d55;
}

.has-danger .form-control,
.has-danger .tablesaw-bar select,
.tablesaw-bar .has-danger select {
  border-color: #ff2d55;
}

.has-danger .input-group-addon {
  color: #ff2d55;
  border-color: #ff2d55;
  background-color: #fff9fa;
}

.has-danger .form-control-feedback {
  color: #ff2d55;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=");
}

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control,
  .form-inline .tablesaw-bar select,
  .tablesaw-bar .form-inline select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .tablesaw-bar select,
  .tablesaw-bar .form-inline .input-group select {
    width: auto;
  }

  .form-inline .input-group>.form-control,
  .form-inline .tablesaw-bar .input-group>select,
  .tablesaw-bar .form-inline .input-group>select {
    width: 100%;
  }

  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn,
#respond input#submit {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn.focus {
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: .65;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary,
#respond input#submit {
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-primary:hover,
#respond input#submit:hover {
  color: #fff;
  background-color: #0062cc;
  border-color: #005dc2;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0062cc;
  border-color: #005dc2;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005dc2;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #0051a8;
  border-color: #003d80;
}

.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus {
  background-color: #007aff;
  border-color: #007aff;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background-color: #007aff;
  border-color: #007aff;
}

.btn-secondary,
.btn-default {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-secondary:hover,
.btn-default:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:focus,
.btn-default:focus,
.btn-secondary.focus,
.focus.btn-default {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:active,
.btn-default:active,
.btn-secondary.active,
.active.btn-default,
.open>.btn-secondary.dropdown-toggle,
.open>.dropdown-toggle.btn-default {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-secondary:active:hover,
.btn-default:active:hover,
.btn-secondary:active:focus,
.btn-default:active:focus,
.btn-secondary:active.focus,
.btn-default:active.focus,
.btn-secondary.active:hover,
.active.btn-default:hover,
.btn-secondary.active:focus,
.active.btn-default:focus,
.btn-secondary.active.focus,
.active.focus.btn-default,
.open>.btn-secondary.dropdown-toggle:hover,
.open>.dropdown-toggle.btn-default:hover,
.open>.btn-secondary.dropdown-toggle:focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.btn-secondary.dropdown-toggle.focus,
.open>.dropdown-toggle.focus.btn-default {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-secondary.disabled:focus,
.disabled.btn-default:focus,
.btn-secondary.disabled.focus,
.disabled.focus.btn-default,
.btn-secondary:disabled:focus,
.btn-default:disabled:focus,
.btn-secondary:disabled.focus,
.btn-default:disabled.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary.disabled:hover,
.disabled.btn-default:hover,
.btn-secondary:disabled:hover,
.btn-default:disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-info {
  color: #fff;
  background-color: #5AC8FB;
  border-color: #5AC8FB;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-info:hover {
  color: #fff;
  background-color: #28b7fa;
  border-color: #1eb4fa;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #28b7fa;
  border-color: #1eb4fa;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #28b7fa;
  border-color: #1eb4fa;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #06acf8;
  border-color: #0590d0;
}

.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus {
  background-color: #5AC8FB;
  border-color: #5AC8FB;
}

.btn-info.disabled:hover,
.btn-info:disabled:hover {
  background-color: #5AC8FB;
  border-color: #5AC8FB;
}

.btn-success {
  color: #fff;
  background-color: #4cd964;
  border-color: #4cd964;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-success:hover {
  color: #fff;
  background-color: #2ac845;
  border-color: #29bf42;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #2ac845;
  border-color: #29bf42;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2ac845;
  border-color: #29bf42;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #24aa3b;
  border-color: #1d892f;
}

.btn-success.disabled,
.btn-success.disabled,
.btn-success:disabled,
.btn-success:disabled {
  background-color: #4cd964;
  border-color: #4cd964;
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
  background-color: #4cd964;
  border-color: #4cd964;
}

.btn-warning {
  color: #fff;
  background-color: #ffcc00;
  border-color: #ffcc00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-warning:hover {
  color: #fff;
  background-color: #cca300;
  border-color: #c29b00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #cca300;
  border-color: #c29b00;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cca300;
  border-color: #c29b00;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #a88700;
  border-color: #806600;
}

.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus {
  background-color: #ffcc00;
  border-color: #ffcc00;
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
  background-color: #ffcc00;
  border-color: #ffcc00;
}

.btn-danger {
  color: #fff;
  background-color: #ff2d55;
  border-color: #ff2d55;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-danger:hover {
  color: #fff;
  background-color: #f9002f;
  border-color: #ef002d;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #f9002f;
  border-color: #ef002d;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f9002f;
  border-color: #ef002d;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #d50029;
  border-color: #ad0021;
}

.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus {
  background-color: #ff2d55;
  border-color: #ff2d55;
}

.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
  background-color: #ff2d55;
  border-color: #ff2d55;
}

.btn-primary-outline,
.btn-primary.btn-line {
  color: #007aff;
  background-image: none;
  background-color: transparent;
  border-color: #007aff;
}

.btn-primary-outline:focus,
.btn-primary.btn-line:focus,
.btn-primary-outline.focus,
.focus.btn-primary.btn-line,
.btn-primary-outline:active,
.btn-primary.btn-line:active,
.btn-primary-outline.active,
.active.btn-primary.btn-line,
.open>.btn-primary-outline.dropdown-toggle,
.open>.dropdown-toggle.btn-primary.btn-line {
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}

.btn-primary-outline:hover,
.btn-primary.btn-line:hover {
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}

.btn-primary-outline.disabled:focus,
.disabled.btn-primary.btn-line:focus,
.btn-primary-outline.disabled.focus,
.disabled.focus.btn-primary.btn-line,
.btn-primary-outline:disabled:focus,
.btn-primary.btn-line:disabled:focus,
.btn-primary-outline:disabled.focus,
.btn-primary.btn-line:disabled.focus {
  border-color: #66afff;
}

.btn-primary-outline.disabled:hover,
.disabled.btn-primary.btn-line:hover,
.btn-primary-outline:disabled:hover,
.btn-primary.btn-line:disabled:hover {
  border-color: #66afff;
}

.btn-secondary-outline,
.btn-default.btn-line {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

.btn-secondary-outline:focus,
.btn-default.btn-line:focus,
.btn-secondary-outline.focus,
.focus.btn-default.btn-line,
.btn-secondary-outline:active,
.btn-default.btn-line:active,
.btn-secondary-outline.active,
.active.btn-default.btn-line,
.open>.btn-secondary-outline.dropdown-toggle,
.open>.dropdown-toggle.btn-default.btn-line {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-secondary-outline:hover,
.btn-default.btn-line:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-secondary-outline.disabled:focus,
.disabled.btn-default.btn-line:focus,
.btn-secondary-outline.disabled.focus,
.disabled.focus.btn-default.btn-line,
.btn-secondary-outline:disabled:focus,
.btn-default.btn-line:disabled:focus,
.btn-secondary-outline:disabled.focus,
.btn-default.btn-line:disabled.focus {
  border-color: white;
}

.btn-secondary-outline.disabled:hover,
.disabled.btn-default.btn-line:hover,
.btn-secondary-outline:disabled:hover,
.btn-default.btn-line:disabled:hover {
  border-color: white;
}

.btn-info-outline,
.btn-info.btn-line {
  color: #5AC8FB;
  background-image: none;
  background-color: transparent;
  border-color: #5AC8FB;
}

.btn-info-outline:focus,
.btn-info.btn-line:focus,
.btn-info-outline.focus,
.focus.btn-info.btn-line,
.btn-info-outline:active,
.btn-info.btn-line:active,
.btn-info-outline.active,
.active.btn-info.btn-line,
.open>.btn-info-outline.dropdown-toggle,
.open>.dropdown-toggle.btn-info.btn-line {
  color: #fff;
  background-color: #5AC8FB;
  border-color: #5AC8FB;
}

.btn-info-outline:hover,
.btn-info.btn-line:hover {
  color: #fff;
  background-color: #5AC8FB;
  border-color: #5AC8FB;
}

.btn-info-outline.disabled:focus,
.disabled.btn-info.btn-line:focus,
.btn-info-outline.disabled.focus,
.disabled.focus.btn-info.btn-line,
.btn-info-outline:disabled:focus,
.btn-info.btn-line:disabled:focus,
.btn-info-outline:disabled.focus,
.btn-info.btn-line:disabled.focus {
  border-color: #bee9fd;
}

.btn-info-outline.disabled:hover,
.disabled.btn-info.btn-line:hover,
.btn-info-outline:disabled:hover,
.btn-info.btn-line:disabled:hover {
  border-color: #bee9fd;
}

.btn-success-outline,
.btn-success.btn-line {
  color: #4cd964;
  background-image: none;
  background-color: transparent;
  border-color: #4cd964;
}

.btn-success-outline:focus,
.btn-success.btn-line:focus,
.btn-success-outline.focus,
.focus.btn-success.btn-line,
.btn-success-outline:active,
.btn-success.btn-line:active,
.btn-success-outline.active,
.active.btn-success.btn-line,
.open>.btn-success-outline.dropdown-toggle,
.open>.dropdown-toggle.btn-success.btn-line {
  color: #fff;
  background-color: #4cd964;
  border-color: #4cd964;
}

.btn-success-outline:hover,
.btn-success.btn-line:hover {
  color: #fff;
  background-color: #4cd964;
  border-color: #4cd964;
}

.btn-success-outline.disabled:focus,
.disabled.btn-success.btn-line:focus,
.btn-success-outline.disabled.focus,
.disabled.focus.btn-success.btn-line,
.btn-success-outline:disabled:focus,
.btn-success.btn-line:disabled:focus,
.btn-success-outline:disabled.focus,
.btn-success.btn-line:disabled.focus {
  border-color: #a0ebad;
}

.btn-success-outline.disabled:hover,
.disabled.btn-success.btn-line:hover,
.btn-success-outline:disabled:hover,
.btn-success.btn-line:disabled:hover {
  border-color: #a0ebad;
}

.btn-warning-outline,
.btn-warning.btn-line {
  color: #ffcc00;
  background-image: none;
  background-color: transparent;
  border-color: #ffcc00;
}

.btn-warning-outline:focus,
.btn-warning.btn-line:focus,
.btn-warning-outline.focus,
.focus.btn-warning.btn-line,
.btn-warning-outline:active,
.btn-warning.btn-line:active,
.btn-warning-outline.active,
.active.btn-warning.btn-line,
.open>.btn-warning-outline.dropdown-toggle,
.open>.dropdown-toggle.btn-warning.btn-line {
  color: #fff;
  background-color: #ffcc00;
  border-color: #ffcc00;
}

.btn-warning-outline:hover,
.btn-warning.btn-line:hover {
  color: #fff;
  background-color: #ffcc00;
  border-color: #ffcc00;
}

.btn-warning-outline.disabled:focus,
.disabled.btn-warning.btn-line:focus,
.btn-warning-outline.disabled.focus,
.disabled.focus.btn-warning.btn-line,
.btn-warning-outline:disabled:focus,
.btn-warning.btn-line:disabled:focus,
.btn-warning-outline:disabled.focus,
.btn-warning.btn-line:disabled.focus {
  border-color: #ffe066;
}

.btn-warning-outline.disabled:hover,
.disabled.btn-warning.btn-line:hover,
.btn-warning-outline:disabled:hover,
.btn-warning.btn-line:disabled:hover {
  border-color: #ffe066;
}

.btn-danger-outline,
.btn-danger.btn-line {
  color: #ff2d55;
  background-image: none;
  background-color: transparent;
  border-color: #ff2d55;
}

.btn-danger-outline:focus,
.btn-danger.btn-line:focus,
.btn-danger-outline.focus,
.focus.btn-danger.btn-line,
.btn-danger-outline:active,
.btn-danger.btn-line:active,
.btn-danger-outline.active,
.active.btn-danger.btn-line,
.open>.btn-danger-outline.dropdown-toggle,
.open>.dropdown-toggle.btn-danger.btn-line {
  color: #fff;
  background-color: #ff2d55;
  border-color: #ff2d55;
}

.btn-danger-outline:hover,
.btn-danger.btn-line:hover {
  color: #fff;
  background-color: #ff2d55;
  border-color: #ff2d55;
}

.btn-danger-outline.disabled:focus,
.disabled.btn-danger.btn-line:focus,
.btn-danger-outline.disabled.focus,
.disabled.focus.btn-danger.btn-line,
.btn-danger-outline:disabled:focus,
.btn-danger.btn-line:disabled:focus,
.btn-danger-outline:disabled.focus,
.btn-danger.btn-line:disabled.focus {
  border-color: #ff93a8;
}

.btn-danger-outline.disabled:hover,
.disabled.btn-danger.btn-line:hover,
.btn-danger-outline:disabled:hover,
.btn-danger.btn-line:disabled:hover {
  border-color: #ff93a8;
}

.btn-link {
  font-weight: normal;
  color: #007aff;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #0055b3;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
  color: #818a91;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 0.25rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 0.875rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-divider,
.bootstrap-select ul.dropdown-menu .divider,
.bootstrap-table ul.dropdown-menu .divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item,
.note-editor .dropdown-menu>li,
.note-editor .dropdown-menu>li>a,
.bootstrap-select ul.dropdown-menu>li>a,
.bootstrap-table ul.dropdown-menu>li>a {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus,
.note-editor .dropdown-menu>li:focus,
.note-editor .dropdown-menu>li>a:focus,
.bootstrap-select ul.dropdown-menu>li>a:focus,
.bootstrap-table ul.dropdown-menu>li>a:focus,
.dropdown-item:hover,
.note-editor .dropdown-menu>li:hover,
.note-editor .dropdown-menu>li>a:hover,
.bootstrap-select ul.dropdown-menu>li>a:hover,
.bootstrap-table ul.dropdown-menu>li>a:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-item.active,
.note-editor .dropdown-menu>li.active,
.note-editor .dropdown-menu>li>a.active,
.bootstrap-select ul.dropdown-menu>li>a.active,
.bootstrap-table ul.dropdown-menu>li>a.active,
.dropdown-item.active:focus,
.note-editor .dropdown-menu>li.active:focus,
.note-editor .dropdown-menu>li>a.active:focus,
.bootstrap-select ul.dropdown-menu>li>a.active:focus,
.bootstrap-table ul.dropdown-menu>li>a.active:focus,
.dropdown-item.active:hover,
.note-editor .dropdown-menu>li.active:hover,
.note-editor .dropdown-menu>li>a.active:hover,
.bootstrap-select ul.dropdown-menu>li>a.active:hover,
.bootstrap-table ul.dropdown-menu>li>a.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #007aff;
  outline: 0;
}

.dropdown-item.disabled,
.note-editor .dropdown-menu>li.disabled,
.note-editor .dropdown-menu>li>a.disabled,
.bootstrap-select ul.dropdown-menu>li>a.disabled,
.bootstrap-table ul.dropdown-menu>li>a.disabled,
.dropdown-item.disabled:focus,
.note-editor .dropdown-menu>li.disabled:focus,
.note-editor .dropdown-menu>li>a.disabled:focus,
.bootstrap-select ul.dropdown-menu>li>a.disabled:focus,
.bootstrap-table ul.dropdown-menu>li>a.disabled:focus,
.dropdown-item.disabled:hover,
.note-editor .dropdown-menu>li.disabled:hover,
.note-editor .dropdown-menu>li>a.disabled:hover,
.bootstrap-select ul.dropdown-menu>li>a.disabled:hover,
.bootstrap-table ul.dropdown-menu>li>a.disabled:hover {
  color: #818a91;
}

.dropdown-item.disabled:focus,
.note-editor .dropdown-menu>li.disabled:focus,
.note-editor .dropdown-menu>li>a.disabled:focus,
.bootstrap-select ul.dropdown-menu>li>a.disabled:focus,
.bootstrap-table ul.dropdown-menu>li>a.disabled:focus,
.dropdown-item.disabled:hover,
.note-editor .dropdown-menu>li.disabled:hover,
.note-editor .dropdown-menu>li>a.disabled:hover,
.bootstrap-select ul.dropdown-menu>li>a.disabled:hover,
.bootstrap-table ul.dropdown-menu>li>a.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #818a91;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar::after {
  content: "";
  display: table;
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
  border-width: 0 0.3em 0.3em;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group::after {
  content: "";
  display: table;
  clear: both;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control,
.input-group .tablesaw-bar select,
.tablesaw-bar .input-group select {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .tablesaw-bar select:focus,
.tablesaw-bar .input-group select:focus,
.input-group .form-control:active,
.input-group .tablesaw-bar select:active,
.tablesaw-bar .input-group select:active,
.input-group .form-control:hover,
.input-group .tablesaw-bar select:hover,
.tablesaw-bar .input-group select:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .tablesaw-bar select,
.tablesaw-bar .input-group select {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .tablesaw-bar select:not(:first-child):not(:last-child),
.tablesaw-bar .input-group select:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.tablesaw-bar .input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.tablesaw-bar .input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group .tablesaw-bar select:first-child,
.tablesaw-bar .input-group select:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group .tablesaw-bar select:last-child,
.tablesaw-bar .input-group select:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:focus,
.input-group-btn>.btn:active,
.input-group-btn>.btn:hover {
  z-index: 3;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:last-child>.btn:focus,
.input-group-btn:last-child>.btn:active,
.input-group-btn:last-child>.btn:hover,
.input-group-btn:last-child>.btn-group:focus,
.input-group-btn:last-child>.btn-group:active,
.input-group-btn:last-child>.btn-group:hover {
  z-index: 3;
}

.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer;
}

.c-input>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.c-input>input:checked~.c-indicator {
  color: #fff;
  background-color: #0074d9;
  box-shadow: none;
}

.c-input>input:focus~.c-indicator {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

.c-input>input:active~.c-indicator {
  color: #fff;
  background-color: #84c6ff;
  box-shadow: none;
}

.c-input+.c-input {
  margin-left: 1rem;
}

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  box-shadow: inset 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
}

.c-checkbox .c-indicator {
  border-radius: .25rem;
}

.c-checkbox input:checked~.c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

.c-checkbox input:indeterminate~.c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
  box-shadow: none;
}

.c-radio .c-indicator {
  border-radius: 50%;
}

.c-radio input:checked~.c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

.c-inputs-stacked .c-input {
  display: inline;
}

.c-inputs-stacked .c-input::after {
  display: block;
  margin-bottom: .25rem;
  content: "";
}

.c-inputs-stacked .c-input+.c-input {
  margin-left: 0;
}

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.c-select:focus {
  border-color: #51a7e8;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
}

.c-select::-ms-expand {
  opacity: 0;
}

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}

.c-select-sm:not([multiple]) {
  height: 26px;
  min-height: 26px;
}

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer;
}

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
}

.file-custom::after {
  content: "Choose file...";
}

.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0;
}

.file input:focus~.file-custom {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #818a91;
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-inline .nav-item {
  display: inline-block;
}

.nav-inline .nav-item+.nav-item,
.nav-inline .nav-link+.nav-link {
  margin-left: 1rem;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}

.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs .nav-item+.nav-item {
  margin-left: .2rem;
}

.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-radius: 0.25rem 0.25rem 0 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
  color: #818a91;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #55595c;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}

.nav-pills::after {
  content: "";
  display: table;
  clear: both;
}

.nav-pills .nav-item {
  float: left;
}

.nav-pills .nav-item+.nav-item {
  margin-left: .2rem;
}

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #007aff;
}

.nav-stacked .nav-item {
  display: block;
  float: none;
}

.nav-stacked .nav-item+.nav-item {
  margin-top: .2rem;
  margin-left: 0;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.card,
.panel {
  position: relative;
  display: block;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
}

.card-block,
.panel .panel-body {
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card>.list-group:first-child .list-group-item:first-child,
.panel>.list-group:first-child .list-group-item:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card>.list-group:last-child .list-group-item:last-child,
.panel>.list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}

.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-primary {
  background-color: #007aff;
  border-color: #007aff;
}

.card-success {
  background-color: #4cd964;
  border-color: #4cd964;
}

.card-info {
  background-color: #5AC8FB;
  border-color: #5AC8FB;
}

.card-warning {
  background-color: #ffcc00;
  border-color: #ffcc00;
}

.card-danger {
  background-color: #ff2d55;
  border-color: #ff2d55;
}

.card-primary-outline {
  background-color: transparent;
  border-color: #007aff;
}

.card-secondary-outline {
  background-color: transparent;
  border-color: #ccc;
}

.card-info-outline {
  background-color: transparent;
  border-color: #5AC8FB;
}

.card-success-outline {
  background-color: transparent;
  border-color: #4cd964;
}

.card-warning-outline {
  background-color: transparent;
  border-color: #ffcc00;
}

.card-danger-outline {
  background-color: transparent;
  border-color: #ff2d55;
}

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote>footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: 0.25rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-img-bottom {
  border-radius: 0 0 0.25rem 0.25rem;
}

@media (min-width: 544px) {
  .card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }

  .card-deck .card,
  .card-deck .panel {
    display: table-cell;
    width: 1%;
    vertical-align: top;
  }

  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .card-group .card,
  .card-group .panel {
    display: table-cell;
    vertical-align: top;
  }

  .card-group .card+.card,
  .card-group .panel+.card,
  .card-group .card+.panel,
  .card-group .panel+.panel {
    margin-left: 0;
    border-left: 0;
  }

  .card-group .card:first-child,
  .card-group .panel:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-top,
  .card-group .panel:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-bottom,
  .card-group .panel:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group .card:last-child,
  .card-group .panel:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-top,
  .card-group .panel:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-bottom,
  .card-group .panel:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child),
  .card-group .panel:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .panel:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .panel:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }

  .card-columns .card,
  .card-columns .panel {
    display: inline-block;
  }
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.breadcrumb::after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumb>li {
  float: left;
}

.breadcrumb>li+li::before {
  padding-right: .5rem;
  padding-left: .5rem;
  color: #818a91;
  content: "/";
}

.breadcrumb>.active {
  color: #818a91;
}

.page-item,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li,
.footable-visible .pagination>li,
div.dataTables_wrapper div.dataTables_paginate .footable-visible ul.pagination>li,
.bootstrap-table .pagination>li,
div.dataTables_wrapper div.dataTables_paginate .bootstrap-table ul.pagination>li {
  display: inline;
}

.page-item:first-child .page-link,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child .page-link,
.footable-visible .pagination>li:first-child .page-link,
.bootstrap-table .pagination>li:first-child .page-link,
.page-item:first-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .page-item:first-child ul.pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child ul.pagination>li>a,
.page-item:first-child .footable-visible .pagination>li>a,
.footable-visible .page-item:first-child .pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child .footable-visible .pagination>li>a,
.footable-visible .pagination>li:first-child .pagination>li>a,
.footable-visible div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child .pagination>li>a,
.bootstrap-table .pagination>li:first-child .footable-visible .pagination>li>a,
.footable-visible .pagination>li:first-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.footable-visible div.dataTables_wrapper div.dataTables_paginate .pagination>li:first-child ul.pagination>li>a,
.page-item:first-child .bootstrap-table .pagination>li>a,
.bootstrap-table .page-item:first-child .pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child .bootstrap-table .pagination>li>a,
.footable-visible .pagination>li:first-child .bootstrap-table .pagination>li>a,
.bootstrap-table .pagination>li:first-child .pagination>li>a,
.bootstrap-table div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child .pagination>li>a,
.bootstrap-table .pagination>li:first-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.bootstrap-table div.dataTables_wrapper div.dataTables_paginate .pagination>li:first-child ul.pagination>li>a {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child .page-link,
.footable-visible .pagination>li:last-child .page-link,
.bootstrap-table .pagination>li:last-child .page-link,
.page-item:last-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .page-item:last-child ul.pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child ul.pagination>li>a,
.page-item:last-child .footable-visible .pagination>li>a,
.footable-visible .page-item:last-child .pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child .footable-visible .pagination>li>a,
.footable-visible .pagination>li:last-child .pagination>li>a,
.footable-visible div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child .pagination>li>a,
.bootstrap-table .pagination>li:last-child .footable-visible .pagination>li>a,
.footable-visible .pagination>li:last-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.footable-visible div.dataTables_wrapper div.dataTables_paginate .pagination>li:last-child ul.pagination>li>a,
.page-item:last-child .bootstrap-table .pagination>li>a,
.bootstrap-table .page-item:last-child .pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child .bootstrap-table .pagination>li>a,
.footable-visible .pagination>li:last-child .bootstrap-table .pagination>li>a,
.bootstrap-table .pagination>li:last-child .pagination>li>a,
.bootstrap-table div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child .pagination>li>a,
.bootstrap-table .pagination>li:last-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.bootstrap-table div.dataTables_wrapper div.dataTables_paginate .pagination>li:last-child ul.pagination>li>a {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.page-item.active .page-link,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.active .page-link,
.footable-visible .pagination>li.active .page-link,
.bootstrap-table .pagination>li.active .page-link,
.page-item.active div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .page-item.active ul.pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.active ul.pagination>li>a,
.page-item.active .footable-visible .pagination>li>a,
.footable-visible .page-item.active .pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.active .footable-visible .pagination>li>a,
.footable-visible .pagination>li.active .pagination>li>a,
.footable-visible div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.active .pagination>li>a,
.bootstrap-table .pagination>li.active .footable-visible .pagination>li>a,
.footable-visible .pagination>li.active div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.footable-visible div.dataTables_wrapper div.dataTables_paginate .pagination>li.active ul.pagination>li>a,
.page-item.active .bootstrap-table .pagination>li>a,
.bootstrap-table .page-item.active .pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.active .bootstrap-table .pagination>li>a,
.footable-visible .pagination>li.active .bootstrap-table .pagination>li>a,
.bootstrap-table .pagination>li.active .pagination>li>a,
.bootstrap-table div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.active .pagination>li>a,
.bootstrap-table .pagination>li.active div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.bootstrap-table div.dataTables_wrapper div.dataTables_paginate .pagination>li.active ul.pagination>li>a,
.page-item.active .page-link:focus,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.active .page-link:focus,
.footable-visible .pagination>li.active .page-link:focus,
.bootstrap-table .pagination>li.active .page-link:focus,
.page-item.active div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a:focus,
div.dataTables_wrapper div.dataTables_paginate .page-item.active ul.pagination>li>a:focus,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.active ul.pagination>li>a:focus,
.page-item.active .footable-visible .pagination>li>a:focus,
.footable-visible .page-item.active .pagination>li>a:focus,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.active .footable-visible .pagination>li>a:focus,
.footable-visible .pagination>li.active .pagination>li>a:focus,
.footable-visible div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.active .pagination>li>a:focus,
.bootstrap-table .pagination>li.active .footable-visible .pagination>li>a:focus,
.footable-visible .pagination>li.active div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a:focus,
.footable-visible div.dataTables_wrapper div.dataTables_paginate .pagination>li.active ul.pagination>li>a:focus,
.page-item.active .bootstrap-table .pagination>li>a:focus,
.bootstrap-table .page-item.active .pagination>li>a:focus,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.active .bootstrap-table .pagination>li>a:focus,
.footable-visible .pagination>li.active .bootstrap-table .pagination>li>a:focus,
.bootstrap-table .pagination>li.active .pagination>li>a:focus,
.bootstrap-table div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.active .pagination>li>a:focus,
.bootstrap-table .pagination>li.active div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a:focus,
.bootstrap-table div.dataTables_wrapper div.dataTables_paginate .pagination>li.active ul.pagination>li>a:focus,
.page-item.active .page-link:hover,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.active .page-link:hover,
.footable-visible .pagination>li.active .page-link:hover,
.bootstrap-table .pagination>li.active .page-link:hover,
.page-item.active div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a:hover,
div.dataTables_wrapper div.dataTables_paginate .page-item.active ul.pagination>li>a:hover,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.active ul.pagination>li>a:hover,
.page-item.active .footable-visible .pagination>li>a:hover,
.footable-visible .page-item.active .pagination>li>a:hover,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.active .footable-visible .pagination>li>a:hover,
.footable-visible .pagination>li.active .pagination>li>a:hover,
.footable-visible div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.active .pagination>li>a:hover,
.bootstrap-table .pagination>li.active .footable-visible .pagination>li>a:hover,
.footable-visible .pagination>li.active div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a:hover,
.footable-visible div.dataTables_wrapper div.dataTables_paginate .pagination>li.active ul.pagination>li>a:hover,
.page-item.active .bootstrap-table .pagination>li>a:hover,
.bootstrap-table .page-item.active .pagination>li>a:hover,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.active .bootstrap-table .pagination>li>a:hover,
.footable-visible .pagination>li.active .bootstrap-table .pagination>li>a:hover,
.bootstrap-table .pagination>li.active .pagination>li>a:hover,
.bootstrap-table div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.active .pagination>li>a:hover,
.bootstrap-table .pagination>li.active div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a:hover,
.bootstrap-table div.dataTables_wrapper div.dataTables_paginate .pagination>li.active ul.pagination>li>a:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #007aff;
  border-color: #007aff;
}

.page-item.disabled .page-link,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.disabled .page-link,
.footable-visible .pagination>li.disabled .page-link,
.bootstrap-table .pagination>li.disabled .page-link,
.page-item.disabled div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .page-item.disabled ul.pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.disabled ul.pagination>li>a,
.page-item.disabled .footable-visible .pagination>li>a,
.footable-visible .page-item.disabled .pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.disabled .footable-visible .pagination>li>a,
.footable-visible .pagination>li.disabled .pagination>li>a,
.footable-visible div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.disabled .pagination>li>a,
.bootstrap-table .pagination>li.disabled .footable-visible .pagination>li>a,
.footable-visible .pagination>li.disabled div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.footable-visible div.dataTables_wrapper div.dataTables_paginate .pagination>li.disabled ul.pagination>li>a,
.page-item.disabled .bootstrap-table .pagination>li>a,
.bootstrap-table .page-item.disabled .pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.disabled .bootstrap-table .pagination>li>a,
.footable-visible .pagination>li.disabled .bootstrap-table .pagination>li>a,
.bootstrap-table .pagination>li.disabled .pagination>li>a,
.bootstrap-table div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.disabled .pagination>li>a,
.bootstrap-table .pagination>li.disabled div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.bootstrap-table div.dataTables_wrapper div.dataTables_paginate .pagination>li.disabled ul.pagination>li>a,
.page-item.disabled .page-link:focus,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.disabled .page-link:focus,
.footable-visible .pagination>li.disabled .page-link:focus,
.bootstrap-table .pagination>li.disabled .page-link:focus,
.page-item.disabled div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a:focus,
div.dataTables_wrapper div.dataTables_paginate .page-item.disabled ul.pagination>li>a:focus,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.disabled ul.pagination>li>a:focus,
.page-item.disabled .footable-visible .pagination>li>a:focus,
.footable-visible .page-item.disabled .pagination>li>a:focus,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.disabled .footable-visible .pagination>li>a:focus,
.footable-visible .pagination>li.disabled .pagination>li>a:focus,
.footable-visible div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.disabled .pagination>li>a:focus,
.bootstrap-table .pagination>li.disabled .footable-visible .pagination>li>a:focus,
.footable-visible .pagination>li.disabled div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a:focus,
.footable-visible div.dataTables_wrapper div.dataTables_paginate .pagination>li.disabled ul.pagination>li>a:focus,
.page-item.disabled .bootstrap-table .pagination>li>a:focus,
.bootstrap-table .page-item.disabled .pagination>li>a:focus,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.disabled .bootstrap-table .pagination>li>a:focus,
.footable-visible .pagination>li.disabled .bootstrap-table .pagination>li>a:focus,
.bootstrap-table .pagination>li.disabled .pagination>li>a:focus,
.bootstrap-table div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.disabled .pagination>li>a:focus,
.bootstrap-table .pagination>li.disabled div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a:focus,
.bootstrap-table div.dataTables_wrapper div.dataTables_paginate .pagination>li.disabled ul.pagination>li>a:focus,
.page-item.disabled .page-link:hover,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.disabled .page-link:hover,
.footable-visible .pagination>li.disabled .page-link:hover,
.bootstrap-table .pagination>li.disabled .page-link:hover,
.page-item.disabled div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a:hover,
div.dataTables_wrapper div.dataTables_paginate .page-item.disabled ul.pagination>li>a:hover,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.disabled ul.pagination>li>a:hover,
.page-item.disabled .footable-visible .pagination>li>a:hover,
.footable-visible .page-item.disabled .pagination>li>a:hover,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.disabled .footable-visible .pagination>li>a:hover,
.footable-visible .pagination>li.disabled .pagination>li>a:hover,
.footable-visible div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.disabled .pagination>li>a:hover,
.bootstrap-table .pagination>li.disabled .footable-visible .pagination>li>a:hover,
.footable-visible .pagination>li.disabled div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a:hover,
.footable-visible div.dataTables_wrapper div.dataTables_paginate .pagination>li.disabled ul.pagination>li>a:hover,
.page-item.disabled .bootstrap-table .pagination>li>a:hover,
.bootstrap-table .page-item.disabled .pagination>li>a:hover,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.disabled .bootstrap-table .pagination>li>a:hover,
.footable-visible .pagination>li.disabled .bootstrap-table .pagination>li>a:hover,
.bootstrap-table .pagination>li.disabled .pagination>li>a:hover,
.bootstrap-table div.dataTables_wrapper div.dataTables_paginate ul.pagination>li.disabled .pagination>li>a:hover,
.bootstrap-table .pagination>li.disabled div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a:hover,
.bootstrap-table div.dataTables_wrapper div.dataTables_paginate .pagination>li.disabled ul.pagination>li>a:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.footable-visible .pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .footable-visible ul.pagination>li>a,
.bootstrap-table .pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .bootstrap-table ul.pagination>li>a {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #007aff;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a:focus,
.footable-visible .pagination>li>a:focus,
div.dataTables_wrapper div.dataTables_paginate .footable-visible ul.pagination>li>a:focus,
.bootstrap-table .pagination>li>a:focus,
div.dataTables_wrapper div.dataTables_paginate .bootstrap-table ul.pagination>li>a:focus,
.page-link:hover,
div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a:hover,
.footable-visible .pagination>li>a:hover,
div.dataTables_wrapper div.dataTables_paginate .footable-visible ul.pagination>li>a:hover,
.bootstrap-table .pagination>li>a:hover,
div.dataTables_wrapper div.dataTables_paginate .bootstrap-table ul.pagination>li>a:hover {
  color: #0055b3;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination-lg .page-link,
.pagination-lg div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .pagination-lg ul.pagination>li>a,
.pagination-lg .footable-visible .pagination>li>a,
.footable-visible .pagination-lg .pagination>li>a,
.pagination-lg div.dataTables_wrapper div.dataTables_paginate .footable-visible ul.pagination>li>a,
.pagination-lg .bootstrap-table .pagination>li>a,
.bootstrap-table .pagination-lg .pagination>li>a,
.pagination-lg div.dataTables_wrapper div.dataTables_paginate .bootstrap-table ul.pagination>li>a {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.33333;
}

.pagination-lg .page-item:first-child .page-link,
.pagination-lg div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child .page-link,
div.dataTables_wrapper div.dataTables_paginate .pagination-lg ul.pagination>li:first-child .page-link,
.pagination-lg .footable-visible .pagination>li:first-child .page-link,
.footable-visible .pagination-lg .pagination>li:first-child .page-link,
.pagination-lg .bootstrap-table .pagination>li:first-child .page-link,
.bootstrap-table .pagination-lg .pagination>li:first-child .page-link,
.pagination-lg .page-item:first-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .pagination-lg .page-item:first-child ul.pagination>li>a,
.pagination-lg div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child ul.pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .pagination-lg ul.pagination>li:first-child ul.pagination>li>a,
.pagination-lg .page-item:first-child .footable-visible .pagination>li>a,
.footable-visible .pagination-lg .page-item:first-child .pagination>li>a,
.pagination-lg div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child .footable-visible .pagination>li>a,
.footable-visible .pagination-lg div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child .pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .pagination-lg ul.pagination>li:first-child .footable-visible .pagination>li>a,
.pagination-lg .footable-visible .pagination>li:first-child .pagination>li>a,
.footable-visible .pagination-lg .pagination>li:first-child .pagination>li>a,
.pagination-lg .footable-visible div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child .pagination>li>a,
.pagination-lg .bootstrap-table .pagination>li:first-child .footable-visible .pagination>li>a,
.bootstrap-table .pagination-lg .pagination>li:first-child .footable-visible .pagination>li>a,
.pagination-lg .footable-visible .pagination>li:first-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.pagination-lg .footable-visible div.dataTables_wrapper div.dataTables_paginate .pagination>li:first-child ul.pagination>li>a,
.footable-visible .pagination-lg .pagination>li:first-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.pagination-lg .page-item:first-child .bootstrap-table .pagination>li>a,
.bootstrap-table .pagination-lg .page-item:first-child .pagination>li>a,
.pagination-lg div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child .bootstrap-table .pagination>li>a,
.bootstrap-table .pagination-lg div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child .pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .pagination-lg ul.pagination>li:first-child .bootstrap-table .pagination>li>a,
.pagination-lg .footable-visible .pagination>li:first-child .bootstrap-table .pagination>li>a,
.footable-visible .pagination-lg .pagination>li:first-child .bootstrap-table .pagination>li>a,
.pagination-lg .bootstrap-table .pagination>li:first-child .pagination>li>a,
.bootstrap-table .pagination-lg .pagination>li:first-child .pagination>li>a,
.pagination-lg .bootstrap-table div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child .pagination>li>a,
.pagination-lg .bootstrap-table .pagination>li:first-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.pagination-lg .bootstrap-table div.dataTables_wrapper div.dataTables_paginate .pagination>li:first-child ul.pagination>li>a,
.bootstrap-table .pagination-lg .pagination>li:first-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link,
.pagination-lg div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child .page-link,
div.dataTables_wrapper div.dataTables_paginate .pagination-lg ul.pagination>li:last-child .page-link,
.pagination-lg .footable-visible .pagination>li:last-child .page-link,
.footable-visible .pagination-lg .pagination>li:last-child .page-link,
.pagination-lg .bootstrap-table .pagination>li:last-child .page-link,
.bootstrap-table .pagination-lg .pagination>li:last-child .page-link,
.pagination-lg .page-item:last-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .pagination-lg .page-item:last-child ul.pagination>li>a,
.pagination-lg div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child ul.pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .pagination-lg ul.pagination>li:last-child ul.pagination>li>a,
.pagination-lg .page-item:last-child .footable-visible .pagination>li>a,
.footable-visible .pagination-lg .page-item:last-child .pagination>li>a,
.pagination-lg div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child .footable-visible .pagination>li>a,
.footable-visible .pagination-lg div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child .pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .pagination-lg ul.pagination>li:last-child .footable-visible .pagination>li>a,
.pagination-lg .footable-visible .pagination>li:last-child .pagination>li>a,
.footable-visible .pagination-lg .pagination>li:last-child .pagination>li>a,
.pagination-lg .footable-visible div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child .pagination>li>a,
.pagination-lg .bootstrap-table .pagination>li:last-child .footable-visible .pagination>li>a,
.bootstrap-table .pagination-lg .pagination>li:last-child .footable-visible .pagination>li>a,
.pagination-lg .footable-visible .pagination>li:last-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.pagination-lg .footable-visible div.dataTables_wrapper div.dataTables_paginate .pagination>li:last-child ul.pagination>li>a,
.footable-visible .pagination-lg .pagination>li:last-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.pagination-lg .page-item:last-child .bootstrap-table .pagination>li>a,
.bootstrap-table .pagination-lg .page-item:last-child .pagination>li>a,
.pagination-lg div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child .bootstrap-table .pagination>li>a,
.bootstrap-table .pagination-lg div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child .pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .pagination-lg ul.pagination>li:last-child .bootstrap-table .pagination>li>a,
.pagination-lg .footable-visible .pagination>li:last-child .bootstrap-table .pagination>li>a,
.footable-visible .pagination-lg .pagination>li:last-child .bootstrap-table .pagination>li>a,
.pagination-lg .bootstrap-table .pagination>li:last-child .pagination>li>a,
.bootstrap-table .pagination-lg .pagination>li:last-child .pagination>li>a,
.pagination-lg .bootstrap-table div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child .pagination>li>a,
.pagination-lg .bootstrap-table .pagination>li:last-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.pagination-lg .bootstrap-table div.dataTables_wrapper div.dataTables_paginate .pagination>li:last-child ul.pagination>li>a,
.bootstrap-table .pagination-lg .pagination>li:last-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link,
.pagination-sm div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .pagination-sm ul.pagination>li>a,
.pagination-sm .footable-visible .pagination>li>a,
.footable-visible .pagination-sm .pagination>li>a,
.pagination-sm div.dataTables_wrapper div.dataTables_paginate .footable-visible ul.pagination>li>a,
.pagination-sm .bootstrap-table .pagination>li>a,
.bootstrap-table .pagination-sm .pagination>li>a,
.pagination-sm div.dataTables_wrapper div.dataTables_paginate .bootstrap-table ul.pagination>li>a {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link,
.pagination-sm div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child .page-link,
div.dataTables_wrapper div.dataTables_paginate .pagination-sm ul.pagination>li:first-child .page-link,
.pagination-sm .footable-visible .pagination>li:first-child .page-link,
.footable-visible .pagination-sm .pagination>li:first-child .page-link,
.pagination-sm .bootstrap-table .pagination>li:first-child .page-link,
.bootstrap-table .pagination-sm .pagination>li:first-child .page-link,
.pagination-sm .page-item:first-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .pagination-sm .page-item:first-child ul.pagination>li>a,
.pagination-sm div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child ul.pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .pagination-sm ul.pagination>li:first-child ul.pagination>li>a,
.pagination-sm .page-item:first-child .footable-visible .pagination>li>a,
.footable-visible .pagination-sm .page-item:first-child .pagination>li>a,
.pagination-sm div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child .footable-visible .pagination>li>a,
.footable-visible .pagination-sm div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child .pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .pagination-sm ul.pagination>li:first-child .footable-visible .pagination>li>a,
.pagination-sm .footable-visible .pagination>li:first-child .pagination>li>a,
.footable-visible .pagination-sm .pagination>li:first-child .pagination>li>a,
.pagination-sm .footable-visible div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child .pagination>li>a,
.pagination-sm .bootstrap-table .pagination>li:first-child .footable-visible .pagination>li>a,
.bootstrap-table .pagination-sm .pagination>li:first-child .footable-visible .pagination>li>a,
.pagination-sm .footable-visible .pagination>li:first-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.pagination-sm .footable-visible div.dataTables_wrapper div.dataTables_paginate .pagination>li:first-child ul.pagination>li>a,
.footable-visible .pagination-sm .pagination>li:first-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.pagination-sm .page-item:first-child .bootstrap-table .pagination>li>a,
.bootstrap-table .pagination-sm .page-item:first-child .pagination>li>a,
.pagination-sm div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child .bootstrap-table .pagination>li>a,
.bootstrap-table .pagination-sm div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child .pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .pagination-sm ul.pagination>li:first-child .bootstrap-table .pagination>li>a,
.pagination-sm .footable-visible .pagination>li:first-child .bootstrap-table .pagination>li>a,
.footable-visible .pagination-sm .pagination>li:first-child .bootstrap-table .pagination>li>a,
.pagination-sm .bootstrap-table .pagination>li:first-child .pagination>li>a,
.bootstrap-table .pagination-sm .pagination>li:first-child .pagination>li>a,
.pagination-sm .bootstrap-table div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:first-child .pagination>li>a,
.pagination-sm .bootstrap-table .pagination>li:first-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.pagination-sm .bootstrap-table div.dataTables_wrapper div.dataTables_paginate .pagination>li:first-child ul.pagination>li>a,
.bootstrap-table .pagination-sm .pagination>li:first-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link,
.pagination-sm div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child .page-link,
div.dataTables_wrapper div.dataTables_paginate .pagination-sm ul.pagination>li:last-child .page-link,
.pagination-sm .footable-visible .pagination>li:last-child .page-link,
.footable-visible .pagination-sm .pagination>li:last-child .page-link,
.pagination-sm .bootstrap-table .pagination>li:last-child .page-link,
.bootstrap-table .pagination-sm .pagination>li:last-child .page-link,
.pagination-sm .page-item:last-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .pagination-sm .page-item:last-child ul.pagination>li>a,
.pagination-sm div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child ul.pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .pagination-sm ul.pagination>li:last-child ul.pagination>li>a,
.pagination-sm .page-item:last-child .footable-visible .pagination>li>a,
.footable-visible .pagination-sm .page-item:last-child .pagination>li>a,
.pagination-sm div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child .footable-visible .pagination>li>a,
.footable-visible .pagination-sm div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child .pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .pagination-sm ul.pagination>li:last-child .footable-visible .pagination>li>a,
.pagination-sm .footable-visible .pagination>li:last-child .pagination>li>a,
.footable-visible .pagination-sm .pagination>li:last-child .pagination>li>a,
.pagination-sm .footable-visible div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child .pagination>li>a,
.pagination-sm .bootstrap-table .pagination>li:last-child .footable-visible .pagination>li>a,
.bootstrap-table .pagination-sm .pagination>li:last-child .footable-visible .pagination>li>a,
.pagination-sm .footable-visible .pagination>li:last-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.pagination-sm .footable-visible div.dataTables_wrapper div.dataTables_paginate .pagination>li:last-child ul.pagination>li>a,
.footable-visible .pagination-sm .pagination>li:last-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.pagination-sm .page-item:last-child .bootstrap-table .pagination>li>a,
.bootstrap-table .pagination-sm .page-item:last-child .pagination>li>a,
.pagination-sm div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child .bootstrap-table .pagination>li>a,
.bootstrap-table .pagination-sm div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child .pagination>li>a,
div.dataTables_wrapper div.dataTables_paginate .pagination-sm ul.pagination>li:last-child .bootstrap-table .pagination>li>a,
.pagination-sm .footable-visible .pagination>li:last-child .bootstrap-table .pagination>li>a,
.footable-visible .pagination-sm .pagination>li:last-child .bootstrap-table .pagination>li>a,
.pagination-sm .bootstrap-table .pagination>li:last-child .pagination>li>a,
.bootstrap-table .pagination-sm .pagination>li:last-child .pagination>li>a,
.pagination-sm .bootstrap-table div.dataTables_wrapper div.dataTables_paginate ul.pagination>li:last-child .pagination>li>a,
.pagination-sm .bootstrap-table .pagination>li:last-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a,
.pagination-sm .bootstrap-table div.dataTables_wrapper div.dataTables_paginate .pagination>li:last-child ul.pagination>li>a,
.bootstrap-table .pagination-sm .pagination>li:last-child div.dataTables_wrapper div.dataTables_paginate ul.pagination>li>a {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none;
}

.pager::after {
  content: "";
  display: table;
  clear: both;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eceeef;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #fff;
}

.pager .disabled>span {
  color: #818a91;
  cursor: not-allowed;
  background-color: #fff;
}

.pager-next>a,
.pager-next>span {
  float: right;
}

.pager-prev>a,
.pager-prev>span {
  float: left;
}

.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #818a91;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #cce4ff;
}

.list-group-item-success {
  color: #0BD318;
  background-color: #87FC70;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #0BD318;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #0BD318;
  background-color: #72fb57;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #0BD318;
  border-color: #0BD318;
}

.list-group-item-info {
  color: #1D62F0;
  background-color: #1AD6FD;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #1D62F0;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #1D62F0;
  background-color: #02d1fb;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #1D62F0;
  border-color: #1D62F0;
}

.list-group-item-warning {
  color: #FF9500;
  background-color: #FFCD02;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #FF9500;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #FF9500;
  background-color: #e8ba00;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #FF9500;
  border-color: #FF9500;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #FF5E3A;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ff4921;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.85714%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  opacity: 0;
}

.tooltip.in {
  opacity: 0.9;
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-arrow,
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-arrow,
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-arrow,
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.popover.popover-top .popover-arrow,
.popover.bs-tether-element-attached-bottom .popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.popover-top .popover-arrow::after,
.popover.bs-tether-element-attached-bottom .popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.popover-right,
.popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.popover.popover-right .popover-arrow,
.popover.bs-tether-element-attached-left .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.popover-right .popover-arrow::after,
.popover.bs-tether-element-attached-left .popover-arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.popover.popover-bottom .popover-arrow,
.popover.bs-tether-element-attached-top .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom .popover-arrow::after,
.popover.bs-tether-element-attached-top .popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.popover-left,
.popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.popover.popover-left .popover-arrow,
.popover.bs-tether-element-attached-right .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left .popover-arrow::after,
.popover.bs-tether-element-attached-right .popover-arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 0.875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -0.7rem -0.7rem 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover-arrow,
.popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover-arrow {
  border-width: 11px;
}

.popover-arrow::after {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner>.carousel-item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}

.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.carousel-item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }

  .carousel-inner>.carousel-item.next,
  .carousel-inner>.carousel-item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner>.carousel-item.prev,
  .carousel-inner>.carousel-item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner>.carousel-item.next.left,
  .carousel-inner>.carousel-item.prev.right,
  .carousel-inner>.carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 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:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev::before {
  content: "\2039";
}

.carousel-control .icon-next::before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media (min-width: 544px) {

  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-xs-left {
  float: left !important;
}

.pull-xs-right {
  float: right !important;
}

.pull-xs-none {
  float: none !important;
}

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
  }

  .pull-sm-right {
    float: right !important;
  }

  .pull-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }

  .pull-md-right {
    float: right !important;
  }

  .pull-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important;
  }

  .pull-lg-right {
    float: right !important;
  }

  .pull-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important;
  }

  .pull-xl-right {
    float: right !important;
  }

  .pull-xl-none {
    float: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.invisible {
  visibility: hidden !important;
}

.text-hide {
  font: "0/0"a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left,
.text-left {
  text-align: left !important;
}

.text-xs-right,
.text-right {
  text-align: right !important;
}

.text-xs-center,
.text-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-primary {
  color: #007aff !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc;
}

.text-success {
  color: #4cd964 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #2ac845;
}

.text-info {
  color: #5AC8FB !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #28b7fa;
}

.text-warning {
  color: #ffcc00 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #cca300;
}

.text-danger,
.parsley-errors-list {
  color: #ff2d55 !important;
}

a.text-danger:focus,
a.parsley-errors-list:focus,
a.text-danger:hover,
a.parsley-errors-list:hover {
  color: #f9002f;
}

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  color: #fff !important;
  background-color: #007aff !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #0062cc;
}

.bg-success {
  color: #fff !important;
  background-color: #4cd964 !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #2ac845;
}

.bg-info {
  color: #fff !important;
  background-color: #5AC8FB !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #28b7fa;
}

.bg-warning {
  color: #fff !important;
  background-color: #ffcc00 !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #cca300;
}

.bg-danger {
  color: #fff !important;
  background-color: #ff2d55 !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #f9002f;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-0 {
  margin: 0 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a-1 {
  margin: 1rem 1rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-a-2 {
  margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
  margin-top: 1.5rem !important;
}

.m-r-2 {
  margin-right: 1.5rem !important;
}

.m-b-2 {
  margin-bottom: 1.5rem !important;
}

.m-l-2 {
  margin-left: 1.5rem !important;
}

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-a-3 {
  margin: 3rem 3rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-a-0 {
  padding: 0 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a-1 {
  padding: 1rem 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-2 {
  padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
  padding-top: 1.5rem !important;
}

.p-r-2 {
  padding-right: 1.5rem !important;
}

.p-b-2 {
  padding-bottom: 1.5rem !important;
}

.p-l-2 {
  padding-left: 1.5rem !important;
}

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-a-3 {
  padding: 3rem 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*@mixin box-shadow($shadow) {
  -webkit-box-shadow: $shadow; // iOS <4.3 & Android <4.1
          box-shadow: $shadow;
}*/
a {
  outline: 0;
}

a:hover {
  cursor: pointer;
}

a:hover,
a:active,
a:focus,
a:link,
a:visited {
  outline: 0;
  outline: 0 !important;
  outline-style: none;
}

button,
object,
embed {
  outline: 0;
}

/* All Input elements */
input::-moz-focus-inner {
  border: 0;
}

/* Or more specifically*/
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
}

@media (max-width: 47.9em) and (-webkit-min-device-pixel-ratio: 0) {

  .form-control,
  .tablesaw-bar select,
  input,
  select,
  textarea {
    font-size: 16px;
  }
}

.dropdown-menu {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.dropdown-alt>li>a {
  padding: 3px 15px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.2);
  border-radius: 20px 20px 20px 20px;
}

::-webkit-scrollbar-track {
  background-color: rgba(50, 50, 50, 0.1);
}

/* TEXT HELPERS */
.text-normal {
  font-weight: normal !important;
}

.text-size-normal {
  font-size: 13px !important;
}

.text-italic {
  font-style: italic;
}

.text-underline {
  text-decoration: underline;
}

.text-line-through {
  text-decoration: line-through;
}

.text-bold,
.font-bold,
.tag-list>li.active>a {
  font-weight: 600 !important;
}

.font-thin {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.text-md {
  font-size: 13px;
}

.text-xs {
  font-size: 12px;
}

.text-lg {
  font-size: 16px;
}

.text-hd {
  font-size: 19px;
}

.font-size-def {
  font-size: 14px;
}

.font-size-xs {
  font-size: 11px;
}

.font-size-none {
  font-size: 0px;
}

.hint-text {
  opacity: .7;
}

.line-h-hd {
  line-height: 35px;
}

.line-h-1-2 {
  line-height: 1.2;
}

.line-h-1-4 {
  line-height: 1.4;
}

.font-montserrat,
.subheading {
  font-family: 'Montserrat'Sans-serif;
}

.subheading {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
  /*    font-weight: 600;*/
  margin: 0;
  padding: 0;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subheading.subheading-lg {
  font-size: 16px;
}

.no-text-transform {
  text-transform: none !important;
}

.no-b-rad {
  border-radius: 0px 0px 0px 0px;
}

.no-b-rad-i {
  border-radius: 0px 0px 0px 0px !important;
}

/* BORDER RADIUS HELPERS 3px */
.b-rad-3 {
  border-radius: 3px 3px 3px 3px;
}

.b-rad-r-l-3,
.b-rad-l-f-63 {
  border-radius: 3px 0px 0px 3px;
}

.b-rad-t-b-3,
.b-rad-b-t-3 {
  border-radius: 0px 0px 3px 3px !important;
}

/* BORDER RADIUS HELPERS 6px */
.b-rad-6 {
  border-radius: 6px 6px 6px 6px;
}

.b-rad-r-l-6,
.b-rad-l-f-6 {
  border-radius: 6px 0px 0px 6px;
}

.b-rad-t-b-6,
.b-rad-b-t-6 {
  border-radius: 0px 0px 6px 6px !important;
}

/* BORDER RADIUS HELPERS 15px */
.b-rad-15 {
  border-radius: 15px 15px 15px 15px;
}

.b-rad-r-l-15,
.b-rad-l-f-15 {
  border-radius: 15px 15px 0px 0px !important;
}

.b-rad-t-b-15,
.b-rad-b-t-15 {
  border-radius: 0px 0px 15px 15px !important;
}

/* BORDER RADIUS HELPERS 30px */
.b-rad-30 {
  border-radius: 30px 30px 30px 30px;
}

.b-rad-r-l-30,
.b-rad-l-f-30 {
  border-radius: 30px 30px 0px 0px !important;
}

.b-rad-t-b-30,
.b-rad-b-t-30 {
  border-radius: 0px 0px 30px 30px !important;
}

/* BORDER RADIUS HELPERS 100px */
.b-rad-100 {
  border-radius: 100px 100px 100px 100px;
}

.b-rad-r-l-100,
.b-rad-l-f-100 {
  border-radius: 100px 100px 0px 0px !important;
}

.b-rad-t-b-100,
.b-rad-b-t-100 {
  border-radius: 0px 0px 100px 100px !important;
}

/* BORDER RADIUS HELPERS 200px */
.b-rad-200 {
  border-radius: 200px 200px 200px 200px;
}

.b-rad-r-l-200,
.b-rad-l-f-200 {
  border-radius: 200px 200px 0px 0px !important;
}

.b-rad-t-b-200,
.b-rad-b-t-200 {
  border-radius: 0px 0px 200px 200px !important;
}

/* BORDER RADIUS HELPERS 500px */
.b-rad-500 {
  border-radius: 500px 500px 500px 500px;
}

.b-rad-r-l-500,
.b-rad-l-f-500 {
  border-radius: 500px 500px 0px 0px !important;
}

.b-rad-t-b-500,
.b-rad-b-t-500 {
  border-radius: 0px 0px 500px 500px !important;
}

/* NO BORDER */
.no-border,
.no-b {
  border-color: transparent;
  border: none;
}

.no-border-i,
.no-b-i {
  border: none !important;
  border-color: transparent !important;
}

.no-b-t {
  border-top: none !important;
}

.no-b-r {
  border-right: none !important;
}

.no-b-l {
  border-left: none !important;
}

.no-b-b {
  border-bottom: none !important;
}

/* BORDER STYLE */
.b-panel {
  border: 1px solid #d9d9d9;
}

.b-solid {
  border-style: solid;
}

.b-dashed {
  border-style: dashed;
}

.b-dotted {
  border-style: dotted;
}

/* BORDER WIDTH */
.b-1px {
  border-width: 1px;
}

.b-2px {
  border-width: 2px;
}

.b-3px {
  border-width: 3px;
}

.b-4px {
  border-width: 4px;
}

.b-5px {
  border-width: 5px;
}

.b-lt {
  border-color: #ddd;
}

.b-b-1px {
  border-width: 0px 0px 1px 0px;
}

.b-tab-holder {
  border-color: #dddddd;
  border-top: none;
}

/* BOX SEPARATORS */
.box-border-r,
.b-b-r {
  border-right: 1px solid #d5d5d5 !important;
}

.box-border-l,
.b-b-l {
  border-left: 1px solid #d5d5d5 !important;
}

.box-border-t,
.b-b-t {
  border-top: 1px solid #d5d5d5 !important;
}

.box-border-b,
.b-b-b {
  border-bottom: 1px solid #d5d5d5 !important;
}

.box-border-r-light,
.b-b-r-l {
  border-right: 1px solid #e6e6e6 !important;
}

.box-border-l-light,
.b-b-l-l {
  border-left: 1px solid #e6e6e6 !important;
}

.box-border-t-light,
.b-b-t-l {
  border-top: 1px solid #e6e6e6 !important;
}

.box-border-b-light,
.b-b-b-l {
  border-bottom: 1px solid #e6e6e6 !important;
}

/* BORDER SEPARATORS */
@media (max-width: 33.9em) {

  .border-xs-sep-b,
  .b-xs-s-b {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}

.b-sep-l {
  border-left: 1px solid #d6dbe0;
}

.b-sep-r {
  border-right: 1px solid #d6dbe0;
}

.b-sep-b {
  border-bottom: 1px solid #d6dbe0;
}

.b-sep-t {
  border-top: 1px solid #d6dbe0;
}

#loading-bar .bar {
  background: #007aff;
}

#loading-bar .peg {
  -moz-box-shadow: #007aff 1px 0 6px 1px;
  -ms-box-shadow: #007aff 1px 0 6px 1px;
  -webkit-box-shadow: #007aff 1px 0 6px 1px;
  box-shadow: #007aff 1px 0 6px 1px;
}

#loading-bar-spinner .spinner-icon {
  border: solid 2px transparent;
  border-top-color: #007aff;
  border-left-color: #007aff;
}

/*@mixin border-radius($topright: 0, $bottomright: 0, $bottomleft: 0, $topleft: 0) {
    -webkit-border-top-right-radius: $topright;
    -webkit-border-bottom-right-radius: $bottomright;
    -webkit-border-bottom-left-radius: $bottomleft;
    -webkit-border-top-left-radius: $topleft;
    -moz-border-radius-topright: $topright;
    -moz-border-radius-bottomright: $bottomright;
    -moz-border-radius-bottomleft:$bottomleft;
    -moz-border-radius-topleft: $topleft;
    border-top-right-radius: $topright;
    border-bottom-right-radius: $bottomright;
    border-bottom-left-radius: $bottomleft;
    border-top-left-radius: $topleft;
}*/
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.no-shadow {
  box-shadow: none !important;
}

.shadow-lt {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
}

.shadow-lt-alt {
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
}

.list-label {
  margin: 0px;
  padding: 3px 10px;
  background-color: #eee;
}

.preloader {
  background-image: url(../img/preloader.gif);
  width: 14px;
  height: 14px;
}

.easy-chart {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.easy-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

table.table-no-bordered tr td {
  border: none !important;
}

.img-full {
  width: 100%;
}

.color-white {
  color: #fff;
}

.thumb {
  display: inline-block;
}

.thumb.lg {
  width: 100px;
  height: 100px;
}

.separeted-links>a {
  display: inline-block;
  line-height: 20px;
  margin-right: 3px;
  padding-right: 3px;
  border-right: 1px solid #ccc;
}

.article {
  overflow: auto;
}

.article p {
  line-height: 1.9;
}

.static {
  position: static !important;
}

.l-h-2x {
  line-height: 2em;
}

.swipe-left {
  -webkit-transform: translate3d(-200px, 0px, 0px);
  transform: translate3d(-200px, 0px, 0px);
}

.bg-blurred {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
}

.datetimepicker .switch {
  display: table-cell !important;
}

.after-padding {
  padding-bottom: 70px;
}

.m-w-100 {
  max-width: 100px;
}

.img-centered,
.centered {
  margin: 0 auto;
}

.v-a-m {
  vertical-align: middle !important;
}

.nodisplay {
  display: none;
}

.v-middle {
  vertical-align: middle;
}

.v-top {
  vertical-align: top;
}

.v-bottom {
  vertical-align: bottom;
}

.animated-fast {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.thumb-xl,
.thumb-xl img {
  width: 128px;
  display: inline-block;
}

.thumb-lg,
.thumb-lg img {
  width: 96px;
  display: inline-block;
}

.thumb-md,
.thumb-md img {
  width: 64px;
  display: inline-block;
}

.thumb,
.thumb img {
  width: 50px;
  display: inline-block;
}

.thumb-sm,
.thumb-sm img {
  width: 40px;
  display: inline-block;
}

.thumb-xs,
.thumb-xs img {
  width: 34px;
  display: inline-block;
}

.thumb-xxs,
.thumb-xxs img {
  width: 30px;
  display: inline-block;
}

.container-content-boxed {
  max-width: 1100px;
  margin: auto;
}

.no-panel-b .panel {
  border: none;
}

.gradient-dark-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: -webkit-linear-gradient(bottom, #333 0, rgba(0, 0, 0, 0.001) 70%);
  background-image: -moz-linear-gradient(bottom, #333 0, rgba(0, 0, 0, 0.001) 70%);
  background-image: -o-linear-gradient(bottom, #333 0, rgba(0, 0, 0, 0.001) 70%);
  background-image: linear-gradient(to top, #333 0, rgba(0, 0, 0, 0.001) 70%);
}

.center-container {
  height: 100%;
  width: 100%;
  display: table;
}

.center-container .centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.app-tile {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.app-tile:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.app-tile>div {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
}

.app-tile.app-tile-25:before {
  content: "";
  display: block;
  padding-top: 25%;
}

.app-tile.app-tile-50:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.app-tile.app-tile-75:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.w-40 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
}

.circle,
.rounded {
  border-radius: 500px;
}

@media (min-width: 34em) {
  .col-100 {
    width: 100px;
  }

  .col-200 {
    width: 200px;
  }

  .col-100p {
    width: 100%;
  }

  .col-350 {
    width: 350px;
  }

  .col-250 {
    width: 250px;
  }
}

@media (min-width: 34em) {
  .a-box {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 1;
  }
}

@media (min-width: 34em) {
  .layout-fixed {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
  }

  .layout-fixed .column {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none;
    padding: 0px;
  }
}

@media (min-width: 34em) {
  .table-display {
    display: table;
    border-spacing: 0;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .table-display .table-row {
    display: table-row;
    height: 100%;
  }

  .table-display .table-cell {
    /* display: table-cell;*/
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
  }

  .table-display .table-cell:hover {
    overflow: visible !important;
    overflow-y: auto !important;
  }
}

.line-separator {
  height: 1px;
  border-bottom: 1px solid #eee;
  margin: 15px 0px;
}

.line-separator.line-xs {
  margin: 5px 0px;
}

.line-separator.line-sm {
  margin: 10px 0px;
}

.line-separator.line-lg {
  margin: 20px 0px;
}

.relative,
.position-relative {
  position: relative;
}

.inline,
.inline-block {
  display: inline-block !important;
}

.block,
.display-block {
  display: block !important;
}

.no-bg {
  background-color: transparent !important;
}

.wrapper {
  padding: 0.9375rem;
}

.wrapper.item {
  padding: 0px;
}

.item-wrapper,
.item>.wrapper {
  position: absolute;
  padding: 0px;
}

.item-wrapper.top,
.item>.top.wrapper {
  top: 0;
}

.item-wrapper.bottom,
.item>.bottom.wrapper {
  bottom: 0;
}

.item-wrapper.left,
.item>.left.wrapper {
  left: 0;
}

.item-wrapper.right,
.item>.right.wrapper {
  right: 0;
}

.item-wrapper.r-350,
.item>.r-350.wrapper {
  right: 350px;
}

.item {
  position: relative;
}

@media (max-width: 33.9em) {
  .item.item-xs-reset>.wrapper {
    position: relative;
  }

  .item.item-xs-reset>.wrapper.top {
    top: auto !important;
  }

  .item.item-xs-reset>.wrapper.bottom {
    bottom: auto !important;
  }

  .item.item-xs-reset>.wrapper.left {
    left: auto !important;
  }

  .item.item-xs-reset>.wrapper.right {
    right: auto !important;
  }
}

.w-auto {
  width: auto !important;
  min-width: auto !important;
}

.w-350 {
  width: 350px;
}

.w-250 {
  width: 250px;
}

.w-100 {
  width: 100%;
}

.w-100-i {
  width: 100% !important;
}

@media (max-width: 33.9em) {
  .w-100p-xs {
    width: 100% !important;
  }
}

.h-100 {
  height: 100%;
}

.h-100-i {
  height: 100% !important;
}

@media (min-width: 75em) and (min-width: 48em) and (min-width: 34em) {
  .r-sm-table {
    display: table;
    width: 100%;
  }
}

@media (min-width: 75em) and (min-width: 48em) and (min-width: 34em) {

  .col-sm-cell,
  .c-sm-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}

.row-fix {
  margin-left: -15px;
  margin-right: -15px;
}

.sep {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  font-size: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dee5e7;
}

.sep.row-fix {
  margin-right: -15px;
  margin-left: -15px;
}

.sep.sep-dashed {
  border-bottom: 1px dashed #dee5e7;
}

.pagination-no-bg>li>a,
.pagination-no-bg>li.disabled>a,
.pagination-no-bg>li.disabled>a:hover,
.pagination-no-bg>li.disabled>a:focus {
  background-color: transparent;
}

.row-gap-5.row,
.row-gutter-1.row {
  margin: 0 -0.3125rem;
}

.row-gap-5.row>div[class^="col-"],
.row-gutter-1.row>div[class^="col-"] {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.row-gap-10.row,
.row-gutter-2.row {
  margin: 0px -0.625rem;
}

.row-gap-10.row>div[class^="col-"],
.row-gutter-2.row>div[class^="col-"] {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.row-panel-10 .panel,
.row-panel-10 .card,
.row-panel-10 .panel,
.row-panel-2 .panel,
.row-panel-2 .card,
.row-panel-2 .panel {
  margin-bottom: 0.625rem;
}

.row-panel-20 .panel,
.row-panel-20 .card,
.row-panel-20 .panel,
.row-panel-3 .panel,
.row-panel-3 .card,
.row-panel-3 .panel {
  margin-bottom: 20px;
}

/* NO MARGIN HELPERS */
.no-m,
.no-margin {
  margin: 0rem;
}

.no-m-i {
  margin: 0rem !important;
}

.no-m-b {
  margin-bottom: 0rem !important;
}

.no-m-t {
  margin-top: 0rem !important;
}

.no-m-l {
  margin-left: 0rem !important;
}

.no-m-r {
  margin-right: 0rem !important;
}

.no-m-t-b,
.no-m-b-t {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.no-m-r-l,
.no-m-l-r {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

/* MARGIN HELPERS */
.m-3 {
  margin: 0.1875rem;
}

.m-3-i {
  margin: 0.1875rem !important;
}

.m-5 {
  margin: 0.3125rem;
}

.m-5-i {
  margin: 0.3125rem !important;
}

.m-10 {
  margin: 0.625rem;
}

.m-10-i {
  margin: 0.625rem !important;
}

.m-15 {
  margin: 0.9375rem;
}

.m-15-i {
  margin: 0.9375rem !important;
}

.m-20 {
  margin: 1.25rem;
}

.m-20-i {
  margin: 1.25rem !important;
}

.m-30 {
  margin: 1.875rem;
}

.m-30-i {
  margin: 1.875rem !important;
}

.m-50 {
  margin: 3.125rem;
}

.m-50-i {
  margin: 3.125rem !important;
}

/* MARGIN 3px HELPERS */
.m-t-3 {
  margin-top: 0.1875rem !important;
}

.m-b-3 {
  margin-bottom: 0.1875rem !important;
}

.m-r-3 {
  margin-right: 0.1875rem !important;
}

.m-l-3 {
  margin-left: 0.1875rem !important;
}

.m-t-b-3,
.m-b-t-3 {
  margin-top: 0.1875rem !important;
  margin-bottom: 0.1875rem !important;
}

.m-r-l-3,
.m-l-r-3 {
  margin-left: 0.1875rem !important;
  margin-right: 0.1875rem !important;
}

/* MARGIN 5px HELPERS */
.m-t-5 {
  margin-top: 0.3125rem !important;
}

.m-b-5 {
  margin-bottom: 0.3125rem !important;
}

.m-r-5 {
  margin-right: 0.3125rem !important;
}

.m-l-5 {
  margin-left: 0.3125rem !important;
}

.m-t-b-5,
.m-b-t-5 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important;
}

.m-r-l-5,
.m-l-r-5 {
  margin-left: 0.3125rem !important;
  margin-right: 0.3125rem !important;
}

/* MARGIN 10px HELPERS */
.m-t-10 {
  margin-top: 0.625rem !important;
}

.m-b-10 {
  margin-bottom: 0.625rem !important;
}

.m-r-10 {
  margin-right: 0.625rem !important;
}

.m-l-10 {
  margin-left: 0.625rem !important;
}

.m-t-b-10,
.m-b-t-10 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.m-r-l-10,
.m-l-r-10 {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}

/* MARGIN 15px HELPERS */
.m-t-15 {
  margin-top: 0.9375rem !important;
}

.m-b-15 {
  margin-bottom: 0.9375rem !important;
}

.m-r-15 {
  margin-right: 0.9375rem !important;
}

.m-l-15 {
  margin-left: 0.9375rem !important;
}

.m-t-b-15,
.m-b-t-15 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important;
}

.m-r-l-15,
.m-l-r-15 {
  margin-left: 0.9375rem !important;
  margin-right: 0.9375rem !important;
}

/* MARGIN 20px HELPERS */
.m-t-20 {
  margin-top: 1.25rem !important;
}

.m-b-20 {
  margin-bottom: 1.25rem !important;
}

.m-r-20 {
  margin-right: 1.25rem !important;
}

.m-l-20 {
  margin-left: 1.25rem !important;
}

.m-t-b-20,
.m-b-t-20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.m-r-l-20,
.m-l-r-20 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

/* MARGIN 30px HELPERS */
.m-t-30 {
  margin-top: 1.875rem !important;
}

.m-b-30 {
  margin-bottom: 1.875rem !important;
}

.m-r-30 {
  margin-right: 1.875rem !important;
}

.m-l-30 {
  margin-left: 1.875rem !important;
}

.m-t-b-30,
.m-b-t-30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.m-r-l-30,
.m-l-r-30 {
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important;
}

/* MARGIN 50px HELPERS */
.m-t-50 {
  margin-top: 3.125rem !important;
}

.m-b-50 {
  margin-bottom: 3.125rem !important;
}

.m-r-50 {
  margin-right: 3.125rem !important;
}

.m-l-50 {
  margin-left: 3.125rem !important;
}

.m-t-b-50,
.m-b-t-50 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.m-r-l-50,
.m-l-r-50 {
  margin-left: 3.125rem !important;
  margin-right: 3.125rem !important;
}

/* MORE MARGIN HELPERS */
.m-sep {
  margin: 2.5rem 0rem;
}

.m-t-n-lg {
  margin-top: -3.125rem !important;
}

@media (max-width: 33.9em) {
  .no-m-xs {
    margin: 0rem;
  }
}

/* NO PADDING HELPERS */
.no-p,
.no-padding {
  padding: 0rem;
}

.no-p-i {
  padding: 0rem !important;
}

.no-p-b {
  padding-bottom: 0rem !important;
}

.no-p-t {
  padding-top: 0rem !important;
}

.no-p-l {
  padding-left: 0rem !important;
}

.no-p-r {
  padding-right: 0rem !important;
}

.no-p-t-b,
.no-p-b-t {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.no-p-r-l,
.no-p-l-r {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

/* PADDING HELPERS */
.p-3 {
  padding: 0.1875rem;
}

.p-3-i {
  padding: 0.1875rem !important;
}

.p-5 {
  padding: 0.3125rem;
}

.p-5-i {
  padding: 0.3125rem !important;
}

.p-10 {
  padding: 0.625rem;
}

.p-10-i {
  padding: 0.625rem !important;
}

.p-15 {
  padding: 0.9375rem;
}

.p-15-i {
  padding: 0.9375rem !important;
}

.p-20 {
  padding: 1.25rem;
}

.p-20-i {
  padding: 1.25rem !important;
}

.p-30 {
  padding: 1.875rem;
}

.p-30-i {
  padding: 1.875rem !important;
}

.p-50 {
  padding: 3.125rem;
}

.p-50-i {
  padding: 3.125rem !important;
}

/* PADDING 3px HELPERS */
.p-t-3 {
  padding-top: 0.1875rem !important;
}

.p-b-3 {
  padding-bottom: 0.1875rem !important;
}

.p-r-3 {
  padding-right: 0.1875rem !important;
}

.p-l-3 {
  padding-left: 0.1875rem !important;
}

.p-t-b-3,
.p-b-t-3 {
  padding-top: 0.1875rem !important;
  padding-bottom: 0.1875rem !important;
}

.p-r-l-3,
.p-l-r-3 {
  padding-left: 0.1875rem !important;
  padding-right: 0.1875rem !important;
}

/* PADDING 5px HELPERS */
.p-t-5 {
  padding-top: 0.3125rem !important;
}

.p-b-5 {
  padding-bottom: 0.3125rem !important;
}

.p-r-5 {
  padding-right: 0.3125rem !important;
}

.p-l-5 {
  padding-left: 0.3125rem !important;
}

.p-t-b-5,
.p-b-t-5 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}

.p-r-l-5,
.p-l-r-5 {
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
}

/* PADDING 10px HELPERS */
.p-t-10 {
  padding-top: 0.625rem !important;
}

.p-b-10 {
  padding-bottom: 0.625rem !important;
}

.p-r-10 {
  padding-right: 0.625rem !important;
}

.p-l-10 {
  padding-left: 0.625rem !important;
}

.p-t-b-10,
.p-b-t-10 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.p-r-l-10,
.p-l-r-10 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

/* PADDING 15px HELPERS */
.p-t-15 {
  padding-top: 0.9375rem !important;
}

.p-b-15 {
  padding-bottom: 0.9375rem !important;
}

.p-r-15 {
  padding-right: 0.9375rem !important;
}

.p-l-15 {
  padding-left: 0.9375rem !important;
}

.p-t-b-15,
.p-b-t-15 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}

.p-r-l-15,
.p-l-r-15 {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}

/* PADDING 20px HELPERS */
.p-t-20 {
  padding-top: 1.25rem !important;
}

.p-b-20 {
  padding-bottom: 1.25rem !important;
}

.p-r-20 {
  padding-right: 1.25rem !important;
}

.p-l-20 {
  padding-left: 1.25rem !important;
}

.p-t-b-20,
.p-b-t-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.p-r-l-20,
.p-l-r-20 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

/* PADDING 30px HELPERS */
.p-t-30 {
  padding-top: 1.875rem !important;
}

.p-b-30 {
  padding-bottom: 1.875rem !important;
}

.p-r-30 {
  padding-right: 1.875rem !important;
}

.p-l-30 {
  padding-left: 1.875rem !important;
}

.p-t-b-30,
.p-b-t-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.p-r-l-30,
.p-l-r-30 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}

/* PADDING 50px HELPERS */
.p-t-50 {
  padding-top: 3.125rem !important;
}

.p-b-50 {
  padding-bottom: 3.125rem !important;
}

.p-r-50 {
  padding-right: 3.125rem !important;
}

.p-l-50 {
  padding-left: 3.125rem !important;
}

.p-t-b-50,
.p-b-t-50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.p-r-l-50,
.p-l-r-50 {
  padding-left: 3.125rem !important;
  padding-right: 3.125rem !important;
}

/* MORE PADDING HELPERS */
.p-sep {
  padding: 2.5rem 0rem;
}

@media (max-width: 33.9em) {
  .no-p-xs {
    padding: 0rem;
  }
}

.bg-primary {
  background-color: #007aff !important;
}

.bg-primary>.lt,
.bg-primary.lt {
  background-color: #3395ff !important;
}

.bg-primary>.dk,
.bg-primary.dk {
  background-color: #0062cc !important;
}

.bg-primary-i {
  background-color: #007aff !important;
}

.bg-primary-i>.lt,
.bg-primary-i.lt {
  background-color: #3395ff !important;
}

.bg-primary-i>.dk,
.bg-primary-i.dk {
  background-color: #0062cc !important;
}

.bg-info {
  background-color: #34b5f7 !important;
}

.bg-info>.lt,
.bg-info.lt {
  background-color: #65c7f9 !important;
}

.bg-info>.dk,
.bg-info.dk {
  background-color: #09a1ef !important;
}

.bg-info-i {
  background-color: #34b5f7 !important;
}

.bg-info-i>.lt,
.bg-info-i.lt {
  background-color: #65c7f9 !important;
}

.bg-info-i>.dk,
.bg-info-i.dk {
  background-color: #09a1ef !important;
}

.bg-warning {
  background-color: #fec07e !important;
}

.bg-warning>.lt,
.bg-warning.lt {
  background-color: #fed9b1 !important;
}

.bg-warning>.dk,
.bg-warning.dk {
  background-color: #fea74b !important;
}

.bg-warning-i {
  background-color: #fec07e !important;
}

.bg-warning-i>.lt,
.bg-warning-i.lt {
  background-color: #fed9b1 !important;
}

.bg-warning-i>.dk,
.bg-warning-i.dk {
  background-color: #fea74b !important;
}

.bg-danger {
  background-color: #fc5888 !important;
}

.bg-danger>.lt,
.bg-danger.lt {
  background-color: #fd8aac !important;
}

.bg-danger>.dk,
.bg-danger.dk {
  background-color: #fb2664 !important;
}

.bg-danger-i {
  background-color: #fc5888 !important;
}

.bg-danger-i>.lt,
.bg-danger-i.lt {
  background-color: #fd8aac !important;
}

.bg-danger-i>.dk,
.bg-danger-i.dk {
  background-color: #fb2664 !important;
}

.bg-light {
  background-color: #f1f2f3 !important;
}

.bg-light>.lt,
.bg-light.lt {
  background-color: #f9fafa !important;
}

.bg-light>.dk,
.bg-light.dk {
  background-color: #d6d9db !important;
}

.bg-light-i {
  background-color: #f1f2f3 !important;
}

.bg-light-i>.lt,
.bg-light-i.lt {
  background-color: #f9fafa !important;
}

.bg-light-i>.dk,
.bg-light-i.dk {
  background-color: #d6d9db !important;
}

.bg-dark {
  background-color: #202a3a !important;
}

.bg-dark>.lt,
.bg-dark.lt {
  background-color: #445a7c !important;
}

.bg-dark>.dk,
.bg-dark.dk {
  background-color: #171e2a !important;
}

.bg-dark-i {
  background-color: #202a3a !important;
}

.bg-dark-i>.lt,
.bg-dark-i.lt {
  background-color: #445a7c !important;
}

.bg-dark-i>.dk,
.bg-dark-i.dk {
  background-color: #171e2a !important;
}

.bg-black {
  background-color: #282836 !important;
}

.bg-black>.lt,
.bg-black.lt {
  background-color: #3b4e6b !important;
}

.bg-black>.dk,
.bg-black.dk {
  background-color: #050609 !important;
}

.bg-black-i {
  background-color: #282836 !important;
}

.bg-black-i>.lt,
.bg-black-i.lt {
  background-color: #3b4e6b !important;
}

.bg-black-i>.dk,
.bg-black-i.dk {
  background-color: #050609 !important;
}

.bg-grey2 {
  background-color: #252525 !important;
}

.bg-grey2>.lt,
.bg-grey2.lt {
  background-color: #4b4b4b !important;
}

.bg-grey2>.dk,
.bg-grey2.dk {
  background-color: #1c1c1c !important;
}

.bg-grey2-i {
  background-color: #252525 !important;
}

.bg-grey2-i>.lt,
.bg-grey2-i.lt {
  background-color: #4b4b4b !important;
}

.bg-grey2-i>.dk,
.bg-grey2-i.dk {
  background-color: #1c1c1c !important;
}

.bg-purple {
  background-color: #6D59B0 !important;
}

.bg-purple>.lt,
.bg-purple.lt {
  background-color: #7A60CD !important;
}

.bg-purple>.dk,
.bg-purple.dk {
  background-color: #564591 !important;
}

.bg-purple-i {
  background-color: #6D59B0 !important;
}

.bg-purple-i>.lt,
.bg-purple-i.lt {
  background-color: #7A60CD !important;
}

.bg-purple-i>.dk,
.bg-purple-i.dk {
  background-color: #564591 !important;
}

.bg-yellow {
  background-color: #f9d975 !important;
}

.bg-yellow>.lt,
.bg-yellow.lt {
  background-color: #fce977 !important;
}

.bg-yellow>.dk,
.bg-yellow.dk {
  background-color: #f7cc44 !important;
}

.bg-yellow-i {
  background-color: #f9d975 !important;
}

.bg-yellow-i>.lt,
.bg-yellow-i.lt {
  background-color: #fce977 !important;
}

.bg-yellow-i>.dk,
.bg-yellow-i.dk {
  background-color: #f7cc44 !important;
}

.app-bg {
  background-color: #fff;
}

.app-bg-tr {
  background-color: rgba(255, 255, 255, 0.9);
}

.b-primary {
  border-color: #007aff !important;
}

.b-success {
  border-color: #73dd4d !important;
}

.b-info {
  border-color: #34b5f7 !important;
}

.b-warning {
  border-color: #fec07e !important;
}

.b-danger {
  border-color: #fc5888 !important;
}

.bg-nicegradient {
  background: #490e6f;
  background: -moz-linear-gradient(bottom, rgba(73, 14, 111, 0.6) 0, rgba(73, 14, 111, 0.6) 10%, rgba(253, 66, 57, 0.6) 90%, rgba(253, 66, 57, 0.6) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(73, 14, 111, 0.6)), color-stop(10%, rgba(73, 14, 111, 0.6)), color-stop(90%, rgba(253, 66, 57, 0.6)), color-stop(100%, rgba(253, 66, 57, 0.6)));
  background: -webkit-linear-gradient(bottom, rgba(73, 14, 111, 0.6) 0, rgba(73, 14, 111, 0.6) 10%, rgba(253, 66, 57, 0.6) 90%, rgba(253, 66, 57, 0.6) 100%);
  background: -o-linear-gradient(bottom, rgba(73, 14, 111, 0.6) 0, rgba(73, 14, 111, 0.6) 10%, rgba(253, 66, 57, 0.6) 90%, rgba(253, 66, 57, 0.6) 100%);
  background: -ms-linear-gradient(bottom, rgba(73, 14, 111, 0.6) 0, rgba(73, 14, 111, 0.6) 10%, rgba(253, 66, 57, 0.6) 90%, rgba(253, 66, 57, 0.6) 100%);
  background: linear-gradient(bottom, rgba(73, 14, 111, 0.6) 0, rgba(73, 14, 111, 0.6) 10%, rgba(253, 66, 57, 0.6) 90%, rgba(253, 66, 57, 0.6) 100%);
}

.bg-nicegradient2 {
  background: #d6db75;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d6db75 0%, #dbb876 33%, #da7764 66%, #d66658 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6db75), color-stop(33%, #dbb876), color-stop(66%, #da7764), color-stop(100%, #d66658));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d6db75 0%, #dbb876 33%, #da7764 66%, #d66658 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d6db75 0%, #dbb876 33%, #da7764 66%, #d66658 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d6db75 0%, #dbb876 33%, #da7764 66%, #d66658 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d6db75 0%, #dbb876 33%, #da7764 66%, #d66658 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6db75', endColorstr='#d66658', GradientType=0);
  /* IE6-9 */
}

.bg-nicegradient3 {
  background: #00e0b4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00e0b4 0%, #00d4c1 33%, #00c6d2 66%, #00b7e4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00e0b4), color-stop(33%, #00d4c1), color-stop(66%, #00c6d2), color-stop(100%, #00b7e4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00e0b4 0%, #00d4c1 33%, #00c6d2 66%, #00b7e4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00e0b4 0%, #00d4c1 33%, #00c6d2 66%, #00b7e4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00e0b4 0%, #00d4c1 33%, #00c6d2 66%, #00b7e4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00e0b4 0%, #00d4c1 33%, #00c6d2 66%, #00b7e4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e0b4', endColorstr='#00b7e4', GradientType=0);
  /* IE6-9 */
}

.bg-lightgrey {
  background-color: #f4f4f4 !important;
}

.bg-whitesmoke {
  background-color: #f0eff4;
}

.bg-pink {
  background-color: #fd507e !important;
}

.bg-grey {
  background: #d6d6d6;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d6d6d6 0%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d6d6d6), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #d6d6d6 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #d6d6d6 0%, #dddddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #d6d6d6 0%, #dddddd 100%);
  /* IE10+ */
  background: linear-gradient(to right, #d6d6d6 0%, #dddddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#dddddd', GradientType=1);
  /* IE6-9 */
}

.bg-grey-lt {
  background-color: #eee;
}

.bg-grey-lt-lt {
  background-color: #fcfcfc;
}

.bg-red {
  background-color: #e57368 !important;
}

.bg-orange {
  background-color: #facf2a !important;
}

.bg-lightblue {
  background-color: #52e8ff !important;
}

.bg-darkblue {
  background-color: #74c4d6 !important;
}

.bg-green {
  background-color: #c1e089 !important;
}

.bg-light-green {
  background-color: #c9e39c !important;
}

.bg-white {
  background-color: #fff !important;
}

.color-white {
  color: #fff !important;
}

.b-blue {
  border-color: #007aff;
}

.bg-blue {
  background-color: #007aff !important;
}

.bg-blue-green {
  background-color: #7bdcd5 !important;
}

.bg-yellowish {
  background-color: #ebeedd !important;
}

.bg-grey-stripes {
  background-color: #f2f2f2;
  background-image: linear-gradient(90deg, transparent 10%, white 10%);
  background-size: 10px 10px;
}

.bg-reddish {
  background-color: #fe9375 !important;
}

.text-blue {
  color: #007aff;
}

.border-blue {
  border: 1px solid #007aff;
}

.border-pink {
  border: 1px solid #fd507e !important;
}

.text-green {
  color: #9bdd51;
}

.bg-facebook {
  background-color: #335397 !important;
}

.text-facebook {
  color: #335397 !important;
}

.bg-twitter {
  background-color: #00c7f7 !important;
}

.text-twitter {
  color: #00c7f7 !important;
}

.bg-googleplus {
  background-color: #312f30 !important;
}

.text-googleplus {
  color: #312f30 !important;
}

.bg-dribbble {
  background-color: #ea4c89 !important;
}

.bg-linkedin {
  background-color: #0274b3 !important;
}

.b-grey {
  border-color: #ccc;
}

.b-white {
  border-color: #fff !important;
}

.b-white-dk {
  border-color: #fcfcfc !important;
}

.bg-white-o {
  background-color: rgba(255, 255, 255, 0.85);
}

.bg-grey-opacity {
  background: rgba(0, 0, 0, 0.4);
}

.bg-overlayer-dark {
  background: linear-gradient(rgba(34, 34, 34, 0.5), rgba(34, 34, 34, 0.7));
}

.bg-overlayer-dark-lt {
  background: rgba(34, 34, 34, 0.3);
}

.bg-overlayer-light {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7));
}

.b-eee {
  border-color: #eee !important;
}

.text-white {
  color: #fff;
}

.text-def {
  color: #797979;
}

.text-light {
  color: #bbb;
}

tr.primary td {
  background-color: #007aff;
}

.dottedBg,
.task-list>li>.drag,
.list.list-draggable>li>.item-content>.drag {
  background-image: url(../img/dotted.png);
}

.bg-white-tr {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-light-tr {
  background-color: rgba(241, 242, 243, 0.3);
}

/*!
 *  Material Design Color Palette by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-color-palette/
 *  License - https://github.com/zavoloklom/material-design-color-palette/blob/master/License (MIT license)
 */
.mdc-text-red {
  color: #f44336;
}

a.mdc-text-red:hover,
a.mdc-text-red:focus {
  color: #e53935;
}

.mdc-text-red-50 {
  color: #ffebee;
}

a.mdc-text-red-50:hover,
a.mdc-text-red-50:focus {
  color: #ffcdd2;
}

.mdc-text-red-100 {
  color: #ffcdd2;
}

a.mdc-text-red-100:hover,
a.mdc-text-red-100:focus {
  color: #ef9a9a;
}

.mdc-text-red-200 {
  color: #ef9a9a;
}

a.mdc-text-red-200:hover,
a.mdc-text-red-200:focus {
  color: #e57373;
}

.mdc-text-red-300 {
  color: #e57373;
}

a.mdc-text-red-300:hover,
a.mdc-text-red-300:focus {
  color: #ef5350;
}

.mdc-text-red-400 {
  color: #ef5350;
}

a.mdc-text-red-400:hover,
a.mdc-text-red-400:focus {
  color: #f44336;
}

.mdc-text-red-500 {
  color: #f44336;
}

a.mdc-text-red-500:hover,
a.mdc-text-red-500:focus {
  color: #e53935;
}

.mdc-text-red-600 {
  color: #e53935;
}

a.mdc-text-red-600:hover,
a.mdc-text-red-600:focus {
  color: #d32f2f;
}

.mdc-text-red-700 {
  color: #d32f2f;
}

a.mdc-text-red-700:hover,
a.mdc-text-red-700:focus {
  color: #c62828;
}

.mdc-text-red-800 {
  color: #c62828;
}

a.mdc-text-red-800:hover,
a.mdc-text-red-800:focus {
  color: #b71c1c;
}

.mdc-text-red-900 {
  color: #b71c1c;
}

a.mdc-text-red-900:hover,
a.mdc-text-red-900:focus {
  color: #8b1515;
}

.mdc-text-red-A100 {
  color: #ff8a80;
}

a.mdc-text-red-A100:hover,
a.mdc-text-red-A100:focus {
  color: #ff5b4d;
}

.mdc-text-red-A200 {
  color: #ff5252;
}

a.mdc-text-red-A200:hover,
a.mdc-text-red-A200:focus {
  color: #ff1f1f;
}

.mdc-text-red-A400 {
  color: #ff1744;
}

a.mdc-text-red-A400:hover,
a.mdc-text-red-A400:focus {
  color: #e3002c;
}

.mdc-text-red-A700 {
  color: #d50000;
}

a.mdc-text-red-A700:hover,
a.mdc-text-red-A700:focus {
  color: #a20000;
}

.mdc-bg-red {
  background-color: #f44336;
}

a.mdc-bg-red:hover,
a.mdc-bg-red:focus {
  background-color: #e53935;
}

.mdc-bg-red-50 {
  background-color: #ffebee;
}

a.mdc-bg-red-50:hover,
a.mdc-bg-red-50:focus {
  background-color: #ffcdd2;
}

.mdc-bg-red-100 {
  background-color: #ffcdd2;
}

a.mdc-bg-red-100:hover,
a.mdc-bg-red-100:focus {
  background-color: #ef9a9a;
}

.mdc-bg-red-200 {
  background-color: #ef9a9a;
}

a.mdc-bg-red-200:hover,
a.mdc-bg-red-200:focus {
  background-color: #e57373;
}

.mdc-bg-red-300 {
  background-color: #e57373;
}

a.mdc-bg-red-300:hover,
a.mdc-bg-red-300:focus {
  background-color: #ef5350;
}

.mdc-bg-red-400 {
  background-color: #ef5350;
}

a.mdc-bg-red-400:hover,
a.mdc-bg-red-400:focus {
  background-color: #f44336;
}

.mdc-bg-red-500 {
  background-color: #f44336;
}

a.mdc-bg-red-500:hover,
a.mdc-bg-red-500:focus {
  background-color: #e53935;
}

.mdc-bg-red-600 {
  background-color: #e53935;
}

a.mdc-bg-red-600:hover,
a.mdc-bg-red-600:focus {
  background-color: #d32f2f;
}

.mdc-bg-red-700 {
  background-color: #d32f2f;
}

a.mdc-bg-red-700:hover,
a.mdc-bg-red-700:focus {
  background-color: #c62828;
}

.mdc-bg-red-800 {
  background-color: #c62828;
}

a.mdc-bg-red-800:hover,
a.mdc-bg-red-800:focus {
  background-color: #b71c1c;
}

.mdc-bg-red-900 {
  background-color: #b71c1c;
}

a.mdc-bg-red-900:hover,
a.mdc-bg-red-900:focus {
  background-color: #8b1515;
}

.mdc-bg-red-A100 {
  background-color: #ff8a80;
}

a.mdc-bg-red-A100:hover,
a.mdc-bg-red-A100:focus {
  background-color: #ff5b4d;
}

.mdc-bg-red-A200 {
  background-color: #ff5252;
}

a.mdc-bg-red-A200:hover,
a.mdc-bg-red-A200:focus {
  background-color: #ff1f1f;
}

.mdc-bg-red-A400 {
  background-color: #ff1744;
}

a.mdc-bg-red-A400:hover,
a.mdc-bg-red-A400:focus {
  background-color: #e3002c;
}

.mdc-bg-red-A700 {
  background-color: #d50000;
}

a.mdc-bg-red-A700:hover,
a.mdc-bg-red-A700:focus {
  background-color: #a20000;
}

.mdc-text-pink {
  color: #e91e63;
}

a.mdc-text-pink:hover,
a.mdc-text-pink:focus {
  color: #d81b60;
}

.mdc-text-pink-50 {
  color: #fce4ec;
}

a.mdc-text-pink-50:hover,
a.mdc-text-pink-50:focus {
  color: #f8bbd0;
}

.mdc-text-pink-100 {
  color: #f8bbd0;
}

a.mdc-text-pink-100:hover,
a.mdc-text-pink-100:focus {
  color: #f48fb1;
}

.mdc-text-pink-200 {
  color: #f48fb1;
}

a.mdc-text-pink-200:hover,
a.mdc-text-pink-200:focus {
  color: #f06292;
}

.mdc-text-pink-300 {
  color: #f06292;
}

a.mdc-text-pink-300:hover,
a.mdc-text-pink-300:focus {
  color: #ec407a;
}

.mdc-text-pink-400 {
  color: #ec407a;
}

a.mdc-text-pink-400:hover,
a.mdc-text-pink-400:focus {
  color: #e91e63;
}

.mdc-text-pink-500 {
  color: #e91e63;
}

a.mdc-text-pink-500:hover,
a.mdc-text-pink-500:focus {
  color: #d81b60;
}

.mdc-text-pink-600 {
  color: #d81b60;
}

a.mdc-text-pink-600:hover,
a.mdc-text-pink-600:focus {
  color: #c2185b;
}

.mdc-text-pink-700 {
  color: #c2185b;
}

a.mdc-text-pink-700:hover,
a.mdc-text-pink-700:focus {
  color: #ad1457;
}

.mdc-text-pink-800 {
  color: #ad1457;
}

a.mdc-text-pink-800:hover,
a.mdc-text-pink-800:focus {
  color: #880e4f;
}

.mdc-text-pink-900 {
  color: #880e4f;
}

a.mdc-text-pink-900:hover,
a.mdc-text-pink-900:focus {
  color: #5a0934;
}

.mdc-text-pink-A100 {
  color: #ff80ab;
}

a.mdc-text-pink-A100:hover,
a.mdc-text-pink-A100:focus {
  color: #ff4d89;
}

.mdc-text-pink-A200 {
  color: #ff4081;
}

a.mdc-text-pink-A200:hover,
a.mdc-text-pink-A200:focus {
  color: #ff0d5f;
}

.mdc-text-pink-A400 {
  color: #f50057;
}

a.mdc-text-pink-A400:hover,
a.mdc-text-pink-A400:focus {
  color: #c20045;
}

.mdc-text-pink-A700 {
  color: #c51162;
}

a.mdc-text-pink-A700:hover,
a.mdc-text-pink-A700:focus {
  color: #960d4b;
}

.mdc-bg-pink {
  background-color: #e91e63;
}

a.mdc-bg-pink:hover,
a.mdc-bg-pink:focus {
  background-color: #d81b60;
}

.mdc-bg-pink-50 {
  background-color: #fce4ec;
}

a.mdc-bg-pink-50:hover,
a.mdc-bg-pink-50:focus {
  background-color: #f8bbd0;
}

.mdc-bg-pink-100 {
  background-color: #f8bbd0;
}

a.mdc-bg-pink-100:hover,
a.mdc-bg-pink-100:focus {
  background-color: #f48fb1;
}

.mdc-bg-pink-200 {
  background-color: #f48fb1;
}

a.mdc-bg-pink-200:hover,
a.mdc-bg-pink-200:focus {
  background-color: #f06292;
}

.mdc-bg-pink-300 {
  background-color: #f06292;
}

a.mdc-bg-pink-300:hover,
a.mdc-bg-pink-300:focus {
  background-color: #ec407a;
}

.mdc-bg-pink-400 {
  background-color: #ec407a;
}

a.mdc-bg-pink-400:hover,
a.mdc-bg-pink-400:focus {
  background-color: #e91e63;
}

.mdc-bg-pink-500 {
  background-color: #e91e63;
}

a.mdc-bg-pink-500:hover,
a.mdc-bg-pink-500:focus {
  background-color: #d81b60;
}

.mdc-bg-pink-600 {
  background-color: #d81b60;
}

a.mdc-bg-pink-600:hover,
a.mdc-bg-pink-600:focus {
  background-color: #c2185b;
}

.mdc-bg-pink-700 {
  background-color: #c2185b;
}

a.mdc-bg-pink-700:hover,
a.mdc-bg-pink-700:focus {
  background-color: #ad1457;
}

.mdc-bg-pink-800 {
  background-color: #ad1457;
}

a.mdc-bg-pink-800:hover,
a.mdc-bg-pink-800:focus {
  background-color: #880e4f;
}

.mdc-bg-pink-900 {
  background-color: #880e4f;
}

a.mdc-bg-pink-900:hover,
a.mdc-bg-pink-900:focus {
  background-color: #5a0934;
}

.mdc-bg-pink-A100 {
  background-color: #ff80ab;
}

a.mdc-bg-pink-A100:hover,
a.mdc-bg-pink-A100:focus {
  background-color: #ff4d89;
}

.mdc-bg-pink-A200 {
  background-color: #ff4081;
}

a.mdc-bg-pink-A200:hover,
a.mdc-bg-pink-A200:focus {
  background-color: #ff0d5f;
}

.mdc-bg-pink-A400 {
  background-color: #f50057;
}

a.mdc-bg-pink-A400:hover,
a.mdc-bg-pink-A400:focus {
  background-color: #c20045;
}

.mdc-bg-pink-A700 {
  background-color: #c51162;
}

a.mdc-bg-pink-A700:hover,
a.mdc-bg-pink-A700:focus {
  background-color: #960d4b;
}

.mdc-text-purple {
  color: #9c27b0;
}

a.mdc-text-purple:hover,
a.mdc-text-purple:focus {
  color: #8e24aa;
}

.mdc-text-purple-50 {
  color: #f3e5f5;
}

a.mdc-text-purple-50:hover,
a.mdc-text-purple-50:focus {
  color: #e1bee7;
}

.mdc-text-purple-100 {
  color: #e1bee7;
}

a.mdc-text-purple-100:hover,
a.mdc-text-purple-100:focus {
  color: #ce93d8;
}

.mdc-text-purple-200 {
  color: #ce93d8;
}

a.mdc-text-purple-200:hover,
a.mdc-text-purple-200:focus {
  color: #ba68c8;
}

.mdc-text-purple-300 {
  color: #ba68c8;
}

a.mdc-text-purple-300:hover,
a.mdc-text-purple-300:focus {
  color: #ab47bc;
}

.mdc-text-purple-400 {
  color: #ab47bc;
}

a.mdc-text-purple-400:hover,
a.mdc-text-purple-400:focus {
  color: #9c27b0;
}

.mdc-text-purple-500 {
  color: #9c27b0;
}

a.mdc-text-purple-500:hover,
a.mdc-text-purple-500:focus {
  color: #8e24aa;
}

.mdc-text-purple-600 {
  color: #8e24aa;
}

a.mdc-text-purple-600:hover,
a.mdc-text-purple-600:focus {
  color: #7b1fa2;
}

.mdc-text-purple-700 {
  color: #7b1fa2;
}

a.mdc-text-purple-700:hover,
a.mdc-text-purple-700:focus {
  color: #6a1b9a;
}

.mdc-text-purple-800 {
  color: #6a1b9a;
}

a.mdc-text-purple-800:hover,
a.mdc-text-purple-800:focus {
  color: #4a148c;
}

.mdc-text-purple-900 {
  color: #4a148c;
}

a.mdc-text-purple-900:hover,
a.mdc-text-purple-900:focus {
  color: #320e5f;
}

.mdc-text-purple-A100 {
  color: #ea80fc;
}

a.mdc-text-purple-A100:hover,
a.mdc-text-purple-A100:focus {
  color: #e24efb;
}

.mdc-text-purple-A200 {
  color: #e040fb;
}

a.mdc-text-purple-A200:hover,
a.mdc-text-purple-A200:focus {
  color: #d80efa;
}

.mdc-text-purple-A400 {
  color: #d500f9;
}

a.mdc-text-purple-A400:hover,
a.mdc-text-purple-A400:focus {
  color: #a900c6;
}

.mdc-text-purple-A700 {
  color: #aa00ff;
}

a.mdc-text-purple-A700:hover,
a.mdc-text-purple-A700:focus {
  color: #8800cc;
}

.mdc-bg-purple {
  background-color: #9c27b0;
}

a.mdc-bg-purple:hover,
a.mdc-bg-purple:focus {
  background-color: #8e24aa;
}

.mdc-bg-purple-50 {
  background-color: #f3e5f5;
}

a.mdc-bg-purple-50:hover,
a.mdc-bg-purple-50:focus {
  background-color: #e1bee7;
}

.mdc-bg-purple-100 {
  background-color: #e1bee7;
}

a.mdc-bg-purple-100:hover,
a.mdc-bg-purple-100:focus {
  background-color: #ce93d8;
}

.mdc-bg-purple-200 {
  background-color: #ce93d8;
}

a.mdc-bg-purple-200:hover,
a.mdc-bg-purple-200:focus {
  background-color: #ba68c8;
}

.mdc-bg-purple-300 {
  background-color: #ba68c8;
}

a.mdc-bg-purple-300:hover,
a.mdc-bg-purple-300:focus {
  background-color: #ab47bc;
}

.mdc-bg-purple-400 {
  background-color: #ab47bc;
}

a.mdc-bg-purple-400:hover,
a.mdc-bg-purple-400:focus {
  background-color: #9c27b0;
}

.mdc-bg-purple-500 {
  background-color: #9c27b0;
}

a.mdc-bg-purple-500:hover,
a.mdc-bg-purple-500:focus {
  background-color: #8e24aa;
}

.mdc-bg-purple-600 {
  background-color: #8e24aa;
}

a.mdc-bg-purple-600:hover,
a.mdc-bg-purple-600:focus {
  background-color: #7b1fa2;
}

.mdc-bg-purple-700 {
  background-color: #7b1fa2;
}

a.mdc-bg-purple-700:hover,
a.mdc-bg-purple-700:focus {
  background-color: #6a1b9a;
}

.mdc-bg-purple-800 {
  background-color: #6a1b9a;
}

a.mdc-bg-purple-800:hover,
a.mdc-bg-purple-800:focus {
  background-color: #4a148c;
}

.mdc-bg-purple-900 {
  background-color: #4a148c;
}

a.mdc-bg-purple-900:hover,
a.mdc-bg-purple-900:focus {
  background-color: #320e5f;
}

.mdc-bg-purple-A100 {
  background-color: #ea80fc;
}

a.mdc-bg-purple-A100:hover,
a.mdc-bg-purple-A100:focus {
  background-color: #e24efb;
}

.mdc-bg-purple-A200 {
  background-color: #e040fb;
}

a.mdc-bg-purple-A200:hover,
a.mdc-bg-purple-A200:focus {
  background-color: #d80efa;
}

.mdc-bg-purple-A400 {
  background-color: #d500f9;
}

a.mdc-bg-purple-A400:hover,
a.mdc-bg-purple-A400:focus {
  background-color: #a900c6;
}

.mdc-bg-purple-A700 {
  background-color: #aa00ff;
}

a.mdc-bg-purple-A700:hover,
a.mdc-bg-purple-A700:focus {
  background-color: #8800cc;
}

.mdc-text-deep-purple {
  color: #673ab7;
}

a.mdc-text-deep-purple:hover,
a.mdc-text-deep-purple:focus {
  color: #5e35b1;
}

.mdc-text-deep-purple-50 {
  color: #ede7f6;
}

a.mdc-text-deep-purple-50:hover,
a.mdc-text-deep-purple-50:focus {
  color: #d1c4e9;
}

.mdc-text-deep-purple-100 {
  color: #d1c4e9;
}

a.mdc-text-deep-purple-100:hover,
a.mdc-text-deep-purple-100:focus {
  color: #b39ddb;
}

.mdc-text-deep-purple-200 {
  color: #b39ddb;
}

a.mdc-text-deep-purple-200:hover,
a.mdc-text-deep-purple-200:focus {
  color: #9575cd;
}

.mdc-text-deep-purple-300 {
  color: #9575cd;
}

a.mdc-text-deep-purple-300:hover,
a.mdc-text-deep-purple-300:focus {
  color: #7e57c2;
}

.mdc-text-deep-purple-400 {
  color: #7e57c2;
}

a.mdc-text-deep-purple-400:hover,
a.mdc-text-deep-purple-400:focus {
  color: #673ab7;
}

.mdc-text-deep-purple-500 {
  color: #673ab7;
}

a.mdc-text-deep-purple-500:hover,
a.mdc-text-deep-purple-500:focus {
  color: #5e35b1;
}

.mdc-text-deep-purple-600 {
  color: #5e35b1;
}

a.mdc-text-deep-purple-600:hover,
a.mdc-text-deep-purple-600:focus {
  color: #512da8;
}

.mdc-text-deep-purple-700 {
  color: #512da8;
}

a.mdc-text-deep-purple-700:hover,
a.mdc-text-deep-purple-700:focus {
  color: #4527a0;
}

.mdc-text-deep-purple-800 {
  color: #4527a0;
}

a.mdc-text-deep-purple-800:hover,
a.mdc-text-deep-purple-800:focus {
  color: #311b92;
}

.mdc-text-deep-purple-900 {
  color: #311b92;
}

a.mdc-text-deep-purple-900:hover,
a.mdc-text-deep-purple-900:focus {
  color: #231367;
}

.mdc-text-deep-purple-A100 {
  color: #b388ff;
}

a.mdc-text-deep-purple-A100:hover,
a.mdc-text-deep-purple-A100:focus {
  color: #9255ff;
}

.mdc-text-deep-purple-A200 {
  color: #7c4dff;
}

a.mdc-text-deep-purple-A200:hover,
a.mdc-text-deep-purple-A200:focus {
  color: #561aff;
}

.mdc-text-deep-purple-A400 {
  color: #651fff;
}

a.mdc-text-deep-purple-A400:hover,
a.mdc-text-deep-purple-A400:focus {
  color: #4900eb;
}

.mdc-text-deep-purple-A700 {
  color: #6200ea;
}

a.mdc-text-deep-purple-A700:hover,
a.mdc-text-deep-purple-A700:focus {
  color: #4d00b7;
}

.mdc-bg-deep-purple {
  background-color: #673ab7;
}

a.mdc-bg-deep-purple:hover,
a.mdc-bg-deep-purple:focus {
  background-color: #5e35b1;
}

.mdc-bg-deep-purple-50 {
  background-color: #ede7f6;
}

a.mdc-bg-deep-purple-50:hover,
a.mdc-bg-deep-purple-50:focus {
  background-color: #d1c4e9;
}

.mdc-bg-deep-purple-100 {
  background-color: #d1c4e9;
}

a.mdc-bg-deep-purple-100:hover,
a.mdc-bg-deep-purple-100:focus {
  background-color: #b39ddb;
}

.mdc-bg-deep-purple-200 {
  background-color: #b39ddb;
}

a.mdc-bg-deep-purple-200:hover,
a.mdc-bg-deep-purple-200:focus {
  background-color: #9575cd;
}

.mdc-bg-deep-purple-300 {
  background-color: #9575cd;
}

a.mdc-bg-deep-purple-300:hover,
a.mdc-bg-deep-purple-300:focus {
  background-color: #7e57c2;
}

.mdc-bg-deep-purple-400 {
  background-color: #7e57c2;
}

a.mdc-bg-deep-purple-400:hover,
a.mdc-bg-deep-purple-400:focus {
  background-color: #673ab7;
}

.mdc-bg-deep-purple-500 {
  background-color: #673ab7;
}

a.mdc-bg-deep-purple-500:hover,
a.mdc-bg-deep-purple-500:focus {
  background-color: #5e35b1;
}

.mdc-bg-deep-purple-600 {
  background-color: #5e35b1;
}

a.mdc-bg-deep-purple-600:hover,
a.mdc-bg-deep-purple-600:focus {
  background-color: #512da8;
}

.mdc-bg-deep-purple-700 {
  background-color: #512da8;
}

a.mdc-bg-deep-purple-700:hover,
a.mdc-bg-deep-purple-700:focus {
  background-color: #4527a0;
}

.mdc-bg-deep-purple-800 {
  background-color: #4527a0;
}

a.mdc-bg-deep-purple-800:hover,
a.mdc-bg-deep-purple-800:focus {
  background-color: #311b92;
}

.mdc-bg-deep-purple-900 {
  background-color: #311b92;
}

a.mdc-bg-deep-purple-900:hover,
a.mdc-bg-deep-purple-900:focus {
  background-color: #231367;
}

.mdc-bg-deep-purple-A100 {
  background-color: #b388ff;
}

a.mdc-bg-deep-purple-A100:hover,
a.mdc-bg-deep-purple-A100:focus {
  background-color: #9255ff;
}

.mdc-bg-deep-purple-A200 {
  background-color: #7c4dff;
}

a.mdc-bg-deep-purple-A200:hover,
a.mdc-bg-deep-purple-A200:focus {
  background-color: #561aff;
}

.mdc-bg-deep-purple-A400 {
  background-color: #651fff;
}

a.mdc-bg-deep-purple-A400:hover,
a.mdc-bg-deep-purple-A400:focus {
  background-color: #4900eb;
}

.mdc-bg-deep-purple-A700 {
  background-color: #6200ea;
}

a.mdc-bg-deep-purple-A700:hover,
a.mdc-bg-deep-purple-A700:focus {
  background-color: #4d00b7;
}

.mdc-text-indigo {
  color: #3f51b5;
}

a.mdc-text-indigo:hover,
a.mdc-text-indigo:focus {
  color: #3949ab;
}

.mdc-text-indigo-50 {
  color: #e8eaf6;
}

a.mdc-text-indigo-50:hover,
a.mdc-text-indigo-50:focus {
  color: #c5cae9;
}

.mdc-text-indigo-100 {
  color: #c5cae9;
}

a.mdc-text-indigo-100:hover,
a.mdc-text-indigo-100:focus {
  color: #9fa8da;
}

.mdc-text-indigo-200 {
  color: #9fa8da;
}

a.mdc-text-indigo-200:hover,
a.mdc-text-indigo-200:focus {
  color: #7986cb;
}

.mdc-text-indigo-300 {
  color: #7986cb;
}

a.mdc-text-indigo-300:hover,
a.mdc-text-indigo-300:focus {
  color: #5c6bc0;
}

.mdc-text-indigo-400 {
  color: #5c6bc0;
}

a.mdc-text-indigo-400:hover,
a.mdc-text-indigo-400:focus {
  color: #3f51b5;
}

.mdc-text-indigo-500 {
  color: #3f51b5;
}

a.mdc-text-indigo-500:hover,
a.mdc-text-indigo-500:focus {
  color: #3949ab;
}

.mdc-text-indigo-600 {
  color: #3949ab;
}

a.mdc-text-indigo-600:hover,
a.mdc-text-indigo-600:focus {
  color: #303f9f;
}

.mdc-text-indigo-700 {
  color: #303f9f;
}

a.mdc-text-indigo-700:hover,
a.mdc-text-indigo-700:focus {
  color: #283593;
}

.mdc-text-indigo-800 {
  color: #283593;
}

a.mdc-text-indigo-800:hover,
a.mdc-text-indigo-800:focus {
  color: #1a237e;
}

.mdc-text-indigo-900 {
  color: #1a237e;
}

a.mdc-text-indigo-900:hover,
a.mdc-text-indigo-900:focus {
  color: #111754;
}

.mdc-text-indigo-A100 {
  color: #8c9eff;
}

a.mdc-text-indigo-A100:hover,
a.mdc-text-indigo-A100:focus {
  color: #5973ff;
}

.mdc-text-indigo-A200 {
  color: #536dfe;
}

a.mdc-text-indigo-A200:hover,
a.mdc-text-indigo-A200:focus {
  color: #2042fe;
}

.mdc-text-indigo-A400 {
  color: #3d5afe;
}

a.mdc-text-indigo-A400:hover,
a.mdc-text-indigo-A400:focus {
  color: #0a2ffe;
}

.mdc-text-indigo-A700 {
  color: #304ffe;
}

a.mdc-text-indigo-A700:hover,
a.mdc-text-indigo-A700:focus {
  color: #0127fa;
}

.mdc-bg-indigo {
  background-color: #3f51b5;
}

a.mdc-bg-indigo:hover,
a.mdc-bg-indigo:focus {
  background-color: #3949ab;
}

.mdc-bg-indigo-50 {
  background-color: #e8eaf6;
}

a.mdc-bg-indigo-50:hover,
a.mdc-bg-indigo-50:focus {
  background-color: #c5cae9;
}

.mdc-bg-indigo-100 {
  background-color: #c5cae9;
}

a.mdc-bg-indigo-100:hover,
a.mdc-bg-indigo-100:focus {
  background-color: #9fa8da;
}

.mdc-bg-indigo-200 {
  background-color: #9fa8da;
}

a.mdc-bg-indigo-200:hover,
a.mdc-bg-indigo-200:focus {
  background-color: #7986cb;
}

.mdc-bg-indigo-300 {
  background-color: #7986cb;
}

a.mdc-bg-indigo-300:hover,
a.mdc-bg-indigo-300:focus {
  background-color: #5c6bc0;
}

.mdc-bg-indigo-400 {
  background-color: #5c6bc0;
}

a.mdc-bg-indigo-400:hover,
a.mdc-bg-indigo-400:focus {
  background-color: #3f51b5;
}

.mdc-bg-indigo-500 {
  background-color: #3f51b5;
}

a.mdc-bg-indigo-500:hover,
a.mdc-bg-indigo-500:focus {
  background-color: #3949ab;
}

.mdc-bg-indigo-600 {
  background-color: #3949ab;
}

a.mdc-bg-indigo-600:hover,
a.mdc-bg-indigo-600:focus {
  background-color: #303f9f;
}

.mdc-bg-indigo-700 {
  background-color: #303f9f;
}

a.mdc-bg-indigo-700:hover,
a.mdc-bg-indigo-700:focus {
  background-color: #283593;
}

.mdc-bg-indigo-800 {
  background-color: #283593;
}

a.mdc-bg-indigo-800:hover,
a.mdc-bg-indigo-800:focus {
  background-color: #1a237e;
}

.mdc-bg-indigo-900 {
  background-color: #1a237e;
}

a.mdc-bg-indigo-900:hover,
a.mdc-bg-indigo-900:focus {
  background-color: #111754;
}

.mdc-bg-indigo-A100 {
  background-color: #8c9eff;
}

a.mdc-bg-indigo-A100:hover,
a.mdc-bg-indigo-A100:focus {
  background-color: #5973ff;
}

.mdc-bg-indigo-A200 {
  background-color: #536dfe;
}

a.mdc-bg-indigo-A200:hover,
a.mdc-bg-indigo-A200:focus {
  background-color: #2042fe;
}

.mdc-bg-indigo-A400 {
  background-color: #3d5afe;
}

a.mdc-bg-indigo-A400:hover,
a.mdc-bg-indigo-A400:focus {
  background-color: #0a2ffe;
}

.mdc-bg-indigo-A700 {
  background-color: #304ffe;
}

a.mdc-bg-indigo-A700:hover,
a.mdc-bg-indigo-A700:focus {
  background-color: #0127fa;
}

.mdc-text-blue {
  color: #2196f3;
}

a.mdc-text-blue:hover,
a.mdc-text-blue:focus {
  color: #1e88e5;
}

.mdc-text-blue-50 {
  color: #e3f2fd;
}

a.mdc-text-blue-50:hover,
a.mdc-text-blue-50:focus {
  color: #bbdefb;
}

.mdc-text-blue-100 {
  color: #bbdefb;
}

a.mdc-text-blue-100:hover,
a.mdc-text-blue-100:focus {
  color: #90caf9;
}

.mdc-text-blue-200 {
  color: #90caf9;
}

a.mdc-text-blue-200:hover,
a.mdc-text-blue-200:focus {
  color: #64b5f6;
}

.mdc-text-blue-300 {
  color: #64b5f6;
}

a.mdc-text-blue-300:hover,
a.mdc-text-blue-300:focus {
  color: #42a5f5;
}

.mdc-text-blue-400 {
  color: #42a5f5;
}

a.mdc-text-blue-400:hover,
a.mdc-text-blue-400:focus {
  color: #2196f3;
}

.mdc-text-blue-500 {
  color: #2196f3;
}

a.mdc-text-blue-500:hover,
a.mdc-text-blue-500:focus {
  color: #1e88e5;
}

.mdc-text-blue-600 {
  color: #1e88e5;
}

a.mdc-text-blue-600:hover,
a.mdc-text-blue-600:focus {
  color: #1976d2;
}

.mdc-text-blue-700 {
  color: #1976d2;
}

a.mdc-text-blue-700:hover,
a.mdc-text-blue-700:focus {
  color: #1565c0;
}

.mdc-text-blue-800 {
  color: #1565c0;
}

a.mdc-text-blue-800:hover,
a.mdc-text-blue-800:focus {
  color: #0d47a1;
}

.mdc-text-blue-900 {
  color: #0d47a1;
}

a.mdc-text-blue-900:hover,
a.mdc-text-blue-900:focus {
  color: #093272;
}

.mdc-text-blue-A100 {
  color: #82b1ff;
}

a.mdc-text-blue-A100:hover,
a.mdc-text-blue-A100:focus {
  color: #4f91ff;
}

.mdc-text-blue-A200 {
  color: #448aff;
}

a.mdc-text-blue-A200:hover,
a.mdc-text-blue-A200:focus {
  color: #116aff;
}

.mdc-text-blue-A400 {
  color: #2979ff;
}

a.mdc-text-blue-A400:hover,
a.mdc-text-blue-A400:focus {
  color: #005cf5;
}

.mdc-text-blue-A700 {
  color: #2962ff;
}

a.mdc-text-blue-A700:hover,
a.mdc-text-blue-A700:focus {
  color: #0041f5;
}

.mdc-bg-blue {
  background-color: #2196f3;
}

a.mdc-bg-blue:hover,
a.mdc-bg-blue:focus {
  background-color: #1e88e5;
}

.mdc-bg-blue-50 {
  background-color: #e3f2fd;
}

a.mdc-bg-blue-50:hover,
a.mdc-bg-blue-50:focus {
  background-color: #bbdefb;
}

.mdc-bg-blue-100 {
  background-color: #bbdefb;
}

a.mdc-bg-blue-100:hover,
a.mdc-bg-blue-100:focus {
  background-color: #90caf9;
}

.mdc-bg-blue-200 {
  background-color: #90caf9;
}

a.mdc-bg-blue-200:hover,
a.mdc-bg-blue-200:focus {
  background-color: #64b5f6;
}

.mdc-bg-blue-300 {
  background-color: #64b5f6;
}

a.mdc-bg-blue-300:hover,
a.mdc-bg-blue-300:focus {
  background-color: #42a5f5;
}

.mdc-bg-blue-400 {
  background-color: #42a5f5;
}

a.mdc-bg-blue-400:hover,
a.mdc-bg-blue-400:focus {
  background-color: #2196f3;
}

.mdc-bg-blue-500 {
  background-color: #2196f3;
}

a.mdc-bg-blue-500:hover,
a.mdc-bg-blue-500:focus {
  background-color: #1e88e5;
}

.mdc-bg-blue-600 {
  background-color: #1e88e5;
}

a.mdc-bg-blue-600:hover,
a.mdc-bg-blue-600:focus {
  background-color: #1976d2;
}

.mdc-bg-blue-700 {
  background-color: #1976d2;
}

a.mdc-bg-blue-700:hover,
a.mdc-bg-blue-700:focus {
  background-color: #1565c0;
}

.mdc-bg-blue-800 {
  background-color: #1565c0;
}

a.mdc-bg-blue-800:hover,
a.mdc-bg-blue-800:focus {
  background-color: #0d47a1;
}

.mdc-bg-blue-900 {
  background-color: #0d47a1;
}

a.mdc-bg-blue-900:hover,
a.mdc-bg-blue-900:focus {
  background-color: #093272;
}

.mdc-bg-blue-A100 {
  background-color: #82b1ff;
}

a.mdc-bg-blue-A100:hover,
a.mdc-bg-blue-A100:focus {
  background-color: #4f91ff;
}

.mdc-bg-blue-A200 {
  background-color: #448aff;
}

a.mdc-bg-blue-A200:hover,
a.mdc-bg-blue-A200:focus {
  background-color: #116aff;
}

.mdc-bg-blue-A400 {
  background-color: #2979ff;
}

a.mdc-bg-blue-A400:hover,
a.mdc-bg-blue-A400:focus {
  background-color: #005cf5;
}

.mdc-bg-blue-A700 {
  background-color: #2962ff;
}

a.mdc-bg-blue-A700:hover,
a.mdc-bg-blue-A700:focus {
  background-color: #0041f5;
}

.mdc-text-light-blue {
  color: #03a9f4;
}

a.mdc-text-light-blue:hover,
a.mdc-text-light-blue:focus {
  color: #039be5;
}

.mdc-text-light-blue-50 {
  color: #e1f5fe;
}

a.mdc-text-light-blue-50:hover,
a.mdc-text-light-blue-50:focus {
  color: #b3e5fc;
}

.mdc-text-light-blue-100 {
  color: #b3e5fc;
}

a.mdc-text-light-blue-100:hover,
a.mdc-text-light-blue-100:focus {
  color: #81d4fa;
}

.mdc-text-light-blue-200 {
  color: #81d4fa;
}

a.mdc-text-light-blue-200:hover,
a.mdc-text-light-blue-200:focus {
  color: #4fc3f7;
}

.mdc-text-light-blue-300 {
  color: #4fc3f7;
}

a.mdc-text-light-blue-300:hover,
a.mdc-text-light-blue-300:focus {
  color: #29b6f6;
}

.mdc-text-light-blue-400 {
  color: #29b6f6;
}

a.mdc-text-light-blue-400:hover,
a.mdc-text-light-blue-400:focus {
  color: #03a9f4;
}

.mdc-text-light-blue-500 {
  color: #03a9f4;
}

a.mdc-text-light-blue-500:hover,
a.mdc-text-light-blue-500:focus {
  color: #039be5;
}

.mdc-text-light-blue-600 {
  color: #039be5;
}

a.mdc-text-light-blue-600:hover,
a.mdc-text-light-blue-600:focus {
  color: #0288d1;
}

.mdc-text-light-blue-700 {
  color: #0288d1;
}

a.mdc-text-light-blue-700:hover,
a.mdc-text-light-blue-700:focus {
  color: #0277bd;
}

.mdc-text-light-blue-800 {
  color: #0277bd;
}

a.mdc-text-light-blue-800:hover,
a.mdc-text-light-blue-800:focus {
  color: #01579b;
}

.mdc-text-light-blue-900 {
  color: #01579b;
}

a.mdc-text-light-blue-900:hover,
a.mdc-text-light-blue-900:focus {
  color: #013b68;
}

.mdc-text-light-blue-A100 {
  color: #80d8ff;
}

a.mdc-text-light-blue-A100:hover,
a.mdc-text-light-blue-A100:focus {
  color: #4dc8ff;
}

.mdc-text-light-blue-A200 {
  color: #40c4ff;
}

a.mdc-text-light-blue-A200:hover,
a.mdc-text-light-blue-A200:focus {
  color: #0db4ff;
}

.mdc-text-light-blue-A400 {
  color: #00b0ff;
}

a.mdc-text-light-blue-A400:hover,
a.mdc-text-light-blue-A400:focus {
  color: #008dcc;
}

.mdc-text-light-blue-A700 {
  color: #0091ea;
}

a.mdc-text-light-blue-A700:hover,
a.mdc-text-light-blue-A700:focus {
  color: #0071b7;
}

.mdc-bg-light-blue {
  background-color: #03a9f4;
}

a.mdc-bg-light-blue:hover,
a.mdc-bg-light-blue:focus {
  background-color: #039be5;
}

.mdc-bg-light-blue-50 {
  background-color: #e1f5fe;
}

a.mdc-bg-light-blue-50:hover,
a.mdc-bg-light-blue-50:focus {
  background-color: #b3e5fc;
}

.mdc-bg-light-blue-100 {
  background-color: #b3e5fc;
}

a.mdc-bg-light-blue-100:hover,
a.mdc-bg-light-blue-100:focus {
  background-color: #81d4fa;
}

.mdc-bg-light-blue-200 {
  background-color: #81d4fa;
}

a.mdc-bg-light-blue-200:hover,
a.mdc-bg-light-blue-200:focus {
  background-color: #4fc3f7;
}

.mdc-bg-light-blue-300 {
  background-color: #4fc3f7;
}

a.mdc-bg-light-blue-300:hover,
a.mdc-bg-light-blue-300:focus {
  background-color: #29b6f6;
}

.mdc-bg-light-blue-400 {
  background-color: #29b6f6;
}

a.mdc-bg-light-blue-400:hover,
a.mdc-bg-light-blue-400:focus {
  background-color: #03a9f4;
}

.mdc-bg-light-blue-500 {
  background-color: #03a9f4;
}

a.mdc-bg-light-blue-500:hover,
a.mdc-bg-light-blue-500:focus {
  background-color: #039be5;
}

.mdc-bg-light-blue-600 {
  background-color: #039be5;
}

a.mdc-bg-light-blue-600:hover,
a.mdc-bg-light-blue-600:focus {
  background-color: #0288d1;
}

.mdc-bg-light-blue-700 {
  background-color: #0288d1;
}

a.mdc-bg-light-blue-700:hover,
a.mdc-bg-light-blue-700:focus {
  background-color: #0277bd;
}

.mdc-bg-light-blue-800 {
  background-color: #0277bd;
}

a.mdc-bg-light-blue-800:hover,
a.mdc-bg-light-blue-800:focus {
  background-color: #01579b;
}

.mdc-bg-light-blue-900 {
  background-color: #01579b;
}

a.mdc-bg-light-blue-900:hover,
a.mdc-bg-light-blue-900:focus {
  background-color: #013b68;
}

.mdc-bg-light-blue-A100 {
  background-color: #80d8ff;
}

a.mdc-bg-light-blue-A100:hover,
a.mdc-bg-light-blue-A100:focus {
  background-color: #4dc8ff;
}

.mdc-bg-light-blue-A200 {
  background-color: #40c4ff;
}

a.mdc-bg-light-blue-A200:hover,
a.mdc-bg-light-blue-A200:focus {
  background-color: #0db4ff;
}

.mdc-bg-light-blue-A400 {
  background-color: #00b0ff;
}

a.mdc-bg-light-blue-A400:hover,
a.mdc-bg-light-blue-A400:focus {
  background-color: #008dcc;
}

.mdc-bg-light-blue-A700 {
  background-color: #0091ea;
}

a.mdc-bg-light-blue-A700:hover,
a.mdc-bg-light-blue-A700:focus {
  background-color: #0071b7;
}

.mdc-text-cyan {
  color: #00bcd4;
}

a.mdc-text-cyan:hover,
a.mdc-text-cyan:focus {
  color: #00acc1;
}

.mdc-text-cyan-50 {
  color: #e0f7fa;
}

a.mdc-text-cyan-50:hover,
a.mdc-text-cyan-50:focus {
  color: #b2ebf2;
}

.mdc-text-cyan-100 {
  color: #b2ebf2;
}

a.mdc-text-cyan-100:hover,
a.mdc-text-cyan-100:focus {
  color: #80deea;
}

.mdc-text-cyan-200 {
  color: #80deea;
}

a.mdc-text-cyan-200:hover,
a.mdc-text-cyan-200:focus {
  color: #4dd0e1;
}

.mdc-text-cyan-300 {
  color: #4dd0e1;
}

a.mdc-text-cyan-300:hover,
a.mdc-text-cyan-300:focus {
  color: #26c6da;
}

.mdc-text-cyan-400 {
  color: #26c6da;
}

a.mdc-text-cyan-400:hover,
a.mdc-text-cyan-400:focus {
  color: #00bcd4;
}

.mdc-text-cyan-500 {
  color: #00bcd4;
}

a.mdc-text-cyan-500:hover,
a.mdc-text-cyan-500:focus {
  color: #00acc1;
}

.mdc-text-cyan-600 {
  color: #00acc1;
}

a.mdc-text-cyan-600:hover,
a.mdc-text-cyan-600:focus {
  color: #0097a7;
}

.mdc-text-cyan-700 {
  color: #0097a7;
}

a.mdc-text-cyan-700:hover,
a.mdc-text-cyan-700:focus {
  color: #00838f;
}

.mdc-text-cyan-800 {
  color: #00838f;
}

a.mdc-text-cyan-800:hover,
a.mdc-text-cyan-800:focus {
  color: #006064;
}

.mdc-text-cyan-900 {
  color: #006064;
}

a.mdc-text-cyan-900:hover,
a.mdc-text-cyan-900:focus {
  color: #002f31;
}

.mdc-text-cyan-A100 {
  color: #84ffff;
}

a.mdc-text-cyan-A100:hover,
a.mdc-text-cyan-A100:focus {
  color: #51ffff;
}

.mdc-text-cyan-A200 {
  color: #18ffff;
}

a.mdc-text-cyan-A200:hover,
a.mdc-text-cyan-A200:focus {
  color: #00e4e4;
}

.mdc-text-cyan-A400 {
  color: #00e5ff;
}

a.mdc-text-cyan-A400:hover,
a.mdc-text-cyan-A400:focus {
  color: #00b7cc;
}

.mdc-text-cyan-A700 {
  color: #00b8d4;
}

a.mdc-text-cyan-A700:hover,
a.mdc-text-cyan-A700:focus {
  color: #008ca1;
}

.mdc-bg-cyan {
  background-color: #00bcd4;
}

a.mdc-bg-cyan:hover,
a.mdc-bg-cyan:focus {
  background-color: #00acc1;
}

.mdc-bg-cyan-50 {
  background-color: #e0f7fa;
}

a.mdc-bg-cyan-50:hover,
a.mdc-bg-cyan-50:focus {
  background-color: #b2ebf2;
}

.mdc-bg-cyan-100 {
  background-color: #b2ebf2;
}

a.mdc-bg-cyan-100:hover,
a.mdc-bg-cyan-100:focus {
  background-color: #80deea;
}

.mdc-bg-cyan-200 {
  background-color: #80deea;
}

a.mdc-bg-cyan-200:hover,
a.mdc-bg-cyan-200:focus {
  background-color: #4dd0e1;
}

.mdc-bg-cyan-300 {
  background-color: #4dd0e1;
}

a.mdc-bg-cyan-300:hover,
a.mdc-bg-cyan-300:focus {
  background-color: #26c6da;
}

.mdc-bg-cyan-400 {
  background-color: #26c6da;
}

a.mdc-bg-cyan-400:hover,
a.mdc-bg-cyan-400:focus {
  background-color: #00bcd4;
}

.mdc-bg-cyan-500 {
  background-color: #00bcd4;
}

a.mdc-bg-cyan-500:hover,
a.mdc-bg-cyan-500:focus {
  background-color: #00acc1;
}

.mdc-bg-cyan-600 {
  background-color: #00acc1;
}

a.mdc-bg-cyan-600:hover,
a.mdc-bg-cyan-600:focus {
  background-color: #0097a7;
}

.mdc-bg-cyan-700 {
  background-color: #0097a7;
}

a.mdc-bg-cyan-700:hover,
a.mdc-bg-cyan-700:focus {
  background-color: #00838f;
}

.mdc-bg-cyan-800 {
  background-color: #00838f;
}

a.mdc-bg-cyan-800:hover,
a.mdc-bg-cyan-800:focus {
  background-color: #006064;
}

.mdc-bg-cyan-900 {
  background-color: #006064;
}

a.mdc-bg-cyan-900:hover,
a.mdc-bg-cyan-900:focus {
  background-color: #002f31;
}

.mdc-bg-cyan-A100 {
  background-color: #84ffff;
}

a.mdc-bg-cyan-A100:hover,
a.mdc-bg-cyan-A100:focus {
  background-color: #51ffff;
}

.mdc-bg-cyan-A200 {
  background-color: #18ffff;
}

a.mdc-bg-cyan-A200:hover,
a.mdc-bg-cyan-A200:focus {
  background-color: #00e4e4;
}

.mdc-bg-cyan-A400 {
  background-color: #00e5ff;
}

a.mdc-bg-cyan-A400:hover,
a.mdc-bg-cyan-A400:focus {
  background-color: #00b7cc;
}

.mdc-bg-cyan-A700 {
  background-color: #00b8d4;
}

a.mdc-bg-cyan-A700:hover,
a.mdc-bg-cyan-A700:focus {
  background-color: #008ca1;
}

.mdc-text-teal {
  color: #009688;
}

a.mdc-text-teal:hover,
a.mdc-text-teal:focus {
  color: #00897b;
}

.mdc-text-teal-50 {
  color: #e0f2f1;
}

a.mdc-text-teal-50:hover,
a.mdc-text-teal-50:focus {
  color: #b2dfdb;
}

.mdc-text-teal-100 {
  color: #b2dfdb;
}

a.mdc-text-teal-100:hover,
a.mdc-text-teal-100:focus {
  color: #80cbc4;
}

.mdc-text-teal-200 {
  color: #80cbc4;
}

a.mdc-text-teal-200:hover,
a.mdc-text-teal-200:focus {
  color: #4db6ac;
}

.mdc-text-teal-300 {
  color: #4db6ac;
}

a.mdc-text-teal-300:hover,
a.mdc-text-teal-300:focus {
  color: #26a69a;
}

.mdc-text-teal-400 {
  color: #26a69a;
}

a.mdc-text-teal-400:hover,
a.mdc-text-teal-400:focus {
  color: #009688;
}

.mdc-text-teal-500 {
  color: #009688;
}

a.mdc-text-teal-500:hover,
a.mdc-text-teal-500:focus {
  color: #00897b;
}

.mdc-text-teal-600 {
  color: #00897b;
}

a.mdc-text-teal-600:hover,
a.mdc-text-teal-600:focus {
  color: #00796b;
}

.mdc-text-teal-700 {
  color: #00796b;
}

a.mdc-text-teal-700:hover,
a.mdc-text-teal-700:focus {
  color: #00695c;
}

.mdc-text-teal-800 {
  color: #00695c;
}

a.mdc-text-teal-800:hover,
a.mdc-text-teal-800:focus {
  color: #004d40;
}

.mdc-text-teal-900 {
  color: #004d40;
}

a.mdc-text-teal-900:hover,
a.mdc-text-teal-900:focus {
  color: #001a16;
}

.mdc-text-teal-A100 {
  color: #a7ffeb;
}

a.mdc-text-teal-A100:hover,
a.mdc-text-teal-A100:focus {
  color: #74ffdf;
}

.mdc-text-teal-A200 {
  color: #64ffda;
}

a.mdc-text-teal-A200:hover,
a.mdc-text-teal-A200:focus {
  color: #31ffce;
}

.mdc-text-teal-A400 {
  color: #1de9b6;
}

a.mdc-text-teal-A400:hover,
a.mdc-text-teal-A400:focus {
  color: #13c095;
}

.mdc-text-teal-A700 {
  color: #00bfa5;
}

a.mdc-text-teal-A700:hover,
a.mdc-text-teal-A700:focus {
  color: #008c79;
}

.mdc-bg-teal {
  background-color: #009688;
}

a.mdc-bg-teal:hover,
a.mdc-bg-teal:focus {
  background-color: #00897b;
}

.mdc-bg-teal-50 {
  background-color: #e0f2f1;
}

a.mdc-bg-teal-50:hover,
a.mdc-bg-teal-50:focus {
  background-color: #b2dfdb;
}

.mdc-bg-teal-100 {
  background-color: #b2dfdb;
}

a.mdc-bg-teal-100:hover,
a.mdc-bg-teal-100:focus {
  background-color: #80cbc4;
}

.mdc-bg-teal-200 {
  background-color: #80cbc4;
}

a.mdc-bg-teal-200:hover,
a.mdc-bg-teal-200:focus {
  background-color: #4db6ac;
}

.mdc-bg-teal-300 {
  background-color: #4db6ac;
}

a.mdc-bg-teal-300:hover,
a.mdc-bg-teal-300:focus {
  background-color: #26a69a;
}

.mdc-bg-teal-400 {
  background-color: #26a69a;
}

a.mdc-bg-teal-400:hover,
a.mdc-bg-teal-400:focus {
  background-color: #009688;
}

.mdc-bg-teal-500 {
  background-color: #009688;
}

a.mdc-bg-teal-500:hover,
a.mdc-bg-teal-500:focus {
  background-color: #00897b;
}

.mdc-bg-teal-600 {
  background-color: #00897b;
}

a.mdc-bg-teal-600:hover,
a.mdc-bg-teal-600:focus {
  background-color: #00796b;
}

.mdc-bg-teal-700 {
  background-color: #00796b;
}

a.mdc-bg-teal-700:hover,
a.mdc-bg-teal-700:focus {
  background-color: #00695c;
}

.mdc-bg-teal-800 {
  background-color: #00695c;
}

a.mdc-bg-teal-800:hover,
a.mdc-bg-teal-800:focus {
  background-color: #004d40;
}

.mdc-bg-teal-900 {
  background-color: #004d40;
}

a.mdc-bg-teal-900:hover,
a.mdc-bg-teal-900:focus {
  background-color: #001a16;
}

.mdc-bg-teal-A100 {
  background-color: #a7ffeb;
}

a.mdc-bg-teal-A100:hover,
a.mdc-bg-teal-A100:focus {
  background-color: #74ffdf;
}

.mdc-bg-teal-A200 {
  background-color: #64ffda;
}

a.mdc-bg-teal-A200:hover,
a.mdc-bg-teal-A200:focus {
  background-color: #31ffce;
}

.mdc-bg-teal-A400 {
  background-color: #1de9b6;
}

a.mdc-bg-teal-A400:hover,
a.mdc-bg-teal-A400:focus {
  background-color: #13c095;
}

.mdc-bg-teal-A700 {
  background-color: #00bfa5;
}

a.mdc-bg-teal-A700:hover,
a.mdc-bg-teal-A700:focus {
  background-color: #008c79;
}

.mdc-text-green {
  color: #4caf50;
}

a.mdc-text-green:hover,
a.mdc-text-green:focus {
  color: #43a047;
}

.mdc-text-green-50 {
  color: #e8f5e9;
}

a.mdc-text-green-50:hover,
a.mdc-text-green-50:focus {
  color: #c8e6c9;
}

.mdc-text-green-100 {
  color: #c8e6c9;
}

a.mdc-text-green-100:hover,
a.mdc-text-green-100:focus {
  color: #a5d6a7;
}

.mdc-text-green-200 {
  color: #a5d6a7;
}

a.mdc-text-green-200:hover,
a.mdc-text-green-200:focus {
  color: #81c784;
}

.mdc-text-green-300 {
  color: #81c784;
}

a.mdc-text-green-300:hover,
a.mdc-text-green-300:focus {
  color: #66bb6a;
}

.mdc-text-green-400 {
  color: #66bb6a;
}

a.mdc-text-green-400:hover,
a.mdc-text-green-400:focus {
  color: #4caf50;
}

.mdc-text-green-500 {
  color: #4caf50;
}

a.mdc-text-green-500:hover,
a.mdc-text-green-500:focus {
  color: #43a047;
}

.mdc-text-green-600 {
  color: #43a047;
}

a.mdc-text-green-600:hover,
a.mdc-text-green-600:focus {
  color: #388e3c;
}

.mdc-text-green-700 {
  color: #388e3c;
}

a.mdc-text-green-700:hover,
a.mdc-text-green-700:focus {
  color: #2e7d32;
}

.mdc-text-green-800 {
  color: #2e7d32;
}

a.mdc-text-green-800:hover,
a.mdc-text-green-800:focus {
  color: #1b5e20;
}

.mdc-text-green-900 {
  color: #1b5e20;
}

a.mdc-text-green-900:hover,
a.mdc-text-green-900:focus {
  color: #103613;
}

.mdc-text-green-A100 {
  color: #b9f6ca;
}

a.mdc-text-green-A100:hover,
a.mdc-text-green-A100:focus {
  color: #8cf0a8;
}

.mdc-text-green-A200 {
  color: #69f0ae;
}

a.mdc-text-green-A200:hover,
a.mdc-text-green-A200:focus {
  color: #3beb95;
}

.mdc-text-green-A400 {
  color: #00e676;
}

a.mdc-text-green-A400:hover,
a.mdc-text-green-A400:focus {
  color: #00b35c;
}

.mdc-text-green-A700 {
  color: #00c853;
}

a.mdc-text-green-A700:hover,
a.mdc-text-green-A700:focus {
  color: #00953e;
}

.mdc-bg-green {
  background-color: #4caf50;
}

a.mdc-bg-green:hover,
a.mdc-bg-green:focus {
  background-color: #43a047;
}

.mdc-bg-green-50 {
  background-color: #e8f5e9;
}

a.mdc-bg-green-50:hover,
a.mdc-bg-green-50:focus {
  background-color: #c8e6c9;
}

.mdc-bg-green-100 {
  background-color: #c8e6c9;
}

a.mdc-bg-green-100:hover,
a.mdc-bg-green-100:focus {
  background-color: #a5d6a7;
}

.mdc-bg-green-200 {
  background-color: #a5d6a7;
}

a.mdc-bg-green-200:hover,
a.mdc-bg-green-200:focus {
  background-color: #81c784;
}

.mdc-bg-green-300 {
  background-color: #81c784;
}

a.mdc-bg-green-300:hover,
a.mdc-bg-green-300:focus {
  background-color: #66bb6a;
}

.mdc-bg-green-400 {
  background-color: #66bb6a;
}

a.mdc-bg-green-400:hover,
a.mdc-bg-green-400:focus {
  background-color: #4caf50;
}

.mdc-bg-green-500 {
  background-color: #4caf50;
}

a.mdc-bg-green-500:hover,
a.mdc-bg-green-500:focus {
  background-color: #43a047;
}

.mdc-bg-green-600 {
  background-color: #43a047;
}

a.mdc-bg-green-600:hover,
a.mdc-bg-green-600:focus {
  background-color: #388e3c;
}

.mdc-bg-green-700 {
  background-color: #388e3c;
}

a.mdc-bg-green-700:hover,
a.mdc-bg-green-700:focus {
  background-color: #2e7d32;
}

.mdc-bg-green-800 {
  background-color: #2e7d32;
}

a.mdc-bg-green-800:hover,
a.mdc-bg-green-800:focus {
  background-color: #1b5e20;
}

.mdc-bg-green-900 {
  background-color: #1b5e20;
}

a.mdc-bg-green-900:hover,
a.mdc-bg-green-900:focus {
  background-color: #103613;
}

.mdc-bg-green-A100 {
  background-color: #b9f6ca;
}

a.mdc-bg-green-A100:hover,
a.mdc-bg-green-A100:focus {
  background-color: #8cf0a8;
}

.mdc-bg-green-A200 {
  background-color: #69f0ae;
}

a.mdc-bg-green-A200:hover,
a.mdc-bg-green-A200:focus {
  background-color: #3beb95;
}

.mdc-bg-green-A400 {
  background-color: #00e676;
}

a.mdc-bg-green-A400:hover,
a.mdc-bg-green-A400:focus {
  background-color: #00b35c;
}

.mdc-bg-green-A700 {
  background-color: #00c853;
}

a.mdc-bg-green-A700:hover,
a.mdc-bg-green-A700:focus {
  background-color: #00953e;
}

.mdc-text-light-green {
  color: #8bc34a;
}

a.mdc-text-light-green:hover,
a.mdc-text-light-green:focus {
  color: #7cb342;
}

.mdc-text-light-green-50 {
  color: #f1f8e9;
}

a.mdc-text-light-green-50:hover,
a.mdc-text-light-green-50:focus {
  color: #dcedc8;
}

.mdc-text-light-green-100 {
  color: #dcedc8;
}

a.mdc-text-light-green-100:hover,
a.mdc-text-light-green-100:focus {
  color: #c5e1a5;
}

.mdc-text-light-green-200 {
  color: #c5e1a5;
}

a.mdc-text-light-green-200:hover,
a.mdc-text-light-green-200:focus {
  color: #aed581;
}

.mdc-text-light-green-300 {
  color: #aed581;
}

a.mdc-text-light-green-300:hover,
a.mdc-text-light-green-300:focus {
  color: #9ccc65;
}

.mdc-text-light-green-400 {
  color: #9ccc65;
}

a.mdc-text-light-green-400:hover,
a.mdc-text-light-green-400:focus {
  color: #8bc34a;
}

.mdc-text-light-green-500 {
  color: #8bc34a;
}

a.mdc-text-light-green-500:hover,
a.mdc-text-light-green-500:focus {
  color: #7cb342;
}

.mdc-text-light-green-600 {
  color: #7cb342;
}

a.mdc-text-light-green-600:hover,
a.mdc-text-light-green-600:focus {
  color: #689f38;
}

.mdc-text-light-green-700 {
  color: #689f38;
}

a.mdc-text-light-green-700:hover,
a.mdc-text-light-green-700:focus {
  color: #558b2f;
}

.mdc-text-light-green-800 {
  color: #558b2f;
}

a.mdc-text-light-green-800:hover,
a.mdc-text-light-green-800:focus {
  color: #33691e;
}

.mdc-text-light-green-900 {
  color: #33691e;
}

a.mdc-text-light-green-900:hover,
a.mdc-text-light-green-900:focus {
  color: #204113;
}

.mdc-text-light-green-A100 {
  color: #ccff90;
}

a.mdc-text-light-green-A100:hover,
a.mdc-text-light-green-A100:focus {
  color: #b5ff5d;
}

.mdc-text-light-green-A200 {
  color: #b2ff59;
}

a.mdc-text-light-green-A200:hover,
a.mdc-text-light-green-A200:focus {
  color: #9aff26;
}

.mdc-text-light-green-A400 {
  color: #76ff03;
}

a.mdc-text-light-green-A400:hover,
a.mdc-text-light-green-A400:focus {
  color: #5ecf00;
}

.mdc-text-light-green-A700 {
  color: #64dd17;
}

a.mdc-text-light-green-A700:hover,
a.mdc-text-light-green-A700:focus {
  color: #4faf12;
}

.mdc-bg-light-green {
  background-color: #8bc34a;
}

a.mdc-bg-light-green:hover,
a.mdc-bg-light-green:focus {
  background-color: #7cb342;
}

.mdc-bg-light-green-50 {
  background-color: #f1f8e9;
}

a.mdc-bg-light-green-50:hover,
a.mdc-bg-light-green-50:focus {
  background-color: #dcedc8;
}

.mdc-bg-light-green-100 {
  background-color: #dcedc8;
}

a.mdc-bg-light-green-100:hover,
a.mdc-bg-light-green-100:focus {
  background-color: #c5e1a5;
}

.mdc-bg-light-green-200 {
  background-color: #c5e1a5;
}

a.mdc-bg-light-green-200:hover,
a.mdc-bg-light-green-200:focus {
  background-color: #aed581;
}

.mdc-bg-light-green-300 {
  background-color: #aed581;
}

a.mdc-bg-light-green-300:hover,
a.mdc-bg-light-green-300:focus {
  background-color: #9ccc65;
}

.mdc-bg-light-green-400 {
  background-color: #9ccc65;
}

a.mdc-bg-light-green-400:hover,
a.mdc-bg-light-green-400:focus {
  background-color: #8bc34a;
}

.mdc-bg-light-green-500 {
  background-color: #8bc34a;
}

a.mdc-bg-light-green-500:hover,
a.mdc-bg-light-green-500:focus {
  background-color: #7cb342;
}

.mdc-bg-light-green-600 {
  background-color: #7cb342;
}

a.mdc-bg-light-green-600:hover,
a.mdc-bg-light-green-600:focus {
  background-color: #689f38;
}

.mdc-bg-light-green-700 {
  background-color: #689f38;
}

a.mdc-bg-light-green-700:hover,
a.mdc-bg-light-green-700:focus {
  background-color: #558b2f;
}

.mdc-bg-light-green-800 {
  background-color: #558b2f;
}

a.mdc-bg-light-green-800:hover,
a.mdc-bg-light-green-800:focus {
  background-color: #33691e;
}

.mdc-bg-light-green-900 {
  background-color: #33691e;
}

a.mdc-bg-light-green-900:hover,
a.mdc-bg-light-green-900:focus {
  background-color: #204113;
}

.mdc-bg-light-green-A100 {
  background-color: #ccff90;
}

a.mdc-bg-light-green-A100:hover,
a.mdc-bg-light-green-A100:focus {
  background-color: #b5ff5d;
}

.mdc-bg-light-green-A200 {
  background-color: #b2ff59;
}

a.mdc-bg-light-green-A200:hover,
a.mdc-bg-light-green-A200:focus {
  background-color: #9aff26;
}

.mdc-bg-light-green-A400 {
  background-color: #76ff03;
}

a.mdc-bg-light-green-A400:hover,
a.mdc-bg-light-green-A400:focus {
  background-color: #5ecf00;
}

.mdc-bg-light-green-A700 {
  background-color: #64dd17;
}

a.mdc-bg-light-green-A700:hover,
a.mdc-bg-light-green-A700:focus {
  background-color: #4faf12;
}

.mdc-text-lime {
  color: #cddc39;
}

a.mdc-text-lime:hover,
a.mdc-text-lime:focus {
  color: #c0ca33;
}

.mdc-text-lime-50 {
  color: #f9fbe7;
}

a.mdc-text-lime-50:hover,
a.mdc-text-lime-50:focus {
  color: #f0f4c3;
}

.mdc-text-lime-100 {
  color: #f0f4c3;
}

a.mdc-text-lime-100:hover,
a.mdc-text-lime-100:focus {
  color: #e6ee9c;
}

.mdc-text-lime-200 {
  color: #e6ee9c;
}

a.mdc-text-lime-200:hover,
a.mdc-text-lime-200:focus {
  color: #dce775;
}

.mdc-text-lime-300 {
  color: #dce775;
}

a.mdc-text-lime-300:hover,
a.mdc-text-lime-300:focus {
  color: #d4e157;
}

.mdc-text-lime-400 {
  color: #d4e157;
}

a.mdc-text-lime-400:hover,
a.mdc-text-lime-400:focus {
  color: #cddc39;
}

.mdc-text-lime-500 {
  color: #cddc39;
}

a.mdc-text-lime-500:hover,
a.mdc-text-lime-500:focus {
  color: #c0ca33;
}

.mdc-text-lime-600 {
  color: #c0ca33;
}

a.mdc-text-lime-600:hover,
a.mdc-text-lime-600:focus {
  color: #afb42b;
}

.mdc-text-lime-700 {
  color: #afb42b;
}

a.mdc-text-lime-700:hover,
a.mdc-text-lime-700:focus {
  color: #9e9d24;
}

.mdc-text-lime-800 {
  color: #9e9d24;
}

a.mdc-text-lime-800:hover,
a.mdc-text-lime-800:focus {
  color: #827717;
}

.mdc-text-lime-900 {
  color: #827717;
}

a.mdc-text-lime-900:hover,
a.mdc-text-lime-900:focus {
  color: #574f0f;
}

.mdc-text-lime-A100 {
  color: #f4ff81;
}

a.mdc-text-lime-A100:hover,
a.mdc-text-lime-A100:focus {
  color: #f0ff4e;
}

.mdc-text-lime-A200 {
  color: #eeff41;
}

a.mdc-text-lime-A200:hover,
a.mdc-text-lime-A200:focus {
  color: #e9ff0e;
}

.mdc-text-lime-A400 {
  color: #c6ff00;
}

a.mdc-text-lime-A400:hover,
a.mdc-text-lime-A400:focus {
  color: #9ecc00;
}

.mdc-text-lime-A700 {
  color: #aeea00;
}

a.mdc-text-lime-A700:hover,
a.mdc-text-lime-A700:focus {
  color: #88b700;
}

.mdc-bg-lime {
  background-color: #cddc39;
}

a.mdc-bg-lime:hover,
a.mdc-bg-lime:focus {
  background-color: #c0ca33;
}

.mdc-bg-lime-50 {
  background-color: #f9fbe7;
}

a.mdc-bg-lime-50:hover,
a.mdc-bg-lime-50:focus {
  background-color: #f0f4c3;
}

.mdc-bg-lime-100 {
  background-color: #f0f4c3;
}

a.mdc-bg-lime-100:hover,
a.mdc-bg-lime-100:focus {
  background-color: #e6ee9c;
}

.mdc-bg-lime-200 {
  background-color: #e6ee9c;
}

a.mdc-bg-lime-200:hover,
a.mdc-bg-lime-200:focus {
  background-color: #dce775;
}

.mdc-bg-lime-300 {
  background-color: #dce775;
}

a.mdc-bg-lime-300:hover,
a.mdc-bg-lime-300:focus {
  background-color: #d4e157;
}

.mdc-bg-lime-400 {
  background-color: #d4e157;
}

a.mdc-bg-lime-400:hover,
a.mdc-bg-lime-400:focus {
  background-color: #cddc39;
}

.mdc-bg-lime-500 {
  background-color: #cddc39;
}

a.mdc-bg-lime-500:hover,
a.mdc-bg-lime-500:focus {
  background-color: #c0ca33;
}

.mdc-bg-lime-600 {
  background-color: #c0ca33;
}

a.mdc-bg-lime-600:hover,
a.mdc-bg-lime-600:focus {
  background-color: #afb42b;
}

.mdc-bg-lime-700 {
  background-color: #afb42b;
}

a.mdc-bg-lime-700:hover,
a.mdc-bg-lime-700:focus {
  background-color: #9e9d24;
}

.mdc-bg-lime-800 {
  background-color: #9e9d24;
}

a.mdc-bg-lime-800:hover,
a.mdc-bg-lime-800:focus {
  background-color: #827717;
}

.mdc-bg-lime-900 {
  background-color: #827717;
}

a.mdc-bg-lime-900:hover,
a.mdc-bg-lime-900:focus {
  background-color: #574f0f;
}

.mdc-bg-lime-A100 {
  background-color: #f4ff81;
}

a.mdc-bg-lime-A100:hover,
a.mdc-bg-lime-A100:focus {
  background-color: #f0ff4e;
}

.mdc-bg-lime-A200 {
  background-color: #eeff41;
}

a.mdc-bg-lime-A200:hover,
a.mdc-bg-lime-A200:focus {
  background-color: #e9ff0e;
}

.mdc-bg-lime-A400 {
  background-color: #c6ff00;
}

a.mdc-bg-lime-A400:hover,
a.mdc-bg-lime-A400:focus {
  background-color: #9ecc00;
}

.mdc-bg-lime-A700 {
  background-color: #aeea00;
}

a.mdc-bg-lime-A700:hover,
a.mdc-bg-lime-A700:focus {
  background-color: #88b700;
}

.mdc-text-yellow {
  color: #ffeb3b;
}

a.mdc-text-yellow:hover,
a.mdc-text-yellow:focus {
  color: #fdd835;
}

.mdc-text-yellow-50 {
  color: #fffde7;
}

a.mdc-text-yellow-50:hover,
a.mdc-text-yellow-50:focus {
  color: #fff9c4;
}

.mdc-text-yellow-100 {
  color: #fff9c4;
}

a.mdc-text-yellow-100:hover,
a.mdc-text-yellow-100:focus {
  color: #fff59d;
}

.mdc-text-yellow-200 {
  color: #fff59d;
}

a.mdc-text-yellow-200:hover,
a.mdc-text-yellow-200:focus {
  color: #fff176;
}

.mdc-text-yellow-300 {
  color: #fff176;
}

a.mdc-text-yellow-300:hover,
a.mdc-text-yellow-300:focus {
  color: #ffee58;
}

.mdc-text-yellow-400 {
  color: #ffee58;
}

a.mdc-text-yellow-400:hover,
a.mdc-text-yellow-400:focus {
  color: #ffeb3b;
}

.mdc-text-yellow-500 {
  color: #ffeb3b;
}

a.mdc-text-yellow-500:hover,
a.mdc-text-yellow-500:focus {
  color: #fdd835;
}

.mdc-text-yellow-600 {
  color: #fdd835;
}

a.mdc-text-yellow-600:hover,
a.mdc-text-yellow-600:focus {
  color: #fbc02d;
}

.mdc-text-yellow-700 {
  color: #fbc02d;
}

a.mdc-text-yellow-700:hover,
a.mdc-text-yellow-700:focus {
  color: #f9a825;
}

.mdc-text-yellow-800 {
  color: #f9a825;
}

a.mdc-text-yellow-800:hover,
a.mdc-text-yellow-800:focus {
  color: #f57f17;
}

.mdc-text-yellow-900 {
  color: #f57f17;
}

a.mdc-text-yellow-900:hover,
a.mdc-text-yellow-900:focus {
  color: #d06609;
}

.mdc-text-yellow-A100 {
  color: #ffff8d;
}

a.mdc-text-yellow-A100:hover,
a.mdc-text-yellow-A100:focus {
  color: #ffff5a;
}

.mdc-text-yellow-A200 {
  color: #ffff00;
}

a.mdc-text-yellow-A200:hover,
a.mdc-text-yellow-A200:focus {
  color: #cccc00;
}

.mdc-text-yellow-A400 {
  color: #ffea00;
}

a.mdc-text-yellow-A400:hover,
a.mdc-text-yellow-A400:focus {
  color: #ccbb00;
}

.mdc-text-yellow-A700 {
  color: #ffd600;
}

a.mdc-text-yellow-A700:hover,
a.mdc-text-yellow-A700:focus {
  color: #ccab00;
}

.mdc-bg-yellow {
  background-color: #ffeb3b;
}

a.mdc-bg-yellow:hover,
a.mdc-bg-yellow:focus {
  background-color: #fdd835;
}

.mdc-bg-yellow-50 {
  background-color: #fffde7;
}

a.mdc-bg-yellow-50:hover,
a.mdc-bg-yellow-50:focus {
  background-color: #fff9c4;
}

.mdc-bg-yellow-100 {
  background-color: #fff9c4;
}

a.mdc-bg-yellow-100:hover,
a.mdc-bg-yellow-100:focus {
  background-color: #fff59d;
}

.mdc-bg-yellow-200 {
  background-color: #fff59d;
}

a.mdc-bg-yellow-200:hover,
a.mdc-bg-yellow-200:focus {
  background-color: #fff176;
}

.mdc-bg-yellow-300 {
  background-color: #fff176;
}

a.mdc-bg-yellow-300:hover,
a.mdc-bg-yellow-300:focus {
  background-color: #ffee58;
}

.mdc-bg-yellow-400 {
  background-color: #ffee58;
}

a.mdc-bg-yellow-400:hover,
a.mdc-bg-yellow-400:focus {
  background-color: #ffeb3b;
}

.mdc-bg-yellow-500 {
  background-color: #ffeb3b;
}

a.mdc-bg-yellow-500:hover,
a.mdc-bg-yellow-500:focus {
  background-color: #fdd835;
}

.mdc-bg-yellow-600 {
  background-color: #fdd835;
}

a.mdc-bg-yellow-600:hover,
a.mdc-bg-yellow-600:focus {
  background-color: #fbc02d;
}

.mdc-bg-yellow-700 {
  background-color: #fbc02d;
}

a.mdc-bg-yellow-700:hover,
a.mdc-bg-yellow-700:focus {
  background-color: #f9a825;
}

.mdc-bg-yellow-800 {
  background-color: #f9a825;
}

a.mdc-bg-yellow-800:hover,
a.mdc-bg-yellow-800:focus {
  background-color: #f57f17;
}

.mdc-bg-yellow-900 {
  background-color: #f57f17;
}

a.mdc-bg-yellow-900:hover,
a.mdc-bg-yellow-900:focus {
  background-color: #d06609;
}

.mdc-bg-yellow-A100 {
  background-color: #ffff8d;
}

a.mdc-bg-yellow-A100:hover,
a.mdc-bg-yellow-A100:focus {
  background-color: #ffff5a;
}

.mdc-bg-yellow-A200 {
  background-color: #ffff00;
}

a.mdc-bg-yellow-A200:hover,
a.mdc-bg-yellow-A200:focus {
  background-color: #cccc00;
}

.mdc-bg-yellow-A400 {
  background-color: #ffea00;
}

a.mdc-bg-yellow-A400:hover,
a.mdc-bg-yellow-A400:focus {
  background-color: #ccbb00;
}

.mdc-bg-yellow-A700 {
  background-color: #ffd600;
}

a.mdc-bg-yellow-A700:hover,
a.mdc-bg-yellow-A700:focus {
  background-color: #ccab00;
}

.mdc-text-amber {
  color: #ffc107;
}

a.mdc-text-amber:hover,
a.mdc-text-amber:focus {
  color: #ffb300;
}

.mdc-text-amber-50 {
  color: #fff8e1;
}

a.mdc-text-amber-50:hover,
a.mdc-text-amber-50:focus {
  color: #ffecb3;
}

.mdc-text-amber-100 {
  color: #ffecb3;
}

a.mdc-text-amber-100:hover,
a.mdc-text-amber-100:focus {
  color: #ffe082;
}

.mdc-text-amber-200 {
  color: #ffe082;
}

a.mdc-text-amber-200:hover,
a.mdc-text-amber-200:focus {
  color: #ffd54f;
}

.mdc-text-amber-300 {
  color: #ffd54f;
}

a.mdc-text-amber-300:hover,
a.mdc-text-amber-300:focus {
  color: #ffca28;
}

.mdc-text-amber-400 {
  color: #ffca28;
}

a.mdc-text-amber-400:hover,
a.mdc-text-amber-400:focus {
  color: #ffc107;
}

.mdc-text-amber-500 {
  color: #ffc107;
}

a.mdc-text-amber-500:hover,
a.mdc-text-amber-500:focus {
  color: #ffb300;
}

.mdc-text-amber-600 {
  color: #ffb300;
}

a.mdc-text-amber-600:hover,
a.mdc-text-amber-600:focus {
  color: #ffa000;
}

.mdc-text-amber-700 {
  color: #ffa000;
}

a.mdc-text-amber-700:hover,
a.mdc-text-amber-700:focus {
  color: #ff8f00;
}

.mdc-text-amber-800 {
  color: #ff8f00;
}

a.mdc-text-amber-800:hover,
a.mdc-text-amber-800:focus {
  color: #ff6f00;
}

.mdc-text-amber-900 {
  color: #ff6f00;
}

a.mdc-text-amber-900:hover,
a.mdc-text-amber-900:focus {
  color: #cc5900;
}

.mdc-text-amber-A100 {
  color: #ffe57f;
}

a.mdc-text-amber-A100:hover,
a.mdc-text-amber-A100:focus {
  color: #ffdb4c;
}

.mdc-text-amber-A200 {
  color: #ffd740;
}

a.mdc-text-amber-A200:hover,
a.mdc-text-amber-A200:focus {
  color: #ffcc0d;
}

.mdc-text-amber-A400 {
  color: #ffc400;
}

a.mdc-text-amber-A400:hover,
a.mdc-text-amber-A400:focus {
  color: #cc9d00;
}

.mdc-text-amber-A700 {
  color: #ffab00;
}

a.mdc-text-amber-A700:hover,
a.mdc-text-amber-A700:focus {
  color: #cc8900;
}

.mdc-bg-amber {
  background-color: #ffc107;
}

a.mdc-bg-amber:hover,
a.mdc-bg-amber:focus {
  background-color: #ffb300;
}

.mdc-bg-amber-50 {
  background-color: #fff8e1;
}

a.mdc-bg-amber-50:hover,
a.mdc-bg-amber-50:focus {
  background-color: #ffecb3;
}

.mdc-bg-amber-100 {
  background-color: #ffecb3;
}

a.mdc-bg-amber-100:hover,
a.mdc-bg-amber-100:focus {
  background-color: #ffe082;
}

.mdc-bg-amber-200 {
  background-color: #ffe082;
}

a.mdc-bg-amber-200:hover,
a.mdc-bg-amber-200:focus {
  background-color: #ffd54f;
}

.mdc-bg-amber-300 {
  background-color: #ffd54f;
}

a.mdc-bg-amber-300:hover,
a.mdc-bg-amber-300:focus {
  background-color: #ffca28;
}

.mdc-bg-amber-400 {
  background-color: #ffca28;
}

a.mdc-bg-amber-400:hover,
a.mdc-bg-amber-400:focus {
  background-color: #ffc107;
}

.mdc-bg-amber-500 {
  background-color: #ffc107;
}

a.mdc-bg-amber-500:hover,
a.mdc-bg-amber-500:focus {
  background-color: #ffb300;
}

.mdc-bg-amber-600 {
  background-color: #ffb300;
}

a.mdc-bg-amber-600:hover,
a.mdc-bg-amber-600:focus {
  background-color: #ffa000;
}

.mdc-bg-amber-700 {
  background-color: #ffa000;
}

a.mdc-bg-amber-700:hover,
a.mdc-bg-amber-700:focus {
  background-color: #ff8f00;
}

.mdc-bg-amber-800 {
  background-color: #ff8f00;
}

a.mdc-bg-amber-800:hover,
a.mdc-bg-amber-800:focus {
  background-color: #ff6f00;
}

.mdc-bg-amber-900 {
  background-color: #ff6f00;
}

a.mdc-bg-amber-900:hover,
a.mdc-bg-amber-900:focus {
  background-color: #cc5900;
}

.mdc-bg-amber-A100 {
  background-color: #ffe57f;
}

a.mdc-bg-amber-A100:hover,
a.mdc-bg-amber-A100:focus {
  background-color: #ffdb4c;
}

.mdc-bg-amber-A200 {
  background-color: #ffd740;
}

a.mdc-bg-amber-A200:hover,
a.mdc-bg-amber-A200:focus {
  background-color: #ffcc0d;
}

.mdc-bg-amber-A400 {
  background-color: #ffc400;
}

a.mdc-bg-amber-A400:hover,
a.mdc-bg-amber-A400:focus {
  background-color: #cc9d00;
}

.mdc-bg-amber-A700 {
  background-color: #ffab00;
}

a.mdc-bg-amber-A700:hover,
a.mdc-bg-amber-A700:focus {
  background-color: #cc8900;
}

.mdc-text-orange {
  color: #ff9800;
}

a.mdc-text-orange:hover,
a.mdc-text-orange:focus {
  color: #fb8c00;
}

.mdc-text-orange-50 {
  color: #fff3e0;
}

a.mdc-text-orange-50:hover,
a.mdc-text-orange-50:focus {
  color: #ffe0b2;
}

.mdc-text-orange-100 {
  color: #ffe0b2;
}

a.mdc-text-orange-100:hover,
a.mdc-text-orange-100:focus {
  color: #ffcc80;
}

.mdc-text-orange-200 {
  color: #ffcc80;
}

a.mdc-text-orange-200:hover,
a.mdc-text-orange-200:focus {
  color: #ffb74d;
}

.mdc-text-orange-300 {
  color: #ffb74d;
}

a.mdc-text-orange-300:hover,
a.mdc-text-orange-300:focus {
  color: #ffa726;
}

.mdc-text-orange-400 {
  color: #ffa726;
}

a.mdc-text-orange-400:hover,
a.mdc-text-orange-400:focus {
  color: #ff9800;
}

.mdc-text-orange-500 {
  color: #ff9800;
}

a.mdc-text-orange-500:hover,
a.mdc-text-orange-500:focus {
  color: #fb8c00;
}

.mdc-text-orange-600 {
  color: #fb8c00;
}

a.mdc-text-orange-600:hover,
a.mdc-text-orange-600:focus {
  color: #f57c00;
}

.mdc-text-orange-700 {
  color: #f57c00;
}

a.mdc-text-orange-700:hover,
a.mdc-text-orange-700:focus {
  color: #ef6c00;
}

.mdc-text-orange-800 {
  color: #ef6c00;
}

a.mdc-text-orange-800:hover,
a.mdc-text-orange-800:focus {
  color: #e65100;
}

.mdc-text-orange-900 {
  color: #e65100;
}

a.mdc-text-orange-900:hover,
a.mdc-text-orange-900:focus {
  color: #b33f00;
}

.mdc-text-orange-A100 {
  color: #ffd180;
}

a.mdc-text-orange-A100:hover,
a.mdc-text-orange-A100:focus {
  color: #ffbf4d;
}

.mdc-text-orange-A200 {
  color: #ffab40;
}

a.mdc-text-orange-A200:hover,
a.mdc-text-orange-A200:focus {
  color: #ff950d;
}

.mdc-text-orange-A400 {
  color: #ff9100;
}

a.mdc-text-orange-A400:hover,
a.mdc-text-orange-A400:focus {
  color: #cc7400;
}

.mdc-text-orange-A700 {
  color: #ff6d00;
}

a.mdc-text-orange-A700:hover,
a.mdc-text-orange-A700:focus {
  color: #cc5700;
}

.mdc-bg-orange {
  background-color: #ff9800;
}

a.mdc-bg-orange:hover,
a.mdc-bg-orange:focus {
  background-color: #fb8c00;
}

.mdc-bg-orange-50 {
  background-color: #fff3e0;
}

a.mdc-bg-orange-50:hover,
a.mdc-bg-orange-50:focus {
  background-color: #ffe0b2;
}

.mdc-bg-orange-100 {
  background-color: #ffe0b2;
}

a.mdc-bg-orange-100:hover,
a.mdc-bg-orange-100:focus {
  background-color: #ffcc80;
}

.mdc-bg-orange-200 {
  background-color: #ffcc80;
}

a.mdc-bg-orange-200:hover,
a.mdc-bg-orange-200:focus {
  background-color: #ffb74d;
}

.mdc-bg-orange-300 {
  background-color: #ffb74d;
}

a.mdc-bg-orange-300:hover,
a.mdc-bg-orange-300:focus {
  background-color: #ffa726;
}

.mdc-bg-orange-400 {
  background-color: #ffa726;
}

a.mdc-bg-orange-400:hover,
a.mdc-bg-orange-400:focus {
  background-color: #ff9800;
}

.mdc-bg-orange-500 {
  background-color: #ff9800;
}

a.mdc-bg-orange-500:hover,
a.mdc-bg-orange-500:focus {
  background-color: #fb8c00;
}

.mdc-bg-orange-600 {
  background-color: #fb8c00;
}

a.mdc-bg-orange-600:hover,
a.mdc-bg-orange-600:focus {
  background-color: #f57c00;
}

.mdc-bg-orange-700 {
  background-color: #f57c00;
}

a.mdc-bg-orange-700:hover,
a.mdc-bg-orange-700:focus {
  background-color: #ef6c00;
}

.mdc-bg-orange-800 {
  background-color: #ef6c00;
}

a.mdc-bg-orange-800:hover,
a.mdc-bg-orange-800:focus {
  background-color: #e65100;
}

.mdc-bg-orange-900 {
  background-color: #e65100;
}

a.mdc-bg-orange-900:hover,
a.mdc-bg-orange-900:focus {
  background-color: #b33f00;
}

.mdc-bg-orange-A100 {
  background-color: #ffd180;
}

a.mdc-bg-orange-A100:hover,
a.mdc-bg-orange-A100:focus {
  background-color: #ffbf4d;
}

.mdc-bg-orange-A200 {
  background-color: #ffab40;
}

a.mdc-bg-orange-A200:hover,
a.mdc-bg-orange-A200:focus {
  background-color: #ff950d;
}

.mdc-bg-orange-A400 {
  background-color: #ff9100;
}

a.mdc-bg-orange-A400:hover,
a.mdc-bg-orange-A400:focus {
  background-color: #cc7400;
}

.mdc-bg-orange-A700 {
  background-color: #ff6d00;
}

a.mdc-bg-orange-A700:hover,
a.mdc-bg-orange-A700:focus {
  background-color: #cc5700;
}

.mdc-text-deep-orange {
  color: #ff5722;
}

a.mdc-text-deep-orange:hover,
a.mdc-text-deep-orange:focus {
  color: #f4511e;
}

.mdc-text-deep-orange-50 {
  color: #fbe9e7;
}

a.mdc-text-deep-orange-50:hover,
a.mdc-text-deep-orange-50:focus {
  color: #ffccbc;
}

.mdc-text-deep-orange-100 {
  color: #ffccbc;
}

a.mdc-text-deep-orange-100:hover,
a.mdc-text-deep-orange-100:focus {
  color: #ffab91;
}

.mdc-text-deep-orange-200 {
  color: #ffab91;
}

a.mdc-text-deep-orange-200:hover,
a.mdc-text-deep-orange-200:focus {
  color: #ff8a65;
}

.mdc-text-deep-orange-300 {
  color: #ff8a65;
}

a.mdc-text-deep-orange-300:hover,
a.mdc-text-deep-orange-300:focus {
  color: #ff7043;
}

.mdc-text-deep-orange-400 {
  color: #ff7043;
}

a.mdc-text-deep-orange-400:hover,
a.mdc-text-deep-orange-400:focus {
  color: #ff5722;
}

.mdc-text-deep-orange-500 {
  color: #ff5722;
}

a.mdc-text-deep-orange-500:hover,
a.mdc-text-deep-orange-500:focus {
  color: #f4511e;
}

.mdc-text-deep-orange-600 {
  color: #f4511e;
}

a.mdc-text-deep-orange-600:hover,
a.mdc-text-deep-orange-600:focus {
  color: #e64a19;
}

.mdc-text-deep-orange-700 {
  color: #e64a19;
}

a.mdc-text-deep-orange-700:hover,
a.mdc-text-deep-orange-700:focus {
  color: #d84315;
}

.mdc-text-deep-orange-800 {
  color: #d84315;
}

a.mdc-text-deep-orange-800:hover,
a.mdc-text-deep-orange-800:focus {
  color: #bf360c;
}

.mdc-text-deep-orange-900 {
  color: #bf360c;
}

a.mdc-text-deep-orange-900:hover,
a.mdc-text-deep-orange-900:focus {
  color: #8f2809;
}

.mdc-text-deep-orange-A100 {
  color: #ff9e80;
}

a.mdc-text-deep-orange-A100:hover,
a.mdc-text-deep-orange-A100:focus {
  color: #ff774d;
}

.mdc-text-deep-orange-A200 {
  color: #ff6e40;
}

a.mdc-text-deep-orange-A200:hover,
a.mdc-text-deep-orange-A200:focus {
  color: #ff470d;
}

.mdc-text-deep-orange-A400 {
  color: #ff3d00;
}

a.mdc-text-deep-orange-A400:hover,
a.mdc-text-deep-orange-A400:focus {
  color: #cc3100;
}

.mdc-text-deep-orange-A700 {
  color: #dd2c00;
}

a.mdc-text-deep-orange-A700:hover,
a.mdc-text-deep-orange-A700:focus {
  color: #aa2200;
}

.mdc-bg-deep-orange {
  background-color: #ff5722;
}

a.mdc-bg-deep-orange:hover,
a.mdc-bg-deep-orange:focus {
  background-color: #f4511e;
}

.mdc-bg-deep-orange-50 {
  background-color: #fbe9e7;
}

a.mdc-bg-deep-orange-50:hover,
a.mdc-bg-deep-orange-50:focus {
  background-color: #ffccbc;
}

.mdc-bg-deep-orange-100 {
  background-color: #ffccbc;
}

a.mdc-bg-deep-orange-100:hover,
a.mdc-bg-deep-orange-100:focus {
  background-color: #ffab91;
}

.mdc-bg-deep-orange-200 {
  background-color: #ffab91;
}

a.mdc-bg-deep-orange-200:hover,
a.mdc-bg-deep-orange-200:focus {
  background-color: #ff8a65;
}

.mdc-bg-deep-orange-300 {
  background-color: #ff8a65;
}

a.mdc-bg-deep-orange-300:hover,
a.mdc-bg-deep-orange-300:focus {
  background-color: #ff7043;
}

.mdc-bg-deep-orange-400 {
  background-color: #ff7043;
}

a.mdc-bg-deep-orange-400:hover,
a.mdc-bg-deep-orange-400:focus {
  background-color: #ff5722;
}

.mdc-bg-deep-orange-500 {
  background-color: #ff5722;
}

a.mdc-bg-deep-orange-500:hover,
a.mdc-bg-deep-orange-500:focus {
  background-color: #f4511e;
}

.mdc-bg-deep-orange-600 {
  background-color: #f4511e;
}

a.mdc-bg-deep-orange-600:hover,
a.mdc-bg-deep-orange-600:focus {
  background-color: #e64a19;
}

.mdc-bg-deep-orange-700 {
  background-color: #e64a19;
}

a.mdc-bg-deep-orange-700:hover,
a.mdc-bg-deep-orange-700:focus {
  background-color: #d84315;
}

.mdc-bg-deep-orange-800 {
  background-color: #d84315;
}

a.mdc-bg-deep-orange-800:hover,
a.mdc-bg-deep-orange-800:focus {
  background-color: #bf360c;
}

.mdc-bg-deep-orange-900 {
  background-color: #bf360c;
}

a.mdc-bg-deep-orange-900:hover,
a.mdc-bg-deep-orange-900:focus {
  background-color: #8f2809;
}

.mdc-bg-deep-orange-A100 {
  background-color: #ff9e80;
}

a.mdc-bg-deep-orange-A100:hover,
a.mdc-bg-deep-orange-A100:focus {
  background-color: #ff774d;
}

.mdc-bg-deep-orange-A200 {
  background-color: #ff6e40;
}

a.mdc-bg-deep-orange-A200:hover,
a.mdc-bg-deep-orange-A200:focus {
  background-color: #ff470d;
}

.mdc-bg-deep-orange-A400 {
  background-color: #ff3d00;
}

a.mdc-bg-deep-orange-A400:hover,
a.mdc-bg-deep-orange-A400:focus {
  background-color: #cc3100;
}

.mdc-bg-deep-orange-A700 {
  background-color: #dd2c00;
}

a.mdc-bg-deep-orange-A700:hover,
a.mdc-bg-deep-orange-A700:focus {
  background-color: #aa2200;
}

.mdc-text-brown {
  color: #795548;
}

a.mdc-text-brown:hover,
a.mdc-text-brown:focus {
  color: #6d4c41;
}

.mdc-text-brown-50 {
  color: #efebe9;
}

a.mdc-text-brown-50:hover,
a.mdc-text-brown-50:focus {
  color: #d7ccc8;
}

.mdc-text-brown-100 {
  color: #d7ccc8;
}

a.mdc-text-brown-100:hover,
a.mdc-text-brown-100:focus {
  color: #bcaaa4;
}

.mdc-text-brown-200 {
  color: #bcaaa4;
}

a.mdc-text-brown-200:hover,
a.mdc-text-brown-200:focus {
  color: #a1887f;
}

.mdc-text-brown-300 {
  color: #a1887f;
}

a.mdc-text-brown-300:hover,
a.mdc-text-brown-300:focus {
  color: #8d6e63;
}

.mdc-text-brown-400 {
  color: #8d6e63;
}

a.mdc-text-brown-400:hover,
a.mdc-text-brown-400:focus {
  color: #795548;
}

.mdc-text-brown-500 {
  color: #795548;
}

a.mdc-text-brown-500:hover,
a.mdc-text-brown-500:focus {
  color: #6d4c41;
}

.mdc-text-brown-600 {
  color: #6d4c41;
}

a.mdc-text-brown-600:hover,
a.mdc-text-brown-600:focus {
  color: #5d4037;
}

.mdc-text-brown-700 {
  color: #5d4037;
}

a.mdc-text-brown-700:hover,
a.mdc-text-brown-700:focus {
  color: #4e342e;
}

.mdc-text-brown-800 {
  color: #4e342e;
}

a.mdc-text-brown-800:hover,
a.mdc-text-brown-800:focus {
  color: #3e2723;
}

.mdc-text-brown-900 {
  color: #3e2723;
}

a.mdc-text-brown-900:hover,
a.mdc-text-brown-900:focus {
  color: #1d1211;
}

.mdc-bg-brown {
  background-color: #795548;
}

a.mdc-bg-brown:hover,
a.mdc-bg-brown:focus {
  background-color: #6d4c41;
}

.mdc-bg-brown-50 {
  background-color: #efebe9;
}

a.mdc-bg-brown-50:hover,
a.mdc-bg-brown-50:focus {
  background-color: #d7ccc8;
}

.mdc-bg-brown-100 {
  background-color: #d7ccc8;
}

a.mdc-bg-brown-100:hover,
a.mdc-bg-brown-100:focus {
  background-color: #bcaaa4;
}

.mdc-bg-brown-200 {
  background-color: #bcaaa4;
}

a.mdc-bg-brown-200:hover,
a.mdc-bg-brown-200:focus {
  background-color: #a1887f;
}

.mdc-bg-brown-300 {
  background-color: #a1887f;
}

a.mdc-bg-brown-300:hover,
a.mdc-bg-brown-300:focus {
  background-color: #8d6e63;
}

.mdc-bg-brown-400 {
  background-color: #8d6e63;
}

a.mdc-bg-brown-400:hover,
a.mdc-bg-brown-400:focus {
  background-color: #795548;
}

.mdc-bg-brown-500 {
  background-color: #795548;
}

a.mdc-bg-brown-500:hover,
a.mdc-bg-brown-500:focus {
  background-color: #6d4c41;
}

.mdc-bg-brown-600 {
  background-color: #6d4c41;
}

a.mdc-bg-brown-600:hover,
a.mdc-bg-brown-600:focus {
  background-color: #5d4037;
}

.mdc-bg-brown-700 {
  background-color: #5d4037;
}

a.mdc-bg-brown-700:hover,
a.mdc-bg-brown-700:focus {
  background-color: #4e342e;
}

.mdc-bg-brown-800 {
  background-color: #4e342e;
}

a.mdc-bg-brown-800:hover,
a.mdc-bg-brown-800:focus {
  background-color: #3e2723;
}

.mdc-bg-brown-900 {
  background-color: #3e2723;
}

a.mdc-bg-brown-900:hover,
a.mdc-bg-brown-900:focus {
  background-color: #1d1211;
}

.mdc-text-grey {
  color: #9e9e9e;
}

a.mdc-text-grey:hover,
a.mdc-text-grey:focus {
  color: #757575;
}

.mdc-text-grey-50 {
  color: #fafafa;
}

a.mdc-text-grey-50:hover,
a.mdc-text-grey-50:focus {
  color: #f5f5f5;
}

.mdc-text-grey-100 {
  color: #f5f5f5;
}

a.mdc-text-grey-100:hover,
a.mdc-text-grey-100:focus {
  color: #eeeeee;
}

.mdc-text-grey-200 {
  color: #eeeeee;
}

a.mdc-text-grey-200:hover,
a.mdc-text-grey-200:focus {
  color: #e0e0e0;
}

.mdc-text-grey-300 {
  color: #e0e0e0;
}

a.mdc-text-grey-300:hover,
a.mdc-text-grey-300:focus {
  color: #bdbdbd;
}

.mdc-text-grey-400 {
  color: #bdbdbd;
}

a.mdc-text-grey-400:hover,
a.mdc-text-grey-400:focus {
  color: #9e9e9e;
}

.mdc-text-grey-500 {
  color: #9e9e9e;
}

a.mdc-text-grey-500:hover,
a.mdc-text-grey-500:focus {
  color: #757575;
}

.mdc-text-grey-600 {
  color: #757575;
}

a.mdc-text-grey-600:hover,
a.mdc-text-grey-600:focus {
  color: #616161;
}

.mdc-text-grey-700 {
  color: #616161;
}

a.mdc-text-grey-700:hover,
a.mdc-text-grey-700:focus {
  color: #424242;
}

.mdc-text-grey-800 {
  color: #424242;
}

a.mdc-text-grey-800:hover,
a.mdc-text-grey-800:focus {
  color: #212121;
}

.mdc-text-grey-900 {
  color: #212121;
}

a.mdc-text-grey-900:hover,
a.mdc-text-grey-900:focus {
  color: #080808;
}

.mdc-bg-grey {
  background-color: #9e9e9e;
}

a.mdc-bg-grey:hover,
a.mdc-bg-grey:focus {
  background-color: #757575;
}

.mdc-bg-grey-50 {
  background-color: #fafafa;
}

a.mdc-bg-grey-50:hover,
a.mdc-bg-grey-50:focus {
  background-color: #f5f5f5;
}

.mdc-bg-grey-100 {
  background-color: #f5f5f5;
}

a.mdc-bg-grey-100:hover,
a.mdc-bg-grey-100:focus {
  background-color: #eeeeee;
}

.mdc-bg-grey-200 {
  background-color: #eeeeee;
}

a.mdc-bg-grey-200:hover,
a.mdc-bg-grey-200:focus {
  background-color: #e0e0e0;
}

.mdc-bg-grey-300 {
  background-color: #e0e0e0;
}

a.mdc-bg-grey-300:hover,
a.mdc-bg-grey-300:focus {
  background-color: #bdbdbd;
}

.mdc-bg-grey-400 {
  background-color: #bdbdbd;
}

a.mdc-bg-grey-400:hover,
a.mdc-bg-grey-400:focus {
  background-color: #9e9e9e;
}

.mdc-bg-grey-500 {
  background-color: #9e9e9e;
}

a.mdc-bg-grey-500:hover,
a.mdc-bg-grey-500:focus {
  background-color: #757575;
}

.mdc-bg-grey-600 {
  background-color: #757575;
}

a.mdc-bg-grey-600:hover,
a.mdc-bg-grey-600:focus {
  background-color: #616161;
}

.mdc-bg-grey-700 {
  background-color: #616161;
}

a.mdc-bg-grey-700:hover,
a.mdc-bg-grey-700:focus {
  background-color: #424242;
}

.mdc-bg-grey-800 {
  background-color: #424242;
}

a.mdc-bg-grey-800:hover,
a.mdc-bg-grey-800:focus {
  background-color: #212121;
}

.mdc-bg-grey-900 {
  background-color: #212121;
}

a.mdc-bg-grey-900:hover,
a.mdc-bg-grey-900:focus {
  background-color: #080808;
}

.mdc-text-blue-grey {
  color: #607d8b;
}

a.mdc-text-blue-grey:hover,
a.mdc-text-blue-grey:focus {
  color: #546e7a;
}

.mdc-text-blue-grey-50 {
  color: #eceff1;
}

a.mdc-text-blue-grey-50:hover,
a.mdc-text-blue-grey-50:focus {
  color: #cfd8dc;
}

.mdc-text-blue-grey-100 {
  color: #cfd8dc;
}

a.mdc-text-blue-grey-100:hover,
a.mdc-text-blue-grey-100:focus {
  color: #b0bec5;
}

.mdc-text-blue-grey-200 {
  color: #b0bec5;
}

a.mdc-text-blue-grey-200:hover,
a.mdc-text-blue-grey-200:focus {
  color: #90a4ae;
}

.mdc-text-blue-grey-300 {
  color: #90a4ae;
}

a.mdc-text-blue-grey-300:hover,
a.mdc-text-blue-grey-300:focus {
  color: #78909c;
}

.mdc-text-blue-grey-400 {
  color: #78909c;
}

a.mdc-text-blue-grey-400:hover,
a.mdc-text-blue-grey-400:focus {
  color: #607d8b;
}

.mdc-text-blue-grey-500 {
  color: #607d8b;
}

a.mdc-text-blue-grey-500:hover,
a.mdc-text-blue-grey-500:focus {
  color: #546e7a;
}

.mdc-text-blue-grey-600 {
  color: #546e7a;
}

a.mdc-text-blue-grey-600:hover,
a.mdc-text-blue-grey-600:focus {
  color: #455a64;
}

.mdc-text-blue-grey-700 {
  color: #455a64;
}

a.mdc-text-blue-grey-700:hover,
a.mdc-text-blue-grey-700:focus {
  color: #37474f;
}

.mdc-text-blue-grey-800 {
  color: #37474f;
}

a.mdc-text-blue-grey-800:hover,
a.mdc-text-blue-grey-800:focus {
  color: #263238;
}

.mdc-text-blue-grey-900 {
  color: #263238;
}

a.mdc-text-blue-grey-900:hover,
a.mdc-text-blue-grey-900:focus {
  color: #11171a;
}

.mdc-bg-blue-grey {
  background-color: #607d8b;
}

a.mdc-bg-blue-grey:hover,
a.mdc-bg-blue-grey:focus {
  background-color: #546e7a;
}

.mdc-bg-blue-grey-50 {
  background-color: #eceff1;
}

a.mdc-bg-blue-grey-50:hover,
a.mdc-bg-blue-grey-50:focus {
  background-color: #cfd8dc;
}

.mdc-bg-blue-grey-100 {
  background-color: #cfd8dc;
}

a.mdc-bg-blue-grey-100:hover,
a.mdc-bg-blue-grey-100:focus {
  background-color: #b0bec5;
}

.mdc-bg-blue-grey-200 {
  background-color: #b0bec5;
}

a.mdc-bg-blue-grey-200:hover,
a.mdc-bg-blue-grey-200:focus {
  background-color: #90a4ae;
}

.mdc-bg-blue-grey-300 {
  background-color: #90a4ae;
}

a.mdc-bg-blue-grey-300:hover,
a.mdc-bg-blue-grey-300:focus {
  background-color: #78909c;
}

.mdc-bg-blue-grey-400 {
  background-color: #78909c;
}

a.mdc-bg-blue-grey-400:hover,
a.mdc-bg-blue-grey-400:focus {
  background-color: #607d8b;
}

.mdc-bg-blue-grey-500 {
  background-color: #607d8b;
}

a.mdc-bg-blue-grey-500:hover,
a.mdc-bg-blue-grey-500:focus {
  background-color: #546e7a;
}

.mdc-bg-blue-grey-600 {
  background-color: #546e7a;
}

a.mdc-bg-blue-grey-600:hover,
a.mdc-bg-blue-grey-600:focus {
  background-color: #455a64;
}

.mdc-bg-blue-grey-700 {
  background-color: #455a64;
}

a.mdc-bg-blue-grey-700:hover,
a.mdc-bg-blue-grey-700:focus {
  background-color: #37474f;
}

.mdc-bg-blue-grey-800 {
  background-color: #37474f;
}

a.mdc-bg-blue-grey-800:hover,
a.mdc-bg-blue-grey-800:focus {
  background-color: #263238;
}

.mdc-bg-blue-grey-900 {
  background-color: #263238;
}

a.mdc-bg-blue-grey-900:hover,
a.mdc-bg-blue-grey-900:focus {
  background-color: #11171a;
}

.mdc-text-white-lighter {
  color: rgba(255, 255, 255, 0.12);
}

a.mdc-text-white-lighter:hover,
a.mdc-text-white-lighter:focus {
  color: rgba(255, 255, 255, 0.3);
}

.mdc-text-white-light {
  color: rgba(255, 255, 255, 0.3);
}

a.mdc-text-white-light:hover,
a.mdc-text-white-light:focus {
  color: rgba(255, 255, 255, 0.7);
}

.mdc-text-white-dark {
  color: rgba(255, 255, 255, 0.7);
}

a.mdc-text-white-dark:hover,
a.mdc-text-white-dark:focus {
  color: #ffffff;
}

.mdc-text-white-darker {
  color: #ffffff;
}

a.mdc-text-white-darker:hover,
a.mdc-text-white-darker:focus {
  color: white;
}

.mdc-text-white-lighter {
  color: rgba(255, 255, 255, 0.12);
}

a.mdc-text-white-lighter:hover,
a.mdc-text-white-lighter:focus {
  color: rgba(255, 255, 255, 0.3);
}

.mdc-text-white-light {
  color: rgba(255, 255, 255, 0.3);
}

a.mdc-text-white-light:hover,
a.mdc-text-white-light:focus {
  color: rgba(255, 255, 255, 0.7);
}

.mdc-text-white-dark {
  color: rgba(255, 255, 255, 0.7);
}

a.mdc-text-white-dark:hover,
a.mdc-text-white-dark:focus {
  color: #ffffff;
}

.mdc-text-white-darker {
  color: #ffffff;
}

a.mdc-text-white-darker:hover,
a.mdc-text-white-darker:focus {
  color: white;
}

.mdc-text-black-lighter {
  color: rgba(0, 0, 0, 0.12);
}

a.mdc-text-black-lighter:hover,
a.mdc-text-black-lighter:focus {
  color: rgba(0, 0, 0, 0.26);
}

.mdc-text-black-light {
  color: rgba(0, 0, 0, 0.26);
}

a.mdc-text-black-light:hover,
a.mdc-text-black-light:focus {
  color: rgba(0, 0, 0, 0.54);
}

.mdc-text-black-dark {
  color: rgba(0, 0, 0, 0.54);
}

a.mdc-text-black-dark:hover,
a.mdc-text-black-dark:focus {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-text-black-darker {
  color: rgba(0, 0, 0, 0.87);
}

a.mdc-text-black-darker:hover,
a.mdc-text-black-darker:focus {
  color: black;
}

.mdc-text-black-lighter {
  color: rgba(0, 0, 0, 0.12);
}

a.mdc-text-black-lighter:hover,
a.mdc-text-black-lighter:focus {
  color: rgba(0, 0, 0, 0.26);
}

.mdc-text-black-light {
  color: rgba(0, 0, 0, 0.26);
}

a.mdc-text-black-light:hover,
a.mdc-text-black-light:focus {
  color: rgba(0, 0, 0, 0.54);
}

.mdc-text-black-dark {
  color: rgba(0, 0, 0, 0.54);
}

a.mdc-text-black-dark:hover,
a.mdc-text-black-dark:focus {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-text-black-darker {
  color: rgba(0, 0, 0, 0.87);
}

a.mdc-text-black-darker:hover,
a.mdc-text-black-darker:focus {
  color: black;
}

.page-header-palette {
  padding: 30px 0 0;
  margin: 20px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.color-palette {
  margin: 0 -0.3125rem;
}

.color-palette .hidden {
  display: none !important;
}

.color-palette>div {
  height: 164px;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  margin-bottom: 0.625rem;
  /*    padding: 8px;*/
}

.color-palette>div>div {
  width: 100%;
  height: 100%;
  padding: 16px;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

/* MATERIAL DESIGN RIPPLE */
.ripple-wrapper {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.ripple-wrapper.animated {
  animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
}

.has-ripple {
  overflow: hidden;
  position: relative;
  user-select: none;
  outline: none;
}

@keyframes ripple {
  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@-webkit-keyframes ripple {
  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@-o-keyframes ripple {
  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@-moz-keyframes ripple {
  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

/*[data-ripple] {
    overflow: hidden;
    position: relative;

    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.ripple-effect {
    display: block;
    position: absolute;

    -webkit-animation: ripple 2s;
    -moz-animation: ripple 2s;
    -ms-animation: ripple 2s;
    -o-animation: ripple 2s;
    animation: ripple 2s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-transition: background-color .25s ease .1s;
    -moz-transition: background-color .25s ease .1s;
    -ms-transition: background-color .25s ease .1s;
    -o-transition: background-color .25s ease .1s;
    transition: background-color .25s ease .1s;
}

@-webkit-keyframes ripple {
    from {
        -webkit-transform: scale(1);
        opacity: 0.4;
    }
    to {
        -webkit-transform: scale(100);
        opacity: 0.25;
    }
}

@-moz-keyframes ripple {
    from {
        -moz-transform: scale(1);
        opacity: 0.4;
    }
    to {
        -moz-transform: scale(100);
        opacity: 0.25;
    }
}

@-ms-keyframes ripple {
    from {
        -ms-transform: scale(1);
        opacity: 0.4;
    }
    to {
        -ms-transform: scale(100);
        opacity: 0.25;
    }
}

@-o-keyframes ripple {
    from {
        -o-transform: scale(1);
        opacity: 0.4;
    }
    to {
        -o-transform: scale(100);
        opacity: 0.25;
    }
}

@keyframes ripple {
    from {
        transform: scale(1);
        opacity: 0.4;
    }
    to {
        transform: scale(100);
        opacity: 0.25;
    }
}*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #007aff;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
  padding-right: 30px;
}

table.dataTable thead>tr>th:active,
table.dataTable thead>tr>td:active {
  outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  top: 12px;
  right: 8px;
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  opacity: 0.8;
}

table.dataTable thead .sorting:after {
  opacity: 0.5;
  content: "\f0dc";
}

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
}

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {

  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

table.dataTable.table-condensed>thead>tr>th {
  padding-right: 20px;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable {
  border-collapse: separate !important;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row {
  margin: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
  padding-left: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
  padding-right: 0;
}

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
  padding: 10px 10px 0px 10px;
}

.datepicker table,
.datepicker-inline,
.datepicker-days {
  width: 100% !important;
}

.note-editor.note-frame {
  border: 1px solid #ededed !important;
}

.note-editor .dropdown-toggle:after {
  display: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.input-daterange .input-group {
  float: left;
  width: 50%;
}

.tablesaw-bar {
  margin-left: 20px;
}

.cropper-preview {
  overflow: hidden;
}

.img-preview {
  float: left;
  margin: 0 10px 10px 0;
  overflow: hidden;
}

.img-preview>img {
  max-width: 100%;
}

.preview-lg {
  width: 263px;
  height: 148px;
}

.preview-md {
  width: 139px;
  height: 78px;
}

.preview-sm {
  width: 69px;
  height: 39px;
}

.preview-xs {
  width: 35px;
  height: 20px;
  margin-right: 0;
}

.cropper,
.cropper-toolbar {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .cropper {
    max-height: 600px;
  }
}

@media (min-width: 769px) {
  .cropper {
    max-height: 400px;
  }
}

@media (max-width: 768px) {
  .cropper {
    max-height: 300px;
  }
}

@media (max-width: 480px) {
  .cropper {
    max-height: 246px;
  }
}

@media (max-width: 586px) {
  .btn-group .btn {
    padding: 6px 8px;
  }

  .cropper {
    max-height: 246px;
  }
}

.dd-list .dd-item button {
  height: 32px;
}

.dd-list .dd-handle {
  display: block;
  height: auto;
  margin: 5px 0;
  padding: 10px 10px;
  background-color: #fff;
}

.dd-list .dd3-content {
  height: auto;
  padding: 10px 10px;
  padding-left: 40px;
}

.dd-list .dd-content .dd-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  white-space: nowrap;
  overflow: hidden;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #797979;
}

.items {
  width: 100%;
}

.owl-carousel-shortcode .item {
  text-align: center;
}

/*.slider {
    margin: 0 25px 30px;
    text-align: center
}

.slider img {
    width: 100%;
    border: 5px solid #fff
}

.slider h3 {
    position: relative;
    padding: 10px;
    margin: 0 10px;
    font-size: 36px;
    line-height: 100px;
    background: #eceff1
}*/
#exampleCenter h3 {
  opacity: .5;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

#exampleCenter .slick-center h3 {
  color: #f2a654;
  opacity: 1;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.list-group-item {
  border-color: #efefef;
}

.list-group-item .badge {
  float: right;
}

.list-group-item.node-selected {
  background-color: #007aff !important;
}

.tokenfield .token {
  border-radius: 20px;
  background-color: #e0e0e0;
  border: none;
  padding: 2px 5px;
  height: auto;
}

.slick-prev:before,
.slick-next:before {
  color: #ccc;
}

.slider .slider-horizontal {
  margin: 10px 0;
}

.slider .slider-track {
  box-shadow: none;
}

.slider .slider-vertical {
  margin: 0 10px;
}

.slider-handle.round {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #EFF2F7;
  background: #fff;
  cursor: pointer;
}

.slider-default .slider-selection {
  background-image: none;
  background-color: #373a3c;
}

.slider-primary .slider-selection {
  background-image: none;
  background-color: #007aff;
}

.slider-success .slider-selection {
  background-image: none;
  background-color: #4cd964;
}

.slider-info .slider-selection {
  background-image: none;
  background-color: #5AC8FB;
}

.slider-warning .slider-selection {
  background-image: none;
  background-color: #ffcc00;
}

.slider-danger .slider-selection {
  background-image: none;
  background-color: #ff2d55;
}

.slider-custom .slider-selection {
  background-image: none;
  background-color: #5fbeaa;
}

.slider-pink .slider-selection {
  background-image: none;
  background-color: #E040FB;
}

.slider-purple .slider-selection {
  background-image: none;
  background-color: #8E24AA;
}

.slider-inverse .slider-selection {
  background-image: none;
  background-color: #80D8FF;
}

.calendar .fc-toolbar {
  color: #797979;
  background-color: #cae8fb;
  border-radius: 3px 3px 0 0;
  padding: 10px;
  margin: 0px;
  border: 1px solid #ddd;
  border-width: 1px 1px 0px 1px;
}

.calendar .fc-toolbar .fc-prev-button,
.calendar .fc-toolbar .fc-next-button {
  color: #fff;
  background: #007aff;
  border: 1px solid #cae8fb;
  box-shadow: none;
  text-shadow: none;
  margin: 0;
}

.calendar .fc-toolbar .fc-today-button {
  color: #fff;
  text-shadow: none;
  background: #007aff;
  border: 1px solid #cae8fb;
}

.calendar .fc-toolbar .fc-prev-button {
  /*border-right:2px solid #cae8fb;*/
}

.calendar .fc-toolbar h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  text-transform: uppercase;
}

.fc-view .fc-event {
  padding: 4px 8px;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
  border-left: 1px solid #dee5e7;
  border-width: 0px 0px 0px 4px !important;
  border-radius: 0px 0px 0px 0px;
  color: #797979 !important;
}

.fc-view .fc-day-header {
  padding: 4px 4px;
  background-color: #fff;
}

.fc-event-container .fc-event {
  background-color: #fff;
  border-color: transparent;
  color: #797979;
}

.task-list-section.completed {
  background-color: #eee;
  padding-bottom: 8px;
}

.task-list-name {
  padding: 8px 10px 0px 18px;
  font-weight: bold;
  font-size: 16px;
}

.task-list-name>button,
.task-list-name>a {
  font-size: 16px;
  margin-right: 0px;
}

.task-list-name:hover {
  cursor: default;
}

.task-list-name:hover>button,
.task-list-name:hover>a {
  display: inline-block;
}

.task-list-name.solved {
  color: #ccc;
}

.task-add {
  padding: 0px 10px 0px 10px;
}

.task-add-form {
  border-top: 1px solid #797979;
  border-bottom: 1px solid #797979;
}

.task-add-form input {
  border: none;
  padding: 10px 10px 10px 20px;
  font-size: 14px;
  height: 40px;
}

@media (max-width: 33.9em) {
  .task-add-form input {
    font-size: 16px;
  }
}

.task-list {
  padding: 0px;
  margin-left: 0px;
  list-style: none;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
  margin: 0px;
}

.task-list>li {
  position: relative;
}

.task-list>li>.task-controls {
  position: absolute;
  top: -1px;
  display: none;
  right: 0px;
}

.task-list>li>.task-controls>button {
  border: none;
  background-color: #fff;
  display: inline-block;
  padding: 10px;
  margin: 0px;
  float: left;
  border: 1px solid #ccc;
  border-right: none;
}

.task-list>li>.control {
  position: absolute;
  left: 18px;
  top: 9px;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  border: none;
}

.task-list>li.important:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 3px;
  height: 40px;
  background-color: #ff9999;
}

.task-list>li.important>.priority {
  color: #ff9999;
}

.task-list>li.editing>.task-item:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -50px;
  right: 0px;
  height: 1px;
  background-color: #797979;
}

.task-list>li.editing>.task-item:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -50px;
  right: 0px;
  height: 1px;
  background-color: #797979;
}

.task-list>li>.task-item {
  margin-bottom: 0px;
  position: relative;
  margin-left: 50px;
  border-bottom: 1px solid #eee;
}

.task-list>li>.task-item:hover {
  cursor: pointer;
}

.task-list>li>.task-item.solved>.task-detail {
  text-decoration: line-through;
  color: #ccc;
}

.task-list>li>.task-item.solved>.control {
  color: #ccc;
}

.task-list>li>.task-item>.task-detail {
  padding: 10px 10px 10px 0px;
  font-size: 14px;
  display: inline-block;
}

.task-list>li>.task-item input {
  background-color: transparent;
  border: none;
  padding: 10px 10px 10px 0px;
  font-size: 14px;
  height: 40px;
  box-shadow: none;
}

@media (max-width: 33.9em) {
  .task-list>li>.task-item input {
    font-size: 16px;
  }
}

.task-list>li>.task-item input.show {
  display: block;
}

.task-list>li>.task-item .settings>.btn,
.task-list>li>.task-item .btn {
  margin: 0px;
  background-color: transparent;
  padding: 0px;
}

.task-list>li>.task-item .settings {
  display: none;
  position: absolute;
  top: 0px;
  right: 5px;
  padding: 7px 5px 10px 5px;
  height: 40px;
}

.task-list>li:last-child>.task-item {
  border-bottom: none;
}

.task-list>li:hover {
  background-color: #effbff;
}

.task-list>li:hover>.task-controls,
.task-list>li:hover>.drag {
  display: block;
}

.task-list>li>.drag {
  position: absolute;
  cursor: move;
  top: 5px;
  left: 5px;
  width: 9px;
  bottom: 6px;
  display: none;
}

.task-list .task-item:hover .settings {
  display: inline-block;
}

.task-list.task-solved {
  background-color: transparent;
  color: #ccc;
}

.task-list.task-solved>li:hover {
  background-color: transparent;
}

.task-list.task-solved>li>.task-item:hover {
  cursor: default;
}

.task-list.task-placeholder {
  min-height: 40px;
  background-color: transparent;
  border: none;
  position: relative;
}

.task-list.task-placeholder:after {
  content: 'drop here';
  color: #ccc;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border: 1px dashed #ccc;
}

#main .tag {
  display: inline-block;
  border: 1px solid #007aff;
  color: #007aff;
  padding: 5px 10px;
  border-radius: 3px 3px 3px 3px;
}

#main .tag:hover {
  background-color: #007aff;
  color: #fff;
}

.btn,
#respond input#submit {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  box-shadow: none;
}

.btn-white.btn-line {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-white.btn-line:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}

.btn-white.btn-line:focus,
.btn-white.btn-line.focus {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}

.btn-white.btn-line:active,
.btn-white.btn-line.active,
.open>.btn-white.btn-line.dropdown-toggle {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-white.btn-line:active:hover,
.btn-white.btn-line:active:focus,
.btn-white.btn-line:active.focus,
.btn-white.btn-line.active:hover,
.btn-white.btn-line.active:focus,
.btn-white.btn-line.active.focus,
.open>.btn-white.btn-line.dropdown-toggle:hover,
.open>.btn-white.btn-line.dropdown-toggle:focus,
.open>.btn-white.btn-line.dropdown-toggle.focus {
  color: #fff;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}

.btn-white.btn-line.disabled:focus,
.btn-white.btn-line.disabled.focus,
.btn-white.btn-line:disabled:focus,
.btn-white.btn-line:disabled.focus {
  background-color: #fff;
  border-color: #fff;
}

.btn-white.btn-line.disabled:hover,
.btn-white.btn-line:disabled:hover {
  background-color: #fff;
  border-color: #fff;
}

.btn-white.btn-line:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-white.btn-line:active,
.btn-white.btn-line:focus,
.btn-white.btn-line.active,
.btn-white.btn-line:hover {
  color: #58666e !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-black {
  color: #000;
  background-color: #000;
  border-color: #000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #fff !important;
}

.btn-black:hover {
  color: #000;
  background-color: black;
  border-color: black;
}

.btn-black:focus,
.btn-black.focus {
  color: #000;
  background-color: black;
  border-color: black;
}

.btn-black:active,
.btn-black.active,
.open>.btn-black.dropdown-toggle {
  color: #000;
  background-color: black;
  border-color: black;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-black:active:hover,
.btn-black:active:focus,
.btn-black:active.focus,
.btn-black.active:hover,
.btn-black.active:focus,
.btn-black.active.focus,
.open>.btn-black.dropdown-toggle:hover,
.open>.btn-black.dropdown-toggle:focus,
.open>.btn-black.dropdown-toggle.focus {
  color: #000;
  background-color: black;
  border-color: black;
}

.btn-black.disabled:focus,
.btn-black.disabled.focus,
.btn-black:disabled:focus,
.btn-black:disabled.focus {
  background-color: #000;
  border-color: #000;
}

.btn-black.disabled:hover,
.btn-black:disabled:hover {
  background-color: #000;
  border-color: #000;
}

.btn-black.btn-line:hover {
  color: #000;
  background-color: #000;
  border-color: #000;
}

.btn-black.btn-line:active,
.btn-black.btn-line:focus,
.btn-black.btn-line.active,
.btn-black.btn-line:hover {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

.btn-b-2 {
  border-width: 2px !important;
}

.btn-rounded.btn-lg,
.btn-group-lg>.btn-rounded.btn {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.btn:focus,
button:focus {
  outline: none !important;
  outline: 0;
}

.btn:active,
.btn.active,
button:active,
button.active {
  outline: none !important;
  outline: 0;
}

.btn:active,
.btn.active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
}

.btn.btn-rounded {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 50px;
}

.btn.btn-line {
  /*background-color:transparent;
        &.disabled,&[disabled]{
            background-color:transparent;
              opacity: 0.4;
        }*/
}

.btn-link {
  color: #007aff;
}

.btn-link:hover {
  color: #007aff;
}

.btn-text {
  font-size: 16px;
  color: #007aff;
}

.btn-text:hover {
  color: #007aff;
}

.btn-text:focus {
  color: #007aff;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-icon {
  padding: 0px !important;
  text-align: center;
  width: 34px;
  height: 34px;
  padding: 0 !important;
  text-align: center;
}

.btn-icon i {
  position: relative;
  top: -1px;
  line-height: 34px;
}

.btn-icon.btn-xs {
  width: 30px;
  height: 30px;
}

.btn-icon.btn-xs i {
  top: -1px;
  line-height: 30px;
}

.btn>i.pull-left,
.btn>i.pull-right {
  line-height: 1.42857143;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.app-md-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border: 0;
  border-radius: 3px;
  padding: 6px;
  white-space: nowrap;
  font-weight: 700;
  font-style: inherit;
  font-variant: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  outline: 0;
  cursor: pointer;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
}

.app-md-btn.text-white,
.app-md-btn.color-white {
  color: rgba(255, 255, 255, 0.87);
}

.app-md-btn.app-md-w-xs {
  width: 90px;
}

.app-md-btn.app-md-flat {
  background: 0 0;
}

.app-md-btn.app-md-flat:hover {
  background-color: rgba(158, 158, 158, 0.2);
}

.app-md-btn.app-md-raised,
.app-md-btn.app-md-fab {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.app-md-btn.app-md-raised:hover,
.app-md-btn.app-md-fab:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0);
}

.app-md-btn.app-md-raised[disabled],
.app-md-btn.app-md-fab[disabled] {
  color: rgba(0, 0, 0, 0.26) !important;
  background-color: #eee !important;
  cursor: not-allowed;
  box-shadow: none !important;
}

.app-md-btn.app-md-raised[disabled]:hover,
.app-md-btn.app-md-fab[disabled]:hover {
  box-shadow: none !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0) !important;
}

.app-md-btn.app-md-fab {
  z-index: 20;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .2s linear;
  transition-property: -webkit-transform, box-shadow;
  transition-property: transform, box-shadow;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.app-md-btn.app-md-fab>i {
  font-size: 24px;
  vertical-align: -7px;
}

.app-md-btn.app-md-fab>i.fa {
  vertical-align: -5px;
}

.form-group label {
  font-weight: normal;
  color: #111;
}

.form-control.flat,
.tablesaw-bar select.flat {
  border: none !important;
  border-radius: 0px;
  box-shadow: none;
}

.form-control:active,
.tablesaw-bar select:active,
.form-control:focus,
.tablesaw-bar select:focus {
  box-shadow: none;
  outline: 0;
  border-color: #007aff;
}

.form-control.rounded,
.tablesaw-bar select.rounded {
  border-radius: 500px 500px 500px 500px;
}

.form-control-line {
  border: none;
  background-color: transparent !important;
  border-radius: 0px 0px 0px 0px;
  border-bottom: 1px solid #ccc;
  padding-left: 0px;
  padding-right: 0px;
}

.form-control-line:focus {
  border-bottom: 1px solid #007aff;
}

.document {
  position: relative;
  background: #fff;
  background: -webkit-linear-gradient(top, #f0f0f0 0%, white 5%) 0 0;
  background: -moz-linear-gradient(top, #f0f0f0 0%, white 5%) 0 0;
  background: linear-gradient(top, #f0f0f0 0%, white 5%) 0 0;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -ms-background-size: 100% 30px;
  background-size: 100% 30px;
  min-height: 100%;
  box-shadow: none;
}

.document:before {
  content: '';
  position: absolute;
  width: 0px;
  top: 0;
  left: 39px;
  bottom: 0;
  border-left: 1px solid #e4f2fc;
  z-index: 1;
}

.document textarea,
.document .form-control,
.document .tablesaw-bar select,
.tablesaw-bar .document select {
  border: none;
  background-color: transparent;
  height: 100%;
  padding: 15px 15px 0 40px;
  line-height: 30px;
  min-height: 210px;
  outline: 0;
  box-shadow: none;
}

.document .ta-editor,
.document .ta-bind {
  outline: 0 !important;
  box-shadow: none !important;
}

.document .ta-toolbar {
  padding: 5px;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9 !important;
  margin-left: 0px;
  /*
            //Textangular toolbar fixed option
            position: fixed;
            z-index: 1;
            top: auto;
            width: auto;
            border-right: 1px solid @separatorColorLt !important;
        */
}

@media (max-width: 33.9em) {
  .document .ta-toolbar {
    position: relative;
  }
}

.document .btn-group {
  margin-left: 0px;
}

.document .btn-group .btn {
  padding: 2px 7px;
  border-radius: 0px;
}

.form-validation .form-control.ng-dirty.ng-invalid,
.form-validation .tablesaw-bar select.ng-dirty.ng-invalid,
.tablesaw-bar .form-validation select.ng-dirty.ng-invalid,
.has-error .form-control,
.has-error .tablesaw-bar select,
.tablesaw-bar .has-error select,
.form-control.parsley-error,
.tablesaw-bar select.parsley-error {
  border-color: #f05050;
  box-shadow: none !important;
}

.form-validation .form-control.ng-dirty.ng-valid,
.form-validation .tablesaw-bar select.ng-dirty.ng-valid,
.tablesaw-bar .form-validation select.ng-dirty.ng-valid,
.form-validation .form-control.ng-dirty.ng-valid:focus,
.form-validation .tablesaw-bar select.ng-dirty.ng-valid:focus,
.tablesaw-bar .form-validation select.ng-dirty.ng-valid:focus,
.form-control.parsley-success,
.tablesaw-bar select.parsley-success {
  border-color: #27c24c;
  box-shadow: none !important;
}

.form-validation .form-control.ng-dirty.ng-valid,
.form-validation .tablesaw-bar select.ng-dirty.ng-valid,
.tablesaw-bar .form-validation select.ng-dirty.ng-valid,
.form-validation .form-control.ng-dirty.ng-valid:focus,
.form-validation .tablesaw-bar select.ng-dirty.ng-valid:focus,
.tablesaw-bar .form-validation select.ng-dirty.ng-valid:focus,
.form-control.parsley-success,
.tablesaw-bar select.parsley-success {
  border-color: #27c24c;
  box-shadow: none !important;
}

.form-group-alt {
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  border: 1px solid #cfdadd;
  position: relative;
  border-radius: 2px 2px 2px 2px;
}

.form-group-alt>label {
  position: relative;
  z-index: 1;
  color: #111;
  /*
        //bold version
        font-size:13px;
        text-transform: uppercase;
        font-weight: 600;
        z-index:1;
        position: relative;
        color: #999;
        */
}

.form-group-alt>.form-control,
.tablesaw-bar .form-group-alt>select {
  margin-top: -6px;
  height: 30px;
  min-height: 30px;
  border: none !important;
  padding: 0px;
  background-color: transparent !important;
  border-radius: 0px 0px 0px 0px;
  z-index: 1;
  position: relative;
}

.form-group-alt>.form-control+span:after,
.tablesaw-bar .form-group-alt>select+span:after {
  content: " ";
  background-color: transparent;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 0;
}

.form-group-alt>.form-control.disabled+span:after,
.tablesaw-bar .form-group-alt>select.disabled+span:after,
.form-group-alt>.form-control:disabled+span:after,
.tablesaw-bar .form-group-alt>select:disabled+span:after {
  background-color: #f1f1f1;
}

.form-group-alt>.form-control:focus+span:after,
.tablesaw-bar .form-group-alt>select:focus+span:after {
  background-color: rgba(0, 0, 0, 0.02);
}

.form-group-alt>.form-control:focus.ng-dirty.ng-valid+span:after,
.tablesaw-bar .form-group-alt>select:focus.ng-dirty.ng-valid+span:after,
.form-group-alt>.form-control:focus.parsley-error+span:after,
.tablesaw-bar .form-group-alt>select:focus.parsley-error+span:after {
  background-color: #f9fff9 !important;
}

.form-group-alt>.form-control.ng-dirty.ng-invalid+span:after,
.tablesaw-bar .form-group-alt>select.ng-dirty.ng-invalid+span:after,
.form-group-alt>.form-control.parsley-error+span:after,
.tablesaw-bar .form-group-alt>select.parsley-error+span:after {
  background-color: #fff9f9;
}

.form-group-alt>.form-control.ng-dirty.ng-valid+span:after,
.tablesaw-bar .form-group-alt>select.ng-dirty.ng-valid+span:after,
.form-group-alt>.form-control.parsley-success+span:after,
.tablesaw-bar .form-group-alt>select.parsley-success+span:after {
  background-color: #f9fff9;
}

.form-group-alt>select {
  margin-left: -4px;
}

.form-group-alt>textarea {
  margin-top: -4px !important;
}

.form-group-alt:hover {
  background-color: #fcfcfc;
}

.form-group-alt>.input-group {
  margin-top: -6px;
}

.form-group-alt>.input-group .form-control,
.form-group-alt>.input-group .tablesaw-bar select,
.tablesaw-bar .form-group-alt>.input-group select {
  margin-top: 0px;
  height: 25px;
  min-height: 25px;
  border: none !important;
  padding: 0px;
  background-color: transparent;
  border-radius: 0px 0px 0px 0px;
  z-index: 1;
  position: relative;
}

.form-group-alt>.input-group .input-group-addon {
  border: none;
}

.form-group-alt-attached {
  border-right: 1px solid #cfdadd;
}

.form-group-alt-attached>.row {
  margin: 0px;
}

.form-group-alt-attached>.row>div[class^="col-"] {
  padding: 0px;
}

.form-group-alt-attached>.row>div[class^="col-"]>.form-group-alt {
  margin-bottom: 0px;
  border-radius: 0px 0px 0px 0px;
  border-bottom: none;
  border-right: none;
}

.form-group-alt-attached>.row:last-child>div[class^="col-"]>.form-group-alt {
  border-bottom: 1px solid #cfdadd;
}

.form-group-alt-attached .parsley-errors-list {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: 6px;
}

.app-md-form-group {
  padding: 18px 0 20px;
  position: relative;
}

.app-md-form-group.app-md-float-label .app-md-input~label {
  top: 20px;
  font-size: 1em;
}

.app-md-form-group.app-md-float-label .app-md-input:focus~label {
  color: #007aff;
  opacity: 1;
  top: 0 !important;
  font-size: 0.85em !important;
}

.app-md-input~label {
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  z-index: 0;
  opacity: .5;
  left: 0;
  display: inline-block;
}

.app-md-input.has-value~label {
  top: 0 !important;
  font-size: 0.85em !important;
}

.app-md-input~label {
  top: 0;
  font-size: .85em;
}

.app-md-input {
  background: 0 0;
  position: relative;
  z-index: 5;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(160, 160, 160, 0.5);
  width: 100%;
  height: 34px;
  padding: 2px;
  color: inherit;
}

.app-md-input:focus {
  border-color: #007aff;
  border-bottom-width: 2px;
  padding-bottom: 1px;
  outline: 0;
}

.app-md-input[disabled] {
  opacity: .5;
  cursor: default;
}

.app-md-input.parsley-error {
  border-color: #ff2d55;
}

.app-md-input.parsley-error:focus {
  border-color: #ff2d55;
}

.app-md-input.parsley-success {
  border-color: #4cd964;
}

.app-md-input.parsley-success:focus {
  border-color: #4cd964;
}

.app-md-input.parsley-error~label {
  color: #ff2d55 !important;
}

.app-md-input.parsley-success~label {
  color: #4cd964 !important;
}

.parsley-errors-list {
  list-style: none;
  margin: 6px 0;
  padding: 0;
  font-size: 85%;
}

.wizard li:hover {
  color: #b4b4b4;
  cursor: no-drop;
}

.wizard li.active .wizard-step-number {
  background-color: #007aff;
  color: #fff;
}

.wizard li.active .wizard-step-text {
  color: #007aff;
}

.wizard li.active .wizard-step {
  position: relative;
}

.wizard li.active .wizard-step:after {
  position: absolute;
  right: 3px;
  color: #007aff;
  top: 1px;
  content: "\f105";
  font-size: 2em;
  height: 20px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wizard li.active:hover {
  cursor: default;
}

.wizard li.valid:hover {
  cursor: pointer;
}

.wizard li.valid .wizard-step-number {
  background-color: #4cd964;
  color: #fff;
}

.wizard li.valid .wizard-step-text {
  color: #4cd964;
}

.wizard .wizard-step {
  position: relative;
  padding: 3px 0px;
  font-size: 14px;
  color: #cbcbcb;
}

.wizard .wizard-step .wizard-step-number {
  position: absolute;
  width: 35px;
  text-align: center;
  top: -1px;
  left: 0px;
  background-color: #f2f2f2;
  padding: 7px 10px;
  border-radius: 100px;
}

.wizard .wizard-step .wizard-step-text {
  margin-left: 45px;
  padding-top: 3px;
  font-size: 15px;
}

.app-ui-switch {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 32px;
  height: 18px;
  border-radius: 30px;
  background-color: #6cc788;
  margin: 0;
}

.app-ui-switch>i:after,
.app-ui-switch>i:before {
  position: absolute;
  background-color: #fff;
  content: "";
}

.app-ui-switch>i:after {
  border-radius: 50%;
  width: 16px;
  top: 1px;
  bottom: 1px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: margin .3s;
  transition: margin .3s;
}

.app-ui-switch>i:before {
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.app-ui-switch input {
  position: absolute;
  opacity: 0;
}

.app-ui-switch input:checked+i:after {
  margin-left: 15px;
}

.app-ui-switch input:checked+i:before {
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 5px;
  border-width: 0;
  border-radius: 5px;
}

.app-ui-switch.app-ui-switch-md {
  width: 40px;
  height: 24px;
}

.app-ui-switch.app-ui-switch-md>i:after {
  width: 22px;
}

.app-ui-switch.app-ui-switch-md input:checked+i:after {
  margin-left: 17px;
}

.app-ui-switch.app-ui-switch-lg {
  width: 50px;
  height: 30px;
}

.app-ui-switch.app-ui-switch-lg>i:after {
  width: 28px;
}

.app-ui-switch.app-ui-switch-lg input:checked+i:after {
  margin-left: 21px;
}

.app-md-switch {
  cursor: pointer;
  padding-left: 36px;
  margin: 0;
  min-height: 20px;
  display: inline-block;
}

.app-md-switch i {
  width: 0;
  height: 18px;
  margin-left: -36px;
  margin-top: -2px;
  display: inline-block;
  margin-right: 44px;
  position: relative;
  line-height: 1;
  vertical-align: middle;
}

.app-md-switch i:before,
.app-md-switch i:after {
  content: "";
}

.app-md-switch i:before {
  left: 1px;
  width: 34px;
  top: 3px;
  height: 14px;
  border-radius: 8px;
  position: absolute;
  background-color: #9e9e9e;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.app-md-switch i:after {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  outline: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.app-md-switch input {
  position: absolute;
  cursor: pointer;
  width: 36px;
  height: 20px;
  z-index: 1;
  opacity: 0;
  margin-left: -36px;
}

.app-md-switch input:checked+i:after {
  background: inherit;
  left: 16px;
}

.app-md-switch input:checked+i:before {
  background: inherit;
  opacity: .5;
}

.app-md-switch input[disabled]+i:before {
  background-color: rgba(0, 0, 0, 0.12);
}

.app-md-switch input[disabled]+i:after {
  background-color: #bdbdbd;
}

.switch {
  background: #fff;
  border: 1px solid #dfdfdf;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  overflow: visible;
  padding: 0px;
  margin: 0px;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: #dfdfdf 0px 0px 0px 0px inset;
  width: 52px;
  height: 30px;
}

.switch input {
  display: none;
}

.switch small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: left 0.2s;
  -webkit-transition: left 0.2s;
}

.switch.checked {
  background: #4cd964;
  border-color: #4cd964;
}

.switch.checked.primary {
  background: #007aff;
  border-color: #007aff;
}

.switch.checked.danger {
  background: #ff2d55;
  border-color: #ff2d55;
}

.switch.checked.warning {
  background: #ffcc00;
  border-color: #ffcc00;
}

.switch.checked small {
  left: 22px;
}

.switch.xs {
  width: 32px;
  height: 20px;
}

.switch.xs small {
  width: 20px;
  height: 20px;
}

.switch.xs.checked small {
  left: 12px;
}

.switch.md {
  width: 42px;
  height: 30px;
}

.switch.md small {
  width: 30px;
  height: 30px;
}

.switch.md.checked small {
  left: 11px;
}

.error-shape {
  border-radius: 30px 30px 30px 30px;
  position: relative;
  overflow: hidden !important;
  height: 150px;
  width: 150px;
  font-size: 75px;
  line-height: 150px;
  text-align: center;
  display: inline-block;
}

.error-shape.err-404 {
  text-shadow: #e0ce66 1px 1px, #e0ce66 2px 2px, #e0ce66 3px 3px, #e0ce66 4px 4px, #e0ce66 5px 5px, #e0ce66 6px 6px, #e0ce66 7px 7px, #e0ce66 8px 8px, #e0ce66 9px 9px, #e0ce66 10px 10px, #e0ce66 11px 11px, #e0ce66 12px 12px, #e0ce66 13px 13px, #e0ce66 14px 14px, #e0ce66 15px 15px, #e0ce66 16px 16px, #e0ce66 17px 17px, #e0ce66 18px 18px, #e0ce66 19px 19px, #e0ce66 20px 20px, #e0ce66 21px 21px, #e0ce66 22px 22px, #e0ce66 23px 23px, #e0ce66 24px 24px, #e0ce66 25px 25px, #e0ce66 26px 26px, #e0ce66 27px 27px, #e0ce66 28px 28px, #e0ce66 29px 29px, #e0ce66 30px 30px, #e0ce66 31px 31px, #e0ce66 32px 32px, #e0ce66 33px 33px, #e0ce66 34px 34px, #e0ce66 35px 35px, #e0ce66 36px 36px, #e0ce66 37px 37px, #e0ce66 38px 38px, #e0ce66 39px 39px, #e0ce66 40px 40px, #e0ce66 41px 41px, #e0ce66 42px 42px, #e0ce66 43px 43px, #e0ce66 44px 44px, #e0ce66 45px 45px, #e0ce66 46px 46px, #e0ce66 47px 47px, #e0ce66 48px 48px, #e0ce66 49px 49px, #e0ce66 50px 50px, #e0ce66 51px 51px, #e0ce66 52px 52px, #e0ce66 53px 53px, #e0ce66 54px 54px, #e0ce66 55px 55px, #e0ce66 56px 56px, #e0ce66 57px 57px, #e0ce66 58px 58px, #e0ce66 59px 59px, #e0ce66 60px 60px, #e0ce66 61px 61px, #e0ce66 62px 62px, #e0ce66 63px 63px, #e0ce66 64px 64px, #e0ce66 65px 65px, #e0ce66 66px 66px, #e0ce66 67px 67px, #e0ce66 68px 68px, #e0ce66 69px 69px, #e0ce66 70px 70px, #e0ce66 71px 71px, #e0ce66 72px 72px, #e0ce66 73px 73px, #e0ce66 74px 74px, #e0ce66 75px 75px, #e0ce66 76px 76px, #e0ce66 77px 77px, #e0ce66 78px 78px, #e0ce66 79px 79px, #e0ce66 80px 80px, #e0ce66 81px 81px, #e0ce66 82px 82px, #e0ce66 83px 83px, #e0ce66 84px 84px, #e0ce66 85px 85px, #e0ce66 86px 86px, #e0ce66 87px 87px, #e0ce66 88px 88px, #e0ce66 89px 89px, #e0ce66 90px 90px, #e0ce66 91px 91px, #e0ce66 92px 92px, #e0ce66 93px 93px, #e0ce66 94px 94px, #e0ce66 95px 95px, #e0ce66 96px 96px, #e0ce66 97px 97px, #e0ce66 98px 98px, #e0ce66 99px 99px, #e0ce66 100px 100px, #e0ce66 101px 101px, #e0ce66 102px 102px, #e0ce66 103px 103px, #e0ce66 104px 104px, #e0ce66 105px 105px, #e0ce66 106px 106px, #e0ce66 107px 107px, #e0ce66 108px 108px, #e0ce66 109px 109px, #e0ce66 110px 110px, #e0ce66 111px 111px, #e0ce66 112px 112px, #e0ce66 113px 113px, #e0ce66 114px 114px, #e0ce66 115px 115px, #e0ce66 116px 116px, #e0ce66 117px 117px, #e0ce66 118px 118px, #e0ce66 119px 119px, #e0ce66 120px 120px, #e0ce66 121px 121px, #e0ce66 122px 122px, #e0ce66 123px 123px, #e0ce66 124px 124px, #e0ce66 125px 125px, #e0ce66 126px 126px, #e0ce66 127px 127px, #e0ce66 128px 128px, #e0ce66 129px 129px, #e0ce66 130px 130px, #e0ce66 131px 131px, #e0ce66 132px 132px, #e0ce66 133px 133px, #e0ce66 134px 134px, #e0ce66 135px 135px, #e0ce66 136px 136px, #e0ce66 137px 137px, #e0ce66 138px 138px, #e0ce66 139px 139px, #e0ce66 140px 140px, #e0ce66 141px 141px, #e0ce66 142px 142px, #e0ce66 143px 143px, #e0ce66 144px 144px, #e0ce66 145px 145px, #e0ce66 146px 146px, #e0ce66 147px 147px, #e0ce66 148px 148px, #e0ce66 149px 149px, #e0ce66 150px 150px, #e0ce66 151px 151px, #e0ce66 152px 152px, #e0ce66 153px 153px, #e0ce66 154px 154px, #e0ce66 155px 155px, #e0ce66 156px 156px, #e0ce66 157px 157px, #e0ce66 158px 158px, #e0ce66 159px 159px, #e0ce66 160px 160px, #e0ce66 161px 161px, #e0ce66 162px 162px, #e0ce66 163px 163px, #e0ce66 164px 164px, #e0ce66 165px 165px, #e0ce66 166px 166px, #e0ce66 167px 167px, #e0ce66 168px 168px, #e0ce66 169px 169px, #e0ce66 170px 170px, #e0ce66 171px 171px, #e0ce66 172px 172px, #e0ce66 173px 173px, #e0ce66 174px 174px, #e0ce66 175px 175px, #e0ce66 176px 176px, #e0ce66 177px 177px, #e0ce66 178px 178px, #e0ce66 179px 179px, #e0ce66 180px 180px, #e0ce66 181px 181px, #e0ce66 182px 182px;
  background-color: #ffea74;
}

.error-shape.err-500 {
  text-shadow: #dd2158 1px 1px, #dd2158 2px 2px, #dd2158 3px 3px, #dd2158 4px 4px, #dd2158 5px 5px, #dd2158 6px 6px, #dd2158 7px 7px, #dd2158 8px 8px, #dd2158 9px 9px, #dd2158 10px 10px, #dd2158 11px 11px, #dd2158 12px 12px, #dd2158 13px 13px, #dd2158 14px 14px, #dd2158 15px 15px, #dd2158 16px 16px, #dd2158 17px 17px, #dd2158 18px 18px, #dd2158 19px 19px, #dd2158 20px 20px, #dd2158 21px 21px, #dd2158 22px 22px, #dd2158 23px 23px, #dd2158 24px 24px, #dd2158 25px 25px, #dd2158 26px 26px, #dd2158 27px 27px, #dd2158 28px 28px, #dd2158 29px 29px, #dd2158 30px 30px, #dd2158 31px 31px, #dd2158 32px 32px, #dd2158 33px 33px, #dd2158 34px 34px, #dd2158 35px 35px, #dd2158 36px 36px, #dd2158 37px 37px, #dd2158 38px 38px, #dd2158 39px 39px, #dd2158 40px 40px, #dd2158 41px 41px, #dd2158 42px 42px, #dd2158 43px 43px, #dd2158 44px 44px, #dd2158 45px 45px, #dd2158 46px 46px, #dd2158 47px 47px, #dd2158 48px 48px, #dd2158 49px 49px, #dd2158 50px 50px, #dd2158 51px 51px, #dd2158 52px 52px, #dd2158 53px 53px, #dd2158 54px 54px, #dd2158 55px 55px, #dd2158 56px 56px, #dd2158 57px 57px, #dd2158 58px 58px, #dd2158 59px 59px, #dd2158 60px 60px, #dd2158 61px 61px, #dd2158 62px 62px, #dd2158 63px 63px, #dd2158 64px 64px, #dd2158 65px 65px, #dd2158 66px 66px, #dd2158 67px 67px, #dd2158 68px 68px, #dd2158 69px 69px, #dd2158 70px 70px, #dd2158 71px 71px, #dd2158 72px 72px, #dd2158 73px 73px, #dd2158 74px 74px, #dd2158 75px 75px, #dd2158 76px 76px, #dd2158 77px 77px, #dd2158 78px 78px, #dd2158 79px 79px, #dd2158 80px 80px, #dd2158 81px 81px, #dd2158 82px 82px, #dd2158 83px 83px, #dd2158 84px 84px, #dd2158 85px 85px, #dd2158 86px 86px, #dd2158 87px 87px, #dd2158 88px 88px, #dd2158 89px 89px, #dd2158 90px 90px, #dd2158 91px 91px, #dd2158 92px 92px, #dd2158 93px 93px, #dd2158 94px 94px, #dd2158 95px 95px, #dd2158 96px 96px, #dd2158 97px 97px, #dd2158 98px 98px, #dd2158 99px 99px, #dd2158 100px 100px, #dd2158 101px 101px, #dd2158 102px 102px, #dd2158 103px 103px, #dd2158 104px 104px, #dd2158 105px 105px, #dd2158 106px 106px, #dd2158 107px 107px, #dd2158 108px 108px, #dd2158 109px 109px, #dd2158 110px 110px, #dd2158 111px 111px, #dd2158 112px 112px, #dd2158 113px 113px, #dd2158 114px 114px, #dd2158 115px 115px, #dd2158 116px 116px, #dd2158 117px 117px, #dd2158 118px 118px, #dd2158 119px 119px, #dd2158 120px 120px, #dd2158 121px 121px, #dd2158 122px 122px, #dd2158 123px 123px, #dd2158 124px 124px, #dd2158 125px 125px, #dd2158 126px 126px, #dd2158 127px 127px, #dd2158 128px 128px, #dd2158 129px 129px, #dd2158 130px 130px, #dd2158 131px 131px, #dd2158 132px 132px, #dd2158 133px 133px, #dd2158 134px 134px, #dd2158 135px 135px, #dd2158 136px 136px, #dd2158 137px 137px, #dd2158 138px 138px, #dd2158 139px 139px, #dd2158 140px 140px, #dd2158 141px 141px, #dd2158 142px 142px, #dd2158 143px 143px, #dd2158 144px 144px, #dd2158 145px 145px, #dd2158 146px 146px, #dd2158 147px 147px, #dd2158 148px 148px, #dd2158 149px 149px, #dd2158 150px 150px, #dd2158 151px 151px, #dd2158 152px 152px, #dd2158 153px 153px, #dd2158 154px 154px, #dd2158 155px 155px, #dd2158 156px 156px, #dd2158 157px 157px, #dd2158 158px 158px, #dd2158 159px 159px, #dd2158 160px 160px, #dd2158 161px 161px, #dd2158 162px 162px, #dd2158 163px 163px, #dd2158 164px 164px, #dd2158 165px 165px, #dd2158 166px 166px, #dd2158 167px 167px, #dd2158 168px 168px, #dd2158 169px 169px, #dd2158 170px 170px, #dd2158 171px 171px, #dd2158 172px 172px, #dd2158 173px 173px, #dd2158 174px 174px, #dd2158 175px 175px, #dd2158 176px 176px, #dd2158 177px 177px, #dd2158 178px 178px, #dd2158 179px 179px, #dd2158 180px 180px, #dd2158 181px 181px, #dd2158 182px 182px;
  background-color: #fb2664;
}

.error-shape span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 150px;
  width: 150px;
  margin: -75px 0 0 -75px;
  white-space: nowrap;
  text-align: center;
  color: #fff;
}

.app-hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.app-hero .app-hero-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

.label-default,
.list-group-item .badge {
  background-color: #818a91;
}

.label-default[href]:focus,
.list-group-item [href].badge:focus,
.label-default[href]:hover,
.list-group-item [href].badge:hover {
  background-color: #687077;
}

.label-default.label-md,
.list-group-item .label-md.badge {
  padding: 4px 8px 4px 8px;
  border: 1px solid transparent;
}

.label-default.label-line,
.list-group-item .label-line.badge {
  background-color: transparent;
  color: #818a91;
  border: 1px solid #818a91;
  padding: 4px 8px 3px 8px;
}

.label-primary {
  background-color: #007aff;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #0062cc;
}

.label-primary.label-md {
  padding: 4px 8px 4px 8px;
  border: 1px solid transparent;
}

.label-primary.label-line {
  background-color: transparent;
  color: #007aff;
  border: 1px solid #007aff;
  padding: 4px 8px 3px 8px;
}

.label-success {
  background-color: #4cd964;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #2ac845;
}

.label-success.label-md {
  padding: 4px 8px 4px 8px;
  border: 1px solid transparent;
}

.label-success.label-line {
  background-color: transparent;
  color: #4cd964;
  border: 1px solid #4cd964;
  padding: 4px 8px 3px 8px;
}

.label-info {
  background-color: #5AC8FB;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #28b7fa;
}

.label-info.label-md {
  padding: 4px 8px 4px 8px;
  border: 1px solid transparent;
}

.label-info.label-line {
  background-color: transparent;
  color: #5AC8FB;
  border: 1px solid #5AC8FB;
  padding: 4px 8px 3px 8px;
}

.label-warning {
  background-color: #ffcc00;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #cca300;
}

.label-warning.label-md {
  padding: 4px 8px 4px 8px;
  border: 1px solid transparent;
}

.label-warning.label-line {
  background-color: transparent;
  color: #ffcc00;
  border: 1px solid #ffcc00;
  padding: 4px 8px 3px 8px;
}

.label-danger {
  background-color: #ff2d55;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #f9002f;
}

.label-danger.label-md {
  padding: 4px 8px 4px 8px;
  border: 1px solid transparent;
}

.label-danger.label-line {
  background-color: transparent;
  color: #ff2d55;
  border: 1px solid #ff2d55;
  padding: 4px 8px 3px 8px;
}

.label-rounded {
  border-radius: 100px 100px 100px 100px;
  padding: .2em .6em .2em;
}

label.control-label {
  font-weight: normal !important;
}

label.icheck {
  padding-left: 0px;
  line-height: 21px;
  vertical-align: middle;
}

.label-tag {
  background-color: #eee;
  color: #797979;
}

.progress-xs {
  height: 5px;
}

.progress-sm {
  height: 10px;
}

.progress,
progress {
  box-shadow: none;
}

.progress-bar,
progress-bar {
  box-shadow: none;
}

.progress-bar-grey {
  background-color: #ccc;
}

.app-progress-bar {
  background: url("../img/progress/progress-bar-master.svg") no-repeat top left;
  width: 100%;
  height: 2px;
  background-size: cover;
  background-color: rgba(98, 98, 98, 0.1);
}

.app-progress-circle {
  background: url("../img/progress/progress-circle-master.svg") no-repeat top left;
  width: 25px;
  height: 25px;
  background-size: 100% auto;
  margin: 0 auto;
}

.white-overlay {
  background-color: rgba(255, 255, 255, 0.65);
}

.black-overlay {
  background-color: rgba(0, 0, 0, 0.65);
}

.table>tbody>tr>td {
  border-top: 1px solid #ebebeb;
}

.table.table-striped tbody>tr:nth-of-type(odd) {
  background-color: #fdfdfd;
}

.table.table-bordered tr>td {
  border: 1px solid #ebebeb;
}

.table.table-vertical-middle td {
  vertical-align: middle;
}

.table>thead>tr>th {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding-top: 14px;
  padding-bottom: 14px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  color: #999;
}

.table-advanced thead tr th {
  background-color: #f5fbff;
  padding: 10px 8px;
}

.table-advanced thead tr th.sortable>div {
  padding-right: 18px;
  position: relative;
}

.table-advanced thead tr th.sortable>div:after,
.table-advanced thead tr th.sortable>div:before {
  content: "";
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: visible;
  right: 8px;
  top: 50%;
  position: absolute;
  opacity: .3;
  margin-top: -4px;
}

.table-advanced thead tr th.sortable>div:before {
  margin-top: 2px;
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}

.table-advanced thead tr th.sortable>div:hover:before,
.table-advanced thead tr th.sortable>div:hover:after {
  opacity: 1;
  visibility: visible;
}

.table-advanced thead tr th.sortable.sort-desc,
.table-advanced thead tr th.sortable.sort-asc {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.table-advanced thead tr th.sortable.sort-desc>div:after,
.table-advanced thead tr th.sortable.sort-asc>div:after {
  margin-top: -2px;
}

.table-advanced thead tr th.sortable.sort-desc>div:before,
.table-advanced thead tr th.sortable.sort-asc>div:before {
  visibility: hidden;
}

.table-advanced thead tr th.sortable.sort-desc>div:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.table-advanced thead tr th.sortable.sort-asc>div:after,
.table-advanced thead tr th.sortable.sort-asc>div:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.table-advanced tbody tr td {
  vertical-align: middle;
}

.table-advanced tbody tr td .btn-group button,
.table-advanced tbody tr td .btn-group a {
  padding: 0px;
  text-align: center;
  position: relative;
  background-color: #fff;
  border-radius: 3px;
}

.table-advanced tbody tr td .btn-group button i,
.table-advanced tbody tr td .btn-group a i {
  display: block;
  font-size: 14px;
  padding: 5px;
  width: 25px;
  color: #777;
}

.table-advanced tbody tr td .btn-group button:hover,
.table-advanced tbody tr td .btn-group a:hover {
  background-color: #eee;
}

.table-advanced tbody tr i {
  font-size: 14px;
}

.table-advanced.table-hover tr:hover td {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 800px) {
  .flip-scroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  .flip-scroll * html .cf {
    zoom: 1;
  }

  .flip-scroll *:first-child+html .cf {
    zoom: 1;
  }

  .flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 !important;
  }

  .flip-scroll th,
  .flip-scroll td {
    margin: 0;
    vertical-align: top;
  }

  .flip-scroll th {
    text-align: left;
  }

  .flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }

  .flip-scroll thead {
    display: block;
    float: left;
  }

  .flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  .flip-scroll thead tr {
    display: block;
    border-spacing: 0;
  }

  .flip-scroll th {
    display: block;
    text-align: right;
  }

  .flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
  }

  .flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
    border-spacing: 0;
  }

  /* sort out borders */
  .flip-scroll th {
    border-bottom: 0;
    border-left: 0;
    padding: 8px 25px 8px 9px !important;
    border-width: 1px 1px 1px 1px !important;
    width: auto !important;
  }

  .flip-scroll td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .flip-scroll tbody tr {
    /*border-left: 1px solid #babcbf;*/
  }

  .flip-scroll th:last-child,
  .flip-scroll td:last-child {
    /*border-bottom: 1px solid #babcbf; */
  }
}

@media only screen and (max-width: 800px) {

  /* Force table to not be like tables anymore */
  .no-more-tables table,
  .no-more-tables thead,
  .no-more-tables tbody,
  .no-more-tables th,
  .no-more-tables td,
  .no-more-tables tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .no-more-tables tr {
    border: 1px solid #ccc;
  }

  .no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }

  .no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  /*
    Label the data
    */
  .no-more-tables td:before {
    content: attr(data-title);
  }
}

.table-fixed-header {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 500px;
  /* this can vary */
}

.table-fixed-header>* {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
}

.table-fixed-header thead {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.table-fixed-header tbody {
  overflow-y: scroll;
  display: inline-block;
}

.table-fixed-header thead>tr,
.table-fixed-header tbody>tr,
.table-fixed-header tfoot>tr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.table-fixed-header thead,
.table-fixed-header tfoot {
  flex-shrink: 0;
}

.table-fixed-header th,
.table-fixed-header tbody td {
  width: 20%;
  /* this can vary */
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.table-fixed-header tfoot {
  display: inline-block;
}

.table-fixed-header tfoot td {
  width: 100%;
  display: inline-block;
}

.table-fixed-header.width-auto th,
.table-fixed-header.width-auto tbody td {
  width: auto;
}

.footable-odd {
  background-color: #fdfdfd !important;
}

.card,
.panel {
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #ededed;
}

.panel {
  border-radius: 2px 2px 2px 2px;
}

.panel .panel-heading {
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  font-size: 13px;
  color: #797979;
  letter-spacing: 0.03em;
}

.panel .panel-footer {
  padding: 8px 15px;
  border-top: 1px solid #eee;
}

.panel .panel-settings {
  display: inline-block;
  float: right;
  display: none;
}

.panel .panel-settings>a {
  margin-left: 3px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #ccc;
}

.panel .panel-settings>a:hover {
  color: #797979;
  text-decoration: none;
}

.panel .panel-body {
  height: auto;
  -webkit-transition: height 0.1s ease-in-out;
  -o-transition: height 0.1s ease-in-out;
  transition: height 0.1s ease-in-out;
}

.panel .panel-body.no-p {
  padding: 0rem;
}

.panel.panel-draggable .panel-heading {
  cursor: move;
}

.panel.panel-collapse .panel-heading {
  border-bottom: none;
}

.panel.panel-collapse .panel-body {
  overflow: hidden;
  padding: 0px !important;
  height: 0px !important;
  margin: 0px !important;
}

.panel.panel-progress {
  position: relative;
}

.panel.panel-expand {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  margin-bottom: 0px;
}

.panel:hover .panel-settings {
  display: inline-block;
}

.panel.panel-default {
  border: 1px solid #ededed;
}

.panel.panel-default .panel-heading {
  background-color: #fff;
}

.panel.panel-default .panel-footer {
  background-color: #fff;
}

.panel.flat {
  border: none;
  margin: 0px;
}

.panel.flat .panel-heading {
  color: #797979;
}

.panel>.panel-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.panel>.panel-progress>.app-progress-bar {
  margin-top: -1px;
}

.panel>.panel-progress>.app-progress-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.panel.no-border>.panel-heading,
.panel.no-b>.panel-heading,
.panel.no-b-i>.panel-heading {
  margin: -1px -1px 0 -1px;
}

.panel.no-border>.panel-body,
.panel.no-b>.panel-body,
.panel.no-b-i>.panel-body {
  margin: 0px -1px -1px -1px;
}

.panel.no-border>.panel-footer,
.panel.no-b>.panel-footer,
.panel.no-b-i>.panel-footer {
  margin: 0px -1px -1px -1px;
}

.panel-fix.panel-heading {
  margin: -1px -1px 0 -1px;
}

.panel-fix.panel-body {
  margin: 0px -1px -1px -1px;
}

.panel-fix.panel-footer {
  margin: 0px -1px -1px -1px;
}

.panel-fix-full {
  margin: -1px;
}

.panel-fix-full-left {
  margin: -1px 0px -1px -1px;
}

.panel-group .panel-heading {
  border-bottom: none;
}

.panel .accordion-toggle {
  display: block;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}

.panel.panel-arrow {
  position: relative;
}

.panel.panel-arrow:after,
.panel.panel-arrow:before {
  bottom: 100%;
  left: 29px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.panel.panel-arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.panel.panel-arrow:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: inherit;
  border-width: 7px;
  margin-left: -7px;
}

@media (max-width: 33.9em) {
  .app-grid-panels {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.app-grid-panels .row {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 33.9em) {
  .app-grid-panels .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.app-grid-panels .row>div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 33.9em) {
  .app-grid-panels .row>div[class^="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.app-grid-panels .panel {
  height: 333px;
  overflow: hidden;
  position: relative;
}

.app-grid-panels .panel .panel-body {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 30px 30px 70px 30px;
}

@media (max-width: 33.9em) {
  .app-grid-panels .panel .panel-body {
    position: relative;
    padding: 30px 15px 30px 15px;
  }
}

.app-grid-panels .panel .panel-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 10px 30px 30px 30px;
  border-top: none;
}

@media (max-width: 33.9em) {
  .app-grid-panels .panel .panel-footer {
    position: relative;
    padding: 15px 15px 15px 15px;
  }
}

@media (max-width: 47.9em) {
  .app-grid-panels .panel .panel-footer {
    font-size: 12px;
  }
}

@media (max-width: 33.9em) {
  .app-grid-panels .panel {
    height: auto;
  }
}

@media (max-width: 47.9em) {
  .app-grid-panels .panel p {
    font-size: 14px !important;
    line-height: 22px;
  }
}

.accordion-alt>.panel-group>.panel {
  border-color: #d9d9d9;
  margin: 0px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-bottom: none;
}

.accordion-alt>.panel-group>.panel:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.accordion-alt .panel {
  margin-bottom: 0px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
}

.accordion-alt .panel:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.accordion-bordered {
  border: 1px solid #d9d9d9;
  border-width: 0px 1px 0px 1px;
}

.panel-accordion .panel-heading {
  text-transform: initial;
  border-bottom: none;
  padding: 15px;
}

.panel-accordion .panel-heading .panel-title {
  margin: 0px;
  padding: 0px;
}

.panel-accordion .panel-heading .panel-title>a {
  text-decoration: none;
  color: #797979;
}

.panel-accordion .panel-collapse {
  padding: 5px 15px 15px 15px;
}

.section-header {
  background-color: #fbfbfb;
  border-bottom: 1px solid #dee5e7;
  padding: 20px;
  color: #aaa;
}

.section-header .section-text {
  margin: 0px;
  font-weight: 300;
}

/*.dropdown > .dropdown-menu {
  transition: all 0.25s ease-out;
  transform: scale(0);
  transform-origin: 100% 0;
  border: none;
  display: block; }*/

.dropdown.open>.dropdown-menu {
  transform: scale(1);
  transition: all 0.25s cubic-bezier(0.5, 1.8, 0.9, 0.8);
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.loginBox {
  width: 380px;
  height: 380px;
  border-radius: 40px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin-bottom: 15px;
  width: 380px;
  height: 380px;
  text-align: center;
  display: inline-block;
  margin-top: 50px;
  background-color: #fff;
}

@media (max-width: 33.9em) {
  .loginBox {
    width: 100%;
    height: auto;
    display: block;
  }
}

.loginBox input[type=submit] {
  margin-top: -7px;
}

.loginBox .logoPlace {
  height: 50px;
  margin-bottom: 15px;
  font-size: 32px;
  text-align: center;
}

.box-widget-header {
  padding: 3px 10px;
  background-color: #fff;
  border-bottom: 1px solid #c1c1c1;
}

.box-widget-footer {
  border-top: 1px solid #c1c1c1;
}

.box-widget-footer>.pull-right>a,
.box-widget-footer>.pull-right>span {
  display: inline-block;
  padding: 7px 12px;
  border-left: 1px solid #eee;
}

.box-widget-footer>.pull-left>a,
.box-widget-footer>.pull-left>span {
  display: inline-block;
  padding: 7px 12px;
  border-right: 1px solid #eee;
}

.big-icon-app i {
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  padding: 0px;
  display: inline-block;
  background-color: rgba(81, 86, 90, 0.2);
  line-height: 75px;
  color: #51565a;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 15px 15px 15px 15px;
}

.big-icon-app p {
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  margin: 2px 0px;
  color: #51565a;
  font-size: 14px;
  font-weight: bold;
}

.big-icon-app a:hover {
  text-decoration: none;
}

.big-icon-app a:hover i {
  color: #fff;
  border-color: #fff;
}

.big-icon-app a:hover p {
  color: #fff;
}

.input-holder {
  box-shadow: none;
  padding: 0px;
  border-color: #ddd;
  position: relative;
  padding-left: 45px;
  border-bottom: 1px solid #d9d9d9;
}

.input-holder .tosearch,
.input-holder>i {
  position: absolute;
  top: 6px;
  left: 10px;
  color: #d8d8d8;
  display: block;
  width: 30px;
  text-align: center;
}

.input-holder input,
.input-holder textarea {
  background-color: transparent;
  box-shadow: none;
  padding: 5px;
  border: none;
  height: 100%;
  height: 43px;
}

.input-holder textarea {
  padding: 10px 5px 10px 5px;
  min-height: 150px;
}

.input-holder .operation {
  position: absolute;
  top: 5px;
  right: 5px;
}

.input-holder .operation>button {
  color: #aaa;
  padding: 5px 0px;
}

.input-group.box-header input {
  height: 43px;
}

.input-group.box-header .form-control[readonly],
.input-group.box-header .tablesaw-bar select[readonly],
.tablesaw-bar .input-group.box-header select[readonly] {
  background-color: transparent;
}

.input-group.box-header .form-control[readonly]:hover,
.input-group.box-header .tablesaw-bar select[readonly]:hover,
.tablesaw-bar .input-group.box-header select[readonly]:hover {
  cursor: auto;
}

.post-widget {
  border: 1px solid #ccc;
}

.post-widget>textarea {
  min-height: 70px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  outline: 0;
  border: none;
}

.post-widget>textarea:hover {
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  outline: 0;
}

.post-widget>div {
  border-top: 1px solid #eee;
  background-color: #f6f8f8;
  padding: 5px;
}

.bordered-columns {
  padding: 0px;
}

.bordered-columns>div {
  padding-top: 10px;
  border: 1px dashed #dedede;
  border-width: 0px 1px 0px 0px;
}

.bordered-columns>div:hover {
  background-color: #fffff4;
}

.bordered-columns>div:last-child {
  border-right: none;
}

@media (max-width: 0) {
  .bordered-columns>div {
    border-width: 1px 0px 0px 0px;
  }
}

.widget-weather {
  text-align: center;
}

.widget-weather .actual {
  padding-top: 63px;
  padding-bottom: 63px;
  color: #fff;
  background-color: #fcfcfc;
  font-weight: bold;
  border-right: 1px solid #eee;
}

.widget-weather .actual p {
  font-size: 16px;
  margin-bottom: 4px;
}

.widget-weather .actual .climacon {
  font-size: 87px;
  line-height: 10px;
}

.widget-weather .actual h3 {
  margin-top: 5px;
  font-weight: bold;
}

.widget-weather .days>div {
  padding: 30px 0px;
  border: 1px solid #eee;
  border-width: 0px 1px 0px 0px;
}

@media (max-width: 0) {
  .widget-weather .days>div {
    border-width: 1px 0px 0px 0px;
  }
}

@media (max-width: 0) {
  .widget-weather .days>div {
    border-width: 1px 1px 0px 0px;
  }
}

.widget-weather .days>div:last-child {
  border-right: none;
}

.widget-weather .days>div .climacon {
  line-height: 10px;
}

.widget-weather .days>div h3 {
  margin-top: 15px;
}

.widget-weather .days>div h3:last-child {
  color: #cacdd2;
}

.widget-weather .days>div p {
  font-size: 22px;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #fafafa;
}

.to-corner {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}

.to-corner.aside {
  top: 2px;
  right: 2px;
  padding: 0px 5px 1px 5px;
  border: 1px solid #ccc;
  color: #ccc;
  cursor: pointer;
  border-radius: 20px 20px 20px 20px;
}

.to-corner.aside:hover {
  color: #aaa;
  background-color: #eee;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar>i {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: 1px;
  border-style: solid;
  border-width: 2px;
  border-radius: 100%;
  border-color: #fff;
}

.avatar>i.bottom {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.avatar>i.on {
  background-color: #56af55;
}

.avatar>i.off {
  background-color: #f05050;
}

.avatar>i.away {
  background-color: #fad733;
}

.chat-widget {
  margin-bottom: 0px;
  padding: 0px 15px;
  overflow-x: hidden;
}

.chat-widget>li {
  position: relative;
  margin-bottom: 15px;
}

.chat-widget>li>.time {
  text-align: center;
  margin-bottom: 3px;
  font-size: 11px;
  margin: 12px 0px;
  text-transform: uppercase;
}

.chat-widget>li>.name {
  margin-left: 15px;
  font-weight: 600;
}

.chat-widget>li>.msgs>div {
  position: relative;
  padding: 6px 12px;
  background: #f1f0f0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  float: left;
  margin-bottom: 2px;
}

@media (min-width: 75em) and (min-width: 48em) and (min-width: 34em) {
  .chat-widget>li>.msgs>div {
    margin-right: 50%;
  }
}

.chat-widget>li>.msgs>div>p {
  margin: 0px;
}

.chat-widget>li>.msgs>div:first-child {
  border-top-left-radius: 15px;
}

.chat-widget>li>.msgs>div:last-child {
  margin-bottom: 0px;
  border-bottom-left-radius: 15px;
}

.chat-widget>li.from-me>.name {
  margin-right: 15px;
  margin-left: 0px;
  text-align: right;
}

.chat-widget>li.from-me>.time {
  text-align: center;
}

.chat-widget>li.from-me>.msgs>div {
  position: relative;
  padding: 6px 12px;
  color: white;
  background: #0B93F6;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  float: right;
}

@media (min-width: 75em) and (min-width: 48em) and (min-width: 34em) {
  .chat-widget>li.from-me>.msgs>div {
    margin-left: 50%;
    margin-right: 0px;
  }
}

.chat-widget>li.from-me>.msgs>div:first-child {
  border-top-right-radius: 15px;
}

.chat-widget>li.from-me>.msgs>div:last-child {
  margin-bottom: 0px;
  border-bottom-right-radius: 15px;
}

.chat-widget.chat-full>li>.msgs {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.chat-widget.chat-image>li {
  padding-left: 35px;
}

@media (min-width: 75em) and (min-width: 48em) and (min-width: 34em) {
  .chat-widget.chat-image>li>.msgs>div {
    margin-right: 40%;
  }
}

.chat-widget.chat-image>li img {
  z-index: 10;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.chat-widget.chat-image>li>.time {
  margin-left: -35px;
}

.chat-widget.chat-image>li.from-me {
  padding-left: 0px;
  padding-right: 35px;
}

.chat-widget.chat-image>li.from-me img {
  left: auto;
  right: 0px;
}

@media (min-width: 75em) and (min-width: 48em) and (min-width: 34em) {
  .chat-widget.chat-image>li.from-me>.msgs>div {
    margin-left: 40%;
    margin-right: 0px;
  }
}

.chat-widget.chat-image>li.from-me>.time {
  text-align: center;
  margin-right: -35px;
  margin-left: 0px;
}

.dropzone {
  min-height: 230px;
  border: 2px dashed rgba(0, 0, 0, 0.3) !important;
  background: white;
  border-radius: 6px;
}

.dropzone .dz-message {
  font-size: 30px !important;
}

.simple-list-header {
  padding: 3px 10px 3px 16px;
}

.list-header {
  margin: 6px 10px 4px 16px;
}

.list-header.big {
  text-transform: uppercase;
}

.list {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  border: 1px solid #e6e6e6;
  border-width: 1px 0px 1px 0px;
  padding-left: 0;
  list-style: none;
  background-color: white;
}

.list.list-light {
  background-color: #fcfcfc;
}

.list.list-hover>li .item-content {
  color: #797979;
}

.list.list-hover>li .item-content:hover {
  background-color: #fafafa;
  color: #797979;
  cursor: default;
}

.list.list-hover>li .item-content:hover:before {
  position: absolute;
  content: '';
  height: 1px;
  top: -1px;
  left: 0px;
  right: 0px;
  background-color: #eee;
}

.list.list-hover>li .item-content:hover:after {
  left: 0px;
  background-color: #eee;
}

.list.list-draggable>li>.item-content>.drag {
  position: absolute;
  cursor: move;
  top: 5px;
  left: 5px;
  width: 9px;
  bottom: 6px;
  z-index: 2;
  display: none;
}

.list.list-draggable>li>.item-content:hover>.drag {
  display: block;
}

.list>li {
  position: relative;
}

.list>li>a,
.list>li a {
  text-decoration: none;
}

.list>li .item-content {
  position: relative;
}

.list>li .item-content:after {
  position: absolute;
  content: '';
  height: 1px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #eee;
}

.list>li .item-content .list-status {
  position: absolute;
  top: 13px;
  left: 10px;
}

.list>li .item-content .list-status i {
  display: block;
  margin-bottom: 3px;
}

.list>li>.edit {
  display: none;
}

.list>li:last-child .item-content:after {
  background-color: transparent;
  height: 0px;
}

.list>li:first-child .item-content:before {
  background-color: transparent !important;
  height: 0px !important;
}

.list>li.inactive {
  color: #ccc !important;
  background-color: #efefef;
}

.list>li.inactive>* {
  color: #ccc !important;
}

.list>li.inactive .item-content:after {
  left: 0px;
  background-color: #eee !important;
  z-index: 1;
}

.list>li.inactive .item-content:before {
  position: absolute;
  content: '';
  height: 1px;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #eee !important;
  z-index: 1;
}

.list>li.active {
  background-color: #ddeefb !important;
}

.list>li.active .item-content:after {
  left: 0px !important;
  background-color: #b1dbf9 !important;
  z-index: 1;
}

.list>li.active .item-content:before {
  position: absolute;
  content: '';
  height: 1px;
  top: -1px;
  left: 0px;
  right: 0px;
  background-color: #b1dbf9 !important;
  z-index: 1;
}

.list>li.active:hover .item-content {
  background-color: #ddeefb !important;
}

.list>li.status-default:after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 3px;
  background-color: #007aff;
}

.list>li.status-primary:after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 3px;
  background-color: orange;
}

.list>li.status-danger:after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 3px;
  background-color: red;
}

.list.condensed>li .item-content {
  padding: 10px 10px 10px 16px;
}

.list.condensed>li .item-content:after {
  left: 16px;
}

.list.editing>li {
  padding-left: 40px;
}

.list.editing>li .item-content:hover {
  background-color: transparent !important;
}

.list.editing>li>.edit {
  position: absolute;
  padding: 10px 0px 0px 15px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
}

.list.list-no-border>li .item-content:after {
  background-color: transparent;
}

.simple-list {
  background-color: white;
}

.simple-list li {
  border-bottom: 1px solid #eee;
  padding: 5px 14px 5px 0px;
  margin-left: 14px;
  position: relative;
}

.simple-list li a {
  color: #797979;
}

.simple-list li a:hover {
  color: #007aff;
  text-decoration: none;
}

.simple-list li .time {
  color: #ccc;
  float: right;
}

.simple-list li:last-child {
  border-bottom: none;
}

.simple-list li.active {
  border-bottom: 1px solid #007aff;
}

.simple-list li.list-header {
  background-color: #f8f8f8;
  padding: 3px 16px 3px 16px;
  font-weight: bold;
  margin-left: 0px;
  border-bottom: none;
}

.simple-list.with-icon li {
  margin-left: 45px;
  padding: 8px 16px 8px 0px;
}

.simple-list.with-icon li i {
  position: absolute;
  top: 4px;
  left: -30px;
  font-size: 14px;
  background-color: #eee;
  color: #999;
  padding: 5px 6px;
  width: 24px;
  text-align: center;
  border-radius: 3px 3px 3px 3px;
}

.simple-list.with-icon-alt li {
  margin-left: 40px;
}

.simple-list.with-image li {
  min-height: 42px;
}

.simple-list.with-image li>img,
.simple-list.with-image li a img {
  float: left;
  margin-top: 2px;
}

.simple-list.with-image li>div {
  margin-left: 40px;
}

.simple-list.with-image li a {
  display: block;
}

.simple-list.with-image li a div {
  margin-left: 40px;
}

.simple-list.contact-list li a {
  color: #555;
}

.simple-list.contact-list li a:hover {
  color: #007aff;
}

.dropdown-menu .simple-list,
.list-sm .simple-list {
  overflow-x: hidden;
  overflow-y: auto;
}

.dropdown-menu .simple-list li a,
.list-sm .simple-list li a {
  display: block;
  color: #797979;
}

.dropdown-menu .simple-list li a:hover,
.list-sm .simple-list li a:hover {
  color: #007aff;
  text-decoration: none;
}

.dropdown-menu .simple-list li a div,
.list-sm .simple-list li a div {
  padding-top: 0px !important;
}

.dropdown-menu .simple-list {
  height: 200px;
}

.list-group.list-group-gap>.list-group-item {
  margin-bottom: 5px;
  border-radius: 3px 3px 3px 3px;
}

.list-group.list-group-sm>.list-group-item {
  padding: 6px 10px;
}

.tag-list>li {
  display: inline-block;
  margin: 0px 0px 4px 0px;
  border-radius: 3px 3px 3px 3px;
  background-color: #f7f7f7;
}

.tag-list>li>.info {
  padding: 2px 8px;
  display: block;
  background-color: transparent;
}

.tag-list>li>a {
  display: block;
  text-decoration: none;
  padding: 2px 8px;
  color: #797979;
}

.tag-list>li:hover {
  background-color: #ececec;
}

.tag-list>li.active>a {
  background-color: #e7f0f9;
}

.list-hover>li:hover {
  background-color: #efefef;
}

.list-separeted>li {
  margin-bottom: 3px;
}

.helper-after {
  position: absolute;
  bottom: 0;
  left: 13px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  background-color: #fff;
  border-color: inherit;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  content: '';
}

.info-line .item {
  border-left: 2px solid #dee5e7;
  position: relative;
  padding-bottom: 1px;
  border-color: #dee5e7;
  padding-top: 5px;
}

.info-line .item:after,
.info-line .item:before {
  left: 0px;
  top: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.info-line .item:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: transparent;
  border-width: 5px;
  margin-top: -5px;
}

.info-line .item:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: inherit;
  border-width: 6px;
  margin-top: -6px;
}

.info-line .item>div {
  margin-left: 20px;
  margin-bottom: 10px;
}

.timeline {
  position: relative;
  display: table;
  padding: 0;
  width: 100%;
  margin-bottom: -15px;
}

.timeline .timeline-heading {
  margin: 0 auto;
  padding: 30px 0px 0px 0px;
  font-size: 12px;
  background: #fff;
  text-align: center;
  position: relative;
  border-radius: 200px 200px 200px 200px;
  height: 80px;
  width: 80px;
  border: 2px solid #dee5e7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.timeline .timeline-panel {
  position: relative;
  clear: both;
  background: transparent;
  margin-left: 50%;
  margin-right: 0px;
}

.timeline .timeline-panel>.timeline-content {
  position: relative;
  display: inline-block;
  border: 4px solid #dee5e7;
  border-width: 0px 0px 0px 4px;
  padding: 20px 0 20px 20px;
  margin: 0px 0px 0px -2px;
  float: left;
}

.timeline .timeline-panel>.timeline-content:before {
  position: absolute;
  top: 40px;
  right: auto;
  left: -10px;
  margin: 0 0 0 0;
  width: 16px;
  height: 16px;
  border-width: 4px;
  border-style: solid;
  border-color: inherit;
  border-radius: 50%;
  background-color: #f5f5f5;
  box-shadow: 0 0 0 4px #f5f5f5;
  content: "";
}

.timeline .timeline-panel>.timeline-content>.panel {
  margin: 0px;
  border-color: inherit;
}

.timeline .timeline-panel>.timeline-content>.panel:after,
.timeline .timeline-panel>.timeline-content>.panel:before {
  right: 100%;
  left: auto;
  top: 28px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.timeline .timeline-panel>.timeline-content>.panel:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 8px;
  margin-top: -8px;
}

.timeline .timeline-panel>.timeline-content>.panel:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: inherit;
  border-width: 9px;
  margin-top: -9px;
}

.timeline .timeline-panel>.timeline-content:hover:before {
  border-width: 7px;
}

.timeline .timeline-panel:nth-child(odd) {
  margin-right: 50%;
  margin-left: 0px;
}

.timeline .timeline-panel:nth-child(odd)>.timeline-content {
  float: right;
  padding: 20px 20px 20px 0;
  border-width: 0px 4px 0px 0px;
  margin: 0px -2px 0px 0px;
}

.timeline .timeline-panel:nth-child(odd)>.timeline-content:before {
  left: auto;
  right: -10px;
}

.timeline .timeline-panel:nth-child(odd)>.timeline-content>.panel:after,
.timeline .timeline-panel:nth-child(odd)>.timeline-content>.panel:before {
  left: 100%;
  right: auto;
}

.timeline .timeline-panel:nth-child(odd)>.timeline-content>.panel:after {
  border-left-color: #fff;
  border-right-color: transparent;
}

.timeline .timeline-panel:nth-child(odd)>.timeline-content>.panel:before {
  border-left-color: inherit;
  border-right-color: transparent;
}

.timeline .timeline-panel:nth-child(even) .timeline-date {
  left: -170px;
  position: absolute;
  text-align: right;
  top: 38px;
  width: 150px;
}

.timeline .timeline-panel:nth-child(odd) .timeline-date {
  right: -170px;
  text-align: left;
  position: absolute;
  top: 38px;
  width: 150px;
}

.timeline .timeline-panel>.panel {
  border: 1px solid #c4d1df;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.timeline .timeline-panel .panel {
  position: relative;
  margin-bottom: 40px;
}

.timeline.center .timeline-heading {
  margin: 0px 0px 0px 42px;
}

.timeline.center .timeline-panel {
  margin: 0px 0px 0px 6em !important;
}

.timeline.center .timeline-panel>.timeline-content {
  float: left;
}

.timeline.center .timeline-panel:nth-child(odd)>.timeline-content {
  border-width: 0px 0px 0px 4px !important;
  margin: 0px 0px 0px -2px !important;
  padding: 20px 0 20px 20px !important;
}

.timeline.center .timeline-panel:nth-child(odd)>.timeline-content:before {
  right: auto !important;
  left: -10px !important;
}

.timeline.center .timeline-panel:nth-child(odd)>.timeline-content .timeline-date {
  left: -170px;
  position: absolute;
  text-align: right;
  top: 38px;
  width: 150px;
}

.timeline.center .timeline-panel:nth-child(odd)>.timeline-content>.panel:after,
.timeline.center .timeline-panel:nth-child(odd)>.timeline-content>.panel:before {
  right: 100% !important;
  left: auto !important;
}

.timeline.center .timeline-panel:nth-child(odd)>.timeline-content>.panel:after {
  border-right-color: #fff !important;
  border-left-color: transparent !important;
}

.timeline.center .timeline-panel:nth-child(odd)>.timeline-content>.panel:before {
  border-right-color: inherit !important;
  border-left-color: transparent !important;
}

.timeline.blocked .timeline-panel>.timeline-content {
  display: block !important;
  float: none !important;
}

@media (max-width: 33.9em) {
  .timeline .timeline-date {
    font-size: 10px;
  }

  .timeline.center .timeline-panel {
    margin: 0px 0px 0px 4em !important;
  }

  .timeline.center .timeline-heading {
    margin: 0px 0px 0px 13px;
  }
}

.feed-timeline {
  margin-right: auto;
  position: relative;
  margin-left: auto;
  padding-top: 18px;
  margin-top: 25px;
}

.feed-timeline .line {
  height: 100%;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  background: #A1A2A8;
  position: absolute;
  margin-top: -20px;
}

.feed-timeline .left-col {
  width: 50%;
  display: inline-block;
  text-align: left;
}

.feed-timeline .left-col .holder:before {
  right: 20px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid rgba(156, 159, 164, 0.4);
}

.feed-timeline .left-col .holder:after {
  right: 19px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #FFF;
}

.feed-timeline .left-col .content {
  margin-right: 30px;
}

.feed-timeline .left-col .cover:after {
  right: -9px;
}

.feed-timeline .right-col {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

.feed-timeline .right-col .content {
  margin-left: 30px;
}

.feed-timeline .right-col .holder:before {
  left: 20px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid rgba(156, 159, 164, 0.4);
}

.feed-timeline .right-col .holder:after {
  left: 19px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #FFF;
}

.feed-timeline .right-col .cover:after {
  left: -9px;
}

.feed-timeline .cover {
  position: relative;
}

.feed-timeline .cover:after {
  content: "";
  height: 18px;
  width: 18px;
  display: block;
  position: absolute;
  background: #FAFAFA;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #A1A2A8;
  top: 31px;
}

.feed-timeline .cover .holder {
  position: relative;
  display: block;
}

.feed-timeline .cover .holder:before {
  content: "";
  height: 0px;
  width: 0px;
  display: block;
  position: absolute;
  top: 31px;
}

.feed-timeline .cover .holder:after {
  content: "";
  height: 0px;
  width: 0px;
  display: block;
  position: absolute;
  top: 31px;
}

.feed-timeline .cover .holder .content {
  margin-bottom: 20px;
  background: #FFF;
  text-align: left;
  display: block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  border: 1px solid #E6E6E8;
}

.feed-timeline .cover .holder .content .header {
  padding: 12px;
}

.streamline>.item {
  position: relative;
}

.streamline>.item .streamline {
  margin-left: 30px;
}

.nav-pills.nav-sm>li>a {
  padding: 6px 12px;
}

.nav-pills.nav-sm .btn {
  padding: 6px 12px;
}

.nav-pills.nav-xs>li>a {
  padding: 4px 10px;
  font-size: 12px;
}

.nav-pills.nav-xs .btn {
  padding: 4px 10px;
}

.nav-pills.nav-rounded>li>a {
  border-radius: 20px 20px 20px 20px;
}

.nav-sm>.nav-pills>li>a {
  padding: 6px 12px;
}

.nav-sm>.nav-pills .btn {
  padding: 6px 12px;
}

.nav-xs>.nav-pills>li>a {
  padding: 4px 10px;
  font-size: 12px;
}

.nav-xs>.nav-pills .btn {
  padding: 4px 10px;
}

.nav-rounded>.nav-pills>li>a {
  border-radius: 20px 20px 20px 20px;
}

.nav-tabs-triangle,
.nav-tabs-triangle>.nav-tabs {
  border-color: #d9d9d9;
}

.nav-tabs-triangle.nav-icon i,
.nav-tabs-triangle>.nav-tabs.nav-icon i {
  color: #aaa;
}

.nav-tabs-triangle.nav-icon>li>a.active i,
.nav-tabs-triangle>.nav-tabs.nav-icon>li>a.active i {
  color: #555555;
}

.nav-tabs-triangle>li,
.nav-tabs-triangle>.nav-tabs>li {
  border: none;
}

@media (max-width: 33.9em) {

  .nav-tabs-triangle>li,
  .nav-tabs-triangle>.nav-tabs>li {
    display: block;
  }
}

.nav-tabs-triangle>li>a,
.nav-tabs-triangle>.nav-tabs>li>a {
  border-bottom: 1px solid #dddddd !important;
  color: #555555;
  border-width: 0px;
  padding: 8px 15px;
  border-width: 0px 0px 1px 0px !important;
  border-radius: 0px 0px 0px 0px;
}

.nav-tabs-triangle>li>a i,
.nav-tabs-triangle>.nav-tabs>li>a i {
  color: #555555;
}

.nav-tabs-triangle>li>a:focus,
.nav-tabs-triangle>.nav-tabs>li>a:focus {
  outline: 0 !important;
  border-width: 0px !important;
  background-color: transparent;
}

.nav-tabs-triangle>li>a:hover,
.nav-tabs-triangle>.nav-tabs>li>a:hover {
  outline: 0 !important;
  color: #007aff;
  background-color: transparent !important;
}

.nav-tabs-triangle>li>a:hover i,
.nav-tabs-triangle>.nav-tabs>li>a:hover i {
  color: #007aff;
}

.nav-tabs-triangle>li>a.active,
.nav-tabs-triangle>.nav-tabs>li>a.active {
  position: relative;
  border-width: 0px 0px 0px 0px !important;
  background-color: transparent !important;
}

.nav-tabs-triangle>li>a.active:before,
.nav-tabs-triangle>li>a.active:after,
.nav-tabs-triangle>.nav-tabs>li>a.active:before,
.nav-tabs-triangle>.nav-tabs>li>a.active:after {
  border: medium solid transparent;
  content: "";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 0;
  z-index: 1;
  top: 100%;
}

.nav-tabs-triangle>li>a.active:before,
.nav-tabs-triangle>.nav-tabs>li>a.active:before {
  border-top-color: #d9d9d9;
  border-width: 11px;
  margin-left: -11px;
}

.nav-tabs-triangle>li>a.active:after,
.nav-tabs-triangle>.nav-tabs>li>a.active:after {
  border-top-color: #f5f5f5;
  border-width: 10px;
  margin-left: -10px;
}

.nav-tabs-triangle>li>a.active:focus,
.nav-tabs-triangle>.nav-tabs>li>a.active:focus {
  outline: 0 !important;
  border-width: 0px 0px 0px 0px !important;
}

.nav-tabs-triangle>li>a.active:hover,
.nav-tabs-triangle>.nav-tabs>li>a.active:hover {
  outline: 0 !important;
  background-color: transparent !important;
  border-width: 0px 0px 0px 0px !important;
}

.nav-line,
.nav-line>.nav-tabs {
  border-color: #d9d9d9;
  /*    border-bottom:none;*/
}

.nav-line.nav-icon i,
.nav-line>.nav-tabs.nav-icon i {
  color: #aaa;
}

.nav-line.nav-icon>li>a.active i,
.nav-line>.nav-tabs.nav-icon>li>a.active i {
  color: #555555;
}

.nav-line>li,
.nav-line>.nav-tabs>li {
  border: none;
  margin-left: 0 !important;
}

.nav-line>li>a,
.nav-line>.nav-tabs>li>a {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-bottom: 1px solid #dddddd !important;
  color: #555555;
  border-width: 0px;
  border-width: 0px 0px 1px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
  margin-right: 0px;
}

.nav-line>li>a i,
.nav-line>.nav-tabs>li>a i {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #aaa;
}

.nav-line>li>a:focus,
.nav-line>.nav-tabs>li>a:focus {
  border-width: 0px;
  background-color: transparent;
}

.nav-line>li>a:hover,
.nav-line>.nav-tabs>li>a:hover {
  color: #007aff;
  background-color: transparent !important;
  border-width: 0px 0px 1px 0px !important;
  border-bottom-color: #007aff !important;
}

.nav-line>li>a:hover i,
.nav-line>.nav-tabs>li>a:hover i {
  color: #007aff;
}

.nav-line>li>a.active,
.nav-line>.nav-tabs>li>a.active {
  border-width: 0px 0px 1px 0px !important;
  background-color: transparent !important;
  border-bottom-color: #007aff !important;
  color: #007aff;
}

.nav-line>li>a.active i,
.nav-line>.nav-tabs>li>a.active i {
  color: #007aff !important;
}

.nav-line>li>a.active:focus,
.nav-line>.nav-tabs>li>a.active:focus {
  outline: 0 !important;
  border-width: 0px 0px 1px 0px !important;
}

.nav-line>li>a.active:hover,
.nav-line>.nav-tabs>li>a.active:hover {
  background-color: transparent !important;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-bottom: -1px !important;
  position: relative;
  display: block;
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu,
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 34em) {

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-justified-xs>li,
.nav-justified-xs .nav-tabs>li {
  display: table-cell !important;
  width: 1% !important;
}

.nav-justified-xs>li>a,
.nav-justified-xs .nav-tabs>li>a {
  margin-bottom: -1px !important;
}

.nav-justified-xs>li>a.active,
.nav-justified-xs .nav-tabs>li>a.active {
  /*                border-bottom:none !important;*/
}

.grid-panel-content {
  margin: 0px 0px 10px 0px !important;
}

.grid-panel-content>.triangle {
  display: none !important;
}

.img-overlayer,
.def-img-item>.img-overlayer,
.img-item>.img-overlayer {
  position: absolute;
  background-image: url("../img/linear_gradient.png");
  background-repeat: repeat-x;
  bottom: 0;
  content: " ";
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
}

.def-img-item,
.img-item {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin: 0px 5px 5px 0px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
}

.def-img-item .info,
.img-item .info {
  -webkit-transform: translate3d(0, 40%, 0);
  transform: translate3d(0, 40%, 0);
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, 38px, 0);
  transform: translate3d(0, 38px, 0);
}

.def-img-item .info .more-info,
.img-item .info .more-info {
  margin-top: 15px;
}

.def-img-item:hover>.img-overlayer,
.img-item:hover>.img-overlayer {
  background-image: -webkit-linear-gradient(bottom, #000 0, rgba(0, 0, 0, 0.05) 70%);
  background-image: -moz-linear-gradient(bottom, #000 0, rgba(0, 0, 0, 0.05) 70%);
  background-image: -o-linear-gradient(bottom, #000 0, rgba(0, 0, 0, 0.05) 70%);
  background-image: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.05) 70%);
  height: 100%;
}

.def-img-item:hover .info,
.img-item:hover .info {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.cropArea {
  background: #E4E4E4;
  overflow: hidden;
  width: 100%;
  height: 350px;
  padding: 10px;
}

.croppedImg {
  background: #E4E4E4;
  padding: 10px;
  min-width: 220px;
  min-height: 220px;
  display: inline-block;
}

.img-cover {
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

.img-cover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.img-cover.img-cover-purple:before {
  background: linear-gradient(rgba(232, 220, 255, 0.5), rgba(232, 220, 255, 0.7));
}

.img-cover.img-cover-yellow:before {
  background: linear-gradient(rgba(249, 217, 117, 0.5), rgba(249, 217, 117, 0.7));
}

.img-cover.img-cover-light:before {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7));
}

.img-cover.img-cover-dark:before {
  background: linear-gradient(rgba(34, 34, 34, 0.5), rgba(34, 34, 34, 0.7));
}

/* LAYOUTS */
/* main sidebar styles */

.dropdown-menu.pull-right {
  left: auto;
  right: 0;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

#app-preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  z-index: 9999;
}

#app-preloader #app-preloader-wrapper {
  position: fixed;
  top: 50%;
  left: 0px;
  right: 0px;
  text-align: center;
  margin-top: -32px;
}

#app-preloader #app-preloader-wrapper .preloader-content {
  border: 2px solid #ccc;
}

#app-settings-demo {
  position: fixed;
  top: 90px;
  right: 0px;
  background-color: #fff;
  z-index: 1050;
  border: 1px solid #007aff;
  width: 200px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

#app-settings-demo>.btn {
  position: absolute;
  top: -1px;
  left: -42px;
  padding: 10px 15px;
  background: #f9fafa !important;
  border-color: #007aff;
  border-right-width: 0;
  border-radius: 0 0 3px 3px;
}

#app-settings-demo>.list-header {
  background: #f9fafa !important;
  padding: 10px 15px;
  margin: 0px;
}

#app-settings-demo.closed {
  margin-right: -200px;
}

#app-settings-demo.opened {
  margin-right: 0px;
}

.fixed-table-container {
  border: none !important;
}

body.scheme-dark {
  color: #868ea0 !important;
  background-color: #21252d;
}

body.scheme-dark .app-content {
  background-color: #21252d;
}

body.scheme-dark .app-bg {
  background-color: #2b303b;
}

body.scheme-dark .panel {
  background-color: #2b303b;
  border-color: #21252d;
}

body.scheme-dark .panel.panel-default {
  border-color: #2b303b;
}

body.scheme-dark .panel .panel-footer,
body.scheme-dark .panel .panel-heading {
  border-color: #21252d;
  background-color: transparent;
}

body.scheme-dark .form-control,
body.scheme-dark .tablesaw-bar select,
.tablesaw-bar body.scheme-dark select {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(120, 130, 140, 0.2);
}

body.scheme-dark .b-b-r-l,
body.scheme-dark .b-b-b-l,
body.scheme-dark .b-b-r-l,
body.scheme-dark .b-b-t-l,
body.scheme-dark .b-b-r,
body.scheme-dark .b-b-l,
body.scheme-dark .b-b-t,
body.scheme-dark .b-b-b {
  border-color: #21252d !important;
}

/* END LAYOUTS */
/*body{
    display:none;
}*/