﻿/*Singapore Airlines Cargo Layout CSS*/
@import url(http://fonts.googleapis.com/css?family=PT+Sans);

.wrapper {
    display: table;
    margin: 0px auto 0;
}
.query-area
{
    margin: 40px auto 0;
    display: table;    
    background-color:#f0f0f0;	
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
}
.query-area #lblHeadText
{
    font-size: 20pt;
    font-family: 'PT Sans' , sans serif;
    font-weight: 500;
}

.awb-row, .awb-row-4, .awb-row-5
{
    margin: 5px 0px 5px 10px;
    font-family: 'PT Sans' , sans serif;
}
.awb-row span, .awb-row-4 span, .awb-row-5 span
{
    margin-right: 10px;
}
.awb-row input, .awb-row-4 input, .awb-row-5 input, .button
{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: outset;
    border-bottom-width: 1px;
    border-left-style: inset;
    border-left-width: 1px;
    border-right-style: outset;
    border-right-width: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: inset;
    border-top-width: 1px;
}

.email-area
{
    margin: 0px auto 10px;
    font-family: 'PT Sans' , sans serif;
}
.email-area p
{
    font-size: 10pt;
    margin-right: -5px;
}

.email-area td
{
    vertical-align: top;
}
.email-area #lblOption
{
    font-size: 10pt;
    font-weight: bold;
}

.button
{
    width: 100px;
    margin-right: 2px;
    margin-top: 4px;
}
.result
{
    margin: 10px 20px 20px;
}
.error-message
{
    margin-bottom: 20px;
    font-family: Verdana;
    font-size: 10pt;
    width: 488px;
    color: red;
}
.size-14
{
    font-size: 14pt;
}
.size-10
{
    font-size: 10pt;
}
.size-12
{
    font-size: 12pt;
}
.error-awb
{
    font-size: 10pt;
    font-weight: 700;
    color: red !important;
}
.result-row
{
    border-top: solid 1px #adadad;
    height: 30px;
    width: 100%; 
}
.result-remark
{
    min-height: 25px;
    position: relative;
}
#Form1 {
    min-height: 100%;
}
.page-container
{
    min-height: 100%;
    height: auto;
    position: relative;
}

.margin-left-10
{
    margin-left: 10px;
}
.btn-searchAgain
{
    width: 100px;
    margin: 15px auto;
}
.getInteger
{
}
.min-heigh-800
{
    min-height: 800px;
}
.error-notify 
{
    display: table;
    margin-top: 10px;   
}
.text-note
{
    font-family: 'PT Sans' , sans serif;
    vertical-align: bottom;
    position: relative;
    bottom: 0;
    margin: 30px 0 10px 20px;
}
.lblError1, .lblError2, .lblError3, .lblError4, .lblError5, .lblError8, .lblError9, .lblError10
{
    visibility: hidden;
}
.lblError6, .lblError7 
{
    display: none;
}
.loading
{
    /*font-family: Arial;     font-size: 10pt;         width: 300px;     height: 100px;*/ 
    /*position: relative;     background-color: gray;     opacity: 0.8;*/
    z-index: 999;
    display: none;
    margin-left: 34px;
    margin-right: 36px;    
}
.instruction
{
    margin-top: 5px;
}
.input-area
{
    margin: 0 0 0;
}
.button-area
{
    height: 35px;    
    display: table;
    margin: 10px auto;                
}
.two-buttons
{
    display: table;
    margin: 0 auto;
}
.title {
    min-height: 50px;
    margin: 20px 20px 5px;    
}
.awb-num , .email
{
    display: inline-block;
}

.submit-button {     
}
.textbox-prefix {
    width: 40px;
}
.textbox-suffix {
    width: 150px;
}

.email-textbox
{
    width: 300px;
}