@charset "utf-8";
/* Grid
 ========================================================================== */
.uk-grid-divider.uk-grid-small>*{
	padding-left: 10px;
	padding-right: 10px;	
}
.uk-grid-divider:not(:empty).uk-grid-divider:not(:empty){
		margin-left: -10px;
		margin-right: -10px;
}
/* table
 ========================================================================== */
.wyr .uk-table td {
	vertical-align: top;
}
.wyr .uk-table td,.wyr .uk-table th {
	padding: 4px 8px;
	border-bottom: 1px solid #E5E5E5;
}
/* Button
 ========================================================================== */
.wyr .uk-button{
	font-size:1em;
}

/* Reservation
 ========================================================================== */
#store-record{

}
#store-record i{
	margin:0 5px 0 0px;
}
#bt_resa_NotCourte.uk-button{	
	font-weight: 400;
}
/* records Pictures
 ========================================================================== */
 .wyr .vignetteNot{
	border: solid 0px #E6E6E6;
}

.vignetteDocNot img{
	max-height:100px;
	width:auto;
}
/* Ico actions
 ========================================================================== */
  .aside-record-content .wyr-icon-button{
  	margin: 3px 5px 3px 0px;
  }
 .aside-record-content .wyr-icon-button img {
 	width:16px;
 }
 .aside-record-content .wyr-icon-button i{
 	font-size:16px;
 }
.wyr-icon-button,
.icon_basketNot{ 
 	box-sizing: border-box;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background: #eee;
	line-height: 35px;
	color: #444;
	font-size: 18px;
	text-align: center;
}