/*content trim on large screen and search bar styles*/
/*center content*/

div[data-role~="content"] {
	margin: auto;
}

hr {
    border: none;
    /* middle */ background-color: transparent; color: #ddd;
    /* bottom */ border-bottom: 1px solid #ddd;
    height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;    
    
}

.ui-content:not(.ui-popup):not(#home_page_content){
	max-width: 70em;
}

@media all and (min-width: 50em) {
	.ui-content:not(.ui-popup):not(#home_page_content){
		padding-right: 10%;
		padding-left: 10%;
	}
}
/*a link without underline*/
a{
	text-decoration: none;
}

/*disable spinner on input numbers*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* disable selection of text*/
div[data-role~="page"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.footer-button-left,
.footer-button-right{
    position: absolute;
    margin: 0;
    top: auto;
    bottom: 0.24em;
}
.footer-button-left{
    left: 0.4em;
}
.footer-button-right{
    right: 0.4em;
}

/*big shadow*/
.ui-shadow-big{
	-webkit-box-shadow: 0 10px 40px /*{global-box-shadow-size}*/ rgba(0,0,0,0.15) /*{global-box-shadow-color}*/;
	-moz-box-shadow: 0 10px 40px /*{global-box-shadow-size}*/ rgba(0,0,0,0.15) /*{global-box-shadow-color}*/;
	box-shadow: 0 10px 40px /*{global-box-shadow-size}*/ rgba(0,0,0,0.15) /*{global-box-shadow-color}*/;
}
/*grey wall screen*/
#modalWindow{
	width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
	left: 0;
    z-index: 1500;
    background: RGBA(255,255,255,0);
    

}
.ui-popup-screen.in{
	background-color: black;
}
#crawler_main .ui-loader{
    z-index: 1501;
	display:	block;
}

#crawler_storico{
	max-height: 20em;
    overflow: auto;
}
