/* MXC-1872 MessageXchange stylesheet */

@media screen {
    @font-face {
        font-family: 'Titilium Web';
        font-style: normal;
        font-weight: 400;
        src: local('Titilium Web'), local('TitilliumWeb-Regular'), url('https://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcZSnX671uNZIV63UdXh3Mg0.woff2') format('woff2');
    }

    @font-face {
        font-family: 'Titilium Web';
        font-style: normal;
        font-weight: 700;
        src: local('Titilium Web'), local('TitilliumWeb-Bold'), url('https://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wprxP6Eu1_xfSBSoi9uie1FdE.woff2') format('woff2');
    }
}


/*15 Sep 2012, HelenaB: The following style definition is to make the footer always stick to the bottom of the browser screen */

* {
    margin: 0;
}

html, body {
    height: 100%;
    font-family: Arial, sans-serif;
}

.wrapper {
    min-height: 95%;
    height: auto !important;
    margin: 0 auto;
}

.footer, .push {
    padding: 20px;
    background-color: #e5e5e5;
}
/* Footer stick to the bottom END*/

/*15 Sep 2012, HelenaB: Apply padding to td elements that are direct children of the tr element. */
tr.spaceAbove > td {
    padding-top: 1em;
}

/*15 Sep 2012, HelenaB: To add extra space between checkbox and text */
input[type=checkbox] {
    margin-right: 5px;
}


body {
    margin: 0;
    background-color: #FFFFFF;
    background-position: top left;
    background-repeat: repeat-x;
    color: #5a5a5a;
}

h1 {
    font-family: 'Titilium Web', Arial, sans-serif;
    font-size: 18px;
    color: #000080;
    font-weight: 700;
    margin-left: 10pt;
}

h2 {
	font-family: 'Titilium Web', Arial, sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.1;
	color: #D73A0F; /* MXC-2638 #f3714e; */
	margin: 0 10px 30px 0px;
}

h3 {
	font-family: 'Titilium Web', Arial, sans-serif;
	font-size: 14px;
	color: #006999; /* MXC-2638 #0091D4; */
	font-weight: 700;
	margin-left: 0pt;
	margin-top: 10px;
}

p {
    font-size: 14px;
    margin-left: 0pt;
    margin-top: 5pt;
    margin-bottom: 10pt;
    line-height: 1.5;
    color: #666666;
}

small {
    font-size: 10px;
    margin-top: 5pt;
    line-height: 12pt;
}

input[type=submit], input[type=button], button, .MXCButton {
	background-color: #D73A0F; /* #f3714e; */
	padding: 6px 12px;
	color: #ffffff;
	border-style: none;
	cursor: pointer;
}

    input[type=submit]:hover, input[type=button]:hover, button:hover, .MXCButton:hover {
        background-color: rgba(243,113,78,0.90);
    }

    input[type=submit]:disabled, input[type=button]:disabled, button:disabled, .MXCButton:disabled {
        background-color: #b0b0b0;
        cursor: default;
    }

#leftPanel {
    margin: 0;
}

#midPanel {
    position: relative;
    margin: 0 10px;
}

#CountTable {
    color: #666666;
    margin: 0px 12px !important;
    width: 180px
}

#rightPanel {
    background-color: #DEEDF7;
    margin: 0 10px 0 0 !important;
    padding-top: 8px;
}

hr {
    border: 0;
    width: 100%;
    color: #C8C8C8;
    background-color: #C8C8C8;
    height: 1px;
}

#helpPanel {
    margin: 12px 12px;
    float: right;
    vertical-align: middle;
}

    #helpPanel a {
        color: #FFF;
        margin-right: 10px;
        font-size: smaller;
    }

#ScreenMainArea {
    width: 100%;
    min-height: 600px;
    padding: 30px;
}

#ScreenMainArea-login {
    width: 100%;
    min-height: 600px;
    padding: 0;
}

td {
    font-size: 13px;
    margin-left: 5pt;
    color: #666666;
}

    td.homepage {
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
    }

    td.paymentsummary {
        font-size: 10pt;
        margin-left: 10pt;
        background-color: #d9ffff
    }

    td.invoicecolheader {
        font-size: 10pt;
        font-weight: bold;
        margin-left: 10pt;
        background-color: #d9ffff
    }

    td.registrationfield {
        font-size: 9pt;
        margin-left: 5pt;
        background-color: #F3F9FE
    }

    td.timezone {
        font-size: 8pt;
        color: #FFFFFF;
    }

	td.tableheading {
		background-color: #006999; /* MXC-2638 #0091D4; */
		color: #FFFFFF;
		font-weight: normal;
		font-size: 13px;
		border: 1px solid #FFF;
		padding: 4px;
		height: 30px;
	}

        td.tableheading a {
            color: #FFF
        }

    td.appquestion {
        font-size: 12px;
    }

    td.appnote {
        font-size: 12px;
    }

table {
    border-collapse: collapse;
}

select {
    font-family: Arial, sans-serif;
}

input[type=text] {
    height: 25px;
}

input[type=password] {
    height: 25px;
}


/* Fatfish original: td.tabledata { background-color: #dfeef8; color: #666666; font-family:'Titilium Web', Arial, sans-serif; font-size:9pt; border: 1px solid #FFFFFF; } */
td.tabledata {
    color: #5a5a5a;
    font-size: 14px;
    padding: 4px;
    font-weight: normal;
    height: 30px;
    background: #f0f0f0;
    border: 1px solid white;
}

	td.tabledata a {
		color: #006999; /* MXC-2638 #0091D4 */
	}

td.tabledatahighlight {
    background-color: #F3F9FE;
    color: red;
    font-size: 10pt;
}

td.tabledataColour1 {
    background-color: #E1F0FD;
    color: #000066;
    font-size: 10pt;
}

small {
    font-size: 12px;
    color: #333;
    line-height: 0.9;
    font-weight: normal;
}

tableheading.tabledata {
    background-color: #ccc;
}

/* bug#44126 - 14/10/2014 - Ancy - Highlight changed lines in HVN POC*/
td.rowHighlight {
    background-color: #C8E0F8;
    color: red;
    font-size: 9pt;
    border: 1px solid #FFFFFF;
    padding: 4px;
}

td.projectname {
    font-family: 'Titilium Web', Arial, sans-serif;
    color: #666;
    font-size: 30pt;
    vertical-align: bottom;
    padding-bottom: 15px;
    height: 79px;
}

table.tableheading {
    background-color: #C8E0F8;
    font-weight: bold;
    font-size: 10pt;
}

.tabledata-bg {
    background-color: #ccc;
    border-left: 1px solid #ffffff;
}

.tabledata input[type=text] {
    width: 550px;
    height: 25px;
}

.tabledata input[type=password] {
    width: 550px;
    height: 25px;
}

.tabledata select {
    width: 554px;
    height: 31px;
    border-radius: 0;
}

/* MXC-2001 - 09/08/2018 - Gary - MXC Monitor: Bulk Reprocess/Resend/Rewind display problem, set the height of the ErrorMessage to be dynamic */
/* MXC-2037 - 02/09/2019 - Gary - FXC error loop on invoice form - using the same CSS for the onblur validation on MXC_INVOIC page */
.ErrorMessage, .onBlurErrMsg {
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #BE1E2D;
    height: auto !important;
    height: 20px;
    font-size: 11pt;
    font-family: Arial, Arial, sans-serif;
}

.NotificationMsg {
    color: black;
}

.readonly {
    background-color: Transparent;
    border: 0;
}

/* #4478 Daniel 22/4/2013 */
.textboxReadonly {
    background-color: Transparent;
    border: 0;
    color: Black
}

.textboxReadWrite {
    background-color: Transparent;
    border: ;
    color: Black
}

.mandatoryfieldmarker {
	color: #D73A0F; /* red */
	width: 10px;
}

.highlightText {
	color: darkred;
}

.reporttitle {
    font-family: Arial, 'Titilium Web', Arial, sans-serif;
    font-size: 18pt;
    color: #000080;
    font-weight: bold;
}

.reporth1 {
    font-family: 'Titilium Web', Arial, sans-serif;
    font-size: 12pt;
    color: #000080;
    font-weight: bold;
    padding: 20px 0 0 0;
}

#logo {
	background-color: #1b75bb; /* MXC-2638 #00b7f1; */
	vertical-align: top;
	padding: 25px 30px 21px 35px;
}

#logoimage {
    width: 150px;
    height: 31px;
}

#borderside { /*padding-left: 0;*/
    vertical-align: top;
    width: 220px;
    height: 100%;
    background-color: #5a5a5a;
}

ul.borderside-nav {
    margin: 0;
    padding: 0;
    background-color: #5a5a5a;
}

.borderside-nav li {
    font-family: 'Titilium Web', Arial, sans-serif;
    height: 25px;
    list-style: none;
    padding: 14px 7px 6px 0;
    margin: 0 !important;
    background-color: #5a5a5a;
    color: #ffffff;
}

    .borderside-nav li.spacer {
        background-color: #FFF !important;
        height: 1px !important;
        padding: 0 !important;
    }

    .borderside-nav li.active a, .borderside-nav li.active {
        color: #ffffff;
        text-decoration: none;
    }

    .borderside-nav li.active {
        background: rgba(255,255,255,0.20);
    }

    .borderside-nav li.inactive a, .borderside-nav li.inactive {
        color: #ffffff !important;
        text-decoration: none;
    }

    .borderside-nav li.inactive {
        /* background: #5a5a5a; */
        font-weight: bold;
    }

    .borderside-nav li a {
        text-decoration: none;
        color: #ffffff;
        font-size: 14px;
        margin: 0 0 0 15px;
        padding: 0;
    }

    .borderside-nav li:hover:not(.inactive) {
        background-color: rgba(255,255,255,0.1);
    }

.borderside-nav-subheading {
    width: 100%;
    color: #ffffff !important;
    background: #5a5a5a;
}

    .borderside-nav-subheading p {
        color: #FFFFFF !important;
        margin: 0;
        padding: 5px 0;
    }

#borderside-button {
	margin: 5px;
	color: #FFFFFF;
	padding: 8px;
	cursor: pointer;
	border: 1px solid #1b75bb; /* MXC-2638 #00b7f1; */
}

#mainbody {
    background-color: #FFFFFF;
    text-align: left;
    vertical-align: top;
    padding: 10px 10px 10px 10px
}

td.subheading {
	background-color: #eeeeee;
	height: 35px;
	font-weight: bold;
	width: 100%;
	padding-left: 5px;
	color: #1970B3; /* #1B75BB */
	font-size: 15px;
}

td.subheading2 {
    font-weight: bold;
}

th {
    font-size: 11pt;
    font-weight: bold;
    margin-left: 5pt;
}

li {
    font-size: 14px;
    margin-left: 10pt;
    margin-top: 5pt;
    margin-bottom: 5pt;
    line-height: 1.5;
}

ul {
    font-size: 9pt;
    margin-left: 10pt
}

A:link {
	color: #00214D; /* MXC-2638 #147fc5; */
}

A:visited {
	color: #00214D; /* MXC-2638 #147fc5; */
}

A:hover {
	color: #00214D; /* MXC-2638 #147fc5; */
}

.marginheading {
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: bold;
    vertical-align: top;
    text-decoration: none;
}

    .marginheading:link {
        color: #FFFFFF;
        font-weight: bold;
    }

    .marginheading:visited {
        color: #FFFFFF;
        font-weight: bold;
    }

    .marginheading:hover {
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
    }

.marginlink {
    color: #666666;
    font-size: 9pt;
}

	.marginlink:link {
		color: #116BA7; /* MXC-2638 #147fc5; */
	}

	.marginlink:visited {
		color: #116BA7; /* MXC-2638 #147fc5; */
	}

    .marginlink:hover {
        opacity: 0.5;
    }

.marginsublink {
    color: #FFFFFF;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    margin-left: 30px;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.marginsublinkhref:link {
    color: #F4C800;
    text-decoration: none;
}

.marginsublinkhref:visited {
    color: #F4C800;
    text-decoration: none;
}

.marginsublinkhref:hover {
    color: #FCE195;
    text-decoration: none;
}

.clean {
    font-size: 11px;
    font-weight: normal;
    color: #003399;
    text-decoration: none;
}

    .clean a {
        text-decoration: none;
    }

        .clean:hover, .clean a:hover {
            text-decoration: none;
        }

.timezone {
    font-family: Arial, sans-serif, san-serif;
    color: #1879BF !important;
    font-size: 10pt;
}
/* 26/9/2014 Daniel #43617 - Space between message text and View/Download links */
.monitormessagetext {
    color: #990000;
    padding-right: 15px;
}

.collapsemenulink {
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: blue;
    text-decoration: none;
}

    .collapsemenulink:hover {
        color: blue;
        text-decoration: none;
    }

#borderside.marginlink {
    color: #FFFFFF;
    font-size: 9pt;
}

.viewdownloadcell {
    background-color: #e3e3e3;
    padding: 2px 2px 2px 2px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    width: 70px;
}
    /*04/06/2014 - Usman - 39584 - create spacing between download links on message details*/
    .viewdownloadcell a, .viewdownloadcell a:Link, .viewdownloadcell a:Visited, .viewdownloadcell a:hover {
        line-height: 20px;
    }

table.pagenavigator {
    border-style: solid;
    border-width: 1px;
    background-color: #e0e0e0;
    border-collapse: collapse
}

	table.pagenavigator > tbody > tr > td > a {
		color: #006594;
	}

td.navigatorjumplink {
	background-color: #C8E0F8;
}

	td.navigatorjumplink > a {
		color: #00214D;
	}

td.navigatorcurrpage {
    background-color: #ffffcc
}

.gridpagenavigator {
}
    /*03/06/2015 - Usman - 63570 - Control the paging through css*/
    .gridpagenavigator > td > table {
        margin-left: auto;
        margin-right: auto;
        border-style: solid;
        border-width: 1px;
        background-color: #e0e0e0;
        border-collapse: collapse
    }

        .gridpagenavigator > td > table > tbody > tr > td {
            width: 15px;
            height: 17px;
            border: thin solid;
            text-align: center;
        }

            .gridpagenavigator > td > table > tbody > tr > td > span {
                background-color: #ffffcc;
                padding: 2px;
            }

			.gridpagenavigator > td > table > tbody > tr > td > a {
				color: #00214D;
			}

/* ========== Header ================= */




#topnav-bg {
	background-color: #1b75bb; /* MXC-2638 #00b7f1; */
}

#topnav {
	list-style: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	background-color: #1b75bb; /* MXC-2638 #00b7f1; */
}

    #topnav li {
        position: relative;
        float: left;
        display: block;
        width: auto;
        margin: 0; /* Spacing between tabs */
        padding: 0;
    }

    #topnav a {
        font-family: 'Titilium Web', Arial, sans-serif;
        font-size: 14px;
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        padding: 33px 30px
    }
    /* - \*/
    #topnav a {
        display: block;
    }
    /* end hiding from IE Mac */

    * html #topnav a {
        width: 1px;
        height: 100%;
    }

        #topnav a:hover, #topnav li.selected {
            color: #ffffff;
            background: rgba(255,255,255,0.1);
        }

            #topnav li.selected a {
                background: rgba(255,255,255,0.1);
                color: #ffffff;
            }

    #topnav li ul {
        z-index: 999;
        display: none; /*MXC-2299 - 15/07/2020 - Usman  - do not display when not selected and no hover*/
        position: absolute;
        left: -1000px;
        background: #AFD1F4;
        padding: 0px;
        white-space: nowrap;
        border: none;
        top: auto;
    }

    #topnav li li a, #topnav li li a:hover {
        font-weight: normal;
        text-align: left;
        color: #ffffff;
        padding: 7px 10px;
        border: none;
        background-color: rgba(255,255,255,0.1);
    }

        * html #topnav li li a, * html #topnav li li a:hover {
            width: 100%;
        }

	#topnav li li, #topnav li li a {
		float: none;
		white-space: normal;
		background: #1b75bb; /* MXC-2638 #00b7f1; */
		border-left: none;
	}

    #topnav li li {
        color: #ffffff;
    }

    #topnav li:hover ul, #topnav li.iehover ul {
        display: block;
        left: auto;
        margin-left: 0;
    }

    #topnav IFRAME {
        LEFT: 0px;
        POSITION: absolute;
        TOP: 0px;
    }


table.ScrollTableOuter {
    border: ridge 1px black;
    border-collapse: collapse;
    margin: 0 auto;
}

	table.ScrollTableOuter thead tr th {
		background-color: #006999; /* MXC-2638 #0091D4; */
		color: #FFFFFF;
		font-weight: normal;
		font-size: 9pt;
		padding: 4px;
	}

table.ScrollTableInner {
    background-color: #F3F3F3;
    font-size: 10pt;
    border-collapse: collapse;
}

    table.ScrollTableInner td {
        background: #F3F3F3;
        border: solid 1px #FFFFFF;
        border-collapse: collapse;
        padding: 2px 1px 1px 3px;
    }

table.ScrollTableInnerWithHighlight td.normal {
    background: #F3F9FE;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-collapse: collapse;
    padding: 2px 1px 1px 3px;
}

table.ScrollTableInnerWithHighlight td.highlight {
    background: #FFFFBB;
    color: #000066;
    font-weight: bold;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-collapse: collapse;
    padding: 2px 1px 1px 3px;
}

table.LastUpdateTime {
}

    table.LastUpdateTime td {
        font-size: 8pt;
        text-align: left;
    }

    table.LastUpdateTime label {
        font-size: 8pt;
        text-align: left;
    }

.searchCriteria {
    font-size: 8pt;
    font-family: Arial;
}

#searchType {
    background-color: #eeeeee;
    padding: 10px 15px;
}

/* 20 Sep 2012, HelenaBone: Added to format Logon panel */
/*28/04/2014 - Usman - removed ";" from the border-radius assignment*/
/* MXC-2001 - 09/08/2018 - Gary - MXC Monitor: Bulk Reprocess/Resend/Rewind display problem, set the white-space to normal to prevent error message overflow */
.LogonPanel {
    font-size: 11px;
    color: #5a5a5a;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    white-space: normal;
    padding: 50px;
    max-width: 400px;
    width: 60%;
    margin: 0 auto;
}

/*28/04/2014 - Usman - added style classes to display the monitoring crud page.*/
.divMonitorApplicationContainer {
    padding: 10px;
    width: 70%;
}

.divPanelContainers {
    padding: 10px;
    width: 40%;
}

.tableInputForm {
    padding: 3px;
    vertical-align: top;
    width: 97%;
}

    .tableInputForm td {
        vertical-align: top;
    }

/*01/08/2014 - Usman - 36137 -CSS for Modal Popup*/
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
	background-color: #FFFFFF;
	width: 600px;
	border: 3px solid #006999; /* MXC-2638 #0091D4; */
	border-radius: 12px;
	padding: 0
}

.modalPopupHeader {
	background-color: #006999; /* MXC-2638 #0091D4; */
	height: 30px;
	color: White;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.modalPopupBody {
    padding: 10px;
    min-height: 50px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

    .modalPopupBody textarea {
        width: 97%;
        height: 100%;
    }

.modalPopupFooter {
    padding: 6px;
    text-align: right;
}

	.modalPopupFooter input[type=submit] {
		height: 23px;
		color: White;
		line-height: 10px;
		font-weight: bold;
		cursor: pointer;
		border-radius: 4px;
		background-color: #006999; /* MXC-2638 #0091D4; */
		border: 1px solid #0DA9D0;
		padding: 4px;
		margin-left: 5px;
	}
/*10/09/2015 - Usman - 66461 - errorField css*/
.errorField {
    display: block;
    background-color: Red;
    padding: 5px;
    margin: 5px;
    color: white;
}

/* 9/5/2019 MXC-1872 Internal user server ribbons https://codepen.io/eode9/pen/twkKm */

.corner-ribbon {
    width: 400px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    white-space: nowrap;
    font-size: 14px;
    opacity: 0.9;
    transition: all .3s ease-in;
}

    .corner-ribbon:hover {
        opacity: 0.0;
    }

    /* Custom styles */
    .corner-ribbon.sticky {
        position: fixed;
    }

    .corner-ribbon.shadow {
        box-shadow: 0 0 3px rgba(0,0,0,.3);
    }

    /* Different positions */

    .corner-ribbon.bottom-right {
        top: auto;
        right: -100px;
        bottom: 100px;
        left: auto;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

	/* MXC-1514 - 07/10/2019 - Paulo - add extra space between radio button and text */
	input[type="radio"] {
		margin-right: 5px;
	}

/* MXC-1966 - 16/8/2019 - Gary - Impersonating a user with an expired password brings up the change password screen */

.alert-wrap {
    background-color: #666666;
}

.alert {
    padding: 20px;
    background-color: #666666;
    color: white;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

/* 19/11/2020 MXC-2757 */

.designtable {
	margin: 0px 0 5px 20px;
	border-spacing: 5px;
	border-collapse: separate;
	table-layout: fixed;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	margin-left: inherit;
}

	.tooltip .tooltiptext {
		visibility: hidden;
		width: 300px;
		background-color: #00214D;
		color: #fff;
		text-align: left;
		border-radius: 4px;
		padding: 8px;
		position: absolute;
		z-index: 1;
		top: 125%;
		left: 30%;
		margin-left: -60px;
		opacity: 0;
		transition: opacity 0.3s;
	}

		.tooltip .tooltiptext::after {
			content: "";
			position: absolute;
			bottom: 100%;
			left: 10%;
			margin-left: -5px;
			border-width: 5px;
			border-style: solid;
			border-color: transparent;
		}

		.tooltiptext > a {
			color: #fff;
		}

	.tooltip:hover .tooltiptext {
		visibility: visible;
		opacity: 1;
	}