* {
  box-sizing: border-box; }

body, html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

input.short-50 {
  width: 50px; }

input.short-150 {
  width: 150px; }

select.short-170 {
  width: 170px; }

.left {
  float: left;
  padding: 4px 8px;
  text-align: right; }

.right {
  float: left;
  padding: 4px 8px;
  text-align: left; }

.left-50 {
  float: left;
  width: 50%;
  padding: 4px 8px;
  text-align: right; }

.right-50 {
  float: left;
  width: 50%;
  padding: 4px 8px;
  text-align: left; }

.width {
  float: left;
  padding: 12px 4px; }
  .width.width-50 {
    float: left;
    width: 50%; }

.no-padding {
  padding: 0; }

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

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

#menu-search-location form {
  align-items: center;
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  #menu-search-location form input[type=text] {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 7px 8px 6px 32px;
    width: 100%; }
  #menu-search-location form label {
    color: #b3b3b3;
    cursor: pointer;
    left: 10px;
    top: 8px;
    position: absolute; }
    #menu-search-location form label i {
      display: block;
      font-size: 14px; }
  #menu-search-location form .geolocation {
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    #menu-search-location form .geolocation input[type=button], #menu-search-location form .geolocation input[type=submit] {
      background-color: #b5b5b5;
      border: none;
      color: white;
      padding: 7px 16px;
      margin: 6px 4px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      min-width: 140px;
      font-size: 11px;
      padding: 7px 0; }
      #menu-search-location form .geolocation input[type=button]:hover, #menu-search-location form .geolocation input[type=submit]:hover {
        background-color: #9c9c9c; }

#menu-search-location ul {
  font-size: 13px;
  padding-left: 32px; }

#map {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute; }

#main-menu-container {
  z-index: 9999;
  width: 300px;
  height: 100%;
  position: fixed;
  right: -300px;
  top: 0;
  background: white;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-delay: 1s; }
  #main-menu-container #main-menu-icon {
    background: white;
    color: black;
    display: block;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    left: -32px;
    text-align: center;
    width: 32px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #main-menu-container h3 {
    padding: 22px 12px;
    margin: 0; }
  #main-menu-container ul {
    margin: 0;
    padding: 0; }
    #main-menu-container ul li {
      align-items: center;
      border-bottom: 1px solid #e6e6e6;
      display: flex;
      list-style-type: none;
      position: relative; }
      #main-menu-container ul li.slider-container-hover:hover {
        background: whitesmoke; }
        #main-menu-container ul li.slider-container-hover:hover aside {
          left: -300px;
          -webkit-box-shadow: -10px 0 25px -10px black;
          box-shadow: -10px 0 25px -10px black;
          transition-delay: 0s; }
      #main-menu-container ul li aside {
        top: 0%; }
      #main-menu-container ul li aside.slider-upper {
        top: inherit;
        bottom: 0%; }
      #main-menu-container ul li label,
      #main-menu-container ul li input[type=color] {
        cursor: pointer; }
      #main-menu-container ul li label {
        background: transparent;
        border: none;
        display: block;
        padding: 12px 32px;
        position: relative;
        width: 100%;
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Chrome/Safari/Opera */
        -khtml-user-select: none;
        /* Konqueror */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none; }
        #main-menu-container ul li label:hover {
          background: whitesmoke; }
        #main-menu-container ul li label:active {
          background: #e6e6e6; }
        #main-menu-container ul li label i {
          position: absolute;
          left: 12px;
          font-size: 10px;
          margin-top: 3px; }
      #main-menu-container ul li input[type=checkbox], #main-menu-container ul li input[type=text] {
        display: none; }
      #main-menu-container ul li input[type=color] {
        position: absolute;
        right: 20px;
        z-index: 1000;
        pointer-events: none; }
      #main-menu-container ul li input:checked + label {
        background: #3297c9;
        color: white; }
        #main-menu-container ul li input:checked + label:hover {
          background: #59acd6; }
        #main-menu-container ul li input:checked + label:active {
          background: #2c85b1; }
      #main-menu-container ul li:first-of-type {
        border-top: 1px solid #e6e6e6; }
  #main-menu-container.main-menu-hover:hover, #main-menu-container.is-active {
    right: 0;
    -webkit-box-shadow: -10px 0 25px -10px black;
    box-shadow: -10px 0 25px -10px black;
    transition-delay: 0s; }
    #main-menu-container.main-menu-hover:hover #main-menu-icon, #main-menu-container.is-active #main-menu-icon {
      color: white;
      left: 0;
      visibility: hidden; }

.slider {
  background: whitesmoke;
  left: 300px;
  position: absolute;
  width: 300px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  transition-delay: 0s; }
  .slider ul {
    border-color: #dbdbdb !important; }
    .slider ul li {
      border-color: #dbdbdb !important;
      padding-right: 0; }
      .slider ul li input:checked + label {
        background: #3297c9 !important;
        color: white; }
        .slider ul li input:checked + label:hover {
          background: #59acd6 !important; }
        .slider ul li input:checked + label:active {
          background: #2c85b1 !important; }
      .slider ul li label:hover {
        background: white !important; }
  .slider section {
    display: flex;
    float: left;
    width: 100%;
    align-items: center; }

.context-menu {
  background: white;
  color: black;
  display: none;
  font-family: sans-serif;
  font-size: 15px;
  left: 0;
  list-style-type: none;
  padding: 8px 0;
  position: absolute;
  top: 0;
  z-index: 999; }
  .context-menu::after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px 8px;
    left: 5px; }
  .context-menu li {
    cursor: pointer;
    padding: 8px 12px 8px 42px;
    position: relative; }
    .context-menu li i {
      display: inline-block;
      position: absolute;
      left: 8px;
      top: 5px;
      font-size: 18px; }
    .context-menu li:hover {
      background: #23698c;
      color: white; }

/* Modal Header */
.window-header {
  padding: 2px 16px;
  background-color: #23698c;
  color: white; }
  .window-header h2 {
    pointer-events: none; }

/* Modal Body */
.window-body {
  float: left;
  width: 100%;
  background: white;
  padding: 2px 16px; }

/* Modal Footer */
.window-footer {
  padding: 2px 16px;
  background-color: #23698c;
  color: white; }

/* Modal Form */
.window-form {
  display: none; }

/* Modal Content */
.window-content {
  display: none;
  position: fixed;
  top: 4px;
  left: calc(50% - 200px);
  background-color: white;
  margin: auto;
  padding: 0;
  border: 1px solid #cccccc;
  width: 400px;
  z-index: 999;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s; }

.window-wide {
  width: 800px;
  left: calc(50% - 400px); }

.window-very-wide {
  width: 1000px;
  left: calc(50% - 500px); }

.window-compact {
  border: 0;
  width: 300px; }
  .window-compact .window-header {
    padding: 8px 5px 11px 10px;
    height: auto;
    line-height: 18px;
    cursor: move; }
  .window-compact h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px; }
  .window-compact .dismiss-button {
    margin: 0;
    top: -1px;
    position: relative; }
  .window-compact .window-body {
    padding: 0; }

.nodes-table {
  width: 100%;
  border-collapse: collapse; }
  .nodes-table tr {
    border-bottom: 1px solid #f1f1f1; }
    .nodes-table tr:hover {
      background: #f1f1f1; }
  .nodes-table td:first-child {
    padding: 0 5px; }
  .nodes-table td:nth-child(2) {
    text-align: right;
    white-space: nowrap;
    width: 1%;
    padding: 0 5px; }
  .nodes-table td:last-child {
    width: 25px; }
    .nodes-table td:last-child div {
      width: 35px;
      height: 20px;
      margin-bottom: -1px; }
  .nodes-table tr.is-active, .nodes-table tr.is-active:hover {
    background: #45a2d0;
    color: #fff; }

.more-nodes-button {
  background-color: #23698c;
  border: 0;
  padding: 8px;
  font-weight: 600;
  letter-spacing: 1px;
  width: 100%;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer; }

.state-box {
  display: none;
  position: relative;
  background-color: white;
  margin: auto;
  padding: 0;
  border: 1px solid #cccccc;
  width: 400px;
  z-index: 999;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s; }

.state-box-header {
  padding: 2px 16px;
  background-color: #23698c;
  color: white; }

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    opacity: 1; } }

.close {
  float: right;
  margin-top: 20px;
  padding: 3px 8px 2px;
  background: white;
  color: black;
  cursor: pointer; }
  .close:hover {
    background: #c00000;
    color: white; }

.loader {
  align-items: center;
  justify-content: center;
  display: none;
  position: absolute;
  height: 150px;
  left: 0;
  bottom: 50px;
  padding: 25px;
  width: 400px;
  max-width: 100%;
  box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.95);
  z-index: 1000; }
  .loader .background {
    background: rgba(0, 0, 0, 0.95);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .loader .loader-window {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    position: relative; }
    .loader .loader-window .loader-text {
      color: white;
      font-size: 26px;
      font-weight: 300; }
    .loader .loader-window .spinner {
      margin: 0;
      width: 180px;
      height: 40px;
      text-align: center;
      font-size: 10px; }
    .loader .loader-window .spinner > div {
      background-color: #3297c9;
      height: 100%;
      width: 16px;
      display: inline-block;
      font-size: 0;
      -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
      animation: sk-stretchdelay 1.2s infinite ease-in-out; }
      .loader .loader-window .spinner > div + div {
        margin-left: 1px; }
    .loader .loader-window .spinner .rect2 {
      -webkit-animation-delay: -1.1s;
      animation-delay: -1.1s; }
    .loader .loader-window .spinner .rect3 {
      -webkit-animation-delay: -1.0s;
      animation-delay: -1.0s; }
    .loader .loader-window .spinner .rect4 {
      -webkit-animation-delay: -0.9s;
      animation-delay: -0.9s; }
    .loader .loader-window .spinner .rect5 {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.infoDetails {
  display: none; }

#alerts {
  left: 0;
  position: absolute; }

.alert-content {
  background: #e6e6e6;
  border: 1px solid transparent;
  border-left-color: transparent;
  color: white;
  display: table;
  font-size: 14px;
  left: -999px;
  margin-top: 8px;
  min-width: 256px;
  padding: 16px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .alert-content.visible {
    left: -1px;
    z-index: 999; }
  .alert-content .alert-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px; }
    .alert-content .alert-header h2 {
      font-weight: 600;
      font-size: 18px;
      margin: 0; }
    .alert-content .alert-header .alert-close {
      cursor: pointer;
      font-size: 12px;
      margin-left: auto;
      padding: 6px 8px;
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Chrome/Safari/Opera */
      -khtml-user-select: none;
      /* Konqueror */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none; }
      .alert-content .alert-header .alert-close:hover {
        background: rgba(0, 0, 0, 0.2); }
  .alert-content .alert-body {
    padding-right: 8px; }

.alert-error {
  background: #c00000;
  border-color: #ff0e0e; }

.alert-warning {
  background: #cca000;
  border-color: #ffc800; }

.alert-info {
  background: #3297c9;
  border-color: #23698c; }

.alert-success {
  background: #009a00;
  border-color: #008000; }

.divider {
  border-bottom: 1px solid #e6e6e6;
  cursor: auto !important;
  margin: 8px 0;
  padding: 0 !important;
  pointer-events: none !important; }

.linkNodeInfoRow {
  padding-left: 10px; }

.infoRow {
  font-weight: bold; }

.infoSubnodesHeader {
  margin-top: 4px; }

.window-form-photo_add option.exclusive {
  font-style: italic; }

.range-region {
  margin-top: 10px;
  padding: 5px;
  height: 34px; }

.range-region-button-row input {
  background-color: #3297c9;
  border: none;
  color: white;
  padding: 7px 16px;
  margin: 6px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  min-width: 140px;
  margin-left: 0; }
  .range-region-button-row input:hover {
    background-color: #2878a0; }

.range-region-button-row .range-region-save {
  background-color: #007b00;
  border: none;
  color: white;
  padding: 7px 16px;
  margin: 6px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  min-width: 140px;
  margin-left: 0; }
  .range-region-button-row .range-region-save:hover {
    background-color: #004800; }
  .range-region-button-row .range-region-save[disabled] {
    background: #666666; }

.range-region-button-row .range-region-cancel {
  background-color: #b38c00;
  border: none;
  color: white;
  padding: 7px 16px;
  margin: 6px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  min-width: 140px;
  margin-left: 10px; }
  .range-region-button-row .range-region-cancel:hover {
    background-color: #806400; }
  .range-region-button-row .range-region-cancel[disabled] {
    background: #666666; }

.range-region-draggable-label span {
  display: inline-block;
  font-size: 16px; }

.range-region-draggable-label input {
  margin-left: 6px;
  width: 15px;
  height: 15px; }

.custom-select {
  font-size: 16px;
  border: 1px solid #111;
  background: transparent;
  width: 300px;
  height: 32px;
  border: 1px solid #ccc;
  background: whitesmoke; }

.window-form-photos .selectRow {
  float: left; }

.window-form-photos .category {
  padding: 5px 35px 5px 5px;
  height: 34px; }
  .window-form-photos .category option {
    font-style: normal; }
  .window-form-photos .category option.exclusive {
    font-style: italic; }

.window-form-photos .category-label {
  display: block;
  text-align: right;
  padding-right: 0;
  padding-bottom: 0;
  font-size: 16px; }

.window-form-photos .photos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  float: left;
  width: 100%; }
  .window-form-photos .photos .no-photos {
    margin: 20px 10px; }
  .window-form-photos .photos .image-container:hover {
    background: #23698c; }
  .window-form-photos .photos .image-container {
    width: 180px;
    height: 180px;
    margin: 2px;
    background: none; }
    .window-form-photos .photos .image-container img {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%; }
    .window-form-photos .photos .image-container img:hover {
      opacity: 0.6; }

.window-form .button-row {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 100%; }
  .window-form .button-row input {
    background-color: #3297c9;
    border: none;
    color: white;
    padding: 7px 16px;
    margin: 6px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    min-width: 140px; }
    .window-form .button-row input:hover {
      background-color: #2878a0; }
  .window-form .button-row .button-save {
    background-color: #007b00;
    border: none;
    color: white;
    padding: 7px 16px;
    margin: 6px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    min-width: 140px;
    margin-left: 0; }
    .window-form .button-row .button-save:hover {
      background-color: #004800; }
    .window-form .button-row .button-save[disabled] {
      background: #666666; }
  .window-form .button-row .button-cancel {
    background-color: #b38c00;
    border: none;
    color: white;
    padding: 7px 16px;
    margin: 6px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    min-width: 140px;
    margin-left: 10px; }
    .window-form .button-row .button-cancel:hover {
      background-color: #806400; }
    .window-form .button-row .button-cancel[disabled] {
      background: #666666; }
  .window-form .button-row .button-delete {
    background-color: #da0000;
    border: none;
    color: white;
    padding: 7px 16px;
    margin: 6px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    min-width: 140px;
    margin-left: 10px; }
    .window-form .button-row .button-delete:hover {
      background-color: #a70000; }
    .window-form .button-row .button-delete[disabled] {
      background: #666666; }

.window-form-devices .ip {
  width: 110px; }

.window-form-devices .mac {
  width: 140px; }

.window-form-devices .name {
  width: 180px; }

.window-form-devices .ssid {
  width: 110px; }

.window-form-devices .freq {
  width: 50px; }

.window-form-devices .edit-change-buttons {
  display: block;
  width: 160px; }
  .window-form-devices .edit-change-buttons input {
    margin: 0 1px; }

.button-icon {
  display: inline-block;
  cursor: pointer;
  margin: 6px; }
  .button-icon:hover {
    filter: invert(20%);
    -webkit-filter: invert(30%); }
  .button-icon.disabled {
    cursor: default;
    opacity: 0.7; }
    .button-icon.disabled:hover {
      filter: initial;
      -webkit-filter: initial; }

.gps-point-type .button-icon {
  margin: 0;
  margin-left: 5px;
  vertical-align: top; }

.offer-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline; }
  .offer-container .offer {
    width: 325px;
    margin: 0;
    padding: 5px; }
    .offer-container .offer .title {
      font-weight: normal;
      border-bottom: 1px solid black; }

.order-service {
  font-size: 32px;
  padding: 10px;
  text-align: center; }
  .order-service a {
    text-decoration: none;
    color: #23698c; }
  .order-service a:hover {
    text-decoration: underline; }

.color-span {
  display: inline-block;
  height: 15px;
  width: 50px;
  margin: 1px;
  padding: 0;
  border: 1px solid black;
  -moz-box-shadow: inset 0 0 2px #000000;
  -webkit-box-shadow: inset 0 0 2px #000000;
  box-shadow: inset 0 0 2px #000000; }

.color-span-empty {
  position: relative;
  overflow: hidden; }
  .color-span-empty:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
    transform: rotate(14deg); }

.disconnected-networks-div {
  overflow: scroll;
  height: 700px; }
  .disconnected-networks-div table {
    margin-bottom: 4px; }
    .disconnected-networks-div table tr {
      background: #e8e8e8; }
    .disconnected-networks-div table tr:nth-child(2n) {
      background: #dbdbdb; }

.iw-container {
  min-height: 50px; }

.link-description {
  display: block;
  margin-top: 3px;
  max-height: 5px;
  background: rgba(0, 0, 0, 0.1);
  padding: 5px 5px 0;
  border: 0;
  resize: none;
  overflow: hidden;
  transition: max-height .1s linear; }
  .link-description:focus, .link-description.is-visible {
    max-height: 100%;
    resize: both;
    background: rgba(0, 0, 0, 0.02);
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 600px) {
  .hidden-mobile {
    display: none !important; }
  #main-menu-container {
    width: 150px;
    right: -150px;
    font-size: 11px; }
    #main-menu-container h3 {
      padding: 8px;
      font-size: 13px; }
    #main-menu-container ul li label {
      padding: 8px 32px; }
    #main-menu-container ul li.slider-container-hover:hover {
      background: inherit;
      width: 200%; }
      #main-menu-container ul li.slider-container-hover:hover aside {
        left: 0px;
        transition-delay: 0s; }
  #expanders-container {
    overflow: auto; }
  #menu-search-location form .geolocation input[type=button] {
    min-width: 90px; }
  #menu-search-location form .geolocation input[type=submit] {
    min-width: 45px; }
  .left-50, .right-50 {
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 13px; }
  .right-50 {
    margin-bottom: 5px; }
    .right-50 input, .right-50 select {
      width: 100%;
      margin-top: 2px; }
  .state-box {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    margin: 0; }
  .window-content {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px); }
  .window-header h2 {
    margin: 10px 0; }
  .window-header .close {
    margin-top: 13px; }
  .window-content {
    left: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    width: 100%;
    border: 0;
    width: 300px; }
    .window-content .window-header {
      padding: 1px 5px 1px 10px;
      height: auto;
      line-height: 18px;
      cursor: move; }
    .window-content h2 {
      margin: 0;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1px;
      font-size: 16px; }
    .window-content .dismiss-button {
      margin: 0;
      top: -1px;
      position: relative; }
    .window-content .window-body {
      padding: 0; }
      .window-content .window-body table {
        max-height: 30vh;
        display: block;
        overflow: scroll; }
    .window-content .close {
      margin-top: 8px; }
  table.table-responsive {
    width: 100%; }
    table.table-responsive th {
      display: none; }
    table.table-responsive tr:nth-of-type(2n) {
      background-color: inherit; }
    table.table-responsive tr td:first-child {
      background: #f0f0f0;
      font-weight: bold;
      font-size: 1.3em; }
    table.table-responsive td {
      display: block;
      text-align: center; }
    table.table-responsive td:before {
      content: attr(data-th);
      display: block;
      text-align: center; } }

/*# sourceMappingURL=style.css.map */