﻿* {
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
/*****************Table Css****************/
.main_head {
    width: 100%;
    margin: 15px 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Encode Sans Condensed','Mukta', sans-serif;
}

    .main_head span {
        border-bottom: 4px solid #e3ecff;
    }

.bold_text {
    font-weight: 600;
}

.text_center {
    text-align: center !important;
}


.mpslsa_table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Encode Sans Condensed", Mukta, !important, sans-serif;
    font-size: 12px;
}

    .mpslsa_table th {
        padding: 8px;
        border: #ddd 1px solid;
        color: #000;
        margin: 0 0 0 0;
        font-weight: 600;
        text-align: left;
        font-size: 16px;
    }

        .mpslsa_table th span {
            border-bottom: 4px solid #e3ecff;
        }

    .mpslsa_table td span {
        font-weight: 600 !important;
    }

    .mpslsa_table td {
        padding: 8px;
        border: #ddd 1px solid;
        text-align: left;
    }
    /* provide some minimal visual accomodation for IE8 and below */

    .mpslsa_table tr {
        background: #fafafa;
    }
        /*  Define the background color for all the ODD background rows  */

        .mpslsa_table tr:nth-child(odd) {
            background: #FBFBFB;
        }
        /*  Define the background color for all the EVEN background rows  */

        .mpslsa_table tr:nth-child(even) {
            background: #f7f7f7;
        }

    .mpslsa_table input[type="text"], .mpslsa_table input[type="password"], .mpslsa_table textarea, .mpslsa_table select {
        padding: 8px;
        border-radius: 4px;
        background-color: #fff;
        border: #ddd 2px solid;

    }

    .mpslsa_table input[type="text"], .mpslsa_table select {
        width: 80%;
    }

        .mpslsa_table input[type="text"]:disabled, .mpslsa_table select:disabled {
        background-color:#ddd;
        }
    .mpslsa_table textarea {
        width: 80%;
    }

        .mpslsa_table input[type="text"]:focus, .mpslsa_table select:focus, .mpslsa_table textarea:focus {
            border: 2px solid #002f90;
            outline: none;
            background-color: #f5f5ff !important;
            transition: .9s;
        }




.mpslsa_table2 td {
    width: 50%;
}

.mpslsa_table4 td {
    width: 25%;
}

.mpslsa_table5 td {
    width: 20%;
}

.mpslsa_table6 td {
    width: 16.66%;
}

.mpslsa_btn {
    background-color: #6f8fd2;
    border: none;
    padding: 6px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}

    .mpslsa_btn:hover {
        background-color: #4e6dad;
        cursor: pointer;
    }


.mpslsa_container {
    width: 1000px;
    margin: 10px auto;
    padding: 0;
    font-family: 'Encode Sans Condensed','Mukta', sans-serif;
}
