body {
    margin: 0;
}

header {
    background: #FBFBFB;
}

.navbar-brand svg {
    width: 180px;
    height: 47px;
}

.app-logo {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.app-logo svg {
    display: inline-block;
}

.login-cont-inner {
    box-shadow: 0px 8px 12px #00000029;
}

.login-form-col {
    align-items: center;
    justify-content: center;
    display: flex;
}

.login-cont-inner img {
    max-width: 100%;
}

.login-footer {
    margin-top: 2rem;
}

.sticky-table {
    table-layout: fixed;
    white-space: nowrap;
}

.sticky-table th {
    position: sticky;
    top: 0;
}

.sticky-table tr td:last-child {
    position: sticky;
    right: 0;
}

.pad-0 {
    padding: 0;
}

body {
    margin: 0;
}

header {
    background: #FBFBFB;
}

.navbar-brand svg {
    width: 180px;
    height: 47px;
}

.app-logo {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    max-width: 100%;
    flex: 0 0 100%;
    margin-left: auto;
}

.navbar-brand .app-logo {
    margin-top: 0;
    margin-bottom: 0;
}

.app-logo svg {
    display: inline-block;
    height: 75px;
    margin-right: 10px;
}

.app-logo span {
    font-size: 28px;
    color: #842d73;
    font-weight: 400;
}

.app-logo span.brand-secondary-color {
    color: #7fb444;
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-brand {
    margin-right: 3rem;
}

.navbar-nav li {
    margin-right: 10px;
}

.navbar-nav li:last-child {
    margin-right: 0px;
}

.navbar-nav li a {
    padding: 0;
    border-bottom: 5px solid #842d73;
    padding-bottom: 22px;
    padding-top: 22px;
}

.login-cont-inner {
    box-shadow: 0px 8px 12px #00000029;
}

.login-form-col {
    align-items: center;
    justify-content: center;
    display: flex;
}

.login-cont-inner img {
    max-width: 100%;
}

.login-footer {
    margin-top: 2rem;
}

.sticky-table {
    white-space: nowrap;
    overflow: scroll;
}

.sticky-table th {
    position: sticky;
    top: 0;
}

.sticky-table tr td:last-child {
    position: sticky;
    right: 0;
}

.pad-0 {
    padding: 0;
}


/* Sticky Table */
.table-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #0A4B6D14;
    border: 1px solid #CCCCCC;
    border-radius: 7px 7px 0px 0px;
    margin-bottom: 40px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.table-card-2 {
    box-shadow: 0px 3px 16px #0A4B6D14;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-top: 60px;
    background-image: url('../img/bill-bg.png');
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 60px;
    background-color: #00000017;
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

.dtfc-fixed-right {
    background-color: #fff !important;
}

.status-box {
    background: #FFEFCA 0% 0% no-repeat padding-box;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    padding: 5px 15px;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    font-size: 14px;
}

.status-box svg {
    transform: rotate(90deg);
    position: relative;
    top: 2px;
    width: 13px;
    margin-left: 10px;
}

.status-box-popup {
    margin-bottom: 10px;
    background-color: #ffefca;
    padding: 7px 15px;
    border-radius: 4px;
    box-shadow: 0px 3px 5px #0000003b;
}

.status-awaiting {
    background: #FFEFCA;
}

.status-new {
    background: #FFEFCA;
}

.status-acknowledge,
.status-acknowledged {
    background: #EFE7FF;
}

.status-closed {
    background: #E6FFEC;
}

.status-phsician-charting {
    background: #FCF0F0;
}

.status-bad-debt {
    background: #EDFFF1;
}

.status-pending {
    background: #FFD3D3;
}

.status-posted {
    background: #C8E9FF;
}

.status-new-not-transcribed {
    background: #FFEFCA;
}

.dataTables_scrollHead,
.dataTables_scrollHead .dtfc-fixed-right {
    background-color: #FFEEFB !important;
}

.dataTables_scrollHead th {
    border-right: 1px solid #CCCCCC;
    padding: 1rem 1rem !important;
}

.dataTables_scrollHead th:last-child {
    border-right: 0px !important;
}

table.dataTable {
    margin-top: 0px !important;
}

.table-card tr {
    position: relative;
}

.table-card tr:after {
    content: '';
    position: absolute;
}

.table-card tbody tr:hover,
.table-card tbody tr:focus {
    box-shadow: 0px 0px 5px #00000040;
    background: #F7FAFF;
}

.table-card tbody tr:hover .dtfc-fixed-right,
.table-card tbody tr:focus .dtfc-fixed-right {
    background-color: #F7FAFF !important;
}

.table-card tbody tr:hover+tr .dtfc-fixed-right {
    box-shadow: inset 0 5px 4px -4px #0000002b;
}

.table>:not(caption)>*>* {
    padding: 0.5rem 1rem;
}

.form-inline .form-group {
    display: flex;
    align-items: center;
}

.form-control {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid rgb(232, 232, 232);
}

.form-inline .form-group label {
    margin-right: 10px;
}

.mt-40 {
    margin-top: 40px;
}

form.form-inline.biller-filter {
    padding: 20px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 0px;
    margin-top: 25px;
}

.card-gray {
    padding: 1rem 3rem;
}

.card-gray .form-group {
    margin-bottom: 15px;
}

.bill-detail-heading {
    margin-top: 25px;
    color: #842D73;
    margin-bottom: 25px;
}

.clickable-row {
    cursor: pointer;
}

.btn-primary {
    background-color: #842D73;
    color: #fff;
    border-color: #842D73;
    border-radius: 35px;
    padding: 8px 49px;
}

.btn-secondary {
    border-radius: 35px;
    padding: 8px 49px;
    background-color: #fff;
    color: #842D73;
    border-color: #842D73;
}

.login-form {
    min-width: 80%;
}

.login-form h2 {
    margin-bottom: 30px;
}

.login-img {
    position: relative;
}

.login-cont .container {
    max-width: 1320px;
}

.login-footer p {
    margin-bottom: 0;
    color: #666;
    font-size: .75rem;
}

.login-form .form-group {
    margin-bottom: 20px;
}

.tab-header {
    margin-top: 60px;
}

.tab-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab-header ul li {
    display: inline-block;
}

.tab-header ul li a {
    padding: 6px 16px;
    background-color: #fff;
    color: #842d73;
    display: inline-block;
    text-decoration: none;
    border-radius: 35px;
    min-width: 80px;
    text-align: center;
    border: 1px solid #842d73;
}

.tab-header ul li a:hover,
.tab-header ul li a.active {
    background-color: #842d73;
    color: #fff;
}

.status-controller {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffeefb;
    border-radius: 5px;
    box-shadow: -1px 2px 5px #00000030;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

.status-controller ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 200px;
}

.status-controller ul li {
    border-bottom: 1px solid #00000012;
}

.status-controller ul li a {
    text-decoration: none;
    display: block;
    padding: 4px 10px;
}

.status-controller ul li a {
    color: #333;
}

.status-controller ul li a:hover {
    background-color: #efefef;
}

.bill-label {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 2px;
    background-color: #F1F1F1;
    padding: 10px 20px;
    display: flex;
    align-items: baseline;
}

.cptModifiers{
    margin-top: 10px;
    display: inline-block;
}

.bill-label span:first-child {
    color: #0097BE;
    /* width: 25%; */
    display: inline-block;
}

.bill-detail-row .col-md-4 {
    margin-bottom: 30px;
}

.attachment-section .col-md-3 {
    margin-bottom: 30px;
}

.attachment-section .card {
    height: 100%;
}

.attachment-section .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F1F1F1;
}

.attachment-section .card-body-content {
    /* height: 190px; */
    text-align:
        center;
}

.attachment-section .card-body img {
    max-height: 161px;
    display:
        inline-block;
    width:
        auto;
}

.attachment-section .card-body p {
    margin-top: 5px;
}

.ml-auto {
    margin-left: auto;
}

.profile-menu a {
    border-bottom: 0px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    margin-right: 0px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.profile-menu li {
    margin-right: 0;
}

.profile-menu ul li a:hover,
.profile-menu ul li a:focus {
    background-color: #842d73;
    color: #fff;
}

.pop-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.pop-overlay.open {
    opacity: 1;
    visibility: visible;
}

.page-content {
    min-height: 100%;
}

.user-profile-card .bill-label {
    margin-bottom: 30px;
}

.app-logo-cont {
    display: inline-block;
}

.media-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 70vh;
    background-color: #fff;
    max-height: 70vh;
    box-shadow: 0 5px 5px #0000005e;
    border-radius: 3px;
}

.media-popup img {
    max-width: 100%;
}

.media-popup span {
    position: absolute;
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    top: -20px;
    right: -20px;
    cursor: pointer;
}

.attachment-trigger,
.download-attachment {
    cursor: pointer;
}

.popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000080;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    text-transform: capitalize;
}

.status-bar {
    position: fixed;
    bottom: 0;
    left: 10px;
}