﻿body {
    background-color: #F2F2F2;
    font-size: .85em;
    font-family: "Tahoma";
    margin: 0;
    padding: 0;
    color: #696969;
}

.MainBody {
    font-family: "Tahoma";
    height: 100vh;
    width: 100%;
    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
    }
 #progressbarParent {
        opacity: 0.8;
        background-color: #DCD9D4;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 1000;
    }

  .asterixStyle {
        color: red;
    }

.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 */
}

.ics-bg-warning {
    background-color: #CFB53B !important;
}
.ics-text-warning {
    background-color: #CFB53B !important;
}
.ics-main-body {
    font-family: "Tahoma";
    min-height: 90vh;
    width: 100%;
    background-color: White;
    position:relative;
}
.ics-footer {
    width: 100%;
    text-align: center;
    color: White;
    font-weight: bold;
    font-size: 16px;
    padding: 3px;
}
.ics-position-sticky {
    position: sticky;
    top: 0px;
    z-index: 1020;
}
.ics-div-center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ics-logo-width {
    max-width: 260px;
}
.ics-border {
    border: 2px solid #CFB53B !important;
    border-radius: 1.25rem !important;
}

.ics-border-radious {
    border-radius: 1.25rem !important;
}
.ics-bg {
    background-color: #CFB53B!important;
}



 /*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; }
.ics-text {
 font-size:14px;
}

@media (min-width: 850px) {
    .ics-text {
        font-size: 14px;
    }
}
@media (min-width: 950px) {
    .ics-text {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .ics-text {
        font-size: 18px;
    }
}
@media (min-width: 1060px) {
    .ics-text {
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    .ics-text {
        font-size: 22px;
    }
}

/*input { font-size: 28px; padding: 10px; border: 1px solid #CCC; display: block; margin: 20px 0; }*/
/*end jquery auto Complete*/