﻿* {
    box-sizing:border-box;
}
div:after {
    content:'';
    display:block;
    clear:both;
}
body {
    width:100%;
    margin:0;
    padding:0;
}

.main_container {
    width:100%;
    margin:0;
    padding:0 10px;
}

.form-heading
{
   width:100%;
   padding:5px 0;
   margin-bottom:5px;
  
   font-size:28px;
   color:#000;
   font-family:'Arapey', serif;
   text-align:center;
  
}





.font_size15 {
    font-size:14px !important;
}
.brdr
{
   width:25%;
   margin:0px auto;

    border-bottom:2px solid #234280;
}

.width_86 {
    width:86% !important;
}

/***********************Form table CSS**************************/

.pollutionform_table
{
    width: 100%;
    border-collapse: collapse;
}
.pollutionform_table th
{
    padding: 8px;
    border: #ddd 1px solid;
    color: #000;
    margin: 0 0 0 0;
    text-align: left;
    font-size:16px;
    background-color:#f0f8fd;
}
.pollutionform_table td
{
    padding: 4px;
 border: #ddd 1px solid;
    text-align: left;
    font-size:14px !important;
}
/* provide some minimal visual accomodation for IE8 and below */

.pollutionform_table tr
{
    background: #fff;
}
/*  Define the background color for all the ODD background rows  */

.pollutionform_table tr:nth-child(odd)
{
    background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */

/*.pollutionform_table tr:nth-child(even)
{
    background: #f7f7f7;
}*/
.pollutionform_table input[type="text"], .pollutionform_table input[type="password"], .pollutionform_table textarea, .pollutionform_table select
{
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}

.pollutionform_table input:hover
{
    border-radius: 5px;
}
   
.pollutionform_table select
{ width:90%;
}

.pollutionform_table input[type="text"] { width:90%;
}

.pollutionform_table textarea
{
    width:96%;
}


.pollutionform_btn {
    background-color:#3498db;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.pollutionform_btn:hover {
    background-color: #1a689c;
    color:#fff;
    cursor:pointer;
}

.text_center {
    text-align:center !important;
}

.main_head {
    width:100%;
    margin:5px 0;
    padding:10px 0;
    font-size:24px;
    font-weight:500;
    text-align:center;
}

.main_head span {
    border-bottom:3px solid #51b0ea;
    border-radius:3px;
}

.text_right {
    text-align:right !important;
}

.float_right {
    float:right !important;
}

/*******************For 4 column Table***************************/

.pollutionform_table4 td {
    width:25% !important;
}

/*******************For 5 column Table***************************/

.pollutionform_table5 td {
    width:20% !important;
}

/*******************For 6 column Table***************************/

.pollutionform_table6 td {
    width:16.66% !important;
}