@font-face {
  font-family: Montserrat;
  src: url("Montserrat-Regular.ttf");
}
html,
body,
* {
  padding: 0;
  margin: 0;
}
body {
  overflow: hidden;
  height: 100vh;
  background-color: black;
  background: repeating-linear-gradient(-45deg, black, black 5px, #1a1a1a 5px, #1a1a1a 10px);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
}
article {
  height: 100vh;
  width: 100vw;
  background-color: gray;
  background-image: -webkit-gradient(linear, left top, right top, from(gray), to(#616161));
  background-image: -webkit-linear-gradient(left, gray, #616161);
  background-image: -moz-linear-gradient(left, gray, #616161);
  background-image: -ms-linear-gradient(left, gray, #616161);
  background-image: -o-linear-gradient(left, gray, #616161);
  background: linear-gradient(left, gray, #616161);
}
contextmenu,
topbar {
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 11;
  font-size: 12px;
}
contextmenu a,
topbar a {
  position: absolute;
  left: 5px;
  top: 0px;
  width: 145px;
  height: 24px;
  display: block;
  overflow: hidden;
}
contextmenu i:before,
topbar i:before {
  position: absolute;
  top: 0;
  right: 4px;
  left: auto;
  display: block;
  font-style: normal;
  font-size: 9.6px;
  opacity: 0.75;
  content: "\0025B6";
}
contextmenu button,
topbar button {
  position: absolute;
  top: 2px;
  right: 8px;
  height: 20px;
  line-height: 20px;
}
contextmenu menu,
topbar menu {
  position: relative;
  display: block;
  border: 1px solid #bfbfbf;
  background-color: white;
  width: 150px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
  /*max-height: 500px;*/
}
contextmenu menuitem,
topbar menuitem {
  position: relative;
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 95%;
}
contextmenu menuitem input,
topbar menuitem input {
  width: 98%;
  margin: auto;
}
contextmenu menuitem menu,
topbar menuitem menu {
  display: none;
  left: 150px;
  z-index: 12;
}
contextmenu menuitem menu.right,
topbar menuitem menu.right {
  left: -152px;
  transition: left 0s;
}
contextmenu menuscroll:first-child:after,
topbar menuscroll:first-child:after {
  content: "\0025B2";
  display: block;
  text-align: center;
}
contextmenu menuscroll:last-child:after,
topbar menuscroll:last-child:after {
  content: "\0025BC";
  display: block;
  text-align: center;
}
contextmenu menuitem:hover,
topbar menuitem:hover,
contextmenu menuitem.active,
topbar menuitem.active {
  background-color: #e6e6e6;
}
contextmenu menuitem.active > menu,
topbar menuitem.active > menu {
  display: block;
  animation: fadeIn 100ms;
}
topbar,
topbar > menu {
  z-index: 10;
  position: relative;
  width: 100%;
  height: 24px;
}
topbar > menuitem,
topbar > menu > menuitem {
  float: left;
  width: 150px;
}
topbar > menuitem > menu,
topbar > menu > menuitem > menu {
  top: 24px;
  left: 0px;
}
topbar > menuitem > i:before,
topbar > menu > menuitem > i:before {
  content: "\0025BC";
}
canvas {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  transition: none;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  /* Older versions of FF          */
  image-rendering: -moz-crisp-edges;
  /* FF 6.0+                       */
  image-rendering: -webkit-optimize-contrast;
  /* Safari                        */
  image-rendering: -o-crisp-edges;
  /* OS X & Windows Opera (12.02+) */
  image-rendering: pixelated;
  /* Awesome future-browsers       */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE                            */
}
figure {
  position: relative;
  width: 100%;
  height: 100%;
}
figure canvas {
  position: absolute;
  top: 0px;
  left: 0px;
}
footer {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: white;
  top: auto;
  bottom: 0px;
  border-top: 1px solid black;
  background-color: #114f78;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#114f78), to(#0e4062));
  background-image: -webkit-linear-gradient(top, #114f78, #0e4062);
  background-image: -moz-linear-gradient(top, #114f78, #0e4062);
  background-image: -ms-linear-gradient(top, #114f78, #0e4062);
  background-image: -o-linear-gradient(top, #114f78, #0e4062);
  background: linear-gradient(top, #114f78, #0e4062);
}
footer ul {
  list-style: none;
  width: 100%;
}
footer ul li:not(:first-child):before {
  content: "-";
  padding-right: 8px;
}
footer ul li {
  float: left;
  padding-left: 8px;
}
footer ul.right li {
  float: right;
  padding-top: 1px;
}
footer ul.right li:not(:first-child):before {
  content: "";
  padding-right: 0;
}
footer ul.right li img {
  width: auto;
  height: 16px;
  opacity: 0.8;
}
footer ul.right li img:hover {
  opacity: 1;
}
aside {
  z-index: 1;
  position: absolute;
  top: 0px;
  width: 220px;
  background-color: gray;
  background-image: -webkit-radial(from(gray), to(#616161));
  background-image: -webkit-radial-gradient(gray, #616161);
  background-image: -moz-radial-gradient(gray, #616161);
  background-image: -ms-radial-gradient(gray, #616161);
  background-image: -o-radial-gradient(gray, #616161);
  background: radial-gradient(gray, #616161);
  border-right: 1px solid black;
  height: 100vh;
  color: black;
  transition: all 0.2s linear;
}
aside.disapear {
  margin-left: -220px;
}
aside t {
  padding-left: 5px;
}
aside > img {
  width: 100%;
}
aside select,
aside input {
  margin-left: 5%;
  width: 90%;
  outline: none;
}
aside section {
  padding-top: 10px;
  border-bottom: 1px solid black;
}
aside section > div {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
}
aside input[type=checkbox] {
  position: absolute;
  margin-top: 2px;
  left: auto;
  right: 10px;
}
aside button {
  position: absolute;
  margin-top: 1px;
  left: auto;
  background-color: white;
  right: 10px;
  height: 10px;
  width: 10px;
  border: 10px double #000000;
  border-radius: 100%;
  cursor: pointer;
}
aside button:hover {
  background-color: #000000;
  border-color: #bfbfbf;
}
table {
  width: 100%;
  font-size: 90%;
  border-collapse: collapse;
}
table tr > th {
  text-align: left;
  padding-left: 2px;
}
table th + td {
  text-align: right;
  padding-right: 2px;
}
table tr:nth-child(even) {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
h3 {
  text-align: center;
}
p {
  padding: 10px;
  text-align: justify;
}
#thumb {
  max-width: 50px;
}
#aciclogo {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 10px;
  width: 80px;
  pointer-events: none;
}
#google,
#GoogleMap {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
#google input,
#GoogleMap input,
#google button,
#GoogleMap button {
  padding: 5px;
  margin: 10px;
  font-size: 12px;
  border: 2px solid white;
  border-radius: 3px;
  background-color: white;
}
.center {
  margin: auto;
  text-align: center;
}
.small {
  font-size: 80%;
}
.notransition * {
  transition: none;
}
.visible {
  opacity: 1 !important;
}
.hidden {
  display: none;
}
.disapear {
  opacity: 0;
}
.focus {
  outline: 5px auto #e59700;
}
.bg-danger {
  background-color: #c04040;
  background-image: -webkit-gradient(linear, left top, right top, from(#c04040), to(#993333));
  background-image: -webkit-linear-gradient(left, #c04040, #993333);
  background-image: -moz-linear-gradient(left, #c04040, #993333);
  background-image: -ms-linear-gradient(left, #c04040, #993333);
  background-image: -o-linear-gradient(left, #c04040, #993333);
  background: linear-gradient(left, #c04040, #993333);
}
.bg-warning {
  background-color: #6b8c5a;
  background-image: -webkit-gradient(linear, left top, right top, from(#6b8c5a), to(#536d46));
  background-image: -webkit-linear-gradient(left, #6b8c5a, #536d46);
  background-image: -moz-linear-gradient(left, #6b8c5a, #536d46);
  background-image: -ms-linear-gradient(left, #6b8c5a, #536d46);
  background-image: -o-linear-gradient(left, #6b8c5a, #536d46);
  background: linear-gradient(left, #6b8c5a, #536d46);
}
.bg-success {
  background-color: #5a7351;
  background-image: -webkit-gradient(linear, left top, right top, from(#5a7351), to(#42553c));
  background-image: -webkit-linear-gradient(left, #5a7351, #42553c);
  background-image: -moz-linear-gradient(left, #5a7351, #42553c);
  background-image: -ms-linear-gradient(left, #5a7351, #42553c);
  background-image: -o-linear-gradient(left, #5a7351, #42553c);
  background: linear-gradient(left, #5a7351, #42553c);
}
.input-danger {
  background-color: #ff9999;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9999), to(#ff6666));
  background-image: -webkit-linear-gradient(left, #ff9999, #ff6666);
  background-image: -moz-linear-gradient(left, #ff9999, #ff6666);
  background-image: -ms-linear-gradient(left, #ff9999, #ff6666);
  background-image: -o-linear-gradient(left, #ff9999, #ff6666);
  background: linear-gradient(left, #ff9999, #ff6666);
}
.input-warning {
  background-color: #a6d98c;
  background-image: -webkit-gradient(linear, left top, right top, from(#a6d98c), to(#88cc66));
  background-image: -webkit-linear-gradient(left, #a6d98c, #88cc66);
  background-image: -moz-linear-gradient(left, #a6d98c, #88cc66);
  background-image: -ms-linear-gradient(left, #a6d98c, #88cc66);
  background-image: -o-linear-gradient(left, #a6d98c, #88cc66);
  background: linear-gradient(left, #a6d98c, #88cc66);
}
.input-success {
  background-color: #75c859;
  background-image: -webkit-gradient(linear, left top, right top, from(#75c859), to(#59b33b));
  background-image: -webkit-linear-gradient(left, #75c859, #59b33b);
  background-image: -moz-linear-gradient(left, #75c859, #59b33b);
  background-image: -ms-linear-gradient(left, #75c859, #59b33b);
  background-image: -o-linear-gradient(left, #75c859, #59b33b);
  background: linear-gradient(left, #75c859, #59b33b);
}
.c1 {
  width: 8.33333333%;
  float: left;
}
.co1 {
  margin-left: 8.33333333%;
}
.c2 {
  width: 16.66666667%;
  float: left;
}
.co2 {
  margin-left: 16.66666667%;
}
.c3 {
  width: 25%;
  float: left;
}
.co3 {
  margin-left: 25%;
}
.c4 {
  width: 33.33333333%;
  float: left;
}
.co4 {
  margin-left: 33.33333333%;
}
.c5 {
  width: 41.66666667%;
  float: left;
}
.co5 {
  margin-left: 41.66666667%;
}
.c6 {
  width: 50%;
  float: left;
}
.co6 {
  margin-left: 50%;
}
.c7 {
  width: 58.33333333%;
  float: left;
}
.co7 {
  margin-left: 58.33333333%;
}
.c8 {
  width: 66.66666667%;
  float: left;
}
.co8 {
  margin-left: 66.66666667%;
}
.c9 {
  width: 75%;
  float: left;
}
.co9 {
  margin-left: 75%;
}
.c10 {
  width: 83.33333333%;
  float: left;
}
.co10 {
  margin-left: 83.33333333%;
}
.c11 {
  width: 91.66666667%;
  float: left;
}
.co11 {
  margin-left: 91.66666667%;
}
.c12 {
  width: 100%;
  float: left;
}
.co12 {
  margin-left: 100%;
}
.modal {
  transition: all 0.2s linear;
  z-index: 999999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}
.modal > div {
  position: relative;
  top: 40%;
  margin: auto;
  width: 500px;
  background-color: white;
  border: 1px solid black;
  border-radius: 5px;
}
.modal > div > h3 {
  padding: 5px;
  border-bottom: 1px solid black;
}
.modal > div > div {
  position: relative;
  border-top: 1px solid black;
  height: 30px;
}
.modal > div > div > button.close,
.modal > div > div > button.submit,
.modal > div > div > input {
  position: absolute;
  top: 5px;
  display: block;
}
.modal > div > div > input {
  left: 5px;
  width: 240px;
}
.modal > div > div > button.submit {
  left: 255px;
  width: 115px;
}
.modal > div > div > button.close {
  left: 380px;
  width: 115px;
}
form {
  padding-top: 10vh;
  width: 100%;
}
form fieldset {
  width: 100%;
  border: 0;
  padding: 5px;
  box-sizing: border-box;
}
form fieldset * {
  display: block;
  float: left;
  box-sizing: border-box;
}
form fieldset label {
  text-align: right;
  padding-right: 5%;
  width: 30%;
  font-weight: bold;
}
form fieldset label:after {
  content: ":";
}
form fieldset label + *:nth-child(2):nth-last-child(1) {
  width: 70%;
}
form fieldset label + *:nth-child(2):nth-last-child(2),
form fieldset label + *:nth-child(2):nth-last-child(2) ~ * {
  width: 35%;
}
form fieldset label + *:nth-child(2):nth-last-child(3),
form fieldset label + *:nth-child(2):nth-last-child(3) ~ *,
form fieldset label + * + label + *:nth-child(4):nth-last-child(3),
form fieldset label + * + label + *:nth-child(4):nth-last-child(3) ~ * {
  width: 23.33333333%;
}
input:invalid {
  box-shadow: 0 0 2px 1px #f00;
}
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  background-color: #0d1908;
  padding: 5px;
  color: white;
}
input[type=reset] {
  background-color: #cc0000;
}
input[type=button].submit {
  border: 1px solid #0d1908;
}
input[type=button].close {
  border: 1px solid #cc0000;
}
input[type=range] {
  -webkit-appearance: none;
  background: none;
  cursor: pointer;
}
input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 10px;
  background: white;
  border-radius: 20px;
  border: 1px solid black;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 10px;
  background: white;
  margin-top: -6px;
  border-radius: 40px;
  border: 1px solid black;
}
input[type=range]::-ms-track {
  height: 10px;
  background: white;
  border-radius: 20px;
  border: 1px solid black;
}
input[type=range]::-ms-thumb {
  height: 20px;
  width: 10px;
  background: white;
  margin-top: -6px;
  border-radius: 40px;
  border: 1px solid black;
}
input[type=range]::-moz-range-track {
  height: 10px;
  background: white;
  border-radius: 20px;
  border: 1px solid black;
}
input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 10px;
  background: white;
  margin-top: -6px;
  border-radius: 40px;
  border: 1px solid black;
}
.speedPlayer {
  width: 100%;
  margin: auto;
  border: none;
  text-align: center;
}
.speedPlayer input[type="radio"] {
  -webkit-appearance: none;
  width: auto;
  display: inline-block;
  padding: 1px 2px 1px 2px;
  margin: 0;
  border-radius: 2px;
  border: 1px solid black;
  color: black;
  background-color: #ffffff;
}
.speedPlayer input[type="radio"]:checked {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: black;
}
.speedPlayer input[type="radio"][value="-3"]:before {
  content: "◀◀◀";
}
.speedPlayer input[type="radio"][value="-2"]:before {
  content: "◀";
}
.speedPlayer input[type="radio"][value="-1"]:before {
  content: "◀❚";
}
.speedPlayer input[type="radio"][value="0"]:before {
  content: "❚❚";
}
.speedPlayer input[type="radio"][value="1"]:before {
  content: "❚▶";
}
.speedPlayer input[type="radio"][value="2"]:before {
  content: "▶";
}
.speedPlayer input[type="radio"][value="3"]:before {
  content: "▶▶▶";
}
input[type="checkbox"] {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #404040;
  color: white;
  text-align: center;
  cursor: pointer;
}
input[type="checkbox"]:checked {
  background-color: #4040c0;
}
input[type="checkbox"]:before {
  content: "✘";
}
input[type="checkbox"]:checked:before {
  content: "✔";
}
select {
  border-color: black;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#loading .loader {
  border: 18px solid rgba(0, 0, 0, 0);
  border-top: 18px solid #114f78;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  width: 150px;
  height: 150px;
  animation: spin 1s ease-in-out infinite;
}
