﻿ 
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

/*@font-face {
    font-family: 'Source Sans Pro';
    src: url('../Fonts/source-sans-pro/source-sans-pro.regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}*/

/* DEFAULTS
----------------------------------------------------------*/
body {
    background: #FFFFFF;
    font-size: .80em;
    font-family: "Source Sans Pro", "Segoe UI", "Helvetica Neue", "Arial", "Verdana", "Lucida Sans","Helvetica", "sans-serif";
    margin: 0px;
    padding: 0px;
}

.main
{
    padding: 0px;
    margin: 0px 0px 8px 10px;
    min-height: 420px;
}

* { _noFocusLine: expression(this.hideFocus=true); } /* ie7 */
::-moz-focus-inner {border:0;}                       /* firefox */

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #2A2A2A;
    font-weight: 200;
}

h1 {
    font-size: 1.8em;
    padding-bottom: 15px;
    margin-bottom: 0px;
    font-weight:700;
    color:#3378B5;
}

h2 {
    font-size: 1.4em;
    font-weight: 600;
    color: #3378B5;
}

h3
{
    font-size: 1.2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

h4
{
    font-size: 1.4em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 400;
}

h5, h6 {
    font-size: x-small;
    color: #2A2A2A;
}

p
{
    color: #2A2A2A;
}

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}
.failureNotification
{
    font-size: 9pt;
    color: Red;
}

.watermarked
{
    color: #C0C0C0;
    border: 1px solid #BEBEBE;
}

.sideMenu
{
    margin: 100px 0px 0px 0px;
    border-left:solid 8px white;
    left:0%;
    z-index:1;
    position: fixed;
    width: 130px;
    height: 400px;
    background-color: white;
}

.sideMenuItem {
    color: #666666;
    font-size: 9pt;
    font-weight: 500;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    text-decoration: none;
    height: 25px;
}

.sideMenuCell
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
}

.sideMenuItem:hover {
    color: #253746;
    font-weight: 500;
}

.sideMenuItem:active {
    color: #253746;
    font-weight: 500;
}

.mainInputPage
{
    margin-top: 100px;
    margin-left: 130px;
    padding: 4px;
    float: left;
    position: relative;
    width: 800px;
    color: #2A2A2A;
    min-height: 420px;
    margin-bottom: 8px;
}

.mainInputPageWide
{
    margin: 100px 0px 20px 150px;
    float: left;
    overflow:hidden;
    position: relative;
    min-width:900px;
    width: 91%;
    min-height: 830px;  
}

.clear
{
    clear: both;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    background-color: #FFFFFF;
    margin: 0px auto 0px auto;
}

.body
{
    padding: 0px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.pageWorkArea
{
    padding: 0px 0px 10px 0px;
    margin: 0px;
    position: relative;
    width: 100%;
    color: #2A2A2A;
    top: 0px;
    left: 0px;
}

.sectionPanel
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

.pageTitle
{
    font-size: 2.6em;
    font-weight: 700;
    width: 100%;
    color: #3378B5;
}

.informationBox
{
    margin: 0px auto 0px auto;
    border: medium solid #808080;
    padding: 0px 10px 0px 10px;
    width: 300px;
    background-color: #EEEEEE;
}

.popupMessage {
    padding:0px 10px 10px 10px; 
    border-style:solid; 
    border-color:silver; 
    border-width:1px; 
    background-color:white;
}

.rectPopupPanel
{
    background-color: White;
    padding: 20px;
    border: 1px solid #2A2A2A;
    color: #2A2A2A;
    font-size: 9pt;
}

.innerPopupPanel
{
    background-color: White;
    padding: 20px;
    border: 1px solid #2A2A2A;
    color: #2A2A2A;
    font-size: 9pt;
}

.textbox_login {
    border: thin solid #C0C0C0;
    font-family: "Source Sans Pro", "Segoe UI", "Helvetica Neue", "Arial", "Verdana", "Lucida Sans","Helvetica", "sans-serif";
    background-color: #FFFFFF;
}

input:-webkit-autofill.textbox_login,
input:-webkit-autofill.textbox_login:hover,
input:-webkit-autofill.textbox_login:focus,
input:-webkit-autofill.textbox_login:active {
    -webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ECF3F7 inset !important;
}

.textbox {
    border: thin solid #C0C0C0;
    font-family: "Source Sans Pro", "Segoe UI", "Helvetica Neue", "Arial", "Verdana", "Lucida Sans","Helvetica", "sans-serif";
}

.textboxBackground {
    background-color: #ECF3F7;
}

.textboxRequired {
    border: thin solid #C0C0C0;
    font-family: "Source Sans Pro", "Segoe UI", "Helvetica Neue", "Arial", "Verdana", "Lucida Sans","Helvetica", "sans-serif";
    background-color: aliceblue;
}

.modal 
{
    height:100%;
    position:fixed;
    background-color:white;
    filter:alpha(opacity=50);
    opacity:0.5 !important;
}       
.hiddencol
{
    display: none;
    width: 0px;
}

.hideGridColumn
{
    display: none;
    width: 0px;
}

.buttonBar
{
    width: 100%;
    text-align: right;
    height: 50px;
}

.buttonNavigate {
    border-radius: 3px;
    border-width: 0px;
    border-color: Silver;
    background-color: #3378B5;
    color: white;
    font-weight: 500;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

    .buttonNavigate:hover {
        background-color: #1D62A0;
        cursor: pointer;
    }

    .buttonNavigate:active {
        background-color: #1D62A0;
    }


.buttonEnquire {
    border-radius: 3px;
    border-width: 0px;
    border-color: #eaeaea;
    background-color: #eaeaea;
    color: Black;
    font-weight: 500;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

    .buttonEnquire:hover {
        cursor: pointer;
    }

.buttonEnquire:active {
}


.tooltip {
    padding: 5px;
    border: 2px solid #3378B5;
    background-color: aliceblue;
    color: black;
    font-size: 9pt;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: justify;
    text-justify: inter-word;
    display: none;
}

.twoPanelLeftWorkArea
{
    float: left;
    position: relative;
    width: 380px;
    min-height: 420px;
}

.twoPanelRightWorkArea
{
    float: left;
    position: relative;
    width: 400px;
    min-height: 420px;
    padding-left: 10px;
    border-left: 1px dotted #CCCCCC;
}

/* Header
----------------------------------------------------------*/
#logo {
    background-image: url(/images/FE/Logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 185px;
    height: 76px;
    float: left;
    margin: 10px 0 0 10px;
}

#logo span {
	display: none;
}

header {
    width: 100%; 
    min-width: 850px;
	margin: auto;
    position: fixed;
    top: 0%;
    background-color: white;
    z-index:1;
}

header p, header ul {
    margin: 0px 0px 1em 0px;
    padding: 0;
}

header li {
    margin-left: 1.5em;
    margin-bottom: 0.3em;
}

    header a {
        text-decoration: none;
        outline: 0 !important;
        font-family: 'Source Sans Pro', 'Arial Narrow', sans-serif;
        font-size: 11px;
    }

    header a:focus, header a:active, *:focus {
        outline: none !important;
    }

nav {
	padding-top: 55px;
}

nav a {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

#main-menu {
	float: left;
	list-style: none;
}

#main-menu span {
	border-top: 5px solid #FFF;
	padding-top: 5px;
}

#main-menu a {
	padding-top: 10px;
	display: block;
}

#main-menu a.active span {
	border-top: 5px solid #0952b5;
}

#main-menu a:hover {
	color: #0952b5;
}

#main-menu li {
	float: left;
	text-align: center;
	width: 108px;
}

.buttons {
	padding-top: 13px;
	float:right;
	text-align:right;
}

.buttons a {
	margin: 0 10px;
	color: #4d98ff;
}

.HeaderBar{
    width: 100%;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
}

.HeaderBarImage
{
    background-image: url('../Images/article_head_image.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
}

.headerBlock
{
    width: 100%;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

/* Footer
----------------------------------------------------------*/
footer {
	color: #888888;
    background-color: white;
	margin: auto;
	height: 15px;
	line-height: 15px;
	position: fixed;
    bottom: 0%;
    width: 100%;
    font-size: 11px;
}

    footer a {
        text-decoration: none;
        outline: 0 !important;
        font-family: 'Source Sans Pro', 'Arial Narrow', sans-serif;
        color: #888;
        padding-left: 10px;
        font-size: 11px;
    }


/* Tables
----------------------------------------------------------*/

.table {
    margin: 1px 0px 1px 1px;
    padding: 2px;
    text-align: left;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    color: #2A2A2A;
    vertical-align: bottom;
    border-collapse: collapse;
}

.tableResultsOuter 
{
    margin-top:5px;
    border-width:1px;
    border-color:#669999; 
    border-style:solid;
    padding:2px;
}

.tableResultsOuterSelected
{
    margin-top:5px;
    border-width:3px;
    border-color:Blue; 
    border-style:solid;
    padding:0px;
}


.tableResultsInnerProduct {
    text-align: center;
    vertical-align: middle;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 8pt;
    min-width: 100px;
    max-width: 100px
}

.tableResultsInnerProductSimple {
    text-align: center;
    vertical-align: middle;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 8pt;
    min-width: 100px;
    max-width: 100px;
    padding-left: 10px;
    padding-right: 10px;
}

.tableResultsInner {
    text-align: right;
    vertical-align: middle;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.tableResultsImage {
    vertical-align: middle;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.tableResultsFamilyLinking {
    vertical-align: middle;
    text-align: center;
    min-width: 30px;
    max-width: 30px;
}

.tableResultsPlatinum {
    vertical-align: middle;
    text-align: right;
    min-width: 80px;
    max-width: 80px;
}

.tableResultsButton {
    background-color: #3378B5;
    color: white;
    border-radius: 3px;
    border-width: 1px;
    border-color: Silver;
    width: 45px;
    Height: 30px;
    Font-Size: x-small;
    font-weight: 600;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

.tableResultsSelect {
    margin-top: 5px;
    border-width: 1px;
    border-color: #669999;
    border-style: solid;
    padding: 2px;
    vertical-align: middle;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 8pt;
}


.tableQuestionnaire {
    border-style: none;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    color: #3378B5;
    text-align: left;
    padding: 2px;
    vertical-align: bottom;
    border-collapse: collapse;
}

.tablePlatformUsage
{
    border-collapse: collapse;
}

.tcBoldSolidLeft
{
    font-size: 9pt;
    color: #808080;
    font-weight: Bold;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding: 5px;
    height: 19px;
}

.tcBoldDottedLeft
{
    font-size: 9pt;
    color: #808080;
    font-weight: Bold;
    text-align: left;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
    padding: 5px;
    height: 19px;
}

.tcBoldSolidRight
{
    font-size: 9pt;
    color: #808080;
    font-weight: Bold;
    text-align: right;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding: 5px;
    height: 19px;
}

.tcBoldDottedRight
{
    font-size: 9pt;
    color: #808080;
    font-weight: Bold;
    text-align: right;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
    padding: 5px;
    height: 19px;
}

.tcNormalSolidLeft
{
    font-size: 9pt;
    font-weight: 100;
    color: #2A2A2A;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding: 5px;
    height: 19px;
}

.tcNormalDottedLeft
{
    font-size: 9pt;
    font-weight: 100;
    color: #2A2A2A;
    text-align: left;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
    padding: 5px;
    height: 19px;
}

.tcNormalSolidRight
{
    font-size: 9pt;
    font-weight: 100;
    color: #2A2A2A;
    text-align: right;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding: 5px;
    height: 19px;
}

.tcNormalDottedRight
{
    font-size: 9pt;
    font-weight: 100;
    color: #2A2A2A;
    text-align: right;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
    padding: 5px;
    height: 19px;
}


/* Grids
----------------------------------------------------------*/

.gridViewHeaderStyle {
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
    font-size: 9pt;
    color: #3378B5;
    font-weight: 200;
    text-decoration: none;
    font-family: "Source Sans Pro", "Helvetica Neue", "Lucida Grande", "Segoe UI", "Arial", "Helvetica", "Verdana", "sans-serif";
}


.gridViewFooterStyle
{
    border-top-style: solid;
    border-top-width: thin;
    border-top-color:  #C0C0C0;
    height: 30px;
    font-weight: bolder;
}


.gridViewRowStyle
{
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
    color: #2A2A2A;
    height: 30px;
}

.gridViewHeaderStyleFilter
{
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color:  #C0C0C0;
    height: 20px;
    font-size: 8pt;
    font-weight: normal;
}

.gridViewFooterStyleFilter
{
    border-top-style: solid;
    border-top-width: thin;
    border-top-color:  #C0C0C0;
}

.gridViewRowStyleFilter
{
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
    height: 25px;
}

.gridViewFooterStyleCeeding
{
    border-top-style: solid;
    border-top-width: thin;
    border-top-color:  #C0C0C0;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color:  #C0C0C0;
    background-color: #F4F4F4;
    height: 30px;
    font-weight: bolder;
}

.pager 
{
    font-size: 100%;
}

.pager a
{
    font-size: 100%;
    text-decoration: none;
    border: solid 1px #15B;
    color: #2A2A2A;
}

.pager span
{
    font-size: 100%;
    text-decoration: none;
    border: solid 1px #2A2A2A;
    color: #15B;
    background-color: #CCCCCC;
}

.pager a, .pager span
{
    display: block;
    float: left;
    padding: 2px 3px 2px 3px;
    margin-right: 4px;
    margin-bottom: 4px;
}

#mylogo_upload_button input[type="file"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.inputtypefileButton {
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;
}

.loginPage_footer {
    width: 400px;
    margin-top: 10px;
    margin-left: 100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
}

.loginPage_footer a {
    text-decoration: none;
    font-size: 12px;
}
.loginPage_footer a:link {
    color: inherit
}

.loginPage_footer a:active {
    color: inherit
}

.loginPage_footer a:visited {
    color: inherit
}

.loginPage_footer a:hover {
}

.btnNext, .btn {
    height: 25px;
    width: 50px;
}

.tabHeader {
    color: #3378B5;
}

.UnAuthDiv {
    width: 420px;
    margin-left: 100px;
    padding: 20px 80px 30px 80px;
    background-color: #FFFFFF;
    border: 2px solid silver;
    text-align: left;
}

.UnAuthDiv h1 {
    color: red;
}

.UnAuthDiv p {
    font-size: 13px;
    text-align: left;
}

.UnAuthDiv a {
    text-decoration: none;
    color: #0952b5;
}

.UnAuthDiv a:hover {
    color: #07418f;
}