#gafas-section{
  background-image: url("../img/fondo_gafas.jpg");
  background-size:cover;
  background-repeat: no-repeat;
}

#combinados-section{
  background-image: url("../img/fondo_combinados.jpg");
  background-size:cover;
  background-repeat: no-repeat;
}

#lentillas-section{
  background-image: url("../img/fondo_lentillas.jpg");
  background-size:cover;
  background-repeat: no-repeat;
}

#documentos-section{
  background-image: url("../img/fondo_documentos.jpg");
  background-size:cover;
  background-repeat: no-repeat;
}

#listado-section{
  background: #678cc3;
}

#horainicio-section{
  background: #f0f0ff;
}

#horafin-section{
  background: #678cc3;
}

#bad-login-text{
  float: right;
  margin-right: 160px;
  color: red;
}

#portal-text-area{
  width: 700px;
}

@media all and (orientation: portrait) {

  .stripped_textarea{
      border: none;
      overflow: auto;
      outline: none;

      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
  }

  .obras_header_zone {
    width: 100%;
    height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .obras_list_zone {
    width: 90%;
    height: 64vh;
    margin-left: 10%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 10vh;
  }

  .obras_hour_zone {
    width: 100%;
    height: 64vh;
    margin-left: 10%;
  }

  .obra_item_container {
    width: 80%;
    height: 40px;
    background: #678cc3;
    border-radius: 10px;
    margin-bottom: 5px;
    border: none;
  }

  .obra_item_nobra {
    width: 20%;
    text-align: left;
    float: left;
    background: #678cc3;
    color: #000;
  }

  .obra_item_nombre {
    width: 100%;
    height: 100%;
    background: #93b3e2;
    text-align: center;
    float: left;
    color: #000;
  }

  .obra_item_costo {
    width: 20%;
    background: #678cc3;
    text-align: right;
    float: right;
    color: #000;
  }

  .obra_title_container {
    width: 80%;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
  }

  .obra_title_nobra {
    width: 20%;
    text-align: left;
    float: left;
    color: #000;
  }

  .obra_title_nombre {
    width: 100%;
    text-align: center;
    float: left;
    color: #000;
  }

  .obra_title_costo {
    width: 20%;
    text-align: right;
    float: right;
    color: #000;
  }

  .obras_picker_wrapper {
    padding-top: 5vh;
    height: 20vh;
    width: 100vw;
    text-align: center;
  }

  .obras_hourinput {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    height: 100%;
  }

  .obras_pickerdiv {
    width: 50%;
    height: 30%;
    margin-left: 25%;
  }

  .titles_h1 {
    text-align: center;
    color: #000;
    padding-top: 10vh;
  }

  .controls_next_img {
    height: 20vh;
    margin-left: 30vw;
  }

  .fijar_actual_div {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 25%;
    text-align: center;
    width: 50%;
    height: 30px;
  }

  .fijar_actual_button {
    border-radius: 10px;
    border: 1px solid #cccccc;
    background: #fff;
    color: #000;
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .controls_div {
    width: 100vw;
    height: 20%;
    margin-top: 20vh;
  }

  .controls_guardar_div {
    width: 50%;
    height: 20%;
    margin-left: 25%;
    margin-top: 20vh;
  }

  .select_horas_wrapper {
    width: 80%;
    margin-left: 10%;
    padding-bottom: 15px;
  }

  .go_home_div {
    width: 50%;
    margin-left: 25%;
    padding-top: 10vh;
  }

  .go_home_div_list {
    padding-top: 30px;
    width: 50%;
    margin-left: 25%;
  }

  .go_home_a {
    float:right;
  }

  .go_home_users_div {
    width: 50%;
    margin-left: 25%;
    padding-top: 20px;
  }

  #save_button {
    border-radius: 10px;
    border: 1px solid #cccccc;
    background: #fff;
    color: #000;
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-title-obra {
  margin-left: 15%;
  }

}

@media all and (orientation: landscape) {

  .stripped_textarea{
      border: none;
      overflow: auto;
      outline: none;

      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
  }

  .obras_header_zone {
    width: 100%;
    height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .obras_list_zone {
    width: 90%;
        height: 70vh;
        margin-left: 10%;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 20px;
  }

  .obras_hour_zone {
    width: 100%;
    height: 64vh;
    margin-left: 10%;
  }

  .obra_item_container {
    width: 80%;
    height: 40px;
    background: #678cc3;
    border-radius: 10px;
    margin-bottom: 5px;
    border: none;
  }

  .obra_item_nobra {
    width: 20%;
    text-align: left;
    float: left;
    background: #678cc3;
    color: #000;
  }

  .obra_item_nombre {
    width: 100%;
    height: 100%;
    background: #93b3e2;
    text-align: center;
    float: left;
    color: #000;
  }

  .select_horas_wrapper {
    display:inline-block;
    width: 20%;
    margin-left: 5%;
  }

  .obra_item_costo {
    width: 20%;
    background: #678cc3;
    text-align: right;
    float: right;
    color: #000;
  }

  .obra_title_container {
    width: 80%;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
  }

  .obra_title_nobra {
    width: 20%;
    text-align: left;
    float: left;
    color: #000;
  }

  .obra_title_nombre {
    width: 100%;
    text-align: center;
    float: left;
    color: #000;
  }

  .obra_title_costo {
    width: 20%;
    text-align: right;
    float: right;
    color: #000;
  }

  .obras_hourinput {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    height: 100%;
    width: 70%;
  }

  .obras_picker_wrapper {
    padding-top: 20vh;
    height: 20vh;
    width: 100vw;
  }

  .obras_pickerdiv {
    float: left;
    width: 40vw;
    height: 40px;
    margin-left: 10%;
  }

  .titles_h1 {
    height: 60px;
    text-align: center;
    color: #000;
    padding-top: 15vh;
  }

  .titles_h1_users {
    height: 60px;
    text-align: center;
    color: #000;
    padding-top: 2vh;
  }

  .fijar_actual_div {
    float:right;
    text-align: center;
    width: 40%;
    height: 40px;
  }

  .fijar_actual_button {
    border-radius: 10px;
    border: 1px solid #cccccc;
    background: #fff;
    color: #000;
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .controls_div {
    width: 100vw;
    height: 30vh;
    padding-top: 20vh;
  }

  .controls_next_img {
    height: 20vh;
    margin-left: 20vw;
  }

  .controls_guardar_div {
    width: 100vw;
    height: 30vh;
    padding-top: 20vh;
  }

  .go_home_div {
    width: 50%;
    margin-left: 25%;
    padding-top: 10vh;
  }

  .go_home_div_list {
    padding-top: 30px;
    width: 50%;
    margin-left: 25%;
  }

  .go_home_a {
    float:right;
    margin-right: 10%;
  }

  .go_home_users_div {
    width: 50%;
    margin-left: 25%;
    padding-top: 20px;
  }

  #save_button {
    border-radius: 10px;
    border: 1px solid #cccccc;
    background: #fff;
    color: #000;
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10%;
  }

  #button-importar-tipohora {
    border: none;
    border-radius: 10px;
    background: #eef;
    color: #000;
    margin-top: 5px;
  }

  .navbar-title-obra {
  margin-left: 15%;
  }

}
