/* itinerary page */

.itinerary-display {
    display: flex;
    flex-wrap: wrap;
	margin-top: 10px;
}
.itinerary-itinerary {
    flex: 44%;
    min-height: 50em;
    border: 15px solid grey;
    padding: 0 20px 0;
    margin: 0 20px 0;
}
.itinerary-price {
    flex: 44%;
    min-height: 50em;
    border: 15px solid grey;
    padding: 0 20px 0;
    margin: 0 20px 0;
}

.itinerary-message, .itinerary-duration {
	text-align: right;
	font-size: 1.3em;
	font-weight: bold;
	display: inline-block;
	padding: 0 1em;
}

.itinerary-sold {
    width: 350px; 
    margin:auto;
    display: block;
    text-align: center;
    font-size: 1.2em;
    padding-top: 5px;
}

.itinerary-actions {
	padding: 10px;
	font-size: 1.3em;
	border: 3px solid grey;
	margin-right: 2px;
}

.itinerary-actions:hover {
	cursor: pointer;
}

/* itienrary */

.itinerary-name {
    font-size: 1.3em;
    font-weight: bold;
}
    
.itinerary-buttons {
    text-align: right;
	margin-top: -47px;
}   
    
.showitinerary h2 {
    text-align: center;
}   


/* Quote */
/* price styles are loaded inline with template


/* Other Quotes */

.guests-price-list {
}
    
.price-list {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
} 

.price-list th {
	background-color: #ddffdd;
	border: 1px solid black;
	font-size: 1.1em;
	font-weight: bold;
}
    
.price-list td {
	border: 1px solid black;
    padding: 1em;
}

.price-list-row {
    cursor: pointer;
	background-color: beige;
}   
.price-list-row:hover {
    color: #333;
}   
.price-list-row-selected {
    background-color: #91ffea;
}   

.price-total-heading, .price-cost {
	text-align: right;
}
.price-total-unit {
	text-align: center;
}

