
/* HTML & BODY */

html { 
  background: url(../media/backgrounds/original_cityscape_2-min.png) no-repeat center center fixed;
  background-color: coral;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font-family: 'Lato', sans-serif;
  background-color:transparent;
  overscroll-behavior-y: contain;
}


#videoIcon {
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 24px;
    z-index: 1;
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 1200px;
  }

  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }



.myWindow input:read-only {
  background-color: #E9ECEF;
  color:rgb(106, 10, 10);
  border: 1px;
  border-style: solid;
  border-color: #CED4DA;
}

.myWindow input {
  border: 1px;
  border-style:solid;
  border-color: #CED4DA;
}

.myWindow input:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.myWindow textarea:read-only {
  background-color: #E9ECEF;
  color:rgb(106, 10, 10);
}

.sorttable {
  border-style: solid;
  border-color: rgb(128, 128, 128);
}

.sorttable_number {
  font-size: large;
  font-weight: bold;
  color:darkgreen;
  min-height: 30px;
}

#comercial {
  width:25vw; 
  height:30vh; 
  top:10px; 
  right:10px; 
  position: fixed; 
  background-color: azure;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

  /*  FOOTER & HEADER */

  #lista1 {
    font-family:Arial;
    font-weight:bold;
    font-size:13px;
  }

  .separador {
      color:gray;
  }

  #lista1 li {
      display:inline;
      padding-left:3px;
      padding-right:3px;
  }

  #lista a {
      color:white;
      text-decoration:none;
  }

  #lista a:hover {
      color:black;
      background-color:lightgray;
  }

  /* TEST ARRIBA */

  .myFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-shadow: 0px 0px 4px rgb(0, 0, 0);
    font-size: small;
    padding: 5px;
  }

  .myFooter a {
    color: white;
  }

  .myHeader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    color: white;
    text-shadow: 0px 0px 4px rgb(0, 0, 0);
    padding: 5px;
  }

  /* AERA DE TRABAJO */

  .myWork {
    position: fixed;
    width: 100%;
    top: 50px;
    bottom: 50px;
    /* color: white; */
    padding: 5px;
    overflow-y: hidden;
  }

  .work {
    height: 100%;
  }

  .myWindow {
    max-width: 500px;
  }

  .myWindow2 {
    max-width: 500px;
    max-height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .myWindow3 {
    background-color: azure;
    max-width: 500px;
    max-height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
  }

  .myScrollbar {
    position: relative;
    height: 400px;
    overflow: auto;
  }

  .table-wrapper-scroll-y{
    display: block;
  }

  /* MODAL WINDOW */

  .modal-backdrop {
    z-index: -1;
  }

  .modal-header {
    color:black;
  }

  /* MENU MODAL */
  .hammenu {
    font-size:30px;
    cursor:pointer;
    /* color:black;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.25);*/
    padding: 5px; 
  }

  .about-theviq {
    width:80%;
    max-width: 440px;

    position: fixed;

    top: 25%;
    left: 10%;
    margin-top: auto;
    margin-left: auto;

    color: #AAAAAA;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.75);

    font-size:calc(10px + 0.5vw);
    text-align: center;
    vertical-align: middle;
    padding: auto;
  }
  
  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.75);
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.5s;
  }

  .overlay .sub01 {
    color: coral;
  }
  
  .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 10px;
    overscroll-behavior-y: auto;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }