* {
  box-sizing: border-box; }

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  body.overlayShown {
    overflow: hidden; }

html, body {
  height: 100%; }

.pure-menu ul li a {
  cursor: pointer; }

.pure-menu ul li.active a {
  background-color: #444444;
  color: white; }

.propositionsAndDef {
  position: absolute;
  top: 100px;
  left: 200px;
  transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  z-index: 2000; }

.propositions {
  position: absolute;
  width: 180px;
  display: none;
  max-height: 250px;
  overflow: auto; }
  .propositions.filtersOpen {
    max-height: 350px; }
  .propositions.onRegex {
    width: 220px; }

.propositionsFilter {
  background-color: #333333;
  padding: 5px;
  border-radius: 5px;
  font-size: 0.8em;
  color: white; }
  .propositionsFilter .header {
    border-radius: 5px;
    cursor: pointer; }
    .propositionsFilter .header .name {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .propositionsFilter .header i {
      float: right;
      margin-top: 3px;
      margin-right: 5px; }
  .propositionsFilter .body {
    padding-top: 10px;
    display: none;
    vertical-align: middle; }
    .propositionsFilter .body label {
      cursor: pointer;
      width: 100%; }
      .propositionsFilter .body label:hover {
        background-color: rgba(255, 255, 255, 0.2); }
    .propositionsFilter .body input {
      margin-right: 5px; }
    .propositionsFilter .body hr {
      padding: 0;
      margin: 0; }
    .propositionsFilter .body div:last-child {
      margin-top: 5px; }

.propositionDefinition {
  position: absolute;
  width: 220px;
  left: 180px;
  max-height: 250px;
  overflow: auto;
  display: none;
  z-index: 100;
  top: 26px; }

.list-group-item {
  cursor: pointer; }
  .list-group-item.regex {
    background-color: black;
    color: #dddddd; }
    .list-group-item.regex:hover {
      background-color: black; }
    .list-group-item.regex.editable {
      cursor: pointer; }
      .list-group-item.regex.editable i {
        float: right; }
      .list-group-item.regex.editable:hover {
        background-color: #222222; }
  .list-group-item:not(.regex) .save {
    display: none; }
  .list-group-item .save {
    float: right; }
  .list-group-item:not(.regex):hover .save {
    display: block; }

.regexEditor {
  position: absolute;
  width: 220px;
  top: 137px;
  background-color: #eeeeee;
  display: none; }
  .regexEditor .btn {
    position: relative;
    vertical-align: top;
    height: 30px;
    padding: 0 5px 0 5px;
    margin: 3px;
    font-size: 12px;
    line-height: 30px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #3498db;
    border: 0;
    border-bottom: 2px solid #2a8bcc;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #2a8bcc;
    box-shadow: inset 0 -2px #2a8bcc; }
    .regexEditor .btn:active {
      top: 1px;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .regexEditor > div {
    border-bottom: 1px solid #bbbbbb;
    padding: 5px 0 5px 0; }
    .regexEditor > div:last-child {
      border-bottom: none; }
  .regexEditor .commands {
    text-align: center; }
  .regexEditor .form {
    padding-right: 5px; }
  .regexEditor .form-right {
    float: right; }
  .regexEditor .or {
    float: left;
    margin-left: 7px;
    width: 38px; }
  .regexEditor .letters {
    padding-right: 5px; }
    .regexEditor .letters .btn {
      background: #7f8c8d;
      border-bottom: 2px solid #6d7b7c;
      -webkit-box-shadow: inset 0 -2px #6d7b7c;
      box-shadow: inset 0 -2px #6d7b7c; }
  .regexEditor .btn.letter {
    font-size: 14px;
    padding: 0 2px 0 2px;
    width: 15px; }
  .regexEditor .btn.save {
    background: #27ae60;
    border-bottom: 2px solid #219d55;
    -webkit-box-shadow: inset 0 -2px #219d55;
    box-shadow: inset 0 -2px #219d55; }
  .regexEditor .btn.default {
    background: #d35400;
    border-bottom: 2px solid #c54e00;
    -webkit-box-shadow: inset 0 -2px #c54e00;
    box-shadow: inset 0 -2px #c54e00;
    margin-left: 10px; }
  .regexEditor .btn.cancel {
    background: #c0392b;
    border-bottom: 2px solid #b53224;
    -webkit-box-shadow: inset 0 -2px #b53224;
    box-shadow: inset 0 -2px #b53224; }
  .regexEditor .btn.unselectable {
    opacity: 0.5; }
    .regexEditor .btn.unselectable:active {
      top: 0; }

#cellsEditor {
  position: absolute !important;
  top: 0;
  left: 0;
  background: transparent;
  display: none; }

.regex.open .fa.edit {
  display: none; }
.regex .fa.default, .regex .fa.erase {
  display: none; }
.regex .fa.edit, .regex .fa.erase {
  margin-top: 5px;
  padding-left: 10px; }
.regex.open .fa.default, .regex.open .fa.erase {
  display: block; }
.regex.open .fa.default {
  margin-left: 5px; }

#readingsPanel {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  #readingsPanel .config {
    text-align: center;
    padding: 5px;
    font-weight: normal;
    background-color: #444444;
    color: white;
    width: 100%; }
  #readingsPanel ul {
    padding: 0;
    margin: 0; }
    #readingsPanel ul li {
      list-style: none;
      padding: 10px 0;
      -webkit-transition: padding 0.5s ease;
      -moz-transition: padding 0.5s ease;
      -o-transition: padding 0.5s ease;
      transition: padding 0.5s ease; }
      #readingsPanel ul li i {
        margin-right: 5px;
        visibility: hidden;
        cursor: pointer;
        padding: 2px; }
      #readingsPanel ul li.hover {
        background-color: #eeeeee; }
      #readingsPanel ul li:hover {
        background-color: #eeeeee;
        padding-top: 5px;
        padding-bottom: 15px; }
        #readingsPanel ul li:hover i {
          visibility: visible; }

.readings-intro {
  padding: 5px; }

.list-group span {
  font-size: 16px; }
  .list-group span .or {
    font-variant: small-caps;
    color: #888888;
    font-size: 13px; }

.readingDefinition {
  position: absolute;
  width: 180px;
  left: 50px;
  top: 0;
  margin-top: 30px;
  max-height: 300px;
  overflow: auto;
  transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  display: none;
  z-index: 4000;
  text-overflow: ellipsis;
  padding: 5px; }

.zoom {
  position: absolute;
  display: none;
  pointer-events: none;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: 1px 1px 12px #555555;
  overflow: hidden;
  border: 1px solid black; }
  .zoom div {
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 0%; }

.navbar-nav li a {
  cursor: pointer; }

[data-overlay-div] {
  cursor: pointer; }

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 4000;
  display: none;
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  cursor: alias; }
  .overlay > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    background-color: white;
    border-radius: 5px;
    max-height: calc(100% - 100px);
    max-width: calc(100% - 20px);
    width: 600px;
    padding: 10px;
    overflow: auto;
    cursor: auto; }
  .overlay > .close {
    font-size: 50px;
    color: white;
    opacity: 1;
    margin-right: 10px; }
  .overlay.canNotClose {
    cursor: inherit; }
    .overlay.canNotClose .close {
      display: none; }
  .overlay .selectInscriptionBox {
    pointer-events: all;
    background-color: transparent; }
    .overlay .selectInscriptionBox .pleaseSelectSentence, .overlay .selectInscriptionBox .welcomeSentence {
      color: white;
      margin-bottom: 15px; }
    .overlay .selectInscriptionBox .welcomeSentence {
      display: none; }
    .overlay .selectInscriptionBox .inscription {
      background-color: white;
      width: 200px;
      display: inline-block;
      height: 300px;
      cursor: pointer;
      border: 1px solid rgba(0, 0, 0, 0.5);
      border-radius: 5px;
      overflow: hidden;
      margin-right: 5px;
      pointer-events: auto; }
      .overlay .selectInscriptionBox .inscription .title {
        font-size: 15px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px;
        color: white; }
      .overlay .selectInscriptionBox .inscription .imgBox {
        padding: 5px;
        height: 200px;
        max-width: 200px;
        line-height: 200px; }
        .overlay .selectInscriptionBox .inscription .imgBox img {
          max-width: 180px;
          max-height: 180px; }
    .overlay .selectInscriptionBox #loadBtn, .overlay .selectInscriptionBox #loadImageBtn {
      color: white;
      cursor: pointer;
      pointer-events: auto; }
  .overlay.canNotClose .welcomeSentence {
    display: block; }
  .overlay.canNotClose .pleaseSelectSentence {
    display: none; }

.developer {
  display: inline-block;
  width: 49%;
  margin: 0;
  text-align: center;
  height: 200px;
  vertical-align: middle; }
  .developer .name {
    margin-top: 40px;
    font-size: 25px;
    display: block; }
  .developer .affiliation {
    margin: 20px 20px 5px 20px;
    display: block;
    font-style: italic; }

@media (max-width: 600px) {
  .developer {
    display: block;
    margin: 0 auto; } }
.about legend:not(:first-child) {
  margin-top: 20px; }

.overlay > div.about {
  padding-bottom: 20px;
  text-align: justify; }

.centralPane > .imageDiv {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .centralPane > .imageDiv > canvas {
    display: block; }

.spinner {
  margin: 100px auto;
  width: 32px;
  height: 32px;
  position: relative; }

.cube1 {
  background-color: white;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out; }

.cube2 {
  background-color: white;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }

  100% {
    -webkit-transform: rotate(-360deg); } }
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }

  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }

  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }
body > .loading {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  text-align: center;
  display: none; }
  body > .loading .text {
    color: white;
    font-size: 20px; }

.leftPane {
  position: absolute;
  top: 34px;
  left: 0;
  width: 250px;
  height: calc(100% - 34px);
  border-right: 1px solid #aaaaaa;
  z-index: 100;
  background-color: #444444;
  color: white; }
  .leftPane .header {
    height: 96px;
    overflow: hidden;
    z-index: 102; }
    .leftPane .header .openConfigBtn {
      float: right;
      margin-right: 5px;
      margin-top: 13px;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      cursor: pointer; }
      .leftPane .header .openConfigBtn input {
        display: none; }
    .leftPane .header .title {
      font-size: 1.2em;
      margin: 0.8em 0;
      text-align: center;
      font-weight: bolder; }
    .leftPane .header .tabs {
      margin: 0;
      padding: 0;
      text-align: center;
      color: #888888;
      border-top: 1px solid white;
      border-bottom: 1px solid white; }
      .leftPane .header .tabs li {
        list-style: none;
        display: inline-block;
        padding: 13px 13px;
        text-align: center;
        position: relative;
        cursor: pointer; }
        .leftPane .header .tabs li i {
          font-size: 1.3em; }
        .leftPane .header .tabs li .text {
          height: 0px;
          font-size: 0.8em;
          position: absolute;
          display: none;
          left: 50%;
          transform: translateX(-50%);
          bottom: 100%;
          opacity: 0;
          pointer-events: none;
          background-color: white;
          border-radius: 5px;
          color: #333333;
          display: block;
          padding: 0px;
          overflow: hidden;
          white-space: nowrap; }
        .leftPane .header .tabs li:hover .text {
          -webkit-transition: height 0s ease 0.5s, bottom 0s ease 0.5s, opacity 0.3s ease 0.5s;
          -moz-transition: height 0s ease 0.5s, bottom 0s ease 0.5s, opacity 0.3s ease 0.5s;
          -o-transition: height 0s ease 0.5s, bottom 0s ease 0.5s, opacity 0.3s ease 0.5s;
          transition: height 0s ease 0.5s, bottom 0s ease 0.5s, opacity 0.3s ease 0.5s;
          bottom: calc(100%  - 5px);
          height: 20px;
          opacity: 1;
          padding: 3px 5px; }
        .leftPane .header .tabs li.selected {
          color: black;
          background-color: white; }
  .leftPane .contents {
    position: absolute;
    top: 96px;
    height: calc(100% - 96px);
    width: 100%;
    overflow: auto;
    z-index: 101;
    background-color: white;
    color: #444444; }
    .leftPane .contents .page {
      display: none; }
      .leftPane .contents .page.selected {
        display: block; }
      .leftPane .contents .page .pure-button {
        margin: 10px 5px;
        width: calc(100% - 10px); }
      .leftPane .contents .page .Filter {
        text-align: left;
        border-bottom: 1px solid #eeeeee; }
        .leftPane .contents .page .Filter .FilterName {
          padding-left: 5px;
          text-transform: capitalize; }
        .leftPane .contents .page .Filter input {
          margin-left: 5px;
          width: calc(100% - 10px); }
        .leftPane .contents .page .Filter .curves {
          margin-left: 5px;
          border: 1px solid #888888; }
        .leftPane .contents .page .Filter .FilterValue {
          float: right;
          top: 0;
          width: 40px;
          font-size: 1em;
          text-align: center;
          color: white;
          background-color: #888888;
          border-radius: 2px;
          padding: 3px;
          margin-right: 10px; }
          .leftPane .contents .page .Filter .FilterValue.bigger {
            width: 50px; }

.centralPane {
  text-align: center;
  position: absolute;
  left: 250px;
  top: 34px;
  bottom: 0;
  right: 0;
  overflow: auto;
  padding-top: 30px; }

.propositionsAndDef {
  text-align: left; }

.letters {
  text-align: right; }

.tagsPage {
  padding-top: 10px; }
  .tagsPage .tagDefinition {
    position: relative; }
  .tagsPage .removeBtn {
    position: absolute;
    top: 0px;
    right: 2px;
    font-size: 1.2em;
    backgroud-color: white;
    cursor: pointer;
    display: none; }
  .tagsPage input {
    width: calc(100% - 10px);
    margin: 5px; }
    .tagsPage input.tagName {
      margin-bottom: 0; }
      .tagsPage input.tagName:not(.empty) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
      .tagsPage input.tagName.empty ~ .tagValue {
        visibility: hidden;
        height: 0; }
    .tagsPage input.tagValue {
      margin-top: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      height: 30px;
      -webkit-transition: height 0.2s ease;
      -moz-transition: height 0.2s ease;
      -o-transition: height 0.2s ease;
      transition: height 0.2s ease; }
  .tagsPage .tagDefinition:not(:last-child):hover .removeBtn {
    display: block; }

.pleft {
  text-align: left; }

.leftBarToggleBtn {
  position: absolute;
  top: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  right: -31px;
  background-color: #444444;
  text-align: center;
  cursor: pointer; }
  .leftBarToggleBtn i {
    transition: all 0.5s ease; }

.leftPane {
  transition: all 0.5s ease; }

.centralPane {
  transition: all 0.5s ease; }

.menuClosed .leftBarToggleBtn i {
  transform: rotate(-180deg); }
.menuClosed .leftPane {
  transform: translateX(-100%); }
.menuClosed .centralPane {
  left: 0px; }
