﻿.loading-modal {
    background: rgba(255, 255, 255, .8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */

body.loading { overflow: hidden; }

/* Anytime the body has the loading class, our
   modal element will be visible */

body.loading .loading-modal { display: block; }

/* login */

* {
    margin: 0;
    padding: 0;
}

html, body { height: 100%; }

.warningLiteral {
    color: #AA0000;
    font-size: 8pt;
    height: 50px;
    line-height: 25px;
}

.login_borderTop {
    background: url(../images/login/loginPageBorder.jpg) repeat-x left bottom;
    background-image: url(../images/login/loginPageBorder.jpg);
    height: 10px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.login_container { min-height: 100%; }

.login_borderBottom {
    background: url(../images/login/loginPageBorder.jpg) repeat-x left bottom;
    bottom: 0;
    float: left;
    height: 10px;
    width: 100%;
}

.OuterLogin {
    background: url(../images/login/loginShadow.jpg) no-repeat center bottom;
    z-index: -99;
}

.OuterLoginHeader {
    height: 105px;
    margin: 0 auto;
    padding-top: 80px;
    table-layout: auto;
    width: 450px;
}

.OuterLoginHeaderLeft {
    background: url(../images/login/logoGSI2.png) no-repeat center center;
    height: 85px;
    margin: auto;
    width: 120px;
}

.OuterLoginHeaderRight1 { height: 16px; }

.OuterLoginHeaderRight2 {
    background: url(../images/login/GSI.png) no-repeat center;
    height: 75px;
    margin-left: 75px;
}

.OuterLoginHeaderRight3 {
    color: #333333;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

.OuterLoginBody {
    height: 220px;
    margin: 0 auto;
    width: 440px;
}

.OuterLoginBodyWrapper { margin: auto; }

.OuterLoginBodyLeft {
    background: url(../images/login/borderLoginBoxL.png) no-repeat left center transparent;
    float: left;
    height: 219px;
    width: 10px;
}

.OuterLoginBodyMiddle {
    background: url(../images/login/bodyLoginBox.jpg) repeat-x center center;
    float: left;
    height: 219px;
    width: 420px;
}

.OuterLoginBodyRight {
    background: url(../images/login/borderLoginBoxR.png) no-repeat right center;
    float: left;
    height: 219px;
    width: 10px;
}

.OuterLoginFooter {
    height: 40px;
    width: 45%;
}

.login_text {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -1px;
}

.login_textWhite {
    color: White;
    font-size: 9px;
    font-style: italic;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
}

.login_captcha {
    -moz-border-radius: 7px;
    background-color: #333333;
    border-radius: 7px;
    float: left;
    height: 46px;
}

.login_captcha_right { margin-left: 130px; }

.login_captcha img {
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 3px 0px 0px 3px;
}

.btnRefreshCaptcha {
    margin-bottom: 12px;
    margin-right: 4px;
}

.datatable_header {
    background-color: #2F3DA5;
    color: White;
    font-size: 10pt;
    line-height: 25px;
}

.datatable_header td { padding: 0px 2px 0px 2px; }

.datatable_body td { padding: 0px 2px 0px 2px; }

.line_separator {
    background-color: #B3B3B3;
    height: 1px;
    width: 100%;
}

.QSearchLine { line-height: 30px; }

.pageHeight { line-height: 20px; }

#LoginGSI { margin: 0 auto; }

/* Tambahan dari Style */

#bodyMaster {
    background-image: url(/contents/images/Bg_headerMaster.png);
    background-repeat: repeat-x;
    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;
}

#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;
    text-align: right;
}

#icon {
    background-image: url(/contents/images/bg_icon_master.png);
    background-repeat: no-repeat;
    height: 34px;
    margin-top: 13px;
    width: 146px;
}

#icon div { float: left; }

div[class*="HomeButton"] {
    border: medium none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    line-height: 0;
    margin: 1px;
    outline: none;
    width: 24px;
}

div[class*="ProfileButton"] {
    border: medium none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    line-height: 0;
    margin: 1px;
    outline: none;
    width: 24px;
}

.DocumentButton {
    background-position: center;
    border: medium none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    line-height: 0;
    margin: 1px;
    outline: none;
    width: 24px;
}

.SettingButton {
    background-position: center;
    border: medium none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    line-height: 0;
    margin: 1px;
    outline: none;
    width: 24px;
}

a[id*="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 { min-height: 100%; }

.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;
    position: fixed;
    width: 100%;
}

div[id*="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;
    list-style: none;
    padding-left: 5px;
    width: 230px;
}

.childlist {
    background: #CCCCCC;
    border-radius: 2px;
    height: 25px;
    list-style: none;
}

.warning { color: Red; }

.formTextColorProfile {
    background-color: #030A5D;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    line-height: 25px;
    padding-left: 10px;
    width: 200px;
}

.formTextColorMod {
    color: #000000;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    line-height: 25px;
    padding-left: 10px;
    width: 120px;
}

/*OrderConfirmation*/

/* view add survey point Office*/

.fontColor { color: #808080; }

.fontColor2 {
    color: White;
    font-weight: bold;
}

.PageLiteral {
    color: #030A5D;
    font-family: Arial;
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
}

.clueLabel { background: #666666; }

.formTextResult {
    color: #2F3DA5;
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
}

.formTextColorUser {
    background-color: #2F3DA5;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    line-height: 25px;
    padding-left: 10px;
    width: 150px;
}

.Multiline {
    background-color: #CCCCCC;
    border: none;
    color: Black;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    line-height: 25px;
    padding-left: 10px;
}

