.yasr {
  /*
 * Table styles
 */
  /*
 * Control feature layout
 */
  /* 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 */
  /* 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 */ }
  .yasr table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    /*
   * Header and footer styles
   */
    /*
   * Body styles
   */ }
  .yasr table.dataTable thead th,
  .yasr table.dataTable tfoot th {
    font-weight: bold; }
  .yasr table.dataTable thead th,
  .yasr table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111111; }
  .yasr table.dataTable thead th:active,
  .yasr table.dataTable thead td:active {
    outline: none; }
  .yasr table.dataTable tfoot th,
  .yasr table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111111; }
  .yasr table.dataTable thead .sorting,
  .yasr table.dataTable thead .sorting_asc,
  .yasr table.dataTable thead .sorting_desc {
    cursor: pointer;
    *cursor: hand; }
  .yasr table.dataTable thead .sorting,
  .yasr table.dataTable thead .sorting_asc,
  .yasr table.dataTable thead .sorting_desc,
  .yasr table.dataTable thead .sorting_asc_disabled,
  .yasr table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right; }
  .yasr table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png"); }
  .yasr table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png"); }
  .yasr table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png"); }
  .yasr table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png"); }
  .yasr table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png"); }
  .yasr table.dataTable tbody tr {
    background-color: white; }
  .yasr table.dataTable tbody tr.selected {
    background-color: #b0bed9; }
  .yasr table.dataTable tbody th,
  .yasr table.dataTable tbody td {
    padding: 8px 10px; }
  .yasr table.dataTable.row-border tbody th, .yasr table.dataTable.row-border tbody td, .yasr table.dataTable.display tbody th, .yasr table.dataTable.display tbody td {
    border-top: 1px solid #dddddd; }
  .yasr table.dataTable.row-border tbody tr:first-child th,
  .yasr table.dataTable.row-border tbody tr:first-child td, .yasr table.dataTable.display tbody tr:first-child th,
  .yasr table.dataTable.display tbody tr:first-child td {
    border-top: none; }
  .yasr table.dataTable.cell-border tbody th, .yasr table.dataTable.cell-border tbody td {
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd; }
  .yasr table.dataTable.cell-border tbody tr th:first-child,
  .yasr table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #dddddd; }
  .yasr table.dataTable.cell-border tbody tr:first-child th,
  .yasr table.dataTable.cell-border tbody tr:first-child td {
    border-top: none; }
  .yasr table.dataTable.stripe tbody tr.odd, .yasr table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9; }
  .yasr table.dataTable.stripe tbody tr.odd.selected, .yasr table.dataTable.display tbody tr.odd.selected {
    background-color: #abb9d3; }
  .yasr table.dataTable.hover tbody tr:hover, .yasr table.dataTable.display tbody tr:hover {
    background-color: whitesmoke; }
  .yasr table.dataTable.hover tbody tr:hover.selected, .yasr table.dataTable.display tbody tr:hover.selected {
    background-color: #a9b7d1; }
  .yasr table.dataTable.order-column tbody tr > .sorting_1,
  .yasr table.dataTable.order-column tbody tr > .sorting_2,
  .yasr table.dataTable.order-column tbody tr > .sorting_3, .yasr table.dataTable.display tbody tr > .sorting_1,
  .yasr table.dataTable.display tbody tr > .sorting_2,
  .yasr table.dataTable.display tbody tr > .sorting_3 {
    background-color: #f9f9f9; }
  .yasr table.dataTable.order-column tbody tr.selected > .sorting_1,
  .yasr table.dataTable.order-column tbody tr.selected > .sorting_2,
  .yasr table.dataTable.order-column tbody tr.selected > .sorting_3, .yasr table.dataTable.display tbody tr.selected > .sorting_1,
  .yasr table.dataTable.display tbody tr.selected > .sorting_2,
  .yasr table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad4; }
  .yasr table.dataTable.display tbody tr.odd > .sorting_1, .yasr table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1; }
  .yasr table.dataTable.display tbody tr.odd > .sorting_2, .yasr table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3; }
  .yasr table.dataTable.display tbody tr.odd > .sorting_3, .yasr table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke; }
  .yasr table.dataTable.display tbody tr.odd.selected > .sorting_1, .yasr table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b3cd; }
  .yasr table.dataTable.display tbody tr.odd.selected > .sorting_2, .yasr table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a7b5ce; }
  .yasr table.dataTable.display tbody tr.odd.selected > .sorting_3, .yasr table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b6d0; }
  .yasr table.dataTable.display tbody tr.even > .sorting_1, .yasr table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #f9f9f9; }
  .yasr table.dataTable.display tbody tr.even > .sorting_2, .yasr table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fbfbfb; }
  .yasr table.dataTable.display tbody tr.even > .sorting_3, .yasr table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fdfdfd; }
  .yasr table.dataTable.display tbody tr.even.selected > .sorting_1, .yasr table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad4; }
  .yasr table.dataTable.display tbody tr.even.selected > .sorting_2, .yasr table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #adbbd6; }
  .yasr table.dataTable.display tbody tr.even.selected > .sorting_3, .yasr table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8; }
  .yasr table.dataTable.display tbody tr:hover > .sorting_1, .yasr table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea; }
  .yasr table.dataTable.display tbody tr:hover > .sorting_2, .yasr table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ebebeb; }
  .yasr table.dataTable.display tbody tr:hover > .sorting_3, .yasr table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #eeeeee; }
  .yasr table.dataTable.display tbody tr:hover.selected > .sorting_1, .yasr table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a1aec7; }
  .yasr table.dataTable.display tbody tr:hover.selected > .sorting_2, .yasr table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a2afc8; }
  .yasr table.dataTable.display tbody tr:hover.selected > .sorting_3, .yasr table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a4b2cb; }
  .yasr table.dataTable.no-footer {
    border-bottom: 1px solid #111111; }
  .yasr table.dataTable.nowrap th, .yasr table.dataTable.nowrap td {
    white-space: nowrap; }
  .yasr table.dataTable.compact thead th,
  .yasr table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px; }
  .yasr table.dataTable.compact tfoot th,
  .yasr table.dataTable.compact tfoot td {
    padding: 4px; }
  .yasr table.dataTable.compact tbody th,
  .yasr table.dataTable.compact tbody td {
    padding: 4px; }
  .yasr table.dataTable th.dt-left,
  .yasr table.dataTable td.dt-left {
    text-align: left; }
  .yasr table.dataTable th.dt-center,
  .yasr table.dataTable td.dt-center,
  .yasr table.dataTable td.dataTables_empty {
    text-align: center; }
  .yasr table.dataTable th.dt-right,
  .yasr table.dataTable td.dt-right {
    text-align: right; }
  .yasr table.dataTable th.dt-justify,
  .yasr table.dataTable td.dt-justify {
    text-align: justify; }
  .yasr table.dataTable th.dt-nowrap,
  .yasr table.dataTable td.dt-nowrap {
    white-space: nowrap; }
  .yasr table.dataTable thead th.dt-head-left,
  .yasr table.dataTable thead td.dt-head-left,
  .yasr table.dataTable tfoot th.dt-head-left,
  .yasr table.dataTable tfoot td.dt-head-left {
    text-align: left; }
  .yasr table.dataTable thead th.dt-head-center,
  .yasr table.dataTable thead td.dt-head-center,
  .yasr table.dataTable tfoot th.dt-head-center,
  .yasr table.dataTable tfoot td.dt-head-center {
    text-align: center; }
  .yasr table.dataTable thead th.dt-head-right,
  .yasr table.dataTable thead td.dt-head-right,
  .yasr table.dataTable tfoot th.dt-head-right,
  .yasr table.dataTable tfoot td.dt-head-right {
    text-align: right; }
  .yasr table.dataTable thead th.dt-head-justify,
  .yasr table.dataTable thead td.dt-head-justify,
  .yasr table.dataTable tfoot th.dt-head-justify,
  .yasr table.dataTable tfoot td.dt-head-justify {
    text-align: justify; }
  .yasr table.dataTable thead th.dt-head-nowrap,
  .yasr table.dataTable thead td.dt-head-nowrap,
  .yasr table.dataTable tfoot th.dt-head-nowrap,
  .yasr table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap; }
  .yasr table.dataTable tbody th.dt-body-left,
  .yasr table.dataTable tbody td.dt-body-left {
    text-align: left; }
  .yasr table.dataTable tbody th.dt-body-center,
  .yasr table.dataTable tbody td.dt-body-center {
    text-align: center; }
  .yasr table.dataTable tbody th.dt-body-right,
  .yasr table.dataTable tbody td.dt-body-right {
    text-align: right; }
  .yasr table.dataTable tbody th.dt-body-justify,
  .yasr table.dataTable tbody td.dt-body-justify {
    text-align: justify; }
  .yasr table.dataTable tbody th.dt-body-nowrap,
  .yasr table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap; }
  .yasr table.dataTable,
  .yasr table.dataTable th,
  .yasr table.dataTable td {
    box-sizing: content-box; }
  .yasr .dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1; }
  .yasr .dataTables_wrapper .dataTables_length {
    float: left; }
  .yasr .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right; }
  .yasr .dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em; }
  .yasr .dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em; }
  .yasr .dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em; }
  .yasr .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; }
  .yasr .dataTables_wrapper .dataTables_paginate .paginate_button.current, .yasr .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
    /* Chrome10+,Safari5.1+ */
    /* FF3.6+ */
    /* IE10+ */
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, white 0%, gainsboro 100%);
    /* W3C */ }
  .yasr .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .yasr .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .yasr .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none; }
  .yasr .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
    /* Chrome10+,Safari5.1+ */
    /* FF3.6+ */
    /* IE10+ */
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #585858 0%, #111111 100%);
    /* W3C */ }
  .yasr .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* 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; }
  .yasr .dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em; }
  .yasr .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: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, 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%);
    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%); }
  .yasr .dataTables_wrapper .dataTables_length,
  .yasr .dataTables_wrapper .dataTables_filter,
  .yasr .dataTables_wrapper .dataTables_info,
  .yasr .dataTables_wrapper .dataTables_processing,
  .yasr .dataTables_wrapper .dataTables_paginate {
    color: #333333; }
  .yasr .dataTables_wrapper .dataTables_scroll {
    clear: both; }
  .yasr .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch; }
  .yasr .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .yasr .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
    vertical-align: middle; }
  .yasr .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
  .yasr .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important; }
  .yasr .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111111; }
  .yasr .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
  .yasr .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none; }
  .yasr .dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  @media screen and (max-width: 767px) {
    .yasr .dataTables_wrapper .dataTables_info,
    .yasr .dataTables_wrapper .dataTables_paginate {
      float: none;
      text-align: center; }
    .yasr .dataTables_wrapper .dataTables_paginate {
      margin-top: 0.5em; } }
  @media screen and (max-width: 640px) {
    .yasr .dataTables_wrapper .dataTables_length,
    .yasr .dataTables_wrapper .dataTables_filter {
      float: none;
      text-align: center; }
    .yasr .dataTables_wrapper .dataTables_filter {
      margin-top: 0.5em; } }
  .yasr .pvtUi {
    color: #333; }
  .yasr table.pvtTable {
    font-size: 8pt;
    text-align: left;
    border-collapse: collapse; }
  .yasr table.pvtTable thead tr th, .yasr table.pvtTable tbody tr th {
    background-color: #e6EEEE;
    border: 1px solid #CDCDCD;
    font-size: 8pt;
    padding: 5px; }
  .yasr table.pvtTable .pvtColLabel {
    text-align: center; }
  .yasr table.pvtTable .pvtTotalLabel {
    text-align: right; }
  .yasr table.pvtTable tbody tr td {
    color: #3D3D3D;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #CDCDCD;
    vertical-align: top;
    text-align: right; }
  .yasr .pvtTotal, .yasr .pvtGrandTotal {
    font-weight: bold; }
  .yasr .pvtVals {
    text-align: center; }
  .yasr .pvtAggregator {
    margin-bottom: 5px; }
  .yasr .pvtAxisContainer, .yasr .pvtVals {
    border: 1px solid gray;
    background: #EEE;
    padding: 5px;
    min-width: 20px;
    min-height: 20px; }
  .yasr .pvtAxisContainer li {
    padding: 8px 6px;
    list-style-type: none;
    cursor: move; }
  .yasr .pvtAxisContainer li.pvtPlaceholder {
    -webkit-border-radius: 5px;
    padding: 3px 15px;
    border-radius: 5px;
    border: 1px dashed #aaa; }
  .yasr .pvtAxisContainer li span.pvtAttr {
    -webkit-text-size-adjust: 100%;
    background: #F3F3F3;
    border: 1px solid #DEDEDE;
    padding: 2px 5px;
    white-space: nowrap;
    border-radius: 5px; }
  .yasr .pvtTriangle {
    cursor: pointer;
    color: grey; }
  .yasr .pvtHorizList li {
    display: inline; }
  .yasr .pvtVertList {
    vertical-align: top; }
  .yasr .pvtFilteredAttribute {
    font-style: italic; }
  .yasr .pvtFilterBox {
    z-index: 100;
    width: 280px;
    border: 1px solid gray;
    background-color: #fff;
    position: absolute;
    padding: 20px;
    text-align: center; }
  .yasr .pvtFilterBox h4 {
    margin: 0; }
  .yasr .pvtFilterBox p {
    margin: 1em auto; }
  .yasr .pvtFilterBox label {
    font-weight: normal; }
  .yasr .pvtFilterBox input[type='checkbox'] {
    margin-right: 5px; }
  .yasr .pvtCheckContainer {
    text-align: left;
    overflow: scroll;
    width: 100%;
    max-height: 200px; }
  .yasr .pvtCheckContainer p {
    margin: 5px; }
  .yasr .pvtRendererArea {
    padding: 5px; }
  .yasr .CodeMirror {
    /* Set height, width, borders, and global font properties here */
    font-family: monospace;
    height: 300px;
    color: black; }
  .yasr .CodeMirror-lines {
    padding: 4px 0;
    /* Vertical padding around content */ }
  .yasr .CodeMirror pre {
    padding: 0 4px;
    /* Horizontal padding of content */ }
  .yasr .CodeMirror-scrollbar-filler, .yasr .CodeMirror-gutter-filler {
    background-color: white;
    /* The little square between H and V scrollbars */ }
  .yasr .CodeMirror-gutters {
    border-right: 1px solid #ddd;
    background-color: #f7f7f7;
    white-space: nowrap; }
  .yasr .CodeMirror-linenumber {
    padding: 0 3px 0 5px;
    min-width: 20px;
    text-align: right;
    color: #999;
    white-space: nowrap; }
  .yasr .CodeMirror-guttermarker {
    color: black; }
  .yasr .CodeMirror-guttermarker-subtle {
    color: #999; }
  .yasr .CodeMirror-cursor {
    border-left: 1px solid black;
    border-right: none;
    width: 0; }
  .yasr .CodeMirror div.CodeMirror-secondarycursor {
    border-left: 1px solid silver; }
  .yasr .cm-fat-cursor .CodeMirror-cursor {
    width: auto;
    border: 0 !important;
    background: #7e7; }
  .yasr .cm-fat-cursor div.CodeMirror-cursors {
    z-index: 1; }
  .yasr .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% { } }
  .yasr .cm-tab {
    display: inline-block;
    text-decoration: inherit; }
  .yasr .CodeMirror-rulers {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    bottom: -20px;
    overflow: hidden; }
  .yasr .CodeMirror-ruler {
    border-left: 1px solid #ccc;
    top: 0;
    bottom: 0;
    position: absolute; }
  .yasr .cm-s-default .cm-header {
    color: blue; }
  .yasr .cm-s-default .cm-quote {
    color: #090; }
  .yasr .cm-negative {
    color: #d44; }
  .yasr .cm-positive {
    color: #292; }
  .yasr .cm-header, .yasr .cm-strong {
    font-weight: bold; }
  .yasr .cm-em {
    font-style: italic; }
  .yasr .cm-link {
    text-decoration: underline; }
  .yasr .cm-strikethrough {
    text-decoration: line-through; }
  .yasr .cm-s-default .cm-keyword {
    color: #708; }
  .yasr .cm-s-default .cm-atom {
    color: #219; }
  .yasr .cm-s-default .cm-number {
    color: #164; }
  .yasr .cm-s-default .cm-def {
    color: #00f; }
  .yasr .cm-s-default .cm-variable-2 {
    color: #05a; }
  .yasr .cm-s-default .cm-variable-3 {
    color: #085; }
  .yasr .cm-s-default .cm-comment {
    color: #a50; }
  .yasr .cm-s-default .cm-string {
    color: #a11; }
  .yasr .cm-s-default .cm-string-2 {
    color: #f50; }
  .yasr .cm-s-default .cm-meta {
    color: #555; }
  .yasr .cm-s-default .cm-qualifier {
    color: #555; }
  .yasr .cm-s-default .cm-builtin {
    color: #30a; }
  .yasr .cm-s-default .cm-bracket {
    color: #997; }
  .yasr .cm-s-default .cm-tag {
    color: #170; }
  .yasr .cm-s-default .cm-attribute {
    color: #00c; }
  .yasr .cm-s-default .cm-hr {
    color: #999; }
  .yasr .cm-s-default .cm-link {
    color: #00c; }
  .yasr .cm-s-default .cm-error {
    color: #f00; }
  .yasr .cm-invalidchar {
    color: #f00; }
  .yasr .CodeMirror-composing {
    border-bottom: 2px solid; }
  .yasr div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0f0; }
  .yasr div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #f22; }
  .yasr .CodeMirror-matchingtag {
    background: rgba(255, 150, 0, 0.3); }
  .yasr .CodeMirror-activeline-background {
    background: #e8f2ff; }
  .yasr .CodeMirror {
    position: relative;
    overflow: hidden;
    background: white; }
  .yasr .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; }
  .yasr .CodeMirror-sizer {
    position: relative;
    border-right: 30px solid transparent; }
  .yasr .CodeMirror-vscrollbar, .yasr .CodeMirror-hscrollbar, .yasr .CodeMirror-scrollbar-filler, .yasr .CodeMirror-gutter-filler {
    position: absolute;
    z-index: 6;
    display: none; }
  .yasr .CodeMirror-vscrollbar {
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll; }
  .yasr .CodeMirror-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: scroll; }
  .yasr .CodeMirror-scrollbar-filler {
    right: 0;
    bottom: 0; }
  .yasr .CodeMirror-gutter-filler {
    left: 0;
    bottom: 0; }
  .yasr .CodeMirror-gutters {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    z-index: 3; }
  .yasr .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; }
  .yasr .CodeMirror-gutter-wrapper {
    position: absolute;
    z-index: 4;
    background: none !important;
    border: none !important; }
  .yasr .CodeMirror-gutter-background {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4; }
  .yasr .CodeMirror-gutter-elt {
    position: absolute;
    cursor: default;
    z-index: 4; }
  .yasr .CodeMirror-gutter-wrapper {
    -webkit-user-select: none;
    user-select: none; }
  .yasr .CodeMirror-lines {
    cursor: text;
    min-height: 1px;
    /* prevents collapsing before first draw */ }
  .yasr .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; }
  .yasr .CodeMirror-wrap pre {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: normal; }
  .yasr .CodeMirror-linebackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0; }
  .yasr .CodeMirror-linewidget {
    position: relative;
    z-index: 2;
    overflow: auto; }
  .yasr .CodeMirror-code {
    outline: none; }
  .yasr .CodeMirror-scroll,
  .yasr .CodeMirror-sizer,
  .yasr .CodeMirror-gutter,
  .yasr .CodeMirror-gutters,
  .yasr .CodeMirror-linenumber {
    box-sizing: content-box; }
  .yasr .CodeMirror-measure {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  .yasr .CodeMirror-cursor {
    position: absolute;
    pointer-events: none; }
  .yasr .CodeMirror-measure pre {
    position: static; }
  .yasr div.CodeMirror-cursors {
    visibility: hidden;
    position: relative;
    z-index: 3; }
  .yasr div.CodeMirror-dragcursors {
    visibility: visible; }
  .yasr .CodeMirror-focused div.CodeMirror-cursors {
    visibility: visible; }
  .yasr .CodeMirror-selected {
    background: #d9d9d9; }
  .yasr .CodeMirror-focused .CodeMirror-selected {
    background: #d7d4f0; }
  .yasr .CodeMirror-crosshair {
    cursor: crosshair; }
  .yasr .CodeMirror-line::selection, .yasr .CodeMirror-line > span::selection, .yasr .CodeMirror-line > span > span::selection {
    background: #d7d4f0; }
  .yasr .CodeMirror-line::-moz-selection, .yasr .CodeMirror-line > span::-moz-selection, .yasr .CodeMirror-line > span > span::-moz-selection {
    background: #d7d4f0; }
  .yasr .cm-searching {
    background: #ffa;
    background: rgba(255, 255, 0, 0.4); }
  .yasr .CodeMirror span {
    *vertical-align: text-bottom; }
  .yasr .cm-force-border {
    padding-right: .1px; }
  @media print {
    .yasr {
      /* Hide the cursor when printing */ }
      .yasr .CodeMirror div.CodeMirror-cursors {
        visibility: hidden; } }
  .yasr .cm-tab-wrap-hack:after {
    content: ''; }
  .yasr span.CodeMirror-selectedtext {
    background: none; }
  .yasr .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; }
  .yasr .CodeMirror-foldgutter {
    width: .7em; }
  .yasr .CodeMirror-foldgutter-open,
  .yasr .CodeMirror-foldgutter-folded {
    cursor: pointer; }
  .yasr .CodeMirror-foldgutter-open:after {
    content: "\25BE"; }
  .yasr .CodeMirror-foldgutter-folded:after {
    content: "\25B8"; }
  .yasr .leaflet-pane,
  .yasr .leaflet-tile,
  .yasr .leaflet-marker-icon,
  .yasr .leaflet-marker-shadow,
  .yasr .leaflet-tile-container,
  .yasr .leaflet-map-pane svg,
  .yasr .leaflet-map-pane canvas,
  .yasr .leaflet-zoom-box,
  .yasr .leaflet-image-layer,
  .yasr .leaflet-layer {
    position: absolute;
    left: 0;
    top: 0; }
  .yasr .leaflet-container {
    overflow: hidden; }
  .yasr .leaflet-tile,
  .yasr .leaflet-marker-icon,
  .yasr .leaflet-marker-shadow {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none; }
  .yasr .leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast; }
  .yasr .leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0; }
  .yasr .leaflet-marker-icon,
  .yasr .leaflet-marker-shadow {
    display: block; }
  .yasr .leaflet-container .leaflet-overlay-pane svg,
  .yasr .leaflet-container .leaflet-marker-pane img,
  .yasr .leaflet-container .leaflet-tile-pane img,
  .yasr .leaflet-container img.leaflet-image-layer {
    max-width: none !important; }
  .yasr .leaflet-container.leaflet-touch-zoom {
    touch-action: pan-x pan-y; }
  .yasr .leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom; }
  .yasr .leaflet-container.leaflet-touch-drag.leaflet-touch-drag {
    touch-action: none; }
  .yasr .leaflet-tile {
    -webkit-filter: inherit;
            filter: inherit;
    visibility: hidden; }
  .yasr .leaflet-tile-loaded {
    visibility: inherit; }
  .yasr .leaflet-zoom-box {
    width: 0;
    height: 0;
    box-sizing: border-box;
    z-index: 800; }
  .yasr .leaflet-overlay-pane svg {
    -moz-user-select: none; }
  .yasr .leaflet-pane {
    z-index: 400; }
  .yasr .leaflet-tile-pane {
    z-index: 200; }
  .yasr .leaflet-overlay-pane {
    z-index: 400; }
  .yasr .leaflet-shadow-pane {
    z-index: 500; }
  .yasr .leaflet-marker-pane {
    z-index: 600; }
  .yasr .leaflet-tooltip-pane {
    z-index: 650; }
  .yasr .leaflet-popup-pane {
    z-index: 700; }
  .yasr .leaflet-map-pane canvas {
    z-index: 100; }
  .yasr .leaflet-map-pane svg {
    z-index: 200; }
  .yasr .leaflet-vml-shape {
    width: 1px;
    height: 1px; }
  .yasr .lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute; }
  .yasr .leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto; }
  .yasr .leaflet-top,
  .yasr .leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none; }
  .yasr .leaflet-top {
    top: 0; }
  .yasr .leaflet-right {
    right: 0; }
  .yasr .leaflet-bottom {
    bottom: 0; }
  .yasr .leaflet-left {
    left: 0; }
  .yasr .leaflet-control {
    float: left;
    clear: both; }
  .yasr .leaflet-right .leaflet-control {
    float: right; }
  .yasr .leaflet-top .leaflet-control {
    margin-top: 10px; }
  .yasr .leaflet-bottom .leaflet-control {
    margin-bottom: 10px; }
  .yasr .leaflet-left .leaflet-control {
    margin-left: 10px; }
  .yasr .leaflet-right .leaflet-control {
    margin-right: 10px; }
  .yasr .leaflet-fade-anim .leaflet-tile {
    will-change: opacity; }
  .yasr .leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
  .yasr .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1; }
  .yasr .leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  .yasr .leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform; }
  .yasr .leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    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); }
  .yasr .leaflet-zoom-anim .leaflet-tile,
  .yasr .leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    transition: none; }
  .yasr .leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden; }
  .yasr .leaflet-interactive {
    cursor: pointer; }
  .yasr .leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab; }
  .yasr .leaflet-crosshair,
  .yasr .leaflet-crosshair .leaflet-interactive {
    cursor: crosshair; }
  .yasr .leaflet-popup-pane,
  .yasr .leaflet-control {
    cursor: auto; }
  .yasr .leaflet-dragging .leaflet-grab,
  .yasr .leaflet-dragging .leaflet-grab .leaflet-interactive,
  .yasr .leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing; }
  .yasr .leaflet-marker-icon,
  .yasr .leaflet-marker-shadow,
  .yasr .leaflet-image-layer,
  .yasr .leaflet-pane > svg path,
  .yasr .leaflet-tile-container {
    pointer-events: none; }
  .yasr .leaflet-marker-icon.leaflet-interactive,
  .yasr .leaflet-image-layer.leaflet-interactive,
  .yasr .leaflet-pane > svg path.leaflet-interactive {
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto; }
  .yasr .leaflet-container {
    background: #ddd;
    outline: 0; }
  .yasr .leaflet-container a {
    color: #0078A8; }
  .yasr .leaflet-container a.leaflet-active {
    outline: 2px solid orange; }
  .yasr .leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5); }
  .yasr .leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }
  .yasr .leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px; }
  .yasr .leaflet-bar a,
  .yasr .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; }
  .yasr .leaflet-bar a,
  .yasr .leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block; }
  .yasr .leaflet-bar a:hover {
    background-color: #f4f4f4; }
  .yasr .leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .yasr .leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none; }
  .yasr .leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb; }
  .yasr .leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .yasr .leaflet-control-zoom-in,
  .yasr .leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px; }
  .yasr .leaflet-control-zoom-out {
    font-size: 20px; }
  .yasr .leaflet-touch .leaflet-control-zoom-in {
    font-size: 22px; }
  .yasr .leaflet-touch .leaflet-control-zoom-out {
    font-size: 24px; }
  .yasr .leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px; }
  .yasr .leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px; }
  .yasr .leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px; }
  .yasr .leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px; }
  .yasr .leaflet-control-layers .leaflet-control-layers-list,
  .yasr .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none; }
  .yasr .leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative; }
  .yasr .leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff; }
  .yasr .leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    padding-right: 5px; }
  .yasr .leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px; }
  .yasr .leaflet-control-layers label {
    display: block; }
  .yasr .leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px; }
  .yasr .leaflet-default-icon-path {
    background-image: url(images/marker-icon.png); }
  .yasr .leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0; }
  .yasr .leaflet-control-attribution,
  .yasr .leaflet-control-scale-line {
    padding: 0 5px;
    color: #333; }
  .yasr .leaflet-control-attribution a {
    text-decoration: none; }
  .yasr .leaflet-control-attribution a:hover {
    text-decoration: underline; }
  .yasr .leaflet-container .leaflet-control-attribution,
  .yasr .leaflet-container .leaflet-control-scale {
    font-size: 11px; }
  .yasr .leaflet-left .leaflet-control-scale {
    margin-left: 5px; }
  .yasr .leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px; }
  .yasr .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); }
  .yasr .leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px; }
  .yasr .leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777; }
  .yasr .leaflet-touch .leaflet-control-attribution,
  .yasr .leaflet-touch .leaflet-control-layers,
  .yasr .leaflet-touch .leaflet-bar {
    box-shadow: none; }
  .yasr .leaflet-touch .leaflet-control-layers,
  .yasr .leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box; }
  .yasr .leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px; }
  .yasr .leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px; }
  .yasr .leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4; }
  .yasr .leaflet-popup-content p {
    margin: 18px 0; }
  .yasr .leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none; }
  .yasr .leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .yasr .leaflet-popup-content-wrapper,
  .yasr .leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }
  .yasr .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; }
  .yasr .leaflet-container a.leaflet-popup-close-button:hover {
    color: #999; }
  .yasr .leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd; }
  .yasr .leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1; }
  .yasr .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); }
  .yasr .leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px; }
  .yasr .leaflet-oldie .leaflet-control-zoom,
  .yasr .leaflet-oldie .leaflet-control-layers,
  .yasr .leaflet-oldie .leaflet-popup-content-wrapper,
  .yasr .leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999; }
  .yasr .leaflet-div-icon {
    background: #fff;
    border: 1px solid #666; }
  .yasr .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); }
  .yasr .leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto; }
  .yasr .leaflet-tooltip-top:before,
  .yasr .leaflet-tooltip-bottom:before,
  .yasr .leaflet-tooltip-left:before,
  .yasr .leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: ""; }
  .yasr .leaflet-tooltip-bottom {
    margin-top: 6px; }
  .yasr .leaflet-tooltip-top {
    margin-top: -6px; }
  .yasr .leaflet-tooltip-bottom:before,
  .yasr .leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px; }
  .yasr .leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff; }
  .yasr .leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff; }
  .yasr .leaflet-tooltip-left {
    margin-left: -6px; }
  .yasr .leaflet-tooltip-right {
    margin-left: 6px; }
  .yasr .leaflet-tooltip-left:before,
  .yasr .leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px; }
  .yasr .leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff; }
  .yasr .leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff; }
  .yasr {
    padding-top: 5px;
    background-color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333; }
    .yasr .svgImg {
      display: inline-block;
      bottom: -2px;
      /**to properly align img**/ }
    .yasr button.btn_smallscreen {
      display: none; }
    .yasr button.btn_smallscreen div, .yasr button.btn_fullscreen div {
      width: 15px;
      height: 15px; }
    .yasr.yasr_fullscreen {
      z-index: 10;
      position: fixed;
      overflow: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .yasr.yasr_fullscreen .btn_smallscreen {
        display: inline-block; }
      .yasr.yasr_fullscreen .btn_fullscreen {
        display: none; }
    .yasr a {
      color: #428bca;
      text-decoration: none; }
      .yasr a:hover, .yasr a:active {
        outline: 0;
        color: #2a6496;
        text-decoration: underline; }
    .yasr th {
      text-align: left; }
    .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; }
    .yasr .yasr_header > * {
      margin-left: 6px; }
    .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; }
      .yasr .yasr_btn.btn_icon {
        padding: 4px 8px; }
      .yasr .yasr_btn[disabled], .yasr .yasr_btn.disabled {
        cursor: default;
        opacity: .50;
        filter: alpha(opacity=50);
        box-shadow: none; }
      .yasr .yasr_btn:hover {
        outline: 0;
        background-color: #ebebeb;
        border-color: #adadad; }
      .yasr .yasr_btn:focus, .yasr .yasr_btn.selected {
        color: #fff;
        outline: 0;
        background-color: #337ab7;
        border-color: #337ab7; }
      .yasr .yasr_btn.btn_icon:focus {
        color: #333;
        border: 1px solid transparent;
        background-color: #fff;
        border-color: #ccc; }
    .yasr .yasr_downloadIcon.yasr_btn.btn_icon {
      padding-top: 6px;
      padding-bottom: 6px; }
      .yasr .yasr_downloadIcon.yasr_btn.btn_icon div {
        height: 14px;
        width: 15px; }
    .yasr .yasr_embedBtn.yasr_btn {
      font-family: Consolas,monospace;
      padding-left: 4px;
      padding-right: 4px; }
    .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; }
      .yasr .yasr_embedPopup textarea {
        width: 100%;
        height: 100%;
        border: 0; }
    .yasr .yasr_btnGroup {
      display: inline-block;
      vertical-align: middle; }
      .yasr .yasr_btnGroup > button:first-child:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
      .yasr .yasr_btnGroup > button:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
      .yasr .yasr_btnGroup > button:not(:first-child):not(:last-child) {
        border-radius: 0; }
      .yasr .yasr_btnGroup button + button {
        margin-left: -1px; }
    .yasr .toggableWarning {
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc;
      padding: 15px 35px 15px 15px;
      border: 1px solid transparent;
      border-radius: 4px; }
      .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; }
        .yasr .toggableWarning .toggleWarning:hover {
          color: #000;
          cursor: pointer;
          filter: alpha(opacity=50);
          opacity: .5; }
    .yasr .booleanResult {
      width: 70px;
      margin: 0 auto;
      vertical-align: middle; }
      .yasr .booleanResult svg {
        margin-bottom: -10px;
        margin-right: 7px; }
    .yasr .errorResult {
      padding: 10px; }
      .yasr .errorResult .errorHeader {
        overflow: hidden; }
        .yasr .errorResult .errorHeader .yasr_tryQuery {
          float: right;
          padding-top: 3px;
          padding-bottom: 3px; }
        .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; }
      .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; }
      .yasr .errorResult .corsMessage {
        color: #a94442;
        background-color: #f2dede;
        margin-top: 10px;
        padding: 5px;
        border: 1px solid #ebccd1;
        border-radius: 4px; }
    .yasr .yasr_results .CodeMirror {
      border: 1px solid #d1d1d1;
      margin-top: 5px;
      height: 100%; }
    .yasr .dataTables_wrapper {
      margin-top: 10px; }
      .yasr .dataTables_wrapper .dataTables_length {
        float: right;
        margin-left: 10px; }
        .yasr .dataTables_wrapper .dataTables_length label, .yasr .dataTables_wrapper .dataTables_length select {
          vertical-align: middle; }
    .yasr table.dataTable thead th {
      background: none !important;
      border-right: 1px dotted gray;
      padding: 7px 0px; }
      .yasr table.dataTable thead th:first-child, .yasr table.dataTable thead th:last-child {
        border-right: 0; }
      .yasr table.dataTable thead th span {
        margin-left: 5px; }
    .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; }
    .yasr .sortIcons {
      float: right;
      width: 8px;
      height: 13px;
      margin-right: 10px; }
    .yasr .dtTopHeader .dataTables_info {
      padding-top: 0px;
      margin: 0px 10px; }
    .yasr .pivotTable {
      margin-top: 5px; }
      .yasr .pivotTable > table {
        background-color: white; }
      .yasr .pivotTable td.pvtAxisContainer, .yasr .pivotTable td.pvtVals {
        /**where vars are dragged to/from**/
        border: 1px solid #ddd;
        background-color: transparent; }
      .yasr .pivotTable li span.pvtAttr {
        background-color: #337ab7;
        color: #fff;
        padding: 4px 7px; }
        .yasr .pivotTable li span.pvtAttr svg {
          fill: #fff; }
        .yasr .pivotTable li span.pvtAttr div {
          /**svg container**/
          margin-left: 6px;
          vertical-align: middle; }
      .yasr .pivotTable .pvtCols {
        vertical-align: top; }
      .yasr .pivotTable table.pvtTable tr th {
        background-color: #f2f2f2; }
        .yasr .pivotTable table.pvtTable tr th.pvtAxisLabel {
          background-color: #337ab7;
          color: #fff; }
      .yasr .pivotTable .containerHeader {
        margin-left: 8px;
        margin-bottom: 8px;
        font-style: italic;
        font-size: 110%;
        color: #999;
        text-align: left; }
      .yasr .pivotTable .pvtAttr .svgImg {
        width: 14px;
        height: 14px; }
      .yasr .pivotTable .node {
        border: solid 1px white;
        font: 10px sans-serif;
        line-height: 12px;
        overflow: hidden;
        position: absolute;
        text-indent: 2px; }
    .yasr .openPivotGchart {
      float: right;
      position: relative;
      display: none;
      top: -38px;
      margin-bottom: -38px; }
    .yasr .openGchartBtn {
      float: right;
      position: relative;
      top: -35px;
      margin-bottom: -35px; }
    .yasr .gchartWrapper {
      width: 100%;
      height: 600px;
      margin-top: 2px; }
    .yasr .yasr_results .leaflet {
      height: 800px;
      width: 100%;
      margin-top: 10px; }

/**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; }
