@CHARSET "UTF-8";

/*.reservations-modal.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.reservations-modal .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.reservations-modal .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

*/

.reservations-modal .modal-header {
  position: relative;
  height: 50px;
  
  background: #B8A888;  
  border: 0;
 
}

.reservations-modal .modal-header .close{
 	color: #000; 		
 	font-size: 24px;
 	
 	
}

.reservations-modal .modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
}

.reservations-modal .modal-body {
  font-weight: 300;

}

.reservations-modal .modal-footer {
  padding: 10px;
  background: #f1f3f5;
}

