2024-03-20 13:04:27 -04:00
|
|
|
.sidenavdiv{
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
/*outline: solid 1px blue;*/
|
|
|
|
width: 150px;
|
|
|
|
height: 800px;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
background-color: #1D2125;
|
|
|
|
vertical-align: top;
|
|
|
|
|
|
|
|
transition: width 0.5s;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2024-03-28 12:08:12 -04:00
|
|
|
.gridview {
|
|
|
|
outline-color: black;
|
|
|
|
margin: 10px;
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
width: auto;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gridview th {
|
|
|
|
background-color: #101214;
|
|
|
|
color: #fff;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gridview td {
|
|
|
|
/*background-color: #1D2125;*/
|
|
|
|
padding: 5px;
|
|
|
|
width: 120px;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gridview tr:hover {
|
|
|
|
background-color: #101214;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gridview .headerstyle {
|
|
|
|
background-color: #161A1D;
|
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gridview .rowstyle {
|
|
|
|
background-color: #1D2125;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gridview .alternatingrowstyle {
|
|
|
|
background-color: #2C333A;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gridview .selectedrowstyle {
|
|
|
|
background-color: #09326C;
|
|
|
|
}
|
|
|
|
|
2024-03-20 13:04:27 -04:00
|
|
|
.buttonLabel{
|
|
|
|
|
|
|
|
text-align: right;
|
|
|
|
vertical-align: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2024-03-21 18:17:57 -04:00
|
|
|
.btnPatSearch, .btnMediSearch{
|
2024-03-20 13:04:27 -04:00
|
|
|
|
|
|
|
margin-left: 177px;
|
|
|
|
|
|
|
|
height: 25px;
|
|
|
|
width: 100px;
|
|
|
|
color: white;
|
|
|
|
background-color: #161A1D;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2024-03-21 18:17:57 -04:00
|
|
|
.indivPatDiv, .indivMedDiv{
|
2024-03-20 13:04:27 -04:00
|
|
|
|
|
|
|
height: 35px;
|
|
|
|
/*outline: solid 1px red;*/
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.standardbtn{
|
|
|
|
|
|
|
|
height: 25px;
|
|
|
|
width: 100px;
|
|
|
|
color: white;
|
|
|
|
background-color: #161A1D;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2024-03-21 18:17:57 -04:00
|
|
|
.patDiv, .medDiv{
|
2024-03-20 13:04:27 -04:00
|
|
|
vertical-align: top;
|
|
|
|
/*outline: solid 1px red;*/
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.defaultTXT{
|
|
|
|
|
|
|
|
height: 25px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidenavbutton{
|
|
|
|
|
|
|
|
background-color: #1D2125;
|
|
|
|
display: block;
|
|
|
|
width: 150px;
|
|
|
|
height: 35px;
|
|
|
|
font-size: 16px;
|
|
|
|
color: white;
|
2024-03-20 14:05:13 -04:00
|
|
|
/*border: 2px solid #0056b3;*/
|
2024-03-20 13:04:27 -04:00
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.mainmaster{
|
|
|
|
|
|
|
|
background-color: #282E33;
|
|
|
|
|
|
|
|
}
|
|
|
|
.welcomepage{
|
|
|
|
|
|
|
|
background-color: #1b6d85;
|
|
|
|
/*outline: solid 1px red;*/
|
|
|
|
|
|
|
|
}
|
|
|
|
.standardcontentpage{
|
|
|
|
|
|
|
|
width: 1200px;
|
|
|
|
height: 800px;
|
|
|
|
/*outline: solid 1px red;*/
|
|
|
|
background-color: #161A1D;
|
|
|
|
display: inline-block;
|
|
|
|
color: white;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|