.act__reciente{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
ul.quick-list li{
    display:flex;
    align-items:center;
}
.navbar{
    display: flex;
    align-items: center;
    justify-content: center;
}
.temp__estrellas h3{
    text-align:center;
    font-size:40px;
}
.temp__estrellas ul{
    padding: 0;
    padding-top: 10px;
    list-style: none;
    display: flex;
    justify-content: center;
}
.temp__estrellas ul li{
    padding:0 5px;
}
.txt__azul{
    color:#00A2E3
}

.bg__azul{
    background-color:#00A2E3;
}
.reservas__form{
    display: flex;
    align-items: center;
    justify-content: center;
}
.reservas__form:nth-child(1){
    justify-content:flex-start;
}
.reservas__form:nth-child(2){
    justify-content:flex-end;
}
.reservas__form:nth-child(1) select:nth-child(1){
    margin-right: 10px;
    width: 230px;
}
.reservas__form:nth-child(1) select:nth-child(2){
    width:130px;
}
.reservas__form:nth-child(2) a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 100px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.reservas__form:nth-child(2) a:nth-child(2){
    width: 170px;
    margin: 0 10px;
}
.reservas{
    padding-top:30px;
}
.reservas__form:nth-child(3) a:nth-child(3){
    width: 170px;
    margin: 0 10px;
}
.reservas__cliente{
    padding: 0;
    list-style: none;
}
.reservas__tabla td{
    vertical-align: top !important;
}
.reservas__tabla td:nth-child(1) ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.reservas__tabla td:nth-child(1) ul p{
    margin:0;
}
.reservas__tabla td:nth-child(1) ul li span{
    display: block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #ccc;
    background-color:orange;
}
.reservas__tabla td:nth-child(1) ul li:nth-child(1){
    display: flex;
    align-items:center;
}
.reservas__tabla td:nth-child(1) ul li:nth-child(3){
    padding-top: 10px;
}
.reservas__tabla td:nth-child(3){
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.reservas__tabla td:nth-child(3) a{
    display: block;
    padding-bottom: 5px;
}
.reservas__tabla td:nth-child(4) ul div:nth-child(2) li{
    background-color: #5bc0de;
    color: white !important;
    height: 27px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:10px;
}
.reservas__tabla td:nth-child(4) ul div:nth-child(2) li a, .reservas__tabla td:nth-child(4) ul div:nth-child(2) li a{
    color:white;
}
.reservas__linea{
    border-top: 2px solid #E6E9ED;
}
.reservas__filtros{
    padding-bottom:15px;
}
.reservas__filtros div{
    display:flex;
}
.reservas__filtros button{
    margin-bottom:0;
    display:flex;
}
.reservas__filtros button span{
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #ccc;
}
.reservas__filtros button:nth-child(2) span{
    background-color:orange;
}
.reservas__filtros button:nth-child(3) span{
    background-color:yellow;
}
.reservas__filtros button:nth-child(4) span{
    background-color:green;
}
.reservas__filtros button:nth-child(5) span{
    background-color:red;
}
.ficha__editar{
    display:flex;
    align-items:center;
}
.ficha__editar img{
    padding-right:10px;
}
.ficha__editar input{
    border-radius:3px;
    height:30px;
}
.ficha__switch{
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0 10px;
}
.ficha__numeros{
    display:flex;
    align-items:center;
    justify-content: space-between;
    padding: 30px 0 0 10px;
}
.ficha__numeros input{
    width: 60px;
    margin-left: 10px;
    border-radius:3px;
    height: 30px;
}
.ficha__numeros span{
    display:flex;
    align-items:center;
}
.switchery{
    height: 18px !important;
    width: 33px !important;
    margin-left: 15px;
}
.switchery>small{
    height: 18px !important;
    width: 17px !important;
}

@media (max-width: 768px){
.modal-dialog {
    width: 90%;
    margin-left: 75px;
}
}


.modal-dialog{
   /* width:465px !important; */
  
}

#exampleModalLabel{
    font-size: 20px;
    color: #73879C;
}
#exampleModalLabel i{
    padding-left:10px;
}
.modal-body{
    padding: 15px 35px;
    font-size: 14px;
}
.modal-body h3{
    font-size: 14px;
    padding-bottom: 10px;
}
.modal-footer{
    padding: 15px 30px;
}
.perfil__fotos{
    display:flex;
    margin-bottom: 30px;
}
.perfil__fotos span:nth-child(2){
    padding-left:50px;
}
.perfil__fotos span{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.perfil__fotos span p{
    padding-top:10px;
}
.perfil__inputs{
    display: flex;
    align-items: center;
}
.perfil__inputs .form-group{
    display:flex;
    align-items:center;
}
.perfil__inputs label{
    padding:0;
    padding-top:0 !important;
    color: #757679;
    display: flex;
    width: 150px;
    max-width:150px;
    min-width:150px;
    justify-content: left;
    font-size:14px;
    font-weight: normal;
}
.perfil__inputs input{
    height:32px;
    border-radius: 2px;
}
.perfil__inputs input::placeholder{
    font-size:14px;
}
.perfil__inputs p{
    margin:0;
}
#reservas{
    display:flex;
}
#reservas label{
    width:70px;
    min-width:70px;
    display: flex;
    justify-content: center;
}
.perfil__idiomas{
    height: 25px;
}
.perfil__idiomas button{
    padding:0;
    display: flex;
    height: 25px;
    border-radius:0;
}
.perfil__idiomas button img{
    margin: 0 10px;
}
input[type*="file"]{
    display:none;
}
.ficha__logo label{
    height: 25px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    background-color: #E1E1E2;
    color:#757679;
    font-size:12px;
    cursor: pointer;
}
#map_canvas{
    width:100% !important;
}
.ficha__footer{
    display:flex;
    justify-content: flex-end;
}
.editar__imagen{
    display: flex !important;
    flex-direction: row !important;
}
.editar__imagen label{
    height: 25px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    background-color: #E1E1E2;
    color: #757679;
    font-size: 12px;
    margin-left:15px;
  //  min-width: 165px !important;
}
.editar__form label{
    width: 90px;
    max-width:90px;
    min-width:90px;
    text-align:left !important;
}
.bandera{
    width: 30px !important;
    max-width:30px !important;
    min-width:30px !important;
    text-align:left !important;
}

.editar__titulo{
    font-size: 16px;
    padding: 15px 0;
}
.editar__moscalendario{
    min-width: 100px !important;
    text-align: left !important;
}
.editar__moscalendario--sino{
    padding-left:20px;
    height: 34px;
}
.editar__moscalendario--sino label{
    display:flex;
    justify-content:center;
}
.editar__moscalendario--sino label:nth-child(2){
  // color:white;
}
.arriba{
    display:flex !important;
    align-items:flex-start !important;
}
.arriba label{
    justify-content:center;
}
.editar__nombre label{
    justify-content:center;
}
#gaddress{
    border: 1px solid #ccc;
}
#glat{
    border: 1px solid #ccc;
    margin: 10px 20px 0 0;
}
#glong{
    border: 1px solid #ccc;
    margin-right: 20px;
}
#gzoom{
    border: 1px solid #ccc;
}
.botonreservas{
    padding: 1px 20px 0px 20px;
}
span.section{
    padding-top:20px;
}
.ficha__editortext{
    display:flex;
    justify-content:center;
    width:100%;
    margin-left:30px !important;
}
.telefono__prefijo{
    width: 40px;
    height:34px;
    border: 1px solid #ccc;
    border-right: 0;
    text-align: center;
}
.editar__checkbox label{
    width:250px;
    min-width:250px;
    max-width:250px;
    display: flex;
    justify-content: flex-start;
}
.categorias__tipos, .categorias__anadir{
    margin-bottom:40px; 
}
.categorias__tipos div{
    display:flex;
   // justify-content:center; 
}
.categorias__tipos div label{
    margin: 0;
    font-size: 14px;
    margin-right:15px;
}
.categorias__popup{
    list-style: none;
    padding: 0;
}
.categorias__popup li{
    display:flex;
    align-items:center;
    padding: 5px 0;
}
.categorias__popup li input{
    width:100%;
    margin-left: 15px;
    padding-left: 10px;
}
.tprecios__delete{
    position: absolute;
    right: 0;
    top: 0;
}
.tprecios__titulos{
    padding-top: 30px;
    text-align: center;
}
.tprecios__servicios{
    margin-top: 10px;
    width:280px;
}
.tprecios__servicios ul{
    padding: 0;
    margin: 0;
    list-style: none;
    height: 280px;
    width:266px;
    background-color: #F9F9F9;
    padding:15px;
}
.tprecios__servicios ul li{
    display:flex;
    padding: 10px 0;
}
.tprecios__servicios ul li input, .tprecios__servicios ul li a{
    height:33px;
    width:100%;
    text-align: center;
}
.tprecios__servicios ul li:nth-child(1){
    padding-top:0;
}
.tprecios__servicios ul li:nth-child(1), .tprecios__servicios ul li:nth-child(4){
    justify-content:center;
}
.tprecios__servicios ul li:nth-child(2), .tprecios__servicios ul li:nth-child(3){
    justify-content: space-between;
    align-items: center;
}
.tprecios__servicios ul li:nth-child(2) input, .tprecios__servicios ul li:nth-child(3) input{
    width:55px;
}
.tprecios__servicios ul li a{
    margin-top: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tprecios__temporadas{
    margin-top: 10px;
    width:280px;
    background-color: transparent !important;
}
.tprecios__temporadas ul{
    position:relative;
    padding: 0;
    margin: 0; 
    list-style: none;
   /* height: 280px;*/
    width:266px; 
    background-color: #E1E1E2;
    padding: 15px;
}
.tprecios__temporadas ul li{
    /*display:flex;
    padding: 10px 0;
    align-items: center;
    justify-content: space-between;*/
display:block;
}
.tprecios__temporadas ul li:nth-child(1){
    padding-top:0;
}
.tprecios__temporadas ul li:nth-child(2) input, .tprecios__temporadas ul li:nth-child(4) input{
    width:55px;
    height:33px;
}
.tprecios__temporadas ul li input{
    text-align:center;
}
.tprecios__temporadas ul li:nth-child(3) div label{
    padding:3px;
}
.tprecios__temporadas ul li:nth-child(5){
   /*padding-top:60px;*/
padding-top:5px;
}
.tprecios__temporadas ul li:nth-child(5) button{
    margin:0;
    width:100%;
}
.tprecios__temporadas ul li:nth-child(6){
   /* padding-top:120px;*/
}
.tprecios__temporadas ul li:nth-child(6) button{
    margin:0;
    width:100%;
}
.tprecios__lista{
    display: flex;
    overflow-x: hidden;
}
.tprecios__lista:hover{
    overflow-x: auto;
}
.tprecios__lista::-webkit-scrollbar{
    height:10px;
}
.tprecios__lista::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f1f1f1; 
}
.tprecios__lista::-webkit-scrollbar-thumb {
    background: #73879c; 
    border-radius: 10px;
}
.tprecios__lista::-webkit-scrollbar-thumb:hover{
    background-color:#45515d;
}
#bloqueReservar input{
    width:150px;
}
.ficha__anadir{
    display: flex;
    justify-content: flex-end;
}
.ficha__anadir div{
    display:flex;
    align-items:center;
}
.ficha__anadir button{
    margin:0;
    margin-right: 25px;
    color: #73879C;
    padding: 0;
    height: 34px;
    width: 100px;
}
.ficha__anadir div input{
    height:34px;
    margin-left:10px;
}
.ficha__show{
    display: flex;
    align-items: center;
}
.ficha__show select{
    height: 34px;
    width: 100px;
    margin: 0 10px;
    border-radius:0;
   -webkit-appearance: none;
    padding: 0;
    padding-left: 10px;
}
.fichas__allfiltros{
    padding-bottom:15px;
}
.ficha__pagination{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.ficha__pagination p{
    margin:0;
}
.ficha__pagination div:nth-child(2){
    display: flex;
    justify-content: flex-end;
}
.ficha__pagination div:nth-child(2) ul{
    margin:0;
}
.ficha__pagination div:nth-child(2) ul li a{
    background-color:#ddd;
    border:0;
    height: 34px;
    display: flex;
    align-items: center;
}
.login__input{
height:35px;
}
.temporadas__popup ul{
    width: 100%;
    padding: 0;
    background-color: transparent;
}
.temporadas__popup ul:nth-child(1){
    height:auto;
}
.temporadas__popup ul:nth-child(1) li:nth-child(1){
    display:flex;
    flex-direction:column;
}
.temporadas__popup ul:nth-child(1) li:nth-child(1) ul{
    display:flex;
    height: auto;
}
.temporadas__popup ul:nth-child(1) li:nth-child(1) ul li{
    display: flex;
    flex-direction: row;
    padding: 0;
    padding-top: 10px;
}
.temporadas__popup ul:nth-child(1) li:nth-child(1) ul li label{
    margin: 0;
    border: 1px solid #ccc;
    height: 23px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.temporadas__popup ul:nth-child(1) li:nth-child(1) ul li input{
    margin:0;
    width:auto;
    display:none;
}
.temporadas__popup ul:nth-child(1) li:nth-child(1) ul li input:checked + label{
    background-color:#337ab7;
    color:#fff;
}
.temporadas__popup h3{
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.temporadas__popup ul:nth-child(1) li:nth-child(3) select{
    width:100%;
    height: 33px;
    margin-top: 10px;
}
.temporadas__popup ul:nth-child(1) li:nth-child(2){
    padding-top: 25px;
}
.temporadas__popup ul:nth-child(1) li:nth-child(2) ul li:nth-child(2){
    padding: 0;
    justify-content: flex-start;
}
.temporadas__popup ul:nth-child(1) li:nth-child(2) ul li:nth-child(2) a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    border-radius:3px;
    background-color: #f8f8f8;
    border: 1px solid #a6a6a6;
    margin-right: 15px;
}
.calendario{
    padding:20px 0;
}
.calendario__tabla{
    border:0;
}
.calendario__tabla thead tr th{
    border:0;
}
.calendario__tabla thead select{
    height:35px;
    /*width:150px;*/
width:100px;
}
input[type=search] {
    box-shadow: inset 0 1px 0 rgba(0,0,0,.075);
    border: 1px solid rgba(221,226,232,.49);
    margin-left: 7px;
}
.dataTables_filter {
    width: 100% !important;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.modal-header .close {
       padding: 0.8rem 1rem 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
    






