 .locker { 
	display: none; 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: rgba(0,0,0,0.6); 
	z-index: 9999; 
	padding-top: 200px; 
	text-align: center; 
	font-size: 35px; 
	color: white; 
} 

.table-confirmation {
	margin: 20px 0 20px 0;	
}	

.data-row-table {
	margin: 20px 0 20px 0;
}	

.data-row {
	padding: 5px 0 5px 0;
	border-bottom: 	1px solid #ccc;
}	

.data-row .col-md-6:first-child {
	font-weight: bold;	
}	

.alert {
	position: relative;
	padding: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;	
}	

.rating-teaser {
	background-color: #f2f2f2;
    padding: 20px;
    margin: 20px 0 20px 0;
    border-radius: 3px;	
}	

.rating-teaser .date,
.rating-teaser .stars {
    text-align: right;
}

.details_address {
	display: none;
}