﻿body {
}

#main_loading {
  background-color: #eee;
  background-image: url('/img/spinner.gif');
  background-repeat: no-repeat;
  background-position-x: center;
  height: 95vh;
}

.loading {
  background-image: url('/img/spinner.gif');
  background-repeat: no-repeat;
  background-size: 200px 200px;
  background-position-x: center;
  height: 200px;
}

.texto_obs {
  height: 100px;
}

.c4-M {
  background: lightblue;
  border-color: white;
  color: rgb(88, 88, 88);
  width: 250px;
  margin-bottom: 5px;
  float: left;
  text-align: left;
}

  .C4-M:hover {
    box-shadow: 0 0 2px 0 forestgreen, 0 0 10px 2px forestgreen;
    font-weight: bold;
    border-color: forestgreen;
  }

.c4-WP {
  background: rgb(137, 204, 163);
  border-color: white;
  color: rgb(88, 88, 88);
  width: 250px;
  margin-bottom: 5px;
  float: left;
  text-align: left;
}

  .C4-WP:hover {
    box-shadow: 0 0 2px 0 forestgreen, 0 0 10px 2px forestgreen;
    font-weight: bold;
    border-color: forestgreen;
  }

.c4-SG {
  background: rgb(137, 204, 163);
  border-color: white;
  color: rgb(88, 88, 88);
  width: 250px;
  margin-bottom: 5px;
  float: left;
  text-align: left;
}

  .C4-SG:hover {
    box-shadow: 0 0 2px 0 forestgreen, 0 0 10px 2px forestgreen;
    font-weight: bold;
    border-color: forestgreen;
  }

.c4-TV {
  background: rgb(137, 204, 163);
  border-color: white;
  color: rgb(88, 88, 88);
  width: 250px;
  margin-bottom: 5px;
  float: left;
  text-align: left;
}

  .C4-TV:hover {
    box-shadow: 0 0 2px 0 forestgreen, 0 0 10px 2px forestgreen;
    font-weight: bold;
    border-color: forestgreen;
  }

.c4-Q {
  background: rgb(137, 204, 163);
  border-color: white;
  color: rgb(88, 88, 88);
  width: 250px;
  margin-bottom: 5px;
  float: left;
  text-align: left;
}

  .C4-Q:hover {
    box-shadow: 0 0 2px 0 forestgreen, 0 0 10px 2px forestgreen;
    font-weight: bold;
    border-color: forestgreen;
  }

.tab-green {
  background-color: rgb(137, 204, 163);
}

.horizon-fix {
  overflow-x: hidden;
  font-size: 14px;
  background-color: #eee;
}

.horizon-container {
  overflow: hidden;
}

