

.date-picker {
  width: 100%;
  height: auto;
  max-height: 50px;
  background: white;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.date-picker .input {
  width: 100%;
  height: 40px;
  font-size: 0;
  cursor: pointer;
}
.date-picker .input .result, .date-picker .input button {
  display: inline-block;
  vertical-align: top;
}
.date-picker .input .result {
    width: calc(100% - 50px);
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
        font-size: 14px;
    color: grey;
}
.date-picker .input button {
width: 40px;
    height: 40px;
    background-color: #00939e;
    color: white;
    border: 0;
    font-size: 18px;
    padding: 0;
    float: right;
}
.date-picker .input button:hover {
  background-color: #68768A;
}
.date-picker .input button:focus {
  outline: 0;
}
.date-picker .calendar {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
}
.date-picker .ui-datepicker-inline {
  position: relative;
  width: 100%;
}
.date-picker .ui-datepicker-header {
  height: 100%;
  line-height: 50px;
  background: #8392A7;
  color: #fff;
  margin-bottom: 10px;
}
.date-picker .ui-datepicker-prev, .date-picker .ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}
.date-picker .ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.date-picker .ui-datepicker-prev:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}
.date-picker .ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.date-picker .ui-datepicker-next:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}
.date-picker .ui-datepicker-prev:after, .date-picker .ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.date-picker .ui-datepicker-prev:hover, .date-picker .ui-datepicker-next:hover, .date-picker .ui-datepicker-prev:hover:after, .date-picker .ui-datepicker-next:hover:after {
  border-color: #68768A;
}
.date-picker .ui-datepicker-title {
  text-align: center;
}
.date-picker .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.date-picker .ui-datepicker-calendar thead tr th span {
  display: block;
  width: 100%;
  color: #8392A7;
  margin-bottom: 5px;
  font-size: 13px;
}
.date-picker .ui-state-default {
  display: block;
  text-decoration: none;
  color: #b5b5b5;
  line-height: 40px;
  font-size: 12px;
}
.date-picker .ui-state-default:hover {
  background: rgba(0, 0, 0, 0.02);
}
.date-picker .ui-state-highlight {
  color: #68768A;
}
.date-picker .ui-state-active {
  color: #68768A;
  background-color: rgba(131, 146, 167, 0.12);
  font-weight: 600;
}
.date-picker .ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}
.date-picker.open {
  max-height: 400px;
}
.date-picker.open .input button {
  background: #68768A;
}




/*css*/
.bloque_buscador{
 overflow: hidden;
    background: rgba(0, 147, 158, 0.2);
    padding: 20px;
}
.bloque_buscador select{
	    -webkit-appearance: none;
	    -moz-appearance: none;
    height: 40px;
    border-radius: 0px;
    background: #fff;
    border: 0px;
    outline: 0px;
    padding: 10px;
    width: 49%;
    margin-bottom: 5px;
    font-size: 12px;
    float: left;
        margin-right: 1%;
          font-size: 14px;
    color: grey;
    font-weight: 400;
}

.clear{
	clear: both;
}

.bloque_buscador input{
	    border-radius: 0px;
    height: 40px;
    border: 0px;
}
 
 
 a.buscar_eventos{
cursor: pointer;
    width: 111px;
    float: right;
    padding: 5px 0px;
    color: #00939e;
    font-size: 17px;
	 
 }  
 
 a.buscar_eventos img{
	     width: 30px;
    height: auto;
    float: right;
    margin-right: 10px;
    vertical-align: middle;
 }

 a.buscar_evento span{
	 float: right;
    padding-top: 10px;
    font-size: 17px;
 }
 

#btnEliminarFiltros {
    background: rgba(0, 147, 158, 0.58);
    color: #fff;
    top: 22px;
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 40px;
    padding: 10px 0px 10px;
    line-height: 40px;
    padding: 12px;
    height: 92px;
}


.titulo_tab.pdf{

    padding: 10px;
       background: rgb(159, 205, 97);
    color: #fff;
    top: 31px;
    position: relative;
    cursor: pointer;
    width: 100%;
    line-height: 40px;

}
#btnEliminarFiltros > img{
    width: 21px;
    padding: 3px;
    vertical-align: middle;
}
 .titulo_tab.pdf img{
    width: 23px;
    vertical-align: middle;
}


.ultimo{
overflow: hidden;
min-height: 130px;
padding: 0px;
}


.resultados_content{
	padding-top: 45px;
	overflow: hidden;
}






.resultados_content h1, .resultados_content h2{
font-size: 35px !important;
font-weight: 600;
    color: #0098a9;

}


.resultados_content .col-xs-12, .resultados_content .col-md-3, .resultados_content .col-md-6{
	padding: 0px !important;
}


.item-evento-large{
background: #fff;	
}


#actividades_resultados{
padding-top: 20px !important;
    padding-bottom: 42px !important;
}

.item-evento-large .thumbnail{
    height: 200px;
    overflow: hidden;
        padding: 0px;	
}

.btn-ver .col-md-4.thumbnail > img{
	object-fit: cover;
	    max-width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}
.btn-ver .col-md-6.evento-prev > h3{
	padding: 15px;
	
}
.btn-ver .col-md-6.evento-prev > ul > li{
    list-style: none;
    padding: 5px 0px;
    overflow: hidden;
        color: #b8b7b7;
}

.btn-ver .col-md-6.evento-prev > ul > li > img{
    height: 25px;
    float: left;
    vertical-align: middle;
}


#actividades_resultados .col-md-6.evento-prev ul li.hora  img{
	  height: 22px;
	   vertical-align: middle;
}
#actividades_resultados .col-md-6.evento-prev ul li.mas-info img{
	  height: 20px;
	   vertical-align: middle;
}


.resultados_content .col-md-6{
    border-right: 1px solid rgba(0, 152, 169, 0.11);	
}


#gratis{
    padding: 3px;
    background: #9fcd61;
    text-align: center;
    width: 60px;
    border-radius: 2px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.btn-ver{
cursor: pointer;
}
.fl-ev{
    margin-top: 38px;
    padding-top: 16px;
    border-top: 1px solid #c9e6e9;
    text-align: center;
    padding-bottom: 10px;
}

@media only screen and (max-width:987px){

.ultimo{
	padding: 0 15px;
}

#page_container > div.wrapper > div.content-gr > div.container > div > div.col-md-3{
    margin-bottom: 42px;	
}

}