.login_content .left_side {
  display: flex;
  background-color: #fff; }
  .login_content .left_side div {
    text-align: center;
    margin: auto;
    padding: 30px; }
.login_content .right_side {
  background-image: url(../img/bg_left.png);
  height: 100vh;
  background-size: cover;
  display: flex; }
  .login_content .right_side .login_box {
    width: 500px;
    background-color: #fff;
    padding: 30px 30px 10px 30px;
    margin: auto;
    box-shadow: 0px 0px 30px #d6e0e5; }

.navbar {
  padding: 21px;
  background-color: #fff; }

.breadcrumb {
  background-color: transparent; }

.widget {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin: 10px 0px;
  padding: 20px; }
  .widget .franchise_content_header {
    display: flex;
    margin-bottom: 40px;
    width: 100%;
    align-items: center; }
    .widget .franchise_content_header img {
      margin-right: 20px;
      width: 75px;
      height: 75px;
      border-radius: 50px;
      object-fit: contain; }

.pagination {
  margin: 20px 0px; }

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -250px;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
  background-color: #fff; }

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 3.25rem;
  font-size: 1.2rem; }

#sidebar-wrapper .accordion {
  width: 250px; }
  #sidebar-wrapper .accordion .card i {
    margin-right: 10px; }

#page-content-wrapper {
  min-width: 100vw; }

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0; }

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0; }

  #page-content-wrapper {
    min-width: 0;
    width: 100%; }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -250px; } }
input[type=text],
[type=email],
[type=password] {
  width: 100%;
  padding: 10px;
  border: solid 1px rgba(167, 171, 195, 0.5);
  border-radius: 2px; }

table {
  width: 100%;
}
  table thead tr {
    border-bottom: solid 1px #e2e5ec; }
    table thead tr th {
      padding: 10px 0px 10px 10px;
      text-align: end; }
      table thead tr th:last-child {
        text-align: center; }
  table tbody tr {
    border-bottom: solid 1px #e2e5ec; }
    table tbody tr td {
      text-align: center;
      padding: 10px;
      border-right: solid 1px;
      border-left: solid 1px; }
      table tbody tr td:first-child {
        border-left: none; }
      table tbody tr td:last-child {
        border-right: none; }
      table tbody tr td img {
        width: 50px;
        height: 50px;
        border-radius: 50px; }
      table tbody tr td .measurer {
        display: block;
        height: 10px;
        color: #646c9a;
        top: 15px;
        position: relative; }
      table tbody tr td .red {
        background-image: linear-gradient(to right, rgba(255, 0, 0, 0.1), #fd6585); }
      table tbody tr td .green {
        background-image: linear-gradient(to right, rgba(0, 128, 0, 0.1), #51c0bf); }
      table tbody tr td .yellow {
        background-image: linear-gradient(to right, rgba(255, 255, 0, 0.1), #fecc60); }
      table tbody tr td .orange {
        background-image: linear-gradient(to right, rgba(255, 165, 0, 0.1), #fd9e4b); }

html, body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  color: #646c9a;
  background-color: #f4f7fa; }


.a-button {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}

    .a-button:hover {
        background-color: #ddd;
        color: black;
        border-radius: 5%;
    }

.previous {
    background-color: #1e90ff;
    color: white;
}

.next {
    background-color: #1e90ff;
    color: white;
}

.round90 {
    border-radius: 5%;
}

.labelChartTitle {
    font-size: large;
    font-weight: bolder;
}

.censusTotalNumber {
    font-size: 80px !important;
    color: darkseagreen !important;
    font-weight: bold !important;
}

.censusTotalLabel{
    font-size: 24px !important;
    color: black !important;
    font-weight: bold !important;
}

.vertical-scroll {
    margin: 5px;
    padding: 5px;
    overflow: auto;
    text-align: justify;
}

.labelDateTitleHalfColumn {
    font-size: 15px !important; /*24px !important;*/
    color: black !important;
    font-weight: bold !important;
}

.labelChartTitleHalfColumn {
    font-size: small;
    font-weight: bolder;
}

.scheduledTotalLabel {
    font-size: 24px !important; /*24px !important;*/
    color: black !important;
    font-weight: bold !important;
}

.scheduledTotalNumber {
    font-size: 90px !important;
    color: #588CB7 !important;
    font-weight: bold !important;
}

.completedTotalLabel {
    font-size: 16px !important;
    color: black !important;
    font-weight: bold !important;
}

.completedTotalNumber {
    font-size: 60px !important;
    color: #90B781 !important;
    font-weight: bold !important;
}

.incompletedTotalLabel {
    font-size: 16px !important;
    color: black !important;
    font-weight: bold !important;
}

.incompletedTotalNumber {
    font-size: 60px !important;
    color: #C3634B !important;
    font-weight: bold !important;
}

.prevNextHalfButtons{
    padding: 4px 10px !important;
}

.disabled-link {
    pointer-events: none;
    background-color: #ddd;
    color: black;
}

.breakdownbypayer-payerColumn {
    font-size: 12px !important;
    text-align: right;
    color: black !important;
    font-weight: bold !important;
}

.breakdownbypayer-patientColumn {
    font-size: 20px !important;
    color: #588CB7 !important;
    font-weight: bold !important;
}
.breakdownbypayer-td {
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
    vertical-align: top;
    text-align: right;
}

.tdWidget {
    border-right: none !important;
    border-left: none !important;
    height: 350px;
    width: 70% !important;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 0 !important;
}
.billedTotalNumber {
    font-size: 77px !important;
    color: #102E82 !important;
    font-weight: bold !important;
    text-align: right;
    display: block;
}

.paidTotalNumber {
    font-size: 65px !important;
    color: limegreen !important;
    font-weight: bold !important;
    text-align: right;
    display: block;
}

.nvarPadding9 {
    padding: 19px !important;
}

.agencyName{
    text-align:center;
}

.agencyTitle {
    font-size: 30px !important;
    color: #588CB7 !important;
    font-weight: bold !important;
}

@media (max-width: 821px) {
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .navbar-collapse {
        flex-basis: 89%;
    }
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/*# sourceMappingURL=styles.css.map */
