a#menu-fullScreen {
	display: none;
}

/* size to display a maximum of ticket in one row*/
#ticketsList .ticket {
	width: 150px;
	height: 150px;
}

/* position of text label " N ventes" in event list */
.sales {
	top: 150px;
}

#app-sales #sub_bar input {
	width: 37%;
}

#app-sales #sub_bar button {
	right: 100px;
}

#app-sales #cleanFilterSorting {
	margin-right: 140px;
}

/* button filter and sort in order page display drop down in front*/
#app-sales .filter_bar, .filter_sorting_bar{
	z-index: 1;
}

/* size to display a maximum of event in one row*/
.eventsList-event {
	width:150px;
	height: 150px;
}

input :not([type=checkbox]){
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

#event-finder{
	width: 100%;
}

#settings_weezbox {
    display: block;
}

#settings-content #wizard, #discover{
	background: #00AEEF;
	padding: 15px 20px 12px 20px;
	color: #FFF;
	display: inline-block;
	margin-left: 15px;
	text-transform: uppercase;
	font-size: 15px;
}

.dialogPrintAll {
	top: -25px;
}

.field_picture {
	color: blue;
	text-decoration: underline;
}

#form [readonly].form_picture::-webkit-input-placeholder {
	color: #FFF;
}

#form [readonly].form_picture{
   	background-color: #00AEEF !important;
}

.form_picture_uploaded::-webkit-input-placeholder {
    color: #FFF;
    background: #00AEEF;
    text-align: center;
}

.filter_bar #submitFilterOrder
{
    -webkit-appearance: none;
    border-radius: 0;
}
.filter_bar #submitFilterMember
{
	-webkit-appearance: none;
	border-radius: 0;
}
