body
{
    font-family: Calibri;
    font-size: 100%;
}
#ContentPlaceHolder1
{
    height: 990px;
}
#Panel
{
    overflow: hidden;
}
.button
{
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #3B4EB9;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-weight: bold;
    font-family: Calibri;
}
.action-button
{
    background-color: #3B4EB9;
    border: none;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    line-height: 154%;
    flex-shrink: 0;
    font-weight: 500;
    height: 32px;
    margin: 0;
    text-decoration: none;
    text-transform: none;
    font-weight: bold;
}
.linkbutton
{
    border: none;
    display: inline-block;
    outline: 0;
    padding: 1px 4px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #3B4EB9;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    font-family: Calibri;
    text-decoration: underline;
}
.linkbutton-white
{
    border: none;
    display: inline-block;
    outline: 0;
    padding: 4px 4px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: White;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    font-family: Calibri;
    text-decoration: underline;
}
.linkbutton-white:hover
{
    border: none;
    display: inline-block;
    outline: 0;
    padding: 4px 4px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: Gray;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    font-family: Calibri;
    text-decoration: underline;
}
.tabHeader
{
    color: #4682b4;
    font-family: Calibri;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
}
HeaderTemplate
{
    font-family: Calibri;
    font-size: 100px;
    font-weight: bold;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.ProgressUpdatemodal
{
    position: fixed;
    z-index: 10000009;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.myHealthPageTextBox
{
    font-family: Calibri;
    flex: 1;
    font-size: 100%;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1px 3px 1px 3px;
    margin: 1px 1px 1px 1px;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    width: 90%;
    color: Black;
    top: 0px;
    left: 1px;
}

.myHealthPageDDL
{
    font-family: Calibri;
    flex: 1;
    font-size: 100%;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1px 3px 1px 3px;
    margin: 1px 1px 1px 1px;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    width: 110%;
    color: Black;
}

.myHealthPageTextBoxBkp
{
    font-family: Calibri;
    line-height: 100%;
    flex: 1;
    font-size: 75%;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 3px 7px 3px 7px;
    margin: 5px 5px 5px 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    width: 90%;
    color: Black;
    font-weight: bold;
}


.Grid
{
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-size: 14px;
    font-family: Calibri;
    color: #474747;
}

.Grid td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
}

.Grid th
{
    padding: 4px 2px;
    color: #711737;
    background-color: #363670;
    font-family: Calibri;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding: 4px;
    margin-top: 13px;
}

.Grid .alt
{
    background: #fcfcfc url(Images/grid-alt.png) repeat-x top;
}

.Grid .pgr
{
    background: #363670 url(Images/grid-pgr.png) repeat-x top;
}

.Grid .pgr table
{
    margin: 3px 0;
}

.Grid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}

.Grid .pgr a
{
    color: Gray;
    text-decoration: none;
}

.Grid .pgr a:hover
{
    color: #000;
    text-decoration: none;
}

.siteContent
{
    margin: 3px 0;
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 14px;
    color: Gray;
    text-decoration: none;
}

.TabInformation
{
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-family: Calibri;
    color: #474747;
}

.TabInformation td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
}

.TabInformation th
{
    padding: 4px 2px;
    color: #fff;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}
.TabInformation a:hover
{
    color: #000;
    text-decoration: none;
}

/* The side navigation menu */
.sidenav
{
    height: 83.9%; /* 100% Full-height */
    width: 0px; /*0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 9%;
    left: 7px;
    font-family: Calibri;
    font-weight: bold;
    color: White !important;
    background-color: #9cc7f4 !important;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 15px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a
{
    padding: 8px 8px 8px 8px;
    text-decoration: underline;
    font-size: 15px;
    color: #616161 !important;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover
{
    color: #616161 !important;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn
{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main
{
    transition: margin-left .5s;
    padding: 5px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px)
{
    .sidenav
    {
        padding-top: 10px;
    }
    .sidenav a
    {
        font-size: 18px;
    }
}

/* Dropdown Button */
.dropbtn
{
    color: white;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown
{
    position: relative;
    display: inline-block;
    color: white;
    padding-top: 1px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    min-width: 60px;
    padding-top: 10px;
    z-index: 1000001;
}

/* Links inside the dropdown */
.dropdown-content a
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover
{
    background-color: #2E4d7B;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content
{
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn
{
    background-color: #2E4d7B;
}
.container
{
    display: inline-block;
    cursor: pointer; /*padding-top:32px;*/
}

.bar1, .bar2, .bar3
{
    width: 30px;
    height: 5px;
    background-color: #4a57b291;
    margin: 5px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1
{
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
    margin-left: 250px;
}
/* Fade out the second bar */
.change .bar2
{
    opacity: 0;
}

/* Rotate last bar */
.change .bar3
{
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    margin-left: 250px;
}
.rptLinkbutton
{
    margin: 3px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
    white-space: nowrap;
    font-weight: bold;
    color: Maroon;
    background-color: #fff7b2;
    float: left !important;
    border: 1px solid gray;
    box-shadow: 2px 3px grey;
}

.caseLinkbutton
{
    margin: 5px 5px 5px 5px;
    padding: 2px 2px 2px 2px;
    white-space: normal;
    background-color: #fff7b2;
    font-weight: 300;
    float: left !important;
    border: 1px solid gray;
    box-shadow: 2px 3px grey;
}

.HomePageBox
{
    white-space: normal;
    width: 30%;
    float: left !important;
    box-shadow: 2px 3px grey;
    min-height: 150px;
    margin: 5px 5px 10px 5px;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 16px;
    font-family: Calibri;
    color: #474747;
}
