html,body {
	height: 100%;
}

body {
	background-color: #EEEEEE;
	position: relative;
}

.container {
/*
	overflow: hidden;
*/
}

#body {
	min-height: 100%;
	padding-bottom: 50px;
}

.footer {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 40px;
	margin-top: -40px;  /* negative footer height */ 
	background-color: #333;
	color: #FFF;
}

.btn-feedback {
	padding: 3em;
}

.pub_spacer {
	margin-bottom: 10em;
}


.form-horizontal .my-inline-label {
	text-align: left;
}

fieldset {
	border-bottom: none;
	border-top: 1px solid #333333;
}

legend {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 2em;
	border: none;
}

#event_destinations_list {
	position: relative;
	overflow: hidden;
}
#event_destinations_list .itenerary-btns {
}
#event_destinations_list .list-group-item {
	display: list-item;
	list-style-position: inside;
}

textarea.form-control {
	height: 4em; 
	max-width: 100%;
}

.list-parens li:before {
/*
	content: counter(itenerary, lower-alpha) ")";
	counter-increment: itenerary;
*/
}

ol.flattened-ol-numbering {
	counter-reset: section;
	list-style-position: outside;
	padding-left: 0;
}

ol.flattened-ol-numbering > li {
	display: block;
	counter-increment: section;
}

ol.flattened-ol-numbering > li:before {
	content: counter(section) ".";
}

ol.flattened-ol-numbering > li.sub {
	counter-reset: subsection;
}
ol.flattened-ol-numbering > li.sub:before {
	content: "";
}
ol.flattened-ol-numbering > li.sub > ol {
	margin-left: 0;
	padding-left: 10px;
	
}

ol.flattened-ol-numbering > li.sub > ol > li {
	list-style-type: none;
	padding-left: 10px;
	position: relative;
	left: -10px;
}

ol.flattened-ol-numbering > li.sub > ol > li + li:before {
	content: "\00A0\00A0" counter(subsection, lower-alpha) ".";
	counter-increment: subsection;
}

ol.flattened-ol-numbering > li.sub > ol > li:before {
	content: counter(section) counter(subsection, lower-alpha) ".";
	counter-increment: subsection;
	position: relative;
	left: -10px;
}

.signature-field {
	margin-top: 2em;
	border-top: 1px solid #000000;
}


@media screen {
  #printSection {
      display: none;
  }
}


/* resets for printable */
@media print {
  html {
    visibility:hidden;
    height: auto;
  }
  
  p,
  h2,
  h3,
  * {
	orphans: 1;
	widows: 1;
  }
  
  .masthead {
	height: 90px;
	width: auto;
	margin: 0 auto;
  }
  
  #agreement_print_section, #agreement_print_section * {
    visibility:visible;
    height: auto;
    overflow: visible;
  }
  #agreement_print_section {
    position:absolute;
    left:0;
    top:0;
    font-size: 9px;
  }
  
  fieldset, legend {
	margin-bottom: 0;
  }
  
  ol {
	font-size: 9px;
  }
  
  legend, h3 {
	margin-top: 7px;
	font-size: 14px; 
  }
  
  #agreement_print_section .row, #agreement_print_section p {
	line-height: 1;
  }
  #agreement_print_section:last-child {
	page-break-after: auto;
  }
  
  .form-group,
  .control-label,
  .form-control-static {
	margin-bottom: 0 !important;
  }
  
  #cc_num, #cc_type, #cc_exp {
    border: none;
    font-size: inherit;
    line-height: inherit;
  }
  
  .print-rental-number,
  .print-rental-number * {
	font-weight: 700 !important;
	font-size: 12px;
  }
  
  .print-legend {
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
  }

  .contract-section.h3 {
	font-size: 14px;
	margin-top: 0.7em !important;
  }
  
  .itenerary-font {
	font-size: 16px;
  }
}
