#bodyMaster {
    background-clip: border-box;
    background-image: url(/contents/images/Bg_headerMaster.png);
    background-position: 0 -67px;
    background-repeat: repeat-x;
    border-top: transparent;
    color: #333;
    font: 100.01% Verdana, Arial, Helvetica, sans-serif;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    padding: 0;
}

.container {
    margin: 0 auto;
    min-width: 750px;
    position: relative;
}

#logo {
    background-image: url(/contents/images/logo_master.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    margin-left: 5px;
    width: 40px;
}

#CompanyName {
    background-image: url(/contents/images/companyname_master.png);
    background-position: right;
    background-repeat: no-repeat;
    float: left;
    height: 0px;
    margin-top: 17px;
    padding-top: 26px;
    width: 360px;
}

#CompanyNameText {
    font-size: 12px;
    font-weight: bold;
    margin-top: 3px;
    padding-left: 7px;
    text-align: left;
}

#Tanggal {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding-right: 22px;
}

#icon {
    background-image: url(/contents/images/bg_icon_master.png);
    background-repeat: no-repeat;
    height: 34px;
    margin-top: 3px;
    width: 60px;
}

/*#HomeButton
{
    background-image: url(/contents/images/icon_home_master.png);
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    display: block;
    font-size: 0;
    width: 24px;
    height: 24px;
    line-height: 0;
    outline: none;
    text-indent: -999px;
    margin: 1px;
}*/

#ProfileButton {
    background-image: url(/contents/images/icon_profile_master.png);
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    line-height: 0;
    margin: 1px;
    outline: none;
    text-indent: -999px;
    width: 24px;
}

#DocumentButton {
    background-image: url(/contents/images/icon_folder_master.png);
    background-position: center;
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    line-height: 0;
    margin: 1px;
    outline: none;
    text-indent: -999px;
    width: 24px;
}

#SettingButton {
    background-image: url(/contents/images/icon_setting_master.png);
    background-position: center;
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    line-height: 0;
    margin: 1px;
    outline: none;
    text-indent: -999px;
    width: 24px;
}

#LogOutButton {
    background-image: url(/contents/images/icon_logout_master.png);
    background-position: center;
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    line-height: 0;
    margin: 1px;
    outline: none;
    text-indent: -999px;
    width: 66px;
}

.top {
    margin-bottom: 20px;
    min-height: 110%;
}

.rootnode {
    background-color: #030A5D;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 2px;
    font-size: 9pt;
    font-weight: bold;
    width: 180px;
}

.leafnode {
    background-color: #CCCCCC;
    border-bottom: 1px solid #FFFFFF;
    font-size: 8pt;
    letter-spacing: -1px;
    width: 160px;
}

.Masterfooter {
    background: url(../images/loginPageBorder.jpg) repeat-x left bottom;
    bottom: 0;
    height: 10px;
    margin-top: 30px;
    position: fixed;
    width: 100%;
}

#mainleftblock { margin-bottom: 20px; }

#mainleftblock a {
    color: #030A5D;
    font-size: 8pt;
    padding-left: 9px;
    text-decoration: none;
    width: 230px;
}

.parentlist {
    background: #030A5D;
    border-radius: 2px;
    color: White;
    font-size: 9pt;
    font-weight: bold;
    height: 25px;
    padding-left: 5px;
    width: 230px;
}

.childlist {
    background: #CCCCCC;
    border-radius: 2px;
    height: 25px;
}

/*view order*/

.formTextColor, .formLabelColor, .Multiline {
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    line-height: 25px;
    margin: 1px 0px 0px 1px;
    padding-left: 10px;
}

.formTextColorMod {
    color: #000000;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    line-height: 25px;
    padding-left: 10px;
    width: 120px;
}

.formLabelColor, .Multiline {
    background-color: #CCCCCC;
    color: Black;
}

.formLabelColor div { padding: 0px; }

.formLabelColor { min-height: 2.1em; }

.formTextColor {
    background-color: #030A5D;
    color: #FFFFFF;
}

.Multiline {
    border: none;
    max-height: 150px;
    padding-left: 0px;
    resize: vertical;
    width: 100%;
}

/* end view order*/

/*OrderConfirmation*/

/* view add survey point Office*/

.fontColor { color: #808080; }

.fontColor2 {
    color: White;
    font-weight: bold;
}

.TextBox {
    border: 1px Solid #CCCCCC;
    height: 22px;
}

.PageLiteral {
    color: #030A5D;
    font-family: Arial;
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
    padding: 0;
}

/*View Result Personal*/

.formTextColor { background: #2F3DA5; }

.clueLabel { background: #666666; }

.formTextResult {
    color: #2F3DA5;
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
}

.warning { color: Red; }

.formTextColorUser {
    background-color: #2F3DA5;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    line-height: 25px;
    padding-left: 10px;
    width: 150px;
}

.HintFont {
    color: #303030;
    font-size: 10pt;
}

.Dashboard {
    float: left;
    height: 15px;
    margin-top: 1px;
    width: 15px;
}

.PreSurvey { background-color: #E6E6E6; }

.Survey { background-color: #CCCCCC; }

.AfterSurvey { background-color: #999999; }