﻿.textheader {
    background-color: #546A2A;
    color: #ffffff;
    font-family: Century Gothic;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 5px 5px 30px;
    vertical-align: baseline;
}
  
.subTextheader {
    background-color: #dddddd;
    color: #04022c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    vertical-align: baseline;
    padding-left:10px;
}

.label { /*font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;*/
    color: #04022c;
    font-size: .8em;
    padding: 5px 0;
    text-align: right;
    }

.seprator { /*font-family:  Arial, Helvetica, sans-serif;*/
    color:#ec1347;
    font-family: Century Gothic;
    font-size:12px;
    font-style:italic;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
    }

.controlcontent {
    color: #04022c;
    font-size: .8em;
    padding: 5px 0 5px 5px;
    text-align: left;
    }

.labelM { /*font-weight: bold;
    font-family: Calibri;*/
    color: #04022c;
    font-size: .8em;
    padding: 5px 0;
    text-align: right;
    width: 40%;
}

.sepratorM { /*font-family: Calibri;*/
    color: #04022c;
    font-size: .8em;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    width: 2%;
}

.controlcontentM {
    color: #04022c;
    font-size: .8em;
    padding: 5px 0 5px 5px;
    text-align: left;
    width: 58%;
}
.controlContentBG {
    -moz-min-width: 60px;
    -ms-min-width: 60px;
    -o-min-width: 60px;
    -webkit-min-width: 60px;
    background-image: url('../Images/txt_bg.jpg');
    background-repeat: repeat-x;
    min-width: 60px;
    padding: 5px 10px;
}


.labelPK { /*font-weight: bold;
    font-family: Calibri;*/
    color: #04022c;
    font-size: .8em;
    padding: 5px 0;
    text-align: center;
    width: 32%;
}

.controlcontentPK {
    color: #04022c;
    font-size: .8em;
    padding: 5px 0 5px 5px;
    text-align: center;
    width: 32%;
}

/* Added on 7 May 2014 */

.rptlabel { /*font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;*/
    color: #04022c;
    font-size: 12px;
    padding-left:20px;
    width: 15%;
}

.rptseprator { /*font-family:  Arial, Helvetica, sans-serif;*/
    color: #04022c;
    font-size: .9em;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    width: 2%;
}

.rptcontrolcontent {
    color: #04022c;
    font-size: 12px;
    padding: 5px 0 5px 5px;    
    width: 83%;
}


/*===================table Layout================*/

.formTable {
    background-color: #fff;
    border-collapse: separate;
    width: 100%;
}

.formleftpadding {
    margin: 0;
}

.formMainTableStyle {
    -moz-min-width: 100%;
    -ms-min-width: 100%;
    -o-min-width: 100%;
    -webkit-min-width: 100%;
    margin: 0;
    min-width: 100%;
    padding: 4px 20px 4px 30px;    
    width: 100%;
}

 


.tdLeft {
    text-align: left;    
}

.tdLeftI {
    padding-left: 4px !important;
    text-align: left !important;
}

.tdRight {
    text-align: right;
    vertical-align:middle;
    color:#ec1347;
    font-family: Century Gothic;
    font-size:12px;
    font-style:italic;
    font-weight:bold;
    padding-right:5px;
}

.btn {
    text-align: center;
    color:#FFFCF2;
    font-family: Century Gothic;
    font-size:14px;
    font-style:italic;
    font-weight:bold;
    padding: 5px 30px 5px 30px;
    background-color:#f97600;
    border: 2px solid #FFFCF2;
}


.btn:hover {
   text-align: center;
    color:#FFFCF2;
    font-family: Century Gothic;
    font-size:14px;
    font-style:italic;
    font-weight:bold;
    padding: 5px 30px 5px 30px;
    background-color:#f97600;
    border: 2px solid #546A2A;
}


.tdRightI {
    padding-right: 4px !important;
    text-align: right !important;
}

.tdCenter {
    text-align: center;
     color:#ec1347;
    font-family: Century Gothic;
    font-size:14px;
    font-style:italic;
    font-weight:bold;
}

.tdCenterI {
    text-align: center !important;
}

.tdVerticleCenter {
    vertical-align: middle;
}

.tdVerticleCenterI {
    vertical-align: middle !important;
}

.tdFormLabel {
    text-align: right;
    width: 300px;
}

.fill {
    -moz-min-width: 100%;
    -ms-min-width: 100%;
    -o-min-width: 100%;
    -webkit-min-width: 100%;
    margin: 0;
    min-width: 100%;
    padding: 0;
    width: 97%;
    
}

.mainContentDiv {
    background-color: #FFFCF2;
    margin: 0;
    padding: 0;
    width: 100%;
}

.roundCorner {
    padding: 0;
}

.dialogMainBody {
    background-color: White;
    border: 3px solid #000;
    Width: 650px;

}

.dialogMainBodyUpdated {
     background-color: White;
    border: 3px solid #000;
    Width: 650px;

}
.dialogMainBodyUpdated  table {
    width:100%;
}
 
.dialogMainBodyUpdated  table td:first-child{
    width:30%;
}


.dialogTitleBG {
    background-image: url('../Images/navy titlebar.png');
    background-repeat: repeat-x;
    color: white;
    height: 32px;
    line-height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 15px;
    vertical-align: middle;
}

.dialogCloseButton {
    float: right;
    position: absolute;
    right: -11px;
    top: -9px;
}

.dialogHeader {
    background-color: #f97600;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 5px 15px;
    font-family:Century Gothic;
    color:White;
    font-weight:bold;
    cursor:move;
    
    
}

.dialogSubHeader {
    background-color: #fff;
    font-size: 12px;
    font-family:Century Gothic;
    color:#ec1347;
    font-weight:bold;
    text-align:center;
    
}

.dialogBody {
    padding: 2px 15px 2px 15px;
}

.dialogBackground {
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.7;
}

/* new css */

.adjust {
    margin: 0;
    padding: 0;
    width: 60%;
}

.labelseparator {
    padding-right: 20px;
    text-align: right;
}

.halign {
    padding: 2px 5px;
}

.newlabelb {
    color: #04022c;
    font-size: .8em;
    padding: 5px 0;
    text-align: right;
    width: 18%;
}

.newsepratorb { /*font-family: Calibri;*/
    color: #04022c;
    font-size: .8em;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    width: 2%;
}

.newcontrolcontentb { /*font-weight: bold;
    font-family: Calibri;*/
    color: #04022c;
    font-size: .8em;
    padding: 5px 0 5px 5px;
    text-align: left;
    width: 30%;
}

.labelheader
{
    font-family:Verdana;
    font-size:0.8em;
    padding:0px 10px 0px 10px;
}
.controlfooter
{
    padding:15px 0px 0px 10px;
    vertical-align:top;
    border-right:1px solid;
}
.checklist {
    width: 60%;
    padding-left: 10px;
}
.RFID {
    font-size: .9em;
    width:22%;
    padding:5px;
}

.formMainTableStyleUpdated {
    -moz-min-width: 100%;
    -ms-min-width: 100%;
    -o-min-width: 100%;
    -webkit-min-width: 100%;
    margin: 0 auto;
    min-width: 100%;
    padding: 4px 20px 4px 30px;    
    width: 100%;
}

    .formMainTableStyleUpdated table td:first-child {

         width:35%;
    }
     .formMainTableStyleUpdated .mGrid td:first-child {

         width:auto;
    }

    .formMainTableStyleUpdated fieldset {

        box-shadow:0px 0px 5px #888;
        
        border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
    }

    .formMainTableStyleUpdated legend  { float:left; margin:5px; color:#fff; width:98%; text-align:left; text-shadow:1px 1px #000;
        background:#888; padding:5px;
    }

#imgcenter { -webkit-box-align:center;
    -webkit-box-pack:center;
    display:-webkit-box; margin:auto;
}

Panel { border-radius:10px;
}

.formMainTableStyleUpdated UpdatePanel { width:auto;
}
 