﻿body
{
    font-family: Arial, Helvetica, sans-serif;  
}

table.centre
{
    margin-left: auto;
    margin-right: auto;
}

/*body
{
    width: 940px;
    height: 768px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

table.masterLayout
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    width: 100%;
    border-spacing: 0px;
    padding: 0px;
}


table.maxLayout
{
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

table.maxLayout td
{
    padding: 0px;
}



table.formLayout
{
    width: 100%;
    border: 0px;
    border-spacing: 0px;
    padding: 0px;
    vertical-align: top;
    border-collapse: collapse;
}

table.formLayout td
{
    padding: 0;
}

.tdPadding
{
    padding-left: 10px !important;
}*/

.valignTop
{
    vertical-align: top;
}

.alignCenter
{
    text-align: center;
}

.alignRight
{
    text-align: right;
}

.heading
{
    color: #FFFFFF;
    font-size: 1.125em; /*font-family: Arial;*/
    line-height: 1.5;
    font-weight: bold;
    /*background-color: #24A1D7;*/
    background-color: #0047AB;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.noticeBoxTbl
{
    width: 150px;
    border: 0;
    border-spacing: 0;
    padding: 0;
    border-collapse: collapse; /* hack is needed for IE7 also */
}

.noticeBoxBorder
{
    vertical-align: top;
    border-left: solid;
    border-bottom: solid;
    border-right: solid;
    border-color: #0056AC;
    min-height: 200px;
    width: 155px;
}

.noticeBoxHeading
{
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    background-color: #0056AC;
    font-size: 1.125em;
}

.boxBorder
{
    border: 1px solid black;
    border-color: #000000;
}

table.tblBorder
{
    border-style: none solid solid none;
    border-width: 1px;
    border-color: black;
}

table.tblBorder th
{
    border-style: solid none none solid;
    border-width: 1px;
    border-color: black;
}

table.tblBorder td
{
    border-style: solid none none solid;
    border-width: 1px;
    border-color: black;
}


/*** font size control ***/

.base_font
{
    /*color: #000000;*/
    font-weight: normal;
    font-size: 0.875em;
}

.bold_font
{
    /*color: #000000;     font-size: 10pt;*/
    font-weight: bold; /*font-family: Arial;*/
}

.main_note_font
{
    color: #252AEF;
}

.smaller_font
{
    font-size: 0.786em; /*font-weight: normal; font-family: Arial;*/
}

.smaller_bold_font
{
    /*color: #000000;*/
    font-size: 0.786em;
    font-weight: bold; /*font-family: Arial;*/
}

.error_font
{
    color: #FF0000; /*font-size: 8pt;     font-weight: normal;     font-family: Arial;*/
}
/*.error_font > ul 
{
    list-style-position:inside;
    text-align:left;
    display:inline-block;
}*/
.footnote_font
{
    color: #252AEF;
    font-size: 9pt;
    font-weight: normal;
    font-style: italic; /*font-family: Arial;*/
}

.italic_font
{
    font-style: italic; /* font-weight: normal; /*font-family: Arial;*/
}

.heading_3
{
    font-weight: normal;
    font-size: 12pt; /*font-family: Arial;*/
}

.heading_4
{
    font-weight: bold;
    font-size: 12pt; /*font-family: Arial;*/
}

.heading_5
{
    font-weight: bold;
    font-size: 14pt; /*font-family: Arial;*/
}

.heading_6
{
    font-weight: bold;
    font-size: 16pt; /*font-family: Arial;*/
}

.heading_7
{
    font-weight: bold;
    font-size: 40pt; /*font-family: Arial;*/
}


#content
{
    width: 100%;
    vertical-align: top;
}



/****************************************/

/*========= Start Btn ========*/

.btnGeneric
{
    height: 24px;
}

.btnSmall
{
    line-height: 1;
    height: 22px;
    width: 95px;
    background-color:#111E6C;
    color:white;
    border:#111E6C;
}

.btnBig
{
    line-height: 1;
    height: 22px;
    width: 160px;
    background-color:#111E6C;
    color:white;
    border:#111E6C;
}

/*========= End Btn ========*/

/*========= Start Nav Bar========*/

.navMenu
{
    width: 200px;
    vertical-align: top;
}

.tblMenuWidth
{
    /*width: 200px;*/
    z-index: 3;
    position:relative;
    width: 250px;
    text-align: left;
}

.subLeftNavArrow
{
    padding-right: 15px;
    padding-left: 10px;
    height: 30px;
    float: left;
}

.subLeftNavL2Txt
{
    color: #0f4a7e;
    text-align: left;
    font-size: 0.75em;
}

.doublearrow2
{
    font-family: Arial, Helvetica, sans-serif; /*font-size: 0.813em;*/
    font-weight: bold;
    font-style: normal;
    color: #0baafa;
    text-align: right;
}

.subleftnavtxt
{
    z-index: 3;
    position:relative;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #0b375e;
    font-size: 0.813em;
}

a.subleftnavtxtlink:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #0b375e;
    text-decoration: none;
}

a.subleftnavtxtlink:visited
{
    text-decoration: none;
    /*color: #0b375e;*/
    color: purple;
}

a:visited
{
    text-decoration: none;
    /*color: #0b375e;*/
    color: purple;
}

a.subleftnavtxtlink:hover
{
    text-decoration: underline;
    color: #66ccff;
}

a.subleftnavtxtlink:active
{
    text-decoration: none;
    color: #0b375e;
}

.subleftnavtxtSelected
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold; 
    color: #0b375e;
    /*background: url(../images/img_highlightoverstate.jpg);*/
    background-repeat: repeat-y;
    background-position: top;
    font-size: 0.813em;
}

.sub_verDividerTop
{
    /*background: url(../images/img_verticalrule_top.png);*/
    background-repeat: no-repeat;
    background-position: right bottom;
    /*width: 200px;*/
    width: 250px;
    height: 40px;
    border-right: thin solid #808080;
}

.subpage_vrmiddle
{
    /*background: url(../images/img_verticalrule_middle.png);*/
    background-repeat: repeat-y;
    background-position: right;
    text-align: left;
    /*width: 200px;*/
    width: 250px;
    border-right: thin solid #808080;
}
.subpage_vrbottom
{
    /*background: url(../images/img_verticalrule_bottom.png);*/
    background-repeat: no-repeat;
    background-position: right top;
    /*width: 200px;*/
    width: 250px;
    height: 40px;
    border-right: thin solid #808080;
}

.subhrdivider
{
    /*background-color: #e3effa;*/
    /*background: url(../images/img_hr_bg.jpg);*/
    background-repeat: no-repeat;
    background-position: right;
    height: 2px;
    background-size: 100%;
}


/*=========End Nav Bar========*/

/*=========Start MastHead========*/

.top_bg
{
    /*background: url(../images/img_bg_top.jpg);*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0px;
    text-align: left;
    vertical-align: top;
}


.logo_Container
{
    padding-left: 20px;
    width: 350px;
    margin: 0 auto;
    float: left;
}

.logo2align
{
    width: 488px;
}


#logo
{
    text-align: right;
}

.bannerPadding
{
    width: 10px;
}

.topNavIcon
{
    text-decoration: none;
}

/*=========End MastHead========*/

/*=========Start User Form========*/

/*.lblCurrentStage
{
    border-color: Black;
    border-width: 1px;
    border-style: solid;
    width: 25%;
    background-color: #23BFB8;
    text-align: center;
    font-weight: bold;
}

.lblOtherStage
{
    border-width: 1px;
    border-style: solid;
    width: 25%;
    background-color: #CEF6F4;
    text-align: center;
}

.nextStageArrow
{
    background: url(../Images/img_arrow.gif);
    background-position: center;
    background-repeat: no-repeat;
}*/
.lblCurrentStage
        {
            /*border-color: Black;*/
            /*border-width: 1px;*/
            border-style: solid;
            /*width: 100%;*/
            /*background-color: #23BFB8;*/
            background-color: #000080;
            color: white;
            text-align: center;
            font-weight: bold;
        }

        .lblOtherStage
        {
            border-width: 1px;
            border-style: solid;
            /*width: 25%;*/
            /*background-color: #CEF6F4;*/
            background-color: #d3d3d3;
            text-align: center;
        }

        .nextStageArrow
        {
            background: url(../Images/img_arrow.gif);
            background-position: center;
            background-repeat: no-repeat;
        }
/*=========End User form========*/


.ulBorder
{
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-color: #000000;
    border-width: 1px;
}

.infoBox
{
    vertical-align: top;
    color: #544E4F;
    padding: 2px;
    border-style: double;
}

.singaporeCrest
{
    background: url(../Images/crest.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.hrLine
{
    margin-top: 0px;
    margin-bottom: 0px;
    height: 0px;
}

.disable /* Disable HL need to apply this CSS, as only IE support disable para in input */
{
    /*color: gray!important;*/
    color: white!important;
}

.wordWrap
{
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word;
    word-break:break-all;
}

.Space label {
    margin-left: 5px;
    padding-right: 3px;
}

.spacedGroup input[type="radio"]
{
    margin: 3px 3px;
}

.divWidth1
{
    width:1px;
}

.divWidth10 
{
    width:10px;
}

.divWidth15
{
    width:15px;
}

.divWidth20 
{
    width:20px;
}

.divWidth50 {
    width: 50px;
}

.divWidth115
{
    width:115px;
}

.spacer5 {
    height: 5px;
}

.spacer10 {
    height: 10px;
}

.nopadding {
    padding: 0px;
}

.tablePadding {
    padding-left: 15px;
    padding-right: 15px;
}

.SpaceInline label 
{
    margin-left: 5px;
    display:inline;
}

.alignWrapText input[type=radio] 
{
    float: left;
    margin: 5px;
}

.alignWrapText label 
{
    margin-left: 10px;
    display:block;
    margin-bottom: 0;
}

.alignWrapTextTick label {
    margin-left: 0;
    display: block;
    margin-bottom: 0;
}

.enqCardBgColor 
{
    /*background-color:#F2FFFD;*/
    /*background-color:#e8f9f7;*/
    background-color:#0047ab;
}

.PSenqCardBgColor 
{
    background-color:#22bdeb;
}
.sg-govt-header {
  background: #F0F0F0;
}

.logo-sg-govt {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-image: url("../images/lion-head.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.text-sg-govt {
  font-size: 0.7rem;
  margin-left: 0.25rem;
  line-height: 1rem;
}

.logo-sg-govt {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-image: url("../images/lion-head.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.img-ballotbox {
  /*display: inline-block;*/
  width: 9rem;
  height: 9rem;
  content: "";
  background-image: url("../images/ballotbox_pse.png");
  background-size: contain;
  background-repeat: no-repeat;
}

a.newSubleftnavtxtlink:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: white;
    text-decoration: none;
}

a.newSubleftnavtxtlink:visited
{
    text-decoration: none;
    color: white;
}

a.newSubleftnavtxtlink:hover
{
    text-decoration: Underline;
    color: white;
}

a.newSubleftnavtxtlink:active
{
    text-decoration: none;
    color: white;
}

.order-6 {
    order: 6 !important;
}

.order-7 {
    order: 7 !important;
}

.order-8 {
    order: 8 !important;
}

.order-9 {
    order: 9 !important;
}

.order-10 {
    order: 10 !important;
}

.order-11 {
    order: 11 !important;
}

@media (min-width: 576px) {
    .order-sm-6 {
        order: 6 !important;
    }

    .order-sm-7 {
        order: 7 !important;
    }

    .order-sm-8 {
        order: 8 !important;
    }

    .order-sm-9 {
        order: 9 !important;
    }

    .order-sm-10 {
        order: 10 !important;
    }

    .order-sm-11 {
        order: 11 !important;
    }
}

@media (min-width: 768px) {
    .order-md-6 {
        order: 6 !important;
    }

    .order-md-7 {
        order: 7 !important;
    }

    .order-md-8 {
        order: 8 !important;
    }

    .order-md-9 {
        order: 9 !important;
    }

    .order-md-10 {
        order: 10 !important;
    }

    .order-md-11 {
        order: 11 !important;
    }

    .ps-md-6 {
        padding-left: 4rem !important;
    }

    .ps-md-7{
        padding-left: 5rem !important;
    }

    .ps-md-8 {
        padding-left: 6rem !important;
    }
}

@media (min-width:992px){
    .ps-lg-6 {
        padding-left: 4rem !important;
    }

    .ps-lg-7 {
        padding-left: 5rem !important;
    }

    .ps-lg-8 {
        padding-left: 6rem !important;
    }
}

@media (min-width:1200px) {
    .ps-xl-6 {
        padding-left: 4rem !important;
    }

    .ps-xl-7 {
        padding-left: 5rem !important;
    }

    .ps-xl-8 {
        padding-left: 6rem !important;
    }
}

.btnTransWidth {
    width: auto;
    height: auto;
    padding: 12px;
    border-radius: 2px;
}

.mandatoryRed{
    color:red;
}

/*.divWidth20 > .alignWrapTextTick > input[type="radio"],*/
.alignWrapTextTick > input[type="radio"] {
    display: none;
}
    .divWidth20 > .alignWrapTextTick > input[type="radio"] + label,
    .alignWrapTextTick > input[type="radio"] + label {
        display: inline-block;
        cursor: default;
    }
        .divWidth20 > .alignWrapTextTick > input[type="radio"] + label:before,
        .alignWrapTextTick > input[type="radio"] + label:before {
            content: "";
            display: inline-block;
            position: relative;
            border: 1px solid #000;
            /*border-radius: 50px;*/
            width: 14px;
            height: 14px;
            line-height: 12px;
            margin: 0;
            color: rgb(84, 84, 84), rgb(170, 170, 170);
            border-color: rgba(118, 118, 118, 0.3);
            cursor: default;
            margin-right: 6px;
        }

    .divWidth20 > .alignWrapTextTick > input[type="radio"]:checked + label:before,
    .alignWrapTextTick > input[type="radio"]:checked + label:before {
        content: "✔";
        /*font-family: 'lucida grande';*/
        font-size: 17px;
        opacity: 0.6;
        line-height: 12px;
        text-align: center;
    }

.divWidth20 > .alignWrapTextTick > input[type="radio"] + label {
    display: inline-block;
    cursor: default;
}

        .divWidth20 > .alignWrapTextTick > input[type="radio"] + label:before {
            content: "";
            display: inline-block;
            position: relative;
            border: 1px solid #000;
            /*border-radius: 50px;*/
            width: 14px;
            height: 14px;
            line-height: 12px;
            margin: 0;
            color: rgb(84, 84, 84), rgb(170, 170, 170);
            border-color: rgba(118, 118, 118, 0.3);
            cursor: default;
            margin-right: 6px;
            margin-top: 5px;
        }

    .divWidth20 > .alignWrapTextTick > input[type="radio"]:checked + label:before {
        content: "✔";
        /*font-family: 'lucida grande';*/
        font-size: 17px;
        opacity: 0.6;
        line-height: 12px;
        text-align: center;
    }