section.searcher{
	padding: 0px;
	background: transparent;
    text-align: left;
}



section.searcher .list{
	background:transparent;
	padding: 0px;
}

section.searcher .list-item{
	background:transparent;
	padding: 0px 0px 0px 10px;
}

section.searcher .list-item__center{
	align-items: flex-start;
	display: inline-block;
    text-align: left;
}

section.searcher .list-item__left ons-icon,section.searcher .list-item__right ons-icon{
	color:#fff;
	text-shadow: 1px 1px 0px #999;
	-webkit-text-stroke: #999 .1px;
	padding-top: 0px;
    
    
}

section.searcher .list-item__right ons-icon{
    margin-left: 10px;
}


section.searcher .search-input {
    width: -webkit-fill-available;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    border: #cccccc 1px solid;
    border-radius: 5px;
    background-color: #fff;
}

section.searcher .closeSearch {
    color: #fff;
    /*display: none;*/
    font-size: 22px;
    text-shadow: 1px 1px 0px #999;
    -webkit-text-stroke: #999 .1px;
}

section.searcher ons-button{
    background-color: transparent;
}

section.searcher ons-icon.calendar{
    margin-left: 10px;
}

section.searcher div.seleccionar{
    text-align: center;
    padding: 20px;
}

.calendarsearcher section.container div.hoy{
    margin-top: 20px;
}

