
.header_bar{
  img{
    height: 130px;
    padding: 20px;
  }
  .login_container{
    padding-top: 40px;
    a{
      display: block;
    }
  }
}

.main_title_bar{
  background-image: url('/playas-mallorca.jpg');
  position: relative;
    &::before{
      z-index: 1;
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0,0,0,.3);
    }
  h1{
    color: #fff;
    padding: 98px 0;
    text-align: center;
    z-index: 2;
    position: relative;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 71px;
  }
}

.beaches_bar{
  background-color: #efefef;
  margin-top: -8px;
  padding: 50px 0;
  h2{
    padding-bottom: 15px;
    font-size: 42px;
    margin-bottom: 15px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
  }
  .beach_link, .beach_detail_title{
    display: block;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    img{
      max-width: 100%;
    }
    .title{
      position: absolute;
      bottom: 20px;
      text-align: center;
      left: 20px;
      color: #fff;
      right: 20px;
      background-color: rgba(0,0,0,.5);
      padding: 10px;
      font-size: 23px;
      font-weight: bold;
    }
    .ocupacion{
      position: absolute;
      top: 30px;
      right: 30px;
      background-color: rgba(0,0,0,.75);
      padding: 5px 10px;
      color: #fff;
      font-size: 13px;
    }
  }
  .beach_detail_history{
    .col{
      padding-right: 5px;
      padding-left: 5px;
    }
    li{
      text-align: right;
      position: relative;
      &.list-group-item{
        padding: 5px 10px;
      }
    }
    li.date_title{
      text-align: center;
      background-color: #555;
      text-align: center;
      color: #fff;
      font-weight: bold;
      padding: 15px 0;
    }
    .hour{
      display: block;
      font-size: 12px;
      color: #999;
      font-weight: bold;
      text-align: left;
    }
    .no_data{
      color: #aaa;
    }
    .status_color{
      position: absolute;
      right: 10px;
      top: 6px;
      width: 50px;
      height: 15px;
    }
    .status_label{
      font-size: 14px;
    }
  }

  h4{
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: bold;
  }
}


.footer_bar{
  background-color: #333;
  color: #fff;
  img{
    height: 210px;
    padding: 50px;
  }
  .footer_links{
    padding: 45px;
    text-align: center;
    a{
      display: block;
    }
  }
}

.back_link{
  margin-top: 30px;
  text-align: center;
}