﻿html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0px;
    position: relative;
    font-size: 100%;
    box-sizing: border-box;
    font-family: 'Overpass', calibri, sans-serif;
}

.form_container {
    width: 1000px;
    min-height: 100%;
    margin: 0 auto;
    padding: 17px;
    display: block;
    box-sizing: border-box;
    box-shadow: 0 0 4px 0 #ddd;
}

.form-heading {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 5px;
    font-family: 'Arapey', serif;
    font-size: 28px;
    color: #000;
    text-align: center;
}

    .form-heading img {
        vertical-align: middle;
    }

.brdr {
    width: 25%;
    margin: 0px auto;
    border-bottom: 2px solid #234280;
}
/*table style*/

.jal-nigam-tab {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
    font-size: 14px;
    border:none;
    border-radius: 20px 20px 0 0;
}

    .jal-nigam-tab th {
        padding: 8px;
        border-bottom: #ddd 1px solid;
        color: #fff;
        margin: 0 0 0 0;
        font-size: 15px;
        background: rgb(150,206,232);
        background: -moz-linear-gradient(top, rgba(150,206,232,1) 0%, rgba(96,172,214,1) 30%, rgba(6,109,171,1) 100%);
        background: -webkit-linear-gradient(top, rgba(150,206,232,1) 0%,rgba(96,172,214,1) 30%,rgba(6,109,171,1) 100%);
        background: linear-gradient(to bottom, rgb(133, 194, 222) 0%,rgb(111, 178, 215) 30%,rgba(6,109,171,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96cee8', endColorstr='#066dab',GradientType=0 );
        border-radius: 8px 8px 0 0;
        text-align: left;
    }

    .jal-nigam-tab .bg-none {
        background-color: transparent !important;
        border-radius: 8px 8px 0 0;
    }

    .jal-nigam-tab td {
        padding: 4px;
        font-weight: normal;
        border: #ddd 1px solid;
        text-align: left;
        text-transform: uppercase;
    }
    /* provide some minimal visual accomodation for IE8 and below */

    .jal-nigam-tab tr {
        background: #f9f9f9;
        /*background: -moz-linear-gradient(left, #f9f9f9 0%, #e8e8e8 100%); 
background: -webkit-linear-gradient(left, #f9f9f9 0%,#e8e8e8 100%); 
background: linear-gradient(to right, #f9f9f9 0%,#e8e8e8 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e8e8e8',GradientType=1 );
*/
    }

        .jal-nigam-tab tr:nth-child(odd) {
            background-color: #f6f6f6;
        }

        .jal-nigam-tab tr:nth-child(even) {
            background-color: #efefef;
        }

    .jal-nigam-tab input[type="text"], .jal-nigam-tab textarea, .jal-nigam-tab select {
        padding: 7px;
        
        background-color: #fff;
        border: #ddd 1px solid;
    }

        .jal-nigam-tab input:focus, .jal-nigam-tab textarea:focus {
            outline: none;
            background: rgba(255,255,255,0.7);
            border: none;
            border-bottom: #1c418c 2px solid;
        }


    .jal-nigam-tab select {
        width: 90%;
    }

        .jal-nigam-tab select:focus {
            outline: none;
            box-shadow: 0px 0px 5px #ddd;
            border: #ddd 1px solid;
        }

        .jal-nigam-tab select:hover {
            border: #ddd 1px solid;
            border-radius: 5px;
        }




    .jal-nigam-tab input[type="text"] {
        width: 90%;
    }

    .jal-nigam-tab textarea {
        width: 99.5%;
        height: 33px;
        padding: 0px;
    }

.table4 td {
    width: 25%;
}

.table6 td {
    width: 16.66%;
}
/*button style*/
.text-cnter {
    text-align: center;
}

.jal-nigam-tab input [type="button"] {
    position: relative;
}

.form-btn {
    background-color: #217FB6;
    border: none;
    padding: 6px 12px;
    color: #fff;
    font-size: 14px;
    font-family: 'Overpass', calibri, sans-serif;
    cursor: pointer;
    border-radius: 15px 15px;
    background-image: ('../images/crossword.png');
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}

    .form-btn:hover, .form-btn:active {
        background-color: #5276bf;
        box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 12px 0 rgba(0,0,0,0.19);
    }

.reset {
    background-color: #aa4453;
}

    .reset:hover {
        background-color: #e03c65;
    }
 /*09-01-2018*/
    .service-logo
    {
        width:100%;
    }
    .jal-logo
    {
        margin:5px 0;
        float:left !important;
    }
    .mpo-logo
    {
        margin:18px 0;
        float:right !important;
    }