﻿body {
    background-color: #F2F2F2;
    font-size: .85em;
    font-family: "Tahoma";
    margin: 0;
    padding: 0;
    color: #696969;
}

.MainBody
{
    font-family: "Tahoma";
	width:95%;		
	margin-top:0px;
	margin-left: auto;
    margin-right: auto;     
    background-color:White;    
}


.ics-panel-header{
        width:100%;
        height:28px;
        border: 1px solid #95b8e7; 
        background-color:#EFF5FF;  
        text-align:center; 
        font-size:18px
}

.ics-ag-grid-container {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Set container height to full viewport height */
    width: 100%
}

.ics-ag-grid-toolbar {
    flex: 0 0 auto; /* Allow the top div to adjust its height as per its content */
    padding: 0px;
    width: 100%;
}

.ics-ag-grid-body {
    flex: 1; /* Make the bottom div take up remaining space */
    padding: 0px;
    width: 100%;
    overflow-y: auto; /* Enable scrolling if content exceeds available space */
}

 #progressbarParent {
        opacity: 0.8;
        background-color: #DCD9D4;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 1000;
    }




/*Style for Show Modal Dialog*/
.cover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 65000
}
.dialog {
    position: absolute;
    z-index: 65001;
    background-color: white;    
    border-style: outset;
    border-radius: 5px;
    border-width: 5px;    
}
.dialog iframe { width: 100%; height: 100%; border: 0; }

.SelectedElementStyle {
    color: blue;
    font-weight: bold;
}




/*start jquery auto Complete*/
 /*body { font-family: sans-serif; font-size: 14px; line-height: 1.6em; margin: 0; padding: 0; }*/
.container { width: 800px; margin: 0 auto; }

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

/*input { font-size: 28px; padding: 10px; border: 1px solid #CCC; display: block; margin: 20px 0; }*/
/*end jquery auto Complete*/
