/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10 Nov, 2018, 12:50:09 PM
    Author     : krishnakumar
*/
.main_form{
    width: 100%;
    font-size: 12px;
    color: #000;
}
.main_form .header_table{
    width: 100%;
    border: 1px solid black;
    margin:0 0 5px;    
}
.main_form .main_header{  
    text-transform: uppercase;
    font-size: 15px;
    color:black;
    font-weight: bold;
    margin: 0 5px;
    color:red !important;
}
.main_form .sub_header {
    width: 100% !important; 
    padding: 10px !important; 
    margin: 5px 0 !important; 
    background: #dfdfdf; 
    display: block !important; 
    text-align: center; 
    font-weight: bold;
}
.main_form .main_data{
    width: 100%;
    border-collapse: collapse;
    border:0.5px solid black;
    font-size:10px;    
}
.main_form .main_data td{
    padding: 3px 5px;
    line-height: 18px;
    border: 0.5px solid black;
}
.main_form .main_data .sub_data1 td{
    border:none;
}
.main_form .textBolder {
    font-weight: bold !important;
}
.main_form .textCenter{
    text-align: center
}
.main_form .textLeft{
    text-align: left;
}
.main_form .textRight{
    text-align: right;
}
.main_form .footer_data{
    margin: 5px 0 0;
    width:100%;
    border-collapse: collapse; 
    border: 0.5px solid #000;
    font-size: 10px;
    font-weight: normal;
}
.main_form .footer_data td{
    padding: 5px 5px 5px;    
}

.main_form .footer_data div.signBox{
    padding: 40px 0 0 !important;   
    display: block;
    font-weight: bold;
}

.main_form .main_data .sub_data1 td.checkBox{
    border:1px solid #000 !important;
    width:10px;
    height:10px;  
    padding: 5px;
}
.textBolder {
    font-weight: bold !important;
}