Summary Table
Categories |
Total Count |
PII |
0 |
URL |
0 |
DNS |
0 |
EKL |
0 |
IP |
0 |
PORT |
0 |
VsID |
0 |
CF |
0 |
AI |
0 |
VPD |
0 |
PL |
0 |
Other |
0 |
File Content
@import '../.././../scss/themes/variables_ars_1.scss';
p {
text-overflow: clip;
}
.accordion {
border-bottom: 3px solid #ccc;
}
#billing-miscellaneous-table {
margin: 9px 0 0 0;
padding: 0;
& tr {
line-height: 18px;
font-size: $font-size-md; // text-align: left;
font-weight: 400;
vertical-align: bottom;
background-color: transparent;
}
& th {
margin-right: 20px;
font-size: $font-size-xs;
font-weight: bolder; // background-color: red;
}
& tr,
th,
td {
padding: 3px 0;
white-space: nowrap;
}
}
#ohi-claim-adjustments-table-small {
margin: 9px 0 0 0;
padding: 0;
width: 425px; // & > * {
// overflow: visible !important;
// }
& tr {
line-height: 18px;
font-size: $font-size-md; // text-align: left;
font-weight: 400;
vertical-align: bottom;
background-color: transparent;
}
& th {
margin-right: 20px; // color: red;
font-size: $font-size-xs;
font-weight: bolder; // background-color: red;
// &:first-child() {
// font-weight: bolder;
// color: red;
// }
}
& tr,
th,
td {
padding: 3px 0;
white-space: nowrap;
overflow: visible;
}
}
#medicare-outpatient-table-small {
margin: 9px 0 0 0;
padding: 0;
width: 200px;
&>* {
overflow: visible;
}
& tr {
line-height: 18px;
font-size: $font-size-md; // text-align: left;
font-weight: 400;
vertical-align: bottom;
background-color: transparent; // width: 50%;
}
& td {
text-align: right; // width: 50%;
}
& th {
margin-right: 20px; // width: 50%;
// color: red;
font-size: $font-size-xs;
font-weight: bolder; // background-color: red;
// &:first-child() {
// font-weight: bolder;
// color: red;
// }
}
& tr,
th,
td {
padding: 3px 0;
white-space: nowrap;
}
}
.border-top {
border-top: solid 3px #ccc;
padding-top: 8px;
}
#ohi-line-adjustments-table {
border-bottom: 3px solid $gray-light;
& th {
font-weight: 700;
border-bottom: 1px solid $gray-base;
}
& tr {
border-bottom: 1px solid $gray-lighter;
}
}
hr {
border: 0;
clear: both;
display: block;
width: 100%;
background-color: lightgrey;
height: 1px;
}