@charset "UTF-8";
h1 {
  color: #369;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 250%; }

h2, h3 {
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter; }

body {
  margin: 2em; }

.navbar {
  margin-bottom: 0px !important; }
  .navbar img {
    margin-top: 12px;
    margin-right: 15px;
    margin-left: 5px; }

.search {
  margin-top: 10px; }

.smallest {
  font-style: oblique;
  margin-left: 10px; }

a {
  text-decoration: none !important; }

.choose {
  cursor: pointer; }

.choose:hover {
  border-color: #3c763d; }

.choose:hover:after {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border: 2px solid #F1FD6D; }

.choose:hover:after {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border: 2px solid #F1FD6D; }

.blockRight {
  float: right;
  margin-top: -29px;
  font-style: italic; }
  .blockRight i {
    float: left;
    margin-top: 3px; }
  .blockRight .blockInfo {
    float: left; }

.blockRight .checkbox {
  margin: 0;
  margin-left: 0px;
  text-align: right; }

.blockRight input {
  margin-left: 0px !important; }

.blockRight label {
  padding-left: 0px !important; }

.backOpacity {
  width: 100%;
  height: 100%;
  background: black;
  top: 0;
  position: fixed;
  opacity: 0.7;
  z-index: 9; }

.sk-wandering-cubes {
  top: 50%;
  position: fixed;
  left: 47%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99; }

.sk-wandering-cubes .sk-cube {
  background-color: white;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
.navbar-color {
  background-color: #0275d8;
  border-color: #0275d8; }

.stat {
  margin-left: 7px; }

.stat strong {
  color: red; }

.login {
  background: #0275d8;
  height: 100%; }
  .login label {
    color: white; }
  .login .checkbox {
    margin-bottom: 5px; }
  .login img {
    width: 70px;
    display: block;
    margin: 0 auto;
    padding: 40px 0px 40px 0px; }

.device {
  margin-top: 10px; }
  .device .panel {
    margin-bottom: 0px; }
    .device .panel span {
      font-size: smaller;
      font-style: oblique; }
  .device .table-responsive {
    height: 460px;
    border: 1px solid rgba(128, 128, 128, 0.22); }
  .device .sebm-google-map-container {
    height: 515px; }
  .device .row_2 {
    margin-top: 5px; }
  .device .glyphicon-ok-sign:before {
    color: green; }
  .device .glyphicon-minus-sign:before {
    color: red; }
  .device .comands .row {
    margin-top: 4px; }
  .device .active {
    border: 1px solid black;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background-color: #adceff; }
  .device .noactive {
    border: 1px solid black;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background-color: #ff2323; }
  .device .upgrade {
    border: 1px solid black;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background-color: yellow; }
  .device .activable {
    border: 1px solid black;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background-color: green; }
  .device .activable_noupgrade {
    border: 1px solid black;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background-color: #7b0f5f; }
  .device .dropdown {
    position: absolute;
    right: -3px;
    top: -6px; }
    .device .dropdown .dropdown-menu {
      left: -90px !important;
      min-width: 90px !important; }
    .device .dropdown .dropdown-item {
      color: black;
      padding: 5px; }
  .device .panel-heading {
    position: relative; }

.disabled {
  opacity: 0.3; }

.customx {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-left: -1px; }

.btn-custom {
  width: 100%;
  margin-top: 10px; }

.scrollContainer {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 164px); }

.device {
  font-size: 13px; }
  .device .panel-body {
    padding: 5px; }

.navbar-toggle {
  background-color: white !important; }

.navbar a {
  color: white; }

.searchBox span {
  margin-top: 5px; }
.searchBox label {
  padding-left: 2px !important; }
  .searchBox label input {
    margin-left: 2px !important; }

.loader {
  background: #0275d8;
  height: 100%; }
  .loader img {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.6;
    width: 100%;
    max-width: 180px; }

.search .panel span {
  font-size: smaller;
  font-style: oblique; }

::-webkit-scrollbar {
      width: 12px; }

::-webkit-scrollbar-track {
      background-color: #eaeaea;
      border-left: 1px solid #ccc; }

::-webkit-scrollbar-thumb {
      background-color: #ccc; }

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa; }

.panel-activable {
  background-color: green !important;
  color: white !important; }

.panel-noactivable {
  background-color: #ff2323 !important;
  color: white !important; }

.panel-active {
  background-color: #adceff !important; }

.panel-activable_upgrade {
  background-color: yellow !important;
  color: black !important; }

.panel-activable_noupgrade {
  background-color: #7b0f5f !important;
  color: white !important; }

.footerWarning {
  text-align: center;
  opacity: 0.9;
  border-radius: 10px;
  text-transform: uppercase;
  margin: 3px;
  color: white !important;
  background-color: #006900 !important; }

@keyframes blink {
  50% {
    border-color: #000000;
    border: 2px; } }
.run {
  /*or other element you want*/
  animation-name: blink;
  animation-duration: 0.5s;
  animation-timing-function: step-end;
  animation-iteration-count: infinite;
  animation-direction: alternate; }

.nobutton {
  background: none;
  outline: none;
  border: none; }

.ticket .panel-body {
  padding: 5px; }
  .ticket .panel-body span {
    font-size: smaller;
    font-style: oblique; }
  .ticket .panel-body p {
    margin: 0; }

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