<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* OVERRIDES */

.main-container{
	padding-left:auto;
	padding-right:auto;
	margin-left:auto;	
}

h1{ display:none; }
h1.showHeader{ display:block; }
h4{ color:#232a77; }

.table &gt; thead &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; td{
	border-top:none;
	padding:0px;
}

/* LOGIN */

.mo-panel-style, .panel-register{
	border:none;
	border-right:3px solid #dedfdf;
	border-bottom:3px solid #dedfdf;
	/*word-break:break-all;*/
}

.mo-panel-style &gt; .panel-heading{
	background-image:none;
	background-color:transparent;
	border:none;
	display:none;
}

.mo-panel-style .panel-body{
	border-top:5px solid #7d0073;	
}

.mo-panel-style .panel-body .field-info{
	position:absolute;
	margin-top:-36px;
	left:85%;
}
.mo-panel-style .panel-body a[popover-trigger="mouseenter"] img{
	width:18px !important;	
}

.mo-panel-style .panel-body .popover{
	font-size:1em;
	width:400px;
}
.mo-panel-style .panel-body {
	margin-left:0px;
}
.popover ul{
	margin-left:20px;
}
.mo-panel-style .panel-body .popover ul li{
	list-style:disc;
}
.mo-panel-style .panel-body .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

a.download-guide{
    background-color: #7d0073 !important;
}
a.download-guide:hover, a.download-guide:focus{
    background-color: #7d0073 !important;
}

.btn-info, .btn-warning, .btn-info:hover, .btn-info:focus, .btn-info[disabled]{
	background-image:none;
	border-color:transparent;
	border:none;
	word-break:break-all;
	word-wrap:break-word;
	width:100%;
	text-align:center;
	
	/* These are technically the same, but use both */
  	overflow-wrap: break-word;
  	word-wrap: break-word;

  	-ms-word-break: break-all;
  	/* This is the dangerous one in WebKit, as it breaks things wherever */
  	word-break: break-all;
  	/* Instead use this non-standard one: */
  	word-break: break-word;

  	/* Adds a hyphen where the word breaks, if supported (No Blink) */
  	-ms-hyphens: auto;
  	-moz-hyphens: auto;
  	-webkit-hyphens: auto;
  	hyphens: auto;
}
.btn-small{
	min-width: 110px;
	width:auto;
}

.mo-panel-style .btn-info, .mo-panel-style .btn.btn-info, .mo-panel-style .btn-info:hover, .mo-panel-style .btn-info:focus{
	background-color:#232a77;
}
.btn-small:focus, .btn-small:hover{
	min-width: 110px !important;
	width:auto !important;
}
.panel-register .btn-info, .panel-register .btn-info:hover, .panel-register .btn-info:focus{
	background-color:#3da0d4;
}

.panel-register &gt; .panel-heading{
	background-image:none;
	background-color:#dddee1;
	color:#717072;
	border:none;
}

hr{
	display:none;	
}

.link-text{
	margin-top:15px;	
}
.link-text ul{
	list-style:none;
	/*margin-left:-40px;*/
}

.merchant_services{
	width:50%;
	position:absolute;
	top:25%;
	left:25%;
}

/*.panel-body label{ display:none; }*/
.panel-body input{ margin:10px 0px; }
.panel-body select{ margin:10px 0px; }
.panel-body input[readonly="readonly"]{
	background-color:#F0F0F0 !important; 
	color:#303030 !important; 
}

div[data-ng-app=LoginApp] .login-page .left-column,
div[data-ng-app=LoginApp] .validation-page .left-column,
div[data-ng-app=LoginApp] .forgot-userid-page .left-column,
div[data-ng-app=ForgetPasswordApp] .forgot-password-page .left-column,
div[data-ng-app=LoginApp] .change-password-page .left-column,
div[data-ng-app=LoginApp] .create-user-page .left-column,
div[data-ng-app=LoginApp] .update-user-page .left-column,
div[data-ng-app=ChangePasswordApp] .change-password-page .left-column,
div[data-ng-app=MRMUsersAdministrationApp] .mrm-users-admin-page .left-column,
div[data-ng-app=MRMOMSUsersAdministrationApp] .mrm-users-admin-page .left-column,
div[data-ng-app=ViewSettlementAndSubmissionApp] .settlement-submission-page .left-column,
div[data-ng-app=ViewDateSelectionReportsApp] .settlement-submission-page .left-column,
div[data-ng-app=SearchInReportsApp] .settlement-submission-page .left-column,
div[data-ng-app=SubUsersAdministrationApp] .subusers-administration .left-column{
	background-color:#ebebeb;
	padding:30px;
	min-height:600px;
}
div[data-ng-app=EditProfileApp] .edit-profile-page .left-column{
	background-color:#ebebeb;
	padding:30px;
}
div[data-ng-app=LoginApp] .login-page .right-column{
	min-height:600px;
	background:url("/wps/PA_AEME_OMS/images/oms/mo_login_background.jpg") no-repeat center;
	background-size:cover;
}
div[data-ng-app=LoginApp] .validation-page .right-column,
div[data-ng-app=MRMUsersAdministrationApp] .mrm-users-admin-page .right-column,
div[data-ng-app=MRMOMSUsersAdministrationApp] .mrm-users-admin-page .right-column{
	min-height:600px;
	background:url("/wps/PA_AEME_OMS/images/oms/mo_merchant_validation_bg.jpg") no-repeat center;
	background-size:cover;
}
div[data-ng-app=LoginApp] .forgot-userid-page .right-column,
div[data-ng-app=EditProfileApp] .edit-profile-page .right-column,
div[data-ng-app=SubUsersAdministrationApp] .subusers-administration .right-column{
	min-height:600px;
	background:url("/wps/PA_AEME_OMS/images/oms/mo_forgot_userid_bg.jpg") no-repeat center;
	background-size:cover;
}
div[data-ng-app=ForgetPasswordApp] .forgot-password-page .right-column,
div[data-ng-app=LoginApp] .change-password-page .right-column,
div[data-ng-app=LoginApp] .create-user-page .right-column,
div[data-ng-app=LoginApp] .update-user-page .right-column,
div[data-ng-app=ChangePasswordApp] .change-password-page .right-column{
	min-height:600px;
	background:url("/wps/PA_AEME_OMS/images/oms/mo_forgot_password_bg.jpg") no-repeat center;
	background-size:cover;
}
.message-instructions{
	margin-bottom:20px;
	display:block;	
}
.mo-buttons{
	margin-top:20px;	
}
.mo-buttons .left-button{
	padding-left:0px;
}
.mo-buttons .right-button{
	padding-right:0px;
}
.mo-buttons .right-button .btn{
	background-color:#7d0073;
}
.mo-buttons .right-button .btn.btn-warning{
	background-color:#7d0073;
	background-image:none;
	border:none;
}
.alert.alert-danger{
	background-image:none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;	
}

.alert.alert-warning{
	background-image:none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f287', endColorstr='#f6f4bf', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f6f287;	
}

/* TABLES */
.mo-panel-style table{
	width:100%;	
}
.table &gt; thead &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; td{
	padding:0px;	
}
.table-header{
	background-color:#f0fafe;
}
.table-header a, .table-header a:hover, .table-rows a, .table-rows a:hover{
	display:block;
	margin-bottom:5px;	
	color:#0084b0;
}
.table tr{
	border-top-color:#232a77;
	border-bottom-color:#232a77;	
}
.table-rows{
	background-color:#ffffff;
	color:#606060;	
}
a.handpointer{
	min-height:50px !important;	
}
a.handpointer .table-title{
	margin: 0 auto;
    display: inline-block;
}
a.handpointer .table-title .float-left{
	float: left;
}
/*a.handpointer .table-title i.fa{
	position:absolute;
	margin-left:10px;	
}*/
tr.table-header th{
	vertical-align:top !important;	
}
.table-rows td, tr.table-header th{
	border-color:#b2bbd5;
	border-top-color:#232a77;
	border-bottom-color:#232a77;
}
.table tr:last-child, .table tr:last-child td{
	border-bottom:none;	
}
.table-header th:hover, .table-rows:hover{
	background:none;
	background-color:#d0e5f5;	
}
.table .btn{
	background-color:#3da0d4;
}
.table .btn.btn-warning{
	background-color:#3da0d4;
	background-image:none;
	border:none;	
}
.table .glyphicon-filter{
	background:url("/AEME_OMS/images/oms/mo_filter.gif") no-repeat center;
	width:14px;
	height:14px;
	padding:15px;
}
.table .glyphicon-filter:before{
	content: "";
}
.table .form-control{
	border:1px solid #3da0d4;
	color:#606060;	
}
.socRocRow{
	background: #C2C4C5;	
}

.mo-panel-style .table{
	margin-bottom:0px;	
}
.mo-panel-style .merchant-summary,
.mo-panel-style .outlet-header{
    margin: 0;
	border:none;
    border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
    border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
    border-radius: 0px;
    background-color: #f2f2f2;
	color:#232a77;
}
.mo-panel-style .collapsable-header {
    min-height: 48px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #454545;
	border:1px solid #d8d8d8;
    border-top: 1px solid #3da0d4;
	border-bottom: 1px solid #232a77;
	border-left: 1px solid #3da0d4;
	border-right: 1px solid #232a77;
	background:none;
    background-color: #ddf3fb;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
#stlmnt_advice_data tr.table-header th,
.mo-panel-style div.table-responsive tr.table-header th{
	padding:12px 8px;	
}
#stlmnt_advice_data input[type=button],
#reg_email_addresses input[type=button],
.mo-panel-style div.table-responsive input[type=button]{
	background-color:#3da0d4;
	color:#ffffff;	
	border:none;
	border-radius:4px;
	font-size:11px;
}
.mo-panel-style div.table-responsive input[value="Details"]{
	/*width:35px;
	height:35px;
	text-indent:-9999px;
	background:url("/wps/PA_AEME_OMS/images/oms/mo_icon_details.png") no-repeat center;
	background-size:20px;*/
	background-color:#3da0d4;
}
.mo-panel-style div.table-responsive input[value="Reset Password"]{
	/*width:35px;
	height:35px;
	text-indent:-9999px;
	background:url("/wps/PA_AEME_OMS/images/oms/mo_icon_edit.png") no-repeat center;
	background-size:20px;*/
	background-color:#3da0d4;
	width: 120px;
}
.mo-panel-style div.table-responsive input[value="Edit"]{
	/*width:35px;
	height:35px;
	text-indent:-9999px;
	background:url("/wps/PA_AEME_OMS/images/oms/mo_icon_edit.png") no-repeat center;
	background-size:20px;*/
	background-color:#3da0d4;
	width: 70px;
}
.mo-panel-style div.table-responsive input[value="Delete"]{
	/*width:35px;
	height:35px;
	text-indent:-9999px;
	background:url("/wps/PA_AEME_OMS/images/oms/mo_icon_edit.png") no-repeat center;
	background-size:20px;*/
	background-color:#3da0d4;
	width: 70px;
}
.mo-panel-style div.table-responsive input[value="Deactivate"]{
	width:35px;
	height:35px;
	text-indent:-9999px;
	background:url("/wps/PA_AEME_OMS/images/oms/mo_icon_deactivate.png") no-repeat center;
	background-size:20px;
	background-color:#d9534c;
}
.mo-panel-style div.table-responsive input[value="Activate"]{
	/*width:35px;
	height:35px;
	text-indent:-9999px;
	background:url("/wps/PA_AEME_OMS/images/oms/mo_icon_deactivate.png") no-repeat center;
	background-size:20px;*/
	background-color:#5cb85c;
}
.mo-panel-style div.pagination{
	padding: 10px 20px;
	margin:0px;
	border:1px solid #d8d8d8;
	/*border-top:3px solid #d8d8d8;*/
	border-bottom:1px solid #d8d8d8;
	background-color:#f9f9f9;
	display:block;
	border-radius:0px;
}
.mo-panel-style div.pagination ul.pagination{
	float:right;
	margin-top:-32px;
}
.mo-panel-style .pagination &gt; .active &gt; a, .mo-panel-style .pagination &gt; .active &gt; span, .mo-panel-style .pagination &gt; .active &gt; a:hover, .mo-panel-style .pagination &gt; .active &gt; span:hover, .mo-panel-style .pagination &gt; .active &gt; a:focus, .mo-panel-style .pagination &gt; .active &gt; span:focus{
	background-color: #232a77;
    border-color: #232a77;
	color:#ffffff;	
}
.mo-panel-style .pagination &gt; li &gt; a, .mo-panel-style .pagination &gt; li &gt; span{
	color: #232a77;
}
.mo-panel-style .pagination .form-control{
	border: 1px solid #232a77;
}
.mo-panel-style .dropdown-files{
	text-align:right;
	margin:20px 0px;	
}
.mo-panel-style .dropdown-toggle.btn-default{
	background:none;
	background-color:#ffffff;
	border-radius:0px;
	padding-right:54px;
	color:#232a77;
	overflow:hidden;
	min-width:160px;
}
.mo-panel-style .glyphicon.glyphicon-triangle-bottom{
	color:#ffffff;
	background-color:#232a77;	
	position:absolute;
	right:0px;
	top:0px;
	padding:10px;
}
.mo-panel-style .dropdown-menu{
	border-radius:0px;
	border-color:#232a77;
	margin:0px;
}
.mo-panel-style .panel-body.data-table{
	padding:20px 20px 40px 20px;	
}
.mo-panel-style .data-table .back-btn{
	margin-bottom:20px;	
}

/* SETTLEMENT DETAILS */
.mo-panel-style div.table-responsive{
	overflow:visible;	
}
.mo-panel-style .data-table .all-tables{
	border-top:none;
	padding:0px;
}
.mo-panel-style .merchant-header {
    margin: 0;
	border:none;
    background-color:#838896;
    border-radius: 0px;
	color:#ffffff;
	margin:20px -20px;
}
.mo-panel-style div.table-responsive .back-btn input[type=button]{
	background-color:#232a77;	
}

/* MODALS */
.panel-info &gt; .panel-heading{
	background-image:none !important;
	background:none !important;
	background-color:#f0fafe !important;	
}
.modal-footer .btn{
	background-color:#3da0d4 !important;
	color:#ffffff !important;	
}
.modal-footer .btn-default,
.modal-footer .btn-primary{
	background-image:none !important;
	background-color:#232a77 !important;
	color:#ffffff !important;	
}</pre></body></html>