﻿* {
    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;
}

.LNIPE_table {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
    font-size:14px;
}

    .LNIPE_table th {
        padding:10px 6px;
        border: #ddd 1px solid;
        background-color: #476CB5;
        color: #FFFFFF;
        margin: 0;
        font-weight: 500;
        text-align: left;
        font-size: 16px;
    }

    .LNIPE_table td {
        padding: 6px;
        border: #ddd 1px solid;
        text-align: left;
    }

    .LNIPE_table tr {
        background: #fff;
    }

        .LNIPE_table tr:nth-child(odd) {
            background-color: #fbfbfb;
        }

        .LNIPE_table tr:nth-child(even) {
            background-color: #fff;
        }

    .LNIPE_table input[type=password], .LNIPE_table input[type=text], .LNIPE_table select {
        padding: 10px 7px;
        border-radius: 4px;
        background-color: #fff;
        border: #ddd 1px solid;
    }

    .LNIPE_table input:focus {
        outline: 0;
        box-shadow: 0 0 5px #499fff;
        border: #ddd 1px solid;
    }

    .LNIPE_table input:hover {
        border-radius: 5px;
    }

    .LNIPE_table select {
        width: 96%;
    }

        .LNIPE_table select:focus {
            outline: 0;
            box-shadow: 0 0 5px #61c5fa;
            border: #ddd 1px solid;
        }

        .LNIPE_table select:hover {
            border: #ddd 1px solid;
            border-radius: 5px;
        }

    .LNIPE_table textarea {
        padding: 7px;
        border-radius: 4px;
        background-color: #fff;
        border: #ddd 1px solid;
        width: 99%;
    }

        .LNIPE_table textarea:focus {
            outline: 0;
            box-shadow: 0 0 5px #61c5fa;
            border: #ddd 1px solid;
        }

       

.LNIPE_table2 td {
    width: 50%;
}

.LNIPE_table4 td {
    width: 25%;
}

.LNIPE_table6 td {
    width: 16.5%;
}

input[type=text] {
    width: 100%;
}


.btn_formmed {
    margin: 0;
    padding: 10px;
    background-color: #5a94e2;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}

    .btn_formmed:hover {
        background-color: #3672c1;
        cursor: pointer;
    }

.text_center {
    text-align: center !important;
}


@media only screen and (max-width:767px) and (min-width:320px) {
    .LNIPE_table td {
    width:100% !important;
    display:block;
        margin-top: -1px;
}

.LNIPE_table textarea {
    width: 95%;
}
}
.LNIPE_table td label {
    padding-left:4px;
}

.add_btn {
    margin: 0;
    padding:5px 10px;
    background-color: #21af08;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    width:70px;
}

.add_btn:hover {
        background-color: #1f980a;
        cursor: pointer;
    }
.del_btn {
    margin: 0;
    padding:5px 10px;
    background-color:#ef1515;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    width:70px;
}

.del_btn:hover {
        background-color:#a50a0a;
        cursor: pointer;
    }

.formBanner img {
    max-width:100%;
}
#content{
border-top:none !important;
background-color:#fff;
}
.post table td {
width: 100%!important;
text-align: center;
}
.radio_table td{
border:none;
}