﻿.panel-body {
    width: 96%;
    margin: 5px auto;
}

fieldset {
    display: block;
    border: 1px solid #7b9eb7;
    background: #e6f2ff;
    border-radius: 15px;
    margin: 25px 0px;
}

legend {
    border: 1px solid #7b9eb7;
    border-radius: 25px;
    margin-right: 50px;
    padding: 5px 15px;
    background: #87caf7;
}

.panel_chaild {
    margin: 1px 20px;
}


.flx {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    height: auto;
    min-height: 100px;
    padding: 25px 5px;
}

.flx div {
    font-weight: 400;
    font-size: 20px;
    border: 2px solid #5f8099;
    background-color: #cde5f6;
    border-radius: 8px;
    padding: 2px 15px;       
    text-align: center;
}

    .flx div a{
        font-weight: 600;
        font-size: 20px;
        
    }


    .flx div.data {
        font-weight: 400;
        font-size: 20px;
        border: 2px solid #5f8099;
        background-color: #e7e7e7;
        border-radius: 8px;
        padding: 2px 15px;
        width: 24%;
        text-align: center;
        padding:35px 20px;
    }

    p {
        margin: 10px 0px;
    }

    .flx div div {
        font-weight: 400;
        font-size: 20px;
        border: 2px solid #5f8099;
        background-color: #cde5f6;
        border-radius: 8px;
        padding: 2px 15px;
        width: 75%;
        text-align: justify;
        margin: 2px auto;
    }

    .flx span {
        font-weight: 600;
        font-size: 22px;
        color: #2b61a7;
    }

.description {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
    width: fit-content;
    padding: 1px 33px;
    background: #c9eef5;
    border: 1px solid #92cad5;
    border-radius: 15px;
    margin: 30px auto;
}

.panel_chaild {
    margin: 1px 20px;
    padding: 10px;
    border: 1px solid #86b9c5;
    border-radius: 15px;
    background: #ebfcff;
}

.al_ce {
    text-align: center;
    margin: 25px 0px;
}

.btn {
    width: 100px;
    min-width: 100px !important;
    height: 40px;
    border-radius: 30px;
    border: 0px;
    background: #07c0e1;
}

.form-horizontal {
    padding: 25px;
}

TextArea {
    width: 95%;
    max-width: 98% !important;
    height: 150px;
    margin: 2px;
    padding: 3px;
    margin-bottom: 10px;
    border-radius: 8px;
}

select {
    width: 95%;
    max-width: 98% !important;
    margin-right: 3%;
    margin-bottom: 10px;
    height: 35px
}


input {
    height: 28px;
    min-width: 85%;
}

    input[type=text] {
        max-width: 95% !important;
        width: 95%;
        height: 35px;
        margin-right: 3%;
        margin-bottom: 10px;
        border-radius: 8px;
    }

    input:focus, select:focus, textarea:focus {
        background-color: #ccf2fa;
    }

h4 {
    margin-bottom: 40px;
}

.TitlePanel {
    background-color: #088d4e;
    color: #055c6d;
    margin: 0px;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

    .TitlePanel h2 {
        color: #fff !important;
    }

.erorr_msg {
    color: #d51010;
}


.search_panel
 {
    margin: 25px auto;
    text-align: center;
    background-color: #5486ad;
    width: fit-content;
    border-radius: 34px;
    padding: 0px 12px;
    padding-right: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    height: 53px;
}


    .search_panel label 
    {
        display: inline-block;
        font-weight: 600;
        font-size: 15px;
    }

.search_panel input[type=text] {
    display: inline-block;
    width: 250px;
    /* max-width: 250px; */
    min-width: 250px;
    margin: 5px;
    border: 1px solid #5486ad;
    padding-right:3px;
}

    .search_panel input[type=submit] {
        height: 35px;
        width: 134px;
        border-radius: 25px;
        border: 1px solid #437399;
        background: #a8c8e1;
        color: #205b89;
        font-size: 16px;
        font-weight: 600;
        min-width: 130px !important;
    }

tr:nth-child(odd) {
    background-color: #c3cee4;
}

tr:nth-child(even) {
    background-color: #d5dff5;
}

td {
    border: 1px solid #afbad3 !important
}