.bgcol01 {
	background-color: #ececec;
}
.bgcol02 {
	background-color: #006a9c;
}
.ord01 {
}
.ord02 {
	background-color: #dcebff;
	font-size: 11px;
	height: 45px;
	vertical-align: middle;
}
.ord03 {
	border: 1px solid #d4e0ee;
	text-align: center;
	vertical-align: middle;
}
.ord04 {
	width: 100%;
}
.ord05 {
	padding: 4px;
	text-align: center;
	border: 1px solid #d4e0ee;
}
.ord05 button {
	background-color: #ff6600;
	color: #ffffff;
	border: 0;
	font-size: 15px;
	font-family: Arimo;
	font-weight: 400;
	padding: 10px 25px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	-moz-transition: ease 0.35s all;
	-o-transition: ease 0.35s all;
	-webkit-transition: ease 0.35s all;
	transition: ease 0.35s all;
}
.ord05 button:hover {
	background-color: #fa4700;
}
.ord05 button:before {
	-moz-transition: ease 0.35s all;
	-o-transition: ease 0.35s all;
	-webkit-transition: ease 0.35s all;
	transition: ease 0.35s all;
	color: #DEEFF5;
	position: absolute;
	top: -2em;
	content: attr(value);
}
.ord05 button:hover:before {
	top: 0.6em;
}
.ord05 button span {
	-moz-transition: ease 0.35s all;
	-o-transition: ease 0.35s all;
	-webkit-transition: ease 0.35s all;
	transition: ease 0.35s all;
	position: relative;
	top: 0em;
}
.ord05 button:hover span {
	top: 2em;
}
.ord06 {
	padding: 4px;
	border: 1px solid #e1e1e1;
}
.ord07 {
	height: 20px;
	width: 26px;
	border: 0px;
	background-image: url(/templates/militaryu/img/butt04.gif);
	background-color: transparent;
	background-position: right;
	cursor: pointer;
}
.ord08 {
	border-color: #2f3f3c;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}
.ord09 {
	height: 27px;
	text-align: right;
	width: 120px;
}
.ord10 {
	height: 27px;
	text-align: right;
}
.ord11 {
	text-align: right;
	width: 40px;
}
.ord12 {
	padding-bottom: 15px;
	display: none;
}
.ord13 {
	padding: 15px 0 15px 0;
}
#contentTable table, #detailOrder table {
	border-collapse: collapse;
}
#closeDetail, #reOrder {
	background-color: #dcebff;
	color: #9bb1ca;
	border: 0;
	font-size: 15px;
	font-family: Arimo;
	font-weight: 400;
	padding: 10px 25px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	-moz-transition: ease 0.35s all;
	-o-transition: ease 0.35s all;
	-webkit-transition: ease 0.35s all;
	transition: ease 0.35s all;
	margin-left: 40px;
}
#reOrder {
	background-color: #ff7308;
	color: #ffffff;
}
#closeDetail:hover, #reOrder:hover {
	background-color: #0567af;
}
#closeDetail:before, #reOrder:before {
	-moz-transition: ease 0.35s all;
	-o-transition: ease 0.35s all;
	-webkit-transition: ease 0.35s all;
	transition: ease 0.35s all;
	color: #ffffff;
	position: absolute;
	top: -2em;
	content: attr(value);
}
#closeDetail:hover:before, #reOrder:hover:before {
	top: 0.6em;
}
#closeDetail span, #reOrder span {
	-moz-transition: ease 0.35s all;
	-o-transition: ease 0.35s all;
	-webkit-transition: ease 0.35s all;
	transition: ease 0.35s all;
	position: relative;
	top: 0em;
}
#closeDetail:hover span, #reOrder:hover span {
	top: 2em;
}
#copyOrderModal p.bg-danger {
	padding: 7px;
	font-size: 12px;
	line-height: normal;
}