.ShowBut 
{
    background-color: silver;
    color: #000000;
    margin-left:48%; 
    margin-bottom: 10px;
    border: 1px solid black;
    width: 100px;
    font-size: 1.1rem;
    line-height: 1;
    border-radius: 10px;
    border:1px solid #000000cb;
}
.MesgContainer
{
    text-align: center;
    width: 100%;
    float: left;
    font-family: Calibri;
    color:#b27f25;
    font-weight: 1000;
}
.CDSEHeader
{
    padding: 5px 0px;
    font-family: Calibri;
    color: #fff;
    background: #008793;
    border-bottom: 1px solid gray;
    text-align: center;
    font-weight: 600;
    font:bold;
}
.CDSEMenuBox
{
    width: 100%;
    font-family: Calibri;
    border: 1px solid #888888;
    /* height: 50%; */
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}
.CDSEMenuBox div
{
    padding: 5px;
}
.CDSEMenuList
{
    background-color: #e8f0ed;
}
.CDSEMenuList:hover
{
    color: #ffffff;
    cursor: pointer;
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}
.active
{
    color: #ffffff;
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}
.CDSEElementDiv
{
    text-align: center;
    font-family: calibri;
}
.CDSEElementDiv div
{
    margin-top: 1%;
    float: left;
    width: 21%;
}
.CDSEElementDiv div:nth-child(odd)
{
    color: #008CBA;
    font-weight: 600;
}
.CDSESearchBox
{
    font-size: 18px;
    font-family: calibri;
    border-radius:3px; 
    letter-spacing: 2px;
    color: #555555;
    border: 1px solid #999999;
    font-weight: 600;
}
.CDSESearchBox:focus {
    border: 1px solid #999999;
    outline: none !important;
}


.RowDiv
{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.CellDiv
{
    width: 100%;
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
}
.RowDiv div:nth-child(1)
{
    flex-basis: 11%;
}
#RepiterContainerDiv
{
    font-family: calibri;
    font-size: 16px;
    margin-top: 5%;
}
.tr2
{
    position: sticky;
    top: 0%;
    background-color: #329691;
    text-align: center;
    align-items: center;
    font-weight: bold;
    color: #ffffff;
}
#BuntnMaskClose
{
    position: fixed;
    right: 160px;
    top: 38PX;
    border-radius: 50px;
    padding: 5px 8px;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
}
#BuntnMaskClose:hover
{
    border: 1px solid red;
    color: red;
}
#rpttbl
{
    width: 100%;
    font-family: calibri;
}
.Header
{
    height: 50px;
    text-align: center;
}
.RefNoColor
{
    color: #002e6e;
    font-weight:bold;
}
.SubHead
{
    margin-right: 5px;
    color: #0f2cb3;
    font-weight:bold;    
}
.SubHeaderClr span
{
    float: right;
}
.CutmID
{
    color: #61cDff;
    font-weight: 600;
}
/* Hide scrollbar for Chrome, Safari and Opera */

  
  /* Hide scrollbar for IE, Edge and Firefox */

/* ::-webkit-scrollbar-button {
    background: #ccc
}
::-webkit-scrollbar-track-piece {
    background: #888
}
::-webkit-scrollbar-thumb {
    background: #eee
}​ */
/**************************************/
/*************** Button Style *****************/
.ButnStyle {
    padding: 6px;
    font-weight: bold;
    cursor:pointer;
    border-radius: 5px;
    background-color: white; 
    color: #008793; 
    border: 2px solid #008793;
  }
  
  .ButnStyle:hover {
    background-color: #008793;
    color: white;
  }
/*********************************/
@media (max-width:799px)
{
    #boxes #dialog {
        width: 85%;
        margin-left: 0%;
    }
    #boxes .window{left: 10px;right: 0;}
    .CDSEMenuBox
    {
        grid-template-columns: auto auto;
    }
    .CDSEElementDiv {
        float: left;
        width: 100%;
    }
    .CDSEElementDiv div {
        margin-top: 2%;
        float: left;
        width: 41%;
    }
}
@media (min-width: 800px) and (max-width:1432px)
{
    
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body {
        background: #ffffff !important;
    }
    .IEStyle
    {
        width: 23.7%;
        float: left;
    }
    .CDSEMenuList
    {
        width: 97%;
    }
    .CDSEMenuBox
    {
        float: left;
        width: 99.6%;
    }
    #BuntnMaskClose
    {
        right:140px;
    }
}
@media \0screen\,screen\9 {  /*IE 7 And 8 */
    #BuntnMaskClose
    {
        right:140px;
    }
    .IEStyle
    {
        width: 23.7%;
        float: left;
    }
    .CDSEMenuList
    {
        width: 97%;
    }
    .CDSEMenuBox
    {
        width: 98%;
        float: left;
    }
    #BuntnMaskClose
    {
        display: none;
    }
}