/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -90px;
  /* Pad bottom by footer height */
  padding: 0 0 55px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  /*background-color: #f5f5f5;
   background-color: #8B7560 !important;*/
   background-color:#E0DBD5 !important
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.topborder{
  height: 40px;
  /*background-color: #f5f5f5 !important;*/
  background-image: url('../img/headerBack.png');
  background-repeat:repeat;
  /*background-color: #8B7560 !important;*/
   background-color:#E0DBD5 !important
}

.bottomborder{
  height: 30px;
  /*background-color: #f5f5f5 !important;*/
  background-image: url('../img/headerBack.png');
  background-repeat:repeat;
  /*background-color: #8B7560 !important;*/
   background-color:#E0DBD5 !important
}




/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 40px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

code {
  font-size: 80%;
}

.sidepanel-menu li{
  list-style-type: none;  
  font-size:95%;

}

.sidepanel-menu .lead {
    font-family: 'Segoe UI', Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	color: #563900;
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: solid 1px #e0dfdf;
    border-bottom: solid 1px #e0dfdf;	
}

.sidePanelSection{
	min-height:120px;
}

.dim{
	color:#CCC;
	font-style:italic;
}

.pageTitle {
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 20pt; 
	color: #563900;	
}

.pagetitle-height
{
	height:40px;
}

.RoomName{
	font-size: 15pt; 
}

.titleIcon
{
	height:30px;
	width: 30px;
	margin-right:10px;
}

.sectionTitle
{   
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	color: #563900;
}

.sectionTitle-height
{
	height:25px;
}

textarea[name="special_request_text"]{
	width: 80%;
	height: 50px;
}

.transpotable{
	width: 450px;
}

 .combobox {
           width: 60px;
}

.btnShort {
	width: 100px;
}

.width20{
	width: 20px;
}

.width220 {
	width: 220px;
}
.width340 {
	width: 340px;
}

.width300 {
	width: 300px;
}
.width400 {
	width: 400px;
}
	   
.width500 {
	width: 500px;
}

.titleIcon {
	width: 30px;
	height: 30px;
}

.red {
	color: #f00;
}

.ModalTextDisplay{
	overflow: auto;
    /* new custom width */
    width: 750px;
    /* must be half of the width, minus scrollbar on the left (30px) */
    margin-left: -375px;
	height:600px;
}

.Recieptspan3{
	float:left;
	margin-left:0px;
	min-height:280px;
}

/* add */


.container {
  padding-left: 15px;
  padding-right: 15px;
}

h4 {
  margin-top: 25px;
}

.row {
  margin-bottom: 20px;
}

.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}

[class*="col-lg-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}


input[name="date_from"], input[name="date_to"], input[name="num_rooms"], input[name="num_nights"]{
  width: 100px;
}

.swell{
  border-bottom: solid 1px #ddd;
}

.padded{
  margin: 10px;
}

.witherror{
  border: solid 1px #ff4400 !important;
}
.withAlert{
  border: solid 1px #58D3F7 !important;
}
.CheckboxWitherror{
	outline-color: #ff4400;
	outline-style: solid;
	outline-width: 1px;
}
.error{
	font-style:italic;
	font-size:85%;
	/*color:#428bca;*/
	color:#b5a89e;
}

.cell-center{
  text-align: center !important;
  vertical-align: middle !important;
}

.strike{
  text-decoration: line-through;
}

.upselled-price{
  color: red;
  border: none !important;  
  display: block;
  width: 75px;
  background: transparent;
  padding: 0 !important;  
  margin: 0 !important;  
}

.orig-price{
  border: none !important;  
  width: 75px;
  background: transparent;
  padding: 0 !important;  
  margin: 0 !important;  
}

.priceFrom{
	font-style:italic;
	margin: 5px 15px 5px 5px;
	color:#b5a89e;
	}