@import "../font/stylesheet.css";
#article-index h1 {
  display: inline-block;
}
#article-index .search-button {
  cursor: pointer;
}
.article-item {
  margin-bottom: 15px;
}
.article-item .article-title,
.article-item .article-title a {
  color: inherit;
  margin: 0;
}
.article-item .article-meta,
.article-item .article-meta a {
  color: #999;
  font-size: 0.85em;
}
.article-item .article-meta a {
  text-decoration: underline;
}
.article-item .article-thumb {
  margin-right: 10px;
  margin-bottom: 10px;
}
.article-item .article-text {
  margin-top: 7px;
}
.achievement {
  padding: 8px 8px;
  height: inherit;
  vertical-align: middle;
  color: black;
}
.achievement .achievement-carousel {
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
}
.achievement .achievement-carousel .achievement-item {
  border-right: 1px solid #A0A0A0;
  padding: 0px 8px;
  font-size: 1.8em;
  font-weight: 600;
}
.achievement .achievement-carousel .achievement-item:last-child {
  border-right: none;
}
.new-container .new-item {
  margin: 16px 16px;
}
.new-container .new-item:first-child {
  margin-top: 0px;
}
.new-container .new-item .new-header {
  display: block;
  vertical-align: middle;
}
.new-container .new-item .new-header .new-title {
  width: 80%;
  color: black;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 600;
  display: inline-block;
  text-align: left;
}
.new-container .new-item .new-header .new-date {
  width: 20%;
  color: #606060;
  font-size: 1.35em;
  line-height: 1.5em;
  font-weight: 400;
  display: inline-block;
  float: right;
}
.new-container .new-item .new-body {
  margin-top: 8px;
  display: blocK;
  font-size: 1.35em;
  color: black;
  text-align: justify;
  text-justify: inter-word;
}
.zone-condition {
  width: 100%;
}
.zone-condition .zone-condition-header .zone-condition-header-icon,
.zone-condition .zone-condition-header .zone-condition-header-title,
.zone-condition .zone-condition-header .zone-condition-header-subtitle {
  text-align: center;
}
.zone-condition .zone-condition-header .zone-condition-header-icon {
  vertical-align: middle;
}
.zone-condition .zone-condition-header .zone-condition-header-icon img {
  height: 3em;
  max-height: 80px;
}
.zone-condition .zone-condition-header .zone-condition-header-title {
  font-weight: 600;
}
.zone-condition .zone-condition-header .zone-condition-header-subtitle {
  font-weight: 500;
}
.zone-condition tbody td,
.zone-condition tbody th {
  text-align: center;
  border-left: solid 1px #606060;
  font-size: 1.5em;
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: middle;
}
.zone-condition tbody td.zone-condition-name,
.zone-condition tbody th.zone-condition-name {
  font-size: 1.2em;
  white-space: nowrap;
}
.zone-condition tbody td:first-child,
.zone-condition tbody th:first-child {
  border-left: none;
}
.tips-advice .no-tips {
  font-size: 1.5em;
}
.tips-advice .tips-advice-item {
  margin-bottom: 8px;
}
.tips-advice .tips-advice-item .tips-advice-left {
  float: left;
  width: 60%;
  display: inline-block;
}
.tips-advice .tips-advice-item .tips-advice-left .tips-advice-header .tips-advice-icon {
  width: 36px;
  height: 36px;
}
.tips-advice .tips-advice-item .tips-advice-left .tips-advice-header .tips-advice-title {
  font-size: 1.5em;
  font-weight: 600;
}
.tips-advice .tips-advice-item .tips-advice-left .tips-advice-content {
  padding-left: 36px;
}
.tips-advice .tips-advice-item .tips-advice-left .tips-advice-content .tips-advice-todo {
  color: #129BFF;
  font-size: 1.5em;
  font-weight: 600;
}
.tips-advice .tips-advice-item .tips-advice-left .tips-advice-content .tips-advice-body {
  margin-top: 8px;
  display: blocK;
  font-size: 1.35em;
  color: #606060;
  text-align: justify;
  text-justify: inter-word;
}
.tips-advice .tips-advice-item .tips-advice-right {
  float: left;
  width: 40%;
  display: inline-block;
}
.tips-advice .tips-advice-item .tips-advice-right .tips-advice-title {
  color: #129BFF;
  font-size: 1.35em;
  font-weight: 600;
  text-align: center;
}
.tips-advice .tips-advice-item .tips-advice-right .tips-advice-content {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  text-justify: inter-word;
  margin-top: 8px;
}
.weather {
  width: 100%;
  height: 100%;
  padding: 8px 16px;
}
.weather .weather-container {
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  background: linear-gradient(to bottom, #129BFF, #6AD2FF);
  color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.weather .weather-container .weather-header > .weather-title {
  font-size: 1.5em;
  font-weight: 600;
}
.weather .weather-container .weather-body .weather-body-l,
.weather .weather-container .weather-body .weather-body-r {
  display: inline-block;
  float: left;
}
.weather .weather-container .weather-body .weather-body-l {
  width: 40%;
}
.weather .weather-container .weather-body .weather-body-l .weather-degree {
  font-size: 3em;
  font-weight: 700;
}
.weather .weather-container .weather-body .weather-body-l .weather-forecast .icon,
.weather .weather-container .weather-body .weather-body-l .weather-forecast .text {
  display: inline-block;
}
.weather .weather-container .weather-body .weather-body-l .weather-forecast .icon {
  height: 3em;
}
.weather .weather-container .weather-body .weather-body-l .weather-forecast .text {
  text-transform: capitalize;
  font-size: 1.5em;
  font-weight: 700;
  margin-left: 16px;
  height: 3em;
}
.weather .weather-container .weather-body .weather-body-r {
  width: 60%;
}
.weather .weather-container .weather-body .weather-body-r .forecast-item {
  padding: 0 16px;
  width: 33%;
  display: inline-block;
  text-align: center;
  float: left;
}
.weather .weather-container .weather-body .weather-body-r .forecast-item .forecast-day {
  font-size: 1.5em;
  font-weight: 600;
  text-transform: capitalize;
}
.weather .weather-container .weather-body .weather-body-r .forecast-item .forecast-icon {
  height: 3em;
}
.weather .weather-container .weather-body .weather-body-r .forecast-item .forecast-degree {
  font-size: 1.5em;
  font-weight: 700;
}
.calendar .calendar-month {
  color: black;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 600;
  display: inline-block;
  text-align: left;
  text-transform: capitalize;
}
.calendar .calendar-item {
  border-top: solid 1px #A0A0A0;
}
.calendar .calendar-item .calendar-day,
.calendar .calendar-item .calendar-text {
  line-height: 2em;
  vertical-align: middle;
  text-align: justify;
  text-justify: inter-word;
}
.calendar .calendar-item .calendar-day {
  font-size: 1.5em;
  font-weight: 600;
  color: #129BFF;
  margin-right: 16px;
}
.calendar .calendar-item .calendar-text {
  font-size: 1.5em;
  font-weight: 500;
  color: #606060;
}
.status-ok {
  color: #29EE30;
}
.status-warning {
  color: #FFB904;
}
.status-danger {
  color: #FF3225;
}
.youtube-player {
  position: fixed;
  width: 100%;
  height: 100%;
}
.dashboard-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #E0E0E0;
  font-family: "gob" !important;
}
.dashboard-container h1,
.dashboard-container h2,
.dashboard-container h3,
.dashboard-container h4,
.dashboard-container h5,
.dashboard-container p {
  margin: 0;
}
.dashboard-container .dashboard-header {
  height: 7rem;
  background: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  line-height: 7rem;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.dashboard-container .dashboard-header .logo-container {
  height: 100%;
  margin-right: 40px;
}
.dashboard-container .dashboard-header .logo-container img {
  height: 85%;
}
.dashboard-container .dashboard-header .name-container {
  display: flex;
  height: 100%;
  align-items: center;
  flex: 1;
}
.dashboard-container .dashboard-header .name-container img {
  margin-right: 10px;
  height: 75%;
}
.dashboard-container .dashboard-header .name-container .name {
  width: auto;
  font-size: 36px;
  color: #0089D0;
  font-weight: bold;
  padding-top: 15px;
  height: 100%;
}
.dashboard-container .dashboard-header .name-container .name .form-control {
  padding-left: 8px !important;
  line-height: 1.02857143 !important;
}
.dashboard-container .dashboard-header .name-container .name select {
  border: none;
  font-size: 36px;
  color: #0089D0;
  font-weight: bold;
  height: 100%;
  margin-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 10px;
  text-overflow: '';
  padding-left: 0;
}
.dashboard-container .dashboard-header .name-container .name select:hover {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
.dashboard-container .dashboard-header .date-container {
  line-height: 1;
  display: flex;
  align-items: center;
  height: 100%;
  min-width: 15%;
}
.dashboard-container .dashboard-header .date-container img {
  height: 75%;
  margin-right: 10px;
}
.dashboard-container .dashboard-header .date-container .date {
  font-weight: bold;
  color: #0089D0;
}
.dashboard-container .dashboard-header .date-container .date .time {
  font-size: 21px;
  margin-bottom: 2px;
}
.dashboard-container .dashboard-header .date-container .date .day {
  font-size: 18px;
}
.dashboard-container .dashboard-header .gear-container {
  width: 5%;
  opacity: 0;
  cursor: pointer;
}
.dashboard-container .dashboard-header .gear-container:hover {
  opacity: 1;
}
.dashboard-container .dashboard-header .gear-container-hover {
  width: 5%;
  opacity: 0.3;
}
.dashboard-container .dashboard-body {
  padding: 16px;
  height: calc(100% - 7rem);
  position: relative;
}
.dashboard-container .dashboard-body .lateral-menu {
  position: absolute;
  width: 170px;
  background: white;
  height: calc(100vh - 7rem);
  top: 0px;
  right: 0px;
  padding: 15px;
  padding-top: 0;
  z-index: 99;
  transition: 0.3s;
  box-shadow: 0px 7px 8px rgba(90, 97, 105, 0.1), 0px 15px 22px rgba(90, 97, 105, 0.1), 0px 4px 8px rgba(90, 97, 105, 0.12), 0px 2px 3px rgba(90, 97, 105, 0.11);
}
.dashboard-container .dashboard-body .lateral-menu .edit-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
.dashboard-container .dashboard-body .lateral-menu .edit-container .minimize-button {
  cursor: pointer;
}
.dashboard-container .dashboard-body .lateral-menu .edit-container .close-button {
  cursor: pointer;
}
.dashboard-container .dashboard-body .lateral-menu .buttons-container {
  height: calc(100% - 40px);
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: scroll;
}
.dashboard-container .dashboard-body .lateral-menu .buttons-container .button-dashboard {
  width: 75%;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
}
.dashboard-container .dashboard-body .lateral-menu .buttons-container .button-dashboard.button-dashboard-active {
  background: rgba(0, 0, 0, 0.1);
}
.dashboard-container .dashboard-body .lateral-menu .buttons-container .button-dashboard .icon-container {
  font-size: 34px;
  color: #367BF5;
  opacity: 0.4;
}
.dashboard-container .dashboard-body .lateral-menu .buttons-container .button-dashboard .text-container {
  text-align: right;
  margin-left: -15px;
  z-index: 9;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-container .dashboard-body .lateral-menu .buttons-container .logout-button {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.1);
  background: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 20px;
}
.dashboard-container .dashboard-body .lateral-menu .loading-container {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 99;
  background: rgba(147, 147, 147, 0.43);
  top: 0;
  margin-left: -15px;
}
.dashboard-container .dashboard-body .lateral-menu .loading-container .lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.dashboard-container .dashboard-body .lateral-menu .loading-container .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0089D0 transparent transparent transparent;
}
.dashboard-container .dashboard-body .lateral-menu .loading-container .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.dashboard-container .dashboard-body .lateral-menu .loading-container .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.dashboard-container .dashboard-body .lateral-menu .loading-container .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dashboard-container .dashboard-body .grid-stack .panel {
  box-shadow: 0px 7px 35px rgba(90, 97, 105, 0.1), 0px 15px 22px rgba(90, 97, 105, 0.1), 0px 4px 8px rgba(90, 97, 105, 0.12), 0px 2px 3px rgba(90, 97, 105, 0.11);
  border: 0 !important;
  border-radius: 18px !important;
}
.dashboard-container .dashboard-body .grid-stack .panel .remove-button-logo {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 25px;
  color: red;
  cursor: pointer;
}
.dashboard-container .dashboard-body .grid-stack .panel .panel-heading {
  background: #0089D0;
  height: 55px;
  display: flex;
  align-items: center;
}
.dashboard-container .dashboard-body .grid-stack .panel .panel-heading h3 {
  color: white;
  font-size: 24px;
  font-weight: bold;
  font-family: "gob" !important;
  width: 96%;
}
.dashboard-container .dashboard-body .grid-stack .panel .panel-heading .remove-button {
  display: block;
  color: white;
  font-size: 25px;
  display: none;
  cursor: pointer;
}
.dashboard-container .dashboard-body .grid-stack .panel .panel-body {
  height: calc(100% - 55px);
}
.dashboard-container .dashboard-body .grid-stack .panel .panel-body a {
  display: none !important;
}
.dashboard-container .dashboard-body .grid-stack .panel .panel-body .loading-container {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-container .dashboard-body .grid-stack .panel .panel-body .loading-container .lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.dashboard-container .dashboard-body .grid-stack .panel .panel-body .loading-container .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0089D0 transparent transparent transparent;
}
.dashboard-container .dashboard-body .grid-stack .panel .panel-body .loading-container .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.dashboard-container .dashboard-body .grid-stack .panel .panel-body .loading-container .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.dashboard-container .dashboard-body .grid-stack .panel .panel-body .loading-container .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dashboard-container .dashboard-body .grid-stack .panel .panel-body > div:first-child {
  height: -moz-available;
  /* WebKit-based browsers will ignore this. */
  height: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  height: fill-available;
}
.dashboard-container .dashboard-body .grid-stack .panel .inserted-panel-body {
  background: rgba(0, 0, 0, 0.2);
}
.dashboard-container .dashboard-body .grid-stack .panel .info-box {
  height: 100%;
  margin-bottom: 0 !important;
}
.dashboard-container .dashboard-body .grid-stack .panel .info-box .remove-button {
  display: block;
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 25px;
  color: red;
  cursor: pointer;
}
.dashboard-container .dashboard-body .grid-stack .panel .info-box .info-box-icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.dashboard-container .dashboard-body .grid-stack .panel .info-box .info-box-icon img {
  width: 45px;
}
.dashboard-container .dashboard-body .grid-stack .panel .info-box .bg-custom {
  background: #0089D0;
}
.dashboard-container .dashboard-body .grid-stack .panel .info-box .info-box-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dashboard-container .dashboard-body .grid-stack .panel .info-box .info-box-content .info-box-text {
  font-size: 20px;
  font-weight: bold;
  height: 30%;
}
.dashboard-container .dashboard-body .grid-stack .panel .info-box .info-box-content .info-box-number {
  display: block;
  flex: 1;
  font-size: 33px;
}
.dashboard-container .dashboard-body .grid-stack .panel .info-box .info-box-content .loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.dashboard-container .dashboard-body .grid-stack .panel .info-box .info-box-content .loading-container .lds-ring {
  display: inline-block;
  position: relative;
  width: 55px;
  height: 40px;
}
.dashboard-container .dashboard-body .grid-stack .panel .info-box .info-box-content .loading-container .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0089D0 transparent transparent transparent;
}
.dashboard-container .dashboard-body .grid-stack .panel .info-box .info-box-content .loading-container .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.dashboard-container .dashboard-body .grid-stack .panel .info-box .info-box-content .loading-container .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.dashboard-container .dashboard-body .grid-stack .panel .info-box .info-box-content .loading-container .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dashboard-container .dashboard-body .grid-stack .panel .logo {
  height: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 1.5%;
}
.card {
  padding: 8px 16px;
  border-radius: 4px;
}
.card .card-header {
  padding: 4px 8px;
  background: #129BFF;
  border-radius: 4px 4px 0px 0px;
  height: calc(1.8em * 2);
}
.card .card-header .card-title {
  height: 100%;
  color: white;
  font-size: 1.8em;
  font-weight: 600;
  line-height: inherit;
  vertical-align: middle;
}
.card .card-body {
  padding: 8px 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  height: calc(100% - calc(1.8em * 2));
  background: white;
  border-radius: 0px 0px 4px 4px;
  overflow-y: hidden;
}
.card .card-body:first-child {
  border-radius: 4px 4px 4px 4px;
  height: 100%;
}
[v-cloak] {
  display: none;
}
[v-cloak]::before {
  content: "Cargando...";
}
html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
.client-dropdown .select2-container,
.client-dropdown .select2-choice {
  margin-left: 8px;
  margin-top: 8px;
  font-size: 1.2em;
}
.client-dropdown .select2-selection,
.client-dropdown .select2-selection__arrow {
  border: 1px solid #eee !important;
}
.client-dropdown .form-group {
  margin-bottom: 0px;
}
