﻿.custom-contenedor {
    padding: 10px 10px 0px 10px;
    position: absolute;
    z-index: 1111;
    top: 100px;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .3) !important;
}
.custom-contenido {
    margin: 0 auto;
    width: 35%;
    text-align: center;
}

/*****************************************************************/

  .custom-primero {
    width: 100%;
    background-color: rgba(0, 0, 0, .3) !important;
    text-align: center;
    padding: 10px 10px 10px 10px;
    position: absolute;
    z-index: 1111;
    top: 100px;
  }

  .custom-primero  .custom-segundo {
    width: 100%;
    margin: 0 auto;
}

  .custom-primero  .custom-segundo div{
    display: inline-block;
    margin:0px 5px 0px 5px;
}

  /***************************************************************/

.custom-select {
    position: relative;
    display: block;
    margin: 0 auto;
    border: 1px solid #95a5a6;
    background-color: #fbfbfb;
    z-index: 10;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.77);
    border: 1px solid #95a5a6;
    width: 100%;
    height: 44px;
}
.custom-select select {
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  display: block;
  width: 100%;
  padding: 12px 55px 15px 15px;
  font-size: 14px;
  color: #282828;
}
.custom-select:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  line-height: 38px;
  content: "∨";
  text-align: center;
  color: #282828;
  font-size: 24px;
  border-left: 1px solid #282828;
  z-index: -1;
}

#btnReservas {
    background-color: rgba(0, 0, 0, 0.63);
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    width: 100%;
}
.custom-boton-1 {
    /*background-color: rgba(51, 150, 26, 0.63) !important;*/
    background-color: rgba(0, 0, 0, 0.63) !important; 
    color: white; 
}
.custom-boton-1:hover{
    background-color: rgb(79, 79, 79) !important;
    color: white;
    text-decoration: none;
}

/* PARA FECONTROL FECHA */
/* Removes the clear button from date inputs */
input[type="date"]::-webkit-clear-button {
    display: none;
}

/* Removes the spin button */
input[type="date"]::-webkit-inner-spin-button { 
    display: none;
}

/* Always display the drop down caret */
input[type="date"]::-webkit-calendar-picker-indicator {
    color: #2c3e50;
}

/* A few custom styles for date inputs */
input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    color: #95a5a6;
    font-family: "Helvetica", arial, sans-serif;
    font-size: 15px;
    border:1px solid #ecf0f1;
    background:#ecf0f1;
    padding:2px;
    display: inline-block !important;
    visibility: visible !important;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.77);
    min-width: 150px;
}

input[type="date"], focus {
    color: #95a5a6;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

@media only screen and (max-width: 850px) {
 
    .custom-primero {
        position: relative;
        top: -60px;
        z-index: 1;
    }

    .custom-primero  .custom-segundo {
        width: 100%;
        margin: auto !important;
    }

      .custom-primero  .custom-segundo div{
          /*display: block;*/
          /*margin:0px 5px 0px 5px;*/
       }

}

@media only screen and (max-width: 790px) {
    .custom-primero .custom-segundo {
        width: 40%;
        margin: auto !important;
    }

        .custom-primero .custom-segundo div {
            display: block;
            margin: 5px auto;
            /*margin:0px 5px 0px 5px;*/
        }
}


@media only screen and (max-width: 500px) {
    .custom-contenedor {
        padding: 10px 5px 5px 20px;
        position: relative;
        top: -60px;
        background-color: rgba(0, 0, 0, 0.61) !important;
    }
    .custom-contenido {
        width: 80%;
    }

    .custom-primero .custom-segundo {
        width: 80%;
        margin: auto !important;
    }

    .custom-select:after {
          font-size: 14px;
    }

    input[type="date"] {
        max-height: 35px !important;
    }

    .custom-select {   
        height: 35px;
    }

    .custom-select select {
        padding: 8px 55px 15px 5px;
    }

    #btnReservas {
        padding:6px 0 !important;
        font-size: 14px;
    }
}