﻿* {
    box-sizing: border-box;
}


body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Calibri;
    font-size: 15px;
}

.form_container {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.gmcchindwara_table {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
    font-size:16px;
}

    .gmcchindwara_table th {
        padding:10px 6px;
        
        background-color:#deebfb;  
color: #000;
        margin: 0;
        font-weight: 600;
        text-align: left;
        font-size: 17px;
        border: none;
    }
    .gmcchindwara_table td:first-child {
        border-top:none;
    }
    .gmcchindwara_table td {
        padding: 6px;
        border-bottom: #ddd 1px solid;
        border-top: #ddd 1px solid;
        border-left:none;
        border-right:none;
        text-align: left;
        font-size:15px;
    }

    .gmcchindwara_table tr {
        background: #fff;
    }

        /*.gmcchindwara_table tr:nth-child(odd) {
            background-color: #fbfbfb;
        }

        .gmcchindwara_table tr:nth-child(even) {
            background-color: #fff;
        }*/

    .gmcchindwara_table input[type=password], .gmcchindwara_table input[type=text], .gmcchindwara_table select {
        padding: 10px 7px;
        border-radius: 4px;
        background-color: #fff;
        border: #ddd 1px solid;
    }

    .gmcchindwara_table input:focus {
        outline: 0;
        box-shadow: 0 0 5px #499fff;
        border: #ddd 1px solid;
    }

    .gmcchindwara_table input:hover {
        border-radius: 5px;
    }

    .gmcchindwara_table select {
        width: 96%;
    }

        .gmcchindwara_table select:focus {
            outline: 0;
            box-shadow: 0 0 5px #61c5fa;
            border: #ddd 1px solid;
        }

        .gmcchindwara_table select:hover {
            border: #ddd 1px solid;
            border-radius: 5px;
        }

    .gmcchindwara_table textarea {
        padding: 7px;
        border-radius: 4px;
        background-color: #fff;
        border: #ddd 1px solid;
        width: 99%;
    }

        .gmcchindwara_table textarea:focus {
            outline: 0;
            box-shadow: 0 0 5px #61c5fa;
            border: #ddd 1px solid;
        }

       

.gmcchindwara_table2 td {
    width: 50%;
}

.gmcchindwara_table4 td {
    width: 25%;
}

.gmcchindwara_table6 td {
    width: 16.5%;
}

input[type=text] {
    width: 95%!important;
}


.btn_gmcchindwara {
    margin: 0;
    padding: 10px;
   background-color: #2373c7;  /* fallback for old browsers */

    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}

    .btn_gmcchindwara:hover {
        background-color:#175da7;
         
        cursor: pointer;
    }

.text_center {
    text-align: center !important;
}


@media only screen and (max-width:767px) and (min-width:320px) {
    .gmcchindwara_table td {
    width:100% !important;
    display:block;
        margin-top: -1px;
}

.gmcchindwara_table textarea {
    width: 95%;
}
}
.radio_table td{
border-top:none;
border-bottom:none;
}
#content{
border: none;
}
.post table td{
width:100%!important;
text-align: center;
}
#grdExp th{
font-size:13px;
}
#grdExp th:first-child{
width:4% !important;
}
