﻿/* Copyright 2018-2023 Epic Systems Corporation */
@media only screen and (max-width: 768px) {
  .report * {
    overflow-x: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #custsvc {
    margin-top: 20px;
  }
  .formbuttons.customerservice {
    width: auto;
  }
  #innertabs {
    display: none;
  }
  .detailsheaderdropdown {
    margin: 10px;
  }
  .customerservice.formbuttons .button.newworkflow {
    width: 100%;
    margin-bottom: 10px;
  }
  .formsection.halfwidth {
    width: 100%;
    margin: 0;
  }
  .section .content .formsection.halfwidth.maingroup {
    margin: 0;
  }
  .responsivetable {
    font-size: 0.8rem;
  }
  .section .responsivetable > tbody > tr > td {
    vertical-align: middle;
  }
  img.chevron {
    min-width: 16px;
    min-height: 10px;
    float: left;
    padding-left: 5px;
  }
  .chevron {
    float: left;
  }
  .referralnum {
    width: 40%;
  }
  .referredto {
    width: 40%;
  }
  .claimnumber {
    width: 40%;
  }
  .provider {
    width: 40%;
  }
  tr.detail-row.sm-only.noprint {
    background-color: #eaeaea;
  }
  .row.detailsheaderdropdown {
    margin-right: 5px;
    margin-bottom: 15px;
  }
  .button.newworkflow {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .detailsheaderdropdown {
    display: none;
    margin: 10px;
  }
}
@media only screen and (max-width: 1300px) {
  #main .title h1.header {
    max-width: calc(100% - 2rem);
  }
  #header + #content #main + #sidebar {
    padding-top: 2rem;
  }
}
.mobile body #content #main div.title {
  display: initial;
}
.mobile #assistiveicons {
  display: none;
}
.mobile .md_claims input, .mobile .md_referrals input {
  -webkit-appearance: checkbox;
}
.mobile .formbuttons.customerservice .button {
  width: 100%;
  margin: 0 0 0.5rem 0.5rem;
}
.mobile .cardlist[class*=column] .card.benefitInfoCard {
  display: inline-flex;
}

.responsivetable tr.table-row td {
  vertical-align: middle;
}

select.detailsActivity {
  width: 97%;
}

.formsection.halfwidth > p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.content.tableWrapper {
  padding-bottom: 0;
  word-break: break-word;
  overflow: visible;
}

.section .content table tbody tr.table-row td input.radio {
  margin: 0 0.25rem;
  vertical-align: middle;
}

.tableWrapper tr td.tableRowCustomerService {
  padding-bottom: 0;
}

#usedbucket {
  padding-bottom: 10px;
}

.cvgStatusReport > div {
  margin-right: 0rem;
  margin-bottom: 0.25rem;
}

.cvgStatusIcon {
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: text-top;
  cursor: pointer;
}
.cvgStatusIcon.withMargin {
  margin-right: 0.25rem;
}

.cardlist.benefitInfoCardList .card {
  display: inline-flex;
  flex-direction: row;
  padding: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .cardlist.benefitInfoCardList a.card.benefitInfoCard {
    width: 100%;
    margin-right: 0.5%;
  }
}
.cardlist.benefitInfoCardList .card:hover {
  background-color: #edf3f9;
}
.cardlist.benefitInfoCardList .header {
  padding: 0.6rem 0 0.4rem;
}
.cardlist.benefitInfoCardList .icon {
  max-width: 2.5rem;
  max-height: 2.5rem;
  padding-left: 0.25rem;
  fill: #246fb5;
}
.cardlist.benefitInfoCardList a, .cardlist.benefitInfoCardList .linkcolor, .cardlist.benefitInfoCardList .subtle.linkcolor {
  color: initial;
  text-decoration: none;
}
