﻿body {
}

/*Patient hightlight color*/
.patienthighlight {
    background-color: #80FF80;
}

.bgalt {
    background-color: #34495E;
}

.round5 {
border-radius:5px;
}

.round3 {
    border-radius: 3px;
}

.margin5 {
margin:5px;
}

.margin10 {
    margin: 10px;
}

/*used to pad some frames*/
.classWithPad {
    margin: 10px;
    padding: 10px;
}
.classWithPad2 {
    margin: 10px;
    padding: 5px;
}

/*something for default button*/
.popborderdefault {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

/*border of main frames*/
.div2aNDS {
    padding: 10px;
    background-color: white;
    border: solid;
    border-color: gray;
    border-width: 1px;
    border-radius: 4px;
    margin:5px;
}

/*border of main frames, 01/21/2025 making this to move left frame to the left*/
.div2aNDS2 {
    padding: 10px;
    background-color: white;
    border: solid;
    border-color: gray;
    border-width: 1px;
    border-radius: 4px;
    margin: 5px;
}

/*border of main frames*/
.div2a {
    padding: 10px;
    background-color: white;
    border: solid;
    border-color: gray;
    -webkit-box-shadow: 5px 5px 5px 5px #34495E;
    box-shadow: 5px 5px 5px #34495E;
    border-width: 1px;
    border-radius: 4px;
}

.div2a1 {
    padding: 0px;
    background-color: white;
    border: solid;
    border-color: gray;
    box-shadow: 5px 5px #34495E;
    border-width: 1px;
    border-radius: 4px;
}

/*border of main frames option2*/
.div3 {
    padding: 10px;
    border: solid;
    border-color: gray;
    box-shadow: 15px 15px #34495E;
    border-width: 1px;
    border-radius: 4px;
}



/*border for popup or modal panels*/
.popborder {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.popborder2 {
    outline: none;
    border-color: #0066FF;
    box-shadow: 20px 20px 90px #0066FF;
}

/*textbox */
.textbox2a {
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #f8f8f8;
    font-size: 14px;
}

    .textbox2a:focus {
        border-color: yellow;
    }

    
    /*this is checkbox*/
.ChkBoxClass input {
    width: 15px;
    height: 15px;
    padding: 5px;
    font-weight:normal;
}

/*this is the header drop down*/
.mydropdownlist {
    color: black;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #f8f8f8;
    font-weight: bold;
}

/*this is the normal dropdown*/
.mydropdownlist2 {
    color: black;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #f8f8f8;
    border-color: #ccc;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.centerAll{
    margin:auto;
}

table.info3a {
    border: 1px solid #ccc;
    border-collapse: separate;
    border-spacing: 2px;
    margin-left: auto;
    margin-right: auto;
}

    table.info3a tr th {
        font-weight: normal;
        text-align: center;
        padding: 5px;
        background-color: lightgray;
    }

    table.info3a tr::selection {
        background-color: orangered;
    }

    table.info3a tr:hover {
        background-color: orangered;
    }

    table.info3a tr td {
        font-weight: normal;
        padding: 5px;
        border-bottom: solid;
        border-width: 1px;
        text-align: left;
    }

    table.info3a tr:nth-child(even) {
        background: #f8f7ff;
        color: black;
    }

    table.info3a tr:nth-child(odd) {
        background:white;
        color: black;
    }



/*gridview and tables*/
table.info3 {
    border: 1px solid #ccc;
    border-collapse: separate;
    border-spacing: 2px;
    margin-left: auto;
    margin-right: auto;
}
    table.info3 tr th {
        font-weight: normal;
        text-align: center;
        padding: 2px;
        background-color: lightgray;
    }

    table.info3 tr::selection {
    background-color:orangered;
    }
    
    table.info3 tr:hover {
        background-color: orangered;
    }

    table.info3 tr td {
        font-weight: normal;
        padding: 3px;
        border-bottom: solid;
        border-width: 1px;
        text-align: left;
        border-color: gray;
    }

    table.info3 tr:nth-child(even) {
        background: #f8f7ff;
        color: black;
    }

    table.info3 tr:nth-child(odd) {
        background: #fff;
        color: black;
    }


.Initial2 {
    display: block;
    padding: 8px 18px 8px 18px;
    float: left;
    background: url("../Images/MwhiteButton.jpg") white no-repeat right top;
    color: Black;
    font-weight: bold;
}

    .Initial2:hover {
        color: White;
        background: url("../Images/grayButton.jpg") #555555 no-repeat right top;
    }

.Initial {
    display: block;
    padding: 8px 18px 8px 18px;
    float: left;
    background: url("../Images/whiteButton.jpg") white no-repeat right top;
    color: Black;
    font-weight: bold;
}

    .Initial:hover {
        color: White;
        background: url("../Images/grayButton.jpg") #555555 no-repeat right top;
    }

.Clicked {
    float: left;
    display: block;
    background: url("../Images/grayButton.jpg") #555555 no-repeat right top;
    padding: 8px 18px 8px 18px;
    color: Black;
    font-weight: bold;
    color: White;
}

/*button*/
.buttonCS {
    background-color: #009788;
    color: white;
    border: 3px solid #009788;
    border-radius: 4px;
}

    .buttonCS:hover {
        background-color: #009788;
        box-shadow: 0 3px 4px 0 #4c4c4c,0 3px 4px 0 #4c4c4c;
        border-radius: 4px;
    }

.buttonCSGrid {
    background-color: white;
    color: black;
    border: 3px solid #e7e7e7;
    border-radius: 4px;
}

    .buttonCSGrid:hover {
        background-color: #e7e7e7;
        box-shadow: 0 3px 4px 0 rgba(0,0,0,0.24),0 3px 4px 0 rgba(0,0,0,0.19);
        border-radius: 4px;
    }

.bg1 {
background-color:cornflowerblue;
}

.bg2 {
    background-color:  #f8f8f8;
}

.bg3 {
    background-color: #F5F5F5;
}

.bg4 {
    background-color: #E2DED6;
}

.hideGridColumn {
    display: none;
}

/*horizontal spaces small and large*/
.divider {
    width: 5px;
    height: auto;
    display: inline-block;
}

.divider2 {
    width: 125px;
    height: auto;
    display: inline-block;
}


.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 140px;
}

.divcss {
    overflow-y: scroll;
    height: 550px;
}

.GridHeader {
    text-align: center !important;
}










