﻿body {
}

/* === Modal === */
.modal {
	background: #fee3a1;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .75);
	box-shadow: 0 0 5px rgba(0, 0, 0, .75);
	padding: 25px 15px 15px 15px;
	margin: 0 0 25px 0;
	position: absolute;
	width: 868px;
	border: 1px solid #999;
	font-size: 12px;
	z-index: 30;
}
.modal-right {
	right: 0;
}
.modal-error {
	background: #faf5bf;
	overflow: hidden;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	position: relative;
	border: 1px solid #999;
}
.modal-error ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.modal-error ul li {
	line-height: 16px;
	font-size: 12px;
	padding:0px 0px 5px
}
.modal-error p {
	font-size: 14px;
	font-weight:bold;
	color: #333;
	padding:0px 0px 10px;
	margin:0px;
	}
.modal-content {
	background: #fff;
	height:600px;
	overflow: auto;
	padding: 10px;
	position: relative;
	border: 1px solid #ddd;
}
.modal-close {
	position: absolute;
	top: -2px;
	right: 20px;
	color: #e99934;
	font-size: 12px;
}
.modal-close:link, .modal-close:visited, .modal-close:active {
	color: #e99934;
}
.required-note, .payment-close {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
/* .required-note {
	float: right;
	font-size: 10px;
} */
.payment-close {
	font-size: 11px;
}
.modal h3 {
	font-size: 14px;
	margin: 0;
}
.modal .sapLabel {
	margin: 15px 0;
}
.modal .textInput {
	margin: 0;
}
.modal .regInputRow {
	margin-bottom: 15px;
	width: 546px; /* maybe? */
}
.modal .add-submit .sap-button {
	margin-left: 15px;
}
.modal .regInputColOne {
	width: 260px;
	margin-right: 25px;
}
.modal .regInputColTwo {
	width: 260px;
}
.modal .regInputColOneRight {
	width: 60px;
}
.modal .add-submit {
	padding-top: 10px;
}
.postalCode {
	width: 80px;
}
.banner-msg {
	border: 1px solid #ddd;
	font-size: 14px;
	font-weight: bold;
}

/* SAP/Helix Modal Overlay Background */
.modalOverlay {
	cursor: pointer;
	display: block;
	zoom: 1;
	background: url("../images/sap/ie-bg.png") repeat left top;
	height: 300;
	position: fixed;
	width: 100%;
	left: 0;
	overflow: hidden;
	top: 0;
	z-index: 9999;
}

.alignCompare {
	margin-top: 10px;
	font-size:12px;
	font-family: monospace;
	}
	
	.alignCompareContent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	}

.highlightDifferent 
{
    background-color:Yellow;
}

.highlightSimilar 
{
    background-color:Aqua;
}

.sequenceDiv
{
       	background: #fff;
	height:60px;
	width: 80%;
	overflow: auto;
	padding: 10px;
	position: relative;
	border: 1px solid #ddd; 
	word-wrap: break-word;
    }
   