@charset "windows-874";

body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

input,
select,
textarea {
	font-family: Arial;
	font-size: 12px;
	color: #00A97A;
}

input:disabled,
select:disabled,
textarea:disabled {
	font-family: Arial;
	font-size: 12px;
	color: #a1a1a1;
}

a {
	font-family: Arial;
	font-size: 12px;
	color: #00A97A;
	text-decoration: none;
}

.aunder {
	font-family: Arial;
	font-size: 12px;
	color: #00A97A;
	text-decoration: underline;
}

.white4 {
	font-family: Arial;
	font-size: 4px;
	color: #FFFFFF;
}

.white8 {
	font-family: Arial;
	font-size: 8px;
	color: #FFFFFF;
}

.white10 {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}

.white12 {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.white12bold {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.white14 {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
}

.white14bold {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.white16bold {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.white16head {
	font-family: rotisserif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.white22head {
	font-family: rotisserif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}

.black12 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.black14 {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

.black14bold {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.black16 {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
}

.black18 {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
}

.teal10 {
	font-family: Arial;
	font-size: 10px;
	color: #00A97A;
}

.teal10bold {
	font-family: Arial;
	font-size: 10px;
	color: #00A97A;
}

.teal12 {
	font-family: Arial;
	font-size: 12px;
	color: #00A97A;
}

.teal12bold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #00A97A;
}

.teal14 {
	font-family: Arial;
	font-size: 14px;
	color: #00A97A;
}

.teal14bold {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #00A97A;
}

.teal16 {
	font-family: Arial;
	font-size: 16px;
	color: #00A97A;
}

.teal16bold {
	font-family: Arial;
	font-size: 16px;
	color: #00A97A;
	font-weight: bold;
}

.teal18 {
	font-family: Arial;
	font-size: 18px;
	color: #00A97A;
}

.red12italic {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #FF0004;
}

.red12 {
	font-family: Arial;
	font-size: 12px;
	color: #FF0004;
}

.red14 {
	font-family: Arial;
	font-size: 14px;
	color: #FF0004;
}

.red14bold {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF0004;
}

.potitle {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.ponormal {
	font-family: Arial;
	font-size: 14px;
	color: #000;
}

.ponormalbold {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.posmall {
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

.posmallbold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.ponewline {
	font-family: Arial;
	font-size: 2px;
	color: #000;
}

input:read-only {
	background-color: #e8e8e8;
}

textarea:read-only {
	background-color: #e8e8e8;
}

#loadingmsg {
	background-image: url(./images/processing.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 100;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	margin-right: -50%;
	margin-bottom: -25%;
}

#loadingover {
	background: black;
	z-index: 99;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.marquee {
	width: 300px;
	overflow: hidden;
	border: 1px solid #ccc;
	background: #ccc;
}

.wrapper {
	position: relative;
	width: 400px;
	height: 200px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.popup {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

.popup-content {
	background-color: white;
	margin: 10% auto;
	padding: 20px;
	border: 1px solid #888888;
	width: 50%;
	font-weight: bolder;
}

.popup-content button {
	display: block;
	margin: 0 auto;
}

.popup-show {
	display: block;
}

.signature-pad {
	position: relative;
	left: 0;
	top: 0;
	width: 200px;
	height: 100px;
	border: 1px solid;
	border-color: gray;
}

.bbraun_bg_green {
	background-color: #00A97A;
}

.bbraun_bg_violet {
	background-color: #9E2AB5;
}

.bbraun_bg_sand {
	background-color: #F0EDE6;
}

.bbraun_bg_grey {
	background-color: #CACACA;
}

.bbraun_bg_grey_lite {
	background-color: #ECECEC;
}

.select2-dropdown {
	font-family: Arial;
	font-size: 12px;
	color: #00A97A;
	text-decoration: none;
 }

 .select2-search--dropdown {
	font-family: Arial;
	font-size: 12px;
	color: #00A97A;
	text-decoration: none;
}

.select2-results {
	font-family: Arial;
	font-size: 12px;
	color: #00A97A;
	text-decoration: none;
}

.select2-container--default {
	color: rgb(243, 0, 0);
}

.select2-selection--single {
	color: rgb(243, 0, 0);
}

.select2-selection__rendered{
	color: rgb(243, 0, 0);
}

.label-button-error-12 {
	display: inline-block;
	padding: 3px 7px;
	color: #ffffff;
	background-color: red;
	font-family: Arial;
	font-size: 12px;
	border-radius: 5px;
	text-align: center;
}

.label-button-error-10 {
	display: inline-block;
	padding: 2px 6px;
	color: #ffffff;
	background-color: red;
	font-family: Arial;
	font-size: 10px;
	border-radius: 3px;
	text-align: center;
}

select.readonly {
	background-color: #eee;
	cursor: not-allowed;
}
