﻿body {
}

.Form-Nm-lable {
    font-size: smaller;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: black;
    font-family: Verdana;
    text-align: left;
}

.Form-val-lable {
    font-family: Verdana;
    font-size: x-small;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    color: Fuchsia;
}

.Form-heading {
    font-size: medium;
    font-family: Verdana;
    font-style: italic;
    font-variant: small-caps;
    font-weight: bolder;
    color: Gray;
}

.Form-td {
    text-align: left;
}

.Form-td6 {
    width: 16%;
    text-align: left;
}

.Form-Textbox {
    width: 60%;
}

.Form-Dropdownlist {
    width: 60%;
}

.Form-td2 {
    width: 50%;
    padding-left: 8px;
}

.Form-td4 {
    text-align: left;
    padding-left: 8px;
}

select, textarea {
    border: 2px solid #456879;
    border-radius: 10px;
    width: 88%;
    padding: 2px;
}

input[type=text] {
    border: 2px solid #456879;
    border-radius: 10px;
    width: 83%;
    padding: 2px;
}

input[type=radio] {
    border-width: 0;
    width: 20px;
}

.Popup_panel {
    /*background-color:aqua;*/
    width:600px;
    height:450px;
    background-image: url(/DES_IMAGE/Popup_panel.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size:cover;
    border-color: none;
    border-width: 0px;
    border-style: none;
    /*display:none*/
}
.modalPopupback {
      background-color:#252624;
            filter: alpha(opacity=40);
            opacity: 0.7;
            z-index: -1;
}


.pop-Nm-lable {
    font-size: smaller;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color:#393352;
    font-family: Verdana;
    text-align: left;
}

.Form-Nm-Radio {
    font-size: smaller;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: black;
    font-family: Verdana;
    text-align: left;
}


.PanelGridview
 {                 
        font-family:Verdana;
        color:maroon ;
        font-size:12px;
        font-weight:bold;
       
}

/*Gridview Design for ReportPage*/
.EU_TableScroll {
    /*max-height: 275px;*/
    overflow: auto;
    border: 1px solid #ccc;    
}

.EU_DataTable {
    border-collapse: collapse;
    width: 100%; 
   
}

    .EU_DataTable tr th {
        background-color:#3AC0F2;          
        color: black;
        /*font-weight: bolder;*/
        padding: 1px 3px 1px 3px;
        border: 1px solid #cccccc;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;      
        text-transform: capitalize;
            
    }

    .EU_DataTable tr:nth-child(2n+2) {
        background-color:#A1DCF2  ;
        
    }

    .EU_DataTable tr:nth-child(2n+1) td {
        background-color: #e9e2e2;
        color:black;
    }

    .EU_DataTable tr td {
        padding: 1px 3px 1px 3px;
        color: black ;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        border: 1px solid #cccccc;
        vertical-align: middle;
        text-align:center;
        /*font-weight: bold;*/       
    }
      .EU_DataTable a:link{
        text-decoration:solid;
        border-bottom: 1px solid blue;
    }
        .EU_DataTable tr td:first-child {
            text-align: center;
        }

 .EU_DataTable caption{
      font-size:20px;
       color: black ;
    }

        /*Gried view design for entry page*/

    .EU_DataTableEntry {
    border-collapse: collapse;
    /*width: 100%;*/   
}
   

    .EU_DataTableEntry tr th {
        /*background-color:#3AC0F2;*/

 	background-color:#a2a5b1;

            /*#7cb3b6;*/
        color: black;
        padding: 1px 3px 1px 3px;
        border: 1px solid #cccccc;
        font-family: Verdana ;
        font-size: 11px;
        /*font-weight: bolder;*/
        text-transform: capitalize;    
    }

    .EU_DataTableEntry tr:nth-child(2n+2) {
        /*background-color:#A1DCF2  ;*/
	background-color:#A4DCE5;

    }

    .EU_DataTableEntry tr:nth-child(2n+1) td {
        /*background-color: #e9e2e2;*/

 	background-color:#D4EEF3;
        color: #454545;
    }

    .EU_DataTableEntry tr td {
        padding: 1px 3px 1px 3px;
        color: black ;
        font-family: Verdana;
        font-size: 11px;
        border: 1px solid #cccccc;
        vertical-align: middle;
        text-align:center;
        font-weight: bold;
    }

     .EU_DataTableEntry a:link{
        text-decoration:solid;
        border-bottom: 1px solid blue;
    }
    .EU_DataTableEntry tr td:first-child {
            text-align: center;
        }
.EU_DataTableEntry caption{
      font-size:20px;
       color: black ;
    }

/*autocomplete Extender*/
 .autocomplete_completionListElement {
            margin: 0px!important;
            background-color: inherit;
            color: windowtext;
            border: buttonshadow;
            border-width: 1px;
            border-style: solid;
            cursor: 'default';
            overflow: auto;
            height: 15%;
            font-family: Verdana;
            font-size: small;
            text-align: left;
            list-style-type: none;
        }
        /* AutoComplete highlighted item */
        .autocomplete_highlightedListItem {
            background-color: #ffff99;
            color: black;
            padding: 1px;
        }

        /* AutoComplete item */
        .autocomplete_listItem {
            background-color: window;
            color: windowtext;
            padding: 1px;
        }