
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap");
/* The contents of this file were formerly compiled using `bootstrap_and_overrides.css.less,
   importing individual bootstrap files from the `twitter-bootstrap-rails` gem. This compiled
   version was grabbed from a browser during development and saved here to remove the ruby
   dependencies that were only used for this purpose. The end goal is to completely remove
   this file from the project. */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@layer base {
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section,
  summary {
    display: block;
  }
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden],
  template {
    display: none;
  }
  a {
    background: transparent;
  }
  a:active,
  a:hover {
    outline: 0;
  }
  abbr[title] {
    border-bottom: 1px dotted;
  }
  b,
  strong {
    font-weight: bold;
  }
  dfn {
    font-style: italic;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
  }
  pre {
    overflow: auto;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  button {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  html input[type=button],
  input[type=reset],
  input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input {
    line-height: normal;
  }
  input[type=checkbox],
  input[type=radio] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  legend {
    border: 0;
    padding: 0;
  }
  textarea {
    overflow: auto;
  }
  optgroup {
    font-weight: bold;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td,
  th {
    padding: 0;
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  a {
    color: #428bca;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    color: #2a6496;
    text-decoration: underline;
  }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  figure {
    margin: 0;
  }
  img {
    vertical-align: middle;
  }
  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .img-rounded {
    border-radius: 6px;
  }
  .img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  .img-circle {
    border-radius: 50%;
  }
  hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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;
  }
  .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px;
    }
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-nowrap {
    white-space: nowrap;
  }
  .text-lowercase {
    text-transform: lowercase;
  }
  .text-uppercase {
    text-transform: uppercase;
  }
  .text-capitalize {
    text-transform: capitalize;
  }
  .text-muted {
    color: #777777;
  }
  .text-primary {
    color: #428bca;
  }
  a.text-primary:hover {
    color: #3071a9;
  }
  .text-success {
    color: #3c763d;
  }
  a.text-success:hover {
    color: #2b542c;
  }
  .text-info {
    color: #31708f;
  }
  a.text-info:hover {
    color: #245269;
  }
  .text-warning {
    color: #8a6d3b;
  }
  a.text-warning:hover {
    color: #66512c;
  }
  .text-danger {
    color: #a94442;
  }
  a.text-danger:hover {
    color: #843534;
  }
  .bg-primary {
    color: #fff;
    background-color: #428bca;
  }
  a.bg-primary:hover {
    background-color: #3071a9;
  }
  .bg-success {
    background-color: #dff0d8;
  }
  a.bg-success:hover {
    background-color: #c1e2b3;
  }
  .bg-info {
    background-color: #d9edf7;
  }
  a.bg-info:hover {
    background-color: #afd9ee;
  }
  .bg-warning {
    background-color: #fcf8e3;
  }
  a.bg-warning:hover {
    background-color: #f7ecb5;
  }
  .bg-danger {
    background-color: #f2dede;
  }
  a.bg-danger:hover {
    background-color: #e4b9b9;
  }
  .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
  }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
  dl {
    margin-top: 0;
    margin-bottom: 20px;
  }
  dt,
  dd {
    line-height: 1.42857143;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin-left: 0;
  }
  abbr[title],
  abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
  }
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  @media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
      float: left;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-11 {
      width: 91.66666667%;
    }
    .col-sm-10 {
      width: 83.33333333%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-8 {
      width: 66.66666667%;
    }
    .col-sm-7 {
      width: 58.33333333%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-5 {
      width: 41.66666667%;
    }
    .col-sm-4 {
      width: 33.33333333%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-2 {
      width: 16.66666667%;
    }
    .col-sm-1 {
      width: 8.33333333%;
    }
    .col-sm-pull-12 {
      right: 100%;
    }
    .col-sm-pull-11 {
      right: 91.66666667%;
    }
    .col-sm-pull-10 {
      right: 83.33333333%;
    }
    .col-sm-pull-9 {
      right: 75%;
    }
    .col-sm-pull-8 {
      right: 66.66666667%;
    }
    .col-sm-pull-7 {
      right: 58.33333333%;
    }
    .col-sm-pull-6 {
      right: 50%;
    }
    .col-sm-pull-5 {
      right: 41.66666667%;
    }
    .col-sm-pull-4 {
      right: 33.33333333%;
    }
    .col-sm-pull-3 {
      right: 25%;
    }
    .col-sm-pull-2 {
      right: 16.66666667%;
    }
    .col-sm-pull-1 {
      right: 8.33333333%;
    }
    .col-sm-pull-0 {
      right: auto;
    }
    .col-sm-push-12 {
      left: 100%;
    }
    .col-sm-push-11 {
      left: 91.66666667%;
    }
    .col-sm-push-10 {
      left: 83.33333333%;
    }
    .col-sm-push-9 {
      left: 75%;
    }
    .col-sm-push-8 {
      left: 66.66666667%;
    }
    .col-sm-push-7 {
      left: 58.33333333%;
    }
    .col-sm-push-6 {
      left: 50%;
    }
    .col-sm-push-5 {
      left: 41.66666667%;
    }
    .col-sm-push-4 {
      left: 33.33333333%;
    }
    .col-sm-push-3 {
      left: 25%;
    }
    .col-sm-push-2 {
      left: 16.66666667%;
    }
    .col-sm-push-1 {
      left: 8.33333333%;
    }
    .col-sm-push-0 {
      left: auto;
    }
    .col-sm-offset-12 {
      margin-left: 100%;
    }
    .col-sm-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
      margin-left: 75%;
    }
    .col-sm-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
      margin-left: 50%;
    }
    .col-sm-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
      margin-left: 25%;
    }
    .col-sm-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
      margin-left: 0%;
    }
  }
  @media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
      float: left;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-11 {
      width: 91.66666667%;
    }
    .col-md-10 {
      width: 83.33333333%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-8 {
      width: 66.66666667%;
    }
    .col-md-7 {
      width: 58.33333333%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-5 {
      width: 41.66666667%;
    }
    .col-md-4 {
      width: 33.33333333%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-2 {
      width: 16.66666667%;
    }
    .col-md-1 {
      width: 8.33333333%;
    }
    .col-md-pull-12 {
      right: 100%;
    }
    .col-md-pull-11 {
      right: 91.66666667%;
    }
    .col-md-pull-10 {
      right: 83.33333333%;
    }
    .col-md-pull-9 {
      right: 75%;
    }
    .col-md-pull-8 {
      right: 66.66666667%;
    }
    .col-md-pull-7 {
      right: 58.33333333%;
    }
    .col-md-pull-6 {
      right: 50%;
    }
    .col-md-pull-5 {
      right: 41.66666667%;
    }
    .col-md-pull-4 {
      right: 33.33333333%;
    }
    .col-md-pull-3 {
      right: 25%;
    }
    .col-md-pull-2 {
      right: 16.66666667%;
    }
    .col-md-pull-1 {
      right: 8.33333333%;
    }
    .col-md-pull-0 {
      right: auto;
    }
    .col-md-push-12 {
      left: 100%;
    }
    .col-md-push-11 {
      left: 91.66666667%;
    }
    .col-md-push-10 {
      left: 83.33333333%;
    }
    .col-md-push-9 {
      left: 75%;
    }
    .col-md-push-8 {
      left: 66.66666667%;
    }
    .col-md-push-7 {
      left: 58.33333333%;
    }
    .col-md-push-6 {
      left: 50%;
    }
    .col-md-push-5 {
      left: 41.66666667%;
    }
    .col-md-push-4 {
      left: 33.33333333%;
    }
    .col-md-push-3 {
      left: 25%;
    }
    .col-md-push-2 {
      left: 16.66666667%;
    }
    .col-md-push-1 {
      left: 8.33333333%;
    }
    .col-md-push-0 {
      left: auto;
    }
    .col-md-offset-12 {
      margin-left: 100%;
    }
    .col-md-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
      margin-left: 75%;
    }
    .col-md-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
      margin-left: 50%;
    }
    .col-md-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
      margin-left: 25%;
    }
    .col-md-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
      margin-left: 0%;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
      float: left;
    }
    .col-lg-12 {
      width: 100%;
    }
    .col-lg-11 {
      width: 91.66666667%;
    }
    .col-lg-10 {
      width: 83.33333333%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-8 {
      width: 66.66666667%;
    }
    .col-lg-7 {
      width: 58.33333333%;
    }
    .col-lg-6 {
      width: 50%;
    }
    .col-lg-5 {
      width: 41.66666667%;
    }
    .col-lg-4 {
      width: 33.33333333%;
    }
    .col-lg-3 {
      width: 25%;
    }
    .col-lg-2 {
      width: 16.66666667%;
    }
    .col-lg-1 {
      width: 8.33333333%;
    }
    .col-lg-pull-12 {
      right: 100%;
    }
    .col-lg-pull-11 {
      right: 91.66666667%;
    }
    .col-lg-pull-10 {
      right: 83.33333333%;
    }
    .col-lg-pull-9 {
      right: 75%;
    }
    .col-lg-pull-8 {
      right: 66.66666667%;
    }
    .col-lg-pull-7 {
      right: 58.33333333%;
    }
    .col-lg-pull-6 {
      right: 50%;
    }
    .col-lg-pull-5 {
      right: 41.66666667%;
    }
    .col-lg-pull-4 {
      right: 33.33333333%;
    }
    .col-lg-pull-3 {
      right: 25%;
    }
    .col-lg-pull-2 {
      right: 16.66666667%;
    }
    .col-lg-pull-1 {
      right: 8.33333333%;
    }
    .col-lg-pull-0 {
      right: auto;
    }
    .col-lg-push-12 {
      left: 100%;
    }
    .col-lg-push-11 {
      left: 91.66666667%;
    }
    .col-lg-push-10 {
      left: 83.33333333%;
    }
    .col-lg-push-9 {
      left: 75%;
    }
    .col-lg-push-8 {
      left: 66.66666667%;
    }
    .col-lg-push-7 {
      left: 58.33333333%;
    }
    .col-lg-push-6 {
      left: 50%;
    }
    .col-lg-push-5 {
      left: 41.66666667%;
    }
    .col-lg-push-4 {
      left: 33.33333333%;
    }
    .col-lg-push-3 {
      left: 25%;
    }
    .col-lg-push-2 {
      left: 16.66666667%;
    }
    .col-lg-push-1 {
      left: 8.33333333%;
    }
    .col-lg-push-0 {
      left: auto;
    }
    .col-lg-offset-12 {
      margin-left: 100%;
    }
    .col-lg-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
      margin-left: 75%;
    }
    .col-lg-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
      margin-left: 50%;
    }
    .col-lg-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
      margin-left: 25%;
    }
    .col-lg-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
      margin-left: 0%;
    }
  }
  fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
  }
  input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type=file] {
    display: block;
  }
  input[type=range] {
    display: block;
    width: 100%;
  }
  select[multiple],
  select[size] {
    height: auto;
  }
  input[type=file]:focus,
  input[type=radio]:focus,
  input[type=checkbox]:not(#remember-me):focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
  }
  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
  .form-control:-ms-input-placeholder {
    color: #999999;
  }
  .form-control::-webkit-input-placeholder {
    color: #999999;
  }
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
  }
  textarea.form-control {
    height: auto;
  }
  input[type=search] {
    -webkit-appearance: none;
  }
  input[type=date],
  input[type=time],
  input[type=datetime-local],
  input[type=month] {
    line-height: 34px;
    line-height: 1.42857143 \0 ;
  }
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px;
    line-height: 1.5 \0 ;
  }
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px;
    line-height: 1.33 \0 ;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .radio,
  .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
  }
  .radio input[type=radio],
  .radio-inline input[type=radio],
  .checkbox input[type=checkbox],
  .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9 ;
  }
  .radio + .radio,
  .checkbox + .checkbox {
    margin-top: -5px;
  }
  .radio-inline,
  .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
  }
  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
  }
  input[type=radio][disabled],
  input[type=checkbox][disabled]:not(#remember-me),
  input[type=radio].disabled,
  input[type=checkbox].disabled,
  fieldset[disabled] input[type=radio],
  fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed;
  }
  .radio-inline.disabled,
  .checkbox-inline.disabled,
  fieldset[disabled] .radio-inline,
  fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
  }
  .radio.disabled label,
  .checkbox.disabled label,
  fieldset[disabled] .radio label,
  fieldset[disabled] .checkbox label {
    cursor: not-allowed;
  }
  .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
  }
  .form-control-static.input-lg,
  .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .input-sm,
  .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  select.input-sm,
  select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
  }
  textarea.input-sm,
  textarea.form-group-sm .form-control,
  select[multiple].input-sm,
  select[multiple].form-group-sm .form-control {
    height: auto;
  }
  .input-lg,
  .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
  }
  select.input-lg,
  select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
  }
  textarea.input-lg,
  textarea.form-group-lg .form-control,
  select[multiple].input-lg,
  select[multiple].form-group-lg .form-control {
    height: auto;
  }
  .has-feedback {
    position: relative;
  }
  .has-feedback .form-control {
    padding-right: 42.5px;
  }
  .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
  }
  .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
  .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .has-success .help-block,
  .has-success .control-label,
  .has-success .radio,
  .has-success .checkbox,
  .has-success .radio-inline,
  .has-success .checkbox-inline,
  .has-success.radio label,
  .has-success.checkbox label,
  .has-success.radio-inline label,
  .has-success.checkbox-inline label {
    color: #3c763d;
  }
  .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  }
  .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
  }
  .has-success .form-control-feedback {
    color: #3c763d;
  }
  .has-warning .help-block,
  .has-warning .control-label,
  .has-warning .radio,
  .has-warning .checkbox,
  .has-warning .radio-inline,
  .has-warning .checkbox-inline,
  .has-warning.radio label,
  .has-warning.checkbox label,
  .has-warning.radio-inline label,
  .has-warning.checkbox-inline label {
    color: #8a6d3b;
  }
  .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  }
  .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
  }
  .has-warning .form-control-feedback {
    color: #8a6d3b;
  }
  .has-error .help-block,
  .has-error .control-label,
  .has-error .radio,
  .has-error .checkbox,
  .has-error .radio-inline,
  .has-error .checkbox-inline,
  .has-error.radio label,
  .has-error.checkbox label,
  .has-error.radio-inline label,
  .has-error.checkbox-inline label {
    color: #a94442;
  }
  .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  }
  .has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
  }
  .has-error .form-control-feedback {
    color: #a94442;
  }
  .has-feedback label ~ .form-control-feedback {
    top: 25px;
  }
  .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
  }
  .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
  }
  @media (min-width: 768px) {
    .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .form-inline .form-control-static {
      display: inline-block;
    }
    .form-inline .input-group {
      display: inline-table;
      vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto;
    }
    .form-inline .input-group > .form-control {
      width: 100%;
    }
    .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0;
    }
    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
      position: relative;
      margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
      top: 0;
    }
  }
  .form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal .radio-inline,
  .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
  }
  .form-horizontal .radio,
  .form-horizontal .checkbox {
    min-height: 27px;
  }
  .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
  }
  @media (min-width: 768px) {
    .form-horizontal .control-label {
      text-align: right;
      margin-bottom: 0;
      padding-top: 7px;
    }
  }
  .form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
  }
  @media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
      padding-top: 14.3px;
    }
  }
  @media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
    }
  }
  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .btn:focus,
  .btn:active:focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn:hover,
  .btn:focus,
  .btn.focus {
    color: #333333;
    text-decoration: none;
  }
  .btn:active,
  .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
  }
  .btn-default:hover,
  .btn-default:focus,
  .btn-default.focus,
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    background-image: none;
  }
  .btn-default.disabled,
  .btn-default[disabled],
  fieldset[disabled] .btn-default,
  .btn-default.disabled:hover,
  .btn-default[disabled]:hover,
  fieldset[disabled] .btn-default:hover,
  .btn-default.disabled:focus,
  .btn-default[disabled]:focus,
  fieldset[disabled] .btn-default:focus,
  .btn-default.disabled.focus,
  .btn-default[disabled].focus,
  fieldset[disabled] .btn-default.focus,
  .btn-default.disabled:active,
  .btn-default[disabled]:active,
  fieldset[disabled] .btn-default:active,
  .btn-default.disabled.active,
  .btn-default[disabled].active,
  fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
  }
  .btn-default .badge {
    color: #ffffff;
    background-color: #333333;
  }
  .btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
  }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary.focus,
  .btn-primary:active,
  .btn-primary.active,
  .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #285e8e;
  }
  .btn-primary:active,
  .btn-primary.active,
  .open > .dropdown-toggle.btn-primary {
    background-image: none;
  }
  .btn-primary.disabled,
  .btn-primary[disabled],
  fieldset[disabled] .btn-primary,
  .btn-primary.disabled:hover,
  .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary:hover,
  .btn-primary.disabled:focus,
  .btn-primary[disabled]:focus,
  fieldset[disabled] .btn-primary:focus,
  .btn-primary.disabled.focus,
  .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary.focus,
  .btn-primary.disabled:active,
  .btn-primary[disabled]:active,
  fieldset[disabled] .btn-primary:active,
  .btn-primary.disabled.active,
  .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
  }
  .btn-primary .badge {
    color: #428bca;
    background-color: #ffffff;
  }
  .btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-success:hover,
  .btn-success:focus,
  .btn-success.focus,
  .btn-success:active,
  .btn-success.active,
  .open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
  }
  .btn-success:active,
  .btn-success.active,
  .open > .dropdown-toggle.btn-success {
    background-image: none;
  }
  .btn-success.disabled,
  .btn-success[disabled],
  fieldset[disabled] .btn-success,
  .btn-success.disabled:hover,
  .btn-success[disabled]:hover,
  fieldset[disabled] .btn-success:hover,
  .btn-success.disabled:focus,
  .btn-success[disabled]:focus,
  fieldset[disabled] .btn-success:focus,
  .btn-success.disabled.focus,
  .btn-success[disabled].focus,
  fieldset[disabled] .btn-success.focus,
  .btn-success.disabled:active,
  .btn-success[disabled]:active,
  fieldset[disabled] .btn-success:active,
  .btn-success.disabled.active,
  .btn-success[disabled].active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
  }
  .btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .btn-info:hover,
  .btn-info:focus,
  .btn-info.focus,
  .btn-info:active,
  .btn-info.active,
  .open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
  }
  .btn-info:active,
  .btn-info.active,
  .open > .dropdown-toggle.btn-info {
    background-image: none;
  }
  .btn-info.disabled,
  .btn-info[disabled],
  fieldset[disabled] .btn-info,
  .btn-info.disabled:hover,
  .btn-info[disabled]:hover,
  fieldset[disabled] .btn-info:hover,
  .btn-info.disabled:focus,
  .btn-info[disabled]:focus,
  fieldset[disabled] .btn-info:focus,
  .btn-info.disabled.focus,
  .btn-info[disabled].focus,
  fieldset[disabled] .btn-info.focus,
  .btn-info.disabled:active,
  .btn-info[disabled]:active,
  fieldset[disabled] .btn-info:active,
  .btn-info.disabled.active,
  .btn-info[disabled].active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
  }
  .btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-warning:hover,
  .btn-warning:focus,
  .btn-warning.focus,
  .btn-warning:active,
  .btn-warning.active,
  .open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
  }
  .btn-warning:active,
  .btn-warning.active,
  .open > .dropdown-toggle.btn-warning {
    background-image: none;
  }
  .btn-warning.disabled,
  .btn-warning[disabled],
  fieldset[disabled] .btn-warning,
  .btn-warning.disabled:hover,
  .btn-warning[disabled]:hover,
  fieldset[disabled] .btn-warning:hover,
  .btn-warning.disabled:focus,
  .btn-warning[disabled]:focus,
  fieldset[disabled] .btn-warning:focus,
  .btn-warning.disabled.focus,
  .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning.focus,
  .btn-warning.disabled:active,
  .btn-warning[disabled]:active,
  fieldset[disabled] .btn-warning:active,
  .btn-warning.disabled.active,
  .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
  }
  .btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-danger:hover,
  .btn-danger:focus,
  .btn-danger.focus,
  .btn-danger:active,
  .btn-danger.active,
  .open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
  }
  .btn-danger:active,
  .btn-danger.active,
  .open > .dropdown-toggle.btn-danger {
    background-image: none;
  }
  .btn-danger.disabled,
  .btn-danger[disabled],
  fieldset[disabled] .btn-danger,
  .btn-danger.disabled:hover,
  .btn-danger[disabled]:hover,
  fieldset[disabled] .btn-danger:hover,
  .btn-danger.disabled:focus,
  .btn-danger[disabled]:focus,
  fieldset[disabled] .btn-danger:focus,
  .btn-danger.disabled.focus,
  .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger.focus,
  .btn-danger.disabled:active,
  .btn-danger[disabled]:active,
  fieldset[disabled] .btn-danger:active,
  .btn-danger.disabled.active,
  .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
  }
  .btn-link {
    color: #428bca;
    font-weight: normal;
    border-radius: 0;
  }
  .btn-link,
  .btn-link:active,
  .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-link,
  .btn-link:hover,
  .btn-link:focus,
  .btn-link:active {
    border-color: transparent;
  }
  .btn-link:hover,
  .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
  }
  .btn-link[disabled]:hover,
  fieldset[disabled] .btn-link:hover,
  .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
  }
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
  }
  .btn-sm,
  .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-xs,
  .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-block {
    display: block;
    width: 100%;
  }
  .btn-block + .btn-block {
    margin-top: 5px;
  }
  input[type=submit].btn-block,
  input[type=reset].btn-block,
  input[type=button].btn-block {
    width: 100%;
  }
  .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .fade.in {
    opacity: 1;
  }
  .collapse {
    display: none;
  }
  .collapse.in {
    display: block;
  }
  tr.collapse.in {
    display: table-row;
  }
  tbody.collapse.in {
    display: table-row-group;
  }
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .dropdown {
    position: relative;
  }
  .dropdown-toggle:focus {
    outline: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
  }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    color: #777777;
  }
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
  }
  .open > .dropdown-menu {
    display: block;
  }
  .open > a {
    outline: 0;
  }
  .dropdown-menu-right {
    left: auto;
    right: 0;
  }
  .dropdown-menu-left {
    left: 0;
    right: auto;
  }
  .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
  }
  .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
  }
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
  }
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
  }
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
  }
  @media (min-width: 768px) {
    .navbar-right .dropdown-menu {
      left: auto;
      right: 0;
    }
    .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto;
    }
  }
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left;
  }
  .btn-group > .btn:hover,
  .btn-group-vertical > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group-vertical > .btn:focus,
  .btn-group > .btn:active,
  .btn-group-vertical > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn.active {
    z-index: 2;
  }
  .btn-group > .btn:focus,
  .btn-group-vertical > .btn:focus {
    outline: 0;
  }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group {
    margin-left: -1px;
  }
  .btn-toolbar {
    margin-left: -5px;
  }
  .btn-toolbar .btn-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 > .btn:last-child,
  .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .btn-group > .btn-group:last-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-left: 8px;
    padding-right: 8px;
  }
  .btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
  }
  .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn .caret {
    margin-left: 0;
  }
  .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
  }
  .dropup .btn-lg .caret {
    border-width: 0 5px 5px;
  }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group,
  .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .btn-group-vertical > .btn-group > .btn {
    float: none;
  }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
  }
  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    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;
  }
  .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
  }
  .btn-group-justified > .btn-group .btn {
    width: 100%;
  }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
  }
  [data-toggle=buttons] > .btn input[type=radio],
  [data-toggle=buttons] > .btn-group > .btn input[type=radio],
  [data-toggle=buttons] > .btn input[type=checkbox],
  [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  .input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
  }
  select.input-group-lg > .form-control,
  select.input-group-lg > .input-group-addon,
  select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
  }
  textarea.input-group-lg > .form-control,
  textarea.input-group-lg > .input-group-addon,
  textarea.input-group-lg > .input-group-btn > .btn,
  select[multiple].input-group-lg > .form-control,
  select[multiple].input-group-lg > .input-group-addon,
  select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
  }
  .input-group-sm > .form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  select.input-group-sm > .form-control,
  select.input-group-sm > .input-group-addon,
  select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
  }
  textarea.input-group-sm > .form-control,
  textarea.input-group-sm > .input-group-addon,
  textarea.input-group-sm > .input-group-btn > .btn,
  select[multiple].input-group-sm > .form-control,
  select[multiple].input-group-sm > .input-group-addon,
  select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
  }
  .input-group-addon,
  .input-group-btn,
  .input-group .form-control {
    display: table-cell;
  }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .input-group-addon,
  .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
  }
  .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
  }
  .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
  }
  .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
  }
  .input-group-addon input[type=radio],
  .input-group-addon input[type=checkbox] {
    margin-top: 0;
  }
  .input-group .form-control:first-child,
  .input-group-addon:first-child,
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group > .btn,
  .input-group-btn:first-child > .dropdown-toggle,
  .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-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-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:hover,
  .input-group-btn > .btn:focus,
  .input-group-btn > .btn:active {
    z-index: 2;
  }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
  }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
  }
  .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  .nav > li {
    position: relative;
    display: block;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    text-decoration: none;
  }
  .nav > li.disabled > a {
    color: #777777;
  }
  .nav > li.disabled > a:hover,
  .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    border-color: #428bca;
  }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .nav > li > a > img {
    max-width: none;
  }
  .nav-tabs {
    border-bottom: 1px solid #dddddd;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
  }
  .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
  }
  .nav-tabs.nav-justified > li {
    float: none;
  }
  .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
  }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #dddddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #ffffff;
    }
  }
  .nav-pills > li {
    float: left;
  }
  .nav-pills > li > a {
    border-radius: 4px;
  }
  .nav-pills > li + li {
    margin-left: 2px;
  }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #428bca;
  }
  .nav-stacked > li {
    float: none;
  }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  .nav-justified {
    width: 100%;
  }
  .nav-justified > li {
    float: none;
  }
  .nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs-justified {
    border-bottom: 0;
  }
  .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd;
  }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a {
      border-bottom: 1px solid #dddddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #ffffff;
    }
  }
  .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;
  }
  .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
  }
  @media (min-width: 768px) {
    .navbar-header {
      float: left;
    }
  }
  .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none;
    }
    .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
    }
    .navbar-collapse.in {
      overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
  }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px;
    }
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0;
    }
  }
  .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
  }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0;
    }
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0;
    }
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
  }
  .navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
  }
  .navbar-brand:hover,
  .navbar-brand:focus {
    text-decoration: none;
  }
  .navbar-brand > img {
    display: block;
  }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px;
    }
  }
  .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .navbar-toggle:focus {
    outline: 0;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none;
    }
  }
  .navbar-nav {
    margin: 7.5px -15px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
      background-image: none;
    }
  }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0;
    }
    .navbar-nav > li {
      float: left;
    }
    .navbar-nav > li > a {
      padding-top: 15px;
      padding-bottom: 15px;
    }
  }
  .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
  }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .navbar-form .form-control-static {
      display: inline-block;
    }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
      width: auto;
    }
    .navbar-form .input-group > .form-control {
      width: 100%;
    }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
      padding-left: 0;
    }
    .navbar-form .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox] {
      position: relative;
      margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0;
    }
  }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px;
    }
  }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px;
    }
  }
  @media (min-width: 768px) {
    .navbar-left {
      float: left !important;
    }
    .navbar-right {
      float: right !important;
      margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
      margin-right: 0;
    }
  }
  .navbar-default {
    background-color: #f8f8f8;
  }
  .navbar-default .navbar-brand {
    color: #777777;
  }
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > .disabled > a,
  .navbar-default .navbar-nav > .disabled > a:hover,
  .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle {
    border-color: #dddddd;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
  }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #333333;
      background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555555;
      background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #cccccc;
      background-color: transparent;
    }
  }
  .navbar-default .navbar-link {
    color: #777777;
  }
  .navbar-default .navbar-link:hover {
    color: #333333;
  }
  .navbar-default .btn-link {
    color: #777777;
  }
  .navbar-default .btn-link:hover,
  .navbar-default .btn-link:focus {
    color: #333333;
  }
  .navbar-default .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-default .btn-link:hover,
  .navbar-default .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
  }
  .navbar-inverse {
    background-color: #222222;
    border-color: #080808;
  }
  .navbar-inverse .navbar-brand {
    color: #777777;
  }
  .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-text {
    color: #969696;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav > .disabled > a,
  .navbar-inverse .navbar-nav > .disabled > a:hover,
  .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #333333;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010;
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #ffffff;
  }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #777777;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #ffffff;
      background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #ffffff;
      background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444444;
      background-color: transparent;
    }
  }
  .navbar-inverse .navbar-link {
    color: #777777;
  }
  .navbar-inverse .navbar-link:hover {
    color: #ffffff;
  }
  .navbar-inverse .btn-link {
    color: #777777;
  }
  .navbar-inverse .btn-link:hover,
  .navbar-inverse .btn-link:focus {
    color: #ffffff;
  }
  .navbar-inverse .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-inverse .btn-link:hover,
  .navbar-inverse .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444444;
  }
  .label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
  }
  a.label:hover,
  a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
  }
  .label:empty {
    display: none;
  }
  .btn .label {
    position: relative;
    top: -1px;
  }
  .label-default {
    background-color: #777777;
  }
  .label-default[href]:hover,
  .label-default[href]:focus {
    background-color: #5e5e5e;
  }
  .label-primary {
    background-color: #428bca;
  }
  .label-primary[href]:hover,
  .label-primary[href]:focus {
    background-color: #3071a9;
  }
  .label-success {
    background-color: #5cb85c;
  }
  .label-success[href]:hover,
  .label-success[href]:focus {
    background-color: #449d44;
  }
  .label-info {
    background-color: #5bc0de;
  }
  .label-info[href]:hover,
  .label-info[href]:focus {
    background-color: #31b0d5;
  }
  .label-warning {
    background-color: #f0ad4e;
  }
  .label-warning[href]:hover,
  .label-warning[href]:focus {
    background-color: #ec971f;
  }
  .label-danger {
    background-color: #d9534f;
  }
  .label-danger[href]:hover,
  .label-danger[href]:focus {
    background-color: #c9302c;
  }
  .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .alert h4 {
    margin-top: 0;
    color: inherit;
  }
  .alert .alert-link {
    font-weight: bold;
  }
  .alert > p,
  .alert > ul {
    margin-bottom: 0;
  }
  .alert > p + p {
    margin-top: 5px;
  }
  .alert-dismissable,
  .alert-dismissible {
    padding-right: 35px;
  }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }
  .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
  }
  .alert-success hr {
    border-top-color: #c9e2b3;
  }
  .alert-success .alert-link {
    color: #2b542c;
  }
  .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
  }
  .alert-info hr {
    border-top-color: #a6e1ec;
  }
  .alert-info .alert-link {
    color: #245269;
  }
  .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
  }
  .alert-warning hr {
    border-top-color: #f7e1b5;
  }
  .alert-warning .alert-link {
    color: #66512c;
  }
  .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
  }
  .alert-danger hr {
    border-top-color: #e4b9c0;
  }
  .alert-danger .alert-link {
    color: #843534;
  }
  .media,
  .media-body {
    overflow: hidden;
    zoom: 1;
  }
  .media,
  .media .media {
    margin-top: 15px;
  }
  .media:first-child {
    margin-top: 0;
  }
  .media-object {
    display: block;
  }
  .media-heading {
    margin: 0 0 5px;
  }
  .media > .pull-left {
    margin-right: 10px;
  }
  .media > .pull-right {
    margin-left: 10px;
  }
  .media-list {
    padding-left: 0;
    list-style: none;
  }
  .list-group {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
  }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .list-group-item > .badge {
    float: right;
  }
  .list-group-item > .badge + .badge {
    margin-right: 5px;
  }
  a.list-group-item {
    color: #555555;
  }
  a.list-group-item .list-group-item-heading {
    color: #333333;
  }
  a.list-group-item:hover,
  a.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: #f5f5f5;
  }
  .list-group-item.disabled,
  .list-group-item.disabled:hover,
  .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
  }
  .list-group-item.disabled .list-group-item-heading,
  .list-group-item.disabled:hover .list-group-item-heading,
  .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
  }
  .list-group-item.disabled .list-group-item-text,
  .list-group-item.disabled:hover .list-group-item-text,
  .list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
  }
  .list-group-item.active,
  .list-group-item.active:hover,
  .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
  }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small,
  .list-group-item.active:hover .list-group-item-heading > .small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
  }
  .list-group-item.active .list-group-item-text,
  .list-group-item.active:hover .list-group-item-text,
  .list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
  }
  .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
  }
  a.list-group-item-success {
    color: #3c763d;
  }
  a.list-group-item-success .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-success:hover,
  a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
  }
  a.list-group-item-success.active,
  a.list-group-item-success.active:hover,
  a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
  }
  .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
  }
  a.list-group-item-info {
    color: #31708f;
  }
  a.list-group-item-info .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-info:hover,
  a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
  }
  a.list-group-item-info.active,
  a.list-group-item-info.active:hover,
  a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
  }
  .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
  }
  a.list-group-item-warning {
    color: #8a6d3b;
  }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-warning:hover,
  a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
  }
  a.list-group-item-warning.active,
  a.list-group-item-warning.active:hover,
  a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
  }
  .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
  }
  a.list-group-item-danger {
    color: #a94442;
  }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-danger:hover,
  a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
  }
  a.list-group-item-danger.active,
  a.list-group-item-danger.active:hover,
  a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
  }
  .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
  }
  .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 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
  }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
  }
  .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
  }
  .well-lg {
    padding: 24px;
    border-radius: 6px;
  }
  .well-sm {
    padding: 9px;
    border-radius: 3px;
  }
  .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  .close:hover,
  .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
  }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
  }
  .modal-header .close {
    margin-top: -2px;
  }
  .modal-title {
    margin: 0;
    line-height: 1.42857143;
  }
  .modal-body {
    position: relative;
    padding: 15px;
  }
  .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
  }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      margin: 30px auto;
    }
    .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
      width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg {
      width: 900px;
    }
  }
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
  }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
  }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
  }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
  }
  .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
  }
  .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
  }
  .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
  }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
  }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
  }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
  }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
  }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
  }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
  }
  .clearfix:before,
  .clearfix:after,
  .dl-horizontal dd:before,
  .dl-horizontal dd:after,
  .container:before,
  .container:after,
  .container-fluid:before,
  .container-fluid:after,
  .row:before,
  .row:after,
  .form-horizontal .form-group:before,
  .form-horizontal .form-group:after,
  .btn-toolbar:before,
  .btn-toolbar:after,
  .btn-group-vertical > .btn-group:before,
  .btn-group-vertical > .btn-group:after,
  .nav:before,
  .nav:after,
  .navbar:before,
  .navbar:after,
  .navbar-header:before,
  .navbar-header:after,
  .navbar-collapse:before,
  .navbar-collapse:after,
  .modal-footer:before,
  .modal-footer:after {
    content: " ";
    display: table;
  }
  .clearfix:after,
  .dl-horizontal dd:after,
  .container:after,
  .container-fluid:after,
  .row:after,
  .form-horizontal .form-group:after,
  .btn-toolbar:after,
  .btn-group-vertical > .btn-group:after,
  .nav:after,
  .navbar:after,
  .navbar-header:after,
  .navbar-collapse:after,
  .modal-footer:after {
    clear: both;
  }
  .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .pull-right {
    float: right !important;
  }
  .pull-left {
    float: left !important;
  }
  .hide {
    display: none !important;
  }
  .show {
    display: block !important;
  }
  .invisible {
    visibility: hidden;
  }
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .hidden {
    display: none !important;
    visibility: hidden !important;
  }
  .affix {
    position: fixed;
  }
  @-ms-viewport {
    width: device-width;
  }
  .visible-xs,
  .visible-sm,
  .visible-md,
  .visible-lg {
    display: none !important;
  }
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block,
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: none !important;
  }
  @media (max-width: 767px) {
    .visible-xs {
      display: block !important;
    }
    table.visible-xs {
      display: table;
    }
    tr.visible-xs {
      display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
      display: table-cell !important;
    }
  }
  @media (max-width: 767px) {
    .visible-xs-block {
      display: block !important;
    }
  }
  @media (max-width: 767px) {
    .visible-xs-inline {
      display: inline !important;
    }
  }
  @media (max-width: 767px) {
    .visible-xs-inline-block {
      display: inline-block !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
      display: block !important;
    }
    table.visible-sm {
      display: table;
    }
    tr.visible-sm {
      display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
      display: table-cell !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
      display: block !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
      display: inline !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
      display: inline-block !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
      display: block !important;
    }
    table.visible-md {
      display: table;
    }
    tr.visible-md {
      display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
      display: table-cell !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
      display: block !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
      display: inline !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
      display: inline-block !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg {
      display: block !important;
    }
    table.visible-lg {
      display: table;
    }
    tr.visible-lg {
      display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
      display: table-cell !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg-block {
      display: block !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg-inline {
      display: inline !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg-inline-block {
      display: inline-block !important;
    }
  }
  @media (max-width: 767px) {
    .hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-lg {
      display: none !important;
    }
  }
  .visible-print {
    display: none !important;
  }
  @media print {
    .visible-print {
      display: block !important;
    }
    table.visible-print {
      display: table;
    }
    tr.visible-print {
      display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
      display: table-cell !important;
    }
  }
  .visible-print-block {
    display: none !important;
  }
  @media print {
    .visible-print-block {
      display: block !important;
    }
  }
  .visible-print-inline {
    display: none !important;
  }
  @media print {
    .visible-print-inline {
      display: inline !important;
    }
  }
  .visible-print-inline-block {
    display: none !important;
  }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important;
    }
  }
  @media print {
    .hidden-print {
      display: none !important;
    }
  }
  @font-face {
    font-family: "Glyphicons Halflings";
    src: url(/assets/glyphicons-halflings-regular.eot);
    src: url(/assets/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons-halflings-regular.woff) format("woff"), url(/assets/glyphicons-halflings-regular.ttf) format("truetype"), url(/assets/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
  }
  .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .fa-navicon:before,
  .fa-reorder:before,
  .fa-bars:before {
    content: "\f0c9";
  }
  .glyphicon-ok:before {
    content: "\e013";
  }
  .glyphicon-calendar:before {
    content: "\e109";
  }
}
/*!
 * jQuery UI Datepicker 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/*

To get this list of colors inject jQuery at http://www.google.com/design/spec/style/color.html#color-color-palette

Then, run this script to get the list.


(function() {
  var colors = {}, main = {};
  $(".color-group").each(function() {
    var color = $(this).find(".name").text().trim().toLowerCase().replace(" ", "-");
    colors[color] = {};

    $(this).find(".color").not(".main-color").each(function() {
      var shade = $(this).find(".shade").text().trim(),
          hex   = $(this).find(".hex").text().trim();

      colors[color][shade] = hex;
    });
    main[color] = color + "-" + $(this).find(".main-color .shade").text().trim();

  });
  var LESS = "";
  $.each(colors, function(name, shades) {
    LESS += "\n\n";
    $.each(shades, function(shade, hex) {
      LESS += "@" + name + "-" + shade + ": " + hex + ";\n";
    });
    if (main[name]) {
      LESS += "@" + name + ": " + main[name] + ";\n";
    }
  });
  console.log(LESS);
})();


*/
/* ANIMATION */
/* SHADOWS */
/* Shadows (from mdl http://www.getmdl.io/) */
@layer base {
  body.inverse {
    background: #333333;
  }
  body.inverse,
  body.inverse .form-control {
    color: rgba(255, 255, 255, 0.84);
  }
  body.inverse .modal,
  body.inverse .panel-default,
  body.inverse .card,
  body.inverse .modal .form-control,
  body.inverse .panel-default .form-control,
  body.inverse .card .form-control {
    background-color: initial;
    color: initial;
  }
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
  }
  h5,
  h6 {
    font-weight: 400;
  }
  a,
  a:hover,
  a:focus {
    color: #009688;
  }
  a .material-icons,
  a:hover .material-icons,
  a:focus .material-icons {
    vertical-align: middle;
  }
  .form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal .radio-inline,
  .form-horizontal .checkbox-inline {
    padding-top: 0;
  }
  .form-horizontal .radio {
    margin-bottom: 10px;
  }
  .form-horizontal label {
    text-align: right;
  }
  .form-horizontal label.control-label {
    margin: 0;
  }
  body .container .well.well-sm,
  body .container-fluid .well.well-sm {
    padding: 10px;
  }
  body .container .well.well-lg,
  body .container-fluid .well.well-lg {
    padding: 26px;
  }
  body .container .well,
  body .container-fluid .well,
  body .container .jumbotron,
  body .container-fluid .jumbotron {
    background-color: #fff;
    padding: 19px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
    border: 0;
  }
  body .container .well p,
  body .container-fluid .well p,
  body .container .jumbotron p,
  body .container-fluid .jumbotron p {
    font-weight: 300;
  }
  body .container .well,
  body .container-fluid .well,
  body .container .jumbotron,
  body .container-fluid .jumbotron,
  body .container .well-default,
  body .container-fluid .well-default,
  body .container .jumbotron-default,
  body .container-fluid .jumbotron-default {
    background-color: #ffffff;
  }
  body .container .well-inverse,
  body .container-fluid .well-inverse,
  body .container .jumbotron-inverse,
  body .container-fluid .jumbotron-inverse {
    background-color: #3f51b5;
  }
  body .container .well-primary,
  body .container-fluid .well-primary,
  body .container .jumbotron-primary,
  body .container-fluid .jumbotron-primary {
    background-color: #009688;
  }
  body .container .well-success,
  body .container-fluid .well-success,
  body .container .jumbotron-success,
  body .container-fluid .jumbotron-success {
    background-color: #4caf50;
  }
  body .container .well-info,
  body .container-fluid .well-info,
  body .container .jumbotron-info,
  body .container-fluid .jumbotron-info {
    background-color: #03a9f4;
  }
  body .container .well-warning,
  body .container-fluid .well-warning,
  body .container .jumbotron-warning,
  body .container-fluid .jumbotron-warning {
    background-color: #ff5722;
  }
  body .container .well-danger,
  body .container-fluid .well-danger,
  body .container .jumbotron-danger,
  body .container-fluid .jumbotron-danger {
    background-color: #f44336;
  }
  /* .btn::-moz-focus-inner,
  .input-group-btn .btn::-moz-focus-inner {
    border: 0;
  }
  .btn:not(.btn-raised),
  .input-group-btn .btn:not(.btn-raised) {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .btn:not(.btn-raised),
  .input-group-btn .btn:not(.btn-raised),
  .btn:not(.btn-raised).btn-default,
  .input-group-btn .btn:not(.btn-raised).btn-default {
    color: rgba(0,0,0, 0.87);
  }
  .btn:not(.btn-raised).btn-inverse,
  .input-group-btn .btn:not(.btn-raised).btn-inverse {
    color: #3f51b5;
  }
  .btn:not(.btn-raised).btn-primary,
  .input-group-btn .btn:not(.btn-raised).btn-primary {
    color: #009688;
  }
  .btn:not(.btn-raised).btn-success,
  .input-group-btn .btn:not(.btn-raised).btn-success {
    color: #4caf50;
  }
  .btn:not(.btn-raised).btn-info,
  .input-group-btn .btn:not(.btn-raised).btn-info {
    color: #03a9f4;
  }
  .btn:not(.btn-raised).btn-warning,
  .input-group-btn .btn:not(.btn-raised).btn-warning {
    color: #ff5722;
  }
  .btn:not(.btn-raised).btn-danger,
  .input-group-btn .btn:not(.btn-raised).btn-danger {
    color: #f44336;
  }
  .btn:not(.btn-raised):not(.btn-link):hover,
  .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover,
  .btn:not(.btn-raised):not(.btn-link):focus,
  .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus {
    background-color: rgba(153, 153, 153, 0.2);
  }
  .theme-dark .btn:not(.btn-raised):not(.btn-link):hover,
  .theme-dark .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover,
  .theme-dark .btn:not(.btn-raised):not(.btn-link):focus,
  .theme-dark .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus {
    background-color: rgba(204, 204, 204, 0.15);
  }
  .btn.btn-raised,
  .input-group-btn .btn.btn-raised,
  .btn.btn-fab,
  .input-group-btn .btn.btn-fab,
  .btn-group-raised .btn,
  .btn-group-raised .input-group-btn .btn,
  .btn.btn-raised.btn-default,
  .input-group-btn .btn.btn-raised.btn-default,
  .btn.btn-fab.btn-default,
  .input-group-btn .btn.btn-fab.btn-default,
  .btn-group-raised .btn.btn-default,
  .btn-group-raised .input-group-btn .btn.btn-default {
    background-color: #EEEEEE;
    color: rgba(0,0,0, 0.87);
  }
  .btn.btn-raised.btn-inverse,
  .input-group-btn .btn.btn-raised.btn-inverse,
  .btn.btn-fab.btn-inverse,
  .input-group-btn .btn.btn-fab.btn-inverse,
  .btn-group-raised .btn.btn-inverse,
  .btn-group-raised .input-group-btn .btn.btn-inverse {
    background-color: #3f51b5;
    color: #ffffff;
  }
  .btn.btn-raised.btn-primary,
  .input-group-btn .btn.btn-raised.btn-primary,
  .btn.btn-fab.btn-primary,
  .input-group-btn .btn.btn-fab.btn-primary,
  .btn-group-raised .btn.btn-primary,
  .btn-group-raised .input-group-btn .btn.btn-primary {
    background-color: #009688;
    color: rgba(255,255,255, 0.84);
  }
  .btn.btn-raised.btn-success,
  .input-group-btn .btn.btn-raised.btn-success,
  .btn.btn-fab.btn-success,
  .input-group-btn .btn.btn-fab.btn-success,
  .btn-group-raised .btn.btn-success,
  .btn-group-raised .input-group-btn .btn.btn-success {
    background-color: #4caf50;
    color: rgba(255,255,255, 0.84);
  }
  .btn.btn-raised.btn-info,
  .input-group-btn .btn.btn-raised.btn-info,
  .btn.btn-fab.btn-info,
  .input-group-btn .btn.btn-fab.btn-info,
  .btn-group-raised .btn.btn-info,
  .btn-group-raised .input-group-btn .btn.btn-info {
    background-color: #03a9f4;
    color: rgba(255,255,255, 0.84);
  }
  .btn.btn-raised.btn-warning,
  .input-group-btn .btn.btn-raised.btn-warning,
  .btn.btn-fab.btn-warning,
  .input-group-btn .btn.btn-fab.btn-warning,
  .btn-group-raised .btn.btn-warning,
  .btn-group-raised .input-group-btn .btn.btn-warning {
    background-color: #ff5722;
    color: rgba(255,255,255, 0.84);
  }
  .btn.btn-raised.btn-danger,
  .input-group-btn .btn.btn-raised.btn-danger,
  .btn.btn-fab.btn-danger,
  .input-group-btn .btn.btn-fab.btn-danger,
  .btn-group-raised .btn.btn-danger,
  .btn-group-raised .input-group-btn .btn.btn-danger {
    background-color: #f44336;
    color: rgba(255,255,255, 0.84);
  }
  .btn.btn-raised:not(.btn-link),
  .input-group-btn .btn.btn-raised:not(.btn-link),
  .btn-group-raised .btn:not(.btn-link),
  .btn-group-raised .input-group-btn .btn:not(.btn-link) {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .btn.btn-raised:not(.btn-link):hover,
  .input-group-btn .btn.btn-raised:not(.btn-link):hover,
  .btn-group-raised .btn:not(.btn-link):hover,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):hover,
  .btn.btn-raised:not(.btn-link):focus,
  .input-group-btn .btn.btn-raised:not(.btn-link):focus,
  .btn-group-raised .btn:not(.btn-link):focus,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):focus,
  .btn.btn-raised:not(.btn-link).active,
  .input-group-btn .btn.btn-raised:not(.btn-link).active,
  .btn-group-raised .btn:not(.btn-link).active,
  .btn-group-raised .input-group-btn .btn:not(.btn-link).active,
  .btn.btn-raised:not(.btn-link):active,
  .input-group-btn .btn.btn-raised:not(.btn-link):active,
  .btn-group-raised .btn:not(.btn-link):active,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):active {
    outline: 0;
  }
  .btn.btn-raised:not(.btn-link):hover,
  .input-group-btn .btn.btn-raised:not(.btn-link):hover,
  .btn-group-raised .btn:not(.btn-link):hover,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):hover,
  .btn.btn-raised:not(.btn-link):focus,
  .input-group-btn .btn.btn-raised:not(.btn-link):focus,
  .btn-group-raised .btn:not(.btn-link):focus,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):focus,
  .btn.btn-raised:not(.btn-link).active,
  .input-group-btn .btn.btn-raised:not(.btn-link).active,
  .btn-group-raised .btn:not(.btn-link).active,
  .btn-group-raised .input-group-btn .btn:not(.btn-link).active,
  .btn.btn-raised:not(.btn-link):active,
  .input-group-btn .btn.btn-raised:not(.btn-link):active,
  .btn-group-raised .btn:not(.btn-link):active,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):active,
  .btn.btn-raised:not(.btn-link):hover.btn-default,
  .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-default,
  .btn-group-raised .btn:not(.btn-link):hover.btn-default,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-default,
  .btn.btn-raised:not(.btn-link):focus.btn-default,
  .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-default,
  .btn-group-raised .btn:not(.btn-link):focus.btn-default,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-default,
  .btn.btn-raised:not(.btn-link).active.btn-default,
  .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-default,
  .btn-group-raised .btn:not(.btn-link).active.btn-default,
  .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-default,
  .btn.btn-raised:not(.btn-link):active.btn-default,
  .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-default,
  .btn-group-raised .btn:not(.btn-link):active.btn-default,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-default {
    background-color: #e4e4e4;
  }
  .btn.btn-raised:not(.btn-link):hover.btn-inverse,
  .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-inverse,
  .btn-group-raised .btn:not(.btn-link):hover.btn-inverse,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-inverse,
  .btn.btn-raised:not(.btn-link):focus.btn-inverse,
  .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-inverse,
  .btn-group-raised .btn:not(.btn-link):focus.btn-inverse,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-inverse,
  .btn.btn-raised:not(.btn-link).active.btn-inverse,
  .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-inverse,
  .btn-group-raised .btn:not(.btn-link).active.btn-inverse,
  .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-inverse,
  .btn.btn-raised:not(.btn-link):active.btn-inverse,
  .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-inverse,
  .btn-group-raised .btn:not(.btn-link):active.btn-inverse,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-inverse {
    background-color: #495bc0;
  }
  .btn.btn-raised:not(.btn-link):hover.btn-primary,
  .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-primary,
  .btn-group-raised .btn:not(.btn-link):hover.btn-primary,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-primary,
  .btn.btn-raised:not(.btn-link):focus.btn-primary,
  .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-primary,
  .btn-group-raised .btn:not(.btn-link):focus.btn-primary,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-primary,
  .btn.btn-raised:not(.btn-link).active.btn-primary,
  .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-primary,
  .btn-group-raised .btn:not(.btn-link).active.btn-primary,
  .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-primary,
  .btn.btn-raised:not(.btn-link):active.btn-primary,
  .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-primary,
  .btn-group-raised .btn:not(.btn-link):active.btn-primary,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-primary {
    background-color: #00aa9a;
  }
  .btn.btn-raised:not(.btn-link):hover.btn-success,
  .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-success,
  .btn-group-raised .btn:not(.btn-link):hover.btn-success,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-success,
  .btn.btn-raised:not(.btn-link):focus.btn-success,
  .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-success,
  .btn-group-raised .btn:not(.btn-link):focus.btn-success,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-success,
  .btn.btn-raised:not(.btn-link).active.btn-success,
  .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-success,
  .btn-group-raised .btn:not(.btn-link).active.btn-success,
  .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-success,
  .btn.btn-raised:not(.btn-link):active.btn-success,
  .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-success,
  .btn-group-raised .btn:not(.btn-link):active.btn-success,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-success {
    background-color: #59b75c;
  }
  .btn.btn-raised:not(.btn-link):hover.btn-info,
  .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-info,
  .btn-group-raised .btn:not(.btn-link):hover.btn-info,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-info,
  .btn.btn-raised:not(.btn-link):focus.btn-info,
  .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-info,
  .btn-group-raised .btn:not(.btn-link):focus.btn-info,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-info,
  .btn.btn-raised:not(.btn-link).active.btn-info,
  .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-info,
  .btn-group-raised .btn:not(.btn-link).active.btn-info,
  .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-info,
  .btn.btn-raised:not(.btn-link):active.btn-info,
  .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-info,
  .btn-group-raised .btn:not(.btn-link):active.btn-info,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-info {
    background-color: #0fb2fc;
  }
  .btn.btn-raised:not(.btn-link):hover.btn-warning,
  .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-warning,
  .btn-group-raised .btn:not(.btn-link):hover.btn-warning,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-warning,
  .btn.btn-raised:not(.btn-link):focus.btn-warning,
  .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-warning,
  .btn-group-raised .btn:not(.btn-link):focus.btn-warning,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-warning,
  .btn.btn-raised:not(.btn-link).active.btn-warning,
  .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-warning,
  .btn-group-raised .btn:not(.btn-link).active.btn-warning,
  .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-warning,
  .btn.btn-raised:not(.btn-link):active.btn-warning,
  .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-warning,
  .btn-group-raised .btn:not(.btn-link):active.btn-warning,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-warning {
    background-color: #ff6736;
  }
  .btn.btn-raised:not(.btn-link):hover.btn-danger,
  .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-danger,
  .btn-group-raised .btn:not(.btn-link):hover.btn-danger,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-danger,
  .btn.btn-raised:not(.btn-link):focus.btn-danger,
  .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-danger,
  .btn-group-raised .btn:not(.btn-link):focus.btn-danger,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-danger,
  .btn.btn-raised:not(.btn-link).active.btn-danger,
  .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-danger,
  .btn-group-raised .btn:not(.btn-link).active.btn-danger,
  .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-danger,
  .btn.btn-raised:not(.btn-link):active.btn-danger,
  .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-danger,
  .btn-group-raised .btn:not(.btn-link):active.btn-danger,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-danger {
    background-color: #f55549;
  }
  .btn.btn-raised:not(.btn-link).active,
  .input-group-btn .btn.btn-raised:not(.btn-link).active,
  .btn-group-raised .btn:not(.btn-link).active,
  .btn-group-raised .input-group-btn .btn:not(.btn-link).active,
  .btn.btn-raised:not(.btn-link):active,
  .input-group-btn .btn.btn-raised:not(.btn-link):active,
  .btn-group-raised .btn:not(.btn-link):active,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):active,
  .btn.btn-raised:not(.btn-link).active:hover,
  .input-group-btn .btn.btn-raised:not(.btn-link).active:hover,
  .btn-group-raised .btn:not(.btn-link).active:hover,
  .btn-group-raised .input-group-btn .btn:not(.btn-link).active:hover,
  .btn.btn-raised:not(.btn-link):active:hover,
  .input-group-btn .btn.btn-raised:not(.btn-link):active:hover,
  .btn-group-raised .btn:not(.btn-link):active:hover,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):active:hover {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  }
  .btn.btn-raised:not(.btn-link):focus,
  .input-group-btn .btn.btn-raised:not(.btn-link):focus,
  .btn-group-raised .btn:not(.btn-link):focus,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):focus,
  .btn.btn-raised:not(.btn-link):focus.active,
  .input-group-btn .btn.btn-raised:not(.btn-link):focus.active,
  .btn-group-raised .btn:not(.btn-link):focus.active,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.active,
  .btn.btn-raised:not(.btn-link):focus:active,
  .input-group-btn .btn.btn-raised:not(.btn-link):focus:active,
  .btn-group-raised .btn:not(.btn-link):focus:active,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):focus:active,
  .btn.btn-raised:not(.btn-link):focus:hover,
  .input-group-btn .btn.btn-raised:not(.btn-link):focus:hover,
  .btn-group-raised .btn:not(.btn-link):focus:hover,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):focus:hover,
  .btn.btn-raised:not(.btn-link):focus.active:hover,
  .input-group-btn .btn.btn-raised:not(.btn-link):focus.active:hover,
  .btn-group-raised .btn:not(.btn-link):focus.active:hover,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.active:hover,
  .btn.btn-raised:not(.btn-link):focus:active:hover,
  .input-group-btn .btn.btn-raised:not(.btn-link):focus:active:hover,
  .btn-group-raised .btn:not(.btn-link):focus:active:hover,
  .btn-group-raised .input-group-btn .btn:not(.btn-link):focus:active:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
  }
  .btn.btn-fab,
  .input-group-btn .btn.btn-fab {
    border-radius: 50%;
    font-size: 24px;
    height: 56px;
    margin: auto;
    min-width: 56px;
    width: 56px;
    padding: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    position: relative;
    line-height: normal;
  }
  .btn.btn-fab .ripple-container,
  .input-group-btn .btn.btn-fab .ripple-container {
    border-radius: 50%;
  }
  .btn.btn-fab.btn-fab-mini,
  .input-group-btn .btn.btn-fab.btn-fab-mini,
  .btn-group-sm .btn.btn-fab,
  .btn-group-sm .input-group-btn .btn.btn-fab {
    height: 40px;
    min-width: 40px;
    width: 40px;
  }
  .btn.btn-fab.btn-fab-mini.material-icons,
  .input-group-btn .btn.btn-fab.btn-fab-mini.material-icons,
  .btn-group-sm .btn.btn-fab.material-icons,
  .btn-group-sm .input-group-btn .btn.btn-fab.material-icons {
    top: 0px;
    left: 0px;
  }
  .btn.btn-fab i.material-icons,
  .input-group-btn .btn.btn-fab i.material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-12px, -12px);
        -ms-transform: translate(-12px, -12px);
         -o-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
    line-height: 24px;
    width: 24px;
  }
  .btn i.material-icons,
  .input-group-btn .btn i.material-icons {
    vertical-align: middle;
  }
  .btn.btn-lg,
  .input-group-btn .btn.btn-lg,
  .btn-group-lg .btn,
  .btn-group-lg .input-group-btn .btn {
    font-size: 16px;
  }
  .btn.btn-sm,
  .input-group-btn .btn.btn-sm,
  .btn-group-sm .btn,
  .btn-group-sm .input-group-btn .btn {
    padding: 5px 20px;
    font-size: 12px;
  }
  .btn.btn-xs,
  .input-group-btn .btn.btn-xs,
  .btn-group-xs .btn,
  .btn-group-xs .input-group-btn .btn {
    padding: 4px 15px;
    font-size: 10px;
  }
  fieldset[disabled][disabled] .btn,
  fieldset[disabled][disabled] .input-group-btn .btn,
  fieldset[disabled][disabled] .btn-group,
  fieldset[disabled][disabled] .btn-group-vertical,
  .btn.disabled,
  .input-group-btn .btn.disabled,
  .btn-group.disabled,
  .btn-group-vertical.disabled,
  .btn:disabled,
  .input-group-btn .btn:disabled,
  .btn-group:disabled,
  .btn-group-vertical:disabled,
  .btn[disabled][disabled],
  .input-group-btn .btn[disabled][disabled],
  .btn-group[disabled][disabled],
  .btn-group-vertical[disabled][disabled] {
    color: rgba(0, 0, 0, 0.26);
    background: transparent;
  }
  .theme-dark fieldset[disabled][disabled] .btn,
  .theme-dark fieldset[disabled][disabled] .input-group-btn .btn,
  .theme-dark fieldset[disabled][disabled] .btn-group,
  .theme-dark fieldset[disabled][disabled] .btn-group-vertical,
  .theme-dark .btn.disabled,
  .theme-dark .input-group-btn .btn.disabled,
  .theme-dark .btn-group.disabled,
  .theme-dark .btn-group-vertical.disabled,
  .theme-dark .btn:disabled,
  .theme-dark .input-group-btn .btn:disabled,
  .theme-dark .btn-group:disabled,
  .theme-dark .btn-group-vertical:disabled,
  .theme-dark .btn[disabled][disabled],
  .theme-dark .input-group-btn .btn[disabled][disabled],
  .theme-dark .btn-group[disabled][disabled],
  .theme-dark .btn-group-vertical[disabled][disabled] {
    color: rgba(255, 255, 255, 0.3);
  }
  fieldset[disabled][disabled] .btn.btn-raised,
  fieldset[disabled][disabled] .input-group-btn .btn.btn-raised,
  fieldset[disabled][disabled] .btn-group.btn-raised,
  fieldset[disabled][disabled] .btn-group-vertical.btn-raised,
  .btn.disabled.btn-raised,
  .input-group-btn .btn.disabled.btn-raised,
  .btn-group.disabled.btn-raised,
  .btn-group-vertical.disabled.btn-raised,
  .btn:disabled.btn-raised,
  .input-group-btn .btn:disabled.btn-raised,
  .btn-group:disabled.btn-raised,
  .btn-group-vertical:disabled.btn-raised,
  .btn[disabled][disabled].btn-raised,
  .input-group-btn .btn[disabled][disabled].btn-raised,
  .btn-group[disabled][disabled].btn-raised,
  .btn-group-vertical[disabled][disabled].btn-raised,
  fieldset[disabled][disabled] .btn.btn-group-raised,
  fieldset[disabled][disabled] .input-group-btn .btn.btn-group-raised,
  fieldset[disabled][disabled] .btn-group.btn-group-raised,
  fieldset[disabled][disabled] .btn-group-vertical.btn-group-raised,
  .btn.disabled.btn-group-raised,
  .input-group-btn .btn.disabled.btn-group-raised,
  .btn-group.disabled.btn-group-raised,
  .btn-group-vertical.disabled.btn-group-raised,
  .btn:disabled.btn-group-raised,
  .input-group-btn .btn:disabled.btn-group-raised,
  .btn-group:disabled.btn-group-raised,
  .btn-group-vertical:disabled.btn-group-raised,
  .btn[disabled][disabled].btn-group-raised,
  .input-group-btn .btn[disabled][disabled].btn-group-raised,
  .btn-group[disabled][disabled].btn-group-raised,
  .btn-group-vertical[disabled][disabled].btn-group-raised,
  fieldset[disabled][disabled] .btn.btn-raised.active,
  fieldset[disabled][disabled] .input-group-btn .btn.btn-raised.active,
  fieldset[disabled][disabled] .btn-group.btn-raised.active,
  fieldset[disabled][disabled] .btn-group-vertical.btn-raised.active,
  .btn.disabled.btn-raised.active,
  .input-group-btn .btn.disabled.btn-raised.active,
  .btn-group.disabled.btn-raised.active,
  .btn-group-vertical.disabled.btn-raised.active,
  .btn:disabled.btn-raised.active,
  .input-group-btn .btn:disabled.btn-raised.active,
  .btn-group:disabled.btn-raised.active,
  .btn-group-vertical:disabled.btn-raised.active,
  .btn[disabled][disabled].btn-raised.active,
  .input-group-btn .btn[disabled][disabled].btn-raised.active,
  .btn-group[disabled][disabled].btn-raised.active,
  .btn-group-vertical[disabled][disabled].btn-raised.active,
  fieldset[disabled][disabled] .btn.btn-group-raised.active,
  fieldset[disabled][disabled] .input-group-btn .btn.btn-group-raised.active,
  fieldset[disabled][disabled] .btn-group.btn-group-raised.active,
  fieldset[disabled][disabled] .btn-group-vertical.btn-group-raised.active,
  .btn.disabled.btn-group-raised.active,
  .input-group-btn .btn.disabled.btn-group-raised.active,
  .btn-group.disabled.btn-group-raised.active,
  .btn-group-vertical.disabled.btn-group-raised.active,
  .btn:disabled.btn-group-raised.active,
  .input-group-btn .btn:disabled.btn-group-raised.active,
  .btn-group:disabled.btn-group-raised.active,
  .btn-group-vertical:disabled.btn-group-raised.active,
  .btn[disabled][disabled].btn-group-raised.active,
  .input-group-btn .btn[disabled][disabled].btn-group-raised.active,
  .btn-group[disabled][disabled].btn-group-raised.active,
  .btn-group-vertical[disabled][disabled].btn-group-raised.active,
  fieldset[disabled][disabled] .btn.btn-raised:active,
  fieldset[disabled][disabled] .input-group-btn .btn.btn-raised:active,
  fieldset[disabled][disabled] .btn-group.btn-raised:active,
  fieldset[disabled][disabled] .btn-group-vertical.btn-raised:active,
  .btn.disabled.btn-raised:active,
  .input-group-btn .btn.disabled.btn-raised:active,
  .btn-group.disabled.btn-raised:active,
  .btn-group-vertical.disabled.btn-raised:active,
  .btn:disabled.btn-raised:active,
  .input-group-btn .btn:disabled.btn-raised:active,
  .btn-group:disabled.btn-raised:active,
  .btn-group-vertical:disabled.btn-raised:active,
  .btn[disabled][disabled].btn-raised:active,
  .input-group-btn .btn[disabled][disabled].btn-raised:active,
  .btn-group[disabled][disabled].btn-raised:active,
  .btn-group-vertical[disabled][disabled].btn-raised:active,
  fieldset[disabled][disabled] .btn.btn-group-raised:active,
  fieldset[disabled][disabled] .input-group-btn .btn.btn-group-raised:active,
  fieldset[disabled][disabled] .btn-group.btn-group-raised:active,
  fieldset[disabled][disabled] .btn-group-vertical.btn-group-raised:active,
  .btn.disabled.btn-group-raised:active,
  .input-group-btn .btn.disabled.btn-group-raised:active,
  .btn-group.disabled.btn-group-raised:active,
  .btn-group-vertical.disabled.btn-group-raised:active,
  .btn:disabled.btn-group-raised:active,
  .input-group-btn .btn:disabled.btn-group-raised:active,
  .btn-group:disabled.btn-group-raised:active,
  .btn-group-vertical:disabled.btn-group-raised:active,
  .btn[disabled][disabled].btn-group-raised:active,
  .input-group-btn .btn[disabled][disabled].btn-group-raised:active,
  .btn-group[disabled][disabled].btn-group-raised:active,
  .btn-group-vertical[disabled][disabled].btn-group-raised:active,
  fieldset[disabled][disabled] .btn.btn-raised:focus:not(:active),
  fieldset[disabled][disabled] .input-group-btn .btn.btn-raised:focus:not(:active),
  fieldset[disabled][disabled] .btn-group.btn-raised:focus:not(:active),
  fieldset[disabled][disabled] .btn-group-vertical.btn-raised:focus:not(:active),
  .btn.disabled.btn-raised:focus:not(:active),
  .input-group-btn .btn.disabled.btn-raised:focus:not(:active),
  .btn-group.disabled.btn-raised:focus:not(:active),
  .btn-group-vertical.disabled.btn-raised:focus:not(:active),
  .btn:disabled.btn-raised:focus:not(:active),
  .input-group-btn .btn:disabled.btn-raised:focus:not(:active),
  .btn-group:disabled.btn-raised:focus:not(:active),
  .btn-group-vertical:disabled.btn-raised:focus:not(:active),
  .btn[disabled][disabled].btn-raised:focus:not(:active),
  .input-group-btn .btn[disabled][disabled].btn-raised:focus:not(:active),
  .btn-group[disabled][disabled].btn-raised:focus:not(:active),
  .btn-group-vertical[disabled][disabled].btn-raised:focus:not(:active),
  fieldset[disabled][disabled] .btn.btn-group-raised:focus:not(:active),
  fieldset[disabled][disabled] .input-group-btn .btn.btn-group-raised:focus:not(:active),
  fieldset[disabled][disabled] .btn-group.btn-group-raised:focus:not(:active),
  fieldset[disabled][disabled] .btn-group-vertical.btn-group-raised:focus:not(:active),
  .btn.disabled.btn-group-raised:focus:not(:active),
  .input-group-btn .btn.disabled.btn-group-raised:focus:not(:active),
  .btn-group.disabled.btn-group-raised:focus:not(:active),
  .btn-group-vertical.disabled.btn-group-raised:focus:not(:active),
  .btn:disabled.btn-group-raised:focus:not(:active),
  .input-group-btn .btn:disabled.btn-group-raised:focus:not(:active),
  .btn-group:disabled.btn-group-raised:focus:not(:active),
  .btn-group-vertical:disabled.btn-group-raised:focus:not(:active),
  .btn[disabled][disabled].btn-group-raised:focus:not(:active),
  .input-group-btn .btn[disabled][disabled].btn-group-raised:focus:not(:active),
  .btn-group[disabled][disabled].btn-group-raised:focus:not(:active),
  .btn-group-vertical[disabled][disabled].btn-group-raised:focus:not(:active) {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .btn-group,
  .btn-group-vertical {
    position: relative;
    margin: 10px 1px;
  }
  .btn-group.open > .dropdown-toggle.btn,
  .btn-group-vertical.open > .dropdown-toggle.btn,
  .btn-group.open > .dropdown-toggle.btn.btn-default,
  .btn-group-vertical.open > .dropdown-toggle.btn.btn-default {
    background-color: #EEEEEE;
  }
  .btn-group.open > .dropdown-toggle.btn.btn-inverse,
  .btn-group-vertical.open > .dropdown-toggle.btn.btn-inverse {
    background-color: #3f51b5;
  }
  .btn-group.open > .dropdown-toggle.btn.btn-primary,
  .btn-group-vertical.open > .dropdown-toggle.btn.btn-primary {
    background-color: #009688;
  }
  .btn-group.open > .dropdown-toggle.btn.btn-success,
  .btn-group-vertical.open > .dropdown-toggle.btn.btn-success {
    background-color: #4caf50;
  }
  .btn-group.open > .dropdown-toggle.btn.btn-info,
  .btn-group-vertical.open > .dropdown-toggle.btn.btn-info {
    background-color: #03a9f4;
  }
  .btn-group.open > .dropdown-toggle.btn.btn-warning,
  .btn-group-vertical.open > .dropdown-toggle.btn.btn-warning {
    background-color: #ff5722;
  }
  .btn-group.open > .dropdown-toggle.btn.btn-danger,
  .btn-group-vertical.open > .dropdown-toggle.btn.btn-danger {
    background-color: #f44336;
  }
  .btn-group .dropdown-menu,
  .btn-group-vertical .dropdown-menu {
    border-radius: 0 0 2px 2px;
  }
  .btn-group.btn-group-raised,
  .btn-group-vertical.btn-group-raised {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .btn-group .btn + .btn,
  .btn-group-vertical .btn + .btn,
  .btn-group .btn,
  .btn-group-vertical .btn,
  .btn-group .btn:active,
  .btn-group-vertical .btn:active,
  .btn-group .btn-group,
  .btn-group-vertical .btn-group {
    margin: 0;
  } */
  .checkbox label {
    cursor: pointer;
    padding-left: 0;
    color: rgba(0, 0, 0, 0.26);
  }
  .form-group.is-focused .checkbox label {
    color: rgba(0, 0, 0, 0.26);
  }
  .form-group.is-focused .checkbox label:hover,
  .form-group.is-focused .checkbox label:focus {
    color: rgba(0, 0, 0, 0.54);
  }
  fieldset[disabled] .form-group.is-focused .checkbox label {
    color: rgba(0, 0, 0, 0.26);
  }
  .checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    pointer-events: none;
  }
  .checkbox .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
  }
  .checkbox .checkbox-material:before {
    display: block;
    position: absolute;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.84);
    height: 20px;
    width: 20px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    -webkit-transform: scale3d(2.3, 2.3, 1);
    transform: scale3d(2.3, 2.3, 1);
  }
  .checkbox .checkbox-material .check {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    overflow: hidden;
    z-index: 1;
  }
  .checkbox .checkbox-material .check:before {
    position: absolute;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
    -webkit-animation: checkbox-off;
    -o-animation: checkbox-off;
    animation: checkbox-off;
  }
  .checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
    opacity: 0.2;
  }
  .checkbox input[type=checkbox]:checked + .checkbox-material .check {
    color: #009688;
    border-color: #009688;
  }
  .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #009688;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    -webkit-animation: checkbox-on 0.3s forwards;
    -o-animation: checkbox-on 0.3s forwards;
    animation: checkbox-on 0.3s forwards;
  }
  .checkbox input[type=checkbox]:checked + .checkbox-material:before {
    -webkit-animation: rippleOn;
    -o-animation: rippleOn;
    animation: rippleOn;
  }
  .checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
    -webkit-animation: rippleOn 500ms forwards;
    -o-animation: rippleOn 500ms forwards;
    animation: rippleOn 500ms forwards;
  }
  .checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
    -webkit-animation: rippleOff;
    -o-animation: rippleOff;
    animation: rippleOff;
  }
  .checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
    -webkit-animation: rippleOff 500ms forwards;
    -o-animation: rippleOff 500ms forwards;
    animation: rippleOff 500ms forwards;
  }
  fieldset[disabled] .checkbox,
  fieldset[disabled] .checkbox input[type=checkbox],
  .checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
  .checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
  .checkbox input[type=checkbox][disabled] + .circle {
    opacity: 0.5;
  }
  .checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
    background-color: rgba(0, 0, 0, 0.87);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .is-focused .checkbox .checkbox-material .check:before {
    -webkit-animation: checkbox-off 0.3s forwards;
    -o-animation: checkbox-off 0.3s forwards;
    animation: checkbox-off 0.3s forwards;
  }
  .is-focused .checkbox input[type=checkbox]:checked + .checkbox-material:before {
    -webkit-animation: rippleOn 500ms;
    -o-animation: rippleOn 500ms;
    animation: rippleOn 500ms;
  }
  .is-focused .checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
    -webkit-animation: rippleOff 500ms;
    -o-animation: rippleOff 500ms;
    animation: rippleOff 500ms;
  }
  @-webkit-keyframes checkbox-on {
    0% {
      -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
      box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }
    50% {
      -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
      box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }
    100% {
      -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
      box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
  }
  @-o-keyframes checkbox-on {
    0% {
      box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }
    50% {
      box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }
    100% {
      box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
  }
  @keyframes checkbox-on {
    0% {
      -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
      box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }
    50% {
      -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
      box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }
    100% {
      -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
      box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
  }
  @-webkit-keyframes checkbox-off {
    0% {
      -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
      box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }
    25% {
      -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
      box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }
    50% {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-top: -4px;
      margin-left: 6px;
      width: 0;
      height: 0;
      -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
      box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    }
    51% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      margin-top: -2px;
      margin-left: -2px;
      width: 20px;
      height: 20px;
      -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
      box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
    }
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      margin-top: -2px;
      margin-left: -2px;
      width: 20px;
      height: 20px;
      -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
      box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
    }
  }
  @-o-keyframes checkbox-off {
    0% {
      box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }
    25% {
      box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }
    50% {
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-top: -4px;
      margin-left: 6px;
      width: 0;
      height: 0;
      box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    }
    51% {
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      margin-top: -2px;
      margin-left: -2px;
      width: 20px;
      height: 20px;
      box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
    }
    100% {
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      margin-top: -2px;
      margin-left: -2px;
      width: 20px;
      height: 20px;
      box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
    }
  }
  @keyframes checkbox-off {
    0% {
      -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
      box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }
    25% {
      -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
      box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }
    50% {
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-top: -4px;
      margin-left: 6px;
      width: 0;
      height: 0;
      -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
      box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    }
    51% {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      margin-top: -2px;
      margin-left: -2px;
      width: 20px;
      height: 20px;
      -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
      box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
    }
    100% {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      margin-top: -2px;
      margin-left: -2px;
      width: 20px;
      height: 20px;
      -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
      box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
    }
  }
  @-webkit-keyframes rippleOn {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      opacity: 0;
    }
  }
  @-o-keyframes rippleOn {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes rippleOn {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes rippleOff {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      opacity: 0;
    }
  }
  @-o-keyframes rippleOff {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes rippleOff {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      opacity: 0;
    }
  }
  .togglebutton {
    vertical-align: middle;
  }
  .togglebutton,
  .togglebutton label,
  .togglebutton input,
  .togglebutton .toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .togglebutton label {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.26);
  }
  .form-group.is-focused .togglebutton label {
    color: rgba(0, 0, 0, 0.26);
  }
  .form-group.is-focused .togglebutton label:hover,
  .form-group.is-focused .togglebutton label:focus {
    color: rgba(0, 0, 0, 0.54);
  }
  fieldset[disabled] .form-group.is-focused .togglebutton label {
    color: rgba(0, 0, 0, 0.26);
  }
  .togglebutton label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .togglebutton label .toggle {
    text-align: left;
  }
  .togglebutton label .toggle,
  .togglebutton label input[type=checkbox][disabled] + .toggle {
    content: "";
    display: inline-block;
    width: 30px;
    height: 15px;
    background-color: rgba(80, 80, 80, 0.7);
    border-radius: 15px;
    margin-right: 15px;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    vertical-align: middle;
  }
  .togglebutton label .toggle:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #f1f1f1;
    border-radius: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -2px;
    -webkit-transition: left 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.1s ease;
    -o-transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
    transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
  }
  .togglebutton label input[type=checkbox][disabled] + .toggle:after,
  .togglebutton label input[type=checkbox][disabled]:checked + .toggle:after {
    background-color: #bdbdbd;
  }
  .togglebutton label input[type=checkbox] + .toggle:active:after,
  .togglebutton label input[type=checkbox][disabled] + .toggle:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .togglebutton label input[type=checkbox]:checked + .toggle:after {
    left: 15px;
  }
  .togglebutton label input[type=checkbox]:checked + .toggle {
    background-color: rgba(0, 150, 136, 0.5);
  }
  .togglebutton label input[type=checkbox]:checked + .toggle:after {
    background-color: #009688;
  }
  .togglebutton label input[type=checkbox]:checked + .toggle:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1);
  }
  .radio label {
    cursor: pointer;
    padding-left: 45px;
    position: relative;
    color: rgba(0, 0, 0, 0.26);
  }
  .form-group.is-focused .radio label {
    color: rgba(0, 0, 0, 0.26);
  }
  .form-group.is-focused .radio label:hover,
  .form-group.is-focused .radio label:focus {
    color: rgba(0, 0, 0, 0.54);
  }
  fieldset[disabled] .form-group.is-focused .radio label {
    color: rgba(0, 0, 0, 0.26);
  }
  .radio label span {
    display: block;
    position: absolute;
    left: 10px;
    top: 2px;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .radio label .circle {
    border: 2px solid rgba(0, 0, 0, 0.54);
    height: 15px;
    width: 15px;
    border-radius: 100%;
  }
  .radio label .check {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: #009688;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }
  .radio label .check:after {
    display: block;
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.87);
    left: -18px;
    top: -18px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
  .radio label input[type=radio]:not(:checked) ~ .check:after {
    -webkit-animation: rippleOff 500ms;
    -o-animation: rippleOff 500ms;
    animation: rippleOff 500ms;
  }
  .radio label input[type=radio]:checked ~ .check:after {
    -webkit-animation: rippleOn;
    -o-animation: rippleOn;
    animation: rippleOn;
  }
  .radio input[type=radio] {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
  }
  .radio input[type=radio]:checked ~ .check,
  .radio input[type=radio]:checked ~ .circle {
    opacity: 1;
  }
  .radio input[type=radio]:checked ~ .check {
    background-color: #009688;
  }
  .radio input[type=radio]:checked ~ .circle {
    border-color: #009688;
  }
  .radio input[type=radio]:checked ~ .check {
    -webkit-transform: scale3d(0.55, 0.55, 1);
    transform: scale3d(0.55, 0.55, 1);
  }
  .radio input[type=radio][disabled] ~ .check,
  .radio input[type=radio][disabled] ~ .circle {
    opacity: 0.26;
  }
  .radio input[type=radio][disabled] ~ .check {
    background-color: #000000;
  }
  .radio input[type=radio][disabled] ~ .circle {
    border-color: #000000;
  }
  .theme-dark .radio input[type=radio][disabled] ~ .check,
  .theme-dark .radio input[type=radio][disabled] ~ .circle {
    opacity: 0.3;
  }
  .theme-dark .radio input[type=radio][disabled] ~ .check {
    background-color: #ffffff;
  }
  .theme-dark .radio input[type=radio][disabled] ~ .circle {
    border-color: #ffffff;
  }
  .is-focused .radio input[type=radio]:checked ~ .check:after {
    -webkit-animation: rippleOn 500ms;
    -o-animation: rippleOn 500ms;
    animation: rippleOn 500ms;
  }
  @keyframes rippleOn {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes rippleOff {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      opacity: 0;
    }
  }
  output {
    padding-top: 8px;
    font-size: 16px;
    line-height: 1.42857143;
  }
  .form-control {
    height: 38px;
    padding: 7px 0;
    font-size: 16px;
    line-height: 1.42857143;
  }
  @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: 38px;
    }
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month] {
      line-height: 24px;
    }
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month] {
      line-height: 44px;
    }
  }
  .radio label,
  .checkbox label {
    min-height: 22px;
  }
  .form-control-static {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 38px;
  }
  .input-sm .input-sm {
    height: 24px;
    padding: 3px 0;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0;
  }
  .input-sm select.input-sm {
    height: 24px;
    line-height: 24px;
  }
  .input-sm textarea.input-sm,
  .input-sm select[multiple].input-sm {
    height: auto;
  }
  .form-group-sm .form-control {
    height: 24px;
    padding: 3px 0;
    font-size: 11px;
    line-height: 1.5;
  }
  .form-group-sm select.form-control {
    height: 24px;
    line-height: 24px;
  }
  .form-group-sm textarea.form-control,
  .form-group-sm select[multiple].form-control {
    height: auto;
  }
  .form-group-sm .form-control-static {
    height: 24px;
    min-height: 33px;
    padding: 4px 0;
    font-size: 11px;
    line-height: 1.5;
  }
  .input-lg .input-lg {
    height: 44px;
    padding: 9px 0;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
  }
  .input-lg select.input-lg {
    height: 44px;
    line-height: 44px;
  }
  .input-lg textarea.input-lg,
  .input-lg select[multiple].input-lg {
    height: auto;
  }
  .form-group-lg .form-control {
    height: 44px;
    padding: 9px 0;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .form-group-lg select.form-control {
    height: 44px;
    line-height: 44px;
  }
  .form-group-lg textarea.form-control,
  .form-group-lg select[multiple].form-control {
    height: auto;
  }
  .form-group-lg .form-control-static {
    height: 44px;
    min-height: 40px;
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal .radio-inline,
  .form-horizontal .checkbox-inline {
    padding-top: 8px;
  }
  .form-horizontal .radio,
  .form-horizontal .checkbox {
    min-height: 30px;
  }
  @media (min-width: 768px) {
    .form-horizontal .control-label {
      padding-top: 8px;
    }
  }
  @media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
      padding-top: 12.9999997px;
      font-size: 18px;
    }
  }
  @media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
      padding-top: 4px;
      font-size: 11px;
    }
  }
  .label {
    border-radius: 1px;
  }
  .label,
  .label.label-default {
    background-color: #9e9e9e;
  }
  .label.label-inverse {
    background-color: #3f51b5;
  }
  .label.label-primary {
    background-color: #009688;
  }
  .label.label-success {
    background-color: #4caf50;
  }
  .label.label-info {
    background-color: #03a9f4;
  }
  .label.label-warning {
    background-color: #ff5722;
  }
  .label.label-danger {
    background-color: #f44336;
  }
  .form-control,
  .form-group .form-control {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .form-control::-moz-placeholder,
  .form-group .form-control::-moz-placeholder {
    color: #bdbdbd;
    font-weight: 400;
  }
  .form-control:-ms-input-placeholder,
  .form-group .form-control:-ms-input-placeholder {
    color: #bdbdbd;
    font-weight: 400;
  }
  .form-control::-webkit-input-placeholder,
  .form-group .form-control::-webkit-input-placeholder {
    color: #bdbdbd;
    font-weight: 400;
  }
  .form-control[readonly],
  .form-group .form-control[readonly],
  .form-control[disabled],
  .form-group .form-control[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] .form-group .form-control {
    background-color: rgba(0, 0, 0, 0);
  }
  .form-control[disabled],
  .form-group .form-control[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] .form-group .form-control {
    background-image: none;
    border-bottom: 1px dotted #d2d2d2;
  }
  .form-group {
    position: relative;
  }
  .form-group.label-static label.control-label,
  .form-group.label-placeholder label.control-label,
  .form-group.label-floating label.control-label {
    position: absolute;
    pointer-events: none;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .form-group.label-floating label.control-label {
    will-change: left, top, contents;
  }
  .form-group.label-placeholder:not(.is-empty) label.control-label {
    display: none;
  }
  .form-group .help-block {
    position: absolute;
    display: none;
  }
  .form-group.is-focused .form-control {
    outline: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .form-group.is-focused .form-control .material-input:after {
    background-color: #009688;
  }
  .form-group.is-focused label,
  .form-group.is-focused label.control-label {
    color: #009688;
  }
  .form-group.is-focused.label-placeholder label,
  .form-group.is-focused.label-placeholder label.control-label {
    color: #bdbdbd;
  }
  .form-group.is-focused .help-block {
    display: block;
  }
  .form-group.has-warning .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .form-group.has-warning.is-focused .form-control {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5722), to(#ff5722)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
    background-image: -webkit-linear-gradient(#ff5722, #ff5722), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: -o-linear-gradient(#ff5722, #ff5722), -o-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: linear-gradient(#ff5722, #ff5722), linear-gradient(#d2d2d2, #d2d2d2);
  }
  .form-group.has-warning label.control-label,
  .form-group.has-warning .help-block {
    color: #ff5722;
  }
  .form-group.has-error .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .form-group.has-error.is-focused .form-control {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f44336), to(#f44336)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
    background-image: -webkit-linear-gradient(#f44336, #f44336), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: -o-linear-gradient(#f44336, #f44336), -o-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: linear-gradient(#f44336, #f44336), linear-gradient(#d2d2d2, #d2d2d2);
  }
  .form-group.has-error label.control-label,
  .form-group.has-error .help-block {
    color: #f44336;
  }
  .form-group.has-success .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .form-group.has-success.is-focused .form-control {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4caf50), to(#4caf50)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
    background-image: -webkit-linear-gradient(#4caf50, #4caf50), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: -o-linear-gradient(#4caf50, #4caf50), -o-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#d2d2d2, #d2d2d2);
  }
  .form-group.has-success label.control-label,
  .form-group.has-success .help-block {
    color: #4caf50;
  }
  .form-group.has-info .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .form-group.has-info.is-focused .form-control {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#03a9f4), to(#03a9f4)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
    background-image: -webkit-linear-gradient(#03a9f4, #03a9f4), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: -o-linear-gradient(#03a9f4, #03a9f4), -o-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#d2d2d2, #d2d2d2);
  }
  .form-group.has-info label.control-label,
  .form-group.has-info .help-block {
    color: #03a9f4;
  }
  .form-group textarea {
    resize: none;
  }
  .form-group textarea ~ .form-control-highlight {
    margin-top: -11px;
  }
  .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form-group select ~ .material-input:after {
    display: none;
  }
  .form-control {
    margin-bottom: 7px;
  }
  .form-control::-moz-placeholder {
    font-size: 16px;
    line-height: 1.42857143;
    color: #bdbdbd;
    font-weight: 400;
  }
  .form-control:-ms-input-placeholder {
    font-size: 16px;
    line-height: 1.42857143;
    color: #bdbdbd;
    font-weight: 400;
  }
  .form-control::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 1.42857143;
    color: #bdbdbd;
    font-weight: 400;
  }
  .checkbox label,
  .radio label,
  label {
    font-size: 16px;
    line-height: 1.42857143;
    color: #bdbdbd;
    font-weight: 400;
  }
  label.control-label {
    font-size: 12px;
    line-height: 1.07142857;
    color: #bdbdbd;
    font-weight: 400;
    margin: 16px 0 0 0;
  }
  .help-block {
    margin-top: 0;
    font-size: 12px;
  }
  .form-group {
    padding-bottom: 7px;
    margin: 28px 0 0 0;
  }
  .form-group .form-control {
    margin-bottom: 7px;
  }
  .form-group .form-control::-moz-placeholder {
    font-size: 16px;
    line-height: 1.42857143;
    color: #bdbdbd;
    font-weight: 400;
  }
  .form-group .form-control:-ms-input-placeholder {
    font-size: 16px;
    line-height: 1.42857143;
    color: #bdbdbd;
    font-weight: 400;
  }
  .form-group .form-control::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 1.42857143;
    color: #bdbdbd;
    font-weight: 400;
  }
  .form-group .checkbox label,
  .form-group .radio label,
  .form-group label {
    font-size: 16px;
    line-height: 1.42857143;
    color: #bdbdbd;
    font-weight: 400;
  }
  .form-group label.control-label {
    font-size: 12px;
    line-height: 1.07142857;
    color: #bdbdbd;
    font-weight: 400;
    margin: 16px 0 0 0;
  }
  .form-group .help-block {
    margin-top: 0;
    font-size: 12px;
  }
  .form-group.label-floating label.control-label,
  .form-group.label-placeholder label.control-label {
    top: -7px;
    font-size: 16px;
    line-height: 1.42857143;
  }
  .form-group.label-static label.control-label,
  .form-group.label-floating.is-focused label.control-label,
  .form-group.label-floating:not(.is-empty) label.control-label {
    top: -30px;
    left: 0;
    font-size: 12px;
    line-height: 1.07142857;
  }
  .form-group.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
    top: -30px;
    left: 0;
    font-size: 12px;
    line-height: 1.07142857;
  }
  .form-group.form-group-sm {
    padding-bottom: 3px;
    margin: 21px 0 0 0;
  }
  .form-group.form-group-sm .form-control {
    margin-bottom: 3px;
  }
  .form-group.form-group-sm .form-control::-moz-placeholder {
    font-size: 11px;
    line-height: 1.5;
    color: #bdbdbd;
    font-weight: 400;
  }
  .form-group.form-group-sm .form-control:-ms-input-placeholder {
    font-size: 11px;
    line-height: 1.5;
    color: #bdbdbd;
    font-weight: 400;
  }
  .form-group.form-group-sm .form-control::-webkit-input-placeholder {
    font-size: 11px;
    line-height: 1.5;
    color: #bdbdbd;
    font-weight: 400;
  }
  .form-group.form-group-sm .checkbox label,
  .form-group.form-group-sm .radio label,
  .form-group.form-group-sm label {
    font-size: 11px;
    line-height: 1.5;
    color: #bdbdbd;
    font-weight: 400;
  }
  .form-group.form-group-sm label.control-label {
    font-size: 9px;
    line-height: 1.125;
    color: #bdbdbd;
    font-weight: 400;
    margin: 16px 0 0 0;
  }
  .form-group.form-group-sm .help-block {
    margin-top: 0;
    font-size: 9px;
  }
  .form-group.form-group-sm.label-floating label.control-label,
  .form-group.form-group-sm.label-placeholder label.control-label {
    top: -11px;
    font-size: 11px;
    line-height: 1.5;
  }
  .form-group.form-group-sm.label-static label.control-label,
  .form-group.form-group-sm.label-floating.is-focused label.control-label,
  .form-group.form-group-sm.label-floating:not(.is-empty) label.control-label {
    top: -25px;
    left: 0;
    font-size: 9px;
    line-height: 1.125;
  }
  .form-group.form-group-sm.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
    top: -25px;
    left: 0;
    font-size: 9px;
    line-height: 1.125;
  }
  .form-group.form-group-lg {
    padding-bottom: 9px;
    margin: 30px 0 0 0;
  }
  .form-group.form-group-lg .form-control {
    margin-bottom: 9px;
  }
  .form-group.form-group-lg .form-control::-moz-placeholder {
    font-size: 18px;
    line-height: 1.3333333;
    color: #bdbdbd;
    font-weight: 400;
  }
  .form-group.form-group-lg .form-control:-ms-input-placeholder {
    font-size: 18px;
    line-height: 1.3333333;
    color: #bdbdbd;
    font-weight: 400;
  }
  .form-group.form-group-lg .form-control::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1.3333333;
    color: #bdbdbd;
    font-weight: 400;
  }
  .form-group.form-group-lg .checkbox label,
  .form-group.form-group-lg .radio label,
  .form-group.form-group-lg label {
    font-size: 18px;
    line-height: 1.3333333;
    color: #bdbdbd;
    font-weight: 400;
  }
  .form-group.form-group-lg label.control-label {
    font-size: 14px;
    line-height: 0.99999998;
    color: #bdbdbd;
    font-weight: 400;
    margin: 16px 0 0 0;
  }
  .form-group.form-group-lg .help-block {
    margin-top: 0;
    font-size: 14px;
  }
  .form-group.form-group-lg.label-floating label.control-label,
  .form-group.form-group-lg.label-placeholder label.control-label {
    top: -5px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .form-group.form-group-lg.label-static label.control-label,
  .form-group.form-group-lg.label-floating.is-focused label.control-label,
  .form-group.form-group-lg.label-floating:not(.is-empty) label.control-label {
    top: -32px;
    left: 0;
    font-size: 14px;
    line-height: 0.99999998;
  }
  .form-group.form-group-lg.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
    top: -32px;
    left: 0;
    font-size: 14px;
    line-height: 0.99999998;
  }
  select.form-control {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .form-group.is-focused select.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d2d2d2;
  }
  select.form-control[multiple],
  .form-group.is-focused select.form-control[multiple] {
    height: 85px;
  }
  .input-group-btn .btn {
    margin: 0 0 7px 0;
  }
  .form-group.form-group-sm .input-group-btn .btn {
    margin: 0 0 3px 0;
  }
  .form-group.form-group-lg .input-group-btn .btn {
    margin: 0 0 9px 0;
  }
  .input-group .input-group-btn {
    padding: 0 12px;
  }
  .input-group .input-group-addon {
    border: 0;
    background: transparent;
  }
  .form-group input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .list-group {
    border-radius: 0;
  }
  .list-group .list-group-item {
    background-color: transparent;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    padding: 0 16px;
  }
  .list-group .list-group-item.baseline {
    border-bottom: 1px solid #cecece;
  }
  .list-group .list-group-item.baseline:last-child {
    border-bottom: none;
  }
  .list-group .list-group-item .row-picture,
  .list-group .list-group-item .row-action-primary {
    display: inline-block;
    padding-right: 16px;
  }
  .list-group .list-group-item .row-picture img,
  .list-group .list-group-item .row-action-primary img,
  .list-group .list-group-item .row-picture i,
  .list-group .list-group-item .row-action-primary i,
  .list-group .list-group-item .row-picture label,
  .list-group .list-group-item .row-action-primary label {
    display: block;
    width: 56px;
    height: 56px;
  }
  .list-group .list-group-item .row-picture img,
  .list-group .list-group-item .row-action-primary img {
    background: rgba(0, 0, 0, 0.1);
    padding: 1px;
  }
  .list-group .list-group-item .row-picture img.circle,
  .list-group .list-group-item .row-action-primary img.circle {
    border-radius: 100%;
  }
  .list-group .list-group-item .row-picture i,
  .list-group .list-group-item .row-action-primary i {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: white;
  }
  .list-group .list-group-item .row-picture label,
  .list-group .list-group-item .row-action-primary label {
    margin-left: 7px;
    margin-right: -7px;
    margin-top: 5px;
    margin-bottom: -5px;
  }
  .list-group .list-group-item .row-picture label .checkbox-material,
  .list-group .list-group-item .row-action-primary label .checkbox-material {
    left: -10px;
  }
  .list-group .list-group-item .row-content {
    display: inline-block;
    width: -webkit-calc(100% - 92px);
    width: calc(100% - 92px);
    min-height: 66px;
  }
  .list-group .list-group-item .row-content .action-secondary {
    position: absolute;
    right: 16px;
    top: 16px;
  }
  .list-group .list-group-item .row-content .action-secondary i {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }
  .list-group .list-group-item .row-content .action-secondary ~ * {
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  .list-group .list-group-item .row-content .least-content {
    position: absolute;
    right: 16px;
    top: 0;
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
  }
  .list-group .list-group-item .list-group-item-heading {
    color: rgba(0, 0, 0, 0.77);
    font-size: 20px;
    line-height: 29px;
  }
  .list-group .list-group-item.active:hover,
  .list-group .list-group-item.active:focus {
    background: rgba(0, 0, 0, 0.15);
    outline: 10px solid rgba(0, 0, 0, 0.15);
  }
  .list-group .list-group-item.active .list-group-item-heading,
  .list-group .list-group-item.active .list-group-item-text {
    color: rgba(0, 0, 0, 0.87);
  }
  .list-group .list-group-separator {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .list-group .list-group-separator:before {
    content: "";
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    float: right;
  }
  .navbar {
    background-color: #009688;
    border: 0;
    border-radius: 0;
  }
  .navbar .navbar-brand {
    position: relative;
    height: 50px;
    line-height: 30px;
    color: inherit;
  }
  .navbar .navbar-brand:hover,
  .navbar .navbar-brand:focus {
    color: inherit;
    background-color: transparent;
  }
  .navbar .navbar-text {
    color: inherit;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .navbar .navbar-nav > li > a {
    color: inherit;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar .navbar-nav > li > a:hover,
  .navbar .navbar-nav > li > a:focus {
    color: inherit;
    background-color: transparent;
  }
  .navbar .navbar-nav > .active > a,
  .navbar .navbar-nav > .active > a:hover,
  .navbar .navbar-nav > .active > a:focus {
    color: inherit;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .navbar .navbar-nav > .disabled > a,
  .navbar .navbar-nav > .disabled > a:hover,
  .navbar .navbar-nav > .disabled > a:focus {
    color: inherit;
    background-color: transparent;
    opacity: 0.9;
  }
  .navbar .navbar-toggle {
    border: 0;
  }
  .navbar .navbar-toggle:hover,
  .navbar .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar .navbar-toggle .icon-bar {
    background-color: inherit;
    border: 1px solid;
  }
  .navbar .navbar-default .navbar-toggle,
  .navbar .navbar-inverse .navbar-toggle {
    border-color: transparent;
  }
  .navbar .navbar-collapse,
  .navbar .navbar-form {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-nav > .open > a,
  .navbar .navbar-nav > .open > a:hover,
  .navbar .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: inherit;
  }
  @media (max-width: 767px) {
    .navbar .navbar-nav .navbar-text {
      color: inherit;
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .navbar .navbar-nav .open .dropdown-menu > .dropdown-header {
      border: 0;
      color: inherit;
    }
    .navbar .navbar-nav .open .dropdown-menu .divider {
      border-bottom: 1px solid;
      opacity: 0.08;
    }
    .navbar .navbar-nav .open .dropdown-menu > li > a {
      color: inherit;
    }
    .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
      color: inherit;
      background-color: transparent;
    }
    .navbar .navbar-nav .open .dropdown-menu > .active > a,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: inherit;
      background-color: transparent;
    }
    .navbar .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: inherit;
      background-color: transparent;
    }
  }
  .navbar .navbar-link {
    color: inherit;
  }
  .navbar .navbar-link:hover {
    color: inherit;
  }
  .navbar .btn-link {
    color: inherit;
  }
  .navbar .btn-link:hover,
  .navbar .btn-link:focus {
    color: inherit;
  }
  .navbar .btn-link[disabled]:hover,
  fieldset[disabled] .navbar .btn-link:hover,
  .navbar .btn-link[disabled]:focus,
  fieldset[disabled] .navbar .btn-link:focus {
    color: inherit;
  }
  .navbar .navbar-form {
    margin-top: 16px;
  }
  .navbar .navbar-form .form-group {
    margin: 0;
    padding: 0;
  }
  .navbar .navbar-form .form-group .material-input:before,
  .navbar .navbar-form .form-group.is-focused .material-input:after {
    background-color: inherit;
  }
  .navbar .navbar-form .form-group .form-control,
  .navbar .navbar-form .form-control {
    border-color: inherit;
    color: inherit;
    padding: 0;
    margin: 0;
    height: 28px;
    font-size: 14px;
    line-height: 1.42857143;
  }
  .navbar,
  .navbar.navbar-default {
    background-color: #009688;
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar .navbar-form .form-group input.form-control::-moz-placeholder,
  .navbar.navbar-default .navbar-form .form-group input.form-control::-moz-placeholder,
  .navbar .navbar-form input.form-control::-moz-placeholder,
  .navbar.navbar-default .navbar-form input.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar .navbar-form .form-group input.form-control:-ms-input-placeholder,
  .navbar.navbar-default .navbar-form .form-group input.form-control:-ms-input-placeholder,
  .navbar .navbar-form input.form-control:-ms-input-placeholder,
  .navbar.navbar-default .navbar-form input.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar .navbar-form .form-group input.form-control::-webkit-input-placeholder,
  .navbar.navbar-default .navbar-form .form-group input.form-control::-webkit-input-placeholder,
  .navbar .navbar-form input.form-control::-webkit-input-placeholder,
  .navbar.navbar-default .navbar-form input.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar .dropdown-menu,
  .navbar.navbar-default .dropdown-menu {
    border-radius: 2px;
  }
  .navbar .dropdown-menu li > a,
  .navbar.navbar-default .dropdown-menu li > a {
    padding: 13px 16px;
  }
  .navbar .dropdown-menu li > a:hover,
  .navbar.navbar-default .dropdown-menu li > a:hover,
  .navbar .dropdown-menu li > a:focus,
  .navbar.navbar-default .dropdown-menu li > a:focus {
    color: #009688;
    background-color: #eeeeee;
  }
  .navbar .dropdown-menu .active > a,
  .navbar.navbar-default .dropdown-menu .active > a {
    background-color: #009688;
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar .dropdown-menu .active > a:hover,
  .navbar.navbar-default .dropdown-menu .active > a:hover,
  .navbar .dropdown-menu .active > a:focus,
  .navbar.navbar-default .dropdown-menu .active > a:focus {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-inverse {
    background-color: #3f51b5;
    color: #ffffff;
  }
  .navbar.navbar-inverse .navbar-form .form-group input.form-control::-moz-placeholder,
  .navbar.navbar-inverse .navbar-form input.form-control::-moz-placeholder {
    color: #ffffff;
  }
  .navbar.navbar-inverse .navbar-form .form-group input.form-control:-ms-input-placeholder,
  .navbar.navbar-inverse .navbar-form input.form-control:-ms-input-placeholder {
    color: #ffffff;
  }
  .navbar.navbar-inverse .navbar-form .form-group input.form-control::-webkit-input-placeholder,
  .navbar.navbar-inverse .navbar-form input.form-control::-webkit-input-placeholder {
    color: #ffffff;
  }
  .navbar.navbar-inverse .dropdown-menu {
    border-radius: 2px;
  }
  .navbar.navbar-inverse .dropdown-menu li > a {
    font-size: 16px;
    padding: 13px 16px;
  }
  .navbar.navbar-inverse .dropdown-menu li > a:hover,
  .navbar.navbar-inverse .dropdown-menu li > a:focus {
    color: #3f51b5;
    background-color: #eeeeee;
  }
  .navbar.navbar-inverse .dropdown-menu .active > a {
    background-color: #3f51b5;
    color: #ffffff;
  }
  .navbar.navbar-inverse .dropdown-menu .active > a:hover,
  .navbar.navbar-inverse .dropdown-menu .active > a:focus {
    color: #ffffff;
  }
  .navbar.navbar-primary {
    background-color: #009688;
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-primary .navbar-form .form-group input.form-control::-moz-placeholder,
  .navbar.navbar-primary .navbar-form input.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-primary .navbar-form .form-group input.form-control:-ms-input-placeholder,
  .navbar.navbar-primary .navbar-form input.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-primary .navbar-form .form-group input.form-control::-webkit-input-placeholder,
  .navbar.navbar-primary .navbar-form input.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-primary .dropdown-menu {
    border-radius: 2px;
  }
  .navbar.navbar-primary .dropdown-menu li > a {
    font-size: 16px;
    padding: 13px 16px;
  }
  .navbar.navbar-primary .dropdown-menu li > a:hover,
  .navbar.navbar-primary .dropdown-menu li > a:focus {
    color: #009688;
    background-color: #eeeeee;
  }
  .navbar.navbar-primary .dropdown-menu .active > a {
    background-color: #009688;
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-primary .dropdown-menu .active > a:hover,
  .navbar.navbar-primary .dropdown-menu .active > a:focus {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-success {
    background-color: #4caf50;
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-success .navbar-form .form-group input.form-control::-moz-placeholder,
  .navbar.navbar-success .navbar-form input.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-success .navbar-form .form-group input.form-control:-ms-input-placeholder,
  .navbar.navbar-success .navbar-form input.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-success .navbar-form .form-group input.form-control::-webkit-input-placeholder,
  .navbar.navbar-success .navbar-form input.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-success .dropdown-menu {
    border-radius: 2px;
  }
  .navbar.navbar-success .dropdown-menu li > a {
    font-size: 16px;
    padding: 13px 16px;
  }
  .navbar.navbar-success .dropdown-menu li > a:hover,
  .navbar.navbar-success .dropdown-menu li > a:focus {
    color: #4caf50;
    background-color: #eeeeee;
  }
  .navbar.navbar-success .dropdown-menu .active > a {
    background-color: #4caf50;
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-success .dropdown-menu .active > a:hover,
  .navbar.navbar-success .dropdown-menu .active > a:focus {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-info {
    background-color: #03a9f4;
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-info .navbar-form .form-group input.form-control::-moz-placeholder,
  .navbar.navbar-info .navbar-form input.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-info .navbar-form .form-group input.form-control:-ms-input-placeholder,
  .navbar.navbar-info .navbar-form input.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-info .navbar-form .form-group input.form-control::-webkit-input-placeholder,
  .navbar.navbar-info .navbar-form input.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-info .dropdown-menu {
    border-radius: 2px;
  }
  .navbar.navbar-info .dropdown-menu li > a {
    font-size: 16px;
    padding: 13px 16px;
  }
  .navbar.navbar-info .dropdown-menu li > a:hover,
  .navbar.navbar-info .dropdown-menu li > a:focus {
    color: #03a9f4;
    background-color: #eeeeee;
  }
  .navbar.navbar-info .dropdown-menu .active > a {
    background-color: #03a9f4;
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-info .dropdown-menu .active > a:hover,
  .navbar.navbar-info .dropdown-menu .active > a:focus {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-warning {
    background-color: #ff5722;
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-warning .navbar-form .form-group input.form-control::-moz-placeholder,
  .navbar.navbar-warning .navbar-form input.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-warning .navbar-form .form-group input.form-control:-ms-input-placeholder,
  .navbar.navbar-warning .navbar-form input.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-warning .navbar-form .form-group input.form-control::-webkit-input-placeholder,
  .navbar.navbar-warning .navbar-form input.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-warning .dropdown-menu {
    border-radius: 2px;
  }
  .navbar.navbar-warning .dropdown-menu li > a {
    font-size: 16px;
    padding: 13px 16px;
  }
  .navbar.navbar-warning .dropdown-menu li > a:hover,
  .navbar.navbar-warning .dropdown-menu li > a:focus {
    color: #ff5722;
    background-color: #eeeeee;
  }
  .navbar.navbar-warning .dropdown-menu .active > a {
    background-color: #ff5722;
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-warning .dropdown-menu .active > a:hover,
  .navbar.navbar-warning .dropdown-menu .active > a:focus {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-danger {
    background-color: #f44336;
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-danger .navbar-form .form-group input.form-control::-moz-placeholder,
  .navbar.navbar-danger .navbar-form input.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-danger .navbar-form .form-group input.form-control:-ms-input-placeholder,
  .navbar.navbar-danger .navbar-form input.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-danger .navbar-form .form-group input.form-control::-webkit-input-placeholder,
  .navbar.navbar-danger .navbar-form input.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-danger .dropdown-menu {
    border-radius: 2px;
  }
  .navbar.navbar-danger .dropdown-menu li > a {
    font-size: 16px;
    padding: 13px 16px;
  }
  .navbar.navbar-danger .dropdown-menu li > a:hover,
  .navbar.navbar-danger .dropdown-menu li > a:focus {
    color: #f44336;
    background-color: #eeeeee;
  }
  .navbar.navbar-danger .dropdown-menu .active > a {
    background-color: #f44336;
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar.navbar-danger .dropdown-menu .active > a:hover,
  .navbar.navbar-danger .dropdown-menu .active > a:focus {
    color: rgba(255, 255, 255, 0.84);
  }
  .navbar-inverse {
    background-color: #3f51b5;
  }
  @media (max-width: 1199px) {
    .navbar .navbar-brand {
      /*height: 50px;*/
      padding: 10px 15px;
    }
    .navbar .navbar-form {
      margin-top: 10px;
    }
    .navbar .navbar-nav > li > a {
      padding-top: 15px;
      padding-bottom: 15px;
    }
  }
  .dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  .dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.12);
  }
  .dropdown-menu li {
    overflow: hidden;
    position: relative;
  }
  .dropdown-menu li a:hover {
    background-color: transparent;
    color: #009688;
  }
  .alert {
    border: 0;
    border-radius: 0;
  }
  .progress {
    height: 4px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #c8c8c8;
  }
  .progress .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .progress .progress-bar,
  .progress .progress-bar.progress-bar-default {
    background-color: #009688;
  }
  .progress .progress-bar.progress-bar-inverse {
    background-color: #3f51b5;
  }
  .progress .progress-bar.progress-bar-primary {
    background-color: #009688;
  }
  .progress .progress-bar.progress-bar-success {
    background-color: #4caf50;
  }
  .progress .progress-bar.progress-bar-info {
    background-color: #03a9f4;
  }
  .progress .progress-bar.progress-bar-warning {
    background-color: #ff5722;
  }
  .progress .progress-bar.progress-bar-danger {
    background-color: #f44336;
  }
  .text-warning {
    color: #ff5722;
  }
  .text-primary {
    color: #009688;
  }
  .text-danger {
    color: #f44336;
  }
  .text-success {
    color: #4caf50;
  }
  .text-info {
    color: #03a9f4;
  }
  /* .nav-tabs {
    background: #009688;
  }
  .nav-tabs > li > a {
    color: #FFFFFF;
    border: 0;
    margin: 0;
  }
  .nav-tabs > li > a:hover {
    background-color: transparent;
    border: 0;
  }
  .nav-tabs > li > a,
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    background-color: transparent !important;
    border: 0 !important;
    color: #FFFFFF !important;
    font-weight: 500;
  }
  .nav-tabs > li.disabled > a,
  .nav-tabs > li.disabled > a:hover {
    color: rgba(255, 255, 255, 0.5);
  } */
  .modal-content {
    -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    border-radius: 2px;
    border: none;
  }
  .modal-content .modal-header {
    border-bottom: none;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 0;
    padding-left: 24px;
  }
  .modal-content .modal-body {
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
  }
  .modal-content .modal-footer {
    border-top: none;
    padding: 24px;
    display: flex;
    justify-content: space-between;
  }
  .modal-content .modal-footer .spacer {
    flex: 1;
  }
  .modal-content .modal-footer button {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
  }
  .modal-content .modal-footer button.pull-left {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    left: -5px;
  }
  .modal-content .modal-footer button + button {
    margin-bottom: 16px;
  }
  .modal-content .modal-body + .modal-footer {
    padding-top: 0;
  }
  .modal-backdrop {
    background: rgba(0, 0, 0, 0.3);
  }
  .panel {
    border-radius: 2px;
    border: 0;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  }
  .panel > .panel-heading,
  .panel.panel-default > .panel-heading {
    background-color: #eeeeee;
  }
  .panel.panel-inverse > .panel-heading {
    background-color: #3f51b5;
  }
  .panel.panel-primary > .panel-heading {
    background-color: #009688;
  }
  .panel.panel-success > .panel-heading {
    background-color: #4caf50;
  }
  .panel.panel-info > .panel-heading {
    background-color: #03a9f4;
  }
  .panel.panel-warning > .panel-heading {
    background-color: #ff5722;
  }
  .panel.panel-danger > .panel-heading {
    background-color: #f44336;
  }
  [class*=panel-] > .panel-heading {
    color: rgba(255, 255, 255, 0.84);
    border: 0;
  }
  .panel-default > .panel-heading,
  .panel:not([class*=panel-]) > .panel-heading {
    color: rgba(0, 0, 0, 0.87);
  }
  .panel-footer {
    background-color: #eeeeee;
  }
  hr.on-dark {
    color: #1a1a1a;
  }
  hr.on-light {
    color: #ffffff;
  }
  @media (-webkit-min-device-pixel-ratio: 0.75), (min--moz-device-pixel-ratio: 0.75), (-o-device-pixel-ratio: 3/4), (min-device-pixel-ratio: 0.75), (-o-min-device-pixel-ratio: 3/4), (min-resolution: 0.75dppx), (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
    hr {
      height: 0.75px;
    }
  }
  @media (-webkit-min-device-pixel-ratio: 1), (min--moz-device-pixel-ratio: 1), (-o-device-pixel-ratio: 1), (min-device-pixel-ratio: 1), (-o-min-device-pixel-ratio: 1/1), (min-resolution: 1dppx), (-webkit-min-device-pixel-ratio: 1.6666666667), (-o-min-device-pixel-ratio: 5/3), (min-resolution: 160dpi) {
    hr {
      height: 1px;
    }
  }
  @media (-webkit-min-device-pixel-ratio: 1.33), (min--moz-device-pixel-ratio: 1.33), (-o-device-pixel-ratio: 133/100), (min-device-pixel-ratio: 1.33), (-o-min-device-pixel-ratio: 133/100), (min-resolution: 1.33dppx), (-webkit-min-device-pixel-ratio: 2.21875), (-o-min-device-pixel-ratio: 71/32), (min-resolution: 213dpi) {
    hr {
      height: 1.333px;
    }
  }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 2.5), (-o-min-device-pixel-ratio: 5/2), (min-resolution: 240dpi) {
    hr {
      height: 1.5px;
    }
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 3.9583333333), (-o-min-device-pixel-ratio: 95/24), (min-resolution: 380dpi) {
    hr {
      height: 2px;
    }
  }
  @media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (-o-device-pixel-ratio: 3/1), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (-webkit-min-device-pixel-ratio: 5), (-o-min-device-pixel-ratio: 5/1), (min-resolution: 480dpi) {
    hr {
      height: 3px;
    }
  }
  @media (-webkit-min-device-pixel-ratio: 4), (min--moz-device-pixel-ratio: 4), (-o-device-pixel-ratio: 4/1), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 4/1), (min-resolution: 4dppx), (-webkit-min-device-pixel-ratio: 6.6666666667), (-o-min-device-pixel-ratio: 20/3), (min-resolution: 640dpi) {
    hr {
      height: 4px;
    }
  }
  * {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
  }
  *:focus {
    outline: 0;
  }
  .snackbar {
    background-color: #323232;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    height: 0;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
    -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
  .snackbar.snackbar-opened {
    padding: 14px 15px;
    margin-bottom: 20px;
    height: auto;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s;
    -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .snackbar.toast {
    border-radius: 200px;
  }
  .noUi-target,
  .noUi-target * {
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .noUi-handle {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .noUi-stacking .noUi-handle {
    z-index: 10;
  }
  .noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    -o-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
  }
  .noUi-state-drag * {
    cursor: inherit !important;
  }
  .noUi-horizontal {
    height: 10px;
  }
  .noUi-handle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    left: -10px;
    top: -5px;
    cursor: ew-resize;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: 1px solid;
  }
  .noUi-vertical .noUi-handle {
    margin-left: 5px;
    cursor: ns-resize;
  }
  .noUi-horizontal.noUi-extended {
    padding: 0 15px;
  }
  .noUi-horizontal.noUi-extended .noUi-origin {
    right: -15px;
  }
  .noUi-background {
    height: 2px;
    margin: 20px 0;
  }
  .noUi-origin {
    margin: 0;
    border-radius: 0;
    height: 2px;
    background: #c8c8c8;
  }
  .noUi-origin[style^="left: 0"] .noUi-handle {
    background-color: #fff;
    border: 2px solid #c8c8c8;
  }
  .noUi-origin[style^="left: 0"] .noUi-handle.noUi-active {
    border-width: 1px;
  }
  .noUi-target {
    border-radius: 2px;
  }
  .noUi-horizontal {
    height: 2px;
    margin: 15px 0;
  }
  .noUi-vertical {
    height: 100%;
    width: 2px;
    margin: 0 15px;
    display: inline-block;
  }
  .noUi-handle.noUi-active {
    -webkit-transform: scale3d(2.5, 2.5, 1);
    transform: scale3d(2.5, 2.5, 1);
  }
  [disabled].noUi-slider {
    opacity: 0.5;
  }
  [disabled] .noUi-handle {
    cursor: not-allowed;
  }
  .slider {
    background: #c8c8c8;
  }
  .slider.noUi-connect,
  .slider.slider-default.noUi-connect {
    background-color: #009688;
  }
  .slider.slider-inverse.noUi-connect {
    background-color: #3f51b5;
  }
  .slider.slider-primary.noUi-connect {
    background-color: #009688;
  }
  .slider.slider-success.noUi-connect {
    background-color: #4caf50;
  }
  .slider.slider-info.noUi-connect {
    background-color: #03a9f4;
  }
  .slider.slider-warning.noUi-connect {
    background-color: #ff5722;
  }
  .slider.slider-danger.noUi-connect {
    background-color: #f44336;
  }
  .slider .noUi-connect,
  .slider.slider-default .noUi-connect {
    background-color: #009688;
  }
  .slider.slider-inverse .noUi-connect {
    background-color: #3f51b5;
  }
  .slider.slider-primary .noUi-connect {
    background-color: #009688;
  }
  .slider.slider-success .noUi-connect {
    background-color: #4caf50;
  }
  .slider.slider-info .noUi-connect {
    background-color: #03a9f4;
  }
  .slider.slider-warning .noUi-connect {
    background-color: #ff5722;
  }
  .slider.slider-danger .noUi-connect {
    background-color: #f44336;
  }
  .slider .noUi-handle,
  .slider.slider-default .noUi-handle {
    background-color: #009688;
  }
  .slider.slider-inverse .noUi-handle {
    background-color: #3f51b5;
  }
  .slider.slider-primary .noUi-handle {
    background-color: #009688;
  }
  .slider.slider-success .noUi-handle {
    background-color: #4caf50;
  }
  .slider.slider-info .noUi-handle {
    background-color: #03a9f4;
  }
  .slider.slider-warning .noUi-handle {
    background-color: #ff5722;
  }
  .slider.slider-danger .noUi-handle {
    background-color: #f44336;
  }
  .slider .noUi-handle,
  .slider.slider-default .noUi-handle {
    border-color: #009688;
  }
  .slider.slider-inverse .noUi-handle {
    border-color: #3f51b5;
  }
  .slider.slider-primary .noUi-handle {
    border-color: #009688;
  }
  .slider.slider-success .noUi-handle {
    border-color: #4caf50;
  }
  .slider.slider-info .noUi-handle {
    border-color: #03a9f4;
  }
  .slider.slider-warning .noUi-handle {
    border-color: #ff5722;
  }
  .slider.slider-danger .noUi-handle {
    border-color: #f44336;
  }
  .selectize-control.single,
  .selectize-control.multi {
    padding: 0;
  }
  .selectize-control.single .selectize-input,
  .selectize-control.multi .selectize-input,
  .selectize-control.single .selectize-input.input-active,
  .selectize-control.multi .selectize-input.input-active {
    cursor: text;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    height: 100%;
    font-size: 14px;
    line-height: 30px;
  }
  .selectize-control.single .selectize-input .has-items,
  .selectize-control.multi .selectize-input .has-items,
  .selectize-control.single .selectize-input.input-active .has-items,
  .selectize-control.multi .selectize-input.input-active .has-items {
    padding: 0;
  }
  .selectize-control.single .selectize-input:after,
  .selectize-control.multi .selectize-input:after,
  .selectize-control.single .selectize-input.input-active:after,
  .selectize-control.multi .selectize-input.input-active:after {
    right: 5px;
    position: absolute;
    font-size: 25px;
    content: "\e5c5";
    font-family: "Material Icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .selectize-control.single .selectize-input input,
  .selectize-control.multi .selectize-input input,
  .selectize-control.single .selectize-input.input-active input,
  .selectize-control.multi .selectize-input.input-active input {
    font-size: 14px;
    outline: 0;
    border: 0;
    background: transparent;
  }
  .selectize-control.single .selectize-input.label-floating-fix input,
  .selectize-control.multi .selectize-input.label-floating-fix input,
  .selectize-control.single .selectize-input.input-active.label-floating-fix input,
  .selectize-control.multi .selectize-input.input-active.label-floating-fix input {
    opacity: 0;
  }
  .selectize-control.single .selectize-input > div,
  .selectize-control.multi .selectize-input > div,
  .selectize-control.single .selectize-input.input-active > div,
  .selectize-control.multi .selectize-input.input-active > div,
  .selectize-control.single .selectize-input > .item,
  .selectize-control.multi .selectize-input > .item,
  .selectize-control.single .selectize-input.input-active > .item,
  .selectize-control.multi .selectize-input.input-active > .item {
    display: inline-block;
    margin: 0 8px 3px 0;
    padding: 0;
    background: transparent;
    border: 0;
  }
  .selectize-control.single .selectize-input > div:after,
  .selectize-control.multi .selectize-input > div:after,
  .selectize-control.single .selectize-input.input-active > div:after,
  .selectize-control.multi .selectize-input.input-active > div:after,
  .selectize-control.single .selectize-input > .item:after,
  .selectize-control.multi .selectize-input > .item:after,
  .selectize-control.single .selectize-input.input-active > .item:after,
  .selectize-control.multi .selectize-input.input-active > .item:after {
    content: ",";
  }
  .selectize-control.single .selectize-input > div:last-of-type:after,
  .selectize-control.multi .selectize-input > div:last-of-type:after,
  .selectize-control.single .selectize-input.input-active > div:last-of-type:after,
  .selectize-control.multi .selectize-input.input-active > div:last-of-type:after,
  .selectize-control.single .selectize-input > .item:last-of-type:after,
  .selectize-control.multi .selectize-input > .item:last-of-type:after,
  .selectize-control.single .selectize-input.input-active > .item:last-of-type:after,
  .selectize-control.multi .selectize-input.input-active > .item:last-of-type:after {
    content: "";
  }
  .selectize-control.single .selectize-input > div.active,
  .selectize-control.multi .selectize-input > div.active,
  .selectize-control.single .selectize-input.input-active > div.active,
  .selectize-control.multi .selectize-input.input-active > div.active,
  .selectize-control.single .selectize-input > .item.active,
  .selectize-control.multi .selectize-input > .item.active,
  .selectize-control.single .selectize-input.input-active > .item.active,
  .selectize-control.multi .selectize-input.input-active > .item.active {
    font-weight: bold;
    background: transparent;
    border: 0;
  }
  .selectize-control.single .selectize-dropdown,
  .selectize-control.multi .selectize-dropdown {
    position: absolute;
    z-index: 1000;
    border: 0;
    width: 100% !important;
    left: 0 !important;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
    padding: 0;
    margin-top: 3px;
  }
  .selectize-control.single .selectize-dropdown .active,
  .selectize-control.multi .selectize-dropdown .active {
    background-color: inherit;
  }
  .selectize-control.single .selectize-dropdown .highlight,
  .selectize-control.multi .selectize-dropdown .highlight {
    background-color: #d5d8ff;
  }
  .selectize-control.single .selectize-dropdown .selected,
  .selectize-control.multi .selectize-dropdown .selected,
  .selectize-control.single .selectize-dropdown .selected.active,
  .selectize-control.multi .selectize-dropdown .selected.active {
    background-color: #eeeeee;
  }
  .selectize-control.single .selectize-dropdown [data-selectable],
  .selectize-control.multi .selectize-dropdown [data-selectable],
  .selectize-control.single .selectize-dropdown .optgroup-header,
  .selectize-control.multi .selectize-dropdown .optgroup-header {
    padding: 10px 20px;
    cursor: pointer;
  }
  .selectize-control.single .dropdown-active ~ .selectize-dropdown,
  .selectize-control.multi .dropdown-active ~ .selectize-dropdown {
    display: block;
  }
  .dropdownjs::after {
    right: 5px;
    top: 3px;
    font-size: 25px;
    position: absolute;
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    content: "\e5c5";
    pointer-events: none;
    color: #757575;
  }
}
.withripple {
  position: relative;
}

.ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.ripple {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  opacity: 0;
  pointer-events: none;
}

.ripple.ripple-on {
  -webkit-transition: opacity 0.15s ease-in 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: opacity 0.15s ease-in 0s, -o-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  opacity: 0.1;
}

.ripple.ripple-out {
  -webkit-transition: opacity 0.1s linear 0s !important;
  -o-transition: opacity 0.1s linear 0s !important;
  transition: opacity 0.1s linear 0s !important;
  opacity: 0;
}

/*!
 * Bootstrap-select v1.7.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

.dtp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2000;
}

.dtp > .dtp-content {
  background: #fff;
  max-width: 300px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-height: 500px;
  position: relative;
  left: 50%;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #689F38;
  color: #fff;
  text-align: center;
  padding: 0.3rem;
}

.dtp div.dtp-date, .dtp div.dtp-time {
  background: #8BC34A;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.dtp div.dtp-date > div {
  padding: 0;
  margin: 0;
}

.dtp div.dtp-actual-month {
  font-size: 1.5em;
}

.dtp div.dtp-actual-num {
  font-size: 3em;
  line-height: 0.9;
}

.dtp div.dtp-actual-maxtime {
  font-size: 3em;
  line-height: 0.9;
}

.dtp div.dtp-actual-year {
  font-size: 1.5em;
  color: #DCEDC8;
}

.dtp div.dtp-picker {
  padding: 10px;
  text-align: center;
}

.dtp div.dtp-picker-month, .dtp div.dtp-actual-time {
  font-weight: 500;
  text-align: center;
}

.dtp .dtp-close {
  position: absolute;
  top: 0.5em;
  right: 1rem;
}

.dtp .dtp-close > a {
  color: #fff;
}

.dtp .dtp-close > a > i {
  font-size: 1em;
}

.dtp table.dtp-picker-days {
  margin: 0;
}

.dtp table.dtp-picker-days, .dtp table.dtp-picker-days tr, .dtp table.dtp-picker-days tr > td {
  border: none;
}

.dtp table.dtp-picker-days tr > td {
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  padding: 10px 3px;
}

.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
  color: #BDBDBD !important;
}

.dtp table.dtp-picker-days tr > td > a, .dtp .dtp-picker-time > a {
  color: #212121;
  text-decoration: none;
  padding: 0.4rem 0.5rem 0.5rem 0.6rem;
  border-radius: 50% !important;
}

.dtp table.dtp-picker-days tr > td > a.selected {
  background: #8BC34A;
  color: #fff;
}

.dtp table.dtp-picker-days tr > th {
  color: #757575;
  text-align: center;
  font-weight: 700;
  padding: 0.4rem 0.3rem;
}

.dtp .p10 > a {
  color: #689F38;
  text-decoration: none;
}

.dtp .p10 {
  width: 10%;
  display: inline-block;
}

.dtp .p20 {
  width: 20%;
  display: inline-block;
}

.dtp .p60 {
  width: 60%;
  display: inline-block;
}

.dtp .p80 {
  width: 80%;
  display: inline-block;
}

.dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm {
  position: relative;
  top: 10px;
  color: #212121;
  font-weight: 500;
  padding: 0.7rem 0.5rem;
  border-radius: 50% !important;
  text-decoration: none;
  background: #eee;
  font-size: 1rem;
}

.dtp .dtp-actual-meridien a.selected {
  background: #689F38;
  color: #fff;
}

.dtp .dtp-picker-time > a {
  display: block;
  line-height: 23px;
  padding: 0.3rem 0.3rem 0.3rem 0.3rem;
}

.dtp .dtp-picker-time {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 1em;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 500;
  text-align: center !important;
}

.dtp .dtp-picker-time > a.dtp-select-hour.selected {
  background: #689F38;
  color: #fff;
}

.dtp .dtp-picker-time > a.dtp-select-hour.disabled, .dtp .dtp-picker-time > a.dtp-select-minute.disabled {
  color: #757575;
}

.dtp .dtp-picker-time > a.dtp-select-minute.selected {
  background: #8BC34A;
  color: #fff;
}

.dtp div.dtp-picker-clock {
  margin: 1rem 2rem 0 2rem;
  padding: 1rem;
  border-radius: 50% !important;
  background: #eee;
}

.dtp-clock-center {
  width: 15px;
  height: 15px;
  background: #757575;
  border-radius: 50%;
  position: absolute;
  z-index: 50;
}

.dtp .dtp-hand, .dtp .dtp-hour-hand {
  position: absolute;
  width: 4px;
  margin-left: -2px;
  background: #BDBDBD;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  z-index: 1;
}

.dtp .dtp-minute-hand {
  width: 2px;
  margin-left: -1px;
}

.dtp .dtp-hand.on {
  background: #8BC34A;
}

.dtp .dtp-buttons {
  padding: 0 1rem 1rem 1rem;
  text-align: right;
}

.dtp .hidden {
  display: none;
}

.dtp .invisible {
  visibility: hidden;
}

.dtp .left {
  float: left;
}

.dtp .right {
  float: right;
}

.dtp .clearfix {
  clear: both;
}

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

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.vue-dropzone {
  border: 2px solid #e5e5e5;
  font-family: Arial, sans-serif;
  letter-spacing: 0.2px;
  color: #777;
  transition: 0.2s linear;
}

.vue-dropzone:hover {
  background-color: #f6f6f6;
}

.vue-dropzone > i {
  color: #ccc;
}

.vue-dropzone > .dz-preview .dz-image {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.vue-dropzone > .dz-preview .dz-image img:not([src]) {
  width: 200px;
  height: 200px;
}

.vue-dropzone > .dz-preview .dz-image:hover img {
  transform: none;
  -webkit-filter: none;
}

.vue-dropzone > .dz-preview .dz-details {
  bottom: 0;
  top: 0;
  color: #fff;
  background-color: rgba(33, 150, 243, 0.8);
  transition: opacity 0.2s linear;
  text-align: left;
}

.vue-dropzone > .dz-preview .dz-details .dz-filename {
  overflow: hidden;
}

.vue-dropzone > .dz-preview .dz-details .dz-filename span, .vue-dropzone > .dz-preview .dz-details .dz-size span {
  background-color: transparent;
}

.vue-dropzone > .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: none;
}

.vue-dropzone > .dz-preview .dz-details .dz-filename:hover span {
  background-color: transparent;
  border: none;
}

.vue-dropzone > .dz-preview .dz-progress .dz-upload {
  background: #ccc;
}

.vue-dropzone > .dz-preview .dz-remove {
  position: absolute;
  z-index: 30;
  color: #fff;
  margin-left: 15px;
  padding: 10px;
  top: inherit;
  bottom: 15px;
  border: 2px #fff solid;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1.1px;
  opacity: 0;
}

.vue-dropzone > .dz-preview:hover .dz-remove {
  opacity: 1;
}

.vue-dropzone > .dz-preview .dz-error-mark, .vue-dropzone > .dz-preview .dz-success-mark {
  margin-left: auto;
  margin-top: auto;
  width: 100%;
  top: 35%;
  left: 0;
}

.vue-dropzone > .dz-preview .dz-error-mark svg, .vue-dropzone > .dz-preview .dz-success-mark svg {
  margin-left: auto;
  margin-right: auto;
}

.vue-dropzone > .dz-preview .dz-error-message {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  width: 100%;
  text-align: center;
}

.vue-dropzone > .dz-preview .dz-error-message:after {
  display: none;
}

.ranks .headers,
.ranks .body,
.event-fees .headers,
.event-fees .body,
.event-categories .headers,
.event-categories .body,
.job-types .headers,
.job-types .body,
.personnel-types .headers,
.personnel-types .body {
  cursor: default;
}

.ranks .body,
.event-fees .body {
  cursor: pointer;
}

body .dtp div.dtp-date,
body .dtp div.dtp-time {
  background-color: #0364D5;
}
body .dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background-color: #0959B6;
}
body .dtp table.dtp-picker-days tr > td > a.selected {
  background: #0364D5;
}
body .dtp .dtp-actual-meridien a.selected {
  background: #0364D5;
}
body .dtp .dtp-picker-time > a.dtp-select-hour.selected {
  background: #0364D5;
}
body .dtp .dtp-picker-time > a.dtp-select-minute.selected {
  background: #0364D5;
}
body .dtp .dtp-hand.on {
  background: #0364D5;
}
body .dtp div.dtp-actual-year {
  color: #BED8FF;
}
body .dtp .p10 > a {
  color: #BED8FF;
}

.main-content .dropdown-menu li a:hover,
.main-content .dropdown-menu-default li a:hover {
  color: #0364D5;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  outline: none;
}

.bootstrap-select.btn-group .dropdown-menu li a,
.filter-option {
  font-weight: 300;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 7px !important;
}

.input-group-btn .btn:not(.btn-raised):not(.btn-link):hover,
.input-group-btn .btn:not(.btn-raised):not(.btn-link):focus,
.btn-group.open .dropdown-toggle {
  background-color: transparent !important;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* https://jeffclayton.wordpress.com/2014/07/22/the-chrome-and-safari-css-hacks-collection/ */
/* safari specifc*/
_::-webkit-full-page-media,
_:future,
:root .fa-plus:before {
  position: relative;
  top: -12px;
  left: -10px;
}

#faq .block {
  margin-bottom: 5px;
}
#faq .question {
  font-size: 20px;
  line-height: 45px;
  font-style: italic;
}
#faq .answer li {
  line-height: 25px;
}

.subtotal-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@font-face {
  font-family: "Material-Design-Icons";
  src: url(/assets/Material-Design-Icons-9b0406cbb2afff6f1e58bd8dbe745e3d51b9d27c75e3c501434da2acdae74753.eot?3ocs8m);
  src: url(/assets/Material-Design-Icons-9b0406cbb2afff6f1e58bd8dbe745e3d51b9d27c75e3c501434da2acdae74753.eot?#iefix3ocs8m) format("embedded-opentype"), url(/assets/Material-Design-Icons-08d52c60424753f0e22afe19e8dbe59aa5cc07dbb138b12b9b26fa70dd6ac7cb.woff?3ocs8m) format("woff"), url(/assets/Material-Design-Icons-30bea9b8f8632f18181923e93a1e8e4d08fd9446193d1a8ee46c20c123c118f5.ttf?3ocs8m) format("truetype"), url(/assets/Material-Design-Icons-c62ee83768ba3101ec9834b2cc9eb80ce2d58d12043203726a43144184aaa76c.svg?3ocs8m#Material-Design-Icons) format("svg");
  font-weight: normal;
  font-style: normal;
}
@layer base {
  .material-icons.tiny {
    font-size: 18px;
  }
  .material-icons.small {
    font-size: 24px;
  }
  a .material-icons,
  a:hover .material-icons,
  a:focus .material-icons {
    vertical-align: baseline !important;
  }
  .modal {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .navbar.navbar .dropdown-menu li.menu-item > a:hover,
  .navbar-default.navbar .dropdown-menu li.menu-item > a:hover,
  .navbar.navbar .dropdown-menu li.menu-item > a:focus,
  .navbar-default.navbar .dropdown-menu li.menu-item > a:focus {
    color: #0364D5;
  }
  @media screen and (min-width: 992px) {
    .navbar-right .item {
      margin-right: 15px;
    }
  }
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .container .navbar.navbar,
  .container .navbar-default.navbar,
  .container-fluid .navbar.navbar,
  .container-fluid .navbar-default.navbar {
    background-color: #0364D5;
  }
  .sortable {
    min-height: 50px;
  }
  .dtp .dtp-picker-calendar {
    min-height: 270px;
  }
  .dtp .btn {
    margin: 0;
  }
  .close {
    opacity: 0.7;
  }
  .control-label {
    display: block;
  }
  /* prevents modal from scolling to the top and offsets the top so its more vertically centered*/
  body.modal-open {
    overflow: visible;
  }
  body .modal.in .modal-dialog {
    top: 100px;
  }
}
.nav .selected {
  background-color: #0364D5;
}
.nav .selected a {
  color: white;
}

.tabs .nav > li.selected > a:hover,
.tabs .nav > li.selected > a:focus {
  background-color: #0364D5;
}

.invoice-pdf {
  font-size: 12px;
  background-color: white;
}
.invoice-pdf table.invoice {
  width: 100%;
}

.rating {
  margin-left: 10%;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
  position: absolute;
  visibility: hidden;
  clip: rect(0, 0, 0, 0);
}

.rating:not(:checked) > label {
  float: right;
  width: 1.2em;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 22px;
  line-height: 1.2;
  color: #ddd;
  margin: auto 3%;
}

.rating:not(:checked) > label:before {
  content: "★ ";
}

.rating > input:checked ~ label {
  color: gold;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #f70;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #ea0;
}

.rating > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}

.rating-form .bold {
  font-weight: bold;
}
.rating-form .rating {
  width: 70%;
}
.rating-form .category {
  float: left;
}
.rating-form .calculated-rating {
  text-align: center;
}
.rating-form .calculated-rating .average-rating {
  font-size: 22px;
}
@media (max-width: 1200px) {
  .rating-form .rating {
    width: initial;
  }
  .rating-form .category {
    float: none;
  }
}

.main-content .stacktable {
  width: 75%;
}

.terms {
  font-size: 14px;
}
.terms h1 {
  font-size: 22px;
  font-weight: bold;
}
.terms h2 {
  font-size: 18px;
  font-weight: bold;
}
.terms h3 {
  font-size: 14px;
  font-weight: bold;
}
.terms .bold, .terms .section .title {
  font-weight: bold;
}
.terms .section {
  padding-top: 5px;
  padding-bottom: 5px;
}
.edit-user .user-image-rating,
.user .user-image-rating {
  text-align: center;
}
.edit-user .user-image-rating .fa.fa-user,
.user .user-image-rating .fa.fa-user {
  font-size: 100px;
}
.edit-user .current-bank label,
.user .current-bank label {
  padding-top: 0px;
}
.edit-user .verification-errors,
.user .verification-errors {
  margin-bottom: 15px;
}
.edit-user .form-horizontal .checkbox,
.user .form-horizontal .checkbox {
  padding-top: 5px;
  padding-bottom: 5px;
}
.edit-user .personnel-type .checkbox label,
.edit-user .advanced-settings .checkbox label,
.user .personnel-type .checkbox label,
.user .advanced-settings .checkbox label {
  color: black;
}
.edit-user .personnel-type ul,
.user .personnel-type ul {
  margin-bottom: 0;
  max-height: 200px;
  overflow-y: scroll;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
}
.edit-user .personnel-type ul li,
.user .personnel-type ul li {
  background: #f9f9f9;
  padding-left: 15px;
  padding-bottom: 0;
}
.edit-user .personnel-type ul li:nth-child(odd),
.user .personnel-type ul li:nth-child(odd) {
  background: #FFF;
}
.edit-user .form-control-wrapper,
.user .form-control-wrapper {
  margin-top: 10px;
}

.green_text {
  color: #008000;
}

.invite .form-control-wrapper {
  margin-top: 10px;
}

.login-section {
  margin-top: 10%;
}
.login-section .main-logo {
  margin-top: 40px;
}
.login-section .form-group {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .login-section .form-group {
    margin-bottom: 10px;
  }
  .login-section .text-right {
    text-align: right;
  }
}
.text-black-1 {
  color: oklch(22% 0.02 254deg);
}

.text-black-2 {
  color: oklch(22% 0.02 254deg);
}

.text-black-3 {
  color: oklch(22% 0.02 254deg);
}

.text-black-4 {
  color: oklch(22% 0.02 254deg);
}

.text-blue-1 {
  color: #0364d5;
}

.text-blue-2 {
  color: rgba(3, 100, 213, 0.87);
}

.text-blue-3 {
  color: rgba(3, 100, 213, 0.5);
}

.text-blue-4 {
  color: rgba(3, 100, 213, 0.32);
}

.text-gray-1 {
  color: oklch(91% 0 254deg);
}

.text-gray-2 {
  color: oklch(91% 0 254deg);
}

.text-gray-3 {
  color: oklch(91% 0 254deg);
}

.text-gray-4 {
  color: oklch(91% 0 254deg);
}

.text-red-1 {
  color: #f44336;
}

.text-red-2 {
  color: rgba(244, 67, 54, 0.87);
}

.text-red-3 {
  color: rgba(244, 67, 54, 0.5);
}

.text-red-4 {
  color: rgba(244, 67, 54, 0.32);
}

.text-green-1 {
  color: #4caf50;
}

.text-green-2 {
  color: rgba(76, 175, 80, 0.87);
}

.text-green-3 {
  color: rgba(76, 175, 80, 0.5);
}

.text-green-4 {
  color: rgba(76, 175, 80, 0.32);
}

.text-off-white-1 {
  color: #efefef;
}

.text-off-white-2 {
  color: rgba(239, 239, 239, 0.87);
}

.text-off-white-3 {
  color: rgba(239, 239, 239, 0.5);
}

.text-off-white-4 {
  color: rgba(239, 239, 239, 0.32);
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen {
  .shadow-z-1, .estimate__business-view__card,
  .invoice__business-view__card, .content__right-column__content {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12) !important;
  }
  .shadow-z-2 {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.32), 0 2px 12px 0 rgba(0, 0, 0, 0.32) !important;
  }
}
.no-select, .ks-table thead > tr th.sortable, .clickable, .ks-vue-component .form__input-group__btn, .btn:not(disabled):not(.btn.btn--disabled), .btn-dropdown-list-item {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.no-scroll {
  position: fixed;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .no-scroll-mobile {
    overflow: hidden;
  }
}

.clickable, .ks-vue-component .form__input-group__btn, .btn:not(disabled):not(.btn.btn--disabled), .btn-dropdown-list-item {
  cursor: pointer;
}

.text-bold {
  font-weight: bold;
}

.text-center, .alert {
  text-align: center;
}

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

.text-blue {
  color: #0364D5;
}

.text-hover-blue:hover {
  color: #0364D5;
}

.text-green {
  color: #4CAF50;
}

.text-hover-green:hover {
  color: #4CAF50;
}

.text-orange {
  color: #FFA726;
}

.text-hover-orange:hover {
  color: #FFA726;
}

.text-red {
  color: #F44336;
}

.text-hover-red:hover {
  color: #F44336;
}

.strikethrough {
  text-decoration: line-through;
}

.icon-text {
  display: inline-block;
  vertical-align: middle;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.no-float {
  float: unset;
}

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

.ks-spinner, .ks-spinner:after {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.ks-spinner {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-indent: -9999em;
  border-width: 2px;
  border-style: solid;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-left-color: #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.ks-spinner--dark {
  border-top-color: oklch(22% 0.02 254deg);
  border-right-color: oklch(22% 0.02 254deg);
  border-bottom-color: oklch(22% 0.02 254deg);
  border-left-color: oklch(22% 0.02 254deg);
}

.overflow-scroll {
  -webkit-overflow-scrolling: touch;
}

@media print {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.right-drawer-slide-enter-active, .right-drawer-slide-leave-active {
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.right-drawer-slide-enter, .right-drawer-slide-leave-to {
  transform: translateX(100%);
}

.right-drawer-handle-rotate-enter-active, .right-drawer-handle-rotate-leave-active {
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: bottom right;
}

.right-drawer-handle-rotate-enter, .right-drawer-handle-rotate-leave-to {
  transform: rotate(90deg);
}

@layer base {
  html,
  body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  @media print {
    html,
    body {
      font-size: 10px;
    }
  }
  html {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  a,
  a:hover,
  a:focus {
    color: #0364D5;
  }
  a:hover {
    cursor: pointer;
  }
  hr {
    border-top: solid 1px oklch(80% 0.005 254deg);
  }
}
#wrapper {
  min-height: 100%;
  position: relative;
}

#footer {
  background: oklch(22% 0.02 254deg);
  color: white;
}

.navbar-collapse {
  padding-left: 0;
}
@media (min-width: 768px) {
  .navbar-collapse {
    float: right;
  }
}

.navbar {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .navbar .navbar-brand {
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    position: absolute;
    text-align: center;
    width: 200px;
  }
}

@media (min-width: 768px) {
  .content {
    margin-top: 16px;
  }
}
.content__main-wrapper {
  background-color: oklch(100% 0 254deg);
}
.content__main-wrapper--fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media print {
  .content__main-wrapper {
    background-color: transparent;
  }
}
.content__main {
  padding-bottom: 120px;
}
.content__main-without-right-column {
  width: 100%;
}
@media screen and (min-width: 1430px) {
  .content__main-with-right-column {
    padding-right: 0;
    width: calc(100% - 300px);
  }
}
.content__main__content {
  padding: 16px;
  position: relative;
}
.content__right-column {
  bottom: 0;
  height: 80vh;
  position: fixed;
  right: 20px;
  width: 300px;
}
.content__right-column__content {
  height: 100%;
}
@media (max-width: 479px) {
  .content__right-column {
    left: 0;
    right: 0;
    width: 100%;
  }
}
.content__right-column a.dismiss-all {
  font-size: 14px;
}

.card {
  background-color: oklch(100% 0 254deg);
  border-radius: 6px;
  padding: 16px;
  width: 100%;
}

.ks-column {
  border-right: solid oklch(91% 0 254deg) 1px;
  float: left;
  height: 100%;
  margin-top: -1px;
  position: relative;
}

.ks-column-header {
  background-color: oklch(91% 0 254deg);
  border: solid #DDDDDD 1px;
  font-size: 18px;
  padding: 7px 0;
  font-weight: bold;
  margin: 0 -1px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.ks-column-row {
  border: solid oklch(91% 0 254deg) 1px;
  height: 100%;
  user-select: none;
}

.ks-column-button {
  color: oklch(22% 0.02 254deg);
}

.ks-column-items {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 41px;
  overflow-y: scroll;
}

.ks-column-button,
.ks-column-item {
  border-bottom: solid oklch(91% 0 254deg) 1px;
  cursor: pointer;
  font-size: 14px;
  padding: 7px 16px;
}

.ks-column-item__selected,
.ks-column-button__selected {
  background-color: #0364d5;
  color: oklch(100% 0 254deg);
  font-weight: bold;
}

.alert {
  color: oklch(100% 0 254deg);
  font-size: 18px;
  font-weight: bold;
}
.alert-dismissible .close {
  top: 2px;
}
.alert-gray {
  background-color: #DDDDDD;
  color: #666666;
}
.alert-medium-gray {
  background-color: #DDDDDD;
}
.alert-orange {
  background-color: rgba(255, 167, 38, 0.87);
  color: #666666;
}
.alert-info {
  background-color: #0364D5;
}
.alert-success {
  background-color: #4CAF50;
}
.alert-warning {
  background-color: #F44336;
}

.vue-tabs .nav-tabs {
  border-bottom: none;
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
}
.vue-tabs .nav-tabs li.tab {
  flex-shrink: 0;
}
.vue-tabs .nav-tabs li.tab.active > a {
  background-color: oklch(91% 0 254deg);
  border-bottom-color: transparent;
}
.vue-tabs .nav-tabs li.tab:not(.active) {
  border-bottom: oklch(80% 0.005 254deg) solid 1px;
}
.vue-tabs .nav-tabs li.tab:not(.active) > a:hover {
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
}
.vue-tabs .nav-tabs li.tab:not(.active) > a:hover:hover {
  background-color: #DFEAFB;
}
.vue-tabs .nav-tabs li.tab > a {
  border-radius: 2px 2px 0 0;
  border: oklch(80% 0.005 254deg) solid 1px;
  margin-right: 5px;
}

.tab-content {
  padding: 16px;
  box-sizing: border-box;
  background-color: oklch(91% 0 254deg);
  border-top: oklch(80% 0.005 254deg) solid 1px;
  margin-top: -1px;
  border-bottom-left-radius: var(--tw-radius-md);
  border-bottom-right-radius: var(--tw-radius-md);
}

.btn-wrapper {
  display: inline-flex;
  position: relative;
}

.btn {
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 1px;
  outline: 0;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.1s;
  transition-property: background-color, opacity;
  transition-timing-function: ease-in;
}
.btn:not(disabled):not(.btn.btn--disabled):hover {
  background-color: #DFEAFB;
}
.btn--has-dropdown {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: 0;
}
.btn--has-vertical-margins {
  margin-bottom: 10px;
  margin-top: 10px;
}
.btn[disabled], .btn.btn--disabled {
  opacity: 0.45;
  cursor: auto;
}
.btn[disabled]:not(.btn-primary), .btn.btn--disabled:not(.btn-primary) {
  background-color: #DFEAFB;
}
.btn-dropdown {
  border-left: none !important;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-dropdown.btn-xs, .btn-dropdown.btn-xs.btn-dropdown {
  padding-bottom: 0;
  padding-top: 0;
}
.btn-dropdown-list {
  background-color: oklch(100% 0 254deg);
  border-radius: 2px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 100%;
  width: calc(100% - 1px);
  z-index: 1;
}
.btn-dropdown-list--has-vertical-margins {
  top: calc(100% - 10px);
}
.btn-dropdown-list-item {
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  background-color: unset;
  border: unset;
  color: oklch(30% 0.03 254deg);
  display: block;
  padding: 10px;
  text-align: unset;
  width: 100%;
}
.btn-dropdown-list-item:hover {
  background-color: #DFEAFB;
}
.btn-dropdown-list-item:hover {
  color: oklch(30% 0.03 254deg);
}
.btn-dropdown-list-item--danger {
  color: #F44336;
}
.btn-dropdown-list-item--danger:hover {
  background-color: #FDE8E7;
}

.btn-default[disabled][data-toggle=tooltip] {
  pointer-events: initial;
}

@media (max-width: 767px) {
  .btn {
    padding: 10px 30px;
  }
  .btn-dropdown {
    padding-bottom: 0;
    padding-top: 0;
  }
  .btn.btn-xs {
    padding: 8px 26px;
  }
}
.btn.btn-default:not(.dropdown-toggle) {
  border: solid 1px #0364d5;
  color: #0364d5;
}
.btn.btn-default:not(.btn-raised):not(.btn-link):focus, .btn.btn-default:not(.btn-raised):not(.btn-link):hover, .btn.btn-default:not(.btn-raised):not(.btn-link):active {
  outline: none;
}

.btn.btn-white:not(.dropdown-toggle) {
  border: solid 1px #0364d5;
  border-color: oklch(100% 0 254deg);
  color: oklch(100% 0 254deg);
}
.btn.btn-white:not(.btn-raised):not(.btn-link):focus, .btn.btn-white:not(.btn-raised):not(.btn-link):hover, .btn.btn-white:not(.btn-raised):not(.btn-link):active {
  outline: none;
}

.btn-material-indigo:not(.btn-link):not(.btn-flat) {
  background-color: #0364D5;
  color: white;
}

.btn-material-indigo:hover:not(.btn-link):not(.btn-flat) {
  background-color: #0959B6;
  color: white;
}

.btn-primary:not(.btn-link):not(.btn-flat) {
  background-color: #0959B6;
  color: white;
}
.btn-primary:not(.btn-link):not(.btn-flat).btn-danger {
  background-color: #F44336;
}

.btn-primary:hover:not(.btn-link):not(.btn-flat):not(disabled):not(.btn--disabled),
.btn-primary:focus:not(.btn-link):not(.btn-flat):not(disabled):not(.btn--disabled),
.btn-primary:active:not(.btn-link):not(.btn-flat):not(disabled):not(.btn--disabled) {
  background-color: #0364D5;
  color: white;
}
.btn-primary:hover:not(.btn-link):not(.btn-flat):not(disabled):not(.btn--disabled).btn-danger,
.btn-primary:focus:not(.btn-link):not(.btn-flat):not(disabled):not(.btn--disabled).btn-danger,
.btn-primary:active:not(.btn-link):not(.btn-flat):not(disabled):not(.btn--disabled).btn-danger {
  background-color: rgb(245.3231132075, 89.6132075472, 78.1768867925);
}

.btn-danger:not(.btn-link):not(.btn-flat):not(.btn-primary) {
  border: solid 1px #0364d5;
  border-color: #F44336;
  color: #F44336;
}
.btn-danger:not(.btn-link):not(.btn-flat):not(.btn-primary):hover, .btn-danger:not(.btn-link):not(.btn-flat):not(.btn-primary):focus, .btn-danger:not(.btn-link):not(.btn-flat):not(.btn-primary):active {
  background-color: #FDE8E7;
  outline: none;
}
.btn-danger:not(.btn-link):not(.btn-flat):not(.btn-primary)[disabled], .btn-danger:not(.btn-link):not(.btn-flat):not(.btn-primary).btn--disabled {
  background-color: #FDE8E7;
}

.ks-icon-rotate-left {
  transform: rotate(-90deg);
}

.ks-icon-rotate-right {
  transform: rotate(90deg);
}

.ks-icon-rotate-upsidedown {
  transform: rotate(180deg);
}

.ks-icon-size-xxs {
  background-size: 18px;
  display: inline-block;
  fill: currentColor;
  height: 18px;
  vertical-align: top;
  width: 18px;
}

.ks-icon-size-xs {
  background-size: 22px;
  display: inline-block;
  fill: currentColor;
  height: 22px;
  vertical-align: top;
  width: 22px;
}

.ks-icon-size-sm {
  background-size: 32px;
  display: inline-block;
  fill: currentColor;
  height: 32px;
  vertical-align: top;
  width: 32px;
}

.ks-icon-size-md {
  background-size: 40px;
  display: inline-block;
  fill: currentColor;
  height: 40px;
  vertical-align: top;
  width: 40px;
}

.ks-icon-size-lg {
  background-size: 55px;
  display: inline-block;
  fill: currentColor;
  height: 55px;
  vertical-align: top;
  width: 55px;
}

.ks-icon-size-xl {
  background-size: 130px;
  display: inline-block;
  fill: currentColor;
  height: 130px;
  vertical-align: top;
  width: 130px;
}

.ks-icon-size-xxl {
  background-size: 350px;
  display: inline-block;
  fill: currentColor;
  height: 350px;
  vertical-align: top;
  width: 350px;
}

.ks-icon-color-black {
  fill: oklch(22% 0.02 254deg);
  transition-property: fill;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-color-black.clickable:hover {
  fill: oklch(37% 0.02 254deg);
}

.ks-icon-color-blue {
  fill: #0364D5;
  transition-property: fill;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-color-blue.clickable:hover {
  fill: rgb(40.5208333333, 138.1944444444, 251.9791666667);
}

.ks-icon-color-red {
  fill: #F44336;
  transition-property: fill;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-color-red.clickable:hover {
  fill: rgb(247.9693396226, 134.8396226415, 126.5306603774);
}

.ks-icon-color-gray {
  fill: #727272;
  transition-property: fill;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-color-gray.clickable:hover {
  fill: rgb(152.25, 152.25, 152.25);
}

.ks-icon-color-green {
  fill: #4CAF50;
  transition-property: fill;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-color-green.clickable:hover {
  fill: rgb(127.7589641434, 199.7410358566, 130.6673306773);
}

.ks-icon-color-yellow {
  fill: #FAC446;
  transition-property: fill;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-color-yellow.clickable:hover {
  fill: rgb(252.0131578947, 219.7552631579, 144.4868421053);
}

.ks-icon-color-orange {
  fill: #FFA726;
  transition-property: fill;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-color-orange.clickable:hover {
  fill: rgb(255, 198.0230414747, 114.5);
}

.ks-icon-color-white {
  fill: oklch(100% 0 254deg);
  transition-property: fill;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-color-white.clickable:hover {
  fill: oklch(100% 0 254deg);
}

.ks-icon-color-inherit {
  fill: currentColor;
  transition-property: fill;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-color-inherit.clickable:hover {
  fill: currentColor;
}

.ks-icon-ach {
  background-image: url(/assets/ks-icon-ach-bd990cf7ccc9880c5c58d72d3ff34a40268821af3f8e6bfff2cb92a6787193a5.svg);
}

.ks-icon-alert {
  background-image: url(/assets/ks-icon-alert-d6c428eb809bc0e0a863b824e2fc586765e07212cd7fb90cf45e23c9683836bb.svg);
}

.ks-icon-attachment {
  background-image: url(/assets/ks-icon-attachment-0588f1a3998074030b322ab8bd8ed2f1dae6dc5834fd134e6f7c27f36df4fb60.svg);
}

.ks-icon-cc {
  background-image: url(/assets/ks-icon-cc-d890bfb546c578ccdd3520bac7136d6829b3a990e754206073f0ec974350907c.svg);
}

.ks-icon-cc-strike {
  background-image: url(/assets/ks-icon-cc-strike-fab2eaa70d5273982c53218b81262488912a68742220b1311ae00c208b01d490.svg);
}

.ks-icon-check {
  background-image: url(/assets/ks-icon-check-0aa11cf43c5b577f8599b8e407a9f591bf7531fadccbfa5baaa7b86820c028ab.svg);
}

.ks-icon-clone {
  background-image: url(/assets/ks-icon-clone-1281758474bd0e3a885a7be7384a0d6a38bae27aafe1d126594305bf9abfc10d.svg);
}

.ks-icon-money {
  background-image: url(/assets/ks-icon-money-ef9142698904c2e8dbbd6a675b77629270a1ca220acfaf72a9750ffe29c296c6.svg);
}

.ks-icon-plus {
  background-image: url(/assets/ks-icon-plus-6b434edb6b913dcfb988226386e3081d9e4c8de943ef1216b941dd03d8b019c0.svg);
}

.ks-icon-trash {
  background-image: url(/assets/ks-icon-trash-a1607b59c8fb5cede4a55422be800ac013c8c270430087cf9db1ebc4bf84e428.svg);
}

.ks-icon-usd {
  background-image: url(/assets/ks-icon-usd-5fa8db9df47269e3cfbdd473c6b87c8a5b87191287c77c6731e0b77d9d65e043.svg);
}

.ks-icon-xxs-black {
  fill: oklch(22% 0.02 254deg);
  height: 18px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 18px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xxs-black:hover {
  fill: oklch(37% 0.02 254deg);
}

.ks-icon-xxs-blue {
  fill: #0364D5;
  height: 18px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 18px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xxs-blue:hover {
  fill: rgb(40.5208333333, 138.1944444444, 251.9791666667);
}

.ks-icon-xxs-red {
  fill: #F44336;
  height: 18px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 18px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xxs-red:hover {
  fill: rgb(247.9693396226, 134.8396226415, 126.5306603774);
}

.ks-icon-xxs-gray {
  fill: #727272;
  height: 18px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 18px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xxs-gray:hover {
  fill: rgb(152.25, 152.25, 152.25);
}

.ks-icon-xxs-green {
  fill: #4CAF50;
  height: 18px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 18px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xxs-green:hover {
  fill: rgb(127.7589641434, 199.7410358566, 130.6673306773);
}

.ks-icon-xxs-yellow {
  fill: #FAC446;
  height: 18px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 18px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xxs-yellow:hover {
  fill: rgb(252.0131578947, 219.7552631579, 144.4868421053);
}

.ks-icon-xxs-orange {
  fill: #FFA726;
  height: 18px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 18px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xxs-orange:hover {
  fill: rgb(255, 198.0230414747, 114.5);
}

.ks-icon-xxs-white {
  fill: oklch(100% 0 254deg);
  height: 18px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 18px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xxs-white:hover {
  fill: oklch(100% 0 254deg);
}

.ks-icon-xxs-inherit {
  fill: currentColor;
  height: 18px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 18px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xxs-inherit:hover {
  fill: currentColor;
}

.ks-icon-xs-black {
  fill: oklch(22% 0.02 254deg);
  height: 22px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 22px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xs-black:hover {
  fill: oklch(37% 0.02 254deg);
}

.ks-icon-xs-blue {
  fill: #0364D5;
  height: 22px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 22px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xs-blue:hover {
  fill: rgb(40.5208333333, 138.1944444444, 251.9791666667);
}

.ks-icon-xs-red {
  fill: #F44336;
  height: 22px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 22px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xs-red:hover {
  fill: rgb(247.9693396226, 134.8396226415, 126.5306603774);
}

.ks-icon-xs-gray {
  fill: #727272;
  height: 22px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 22px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xs-gray:hover {
  fill: rgb(152.25, 152.25, 152.25);
}

.ks-icon-xs-green {
  fill: #4CAF50;
  height: 22px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 22px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xs-green:hover {
  fill: rgb(127.7589641434, 199.7410358566, 130.6673306773);
}

.ks-icon-xs-yellow {
  fill: #FAC446;
  height: 22px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 22px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xs-yellow:hover {
  fill: rgb(252.0131578947, 219.7552631579, 144.4868421053);
}

.ks-icon-xs-orange {
  fill: #FFA726;
  height: 22px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 22px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xs-orange:hover {
  fill: rgb(255, 198.0230414747, 114.5);
}

.ks-icon-xs-white {
  fill: oklch(100% 0 254deg);
  height: 22px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 22px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xs-white:hover {
  fill: oklch(100% 0 254deg);
}

.ks-icon-xs-inherit {
  fill: currentColor;
  height: 22px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 22px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xs-inherit:hover {
  fill: currentColor;
}

.ks-icon-sm-black {
  fill: oklch(22% 0.02 254deg);
  height: 32px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 32px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-sm-black:hover {
  fill: oklch(37% 0.02 254deg);
}

.ks-icon-sm-blue {
  fill: #0364D5;
  height: 32px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 32px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-sm-blue:hover {
  fill: rgb(40.5208333333, 138.1944444444, 251.9791666667);
}

.ks-icon-sm-red {
  fill: #F44336;
  height: 32px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 32px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-sm-red:hover {
  fill: rgb(247.9693396226, 134.8396226415, 126.5306603774);
}

.ks-icon-sm-gray {
  fill: #727272;
  height: 32px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 32px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-sm-gray:hover {
  fill: rgb(152.25, 152.25, 152.25);
}

.ks-icon-sm-green {
  fill: #4CAF50;
  height: 32px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 32px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-sm-green:hover {
  fill: rgb(127.7589641434, 199.7410358566, 130.6673306773);
}

.ks-icon-sm-yellow {
  fill: #FAC446;
  height: 32px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 32px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-sm-yellow:hover {
  fill: rgb(252.0131578947, 219.7552631579, 144.4868421053);
}

.ks-icon-sm-orange {
  fill: #FFA726;
  height: 32px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 32px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-sm-orange:hover {
  fill: rgb(255, 198.0230414747, 114.5);
}

.ks-icon-sm-white {
  fill: oklch(100% 0 254deg);
  height: 32px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 32px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-sm-white:hover {
  fill: oklch(100% 0 254deg);
}

.ks-icon-sm-inherit {
  fill: currentColor;
  height: 32px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 32px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-sm-inherit:hover {
  fill: currentColor;
}

.ks-icon-md-black {
  fill: oklch(22% 0.02 254deg);
  height: 40px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 40px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-md-black:hover {
  fill: oklch(37% 0.02 254deg);
}

.ks-icon-md-blue {
  fill: #0364D5;
  height: 40px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 40px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-md-blue:hover {
  fill: rgb(40.5208333333, 138.1944444444, 251.9791666667);
}

.ks-icon-md-red {
  fill: #F44336;
  height: 40px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 40px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-md-red:hover {
  fill: rgb(247.9693396226, 134.8396226415, 126.5306603774);
}

.ks-icon-md-gray {
  fill: #727272;
  height: 40px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 40px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-md-gray:hover {
  fill: rgb(152.25, 152.25, 152.25);
}

.ks-icon-md-green {
  fill: #4CAF50;
  height: 40px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 40px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-md-green:hover {
  fill: rgb(127.7589641434, 199.7410358566, 130.6673306773);
}

.ks-icon-md-yellow {
  fill: #FAC446;
  height: 40px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 40px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-md-yellow:hover {
  fill: rgb(252.0131578947, 219.7552631579, 144.4868421053);
}

.ks-icon-md-orange {
  fill: #FFA726;
  height: 40px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 40px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-md-orange:hover {
  fill: rgb(255, 198.0230414747, 114.5);
}

.ks-icon-md-white {
  fill: oklch(100% 0 254deg);
  height: 40px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 40px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-md-white:hover {
  fill: oklch(100% 0 254deg);
}

.ks-icon-md-inherit {
  fill: currentColor;
  height: 40px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 40px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-md-inherit:hover {
  fill: currentColor;
}

.ks-icon-lg-black {
  fill: oklch(22% 0.02 254deg);
  height: 55px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 55px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-lg-black:hover {
  fill: oklch(37% 0.02 254deg);
}

.ks-icon-lg-blue {
  fill: #0364D5;
  height: 55px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 55px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-lg-blue:hover {
  fill: rgb(40.5208333333, 138.1944444444, 251.9791666667);
}

.ks-icon-lg-red {
  fill: #F44336;
  height: 55px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 55px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-lg-red:hover {
  fill: rgb(247.9693396226, 134.8396226415, 126.5306603774);
}

.ks-icon-lg-gray {
  fill: #727272;
  height: 55px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 55px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-lg-gray:hover {
  fill: rgb(152.25, 152.25, 152.25);
}

.ks-icon-lg-green {
  fill: #4CAF50;
  height: 55px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 55px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-lg-green:hover {
  fill: rgb(127.7589641434, 199.7410358566, 130.6673306773);
}

.ks-icon-lg-yellow {
  fill: #FAC446;
  height: 55px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 55px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-lg-yellow:hover {
  fill: rgb(252.0131578947, 219.7552631579, 144.4868421053);
}

.ks-icon-lg-orange {
  fill: #FFA726;
  height: 55px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 55px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-lg-orange:hover {
  fill: rgb(255, 198.0230414747, 114.5);
}

.ks-icon-lg-white {
  fill: oklch(100% 0 254deg);
  height: 55px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 55px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-lg-white:hover {
  fill: oklch(100% 0 254deg);
}

.ks-icon-lg-inherit {
  fill: currentColor;
  height: 55px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 55px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-lg-inherit:hover {
  fill: currentColor;
}

.ks-icon-xl-black {
  fill: oklch(22% 0.02 254deg);
  height: 130px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 130px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xl-black:hover {
  fill: oklch(37% 0.02 254deg);
}

.ks-icon-xl-blue {
  fill: #0364D5;
  height: 130px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 130px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xl-blue:hover {
  fill: rgb(40.5208333333, 138.1944444444, 251.9791666667);
}

.ks-icon-xl-red {
  fill: #F44336;
  height: 130px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 130px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xl-red:hover {
  fill: rgb(247.9693396226, 134.8396226415, 126.5306603774);
}

.ks-icon-xl-gray {
  fill: #727272;
  height: 130px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 130px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xl-gray:hover {
  fill: rgb(152.25, 152.25, 152.25);
}

.ks-icon-xl-green {
  fill: #4CAF50;
  height: 130px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 130px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xl-green:hover {
  fill: rgb(127.7589641434, 199.7410358566, 130.6673306773);
}

.ks-icon-xl-yellow {
  fill: #FAC446;
  height: 130px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 130px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xl-yellow:hover {
  fill: rgb(252.0131578947, 219.7552631579, 144.4868421053);
}

.ks-icon-xl-orange {
  fill: #FFA726;
  height: 130px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 130px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xl-orange:hover {
  fill: rgb(255, 198.0230414747, 114.5);
}

.ks-icon-xl-white {
  fill: oklch(100% 0 254deg);
  height: 130px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 130px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xl-white:hover {
  fill: oklch(100% 0 254deg);
}

.ks-icon-xl-inherit {
  fill: currentColor;
  height: 130px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 130px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xl-inherit:hover {
  fill: currentColor;
}

.ks-icon-xxl-black {
  fill: oklch(22% 0.02 254deg);
  height: 350px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 350px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xxl-black:hover {
  fill: oklch(37% 0.02 254deg);
}

.ks-icon-xxl-blue {
  fill: #0364D5;
  height: 350px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 350px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xxl-blue:hover {
  fill: rgb(40.5208333333, 138.1944444444, 251.9791666667);
}

.ks-icon-xxl-red {
  fill: #F44336;
  height: 350px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 350px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xxl-red:hover {
  fill: rgb(247.9693396226, 134.8396226415, 126.5306603774);
}

.ks-icon-xxl-gray {
  fill: #727272;
  height: 350px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 350px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xxl-gray:hover {
  fill: rgb(152.25, 152.25, 152.25);
}

.ks-icon-xxl-green {
  fill: #4CAF50;
  height: 350px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 350px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xxl-green:hover {
  fill: rgb(127.7589641434, 199.7410358566, 130.6673306773);
}

.ks-icon-xxl-yellow {
  fill: #FAC446;
  height: 350px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 350px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xxl-yellow:hover {
  fill: rgb(252.0131578947, 219.7552631579, 144.4868421053);
}

.ks-icon-xxl-orange {
  fill: #FFA726;
  height: 350px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 350px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xxl-orange:hover {
  fill: rgb(255, 198.0230414747, 114.5);
}

.ks-icon-xxl-white {
  fill: oklch(100% 0 254deg);
  height: 350px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 350px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xxl-white:hover {
  fill: oklch(100% 0 254deg);
}

.ks-icon-xxl-inherit {
  fill: currentColor;
  height: 350px;
  margin: 0 2px -4px;
  vertical-align: top;
  width: 350px;
  transition-property: fill, color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-icon-xxl-inherit:hover {
  fill: currentColor;
}

th,
td,
th > i,
td > i {
  text-align: left;
  vertical-align: middle;
}

.calendar-container td {
  text-align: center;
}

.ks-table {
  border: solid oklch(80% 0.005 254deg) 1px;
  margin-bottom: 0;
  width: 100%;
}
.ks-table-fixed {
  table-layout: fixed;
}
.ks-table--sticky-header {
  border-collapse: separate;
  border-bottom-width: 0;
  border-top-width: 0;
}
.ks-table--sticky-header thead {
  position: sticky;
  top: 0;
}
.ks-table tr {
  height: 34px;
}
@media print {
  .ks-table tr {
    -webkit-print-color-adjust: exact;
  }
}
@media (min-width: 992px) {
  .ks-table.tall-rows tbody tr {
    height: 53px;
  }
}
.ks-table td,
.ks-table th {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.ks-table td.icon-width-xs,
.ks-table th.icon-width-xs {
  width: 30px;
}
.ks-table thead,
.ks-table tfoot {
  border: solid oklch(36% 0.03 254deg) 1px;
  border-bottom-width: 0;
}
.ks-table thead > tr,
.ks-table tfoot > tr {
  background-color: oklch(36% 0.03 254deg);
  color: oklch(100% 0 254deg);
}
.ks-table thead > tr th,
.ks-table tfoot > tr th {
  border-color: oklch(36% 0.03 254deg);
}
.ks-table thead.light-bg,
.ks-table tfoot.light-bg {
  border-color: oklch(80% 0.005 254deg);
}
.ks-table thead.light-bg > tr,
.ks-table tfoot.light-bg > tr {
  background-color: oklch(80% 0.005 254deg);
  color: oklch(30% 0.03 254deg);
}
.ks-table thead.light-bg > tr th,
.ks-table tfoot.light-bg > tr th {
  border-color: oklch(80% 0.005 254deg);
}
.ks-table thead.light-bg > tr th.sortable:hover,
.ks-table tfoot.light-bg > tr th.sortable:hover {
  background-color: #C8C8C8;
}
.ks-table.sortable-header thead tr th {
  border-width: 3px 1px;
}
.ks-table thead > tr th.sortable:hover {
  background-color: oklch(43% 0.07 254deg);
  border-color: oklch(43% 0.07 254deg);
  color: oklch(100% 0 254deg) !important;
  cursor: pointer;
}
.ks-table thead th.icon-column {
  padding-left: 0;
  padding-right: 0;
  width: 44px;
}
.ks-table tbody > tr {
  background-color: oklch(100% 0 254deg);
  padding-top: 5px;
  padding-bottom: 5px;
}
.ks-table tbody > tr.disabled-row {
  background-color: #D5D7DD;
  color: #595959;
}
.ks-table tbody > tr.caution-row {
  background-color: #FFE9AD;
}
.ks-table tbody > tr.danger-row {
  background-color: #DA9590;
}
.ks-table tbody td {
  border-bottom: 1px solid oklch(80% 0.005 254deg);
}
.ks-table tbody td.icon-column {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 44px;
}
.ks-table.bold-borders {
  border-color: #999999;
}
.ks-table.bold-borders > tbody > tr > td {
  border-color: #999999;
}
.ks-table.clickable-rows > tbody > tr:not(.detail-row) {
  transition-duration: 0.1s;
  transition-property: background-color;
  transition-timing-function: ease-in;
}
.ks-table.clickable-rows > tbody > tr:not(.detail-row):hover {
  background-color: #DFEAFB;
  cursor: pointer;
}
.ks-table .sortable {
  position: relative;
}
.ks-table .sortable::after {
  background-size: 18px;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 0;
  top: 7px;
  transition: background-image ease-out 0.1s;
  width: 18px;
}
.ks-table thead > tr th.sorted-asc,
.ks-table thead > tr th.sorted-desc,
.ks-table thead > tr th.sorted-asc.sortable:hover,
.ks-table thead > tr th.sorted-desc.sortable:hover {
  border-bottom-color: #76A2E5;
}
.ks-table .sortable::after {
  background-image: url(/assets/ks-icon-sort--off-white-0b0cfd85e80c1817688959f197c65885a835597fc659b226930a95e7c8e38903.svg);
}
.ks-table .sorted-asc::after {
  background-image: url(/assets/ks-icon-sort-asc--off-white-da54254d972d0ba1a7c507798e8e01b0b23d4dabdbe307deb71cbc9737109564.svg);
}
.ks-table .sorted-desc::after {
  background-image: url(/assets/ks-icon-sort-desc--off-white-c8e2ee6b3c0fe98e30c6a10a7398842da902b1ddcb897c2cc84c30d05bac7fc5.svg);
}

.ks-table.report tbody tr {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ks-table.report tbody tr.even {
  background: #f9f9f9;
}
.ks-table.report tbody tr.odd {
  background: #FFF;
}

td:not(.content-block) > p {
  line-height: 24px;
  margin: 0;
}
td:not(.content-block) > p.description {
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0;
}

.table__icon-col {
  width: 20px;
}

.pagination {
  display: inline-block;
}
.pagination-wrapper {
  margin-top: 15px;
  text-align: center;
}
.pagination__item {
  align-items: center;
  justify-content: center;
  background-color: oklch(100% 0 254deg);
  border-bottom: solid oklch(80% 0.005 254deg) 1px;
  border-right: solid oklch(80% 0.005 254deg) 1px;
  border-top: solid oklch(80% 0.005 254deg) 1px;
  color: #0364D5;
  display: flex;
  float: left;
  font-weight: 500;
  height: 30px;
  text-align: center;
  transition-property: color, background-color;
  transition-timing-function: ease-in;
  transition-duration: 0.1s;
  width: 30px;
}
.pagination__item:first-of-type {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-left: solid oklch(80% 0.005 254deg) 1px;
}
.pagination__item:last-of-type {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pagination__item:hover {
  background-color: #DFEAFB;
  cursor: pointer;
  text-decoration: none;
}
.pagination__item--active {
  background-color: #0364D5;
  color: oklch(100% 0 254deg);
}
.pagination__item--active:hover {
  background-color: #0364D5;
  color: oklch(100% 0 254deg);
}
.pagination__item--disabled {
  color: rgba(3, 100, 213, 0.5);
}
.pagination__item--disabled:hover {
  background-color: oklch(100% 0 254deg);
  color: rgba(3, 100, 213, 0.5);
}

.event-warning-bar {
  display: none;
}

.ks-table tr.detail-row > td {
  padding-left: 0;
  padding-right: 0;
}

.tablesorter.ks-table:not(.cardtable) tr.cancelled td.event-status {
  color: #F44336;
}

.roster-empty,
.roster-loading {
  background-color: oklch(100% 0 254deg);
  border: solid oklch(80% 0.005 254deg) 1px;
  font-size: 1.4rem;
  margin: 40px auto 0;
  padding: 40px 0;
  text-align: center;
  width: 100%;
}
@media print {
  .roster-empty,
  .roster-loading {
    font-size: 1.6rem;
  }
}

.roster-information {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  width: 100%;
}

.roster-sub-information {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.roster-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.roster-subtitle > * {
  font-size: 1.125rem;
  margin: 2px 8px;
  text-align: center;
}
@media print {
  .roster-subtitle > * {
    font-size: 1.2rem;
  }
}

.roster-job-group:not(:last-of-type) {
  margin-bottom: 15px;
}
.roster-job-group__name {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 4px;
}
@media print {
  .roster-job-group__name {
    font-size: 1.2rem;
  }
}

.roster-event-group__name {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media print {
  .roster-event-group__name {
    font-size: 1.2rem;
  }
}
.roster-event-group__location-name, .roster-event-group__business-name {
  font-size: 1.2rem;
}
.roster-event-group__location-name strong, .roster-event-group__business-name strong {
  font-weight: 400;
}
@media print {
  .roster-event-group__location-name, .roster-event-group__business-name {
    font-size: 10px;
  }
  .roster-event-group__location-name strong, .roster-event-group__business-name strong {
    font-weight: bold;
  }
}
.roster-event-group__location-name {
  margin-bottom: 5px;
}

.roster-table {
  border: solid oklch(80% 0.005 254deg) 1px;
  min-width: 700px;
  table-layout: fixed;
  width: 100%;
}
@media print {
  .roster-table {
    border-color: #262626;
  }
}
.roster-table-wrapper {
  margin-bottom: 32px;
}
.roster-table__head {
  background-color: oklch(36% 0.03 254deg);
  color: oklch(100% 0 254deg);
}
@media print {
  .roster-table__head {
    background-color: #262626;
    border-bottom: solid oklch(80% 0.005 254deg) 1px;
    border-bottom-color: #262626;
    -webkit-print-color-adjust: exact;
  }
}
.roster-table__head th {
  border-style: solid;
  border-color: oklch(36% 0.03 254deg);
  border-width: 1px;
  padding: 5px;
}
@media print {
  .roster-table__head th {
    border: solid oklch(80% 0.005 254deg) 1px;
    border-color: #262626;
    text-align: center;
  }
}
.roster-table__body:not(:last-of-type) {
  border-bottom: solid oklch(80% 0.005 254deg) 4px;
}
@media print {
  .roster-table__body:not(:last-of-type) {
    border-color: #262626;
  }
}
.roster-table__body tr {
  background-color: oklch(100% 0 254deg);
  border-bottom: solid oklch(80% 0.005 254deg) 1px;
}
@media print {
  .roster-table__body tr {
    border-bottom-color: #262626;
    page-break-inside: avoid;
  }
}
.roster-table__body td {
  padding: 5px;
}
@media print {
  .roster-table__body td {
    border: solid oklch(80% 0.005 254deg) 1px;
    border-color: #262626;
  }
}
.roster-table__body td.slot-loading {
  text-align: center;
}
.roster-table--agency_event .roster-table__head th.rank-column {
  width: 6%;
}
.roster-table--agency_event .roster-table__head th.first-name-column {
  width: 10%;
}
.roster-table--agency_event .roster-table__head th.last-name-column {
  width: 10%;
}
.roster-table--agency_event .roster-table__head th.job-name-column {
  width: 12%;
}
.roster-table--agency_event .roster-table__head th.job-start-date-column {
  width: 10%;
}
.roster-table--agency_event .roster-table__head th.job-end-date-column {
  width: 10%;
}
.roster-table--agency_event .roster-table__head th.job-type-column {
  width: 16%;
}
.roster-table--agency_event .roster-table__head th.personnel-type-column {
  width: 16%;
}
.roster-table--agency_event .roster-table__head th.job-group-column {
  width: 10%;
}
.roster-table--agency_job_date .roster-table__head th.rank-column, .roster-table--agency_event_date .roster-table__head th.rank-column {
  width: 6%;
}
.roster-table--agency_job_date .roster-table__head th.first-name-column, .roster-table--agency_event_date .roster-table__head th.first-name-column {
  width: 6%;
}
.roster-table--agency_job_date .roster-table__head th.last-name-column, .roster-table--agency_event_date .roster-table__head th.last-name-column {
  width: 8%;
}
.roster-table--agency_job_date .roster-table__head th.job-name-column, .roster-table--agency_event_date .roster-table__head th.job-name-column {
  width: 10%;
}
.roster-table--agency_job_date .roster-table__head th.job-start-date-column, .roster-table--agency_event_date .roster-table__head th.job-start-date-column {
  width: 8%;
}
.roster-table--agency_job_date .roster-table__head th.job-end-date-column, .roster-table--agency_event_date .roster-table__head th.job-end-date-column {
  width: 8%;
}
.roster-table--agency_job_date .roster-table__head th.job-type-column, .roster-table--agency_event_date .roster-table__head th.job-type-column {
  width: 8%;
}
.roster-table--agency_job_date .roster-table__head th.personnel-type-column, .roster-table--agency_event_date .roster-table__head th.personnel-type-column {
  width: 10%;
}
.roster-table--agency_job_date .roster-table__head th.job-group-column, .roster-table--agency_event_date .roster-table__head th.job-group-column {
  width: 10%;
}
.roster-table--agency_job_date .roster-table__head th.business-name-column, .roster-table--agency_event_date .roster-table__head th.business-name-column {
  width: 10%;
}
.roster-table--agency_job_date .roster-table__head th.event-name-column, .roster-table--agency_event_date .roster-table__head th.event-name-column {
  width: 11%;
}
.roster-table--agency_job_date .roster-table__head th.event-id-column, .roster-table--agency_event_date .roster-table__head th.event-id-column {
  width: 5%;
}
.roster-table--event .roster-table__head th.rank-column {
  width: 8%;
}
.roster-table--event .roster-table__head th.first-name-column {
  width: 12%;
}
.roster-table--event .roster-table__head th.last-name-column {
  width: 12%;
}
.roster-table--event .roster-table__head th.job-name-column {
  width: 16%;
}
.roster-table--event .roster-table__head th.job-start-date-column {
  width: 12%;
}
.roster-table--event .roster-table__head th.job-end-date-column {
  width: 12%;
}
.roster-table--event .roster-table__head th.job-type-column {
  width: 10%;
}
.roster-table--event .roster-table__head th.personnel-type-column {
  width: 18%;
}

.vm--modal {
  border-radius: var(--tw-radius-md) !important;
}

.ks-modal {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  border-radius: var(--tw-radius-md);
}
.ks-modal__content, .ks-modal__buttons {
  padding-left: 16px;
  padding-right: 16px;
}
.ks-modal__content {
  flex-grow: 1;
  flex-shrink: 1;
}
.ks-modal__content--with-spacing {
  margin: 20px 0;
}
.ks-modal__buttons {
  padding-bottom: 5px;
}

.event-clone-error-dialog p {
  font-size: 1.1em;
}

.v--modal-overlay .v--modal-box {
  overflow: unset !important;
  background-color: oklch(100% 0 254deg);
}

.popover,
.tooltip-inner {
  color: #ececec;
  line-height: 1em;
  background: rgba(101, 101, 101, 0.9);
  border: none;
  border-radius: var(--tw-radius-md);
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.tooltip,
.tooltip.in {
  opacity: 1;
}

.popover .arrow,
.tooltip .arrow,
.popover .tooltip-arrow,
.tooltip .tooltip-arrow {
  display: none;
}

.v-popover .trigger {
  display: block !important;
}

body.reports .container-fluid .navbar-secondary.navbar {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
body.reports .container-fluid .main-content.card {
  padding-left: 0;
  padding-right: 0;
}

.report-content {
  padding-left: 30px;
  padding-right: 30px;
}

.table-wrapper {
  position: relative;
}

.report-loading-indicator {
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #E0E0E0;
  height: 100%;
  position: absolute;
  width: 100%;
}

.report-loading-indicator-text {
  bottom: 0;
  font-size: 28px;
  font-weight: bold;
  height: 38px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 350px;
}

.ui-widget {
  background: #0364D5;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12) !important;
}

.ui-icon {
  text-indent: -99999px;
  width: 16px;
}

.ui-datepicker {
  font-size: 90%;
  margin-left: -5.4em;
  margin-top: -2px;
  overflow: hidden;
  padding: 0;
}

.ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 15px;
}

.ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.ui-datepicker .ui-datepicker-title {
  margin-top: 0.4em;
  margin-bottom: 0.3em;
  color: #e9f0f4;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: 0.9em;
  border: none;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background-image: url(/assets/ui-icons_ffffff_256x240-e6a3556a47b673796691c20b451113deff1d669f7a8ca77cf4547b45600dec79.png);
  background-position: -32px 0;
  margin-top: 0;
  top: 0;
  font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0;
}

.ui-datepicker table {
  margin: 0;
}

.ui-datepicker th {
  padding: 1em 0;
  color: oklch(100% 0 254deg);
  font-size: 13px;
  font-weight: normal;
  border: none;
  border-top: 1px solid #0959B6;
}

.ui-datepicker td {
  background: oklch(100% 0 254deg);
  border: none;
  padding: 0;
}
.ui-datepicker td a {
  text-align: center;
}

td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  color: oklch(22% 0.02 254deg);
  font-size: 16px;
}

.ui-state-disabled {
  opacity: 1;
}

.ui-state-disabled .ui-state-default {
  color: oklch(91% 0 254deg);
}

td .ui-state-active,
td .ui-state-hover {
  background: #0364D5;
  color: oklch(100% 0 254deg) !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  height: 140px;
}

.checkbox label,
.radio label,
label,
.form-group .checkbox label,
.form-group .radio label,
.form-group label,
.form-control {
  font-size: 14px;
}

.well.well-material-indigo {
  color: white;
  padding: 0;
}

.form-horizontal .control-label {
  text-align: left;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.form-group,
.btn.dropdown-toggle {
  clear: both;
  margin-top: 0 !important;
}

.btn.dropdown-toggle {
  padding-left: 3px;
  padding-right: 3px;
}

.form-group.is-focused .form-control {
  background-image: linear-gradient(#0364D5, #0364D5), linear-gradient(white, white);
}

.form-control {
  padding-left: 3px;
  padding-right: 3px;
}

.btn-group {
  transition: background 0s ease-out;
}
.btn-group.open {
  transition-duration: 0.3s;
  background-image: linear-gradient(#0364D5, #0364D5), linear-gradient(white, white);
  background-size: 100% 2px, 100% 1px;
}

/* making select boxes blue text so you can see them when tabbing through*/
.btn.dropdown-toggle:not(.btn-link):not(.btn-flat):focus span {
  color: #0364D5;
}

.form-control-wrapper input.form-control:focus ~ .floating-label,
.form-control-wrapper select.form-control:focus ~ .floating-label,
.form-group input.form-control:focus ~ .floating-label,
.form-group-default input.form-control:focus ~ .floating-label,
.form-group textarea.form-control:focus ~ .floating-label,
.form-group-default textarea.form-control:focus ~ .floating-label,
.form-group select.form-control:focus ~ .floating-label,
.form-group-default select.form-control:focus ~ .floating-label,
.form-group.is-focused label,
.form-group.is-focused label.control-label {
  color: #0364D5;
}

.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label {
  font-size: 14px;
  top: -11px;
}

.radio {
  margin-bottom: 15px;
}
.radio label {
  padding-left: 40px;
}

.radio-success input[type=radio]:checked ~ .circle {
  border-color: #0959B6;
}

.radio-success input[type=radio]:checked ~ .check {
  background-color: #0364D5;
}

.user-menu .checkbox {
  margin-bottom: -10px;
}

.checkbox {
  margin-bottom: 0px;
  margin-top: 0px;
}
.checkbox .checkbox-material {
  /*margin-left: 10px;*/
  padding-right: 12px;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check,
.checkbox-default input[type=checkbox]:checked + .checkbox-material .check,
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
.checkbox-default input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #0364D5;
  border-color: #0364D5;
}

.checkbox.disabled input[type=checkbox]:checked + .checkbox-material .check,
.checkbox-default input[type=checkbox]:checked + .checkbox-material .check,
.checkbox.disabled input[type=checkbox]:checked + .checkbox-material .check:before,
.checkbox-default input[type=checkbox]:checked + .checkbox-material .check:before {
  color: grey;
  border-color: grey;
}

.dropdownjs:after {
  content: "\f063";
  /*down arrow, todo - find a better way to reference this*/
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  right: 5px;
  top: 11px;
  font-size: 12px;
  position: absolute;
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
  color: #757575;
}

.form-divider {
  border-bottom: solid oklch(80% 0.005 254deg) 1px;
  color: oklch(30% 0.03 254deg);
  font-size: 16px;
  margin-bottom: 10px;
}

.form-section {
  margin-bottom: 15px;
}

.form__input-group__timepicker {
  background-color: oklch(100% 0 254deg);
  border-radius: 2px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  height: 200px;
  left: 0;
  overflow: scroll;
  position: absolute;
  top: 100%;
  width: 140px;
}
.form__input-group__timepicker .wrapper {
  height: 100%;
}
.form__input-group__timepicker .tooltip-inner {
  background-color: oklch(100% 0 254deg);
  color: oklch(30% 0.03 254deg);
  padding: 0;
  font-size: 14px;
  height: 100%;
}
.form__input-group__timepicker .tooltip-content {
  display: grid;
  grid-template-columns: repeat(2, auto);
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.form__input-group__timepicker__time {
  cursor: pointer;
  padding: 10px;
}
.form__input-group__timepicker__time:hover {
  background-color: oklch(96% 0.005 254deg);
}
.form__input-group__timepicker__hours {
  border-right: solid oklch(80% 0.005 254deg) 1px;
}
.form__input-group__timepicker__hours, .form__input-group__timepicker__minutes {
  overflow: auto;
}
.form__input-group__timepicker__hour, .form__input-group__timepicker__minute {
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  padding: 10px;
}
.form__input-group__timepicker__hour:hover, .form__input-group__timepicker__minute:hover {
  background-color: #DFEAFB;
}
.form__input-group__timepicker__hour--selected, .form__input-group__timepicker__minute--selected {
  background-color: #DFF1E0;
}

.btn-dropdown-list {
  right: 0;
}

.ks-vue-component .form__label {
  color: oklch(30% 0.03 254deg);
  margin-bottom: 0;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-property: color;
}
.ks-vue-component .form__label:not(.form__checkbox__label):not(.form__radio__label) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: bold;
}
.ks-vue-component .form__input,
.ks-vue-component .form__input-group__addon,
.ks-vue-component .form__input-group__btn,
.ks-vue-component .form__textarea,
.ks-vue-component .multiselect__tags,
.ks-vue-component .multiselect__content-wrapper {
  border-color: oklch(80% 0.005 254deg);
  border-style: solid;
  border-width: 1px;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-property: border-color, color;
}
.ks-vue-component .form__input,
.ks-vue-component .form__input-group__addon,
.ks-vue-component .form__input-group__btn,
.ks-vue-component .form__textarea,
.ks-vue-component .multiselect__tags {
  padding: 5px 8px;
}
.ks-vue-component .form__input,
.ks-vue-component .form__textarea,
.ks-vue-component .multiselect__tags {
  background: oklch(100% 0 254deg);
  color: inherit;
  font: inherit;
  font-family: inherit;
  font-size: 16px;
  line-height: inherit;
  margin: 2px 0 0;
  min-height: 0;
  width: 100%;
}
.ks-vue-component .form__input::placeholder,
.ks-vue-component .form__textarea::placeholder,
.ks-vue-component .multiselect__tags::placeholder {
  color: oklch(22% 0.02 254deg);
}
.ks-vue-component .form__textarea {
  height: 140px;
  overflow: auto;
  resize: none;
}
.ks-vue-component .form-group {
  width: 100%;
  padding-bottom: 7px;
  margin: 28px 0 0;
}
.ks-vue-component .form-group.form-group-inline {
  padding-bottom: 2px;
}
.ks-vue-component .form-group--disabled .form__label {
  color: #727272;
}
.ks-vue-component .form-group--disabled .form__input,
.ks-vue-component .form-group--disabled .form__input-group__addon,
.ks-vue-component .form-group--disabled .form__input-group__btn,
.ks-vue-component .form-group--disabled .form__textarea,
.ks-vue-component .form-group--disabled .multiselect__tags,
.ks-vue-component .form-group--disabled .multiselect__content {
  border-color: #cccccc;
  color: #a6a6a6;
}
.ks-vue-component .form-group--disabled .form__button-group__label {
  border-color: #8AA6C7;
}
.ks-vue-component .form-group--disabled .form__button-group__label--checked {
  background-color: #8AA6C7;
  color: oklch(100% 0 254deg);
}
.ks-vue-component .form-group--focus .form__checkbox__label:before,
.ks-vue-component .form-group--focus .form__input,
.ks-vue-component .form-group--focus .form__textarea,
.ks-vue-component .form-group--focus .multiselect__tags {
  border-color: rgba(3, 100, 213, 0.87);
}
.ks-vue-component .form-group--focus .form__label {
  color: rgba(3, 100, 213, 0.87);
}
.ks-vue-component .form-group--error .form__input,
.ks-vue-component .form-group--error .form__textarea,
.ks-vue-component .form-group--error .multiselect__tags {
  border-color: rgba(244, 67, 54, 0.87);
}
.ks-vue-component .form-group--error .form__label {
  color: rgba(244, 67, 54, 0.87);
}
.ks-vue-component .form-group--valid.form-group--focus .form__input,
.ks-vue-component .form-group--valid.form-group--focus .form__textarea,
.ks-vue-component .form-group--valid.form-group--focus .multiselect__tags {
  border-color: rgba(76, 175, 80, 0.87);
}
.ks-vue-component .form-group--valid.form-group--focus .form__label {
  color: rgba(76, 175, 80, 0.87);
  justify-self: flex-start;
}
.ks-vue-component .form__optional {
  color: #727272;
  justify-self: flex-start;
  margin-left: 4px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.ks-vue-component .form__label-wrap {
  display: flex;
}
.ks-vue-component .form__label-wrap .form__dirty-text {
  color: oklch(22% 0.02 254deg);
  flex: 1;
  text-align: right;
}
.ks-vue-component .form__checkbox,
.ks-vue-component .form__radio {
  position: absolute;
  opacity: 0;
}
.ks-vue-component .form__checkbox__label-wrap {
  display: inline-block;
}
.ks-vue-component .form__button-group__wrapper {
  display: flex;
  padding: 0;
}
.ks-vue-component .form__button-group__wrapper--centered {
  justify-content: center;
}
.ks-vue-component .form__button-group__label {
  color: #0364D5;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  user-select: none;
}
.ks-vue-component .form__button-group__input {
  position: absolute;
  opacity: 0;
}
.ks-vue-component .form__button-group__label {
  background-color: oklch(100% 0 254deg);
  border: solid #0364D5 1px;
  border-right-width: 0;
  cursor: pointer;
  padding: 6px 12px;
}
@media (max-width: 767px) {
  .ks-vue-component .form__button-group__label {
    padding: 10px 30px;
  }
}
.ks-vue-component .form__button-group__label--checked {
  background-color: #0364D5;
  color: oklch(100% 0 254deg);
}
.ks-vue-component .form__button-group__label--unchecked {
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
}
.ks-vue-component .form__button-group__label--unchecked:hover {
  background-color: #DFEAFB;
}
.ks-vue-component .form__button-group:last-child .form__button-group__label {
  border-right-width: 1px;
}
.ks-vue-component .form__checkbox__label,
.ks-vue-component .form__radio__label {
  font-size: 12px;
  font-weight: normal;
  user-select: none;
}
.ks-vue-component .form__checkbox__label:before,
.ks-vue-component .form__radio__label:before {
  background-color: oklch(91% 0 254deg);
  border: solid oklch(80% 0.005 254deg) 1px;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin-right: 7px;
  position: relative;
  top: 4px;
  width: 18px;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-property: background-color, border-color;
}
.ks-vue-component .form__checkbox__label:after,
.ks-vue-component .form__radio__label:after {
  content: "";
  cursor: pointer;
  display: inline-block;
  position: absolute;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.ks-vue-component .form__checkbox__label:before {
  border-radius: 2px;
}
.ks-vue-component .form__radio__label:before,
.ks-vue-component .form__radio__label:after {
  border-radius: 100%;
}
.ks-vue-component .form__checkbox__label:after {
  transition-property: border-color;
  border: solid transparent 4px;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  left: 3px;
  top: 5px;
  height: 10px;
  width: 18px;
}
.ks-vue-component .form__radio__label:after {
  background-color: transparent;
  border: solid oklch(80% 0.005 254deg) 1px;
  box-shadow: inset 0 0 0 3px oklch(91% 0 254deg);
  height: 18px;
  width: 18px;
  transition-property: background-color, border-color;
  left: 0;
  top: 4px;
}
.ks-vue-component .form__checkbox__label-checked:after {
  border-color: #0364d5;
}
.ks-vue-component .form__radio__label-checked:after {
  background-color: #0364d5;
  border-color: #0364d5;
}
.ks-vue-component .form__help {
  color: #727272;
  display: block;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.ks-vue-component .form__input-group {
  border-collapse: separate;
  display: table;
  margin: 2px 0 0;
  position: relative;
  width: 100%;
}
.ks-vue-component .form__input-group .form__input-group__input,
.ks-vue-component .form__input-group .form__input-group__addon,
.ks-vue-component .form__input-group .form__input-group__btn {
  display: table-cell;
}
.ks-vue-component .form__input-group__input {
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  width: 100%;
}
.ks-vue-component .form__input-group__input:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ks-vue-component .form__input-group__input:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ks-vue-component .form__input-group__input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ks-vue-component .form__input-group__btn {
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
}
.ks-vue-component .form__input-group__btn:hover {
  background-color: #DFEAFB;
}
.ks-vue-component .form__input-group__addon,
.ks-vue-component .form__input-group__btn {
  background-color: oklch(96% 0.005 254deg);
  font-weight: 500;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
.ks-vue-component .form__input-group__addon:first-child,
.ks-vue-component .form__input-group__btn:first-child {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ks-vue-component .form__input-group__addon:last-child,
.ks-vue-component .form__input-group__btn:last-child {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ks-vue-component .form__input-group__addon--icon,
.ks-vue-component .form__input-group__btn--icon {
  padding: 0 6px;
}
.ks-vue-component .input-pair {
  display: flex;
  flex: 1;
  flex-basis: 300px;
}
.ks-vue-component .input-pair > .ks-vue-component {
  flex: 1;
}
.ks-vue-component .input-pair > .ks-vue-component:last-child {
  padding-left: 15px;
}
.ks-vue-component .input-pair--divided .ks-vue-component .input-pair:first-child .form__input,
.ks-vue-component .input-pair--divided .ks-vue-component .input-pair:first-child .form__input-group__btn:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ks-vue-component .input-pair--divided .ks-vue-component .input-pair:last-child {
  padding-left: 0;
}
.ks-vue-component .input-pair--divided .ks-vue-component .input-pair:last-child .form__input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ks-vue-component .multiselect__tags--hidden .multiselect__tag {
  display: none;
}
.ks-vue-component .multiselect__tags {
  white-space: nowrap;
}
.ks-vue-component fieldset[disabled] .multiselect {
  pointer-events: none;
}
.ks-vue-component .multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}
.ks-vue-component .multiselect__spinner:before,
.ks-vue-component .multiselect__spinner:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #41b883 transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent;
}
.ks-vue-component .multiselect__spinner:before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}
.ks-vue-component .multiselect__spinner:after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}
.ks-vue-component .multiselect__loading-enter-active,
.ks-vue-component .multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}
.ks-vue-component .multiselect__loading-enter,
.ks-vue-component .multiselect__loading-leave-active {
  opacity: 0;
}
.ks-vue-component .multiselect,
.ks-vue-component .multiselect__input,
.ks-vue-component .multiselect__single {
  font-family: inherit;
  font-size: 16px;
  touch-action: manipulation;
}
.ks-vue-component .multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
}
.ks-vue-component .multiselect * {
  box-sizing: border-box;
}
.ks-vue-component .multiselect:focus {
  outline: none;
}
.ks-vue-component .multiselect--disabled {
  pointer-events: none;
  opacity: 0.6;
}
.ks-vue-component .multiselect--active {
  z-index: 50;
}
.ks-vue-component .multiselect--active:not(.multiselect--above) .multiselect__current,
.ks-vue-component .multiselect--active:not(.multiselect--above) .multiselect__input,
.ks-vue-component .multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ks-vue-component .multiselect--active .multiselect__select {
  transform: rotateZ(180deg);
}
.ks-vue-component .multiselect--above.multiselect--active .multiselect__current,
.ks-vue-component .multiselect--above.multiselect--active .multiselect__input,
.ks-vue-component .multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ks-vue-component .multiselect__input,
.ks-vue-component .multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}
.ks-vue-component .multiselect__input::placeholder {
  color: #35495e;
}
.ks-vue-component .multiselect__tag ~ .multiselect__input,
.ks-vue-component .multiselect__tag ~ .multiselect__single {
  width: auto;
}
.ks-vue-component .multiselect__input:hover,
.ks-vue-component .multiselect__single:hover {
  border-color: #cfcfcf;
}
.ks-vue-component .multiselect__input:focus,
.ks-vue-component .multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}
.ks-vue-component .multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}
.ks-vue-component .multiselect__tags-wrap {
  display: inline;
}
.ks-vue-component .multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  background: #fff;
  font-size: 14px;
}
.ks-vue-component .multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.ks-vue-component .multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: initial;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all 0.2s ease;
  border-radius: 5px;
}
.ks-vue-component .multiselect__tag-icon:after {
  content: "×";
  font-size: 14px;
}
.ks-vue-component .multiselect__tag-icon:focus:after,
.ks-vue-component .multiselect__tag-icon:hover:after {
  color: white;
}
.ks-vue-component .multiselect__current {
  min-height: 40px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  margin: 0;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}
.ks-vue-component .multiselect__select {
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.ks-vue-component .multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #999999 transparent transparent transparent;
  content: "";
}
.ks-vue-component .multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}
.ks-vue-component .multiselect--active .multiselect__placeholder {
  display: none;
}
.ks-vue-component .multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  min-width: 100%;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}
.ks-vue-component .multiselect:not(.multiselect--above) .multiselect__content-wrapper {
  border-top: none;
}
.ks-vue-component .multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}
.ks-vue-component .multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
}
.ks-vue-component .multiselect__content::webkit-scrollbar {
  display: none;
}
.ks-vue-component .multiselect__element {
  display: block;
}
.ks-vue-component .multiselect__option {
  display: block;
  padding: 8px 28px 8px 8px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.ks-vue-component .multiselect__option:after {
  top: -2px;
  right: -8px;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}
.ks-vue-component .multiselect__option--highlight {
  background: #DFEAFB;
  outline: none;
}
.ks-vue-component .multiselect__option--selected {
  color: #0364D5;
}
.ks-vue-component .multiselect--disabled {
  background: #ededed;
  pointer-events: none;
}
.ks-vue-component .multiselect--disabled .multiselect__current,
.ks-vue-component .multiselect--disabled .multiselect__select {
  color: #a6a6a6;
}
.ks-vue-component .multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}
.ks-vue-component .multiselect__option--group {
  background: #ededed;
  color: #35495e;
}
.ks-vue-component .multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}
.ks-vue-component .multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}
.ks-vue-component .multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}
.ks-vue-component .multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}
.ks-vue-component .multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}
.ks-vue-component .multiselect-enter-active,
.ks-vue-component .multiselect-leave-active {
  transition: all 0.15s ease;
}
.ks-vue-component .multiselect-enter,
.ks-vue-component .multiselect-leave-active {
  opacity: 0;
}
.ks-vue-component .multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.ks-vue-component *[dir=rtl] .multiselect {
  text-align: right;
}
.ks-vue-component *[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}
.ks-vue-component *[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0px 40px;
}
.ks-vue-component *[dir=rtl] .multiselect__content {
  text-align: right;
}
.ks-vue-component *[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}
.ks-vue-component *[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}
.ks-vue-component *[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}
@keyframes spinning {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}
.ks-vue-component .multiselect {
  min-height: unset;
  color: oklch(22% 0.02 254deg);
}
.ks-vue-component .multiselect .multiselect__select {
  z-index: 1;
  height: 30px;
}
.ks-vue-component .multiselect .multiselect__tag {
  background: rgba(76, 175, 80, 0.87);
}
.ks-vue-component .multiselect .multiselect__tags {
  min-height: unset;
  border-radius: 6px;
  padding: 0 40px 0 8px;
}
.ks-vue-component .multiselect .multiselect__single {
  cursor: pointer;
  overflow: hidden;
  width: 90%;
  padding: 5px 0;
  margin-bottom: 0;
}
.ks-vue-component .multiselect .multiselect__input {
  margin-bottom: 0;
  padding: 5px 0;
}
.ks-vue-component .multiselect__option {
  transition-property: font-weight;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.ks-vue-component .multiselect__option:after {
  line-height: 40px;
  content: "";
  margin-top: 11px;
  height: 18px;
  width: 18px;
  background-image: url(/assets/ks-icon-check-0aa11cf43c5b577f8599b8e407a9f591bf7531fadccbfa5baaa7b86820c028ab.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.ks-vue-component .multiselect__option--selected:after {
  opacity: 1;
}
.ks-vue-component .multiselect__temp-placeholder {
  display: inline-block;
}
.ks-vue-component .multiselect__temp-placeholder, .ks-vue-component .multiselect__placeholder {
  color: #727272;
  margin-bottom: 5px;
  padding-top: 5px;
  font-size: 16px;
}
.ks-vue-component .multiselect__tag-icon:after {
  color: rgba(109.9800796813, 192.0199203187, 113.2948207171, 0.87);
}
.ks-vue-component .multiselect__tag-icon:focus,
.ks-vue-component .multiselect__tag-icon:hover {
  background: #DFEAFB;
}

.invoice .generic_sub_line_item {
  height: 20px;
  font-size: 1.3rem;
  line-height: 1;
  color: #333333;
}
.invoice .generic_sub_line_item td {
  line-height: 1;
}

.invoice .estimate_job_subtotal_row {
  font-weight: 500;
}
.invoice .estimate_job_subtotal_row td {
  line-height: 1;
}

.estimate-alert,
.invoice-alert {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -16px;
}

.estimate__detail-view__view-business-button,
.invoice__detail-view__view-business-button {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}
@media screen and (max-width: 767px) and (min-width: 650px) {
  .estimate__detail-view__view-business-button,
  .invoice__detail-view__view-business-button {
    top: 10px;
  }
}
@media screen and (max-width: 649px) {
  .estimate__detail-view__view-business-button,
  .invoice__detail-view__view-business-button {
    padding: 3px !important;
    right: -5px;
    top: 12px;
  }
}

.estimate__business-view,
.invoice__business-view {
  left: -16px;
  right: -16px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: oklch(100% 0 254deg);
  bottom: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 649px) {
  .estimate__business-view,
  .invoice__business-view {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.estimate__business-view--hidden,
.invoice__business-view--hidden {
  display: none;
}
.estimate__business-view__banner,
.invoice__business-view__banner {
  margin-left: -30px;
  margin-right: -30px;
  padding: 15px;
  margin-bottom: 20px;
}
.estimate__business-view__view-detail-button,
.invoice__business-view__view-detail-button {
  margin: 0;
  position: absolute;
  right: 30px;
  top: 15px;
}
@media screen and (max-width: 767px) and (min-width: 650px) {
  .estimate__business-view__view-detail-button,
  .invoice__business-view__view-detail-button {
    top: 10px;
  }
}
@media screen and (max-width: 649px) {
  .estimate__business-view__view-detail-button,
  .invoice__business-view__view-detail-button {
    padding: 3px !important;
    right: 10px;
    top: 12px;
  }
}
.estimate__business-view__card,
.invoice__business-view__card {
  background-color: oklch(100% 0 254deg);
  margin-top: 10px;
  padding: 16px;
}

@media screen and (min-width: 650px) {
  .estimate__detail-view__button-icon,
  .invoice__detail-view__button-icon,
  .estimate__business-view__button-icon,
  .invoice__business-view__button-icon {
    display: none;
  }
}
@media screen and (max-width: 649px) {
  .estimate__detail-view__button-text,
  .invoice__detail-view__button-text,
  .estimate__business-view__button-text,
  .invoice__business-view__button-text {
    display: none;
  }
}

.invoice-table {
  margin-top: 15px;
  page-break-inside: avoid;
}
.invoice-table:not(.invoice-total-table) {
  min-width: 700px;
}
.invoice-table-wrapper {
  overflow: auto;
}

.invoice-header,
.estimate-header {
  font-size: 2rem;
  margin-bottom: 15px;
}
.invoice-header-table,
.estimate-header-table {
  width: 100%;
}
.invoice-header-table__key-column,
.estimate-header-table__key-column {
  padding-right: 15px;
  text-align: right;
}
.invoice-header-table__value-column,
.estimate-header-table__value-column {
  width: 1%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .invoice-header-table__value-column,
  .estimate-header-table__value-column {
    width: 50%;
  }
}

.invoice-disclaimer,
.estimate-disclaimer {
  border: solid oklch(80% 0.005 254deg) 1px;
  color: #666666;
  font-size: 0.8rem;
  margin-top: 20px;
  padding: 8px 8px 0;
  page-break-inside: avoid;
}
@media screen and (max-width: 649px) {
  .invoice-disclaimer,
  .estimate-disclaimer {
    max-height: 300px;
    overflow: auto;
    text-align: justify;
  }
}

.notification-drawer__dot {
  background-color: #F44336;
  border-radius: 50%;
  display: none;
  height: 10px;
  position: absolute;
  right: 6px;
  top: 14px;
  width: 10px;
}
.notification-drawer__header, .notification-drawer__all-panel-header {
  background-color: oklch(100% 0 254deg);
}
.notification-drawer__list {
  background-color: oklch(91% 0 254deg);
  color: black;
  display: flex;
  flex-direction: column;
  height: 55vh;
  right: 10px;
  min-height: 300px;
  overflow: hidden;
  position: fixed;
  width: 350px;
}
@media (max-width: 767px) {
  .notification-drawer__list {
    left: 8px;
    right: 8px;
    height: 80vh;
    width: unset;
  }
}
.notification-drawer__list--hidden {
  display: none;
}
.notification-drawer__items, .notification-drawer__all-items {
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .notification-drawer__items, .notification-drawer__all-items {
    height: calc(80vh - 30px);
  }
}
.notification-drawer__no-items {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.notification-drawer__no-items-icon {
  height: 40vh;
  margin-top: -5vh;
  max-height: 350px;
  max-width: 350px;
  min-height: 240px;
  min-width: 240px;
  width: 40vh;
}
.notification-drawer__no-items-text {
  color: #737373;
  margin-top: -20px;
}
.notification-drawer__all-panel {
  background-color: oklch(100% 0 254deg);
  bottom: 0;
  height: calc(55vh - 30px);
  overflow: hidden;
  position: absolute;
  width: 100%;
  transition-duration: 0.4s;
  transition-property: height;
  transition-timing-function: ease-in-out;
}
@media (max-width: 767px) {
  .notification-drawer__all-panel {
    height: calc(80vh - 30px);
  }
}
.notification-drawer__all-panel--hidden {
  height: 30px;
}
.notification-drawer__item, .notification-drawer__item-loader {
  border: solid oklch(80% 0.005 254deg) 0;
  border-bottom-width: 1px;
}
.notification-drawer__items, .notification-drawer__all-items, .notification-drawer__all-panel-header {
  border: solid oklch(80% 0.005 254deg) 0;
  border-top-width: 1px;
}
.notification-drawer__item {
  background-color: oklch(91% 0 254deg);
  display: block;
  padding: 16px 8px;
  padding-right: 16px;
  position: relative;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: ease-in-out;
}
.notification-drawer__item__timestamp {
  padding-top: 5px;
}
.notification-drawer__item__timestamp-text {
  color: #727272;
  line-height: 18px;
  margin-left: -2px;
}
.notification-drawer__item__unread-toggle {
  padding: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.notification-drawer__item__unread-toggle-icon {
  background-color: #777;
  border-radius: 5px;
  height: 10px;
  position: relative;
  width: 10px;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: ease-in-out;
}
.notification-drawer__item__unread-toggle-icon::after {
  background-color: oklch(91% 0 254deg);
  border-radius: 3px;
  content: "";
  height: 6px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 6px;
}
.notification-drawer__item--unread {
  background-color: oklch(100% 0 254deg);
}
.notification-drawer__item--unread:last-child {
  border-bottom-width: 0;
}
.notification-drawer__item--unread__unread-toggle-icon {
  background-color: #777;
  border-radius: 5px;
  height: 10px;
  width: 10px;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: ease-in-out;
}
.notification-drawer--unread__dot {
  display: block;
}

.new-assignment-notification__button-section {
  height: 40px;
}
.new-assignment-notification__button-section__button, .new-assignment-notification__button-section__text {
  left: 0;
  position: absolute;
  right: 0;
}
.new-assignment-notification__button-section__text {
  color: #727272;
  padding-top: 14px;
}

.new-approval-request-notification__button-section {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 8px;
  text-align: center;
}
.new-approval-request-notification__text {
  color: #727272;
}

#pay-schedules-editor-app {
  height: 600px;
  width: 100%;
}
#pay-schedules-editor-app .pay-schedules-editor {
  margin-top: 10px;
}

.pay-schedules-editor {
  background-color: oklch(96% 0.005 254deg);
  height: 100%;
  position: relative;
  width: 100%;
}

.pay-schedule-entity-editor {
  float: left;
  height: 100%;
  overflow-y: scroll;
  padding: 15px;
  position: relative;
}

.pay-schedule-entity-editor-name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.pay-schedule-entity-editor-version {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}

.pay-schedule-entity-editor-new-rule-button {
  cursor: pointer;
  display: inline-block;
}

.pay-schedule-entity-editor-new-rule {
  display: inline-block;
  width: 100%;
}

.pa-schedule-entity-editor-rule-group {
  width: 100%;
}

.pay-schedule-entity-editor-rule,
.pay-schedule-entity-editor-rounding-rule {
  background-color: white;
  border: solid #EAEAEA 1px;
  margin-bottom: 5px;
  padding: 10px;
  position: relative;
  transition-timing-function: ease-in-out;
  transition-property: padding, margin;
  transition-duration: 0.2s;
}

.pay-schedule-entity-editor-rule-button {
  cursor: pointer;
  color: oklch(22% 0.02 254deg);
  margin: -10px;
  padding: 10px;
  text-align: center;
  transition-property: color;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.pay-schedule-entity-editor-rule-button:hover {
  color: oklch(22% 0.02 254deg);
}

.pay-schedule-entity-editor-rule-delete-button {
  position: absolute;
  right: 8px;
  top: 8px;
}

.pay-schedule-entity-editor-rule__selected {
  margin-left: -5px;
  padding-left: 15px;
  margin-right: -5px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pay-schedule-entity-editor-rule-item {
  float: left;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media print {
  a[href]:after {
    content: none;
  }
}
.vba-info-row .label {
  display: inline-block;
}
.vba-info-row .value {
  display: inline-block;
  font-size: 85%;
  vertical-align: bottom;
}
.vba-info-row .action a {
  font-size: 75%;
}

.ks-timeline {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}

.ks-timeline-item {
  display: flex;
  padding: 8px 0;
  position: relative;
}
.ks-timeline-item__timestamp {
  align-items: flex-end;
  display: flex;
  flex: 0 2.7rem;
  flex-direction: column;
  justify-content: center;
}
.ks-timeline-item__timestamp-date {
  color: #666666;
  font-size: 0.8rem;
  line-height: 1;
}
.ks-timeline-item__graphic {
  align-items: center;
  display: flex;
  flex: 0 14px;
  justify-content: center;
  margin: 0 8px;
}
.ks-timeline-item__line {
  background-color: #0364D5;
  height: 100%;
  position: absolute;
  width: 2px;
  margin: 0 auto;
}
.ks-timeline-item__line--print {
  background-color: oklch(36% 0.03 254deg);
}
@media print {
  .ks-timeline-item__line {
    -webkit-print-color-adjust: exact;
  }
}
.ks-timeline-item--first .ks-timeline-item__line {
  height: 50%;
  top: 50%;
}
.ks-timeline-item--last .ks-timeline-item__line {
  height: 50%;
  top: 0;
}
.ks-timeline-item__dot {
  background-color: #0364D5;
  border-radius: 7px;
  height: 14px;
  width: 14px;
}
.ks-timeline-item__dot--print {
  background-color: oklch(36% 0.03 254deg);
}
@media print {
  .ks-timeline-item__dot {
    -webkit-print-color-adjust: exact;
  }
}
.ks-timeline-item__slot {
  align-items: center;
  display: flex;
  flex: 1;
}

.activity-log__body {
  padding: 0 10px;
  position: relative;
}
.activity-log__header-text {
  display: flex;
  justify-content: space-between;
}
.activity-log__header-text > * {
  flex: 1;
  font-size: 8px;
  margin-bottom: 0;
  margin-top: 0;
}
.activity-log__header > hr {
  margin-top: 1px;
  margin-bottom: 15px;
}
@media print {
  .activity-log__cover {
    page-break-after: always;
    -webkit-print-color-adjust: exact;
  }
}
.activity-log__cover h1,
.activity-log__cover h2,
.activity-log__cover p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.activity-log__cover h1 {
  font-size: 24px;
  font-weight: bold;
}
.activity-log__cover h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.activity-log__cover > p {
  font-size: 12px;
}
.activity-log__entry-type-counters {
  display: grid;
  justify-content: center;
  grid-auto-columns: min-content;
  grid-auto-flow: column;
  grid-auto-rows: min-content;
  grid-gap: 10px;
  padding: 10px;
}
.activity-log__entry-type-counter {
  align-items: center;
  border: solid oklch(80% 0.005 254deg) 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  width: 120px;
}
.activity-log__entry-type-counter-number {
  font-size: 20px;
  font-weight: bold;
}
.activity-log__entry-type-counter-label {
  font-size: 12px;
  text-align: center;
}
.activity-log__assignment-header {
  border: solid oklch(80% 0.005 254deg) 2px;
  margin: 0 auto;
  width: 100%;
}
.activity-log__assignment-header-main {
  background-color: oklch(80% 0.005 254deg);
  display: flex;
  justify-content: space-between;
  padding: 8px;
}
@media print {
  .activity-log__assignment-header-main {
    page-break-inside: avoid;
    -webkit-print-color-adjust: exact;
  }
}
.activity-log__assignment-header-left, .activity-log__assignment-header-right {
  flex: 1;
}
.activity-log__assignment-timeline {
  padding: 0 20px;
}
@media print {
  .activity-log__assignment-timeline {
    page-break-inside: avoid;
    page-break-after: always;
  }
}
.activity-log__assignment-entry-type-counters {
  border-top: solid oklch(80% 0.005 254deg) 2px;
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
}
.activity-log__assignment-entry-type-counter {
  align-items: center;
  border-right: solid oklch(80% 0.005 254deg) 2px;
  display: flex;
  flex: 0 120px;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  text-align: center;
}
.activity-log__assignment-entry-type-counter-number {
  font-size: 16px;
  font-weight: bold;
}
.activity-log__assignment-entry-type-counter-label {
  font-size: 12px;
}
.activity-log__assignment-officer-name, .activity-log__assignment-job-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.activity-log__assignment-job-name {
  text-align: right;
}
.activity-log__assignment-personnel-type {
  margin-bottom: 0;
  margin-top: 0;
}
.activity-log__assignment-required-info {
  padding: 8px;
  width: 100%;
}
.activity-log__field-title {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.activity-log__field-response {
  margin-bottom: 8px;
  margin-top: 0;
}
.activity-log__entry {
  display: flex;
}
.activity-log__entry-card {
  border: solid oklch(80% 0.005 254deg) 2px;
  flex: 1;
  padding: 8px 8px 0;
}
@media print {
  .activity-log__entry-card {
    page-break-inside: avoid;
  }
}
.activity-log__entry-card-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
}
.activity-log__entry-card-created-by {
  font-style: italic;
  font-size: 8px;
  margin-bottom: 8px;
  text-align: right;
  width: 100%;
}

/*
This file was imported from the OverlayScrollbars project at v1.13.0. It exists here to get
around a webpack build issue related to importing the CSS file in application.js (which is
compiled with webpack). In the future, the CSS should be directly imported by the front-end.

Current Version: https://github.com/KingSora/OverlayScrollbars/blob/v1.13.0/css/OverlayScrollbars.css
*/
/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */
/*
OVERLAY SCROLLBARS CORE:
*/
html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

/* fix restricted measuring */
#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
  content: "";
  display: table;
  width: 0.01px;
  height: 0.01px;
  line-height: 0;
  font-size: 0;
  flex-grow: 0;
  flex-shrink: 0;
  visibility: hidden;
}

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}

.os-content-glue {
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  box-sizing: inherit;
  direction: inherit;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
}

.os-host-overflow > .os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content > .os-textarea {
  box-sizing: border-box !important;
  direction: inherit !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0px !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: none !important;
  resize: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0px;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content > .os-textarea[wrap=off] {
  white-space: pre !important;
  margin: 0px !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
}

.os-resize-observer-host.observed {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  box-sizing: content-box;
}

.os-resize-observer-host.observed > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer:before {
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  box-sizing: border-box;
}

.os-resize-observer-host.observed > .os-resize-observer:before {
  content: "";
  box-sizing: content-box;
  padding: inherit;
  border: inherit;
  margin: 0;
}

.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation;
}

object.os-resize-observer {
  box-sizing: border-box !important;
}

@-webkit-keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
@keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/
.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html > .os-host > .os-scrollbar {
  position: absolute; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999; /* highest z-index of the page */
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

/*
THEMES:
*/
/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: transparent;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

#webpack-dev-server-client-overlay {
  display: none !important;
}

:root {
  --ks-black: oklch(22% 0.02 254deg);
  --ks-gray: oklch(91% 0 254deg);
  --ks-light-gray: oklch(96% 0.005 254deg);
  --ks-blue: #0364D5;
  --ks-blue-secondary: #0959B6;
  --ks-white: oklch(100% 0 254deg);
  --ks-off-white: #EFEFEF;
  --ks-red: #F44336;
  --ks-red-secondary: #EA1C0D;
  --ks-green: #4CAF50;
  --ks-orange: #FFA726;
  --ks-yellow: #FAC446;
  --ks-primary-color: --kommander-blue;
  --ks-alt-color: --kommander-blue-secondary;
  --ks-border-color: #E0E0E0;
  --ks-dark-border-color: oklch(80% 0.005 254deg);
  --ks-dark-font-color: oklch(30% 0.03 254deg);
  --ks-dark-font-color-2: #555555;
  --ks-light-font-color: oklch(100% 0 254deg);
  --ks-hover-bg: #DFEAFB;
  --ks-danger-hover-bg: #FBDFDF;
  --ks-table-header-bg: oklch(36% 0.03 254deg);
  --ks-table-header-bg-hover: oklch(43% 0.07 254deg);
  --ks-table-header-font-color: oklch(100% 0 254deg);
  --right-column-width: 300px;
  --footer-height: 45px;
  --task-list-z: 100;
  --navbar-z: 101;
  --notification-drawer-z: 102;
  --notes-list-handle-z: 103;
  --notes-list-z: 104;
  --job-filter-z: 101;
  --sidebar-z: 101;
  --job-information-z: 10;
  --job-assignment-information-z: 9;
  --job-options-z: 11;
  --flash-message-z: 99999;
  --popover-z: 99998;
}

dl {
  margin-bottom: unset;
}

li.nostyle {
  list-style-type: none;
}

a.no-underline {
  text-decoration: none;
}
a.no-underline:hover {
  text-decoration: none;
}

.sortable.ui-sortable li {
  cursor: move;
}

.form-control-no-border {
  border: 0px;
  box-shadow: none;
  border-radius: 0px;
}

.form-control-autowidth {
  height: 22px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.role-type {
  margin-left: -10px;
}

.fc-day-grid-event {
  color: #0364D5;
}
.fc-day-grid-event:hover {
  color: #0364D5;
}

.card-header {
  margin-bottom: 16px;
}
.card-header h1 {
  margin-top: 10px;
}

.new-card-header h1 {
  margin-bottom: 0;
  margin-top: 10px;
}

.tabs {
  margin-top: 10px;
  position: relative;
  left: 15px;
  z-index: 1;
}
.tabs li {
  background-color: white;
  display: inline;
  padding: 0px;
}
.tabs li.active {
  background-color: rgb(235, 235, 235);
}
.tabs li a {
  color: #0364D5;
}
.tabs .nav > li > a:hover,
.tabs .nav > li > a:focus {
  text-decoration: none;
  background-color: white;
}

nav #user-menu li .dropdown-menu {
  margin-left: 10px;
  padding-bottom: 0;
  padding-top: 0;
}
nav #left-menu {
  top: 8px;
  position: relative;
}

.menu-divider {
  height: 1px;
  background-color: #999;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-left: 0px;
  margin-right: 0px;
}
.container > .navbar-header a.brand,
.container-fluid > .navbar-header a.brand,
.container > .navbar-collapse a.brand,
.container-fluid > .navbar-collapse a.brand {
  color: rgba(255, 255, 255, 0.84);
}
.container > .navbar-header .nav-bar-mobile .menu-item,
.container-fluid > .navbar-header .nav-bar-mobile .menu-item,
.container > .navbar-collapse .nav-bar-mobile .menu-item,
.container-fluid > .navbar-collapse .nav-bar-mobile .menu-item {
  padding-left: 15px;
}
.container > .navbar-header .nav-bar-mobile .menu-item a:hover,
.container-fluid > .navbar-header .nav-bar-mobile .menu-item a:hover,
.container > .navbar-collapse .nav-bar-mobile .menu-item a:hover,
.container-fluid > .navbar-collapse .nav-bar-mobile .menu-item a:hover {
  background-color: #272727;
}

.collapse.in a,
.collapse.in a:hover,
.collapse.in a:focus,
.collapsing a,
.collapsing a:hover,
.collapsing a:focus {
  color: rgba(255, 255, 255, 0.84);
}

.personnel-types .section,
.event-categories .section,
.event-fees .section,
.job-types .section,
.edit-business .section,
.types.table {
  border: 1px solid #EAEAEA;
}

.border-section {
  border: 1px solid oklch(91% 0 254deg);
  margin-bottom: 15px;
}

.personnel-types .body,
.event-categories .body,
.event-fees .body,
.job-types .body,
.edit-business .body {
  max-height: 300px;
  min-height: 120px;
  overflow-y: scroll;
}
.personnel-types .headers,
.personnel-types .title,
.event-categories .headers,
.event-categories .title,
.event-fees .headers,
.event-fees .title,
.job-types .headers,
.job-types .title,
.edit-business .headers,
.edit-business .title {
  font-weight: bold;
}
.personnel-types .headers,
.event-categories .headers,
.event-fees .headers,
.job-types .headers,
.edit-business .headers {
  background-color: #EAEAEA;
}
.personnel-types .section-item,
.event-categories .section-item,
.event-fees .section-item,
.job-types .section-item,
.edit-business .section-item {
  background: #f9f9f9;
  padding-top: 5px;
  padding-bottom: 5px;
}
.personnel-types .section-item:nth-child(odd),
.event-categories .section-item:nth-child(odd),
.event-fees .section-item:nth-child(odd),
.job-types .section-item:nth-child(odd),
.edit-business .section-item:nth-child(odd) {
  background: #FFF;
}
.personnel-types .form-group,
.event-categories .form-group,
.event-fees .form-group,
.job-types .form-group,
.edit-business .form-group {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.personnel-types .card-info label,
.event-categories .card-info label,
.event-fees .card-info label,
.job-types .card-info label,
.edit-business .card-info label {
  padding-top: 0;
}

.ranks .body ul .fa-bars:before {
  padding-right: 5px;
  padding-left: 5px;
}

.fairness-rules {
  padding-bottom: 15px;
}
.fairness-rules ul {
  padding-left: 0px;
}
.fairness-rules li {
  background: #f9f9f9;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fairness-rules li:nth-child(even) {
  background: #FFF;
}

.assignment-form .info {
  margin-bottom: 10px;
}

.financial-settings {
  margin-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .main .new-content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.main .new-content .navbar {
  margin-left: -15px;
  margin-right: -15px;
}
.main .main-content .pay-to,
.main .main-content .summary {
  margin-bottom: 15px;
}
.main .main-content .pay-to {
  border: 1px solid #272727;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
.main .main-content .cardtable {
  margin-bottom: 25px;
}
.main .main-content .invoice.cardtable {
  margin-top: 15px;
  margin-bottom: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .main {
    padding-left: 0;
    padding-right: 0;
  }
}

table .sorting-desc::after {
  content: "↑";
  margin-left: 5px;
}
table .sorting-asc::after {
  content: "↓";
  margin-left: 5px;
}
table th {
  cursor: default;
}
table [data-sort]:not(.sorting-asc):not(.sorting-desc)::after {
  content: "↕";
  margin-left: 5px;
}
table [data-sort] {
  cursor: pointer;
}

.word-wrap {
  word-wrap: break-word;
}

.invoice td,
.invoice th {
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

#footer .section {
  margin-top: 10px;
}
#footer .center {
  text-align: center;
}

#wrapper #footer a,
#wrapper #footer a:hover,
#wrapper #footer a:focus {
  color: white;
}

.password-verdict:before {
  content: "Password Strength: ";
}

.date-filters .date {
  margin-top: 10px;
  margin-bottom: 7px;
}

.assignment-type {
  margin-top: 10px;
}

input[type=radio] {
  margin-right: 10px;
}

.main-logo {
  margin-bottom: 50px;
}

.role-type .radio {
  display: inline;
}

.green {
  color: #4caf50;
}

table.fixed {
  table-layout: fixed;
}

#error_explanation {
  color: #ff0033;
}

.jobact em {
  color: #ff0033;
}

body .container .navbar.navbar,
body .container .navbar-default.navbar,
body .container-fluid .navbar.navbar,
body .container-fluid .navbar-default.navbar {
  background-color: oklch(22% 0.02 254deg);
}
body .navbar > .container .navbar-brand,
body .navbar > .container-fluid .navbar-brand {
  margin-left: 15px;
}
body .navbar .navbar-brand {
  padding: 0;
  padding-top: 2px;
}
body .container-fluid .navbar-secondary.navbar {
  margin-bottom: 0;
  min-height: 42px;
  background-color: #0364D5;
  color: white;
}
body .container-fluid .navbar-secondary.navbar .navbar-right {
  margin-right: 0;
}
body .container-fluid .navbar-secondary.navbar .navbar-nav > li > a {
  padding-top: 11px;
  padding-bottom: 11px;
  color: inherit;
}
body .container-fluid .navbar-secondary.navbar .nav .selected,
body .container-fluid .navbar-secondary.navbar .nav li:hover {
  background-color: rgb(15.375, 124.5, 251.625);
}
body .container-fluid .navbar-secondary.navbar .nav .selected li:not(.selected) a,
body .container-fluid .navbar-secondary.navbar .nav li:hover li:not(.selected) a {
  color: black;
}
body .container-fluid .navbar-secondary.navbar .dropdown-menu {
  padding-bottom: 0;
  padding-top: 0;
}
body .container-fluid .navbar-secondary.navbar .dropdown-menu a {
  font-size: 14px;
  font-weight: 300;
}
body .modal {
  /* important because its overriding fortes width. forte still looks correct */
  width: inherit !important;
}

.officers-alternates,
.officers-unassigned,
.officers-eligible {
  max-height: 325px;
  overflow: scroll;
  padding-bottom: 5px;
}
.officers-alternates li,
.officers-unassigned li,
.officers-eligible li {
  display: block;
}

.tooltip .tooltip-arrow {
  display: none;
}

.tooltip.top .tooltip-arrow {
  border-top-color: rgba(101, 101, 101, 0.9) !important;
}

.tooltip-inner {
  line-height: 1.4em !important;
}

.navbar-brand img {
  margin-top: 3px;
}

@media (min-width: 991px) {
  .spinner {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .notifications-icon-full {
    color: #0364D5;
  }
  body .modal {
    padding-right: 10px;
    padding-left: 10px;
  }
  body .navbar > .container .navbar-brand img,
  body .navbar > .container-fluid .navbar-brand img {
    display: inline;
  }
  body #footer .section {
    text-align: center;
  }
}
.account_transaction_affected {
  border-bottom: 1px dashed #111111;
  cursor: help;
}

.change-bank-account-desktop-message {
  display: none;
}

body.mobile .btn.btn-primary.bank-button,
body.mobile .bank-account-form-note {
  display: none;
}
body.mobile .change-bank-account-desktop-message {
  display: block;
}

/*!
 * jQuery UI Sortable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
