﻿body
{
    background-color: #eff5fb;
    color: #005d7e;
    font-family: Arial;
    font-size: larger;
    margin: 0px;
}
.signUpTable
{
    width: 100%;
    text-align: center;
}
.titleTable
{
    width: 100%;
    text-align: center;
}
.title
{
    width: 100%;
    font-size: medium;
}
.mainTable
{
    /* do border in mo app     -webkit-border-radius: 10px;     -moz-border-radius: 10px;     border-radius: 10px;     border-width:5px;     border-color:#005D7E;     border-style:solid; */
    text-align: center;
    background-color: #eff5fb;
    margin: 0px; /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.mainCell
{
    margin:15px;
}
    
.textBoxMultiLine
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 90%;
    text-align: left;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: #FFFFFF;
    margin: 0px;
    height: 200px;
    font-size: large;
    font-family: Arial;
}
.header {
    position: absolute;
    opacity: 0.8;
    width: 100%;
    top: 0;
    z-index: 2; /* keeps the element on top so that mouse events can still occur */
}
.heading2 {
    text-align: left;
    font-weight: bold;
}
.heading 
{
    font-size: large;
    text-align: center;
    font-weight:bold;
}
.footer
{
    /* position: absolute; */
    top: 0px;
    width: 100%;
    z-index: 1;

}
.footerCentre
{
    /* position: absolute; */
    top: 0px;
    width: 40%;
    z-index: 1;
    border: 1px solid blue;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
    @media screen and (max-width:600px)
    {
        .footerCentre
        {
        width:100%;
        }   
    }


.footerCentreOrgAdmin {
    top: 0px;
    width: 80%;
    z-index: 1;
    border: 1px solid blue;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.borderlessTable {
    width: 100%;
    border-width: 0px;
    text-align: center; /* height:150px; */
    vertical-align:top;
}
.borderlessCell
{
    border-width: 0px;
}
.sidePanel
{
    width: 5%;
    vertical-align: top;
}
.sidePanelWide {
    width: 25%;
    vertical-align: top;
}
.centrePanel {
    width: 90%;
    vertical-align: top;
    text-align: center;
}
.plainLeft
{
    text-align: left;
    vertical-align:top;
}
.plainLeft50 {
    text-align: left;
    vertical-align: top;
    width: 50%;
}
.plainRight {
    text-align: right;
    vertical-align: top;
}
.moneyTextBox {
    text-align: right;
    background-color: lightgray;
    width:75px;
}
.tightBullets
{
    padding-bottom:0;
    padding-top:0;
    margin-bottom:0;
    margin-top:0;
}
.plainCenter {
    text-align: center;
    
}
.titleRow
{
    color: #28AADE;
    background-color: #FFFFFF;
    font-weight: bold;
    height: 30px;
}
.altRow {
    color: #28AADE;
    background-color: #FFFFFF;
}
.textBox
{
    font-size: large;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: #FFFFFF;
}
.tbSmall
{
    font-size: large;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: #FFFFFF;
    width: 125px;
}
.childPanel
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 90%;
    text-align: center;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: #FFFFFF;
    margin: 0px;
}
.promoPanel {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    text-align: center;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: #FFFFFF;

}
.button
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 45%;
    text-align: center;
    font-size: large;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: #005D7E;
    color: #FFFFFF;
    margin: 0px;
}
.button_neumorphism_test {
    border-radius: 50px;
    background: #408080;
    box-shadow: 20px 20px 60px #366d6d, -20px -20px 60px #4a9393;
}
.dataPanel
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    text-align: left;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: #FFFFFF;
    margin: 0px;
}
.dropDown
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 50%;
    text-align: left;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: Silver;
    margin: 0px;
    font-size: large;
}

.endCell
{
    border-bottom-color: Gray;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.ReportButtonBack
{
    width: 100px;
    height: 24px;
    cursor: pointer;
    font-size: medium;
    font-weight: normal;
}
.ReportButtonExit
{
    width: 100px;
    height: 24px;
    background: url("/images/exit24.png") no-repeat top right;
    cursor: pointer;
    font-size: medium;
    font-weight: normal;
}
.ReportButtonNext
{
    width: 100px;
    height: 24px;
    background: url("/images/next24.png") no-repeat top right;
    cursor: pointer;
    font-size: medium;
    font-weight: normal;
}
.login
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: #eff5fb;
    border-width: 1px;
    border-color: #005D7E;
    border-style: solid;
    color: #005d7e;
}
.loginDiv
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    border-width: 5px;
    border-color: #005D7E;
    border-style: solid;
    color: #005d7e;
    background-color: #F4F3F1;
    text-align: center;
    font-size: large;
}


.medsDetail
{
    color: #28AADE;
}
.medsDetailException
{
    color: Red;
    font-size: small;
}

.medsTitle
{
    color: #28AADE;
    font-size: medium;
}
.horRulePale
{
    color: #28AADE;
    width: 80%;
    margin: 0px;
}
.editMedsMain
{
    font-size: smaller;
    height: 100%;
}
.tbStyle
{
    border-width: 1;
    background-color: transparent;
    font-size: medium;
    width: 30%;
}
.tbStyleWide
{
    border-width: 0;
    background-color: transparent;
    font-size: medium;
    width: 100px;
}
.tbStyleNarrow
{
    border-width: 0;
    background-color: transparent;
    font-size: medium;
    width: 60px;
}
.tbStyleExtraNarrow
{
    border-width: 0;
    background-color: transparent;
    font-size: medium;
    width: 25px;
}
.buttonTCWide
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 75px;
    text-align: center;
    font-size: large;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: #005D7E;
    color: #FFFFFF;
    margin: 0px;
}
.buttonTCLarge
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 150px;
    text-align: center;
    font-size: large;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: #005D7E;
    color: #FFFFFF;
    margin: 0px;
}
.buttonTCWide
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100px;
    text-align: center;
    font-size: large;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: #005D7E;
    color: #FFFFFF;
    margin: 0px;
}
.buttonTCFull
{
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: x-large;
    border-width: 1px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: Silver;
    color: #FFFFFF;
    margin: 0px;
}
.buttonTCFull:disabled
{
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: x-large;
    border-width: 1px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: Gray;
    color: Silver;
    margin: 0px;
}

.calendar
{
    font-size: xxx-large;
    background-color: Silver;
    color: #005d7e;
}
.dropDownNarrow
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 120px;
    text-align: left;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: Silver;
    margin: 0px;
    font-size: large;
}
.dropDownExtraNarrow
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100px;
    text-align: left;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: Silver;
    margin: 0px;
    font-size: large;
}
.medsDetailTextBoxException
{
    border-width: 0;
    background-color: transparent;
    color: Red;
    font-size: small;
    width: 20%;
}
.medsDetailTextBoxExceptionSmall
{
    border-width: 0;
    background-color: transparent;
    color: Red;
    font-size: small;
    width: 15px;
}

.medsDetailTextBoxExceptionDate
{
    border-width: 0;
    background-color: transparent;
    color: Red;
    font-size: small;
    width: 100px;
}
.medsDetailTextBoxExceptionTime
{
    border-width: 0;
    background-color: transparent;
    color: Red;
    font-size: small;
    width: 50px;
}
.deleteButton
{
    float: right;
}
.lineBreak
{
}
.medsList
{
    width: 250px;
    background-color: transparent;
}
.autocompleteList
{
    font-size: small;
    background-color: Silver;
}
.menuBUtton
{
    z-index: 10;
    width: 30px;
    height: 30px;
}
.bulletedList
{
    text-align: left;
    background-color: Silver;
    border-bottom-color: Gray;
    border-bottom-width: 2px;
    width: 100%;
    line-height: 50px;
    height: 50px;
    list-style-type: square;
    outline-color: Blue;
    font-size: x-large;
    color: White;
}
.footnoteSmall
{
    font-size: x-small;
}
.buttonDelete
{
    vertical-align: bottom;
}
.standardDropDown
{
    width: 150px;
    background-color: Silver;
}
.helpPanel
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: white;
    margin: 3px;
    font-size: small;
    width: 400px;
}
.helpPanelSmall {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: white;
    margin: 3px;
    font-size: small;
    width: 100%;
}
.newItemPanel {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: white;
    margin: 3px;
    font-size: small;
    width: 600px;
}

.listLeft
{
    text-align:left;
    font-size: small;
    color:Black;   
}
.fileUpload
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    text-align: left;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: Silver;
    margin: 0px;
    font-size: large;
}
.buttonTCInline
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: Silver;
}
.popUpPanel
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: #eff5fb;
    width:100%;
    height:175px;
    color:Black;
    font-size:larger;
}
.popUpPanelSmallFont {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: #eff5fb;
    width: 100%;
    height: 175px;
    color: Black;
    font-size: small;
}
.popUpPanelDlg 
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: #eff5fb;
    width: 450px;
    height: 300px;
    color: Black;
    font-size: larger;
}
.popUpPanelIconList {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-width: 3px;
    border-color: #c0c0c0;
    border-style: solid;
    background-color: #eff5fb;
    color: Black;
    width:150px;
    text-align:center;
}
.popUpBackground {
    background-color: Silver;
    opacity: 0.85;
    filter: alpha(opacity=85);
}
.tbPopUp
{
 font-size:x-large;
 width:250px;   
}

.editImageButton
{
    vertical-align:top;
}
.textSmall
{
    font-size:x-small;
}

/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#map {
    height: 100%;
}

/* Optional: Makes the sample page fill the window. */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.box1 {
    font-family: sans-serif;
    font-size: small;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 90%;
    padding: 5px;
    overflow: hidden;
    border: 1px solid rgba(26, 188, 156, 1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: rgba(255, 255, 255, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(26, 188, 156, 1);
    -webkit-box-shadow: 5px 5px 8px 2px rgba(0, 0, 0, 0.4), 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 8px 2px rgba(0, 0, 0, 0.4), 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.detail {
    width: 95%;
    padding: 3px;
    border: 1px solid rgba(26, 188, 156, 1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: sans-serif;
    font-size: small;
}

.detailFullWidth {
    width: 100%;
    padding: 3px;
    border: 1px solid rgba(26, 188, 156, 1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: sans-serif;
    font-size: small;
}
.content {
    min-height: 100px;
    width: 200px;
    vertical-align: top;
    font-family: sans-serif;
    font-size: small;
}
.detailPlain {
    vertical-align: top;
    font-family: sans-serif;
    font-size:small;
}
.line {
    padding: 3px;
    font-family: sans-serif;
    font-size: small;
}

.menuItem {
    color: #1C5E55;
    background-color: Silver;
    border-color: #C5BBAF;
    border-width: 1px;
    border-style: outset;
    font-family: Verdana;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    width:85px;
}

    .menuItem[disabled] {
        color: Gray;
        background-color: Silver;
        border-color: #C5BBAF;
        border-width: 1px;
        border-style: outset;
        font-family: Verdana;
        text-align: left;
        text-decoration: none;
        font-weight: normal;
    }

.menuStaticHover {
    background-color: Gray;
    color: White;
}

    .menuStaticHover[disabled] {
        background-color: White;
        color: Silver;
    }

.menuDynamicHover {
    background-color: Gray;
    color: White;
}

    .menuDynamicHover[disabled] {
        background-color: White;
        color: Silver;
    }

.menu {
    text-align: center;
    margin: 0 auto 0 auto;
    width: 75%;
}

.plain25pc
{
    width:25%;
}

.plain50pc {
    width: 50%;
}

.plainTop
{
    vertical-align:top;
}
.plainTop75 
{
    vertical-align: top;
    height: 75px;
    font-size: large;
    text-align: left;
}
.interestFormButton {
    color: #1C5E55;
    background-color: Silver;
    border-color: #C5BBAF;
    width: 150px;
    border-radius: 25px;
}

.hidden
{
    visibility:hidden;
    height:0;
}
.borderedCell {
    border-width: 2px;

}
.appStylingTable {
    border-width: 1px;
    
    border-collapse: collapse;
}
.box {
    width: 100%;
    border-width: 1px;
    border-color: gray;
    text-align: center; /* height:150px; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.noHorPadding
{
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top:0;
    margin-bottom:0;
    border-spacing:0;
}
.altRowStyle 
{
    background-color:antiquewhite;
    color:black;
}