.tagbox {
    cursor: text;
  }
  .tagbox .textbox-text {
    float: left;
  }
  .tagbox-label {
    position: relative;
    display: block;
    margin: 4px 0 0 4px;
    padding: 0 20px 0 4px;
    float: left;
    vertical-align: top;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
    background: #e6e6e6;
    color: #00438a;
  }
  .tagbox-remove {
    background: url('/images/tagbox_icons.png') no-repeat -16px center;
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    right: 2px;
    top: 50%;
    margin-top: -8px;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .tagbox-remove:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .textbox-disabled .tagbox-label {
    cursor: default;
  }
  .textbox-disabled .tagbox-remove:hover {
    cursor: default;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .textbox {
    position: relative;
    border: 1px solid #D4D4D4;
    background-color: #fff;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border-radius: 5px 5px 5px 5px;
  }
  .textbox .textbox-text {
    font-size: 12px;
    border: 0;
    margin: 0;
    padding: 0 4px;
    white-space: normal;
    vertical-align: top;
    outline-style: none;
    resize: none;
    border-radius: 5px 5px 5px 5px;
    height: 28px;
    line-height: 28px;
  }
  .textbox textarea.textbox-text {
    line-height: normal;
  }
  .textbox .textbox-text::-ms-clear,
  .textbox .textbox-text::-ms-reveal {
    display: none;
  }
  .textbox textarea.textbox-text {
    white-space: pre-wrap;
  }
  .textbox .textbox-prompt {
    font-size: 12px;
    color: #aaa;
  }
  .textbox .textbox-bgicon {
    background-position: 3px center;
    padding-left: 21px;
  }
  .textbox .textbox-button,
  .textbox .textbox-button:hover {
    position: absolute;
    top: 0;
    padding: 0;
    vertical-align: top;
    border-radius: 0 0 0 0;
  }
  .textbox .textbox-button-right,
  .textbox .textbox-button-right:hover {
    right: 0;
    border-width: 0 0 0 1px;
  }
  .textbox .textbox-button-left,
  .textbox .textbox-button-left:hover {
    left: 0;
    border-width: 0 1px 0 0;
  }
  .textbox .textbox-button-top,
  .textbox .textbox-button-top:hover {
    left: 0;
    border-width: 0 0 1px 0;
  }
  .textbox .textbox-button-bottom,
  .textbox .textbox-button-bottom:hover {
    top: auto;
    bottom: 0;
    left: 0;
    border-width: 1px 0 0 0;
  }
  .textbox-addon {
    position: absolute;
    top: 0;
  }
  .textbox-label {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding-right: 5px;
  }
  .textbox-label-after {
    padding-left: 5px;
    padding-right: 0;
  }
  .textbox-label-top {
    display: block;
    width: auto;
    padding: 0;
  }
  .textbox-disabled,
  .textbox-label-disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .textbox-icon {
    display: inline-block;
    width: 18px;
    height: 20px;
    overflow: hidden;
    vertical-align: top;
    background-position: center center;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-decoration: none;
    outline-style: none;
  }
  .textbox-icon-disabled,
  .textbox-icon-readonly {
    cursor: default;
  }
  .textbox-icon:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
  }
  .textbox-icon-disabled:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .textbox-focused {
    border-color: #bbbbbb;
    -webkit-box-shadow: 0 0 3px 0 #D4D4D4;
    box-shadow: 0 0 3px 0 #D4D4D4;
  }
  .textbox-invalid {
    border-color: #ffa8a8;
    background-color: #fff3f3;
  }
  @charset "UTF-8";
  @font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-Regular.eot?b9077621ce786b55c176a61456bfc077?#iefix) format("embedded-opentype"), url(/fonts/Roboto-Regular.woff?94dac78eee406a8c8f0406b69b85ac2b) format("woff"), url(/fonts/Roboto-Regular.ttf?4312f1fbdcf4d54af4506dabdce08010) format("truetype"), url(/fonts/Roboto-Regular.svg?8528a5484326b3eef06b6dfcc6ce25bd#Roboto-Regular) format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  /* @font-face {
    font-family: 'Trenda-Semibold';
    src: url('fonts/Trenda-Semibold.eot?#iefix') format('embedded-opentype'),  url('fonts/Trenda-Semibold.woff') format('woff'), url('fonts/Trenda-Semibold.ttf')  format('truetype'), url('fonts/Trenda-Semibold.svg#Trenda-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Trenda-Bold';
    src: url('fonts/Trenda-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/Trenda-Bold.woff') format('woff'), url('fonts/Trenda-Bold.ttf')  format('truetype'), url('fonts/Trenda-Bold.svg#Trenda-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
  } */
  @font-face {
    font-family: 'Trenda-Regular';
    src: url(/fonts/Trenda-Regular.eot?c68f81e0958c05bd675c1ba723dfb07b?#iefix) format("embedded-opentype"), url(/fonts/Trenda-Regular.woff?6fb6b2cd8fe3c4c4a61fb299fa96584c) format("woff"), url(/fonts/Trenda-Regular.ttf?8bb288d35e8e27bae2f316be878d19eb) format("truetype"), url(/fonts/Trenda-Regular.svg?3070c6c3951ecb4e90fb834029dd1ff7#Trenda-Regular) format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Trenda-Semibold';
    src: url(/fonts/Trenda-Semibold.eot?3cb071bebcc0242e1778ce5b36a505d6?#iefix) format("embedded-opentype"), url(/fonts/Trenda-Semibold.woff?8dd77cbc405fe40f400de40547c53a55) format("woff"), url(/fonts/Trenda-Semibold.ttf?6a6bf8b29175bc330d9c1c22d59654b3) format("truetype"), url(/fonts/Trenda-Semibold.svg?0dadef72c77d686ee9e6e04e4fb9169c#Trenda-Semibold) format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Trenda-Bold';
    src: url(/fonts/Trenda-Bold.eot?4c4c0ab786cedc83aeb8bed2098c78f8?#iefix) format("embedded-opentype"), url(/fonts/Trenda-Bold.woff?fd81bb83b356d0fc07f7e492b2c35947) format("woff"), url(/fonts/Trenda-Bold.ttf?9ea89e26a04838eb5cd2050d826eab9e) format("truetype"), url(/fonts/Trenda-Bold.svg?354ab7e60080368855501f95821a7cbf#Trenda-Bold) format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  /*!
   * Bootstrap v3.4.1 (https://getbootstrap.com/)
   * Copyright 2011-2019 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  
  body {
    margin: 0;
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  [hidden],
  template {
    display: none;
  }
  
  a {
    background-color: transparent;
  }
  
  a:active,
  a:hover {
    outline: 0;
  }
  
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
  }
  
  b,
  strong {
    font-weight: bold;
  }
  
  dfn {
    font-style: italic;
  }
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  mark {
    background: #ff0;
    color: #000;
  }
  
  small {
    font-size: 80%;
  }
  
  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 {
    -webkit-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"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  input[type="search"] {
    -webkit-appearance: textfield;
    -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;
  }
  
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  @media print {
    *,
    *:before,
    *:after {
      color: #000 !important;
      text-shadow: none !important;
      background: transparent !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
      content: "";
    }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
    .navbar {
      display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
      border-top-color: #000 !important;
    }
    .label {
      border: 1px solid #000;
    }
    .table {
      border-collapse: collapse !important;
    }
    .table td,
    .table th {
      background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
      border: 1px solid #ddd !important;
    }
  }
  
  @font-face {
    font-family: "Glyphicons Halflings";
    src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1);
    src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1?#iefix) format("embedded-opentype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format("woff2"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format("woff"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format("truetype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760#glyphicons_halflingsregular) format("svg");
  }
  
  .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .glyphicon-asterisk:before {
    content: "*";
  }
  
  .glyphicon-plus:before {
    content: "+";
  }
  
  .glyphicon-euro:before,
  .glyphicon-eur:before {
    content: "\20AC";
  }
  
  .glyphicon-minus:before {
    content: "\2212";
  }
  
  .glyphicon-cloud:before {
    content: "\2601";
  }
  
  .glyphicon-envelope:before {
    content: "\2709";
  }
  
  .glyphicon-pencil:before {
    content: "\270F";
  }
  
  .glyphicon-glass:before {
    content: "\E001";
  }
  
  .glyphicon-music:before {
    content: "\E002";
  }
  
  .glyphicon-search:before {
    content: "\E003";
  }
  
  .glyphicon-heart:before {
    content: "\E005";
  }
  
  .glyphicon-star:before {
    content: "\E006";
  }
  
  .glyphicon-star-empty:before {
    content: "\E007";
  }
  
  .glyphicon-user:before {
    content: "\E008";
  }
  
  .glyphicon-film:before {
    content: "\E009";
  }
  
  .glyphicon-th-large:before {
    content: "\E010";
  }
  
  .glyphicon-th:before {
    content: "\E011";
  }
  
  .glyphicon-th-list:before {
    content: "\E012";
  }
  
  .glyphicon-ok:before {
    content: "\E013";
  }
  
  .glyphicon-remove:before {
    content: "\E014";
  }
  
  .glyphicon-zoom-in:before {
    content: "\E015";
  }
  
  .glyphicon-zoom-out:before {
    content: "\E016";
  }
  
  .glyphicon-off:before {
    content: "\E017";
  }
  
  .glyphicon-signal:before {
    content: "\E018";
  }
  
  .glyphicon-cog:before {
    content: "\E019";
  }
  
  .glyphicon-trash:before {
    content: "\E020";
  }
  
  .glyphicon-home:before {
    content: "\E021";
  }
  
  .glyphicon-file:before {
    content: "\E022";
  }
  
  .glyphicon-time:before {
    content: "\E023";
  }
  
  .glyphicon-road:before {
    content: "\E024";
  }
  
  .glyphicon-download-alt:before {
    content: "\E025";
  }
  
  .glyphicon-download:before {
    content: "\E026";
  }
  
  .glyphicon-upload:before {
    content: "\E027";
  }
  
  .glyphicon-inbox:before {
    content: "\E028";
  }
  
  .glyphicon-play-circle:before {
    content: "\E029";
  }
  
  .glyphicon-repeat:before {
    content: "\E030";
  }
  
  .glyphicon-refresh:before {
    content: "\E031";
  }
  
  .glyphicon-list-alt:before {
    content: "\E032";
  }
  
  .glyphicon-lock:before {
    content: "\E033";
  }
  
  .glyphicon-flag:before {
    content: "\E034";
  }
  
  .glyphicon-headphones:before {
    content: "\E035";
  }
  
  .glyphicon-volume-off:before {
    content: "\E036";
  }
  
  .glyphicon-volume-down:before {
    content: "\E037";
  }
  
  .glyphicon-volume-up:before {
    content: "\E038";
  }
  
  .glyphicon-qrcode:before {
    content: "\E039";
  }
  
  .glyphicon-barcode:before {
    content: "\E040";
  }
  
  .glyphicon-tag:before {
    content: "\E041";
  }
  
  .glyphicon-tags:before {
    content: "\E042";
  }
  
  .glyphicon-book:before {
    content: "\E043";
  }
  
  .glyphicon-bookmark:before {
    content: "\E044";
  }
  
  .glyphicon-print:before {
    content: "\E045";
  }
  
  .glyphicon-camera:before {
    content: "\E046";
  }
  
  .glyphicon-font:before {
    content: "\E047";
  }
  
  .glyphicon-bold:before {
    content: "\E048";
  }
  
  .glyphicon-italic:before {
    content: "\E049";
  }
  
  .glyphicon-text-height:before {
    content: "\E050";
  }
  
  .glyphicon-text-width:before {
    content: "\E051";
  }
  
  .glyphicon-align-left:before {
    content: "\E052";
  }
  
  .glyphicon-align-center:before {
    content: "\E053";
  }
  
  .glyphicon-align-right:before {
    content: "\E054";
  }
  
  .glyphicon-align-justify:before {
    content: "\E055";
  }
  
  .glyphicon-list:before {
    content: "\E056";
  }
  
  .glyphicon-indent-left:before {
    content: "\E057";
  }
  
  .glyphicon-indent-right:before {
    content: "\E058";
  }
  
  .glyphicon-facetime-video:before {
    content: "\E059";
  }
  
  .glyphicon-picture:before {
    content: "\E060";
  }
  
  .glyphicon-map-marker:before {
    content: "\E062";
  }
  
  .glyphicon-adjust:before {
    content: "\E063";
  }
  
  .glyphicon-tint:before {
    content: "\E064";
  }
  
  .glyphicon-edit:before {
    content: "\E065";
  }
  
  .glyphicon-share:before {
    content: "\E066";
  }
  
  .glyphicon-check:before {
    content: "\E067";
  }
  
  .glyphicon-move:before {
    content: "\E068";
  }
  
  .glyphicon-step-backward:before {
    content: "\E069";
  }
  
  .glyphicon-fast-backward:before {
    content: "\E070";
  }
  
  .glyphicon-backward:before {
    content: "\E071";
  }
  
  .glyphicon-play:before {
    content: "\E072";
  }
  
  .glyphicon-pause:before {
    content: "\E073";
  }
  
  .glyphicon-stop:before {
    content: "\E074";
  }
  
  .glyphicon-forward:before {
    content: "\E075";
  }
  
  .glyphicon-fast-forward:before {
    content: "\E076";
  }
  
  .glyphicon-step-forward:before {
    content: "\E077";
  }
  
  .glyphicon-eject:before {
    content: "\E078";
  }
  
  .glyphicon-chevron-left:before {
    content: "\E079";
  }
  
  .glyphicon-chevron-right:before {
    content: "\E080";
  }
  
  .glyphicon-plus-sign:before {
    content: "\E081";
  }
  
  .glyphicon-minus-sign:before {
    content: "\E082";
  }
  
  .glyphicon-remove-sign:before {
    content: "\E083";
  }
  
  .glyphicon-ok-sign:before {
    content: "\E084";
  }
  
  .glyphicon-question-sign:before {
    content: "\E085";
  }
  
  .glyphicon-info-sign:before {
    content: "\E086";
  }
  
  .glyphicon-screenshot:before {
    content: "\E087";
  }
  
  .glyphicon-remove-circle:before {
    content: "\E088";
  }
  
  .glyphicon-ok-circle:before {
    content: "\E089";
  }
  
  .glyphicon-ban-circle:before {
    content: "\E090";
  }
  
  .glyphicon-arrow-left:before {
    content: "\E091";
  }
  
  .glyphicon-arrow-right:before {
    content: "\E092";
  }
  
  .glyphicon-arrow-up:before {
    content: "\E093";
  }
  
  .glyphicon-arrow-down:before {
    content: "\E094";
  }
  
  .glyphicon-share-alt:before {
    content: "\E095";
  }
  
  .glyphicon-resize-full:before {
    content: "\E096";
  }
  
  .glyphicon-resize-small:before {
    content: "\E097";
  }
  
  .glyphicon-exclamation-sign:before {
    content: "\E101";
  }
  
  .glyphicon-gift:before {
    content: "\E102";
  }
  
  .glyphicon-leaf:before {
    content: "\E103";
  }
  
  .glyphicon-fire:before {
    content: "\E104";
  }
  
  .glyphicon-eye-open:before {
    content: "\E105";
  }
  
  .glyphicon-eye-close:before {
    content: "\E106";
  }
  
  .glyphicon-warning-sign:before {
    content: "\E107";
  }
  
  .glyphicon-plane:before {
    content: "\E108";
  }
  
  .glyphicon-calendar:before {
    content: "\E109";
  }
  
  .glyphicon-random:before {
    content: "\E110";
  }
  
  .glyphicon-comment:before {
    content: "\E111";
  }
  
  .glyphicon-magnet:before {
    content: "\E112";
  }
  
  .glyphicon-chevron-up:before {
    content: "\E113";
  }
  
  .glyphicon-chevron-down:before {
    content: "\E114";
  }
  
  .glyphicon-retweet:before {
    content: "\E115";
  }
  
  .glyphicon-shopping-cart:before {
    content: "\E116";
  }
  
  .glyphicon-folder-close:before {
    content: "\E117";
  }
  
  .glyphicon-folder-open:before {
    content: "\E118";
  }
  
  .glyphicon-resize-vertical:before {
    content: "\E119";
  }
  
  .glyphicon-resize-horizontal:before {
    content: "\E120";
  }
  
  .glyphicon-hdd:before {
    content: "\E121";
  }
  
  .glyphicon-bullhorn:before {
    content: "\E122";
  }
  
  .glyphicon-bell:before {
    content: "\E123";
  }
  
  .glyphicon-certificate:before {
    content: "\E124";
  }
  
  .glyphicon-thumbs-up:before {
    content: "\E125";
  }
  
  .glyphicon-thumbs-down:before {
    content: "\E126";
  }
  
  .glyphicon-hand-right:before {
    content: "\E127";
  }
  
  .glyphicon-hand-left:before {
    content: "\E128";
  }
  
  .glyphicon-hand-up:before {
    content: "\E129";
  }
  
  .glyphicon-hand-down:before {
    content: "\E130";
  }
  
  .glyphicon-circle-arrow-right:before {
    content: "\E131";
  }
  
  .glyphicon-circle-arrow-left:before {
    content: "\E132";
  }
  
  .glyphicon-circle-arrow-up:before {
    content: "\E133";
  }
  
  .glyphicon-circle-arrow-down:before {
    content: "\E134";
  }
  
  .glyphicon-globe:before {
    content: "\E135";
  }
  
  .glyphicon-wrench:before {
    content: "\E136";
  }
  
  .glyphicon-tasks:before {
    content: "\E137";
  }
  
  .glyphicon-filter:before {
    content: "\E138";
  }
  
  .glyphicon-briefcase:before {
    content: "\E139";
  }
  
  .glyphicon-fullscreen:before {
    content: "\E140";
  }
  
  .glyphicon-dashboard:before {
    content: "\E141";
  }
  
  .glyphicon-paperclip:before {
    content: "\E142";
  }
  
  .glyphicon-heart-empty:before {
    content: "\E143";
  }
  
  .glyphicon-link:before {
    content: "\E144";
  }
  
  .glyphicon-phone:before {
    content: "\E145";
  }
  
  .glyphicon-pushpin:before {
    content: "\E146";
  }
  
  .glyphicon-usd:before {
    content: "\E148";
  }
  
  .glyphicon-gbp:before {
    content: "\E149";
  }
  
  .glyphicon-sort:before {
    content: "\E150";
  }
  
  .glyphicon-sort-by-alphabet:before {
    content: "\E151";
  }
  
  .glyphicon-sort-by-alphabet-alt:before {
    content: "\E152";
  }
  
  .glyphicon-sort-by-order:before {
    content: "\E153";
  }
  
  .glyphicon-sort-by-order-alt:before {
    content: "\E154";
  }
  
  .glyphicon-sort-by-attributes:before {
    content: "\E155";
  }
  
  .glyphicon-sort-by-attributes-alt:before {
    content: "\E156";
  }
  
  .glyphicon-unchecked:before {
    content: "\E157";
  }
  
  .glyphicon-expand:before {
    content: "\E158";
  }
  
  .glyphicon-collapse-down:before {
    content: "\E159";
  }
  
  .glyphicon-collapse-up:before {
    content: "\E160";
  }
  
  .glyphicon-log-in:before {
    content: "\E161";
  }
  
  .glyphicon-flash:before {
    content: "\E162";
  }
  
  .glyphicon-log-out:before {
    content: "\E163";
  }
  
  .glyphicon-new-window:before {
    content: "\E164";
  }
  
  .glyphicon-record:before {
    content: "\E165";
  }
  
  .glyphicon-save:before {
    content: "\E166";
  }
  
  .glyphicon-open:before {
    content: "\E167";
  }
  
  .glyphicon-saved:before {
    content: "\E168";
  }
  
  .glyphicon-import:before {
    content: "\E169";
  }
  
  .glyphicon-export:before {
    content: "\E170";
  }
  
  .glyphicon-send:before {
    content: "\E171";
  }
  
  .glyphicon-floppy-disk:before {
    content: "\E172";
  }
  
  .glyphicon-floppy-saved:before {
    content: "\E173";
  }
  
  .glyphicon-floppy-remove:before {
    content: "\E174";
  }
  
  .glyphicon-floppy-save:before {
    content: "\E175";
  }
  
  .glyphicon-floppy-open:before {
    content: "\E176";
  }
  
  .glyphicon-credit-card:before {
    content: "\E177";
  }
  
  .glyphicon-transfer:before {
    content: "\E178";
  }
  
  .glyphicon-cutlery:before {
    content: "\E179";
  }
  
  .glyphicon-header:before {
    content: "\E180";
  }
  
  .glyphicon-compressed:before {
    content: "\E181";
  }
  
  .glyphicon-earphone:before {
    content: "\E182";
  }
  
  .glyphicon-phone-alt:before {
    content: "\E183";
  }
  
  .glyphicon-tower:before {
    content: "\E184";
  }
  
  .glyphicon-stats:before {
    content: "\E185";
  }
  
  .glyphicon-sd-video:before {
    content: "\E186";
  }
  
  .glyphicon-hd-video:before {
    content: "\E187";
  }
  
  .glyphicon-subtitles:before {
    content: "\E188";
  }
  
  .glyphicon-sound-stereo:before {
    content: "\E189";
  }
  
  .glyphicon-sound-dolby:before {
    content: "\E190";
  }
  
  .glyphicon-sound-5-1:before {
    content: "\E191";
  }
  
  .glyphicon-sound-6-1:before {
    content: "\E192";
  }
  
  .glyphicon-sound-7-1:before {
    content: "\E193";
  }
  
  .glyphicon-copyright-mark:before {
    content: "\E194";
  }
  
  .glyphicon-registration-mark:before {
    content: "\E195";
  }
  
  .glyphicon-cloud-download:before {
    content: "\E197";
  }
  
  .glyphicon-cloud-upload:before {
    content: "\E198";
  }
  
  .glyphicon-tree-conifer:before {
    content: "\E199";
  }
  
  .glyphicon-tree-deciduous:before {
    content: "\E200";
  }
  
  .glyphicon-cd:before {
    content: "\E201";
  }
  
  .glyphicon-save-file:before {
    content: "\E202";
  }
  
  .glyphicon-open-file:before {
    content: "\E203";
  }
  
  .glyphicon-level-up:before {
    content: "\E204";
  }
  
  .glyphicon-copy:before {
    content: "\E205";
  }
  
  .glyphicon-paste:before {
    content: "\E206";
  }
  
  .glyphicon-alert:before {
    content: "\E209";
  }
  
  .glyphicon-equalizer:before {
    content: "\E210";
  }
  
  .glyphicon-king:before {
    content: "\E211";
  }
  
  .glyphicon-queen:before {
    content: "\E212";
  }
  
  .glyphicon-pawn:before {
    content: "\E213";
  }
  
  .glyphicon-bishop:before {
    content: "\E214";
  }
  
  .glyphicon-knight:before {
    content: "\E215";
  }
  
  .glyphicon-baby-formula:before {
    content: "\E216";
  }
  
  .glyphicon-tent:before {
    content: "\26FA";
  }
  
  .glyphicon-blackboard:before {
    content: "\E218";
  }
  
  .glyphicon-bed:before {
    content: "\E219";
  }
  
  .glyphicon-apple:before {
    content: "\F8FF";
  }
  
  .glyphicon-erase:before {
    content: "\E221";
  }
  
  .glyphicon-hourglass:before {
    content: "\231B";
  }
  
  .glyphicon-lamp:before {
    content: "\E223";
  }
  
  .glyphicon-duplicate:before {
    content: "\E224";
  }
  
  .glyphicon-piggy-bank:before {
    content: "\E225";
  }
  
  .glyphicon-scissors:before {
    content: "\E226";
  }
  
  .glyphicon-bitcoin:before {
    content: "\E227";
  }
  
  .glyphicon-btc:before {
    content: "\E227";
  }
  
  .glyphicon-xbt:before {
    content: "\E227";
  }
  
  .glyphicon-yen:before {
    content: "\A5";
  }
  
  .glyphicon-jpy:before {
    content: "\A5";
  }
  
  .glyphicon-ruble:before {
    content: "\20BD";
  }
  
  .glyphicon-rub:before {
    content: "\20BD";
  }
  
  .glyphicon-scale:before {
    content: "\E230";
  }
  
  .glyphicon-ice-lolly:before {
    content: "\E231";
  }
  
  .glyphicon-ice-lolly-tasted:before {
    content: "\E232";
  }
  
  .glyphicon-education:before {
    content: "\E233";
  }
  
  .glyphicon-option-horizontal:before {
    content: "\E234";
  }
  
  .glyphicon-option-vertical:before {
    content: "\E235";
  }
  
  .glyphicon-menu-hamburger:before {
    content: "\E236";
  }
  
  .glyphicon-modal-window:before {
    content: "\E237";
  }
  
  .glyphicon-oil:before {
    content: "\E238";
  }
  
  .glyphicon-grain:before {
    content: "\E239";
  }
  
  .glyphicon-sunglasses:before {
    content: "\E240";
  }
  
  .glyphicon-text-size:before {
    content: "\E241";
  }
  
  .glyphicon-text-color:before {
    content: "\E242";
  }
  
  .glyphicon-text-background:before {
    content: "\E243";
  }
  
  .glyphicon-object-align-top:before {
    content: "\E244";
  }
  
  .glyphicon-object-align-bottom:before {
    content: "\E245";
  }
  
  .glyphicon-object-align-horizontal:before {
    content: "\E246";
  }
  
  .glyphicon-object-align-left:before {
    content: "\E247";
  }
  
  .glyphicon-object-align-vertical:before {
    content: "\E248";
  }
  
  .glyphicon-object-align-right:before {
    content: "\E249";
  }
  
  .glyphicon-triangle-right:before {
    content: "\E250";
  }
  
  .glyphicon-triangle-left:before {
    content: "\E251";
  }
  
  .glyphicon-triangle-bottom:before {
    content: "\E252";
  }
  
  .glyphicon-triangle-top:before {
    content: "\E253";
  }
  
  .glyphicon-console:before {
    content: "\E254";
  }
  
  .glyphicon-superscript:before {
    content: "\E255";
  }
  
  .glyphicon-subscript:before {
    content: "\E256";
  }
  
  .glyphicon-menu-left:before {
    content: "\E257";
  }
  
  .glyphicon-menu-right:before {
    content: "\E258";
  }
  
  .glyphicon-menu-down:before {
    content: "\E259";
  }
  
  .glyphicon-menu-up:before {
    content: "\E260";
  }
  
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  body {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    background-color: #f5f8fa;
  }
  
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  
  a {
    color: #3097D1;
    text-decoration: none;
  }
  
  a:hover, a:focus {
    color: #216a94;
    text-decoration: underline;
  }
  
  a:focus {
    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.5;
    background-color: #f5f8fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-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: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #eeeeee;
  }
  
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  
  .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
  
  [role="button"] {
    cursor: pointer;
  }
  
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
  }
  
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777;
  }
  
  h1, .h1,
  h2, .h2,
  h3, .h3 {
    margin-top: 21px;
    margin-bottom: 10.5px;
  }
  
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%;
  }
  
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
  }
  
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%;
  }
  
  h1, .h1 {
    font-size: 36px;
  }
  
  h2, .h2 {
    font-size: 30px;
  }
  
  h3, .h3 {
    font-size: 24px;
  }
  
  h4, .h4 {
    font-size: 18px;
  }
  
  h5, .h5 {
    font-size: 14px;
  }
  
  h6, .h6 {
    font-size: 12px;
  }
  
  p {
    margin: 0 0 10.5px;
  }
  
  .lead {
    margin-bottom: 21px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }
  
  @media (min-width: 768px) {
    .lead {
      font-size: 21px;
    }
  }
  
  small,
  .small {
    font-size: 85%;
  }
  
  mark,
  .mark {
    padding: .2em;
    background-color: #fcf8e3;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-right {
    text-align: right;
  }
  
  .text-center {
    text-align: center;
  }
  
  .text-justify {
    text-align: justify;
  }
  
  .text-nowrap {
    white-space: nowrap;
  }
  
  .text-lowercase {
    text-transform: lowercase;
  }
  
  .text-uppercase, .initialism {
    text-transform: uppercase;
  }
  
  .text-capitalize {
    text-transform: capitalize;
  }
  
  .text-muted {
    color: #777777;
  }
  
  .text-primary {
    color: #3097D1;
  }
  
  a.text-primary:hover,
  a.text-primary:focus {
    color: #2579a9;
  }
  
  .text-success {
    color: #3c763d;
  }
  
  a.text-success:hover,
  a.text-success:focus {
    color: #2b542c;
  }
  
  .text-info {
    color: #31708f;
  }
  
  a.text-info:hover,
  a.text-info:focus {
    color: #245269;
  }
  
  .text-warning {
    color: #8a6d3b;
  }
  
  a.text-warning:hover,
  a.text-warning:focus {
    color: #66512c;
  }
  
  .text-danger {
    color: #a94442;
  }
  
  a.text-danger:hover,
  a.text-danger:focus {
    color: #843534;
  }
  
  .bg-primary {
    color: #fff;
  }
  
  .bg-primary {
    background-color: #3097D1;
  }
  
  a.bg-primary:hover,
  a.bg-primary:focus {
    background-color: #2579a9;
  }
  
  .bg-success {
    background-color: #dff0d8;
  }
  
  a.bg-success:hover,
  a.bg-success:focus {
    background-color: #c1e2b3;
  }
  
  .bg-info {
    background-color: #d9edf7;
  }
  
  a.bg-info:hover,
  a.bg-info:focus {
    background-color: #afd9ee;
  }
  
  .bg-warning {
    background-color: #fcf8e3;
  }
  
  a.bg-warning:hover,
  a.bg-warning:focus {
    background-color: #f7ecb5;
  }
  
  .bg-danger {
    background-color: #f2dede;
  }
  
  a.bg-danger:hover,
  a.bg-danger:focus {
    background-color: #e4b9b9;
  }
  
  .page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #eeeeee;
  }
  
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 10.5px;
  }
  
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0;
  }
  
  .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-right: 5px;
    padding-left: 5px;
  }
  
  dl {
    margin-top: 0;
    margin-bottom: 21px;
  }
  
  dt,
  dd {
    line-height: 1.5;
  }
  
  dt {
    font-weight: 700;
  }
  
  dd {
    margin-left: 0;
  }
  
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  
  .dl-horizontal dd:after {
    clear: both;
  }
  
  @media (min-width: 768px) {
    .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .dl-horizontal dd {
      margin-left: 180px;
    }
  }
  
  abbr[title],
  abbr[data-original-title] {
    cursor: help;
  }
  
  .initialism {
    font-size: 90%;
  }
  
  blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
  }
  
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0;
  }
  
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #777777;
  }
  
  blockquote footer:before,
  blockquote small:before,
  blockquote .small:before {
    content: "\2014   \A0";
  }
  
  .blockquote-reverse,
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eeeeee;
    border-left: 0;
  }
  
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: "";
  }
  
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\A0   \2014";
  }
  
  address {
    margin-bottom: 21px;
    font-style: normal;
    line-height: 1.5;
  }
  
  code,
  kbd,
  pre,
  samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  }
  
  code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
  }
  
  kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  pre {
    display: block;
    padding: 10px;
    margin: 0 0 10.5px;
    font-size: 13px;
    line-height: 1.5;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
  }
  
  .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
  }
  
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .container:before, .container:after {
    display: table;
    content: " ";
  }
  
  .container:after {
    clear: both;
  }
  
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }
  
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " ";
  }
  
  .container-fluid:after {
    clear: both;
  }
  
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .row:before, .row:after {
    display: table;
    content: " ";
  }
  
  .row:after {
    clear: both;
  }
  
  .row-no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  
  .col-xs-1 {
    width: 8.33333333%;
  }
  
  .col-xs-2 {
    width: 16.66666667%;
  }
  
  .col-xs-3 {
    width: 25%;
  }
  
  .col-xs-4 {
    width: 33.33333333%;
  }
  
  .col-xs-5 {
    width: 41.66666667%;
  }
  
  .col-xs-6 {
    width: 50%;
  }
  
  .col-xs-7 {
    width: 58.33333333%;
  }
  
  .col-xs-8 {
    width: 66.66666667%;
  }
  
  .col-xs-9 {
    width: 75%;
  }
  
  .col-xs-10 {
    width: 83.33333333%;
  }
  
  .col-xs-11 {
    width: 91.66666667%;
  }
  
  .col-xs-12 {
    width: 100%;
  }
  
  .col-xs-pull-0 {
    right: auto;
  }
  
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  
  .col-xs-pull-3 {
    right: 25%;
  }
  
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  
  .col-xs-pull-6 {
    right: 50%;
  }
  
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  
  .col-xs-pull-9 {
    right: 75%;
  }
  
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  
  .col-xs-pull-12 {
    right: 100%;
  }
  
  .col-xs-push-0 {
    left: auto;
  }
  
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  
  .col-xs-push-3 {
    left: 25%;
  }
  
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  
  .col-xs-push-6 {
    left: 50%;
  }
  
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  
  .col-xs-push-9 {
    left: 75%;
  }
  
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  
  .col-xs-push-12 {
    left: 100%;
  }
  
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  
  @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-1 {
      width: 8.33333333%;
    }
    .col-sm-2 {
      width: 16.66666667%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-4 {
      width: 33.33333333%;
    }
    .col-sm-5 {
      width: 41.66666667%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-7 {
      width: 58.33333333%;
    }
    .col-sm-8 {
      width: 66.66666667%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-10 {
      width: 83.33333333%;
    }
    .col-sm-11 {
      width: 91.66666667%;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-pull-0 {
      right: auto;
    }
    .col-sm-pull-1 {
      right: 8.33333333%;
    }
    .col-sm-pull-2 {
      right: 16.66666667%;
    }
    .col-sm-pull-3 {
      right: 25%;
    }
    .col-sm-pull-4 {
      right: 33.33333333%;
    }
    .col-sm-pull-5 {
      right: 41.66666667%;
    }
    .col-sm-pull-6 {
      right: 50%;
    }
    .col-sm-pull-7 {
      right: 58.33333333%;
    }
    .col-sm-pull-8 {
      right: 66.66666667%;
    }
    .col-sm-pull-9 {
      right: 75%;
    }
    .col-sm-pull-10 {
      right: 83.33333333%;
    }
    .col-sm-pull-11 {
      right: 91.66666667%;
    }
    .col-sm-pull-12 {
      right: 100%;
    }
    .col-sm-push-0 {
      left: auto;
    }
    .col-sm-push-1 {
      left: 8.33333333%;
    }
    .col-sm-push-2 {
      left: 16.66666667%;
    }
    .col-sm-push-3 {
      left: 25%;
    }
    .col-sm-push-4 {
      left: 33.33333333%;
    }
    .col-sm-push-5 {
      left: 41.66666667%;
    }
    .col-sm-push-6 {
      left: 50%;
    }
    .col-sm-push-7 {
      left: 58.33333333%;
    }
    .col-sm-push-8 {
      left: 66.66666667%;
    }
    .col-sm-push-9 {
      left: 75%;
    }
    .col-sm-push-10 {
      left: 83.33333333%;
    }
    .col-sm-push-11 {
      left: 91.66666667%;
    }
    .col-sm-push-12 {
      left: 100%;
    }
    .col-sm-offset-0 {
      margin-left: 0%;
    }
    .col-sm-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-sm-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-sm-offset-3 {
      margin-left: 25%;
    }
    .col-sm-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-sm-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-sm-offset-6 {
      margin-left: 50%;
    }
    .col-sm-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-sm-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-sm-offset-9 {
      margin-left: 75%;
    }
    .col-sm-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-sm-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-sm-offset-12 {
      margin-left: 100%;
    }
  }
  
  @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-1 {
      width: 8.33333333%;
    }
    .col-md-2 {
      width: 16.66666667%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-4 {
      width: 33.33333333%;
    }
    .col-md-5 {
      width: 41.66666667%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-7 {
      width: 58.33333333%;
    }
    .col-md-8 {
      width: 66.66666667%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-10 {
      width: 83.33333333%;
    }
    .col-md-11 {
      width: 91.66666667%;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-pull-0 {
      right: auto;
    }
    .col-md-pull-1 {
      right: 8.33333333%;
    }
    .col-md-pull-2 {
      right: 16.66666667%;
    }
    .col-md-pull-3 {
      right: 25%;
    }
    .col-md-pull-4 {
      right: 33.33333333%;
    }
    .col-md-pull-5 {
      right: 41.66666667%;
    }
    .col-md-pull-6 {
      right: 50%;
    }
    .col-md-pull-7 {
      right: 58.33333333%;
    }
    .col-md-pull-8 {
      right: 66.66666667%;
    }
    .col-md-pull-9 {
      right: 75%;
    }
    .col-md-pull-10 {
      right: 83.33333333%;
    }
    .col-md-pull-11 {
      right: 91.66666667%;
    }
    .col-md-pull-12 {
      right: 100%;
    }
    .col-md-push-0 {
      left: auto;
    }
    .col-md-push-1 {
      left: 8.33333333%;
    }
    .col-md-push-2 {
      left: 16.66666667%;
    }
    .col-md-push-3 {
      left: 25%;
    }
    .col-md-push-4 {
      left: 33.33333333%;
    }
    .col-md-push-5 {
      left: 41.66666667%;
    }
    .col-md-push-6 {
      left: 50%;
    }
    .col-md-push-7 {
      left: 58.33333333%;
    }
    .col-md-push-8 {
      left: 66.66666667%;
    }
    .col-md-push-9 {
      left: 75%;
    }
    .col-md-push-10 {
      left: 83.33333333%;
    }
    .col-md-push-11 {
      left: 91.66666667%;
    }
    .col-md-push-12 {
      left: 100%;
    }
    .col-md-offset-0 {
      margin-left: 0%;
    }
    .col-md-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-md-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-md-offset-3 {
      margin-left: 25%;
    }
    .col-md-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-md-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-md-offset-6 {
      margin-left: 50%;
    }
    .col-md-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-md-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-md-offset-9 {
      margin-left: 75%;
    }
    .col-md-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-md-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-md-offset-12 {
      margin-left: 100%;
    }
  }
  
  @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-1 {
      width: 8.33333333%;
    }
    .col-lg-2 {
      width: 16.66666667%;
    }
    .col-lg-3 {
      width: 25%;
    }
    .col-lg-4 {
      width: 33.33333333%;
    }
    .col-lg-5 {
      width: 41.66666667%;
    }
    .col-lg-6 {
      width: 50%;
    }
    .col-lg-7 {
      width: 58.33333333%;
    }
    .col-lg-8 {
      width: 66.66666667%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-10 {
      width: 83.33333333%;
    }
    .col-lg-11 {
      width: 91.66666667%;
    }
    .col-lg-12 {
      width: 100%;
    }
    .col-lg-pull-0 {
      right: auto;
    }
    .col-lg-pull-1 {
      right: 8.33333333%;
    }
    .col-lg-pull-2 {
      right: 16.66666667%;
    }
    .col-lg-pull-3 {
      right: 25%;
    }
    .col-lg-pull-4 {
      right: 33.33333333%;
    }
    .col-lg-pull-5 {
      right: 41.66666667%;
    }
    .col-lg-pull-6 {
      right: 50%;
    }
    .col-lg-pull-7 {
      right: 58.33333333%;
    }
    .col-lg-pull-8 {
      right: 66.66666667%;
    }
    .col-lg-pull-9 {
      right: 75%;
    }
    .col-lg-pull-10 {
      right: 83.33333333%;
    }
    .col-lg-pull-11 {
      right: 91.66666667%;
    }
    .col-lg-pull-12 {
      right: 100%;
    }
    .col-lg-push-0 {
      left: auto;
    }
    .col-lg-push-1 {
      left: 8.33333333%;
    }
    .col-lg-push-2 {
      left: 16.66666667%;
    }
    .col-lg-push-3 {
      left: 25%;
    }
    .col-lg-push-4 {
      left: 33.33333333%;
    }
    .col-lg-push-5 {
      left: 41.66666667%;
    }
    .col-lg-push-6 {
      left: 50%;
    }
    .col-lg-push-7 {
      left: 58.33333333%;
    }
    .col-lg-push-8 {
      left: 66.66666667%;
    }
    .col-lg-push-9 {
      left: 75%;
    }
    .col-lg-push-10 {
      left: 83.33333333%;
    }
    .col-lg-push-11 {
      left: 91.66666667%;
    }
    .col-lg-push-12 {
      left: 100%;
    }
    .col-lg-offset-0 {
      margin-left: 0%;
    }
    .col-lg-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-lg-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-lg-offset-3 {
      margin-left: 25%;
    }
    .col-lg-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-lg-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-lg-offset-6 {
      margin-left: 50%;
    }
    .col-lg-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-lg-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-lg-offset-9 {
      margin-left: 75%;
    }
    .col-lg-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-lg-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-lg-offset-12 {
      margin-left: 100%;
    }
  }
  
  table {
    background-color: transparent;
  }
  
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
  }
  
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
  }
  
  caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
  }
  
  th {
    text-align: left;
  }
  
  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
  }
  
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }
  
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
  }
  
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  
  .table > tbody + tbody {
    border-top: 2px solid #ddd;
  }
  
  .table .table {
    background-color: #f5f8fa;
  }
  
  .table-condensed > thead > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > tbody > tr > th,
  .table-condensed > tbody > tr > td,
  .table-condensed > tfoot > tr > th,
  .table-condensed > tfoot > tr > td {
    padding: 5px;
  }
  
  .table-bordered {
    border: 1px solid #ddd;
  }
  
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
  }
  
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
  }
  
  .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
  }
  
  .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
  }
  
  .table > thead > tr > td.active,
  .table > thead > tr > th.active,
  .table > thead > tr.active > td,
  .table > thead > tr.active > th,
  .table > tbody > tr > td.active,
  .table > tbody > tr > th.active,
  .table > tbody > tr.active > td,
  .table > tbody > tr.active > th,
  .table > tfoot > tr > td.active,
  .table > tfoot > tr > th.active,
  .table > tfoot > tr.active > td,
  .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
  }
  
  .table-hover > tbody > tr > td.active:hover,
  .table-hover > tbody > tr > th.active:hover,
  .table-hover > tbody > tr.active:hover > td,
  .table-hover > tbody > tr:hover > .active,
  .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
  }
  
  .table > thead > tr > td.success,
  .table > thead > tr > th.success,
  .table > thead > tr.success > td,
  .table > thead > tr.success > th,
  .table > tbody > tr > td.success,
  .table > tbody > tr > th.success,
  .table > tbody > tr.success > td,
  .table > tbody > tr.success > th,
  .table > tfoot > tr > td.success,
  .table > tfoot > tr > th.success,
  .table > tfoot > tr.success > td,
  .table > tfoot > tr.success > th {
    background-color: #dff0d8;
  }
  
  .table-hover > tbody > tr > td.success:hover,
  .table-hover > tbody > tr > th.success:hover,
  .table-hover > tbody > tr.success:hover > td,
  .table-hover > tbody > tr:hover > .success,
  .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
  }
  
  .table > thead > tr > td.info,
  .table > thead > tr > th.info,
  .table > thead > tr.info > td,
  .table > thead > tr.info > th,
  .table > tbody > tr > td.info,
  .table > tbody > tr > th.info,
  .table > tbody > tr.info > td,
  .table > tbody > tr.info > th,
  .table > tfoot > tr > td.info,
  .table > tfoot > tr > th.info,
  .table > tfoot > tr.info > td,
  .table > tfoot > tr.info > th {
    background-color: #d9edf7;
  }
  
  .table-hover > tbody > tr > td.info:hover,
  .table-hover > tbody > tr > th.info:hover,
  .table-hover > tbody > tr.info:hover > td,
  .table-hover > tbody > tr:hover > .info,
  .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
  }
  
  .table > thead > tr > td.warning,
  .table > thead > tr > th.warning,
  .table > thead > tr.warning > td,
  .table > thead > tr.warning > th,
  .table > tbody > tr > td.warning,
  .table > tbody > tr > th.warning,
  .table > tbody > tr.warning > td,
  .table > tbody > tr.warning > th,
  .table > tfoot > tr > td.warning,
  .table > tfoot > tr > th.warning,
  .table > tfoot > tr.warning > td,
  .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
  }
  
  .table-hover > tbody > tr > td.warning:hover,
  .table-hover > tbody > tr > th.warning:hover,
  .table-hover > tbody > tr.warning:hover > td,
  .table-hover > tbody > tr:hover > .warning,
  .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
  }
  
  .table > thead > tr > td.danger,
  .table > thead > tr > th.danger,
  .table > thead > tr.danger > td,
  .table > thead > tr.danger > th,
  .table > tbody > tr > td.danger,
  .table > tbody > tr > th.danger,
  .table > tbody > tr.danger > td,
  .table > tbody > tr.danger > th,
  .table > tfoot > tr > td.danger,
  .table > tfoot > tr > th.danger,
  .table > tfoot > tr.danger > td,
  .table > tfoot > tr.danger > th {
    background-color: #f2dede;
  }
  
  .table-hover > tbody > tr > td.danger:hover,
  .table-hover > tbody > tr > th.danger:hover,
  .table-hover > tbody > tr.danger:hover > td,
  .table-hover > tbody > tr:hover > .danger,
  .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
  }
  
  .table-responsive {
    min-height: .01%;
    overflow-x: auto;
  }
  
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
    }
    .table-responsive > .table {
      margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
      white-space: nowrap;
    }
    .table-responsive > .table-bordered {
      border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
      border-bottom: 0;
    }
  }
  
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  
  legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 21px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
  }
  
  input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  
  input[type="radio"],
  input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
  }
  
  input[type="radio"][disabled], input[type="radio"].disabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled]
  input[type="checkbox"] {
    cursor: not-allowed;
  }
  
  input[type="file"] {
    display: block;
  }
  
  input[type="range"] {
    display: block;
    width: 100%;
  }
  
  select[multiple],
  select[size] {
    height: auto;
  }
  
  input[type="file"]:focus,
  input[type="radio"]:focus,
  input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  
  output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.5;
    color: #555555;
  }
  
  .form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #aaaaaa;
    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;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    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, -webkit-box-shadow ease-in-out 0.15s;
  }
  
  .form-control:focus {
    border-color: #98cbe8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(152, 203, 232, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(152, 203, 232, 0.6);
  }
  
  .form-control::-moz-placeholder {
    color: #919090;
    opacity: 1;
  }
  
  .form-control:-ms-input-placeholder {
    color: #919090;
  }
  
  .form-control::-webkit-input-placeholder {
    color: #919090;
  }
  
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
  }
  
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
  }
  
  textarea.form-control {
    height: auto;
  }
  
  @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: 35px;
    }
    input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
    .input-group-sm > input.input-group-addon[type="date"],
    .input-group-sm > .input-group-btn > input.btn[type="date"],
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input.form-control[type="time"],
    .input-group-sm > input.input-group-addon[type="time"],
    .input-group-sm > .input-group-btn > input.btn[type="time"],
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input.form-control[type="datetime-local"],
    .input-group-sm > input.input-group-addon[type="datetime-local"],
    .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input.form-control[type="month"],
    .input-group-sm > input.input-group-addon[type="month"],
    .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm
    input[type="month"] {
      line-height: 30px;
    }
    input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
    .input-group-lg > input.input-group-addon[type="date"],
    .input-group-lg > .input-group-btn > input.btn[type="date"],
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input.form-control[type="time"],
    .input-group-lg > input.input-group-addon[type="time"],
    .input-group-lg > .input-group-btn > input.btn[type="time"],
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input.form-control[type="datetime-local"],
    .input-group-lg > input.input-group-addon[type="datetime-local"],
    .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input.form-control[type="month"],
    .input-group-lg > input.input-group-addon[type="month"],
    .input-group-lg > .input-group-btn > input.btn[type="month"],
    .input-group-lg
    input[type="month"] {
      line-height: 46px;
    }
  }
  
  .form-group {
    margin-bottom: 15px;
  }
  
  .radio,
  .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed;
  }
  
  .radio label,
  .checkbox label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
  }
  
  .radio input[type="radio"],
  .radio-inline input[type="radio"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
  }
  
  .radio + .radio,
  .checkbox + .checkbox {
    margin-top: -5px;
  }
  
  .radio-inline,
  .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
  }
  
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed;
  }
  
  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
  }
  
  .form-control-static {
    min-height: 35px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
  }
  
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0;
  }
  
  .input-sm, .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-sm, .input-group-sm > select.form-control,
  .input-group-sm > select.input-group-addon,
  .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
  }
  
  textarea.input-sm, .input-group-sm > textarea.form-control,
  .input-group-sm > textarea.input-group-addon,
  .input-group-sm > .input-group-btn > textarea.btn,
  select[multiple].input-sm,
  .input-group-sm > select.form-control[multiple],
  .input-group-sm > select.input-group-addon[multiple],
  .input-group-sm > .input-group-btn > select.btn[multiple] {
    height: auto;
  }
  
  .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  
  .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
  }
  
  .form-group-sm textarea.form-control,
  .form-group-sm select[multiple].form-control {
    height: auto;
  }
  
  .form-group-sm .form-control-static {
    height: 30px;
    min-height: 33px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  
  .input-lg, .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  
  select.input-lg, .input-group-lg > select.form-control,
  .input-group-lg > select.input-group-addon,
  .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
  }
  
  textarea.input-lg, .input-group-lg > textarea.form-control,
  .input-group-lg > textarea.input-group-addon,
  .input-group-lg > .input-group-btn > textarea.btn,
  select[multiple].input-lg,
  .input-group-lg > select.form-control[multiple],
  .input-group-lg > select.input-group-addon[multiple],
  .input-group-lg > .input-group-btn > select.btn[multiple] {
    height: auto;
  }
  
  .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  
  .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
  }
  
  .form-group-lg textarea.form-control,
  .form-group-lg select[multiple].form-control {
    height: auto;
  }
  
  .form-group-lg .form-control-static {
    height: 46px;
    min-height: 39px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  
  .has-feedback {
    position: relative;
  }
  
  .has-feedback .form-control {
    padding-right: 43.75px;
  }
  
  .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    pointer-events: none;
  }
  
  .input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
  .input-group-lg + .form-control-feedback,
  .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
  
  .input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
  .input-group-sm + .form-control-feedback,
  .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  
  .has-success .help-block,
  .has-success .control-label,
  .has-success .radio,
  .has-success .checkbox,
  .has-success .radio-inline,
  .has-success .checkbox-inline,
  .has-success.radio label,
  .has-success.checkbox label,
  .has-success.radio-inline label,
  .has-success.checkbox-inline label {
    color: #3c763d;
  }
  
  .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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;
    background-color: #dff0d8;
    border-color: #3c763d;
  }
  
  .has-success .form-control-feedback {
    color: #3c763d;
  }
  
  .has-warning .help-block,
  .has-warning .control-label,
  .has-warning .radio,
  .has-warning .checkbox,
  .has-warning .radio-inline,
  .has-warning .checkbox-inline,
  .has-warning.radio label,
  .has-warning.checkbox label,
  .has-warning.radio-inline label,
  .has-warning.checkbox-inline label {
    color: #8a6d3b;
  }
  
  .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
  }
  
  .has-warning .form-control-feedback {
    color: #8a6d3b;
  }
  
  .has-error .help-block,
  .has-error .control-label,
  .has-error .radio,
  .has-error .checkbox,
  .has-error .radio-inline,
  .has-error .checkbox-inline,
  .has-error.radio label,
  .has-error.checkbox label,
  .has-error.radio-inline label,
  .has-error.checkbox-inline label {
    color: #a94442;
  }
  
  .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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;
    background-color: #f2dede;
    border-color: #a94442;
  }
  
  .has-error .form-control-feedback {
    color: #a94442;
  }
  
  .has-feedback label ~ .form-control-feedback {
    top: 26px;
  }
  
  .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
  }
  
  .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #848484;
  }
  
  @media (min-width: 768px) {
    .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .form-inline .form-control-static {
      display: inline-block;
    }
    .form-inline .input-group {
      display: inline-table;
      vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto;
    }
    .form-inline .input-group > .form-control {
      width: 100%;
    }
    .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
      top: 0;
    }
  }
  
  .form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal .radio-inline,
  .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .form-horizontal .radio,
  .form-horizontal .checkbox {
    min-height: 28px;
  }
  
  .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " ";
  }
  
  .form-horizontal .form-group:after {
    clear: both;
  }
  
  @media (min-width: 768px) {
    .form-horizontal .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: right;
    }
  }
  
  .form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
  }
  
  @media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
      padding-top: 11px;
      font-size: 18px;
    }
  }
  
  @media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px;
    }
  }
  
  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  
  .btn:hover, .btn:focus, .btn.focus {
    color: #444;
    text-decoration: none;
  }
  
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -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;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  a.btn.disabled,
  fieldset[disabled] a.btn {
    pointer-events: none;
  }
  
  .btn-default {
    color: #444;
    background-color: #fff;
    border-color: #ccc;
  }
  
  .btn-default:focus, .btn-default.focus {
    color: #444;
    background-color: #e6e5e5;
    border-color: #8c8c8c;
  }
  
  .btn-default:hover {
    color: #444;
    background-color: #e6e5e5;
    border-color: #adadad;
  }
  
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #444;
    background-color: #e6e5e5;
    background-image: none;
    border-color: #adadad;
  }
  
  .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
  .open > .btn-default.dropdown-toggle:hover,
  .open > .btn-default.dropdown-toggle:focus,
  .open > .btn-default.dropdown-toggle.focus {
    color: #444;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
  }
  
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
  }
  
  .btn-default .badge {
    color: #fff;
    background-color: #444;
  }
  
  .btn-primary {
    color: #fff;
    background-color: #3097D1;
    border-color: #2a88bd;
  }
  
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #2579a9;
    border-color: #133d55;
  }
  
  .btn-primary:hover {
    color: #fff;
    background-color: #2579a9;
    border-color: #1f648b;
  }
  
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2579a9;
    background-image: none;
    border-color: #1f648b;
  }
  
  .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
  .open > .btn-primary.dropdown-toggle:hover,
  .open > .btn-primary.dropdown-toggle:focus,
  .open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #1f648b;
    border-color: #133d55;
  }
  
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #3097D1;
    border-color: #2a88bd;
  }
  
  .btn-primary .badge {
    color: #3097D1;
    background-color: #fff;
  }
  
  .btn-success {
    color: #fff;
    background-color: #2ab27b;
    border-color: #259d6d;
  }
  
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #20895e;
    border-color: #0d3625;
  }
  
  .btn-success:hover {
    color: #fff;
    background-color: #20895e;
    border-color: #196c4b;
  }
  
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #20895e;
    background-image: none;
    border-color: #196c4b;
  }
  
  .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
  .open > .btn-success.dropdown-toggle:hover,
  .open > .btn-success.dropdown-toggle:focus,
  .open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #196c4b;
    border-color: #0d3625;
  }
  
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #2ab27b;
    border-color: #259d6d;
  }
  
  .btn-success .badge {
    color: #2ab27b;
    background-color: #fff;
  }
  
  .btn-info {
    color: #fff;
    background-color: #8eb4cb;
    border-color: #7da8c3;
  }
  
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #6b9dbb;
    border-color: #3d6983;
  }
  
  .btn-info:hover {
    color: #fff;
    background-color: #6b9dbb;
    border-color: #538db0;
  }
  
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #6b9dbb;
    background-image: none;
    border-color: #538db0;
  }
  
  .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
  .open > .btn-info.dropdown-toggle:hover,
  .open > .btn-info.dropdown-toggle:focus,
  .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #538db0;
    border-color: #3d6983;
  }
  
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #8eb4cb;
    border-color: #7da8c3;
  }
  
  .btn-info .badge {
    color: #8eb4cb;
    background-color: #fff;
  }
  
  .btn-warning {
    color: #fff;
    background-color: #cbb956;
    border-color: #c5b143;
  }
  
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #b6a338;
    border-color: #685d20;
  }
  
  .btn-warning:hover {
    color: #fff;
    background-color: #b6a338;
    border-color: #9b8a30;
  }
  
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #b6a338;
    background-image: none;
    border-color: #9b8a30;
  }
  
  .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
  .open > .btn-warning.dropdown-toggle:hover,
  .open > .btn-warning.dropdown-toggle:focus,
  .open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #9b8a30;
    border-color: #685d20;
  }
  
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #cbb956;
    border-color: #c5b143;
  }
  
  .btn-warning .badge {
    color: #cbb956;
    background-color: #fff;
  }
  
  .btn-danger {
    color: #fff;
    background-color: #bf5329;
    border-color: #aa4a24;
  }
  
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #954120;
    border-color: #411c0e;
  }
  
  .btn-danger:hover {
    color: #fff;
    background-color: #954120;
    border-color: #78341a;
  }
  
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #954120;
    background-image: none;
    border-color: #78341a;
  }
  
  .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
  .open > .btn-danger.dropdown-toggle:hover,
  .open > .btn-danger.dropdown-toggle:focus,
  .open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #78341a;
    border-color: #411c0e;
  }
  
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #bf5329;
    border-color: #aa4a24;
  }
  
  .btn-danger .badge {
    color: #bf5329;
    background-color: #fff;
  }
  
  .btn-link {
    font-weight: 400;
    color: #3097D1;
    border-radius: 0;
  }
  
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
  }
  
  .btn-link:hover, .btn-link:focus {
    color: #216a94;
    text-decoration: underline;
    background-color: transparent;
  }
  
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  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.3333333;
    border-radius: 6px;
  }
  
  .btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  
  .btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  
  .btn-block {
    display: block;
    width: 100%;
  }
  
  .btn-block + .btn-block {
    margin-top: 5px;
  }
  
  input[type="submit"].btn-block,
  input[type="reset"].btn-block,
  input[type="button"].btn-block {
    width: 100%;
  }
  
  .fade {
    opacity: 0;
    -webkit-transition: opacity 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-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  
  .dropup,
  .dropdown {
    position: relative;
  }
  
  .dropdown-toggle:focus {
    outline: 0;
  }
  
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    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);
  }
  
  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }
  
  .dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    white-space: nowrap;
  }
  
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
  }
  
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3097D1;
    outline: 0;
  }
  
  .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;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  
  .open > .dropdown-menu {
    display: block;
  }
  
  .open > a {
    outline: 0;
  }
  
  .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  
  .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  
  .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #777777;
    white-space: nowrap;
  }
  
  .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
  }
  
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
  }
  
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
  }
  
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
  }
  
  @media (min-width: 768px) {
    .navbar-right .dropdown-menu {
      right: 0;
      left: auto;
    }
    .navbar-right .dropdown-menu-left {
      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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 2;
  }
  
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group {
    margin-left: -1px;
  }
  
  .btn-toolbar {
    margin-left: -5px;
  }
  
  .btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " ";
  }
  
  .btn-toolbar:after {
    clear: both;
  }
  
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left;
  }
  
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px;
  }
  
  .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
  }
  
  .btn-group > .btn:first-child {
    margin-left: 0;
  }
  
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .btn-group > .btn:last-child:not(:first-child),
  .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .btn-group > .btn-group {
    float: left;
  }
  
  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  
  .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .btn-group .dropdown-toggle:active,
  .btn-group.open .dropdown-toggle {
    outline: 0;
  }
  
  .btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
  }
  
  .btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 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, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
  }
  
  .dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
    display: table;
    content: " ";
  }
  
  .btn-group-vertical > .btn-group:after {
    clear: both;
  }
  
  .btn-group-vertical > .btn-group > .btn {
    float: none;
  }
  
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
  }
  
  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  
  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }
  
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
  }
  
  .btn-group-justified > .btn-group .btn {
    width: 100%;
  }
  
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
  }
  
  [data-toggle="buttons"] > .btn input[type="radio"],
  [data-toggle="buttons"] > .btn input[type="checkbox"],
  [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  
  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
  
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  
  .input-group .form-control:focus {
    z-index: 3;
  }
  
  .input-group-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: 400;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
  }
  
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
  }
  
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
  }
  
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0;
  }
  
  .input-group .form-control:first-child,
  .input-group-addon:first-child,
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group > .btn,
  .input-group-btn:first-child > .dropdown-toggle,
  .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .input-group-addon:first-child {
    border-right: 0;
  }
  
  .input-group .form-control:last-child,
  .input-group-addon:last-child,
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group > .btn,
  .input-group-btn:last-child > .dropdown-toggle,
  .input-group-btn:first-child > .btn:not(:first-child),
  .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .input-group-addon:last-child {
    border-left: 0;
  }
  
  .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
  }
  
  .input-group-btn > .btn {
    position: relative;
  }
  
  .input-group-btn > .btn + .btn {
    margin-left: -1px;
  }
  
  .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
  }
  
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
  }
  
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
  }
  
  .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  .nav:before, .nav:after {
    display: table;
    content: " ";
  }
  
  .nav:after {
    clear: both;
  }
  
  .nav > li {
    position: relative;
    display: block;
  }
  
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  
  .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
  }
  
  .nav > li.disabled > a {
    color: #777777;
  }
  
  .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
  }
  
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #3097D1;
  }
  
  .nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  
  .nav > li > a > img {
    max-width: none;
  }
  
  .nav-tabs {
    border-bottom: 1px solid #ddd;
  }
  
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  
  .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  
  .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
  }
  
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #f5f8fa;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
  }
  
  .nav-pills > li {
    float: left;
  }
  
  .nav-pills > li > a {
    border-radius: 4px;
  }
  
  .nav-pills > li + li {
    margin-left: 2px;
  }
  
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #3097D1;
  }
  
  .nav-stacked > li {
    float: none;
  }
  
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  
  .nav-justified, .nav-tabs.nav-justified {
    width: 100%;
  }
  
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
  }
  
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
  }
  
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  
  .nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
  }
  
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
  }
  
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #f5f8fa;
    }
  }
  
  .tab-content > .tab-pane {
    display: none;
  }
  
  .tab-content > .active {
    display: block;
  }
  
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 21px;
    border: 1px solid transparent;
  }
  
  .navbar:before, .navbar:after {
    display: table;
    content: " ";
  }
  
  .navbar:after {
    clear: both;
  }
  
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px;
    }
  }
  
  .navbar-header:before, .navbar-header:after {
    display: table;
    content: " ";
  }
  
  .navbar-header:after {
    clear: both;
  }
  
  @media (min-width: 768px) {
    .navbar-header {
      float: left;
    }
  }
  
  .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
  }
  
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " ";
  }
  
  .navbar-collapse:after {
    clear: both;
  }
  
  .navbar-collapse.in {
    overflow-y: auto;
  }
  
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
    }
    .navbar-collapse.in {
      overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  
  .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;
    }
  }
  
  @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;
  }
  
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .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-brand {
    float: left;
    height: 50px;
    padding: 14.5px 15px;
    font-size: 18px;
    line-height: 21px;
  }
  
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
  }
  
  .navbar-brand > img {
    display: block;
  }
  
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px;
    }
  }
  
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    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.25px -15px;
  }
  
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px;
  }
  
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
      line-height: 21px;
    }
    .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: 14.5px;
      padding-bottom: 14.5px;
    }
  }
  
  .navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -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: 7.5px;
    margin-bottom: 7.5px;
  }
  
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .navbar-form .form-control-static {
      display: inline-block;
    }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
      width: auto;
    }
    .navbar-form .input-group > .form-control {
      width: 100%;
    }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
      padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0;
    }
  }
  
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
      margin-bottom: 0;
    }
  }
  
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
  }
  
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .navbar-btn {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
  
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  
  .navbar-text {
    margin-top: 14.5px;
    margin-bottom: 14.5px;
  }
  
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px;
    }
  }
  
  @media (min-width: 768px) {
    .navbar-left {
      float: left !important;
    }
    .navbar-right {
      float: right !important;
      margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
      margin-right: 0;
    }
  }
  
  .navbar-default {
    background-color: #fff;
    border-color: #d3e0e9;
  }
  
  .navbar-default .navbar-brand {
    color: #777;
  }
  
  .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5d5d;
    background-color: transparent;
  }
  
  .navbar-default .navbar-text {
    color: #777;
  }
  
  .navbar-default .navbar-nav > li > a {
    color: #777;
  }
  
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }
  
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #eeeeee;
  }
  
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #333;
      background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #eeeeee;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent;
    }
  }
  
  .navbar-default .navbar-toggle {
    border-color: #ddd;
  }
  
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
  }
  
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
  }
  
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #d3e0e9;
  }
  
  .navbar-default .navbar-link {
    color: #777;
  }
  
  .navbar-default .navbar-link:hover {
    color: #333;
  }
  
  .navbar-default .btn-link {
    color: #777;
  }
  
  .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333;
  }
  
  .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-default .btn-link:hover,
  fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
  }
  
  .navbar-inverse {
    background-color: #222;
    border-color: #090909;
  }
  
  .navbar-inverse .navbar-brand {
    color: #9d9d9d;
  }
  
  .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
  }
  
  .navbar-inverse .navbar-text {
    color: #9d9d9d;
  }
  
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
  }
  
  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
  
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909;
  }
  
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent;
    }
  }
  
  .navbar-inverse .navbar-toggle {
    border-color: #333;
  }
  
  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
  }
  
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010;
  }
  
  .navbar-inverse .navbar-link {
    color: #9d9d9d;
  }
  
  .navbar-inverse .navbar-link:hover {
    color: #fff;
  }
  
  .navbar-inverse .btn-link {
    color: #9d9d9d;
  }
  
  .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
  }
  
  .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-inverse .btn-link:hover,
  fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
  }
  
  .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 21px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
  }
  
  .breadcrumb > li {
    display: inline-block;
  }
  
  .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\A0";
  }
  
  .breadcrumb > .active {
    color: #777777;
  }
  
  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 21px 0;
    border-radius: 4px;
  }
  
  .pagination > li {
    display: inline;
  }
  
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.5;
    color: #3097D1;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #216a94;
    background-color: #eeeeee;
    border-color: #ddd;
  }
  
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #3097D1;
    border-color: #3097D1;
  }
  
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
  }
  
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  
  .pager {
    padding-left: 0;
    margin: 21px 0;
    text-align: center;
    list-style: none;
  }
  
  .pager:before, .pager:after {
    display: table;
    content: " ";
  }
  
  .pager:after {
    clear: both;
  }
  
  .pager li {
    display: inline;
  }
  
  .pager li > a,
  .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
  }
  
  .pager li > a:hover,
  .pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
  }
  
  .pager .next > a,
  .pager .next > span {
    float: right;
  }
  
  .pager .previous > a,
  .pager .previous > span {
    float: left;
  }
  
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
  }
  
  .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
  }
  
  .label:empty {
    display: none;
  }
  
  .btn .label {
    position: relative;
    top: -1px;
  }
  
  a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  
  .label-default {
    background-color: #777777;
  }
  
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e;
  }
  
  .label-primary {
    background-color: #3097D1;
  }
  
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #2579a9;
  }
  
  .label-success {
    background-color: #2ab27b;
  }
  
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #20895e;
  }
  
  .label-info {
    background-color: #8eb4cb;
  }
  
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #6b9dbb;
  }
  
  .label-warning {
    background-color: #cbb956;
  }
  
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #b6a338;
  }
  
  .label-danger {
    background-color: #bf5329;
  }
  
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #954120;
  }
  
  .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777777;
    border-radius: 10px;
  }
  
  .badge:empty {
    display: none;
  }
  
  .btn .badge {
    position: relative;
    top: -1px;
  }
  
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
  }
  
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #3097D1;
    background-color: #fff;
  }
  
  .list-group-item > .badge {
    float: right;
  }
  
  .list-group-item > .badge + .badge {
    margin-right: 5px;
  }
  
  .nav-pills > li > a > .badge {
    margin-left: 3px;
  }
  
  a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  
  .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
  }
  
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit;
  }
  
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
  }
  
  .jumbotron > hr {
    border-top-color: #d5d5d5;
  }
  
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
  }
  
  .jumbotron .container {
    max-width: 100%;
  }
  
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
      padding-right: 60px;
      padding-left: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
      font-size: 63px;
    }
  }
  
  .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 21px;
    line-height: 1.5;
    background-color: #f5f8fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
  }
  
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  
  .thumbnail .caption {
    padding: 9px;
    color: #444;
  }
  
  a.thumbnail:hover,
  a.thumbnail:focus,
  a.thumbnail.active {
    border-color: #3097D1;
  }
  
  .alert {
    padding: 15px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  
  .alert h4 {
    margin-top: 0;
    color: inherit;
  }
  
  .alert .alert-link {
    font-weight: bold;
  }
  
  .alert > p,
  .alert > ul {
    margin-bottom: 0;
  }
  
  .alert > p + p {
    margin-top: 5px;
  }
  
  .alert-dismissable,
  .alert-dismissible {
    padding-right: 35px;
  }
  
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }
  
  .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  
  .alert-success hr {
    border-top-color: #c9e2b3;
  }
  
  .alert-success .alert-link {
    color: #2b542c;
  }
  
  .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
  
  .alert-info hr {
    border-top-color: #a6e1ec;
  }
  
  .alert-info .alert-link {
    color: #245269;
  }
  
  .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }
  
  .alert-warning hr {
    border-top-color: #f7e1b5;
  }
  
  .alert-warning .alert-link {
    color: #66512c;
  }
  
  .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  
  .alert-danger hr {
    border-top-color: #e4b9c0;
  }
  
  .alert-danger .alert-link {
    color: #843534;
  }
  
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  
  @keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  
  .progress {
    height: 21px;
    margin-bottom: 21px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  
  .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    background-color: #3097D1;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
  }
  
  .progress-striped .progress-bar,
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
  }
  
  .progress.active .progress-bar,
  .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
  }
  
  .progress-bar-success {
    background-color: #2ab27b;
  }
  
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  
  .progress-bar-info {
    background-color: #8eb4cb;
  }
  
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  
  .progress-bar-warning {
    background-color: #cbb956;
  }
  
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  
  .progress-bar-danger {
    background-color: #bf5329;
  }
  
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  
  .media {
    margin-top: 15px;
  }
  
  .media:first-child {
    margin-top: 0;
  }
  
  .media,
  .media-body {
    overflow: hidden;
    zoom: 1;
  }
  
  .media-body {
    width: 10000px;
  }
  
  .media-object {
    display: block;
  }
  
  .media-object.img-thumbnail {
    max-width: none;
  }
  
  .media-right,
  .media > .pull-right {
    padding-left: 10px;
  }
  
  .media-left,
  .media > .pull-left {
    padding-right: 10px;
  }
  
  .media-left,
  .media-right,
  .media-body {
    display: table-cell;
    vertical-align: top;
  }
  
  .media-middle {
    vertical-align: middle;
  }
  
  .media-bottom {
    vertical-align: bottom;
  }
  
  .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  
  .media-list {
    padding-left: 0;
    list-style: none;
  }
  
  .list-group {
    padding-left: 0;
    margin-bottom: 20px;
  }
  
  .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #d3e0e9;
  }
  
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee;
  }
  
  .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: #fff;
    background-color: #3097D1;
    border-color: #3097D1;
  }
  
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    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: #d7ebf6;
  }
  
  a.list-group-item,
  button.list-group-item {
    color: #555;
  }
  
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333;
  }
  
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
  }
  
  button.list-group-item {
    width: 100%;
    text-align: left;
  }
  
  .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
  }
  
  a.list-group-item-success,
  button.list-group-item-success {
    color: #3c763d;
  }
  
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit;
  }
  
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.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,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
  }
  
  .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
  }
  
  a.list-group-item-info,
  button.list-group-item-info {
    color: #31708f;
  }
  
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit;
  }
  
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.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,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
  }
  
  .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
  }
  
  a.list-group-item-warning,
  button.list-group-item-warning {
    color: #8a6d3b;
  }
  
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit;
  }
  
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.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,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
  }
  
  .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
  }
  
  a.list-group-item-danger,
  button.list-group-item-danger {
    color: #a94442;
  }
  
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit;
  }
  
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.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,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
  }
  
  .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  
  .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
  }
  
  .panel {
    margin-bottom: 21px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  
  .panel-body {
    padding: 15px;
  }
  
  .panel-body:before, .panel-body:after {
    display: table;
    content: " ";
  }
  
  .panel-body:after {
    clear: both;
  }
  
  .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
  }
  
  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
  }
  
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit;
  }
  
  .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #d3e0e9;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  
  .panel > .list-group,
  .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
  }
  
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
  }
  
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  
  .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
  }
  
  .list-group + .panel-footer {
    border-top-width: 0;
  }
  
  .panel > .table,
  .panel > .table-responsive > .table,
  .panel > .panel-collapse > .table {
    margin-bottom: 0;
  }
  
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .panel > .table:first-child,
  .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
  }
  
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
  }
  
  .panel > .table:last-child,
  .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
  }
  
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
  }
  
  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive,
  .panel > .table + .panel-body,
  .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
  }
  
  .panel > .table > tbody:first-child > tr:first-child th,
  .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
  }
  
  .panel > .table-bordered,
  .panel > .table-responsive > .table-bordered {
    border: 0;
  }
  
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
  }
  
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
  
  .panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
  }
  
  .panel-group {
    margin-bottom: 21px;
  }
  
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
  }
  
  .panel-group .panel + .panel {
    margin-top: 5px;
  }
  
  .panel-group .panel-heading {
    border-bottom: 0;
  }
  
  .panel-group .panel-heading + .panel-collapse > .panel-body,
  .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #d3e0e9;
  }
  
  .panel-group .panel-footer {
    border-top: 0;
  }
  
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #d3e0e9;
  }
  
  .panel-default {
    border-color: #d3e0e9;
  }
  
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #fff;
    border-color: #d3e0e9;
  }
  
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d3e0e9;
  }
  
  .panel-default > .panel-heading .badge {
    color: #fff;
    background-color: #333333;
  }
  
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d3e0e9;
  }
  
  .panel-primary {
    border-color: #3097D1;
  }
  
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #3097D1;
    border-color: #3097D1;
  }
  
  .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #3097D1;
  }
  
  .panel-primary > .panel-heading .badge {
    color: #3097D1;
    background-color: #fff;
  }
  
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #3097D1;
  }
  
  .panel-success {
    border-color: #d6e9c6;
  }
  
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  
  .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
  }
  
  .panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
  }
  
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
  }
  
  .panel-info {
    border-color: #bce8f1;
  }
  
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
  
  .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
  }
  
  .panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
  }
  
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
  }
  
  .panel-warning {
    border-color: #faebcc;
  }
  
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }
  
  .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
  }
  
  .panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
  }
  
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
  }
  
  .panel-danger {
    border-color: #ebccd1;
  }
  
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  
  .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
  }
  
  .panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
  }
  
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
  }
  
  .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  .embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }
  
  .embed-responsive-4by3 {
    padding-bottom: 75%;
  }
  
  .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
  }
  
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  
  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  
  .modal-open {
    overflow: hidden;
  }
  
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  
  .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    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);
    outline: 0;
  }
  
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }
  
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  
  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .modal-header:before, .modal-header:after {
    display: table;
    content: " ";
  }
  
  .modal-header:after {
    clear: both;
  }
  
  .modal-header .close {
    margin-top: -2px;
  }
  
  .modal-title {
    margin: 0;
    line-height: 1.5;
  }
  
  .modal-body {
    position: relative;
    padding: 15px;
  }
  
  .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
  }
  
  .modal-footer:after {
    clear: both;
  }
  
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
  }
  
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  
  @media (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      margin: 30px auto;
    }
    .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 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;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
  }
  
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
  }
  
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
  }
  
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
  }
  
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
  }
  
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
  }
  
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
  }
  
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  
  .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
  }
  
  .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  
  .popover.top {
    margin-top: -10px;
  }
  
  .popover.right {
    margin-left: 10px;
  }
  
  .popover.bottom {
    margin-top: 10px;
  }
  
  .popover.left {
    margin-left: -10px;
  }
  
  .popover > .arrow {
    border-width: 11px;
  }
  
  .popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  
  .popover > .arrow:after {
    content: "";
    border-width: 10px;
  }
  
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
  }
  
  .popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
  }
  
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
  }
  
  .popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
  }
  
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
  }
  
  .popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
  }
  
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
  }
  
  .popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
  }
  
  .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
  }
  
  .popover-content {
    padding: 9px 14px;
  }
  
  .carousel {
    position: relative;
  }
  
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
  }
  
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
  }
  
  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      transition: -webkit-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      perspective: 1000px;
    }
    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      left: 0;
    }
    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      left: 0;
    }
    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
    }
  }
  
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block;
  }
  
  .carousel-inner > .active {
    left: 0;
  }
  
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .carousel-inner > .next {
    left: 100%;
  }
  
  .carousel-inner > .prev {
    left: -100%;
  }
  
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0;
  }
  
  .carousel-inner > .active.left {
    left: -100%;
  }
  
  .carousel-inner > .active.right {
    left: 100%;
  }
  
  .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  
  .carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
  }
  
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
  }
  
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9;
  }
  
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
  }
  
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
  }
  
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
  }
  
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
  }
  
  .carousel-control .icon-prev:before {
    content: "\2039";
  }
  
  .carousel-control .icon-next:before {
    content: "\203A";
  }
  
  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
  }
  
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
  }
  
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
  }
  
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  
  .carousel-caption .btn {
    text-shadow: none;
  }
  
  @media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -10px;
      font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
      margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
      margin-right: -10px;
    }
    .carousel-caption {
      right: 20%;
      left: 20%;
      padding-bottom: 30px;
    }
    .carousel-indicators {
      bottom: 20px;
    }
  }
  
  .clearfix:before, .clearfix:after {
    display: table;
    content: " ";
  }
  
  .clearfix:after {
    clear: both;
  }
  
  .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  
  .pull-right {
    float: right !important;
  }
  
  .pull-left {
    float: left !important;
  }
  
  .hide {
    display: none !important;
  }
  
  .show {
    display: block !important;
  }
  
  .invisible {
    visibility: hidden;
  }
  
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .hidden {
    display: none !important;
  }
  
  .affix {
    position: fixed;
  }
  
  @-ms-viewport {
    width: device-width;
  }
  
  .visible-xs {
    display: none !important;
  }
  
  .visible-sm {
    display: none !important;
  }
  
  .visible-md {
    display: none !important;
  }
  
  .visible-lg {
    display: none !important;
  }
  
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block,
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: none !important;
  }
  
  @media (max-width: 767px) {
    .visible-xs {
      display: block !important;
    }
    table.visible-xs {
      display: table !important;
    }
    tr.visible-xs {
      display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
      display: table-cell !important;
    }
  }
  
  @media (max-width: 767px) {
    .visible-xs-block {
      display: block !important;
    }
  }
  
  @media (max-width: 767px) {
    .visible-xs-inline {
      display: inline !important;
    }
  }
  
  @media (max-width: 767px) {
    .visible-xs-inline-block {
      display: inline-block !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
      display: block !important;
    }
    table.visible-sm {
      display: table !important;
    }
    tr.visible-sm {
      display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
      display: table-cell !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
      display: block !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
      display: inline !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
      display: inline-block !important;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
      display: block !important;
    }
    table.visible-md {
      display: table !important;
    }
    tr.visible-md {
      display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
      display: table-cell !important;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
      display: block !important;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
      display: inline !important;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
      display: inline-block !important;
    }
  }
  
  @media (min-width: 1200px) {
    .visible-lg {
      display: block !important;
    }
    table.visible-lg {
      display: table !important;
    }
    tr.visible-lg {
      display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
      display: table-cell !important;
    }
  }
  
  @media (min-width: 1200px) {
    .visible-lg-block {
      display: block !important;
    }
  }
  
  @media (min-width: 1200px) {
    .visible-lg-inline {
      display: inline !important;
    }
  }
  
  @media (min-width: 1200px) {
    .visible-lg-inline-block {
      display: inline-block !important;
    }
  }
  
  @media (max-width: 767px) {
    .hidden-xs {
      display: none !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
      display: none !important;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
      display: none !important;
    }
  }
  
  @media (min-width: 1200px) {
    .hidden-lg {
      display: none !important;
    }
  }
  
  .visible-print {
    display: none !important;
  }
  
  @media print {
    .visible-print {
      display: block !important;
    }
    table.visible-print {
      display: table !important;
    }
    tr.visible-print {
      display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
      display: table-cell !important;
    }
  }
  
  .visible-print-block {
    display: none !important;
  }
  
  @media print {
    .visible-print-block {
      display: block !important;
    }
  }
  
  .visible-print-inline {
    display: none !important;
  }
  
  @media print {
    .visible-print-inline {
      display: inline !important;
    }
  }
  
  .visible-print-inline-block {
    display: none !important;
  }
  
  @media print {
    .visible-print-inline-block {
      display: inline-block !important;
    }
  }
  
  @media print {
    .hidden-print {
      display: none !important;
    }
  }
  
  @-webkit-keyframes bs-notify-fadeOut {
    0% {
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes bs-notify-fadeOut {
    0% {
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  
  select.bs-select-hidden,
  .bootstrap-select > select.bs-select-hidden,
  select.selectpicker {
    display: none !important;
  }
  
  .bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
    vertical-align: middle;
  }
  
  .bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .bootstrap-select > .dropdown-toggle:after {
    margin-top: -1px;
  }
  
  .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #919090;
  }
  
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
  }
  
  .bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important;
  }
  
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle,
  .bootstrap-select.is-invalid .dropdown-toggle,
  .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48;
  }
  
  .bootstrap-select.is-valid .dropdown-toggle,
  .was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745;
  }
  
  .bootstrap-select.fit-width {
    width: auto !important;
  }
  
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
  }
  
  .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
  .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;
    height: auto;
  }
  
  :not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
  }
  
  .bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
  }
  
  .form-inline .bootstrap-select,
  .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
    width: auto;
  }
  
  .bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
  }
  
  .bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right,
  .row .bootstrap-select[class*="col-"].dropdown-menu-right {
    float: right;
  }
  
  .form-inline .bootstrap-select,
  .form-horizontal .bootstrap-select,
  .form-group .bootstrap-select {
    margin-bottom: 0;
  }
  
  .form-group-lg .bootstrap-select.form-control,
  .form-group-sm .bootstrap-select.form-control {
    padding: 0;
  }
  
  .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
  }
  
  .bootstrap-select.form-control-sm .dropdown-toggle,
  .bootstrap-select.form-control-lg .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
  }
  
  .bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
  }
  
  .bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
  }
  
  .form-inline .bootstrap-select .form-control {
    width: 100%;
  }
  
  .bootstrap-select.disabled,
  .bootstrap-select > .disabled {
    cursor: not-allowed;
  }
  
  .bootstrap-select.disabled:focus,
  .bootstrap-select > .disabled:focus {
    outline: none !important;
  }
  
  .bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
  }
  
  .bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
  }
  
  .bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  
  .bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit;
  }
  
  .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none;
  }
  
  .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit;
  }
  
  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
  }
  
  .bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden;
  }
  
  .bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
  }
  
  .input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
  }
  
  .bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%;
  }
  
  .bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important;
  }
  
  .bootstrap-select .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 .dropdown-menu li {
    position: relative;
  }
  
  .bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  
  .bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
  }
  
  .bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
  }
  
  .bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
  }
  
  .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
  }
  
  .bootstrap-select .dropdown-menu li small {
    padding-left: 0.5em;
  }
  
  .bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    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;
    box-sizing: border-box;
  }
  
  .bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
            animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  }
  
  .bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
  }
  
  .bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
  }
  
  .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
  .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
  }
  
  .bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\A0';
  }
  
  .bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
  }
  
  .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
  }
  
  .bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
  }
  
  .bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
  .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061;
  }
  
  .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option: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 .filter-option: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 .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
  }
  
  .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid white;
    border-bottom: 0;
  }
  
  .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
  }
  
  .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
  }
  
  .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
  .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
  .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
    display: block;
  }
  
  .bs-searchbox,
  .bs-actionsbox,
  .bs-donebutton {
    padding: 4px 8px;
  }
  
  .bs-actionsbox {
    width: 100%;
    -webkit-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;
    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;
  }
  
  /*! ========================================================================
   * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
   * http://www.bootstraptoggle.com
   * ========================================================================
   * Copyright 2014 Min Hur, The New York Times Company
   * Licensed under MIT
   * ======================================================================== */
  .checkbox label .toggle,
  .checkbox-inline .toggle {
    margin-left: -20px;
    margin-right: 5px;
  }
  
  .toggle {
    position: relative;
    overflow: hidden;
  }
  
  .toggle input[type="checkbox"] {
    display: none;
  }
  
  .toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left 0.35s;
    -webkit-transition: left 0.35s;
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  
  .toggle.off .toggle-group {
    left: -100%;
  }
  
  .toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
  }
  
  .toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
  }
  
  .toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    width: 0px;
    border-width: 0 1px;
  }
  
  .toggle.btn {
    min-width: 59px;
    min-height: 34px;
  }
  
  .toggle-on.btn {
    padding-right: 24px;
  }
  
  .toggle-off.btn {
    padding-left: 24px;
  }
  
  .toggle.btn-lg, .btn-group-lg > .toggle.btn {
    min-width: 79px;
    min-height: 45px;
  }
  
  .toggle-on.btn-lg, .btn-group-lg > .toggle-on.btn {
    padding-right: 31px;
  }
  
  .toggle-off.btn-lg, .btn-group-lg > .toggle-off.btn {
    padding-left: 31px;
  }
  
  .toggle-handle.btn-lg, .btn-group-lg > .toggle-handle.btn {
    width: 40px;
  }
  
  .toggle.btn-sm, .btn-group-sm > .toggle.btn {
    min-width: 50px;
    min-height: 30px;
  }
  
  .toggle-on.btn-sm, .btn-group-sm > .toggle-on.btn {
    padding-right: 20px;
  }
  
  .toggle-off.btn-sm, .btn-group-sm > .toggle-off.btn {
    padding-left: 20px;
  }
  
  .toggle.btn-xs, .btn-group-xs > .toggle.btn {
    min-width: 35px;
    min-height: 22px;
  }
  
  .toggle-on.btn-xs, .btn-group-xs > .toggle-on.btn {
    padding-right: 12px;
  }
  
  .toggle-off.btn-xs, .btn-group-xs > .toggle-off.btn {
    padding-left: 12px;
  }
  
  .toast-title {
    font-weight: bold;
  }
  
  .toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  
  .toast-message a,
  .toast-message label {
    color: #ffffff;
  }
  
  .toast-message a:hover {
    color: #cccccc;
    text-decoration: none;
  }
  
  .toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
  }
  
  .toast-close-button:hover,
  .toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
  }
  
  /*Additional properties for button version
   iOS requires the button element instead of an anchor tag.
   If you want the anchor version, it requires `href="#"`.*/
  button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
  }
  
  .toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
  }
  
  .toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  
  .toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
  }
  
  .toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  
  .toast-top-left {
    top: 12px;
    left: 12px;
  }
  
  .toast-top-right {
    top: 12px;
    right: 12px;
  }
  
  .toast-bottom-right {
    right: 12px;
    bottom: 12px;
  }
  
  .toast-bottom-left {
    bottom: 12px;
    left: 12px;
  }
  
  #toast-container {
    position: fixed;
    z-index: 999999;
    /*overrides*/
  }
  
  #toast-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  #toast-container > div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
  }
  
  #toast-container > div:hover {
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
  }
  
  #toast-container > .toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
  }
  
  #toast-container > .toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
  }
  
  #toast-container > .toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
  }
  
  #toast-container > .toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
  }
  
  #toast-container.toast-top-center > div,
  #toast-container.toast-bottom-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  
  #toast-container.toast-top-full-width > div,
  #toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .toast {
    background-color: #030303;
  }
  
  .toast-success {
    background-color: #51a351;
  }
  
  .toast-error {
    background-color: #bd362f;
  }
  
  .toast-info {
    background-color: #2f96b4;
  }
  
  .toast-warning {
    background-color: #f89406;
  }
  
  .toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
  }
  
  /*Responsive Design*/
  @media all and (max-width: 240px) {
    #toast-container > div {
      padding: 8px 8px 8px 50px;
      width: 11em;
    }
    #toast-container .toast-close-button {
      right: -0.2em;
      top: -0.2em;
    }
  }
  
  @media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
      padding: 8px 8px 8px 50px;
      width: 18em;
    }
    #toast-container .toast-close-button {
      right: -0.2em;
      top: -0.2em;
    }
  }
  
  @media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
      padding: 15px 15px 15px 50px;
      width: 25em;
    }
  }
  
  .dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] {
    position: absolute;
    z-index: 1000;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    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);
  }
  
  .dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item {
    font-size: 14px;
    padding: 1px 3px;
    border: 0;
  }
  
  .dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item a {
    text-decoration: none;
    display: block;
    height: 100%;
    line-height: 1.8em;
    padding: 0 1.54em 0 .615em;
    color: #4f4f4f;
  }
  
  .dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item:hover, .dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item.active {
    background-color: #e4e4e4;
  }
  
  .dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item:hover a, .dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item.active a {
    color: #333;
  }
  
  .dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] li.textcomplete-item .emojioneemoji {
    font-size: inherit;
    height: 2ex;
    width: 2.1ex;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: 0 5px .2ex 0;
    line-height: normal;
    vertical-align: middle;
    max-width: 100%;
    top: 0;
  }
  
  .emojionearea-text [class*=emojione-], .emojionearea-text .emojioneemoji {
    font-size: inherit;
    height: 2ex;
    width: 2.1ex;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -.2ex .15em .2ex;
    line-height: normal;
    vertical-align: middle;
    max-width: 100%;
    top: 0;
  }
  
  .emojionearea, .emojionearea * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .emojionearea.emojionearea-disable {
    position: relative;
    background-color: #eee;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
  }
  
  .emojionearea.emojionearea-disable:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.3;
    position: absolute;
    background-color: #eee;
  }
  
  .emojionearea, .emojionearea.form-control {
    display: block;
    position: relative !important;
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 14px;
    border: 0;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    -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 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out,         -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,         -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,         box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,         box-shadow 0.15s ease-in-out,         -webkit-box-shadow 0.15s ease-in-out;
  }
  
  .emojionearea.focused {
    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);
  }
  
  .emojionearea .emojionearea-editor {
    display: block;
    height: auto;
    min-height: 8em;
    max-height: 15em;
    overflow: auto;
    padding: 6px 24px 6px 12px;
    line-height: 1.42857143;
    font-size: inherit;
    color: #555555;
    background-color: transparent;
    border: 0;
    cursor: text;
    margin-right: 1px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .emojionearea .emojionearea-editor:empty:before {
    content: attr(placeholder);
    display: block;
    color: #BBBBBB;
  }
  
  .emojionearea .emojionearea-editor:focus {
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .emojionearea .emojionearea-editor [class*=emojione-], .emojionearea .emojionearea-editor .emojioneemoji {
    font-size: inherit;
    height: 2ex;
    width: 2.1ex;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -.2ex .15em .2ex;
    line-height: normal;
    vertical-align: middle;
    max-width: 100%;
    top: 0;
  }
  
  .emojionearea.emojionearea-inline {
    height: 34px;
  }
  
  .emojionearea.emojionearea-inline > .emojionearea-editor {
    height: 32px;
    min-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 12px;
    right: 24px;
    padding: 6px 0;
  }
  
  .emojionearea.emojionearea-inline > .emojionearea-button {
    top: 4px;
  }
  
  .emojionearea .emojionearea-button {
    z-index: 5;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 24px;
    height: 24px;
    opacity: 0.6;
    cursor: pointer;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
  }
  
  .emojionearea .emojionearea-button:hover {
    opacity: 1;
  }
  
  .emojionearea .emojionearea-button > div {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
  
  .emojionearea .emojionearea-button > div.emojionearea-button-open {
    background-position: 0 -24px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  
  .emojionearea .emojionearea-button > div.emojionearea-button-close {
    background-position: 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  
  .emojionearea .emojionearea-button.active > div.emojionearea-button-open {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  
  .emojionearea .emojionearea-button.active > div.emojionearea-button-close {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  
  .emojionearea .emojionearea-picker {
    background: #FFFFFF;
    position: absolute;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.32);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.32);
    border-radius: 5px;
    height: 276px;
    width: 316px;
    top: -15px;
    right: -15px;
    z-index: 90;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
  }
  
  .emojionearea .emojionearea-picker.hidden {
    display: none;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-wrapper {
    position: relative;
    height: 276px;
    width: 316px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 91;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-filters {
    width: 100%;
    position: absolute;
    z-index: 95;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-filters {
    background: #F5F7F9;
    padding: 0 0 0 7px;
    height: 40px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter {
    display: block;
    float: left;
    height: 40px;
    width: 32px;
    -webkit-filter: inherit;
            filter: inherit;
    padding: 7px 1px 0;
    cursor: pointer;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
  
  .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active {
    background: #fff;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active, .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  
  .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter > i {
    width: 24px;
    height: 24px;
    top: 0;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter > img {
    width: 24px;
    height: 24px;
    margin: 0 3px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-search-panel {
    height: 30px;
    position: absolute;
    z-index: 95;
    top: 40px;
    left: 0;
    right: 0;
    padding: 5px 0 5px 8px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-search-panel .emojionearea-tones {
    float: right;
    margin-right: 10px;
    margin-top: -1px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-tones-panel .emojionearea-tones {
    position: absolute;
    top: 4px;
    left: 171px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-search {
    float: left;
    padding: 0;
    height: 20px;
    width: 160px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-search > input {
    outline: none;
    width: 160px;
    min-width: 160px;
    height: 20px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-tones {
    padding: 0;
    width: 120px;
    height: 20px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone {
    display: inline-block;
    padding: 0;
    border: 0;
    vertical-align: middle;
    outline: none;
    background: transparent;
    cursor: pointer;
    position: relative;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-0, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-0:after {
    background-color: #ffcf3e;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-1, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-1:after {
    background-color: #fae3c5;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-2, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-2:after {
    background-color: #e2cfa5;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-3, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-3:after {
    background-color: #daa478;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-4, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-4:after {
    background-color: #a78058;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-5, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-5:after {
    background-color: #5e4d43;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone {
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: transparent;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone:after {
    content: "";
    position: absolute;
    display: block;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone.active:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone.active:after {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone {
    width: 16px;
    height: 16px;
    margin: 0px 2px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone.active:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone.active:after {
    content: "";
    position: absolute;
    display: block;
    background-color: transparent;
    border: 2px solid #fff;
    width: 8px;
    height: 8px;
    top: 2px;
    left: 2px;
    -webkit-box-sizing: initial;
            box-sizing: initial;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone:after {
    border-radius: 100%;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone:after {
    border-radius: 1px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-scroll-area {
    height: 236px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-search-panel + .emojionearea-scroll-area {
    height: 206px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-scroll-area {
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    position: absolute;
    padding: 0 0 5px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-emojis-list {
    z-index: 1;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title {
    display: block;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #b2b2b2;
    background: #FFFFFF;
    line-height: 20px;
    margin: 0;
    padding: 7px 0 5px 6px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title:after, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title:before {
    content: " ";
    display: block;
    clear: both;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block {
    padding: 0 0 0 7px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block > .emojionearea-category {
    padding: 0 !important;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block > .emojionearea-category:after, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block > .emojionearea-category:before {
    content: " ";
    display: block;
    clear: both;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block:after, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block:before {
    content: " ";
    display: block;
    clear: both;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-scroll-area [class*=emojione-] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    width: 24px;
    height: 24px;
    top: 0;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 24px;
    height: 24px;
    float: left;
    display: block;
    margin: 1px;
    padding: 3px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn:hover {
    border-radius: 4px;
    background-color: #e4e4e4;
    cursor: pointer;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn i, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn img {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
  }
  
  .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn img.lazy-emoji {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  
  .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters {
    top: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-top .emojionearea-scroll-area {
    bottom: 0;
  }
  
  .emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-bottom .emojionearea-scroll-area {
    top: 40px;
  }
  
  .emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-bottom .emojionearea-search-panel {
    top: initial;
    bottom: 0;
  }
  
  .emojionearea .emojionearea-picker.emojionearea-filters-position-bottom .emojionearea-filters {
    bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  
  .emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-bottom .emojionearea-scroll-area {
    top: 0;
  }
  
  .emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-bottom .emojionearea-search-panel {
    top: initial;
    bottom: 40px;
  }
  
  .emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-top .emojionearea-scroll-area {
    top: initial;
    bottom: 40px;
  }
  
  .emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-top .emojionearea-search-panel {
    top: 0;
  }
  
  .emojionearea .emojionearea-picker.emojionearea-picker-position-top {
    margin-top: -286px;
    right: -14px;
  }
  
  .emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
    width: 19px;
    height: 10px;
    background-position: -2px -49px;
    bottom: -10px;
    right: 20px;
  }
  
  .emojionearea .emojionearea-picker.emojionearea-picker-position-top.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
    background-position: -2px -80px;
  }
  
  .emojionearea .emojionearea-picker.emojionearea-picker-position-left, .emojionearea .emojionearea-picker.emojionearea-picker-position-right {
    margin-right: -326px;
    top: -8px;
  }
  
  .emojionearea .emojionearea-picker.emojionearea-picker-position-left .emojionearea-wrapper:after, .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper:after {
    width: 10px;
    height: 19px;
    background-position: 0px -60px;
    top: 13px;
    left: -10px;
  }
  
  .emojionearea .emojionearea-picker.emojionearea-picker-position-left.emojionearea-filters-position-bottom .emojionearea-wrapper:after, .emojionearea .emojionearea-picker.emojionearea-picker-position-right.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
    background-position: right -60px;
  }
  
  .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
    margin-top: 10px;
    right: -14px;
    top: 47px;
  }
  
  .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after {
    width: 19px;
    height: 10px;
    background-position: -2px -100px;
    top: -10px;
    right: 20px;
  }
  
  .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
    background-position: -2px -90px;
  }
  
  .emojionearea .emojionearea-button.active + .emojionearea-picker {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  
  .emojionearea .emojionearea-button.active + .emojionearea-picker-position-top {
    margin-top: -269px;
  }
  
  .emojionearea .emojionearea-button.active + .emojionearea-picker-position-left,
  .emojionearea .emojionearea-button.active + .emojionearea-picker-position-right {
    margin-right: -309px;
  }
  
  .emojionearea .emojionearea-button.active + .emojionearea-picker-position-bottom {
    margin-top: -7px;
  }
  
  .emojionearea.emojionearea-standalone {
    display: inline-block;
    width: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .emojionearea.emojionearea-standalone .emojionearea-editor {
    min-height: 33px;
    position: relative;
    padding: 6px 42px 6px 6px;
  }
  
  .emojionearea.emojionearea-standalone .emojionearea-editor::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 50%;
    bottom: 4px;
    border-left: 1px solid #e6e6e6;
  }
  
  .emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder {
    background-repeat: no-repeat;
    background-position: 20px 4px;
  }
  
  .emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder .emojioneemoji {
    opacity: 0.4;
  }
  
  .emojionearea.emojionearea-standalone .emojionearea-button {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
  }
  
  .emojionearea.emojionearea-standalone .emojionearea-button > div {
    right: 6px;
    top: 5px;
  }
  
  .emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, .emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
    right: 23px;
  }
  
  .emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-left .emojionearea-wrapper:after, .emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper:after {
    top: 15px;
  }
  
  .emojionearea .emojionearea-button > div, .emojionearea .emojionearea-picker .emojionearea-wrapper:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAABuCAYAAADMB4ipAAAHfElEQVRo3u1XS1NT2Rb+9uOcQF4YlAJzLymFUHaLrdxKULvEUNpdTnRqD532f+AHMLMc94gqR1Zbt8rBnUh3YXipPGKwRDoWgXvrYiFUlEdIkPPYZ/dAkwox5yQCVt/bzRrBPnt9e+211/etFeDQDu3ArL+/X37OeqmRWoH7+vpItfWawStF1tfXR+zW9xW5ne0p8loOcAKuCdwpRft60C8a+X5zTvebCqcAvmidf1GGHtqhHdpf1qqKzsrKipyensbi4iKWl5cBAMFgEG1tbYhGo2hpadlbmxseHpaDg4MAgI6ODng8HgBAPp/H/Pw8AODatWvo7e2tvUHrui7v3r2L+fl5XL58GVeuXIHH49m1N5/Py0ePHmF0dBQdHR24desWVFXdtYdXAn/48CHm5+dx8+ZNRKPRigEUDpuenpb3799H4YaOnWh5eVmOj48jFoshGo0STdPkwMCAXF5elqV7BgYGpKZpMhqNklgshrGxMbx580Y6gicSCTDGEIvFAADpdBqpVArJZLK4J5lMIpVKIZ1OAwBisRgYY0gkEs6Rp1IphMNh+Hw+AgCGYQAANE0r7in8Xfjm8/lIOBzGq1evnMHX19fR1NRU/D8UCoFzjnA4XFwLh8PgnCMUChXXmpqakM1mUfVBS62xsZHk83lZWi1nz579ZA0AhBDO4A0NDchkMsWSJIRAURRiVy26rktVVUkmk0EgEHAGP3XqFKamppDP56Vpmrhz5w5u374t/X4/OP+w3TRNZLNZ6LoO0zSRz+dlf38/Ll686Jzz8+fPQwiBeDwOt9tNrl+/jkwmU6yaQpVkMhncuHEDbrebxONxCCEQiUScIw8Gg+TBgwdyZGQEyWRSdnV1kVQqJYeGhrC6ugrGGEKhEHp7e3Hy5EmSTCblvXv30NPTg2AwSA6M/vF4HCMjI7b0/yzh8vv9AIBsNrt34aokuQsLC7skt729varkHtqftUFf++FHsrq0QN3eBvp68Tfvf9Mv12oFCYU7G//e9nVuO7dpNbe2W4M//yQr0p8yRvyBo1Zr++lwLcCt7afD/sBRizJGavrB1dDYYh47Htrq+Kb7jBNwxzfdZ44dD201NLaYVUkU7ozQpuAJBkARwnRZpunN5zaa5hJjiXLH05GeiMd7JEM5zzHGNQBGZvk/Iv0yYVWMvK0zKk1Dl6ahW5RQobjqdjy+wEZn9PKF0n2d0csXPL7AhuKq26GECtPQLdPQZVtn1LlB69p7yRVVSEiDEGJwRd12e4+8PR3piRQidnuPvOWKuk0IMSSkwRVV6Np7WVVbSqvGsgSnlKkAFNPQXdrOtuKqcxtcUTUAhmUJnVJmlleJo3CVHmAaOlPUOmYJkxFKibQsSRkXhr4juKIKO2BHVSwcoLrqCVdUYho6K3YYRRWmoUtdey/tgKtK7rUffiQAsLq08MnbNLe2WwBgB/zHzueFyD8nwlIfbvdx8eU0WV1aKD1cVAMs9+F2j9gUPEEKemEJIe3AnXy4XfkBoNKSZHNthWfX31EA69VKttyHVyIOY1wRwmS6tqNsrr31vXo5k/bUu4gT2cp9lhbm0rzCJpeUUrE0vS63+c7/6uXMbDUWl/ssLczNFrVFddUT09AZpUy1LKvO0DVfPrfR9HxqfNbuEe185l9MFX3o6tIC5YpKFLWOfdQQ93Zu49j0+FDCDtjOp1yaOQCYhs4Y40wI05XfWj8yPT40Ua2ey33mEmMTtp2IUEq0nW3FKeJPGPjRp1Iz2QUuLUu66txG9NLVSK3gBZ+C1lcE54oqKOOCK6rm8QU2unu+u1ANuNynvFsBAG1ubbdMQ5eGviMAFDuP0w3sfMpvQEtb24fOQncU1bXl8R7JnOu+ZNv97XxKJwY6+PNPsrm13drObVqUMlMIU5OWpVHOc96Go5lTnV2fzC/VfAozD7HTCa6olBBa1Imlhbmq2lLuQ5xaW6nCPfnln0Yt7bDUhzhps8cfKH5//uTXmvS81OeLdqI/ZoROzSZrHqG/OvOPzxuhK5VgJTvV2bW3EdqJRABwrvvS/kfoSkoZvXT1YEbociHr7vnuYEfogpBFL109HKH/h0fomnXg3Lff79r7/MmvVbWG7gX4QObzc99+Tz7mHKah05KcW6ahQ9feS6cbMCdgt7eBWJagjCuUAC5tZzuouuo0Spm0hElc9R4cbf4bVl8v1p6WUmCuqEwIs34ruxaeeTy4uJVd67As08UVlVmWoG5vA7FLG3WMmHEupVTyW+vh2cn4DADMTsaTuc21LiGEhzHOnQ6gNtMrJSBMCKHkNt999WLi0S7hejEZH81n174WpukiIMw0dKq66p3Bw50RwhUVXFGJKUy28Xal48VkfKrSlWenhsc23q2cEB9SR7iiItwZIbbgHn8AlDFCCMW7laXjqZnHjkNpaubJzNuVpWZCKChjxOMPVH/QlaW0f/G3ZLqWWl6ce/bvlddp7yFD/w8Z+njoX1+GoZMjgzMAMDkyeLAMnRh+uKveJ0YGD4ahEyODFRk6OfrL/hj67GnckaHPng7vjaGzyYmaGDr77KktQ38H8tqx8Wja+WIAAAAASUVORK5CYII=") !important;
  }
  
  .emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUAAAC/v79T5hyIAAAAAXRSTlMAQObYZgAAABNJREFUCNdjYGNgQEb/P4AQqiAASiUEG6Vit44AAAAASUVORK5CYII=") !important;
  }
  .nav-wizard > li {
    float: left;
  }
  
  .nav-wizard > li > a {
    position: relative;
    background-color: #eeeeee;
  }
  
  .nav-wizard > li > a .badge {
    margin-left: 3px;
    color: #eeeeee;
    background-color: #428bca;
  }
  
  .nav-wizard > li:not(:first-child) > a {
    padding-left: 34px;
  }
  
  .nav-wizard > li:not(:first-child) > a:before {
    width: 0px;
    height: 0px;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #ffffff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
  }
  
  .nav-wizard > li:not(:last-child) > a {
    margin-right: 6px;
  }
  
  .nav-wizard > li:not(:last-child) > a:after {
    width: 0px;
    height: 0px;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #eeeeee;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
  }
  
  .nav-wizard > li:first-child > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  .nav-wizard > li:last-child > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  
  .nav-wizard > li.done:hover > a,
  .nav-wizard > li:hover > a {
    background-color: #d5d5d5;
  }
  
  .nav-wizard > li.done:hover > a:before,
  .nav-wizard > li:hover > a:before {
    border-right-color: #d5d5d5;
  }
  
  .nav-wizard > li.done:hover > a:after,
  .nav-wizard > li:hover > a:after {
    border-left-color: #d5d5d5;
  }
  
  .nav-wizard > li.done > a {
    background-color: #e2e2e2;
  }
  
  .nav-wizard > li.done > a:before {
    border-right-color: #e2e2e2;
  }
  
  .nav-wizard > li.done > a:after {
    border-left-color: #e2e2e2;
  }
  
  .nav-wizard > li.active > a,
  .nav-wizard > li.active > a:hover,
  .nav-wizard > li.active > a:focus {
    color: #ffffff;
    background-color: #428bca;
  }
  
  .nav-wizard > li.active > a:after {
    border-left-color: #428bca;
  }
  
  .nav-wizard > li.active > a .badge {
    color: #428bca;
    background-color: #ffffff;
  }
  
  .nav-wizard > li.disabled > a {
    color: #777777;
  }
  
  .nav-wizard > li.disabled > a:hover,
  .nav-wizard > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: #eeeeee;
    cursor: default;
  }
  
  .nav-wizard > li.disabled > a:before {
    border-right-color: #eeeeee;
  }
  
  .nav-wizard > li.disabled > a:after {
    border-left-color: #eeeeee;
  }
  
  .nav-wizard.nav-justified > li {
    float: none;
  }
  
  .nav-wizard.nav-justified > li > a {
    padding: 10px 15px;
  }
  
  @media (max-width: 768px) {
    .nav-wizard.nav-justified > li > a {
      border-radius: 4px;
      margin-right: 0;
    }
    .nav-wizard.nav-justified > li > a:before,
    .nav-wizard.nav-justified > li > a:after {
      border: none !important;
    }
  }
  
  .wizard-pane {
    display: none;
  }
  
  .wizard-pane.active {
    display: block;
  }
  
  /*-----------------------------------------------------------------------------------
      helpers.scss
  -----------------------------------------------------------------------------------*/
  .uppercase {
    text-transform: uppercase !important;
  }
  
  .lowercase {
    text-transform: lowercase !important;
  }
  
  .capitalize {
    text-transform: capitalize !important;
  }
  
  .nott {
    text-transform: none !important;
  }
  
  .tright {
    text-align: right !important;
  }
  
  .tleft {
    text-align: left !important;
  }
  
  .fright {
    float: right !important;
  }
  
  .fleft {
    float: left !important;
  }
  
  .fnone {
    float: none !important;
  }
  
  .clearfix {
    display: block;
    clear: both !important;
  }
  
  .ohidden {
    position: relative;
    overflow: hidden !important;
  }
  
  .yhidden {
    position: relative;
    overflow-y: auto !important;
  }
  
  .line,
  .double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #EEE;
  }
  
  .line.line-sm,
  .double-line.line-sm {
    margin: 30px 0;
  }
  
  .nl2br {
    white-space: pre-line;
  }
  
  .no-height {
    height: auto !important;
  }
  
  span.middot {
    display: inline-block;
    margin: 0 5px;
  }
  
  li.no-style {
    list-style: none;
  }
  
  .double-line {
    border-top: 3px double #E5E5E5;
  }
  
  .emptydiv {
    display: block !important;
    position: relative !important;
  }
  
  .nocursor {
    cursor: default;
  }
  
  .allmargin {
    margin: 50px !important;
  }
  
  .leftmargin {
    margin-left: 50px !important;
  }
  
  .rightmargin {
    margin-right: 50px !important;
  }
  
  .topmargin {
    margin-top: 50px !important;
  }
  
  .bottommargin {
    margin-bottom: 50px !important;
  }
  
  .clear-bottommargin {
    margin-bottom: -50px !important;
  }
  
  .allmargin-sm {
    margin: 30px !important;
  }
  
  .leftmargin-sm {
    margin-left: 30px !important;
  }
  
  .rightmargin-sm {
    margin-right: 30px !important;
  }
  
  .topmargin-sm {
    margin-top: 30px !important;
  }
  
  .bottommargin-sm {
    margin-bottom: 30px !important;
  }
  
  .allmargin-xsm {
    margin: 20px !important;
  }
  
  .leftmargin-xsm {
    margin-left: 20px !important;
  }
  
  .leftmargin-xxsm {
    margin-left: 10px !important;
  }
  
  .rightmargin-xsm {
    margin-right: 20px !important;
  }
  
  .rightmargin-xxsm {
    margin-right: 10px !important;
  }
  
  .rightmargin-xxxsm {
    margin-right: 5px !important;
  }
  
  .topmargin-xsm {
    margin-top: 20px !important;
  }
  
  .bottommargin-xsm {
    margin-bottom: 20px !important;
  }
  
  .bottommargin-xxsm {
    margin-bottom: 10px !important;
  }
  
  .topmargin-xxsm {
    margin-top: 10px !important;
  }
  
  .clear-bottommargin-sm {
    margin-bottom: -30px !important;
  }
  
  .allmargin-lg {
    margin: 80px !important;
  }
  
  .leftmargin-lg {
    margin-left: 80px !important;
  }
  
  .rightmargin-lg {
    margin-right: 80px !important;
  }
  
  .topmargin-lg {
    margin-top: 80px !important;
  }
  
  .bottommargin-lg {
    margin-bottom: 80px !important;
  }
  
  .clear-bottommargin-lg {
    margin-bottom: -80px !important;
  }
  
  .allmargin-xlg {
    margin: 100px !important;
  }
  
  .leftmargin-xlg {
    margin-left: 100px !important;
  }
  
  .rightmargin-xlg {
    margin-right: 100px !important;
  }
  
  .topmargin-xlg {
    margin-top: 100px !important;
  }
  
  .bottommargin-xlg {
    margin-bottom: 100px !important;
  }
  
  .clear-bottommargin-xlg {
    margin-bottom: -100px !important;
  }
  
  .nomargin {
    margin: 0 !important;
  }
  
  .noleftmargin {
    margin-left: 0 !important;
  }
  
  .norightmargin {
    margin-right: 0 !important;
  }
  
  .notopmargin {
    margin-top: 0 !important;
  }
  
  .nobottommargin {
    margin-bottom: 0 !important;
  }
  
  .header-stick {
    margin-top: -50px !important;
  }
  
  .content-wrap .header-stick {
    margin-top: -80px !important;
  }
  
  .footer-stick {
    margin-bottom: -50px !important;
  }
  
  .content-wrap .footer-stick {
    margin-bottom: -80px !important;
  }
  
  .noborder {
    border: none !important;
  }
  
  .noleftborder {
    border-left: none !important;
  }
  
  .norightborder {
    border-right: none !important;
  }
  
  .notopborder {
    border-top: none !important;
  }
  
  .nobottomborder {
    border-bottom: none !important;
  }
  
  .noradius {
    border-radius: 0;
  }
  
  .toppadding {
    padding-top: 50px !important;
  }
  
  .toppadding-sm {
    padding-top: 30px !important;
  }
  
  .toppadding-xsm {
    padding-top: 20px !important;
  }
  
  .toppadding-xxsm {
    padding-top: 10px !important;
  }
  
  .toppadding-lg {
    padding-top: 80px !important;
  }
  
  .toppadding-xlg {
    padding-top: 100px !important;
  }
  
  .bottompadding {
    padding-bottom: 50px !important;
  }
  
  .bottompadding-sm {
    padding-bottom: 30px !important;
  }
  
  .bottompadding-xsm {
    padding-bottom: 20px !important;
  }
  
  .bottompadding-xxsm {
    padding-bottom: 10px !important;
  }
  
  .bottompadding-lg {
    padding-bottom: 80px !important;
  }
  
  .bottompadding-xlg {
    padding-bottom: 100px !important;
  }
  
  .leftpadding {
    padding-left: 50px !important;
  }
  
  .leftpadding-sm {
    padding-left: 30px !important;
  }
  
  .leftpadding-xsm {
    padding-left: 20px !important;
  }
  
  .leftpadding-xxsm {
    padding-left: 10px !important;
  }
  
  .leftpadding-lg {
    padding-left: 80px !important;
  }
  
  .leftpadding-xlg {
    padding-left: 100px !important;
  }
  
  .rightpadding {
    padding-right: 50px !important;
  }
  
  .rightpadding-sm {
    padding-right: 30px !important;
  }
  
  .rightpadding-xsm {
    padding-right: 20px !important;
  }
  
  .rightpadding-xxsm {
    padding-right: 10px !important;
  }
  
  .rightpadding-lg {
    padding-right: 80px !important;
  }
  
  .rightpadding-xlg {
    padding-right: 100px !important;
  }
  
  .col-padding {
    padding: 60px;
  }
  
  .nopadding {
    padding: 0 !important;
  }
  
  .noleftpadding {
    padding-left: 0 !important;
  }
  
  .norightpadding {
    padding-right: 0 !important;
  }
  
  .notoppadding {
    padding-top: 0 !important;
  }
  
  .nobottompadding {
    padding-bottom: 0 !important;
  }
  
  .noabsolute {
    position: relative !important;
  }
  
  .noshadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  
  .hidden {
    display: none !important;
  }
  
  .nothidden {
    display: block !important;
  }
  
  .inline-block {
    float: none !important;
    display: inline-block !important;
  }
  
  .center {
    text-align: center !important;
  }
  
  .divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  .no-items {
    color: #999;
    font-size: 13px;
    font-style: italic;
  }
  
  .bgcolor, .bgcolor #header-wrap {
    background-color: #c52925 !important;
  }
  
  .color {
    color: #c52925 !important;
  }
  
  .border-color {
    border-color: #c52925 !important;
  }
  
  .nobg {
    background: none !important;
  }
  
  .nobgcolor {
    background-color: transparent !important;
  }
  
  .t300 {
    font-weight: 300 !important;
  }
  
  .t400 {
    font-weight: 400 !important;
  }
  
  .t500 {
    font-weight: 500 !important;
  }
  
  .t600 {
    font-weight: 600 !important;
  }
  
  .t700 {
    font-weight: 700 !important;
  }
  
  .ls0 {
    letter-spacing: 0px !important;
  }
  
  .ls1 {
    letter-spacing: 1px !important;
  }
  
  .ls2 {
    letter-spacing: 2px !important;
  }
  
  .ls3 {
    letter-spacing: 3px !important;
  }
  
  .ls4 {
    letter-spacing: 4px !important;
  }
  
  .ls5 {
    letter-spacing: 5px !important;
  }
  
  .noheight {
    height: 0 !important;
  }
  
  .nolineheight {
    line-height: 0 !important;
  }
  
  .box.box-success {
    border-top-color: #3d9970 !important;
  }
  
  .bg-green {
    background-color: #3d9970 !important;
  }
  
  .bg-red {
    background-color: #dd4b39 !important;
  }
  
  .bg-yellow {
    background-color: #f39c12 !important;
  }
  
  .bg-blue {
    background-color: #3992c3 !important;
  }
  
  .btn-save, .btn-save:hover {
    background-color: #3992c3;
    border-color: transparent;
    color: #fff;
  }
  
  .btn-add, .btn-add:hover {
    background-color: #3d9970;
    border-color: transparent;
    color: #fff;
  }
  
  .btn-send, .btn-send:hover, .btn-apply, .btn-apply:hover {
    background-color: #f39c12;
    border-color: transparent;
    color: #fff;
  }
  
  .btn-view, .btn-view:hover {
    background-color: #c6d5dd;
    border-color: #8ea2ad;
    color: #333;
  }
  
  .btn-close, .btn-close:hover {
    background-color: #dd4b39;
    border-color: transparent;
    color: #fff;
  }
  
  .btn-save:hover, .btn-add:hover, .btn-send:hover, .btn-close:hover, .btn-view:hover, .btn-apply:hover {
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  }
  
  .btn-save:focus, .btn-add:focus, .btn-send:focus, .btn-close:focus, .btn-apply:focus {
    color: white;
  }
  
  .btn-view:focus {
    color: #444;
  }
  
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 0;
    outline-offset: 0;
  }
  
  .box-scollM {
    max-height: 350px;
    overflow: auto;
  }
  
  .panel-fullscreen {
    display: block;
    z-index: 1041;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
  }
  
  .panel-fullscreen .box-scollM, .panel-fullscreen .maxheight350 {
    max-height: calc( 100% - 95px);
    overflow: auto;
  }
  
  .modal-body {
    max-height: 80vh;
    overflow: auto;
  }
  
  .required-field-error {
    border: 1px solid #bf5329 !important;
  }
  
  .sidebar-form {
    float: left;
    width: 20%;
    margin: 5px 10px !important;
  }
  
  .add-action {
    margin-top: 8px;
    margin-right: 6px;
  }
  
  .widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc {
    margin-left: 0 !important;
  }
  
  .header-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    margin-right: 20px;
  }
  
  .fixedHeader {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .maxheight500 {
    max-height: 500px;
  }
  
  .maxheight350 {
    max-height: 350px;
  }
  
  .floatThead-table thead {
    background-color: #FFF;
  }
  
  .column, .column1, .column2, .column3, .column4 {
    padding: 15px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: 1px solid lightgrey;
    -moz-column-rule: 1px solid lightgrey;
    column-rule: 1px solid lightgrey;
    background: #e5e8ec;
  }
  
  .column1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  
  .column2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  
  .column4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  
  /*!
  * jquery.fixedHeaderTable. The jQuery fixedHeaderTable plugin
  *
  * Copyright (c) 2011 Mark Malek
  * http://fixedheadertable.com
  *
  * Licensed under MIT
  * http://www.opensource.org/licenses/mit-license.php
  *
  * http://docs.jquery.com/Plugins/Authoring
  * jQuery authoring guidelines
  *
  * Launch  : October 2009
  * Version : 1.3
  * Released: May 9th, 2011
  *
  *
  * all CSS sizing (width,height) is done in pixels (px)
  */
  /* @group Reset */
  .fht-table,
  .fht-table thead,
  .fht-table tfoot,
  .fht-table tbody,
  .fht-table tr,
  .fht-table th,
  .fht-table td {
    /* position */
    margin: 0;
    /* size */
    padding: 0;
    /* text */
    font-size: 100%;
    font: inherit;
    vertical-align: top;
  }
  
  .fht-table {
    /* appearance */
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  /* @end */
  /* @group Content */
  .fht-table-wrapper,
  .fht-table-wrapper .fht-thead,
  .fht-table-wrapper .fht-tfoot,
  .fht-table-wrapper .fht-fixed-column .fht-tbody,
  .fht-table-wrapper .fht-fixed-body .fht-tbody,
  .fht-table-wrapper .fht-tbody {
    /* appearance */
    overflow: hidden;
    /* position */
    position: relative;
  }
  
  .fht-table-wrapper .fht-fixed-body .fht-tbody,
  .fht-table-wrapper .fht-tbody {
    /* appearance */
    overflow: auto;
  }
  
  .fht-table-wrapper .fht-table .fht-cell {
    /* appearance */
    overflow: hidden;
    /* size */
    height: 1px;
  }
  
  .fht-table-wrapper .fht-fixed-column,
  .fht-table-wrapper .fht-fixed-body {
    /* position */
    top: 0;
    left: 0;
    position: absolute;
  }
  
  .fht-table-wrapper .fht-fixed-column {
    /* position */
    z-index: 1;
  }
  
  .noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                        supported by Chrome and Opera */
  }
  
  .pointerSort {
    cursor: pointer;
  }
  
  /* @end */
  .modal-backdrop {
    z-index: 1029 !important;
  }
  
  .full-width {
    width: 95%;
  }
  
  .level {
    border-bottom: 1px solid #d2d6de;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: calc(100% - 15px);
  }
  
  .not_bold {
    font-weight: normal !important;
  }
  
  .text-grey {
    color: #ccc;
  }
  
  label, .noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
  }
  
  .line30 {
    line-height: 30px;
  }
  
  .dark-tr {
    background-color: #103657;
    color: #FFF;
  }
  
  h1, h3.overview {
    border-bottom: 1px solid #d4dae2;
    padding-bottom: 5px;
  }
  
  .wrap-filter .form-group {
    margin-bottom: 0;
  }
  
  .ui-jqgrid {
    background: #fff;
  }
  
  .ui-jqgrid .ui-jqgrid-htable .ui-th-div {
    height: auto;
    margin-top: 0;
  }
  
  .ui-jqgrid .ui-jqgrid-htable .table > thead > tr > th {
    padding: 0 8px 8px 8px !important;
  }
  
  .ui-jqgrid .ui-jqgrid-htable .table > thead > tr > th .s-ico {
    float: right;
  }
  
  .ui-jqgrid-pager .ui-pg-table .ui-pg-button:hover, .ui-jqgrid-pager .ui-jqgrid-toppager .ui-pg-table .ui-pg-button:hover {
    background: transparent;
  }
  
  .deleteAction {
    margin-left: 10px;
  }
  
  .datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
  }
  
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
  }
  
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
  }
  
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
  }
  
  .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
  }
  
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
  }
  
  .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
  }
  
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
  }
  
  /* -------------------------------------------------
      Datepicker cells
     ------------------------------------------------- */
  .datepicker--cells {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .datepicker--cell {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 32px;
    z-index: 1;
  }
  
  .datepicker--cell.-focus- {
    background: #f0f0f0;
  }
  
  .datepicker--cell.-current- {
    color: #4EB5E6;
  }
  
  .datepicker--cell.-current-.-focus- {
    color: #4a4a4a;
  }
  
  .datepicker--cell.-current-.-in-range- {
    color: #4EB5E6;
  }
  
  .datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0;
  }
  
  .datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, 0.2);
  }
  
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae;
  }
  
  .datepicker--cell.-disabled-.-focus- {
    color: #aeaeae;
  }
  
  .datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1;
  }
  
  .datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae;
  }
  
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px;
  }
  
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0;
  }
  
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px;
  }
  
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef;
  }
  
  .datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef;
  }
  
  .datepicker--cell.-selected-.-focus- {
    background: #45bced;
  }
  
  .datepicker--cell:empty {
    cursor: default;
  }
  
  .datepicker--days-names {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px;
  }
  
  .datepicker--day-name {
    color: #FF9A19;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;
  }
  
  .datepicker--cell-day {
    width: 14.28571%;
  }
  
  .datepicker--cells-months {
    height: 170px;
  }
  
  .datepicker--cell-month {
    width: 33.33%;
    height: 25%;
  }
  
  .datepicker--years {
    height: 170px;
  }
  
  .datepicker--cells-years {
    height: 170px;
  }
  
  .datepicker--cell-year {
    width: 25%;
    height: 33.33%;
  }
  
  .datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
  }
  
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
  }
  
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
  }
  
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
  }
  
  .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
  }
  
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
  }
  
  .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
  }
  
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
  }
  
  /* -------------------------------------------------
      Datepicker
     ------------------------------------------------- */
  .datepickers-container {
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  @media print {
    .datepickers-container {
      display: none;
    }
  }
  
  .datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    z-index: 100;
  }
  
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  }
  
  .datepicker-inline .datepicker {
    border-color: #d7d7d7;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  
  .datepicker-inline .datepicker--pointer {
    display: none;
  }
  
  .datepicker--content {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 4px;
  }
  
  .-only-timepicker- .datepicker--content {
    display: none;
  }
  
  .datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1;
  }
  
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px;
  }
  
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px;
  }
  
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2);
  }
  
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px;
  }
  
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px;
  }
  
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2);
  }
  
  .datepicker--body {
    display: none;
  }
  
  .datepicker--body.active {
    display: block;
  }
  
  .datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
  }
  
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
  }
  
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
  }
  
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
  }
  
  .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
  }
  
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
  }
  
  .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
  }
  
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
  }
  
  /* -------------------------------------------------
      Navigation
     ------------------------------------------------- */
  .datepicker--nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px;
  }
  
  .-only-timepicker- .datepicker--nav {
    display: none;
  }
  
  .datepicker--nav-title,
  .datepicker--nav-action {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  
  .datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .datepicker--nav-action:hover {
    background: #f0f0f0;
  }
  
  .datepicker--nav-action.-disabled- {
    visibility: hidden;
  }
  
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px;
  }
  
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px;
  }
  
  .datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px;
  }
  
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px;
  }
  
  .datepicker--nav-title:hover {
    background: #f0f0f0;
  }
  
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none;
  }
  
  .datepicker--buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef;
  }
  
  .datepicker--button {
    color: #4EB5E6;
    cursor: pointer;
    border-radius: 4px;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    height: 32px;
  }
  
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0;
  }
  
  .datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
  }
  
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
  }
  
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
  }
  
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
  }
  
  .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
  }
  
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
  }
  
  .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
  }
  
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
  }
  
  /* -------------------------------------------------
      Timepicker
     ------------------------------------------------- */
  .datepicker--time {
    border-top: 1px solid #efefef;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 4px;
    position: relative;
  }
  
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -ms-flex: 0 1 138px;
    -webkit-box-flex: 0;
            flex: 0 1 138px;
    max-width: 138px;
  }
  
  .-only-timepicker- .datepicker--time {
    border-top: none;
  }
  
  .datepicker--time-sliders {
    -ms-flex: 0 1 153px;
    -webkit-box-flex: 0;
            flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px;
  }
  
  .datepicker--time-label {
    display: none;
    font-size: 12px;
  }
  
  .datepicker--time-current {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px;
  }
  
  .datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1;
  }
  
  .datepicker--time-current-hours,
  .datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1;
  }
  
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0;
  }
  
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1;
  }
  
  .datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px;
  }
  
  .datepicker--time-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    font-size: 11px;
    height: 17px;
    background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
  }
  
  .datepicker--time-row:first-child {
    margin-bottom: 4px;
  }
  
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
  }
  
  .datepicker--time-row input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
  }
  
  .datepicker--time-row input[type='range']::-ms-tooltip {
    display: none;
  }
  
  .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
    border-color: #b8b8b8;
  }
  
  .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
    border-color: #b8b8b8;
  }
  
  .datepicker--time-row input[type='range']:hover::-ms-thumb {
    border-color: #b8b8b8;
  }
  
  .datepicker--time-row input[type='range']:focus {
    outline: none;
  }
  
  .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
  }
  
  .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
  }
  
  .datepicker--time-row input[type='range']:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
  }
  
  .datepicker--time-row input[type='range']::-webkit-slider-thumb {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
  }
  
  .datepicker--time-row input[type='range']::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
  }
  
  .datepicker--time-row input[type='range']::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
  }
  
  .datepicker--time-row input[type='range']::-webkit-slider-thumb {
    margin-top: -6px;
  }
  
  .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
  }
  
  .datepicker--time-row input[type='range']::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
  }
  
  .datepicker--time-row input[type='range']::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
  }
  
  .datepicker--time-row input[type='range']::-ms-fill-lower {
    background: transparent;
  }
  
  .datepicker--time-row input[type='range']::-ms-fill-upper {
    background: transparent;
  }
  
  .datepicker--time-row span {
    padding: 0 12px;
  }
  
  .datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em;
  }
  
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute;
  }
  
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px);
  }
  
  .datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
  }
  
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
  }
  
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
  }
  
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
  }
  
  .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
  }
  
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
  }
  
  .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
  }
  
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
  }
  
  /**
   * FileUploader
   * Copyright (c) 2017 Innostudio.de
   * Website: http://innostudio.de/fileuploader/
   * Version: 1.0.0.5 (15-Jun-2017)
   * Requires: jQuery v1.7.1 or later
   * License: http://innostudio.de/fileuploader/documentation/#license
   */
  /* 
      Configuration
  */
  .fileuploader,
  .fileuploader *,
  .fileuploader :before,
  .fileuploader :after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  /* 
      Parent
  */
  .fileuploader {
    display: block;
    width: 100%;
    padding: 15px;
    margin: 15px 0;
    background: #f5f6fA;
    border-radius: 4px;
    line-height: normal;
    text-align: left;
    overflow: hidden;
  }
  
  /* 
      Input
  */
  .fileuploader-input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid transparent;
    cursor: pointer;
    overflow: hidden;
  }
  
  /* input caption */
  .fileuploader-input-caption {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 10px 15px;
    margin-right: 15px;
    background: #fff;
    border: 1px solid #dde4f6;
    border-radius: 4px;
    color: #94a2e8;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  
  /* input button */
  .fileuploader-input-button {
    display: inline-block;
    background: #687ddb;
    padding: 11px 20px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  
  .fileuploader-input-button:hover {
    background: #7b90ef;
  }
  
  .fileuploader-input-button:active {
    background: #687ddb;
    -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
  }
  
  /* input focused state */
  .fileuploader-focused .fileuploader-input-caption {
    border-color: #b8c2ef;
  }
  
  .fileuploader-focused .fileuploader-input-button {
    background: #7b90ef;
    border-color: #7b90ef;
  }
  
  /* input disabled state */
  .fileuploader-disabled .fileuploader-input {
    opacity: 0.7;
    cursor: default;
    pointer-events: none !important;
  }
  
  /* input dragging state */
  .fileuploader-theme-default .fileuploader-dragging {
    background: #fff;
    border: 1px dashed #dde4f6;
  }
  
  .fileuploader-theme-default .fileuploader-dragging .fileuploader-input-caption {
    border-color: transparent;
  }
  
  .fileuploader-theme-default .fileuploader-dragging .fileuploader-input-button {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  
  /* input uploading state */
  .fileuploader.fileuploader-is-uploading .fileuploader-input-caption:after {
    width: 14px;
    height: 14px;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    opacity: 0.8;
  }
  
  /* global loader */
  .fileuploader.fileuploader-is-uploading .fileuploader-input-caption:after,
  .fileuploader-item .fileuploader-item-image.fileuploader-loading:after,
  .fileuploader-item.upload-pending .fileuploader-action-remove:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-top: 3px solid #dde4f6;
    border-right: 3px solid #dde4f6;
    border-bottom: 3px solid #dde4f6;
    border-left: 3px solid #979fb8;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: fileuploaderSpin 1s infinite linear;
    animation: fileuploaderSpin 1s infinite linear;
  }
  
  /*
      Thumbnails
      default theme
  */
  /* list */
  .fileuploader-items-list {
    display: block;
    margin: 0 -15px;
    padding: 0;
    list-style: none;
  }
  
  /* item */
  .fileuploader-item {
    position: relative;
    margin: 0;
    padding: 20px 15px;
    border-bottom: 1px solid #e8e8e8;
    -webkit-animation: fileuploaderSlideIn 0.4s ease;
    animation: fileuploaderSlideIn 0.4s ease;
  }
  
  .fileuploader-item:last-child {
    border-bottom: 0;
    margin-bottom: -15px;
  }
  
  /* item uploading state */
  .fileuploader-item.upload-failed {
    background: rgba(219, 104, 104, 0.08);
  }
  
  .fileuploader-item.upload-pending .fileuploader-action-remove:after {
    width: 26px;
    height: 26px;
    right: -5px;
    top: 50%;
    margin-top: -13px;
    opacity: 0.2;
  }
  
  /* item columns */
  .fileuploader-item .columns {
    position: relative;
    z-index: 2;
  }
  
  /* item column-thumbnail */
  .fileuploader-item .column-thumbnail {
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    left: 0;
    top: 0;
  }
  
  .fileuploader-item .column-thumbnail .fileuploader-item-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .fileuploader-item .fileuploader-item-image img,
  .fileuploader-item .fileuploader-item-image canvas {
    border-radius: 4px;
    -webkit-animation: fileuploaderFadeIn .2s ease;
    animation: fileuploaderFadeIn .2s ease;
  }
  
  /* thumbnail loading state */
  .fileuploader-item .column-thumbnail .fileuploader-item-image.fileuploader-loading:after {
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    opacity: 0.12;
  }
  
  /* item icon */
  .fileuploader-item .fileuploader-item-icon {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 11px;
    background: #ddd;
    border-radius: 4px;
    -webkit-animation: fileuploaderFadeIn .2s ease;
    animation: fileuploaderFadeIn .2s ease;
  }
  
  .fileuploader-item .fileuploader-item-icon.is-bright-color {
    color: #888;
  }
  
  .fileuploader-item .fileuploader-item-icon i {
    display: block;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: bold;
  }
  
  /* item icon like file */
  /*
  .fileuploader-item .fileuploader-item-icon {
      width: 30px;
      margin: 0 auto;
      border-radius: 3px;
  }
  .fileuploader-item .fileuploader-item-icon i {
      padding-top: 3px;
  }
  .fileuploader-item .fileuploader-item-icon:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-bottom-left-radius: 2px;
      border-width: 4px;
      border-style: solid;
      border-color: #f5f6fa #f5f6fa rgba(255, 255, 255, .35) rgba(255, 255, 255, .35);
  }
  .fileuploader-item .fileuploader-item-icon {
      -webkit-animation: fileuploaderFadeIn 0.4s ease;
      animation: fileuploaderFadeIn 0.4s ease;
  }
  */
  /* item column-title */
  .fileuploader-item .column-title {
    display: block;
    padding-left: 51px;
    padding-right: 81px;
    color: #74809D;
  }
  
  .fileuploader-item a {
    color: #74809D;
    text-decoration: none;
  }
  
  .fileuploader-item .column-title div {
    width: 100%;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .fileuploader-item .column-title span {
    font-size: 12px;
    color: #979fb8;
  }
  
  /* item actions */
  .fileuploader-item .column-actions {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
  }
  
  .fileuploader-action {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: top;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  
  .fileuploader-item .column-actions .fileuploader-action + .fileuploader-action {
    margin-left: 10px;
  }
  
  .fileuploader-item .column-actions .fileuploader-action-success {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .fileuploader-item .column-actions .fileuploader-action-success:hover,
  .fileuploader-item .column-actions .fileuploader-action-success:active {
    opacity: 0;
  }
  
  /* icon.remove */
  .fileuploader-action-remove {
    background: #fae1e1;
    border: 1px solid #ffcfcf;
  }
  
  .fileuploader-action-remove:hover {
    background: #ffefef;
  }
  
  .fileuploader-action-remove:active {
    background: #ffcfcf;
  }
  
  .fileuploader-action-remove i:before,
  .fileuploader-action-remove i:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    height: 8px;
    width: 2px;
    background-color: #f59595;
  }
  
  .fileuploader-action-remove i:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .fileuploader-action-remove i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  /* icon-start */
  .fileuploader-action-start {
    background: #687ddb;
    border-radius: 50%;
  }
  
  .fileuploader-action-start i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2px;
    margin-top: -5px;
    border-radius: 2px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
  }
  
  .fileuploader-action-start:hover {
    background: #7b90ef;
  }
  
  .fileuploader-action-start:active {
    background: #687ddb;
    -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
  }
  
  /* icon.success */
  .fileuploader-action-success {
    background: #687ddb;
    border: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .fileuploader-action-success i:before,
  .fileuploader-action-success i:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  
  .fileuploader-action-success i:before {
    width: 4px;
    height: 2px;
    left: 6px;
    top: 11px;
    background: #fff;
  }
  
  .fileuploader-action-success i:after {
    top: 4px;
    left: 9px;
    width: 2px;
    height: 9px;
    background: #fff;
  }
  
  /* icon-download */
  .fileuploader-action-download {
    background: #687ddb;
    border-radius: 50%;
  }
  
  .fileuploader-action-download i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -4px;
    width: 2px;
    height: 5px;
    border-radius: 0;
    background: #fff;
  }
  
  .fileuploader-action-download i:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -4px;
    left: -3px;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #fff;
    border-radius: 2px;
  }
  
  .fileuploader-action-download:hover {
    background: #7b90ef;
  }
  
  .fileuploader-action-download:active {
    background: #687ddb;
    -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
  }
  
  /* icon-retry */
  .fileuploader-action-retry {
    background: #687ddb;
    border-radius: 50%;
  }
  
  .fileuploader-action-retry i:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  
  .fileuploader-action-retry i:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 3px;
    left: 3px;
    top: 9px;
    background: #687ddb;
  }
  
  .fileuploader-action-retry:hover,
  .fileuploader-action-retry:hover i:after {
    background: #7b90ef;
  }
  
  .fileuploader-action-retry:active,
  .fileuploader-action-retry:active i:after {
    background: #687ddb;
    -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
  }
  
  /* item progress bar */
  .fileuploader-item .fileuploader-progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .fileuploader-item .fileuploader-progressbar .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 4px;
    background: #687ddb;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  
  .fileuploader-item .progress-bar2 .fileuploader-progressbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .fileuploader-item .progress-bar2 .fileuploader-progressbar .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 0;
    background: rgba(104, 125, 219, 0.08);
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  
  .fileuploader-item .progress-bar2 span {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    right: 15px;
    color: rgba(151, 159, 184, 0.16);
    font-size: 48px;
  }
  
  /* clipboard paste loading */
  .fileuploader-input-caption .fileuploader-pending-loader {
    margin-right: 5px;
  }
  
  .fileuploader-pending-loader {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    vertical-align: middle;
  }
  
  .fileuploader-pending-loader:after,
  .fileuploader-pending-loader .left-half {
    background: #fff;
  }
  
  .fileuploader-pending-loader .right-half,
  .fileuploader-pending-loader .spinner {
    background: #94a2e8;
  }
  
  .fileuploader-pending-loader:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    z-index: 4;
  }
  
  .fileuploader-pending-loader .left-half,
  .fileuploader-pending-loader .right-half,
  .fileuploader-pending-loader .spinner {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
  }
  
  .fileuploader-pending-loader .left-half {
    left: 0;
    opacity: 1;
    border-radius: 100% 0 0 100%/ 50% 0 0 50%;
    -webkit-animation: fileuploaderOpacity 3s steps(1, end) infinite;
    animation: fileuploaderOpacity 3s steps(1, end) infinite;
    z-index: 3;
  }
  
  .fileuploader-pending-loader .right-half {
    right: 0;
    opacity: 0;
    border-radius: 0 100% 100% 0/ 0 50% 50% 0;
    -webkit-animation: fileuploaderOpacity 3s steps(1, end) reverse infinite;
    animation: fileuploaderOpacity 3s steps(1, end) reverse infinite;
    z-index: 1;
  }
  
  .fileuploader-pending-loader .spinner {
    left: 0;
    border-radius: 100% 0 0 100%/ 50% 0 0 50%;
    -webkit-animation: fileuploaderSpin 3s linear infinite;
    animation: fileuploaderSpin 3s linear infinite;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    z-index: 2;
  }
  
  /* animations */
  @-webkit-keyframes fileuploaderOpacity {
    0% {
      opacity: 1;
    }
    50%,
    100% {
      opacity: 0;
    }
  }
  
  @keyframes fileuploaderOpacity {
    0% {
      opacity: 1;
    }
    50%,
    100% {
      opacity: 0;
    }
  }
  
  @-webkit-keyframes fileuploaderFadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes fileuploaderFadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes fileuploaderScaleIn {
    from {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @keyframes fileuploaderScaleIn {
    from {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @-webkit-keyframes fileuploaderSlideIn {
    from {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      opacity: 0;
    }
    to {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
      opacity: 1;
    }
  }
  
  @keyframes fileuploaderSlideIn {
    from {
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
      opacity: 0;
    }
    to {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes fileuploaderSlideOut {
    from {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
      opacity: 1;
    }
    to {
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
      opacity: 0;
    }
  }
  
  @keyframes fileuploaderSlideOut {
    from {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
      opacity: 1;
    }
    to {
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes fileuploaderSpin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes fileuploaderSpin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  /*! jQuery UI - v1.12.1 - 2017-12-21
  * http://jqueryui.com
  * Includes: draggable.css, core.css, resizable.css, selectable.css, theme.css
  * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
  * Copyright jQuery Foundation and other contributors; Licensed MIT */
  .ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
  }
  
  /* Layout helpers
  ----------------------------------*/
  .ui-helper-hidden {
    display: none;
  }
  
  .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
  }
  
  .ui-helper-clearfix:before,
  .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
  }
  
  .ui-helper-clearfix:after {
    clear: both;
  }
  
  .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
  }
  
  .ui-front {
    z-index: 100;
  }
  
  /* Interaction Cues
  ----------------------------------*/
  .ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
  }
  
  /* Icons
  ----------------------------------*/
  .ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  
  .ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
  }
  
  /* Misc visuals
  ----------------------------------*/
  /* Overlays */
  .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .ui-resizable {
    position: relative;
  }
  
  .ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
  }
  
  .ui-resizable-disabled .ui-resizable-handle,
  .ui-resizable-autohide .ui-resizable-handle {
    display: none;
  }
  
  .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
  }
  
  .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
  }
  
  .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
  }
  
  .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
  }
  
  .ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
  }
  
  .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
  }
  
  .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
  }
  
  .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
  }
  
  .ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
  }
  
  .ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
  }
  
  /* Component containers
  ----------------------------------*/
  .ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
  }
  
  .ui-widget .ui-widget {
    font-size: 1em;
  }
  
  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
  }
  
  .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
  }
  
  .ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
  }
  
  .ui-widget-content a {
    color: #333333;
  }
  
  .ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
  }
  
  .ui-widget-header a {
    color: #333333;
  }
  
  /* Interaction states
  ----------------------------------*/
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button,
  html .ui-button.ui-state-disabled:hover,
  html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
  }
  
  .ui-state-default a,
  .ui-state-default a:link,
  .ui-state-default a:visited,
  a.ui-button,
  a:link.ui-button,
  a:visited.ui-button,
  .ui-button {
    color: #454545;
    text-decoration: none;
  }
  
  .ui-state-hover,
  .ui-widget-content .ui-state-hover,
  .ui-widget-header .ui-state-hover,
  .ui-state-focus,
  .ui-widget-content .ui-state-focus,
  .ui-widget-header .ui-state-focus,
  .ui-button:hover,
  .ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
  }
  
  .ui-state-hover a,
  .ui-state-hover a:hover,
  .ui-state-hover a:link,
  .ui-state-hover a:visited,
  .ui-state-focus a,
  .ui-state-focus a:hover,
  .ui-state-focus a:link,
  .ui-state-focus a:visited,
  a.ui-button:hover,
  a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
  }
  
  .ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
            box-shadow: 0 0 3px 1px #5e9ed6;
  }
  
  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active,
  a.ui-button:active,
  .ui-button:active,
  .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
  }
  
  .ui-icon-background,
  .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
  }
  
  .ui-state-active a,
  .ui-state-active a:link,
  .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  
  /* Interaction Cues
  ----------------------------------*/
  .ui-state-highlight,
  .ui-widget-content .ui-state-highlight,
  .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
  }
  
  .ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
  }
  
  .ui-state-highlight a,
  .ui-widget-content .ui-state-highlight a,
  .ui-widget-header .ui-state-highlight a {
    color: #777620;
  }
  
  .ui-state-error,
  .ui-widget-content .ui-state-error,
  .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
  }
  
  .ui-state-error a,
  .ui-widget-content .ui-state-error a,
  .ui-widget-header .ui-state-error a {
    color: #5f3f3f;
  }
  
  .ui-state-error-text,
  .ui-widget-content .ui-state-error-text,
  .ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
  }
  
  .ui-priority-primary,
  .ui-widget-content .ui-priority-primary,
  .ui-widget-header .ui-priority-primary {
    font-weight: bold;
  }
  
  .ui-priority-secondary,
  .ui-widget-content .ui-priority-secondary,
  .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal;
  }
  
  .ui-state-disabled,
  .ui-widget-content .ui-state-disabled,
  .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none;
  }
  
  .ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */
  }
  
  /* Icons
  ----------------------------------*/
  /* states and images */
  .ui-icon {
    width: 16px;
    height: 16px;
  }
  
  .ui-icon,
  .ui-widget-content .ui-icon {
    background-image: url("/images/ui-icons_444444_256x240.png");
  }
  
  .ui-widget-header .ui-icon {
    background-image: url("/images/ui-icons_444444_256x240.png");
  }
  
  .ui-state-hover .ui-icon,
  .ui-state-focus .ui-icon,
  .ui-button:hover .ui-icon,
  .ui-button:focus .ui-icon {
    background-image: url("/images/ui-icons_555555_256x240.png");
  }
  
  .ui-state-active .ui-icon,
  .ui-button:active .ui-icon {
    background-image: url("/images/ui-icons_ffffff_256x240.png");
  }
  
  .ui-state-highlight .ui-icon,
  .ui-button .ui-state-highlight.ui-icon {
    background-image: url("/images/ui-icons_777620_256x240.png");
  }
  
  .ui-state-error .ui-icon,
  .ui-state-error-text .ui-icon {
    background-image: url("/images/ui-icons_cc0000_256x240.png");
  }
  
  .ui-button .ui-icon {
    background-image: url("/images/ui-icons_777777_256x240.png");
  }
  
  /* positioning */
  .ui-icon-blank {
    background-position: 16px 16px;
  }
  
  .ui-icon-caret-1-n {
    background-position: 0 0;
  }
  
  .ui-icon-caret-1-ne {
    background-position: -16px 0;
  }
  
  .ui-icon-caret-1-e {
    background-position: -32px 0;
  }
  
  .ui-icon-caret-1-se {
    background-position: -48px 0;
  }
  
  .ui-icon-caret-1-s {
    background-position: -65px 0;
  }
  
  .ui-icon-caret-1-sw {
    background-position: -80px 0;
  }
  
  .ui-icon-caret-1-w {
    background-position: -96px 0;
  }
  
  .ui-icon-caret-1-nw {
    background-position: -112px 0;
  }
  
  .ui-icon-caret-2-n-s {
    background-position: -128px 0;
  }
  
  .ui-icon-caret-2-e-w {
    background-position: -144px 0;
  }
  
  .ui-icon-triangle-1-n {
    background-position: 0 -16px;
  }
  
  .ui-icon-triangle-1-ne {
    background-position: -16px -16px;
  }
  
  .ui-icon-triangle-1-e {
    background-position: -32px -16px;
  }
  
  .ui-icon-triangle-1-se {
    background-position: -48px -16px;
  }
  
  .ui-icon-triangle-1-s {
    background-position: -65px -16px;
  }
  
  .ui-icon-triangle-1-sw {
    background-position: -80px -16px;
  }
  
  .ui-icon-triangle-1-w {
    background-position: -96px -16px;
  }
  
  .ui-icon-triangle-1-nw {
    background-position: -112px -16px;
  }
  
  .ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
  }
  
  .ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
  }
  
  .ui-icon-arrow-1-n {
    background-position: 0 -32px;
  }
  
  .ui-icon-arrow-1-ne {
    background-position: -16px -32px;
  }
  
  .ui-icon-arrow-1-e {
    background-position: -32px -32px;
  }
  
  .ui-icon-arrow-1-se {
    background-position: -48px -32px;
  }
  
  .ui-icon-arrow-1-s {
    background-position: -65px -32px;
  }
  
  .ui-icon-arrow-1-sw {
    background-position: -80px -32px;
  }
  
  .ui-icon-arrow-1-w {
    background-position: -96px -32px;
  }
  
  .ui-icon-arrow-1-nw {
    background-position: -112px -32px;
  }
  
  .ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
  }
  
  .ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
  }
  
  .ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
  }
  
  .ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
  }
  
  .ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
  }
  
  .ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
  }
  
  .ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
  }
  
  .ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
  }
  
  .ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
  }
  
  .ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
  }
  
  .ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
  }
  
  .ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
  }
  
  .ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
  }
  
  .ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
  }
  
  .ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
  }
  
  .ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
  }
  
  .ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
  }
  
  .ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
  }
  
  .ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
  }
  
  .ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
  }
  
  .ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
  }
  
  .ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
  }
  
  .ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
  }
  
  .ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
  }
  
  .ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
  }
  
  .ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
  }
  
  .ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
  }
  
  .ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
  }
  
  .ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
  }
  
  .ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
  }
  
  .ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
  }
  
  .ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
  }
  
  .ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
  }
  
  .ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
  }
  
  .ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
  }
  
  .ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
  }
  
  .ui-icon-arrow-4 {
    background-position: 0 -80px;
  }
  
  .ui-icon-arrow-4-diag {
    background-position: -16px -80px;
  }
  
  .ui-icon-extlink {
    background-position: -32px -80px;
  }
  
  .ui-icon-newwin {
    background-position: -48px -80px;
  }
  
  .ui-icon-refresh {
    background-position: -64px -80px;
  }
  
  .ui-icon-shuffle {
    background-position: -80px -80px;
  }
  
  .ui-icon-transfer-e-w {
    background-position: -96px -80px;
  }
  
  .ui-icon-transferthick-e-w {
    background-position: -112px -80px;
  }
  
  .ui-icon-folder-collapsed {
    background-position: 0 -96px;
  }
  
  .ui-icon-folder-open {
    background-position: -16px -96px;
  }
  
  .ui-icon-document {
    background-position: -32px -96px;
  }
  
  .ui-icon-document-b {
    background-position: -48px -96px;
  }
  
  .ui-icon-note {
    background-position: -64px -96px;
  }
  
  .ui-icon-mail-closed {
    background-position: -80px -96px;
  }
  
  .ui-icon-mail-open {
    background-position: -96px -96px;
  }
  
  .ui-icon-suitcase {
    background-position: -112px -96px;
  }
  
  .ui-icon-comment {
    background-position: -128px -96px;
  }
  
  .ui-icon-person {
    background-position: -144px -96px;
  }
  
  .ui-icon-print {
    background-position: -160px -96px;
  }
  
  .ui-icon-trash {
    background-position: -176px -96px;
  }
  
  .ui-icon-locked {
    background-position: -192px -96px;
  }
  
  .ui-icon-unlocked {
    background-position: -208px -96px;
  }
  
  .ui-icon-bookmark {
    background-position: -224px -96px;
  }
  
  .ui-icon-tag {
    background-position: -240px -96px;
  }
  
  .ui-icon-home {
    background-position: 0 -112px;
  }
  
  .ui-icon-flag {
    background-position: -16px -112px;
  }
  
  .ui-icon-calendar {
    background-position: -32px -112px;
  }
  
  .ui-icon-cart {
    background-position: -48px -112px;
  }
  
  .ui-icon-pencil {
    background-position: -64px -112px;
  }
  
  .ui-icon-clock {
    background-position: -80px -112px;
  }
  
  .ui-icon-disk {
    background-position: -96px -112px;
  }
  
  .ui-icon-calculator {
    background-position: -112px -112px;
  }
  
  .ui-icon-zoomin {
    background-position: -128px -112px;
  }
  
  .ui-icon-zoomout {
    background-position: -144px -112px;
  }
  
  .ui-icon-search {
    background-position: -160px -112px;
  }
  
  .ui-icon-wrench {
    background-position: -176px -112px;
  }
  
  .ui-icon-gear {
    background-position: -192px -112px;
  }
  
  .ui-icon-heart {
    background-position: -208px -112px;
  }
  
  .ui-icon-star {
    background-position: -224px -112px;
  }
  
  .ui-icon-link {
    background-position: -240px -112px;
  }
  
  .ui-icon-cancel {
    background-position: 0 -128px;
  }
  
  .ui-icon-plus {
    background-position: -16px -128px;
  }
  
  .ui-icon-plusthick {
    background-position: -32px -128px;
  }
  
  .ui-icon-minus {
    background-position: -48px -128px;
  }
  
  .ui-icon-minusthick {
    background-position: -64px -128px;
  }
  
  .ui-icon-close {
    background-position: -80px -128px;
  }
  
  .ui-icon-closethick {
    background-position: -96px -128px;
  }
  
  .ui-icon-key {
    background-position: -112px -128px;
  }
  
  .ui-icon-lightbulb {
    background-position: -128px -128px;
  }
  
  .ui-icon-scissors {
    background-position: -144px -128px;
  }
  
  .ui-icon-clipboard {
    background-position: -160px -128px;
  }
  
  .ui-icon-copy {
    background-position: -176px -128px;
  }
  
  .ui-icon-contact {
    background-position: -192px -128px;
  }
  
  .ui-icon-image {
    background-position: -208px -128px;
  }
  
  .ui-icon-video {
    background-position: -224px -128px;
  }
  
  .ui-icon-script {
    background-position: -240px -128px;
  }
  
  .ui-icon-alert {
    background-position: 0 -144px;
  }
  
  .ui-icon-info {
    background-position: -16px -144px;
  }
  
  .ui-icon-notice {
    background-position: -32px -144px;
  }
  
  .ui-icon-help {
    background-position: -48px -144px;
  }
  
  .ui-icon-check {
    background-position: -64px -144px;
  }
  
  .ui-icon-bullet {
    background-position: -80px -144px;
  }
  
  .ui-icon-radio-on {
    background-position: -96px -144px;
  }
  
  .ui-icon-radio-off {
    background-position: -112px -144px;
  }
  
  .ui-icon-pin-w {
    background-position: -128px -144px;
  }
  
  .ui-icon-pin-s {
    background-position: -144px -144px;
  }
  
  .ui-icon-play {
    background-position: 0 -160px;
  }
  
  .ui-icon-pause {
    background-position: -16px -160px;
  }
  
  .ui-icon-seek-next {
    background-position: -32px -160px;
  }
  
  .ui-icon-seek-prev {
    background-position: -48px -160px;
  }
  
  .ui-icon-seek-end {
    background-position: -64px -160px;
  }
  
  .ui-icon-seek-start {
    background-position: -80px -160px;
  }
  
  /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
  .ui-icon-seek-first {
    background-position: -80px -160px;
  }
  
  .ui-icon-stop {
    background-position: -96px -160px;
  }
  
  .ui-icon-eject {
    background-position: -112px -160px;
  }
  
  .ui-icon-volume-off {
    background-position: -128px -160px;
  }
  
  .ui-icon-volume-on {
    background-position: -144px -160px;
  }
  
  .ui-icon-power {
    background-position: 0 -176px;
  }
  
  .ui-icon-signal-diag {
    background-position: -16px -176px;
  }
  
  .ui-icon-signal {
    background-position: -32px -176px;
  }
  
  .ui-icon-battery-0 {
    background-position: -48px -176px;
  }
  
  .ui-icon-battery-1 {
    background-position: -64px -176px;
  }
  
  .ui-icon-battery-2 {
    background-position: -80px -176px;
  }
  
  .ui-icon-battery-3 {
    background-position: -96px -176px;
  }
  
  .ui-icon-circle-plus {
    background-position: 0 -192px;
  }
  
  .ui-icon-circle-minus {
    background-position: -16px -192px;
  }
  
  .ui-icon-circle-close {
    background-position: -32px -192px;
  }
  
  .ui-icon-circle-triangle-e {
    background-position: -48px -192px;
  }
  
  .ui-icon-circle-triangle-s {
    background-position: -64px -192px;
  }
  
  .ui-icon-circle-triangle-w {
    background-position: -80px -192px;
  }
  
  .ui-icon-circle-triangle-n {
    background-position: -96px -192px;
  }
  
  .ui-icon-circle-arrow-e {
    background-position: -112px -192px;
  }
  
  .ui-icon-circle-arrow-s {
    background-position: -128px -192px;
  }
  
  .ui-icon-circle-arrow-w {
    background-position: -144px -192px;
  }
  
  .ui-icon-circle-arrow-n {
    background-position: -160px -192px;
  }
  
  .ui-icon-circle-zoomin {
    background-position: -176px -192px;
  }
  
  .ui-icon-circle-zoomout {
    background-position: -192px -192px;
  }
  
  .ui-icon-circle-check {
    background-position: -208px -192px;
  }
  
  .ui-icon-circlesmall-plus {
    background-position: 0 -208px;
  }
  
  .ui-icon-circlesmall-minus {
    background-position: -16px -208px;
  }
  
  .ui-icon-circlesmall-close {
    background-position: -32px -208px;
  }
  
  .ui-icon-squaresmall-plus {
    background-position: -48px -208px;
  }
  
  .ui-icon-squaresmall-minus {
    background-position: -64px -208px;
  }
  
  .ui-icon-squaresmall-close {
    background-position: -80px -208px;
  }
  
  .ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
  }
  
  .ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
  }
  
  .ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
  }
  
  .ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
  }
  
  .ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
  }
  
  .ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
  }
  
  /* Misc visuals
  ----------------------------------*/
  /* Corner radius */
  .ui-corner-all,
  .ui-corner-top,
  .ui-corner-left,
  .ui-corner-tl {
    border-top-left-radius: 3px;
  }
  
  .ui-corner-all,
  .ui-corner-top,
  .ui-corner-right,
  .ui-corner-tr {
    border-top-right-radius: 3px;
  }
  
  .ui-corner-all,
  .ui-corner-bottom,
  .ui-corner-left,
  .ui-corner-bl {
    border-bottom-left-radius: 3px;
  }
  
  .ui-corner-all,
  .ui-corner-bottom,
  .ui-corner-right,
  .ui-corner-br {
    border-bottom-right-radius: 3px;
  }
  
  /* Overlays */
  .ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
  }
  
  .ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
  }
  
  .mentions-input-box {
    position: relative;
    background: #fff;
  }
  
  .mentions-input-box textarea {
    width: 100%;
    display: block;
    height: auto;
    padding: 9px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    overflow: hidden;
    background: transparent;
    position: relative;
    outline: 0;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .mentions-input-box .mentions {
    position: absolute;
    left: 1px;
    right: 0;
    top: 1px;
    bottom: 0;
    padding: 9px;
    color: #fff;
    overflow: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  
  .mentions-input-box .mentions > div {
    color: #fff;
    white-space: pre-wrap;
    width: 100%;
  }
  
  .mentions-input-box .mentions > div > strong {
    font-weight: normal;
    background: #d8dfea;
  }
  
  .mentions-input-box .mentions > div > strong > span {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 0);
  }
  
  .mentions-input-box .mentions-autocomplete-list {
    display: none;
    background: #fff;
    border: 1px solid #b2b2b2;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10000;
    margin-top: -2px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
  }
  
  .mentions-input-box .mentions-autocomplete-list ul {
    margin: 0;
    padding: 0;
  }
  
  .mentions-input-box .mentions-autocomplete-list ul li {
    background-color: #fff;
    padding: 0 5px;
    margin: 0;
    width: auto;
    border-bottom: 1px solid #eee;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    cursor: pointer;
    list-style: none;
    white-space: nowrap;
  }
  
  .mentions-input-box .mentions-autocomplete-list ul li:last-child {
    border-radius: 5px;
  }
  
  .mentions-input-box .mentions-autocomplete-list ul li:hover, .mentions-input-box .mentions-autocomplete-list ul li.active {
    background-color: #f2f2f2;
  }
  
  .mentions-input-box .mentions-autocomplete-list ul li > img,
  .mentions-input-box .mentions-autocomplete-list ul li > div.icon {
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    -moz-background-origin: 3px;
    border-radius: 3px;
  }
  
  .mentions-input-box .mentions-autocomplete-list ul li em {
    font-weight: bold;
    font-style: none;
  }
  
  .mentions-input-box .mentions-autocomplete-list ul li b {
    background: #ffff99;
    font-weight: normal;
  }
  
  /*
      Created on : 15/04/2016, 14:25:50
      Author     : tcavalin
  */
  /* Mixins */
  /* Styles */
  .multi-switch {
    width: 40px;
    user-select: none;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  
  .multi-switch * {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  
  .multi-switch .switch-content {
    background: none;
    background-color: #D97C6F;
    height: 20px;
    position: relative;
    cursor: pointer;
    border-radius: 31px   ;
    -moz-border-radius: 31px   ;
    -webkit-border-radius: 31px   ;
    -ms-border-radius: 31px   ;
  }
  
  .multi-switch .switch-content .switch-circle {
    background: #FFF;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 1px;
    left: 0%;
    z-index: 1;
    margin-left: 1px;
    border-radius: 29px   ;
    -moz-border-radius: 29px   ;
    -webkit-border-radius: 29px   ;
    -ms-border-radius: 29px   ;
    box-shadow:  3px 3px 0px rgba(0, 0, 0, 0.1)  ;
    -moz-box-shadow:  3px 3px 0px rgba(0, 0, 0, 0.1)  ;
    -webkit-box-shadow:  3px 3px 0px rgba(0, 0, 0, 0.1)  ;
  }
  
  .multi-switch .switch-content .info-slide {
    position: absolute;
    z-index: 2;
    width: 50%;
    height: 100%;
    display: block;
  }
  
  .multi-switch .switch-content .info-slide.active {
    right: 0;
    border-radius: 0 31px 31px 0;
    -moz-border-radius: 0 31px 31px 0;
    -webkit-border-radius: 0 31px 31px 0;
    -ms-border-radius: 0 31px 31px 0;
  }
  
  .multi-switch .switch-content .info-slide.disable {
    left: 0;
    border-radius: 31px 0 0 31px;
    -moz-border-radius: 31px 0 0 31px;
    -webkit-border-radius: 31px 0 0 31px;
    -ms-border-radius: 31px 0 0 31px;
  }
  
  .multi-switch .switch-content.active {
    background-color: #5DC177;
  }
  
  .multi-switch .switch-content.active .switch-circle {
    left: 100%;
    margin-left: -20px;
  }
  
  .multi-switch .switch-content.disabled {
    background-color: #CCC;
    cursor: default;
  }
  
  .multi-switch .switch-content.initial {
    background-color: #dddddd;
  }
  
  .multi-switch .switch-content.initial .switch-circle {
    left: 50%;
    margin-left: -9px;
  }
  
  .multi-switch input {
    display: none;
  }
  
  .spinner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
  }
  
  .spinner-windows8 {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    margin-top: 100px;
  }
  
  .spinner-windows8 .wBall {
    position: absolute;
    width: 48px;
    height: 48px;
    opacity: 0;
    -moz-transform: rotate(225deg);
    -moz-animation: orbit 2.75s infinite;
    -webkit-transform: rotate(225deg);
    -webkit-animation: orbit 2.75s infinite;
    -ms-transform: rotate(225deg);
    -ms-animation: orbit 2.75s infinite;
    -o-transform: rotate(225deg);
    -o-animation: orbit 2.75s infinite;
    transform: rotate(225deg);
    animation: orbit 2.75s infinite;
  }
  
  .spinner-windows8 .wBall .wInnerBall {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000000;
    left: 0px;
    top: 0px;
    border-radius: 6px;
    z-index: 2;
  }
  
  .spinner-windows8 .wBall:first-child {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  
  .spinner-windows8 .wBall:nth-child(2) {
    -webkit-animation-delay: 0.12s;
    animation-delay: 0.12s;
  }
  
  .spinner-windows8 .wBall:nth-child(3) {
    -webkit-animation-delay: 0.24s;
    animation-delay: 0.24s;
  }
  
  .spinner-windows8 .wBall:nth-child(4) {
    -webkit-animation-delay: 0.36s;
    animation-delay: 0.36s;
  }
  
  .spinner-windows8 .wBall:nth-child(5) {
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s;
  }
  
  @-webkit-keyframes orbit {
    0% {
      opacity: 1;
      z-index: 99;
      -webkit-transform: rotate(180deg);
      -webkit-animation-timing-function: ease-out;
    }
    7% {
      opacity: 1;
      -webkit-transform: rotate(300deg);
      -webkit-animation-timing-function: linear;
      -webkit-origin: 0%;
    }
    30% {
      opacity: 1;
      -webkit-transform: rotate(410deg);
      -webkit-animation-timing-function: ease-in-out;
      -webkit-origin: 7%;
    }
    39% {
      opacity: 1;
      -webkit-transform: rotate(645deg);
      -webkit-animation-timing-function: linear;
      -webkit-origin: 30%;
    }
    70% {
      opacity: 1;
      -webkit-transform: rotate(770deg);
      -webkit-animation-timing-function: ease-out;
      -webkit-origin: 39%;
    }
    75% {
      opacity: 1;
      -webkit-transform: rotate(900deg);
      -webkit-animation-timing-function: ease-out;
      -webkit-origin: 70%;
    }
    76% {
      opacity: 0;
      -webkit-transform: rotate(900deg);
    }
    100% {
      opacity: 0;
      -webkit-transform: rotate(900deg);
    }
  }
  
  @keyframes orbit {
    0% {
      opacity: 1;
      z-index: 99;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    7% {
      opacity: 1;
      -webkit-transform: rotate(300deg);
              transform: rotate(300deg);
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      origin: 0%;
    }
    30% {
      opacity: 1;
      -webkit-transform: rotate(410deg);
              transform: rotate(410deg);
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      origin: 7%;
    }
    39% {
      opacity: 1;
      -webkit-transform: rotate(645deg);
              transform: rotate(645deg);
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      origin: 30%;
    }
    70% {
      opacity: 1;
      -webkit-transform: rotate(770deg);
              transform: rotate(770deg);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      origin: 39%;
    }
    75% {
      opacity: 1;
      -webkit-transform: rotate(900deg);
              transform: rotate(900deg);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      origin: 70%;
    }
    76% {
      opacity: 0;
      -webkit-transform: rotate(900deg);
              transform: rotate(900deg);
    }
    100% {
      opacity: 0;
      -webkit-transform: rotate(900deg);
              transform: rotate(900deg);
    }
  }
  
  .tooltip {
    z-index: 20000;
  }
  
  body.lobipanel-minimized {
    padding-bottom: 36px;
  }
  
  .lobipanel {
    position: relative;
    margin-bottom: 15px;
  }
  
  .lobipanel > .panel-heading {
    padding: 5px;
    position: relative;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  
  .lobipanel > .panel-heading > .panel-title {
    float: left;
    max-width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 30px;
    padding-left: 15px;
  }
  
  .lobipanel > .panel-heading > .panel-title h1,
  .lobipanel > .panel-heading > .panel-title h2,
  .lobipanel > .panel-heading > .panel-title h3,
  .lobipanel > .panel-heading > .panel-title h4,
  .lobipanel > .panel-heading > .panel-title h5,
  .lobipanel > .panel-heading > .panel-title h6 {
    margin: 0;
    line-height: 30px;
  }
  
  .lobipanel > .panel-heading > .panel-title input {
    color: inherit;
    line-height: 30px;
    border-radius: 2px;
    padding: 0 5px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #337ab7;
    outline: 0;
  }
  
  .lobipanel > .panel-heading > .panel-title input:focus {
    background-color: rgba(0, 0, 0, 0.15);
  }
  
  .lobipanel > .panel-heading .dropdown {
    display: inline-block;
    float: right;
    position: relative;
  }
  
  .lobipanel > .panel-heading .dropdown .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 0;
    margin-top: 0;
    border-radius: 0;
  }
  
  .lobipanel > .panel-heading .dropdown .dropdown-menu > li > a .control-title {
    display: inline-block;
    margin-left: 15px;
  }
  
  .lobipanel > .panel-heading .dropdown .dropdown-toggle {
    border: none;
    outline: 0;
    background-color: transparent;
    text-align: center;
    padding: 0;
    width: 30px;
    font-size: 14px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  
  .lobipanel > .panel-heading .dropdown .dropdown-toggle .panel-control-icon {
    top: 0;
    line-height: 30px;
  }
  
  .lobipanel > .panel-heading .dropdown .dropdown-toggle:hover,
  .lobipanel > .panel-heading .dropdown .dropdown-toggle:hover:focus {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.15);
  }
  
  .lobipanel > .panel-heading .dropdown.open .dropdown-toggle {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.15);
  }
  
  .lobipanel > .panel-heading:before,
  .lobipanel > .panel-heading:after {
    content: " ";
    display: table;
  }
  
  .lobipanel > .panel-heading:after {
    clear: both;
  }
  
  @media screen and (min-width: 768px) {
    .lobipanel .panel-heading .panel-title {
      max-width: calc(100% - 180px);
    }
    .lobipanel .panel-heading .dropdown .dropdown-menu {
      position: static;
      display: inline-block;
      border: none;
      padding: 0;
      margin: 0;
      min-width: 0;
      width: auto;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: transparent;
    }
    .lobipanel .panel-heading .dropdown .dropdown-menu > li {
      display: inline-block;
    }
    .lobipanel .panel-heading .dropdown .dropdown-menu > li > a {
      cursor: pointer;
      color: inherit;
      padding: 0;
      outline: 0;
      text-align: center;
      width: 30px;
      font-size: 14px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
    }
    .lobipanel .panel-heading .dropdown .dropdown-menu > li > a .panel-control-icon {
      top: 0;
      line-height: 30px;
    }
    .lobipanel .panel-heading .dropdown .dropdown-menu > li > a .control-title {
      display: none;
    }
    .lobipanel .panel-heading .dropdown .dropdown-menu > li > a:hover,
    .lobipanel .panel-heading .dropdown .dropdown-menu > li > a:focus:hover {
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
      background-color: rgba(0, 0, 0, 0.15);
    }
    .lobipanel .panel-heading .dropdown .dropdown-menu > li > a:focus {
      text-shadow: none;
      background-color: transparent;
    }
    .lobipanel .panel-heading .dropdown .dropdown-toggle {
      display: none;
    }
  }
  
  .lobipanel > .panel-body {
    overflow: visible;
    position: relative;
  }
  
  .lobipanel .panel-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
  }
  
  .lobipanel.panel-collapsed > .panel-heading {
    border-bottom: none;
  }
  
  .lobipanel.panel-collapsed > .panel-heading .dropdown .dropdown-menu > li > a[data-func="unpin"],
  .lobipanel.panel-collapsed > .panel-heading .dropdown .dropdown-menu > li > a[data-func="reload"],
  .lobipanel.panel-collapsed > .panel-heading .dropdown .dropdown-menu > li > a[data-func="expand"] {
    display: none;
  }
  
  .lobipanel.panel-expanded,
  .lobipanel.panel-unpin,
  .lobipanel.panel-minimized.panel-unpin {
    margin-bottom: 0;
  }
  
  .lobipanel.panel-unpin {
    overflow: hidden;
    position: absolute;
    z-index: 10000;
    -webkit-box-shadow: 2px 2px 15px 5px rgba(10, 10, 10, 0.5);
    box-shadow: 2px 2px 15px 5px rgba(10, 10, 10, 0.5);
  }
  
  .lobipanel.panel-unpin > .panel-heading {
    cursor: move;
  }
  
  .lobipanel.panel-unpin.panel-minimized {
    float: left;
    position: static;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 170px;
    margin-right: 5px;
  }
  
  .lobipanel.panel-unpin.panel-minimized > .panel-heading {
    padding: 0;
    cursor: pointer;
    border-bottom: none;
  }
  
  .lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title {
    max-width: calc(100% - 60px);
  }
  
  .lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h1,
  .lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h2,
  .lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h3,
  .lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h4,
  .lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h5,
  .lobipanel.panel-unpin.panel-minimized > .panel-heading .panel-title h6 {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu {
    position: static;
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
  }
  
  .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li {
    display: inline-block;
  }
  
  .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a {
    cursor: pointer;
    color: inherit;
    padding: 0;
    outline: 0;
    text-align: center;
    width: 30px;
    font-size: 14px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  
  .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a .panel-control-icon {
    top: 0;
    line-height: 30px;
  }
  
  .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a .control-title {
    display: none;
  }
  
  .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a:hover,
  .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a:focus:hover {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.15);
  }
  
  .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a:focus {
    text-shadow: none;
    background-color: transparent;
  }
  
  .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-toggle {
    display: none;
  }
  
  .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a {
    display: none;
  }
  
  .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a[data-func="close"],
  .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu > li > a[data-func="expand"] {
    display: inline-block;
  }
  
  .lobipanel.panel-unpin.panel-minimized > .panel-body,
  .lobipanel.panel-unpin.panel-minimized > .panel-footer {
    display: none !important;
  }
  
  .lobipanel.panel-expanded > .panel-heading {
    cursor: default;
  }
  
  .lobipanel.panel-expanded > .panel-heading .dropdown .dropdown-menu > li > a[data-func="unpin"],
  .lobipanel.panel-expanded > .panel-heading .dropdown .dropdown-menu > li > a[data-func="minimize"] {
    display: none;
  }
  
  .lobipanel.panel-expanded.panel-unpin > .panel-heading .panel-control[data-func="minimize"] {
    display: block;
  }
  
  .lobipanel-minimized-toolbar {
    position: fixed;
    height: 36px;
    padding: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20000;
    background: rgba(34, 115, 182, 0.51);
  }
  
  .lobipanel-placeholder {
    background-color: #f9f5d1;
    border: 1px dashed #919191;
    margin-bottom: 15px;
  }
  
  .lobipanel-parent-sortable {
    min-height: 20px;
  }
  
  .modal.in .modal {
    display: block;
  }
  
  .striped-div div.stripe:nth-of-type(odd) {
    background: #f9f9f9;
  }
  
  .striped-div div.stripe:nth-of-type(even) {
    background: #fff;
  }
  
  .badge-error {
    background-color: #b94a48 !important;
  }
  
  .badge-error:hover {
    background-color: #953b39 !important;
  }
  
  .badge-warning {
    background-color: #f89406 !important;
  }
  
  .badge-warning:hover {
    background-color: #c67605 !important;
  }
  
  .badge-success {
    background-color: #468847 !important;
  }
  
  .badge-success:hover {
    background-color: #356635 !important;
  }
  
  .badge-info {
    background-color: #3a87ad !important;
  }
  
  .badge-info:hover {
    background-color: #2d6987 !important;
  }
  
  .badge-inverse {
    background-color: #333333 !important;
  }
  
  .badge-inverse:hover {
    background-color: #1a1a1a !important;
  }
  
  .submodal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .submodal.transition {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .submodal.in {
    top: 0 !important;
  }
  
  .submodal .modal-dialog {
    width: 80%;
    margin: 0 auto;
    z-index: 9;
  }
  
  .submodal .modal-content {
    border-top: none;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  
  /*.submodal .modal-header{ display: none; }*/
  .modal.parent .modal-body {
    overflow: hidden;
  }
  
  @media (max-width: 767px) {
    .submodal .modal-dialog {
      width: 90%;
    }
  }
  
  .skin-black-light .main-header li.user-header {
    background-color: #203354;
  }
  
  table.disabled {
    opacity: 0.5;
  }
  
  table.disabled td {
    color: #ccc;
  }
  
  .table > tbody > tr.active > td {
    background-color: #cae5f57d;
  }
  
  .search-result-task-template {
    position: absolute;
    width: 95%;
    z-index: 99;
    max-height: 300px;
    overflow: auto;
  }
  
  .pw_prompt {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    padding: 15px;
    width: 200px;
    border: 1px solid #cac9c9;
    background-color: white;
    z-index: 9999;
  }
  
  .pw_prompt label {
    display: block;
    margin-bottom: 5px;
  }
  
  .pw_prompt input {
    margin-bottom: 10px;
  }
  
  /*!
   * jQuery QueryBuilder 2.5.1
   * Copyright 2014-2018 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
   * Licensed under MIT (http://opensource.org/licenses/MIT)
   */
  .query-builder .rules-group-container, .query-builder .rule-container, .query-builder .rule-placeholder {
    position: relative;
    margin: 4px 0;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #EEE;
    background: rgba(255, 255, 255, 0.9);
  }
  
  .query-builder .rule-container .rule-filter-container,
  .query-builder .rule-container .rule-operator-container,
  .query-builder .rule-container .rule-value-container, .query-builder .error-container, .query-builder .drag-handle {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
  }
  
  .query-builder .rules-group-container {
    padding: 10px;
    padding-bottom: 6px;
    border: 1px solid #DCC896;
    background: rgba(250, 240, 210, 0.5);
  }
  
  .query-builder .rules-group-header {
    margin-bottom: 10px;
  }
  
  .query-builder .rules-group-header .group-conditions .btn.readonly:not(.active),
  .query-builder .rules-group-header .group-conditions input[name$='_cond'] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
  
  .query-builder .rules-group-header .group-conditions .btn.readonly {
    border-radius: 3px;
  }
  
  .query-builder .rules-list {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
  }
  
  .query-builder .rule-value-container {
    border-left: 1px solid #DDD;
    padding-left: 5px;
  }
  
  .query-builder .rule-value-container label {
    margin-bottom: 0;
    font-weight: normal;
  }
  
  .query-builder .rule-value-container label.block {
    display: block;
  }
  
  .query-builder .rule-value-container select,
  .query-builder .rule-value-container input[type='text'],
  .query-builder .rule-value-container input[type='number'] {
    padding: 1px;
  }
  
  .query-builder .error-container {
    display: none;
    cursor: help;
    color: #F00;
  }
  
  .query-builder .has-error {
    background-color: #FDD;
    border-color: #F99;
  }
  
  .query-builder .has-error .error-container {
    display: inline-block !important;
  }
  
  .query-builder .rules-list > *::before, .query-builder .rules-list > *::after {
    content: '';
    position: absolute;
    left: -10px;
    width: 10px;
    height: calc(50% + 4px);
    border-color: #CCC;
    border-style: solid;
  }
  
  .query-builder .rules-list > *::before {
    top: -4px;
    border-width: 0 0 2px 2px;
  }
  
  .query-builder .rules-list > *::after {
    top: 50%;
    border-width: 0 0 0 2px;
  }
  
  .query-builder .rules-list > *:first-child::before {
    top: -12px;
    height: calc(50% + 14px);
  }
  
  .query-builder .rules-list > *:last-child::before {
    border-radius: 0 0 0 4px;
  }
  
  .query-builder .rules-list > *:last-child::after {
    display: none;
  }
  
  .query-builder.bt-checkbox-glyphicons .checkbox input[type='checkbox']:checked + label::after {
    font-family: 'Glyphicons Halflings';
    content: '\E013';
  }
  
  .query-builder.bt-checkbox-glyphicons .checkbox label::after {
    padding-left: 4px;
    padding-top: 2px;
    font-size: 9px;
  }
  
  .query-builder .error-container + .tooltip .tooltip-inner {
    color: #F99 !important;
  }
  
  .query-builder p.filter-description {
    margin: 5px 0 0 0;
    background: #D9EDF7;
    border: 1px solid #BCE8F1;
    color: #31708F;
    border-radius: 5px;
    padding: 2.5px 5px;
    font-size: .8em;
  }
  
  .query-builder .rules-group-header [data-invert] {
    margin-left: 5px;
  }
  
  .query-builder .drag-handle {
    cursor: move;
    vertical-align: middle;
    margin-left: 5px;
  }
  
  .query-builder .dragging {
    position: fixed;
    opacity: .5;
    z-index: 100;
  }
  
  .query-builder .dragging::before, .query-builder .dragging::after {
    display: none;
  }
  
  .query-builder .rule-placeholder {
    border: 1px dashed #BBB;
    opacity: .7;
  }
  
  .btn-padding-sm {
    padding: 6px 6px;
  }
  
  tr.highlight {
    background-color: #f9f9f9;
  }
  
  /* Example tokeninput style #1: Token vertical list*/
  ul.token-input-list {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    width: 400px;
    border: 1px solid #999;
    cursor: text;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
  }
  
  ul.token-input-list li {
    list-style-type: none;
  }
  
  ul.token-input-list li input {
    border: 0;
    width: 350px;
    padding: 3px 8px;
    background-color: white;
    -webkit-appearance: caret;
  }
  
  ul.token-input-disabled,
  ul.token-input-disabled li input {
    background-color: #E8E8E8;
  }
  
  ul.token-input-disabled li.token-input-token {
    background-color: #D9E3CA;
    color: #7D7D7D;
  }
  
  ul.token-input-disabled li.token-input-token span {
    color: #CFCFCF;
    cursor: default;
  }
  
  li.token-input-token {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    margin: 3px;
    padding: 3px 5px;
    background-color: #d0efa0;
    color: #000;
    font-weight: bold;
    cursor: default;
    display: block;
  }
  
  li.token-input-token p {
    float: left;
    padding: 0;
    margin: 0;
  }
  
  li.token-input-token span {
    float: right;
    color: #777;
    cursor: pointer;
  }
  
  li.token-input-selected-token {
    background-color: #08844e;
    color: #fff;
  }
  
  li.token-input-selected-token span {
    color: #bbb;
  }
  
  div.token-input-dropdown {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    z-index: 1;
  }
  
  div.token-input-dropdown p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
  }
  
  div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
  }
  
  div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 3px;
    list-style-type: none;
  }
  
  div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fafafa;
  }
  
  div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff;
  }
  
  div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal;
  }
  
  div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #d0efa0;
  }
  
  /* Example tokeninput style #2: Facebook style */
  ul.token-input-list-facebook {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    width: 100%;
    border: 1px solid #D9D9D9;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
  }
  
  ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
  }
  
  li.token-input-token-facebook {
    overflow: hidden;
    height: auto !important;
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
  }
  
  li.token-input-token-facebook p {
    display: inline;
    padding: 0;
    margin: 0;
  }
  
  li.token-input-token-facebook span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
  }
  
  li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
  }
  
  li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  div.token-input-dropdown-facebook {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 1;
  }
  
  div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
  }
  
  div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
  }
  
  div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
  }
  
  div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
  }
  
  div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
  }
  
  div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: normal;
  }
  
  div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #3b5998;
    color: #fff;
  }
  
  .panel.box.box-primary.alert-high {
    border-top-color: #dd4b39 !important;
  }
  
  .panel.box.box-primary.alert-high .box-header {
    background-color: #dd4b39 !important;
  }
  
  .panel.box.box-primary.alert-high .box-header a {
    color: white;
  }
  
  .panel.box.box-primary.alert-medium {
    border-top-color: #f39c12 !important;
  }
  
  .panel.box.box-primary.alert-medium .box-header {
    background-color: #f39c12 !important;
  }
  
  .panel.box.box-primary.alert-medium .box-header a {
    color: white;
  }

  .panel.box.box-primary.alert-normal {
    border-top-color: #3c8dbc !important;
  }
  
  .panel.box.box-primary.alert-normal .box-header {
    background-color: #3c8dbc !important;
  }
  
  .panel.box.box-primary.alert-normal .box-header a {
    color: white;
  }
  
  .alertbox .maxheight350 {
    overflow: auto;
  }
  
  .row.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .row.flex > [class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  html.touch *:hover {
    pointer-events: none !important;
  }
  
  .project_row {
    background: #eee;
    padding: 5px;
    border-bottom: 1px solid #ddd;
  }
  
  .project_row:nth-of-type(2n) {
    background: #fff;
  }
  
  dd {
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid-column;
  }
  
  .col-lg-1-5, .col-md-1-5, .col-sm-1-5, .col-xs-1-5 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .col-xs-1-5 {
    width: 20%;
    float: left;
  }
  
  @media (min-width: 767px) {
    .col-sm-1-5 {
      width: 20%;
      float: left;
    }
  }
  
  @media (min-width: 992px) {
    .col-md-1-5 {
      width: 20%;
      float: left;
    }
  }
  
  @media (min-width: 1200px) {
    .col-lg-1-5 {
      width: 20%;
      float: left;
    }
  }
  
  @media (max-width: 480px) {
    .scrums .scrum {
      width: 100%;
    }
    .sidebar-form {
      width: 33%;
    }
  }
  
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      width: 280px;
    }
  }
  
  @media (min-width: 767px) {
    .dl-horizontal dd {
      margin-left: 160px;
      padding-bottom: 2px;
    }
    .dl-horizontal dd .form-group {
      margin-bottom: 0;
    }
    .project-details .dl-horizontal dd {
      margin-left: 160px;
      padding-bottom: 7px;
    }
  }
  
  /**!
   * KEditor - Kademi content editor
   * @copyright: Kademi (http://kademi.co)
   * @author: Kademi (http://kademi.co)
   * @version: 1.1.5
   * @dependencies: $, $.fn.draggable, $.fn.droppable, $.fn.sortable, Bootstrap (optional), FontAwesome (optional)
   */
  /* ==================================================================================
     Body
     ================================================================================== */
  body {
    margin: 0;
    overflow-y: scroll;
  }
  
  /* ==================================================================================
     Keditor UI
     ================================================================================== */
  .keditor-ui {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
  }
  
  .keditor-ui,
  .keditor-ui:before,
  .keditor-ui:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .keditor-ui small,
  .keditor-ui .small {
    font-size: 88%;
  }
  
  /* ==================================================================================
     opened-keditor-sidebar
     ================================================================================== */
  body.opened-keditor-sidebar .keditor-content-area {
    margin-right: 260px;
  }
  
  body.opened-keditor-sidebar #keditor-sidebar {
    right: 0;
  }
  
  /* ==================================================================================
     highlighted-container-content
     ================================================================================== */
  body.highlighted-container-content .keditor-container {
    margin: 30px 0 !important;
  }
  
  body.highlighted-container-content .keditor-container:before {
    display: none !important;
  }
  
  .keditor-highlighted-dropzone.keditor-container-content:before {
    border-color: #2eb2e4;
    border-width: 2px;
    z-index: 99;
  }
  
  /* ==================================================================================
     Frame
     ================================================================================== */
  .keditor-frame {
    width: 100%;
    height: 500px;
    border: 1px solid #ddd;
  }
  
  /* ==================================================================================
     Content area
     ================================================================================== */
  .keditor-content-area {
    min-height: 100px;
    width: auto;
    margin: 0;
    padding: 80px 50px 30px;
  }
  
  /* ==================================================================================
     Sidebar
     ================================================================================== */
  #keditor-sidebar {
    position: fixed;
    z-index: 1031;
    top: 0;
    right: -255px;
    bottom: 0;
    background: #f0f0f0;
    opacity: .9;
    border-left: 1px solid #ddd;
    width: 255px;
    -webkit-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
    padding: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font: 14px/1.42857143 "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
  }
  
  #keditor-sidebar:hover {
    opacity: 1;
  }
  
  #keditor-sidebar-toggler {
    position: absolute;
    top: 100px;
    width: 25px;
    height: 30px;
    left: -25px;
    background: #f0f0f0;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ddd;
    border-right: 0;
    cursor: pointer;
    border-radius: 3px 0 0 3px;
    color: #666;
  }
  
  #keditor-sidebar-toggler > i.fa {
    line-height: inherit;
  }
  
  /* ==================================================================================
     KEditor Tab
     ================================================================================== */
  .keditor-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  
  .keditor-tabs .keditor-tab {
    display: table-cell;
    width: 1%;
    position: relative;
  }
  
  .keditor-tabs .keditor-tab a {
    display: block;
    border-radius: 3px 3px 0 0;
    height: 42px;
    padding: 10px 5px;
    text-align: center;
    border: 1px solid transparent;
    border-bottom-color: #ddd;
    color: #aaa;
  }
  
  .keditor-tabs .keditor-tab.active a {
    font-weight: bold;
    border-color: #ddd;
    border-bottom-color: #fff;
    background: #fff;
    color: #333;
  }
  
  /* ==================================================================================
     KEditor Tab Contents
     ================================================================================== */
  .keditor-tabs-content .keditor-tab-content {
    display: none;
  }
  
  .keditor-tabs-content .keditor-tab-content.active {
    display: block;
  }
  
  /* ==================================================================================
     Snippets
     ================================================================================== */
  #keditor-snippets-list {
    height: 100%;
  }
  
  #keditor-snippets-list .keditor-snippet:hover {
    opacity: .6;
    border-color: #ccc;
  }
  
  #keditor-snippets-list .keditor-snippet.not-matched {
    display: none;
  }
  
  #keditor-snippets-container {
    height: calc(100% - 42px);
    background: #fff;
    padding: 10px 5px;
    border: solid #ddd;
    border-width: 0 1px 1px;
  }
  
  #keditor-snippets-container > .keditor-tab-content {
    height: 100%;
  }
  
  #keditor-snippets-container > .keditor-tab-content > .keditor-tab-content-inner {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  #keditor-snippets-container > .keditor-tab-content > .keditor-tab-content-inner:before,
  #keditor-snippets-container > .keditor-tab-content > .keditor-tab-content-inner:after {
    content: " ";
    display: table;
  }
  
  #keditor-snippets-container > .keditor-tab-content > .keditor-tab-content-inner:after {
    clear: both;
  }
  
  #keditor-snippets-container > .keditor-tab-content > .keditor-snippets-filter-wrapper {
    margin: 0 5px;
  }
  
  #keditor-snippets-container > .keditor-tab-content > .keditor-snippets-filter-wrapper .keditor-snippets-filter,
  #keditor-snippets-container > .keditor-tab-content > .keditor-snippets-filter-wrapper .keditor-snippets-search {
    border: 1px solid #ddd;
    height: 34px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  
  #keditor-snippets-container > .keditor-tab-content > .keditor-snippets-filter-wrapper + .keditor-tab-content-inner {
    height: calc(100% - 88px);
  }
  
  .keditor-snippet {
    padding: 15px;
    border: 1px solid #f0f0f0;
    cursor: move;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
    background: #fff;
    margin: 0 5px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .keditor-snippet img {
    display: block;
  }
  
  .keditor-snippet:last-child {
    margin-bottom: 0;
  }
  
  /* ==================================================================================
     Settings panel
     ================================================================================== */
  #keditor-setting-panel {
    background: #fff;
    position: absolute;
    z-index: 1001;
    top: 10px;
    width: calc(100% - 20px);
    right: -100%;
    bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .opened-keditor-setting #keditor-setting-panel {
    right: 10px;
  }
  
  #keditor-setting-header {
    height: 42px;
    border-bottom: 1px solid #ddd;
    padding: 10px 30px 10px 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #keditor-setting-header:before,
  #keditor-setting-header:after {
    content: " ";
    display: table;
  }
  
  #keditor-setting-header:after {
    clear: both;
  }
  
  #keditor-setting-title {
    color: #666;
    font-weight: bold;
  }
  
  #keditor-setting-closer {
    text-decoration: none;
    color: #999999;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    width: 21px;
    text-align: center;
    line-height: 21px;
  }
  
  #keditor-setting-closer:hover {
    color: #666;
  }
  
  #keditor-setting-body {
    position: absolute;
    top: 42px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
  }
  
  #keditor-setting-forms {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  #keditor-setting-forms .keditor-setting-form {
    overflow: hidden;
    display: none;
    min-height: 100%;
  }
  
  #keditor-setting-forms .keditor-setting-form.active {
    display: block;
  }
  
  /* ==================================================================================
     Toolbar
     ================================================================================== */
  .keditor-toolbar {
    position: absolute;
    display: none;
    z-index: 5;
    font: 14px/1.42857143 "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
  .keditor-toolbar > a {
    padding: 1px 3px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
  }
  
  .keditor-toolbar > a .fa {
    line-height: inherit;
  }
  
  .keditor-toolbar .btn-container-reposition,
  .keditor-toolbar .btn-component-reposition {
    cursor: move;
  }
  
  /* ==================================================================================
     Container
     ================================================================================== */
  .keditor-container {
    position: relative;
  }
  
  .keditor-container:before {
    position: absolute;
    top: -3px;
    right: -3px;
    left: -3px;
    bottom: -3px;
    border: 3px dashed transparent;
    content: " ";
    display: block;
  }
  
  .keditor-container > .keditor-toolbar {
    top: -3px;
    left: -39px;
    border: 1px solid #333;
    border-radius: 3px;
    overflow: hidden;
  }
  
  .keditor-container > .keditor-toolbar > a {
    background: #333;
    color: #fff;
  }
  
  .keditor-container > .keditor-toolbar > a:hover {
    background: #2eb2e4;
  }
  
  .keditor-container:hover:before {
    border-color: #b5e4f6;
  }
  
  .keditor-container.showed-keditor-toolbar:before {
    border-color: #2eb2e4;
  }
  
  .keditor-container.showed-keditor-toolbar > .keditor-toolbar {
    display: block;
  }
  
  .keditor-container-content {
    min-height: 50px !important;
    position: relative;
    background-color: white;
    padding: 75px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .keditor-container-content:before {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    content: " ";
    display: block;
    border: 1px dashed #e0e0e0;
  }
  
  /* ==================================================================================
     Component
     ================================================================================== */
  .keditor-component {
    position: relative;
  }
  
  .keditor-component:before {
    position: absolute;
    top: -2px;
    right: -2px;
    left: -2px;
    bottom: -2px;
    content: " ";
    border: 2px solid rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1;
  }
  
  .keditor-component .keditor-toolbar {
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 2px 2px;
    text-align: left;
  }
  
  .keditor-component .keditor-toolbar > a {
    border: 0;
    background: none;
    color: #fff;
    text-align: center;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
  }
  
  .keditor-component .keditor-toolbar > a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  
  .keditor-component .keditor-component-content {
    position: relative;
    z-index: 2;
  }
  
  .keditor-component:hover:before,
  .keditor-component.showed-keditor-toolbar:before {
    display: block;
  }
  
  .keditor-component.showed-keditor-toolbar .keditor-component-content {
    outline: none !important;
  }
  
  .keditor-component:hover {
    z-index: 2;
  }
  
  .keditor-component:hover .keditor-toolbar {
    display: block;
  }
  
  /* ==================================================================================
     Drag n Drop helper
     ================================================================================== */
  .keditor-ui-dragging {
    display: block !important;
    opacity: 0.5 !important;
  }
  
  .keditor-ui-dragging .keditor-toolbar {
    display: none !important;
  }
  
  .ui-draggable-dragging.keditor-snippet {
    -webkit-transition: none !important;
    transition: none !important;
  }
  
  .ui-sortable-placeholder.keditor-snippet,
  .ui-sortable-placeholder.keditor-container,
  .ui-sortable-placeholder.keditor-component {
    background: #eee !important;
    visibility: visible !important;
    height: 20px !important;
    margin: 5px 0 !important;
    float: none !important;
    outline: none !important;
    padding: 0 !important;
  }
  
  .ui-sortable-placeholder.keditor-snippet:before,
  .ui-sortable-placeholder.keditor-container:before,
  .ui-sortable-placeholder.keditor-component:before,
  .ui-sortable-placeholder.keditor-snippet:after,
  .ui-sortable-placeholder.keditor-container:after,
  .ui-sortable-placeholder.keditor-component:after {
    display: none !important;
  }
  
  .ui-sortable-helper.keditor-section {
    background: #fff !important;
    opacity: 0.5;
  }
  
  .ui-sortable-helper.keditor-container:before,
  .ui-sortable-helper.keditor-component:before,
  .ui-sortable-helper.keditor-container .keditor-toolbar,
  .ui-sortable-helper.keditor-component .keditor-toolbar {
    display: none !important;
  }
  
  /**!
   * KEditor - Kademi content editor
   * @copyright: Kademi (http://kademi.co)
   * @author: Kademi (http://kademi.co)
   * @version: 1.1.5
   * @dependencies: $, $.fn.draggable, $.fn.droppable, $.fn.sortable, Bootstrap (optional), FontAwesome (optional)
   */
  /* ==================================================================================
     CKEditor
     ================================================================================== */
  div.cke_float[id*="cke_keditor-component-content-"] {
    padding: 0;
  }
  
  div.cke_float[id*="cke_keditor-component-content-"] .cke_top {
    padding: 3px 3px 0;
  }
  
  div.cke_float[id*="cke_keditor-component-content-"] .cke_toolbox {
    display: block !important;
    overflow-x: auto;
    overflow-y: hidden;
  }
  
  div.cke_float[id*="cke_keditor-component-content-"] .cke_toolbar {
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
  }
  
  div.cke_float[id*="cke_keditor-component-content-"] .cke_toolbar_break {
    display: none !important;
  }
  
  body.opened-keditor-sidebar div.cke_float[id*="cke_keditor-component-content-"] {
    right: 310px;
  }
  
  .keditor-content-area p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12pt;
  }
  
  .keditor-content-area h1, .keditor-content-area h2, .keditor-content-area h3, .keditor-content-area h4 {
    font-size: 16pt;
    color: #183557;
    font-family: Verdana, Geneva, sans-serif;
    border: 0 none;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .keditor-content-area h1 {
    page-break-before: always;
  }
  
  .keditor-content-area h2 {
    font-size: 14pt;
    color: #E61473 !important;
  }
  
  .keditor-content-area h3 {
    font-size: 12pt;
    text-decoration: underline;
  }
  
  .keditor-content-area h4 {
    font-size: 11pt;
  }
  
  .keditor-content-area .inleiding {
    font-style: italic;
  }
  
  .keditor-content-area .kader {
    background-color: #ededed;
    color: #666;
    padding: 15px 20px;
    margin-bottom: 20px;
  }
  
  .keditor-content-area img.left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .keditor-content-area img.right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  
  .ui-tooltip {
    display: none !important;
  }
  
  body {
    font-weight: 400;
  }
  
  .form-control {
    border-color: #D9D9D9 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  
  .form-control:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #55595C;
    background-color: #FFF;
    border-color: #66AFE9 !important;
    outline: 0;
  }
  
  label {
    font-weight: normal;
    font-size: 14px;
    color: #414141;
  }
  
  .table > thead > tr > th {
    font-size: 14px;
  }
  
  .table > thead > tr > th .fa-sort {
    opacity: 0.3;
    margin-top: 5px;
  }
  
  .table > thead > tr > th .fa-sort-alpha-desc, .table > thead > tr > th .fa-sort-aplha-asc {
    margin-top: 5px;
  }
  
  .nav-tabs-custom {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .box.box-success, .box.box-info, .box.box-danger, .box.box-warning, .box.box-primary {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #ccc !important;
    border-radius: 0;
  }
  
  .box.box-workflow {
    border: 1px solid #f39c12 !important;
  }
  
  .box.box-workflow .box-header {
    color: #fff;
    background: #f39c12;
    border-bottom: 1px solid #f39c12;
  }
  
  .box.box-workflow .box-header .fa-expand {
    color: #fff;
  }
  
  .box.box-workflow .table > thead > tr > th, .box.box-workflow .table > thead > tr > td, .box.box-workflow .table > tbody > tr > th, .box.box-workflow .table > tbody > tr > td, .box.box-workflow .table > tfoot > tr > th, .box.box-workflow .table > tfoot > tr > td {
    padding: 5px;
  }
  
  .box.box-workflow .table > thead > tr > th label, .box.box-workflow .table > thead > tr > td label, .box.box-workflow .table > tbody > tr > th label, .box.box-workflow .table > tbody > tr > td label, .box.box-workflow .table > tfoot > tr > th label, .box.box-workflow .table > tfoot > tr > td label {
    margin-bottom: 0;
  }
  
  .box.box-workflow .table > thead > tr > th label input, .box.box-workflow .table > thead > tr > td label input, .box.box-workflow .table > tbody > tr > th label input, .box.box-workflow .table > tbody > tr > td label input, .box.box-workflow .table > tfoot > tr > th label input, .box.box-workflow .table > tfoot > tr > td label input {
    margin-right: 4px;
  }
  
  .panel-notification .box.box-info {
    border: 1px solid #f39c12 !important;
  }
  
  .panel-notification .box.box-info .box-header {
    color: #fff;
    background: #f39c12;
    border-bottom: 1px solid #f39c12;
  }
  
  .panel-notification .box.box-info .box-header .fa-expand, .panel-notification .box.box-info .box-header .fa-minus, .panel-notification .box.box-info .box-header .fa-plus {
    color: #fff;
  }
  
  .box-header {
    background: #f2f2f2;
    border-bottom: 1px solid #ccc;
  }
  
  h1 {
    margin-top: 0;
    font-size: 24px;
  }
  
  h3 {
    font-size: 20px;
    font-weight: normal;
  }
  
  table.table.table-striped.table-responsive.white {
    background: #fff;
  }
  
  .table-striped > tbody > tr:nth-of-type(odd) td {
    border-bottom-color: #fff !important;
  }
  
  .box-footer .form-group {
    margin-bottom: 0 !important;
  }
  
  .fa-1x {
    font-size: 1.4em;
  }
  
  .dl-horizontal dt {
    width: 150px;
  }
  
  /*---end---*/
  /* LOGIN PAGE */
  .login-logo a {
    display: block;
    background-size: 35px 35px;
    background-position: 50px;
  }
  
  .login-logo a:hover, .login-logo a:focus {
    text-decoration: none;
  }
  
  .login-page, .register-page {
    background: #ecf0f5;
  }
  
  .login-page .login-box-body, .register-page .login-box-body {
    background: rgba(48, 151, 209, 0.12);
    border: 1px solid #3097D1;
  }
  
  .login-page .login-box-body p.login-box-msg, .register-page .login-box-body p.login-box-msg {
    color: #414141;
  }
  
  /*---end---*/
  /* TOPMENU */
  .main-header a:hover, .main-header a:focus {
    text-decoration: none;
  }
  
  .main-header .header-title, .main-header a.logout {
    font-weight: 300;
    font-size: 13px;
  }
  
  .main-header .header-title .fa-angle-right, .main-header a.logout .fa-angle-right {
    margin: 0 5px;
  }
  
  .main-header .header-title a, .main-header a.logout a {
    color: #f39c12;
    font-weight: 500;
  }
  
  .main-header .header-title a:hover, .main-header a.logout a:hover {
    color: #f7b64f;
  }
  
  .main-header a.logout {
    font-weight: 500;
  }
  
  .main-header .logo .logo-lg, .main-header .logo-mini {
    display: block;
    background-size: 35px 35px;
    background-position: 8px;
  }
  
  .main-header .logo-mini {
    background-position: left 7px top 8px;
    width: 50px;
    height: 50px;
  }
  
  .main-header li.messages-menu ul.menu li h4, .main-header li.notifications-menu ul.menu li h4 {
    padding: 0;
    margin: 0;
    color: #444444;
    font-size: 15px;
    position: relative;
  }
  
  .main-header li.messages-menu ul.menu li h4 span, .main-header li.notifications-menu ul.menu li h4 span {
    font-size: 90%;
  }
  
  .main-header li.messages-menu ul.menu li p, .main-header li.notifications-menu ul.menu li p {
    padding-right: 5px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .main-header li.messages-menu ul.menu li a p, .main-header li.notifications-menu ul.menu li a p {
    font-size: 12px;
    color: #888888;
    margin-bottom: 0;
  }
  
  .main-header li.messages-menu .dropdown-menu > li.header, .main-header li.notifications-menu .dropdown-menu > li.header {
    padding: 3px 4px 9px 10px;
  }
  
  .main-header li.messages-menu .dropdown-menu > li.header a.btn-add:hover, .main-header li.notifications-menu .dropdown-menu > li.header a.btn-add:hover {
    background-color: #3d9970;
    border-color: transparent;
    color: #fff;
  }
  
  .main-header li.messages-menu h4 span, .main-header li.notifications-menu h4 span {
    font-size: 90%;
  }
  
  .main-header li.messages-menu h4.online-user, .main-header li.notifications-menu h4.online-user {
    line-height: 2.7;
  }
  
  .main-header .fa-2x {
    font-size: 1.4em;
  }
  
  .main-header .dropdown-menu li.header {
    font-weight: 600;
  }
  
  .main-header .dropdown-menu li.header .white {
    color: #fff !important;
  }
  
  .main-header .dropdown-menu ul.menu li {
    position: relative;
  }
  
  .main-header .dropdown-menu ul.menu li i {
    position: relative;
    right: 10px;
    top: 28px;
  }
  
  .main-header .dropdown-menu ul.menu a img {
    border: 2px solid rgba(28, 53, 87, 0.25);
  }
  
  .main-header .dropdown-menu ul.menu a:hover {
    background: transparent !important;
    color: #999 !important;
  }
  
  .main-header .sidebar-toggle {
    padding: 15px 15px 14px 15px;
  }
  
  .upload-ava {
    display: block;
    float: left;
    border: 2px dotted #ccc;
    padding: 10px;
  }
  
  .leavedays {
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
  }
  
  .leavedays .approved .text-muted {
    font-style: italic;
  }
  
  .leavedays .kind-of-day {
    font-weight: bold;
  }
  
  .leavedays.highlight {
    background-color: #f2f2f2;
    border: 1px solid #bbb;
  }
  
  /*---end---*/
  /* SEARCH */
  .sidebar-form .form-control {
    border: transparent !important;
  }
  
  .search-results {
    position: absolute;
    z-index: 9;
    top: 38px;
    left: 48px;
    background: white;
    width: 90%;
    border-radius: 3px;
    max-height: 50vh;
    border: 1px solid #d2d6de;
    -webkit-box-shadow: 2px 3px 8px 0px rgba(168, 168, 168, 0.5);
    box-shadow: 2px 3px 8px 0px rgba(168, 168, 168, 0.5);
  }
  
  .search-results .btn-close {
    margin: 5px;
    color: #fff !important;
    border-radius: 4px !important;
    background-color: #dd4b39 !important;
  }
  
  .search-results .col-md-3 {
    padding: 0;
    width: calc(25% - 5px);
  }
  
  .search-results .col-md-3 label {
    padding-left: 10px;
  }
  
  .search-results .col-md-3 .list-group {
    max-height: 410px;
    height: 410px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: auto;
  }
  
  .search-results .col-md-3 .list-group .list-group-item {
    padding: 5px;
    border: 0 none;
    border-radius: 0;
  }
  
  .search-results .col-md-3 .list-group .list-group-item a {
    color: #444;
  }
  
  .search-results .col-md-3 .list-group .list-group-item a .list-group-item-heading {
    font-size: 14px;
  }
  
  .search-results .col-md-3 .list-group .list-group-item a p {
    font-size: 12px;
  }
  
  .search-results .col-md-3 .list-group .list-group-item.active, .search-results .col-md-3 .list-group .list-group-item.active:hover, .search-results .col-md-3 .list-group .list-group-item.active:focus {
    background-color: #ddd !important;
    color: #444444;
    border-radius: 0;
    border: 0 none;
  }
  
  .search-results .col-md-3 .list-group .list-group-item:nth-child(odd) {
    background: #f9f9f9;
  }
  
  .search-results .col-md-3 .list-group .list-group-item:nth-child(even) {
    background: #fff;
  }
  
  .search-results .col-md-3 .list-group .list-group-item:hover {
    background-color: #f2f2f2;
  }
  
  .search-results .col-md-3:nth-child(3) {
    margin-left: 5px;
  }
  
  .search-results .col-md-3:nth-child(3) .list-group {
    border-left: 1px solid #eee;
  }
  
  /*---end---*/
  /* SIDEMENU */
  .skin-black-light .sidebar-menu li a {
    font-weight: 400;
  }
  
  .skin-black-light a:focus {
    text-decoration: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none;
  }
  
  /*---end---*/
  /* NAV WIZARD */
  ul.nav-wizard {
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    *zoom: 1;
    position: relative;
    overflow: hidden;
  }
  
  ul.nav-wizard:before {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 46px;
    height: 47px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    z-index: 11;
    content: " ";
  }
  
  ul.nav-wizard:after {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 138px;
    height: 47px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    z-index: 11;
    content: " ";
  }
  
  ul.nav-wizard li {
    position: relative;
    float: left;
    height: 46px;
    display: inline-block;
    text-align: middle;
    padding: 0 20px 0 30px;
    margin: 0;
    font-size: 16px;
    line-height: 46px;
  }
  
  ul.nav-wizard li a {
    color: #468847;
    padding: 0;
  }
  
  ul.nav-wizard li a:hover {
    background-color: transparent;
  }
  
  ul.nav-wizard li:before {
    position: absolute;
    display: block;
    border: 24px solid transparent;
    border-left: 16px solid #d4d4d4;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: '';
    right: -16px;
  }
  
  ul.nav-wizard li:after {
    position: absolute;
    display: block;
    border: 24px solid transparent;
    border-left: 16px solid #f9f9f9;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: '';
    right: -15px;
  }
  
  ul.nav-wizard li.active {
    color: #3a87ad;
    background: #d9edf7;
  }
  
  ul.nav-wizard li.active:after {
    border-left: 16px solid #d9edf7;
  }
  
  ul.nav-wizard li.active a,
  ul.nav-wizard li.active a:hover,
  ul.nav-wizard li.active a:active,
  ul.nav-wizard li.active a:visited,
  ul.nav-wizard li.active a:focus {
    color: #3a87ad;
    background: #d9edf7;
  }
  
  ul.nav-wizard .active ~ li {
    color: #999999;
    background: #ededed;
  }
  
  ul.nav-wizard .active ~ li:after {
    border-left: 16px solid #ededed;
  }
  
  ul.nav-wizard .active ~ li a,
  ul.nav-wizard .active ~ li a:active,
  ul.nav-wizard .active ~ li a:visited,
  ul.nav-wizard .active ~ li a:focus {
    color: #999999;
    background: #ededed;
  }
  
  ul.nav-wizard.nav-wizard-backnav li:hover {
    color: #468847;
    background: #f6fbfd;
  }
  
  ul.nav-wizard.nav-wizard-backnav li:hover:after {
    border-left: 16px solid #f6fbfd;
  }
  
  ul.nav-wizard.nav-wizard-backnav li:hover a,
  ul.nav-wizard.nav-wizard-backnav li:hover a:active,
  ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
  ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
    color: #468847;
    background: #f6fbfd;
  }
  
  ul.nav-wizard.nav-wizard-backnav .active ~ li {
    color: #999999;
    background: #ededed;
  }
  
  ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
    border-left: 16px solid #ededed;
  }
  
  ul.nav-wizard.nav-wizard-backnav .active ~ li a,
  ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
  ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
  ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
    color: #999999;
    background: #ededed;
  }
  
  .nav-wizard > li:not(:last-child) > a:after, .nav-wizard > li:not(:first-child) > a:before {
    display: none !important;
  }
  
  .nav-wizard > li:not(:first-child) > a {
    padding: 0 !important;
  }
  
  .nav-wizard > li > a {
    background-color: transparent;
  }
  
  .nav-wizard > li.done:hover > a,
  .nav-wizard > li:hover > a {
    background-color: transparent;
  }
  
  /*---end---*/
  /* SPRINT DASHBOARD */
  .sprintbacklog {
    background: #f2f2f2;
    padding-top: 15px;
  }
  
  .sprintbacklog .panel-group.filter {
    display: inline-block;
  }
  
  .sprintbacklog .panel-group.filter .panel {
    border: 0 none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .sprintbacklog .panel-group.filter .panel .panel-heading {
    background-color: transparent;
    padding: 0;
  }
  
  .sprintbacklog.full-log {
    background: transparent;
    padding-top: 0;
  }
  
  .double-border {
    border-top: 1px solid #d8d8d8;
    position: relative;
  }
  
  .double-border:before {
    background: none;
    border-top: 1px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }
  
  /* Registered hours */
  label {
    font-weight: bold;
  }
  
  .fright span:nth-child(7), .fright span:nth-child(8) {
    display: none;
  }
  
  .reg-user {
    display: block;
    float: left;
    padding: 6px;
    margin: 0 5px 0 0;
    border-radius: 4px;
    color: #333;
    border: 1px solid #8ea2ad;
  }
  
  .bg-red.reg-user {
    border-color: #b13425;
  }
  
  .bg-green.reg-user {
    border-color: #20734e;
  }
  
  .bg-orange.reg-user {
    border-color: #ce6f1d;
  }
  
  /*---end---*/
  /* INFO BOX */
  .info-box {
    line-height: 1.1;
    min-height: 70px;
  }
  
  .info-box .info-box-icon {
    height: 70px;
    width: 70px;
    line-height: 65px;
  }
  
  .info-box .info-box-icon .fa {
    font-size: 40px;
  }
  
  .info-box .info-box-content {
    margin-left: 70px;
  }
  
  .info-box .info-box-signs {
    font-size: 12px;
    font-style: italic;
  }
  
  /*---end---*/
  /* BLOCK */
  .nav-tabs-custom .nav-tabs-header {
    padding: 10px;
  }
  
  .nav-tabs-custom .nav-tabs-header .fa {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    margin-right: 5px;
  }
  
  .nav-tabs-custom .nav-tabs-header h3 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
  }
  
  iframe.googlemaps {
    border: 3px solid #ddd;
  }
  
  .col-code {
    width: 11%;
  }
  
  .col-created_at, .col-time_estimate {
    width: 12%;
  }
  
  .col-estimate {
    width: 9%;
  }
  
  .col-servicestates, .col-registrations {
    width: 7%;
  }
  
  .col-public_id {
    width: 6%;
  }
  
  dl {
    margin-bottom: 0;
  }
  
  dl dt {
    text-align: left !important;
  }
  
  button.noBtn {
    background: transparent;
    color: #3097D1;
    text-decoration: none;
    border: 0 none;
    padding: 0;
  }
  
  /*---end---*/
  /* MEMO MODAL */
  a.add-memo {
    border-radius: 40px;
    height: 25px;
    width: 25px;
    padding: 1px 0;
  }
  
  .chat .item, .direct-chat-messages .item {
    padding: 0;
    border-bottom: 1px solid #efefef;
  }
  
  .chat .item .online, .direct-chat-messages .item .online {
    border: 2px solid rgba(28, 53, 87, 0.25);
  }
  
  .chat .item a.message, .direct-chat-messages .item a.message {
    margin-top: 0;
    margin-left: 10px;
    text-decoration: none;
  }
  
  .chat .item a.message small, .direct-chat-messages .item a.message small {
    color: #7f7f7f;
    font-weight: normal;
  }
  
  .chat .item a.message span.memo-text, .direct-chat-messages .item a.message span.memo-text {
    display: block;
    text-indent: 9px;
    color: #777;
  }
  
  .chat .item a.message span.memo-text:hover, .direct-chat-messages .item a.message span.memo-text:hover {
    text-decoration: none;
    color: #555;
  }
  
  .chat .item:last-child, .direct-chat-messages .item:last-child {
    border-bottom: 0 none;
  }
  
  .chat .direct-chat-text, .direct-chat-messages .direct-chat-text {
    background: #e9ecf3;
    border: 1px solid #d2d6de;
    color: #444;
  }
  
  .chat .direct-chat-info .right .direct-chat-text, .direct-chat-messages .direct-chat-info .right .direct-chat-text {
    background: #d1eef5;
    border-color: #8dd6e8;
    color: #444;
  }
  
  .chat .direct-chat-info .direct-chat-name, .direct-chat-messages .direct-chat-info .direct-chat-name {
    font-weight: normal;
    font-size: 13px;
  }
  
  .chat .direct-chat-info .direct-chat-timestamp, .direct-chat-messages .direct-chat-info .direct-chat-timestamp {
    font-size: 13px;
  }
  
  .reply-memo {
    min-height: 375px;
  }
  
  .reply-memo .well {
    margin-bottom: 10px;
  }
  
  .reply-memo form > div:nth-child(3) {
    margin-bottom: 0 !important;
  }
  
  .reply-memo form > div:nth-child(3) label {
    margin-top: 10px;
  }
  
  .reply-memo form > div:nth-child(3) .emojionearea-editor {
    height: 210px;
  }
  
  .reply-memo .form-group {
    margin: 0;
  }
  
  /*---end---*/
  /* TICKET MODAL */
  /*---general---*/
  .nav-tabs-custom {
    display: grid;
    margin-bottom: 0;
  }
  
  .nav-tabs-custom li a.tickettab {
    padding: 5px 10px;
    font-size: 13px;
    color: #999;
  }
  
  .nav-tabs-custom li a.tickettab:hover {
    color: #444;
  }
  
  .nav-tabs-custom li.active {
    border-top-color: #3c8dbc;
  }
  
  .nav-tabs-custom .bg-red {
    font-weight: normal;
    top: -6px;
    position: relative;
  }
  
  .nav-tabs-custom .bg-blue {
    font-weight: normal;
    top: -6px;
    position: relative;
  }
  
  .part-ticket {
    background: #f2f2f2;
    display: block;
    float: left;
    width: 100%;
    padding: 10px;
  }
  
  /*---checklist---*/
  #checklist button.btn-add {
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 999;
    height: 35px;
    width: 34px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  #checklist .writtenby {
    color: #bbb;
    font-size: 12px;
  }
  
  /*---time----*/
  .timespend .input-group-btn .topmargin-default {
    margin-top: 24px !important;
  }
  
  .-current- {
    background-color: #FF9A19;
    color: white !important;
  }
  
  /*---planning---*/
  #planning .topmargin-default {
    margin-top: 26px !important;
  }
  
  #sprint-target tr:hover:not(:first-child) {
    background-color: #f2f2f2;
  }
  
  /*---log---*/
  .timeline .time-label span {
    background-color: #fff !important;
    color: #999 !important;
    font-size: 12px;
  }
  
  .timeline li .timeline-item .timeline-header {
    font-size: 14px;
  }
  
  /*---communication---*/
  #taskcommunication .right .direct-chat-text {
    margin-right: 13px;
    margin-left: 0;
    float: right;
    min-width: 100px;
    max-width: 93%;
  }
  
  #taskcommunication .direct-chat-text {
    margin-left: 13px;
    margin-right: 0;
    float: left;
    min-width: 100px;
    max-width: 93%;
  }
  
  /*---end---*/
  /*---registrations---*/
  #registrations tr:nth-child(even) td {
    border-top: 0 none;
  }
  
  #registrations tr td.col-md-12 {
    padding-top: 0;
  }
  
  /*---end---*/
  /* ADD A QUOTATION */
  form.quotation .btn-send, form.quotation .btn-save {
    margin-top: 26px !important;
  }
  
  #quotation_content .panel {
    border: 1px solid #ccc;
    border-radius: 0;
  }
  
  #quotation_content .panel .panel-heading {
    background: #f2f2f2;
    border-bottom: 1px solid #ccc;
  }
  
  #quotation_content .addPanel button {
    margin-bottom: 10px !important;
  }
  
  .addblock {
    background: #fff;
    border: 1px solid #d4dae2;
  }
  
  /*---end---*/
  /* ADMINISTRATION: APPROVE REGISTRATION */
  .multi-switch {
    display: block;
    float: left;
  }
  
  .stripe {
    padding: 15px;
  }
  
  .stripe h4 {
    margin-top: 0;
    border-bottom: 1px solid #d4dae2;
    padding-bottom: 5px;
  }
  
  .stripe table {
    margin-bottom: 0;
    border: 1px solid #ccc;
  }
  
  /*---end---*/
  /* PROJECT */
  /*---communication---*/
  .communication .box-body .panel-group:last-child {
    margin-bottom: 0;
  }
  
  .communication .panel {
    border: 0 none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .communication .panel .panel-heading {
    padding: 0;
    border: 0 none;
    border-radius: 0;
  }
  
  .communication .panel .panel-heading .panel-title a:hover {
    text-decoration: none;
    color: #999;
  }
  
  .communication .panel .panel-collapse .panel-body {
    border: 0 none;
  }
  
  .communication .panel-group .panel + .panel {
    margin-top: 15px;
  }
  
  .communication .box-comments {
    background: transparent;
  }
  
  .communication .box-comments .box-comment {
    background: #f7f7f7;
    padding: 0;
  }
  
  .communication .box-comments .box-comment .comment-text {
    margin-left: 0;
    padding: 5px;
  }
  
  /*---details---*/
  .project-team .list-group-item {
    border: 0 none;
    border-top: 1px solid #d3e0e9;
    padding: 5px 0;
    border-radius: 0;
  }
  
  .project-team .list-group-item:last-child {
    border-bottom: 1px solid #d3e0e9;
  }
  
  .project-members, .project-info, .tech-urls {
    padding: 10px;
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
  }
  
  .project-members .list-group-item, .project-info .list-group-item, .tech-urls .list-group-item {
    padding: 0 0 7px 0;
    border: 0 none;
    background: transparent;
  }
  
  .project-members .list-group-item a.list-group-item, .project-info .list-group-item a.list-group-item, .tech-urls .list-group-item a.list-group-item {
    border: 0 none;
  }
  
  .project-members .list-group-item a.list-group-item .list-group-item-heading, .project-info .list-group-item a.list-group-item .list-group-item-heading, .tech-urls .list-group-item a.list-group-item .list-group-item-heading {
    margin-bottom: 0;
  }
  
  .project-members .list-group-item:last-child, .project-info .list-group-item:last-child, .tech-urls .list-group-item:last-child {
    padding-bottom: 0;
  }
  
  .project-info {
    margin-bottom: 10px;
  }
  
  .project-info .list-group-item-heading {
    font-weight: bold;
  }
  
  .project-info p {
    font-size: 13px;
    padding-left: 15px;
  }
  
  /*---workflow---*/
  .box-workflow .stepwizard-step p {
    display: none;
    margin-top: 10px;
  }
  
  .box-workflow .stepwizard-row {
    display: block;
  }
  
  .box-workflow .stepwizard {
    display: table;
    width: 100%;
    position: relative;
  }
  
  .box-workflow .stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
  
  .box-workflow .stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: transparent;
  }
  
  .box-workflow .stepwizard-step {
    display: block;
    float: left;
    text-align: center;
    position: relative;
  }
  
  .box-workflow .stepwizard-step a.btn-primary, .box-workflow .stepwizard-step a.btn-default {
    cursor: default;
    border-left: 0;
    border-radius: 0;
  }
  
  .box-workflow .stepwizard-step a.btn-primary {
    background: #f39c12;
    border-color: #f39c12;
  }
  
  .box-workflow .stepwizard-step:first-child a.btn-default {
    border-left: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  .box-workflow .stepwizard-step:first-child a.btn-primary {
    border-left: 1px solid #f39c12;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  .box-workflow .stepwizard-step:last-child a.btn-default {
    border-right: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  
  .box-workflow .stepwizard-step:last-child a.btn-primary {
    border-right: 1px solid #f39c12;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  
  /*---end---*/
  /* GENERAL SPRINT SCRUM */
  .scrum-wrapper {
    height: 100%;
  }
  
  .scrums .scrum-wrapper,
  .scrums .scrum-placeholder {
    display: inline-block;
    float: left;
    border: 1px solid transparent;
    margin-bottom: 16px;
  }
  
  .scrums-wrapper {
    position: relative;
  }
  
  .scrums .scrum {
    background-color: #FFF;
    height: 100%;
    border: 1px solid #ccc;
  }
  
  .scrums .scrum:last-child {
    margin-right: 0;
  }
  
  .scrums .scrum:hover .scrum-actions {
    opacity: 1;
  }
  
  .scrums .scrum.scrum-default {
    border: 1px solid #dddddd;
  }
  
  .scrums .scrum.scrum-default .scrum-header {
    border-bottom: 1px solid #dddddd;
    background-color: #eeeeee;
  }
  
  .scrums .scrum.scrum-default .scrum-header input {
    background-color: transparent;
    border-color: #555555;
    color: #555555;
  }
  
  .scrums .scrum.scrum-default .scrum-title,
  .scrums .scrum.scrum-default .scrum-actions .btn,
  .scrums .scrum.scrum-default .btn-show-form {
    color: #555555;
  }
  
  .scrums .scrum.scrum-default .scrum-form-footer,
  .scrums .scrum.scrum-default .scrum-footer {
    border-top: 1px solid #dddddd;
    background-color: #eeeeee;
  }
  
  .scrums .scrum.scrum-primary .scrum-actions .btn {
    color: #FFF;
    padding: 4px 5px;
  }
  
  .scrums .btn-finish-title-editing,
  .scrums .btn-cancel-title-editing,
  .scrums .scrum-header.title-editing .scrum-title,
  .scrums .scrum-header.title-editing .scrum-actions .btn {
    display: none;
  }
  
  .scrums .scrum-header {
    position: relative;
    min-height: 38px;
    padding: 6px 8px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #e0dfdf;
  }
  
  .scrums .scrum-header input {
    background-color: transparent;
    height: 30px;
  }
  
  .scrums .scrum-header.title-editing .scrum-actions {
    opacity: 1;
  }
  
  .scrums .scrum-header.title-editing .scrum-actions .btn-finish-title-editing,
  .scrums .scrum-header.title-editing .scrum-actions .btn-cancel-title-editing {
    display: inline-block;
  }
  
  .scrums .scrum-header:before,
  .scrums .scrum-header:after {
    content: " ";
    display: table;
  }
  
  .scrums .scrum-header:after {
    clear: both;
  }
  
  .scrums .scrum-actions {
    position: absolute;
    top: 6px;
    right: 8px;
    opacity: 0;
  }
  
  .scrums .scrum-actions > .dropdown {
    display: inline-block;
  }
  
  .scrums .scrum-actions .dropdown-menu {
    height: 70px;
    width: 100px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    min-width: 0;
    padding: 0;
    margin: 0;
  }
  
  .scrums .scrum-actions .dropdown-menu .scrum-default {
    background-color: #eeeeee;
  }
  
  .scrums .scrum-actions .btn {
    background-color: transparent;
    border-color: transparent;
    width: 26px;
    height: 26px;
  }
  
  .scrums .scrum-actions .btn:hover {
    background-color: rgba(0, 0, 0, 0.04);
  }
  
  .scrums .scrum-title {
    padding-left: 15px;
    font-size: 18px;
  }
  
  .scrums .scrum-items {
    min-height: 300px;
    list-style: none;
    margin-bottom: 0;
    padding: 10px;
  }
  
  .scrums .scrum-item, .scrums .scrum-item-placeholder {
    border: 1px solid transparent;
    margin-bottom: 5px;
    padding-top: 16px;
    padding-bottom: 7px;
    padding-left: 12px;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  
  .scrums .scrum-item .drag-handler {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    border-left: 2px dotted #dddddd;
    border-right: 2px dotted #dddddd;
  }
  
  .scrums .scrum-item .drag-handler:hover {
    cursor: move;
  }
  
  .scrums .scrum-item .todo-actions {
    position: absolute;
    top: 0px;
    right: -2px;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    color: #808080;
    line-height: 16px;
  }
  
  .scrums .scrum-item .todo-action {
    display: inline-block;
    width: 16px;
    height: 16px;
  }
  
  .scrums .scrum-item .todo-action span.label {
    top: 1px;
    position: absolute;
    right: 25px;
  }
  
  .scrums .scrum-item .todo-action .time-estimate {
    position: absolute;
    bottom: 2px;
    right: 4px;
  }
  
  .scrums .scrum-item .todo-action:hover {
    cursor: pointer;
    color: #5e5e5e;
  }
  
  .scrums .scrum-item:move {
    list-style: none;
  }
  
  .scrums .scrum-item:hover {
    background-color: rgba(0, 0, 0, 0.02);
  }
  
  .scrums .scrum-item-title {
    font-weight: 600;
    font-size: 15px;
  }
  
  .scrums .scrum-item-title a {
    font-weight: normal;
  }
  
  .scrums .scrum-item-description {
    /*font-style: italic;*/
    font-style: normal;
    line-height: 1.6;
    font-size: 13px;
  }
  
  .scrums .scrum-item-duedate {
    position: absolute;
    left: 12px;
    top: 0px;
    color: #777777;
    font-size: 95%;
  }
  
  .scrums .scrum-check {
    position: absolute;
    left: 12px;
    top: 16px;
  }
  
  .scrums .scrum-check.lobicheck {
    margin-top: 3px;
  }
  
  .scrums .scrum-item, .scrums .scrum-item-placeholder {
    position: relative;
  }
  
  .scrums .scrum-item.item-done {
    text-decoration: line-through;
  }
  
  .scrums .btn-show-form {
    outline: 0;
  }
  
  .scrums .scrum-footer,
  .scrums .scrum-form-footer {
    display: inline-block;
  }
  
  .scrums .scrum-form-footer {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
  }
  
  .scrums .scrum-add-todo-form {
    padding: 10px;
  }
  
  .scrums .scrum-add-todo-form .form-group {
    margin-bottom: 5px;
  }
  
  .scrums .scrum-add-todo-form .btn-add-todo {
    margin-right: 5px;
  }
  
  .scrums .scrum-add-todo-form .btn-add-todo,
  .scrums .scrum-add-todo-form .btn-discard-todo {
    height: 30px;
  }
  
  .scrums .scrum-placeholder {
    background-color: #f9f5d1;
    border: 1px dashed #777777;
  }
  
  .scrums .scrum-item-placeholder {
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px dashed #dddddd;
  }
  
  .scrums.single-line {
    white-space: nowrap;
  }
  
  .scrums-wrapper {
    height: 800px;
    position: relative;
    padding-bottom: 40px;
  }
  
  .scrums-wrapper-full {
    height: 80vh;
    position: relative;
    padding-bottom: 40px;
  }
  
  .scrums.single-line .scrum-wrapper,
  .scrums.single-line .scrum-placeholder {
    white-space: normal;
    vertical-align: top;
  }
  
  .scrums.no-sortable .scrum-item .drag-handler {
    display: none;
  }
  
  .scrums:before,
  .scrums:after {
    content: " ";
    display: table;
  }
  
  .scrums:after {
    clear: both;
  }
  
  .ps-theme-dark {
    -ms-touch-action: none;
    touch-action: none;
    overflow: auto !important;
    -ms-overflow-style: none;
  }
  
  .ui-sortable-placeholder {
    height: 100px;
    background-color: #ccc;
  }
  
  .ui-sortable-helper {
    list-style: none;
  }
  
  .ui-sortable-helper .todo-actions {
    display: none;
  }
  
  .ui-sortable-helper .scrum-item-title {
    font-weight: 600;
    font-size: 16px;
  }
  
  .ui-sortable-helper .scrum-item-duedate {
    color: #777777;
    font-size: 95%;
  }
  
  .ui-sortable-helper .scrum-item-description {
    font-size: 13px;
  }
  
  .ui-sortable-handle {
    cursor: move;
  }
  
  .ui-jqdialog {
    position: fixed !important;
  }
  
  /*---end---*/
  /* MENU: PLANNING */
  #available_tickets .ticket .description, #available_tickets .ticket .created_at {
    font-size: 12px;
  }
  
  #available_tickets .ticket .created_at {
    color: #aaa;
  }
  
  #available_tickets .ticket .deleteAction {
    margin-top: 10px;
    margin-left: 0;
  }
  
  #available_tickets .col-md-8 {
    border-right: 1px solid #ddd;
  }
  
  #available_tickets .col-md-4 input[type="number"] {
    width: 74px;
  }
  
  #available_tickets .planned-true {
    background-color: #f5fff5;
  }
  
  .column {
    padding: 15px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: 1px solid lightgrey;
    -moz-column-rule: 1px solid lightgrey;
    column-rule: 1px solid lightgrey;
    background: #e5e8ec;
  }
  
  .month {
    font-size: 16px;
  }
  
  /*---end---*/
  /* MENU: AGENDA */
  .fc-toolbar {
    padding: 0px;
  }
  
  .fc-toolbar .fc-center h2 {
    font-size: 20px;
  }
  
  .fc-ltr .fc-time-grid .fc-event-container {
    margin: 1px;
  }
  
  .fc table {
    background: #fff;
  }
  
  .fc table .fc-today {
    background: #fcf8e3 !important;
  }
  
  .fc table .fc-content .fc-time {
    display: block;
    margin-bottom: 3px;
    padding: 2px;
  }
  
  .fc table .fc-content .fc-title {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 3px;
  }
  
  .fc table .fc-content .fc-title span {
    display: block;
    clear: both;
    font-size: 12px !important;
    font-style: italic;
    font-weight: normal;
    margin-top: 3px;
    color: #d5e5ec;
  }
  
  .popover {
    background-color: #1c3557;
    font-size: 10px;
    color: #fff;
    min-width: 100px;
  }
  
  .popover .popover-title {
    background-color: #1c3557;
    font-size: 10px;
    color: #fff;
    margin: 0;
    padding: 5px 5px 0 5px;
    border: 0 none;
  }
  
  .popover .popover-content {
    padding: 2px 5px;
    border: 0 none;
  }
  
  .popover .arrow:after {
    border-top-color: #1c3557;
  }
  
  .popover span.description {
    font-style: italic;
  }
  
  .popover span.location {
    color: #b2cff6;
  }
  
  .popover.top > .arrow:after {
    border-top-color: #1c3557;
  }
  
  .legenda {
    display: block;
    float: left;
    margin-right: 20px;
  }
  
  .legenda .app-block {
    display: block;
    border-radius: 4px;
    width: 30px;
    height: 28px;
    float: left;
    margin-right: 4px;
  }
  
  .legenda .office {
    background-color: #3c8dbc;
  }
  
  .legenda .remote {
    background-color: #cccccc;
  }
  
  .legenda .other {
    background-color: #00a65a;
  }
  
  .legenda .preparation {
    background-color: #183557;
  }
  
  .legenda .execution {
    background-color: #4eb9a3;
  }
  
  .legenda .lines {
    background-color: lightgrey;
  }
  
  .no-astrix label {
    display: none;
  }
  
  /* ALERTS */
  .alerts .box.box-success .box-header, .alerts .box.box-info .box-header, .alerts .box.box-danger .box-header, .alerts .box.box-warning .box-header, .alerts .box.box-primary .box-header {
    background: #f2f2f2;
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
  }
  
  .alerts .box {
    border-top: 3px solid #d2d6de !important;
  }
  
  .alerts .box.box-primary {
    border-top-color: #3c8dbc !important;
  }
  
  .alerts .panel.box.box-success, .alerts .panel.box.box-info, .alerts .panel.box.box-danger, .alerts .panel.box.box-warning, .alerts .panel.box.box-primary {
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-bottom: 0 none !important;
  }
  
  .alerts .panel .box-header {
    background: #fff !important;
    border-bottom: 1px solid #f4f4f4 !important;
  }
  
  .alerts .pull-right-container .label {
    margin-left: 10px;
    padding: .4em .6em .3em;
  }
  
  .alerts .no-items {
    color: #999;
    font-size: 13px;
    font-style: italic;
  }
  
  /*---end---*/
  /* MENU: EDIT page like users */
  .editblockpage {
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
    display: block;
    float: left;
    width: 100%;
    padding: 10px;
  }
  
  .editblockpage.darker {
    background: #e4e4e4;
    border: 1px solid #ddd;
  }
  
  /*---end---*/
  .emojionearea .emojionearea-button.active + .emojionearea-picker-position-top {
    margin-top: -90px;
  }
  
  /*!
   * bootstrap-tokenfield
   * https://github.com/sliptree/bootstrap-tokenfield
   * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
   */
  .tokenfield {
    height: auto;
    min-height: 34px;
    padding-bottom: 0px;
  }
  
  .tokenfield.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);
  }
  
  .tokenfield .token {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #d9d9d9;
    background-color: #ededed;
    white-space: nowrap;
    margin: -1px 5px 5px 0;
    height: 22px;
    vertical-align: top;
    cursor: default;
  }
  
  .tokenfield .token:hover {
    border-color: #b9b9b9;
  }
  
  .tokenfield .token.active {
    border-color: #52a8ec;
    border-color: rgba(82, 168, 236, 0.8);
  }
  
  .tokenfield .token.duplicate {
    border-color: #ebccd1;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  .tokenfield .token.invalid {
    background: none;
    border: 1px solid transparent;
    border-radius: 0;
    border-bottom: 1px dotted #d9534f;
  }
  
  .tokenfield .token.invalid.active {
    background: #ededed;
    border: 1px solid #ededed;
    border-radius: 3px;
  }
  
  .tokenfield .token .token-label {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4px;
    vertical-align: top;
  }
  
  .tokenfield .token .close {
    font-family: Arial;
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.49em;
    margin-left: 5px;
    float: none;
    height: 100%;
    vertical-align: top;
    padding-right: 4px;
  }
  
  .tokenfield .token-input {
    background: none;
    width: 60px;
    min-width: 60px;
    border: 0;
    height: 20px;
    padding: 0;
    margin-bottom: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .tokenfield .token-input:focus {
    border-color: transparent;
    outline: 0;
    /* IE6-9 */
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .tokenfield.disabled {
    cursor: not-allowed;
    background-color: #eeeeee;
  }
  
  .tokenfield.disabled .token-input {
    cursor: not-allowed;
  }
  
  .tokenfield.disabled .token:hover {
    cursor: not-allowed;
    border-color: #d9d9d9;
  }
  
  .tokenfield.disabled .token:hover .close {
    cursor: not-allowed;
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  
  .has-warning .tokenfield.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-error .tokenfield.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-success .tokenfield.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;
  }
  
  .tokenfield.input-sm, .input-group-sm > .tokenfield.form-control,
  .input-group-sm > .tokenfield.input-group-addon,
  .input-group-sm > .input-group-btn > .tokenfield.btn,
  .input-group-sm .tokenfield {
    min-height: 30px;
    padding-bottom: 0px;
  }
  
  .input-group-sm .token,
  .tokenfield.input-sm .token,
  .input-group-sm > .tokenfield.form-control .token,
  .input-group-sm > .tokenfield.input-group-addon .token,
  .input-group-sm > .input-group-btn > .tokenfield.btn .token {
    height: 20px;
    margin-bottom: 4px;
  }
  
  .input-group-sm .token-input,
  .tokenfield.input-sm .token-input,
  .input-group-sm > .tokenfield.form-control .token-input,
  .input-group-sm > .tokenfield.input-group-addon .token-input,
  .input-group-sm > .input-group-btn > .tokenfield.btn .token-input {
    height: 18px;
    margin-bottom: 5px;
  }
  
  .tokenfield.input-lg, .input-group-lg > .tokenfield.form-control,
  .input-group-lg > .tokenfield.input-group-addon,
  .input-group-lg > .input-group-btn > .tokenfield.btn,
  .input-group-lg .tokenfield {
    min-height: 45px;
    padding-bottom: 4px;
  }
  
  .input-group-lg .token,
  .tokenfield.input-lg .token,
  .input-group-lg > .tokenfield.form-control .token,
  .input-group-lg > .tokenfield.input-group-addon .token,
  .input-group-lg > .input-group-btn > .tokenfield.btn .token {
    height: 25px;
  }
  
  .input-group-lg .token-label,
  .tokenfield.input-lg .token-label,
  .input-group-lg > .tokenfield.form-control .token-label,
  .input-group-lg > .tokenfield.input-group-addon .token-label,
  .input-group-lg > .input-group-btn > .tokenfield.btn .token-label {
    line-height: 23px;
  }
  
  .input-group-lg .token .close,
  .tokenfield.input-lg .token .close,
  .input-group-lg > .tokenfield.form-control .token .close,
  .input-group-lg > .tokenfield.input-group-addon .token .close,
  .input-group-lg > .input-group-btn > .tokenfield.btn .token .close {
    line-height: 1.3em;
  }
  
  .input-group-lg .token-input,
  .tokenfield.input-lg .token-input,
  .input-group-lg > .tokenfield.form-control .token-input,
  .input-group-lg > .tokenfield.input-group-addon .token-input,
  .input-group-lg > .input-group-btn > .tokenfield.btn .token-input {
    height: 23px;
    line-height: 23px;
    margin-bottom: 6px;
    vertical-align: top;
  }
  
  .tokenfield.rtl {
    direction: rtl;
    text-align: right;
  }
  
  .tokenfield.rtl .token {
    margin: -1px 0 5px 5px;
  }
  
  .tokenfield.rtl .token .token-label {
    padding-left: 0px;
    padding-right: 4px;
  }
  
  #keditor-sidebar {
    width: 350px;
    opacity: 1;
  }
  
  .keditor-snippet {
    width: 95%;
  }
  
  .keditor-component-content {
    padding-top: 20px;
  }
  