﻿.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable.nice-select.open,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border:solid 1px #eee;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:normal;height:42px;line-height:40px;outline:none;padding-left:18px;padding-right:40px;position:relative;text-align:left !important;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#d5d5d5}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#d5d5d5}.nice-select:after{content:"";font-family:"FontAwesome";display:block;font-size:14px;margin-top:-10px;pointer-events:none;position:absolute;right:14px;top:50%;-moz-transition:all 0.15s ease-in-out;-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out;width:12px}.nice-select.open:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.nice-select.open .list{width:100%;opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#7c7c7c;color:#555;pointer-events:none}.nice-select.disabled:after{border-color:#888}.nice-select.wide{width:100%}.nice-select.wide .list{left:0 !important;right:0 !important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;box-shadow:0 0 0 1px rgba(51,51,51,0.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(0.75) translateY(-21px);-ms-transform:scale(0.75) translateY(-21px);transform:scale(0.75) translateY(-21px);-webkit-transition:all 0.2s cubic-bezier(0.5, 0, 0, 1.25),opacity 0.15s ease-out;transition:all 0.2s cubic-bezier(0.5, 0, 0, 1.25),opacity 0.15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent !important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all 0.2s;transition:all 0.2s}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#eee}.nice-select .option.selected{font-weight:bold}.nice-select .option.disabled{background-color:transparent;color:#555;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}.refund-content>form .form-group{margin-bottom:15px;position:relative}.refund-content>form .form-group:after{content:'';display:table;clear:both}.refund-content>form .form-group .right-icon-input{background:transparent;border:0;position:absolute;right:0;bottom:1px;margin:0;padding:0;width:36px;height:36px;line-height:36px;text-align:center}.refund-content>form .form-group label{width:100%;display:block;margin-bottom:5px;font-size:14px}.refund-content>form .form-group input,.refund-content>form .form-group select{width:100%;line-height:22px;padding:8px 16px;font-size:14px}.refund-content>form .form-group div.nice-select{width:100%}.refund-content>form .form-group div.nice-select ul.list{margin:0}.refund-content>form .form-group div.nice-select:after{top:10px}.refund-content>form .form-group .input-group.input-group-left-addon{width:100%;position:relative}.refund-content>form .form-group .input-group.input-group-left-addon .input-group-btn{position:absolute;line-height:38px;width:100px;text-align:center;top:0;margin:0}.refund-content>form .form-group .input-group.input-group-left-addon .input-group-btn:hover{cursor:pointer}.refund-content>form .form-group .input-group.input-group-left-addon input.form-control{padding-left:120px}
/*# sourceMappingURL=payment-confirmation.css.map */


.tro-notice-row {
	margin: 0 !important;
}

.refund-form .tro-field {
	display: block;
	width: 100%;
}
.refund-form textarea.tro-field {
	height: 100px;
	resize: vertical;
}
.refund-form .message-wrap {
	margin-bottom: 20px;
}
.refund-form .message-wrap > div {
	padding: 5px 15px;
}
.refund-form .message-wrap .loading {
	background-color: #FAF2C6;
	color: #f0932b;
}
.refund-form .message-wrap .success {
	background-color: #E3F1BC;
	color: #6ab04c;
}
.refund-form .message-wrap .error {
	background-color: #FFD7D7;
	color: #eb4d4b;
}
.refund-form .tro-items {
	border: none;
	width: 100%;
	border-collapse: collapse;
}
.refund-form .tro-items td {
	padding: 2px 0;
	vertical-align: middle;
	background: #fff;
}
.refund-form .tro-items td.qty {
	width: 60px;
	padding-right: 10px;
}
.refund-form .tro-items td.qty input {
	height: 30px;
	line-height: 28px;
	width: 100%;
	display: block;
	padding: 0 2px;
	text-align-last: center;
}
.tro-message {
	margin-bottom: 60px;
}