@charset "UTF-8";
.yasgui {
  position: relative;
  /**We need to set some bootstrap properties manually. These are normally assigned to body, but cannot do this as everyhing is namespaced*/
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /**Disable webkit perspective for now (disappointing, because it improves the transition a lot..)
This perspective messes up the full screen capabilities of YASR/YASQE, and positioning of e.g. selectboxes
**/
  /**used by both YASQE and/or YASR**/
  /* BASICS */
  /* PADDING */
  /* GUTTER */
  /* CURSOR */
  /* Shown when moving in bi-directional text */
  /* Can style cursor different in overwrite (non-insert) mode */
  /* DEFAULT THEME */
  /* Default styles for common addons */
  /* STOP */
  /* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
  /* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
  /* Force content-box sizing for the elements where we expect it */
  /* IE7 hack to prevent it from returning funny offsetTops on the spans */
  /* Used to force a border model for a node */
  /* See issue #2901 */
  /* Help users use markselection to safely style text background */
  /*
 * Table styles
 */
  /*
 * Control feature layout
 */
  /*!
 * jQuery UI Resizable 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
  /**
 * selectize.bootstrap3.css (v0.12.4) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
  /**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
  /* required styles */
  /* Safari renders non-retina tile on retina better with this, but Chrome is worse */
  /* hack that prevents hw layers "stretching" when loading new tiles */
  /* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
  /* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
  /* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
  /* control positioning */
  /* zoom and fade animations */
  /* cursors */
  /* marker & overlays interactivity */
  /* visual tweaks */
  /* general typography */
  /* general toolbar styles */
  /* zoom control */
  /* layers control */
  /* Default icon URLs */
  /* attribution and scale controls */
  /* popup */
  /* div icon */
  /* Tooltip */
  /* Base styles for the element that has a tooltip */
  /* Directions */ }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
  .yasgui {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff; }
  .yasgui html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }
  .yasgui body {
    margin: 0; }
  .yasgui article,
  .yasgui aside,
  .yasgui details,
  .yasgui figcaption,
  .yasgui figure,
  .yasgui footer,
  .yasgui header,
  .yasgui hgroup,
  .yasgui main,
  .yasgui menu,
  .yasgui nav,
  .yasgui section,
  .yasgui summary {
    display: block; }
  .yasgui audio,
  .yasgui canvas,
  .yasgui progress,
  .yasgui video {
    display: inline-block;
    vertical-align: baseline; }
  .yasgui audio:not([controls]) {
    display: none;
    height: 0; }
  .yasgui [hidden],
  .yasgui template {
    display: none; }
  .yasgui a {
    background-color: transparent; }
  .yasgui a:active,
  .yasgui a:hover {
    outline: 0; }
  .yasgui abbr[title] {
    border-bottom: 1px dotted; }
  .yasgui b,
  .yasgui strong {
    font-weight: bold; }
  .yasgui dfn {
    font-style: italic; }
  .yasgui h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  .yasgui mark {
    background: #ff0;
    color: #000; }
  .yasgui small {
    font-size: 80%; }
  .yasgui sub,
  .yasgui sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .yasgui sup {
    top: -0.5em; }
  .yasgui sub {
    bottom: -0.25em; }
  .yasgui img {
    border: 0; }
  .yasgui svg:not(:root) {
    overflow: hidden; }
  .yasgui figure {
    margin: 1em 40px; }
  .yasgui hr {
    box-sizing: content-box;
    height: 0; }
  .yasgui pre {
    overflow: auto; }
  .yasgui code,
  .yasgui kbd,
  .yasgui pre,
  .yasgui samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  .yasgui button,
  .yasgui input,
  .yasgui optgroup,
  .yasgui select,
  .yasgui textarea {
    color: inherit;
    font: inherit;
    margin: 0; }
  .yasgui button {
    overflow: visible; }
  .yasgui button,
  .yasgui select {
    text-transform: none; }
  .yasgui button,
  .yasgui html input[type="button"],
  .yasgui input[type="reset"],
  .yasgui input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  .yasgui button[disabled],
  .yasgui html input[disabled] {
    cursor: default; }
  .yasgui button::-moz-focus-inner,
  .yasgui input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .yasgui input {
    line-height: normal; }
  .yasgui input[type="checkbox"],
  .yasgui input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  .yasgui input[type="number"]::-webkit-inner-spin-button,
  .yasgui input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .yasgui input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }
  .yasgui input[type="search"]::-webkit-search-cancel-button,
  .yasgui input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .yasgui fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .yasgui legend {
    border: 0;
    padding: 0; }
  .yasgui textarea {
    overflow: auto; }
  .yasgui optgroup {
    font-weight: bold; }
  .yasgui table {
    border-collapse: collapse;
    border-spacing: 0; }
  .yasgui td,
  .yasgui th {
    padding: 0; }
  @media print {
    .yasgui *,
    .yasgui *:before,
    .yasgui *:after {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important; }
    .yasgui a,
    .yasgui a:visited {
      text-decoration: underline; }
    .yasgui a[href]:after {
      content: " (" attr(href) ")"; }
    .yasgui abbr[title]:after {
      content: " (" attr(title) ")"; }
    .yasgui a[href^="#"]:after,
    .yasgui a[href^="javascript:"]:after {
      content: ""; }
    .yasgui pre,
    .yasgui blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    .yasgui thead {
      display: table-header-group; }
    .yasgui tr,
    .yasgui img {
      page-break-inside: avoid; }
    .yasgui img {
      max-width: 100% !important; }
    .yasgui p,
    .yasgui h2,
    .yasgui h3 {
      orphans: 3;
      widows: 3; }
    .yasgui h2,
    .yasgui h3 {
      page-break-after: avoid; }
    .yasgui .navbar {
      display: none; }
    .yasgui .btn > .caret,
    .yasgui .dropup > .btn > .caret {
      border-top-color: #000 !important; }
    .yasgui .label {
      border: 1px solid #000; }
    .yasgui .table {
      border-collapse: collapse !important; }
      .yasgui .table td,
      .yasgui .table th {
        background-color: #fff !important; }
    .yasgui .table-bordered th,
    .yasgui .table-bordered td {
      border: 1px solid #ddd !important; } }
  .yasgui * {
    box-sizing: border-box; }
  .yasgui *:before,
  .yasgui *:after {
    box-sizing: border-box; }
  .yasgui html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent; }
  .yasgui body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff; }
  .yasgui input,
  .yasgui button,
  .yasgui select,
  .yasgui textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .yasgui a {
    color: #337ab7;
    text-decoration: none; }
    .yasgui a:hover, .yasgui a:focus {
      color: #23527c;
      text-decoration: underline; }
    .yasgui a:focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
  .yasgui figure {
    margin: 0; }
  .yasgui img {
    vertical-align: middle; }
  .yasgui .img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }
  .yasgui .img-rounded {
    border-radius: 6px; }
  .yasgui .img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }
  .yasgui .img-circle {
    border-radius: 50%; }
  .yasgui hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee; }
  .yasgui .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .yasgui .sr-only-focusable:active, .yasgui .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }
  .yasgui [role="button"] {
    cursor: pointer; }
  .yasgui h1, .yasgui h2, .yasgui h3, .yasgui h4, .yasgui h5, .yasgui h6,
  .yasgui .h1, .yasgui .h2, .yasgui .h3, .yasgui .h4, .yasgui .h5, .yasgui .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }
    .yasgui h1 small,
    .yasgui h1 .small, .yasgui h2 small,
    .yasgui h2 .small, .yasgui h3 small,
    .yasgui h3 .small, .yasgui h4 small,
    .yasgui h4 .small, .yasgui h5 small,
    .yasgui h5 .small, .yasgui h6 small,
    .yasgui h6 .small,
    .yasgui .h1 small,
    .yasgui .h1 .small, .yasgui .h2 small,
    .yasgui .h2 .small, .yasgui .h3 small,
    .yasgui .h3 .small, .yasgui .h4 small,
    .yasgui .h4 .small, .yasgui .h5 small,
    .yasgui .h5 .small, .yasgui .h6 small,
    .yasgui .h6 .small {
      font-weight: normal;
      line-height: 1;
      color: #777777; }
  .yasgui h1, .yasgui .h1,
  .yasgui h2, .yasgui .h2,
  .yasgui h3, .yasgui .h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
    .yasgui h1 small,
    .yasgui h1 .small, .yasgui .h1 small,
    .yasgui .h1 .small,
    .yasgui h2 small,
    .yasgui h2 .small, .yasgui .h2 small,
    .yasgui .h2 .small,
    .yasgui h3 small,
    .yasgui h3 .small, .yasgui .h3 small,
    .yasgui .h3 .small {
      font-size: 65%; }
  .yasgui h4, .yasgui .h4,
  .yasgui h5, .yasgui .h5,
  .yasgui h6, .yasgui .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
    .yasgui h4 small,
    .yasgui h4 .small, .yasgui .h4 small,
    .yasgui .h4 .small,
    .yasgui h5 small,
    .yasgui h5 .small, .yasgui .h5 small,
    .yasgui .h5 .small,
    .yasgui h6 small,
    .yasgui h6 .small, .yasgui .h6 small,
    .yasgui .h6 .small {
      font-size: 75%; }
  .yasgui h1, .yasgui .h1 {
    font-size: 36px; }
  .yasgui h2, .yasgui .h2 {
    font-size: 30px; }
  .yasgui h3, .yasgui .h3 {
    font-size: 24px; }
  .yasgui h4, .yasgui .h4 {
    font-size: 18px; }
  .yasgui h5, .yasgui .h5 {
    font-size: 14px; }
  .yasgui h6, .yasgui .h6 {
    font-size: 12px; }
  .yasgui p {
    margin: 0 0 10px; }
  .yasgui .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .yasgui .lead {
        font-size: 21px; } }
  .yasgui small,
  .yasgui .small {
    font-size: 85%; }
  .yasgui mark,
  .yasgui .mark {
    background-color: #fcf8e3;
    padding: .2em; }
  .yasgui .text-left {
    text-align: left; }
  .yasgui .text-right {
    text-align: right; }
  .yasgui .text-center {
    text-align: center; }
  .yasgui .text-justify {
    text-align: justify; }
  .yasgui .text-nowrap {
    white-space: nowrap; }
  .yasgui .text-lowercase {
    text-transform: lowercase; }
  .yasgui .text-uppercase, .yasgui .initialism {
    text-transform: uppercase; }
  .yasgui .text-capitalize {
    text-transform: capitalize; }
  .yasgui .text-muted {
    color: #777777; }
  .yasgui .text-primary {
    color: #337ab7; }
  .yasgui a.text-primary:hover,
  .yasgui a.text-primary:focus {
    color: #286090; }
  .yasgui .text-success {
    color: #3c763d; }
  .yasgui a.text-success:hover,
  .yasgui a.text-success:focus {
    color: #2b542c; }
  .yasgui .text-info {
    color: #31708f; }
  .yasgui a.text-info:hover,
  .yasgui a.text-info:focus {
    color: #245269; }
  .yasgui .text-warning {
    color: #8a6d3b; }
  .yasgui a.text-warning:hover,
  .yasgui a.text-warning:focus {
    color: #66512c; }
  .yasgui .text-danger {
    color: #a94442; }
  .yasgui a.text-danger:hover,
  .yasgui a.text-danger:focus {
    color: #843534; }
  .yasgui .bg-primary {
    color: #fff; }
  .yasgui .bg-primary {
    background-color: #337ab7; }
  .yasgui a.bg-primary:hover,
  .yasgui a.bg-primary:focus {
    background-color: #286090; }
  .yasgui .bg-success {
    background-color: #dff0d8; }
  .yasgui a.bg-success:hover,
  .yasgui a.bg-success:focus {
    background-color: #c1e2b3; }
  .yasgui .bg-info {
    background-color: #d9edf7; }
  .yasgui a.bg-info:hover,
  .yasgui a.bg-info:focus {
    background-color: #afd9ee; }
  .yasgui .bg-warning {
    background-color: #fcf8e3; }
  .yasgui a.bg-warning:hover,
  .yasgui a.bg-warning:focus {
    background-color: #f7ecb5; }
  .yasgui .bg-danger {
    background-color: #f2dede; }
  .yasgui a.bg-danger:hover,
  .yasgui a.bg-danger:focus {
    background-color: #e4b9b9; }
  .yasgui .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee; }
  .yasgui ul,
  .yasgui ol {
    margin-top: 0;
    margin-bottom: 10px; }
    .yasgui ul ul,
    .yasgui ul ol,
    .yasgui ol ul,
    .yasgui ol ol {
      margin-bottom: 0; }
  .yasgui .list-unstyled {
    padding-left: 0;
    list-style: none; }
  .yasgui .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
    .yasgui .list-inline > li {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px; }
  .yasgui dl {
    margin-top: 0;
    margin-bottom: 20px; }
  .yasgui dt,
  .yasgui dd {
    line-height: 1.42857; }
  .yasgui dt {
    font-weight: bold; }
  .yasgui dd {
    margin-left: 0; }
  .yasgui .dl-horizontal dd:before, .yasgui .dl-horizontal dd:after {
    content: " ";
    display: table; }
  .yasgui .dl-horizontal dd:after {
    clear: both; }
  @media (min-width: 768px) {
    .yasgui .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .yasgui .dl-horizontal dd {
      margin-left: 180px; } }
  .yasgui abbr[title],
  .yasgui abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777; }
  .yasgui .initialism {
    font-size: 90%; }
  .yasgui blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee; }
    .yasgui blockquote p:last-child,
    .yasgui blockquote ul:last-child,
    .yasgui blockquote ol:last-child {
      margin-bottom: 0; }
    .yasgui blockquote footer,
    .yasgui blockquote small,
    .yasgui blockquote .small {
      display: block;
      font-size: 80%;
      line-height: 1.42857;
      color: #777777; }
      .yasgui blockquote footer:before,
      .yasgui blockquote small:before,
      .yasgui blockquote .small:before {
        content: '\2014 \00A0'; }
  .yasgui .blockquote-reverse,
  .yasgui blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right; }
    .yasgui .blockquote-reverse footer:before,
    .yasgui .blockquote-reverse small:before,
    .yasgui .blockquote-reverse .small:before,
    .yasgui blockquote.pull-right footer:before,
    .yasgui blockquote.pull-right small:before,
    .yasgui blockquote.pull-right .small:before {
      content: ''; }
    .yasgui .blockquote-reverse footer:after,
    .yasgui .blockquote-reverse small:after,
    .yasgui .blockquote-reverse .small:after,
    .yasgui blockquote.pull-right footer:after,
    .yasgui blockquote.pull-right small:after,
    .yasgui blockquote.pull-right .small:after {
      content: '\00A0 \2014'; }
  .yasgui address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857; }
  .yasgui code,
  .yasgui kbd,
  .yasgui pre,
  .yasgui samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
  .yasgui code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px; }
  .yasgui kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .yasgui kbd kbd {
      padding: 0;
      font-size: 100%;
      font-weight: bold;
      box-shadow: none; }
  .yasgui pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px; }
    .yasgui pre code {
      padding: 0;
      font-size: inherit;
      color: inherit;
      white-space: pre-wrap;
      background-color: transparent;
      border-radius: 0; }
  .yasgui .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  .yasgui .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .yasgui .container:before, .yasgui .container:after {
      content: " ";
      display: table; }
    .yasgui .container:after {
      clear: both; }
    @media (min-width: 768px) {
      .yasgui .container {
        width: 750px; } }
    @media (min-width: 992px) {
      .yasgui .container {
        width: 970px; } }
    @media (min-width: 1200px) {
      .yasgui .container {
        width: 1170px; } }
  .yasgui .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .yasgui .container-fluid:before, .yasgui .container-fluid:after {
      content: " ";
      display: table; }
    .yasgui .container-fluid:after {
      clear: both; }
  .yasgui .row {
    margin-left: -15px;
    margin-right: -15px; }
    .yasgui .row:before, .yasgui .row:after {
      content: " ";
      display: table; }
    .yasgui .row:after {
      clear: both; }
  .yasgui .col-xs-1, .yasgui .col-sm-1, .yasgui .col-md-1, .yasgui .col-lg-1, .yasgui .col-xs-2, .yasgui .col-sm-2, .yasgui .col-md-2, .yasgui .col-lg-2, .yasgui .col-xs-3, .yasgui .col-sm-3, .yasgui .col-md-3, .yasgui .col-lg-3, .yasgui .col-xs-4, .yasgui .col-sm-4, .yasgui .col-md-4, .yasgui .col-lg-4, .yasgui .col-xs-5, .yasgui .col-sm-5, .yasgui .col-md-5, .yasgui .col-lg-5, .yasgui .col-xs-6, .yasgui .col-sm-6, .yasgui .col-md-6, .yasgui .col-lg-6, .yasgui .col-xs-7, .yasgui .col-sm-7, .yasgui .col-md-7, .yasgui .col-lg-7, .yasgui .col-xs-8, .yasgui .col-sm-8, .yasgui .col-md-8, .yasgui .col-lg-8, .yasgui .col-xs-9, .yasgui .col-sm-9, .yasgui .col-md-9, .yasgui .col-lg-9, .yasgui .col-xs-10, .yasgui .col-sm-10, .yasgui .col-md-10, .yasgui .col-lg-10, .yasgui .col-xs-11, .yasgui .col-sm-11, .yasgui .col-md-11, .yasgui .col-lg-11, .yasgui .col-xs-12, .yasgui .col-sm-12, .yasgui .col-md-12, .yasgui .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .yasgui .col-xs-1, .yasgui .col-xs-2, .yasgui .col-xs-3, .yasgui .col-xs-4, .yasgui .col-xs-5, .yasgui .col-xs-6, .yasgui .col-xs-7, .yasgui .col-xs-8, .yasgui .col-xs-9, .yasgui .col-xs-10, .yasgui .col-xs-11, .yasgui .col-xs-12 {
    float: left; }
  .yasgui .col-xs-1 {
    width: 8.33333%; }
  .yasgui .col-xs-2 {
    width: 16.66667%; }
  .yasgui .col-xs-3 {
    width: 25%; }
  .yasgui .col-xs-4 {
    width: 33.33333%; }
  .yasgui .col-xs-5 {
    width: 41.66667%; }
  .yasgui .col-xs-6 {
    width: 50%; }
  .yasgui .col-xs-7 {
    width: 58.33333%; }
  .yasgui .col-xs-8 {
    width: 66.66667%; }
  .yasgui .col-xs-9 {
    width: 75%; }
  .yasgui .col-xs-10 {
    width: 83.33333%; }
  .yasgui .col-xs-11 {
    width: 91.66667%; }
  .yasgui .col-xs-12 {
    width: 100%; }
  .yasgui .col-xs-pull-0 {
    right: auto; }
  .yasgui .col-xs-pull-1 {
    right: 8.33333%; }
  .yasgui .col-xs-pull-2 {
    right: 16.66667%; }
  .yasgui .col-xs-pull-3 {
    right: 25%; }
  .yasgui .col-xs-pull-4 {
    right: 33.33333%; }
  .yasgui .col-xs-pull-5 {
    right: 41.66667%; }
  .yasgui .col-xs-pull-6 {
    right: 50%; }
  .yasgui .col-xs-pull-7 {
    right: 58.33333%; }
  .yasgui .col-xs-pull-8 {
    right: 66.66667%; }
  .yasgui .col-xs-pull-9 {
    right: 75%; }
  .yasgui .col-xs-pull-10 {
    right: 83.33333%; }
  .yasgui .col-xs-pull-11 {
    right: 91.66667%; }
  .yasgui .col-xs-pull-12 {
    right: 100%; }
  .yasgui .col-xs-push-0 {
    left: auto; }
  .yasgui .col-xs-push-1 {
    left: 8.33333%; }
  .yasgui .col-xs-push-2 {
    left: 16.66667%; }
  .yasgui .col-xs-push-3 {
    left: 25%; }
  .yasgui .col-xs-push-4 {
    left: 33.33333%; }
  .yasgui .col-xs-push-5 {
    left: 41.66667%; }
  .yasgui .col-xs-push-6 {
    left: 50%; }
  .yasgui .col-xs-push-7 {
    left: 58.33333%; }
  .yasgui .col-xs-push-8 {
    left: 66.66667%; }
  .yasgui .col-xs-push-9 {
    left: 75%; }
  .yasgui .col-xs-push-10 {
    left: 83.33333%; }
  .yasgui .col-xs-push-11 {
    left: 91.66667%; }
  .yasgui .col-xs-push-12 {
    left: 100%; }
  .yasgui .col-xs-offset-0 {
    margin-left: 0%; }
  .yasgui .col-xs-offset-1 {
    margin-left: 8.33333%; }
  .yasgui .col-xs-offset-2 {
    margin-left: 16.66667%; }
  .yasgui .col-xs-offset-3 {
    margin-left: 25%; }
  .yasgui .col-xs-offset-4 {
    margin-left: 33.33333%; }
  .yasgui .col-xs-offset-5 {
    margin-left: 41.66667%; }
  .yasgui .col-xs-offset-6 {
    margin-left: 50%; }
  .yasgui .col-xs-offset-7 {
    margin-left: 58.33333%; }
  .yasgui .col-xs-offset-8 {
    margin-left: 66.66667%; }
  .yasgui .col-xs-offset-9 {
    margin-left: 75%; }
  .yasgui .col-xs-offset-10 {
    margin-left: 83.33333%; }
  .yasgui .col-xs-offset-11 {
    margin-left: 91.66667%; }
  .yasgui .col-xs-offset-12 {
    margin-left: 100%; }
  @media (min-width: 768px) {
    .yasgui .col-sm-1, .yasgui .col-sm-2, .yasgui .col-sm-3, .yasgui .col-sm-4, .yasgui .col-sm-5, .yasgui .col-sm-6, .yasgui .col-sm-7, .yasgui .col-sm-8, .yasgui .col-sm-9, .yasgui .col-sm-10, .yasgui .col-sm-11, .yasgui .col-sm-12 {
      float: left; }
    .yasgui .col-sm-1 {
      width: 8.33333%; }
    .yasgui .col-sm-2 {
      width: 16.66667%; }
    .yasgui .col-sm-3 {
      width: 25%; }
    .yasgui .col-sm-4 {
      width: 33.33333%; }
    .yasgui .col-sm-5 {
      width: 41.66667%; }
    .yasgui .col-sm-6 {
      width: 50%; }
    .yasgui .col-sm-7 {
      width: 58.33333%; }
    .yasgui .col-sm-8 {
      width: 66.66667%; }
    .yasgui .col-sm-9 {
      width: 75%; }
    .yasgui .col-sm-10 {
      width: 83.33333%; }
    .yasgui .col-sm-11 {
      width: 91.66667%; }
    .yasgui .col-sm-12 {
      width: 100%; }
    .yasgui .col-sm-pull-0 {
      right: auto; }
    .yasgui .col-sm-pull-1 {
      right: 8.33333%; }
    .yasgui .col-sm-pull-2 {
      right: 16.66667%; }
    .yasgui .col-sm-pull-3 {
      right: 25%; }
    .yasgui .col-sm-pull-4 {
      right: 33.33333%; }
    .yasgui .col-sm-pull-5 {
      right: 41.66667%; }
    .yasgui .col-sm-pull-6 {
      right: 50%; }
    .yasgui .col-sm-pull-7 {
      right: 58.33333%; }
    .yasgui .col-sm-pull-8 {
      right: 66.66667%; }
    .yasgui .col-sm-pull-9 {
      right: 75%; }
    .yasgui .col-sm-pull-10 {
      right: 83.33333%; }
    .yasgui .col-sm-pull-11 {
      right: 91.66667%; }
    .yasgui .col-sm-pull-12 {
      right: 100%; }
    .yasgui .col-sm-push-0 {
      left: auto; }
    .yasgui .col-sm-push-1 {
      left: 8.33333%; }
    .yasgui .col-sm-push-2 {
      left: 16.66667%; }
    .yasgui .col-sm-push-3 {
      left: 25%; }
    .yasgui .col-sm-push-4 {
      left: 33.33333%; }
    .yasgui .col-sm-push-5 {
      left: 41.66667%; }
    .yasgui .col-sm-push-6 {
      left: 50%; }
    .yasgui .col-sm-push-7 {
      left: 58.33333%; }
    .yasgui .col-sm-push-8 {
      left: 66.66667%; }
    .yasgui .col-sm-push-9 {
      left: 75%; }
    .yasgui .col-sm-push-10 {
      left: 83.33333%; }
    .yasgui .col-sm-push-11 {
      left: 91.66667%; }
    .yasgui .col-sm-push-12 {
      left: 100%; }
    .yasgui .col-sm-offset-0 {
      margin-left: 0%; }
    .yasgui .col-sm-offset-1 {
      margin-left: 8.33333%; }
    .yasgui .col-sm-offset-2 {
      margin-left: 16.66667%; }
    .yasgui .col-sm-offset-3 {
      margin-left: 25%; }
    .yasgui .col-sm-offset-4 {
      margin-left: 33.33333%; }
    .yasgui .col-sm-offset-5 {
      margin-left: 41.66667%; }
    .yasgui .col-sm-offset-6 {
      margin-left: 50%; }
    .yasgui .col-sm-offset-7 {
      margin-left: 58.33333%; }
    .yasgui .col-sm-offset-8 {
      margin-left: 66.66667%; }
    .yasgui .col-sm-offset-9 {
      margin-left: 75%; }
    .yasgui .col-sm-offset-10 {
      margin-left: 83.33333%; }
    .yasgui .col-sm-offset-11 {
      margin-left: 91.66667%; }
    .yasgui .col-sm-offset-12 {
      margin-left: 100%; } }
  @media (min-width: 992px) {
    .yasgui .col-md-1, .yasgui .col-md-2, .yasgui .col-md-3, .yasgui .col-md-4, .yasgui .col-md-5, .yasgui .col-md-6, .yasgui .col-md-7, .yasgui .col-md-8, .yasgui .col-md-9, .yasgui .col-md-10, .yasgui .col-md-11, .yasgui .col-md-12 {
      float: left; }
    .yasgui .col-md-1 {
      width: 8.33333%; }
    .yasgui .col-md-2 {
      width: 16.66667%; }
    .yasgui .col-md-3 {
      width: 25%; }
    .yasgui .col-md-4 {
      width: 33.33333%; }
    .yasgui .col-md-5 {
      width: 41.66667%; }
    .yasgui .col-md-6 {
      width: 50%; }
    .yasgui .col-md-7 {
      width: 58.33333%; }
    .yasgui .col-md-8 {
      width: 66.66667%; }
    .yasgui .col-md-9 {
      width: 75%; }
    .yasgui .col-md-10 {
      width: 83.33333%; }
    .yasgui .col-md-11 {
      width: 91.66667%; }
    .yasgui .col-md-12 {
      width: 100%; }
    .yasgui .col-md-pull-0 {
      right: auto; }
    .yasgui .col-md-pull-1 {
      right: 8.33333%; }
    .yasgui .col-md-pull-2 {
      right: 16.66667%; }
    .yasgui .col-md-pull-3 {
      right: 25%; }
    .yasgui .col-md-pull-4 {
      right: 33.33333%; }
    .yasgui .col-md-pull-5 {
      right: 41.66667%; }
    .yasgui .col-md-pull-6 {
      right: 50%; }
    .yasgui .col-md-pull-7 {
      right: 58.33333%; }
    .yasgui .col-md-pull-8 {
      right: 66.66667%; }
    .yasgui .col-md-pull-9 {
      right: 75%; }
    .yasgui .col-md-pull-10 {
      right: 83.33333%; }
    .yasgui .col-md-pull-11 {
      right: 91.66667%; }
    .yasgui .col-md-pull-12 {
      right: 100%; }
    .yasgui .col-md-push-0 {
      left: auto; }
    .yasgui .col-md-push-1 {
      left: 8.33333%; }
    .yasgui .col-md-push-2 {
      left: 16.66667%; }
    .yasgui .col-md-push-3 {
      left: 25%; }
    .yasgui .col-md-push-4 {
      left: 33.33333%; }
    .yasgui .col-md-push-5 {
      left: 41.66667%; }
    .yasgui .col-md-push-6 {
      left: 50%; }
    .yasgui .col-md-push-7 {
      left: 58.33333%; }
    .yasgui .col-md-push-8 {
      left: 66.66667%; }
    .yasgui .col-md-push-9 {
      left: 75%; }
    .yasgui .col-md-push-10 {
      left: 83.33333%; }
    .yasgui .col-md-push-11 {
      left: 91.66667%; }
    .yasgui .col-md-push-12 {
      left: 100%; }
    .yasgui .col-md-offset-0 {
      margin-left: 0%; }
    .yasgui .col-md-offset-1 {
      margin-left: 8.33333%; }
    .yasgui .col-md-offset-2 {
      margin-left: 16.66667%; }
    .yasgui .col-md-offset-3 {
      margin-left: 25%; }
    .yasgui .col-md-offset-4 {
      margin-left: 33.33333%; }
    .yasgui .col-md-offset-5 {
      margin-left: 41.66667%; }
    .yasgui .col-md-offset-6 {
      margin-left: 50%; }
    .yasgui .col-md-offset-7 {
      margin-left: 58.33333%; }
    .yasgui .col-md-offset-8 {
      margin-left: 66.66667%; }
    .yasgui .col-md-offset-9 {
      margin-left: 75%; }
    .yasgui .col-md-offset-10 {
      margin-left: 83.33333%; }
    .yasgui .col-md-offset-11 {
      margin-left: 91.66667%; }
    .yasgui .col-md-offset-12 {
      margin-left: 100%; } }
  @media (min-width: 1200px) {
    .yasgui .col-lg-1, .yasgui .col-lg-2, .yasgui .col-lg-3, .yasgui .col-lg-4, .yasgui .col-lg-5, .yasgui .col-lg-6, .yasgui .col-lg-7, .yasgui .col-lg-8, .yasgui .col-lg-9, .yasgui .col-lg-10, .yasgui .col-lg-11, .yasgui .col-lg-12 {
      float: left; }
    .yasgui .col-lg-1 {
      width: 8.33333%; }
    .yasgui .col-lg-2 {
      width: 16.66667%; }
    .yasgui .col-lg-3 {
      width: 25%; }
    .yasgui .col-lg-4 {
      width: 33.33333%; }
    .yasgui .col-lg-5 {
      width: 41.66667%; }
    .yasgui .col-lg-6 {
      width: 50%; }
    .yasgui .col-lg-7 {
      width: 58.33333%; }
    .yasgui .col-lg-8 {
      width: 66.66667%; }
    .yasgui .col-lg-9 {
      width: 75%; }
    .yasgui .col-lg-10 {
      width: 83.33333%; }
    .yasgui .col-lg-11 {
      width: 91.66667%; }
    .yasgui .col-lg-12 {
      width: 100%; }
    .yasgui .col-lg-pull-0 {
      right: auto; }
    .yasgui .col-lg-pull-1 {
      right: 8.33333%; }
    .yasgui .col-lg-pull-2 {
      right: 16.66667%; }
    .yasgui .col-lg-pull-3 {
      right: 25%; }
    .yasgui .col-lg-pull-4 {
      right: 33.33333%; }
    .yasgui .col-lg-pull-5 {
      right: 41.66667%; }
    .yasgui .col-lg-pull-6 {
      right: 50%; }
    .yasgui .col-lg-pull-7 {
      right: 58.33333%; }
    .yasgui .col-lg-pull-8 {
      right: 66.66667%; }
    .yasgui .col-lg-pull-9 {
      right: 75%; }
    .yasgui .col-lg-pull-10 {
      right: 83.33333%; }
    .yasgui .col-lg-pull-11 {
      right: 91.66667%; }
    .yasgui .col-lg-pull-12 {
      right: 100%; }
    .yasgui .col-lg-push-0 {
      left: auto; }
    .yasgui .col-lg-push-1 {
      left: 8.33333%; }
    .yasgui .col-lg-push-2 {
      left: 16.66667%; }
    .yasgui .col-lg-push-3 {
      left: 25%; }
    .yasgui .col-lg-push-4 {
      left: 33.33333%; }
    .yasgui .col-lg-push-5 {
      left: 41.66667%; }
    .yasgui .col-lg-push-6 {
      left: 50%; }
    .yasgui .col-lg-push-7 {
      left: 58.33333%; }
    .yasgui .col-lg-push-8 {
      left: 66.66667%; }
    .yasgui .col-lg-push-9 {
      left: 75%; }
    .yasgui .col-lg-push-10 {
      left: 83.33333%; }
    .yasgui .col-lg-push-11 {
      left: 91.66667%; }
    .yasgui .col-lg-push-12 {
      left: 100%; }
    .yasgui .col-lg-offset-0 {
      margin-left: 0%; }
    .yasgui .col-lg-offset-1 {
      margin-left: 8.33333%; }
    .yasgui .col-lg-offset-2 {
      margin-left: 16.66667%; }
    .yasgui .col-lg-offset-3 {
      margin-left: 25%; }
    .yasgui .col-lg-offset-4 {
      margin-left: 33.33333%; }
    .yasgui .col-lg-offset-5 {
      margin-left: 41.66667%; }
    .yasgui .col-lg-offset-6 {
      margin-left: 50%; }
    .yasgui .col-lg-offset-7 {
      margin-left: 58.33333%; }
    .yasgui .col-lg-offset-8 {
      margin-left: 66.66667%; }
    .yasgui .col-lg-offset-9 {
      margin-left: 75%; }
    .yasgui .col-lg-offset-10 {
      margin-left: 83.33333%; }
    .yasgui .col-lg-offset-11 {
      margin-left: 91.66667%; }
    .yasgui .col-lg-offset-12 {
      margin-left: 100%; } }
  .yasgui table {
    background-color: transparent; }
  .yasgui caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left; }
  .yasgui th {
    text-align: left; }
  .yasgui .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
    .yasgui .table > thead > tr > th,
    .yasgui .table > thead > tr > td,
    .yasgui .table > tbody > tr > th,
    .yasgui .table > tbody > tr > td,
    .yasgui .table > tfoot > tr > th,
    .yasgui .table > tfoot > tr > td {
      padding: 8px;
      line-height: 1.42857;
      vertical-align: top;
      border-top: 1px solid #ddd; }
    .yasgui .table > thead > tr > th {
      vertical-align: bottom;
      border-bottom: 2px solid #ddd; }
    .yasgui .table > caption + thead > tr:first-child > th,
    .yasgui .table > caption + thead > tr:first-child > td,
    .yasgui .table > colgroup + thead > tr:first-child > th,
    .yasgui .table > colgroup + thead > tr:first-child > td,
    .yasgui .table > thead:first-child > tr:first-child > th,
    .yasgui .table > thead:first-child > tr:first-child > td {
      border-top: 0; }
    .yasgui .table > tbody + tbody {
      border-top: 2px solid #ddd; }
    .yasgui .table .table {
      background-color: #fff; }
  .yasgui .table-condensed > thead > tr > th,
  .yasgui .table-condensed > thead > tr > td,
  .yasgui .table-condensed > tbody > tr > th,
  .yasgui .table-condensed > tbody > tr > td,
  .yasgui .table-condensed > tfoot > tr > th,
  .yasgui .table-condensed > tfoot > tr > td {
    padding: 5px; }
  .yasgui .table-bordered {
    border: 1px solid #ddd; }
    .yasgui .table-bordered > thead > tr > th,
    .yasgui .table-bordered > thead > tr > td,
    .yasgui .table-bordered > tbody > tr > th,
    .yasgui .table-bordered > tbody > tr > td,
    .yasgui .table-bordered > tfoot > tr > th,
    .yasgui .table-bordered > tfoot > tr > td {
      border: 1px solid #ddd; }
    .yasgui .table-bordered > thead > tr > th,
    .yasgui .table-bordered > thead > tr > td {
      border-bottom-width: 2px; }
  .yasgui .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
  .yasgui .table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }
  .yasgui table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column; }
  .yasgui table td[class*="col-"],
  .yasgui table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell; }
  .yasgui .table > thead > tr > td.active,
  .yasgui .table > thead > tr > th.active,
  .yasgui .table > thead > tr.active > td,
  .yasgui .table > thead > tr.active > th,
  .yasgui .table > tbody > tr > td.active,
  .yasgui .table > tbody > tr > th.active,
  .yasgui .table > tbody > tr.active > td,
  .yasgui .table > tbody > tr.active > th,
  .yasgui .table > tfoot > tr > td.active,
  .yasgui .table > tfoot > tr > th.active,
  .yasgui .table > tfoot > tr.active > td,
  .yasgui .table > tfoot > tr.active > th {
    background-color: #f5f5f5; }
  .yasgui .table-hover > tbody > tr > td.active:hover,
  .yasgui .table-hover > tbody > tr > th.active:hover,
  .yasgui .table-hover > tbody > tr.active:hover > td,
  .yasgui .table-hover > tbody > tr:hover > .active,
  .yasgui .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8; }
  .yasgui .table > thead > tr > td.success,
  .yasgui .table > thead > tr > th.success,
  .yasgui .table > thead > tr.success > td,
  .yasgui .table > thead > tr.success > th,
  .yasgui .table > tbody > tr > td.success,
  .yasgui .table > tbody > tr > th.success,
  .yasgui .table > tbody > tr.success > td,
  .yasgui .table > tbody > tr.success > th,
  .yasgui .table > tfoot > tr > td.success,
  .yasgui .table > tfoot > tr > th.success,
  .yasgui .table > tfoot > tr.success > td,
  .yasgui .table > tfoot > tr.success > th {
    background-color: #dff0d8; }
  .yasgui .table-hover > tbody > tr > td.success:hover,
  .yasgui .table-hover > tbody > tr > th.success:hover,
  .yasgui .table-hover > tbody > tr.success:hover > td,
  .yasgui .table-hover > tbody > tr:hover > .success,
  .yasgui .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6; }
  .yasgui .table > thead > tr > td.info,
  .yasgui .table > thead > tr > th.info,
  .yasgui .table > thead > tr.info > td,
  .yasgui .table > thead > tr.info > th,
  .yasgui .table > tbody > tr > td.info,
  .yasgui .table > tbody > tr > th.info,
  .yasgui .table > tbody > tr.info > td,
  .yasgui .table > tbody > tr.info > th,
  .yasgui .table > tfoot > tr > td.info,
  .yasgui .table > tfoot > tr > th.info,
  .yasgui .table > tfoot > tr.info > td,
  .yasgui .table > tfoot > tr.info > th {
    background-color: #d9edf7; }
  .yasgui .table-hover > tbody > tr > td.info:hover,
  .yasgui .table-hover > tbody > tr > th.info:hover,
  .yasgui .table-hover > tbody > tr.info:hover > td,
  .yasgui .table-hover > tbody > tr:hover > .info,
  .yasgui .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3; }
  .yasgui .table > thead > tr > td.warning,
  .yasgui .table > thead > tr > th.warning,
  .yasgui .table > thead > tr.warning > td,
  .yasgui .table > thead > tr.warning > th,
  .yasgui .table > tbody > tr > td.warning,
  .yasgui .table > tbody > tr > th.warning,
  .yasgui .table > tbody > tr.warning > td,
  .yasgui .table > tbody > tr.warning > th,
  .yasgui .table > tfoot > tr > td.warning,
  .yasgui .table > tfoot > tr > th.warning,
  .yasgui .table > tfoot > tr.warning > td,
  .yasgui .table > tfoot > tr.warning > th {
    background-color: #fcf8e3; }
  .yasgui .table-hover > tbody > tr > td.warning:hover,
  .yasgui .table-hover > tbody > tr > th.warning:hover,
  .yasgui .table-hover > tbody > tr.warning:hover > td,
  .yasgui .table-hover > tbody > tr:hover > .warning,
  .yasgui .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc; }
  .yasgui .table > thead > tr > td.danger,
  .yasgui .table > thead > tr > th.danger,
  .yasgui .table > thead > tr.danger > td,
  .yasgui .table > thead > tr.danger > th,
  .yasgui .table > tbody > tr > td.danger,
  .yasgui .table > tbody > tr > th.danger,
  .yasgui .table > tbody > tr.danger > td,
  .yasgui .table > tbody > tr.danger > th,
  .yasgui .table > tfoot > tr > td.danger,
  .yasgui .table > tfoot > tr > th.danger,
  .yasgui .table > tfoot > tr.danger > td,
  .yasgui .table > tfoot > tr.danger > th {
    background-color: #f2dede; }
  .yasgui .table-hover > tbody > tr > td.danger:hover,
  .yasgui .table-hover > tbody > tr > th.danger:hover,
  .yasgui .table-hover > tbody > tr.danger:hover > td,
  .yasgui .table-hover > tbody > tr:hover > .danger,
  .yasgui .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc; }
  .yasgui .table-responsive {
    overflow-x: auto;
    min-height: 0.01%; }
    @media screen and (max-width: 767px) {
      .yasgui .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd; }
        .yasgui .table-responsive > .table {
          margin-bottom: 0; }
          .yasgui .table-responsive > .table > thead > tr > th,
          .yasgui .table-responsive > .table > thead > tr > td,
          .yasgui .table-responsive > .table > tbody > tr > th,
          .yasgui .table-responsive > .table > tbody > tr > td,
          .yasgui .table-responsive > .table > tfoot > tr > th,
          .yasgui .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap; }
        .yasgui .table-responsive > .table-bordered {
          border: 0; }
          .yasgui .table-responsive > .table-bordered > thead > tr > th:first-child,
          .yasgui .table-responsive > .table-bordered > thead > tr > td:first-child,
          .yasgui .table-responsive > .table-bordered > tbody > tr > th:first-child,
          .yasgui .table-responsive > .table-bordered > tbody > tr > td:first-child,
          .yasgui .table-responsive > .table-bordered > tfoot > tr > th:first-child,
          .yasgui .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0; }
          .yasgui .table-responsive > .table-bordered > thead > tr > th:last-child,
          .yasgui .table-responsive > .table-bordered > thead > tr > td:last-child,
          .yasgui .table-responsive > .table-bordered > tbody > tr > th:last-child,
          .yasgui .table-responsive > .table-bordered > tbody > tr > td:last-child,
          .yasgui .table-responsive > .table-bordered > tfoot > tr > th:last-child,
          .yasgui .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0; }
          .yasgui .table-responsive > .table-bordered > tbody > tr:last-child > th,
          .yasgui .table-responsive > .table-bordered > tbody > tr:last-child > td,
          .yasgui .table-responsive > .table-bordered > tfoot > tr:last-child > th,
          .yasgui .table-responsive > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0; } }
  .yasgui fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0; }
  .yasgui legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
  .yasgui label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold; }
  .yasgui input[type="search"] {
    box-sizing: border-box; }
  .yasgui input[type="radio"],
  .yasgui input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal; }
  .yasgui input[type="file"] {
    display: block; }
  .yasgui input[type="range"] {
    display: block;
    width: 100%; }
  .yasgui select[multiple],
  .yasgui select[size] {
    height: auto; }
  .yasgui input[type="file"]:focus,
  .yasgui input[type="radio"]:focus,
  .yasgui input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .yasgui output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555; }
  .yasgui .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
    .yasgui .form-control:focus {
      border-color: #66afe9;
      outline: 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
    .yasgui .form-control::-moz-placeholder {
      color: #999;
      opacity: 1; }
    .yasgui .form-control:-ms-input-placeholder {
      color: #999; }
    .yasgui .form-control::-webkit-input-placeholder {
      color: #999; }
    .yasgui .form-control::-ms-expand {
      border: 0;
      background-color: transparent; }
    .yasgui .form-control[disabled], .yasgui .form-control[readonly],
    fieldset[disabled] .yasgui .form-control {
      background-color: #eeeeee;
      opacity: 1; }
    .yasgui .form-control[disabled],
    fieldset[disabled] .yasgui .form-control {
      cursor: not-allowed; }
  .yasgui textarea.form-control {
    height: auto; }
  .yasgui input[type="search"] {
    -webkit-appearance: none; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .yasgui input[type="date"].form-control,
    .yasgui input[type="time"].form-control,
    .yasgui input[type="datetime-local"].form-control,
    .yasgui input[type="month"].form-control {
      line-height: 34px; }
    .yasgui input[type="date"].input-sm, .yasgui .input-group-sm > input[type="date"].form-control, .yasgui .input-group-sm > input[type="date"].input-group-addon, .yasgui .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm .yasgui input[type="date"],
    .yasgui input[type="time"].input-sm, .yasgui .input-group-sm > input[type="time"].form-control, .yasgui .input-group-sm > input[type="time"].input-group-addon, .yasgui .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm
    .yasgui input[type="time"],
    .yasgui input[type="datetime-local"].input-sm, .yasgui .input-group-sm > input[type="datetime-local"].form-control, .yasgui .input-group-sm > input[type="datetime-local"].input-group-addon, .yasgui .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm
    .yasgui input[type="datetime-local"],
    .yasgui input[type="month"].input-sm, .yasgui .input-group-sm > input[type="month"].form-control, .yasgui .input-group-sm > input[type="month"].input-group-addon, .yasgui .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm
    .yasgui input[type="month"] {
      line-height: 30px; }
    .yasgui input[type="date"].input-lg, .yasgui .input-group-lg > input[type="date"].form-control, .yasgui .input-group-lg > input[type="date"].input-group-addon, .yasgui .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg .yasgui input[type="date"],
    .yasgui input[type="time"].input-lg, .yasgui .input-group-lg > input[type="time"].form-control, .yasgui .input-group-lg > input[type="time"].input-group-addon, .yasgui .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg
    .yasgui input[type="time"],
    .yasgui input[type="datetime-local"].input-lg, .yasgui .input-group-lg > input[type="datetime-local"].form-control, .yasgui .input-group-lg > input[type="datetime-local"].input-group-addon, .yasgui .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg
    .yasgui input[type="datetime-local"],
    .yasgui input[type="month"].input-lg, .yasgui .input-group-lg > input[type="month"].form-control, .yasgui .input-group-lg > input[type="month"].input-group-addon, .yasgui .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg
    .yasgui input[type="month"] {
      line-height: 46px; } }
  .yasgui .form-group {
    margin-bottom: 15px; }
  .yasgui .radio,
  .yasgui .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
    .yasgui .radio label,
    .yasgui .checkbox label {
      min-height: 20px;
      padding-left: 20px;
      margin-bottom: 0;
      font-weight: normal;
      cursor: pointer; }
  .yasgui .radio input[type="radio"],
  .yasgui .radio-inline input[type="radio"],
  .yasgui .checkbox input[type="checkbox"],
  .yasgui .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9; }
  .yasgui .radio + .radio,
  .yasgui .checkbox + .checkbox {
    margin-top: -5px; }
  .yasgui .radio-inline,
  .yasgui .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer; }
  .yasgui .radio-inline + .radio-inline,
  .yasgui .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; }
  .yasgui input[type="radio"][disabled], .yasgui input[type="radio"].disabled,
  fieldset[disabled] .yasgui input[type="radio"],
  .yasgui input[type="checkbox"][disabled],
  .yasgui input[type="checkbox"].disabled,
  fieldset[disabled]
  .yasgui input[type="checkbox"] {
    cursor: not-allowed; }
  .yasgui .radio-inline.disabled,
  fieldset[disabled] .yasgui .radio-inline,
  .yasgui .checkbox-inline.disabled,
  fieldset[disabled]
  .yasgui .checkbox-inline {
    cursor: not-allowed; }
  .yasgui .radio.disabled label,
  fieldset[disabled] .yasgui .radio label,
  .yasgui .checkbox.disabled label,
  fieldset[disabled]
  .yasgui .checkbox label {
    cursor: not-allowed; }
  .yasgui .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px; }
    .yasgui .form-control-static.input-lg, .yasgui .input-group-lg > .form-control-static.form-control, .yasgui .input-group-lg > .form-control-static.input-group-addon, .yasgui .input-group-lg > .input-group-btn > .form-control-static.btn, .yasgui .form-control-static.input-sm, .yasgui .input-group-sm > .form-control-static.form-control, .yasgui .input-group-sm > .form-control-static.input-group-addon, .yasgui .input-group-sm > .input-group-btn > .form-control-static.btn {
      padding-left: 0;
      padding-right: 0; }
  .yasgui .input-sm, .yasgui .input-group-sm > .form-control, .yasgui .input-group-sm > .input-group-addon, .yasgui .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .yasgui select.input-sm, .yasgui .input-group-sm > select.form-control, .yasgui .input-group-sm > select.input-group-addon, .yasgui .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px; }
  .yasgui textarea.input-sm, .yasgui .input-group-sm > textarea.form-control, .yasgui .input-group-sm > textarea.input-group-addon, .yasgui .input-group-sm > .input-group-btn > textarea.btn,
  .yasgui select[multiple].input-sm, .yasgui .input-group-sm > select[multiple].form-control, .yasgui .input-group-sm > select[multiple].input-group-addon, .yasgui .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto; }
  .yasgui .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .yasgui .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px; }
  .yasgui .form-group-sm textarea.form-control,
  .yasgui .form-group-sm select[multiple].form-control {
    height: auto; }
  .yasgui .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .yasgui .input-lg, .yasgui .input-group-lg > .form-control, .yasgui .input-group-lg > .input-group-addon, .yasgui .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px; }
  .yasgui select.input-lg, .yasgui .input-group-lg > select.form-control, .yasgui .input-group-lg > select.input-group-addon, .yasgui .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px; }
  .yasgui textarea.input-lg, .yasgui .input-group-lg > textarea.form-control, .yasgui .input-group-lg > textarea.input-group-addon, .yasgui .input-group-lg > .input-group-btn > textarea.btn,
  .yasgui select[multiple].input-lg, .yasgui .input-group-lg > select[multiple].form-control, .yasgui .input-group-lg > select[multiple].input-group-addon, .yasgui .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto; }
  .yasgui .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px; }
  .yasgui .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px; }
  .yasgui .form-group-lg textarea.form-control,
  .yasgui .form-group-lg select[multiple].form-control {
    height: auto; }
  .yasgui .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333; }
  .yasgui .has-feedback {
    position: relative; }
    .yasgui .has-feedback .form-control {
      padding-right: 42.5px; }
  .yasgui .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none; }
  .yasgui .input-lg + .form-control-feedback, .yasgui .input-group-lg > .form-control + .form-control-feedback, .yasgui .input-group-lg > .input-group-addon + .form-control-feedback, .yasgui .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
  .yasgui .input-group-lg + .form-control-feedback,
  .yasgui .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px; }
  .yasgui .input-sm + .form-control-feedback, .yasgui .input-group-sm > .form-control + .form-control-feedback, .yasgui .input-group-sm > .input-group-addon + .form-control-feedback, .yasgui .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
  .yasgui .input-group-sm + .form-control-feedback,
  .yasgui .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .yasgui .has-success .help-block,
  .yasgui .has-success .control-label,
  .yasgui .has-success .radio,
  .yasgui .has-success .checkbox,
  .yasgui .has-success .radio-inline,
  .yasgui .has-success .checkbox-inline,
  .yasgui .has-success.radio label,
  .yasgui .has-success.checkbox label,
  .yasgui .has-success.radio-inline label,
  .yasgui .has-success.checkbox-inline label {
    color: #3c763d; }
  .yasgui .has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .yasgui .has-success .form-control:focus {
      border-color: #2b542c;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
  .yasgui .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8; }
  .yasgui .has-success .form-control-feedback {
    color: #3c763d; }
  .yasgui .has-warning .help-block,
  .yasgui .has-warning .control-label,
  .yasgui .has-warning .radio,
  .yasgui .has-warning .checkbox,
  .yasgui .has-warning .radio-inline,
  .yasgui .has-warning .checkbox-inline,
  .yasgui .has-warning.radio label,
  .yasgui .has-warning.checkbox label,
  .yasgui .has-warning.radio-inline label,
  .yasgui .has-warning.checkbox-inline label {
    color: #8a6d3b; }
  .yasgui .has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .yasgui .has-warning .form-control:focus {
      border-color: #66512c;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
  .yasgui .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3; }
  .yasgui .has-warning .form-control-feedback {
    color: #8a6d3b; }
  .yasgui .has-error .help-block,
  .yasgui .has-error .control-label,
  .yasgui .has-error .radio,
  .yasgui .has-error .checkbox,
  .yasgui .has-error .radio-inline,
  .yasgui .has-error .checkbox-inline,
  .yasgui .has-error.radio label,
  .yasgui .has-error.checkbox label,
  .yasgui .has-error.radio-inline label,
  .yasgui .has-error.checkbox-inline label {
    color: #a94442; }
  .yasgui .has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .yasgui .has-error .form-control:focus {
      border-color: #843534;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
  .yasgui .has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede; }
  .yasgui .has-error .form-control-feedback {
    color: #a94442; }
  .yasgui .has-feedback label ~ .form-control-feedback {
    top: 25px; }
  .yasgui .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }
  .yasgui .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373; }
  @media (min-width: 768px) {
    .yasgui .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .yasgui .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .yasgui .form-inline .form-control-static {
      display: inline-block; }
    .yasgui .form-inline .input-group {
      display: inline-table;
      vertical-align: middle; }
      .yasgui .form-inline .input-group .input-group-addon,
      .yasgui .form-inline .input-group .input-group-btn,
      .yasgui .form-inline .input-group .form-control {
        width: auto; }
    .yasgui .form-inline .input-group > .form-control {
      width: 100%; }
    .yasgui .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .yasgui .form-inline .radio,
    .yasgui .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .yasgui .form-inline .radio label,
      .yasgui .form-inline .checkbox label {
        padding-left: 0; }
    .yasgui .form-inline .radio input[type="radio"],
    .yasgui .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .yasgui .form-inline .has-feedback .form-control-feedback {
      top: 0; } }
  .yasgui .form-horizontal .radio,
  .yasgui .form-horizontal .checkbox,
  .yasgui .form-horizontal .radio-inline,
  .yasgui .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px; }
  .yasgui .form-horizontal .radio,
  .yasgui .form-horizontal .checkbox {
    min-height: 27px; }
  .yasgui .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px; }
    .yasgui .form-horizontal .form-group:before, .yasgui .form-horizontal .form-group:after {
      content: " ";
      display: table; }
    .yasgui .form-horizontal .form-group:after {
      clear: both; }
  @media (min-width: 768px) {
    .yasgui .form-horizontal .control-label {
      text-align: right;
      margin-bottom: 0;
      padding-top: 7px; } }
  .yasgui .form-horizontal .has-feedback .form-control-feedback {
    right: 15px; }
  @media (min-width: 768px) {
    .yasgui .form-horizontal .form-group-lg .control-label {
      padding-top: 11px;
      font-size: 18px; } }
  @media (min-width: 768px) {
    .yasgui .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px; } }
  .yasgui .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    user-select: none; }
    .yasgui .btn:focus, .yasgui .btn.focus, .yasgui .btn:active:focus, .yasgui .btn:active.focus, .yasgui .btn.active:focus, .yasgui .btn.active.focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .yasgui .btn:hover, .yasgui .btn:focus, .yasgui .btn.focus {
      color: #333;
      text-decoration: none; }
    .yasgui .btn:active, .yasgui .btn.active {
      outline: 0;
      background-image: none;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .yasgui .btn.disabled, .yasgui .btn[disabled],
    fieldset[disabled] .yasgui .btn {
      cursor: not-allowed;
      opacity: 0.65;
      filter: alpha(opacity=65);
      box-shadow: none; }
  .yasgui a.btn.disabled,
  fieldset[disabled] .yasgui a.btn {
    pointer-events: none; }
  .yasgui .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
    .yasgui .btn-default:focus, .yasgui .btn-default.focus {
      color: #333;
      background-color: #e6e6e6;
      border-color: #8c8c8c; }
    .yasgui .btn-default:hover {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad; }
    .yasgui .btn-default:active, .yasgui .btn-default.active,
    .open > .yasgui .btn-default.dropdown-toggle {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad; }
      .yasgui .btn-default:active:hover, .yasgui .btn-default:active:focus, .yasgui .btn-default:active.focus, .yasgui .btn-default.active:hover, .yasgui .btn-default.active:focus, .yasgui .btn-default.active.focus,
      .open > .yasgui .btn-default.dropdown-toggle:hover,
      .open > .yasgui .btn-default.dropdown-toggle:focus,
      .open > .yasgui .btn-default.dropdown-toggle.focus {
        color: #333;
        background-color: #d4d4d4;
        border-color: #8c8c8c; }
    .yasgui .btn-default:active, .yasgui .btn-default.active,
    .open > .yasgui .btn-default.dropdown-toggle {
      background-image: none; }
    .yasgui .btn-default.disabled:hover, .yasgui .btn-default.disabled:focus, .yasgui .btn-default.disabled.focus, .yasgui .btn-default[disabled]:hover, .yasgui .btn-default[disabled]:focus, .yasgui .btn-default[disabled].focus,
    fieldset[disabled] .yasgui .btn-default:hover,
    fieldset[disabled] .yasgui .btn-default:focus,
    fieldset[disabled] .yasgui .btn-default.focus {
      background-color: #fff;
      border-color: #ccc; }
    .yasgui .btn-default .badge {
      color: #fff;
      background-color: #333; }
  .yasgui .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4; }
    .yasgui .btn-primary:focus, .yasgui .btn-primary.focus {
      color: #fff;
      background-color: #286090;
      border-color: #122b40; }
    .yasgui .btn-primary:hover {
      color: #fff;
      background-color: #286090;
      border-color: #204d74; }
    .yasgui .btn-primary:active, .yasgui .btn-primary.active,
    .open > .yasgui .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #286090;
      border-color: #204d74; }
      .yasgui .btn-primary:active:hover, .yasgui .btn-primary:active:focus, .yasgui .btn-primary:active.focus, .yasgui .btn-primary.active:hover, .yasgui .btn-primary.active:focus, .yasgui .btn-primary.active.focus,
      .open > .yasgui .btn-primary.dropdown-toggle:hover,
      .open > .yasgui .btn-primary.dropdown-toggle:focus,
      .open > .yasgui .btn-primary.dropdown-toggle.focus {
        color: #fff;
        background-color: #204d74;
        border-color: #122b40; }
    .yasgui .btn-primary:active, .yasgui .btn-primary.active,
    .open > .yasgui .btn-primary.dropdown-toggle {
      background-image: none; }
    .yasgui .btn-primary.disabled:hover, .yasgui .btn-primary.disabled:focus, .yasgui .btn-primary.disabled.focus, .yasgui .btn-primary[disabled]:hover, .yasgui .btn-primary[disabled]:focus, .yasgui .btn-primary[disabled].focus,
    fieldset[disabled] .yasgui .btn-primary:hover,
    fieldset[disabled] .yasgui .btn-primary:focus,
    fieldset[disabled] .yasgui .btn-primary.focus {
      background-color: #337ab7;
      border-color: #2e6da4; }
    .yasgui .btn-primary .badge {
      color: #337ab7;
      background-color: #fff; }
  .yasgui .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
    .yasgui .btn-success:focus, .yasgui .btn-success.focus {
      color: #fff;
      background-color: #449d44;
      border-color: #255625; }
    .yasgui .btn-success:hover {
      color: #fff;
      background-color: #449d44;
      border-color: #398439; }
    .yasgui .btn-success:active, .yasgui .btn-success.active,
    .open > .yasgui .btn-success.dropdown-toggle {
      color: #fff;
      background-color: #449d44;
      border-color: #398439; }
      .yasgui .btn-success:active:hover, .yasgui .btn-success:active:focus, .yasgui .btn-success:active.focus, .yasgui .btn-success.active:hover, .yasgui .btn-success.active:focus, .yasgui .btn-success.active.focus,
      .open > .yasgui .btn-success.dropdown-toggle:hover,
      .open > .yasgui .btn-success.dropdown-toggle:focus,
      .open > .yasgui .btn-success.dropdown-toggle.focus {
        color: #fff;
        background-color: #398439;
        border-color: #255625; }
    .yasgui .btn-success:active, .yasgui .btn-success.active,
    .open > .yasgui .btn-success.dropdown-toggle {
      background-image: none; }
    .yasgui .btn-success.disabled:hover, .yasgui .btn-success.disabled:focus, .yasgui .btn-success.disabled.focus, .yasgui .btn-success[disabled]:hover, .yasgui .btn-success[disabled]:focus, .yasgui .btn-success[disabled].focus,
    fieldset[disabled] .yasgui .btn-success:hover,
    fieldset[disabled] .yasgui .btn-success:focus,
    fieldset[disabled] .yasgui .btn-success.focus {
      background-color: #5cb85c;
      border-color: #4cae4c; }
    .yasgui .btn-success .badge {
      color: #5cb85c;
      background-color: #fff; }
  .yasgui .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da; }
    .yasgui .btn-info:focus, .yasgui .btn-info.focus {
      color: #fff;
      background-color: #31b0d5;
      border-color: #1b6d85; }
    .yasgui .btn-info:hover {
      color: #fff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .yasgui .btn-info:active, .yasgui .btn-info.active,
    .open > .yasgui .btn-info.dropdown-toggle {
      color: #fff;
      background-color: #31b0d5;
      border-color: #269abc; }
      .yasgui .btn-info:active:hover, .yasgui .btn-info:active:focus, .yasgui .btn-info:active.focus, .yasgui .btn-info.active:hover, .yasgui .btn-info.active:focus, .yasgui .btn-info.active.focus,
      .open > .yasgui .btn-info.dropdown-toggle:hover,
      .open > .yasgui .btn-info.dropdown-toggle:focus,
      .open > .yasgui .btn-info.dropdown-toggle.focus {
        color: #fff;
        background-color: #269abc;
        border-color: #1b6d85; }
    .yasgui .btn-info:active, .yasgui .btn-info.active,
    .open > .yasgui .btn-info.dropdown-toggle {
      background-image: none; }
    .yasgui .btn-info.disabled:hover, .yasgui .btn-info.disabled:focus, .yasgui .btn-info.disabled.focus, .yasgui .btn-info[disabled]:hover, .yasgui .btn-info[disabled]:focus, .yasgui .btn-info[disabled].focus,
    fieldset[disabled] .yasgui .btn-info:hover,
    fieldset[disabled] .yasgui .btn-info:focus,
    fieldset[disabled] .yasgui .btn-info.focus {
      background-color: #5bc0de;
      border-color: #46b8da; }
    .yasgui .btn-info .badge {
      color: #5bc0de;
      background-color: #fff; }
  .yasgui .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236; }
    .yasgui .btn-warning:focus, .yasgui .btn-warning.focus {
      color: #fff;
      background-color: #ec971f;
      border-color: #985f0d; }
    .yasgui .btn-warning:hover {
      color: #fff;
      background-color: #ec971f;
      border-color: #d58512; }
    .yasgui .btn-warning:active, .yasgui .btn-warning.active,
    .open > .yasgui .btn-warning.dropdown-toggle {
      color: #fff;
      background-color: #ec971f;
      border-color: #d58512; }
      .yasgui .btn-warning:active:hover, .yasgui .btn-warning:active:focus, .yasgui .btn-warning:active.focus, .yasgui .btn-warning.active:hover, .yasgui .btn-warning.active:focus, .yasgui .btn-warning.active.focus,
      .open > .yasgui .btn-warning.dropdown-toggle:hover,
      .open > .yasgui .btn-warning.dropdown-toggle:focus,
      .open > .yasgui .btn-warning.dropdown-toggle.focus {
        color: #fff;
        background-color: #d58512;
        border-color: #985f0d; }
    .yasgui .btn-warning:active, .yasgui .btn-warning.active,
    .open > .yasgui .btn-warning.dropdown-toggle {
      background-image: none; }
    .yasgui .btn-warning.disabled:hover, .yasgui .btn-warning.disabled:focus, .yasgui .btn-warning.disabled.focus, .yasgui .btn-warning[disabled]:hover, .yasgui .btn-warning[disabled]:focus, .yasgui .btn-warning[disabled].focus,
    fieldset[disabled] .yasgui .btn-warning:hover,
    fieldset[disabled] .yasgui .btn-warning:focus,
    fieldset[disabled] .yasgui .btn-warning.focus {
      background-color: #f0ad4e;
      border-color: #eea236; }
    .yasgui .btn-warning .badge {
      color: #f0ad4e;
      background-color: #fff; }
  .yasgui .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a; }
    .yasgui .btn-danger:focus, .yasgui .btn-danger.focus {
      color: #fff;
      background-color: #c9302c;
      border-color: #761c19; }
    .yasgui .btn-danger:hover {
      color: #fff;
      background-color: #c9302c;
      border-color: #ac2925; }
    .yasgui .btn-danger:active, .yasgui .btn-danger.active,
    .open > .yasgui .btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #c9302c;
      border-color: #ac2925; }
      .yasgui .btn-danger:active:hover, .yasgui .btn-danger:active:focus, .yasgui .btn-danger:active.focus, .yasgui .btn-danger.active:hover, .yasgui .btn-danger.active:focus, .yasgui .btn-danger.active.focus,
      .open > .yasgui .btn-danger.dropdown-toggle:hover,
      .open > .yasgui .btn-danger.dropdown-toggle:focus,
      .open > .yasgui .btn-danger.dropdown-toggle.focus {
        color: #fff;
        background-color: #ac2925;
        border-color: #761c19; }
    .yasgui .btn-danger:active, .yasgui .btn-danger.active,
    .open > .yasgui .btn-danger.dropdown-toggle {
      background-image: none; }
    .yasgui .btn-danger.disabled:hover, .yasgui .btn-danger.disabled:focus, .yasgui .btn-danger.disabled.focus, .yasgui .btn-danger[disabled]:hover, .yasgui .btn-danger[disabled]:focus, .yasgui .btn-danger[disabled].focus,
    fieldset[disabled] .yasgui .btn-danger:hover,
    fieldset[disabled] .yasgui .btn-danger:focus,
    fieldset[disabled] .yasgui .btn-danger.focus {
      background-color: #d9534f;
      border-color: #d43f3a; }
    .yasgui .btn-danger .badge {
      color: #d9534f;
      background-color: #fff; }
  .yasgui .btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0; }
    .yasgui .btn-link, .yasgui .btn-link:active, .yasgui .btn-link.active, .yasgui .btn-link[disabled],
    fieldset[disabled] .yasgui .btn-link {
      background-color: transparent;
      box-shadow: none; }
    .yasgui .btn-link, .yasgui .btn-link:hover, .yasgui .btn-link:focus, .yasgui .btn-link:active {
      border-color: transparent; }
    .yasgui .btn-link:hover, .yasgui .btn-link:focus {
      color: #23527c;
      text-decoration: underline;
      background-color: transparent; }
    .yasgui .btn-link[disabled]:hover, .yasgui .btn-link[disabled]:focus,
    fieldset[disabled] .yasgui .btn-link:hover,
    fieldset[disabled] .yasgui .btn-link:focus {
      color: #777777;
      text-decoration: none; }
  .yasgui .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px; }
  .yasgui .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .yasgui .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .yasgui .btn-block {
    display: block;
    width: 100%; }
  .yasgui .btn-block + .btn-block {
    margin-top: 5px; }
  .yasgui input[type="submit"].btn-block,
  .yasgui input[type="reset"].btn-block,
  .yasgui input[type="button"].btn-block {
    width: 100%; }
  .yasgui .input-group {
    position: relative;
    display: table;
    border-collapse: separate; }
    .yasgui .input-group[class*="col-"] {
      float: none;
      padding-left: 0;
      padding-right: 0; }
    .yasgui .input-group .form-control {
      position: relative;
      z-index: 2;
      float: left;
      width: 100%;
      margin-bottom: 0; }
      .yasgui .input-group .form-control:focus {
        z-index: 3; }
  .yasgui .input-group-addon,
  .yasgui .input-group-btn,
  .yasgui .input-group .form-control {
    display: table-cell; }
    .yasgui .input-group-addon:not(:first-child):not(:last-child),
    .yasgui .input-group-btn:not(:first-child):not(:last-child),
    .yasgui .input-group .form-control:not(:first-child):not(:last-child) {
      border-radius: 0; }
  .yasgui .input-group-addon,
  .yasgui .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
  .yasgui .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px; }
    .yasgui .input-group-addon.input-sm, .yasgui .input-group-sm > .input-group-addon, .yasgui .input-group-sm > .input-group-btn > .input-group-addon.btn {
      padding: 5px 10px;
      font-size: 12px;
      border-radius: 3px; }
    .yasgui .input-group-addon.input-lg, .yasgui .input-group-lg > .input-group-addon, .yasgui .input-group-lg > .input-group-btn > .input-group-addon.btn {
      padding: 10px 16px;
      font-size: 18px;
      border-radius: 6px; }
    .yasgui .input-group-addon input[type="radio"],
    .yasgui .input-group-addon input[type="checkbox"] {
      margin-top: 0; }
  .yasgui .input-group .form-control:first-child,
  .yasgui .input-group-addon:first-child,
  .yasgui .input-group-btn:first-child > .btn,
  .yasgui .input-group-btn:first-child > .btn-group > .btn,
  .yasgui .input-group-btn:first-child > .dropdown-toggle,
  .yasgui .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .yasgui .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .yasgui .input-group-addon:first-child {
    border-right: 0; }
  .yasgui .input-group .form-control:last-child,
  .yasgui .input-group-addon:last-child,
  .yasgui .input-group-btn:last-child > .btn,
  .yasgui .input-group-btn:last-child > .btn-group > .btn,
  .yasgui .input-group-btn:last-child > .dropdown-toggle,
  .yasgui .input-group-btn:first-child > .btn:not(:first-child),
  .yasgui .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .yasgui .input-group-addon:last-child {
    border-left: 0; }
  .yasgui .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap; }
    .yasgui .input-group-btn > .btn {
      position: relative; }
      .yasgui .input-group-btn > .btn + .btn {
        margin-left: -1px; }
      .yasgui .input-group-btn > .btn:hover, .yasgui .input-group-btn > .btn:focus, .yasgui .input-group-btn > .btn:active {
        z-index: 2; }
    .yasgui .input-group-btn:first-child > .btn,
    .yasgui .input-group-btn:first-child > .btn-group {
      margin-right: -1px; }
    .yasgui .input-group-btn:last-child > .btn,
    .yasgui .input-group-btn:last-child > .btn-group {
      z-index: 2;
      margin-left: -1px; }
  .yasgui .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    .yasgui .nav:before, .yasgui .nav:after {
      content: " ";
      display: table; }
    .yasgui .nav:after {
      clear: both; }
    .yasgui .nav > li {
      position: relative;
      display: block; }
      .yasgui .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px; }
        .yasgui .nav > li > a:hover, .yasgui .nav > li > a:focus {
          text-decoration: none;
          background-color: #eeeeee; }
      .yasgui .nav > li.disabled > a {
        color: #777777; }
        .yasgui .nav > li.disabled > a:hover, .yasgui .nav > li.disabled > a:focus {
          color: #777777;
          text-decoration: none;
          background-color: transparent;
          cursor: not-allowed; }
    .yasgui .nav .open > a, .yasgui .nav .open > a:hover, .yasgui .nav .open > a:focus {
      background-color: #eeeeee;
      border-color: #337ab7; }
    .yasgui .nav .nav-divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
    .yasgui .nav > li > a > img {
      max-width: none; }
  .yasgui .nav-tabs {
    border-bottom: 1px solid #ddd; }
    .yasgui .nav-tabs > li {
      float: left;
      margin-bottom: -1px; }
      .yasgui .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0; }
        .yasgui .nav-tabs > li > a:hover {
          border-color: #eeeeee #eeeeee #ddd; }
      .yasgui .nav-tabs > li.active > a, .yasgui .nav-tabs > li.active > a:hover, .yasgui .nav-tabs > li.active > a:focus {
        color: #555555;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        cursor: default; }
  .yasgui .nav-pills > li {
    float: left; }
    .yasgui .nav-pills > li > a {
      border-radius: 4px; }
    .yasgui .nav-pills > li + li {
      margin-left: 2px; }
    .yasgui .nav-pills > li.active > a, .yasgui .nav-pills > li.active > a:hover, .yasgui .nav-pills > li.active > a:focus {
      color: #fff;
      background-color: #337ab7; }
  .yasgui .nav-stacked > li {
    float: none; }
    .yasgui .nav-stacked > li + li {
      margin-top: 2px;
      margin-left: 0; }
  .yasgui .nav-justified, .yasgui .nav-tabs.nav-justified {
    width: 100%; }
    .yasgui .nav-justified > li, .yasgui .nav-tabs.nav-justified > li {
      float: none; }
      .yasgui .nav-justified > li > a, .yasgui .nav-tabs.nav-justified > li > a {
        text-align: center;
        margin-bottom: 5px; }
    .yasgui .nav-justified > .dropdown .dropdown-menu {
      top: auto;
      left: auto; }
    @media (min-width: 768px) {
      .yasgui .nav-justified > li, .yasgui .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%; }
        .yasgui .nav-justified > li > a, .yasgui .nav-tabs.nav-justified > li > a {
          margin-bottom: 0; } }
  .yasgui .nav-tabs-justified, .yasgui .nav-tabs.nav-justified {
    border-bottom: 0; }
    .yasgui .nav-tabs-justified > li > a, .yasgui .nav-tabs.nav-justified > li > a {
      margin-right: 0;
      border-radius: 4px; }
    .yasgui .nav-tabs-justified > .active > a, .yasgui .nav-tabs.nav-justified > .active > a,
    .yasgui .nav-tabs-justified > .active > a:hover, .yasgui .nav-tabs.nav-justified > .active > a:hover,
    .yasgui .nav-tabs-justified > .active > a:focus, .yasgui .nav-tabs.nav-justified > .active > a:focus {
      border: 1px solid #ddd; }
    @media (min-width: 768px) {
      .yasgui .nav-tabs-justified > li > a, .yasgui .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0; }
      .yasgui .nav-tabs-justified > .active > a, .yasgui .nav-tabs.nav-justified > .active > a,
      .yasgui .nav-tabs-justified > .active > a:hover, .yasgui .nav-tabs.nav-justified > .active > a:hover,
      .yasgui .nav-tabs-justified > .active > a:focus, .yasgui .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff; } }
  .yasgui .tab-content > .tab-pane {
    display: none; }
  .yasgui .tab-content > .active {
    display: block; }
  .yasgui .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .yasgui .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent; }
    .yasgui .navbar:before, .yasgui .navbar:after {
      content: " ";
      display: table; }
    .yasgui .navbar:after {
      clear: both; }
    @media (min-width: 768px) {
      .yasgui .navbar {
        border-radius: 4px; } }
  .yasgui .navbar-header:before, .yasgui .navbar-header:after {
    content: " ";
    display: table; }
  .yasgui .navbar-header:after {
    clear: both; }
  @media (min-width: 768px) {
    .yasgui .navbar-header {
      float: left; } }
  .yasgui .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch; }
    .yasgui .navbar-collapse:before, .yasgui .navbar-collapse:after {
      content: " ";
      display: table; }
    .yasgui .navbar-collapse:after {
      clear: both; }
    .yasgui .navbar-collapse.in {
      overflow-y: auto; }
    @media (min-width: 768px) {
      .yasgui .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none; }
        .yasgui .navbar-collapse.collapse {
          display: block !important;
          height: auto !important;
          padding-bottom: 0;
          overflow: visible !important; }
        .yasgui .navbar-collapse.in {
          overflow-y: visible; }
        .navbar-fixed-top .yasgui .navbar-collapse,
        .navbar-static-top .yasgui .navbar-collapse,
        .navbar-fixed-bottom .yasgui .navbar-collapse {
          padding-left: 0;
          padding-right: 0; } }
  .yasgui .navbar-fixed-top .navbar-collapse,
  .yasgui .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .yasgui .navbar-fixed-top .navbar-collapse,
      .yasgui .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  .yasgui .container > .navbar-header,
  .yasgui .container > .navbar-collapse,
  .yasgui .container-fluid > .navbar-header,
  .yasgui .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px; }
    @media (min-width: 768px) {
      .yasgui .container > .navbar-header,
      .yasgui .container > .navbar-collapse,
      .yasgui .container-fluid > .navbar-header,
      .yasgui .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0; } }
  .yasgui .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px; }
    @media (min-width: 768px) {
      .yasgui .navbar-static-top {
        border-radius: 0; } }
  .yasgui .navbar-fixed-top,
  .yasgui .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030; }
    @media (min-width: 768px) {
      .yasgui .navbar-fixed-top,
      .yasgui .navbar-fixed-bottom {
        border-radius: 0; } }
  .yasgui .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .yasgui .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0; }
  .yasgui .navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px; }
    .yasgui .navbar-brand:hover, .yasgui .navbar-brand:focus {
      text-decoration: none; }
    .yasgui .navbar-brand > img {
      display: block; }
    @media (min-width: 768px) {
      .navbar > .container .yasgui .navbar-brand,
      .navbar > .container-fluid .yasgui .navbar-brand {
        margin-left: -15px; } }
  .yasgui .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
    .yasgui .navbar-toggle:focus {
      outline: 0; }
    .yasgui .navbar-toggle .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px; }
    .yasgui .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 4px; }
    @media (min-width: 768px) {
      .yasgui .navbar-toggle {
        display: none; } }
  .yasgui .navbar-nav {
    margin: 7.5px -15px; }
    .yasgui .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 20px; }
    @media (max-width: 767px) {
      .yasgui .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none; }
        .yasgui .navbar-nav .open .dropdown-menu > li > a,
        .yasgui .navbar-nav .open .dropdown-menu .dropdown-header {
          padding: 5px 15px 5px 25px; }
        .yasgui .navbar-nav .open .dropdown-menu > li > a {
          line-height: 20px; }
          .yasgui .navbar-nav .open .dropdown-menu > li > a:hover, .yasgui .navbar-nav .open .dropdown-menu > li > a:focus {
            background-image: none; } }
    @media (min-width: 768px) {
      .yasgui .navbar-nav {
        float: left;
        margin: 0; }
        .yasgui .navbar-nav > li {
          float: left; }
          .yasgui .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px; } }
  .yasgui .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .yasgui .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
      .yasgui .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
      .yasgui .navbar-form .form-control-static {
        display: inline-block; }
      .yasgui .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle; }
        .yasgui .navbar-form .input-group .input-group-addon,
        .yasgui .navbar-form .input-group .input-group-btn,
        .yasgui .navbar-form .input-group .form-control {
          width: auto; }
      .yasgui .navbar-form .input-group > .form-control {
        width: 100%; }
      .yasgui .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle; }
      .yasgui .navbar-form .radio,
      .yasgui .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle; }
        .yasgui .navbar-form .radio label,
        .yasgui .navbar-form .checkbox label {
          padding-left: 0; }
      .yasgui .navbar-form .radio input[type="radio"],
      .yasgui .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0; }
      .yasgui .navbar-form .has-feedback .form-control-feedback {
        top: 0; } }
    @media (max-width: 767px) {
      .yasgui .navbar-form .form-group {
        margin-bottom: 5px; }
        .yasgui .navbar-form .form-group:last-child {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .yasgui .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none; } }
  .yasgui .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .yasgui .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .yasgui .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px; }
    .yasgui .navbar-btn.btn-sm {
      margin-top: 10px;
      margin-bottom: 10px; }
    .yasgui .navbar-btn.btn-xs {
      margin-top: 14px;
      margin-bottom: 14px; }
  .yasgui .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .yasgui .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px; } }
  @media (min-width: 768px) {
    .yasgui .navbar-left {
      float: left !important; }
    .yasgui .navbar-right {
      float: right !important;
      margin-right: -15px; }
      .yasgui .navbar-right ~ .navbar-right {
        margin-right: 0; } }
  .yasgui .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7; }
    .yasgui .navbar-default .navbar-brand {
      color: #777; }
      .yasgui .navbar-default .navbar-brand:hover, .yasgui .navbar-default .navbar-brand:focus {
        color: #5e5e5e;
        background-color: transparent; }
    .yasgui .navbar-default .navbar-text {
      color: #777; }
    .yasgui .navbar-default .navbar-nav > li > a {
      color: #777; }
      .yasgui .navbar-default .navbar-nav > li > a:hover, .yasgui .navbar-default .navbar-nav > li > a:focus {
        color: #333;
        background-color: transparent; }
    .yasgui .navbar-default .navbar-nav > .active > a, .yasgui .navbar-default .navbar-nav > .active > a:hover, .yasgui .navbar-default .navbar-nav > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .yasgui .navbar-default .navbar-nav > .disabled > a, .yasgui .navbar-default .navbar-nav > .disabled > a:hover, .yasgui .navbar-default .navbar-nav > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; }
    .yasgui .navbar-default .navbar-toggle {
      border-color: #ddd; }
      .yasgui .navbar-default .navbar-toggle:hover, .yasgui .navbar-default .navbar-toggle:focus {
        background-color: #ddd; }
      .yasgui .navbar-default .navbar-toggle .icon-bar {
        background-color: #888; }
    .yasgui .navbar-default .navbar-collapse,
    .yasgui .navbar-default .navbar-form {
      border-color: #e7e7e7; }
    .yasgui .navbar-default .navbar-nav > .open > a, .yasgui .navbar-default .navbar-nav > .open > a:hover, .yasgui .navbar-default .navbar-nav > .open > a:focus {
      background-color: #e7e7e7;
      color: #555; }
    @media (max-width: 767px) {
      .yasgui .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777; }
        .yasgui .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .yasgui .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #333;
          background-color: transparent; }
      .yasgui .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .yasgui .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .yasgui .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7; }
      .yasgui .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .yasgui .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .yasgui .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent; } }
    .yasgui .navbar-default .navbar-link {
      color: #777; }
      .yasgui .navbar-default .navbar-link:hover {
        color: #333; }
    .yasgui .navbar-default .btn-link {
      color: #777; }
      .yasgui .navbar-default .btn-link:hover, .yasgui .navbar-default .btn-link:focus {
        color: #333; }
      .yasgui .navbar-default .btn-link[disabled]:hover, .yasgui .navbar-default .btn-link[disabled]:focus,
      fieldset[disabled] .yasgui .navbar-default .btn-link:hover,
      fieldset[disabled] .yasgui .navbar-default .btn-link:focus {
        color: #ccc; }
  .yasgui .navbar-inverse {
    background-color: #222;
    border-color: #090909; }
    .yasgui .navbar-inverse .navbar-brand {
      color: #9d9d9d; }
      .yasgui .navbar-inverse .navbar-brand:hover, .yasgui .navbar-inverse .navbar-brand:focus {
        color: #fff;
        background-color: transparent; }
    .yasgui .navbar-inverse .navbar-text {
      color: #9d9d9d; }
    .yasgui .navbar-inverse .navbar-nav > li > a {
      color: #9d9d9d; }
      .yasgui .navbar-inverse .navbar-nav > li > a:hover, .yasgui .navbar-inverse .navbar-nav > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .yasgui .navbar-inverse .navbar-nav > .active > a, .yasgui .navbar-inverse .navbar-nav > .active > a:hover, .yasgui .navbar-inverse .navbar-nav > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .yasgui .navbar-inverse .navbar-nav > .disabled > a, .yasgui .navbar-inverse .navbar-nav > .disabled > a:hover, .yasgui .navbar-inverse .navbar-nav > .disabled > a:focus {
      color: #444;
      background-color: transparent; }
    .yasgui .navbar-inverse .navbar-toggle {
      border-color: #333; }
      .yasgui .navbar-inverse .navbar-toggle:hover, .yasgui .navbar-inverse .navbar-toggle:focus {
        background-color: #333; }
      .yasgui .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff; }
    .yasgui .navbar-inverse .navbar-collapse,
    .yasgui .navbar-inverse .navbar-form {
      border-color: #101010; }
    .yasgui .navbar-inverse .navbar-nav > .open > a, .yasgui .navbar-inverse .navbar-nav > .open > a:hover, .yasgui .navbar-inverse .navbar-nav > .open > a:focus {
      background-color: #090909;
      color: #fff; }
    @media (max-width: 767px) {
      .yasgui .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909; }
      .yasgui .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909; }
      .yasgui .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d; }
        .yasgui .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .yasgui .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #fff;
          background-color: transparent; }
      .yasgui .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .yasgui .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .yasgui .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909; }
      .yasgui .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .yasgui .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .yasgui .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent; } }
    .yasgui .navbar-inverse .navbar-link {
      color: #9d9d9d; }
      .yasgui .navbar-inverse .navbar-link:hover {
        color: #fff; }
    .yasgui .navbar-inverse .btn-link {
      color: #9d9d9d; }
      .yasgui .navbar-inverse .btn-link:hover, .yasgui .navbar-inverse .btn-link:focus {
        color: #fff; }
      .yasgui .navbar-inverse .btn-link[disabled]:hover, .yasgui .navbar-inverse .btn-link[disabled]:focus,
      fieldset[disabled] .yasgui .navbar-inverse .btn-link:hover,
      fieldset[disabled] .yasgui .navbar-inverse .btn-link:focus {
        color: #444; }
  .yasgui .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .yasgui .panel-body {
    padding: 15px; }
    .yasgui .panel-body:before, .yasgui .panel-body:after {
      content: " ";
      display: table; }
    .yasgui .panel-body:after {
      clear: both; }
  .yasgui .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
    .yasgui .panel-heading > .dropdown .dropdown-toggle {
      color: inherit; }
  .yasgui .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit; }
    .yasgui .panel-title > a,
    .yasgui .panel-title > small,
    .yasgui .panel-title > .small,
    .yasgui .panel-title > small > a,
    .yasgui .panel-title > .small > a {
      color: inherit; }
  .yasgui .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .yasgui .panel > .list-group,
  .yasgui .panel > .panel-collapse > .list-group {
    margin-bottom: 0; }
    .yasgui .panel > .list-group .list-group-item,
    .yasgui .panel > .panel-collapse > .list-group .list-group-item {
      border-width: 1px 0;
      border-radius: 0; }
    .yasgui .panel > .list-group:first-child .list-group-item:first-child,
    .yasgui .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
      border-top: 0;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px; }
    .yasgui .panel > .list-group:last-child .list-group-item:last-child,
    .yasgui .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; }
  .yasgui .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .yasgui .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0; }
  .yasgui .list-group + .panel-footer {
    border-top-width: 0; }
  .yasgui .panel > .table,
  .yasgui .panel > .table-responsive > .table,
  .yasgui .panel > .panel-collapse > .table {
    margin-bottom: 0; }
    .yasgui .panel > .table caption,
    .yasgui .panel > .table-responsive > .table caption,
    .yasgui .panel > .panel-collapse > .table caption {
      padding-left: 15px;
      padding-right: 15px; }
  .yasgui .panel > .table:first-child,
  .yasgui .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
    .yasgui .panel > .table:first-child > thead:first-child > tr:first-child,
    .yasgui .panel > .table:first-child > tbody:first-child > tr:first-child,
    .yasgui .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
    .yasgui .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
      .yasgui .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
      .yasgui .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
      .yasgui .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .yasgui .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
      .yasgui .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
      .yasgui .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
      .yasgui .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .yasgui .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
        border-top-left-radius: 3px; }
      .yasgui .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
      .yasgui .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
      .yasgui .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .yasgui .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
      .yasgui .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
      .yasgui .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
      .yasgui .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .yasgui .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
        border-top-right-radius: 3px; }
  .yasgui .panel > .table:last-child,
  .yasgui .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .yasgui .panel > .table:last-child > tbody:last-child > tr:last-child,
    .yasgui .panel > .table:last-child > tfoot:last-child > tr:last-child,
    .yasgui .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
    .yasgui .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
      .yasgui .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      .yasgui .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .yasgui .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .yasgui .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
      .yasgui .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      .yasgui .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .yasgui .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .yasgui .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
        border-bottom-left-radius: 3px; }
      .yasgui .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      .yasgui .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .yasgui .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .yasgui .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
      .yasgui .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      .yasgui .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .yasgui .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .yasgui .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
        border-bottom-right-radius: 3px; }
  .yasgui .panel > .panel-body + .table,
  .yasgui .panel > .panel-body + .table-responsive,
  .yasgui .panel > .table + .panel-body,
  .yasgui .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd; }
  .yasgui .panel > .table > tbody:first-child > tr:first-child th,
  .yasgui .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0; }
  .yasgui .panel > .table-bordered,
  .yasgui .panel > .table-responsive > .table-bordered {
    border: 0; }
    .yasgui .panel > .table-bordered > thead > tr > th:first-child,
    .yasgui .panel > .table-bordered > thead > tr > td:first-child,
    .yasgui .panel > .table-bordered > tbody > tr > th:first-child,
    .yasgui .panel > .table-bordered > tbody > tr > td:first-child,
    .yasgui .panel > .table-bordered > tfoot > tr > th:first-child,
    .yasgui .panel > .table-bordered > tfoot > tr > td:first-child,
    .yasgui .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .yasgui .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .yasgui .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .yasgui .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .yasgui .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .yasgui .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0; }
    .yasgui .panel > .table-bordered > thead > tr > th:last-child,
    .yasgui .panel > .table-bordered > thead > tr > td:last-child,
    .yasgui .panel > .table-bordered > tbody > tr > th:last-child,
    .yasgui .panel > .table-bordered > tbody > tr > td:last-child,
    .yasgui .panel > .table-bordered > tfoot > tr > th:last-child,
    .yasgui .panel > .table-bordered > tfoot > tr > td:last-child,
    .yasgui .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .yasgui .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .yasgui .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .yasgui .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .yasgui .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .yasgui .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0; }
    .yasgui .panel > .table-bordered > thead > tr:first-child > td,
    .yasgui .panel > .table-bordered > thead > tr:first-child > th,
    .yasgui .panel > .table-bordered > tbody > tr:first-child > td,
    .yasgui .panel > .table-bordered > tbody > tr:first-child > th,
    .yasgui .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .yasgui .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .yasgui .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .yasgui .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
      border-bottom: 0; }
    .yasgui .panel > .table-bordered > tbody > tr:last-child > td,
    .yasgui .panel > .table-bordered > tbody > tr:last-child > th,
    .yasgui .panel > .table-bordered > tfoot > tr:last-child > td,
    .yasgui .panel > .table-bordered > tfoot > tr:last-child > th,
    .yasgui .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .yasgui .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .yasgui .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .yasgui .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
      border-bottom: 0; }
  .yasgui .panel > .table-responsive {
    border: 0;
    margin-bottom: 0; }
  .yasgui .panel-group {
    margin-bottom: 20px; }
    .yasgui .panel-group .panel {
      margin-bottom: 0;
      border-radius: 4px; }
      .yasgui .panel-group .panel + .panel {
        margin-top: 5px; }
    .yasgui .panel-group .panel-heading {
      border-bottom: 0; }
      .yasgui .panel-group .panel-heading + .panel-collapse > .panel-body,
      .yasgui .panel-group .panel-heading + .panel-collapse > .list-group {
        border-top: 1px solid #ddd; }
    .yasgui .panel-group .panel-footer {
      border-top: 0; }
      .yasgui .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd; }
  .yasgui .panel-default {
    border-color: #ddd; }
    .yasgui .panel-default > .panel-heading {
      color: #333333;
      background-color: #f5f5f5;
      border-color: #ddd; }
      .yasgui .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ddd; }
      .yasgui .panel-default > .panel-heading .badge {
        color: #f5f5f5;
        background-color: #333333; }
    .yasgui .panel-default > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #ddd; }
  .yasgui .panel-primary {
    border-color: #337ab7; }
    .yasgui .panel-primary > .panel-heading {
      color: #fff;
      background-color: #337ab7;
      border-color: #337ab7; }
      .yasgui .panel-primary > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #337ab7; }
      .yasgui .panel-primary > .panel-heading .badge {
        color: #337ab7;
        background-color: #fff; }
    .yasgui .panel-primary > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #337ab7; }
  .yasgui .panel-success {
    border-color: #d6e9c6; }
    .yasgui .panel-success > .panel-heading {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6; }
      .yasgui .panel-success > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #d6e9c6; }
      .yasgui .panel-success > .panel-heading .badge {
        color: #dff0d8;
        background-color: #3c763d; }
    .yasgui .panel-success > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #d6e9c6; }
  .yasgui .panel-info {
    border-color: #bce8f1; }
    .yasgui .panel-info > .panel-heading {
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bce8f1; }
      .yasgui .panel-info > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #bce8f1; }
      .yasgui .panel-info > .panel-heading .badge {
        color: #d9edf7;
        background-color: #31708f; }
    .yasgui .panel-info > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #bce8f1; }
  .yasgui .panel-warning {
    border-color: #faebcc; }
    .yasgui .panel-warning > .panel-heading {
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc; }
      .yasgui .panel-warning > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #faebcc; }
      .yasgui .panel-warning > .panel-heading .badge {
        color: #fcf8e3;
        background-color: #8a6d3b; }
    .yasgui .panel-warning > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #faebcc; }
  .yasgui .panel-danger {
    border-color: #ebccd1; }
    .yasgui .panel-danger > .panel-heading {
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1; }
      .yasgui .panel-danger > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ebccd1; }
      .yasgui .panel-danger > .panel-heading .badge {
        color: #f2dede;
        background-color: #a94442; }
    .yasgui .panel-danger > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #ebccd1; }
  .yasgui .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20); }
    .yasgui .close:hover, .yasgui .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .yasgui button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }
  .yasgui .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; }
  .yasgui .dropup,
  .yasgui .dropdown {
    position: relative; }
  .yasgui .dropdown-toggle:focus {
    outline: 0; }
  .yasgui .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box; }
    .yasgui .dropdown-menu.pull-right {
      right: 0;
      left: auto; }
    .yasgui .dropdown-menu .divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
    .yasgui .dropdown-menu > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 1.42857;
      color: #333333;
      white-space: nowrap; }
  .yasgui .dropdown-menu > li > a:hover, .yasgui .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5; }
  .yasgui .dropdown-menu > .active > a, .yasgui .dropdown-menu > .active > a:hover, .yasgui .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7; }
  .yasgui .dropdown-menu > .disabled > a, .yasgui .dropdown-menu > .disabled > a:hover, .yasgui .dropdown-menu > .disabled > a:focus {
    color: #777777; }
  .yasgui .dropdown-menu > .disabled > a:hover, .yasgui .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed; }
  .yasgui .open > .dropdown-menu {
    display: block; }
  .yasgui .open > a {
    outline: 0; }
  .yasgui .dropdown-menu-right {
    left: auto;
    right: 0; }
  .yasgui .dropdown-menu-left {
    left: 0;
    right: auto; }
  .yasgui .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap; }
  .yasgui .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990; }
  .yasgui .pull-right > .dropdown-menu {
    right: 0;
    left: auto; }
  .yasgui .dropup .caret,
  .yasgui .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""; }
  .yasgui .dropup .dropdown-menu,
  .yasgui .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
  @media (min-width: 768px) {
    .yasgui .navbar-right .dropdown-menu {
      right: 0;
      left: auto; }
    .yasgui .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto; } }
  .yasgui .yasqe .CodeMirror-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    z-index: 9; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
  .yasgui .yasqe .yasqe_btn {
    color: #333;
    border: 1px solid transparent;
    background-color: #fff;
    border-color: #ccc;
    border-width: 1px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 4px;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: button;
    /* margin: 0; */
    overflow: visible;
    box-sizing: border-box; }
    .yasgui .yasqe .yasqe_btn.btn_icon {
      padding: 4px 8px; }
    .yasgui .yasqe .yasqe_btn[disabled], .yasgui .yasqe .yasqe_btn.disabled {
      cursor: default;
      opacity: .50;
      filter: alpha(opacity=50);
      box-shadow: none; }
    .yasgui .yasqe .yasqe_btn:hover {
      outline: 0;
      background-color: #ebebeb;
      border-color: #adadad; }
    .yasgui .yasqe .yasqe_btn:focus, .yasgui .yasqe .yasqe_btn.selected {
      color: #fff;
      outline: 0;
      background-color: #337ab7;
      border-color: #337ab7; }
    .yasgui .yasqe .yasqe_btn.btn_icon:focus {
      color: #333;
      border: 1px solid transparent;
      background-color: #fff;
      border-color: #ccc; }
    .yasgui .yasqe .yasqe_btn.yasqe_btn-sm {
      padding: 1px 5px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px; }
  .yasgui .yasqe .yasqe_buttons {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5; }
    .yasgui .yasqe .yasqe_buttons .yasqe_share {
      cursor: pointer;
      height: 20px;
      width: 20px;
      margin-top: 3px; }
    .yasgui .yasqe .yasqe_buttons div {
      vertical-align: top;
      margin-left: 5px; }
      .yasgui .yasqe .yasqe_buttons div.yasqe_sharePopup {
        position: absolute;
        padding: 4px;
        margin-left: 0px;
        background-color: #fff;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        width: 600px;
        height: auto;
        display: -webkit-box;
        display: flex; }
        .yasgui .yasqe .yasqe_buttons div.yasqe_sharePopup .inputWrapper {
          -webkit-box-flex: 100;
                  flex-grow: 100; }
        .yasgui .yasqe .yasqe_buttons div.yasqe_sharePopup input {
          float: left;
          width: 100%;
          border: 0px;
          -ms-box-sizing: border-box;
          /* ie8 */
          -khtml-box-sizing: border-box;
          /* konqueror */
          /* Safari/Chrome, other WebKit */
          /* Firefox, other Gecko */
          box-sizing: border-box;
          /* Opera/IE 8+ */
          box-sizing: border-box;
          /* css3 rec */ }
        .yasgui .yasqe .yasqe_buttons div.yasqe_sharePopup button {
          float: right;
          margin-left: 5px; }
        .yasgui .yasqe .yasqe_buttons div.yasqe_sharePopup textarea {
          width: 100%; }
    .yasgui .yasqe .yasqe_buttons .yasqe_queryButton {
      display: inline-block;
      cursor: pointer;
      width: 40px;
      height: 40px;
      margin-left: 10px; }
      .yasgui .yasqe .yasqe_buttons .yasqe_queryButton div {
        margin-left: 0px; }
      .yasgui .yasqe .yasqe_buttons .yasqe_queryButton .svgImg {
        display: block;
        height: inherit; }
      .yasgui .yasqe .yasqe_buttons .yasqe_queryButton .loader {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        box-sizing: border-box;
        border: solid 4px rgba(0, 0, 0, 0.2);
        border-top-color: #000;
        -webkit-animation: spin 1s infinite linear;
                animation: spin 1s infinite linear; }
  .yasgui .yasqe .fullscreenToggleBtns {
    display: inline-block;
    margin-top: 3px; }
    .yasgui .yasqe .fullscreenToggleBtns div {
      cursor: pointer;
      width: 20px;
      height: 20px; }
    .yasgui .yasqe .fullscreenToggleBtns .yasqe_smallscreenBtn {
      display: none; }
  .yasgui .yasqe .CodeMirror {
    line-height: 1.5em;
    border: 1px solid #d1d1d1; }
  .yasgui .yasqe pre {
    font-size: 13px; }
  .yasgui .yasqe span.cm-error {
    border-bottom: 2px dotted red; }
  .yasgui .yasqe .gutterErrorBar {
    width: 4px; }
  .yasgui .yasqe .CodeMirror-fullscreen .fullscreenToggleBtns .yasqe_smallscreenBtn {
    display: inline-block; }
  .yasgui .yasqe .CodeMirror-fullscreen .fullscreenToggleBtns .yasqe_fullscreenBtn {
    display: none; }
  .yasgui .yasqe .CodeMirror-foldmarker {
    color: #6E2500;
    text-shadow: #FF935E 1px 1px 2px,#FF935E -1px -1px 2px,#FF935E 1px -1px 2px,#FF935E -1px 1px 2px;
    font-size: 19px; }
  .yasgui .yasqe .matchingVar {
    background-color: #DBDEED;
    border-radius: 6px;
    transition: background 0.5s linear; }
  .yasgui .yasqe .backdrop {
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    display: none; }
  .yasgui .yasqe .svgImg {
    display: inline-block; }
  .yasgui .yasqe .CodeMirror-fullscreen {
    z-index: 1100; }
  .yasgui .yasqe span.shortlinkErr {
    font-size: small;
    color: red;
    font-weight: bold;
    float: left; }
  .yasgui .yasqe .completionNotification {
    color: #999;
    background-color: #f7f7f7;
    position: absolute;
    padding: 0px 5px;
    right: 0px;
    bottom: 0px;
    font-size: 90%; }
  .yasgui .yasqe .parseErrorIcon {
    width: 15px;
    height: 15px; }
  .yasgui .yasqe .yasqe_tooltip {
    display: inline;
    position: absolute;
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    width: 220px;
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* css-3 */
    white-space: normal; }
  .yasgui .yasqe .notificationLoader {
    width: 18px;
    height: 18px;
    vertical-align: middle; }
  .yasgui .yasqe .CodeMirror {
    border-color: #ddd; }
    .yasgui .yasqe .CodeMirror.ui-resizable {
      border-bottom-width: 5px;
      border-bottom-color: #B6B6B6; }
      .yasgui .yasqe .CodeMirror.ui-resizable .ui-resizable-s {
        cursor: ns-resize; }
  .yasgui .yasr {
    padding-top: 5px;
    background-color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333; }
    .yasgui .yasr .svgImg {
      display: inline-block;
      bottom: -2px;
      /**to properly align img**/ }
    .yasgui .yasr button.btn_smallscreen {
      display: none; }
    .yasgui .yasr button.btn_smallscreen div, .yasgui .yasr button.btn_fullscreen div {
      width: 15px;
      height: 15px; }
    .yasgui .yasr.yasr_fullscreen {
      z-index: 10;
      position: fixed;
      overflow: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .yasgui .yasr.yasr_fullscreen .btn_smallscreen {
        display: inline-block; }
      .yasgui .yasr.yasr_fullscreen .btn_fullscreen {
        display: none; }
    .yasgui .yasr a {
      color: #428bca;
      text-decoration: none; }
      .yasgui .yasr a:hover, .yasgui .yasr a:active {
        outline: 0;
        color: #2a6496;
        text-decoration: underline; }
    .yasgui .yasr th {
      text-align: left; }
    .yasgui .yasr .yasr_header * {
      /* use position relative and z-index, as this fixes issue where results div overflows the button (do this to align controls), and divs are not clickable anymore*/
      z-index: 5;
      position: relative; }
    .yasgui .yasr .yasr_header > * {
      margin-left: 6px; }
    .yasgui .yasr .yasr_btn {
      color: #333;
      border: 1px solid transparent;
      background-color: #fff;
      border-color: #ccc;
      border-width: 1px;
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      white-space: nowrap;
      padding: 6px 12px;
      border-radius: 4px;
      -webkit-user-select: none;
      user-select: none;
      -webkit-appearance: button;
      /* margin: 0; */
      overflow: visible;
      box-sizing: border-box; }
      .yasgui .yasr .yasr_btn.btn_icon {
        padding: 4px 8px; }
      .yasgui .yasr .yasr_btn[disabled], .yasgui .yasr .yasr_btn.disabled {
        cursor: default;
        opacity: .50;
        filter: alpha(opacity=50);
        box-shadow: none; }
      .yasgui .yasr .yasr_btn:hover {
        outline: 0;
        background-color: #ebebeb;
        border-color: #adadad; }
      .yasgui .yasr .yasr_btn:focus, .yasgui .yasr .yasr_btn.selected {
        color: #fff;
        outline: 0;
        background-color: #337ab7;
        border-color: #337ab7; }
      .yasgui .yasr .yasr_btn.btn_icon:focus {
        color: #333;
        border: 1px solid transparent;
        background-color: #fff;
        border-color: #ccc; }
    .yasgui .yasr .yasr_downloadIcon.yasr_btn.btn_icon {
      padding-top: 6px;
      padding-bottom: 6px; }
      .yasgui .yasr .yasr_downloadIcon.yasr_btn.btn_icon div {
        height: 14px;
        width: 15px; }
    .yasgui .yasr .yasr_embedBtn.yasr_btn {
      font-family: Consolas,monospace;
      padding-left: 4px;
      padding-right: 4px; }
    .yasgui .yasr .yasr_embedPopup {
      position: absolute;
      padding: 6px;
      background-color: #f5f5f5;
      border: 1px solid #e3e3e3;
      border-radius: 4px;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
      width: 700px;
      height: 300px;
      font-family: Consolas,monospace; }
      .yasgui .yasr .yasr_embedPopup textarea {
        width: 100%;
        height: 100%;
        border: 0; }
    .yasgui .yasr .yasr_btnGroup {
      display: inline-block;
      vertical-align: middle; }
      .yasgui .yasr .yasr_btnGroup > button:first-child:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
      .yasgui .yasr .yasr_btnGroup > button:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
      .yasgui .yasr .yasr_btnGroup > button:not(:first-child):not(:last-child) {
        border-radius: 0; }
      .yasgui .yasr .yasr_btnGroup button + button {
        margin-left: -1px; }
    .yasgui .yasr .toggableWarning {
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc;
      padding: 15px 35px 15px 15px;
      border: 1px solid transparent;
      border-radius: 4px; }
      .yasgui .yasr .toggableWarning .toggleWarning {
        float: right;
        font-size: 21px;
        cursor: pointer;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .2;
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit; }
        .yasgui .yasr .toggableWarning .toggleWarning:hover {
          color: #000;
          cursor: pointer;
          filter: alpha(opacity=50);
          opacity: .5; }
    .yasgui .yasr .booleanResult {
      width: 70px;
      margin: 0 auto;
      vertical-align: middle; }
      .yasgui .yasr .booleanResult svg {
        margin-bottom: -10px;
        margin-right: 7px; }
    .yasgui .yasr .errorResult {
      padding: 10px; }
      .yasgui .yasr .errorResult .errorHeader {
        overflow: hidden; }
        .yasgui .yasr .errorResult .errorHeader .yasr_tryQuery {
          float: right;
          padding-top: 3px;
          padding-bottom: 3px; }
        .yasgui .yasr .errorResult .errorHeader span.exception {
          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;
          background-color: #d9534f; }
      .yasgui .yasr .errorResult pre {
        display: block;
        padding: 10px;
        margin: 10px 0 10px;
        font-size: 13px;
        line-height: 1.42857;
        word-break: break-all;
        word-wrap: break-word;
        color: #333;
        background-color: #f5f5f5;
        border: 1px solid #ccc;
        border-radius: 4px; }
      .yasgui .yasr .errorResult .corsMessage {
        color: #a94442;
        background-color: #f2dede;
        margin-top: 10px;
        padding: 5px;
        border: 1px solid #ebccd1;
        border-radius: 4px; }
    .yasgui .yasr .yasr_results .CodeMirror {
      border: 1px solid #d1d1d1;
      margin-top: 5px;
      height: 100%; }
    .yasgui .yasr .dataTables_wrapper {
      margin-top: 10px; }
      .yasgui .yasr .dataTables_wrapper .dataTables_length {
        float: right;
        margin-left: 10px; }
        .yasgui .yasr .dataTables_wrapper .dataTables_length label, .yasgui .yasr .dataTables_wrapper .dataTables_length select {
          vertical-align: middle; }
    .yasgui .yasr table.dataTable.no-footer.resultsTable {
      border-bottom: 1px solid #ddd; }
    .yasgui .yasr table.dataTable thead th {
      border-bottom: 2px solid #ddd;
      background: none !important;
      border-right: 1px dotted gray;
      padding: 7px 0px; }
      .yasgui .yasr table.dataTable thead th:first-child, .yasgui .yasr table.dataTable thead th:last-child {
        border-right: 0; }
      .yasgui .yasr table.dataTable thead th span {
        margin-left: 5px; }
    .yasgui .yasr table.dataTable tr:nth-child(even) {
      background-color: #f9f9f9; }
    .yasgui .yasr table.dataTable td {
      border-top: 1px solid #ddd; }
      .yasgui .yasr table.dataTable td div {
        -ms-word-break: break-all;
        word-break: break-all;
        /* Non standard for webkit */
        word-break: break-word;
        -webkit-hyphens: auto;
        hyphens: auto;
        padding: 0px 5px; }
    .yasgui .yasr .sortIcons {
      float: right;
      width: 8px;
      height: 13px;
      margin-right: 10px; }
    .yasgui .yasr .dtTopHeader .dataTables_info {
      padding-top: 0px;
      margin: 0px 10px; }
    .yasgui .yasr .pivotTable {
      margin-top: 5px; }
      .yasgui .yasr .pivotTable > table {
        background-color: white; }
      .yasgui .yasr .pivotTable td.pvtAxisContainer, .yasgui .yasr .pivotTable td.pvtVals {
        /**where vars are dragged to/from**/
        border: 1px solid #ddd;
        background-color: transparent; }
      .yasgui .yasr .pivotTable li span.pvtAttr {
        background-color: #337ab7;
        color: #fff;
        padding: 4px 7px; }
        .yasgui .yasr .pivotTable li span.pvtAttr svg {
          fill: #fff; }
        .yasgui .yasr .pivotTable li span.pvtAttr div {
          /**svg container**/
          margin-left: 6px;
          vertical-align: middle; }
      .yasgui .yasr .pivotTable .pvtCols {
        vertical-align: top; }
      .yasgui .yasr .pivotTable table.pvtTable tr th {
        background-color: #f2f2f2; }
        .yasgui .yasr .pivotTable table.pvtTable tr th.pvtAxisLabel {
          background-color: #337ab7;
          color: #fff; }
      .yasgui .yasr .pivotTable .containerHeader {
        margin-left: 8px;
        margin-bottom: 8px;
        font-style: italic;
        font-size: 110%;
        color: #999;
        text-align: left; }
      .yasgui .yasr .pivotTable .pvtAttr .svgImg {
        width: 14px;
        height: 14px; }
      .yasgui .yasr .pivotTable .node {
        border: solid 1px white;
        font: 10px sans-serif;
        line-height: 12px;
        overflow: hidden;
        position: absolute;
        text-indent: 2px; }
    .yasgui .yasr .openPivotGchart {
      float: right;
      position: relative;
      display: none;
      top: -38px;
      margin-bottom: -38px; }
    .yasgui .yasr .openGchartBtn {
      float: right;
      position: relative;
      top: -35px;
      margin-bottom: -35px; }
    .yasgui .yasr .gchartWrapper {
      width: 100%;
      height: 600px;
      margin-top: 2px; }
    .yasgui .yasr .yasr_results .leaflet {
      height: 800px;
      width: 100%;
      margin-top: 10px; }
      .yasgui .yasr .yasr_results .leaflet .leaflet-marker-icon.leaflet-div-icon {
        background-color: transparent;
        border: 0; }
      .yasgui .yasr .yasr_results .leaflet .leaflet-control-layers-toggle {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII="); }
  .yasgui .yasr .CodeMirror {
    border-color: #ddd; }
  .yasgui .yasr .leaflet-marker-icon.leaflet-div-icon {
    background-color: transparent;
    border: 0; }
  .yasgui .nav-tabs li.tab-sortable-highlight {
    border: 3px dashed #ddd;
    border-bottom: 0; }
  .yasgui .nav-tabs li a[role="addTab"] {
    padding: 0px;
    margin: 4px 0px;
    cursor: pointer;
    font-weight: bold;
    font-size: 21px;
    background-color: transparent;
    border-color: transparent; }
  .yasgui .nav-tabs li .close {
    margin-left: 7px;
    font-size: 17px; }
  .yasgui .nav-tabs li a {
    padding-left: 20px; }
  .yasgui .nav-tabs li.querying .loader {
    display: inline-block; }
  .yasgui .nav-tabs li .loader {
    padding: 0px;
    margin: 1px 1px 1px 2px;
    width: 13.5px;
    height: 13.5px;
    border-radius: 50%;
    box-sizing: border-box;
    border: solid 1.5px rgba(0, 0, 0, 0.2);
    border-top-color: #000;
    -webkit-animation: spin 1s infinite linear;
            animation: spin 1s infinite linear;
    position: absolute;
    left: 0;
    display: none; }
  .yasgui .nav-tabs li a {
    display: inline-block; }
  .yasgui .nav-tabs li div {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
    padding: 10px 15px;
    display: none; }
  .yasgui .nav-tabs li.rename a {
    display: none; }
  .yasgui .nav-tabs li.rename div {
    display: inline-block; }
  .yasgui .tabDropDown {
    position: absolute; }
  .yasgui .menu-slide {
    position: absolute;
    border: 1px solid #ddd;
    border-top: 0;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    width: 600px;
    height: auto;
    background: #f5f5f5;
    transition: all 0.5s;
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
    transform: translate3d(-100%, 0, 0) rotateY(90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    .yasgui .menu-slide .yasguiLogo {
      cursor: pointer;
      float: right;
      margin: 5px;
      height: 100px;
      width: 100px; }
    .yasgui .menu-slide::after {
      display: none; }
    .yasgui .menu-slide .tabPaneMenuTabs {
      margin: 10px; }
    .yasgui .menu-slide .tab-pane {
      margin: 10px; }
    .yasgui .menu-slide .logo {
      margin-left: auto;
      margin-right: 0; }
    .yasgui .menu-slide .requestConfig .reqRow > div {
      display: inline-block; }
    .yasgui .menu-slide .requestConfig .acceptHeader {
      width: 150px; }
    .yasgui .menu-slide .requestConfig .option:hover {
      /**a selectize dropdown option*/
      background-color: #e6e6e6; }
    .yasgui .menu-slide .requestConfig .item, .yasgui .menu-slide .requestConfig .option {
      /**a selectize dropdown option/item*/
      font-weight: normal; }
    .yasgui .menu-slide .requestConfig .textInputsRow:first-child .close {
      display: none; }
    .yasgui .menu-slide .requestConfig .close {
      font-size: 18px; }
    .yasgui .menu-slide .requestConfig .textInputsRow * {
      margin: 5px 3px 0 0; }
    .yasgui .menu-slide .requestConfig label {
      font-size: 80%; }
    .yasgui .menu-slide .requestConfig .rowLabel {
      font-weight: bold;
      width: 30%; }
    .yasgui .menu-slide .requestConfig [class*="col-"] {
      float: none;
      display: table-cell;
      vertical-align: middle;
      padding: 5px; }
  .yasgui .tab-pane {
    /* 	-webkit-perspective: 1500px; */
    /* 	perspective: 1500px; */
    /* 	-webkit-perspective-origin: 0% 50%; */
    /* 	perspective-origin: 0% 50%; */ }
  .yasgui .wrapper {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
  .yasgui .menu-open .menu-slide {
    left: 600px;
    visibility: visible;
    transition: all 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
    transform: translate3d(-100%, 0, 0) rotateY(0deg); }
  .yasgui .controlbar {
    /* 	overflow-x: hidden; */
    position: relative;
    left: 0;
    transition: all 0.5s;
    padding: 5px;
    padding-bottom: 0px;
    border-left: 1px solid #ddd; }
    .yasgui .controlbar .endpointText {
      width: 400px; }
      .yasgui .controlbar .endpointText .endpointOptionRow {
        vertical-align: middle; }
        .yasgui .controlbar .endpointText .endpointOptionRow:hover {
          background-color: #e6e6e6; }
        .yasgui .controlbar .endpointText .endpointOptionRow .close {
          display: table-cell;
          vertical-align: middle; }
        .yasgui .controlbar .endpointText .endpointOptionRow .endpointUrl {
          font-weight: bold;
          font-size: 0.9;
          width: 95%;
          /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
          -ms-word-break: break-all;
          word-break: break-all;
          /* Non standard for webkit */
          word-break: break-word;
          -webkit-hyphens: auto;
          hyphens: auto; }
        .yasgui .controlbar .endpointText .endpointOptionRow .endpointTitle {
          font-size: 12px;
          opacity: 0.5; }
    .yasgui .controlbar > * {
      vertical-align: top;
      margin-right: 5px;
      display: inline-block; }
    .yasgui .controlbar .menuButton {
      display: inline-block;
      vertical-align: middle;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 5px;
      height: 34px; }
      .yasgui .controlbar .menuButton:focus {
        outline: none;
        background-color: transparent;
        border-color: #ccc; }
      .yasgui .controlbar .menuButton .icon-bar {
        margin-bottom: 3px;
        display: block;
        width: 20px;
        height: 3px;
        background-color: #777777;
        border-radius: 1px; }
  .yasgui .menu-open .controlbar {
    border-left: 0;
    left: 600px;
    width: calc(100% - 600px); }
  .yasgui .consentWindow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 800px;
    background: #f5f5f5;
    z-index: 100;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px; }
    .yasgui .consentWindow div {
      text-align: center; }
    .yasgui .consentWindow .consentMsg {
      margin-bottom: 8px; }
    .yasgui .consentWindow button {
      height: 54px;
      margin-right: 10px; }
      .yasgui .consentWindow button .svgImg {
        display: inline-block;
        height: 10px;
        width: 10px; }
      .yasgui .consentWindow button:last {
        margin-right: 0; }
  .yasgui .CodeMirror-foldmarker {
    color: blue;
    text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
    font-family: arial;
    line-height: .3;
    cursor: pointer; }
  .yasgui .CodeMirror-foldgutter {
    width: .7em; }
  .yasgui .CodeMirror-foldgutter-open,
  .yasgui .CodeMirror-foldgutter-folded {
    cursor: pointer; }
  .yasgui .CodeMirror-foldgutter-open:after {
    content: "\25BE"; }
  .yasgui .CodeMirror-foldgutter-folded:after {
    content: "\25B8"; }
  .yasgui .CodeMirror-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    z-index: 9; }
  .yasgui .CodeMirror {
    /* Set height, width, borders, and global font properties here */
    font-family: monospace;
    height: 300px;
    color: black; }
  .yasgui .CodeMirror-lines {
    padding: 4px 0;
    /* Vertical padding around content */ }
  .yasgui .CodeMirror pre {
    padding: 0 4px;
    /* Horizontal padding of content */ }
  .yasgui .CodeMirror-scrollbar-filler, .yasgui .CodeMirror-gutter-filler {
    background-color: white;
    /* The little square between H and V scrollbars */ }
  .yasgui .CodeMirror-gutters {
    border-right: 1px solid #ddd;
    background-color: #f7f7f7;
    white-space: nowrap; }
  .yasgui .CodeMirror-linenumber {
    padding: 0 3px 0 5px;
    min-width: 20px;
    text-align: right;
    color: #999;
    white-space: nowrap; }
  .yasgui .CodeMirror-guttermarker {
    color: black; }
  .yasgui .CodeMirror-guttermarker-subtle {
    color: #999; }
  .yasgui .CodeMirror-cursor {
    border-left: 1px solid black;
    border-right: none;
    width: 0; }
  .yasgui .CodeMirror div.CodeMirror-secondarycursor {
    border-left: 1px solid silver; }
  .yasgui .cm-fat-cursor .CodeMirror-cursor {
    width: auto;
    border: 0 !important;
    background: #7e7; }
  .yasgui .cm-fat-cursor div.CodeMirror-cursors {
    z-index: 1; }
  .yasgui .cm-animate-fat-cursor {
    width: auto;
    border: 0;
    -webkit-animation: blink 1.06s steps(1) infinite;
    animation: blink 1.06s steps(1) infinite;
    background-color: #7e7; }

@-webkit-keyframes blink {
  0% { }
  50% {
    background-color: transparent; }
  100% { } }

@keyframes blink {
  0% { }
  50% {
    background-color: transparent; }
  100% { } }
  .yasgui .cm-tab {
    display: inline-block;
    text-decoration: inherit; }
  .yasgui .CodeMirror-rulers {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    bottom: -20px;
    overflow: hidden; }
  .yasgui .CodeMirror-ruler {
    border-left: 1px solid #ccc;
    top: 0;
    bottom: 0;
    position: absolute; }
  .yasgui .cm-s-default .cm-header {
    color: blue; }
  .yasgui .cm-s-default .cm-quote {
    color: #090; }
  .yasgui .cm-negative {
    color: #d44; }
  .yasgui .cm-positive {
    color: #292; }
  .yasgui .cm-header, .yasgui .cm-strong {
    font-weight: bold; }
  .yasgui .cm-em {
    font-style: italic; }
  .yasgui .cm-link {
    text-decoration: underline; }
  .yasgui .cm-strikethrough {
    text-decoration: line-through; }
  .yasgui .cm-s-default .cm-keyword {
    color: #708; }
  .yasgui .cm-s-default .cm-atom {
    color: #219; }
  .yasgui .cm-s-default .cm-number {
    color: #164; }
  .yasgui .cm-s-default .cm-def {
    color: #00f; }
  .yasgui .cm-s-default .cm-variable-2 {
    color: #05a; }
  .yasgui .cm-s-default .cm-variable-3 {
    color: #085; }
  .yasgui .cm-s-default .cm-comment {
    color: #a50; }
  .yasgui .cm-s-default .cm-string {
    color: #a11; }
  .yasgui .cm-s-default .cm-string-2 {
    color: #f50; }
  .yasgui .cm-s-default .cm-meta {
    color: #555; }
  .yasgui .cm-s-default .cm-qualifier {
    color: #555; }
  .yasgui .cm-s-default .cm-builtin {
    color: #30a; }
  .yasgui .cm-s-default .cm-bracket {
    color: #997; }
  .yasgui .cm-s-default .cm-tag {
    color: #170; }
  .yasgui .cm-s-default .cm-attribute {
    color: #00c; }
  .yasgui .cm-s-default .cm-hr {
    color: #999; }
  .yasgui .cm-s-default .cm-link {
    color: #00c; }
  .yasgui .cm-s-default .cm-error {
    color: #f00; }
  .yasgui .cm-invalidchar {
    color: #f00; }
  .yasgui .CodeMirror-composing {
    border-bottom: 2px solid; }
  .yasgui div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0f0; }
  .yasgui div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #f22; }
  .yasgui .CodeMirror-matchingtag {
    background: rgba(255, 150, 0, 0.3); }
  .yasgui .CodeMirror-activeline-background {
    background: #e8f2ff; }
  .yasgui .CodeMirror {
    position: relative;
    overflow: hidden;
    background: white; }
  .yasgui .CodeMirror-scroll {
    overflow: scroll !important;
    /* Things will break if this is overridden */
    /* 30px is the magic margin used to hide the element's real scrollbars */
    /* See overflow: hidden in .CodeMirror */
    margin-bottom: -30px;
    margin-right: -30px;
    padding-bottom: 30px;
    height: 100%;
    outline: none;
    /* Prevent dragging from highlighting the element */
    position: relative; }
  .yasgui .CodeMirror-sizer {
    position: relative;
    border-right: 30px solid transparent; }
  .yasgui .CodeMirror-vscrollbar, .yasgui .CodeMirror-hscrollbar, .yasgui .CodeMirror-scrollbar-filler, .yasgui .CodeMirror-gutter-filler {
    position: absolute;
    z-index: 6;
    display: none; }
  .yasgui .CodeMirror-vscrollbar {
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll; }
  .yasgui .CodeMirror-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: scroll; }
  .yasgui .CodeMirror-scrollbar-filler {
    right: 0;
    bottom: 0; }
  .yasgui .CodeMirror-gutter-filler {
    left: 0;
    bottom: 0; }
  .yasgui .CodeMirror-gutters {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    z-index: 3; }
  .yasgui .CodeMirror-gutter {
    white-space: normal;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -30px;
    /* Hack to make IE7 behave */
    *zoom: 1;
    *display: inline; }
  .yasgui .CodeMirror-gutter-wrapper {
    position: absolute;
    z-index: 4;
    background: none !important;
    border: none !important; }
  .yasgui .CodeMirror-gutter-background {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4; }
  .yasgui .CodeMirror-gutter-elt {
    position: absolute;
    cursor: default;
    z-index: 4; }
  .yasgui .CodeMirror-gutter-wrapper {
    -webkit-user-select: none;
    user-select: none; }
  .yasgui .CodeMirror-lines {
    cursor: text;
    min-height: 1px;
    /* prevents collapsing before first draw */ }
  .yasgui .CodeMirror pre {
    /* Reset some styles that the rest of the page might have set */
    border-radius: 0;
    border-width: 0;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    white-space: pre;
    word-wrap: normal;
    line-height: inherit;
    color: inherit;
    z-index: 2;
    position: relative;
    overflow: visible;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none; }
  .yasgui .CodeMirror-wrap pre {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: normal; }
  .yasgui .CodeMirror-linebackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0; }
  .yasgui .CodeMirror-linewidget {
    position: relative;
    z-index: 2;
    overflow: auto; }
  .yasgui .CodeMirror-code {
    outline: none; }
  .yasgui .CodeMirror-scroll,
  .yasgui .CodeMirror-sizer,
  .yasgui .CodeMirror-gutter,
  .yasgui .CodeMirror-gutters,
  .yasgui .CodeMirror-linenumber {
    box-sizing: content-box; }
  .yasgui .CodeMirror-measure {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  .yasgui .CodeMirror-cursor {
    position: absolute;
    pointer-events: none; }
  .yasgui .CodeMirror-measure pre {
    position: static; }
  .yasgui div.CodeMirror-cursors {
    visibility: hidden;
    position: relative;
    z-index: 3; }
  .yasgui div.CodeMirror-dragcursors {
    visibility: visible; }
  .yasgui .CodeMirror-focused div.CodeMirror-cursors {
    visibility: visible; }
  .yasgui .CodeMirror-selected {
    background: #d9d9d9; }
  .yasgui .CodeMirror-focused .CodeMirror-selected {
    background: #d7d4f0; }
  .yasgui .CodeMirror-crosshair {
    cursor: crosshair; }
  .yasgui .CodeMirror-line::selection, .yasgui .CodeMirror-line > span::selection, .yasgui .CodeMirror-line > span > span::selection {
    background: #d7d4f0; }
  .yasgui .CodeMirror-line::-moz-selection, .yasgui .CodeMirror-line > span::-moz-selection, .yasgui .CodeMirror-line > span > span::-moz-selection {
    background: #d7d4f0; }
  .yasgui .cm-searching {
    background: #ffa;
    background: rgba(255, 255, 0, 0.4); }
  .yasgui .CodeMirror span {
    *vertical-align: text-bottom; }
  .yasgui .cm-force-border {
    padding-right: .1px; }
  @media print {
    .yasgui {
      /* Hide the cursor when printing */ }
      .yasgui .CodeMirror div.CodeMirror-cursors {
        visibility: hidden; } }
  .yasgui .cm-tab-wrap-hack:after {
    content: ''; }
  .yasgui span.CodeMirror-selectedtext {
    background: none; }
  .yasgui table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    /*
   * Header and footer styles
   */
    /*
   * Body styles
   */ }
  .yasgui table.dataTable thead th,
  .yasgui table.dataTable tfoot th {
    font-weight: bold; }
  .yasgui table.dataTable thead th,
  .yasgui table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111111; }
  .yasgui table.dataTable thead th:active,
  .yasgui table.dataTable thead td:active {
    outline: none; }
  .yasgui table.dataTable tfoot th,
  .yasgui table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111111; }
  .yasgui table.dataTable thead .sorting,
  .yasgui table.dataTable thead .sorting_asc,
  .yasgui table.dataTable thead .sorting_desc,
  .yasgui table.dataTable thead .sorting_asc_disabled,
  .yasgui table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right; }
  .yasgui table.dataTable tbody tr {
    background-color: white; }
  .yasgui table.dataTable tbody tr.selected {
    background-color: #b0bed9; }
  .yasgui table.dataTable tbody th,
  .yasgui table.dataTable tbody td {
    padding: 8px 10px; }
  .yasgui table.dataTable.row-border tbody th, .yasgui table.dataTable.row-border tbody td, .yasgui table.dataTable.display tbody th, .yasgui table.dataTable.display tbody td {
    border-top: 1px solid #dddddd; }
  .yasgui table.dataTable.row-border tbody tr:first-child th,
  .yasgui table.dataTable.row-border tbody tr:first-child td, .yasgui table.dataTable.display tbody tr:first-child th,
  .yasgui table.dataTable.display tbody tr:first-child td {
    border-top: none; }
  .yasgui table.dataTable.cell-border tbody th, .yasgui table.dataTable.cell-border tbody td {
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd; }
  .yasgui table.dataTable.cell-border tbody tr th:first-child,
  .yasgui table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #dddddd; }
  .yasgui table.dataTable.cell-border tbody tr:first-child th,
  .yasgui table.dataTable.cell-border tbody tr:first-child td {
    border-top: none; }
  .yasgui table.dataTable.stripe tbody tr.odd, .yasgui table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9; }
  .yasgui table.dataTable.stripe tbody tr.odd.selected, .yasgui table.dataTable.display tbody tr.odd.selected {
    background-color: #abb9d3; }
  .yasgui table.dataTable.hover tbody tr:hover, .yasgui table.dataTable.display tbody tr:hover {
    background-color: whitesmoke; }
  .yasgui table.dataTable.hover tbody tr:hover.selected, .yasgui table.dataTable.display tbody tr:hover.selected {
    background-color: #a9b7d1; }
  .yasgui table.dataTable.order-column tbody tr > .sorting_1,
  .yasgui table.dataTable.order-column tbody tr > .sorting_2,
  .yasgui table.dataTable.order-column tbody tr > .sorting_3, .yasgui table.dataTable.display tbody tr > .sorting_1,
  .yasgui table.dataTable.display tbody tr > .sorting_2,
  .yasgui table.dataTable.display tbody tr > .sorting_3 {
    background-color: #f9f9f9; }
  .yasgui table.dataTable.order-column tbody tr.selected > .sorting_1,
  .yasgui table.dataTable.order-column tbody tr.selected > .sorting_2,
  .yasgui table.dataTable.order-column tbody tr.selected > .sorting_3, .yasgui table.dataTable.display tbody tr.selected > .sorting_1,
  .yasgui table.dataTable.display tbody tr.selected > .sorting_2,
  .yasgui table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad4; }
  .yasgui table.dataTable.display tbody tr.odd > .sorting_1, .yasgui table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1; }
  .yasgui table.dataTable.display tbody tr.odd > .sorting_2, .yasgui table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3; }
  .yasgui table.dataTable.display tbody tr.odd > .sorting_3, .yasgui table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke; }
  .yasgui table.dataTable.display tbody tr.odd.selected > .sorting_1, .yasgui table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b3cd; }
  .yasgui table.dataTable.display tbody tr.odd.selected > .sorting_2, .yasgui table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a7b5ce; }
  .yasgui table.dataTable.display tbody tr.odd.selected > .sorting_3, .yasgui table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b6d0; }
  .yasgui table.dataTable.display tbody tr.even > .sorting_1, .yasgui table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #f9f9f9; }
  .yasgui table.dataTable.display tbody tr.even > .sorting_2, .yasgui table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fbfbfb; }
  .yasgui table.dataTable.display tbody tr.even > .sorting_3, .yasgui table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fdfdfd; }
  .yasgui table.dataTable.display tbody tr.even.selected > .sorting_1, .yasgui table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad4; }
  .yasgui table.dataTable.display tbody tr.even.selected > .sorting_2, .yasgui table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #adbbd6; }
  .yasgui table.dataTable.display tbody tr.even.selected > .sorting_3, .yasgui table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8; }
  .yasgui table.dataTable.display tbody tr:hover > .sorting_1, .yasgui table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea; }
  .yasgui table.dataTable.display tbody tr:hover > .sorting_2, .yasgui table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ebebeb; }
  .yasgui table.dataTable.display tbody tr:hover > .sorting_3, .yasgui table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #eeeeee; }
  .yasgui table.dataTable.display tbody tr:hover.selected > .sorting_1, .yasgui table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a1aec7; }
  .yasgui table.dataTable.display tbody tr:hover.selected > .sorting_2, .yasgui table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a2afc8; }
  .yasgui table.dataTable.display tbody tr:hover.selected > .sorting_3, .yasgui table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a4b2cb; }
  .yasgui table.dataTable.no-footer {
    border-bottom: 1px solid #111111; }
  .yasgui table.dataTable.nowrap th, .yasgui table.dataTable.nowrap td {
    white-space: nowrap; }
  .yasgui table.dataTable.compact thead th,
  .yasgui table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px; }
  .yasgui table.dataTable.compact tfoot th,
  .yasgui table.dataTable.compact tfoot td {
    padding: 4px; }
  .yasgui table.dataTable.compact tbody th,
  .yasgui table.dataTable.compact tbody td {
    padding: 4px; }
  .yasgui table.dataTable th.dt-left,
  .yasgui table.dataTable td.dt-left {
    text-align: left; }
  .yasgui table.dataTable th.dt-center,
  .yasgui table.dataTable td.dt-center,
  .yasgui table.dataTable td.dataTables_empty {
    text-align: center; }
  .yasgui table.dataTable th.dt-right,
  .yasgui table.dataTable td.dt-right {
    text-align: right; }
  .yasgui table.dataTable th.dt-justify,
  .yasgui table.dataTable td.dt-justify {
    text-align: justify; }
  .yasgui table.dataTable th.dt-nowrap,
  .yasgui table.dataTable td.dt-nowrap {
    white-space: nowrap; }
  .yasgui table.dataTable thead th.dt-head-left,
  .yasgui table.dataTable thead td.dt-head-left,
  .yasgui table.dataTable tfoot th.dt-head-left,
  .yasgui table.dataTable tfoot td.dt-head-left {
    text-align: left; }
  .yasgui table.dataTable thead th.dt-head-center,
  .yasgui table.dataTable thead td.dt-head-center,
  .yasgui table.dataTable tfoot th.dt-head-center,
  .yasgui table.dataTable tfoot td.dt-head-center {
    text-align: center; }
  .yasgui table.dataTable thead th.dt-head-right,
  .yasgui table.dataTable thead td.dt-head-right,
  .yasgui table.dataTable tfoot th.dt-head-right,
  .yasgui table.dataTable tfoot td.dt-head-right {
    text-align: right; }
  .yasgui table.dataTable thead th.dt-head-justify,
  .yasgui table.dataTable thead td.dt-head-justify,
  .yasgui table.dataTable tfoot th.dt-head-justify,
  .yasgui table.dataTable tfoot td.dt-head-justify {
    text-align: justify; }
  .yasgui table.dataTable thead th.dt-head-nowrap,
  .yasgui table.dataTable thead td.dt-head-nowrap,
  .yasgui table.dataTable tfoot th.dt-head-nowrap,
  .yasgui table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap; }
  .yasgui table.dataTable tbody th.dt-body-left,
  .yasgui table.dataTable tbody td.dt-body-left {
    text-align: left; }
  .yasgui table.dataTable tbody th.dt-body-center,
  .yasgui table.dataTable tbody td.dt-body-center {
    text-align: center; }
  .yasgui table.dataTable tbody th.dt-body-right,
  .yasgui table.dataTable tbody td.dt-body-right {
    text-align: right; }
  .yasgui table.dataTable tbody th.dt-body-justify,
  .yasgui table.dataTable tbody td.dt-body-justify {
    text-align: justify; }
  .yasgui table.dataTable tbody th.dt-body-nowrap,
  .yasgui table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap; }
  .yasgui table.dataTable,
  .yasgui table.dataTable th,
  .yasgui table.dataTable td {
    box-sizing: content-box; }
  .yasgui .dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1; }
  .yasgui .dataTables_wrapper .dataTables_length {
    float: left; }
  .yasgui .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right; }
  .yasgui .dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em; }
  .yasgui .dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em; }
  .yasgui .dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em; }
  .yasgui .dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333333 !important;
    border: 1px solid transparent;
    border-radius: 2px; }
  .yasgui .dataTables_wrapper .dataTables_paginate .paginate_button.current, .yasgui .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333333 !important;
    border: 1px solid #979797;
    background-color: white;
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* FF3.6+ */
    /* IE10+ */
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, white 0%, gainsboro 100%);
    /* W3C */ }
  .yasgui .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .yasgui .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .yasgui .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none; }
  .yasgui .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111111;
    background-color: #585858;
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* FF3.6+ */
    /* IE10+ */
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #585858 0%, #111111 100%);
    /* W3C */ }
  .yasgui .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* FF3.6+ */
    /* IE10+ */
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    /* W3C */
    box-shadow: inset 0 0 3px #111; }
  .yasgui .dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em; }
  .yasgui .dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }
  .yasgui .dataTables_wrapper .dataTables_length,
  .yasgui .dataTables_wrapper .dataTables_filter,
  .yasgui .dataTables_wrapper .dataTables_info,
  .yasgui .dataTables_wrapper .dataTables_processing,
  .yasgui .dataTables_wrapper .dataTables_paginate {
    color: #333333; }
  .yasgui .dataTables_wrapper .dataTables_scroll {
    clear: both; }
  .yasgui .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch; }
  .yasgui .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .yasgui .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .yasgui .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .yasgui .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    vertical-align: middle; }
  .yasgui .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
  .yasgui .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .yasgui .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
  .yasgui .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important; }
  .yasgui .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111111; }
  .yasgui .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
  .yasgui .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
    border-bottom: none; }
  .yasgui .dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  @media screen and (max-width: 767px) {
    .yasgui .dataTables_wrapper .dataTables_info,
    .yasgui .dataTables_wrapper .dataTables_paginate {
      float: none;
      text-align: center; }
    .yasgui .dataTables_wrapper .dataTables_paginate {
      margin-top: 0.5em; } }
  @media screen and (max-width: 640px) {
    .yasgui .dataTables_wrapper .dataTables_length,
    .yasgui .dataTables_wrapper .dataTables_filter {
      float: none;
      text-align: center; }
    .yasgui .dataTables_wrapper .dataTables_filter {
      margin-top: 0.5em; } }
  .yasgui .ui-resizable {
    position: relative; }
  .yasgui .ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block; }
  .yasgui .ui-resizable-disabled .ui-resizable-handle,
  .yasgui .ui-resizable-autohide .ui-resizable-handle {
    display: none; }
  .yasgui .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0; }
  .yasgui .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0; }
  .yasgui .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%; }
  .yasgui .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%; }
  .yasgui .ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px; }
  .yasgui .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px; }
  .yasgui .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px; }
  .yasgui .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px; }
  .yasgui .pvtUi {
    color: #333; }
  .yasgui table.pvtTable {
    font-size: 8pt;
    text-align: left;
    border-collapse: collapse; }
  .yasgui table.pvtTable thead tr th, .yasgui table.pvtTable tbody tr th {
    background-color: #e6EEEE;
    border: 1px solid #CDCDCD;
    font-size: 8pt;
    padding: 5px; }
  .yasgui table.pvtTable .pvtColLabel {
    text-align: center; }
  .yasgui table.pvtTable .pvtTotalLabel {
    text-align: right; }
  .yasgui table.pvtTable tbody tr td {
    color: #3D3D3D;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #CDCDCD;
    vertical-align: top;
    text-align: right; }
  .yasgui .pvtTotal, .yasgui .pvtGrandTotal {
    font-weight: bold; }
  .yasgui .pvtVals {
    text-align: center;
    white-space: nowrap; }
  .yasgui .pvtRowOrder, .yasgui .pvtColOrder {
    cursor: pointer;
    width: 15px;
    margin-left: 5px;
    display: inline-block; }
  .yasgui .pvtAggregator {
    margin-bottom: 5px; }
  .yasgui .pvtAxisContainer, .yasgui .pvtVals {
    border: 1px solid gray;
    background: #EEE;
    padding: 5px;
    min-width: 20px;
    min-height: 20px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none; }
  .yasgui .pvtAxisContainer li {
    padding: 8px 6px;
    list-style-type: none;
    cursor: move; }
  .yasgui .pvtAxisContainer li.pvtPlaceholder {
    -webkit-border-radius: 5px;
    padding: 3px 15px;
    border-radius: 5px;
    border: 1px dashed #aaa; }
  .yasgui .pvtAxisContainer li span.pvtAttr {
    -webkit-text-size-adjust: 100%;
    background: #F3F3F3;
    border: 1px solid #DEDEDE;
    padding: 2px 5px;
    white-space: nowrap;
    border-radius: 5px; }
  .yasgui .pvtTriangle {
    cursor: pointer;
    color: grey; }
  .yasgui .pvtHorizList li {
    display: inline; }
  .yasgui .pvtVertList {
    vertical-align: top; }
  .yasgui .pvtFilteredAttribute {
    font-style: italic; }
  .yasgui .pvtFilterBox {
    z-index: 100;
    width: 300px;
    border: 1px solid gray;
    background-color: #fff;
    position: absolute;
    text-align: center; }
  .yasgui .pvtFilterBox h4 {
    margin: 15px; }
  .yasgui .pvtFilterBox p {
    margin: 10px auto; }
  .yasgui .pvtFilterBox label {
    font-weight: normal; }
  .yasgui .pvtFilterBox input[type='checkbox'] {
    margin-right: 10px;
    margin-left: 10px; }
  .yasgui .pvtFilterBox input[type='text'] {
    width: 230px; }
  .yasgui .pvtFilterBox .count {
    color: gray;
    font-weight: normal;
    margin-left: 3px; }
  .yasgui .pvtCheckContainer {
    text-align: left;
    font-size: 14px;
    white-space: nowrap;
    overflow-y: scroll;
    width: 100%;
    max-height: 250px;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey; }
  .yasgui .pvtCheckContainer p {
    margin: 5px; }
  .yasgui .pvtRendererArea {
    padding: 5px; }
  .yasgui .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #ffffff; }
  .yasgui .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden; }
  .yasgui .selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
  .yasgui .selectize-dropdown-header {
    position: relative;
    padding: 3px 12px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 4px 4px 0 0; }
  .yasgui .selectize-dropdown-header-close {
    position: absolute;
    right: 12px;
    top: 50%;
    color: #333333;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important; }
  .yasgui .selectize-dropdown-header-close:hover {
    color: #000000; }
  .yasgui .selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    box-sizing: border-box; }
  .yasgui .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none; }
  .yasgui .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none; }
  .yasgui .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none; }
  .yasgui .selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important; }
  .yasgui .selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    /* fixes ie bug (see #392) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 1px 0 0 0;
    border-left: 1px solid transparent;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box; }
  .yasgui .selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05); }
  .yasgui .selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: transparent; }
  .yasgui .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none; }
  .yasgui .selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: rgba(77, 77, 77, 0); }
  .yasgui .selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 23px; }
  .yasgui .selectize-control {
    position: relative; }
  .yasgui .selectize-dropdown,
  .yasgui .selectize-input,
  .yasgui .selectize-input input {
    color: #333333;
    font-family: inherit;
    font-size: inherit;
    line-height: 20px;
    -webkit-font-smoothing: inherit; }
  .yasgui .selectize-input,
  .yasgui .selectize-control.single .selectize-input.input-active {
    background: #ffffff;
    cursor: text;
    display: inline-block; }
  .yasgui .selectize-input {
    border: 1px solid #cccccc;
    padding: 6px 12px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 4px; }
  .yasgui .selectize-control.multi .selectize-input.has-items {
    padding: 5px 12px 2px; }
  .yasgui .selectize-input.full {
    background-color: #ffffff; }
  .yasgui .selectize-input.disabled,
  .yasgui .selectize-input.disabled * {
    cursor: default !important; }
  .yasgui .selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }
  .yasgui .selectize-input.dropdown-active {
    border-radius: 4px 4px 0 0; }
  .yasgui .selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .yasgui .selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 1px 3px;
    background: #efefef;
    color: #333333;
    border: 0 solid transparent; }
  .yasgui .selectize-control.multi .selectize-input > div.active {
    background: #428bca;
    color: #ffffff;
    border: 0 solid transparent; }
  .yasgui .selectize-control.multi .selectize-input.disabled > div,
  .yasgui .selectize-control.multi .selectize-input.disabled > div.active {
    color: #808080;
    background: #ffffff;
    border: 0 solid rgba(77, 77, 77, 0); }
  .yasgui .selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    box-shadow: none !important; }
  .yasgui .selectize-input > input::-ms-clear {
    display: none; }
  .yasgui .selectize-input > input:focus {
    outline: none !important; }
  .yasgui .selectize-input::after {
    content: ' ';
    display: block;
    clear: left; }
  .yasgui .selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #ffffff;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0; }
  .yasgui .selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px; }
  .yasgui .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden; }
  .yasgui .selectize-dropdown [data-selectable] .highlight {
    background: rgba(255, 237, 40, 0.4);
    border-radius: 1px; }
  .yasgui .selectize-dropdown [data-selectable],
  .yasgui .selectize-dropdown .optgroup-header {
    padding: 3px 12px; }
  .yasgui .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none; }
  .yasgui .selectize-dropdown .optgroup-header {
    color: #777777;
    background: #ffffff;
    cursor: default; }
  .yasgui .selectize-dropdown .active {
    background-color: #f5f5f5;
    color: #262626; }
  .yasgui .selectize-dropdown .active.create {
    color: #262626; }
  .yasgui .selectize-dropdown .create {
    color: rgba(51, 51, 51, 0.5); }
  .yasgui .selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch; }
  .yasgui .selectize-control.single .selectize-input,
  .yasgui .selectize-control.single .selectize-input input {
    cursor: pointer; }
  .yasgui .selectize-control.single .selectize-input.input-active,
  .yasgui .selectize-control.single .selectize-input.input-active input {
    cursor: text; }
  .yasgui .selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #333333 transparent transparent transparent; }
  .yasgui .selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #333333 transparent; }
  .yasgui .selectize-control.rtl.single .selectize-input:after {
    left: 17px;
    right: auto; }
  .yasgui .selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important; }
  .yasgui .selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #ffffff; }
  .yasgui .selectize-dropdown,
  .yasgui .selectize-dropdown.form-control {
    height: auto;
    padding: 0;
    margin: 2px 0 0 0;
    z-index: 1000;
    background: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .yasgui .selectize-dropdown .optgroup-header {
    font-size: 12px;
    line-height: 1.42857143; }
  .yasgui .selectize-dropdown .optgroup:first-child:before {
    display: none; }
  .yasgui .selectize-dropdown .optgroup:before {
    content: ' ';
    display: block;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    margin-left: -12px;
    margin-right: -12px; }
  .yasgui .selectize-dropdown-content {
    padding: 5px 0; }
  .yasgui .selectize-dropdown-header {
    padding: 6px 12px; }
  .yasgui .selectize-input {
    min-height: 34px; }
  .yasgui .selectize-input.dropdown-active {
    border-radius: 4px; }
  .yasgui .selectize-input.dropdown-active::before {
    display: none; }
  .yasgui .selectize-input.focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .yasgui .has-error .selectize-input {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .yasgui .has-error .selectize-input:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
  .yasgui .selectize-control.multi .selectize-input.has-items {
    padding-left: 9px;
    padding-right: 9px; }
  .yasgui .selectize-control.multi .selectize-input > div {
    border-radius: 3px; }
  .yasgui .form-control.selectize-control {
    padding: 0;
    height: auto;
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0; }
  .yasgui .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #ffffff; }
  .yasgui .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden; }
  .yasgui .selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
  .yasgui .selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0; }
  .yasgui .selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important; }
  .yasgui .selectize-dropdown-header-close:hover {
    color: #000000; }
  .yasgui .selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    box-sizing: border-box; }
  .yasgui .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none; }
  .yasgui .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none; }
  .yasgui .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none; }
  .yasgui .selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important; }
  .yasgui .selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    /* fixes ie bug (see #392) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box; }
  .yasgui .selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05); }
  .yasgui .selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca; }
  .yasgui .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none; }
  .yasgui .selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #ffffff; }
  .yasgui .selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 23px; }
  .yasgui .selectize-control {
    position: relative; }
  .yasgui .selectize-dropdown,
  .yasgui .selectize-input,
  .yasgui .selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit; }
  .yasgui .selectize-input,
  .yasgui .selectize-control.single .selectize-input.input-active {
    background: #ffffff;
    cursor: text;
    display: inline-block; }
  .yasgui .selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px; }
  .yasgui .selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px; }
  .yasgui .selectize-input.full {
    background-color: #ffffff; }
  .yasgui .selectize-input.disabled,
  .yasgui .selectize-input.disabled * {
    cursor: default !important; }
  .yasgui .selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }
  .yasgui .selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0; }
  .yasgui .selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .yasgui .selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0; }
  .yasgui .selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca; }
  .yasgui .selectize-control.multi .selectize-input.disabled > div,
  .yasgui .selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #ffffff;
    border: 0 solid #ffffff; }
  .yasgui .selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    box-shadow: none !important; }
  .yasgui .selectize-input > input::-ms-clear {
    display: none; }
  .yasgui .selectize-input > input:focus {
    outline: none !important; }
  .yasgui .selectize-input::after {
    content: ' ';
    display: block;
    clear: left; }
  .yasgui .selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0; }
  .yasgui .selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px; }
  .yasgui .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden; }
  .yasgui .selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    border-radius: 1px; }
  .yasgui .selectize-dropdown [data-selectable],
  .yasgui .selectize-dropdown .optgroup-header {
    padding: 5px 8px; }
  .yasgui .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none; }
  .yasgui .selectize-dropdown .optgroup-header {
    color: #303030;
    background: #ffffff;
    cursor: default; }
  .yasgui .selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68; }
  .yasgui .selectize-dropdown .active.create {
    color: #495c68; }
  .yasgui .selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5); }
  .yasgui .selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch; }
  .yasgui .selectize-control.single .selectize-input,
  .yasgui .selectize-control.single .selectize-input input {
    cursor: pointer; }
  .yasgui .selectize-control.single .selectize-input.input-active,
  .yasgui .selectize-control.single .selectize-input.input-active input {
    cursor: text; }
  .yasgui .selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent; }
  .yasgui .selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent; }
  .yasgui .selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto; }
  .yasgui .selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important; }
  .yasgui .selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa; }
  .yasgui .leaflet-pane,
  .yasgui .leaflet-tile,
  .yasgui .leaflet-marker-icon,
  .yasgui .leaflet-marker-shadow,
  .yasgui .leaflet-tile-container,
  .yasgui .leaflet-pane > svg,
  .yasgui .leaflet-pane > canvas,
  .yasgui .leaflet-zoom-box,
  .yasgui .leaflet-image-layer,
  .yasgui .leaflet-layer {
    position: absolute;
    left: 0;
    top: 0; }
  .yasgui .leaflet-container {
    overflow: hidden; }
  .yasgui .leaflet-tile,
  .yasgui .leaflet-marker-icon,
  .yasgui .leaflet-marker-shadow {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none; }
  .yasgui .leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast; }
  .yasgui .leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0; }
  .yasgui .leaflet-marker-icon,
  .yasgui .leaflet-marker-shadow {
    display: block; }
  .yasgui .leaflet-container .leaflet-overlay-pane svg,
  .yasgui .leaflet-container .leaflet-marker-pane img,
  .yasgui .leaflet-container .leaflet-shadow-pane img,
  .yasgui .leaflet-container .leaflet-tile-pane img,
  .yasgui .leaflet-container img.leaflet-image-layer {
    max-width: none !important;
    max-height: none !important; }
  .yasgui .leaflet-container.leaflet-touch-zoom {
    touch-action: pan-x pan-y; }
  .yasgui .leaflet-container.leaflet-touch-drag {
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom; }
  .yasgui .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    touch-action: none; }
  .yasgui .leaflet-container {
    -webkit-tap-highlight-color: transparent; }
  .yasgui .leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }
  .yasgui .leaflet-tile {
    -webkit-filter: inherit;
            filter: inherit;
    visibility: hidden; }
  .yasgui .leaflet-tile-loaded {
    visibility: inherit; }
  .yasgui .leaflet-zoom-box {
    width: 0;
    height: 0;
    box-sizing: border-box;
    z-index: 800; }
  .yasgui .leaflet-overlay-pane svg {
    -moz-user-select: none; }
  .yasgui .leaflet-pane {
    z-index: 400; }
  .yasgui .leaflet-tile-pane {
    z-index: 200; }
  .yasgui .leaflet-overlay-pane {
    z-index: 400; }
  .yasgui .leaflet-shadow-pane {
    z-index: 500; }
  .yasgui .leaflet-marker-pane {
    z-index: 600; }
  .yasgui .leaflet-tooltip-pane {
    z-index: 650; }
  .yasgui .leaflet-popup-pane {
    z-index: 700; }
  .yasgui .leaflet-map-pane canvas {
    z-index: 100; }
  .yasgui .leaflet-map-pane svg {
    z-index: 200; }
  .yasgui .leaflet-vml-shape {
    width: 1px;
    height: 1px; }
  .yasgui .lvml {
    display: inline-block;
    position: absolute; }
  .yasgui .leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto; }
  .yasgui .leaflet-top,
  .yasgui .leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none; }
  .yasgui .leaflet-top {
    top: 0; }
  .yasgui .leaflet-right {
    right: 0; }
  .yasgui .leaflet-bottom {
    bottom: 0; }
  .yasgui .leaflet-left {
    left: 0; }
  .yasgui .leaflet-control {
    float: left;
    clear: both; }
  .yasgui .leaflet-right .leaflet-control {
    float: right; }
  .yasgui .leaflet-top .leaflet-control {
    margin-top: 10px; }
  .yasgui .leaflet-bottom .leaflet-control {
    margin-bottom: 10px; }
  .yasgui .leaflet-left .leaflet-control {
    margin-left: 10px; }
  .yasgui .leaflet-right .leaflet-control {
    margin-right: 10px; }
  .yasgui .leaflet-fade-anim .leaflet-tile {
    will-change: opacity; }
  .yasgui .leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    transition: opacity 0.2s linear; }
  .yasgui .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1; }
  .yasgui .leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  .yasgui .leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform; }
  .yasgui .leaflet-zoom-anim .leaflet-zoom-animated {
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1); }
  .yasgui .leaflet-zoom-anim .leaflet-tile,
  .yasgui .leaflet-pan-anim .leaflet-tile {
    transition: none; }
  .yasgui .leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden; }
  .yasgui .leaflet-interactive {
    cursor: pointer; }
  .yasgui .leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab; }
  .yasgui .leaflet-crosshair,
  .yasgui .leaflet-crosshair .leaflet-interactive {
    cursor: crosshair; }
  .yasgui .leaflet-popup-pane,
  .yasgui .leaflet-control {
    cursor: auto; }
  .yasgui .leaflet-dragging .leaflet-grab,
  .yasgui .leaflet-dragging .leaflet-grab .leaflet-interactive,
  .yasgui .leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing; }
  .yasgui .leaflet-marker-icon,
  .yasgui .leaflet-marker-shadow,
  .yasgui .leaflet-image-layer,
  .yasgui .leaflet-pane > svg path,
  .yasgui .leaflet-tile-container {
    pointer-events: none; }
  .yasgui .leaflet-marker-icon.leaflet-interactive,
  .yasgui .leaflet-image-layer.leaflet-interactive,
  .yasgui .leaflet-pane > svg path.leaflet-interactive {
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto; }
  .yasgui .leaflet-container {
    background: #ddd;
    outline: 0; }
  .yasgui .leaflet-container a {
    color: #0078A8; }
  .yasgui .leaflet-container a.leaflet-active {
    outline: 2px solid orange; }
  .yasgui .leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5); }
  .yasgui .leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }
  .yasgui .leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px; }
  .yasgui .leaflet-bar a,
  .yasgui .leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black; }
  .yasgui .leaflet-bar a,
  .yasgui .leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block; }
  .yasgui .leaflet-bar a:hover {
    background-color: #f4f4f4; }
  .yasgui .leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .yasgui .leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none; }
  .yasgui .leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb; }
  .yasgui .leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .yasgui .leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .yasgui .leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
  .yasgui .leaflet-control-zoom-in,
  .yasgui .leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px; }
  .yasgui .leaflet-touch .leaflet-control-zoom-in, .yasgui .leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px; }
  .yasgui .leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px; }
  .yasgui .leaflet-control-layers-toggle {
    width: 36px;
    height: 36px; }
  .yasgui .leaflet-retina .leaflet-control-layers-toggle {
    background-size: 26px 26px; }
  .yasgui .leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px; }
  .yasgui .leaflet-control-layers .leaflet-control-layers-list,
  .yasgui .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none; }
  .yasgui .leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative; }
  .yasgui .leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff; }
  .yasgui .leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px; }
  .yasgui .leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px; }
  .yasgui .leaflet-control-layers label {
    display: block; }
  .yasgui .leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px; }
  .yasgui .leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0; }
  .yasgui .leaflet-control-attribution,
  .yasgui .leaflet-control-scale-line {
    padding: 0 5px;
    color: #333; }
  .yasgui .leaflet-control-attribution a {
    text-decoration: none; }
  .yasgui .leaflet-control-attribution a:hover {
    text-decoration: underline; }
  .yasgui .leaflet-container .leaflet-control-attribution,
  .yasgui .leaflet-container .leaflet-control-scale {
    font-size: 11px; }
  .yasgui .leaflet-left .leaflet-control-scale {
    margin-left: 5px; }
  .yasgui .leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px; }
  .yasgui .leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5); }
  .yasgui .leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px; }
  .yasgui .leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777; }
  .yasgui .leaflet-touch .leaflet-control-attribution,
  .yasgui .leaflet-touch .leaflet-control-layers,
  .yasgui .leaflet-touch .leaflet-bar {
    box-shadow: none; }
  .yasgui .leaflet-touch .leaflet-control-layers,
  .yasgui .leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box; }
  .yasgui .leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px; }
  .yasgui .leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px; }
  .yasgui .leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4; }
  .yasgui .leaflet-popup-content p {
    margin: 18px 0; }
  .yasgui .leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none; }
  .yasgui .leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .yasgui .leaflet-popup-content-wrapper,
  .yasgui .leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }
  .yasgui .leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent; }
  .yasgui .leaflet-container a.leaflet-popup-close-button:hover {
    color: #999; }
  .yasgui .leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd; }
  .yasgui .leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1; }
  .yasgui .leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }
  .yasgui .leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px; }
  .yasgui .leaflet-oldie .leaflet-control-zoom,
  .yasgui .leaflet-oldie .leaflet-control-layers,
  .yasgui .leaflet-oldie .leaflet-popup-content-wrapper,
  .yasgui .leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999; }
  .yasgui .leaflet-div-icon {
    background: #fff;
    border: 1px solid #666; }
  .yasgui .leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }
  .yasgui .leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto; }
  .yasgui .leaflet-tooltip-top:before,
  .yasgui .leaflet-tooltip-bottom:before,
  .yasgui .leaflet-tooltip-left:before,
  .yasgui .leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: ""; }
  .yasgui .leaflet-tooltip-bottom {
    margin-top: 6px; }
  .yasgui .leaflet-tooltip-top {
    margin-top: -6px; }
  .yasgui .leaflet-tooltip-bottom:before,
  .yasgui .leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px; }
  .yasgui .leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff; }
  .yasgui .leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff; }
  .yasgui .leaflet-tooltip-left {
    margin-left: -6px; }
  .yasgui .leaflet-tooltip-right {
    margin-left: 6px; }
  .yasgui .leaflet-tooltip-left:before,
  .yasgui .leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px; }
  .yasgui .leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff; }
  .yasgui .leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff; }

/**
Some classes so we can easily show/hide element using classes from parent
Use by SPARQL stories
**/
.stories {
  margin: 15px 0; }
  .stories.hideTabs .yasgui .mainTabs {
    display: none; }
  .stories.hideYasqe .yasgui .controlbar, .stories.hideYasqe .yasgui .yasqe {
    display: none; }
  .stories .geoHint {
    display: none; }

.CodeMirror-hints {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 2px;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border: 1px solid silver;
  background: white;
  font-size: 90%;
  font-family: monospace;
  max-height: 20em;
  overflow-y: auto; }

.CodeMirror-hint {
  margin: 0;
  padding: 0 4px;
  border-radius: 2px;
  white-space: pre;
  color: black;
  cursor: pointer; }

li.CodeMirror-hint-active {
  background: #08f;
  color: white; }

.CodeMirror-hint {
  max-width: 30em; }

/**need to reset this: the modal-dialog class conflicts with bootstrap**/
.modal-dialog.google-visualization-charteditor-dialog {
  z-index: 11;
  width: auto;
  margin: inherit; }
  .modal-dialog.google-visualization-charteditor-dialog .charts-flat-menu-button {
    box-sizing: content-box; }

div.modal-dialog.google-visualization-charteditor-dialog {
  z-index: 100; }

.CodeMirror-hints {
  z-index: 100; }
