.modal-body .sendInput {
	border-radius: 8px !important;
	border-color: #E57200;
}

.modal-body .label {
	font-weight: bold;
	color: #28334A;
	padding-top: 10px;
	margin-bottom: 0px;
}

/*-----------*/

.no-border {
	border:none !important;
}

.ocCenterColBody {
	background-color: #E9E6E3; 
	margin-top:0 !important;
	padding:10px;
}

.ocCenterColRowShim {
	margin-top: 0;
}

.ocCenterSep {
	margin-bottom: 5px;
	border-top: 1px solid #28334A;
}

.ocCenterRowLeft {
	float:left; 
	width:55%; /*max-width for some */
	padding-top:0; 
	padding-bottom:0
}
.ocCenterRowRight {
	padding-top:1px;
	float:right; 
	width:45%
}

.ocToolTipIco {
	position: relative; 
	font-size: 60%; 
	line-height:0; 
	vertical-align: baseline; 
	top: -.5em;
    white-space: pre-wrap;
}

.ocInput {
	width:100%; 
	background-color:Transparent !important; 
	color:#333236 !important;
    border-color: #E57200 !important;
  	padding-left:1px !important;
    padding-right:1px !important;
}
.ocInput:hover, .ocInput:focus, .ocInput:active {
  background-color: #E57200 !important;
}

.ocInputTXT {
  padding-left:1px !important;
  padding-right:1px !important;
}

.ocInput2
{
	width:100%;
	padding-left:5px;
}

.ocCenterCalcTXT {
  /* font-size: 18px;  */
  /* font-weight: 700 */
}

.ocCenterFootTXT {
  float:right;
  text-align:left; 
  font-size:.6em;
}

.ocCol2RowLeft {
  float:left;
  width:50%;
}

.ocCol2RowRight, .ocRightColRightCell {
  width:45%;
  float:right;
}
 
.ocRightCalcTxt {
  font-size:1.5em;
}

.ocRightSepLight {
  border-top: 1px solid #5AC5CB;
}
.ocRightSepBold {
  border-top: 2px solid #E57200;
}
.ocRightSepLightAlt {
  margin:0px;
  border-top: 1px solid #e57200;
}

.ocSummarySlash {
  color: #5AC5CB;
  font-weight:normal;
}

#ocCalcBtn {
	color: #ffffff !important;
	background-color: #E57200 !important;
}