﻿

.Netha_grid_Header {
    color: #FFFFFF;
    background-color: #7092BE;
    font-size: medium;
    font-weight: normal;
}

.Netha_grid_body td {
    height: fit-content;
    padding-top: 6px;
    padding-bottom: 6px;
}

.Netha_table_Header {
    color: purple;
    font-size: medium;
    font-weight: normal;
}

.Netha_section_header {
    color: #7092BE;
    font-weight: bold;
}

.Netha_ListView {
    background-color: #7092BE;
    color: #FFFFFF;
    border-collapse: collapse;
    border-color: #999999;
    border-style: none;
    border-width: 1px;
}

.Netha_ListViewtable {
    background-color: #F5F8FC;
    color: Black;
    border-collapse: collapse;
    border-color: #999999;
    border-style: none;
    border-width: 1px;
}

.Netha_Lable {
    font-size: large;
    color: #005759;
    font-weight: bold;
    text-align: left;
}

.Netha_MediumLable {
    font-size: medium;
    color: #005759;
    font-weight: bold;
    text-align: left;
}

.Netha_TableBorder {
    border: 1px solid #000000;
    /*height: 82px;*/
    /*width: 636px;*/
}

.Netha_Label_Color {
    color: #FFFFFF;
}

.popup_header_row {
    background-color: #4b7ac9;
    border: 1px;
    color: white;
    text-align: center;
    text-decoration: none;
    height: 27px;
    font-size: 17px;
    font-weight: bold;
    cursor: move;
}

.Netha_Button {
    background-color: #4b7ac9;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    height: fit-content;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: medium;
    border-radius: 7px;
    font-weight: normal;
    cursor: pointer;
}

    .Netha_Button:hover {
        background-color: darkblue;
        border: none;
        color: white;
        text-align: center;
        text-decoration: none;
        height: fit-content;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: medium;
        border-radius: 7px;
        font-weight: normal;
        cursor: pointer;
    }

    .Netha_Button:disabled {
        background-color: gray;
        cursor: not-allowed;
        border: none;
        color: white;
        text-align: center;
        text-decoration: none;
        height: fit-content;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: medium;
        border-radius: 7px;
        font-weight: normal;
    }

.modalBackground {
    /* position: fixed !important;*/
    background-color: Black;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.modalPopup {
    /*
    position:fixed  !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    */
    background-color: #FFFFFF;
    width: 1000px;
    border: 1px #0DA9D0;
    resize: both;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    /* new */
    z-index: 1000;
}

    .modalPopup .header {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        cursor: move;
    }

    .modalPopup .footer {
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

.gridAltRow {
    background-color: #EAEAFF;
}

.SaveMsgLabel {
    color: #6600CC;
    font-weight: bold;
    font-size: large;
}

.ErrorMsgLabel {
    color: red;
}
