/*

h3 {
	font-size: 1.4em; margin: 0; padding: 0;
	border-bottom: 1px solid black;
}


#top-section {
	width: 100%;
	overflow:auto;
}

.left-side {
   float: left;
	width: 30%;
	font-size: 1.2em;
}

.left-side ul {
	height:14em; 
	width:100%;
	overflow:hidden; 
	overflow-y:scroll;
	color: green;
	list-style: none;
}

.right-side {
    float:right;
	/* padding: 0, 0, 0, 90px; *RMV/
}

*/

.hightlight {
	background-color: green;
	color: white;
}
	
.alert-error { 
	color:#f00; 
/* 
	background-color: #f2dede; 
	border-color: #eed3d7;
*/
	display: none;
	/* visibility: hidden; */
}
.clearBoth {
	clear:both;
}

.crg-cost {
	text-align: center;
}
.crg-detail, .widget-cost, .crg-calc-total {
	display: inline;
}
.widget-cost {
	font-weight: bolder;
}
.crg-calc-total::before {
	    content:"$";
}
.crg-calc-total {
	color: green; 
}
label.crg-radio {
	display: inline;
	padding-right: 1em;
}

.update { color:#00A54E; }

/* Bootstrap styles*/

.panel {
  width: 70%;
  margin: 2em auto;
}


.panel-body {
  width: 90%;
  margin: 2em auto;
}


.helper-text {
  color: #e93143;
  font-size: 12px;
  margin-top: 5px;
  height: 12px;
  display: block;
}

#ucm-valid-error {
  display: none;
  text-align: center;
}

#ucm-valid-error, .travelcost {
  color: #2f78cf;
  font-weight: bold;
  font-size: 1.3em;
}

.travelcost {
  display: inline-block;
  top: 0px;
  float: right;
  line-height: 1.9;
  font-size: 17px;
  padding-right: 1em;
}

/* Hosted Payment Fields styles*/
.hosted-field-focus { 
  border: 1px solid #66afe9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.hosted-field-invalid {
  border: 1px solid #e93143;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(233,49,67, 0.8);
}

.hosted-field-valid {
  border: 1px solid #14ba57 ;
