<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********************************************************/
/* TEMPLATE CSS FOR ESSEX CC                             */
/*********************************************************/
/* ADELANTE GO TO PAY - 3SC CSS For the following pages: */
/* - ExtPay2.aspx                                        */
/* - ImpGoToPayReturn.aspx                               */
/*********************************************************/


.container3SC {
    max-width: 1024px;
}

/*****************************************/
/* Payment Notice screen in ExtPay2.aspx */
/*****************************************/

.warning_message {
   margin-top: 80px;
   margin-bottom: 50px;
   font-family: verdana,arial,helvetica,sans-serif;
   padding: 10px;
}

.warning_header {
   font-size: 30px;
   font-weight: bold;
   color: #a41a3e;
   text-align: center;
}

.warning_detail {
   font-size: 20px;
   color: #000000;
}

#very_important {
   color: red;
   font-weight: bold;
   text-decoration: underline;
}

.button_left {
/*   font-size: 21px; */
}

.button_right {
   float: right;
   font-size: 21px;
}


/****************************************************/
/* Payment Return messages in ImpGoToPayReturn.aspx */
/****************************************************/

/* General css */
.dspticket {
   font-size: 40px;
   font-weight: bold;
   color: #000000;
   text-align: center;   
}

.dspmessage {

}

.dsptitle {
   font-size: 30px;
   font-weight: bold;
   color: #000000;
   text-align: center;
}

.dspdetail {
   font-size: 24px;
   color: #000000;
}

/* Specific css */
/* Use to override the general css */

/* NOT OK */
.notok_message {
}

.notok_title {
    color: #FF0000;
}

.notok_detail {
}

/* AUTHORISED */
.authorised_message {
}

.authorised_title {
}

.authorised_detail {
}

/* AWAITING */
.awaiting_message {
}

.awaiting_title {
}

.awaiting_detail {
}

/* CANCELLED */
.cancelled_message {
}

.cancelled_title {
    color: #FF0000;
}

.cancelled_detail {
}

/* DECLINED */
.declined_message {
}

.declined_title {
    color: #FF0000;
}

.declined_detail {
}

/* ERROR */
.error_message {
}

.error_title {
}

.error_detail {
}

/* PENDING */
.pending_message {
}

.pending_title {
    color: #FF0000;
}

.pending_detail {
}

/* ELSE */
.else_message {
}

.else_title {
    color: #FF0000;
}

.else_detail {
}
</pre></body></html>