﻿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;
}

.btn .app-object {
  padding: 10px;
}


.app-object-list-header {
  padding: 0.5rem;
  font-size: 1em;
  font-weight: 700;
  background-color: #eee;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #ccc;
}

.app-object-list-content {
}

.app-object-list-group {
  border: 1px solid #aaa;
  box-shadow: 5px 5px 3px 0px rgba(219,219,219,1);
  margin-bottom: 20px;
  border-radius: 5px;
}

.app-object-list-group-header {
  padding: 5px;
  font-size: 1.5em;
  background-color: #eee;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #ccc;
}

.app-object-list-group-container {
  background-color: floralwhite;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.app-object-list-container h1 {
  font-size: 14px;
  background-color: #eee;
  padding: 10px;
}

.app-object-list-item {
  position: relative;
  width: 152px;
  height: 100px;
  border: 1px solid #ccc;
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

  .app-object-list-item a {
    color: black;
  }

  .app-object-list-item img {
    width: 150px;
    height: 80px;
    padding: 5px;
    background-color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .app-object-list-item h2 {
    position: absolute;
    font-size: 12px;
    font-weight: normal;
    background-color: #eee;
    margin: 0;
    padding: 3px 2px 3px 2px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

.app-object {
  width: 15rem;
  text-align: left !important;
  margin: 0.5rem;
}

.app-object-M {
  /*  background: lightblue;
  border-color: white;
  color: rgb(88, 88, 88);
  width: 250px;
  margin-bottom: 5px;
  float: left;
  text-align: left;*/
}

  .app-object-M:hover {
    /*    box-shadow: 0 0 2px 0 forestgreen, 0 0 10px 2px forestgreen;
    font-weight: bold;
    border-color: forestgreen;*/
  }

.app-object-WP {
  /*  background: rgb(137, 204, 163);
  border-color: white;
  color: rgb(88, 88, 88);
  width: 250px;
  margin-bottom: 5px;
  float: left;
  text-align: left;*/
}

  .app-object-WP:hover {
    /*    box-shadow: 0 0 2px 0 forestgreen, 0 0 10px 2px forestgreen;
    font-weight: bold;
    border-color: forestgreen;*/
  }

.app-object-SG {
  /*  background: rgb(137, 204, 163);
  border-color: white;
  color: rgb(88, 88, 88);
  width: 250px;
  margin-bottom: 5px;
  float: left;
  text-align: left;*/
}

  .app-object-SG:hover {
    /*    box-shadow: 0 0 2px 0 forestgreen, 0 0 10px 2px forestgreen;
    font-weight: bold;
    border-color: forestgreen;*/
  }

.app-object-TV {
  /*  background: rgb(137, 204, 163);
  border-color: white;
  color: rgb(88, 88, 88);
  width: 250px;
  margin-bottom: 5px;
  float: left;
  text-align: left;*/
}

  .app-object-TV:hover {
    /*    box-shadow: 0 0 2px 0 forestgreen, 0 0 10px 2px forestgreen;
    font-weight: bold;
    border-color: forestgreen;*/
  }

.app-object-Q {
  /*  background: rgb(137, 204, 163);
  border-color: white;
  color: rgb(88, 88, 88);
  width: 250px;
  margin-bottom: 5px;
  float: left;
  text-align: left;*/
}

  .app-object-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;
}

