input.form-control {
  border: 1px solid #ccc; }
  input.form-control:focus {
    border-color: #71cde7; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #dc6422; }

.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 100, 34, 0.25); }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #dc6422; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 100, 34, 0.25); }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.radio-cards {
  flex-wrap: wrap;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }
  .radio-cards .radio-card {
    text-align: center;
    flex-basis: calc(33.333% - 1rem);
    margin: 0 .5rem 1rem .5rem;
    position: relative;
    min-height: 6rem; }
    .radio-cards .radio-card label {
      position: absolute;
      width: 100%;
      height: 100%;
      padding: 15px;
      left: 0;
      top: 0;
      border: 1px solid #ccc;
      cursor: pointer;
      border-radius: 3px; }
    .radio-cards .radio-card img {
      height: 2rem;
      display: block;
      margin: 0 auto .5rem auto; }
    .radio-cards .radio-card span {
      display: block; }
    .radio-cards .radio-card input {
      display: none; }
    .radio-cards .radio-card input:checked + label {
      border-color: #dc6422; }
      .radio-cards .radio-card input:checked + label span {
        color: #dc6422; }

.radio-card-label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.5rem; }

/*a.add-link {*/
/*cursor: pointer;*/
/*color: rgba(220, 100, 34, 1) !important;*/
/*font-size: medium;*/
/*}*/
/*a.add-link:hover {*/
/*text-decoration: underline !important;*/
/*}*/
/*Remove blue glow from text fields*/
input, textarea, select {
  outline: none;
  box-shadow: none !important;
  border: 1px solid #ccc; }

/*Remove blue color and underline from anchor tags*/
.plain:link {
  text-decoration: inherit;
  color: inherit; }

/*Remove blue color and underline from anchor tags*/
.plain:visited {
  text-decoration: inherit;
  color: inherit; }

.plain {
  color: inherit; }

.plain:hover {
  text-decoration: inherit;
  color: #dc6422; }

/*Remove blue glow on buttons*/
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important; }

body {
  background: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  color: #4c5667; }

.content {
  width: 100%;
  height: calc(100vh - 65px);
  overflow: scroll; }

.no-gutters > .col,
.no-gutters > [class*='col'] {
  padding-left: 0;
  padding-right: 0; }

.red-text {
  color: #ed3452; }

.green-text {
  color: #79b042; }

.gray-text {
  color: #989898; }

.subtext {
  font-size: 13px;
  color: #989898;
  text-transform: capitalize;
  font-weight: bold; }

hr {
  margin-top: 0;
  border-top: 1px solid #e9e8e7; }

.text-align-right {
  text-align: right; }

.text-align-left {
  text-align: left; }

.btn-primary {
  background: linear-gradient(90deg, #f28421, #f2742e);
  border: none;
  margin-top: 50px; }
  .btn-primary:active, .btn-primary:hover {
    background: linear-gradient(90deg, #ec770e, #f16416) !important; }

.permission-denied {
  margin-top: 100px;
  width: 100%; }
  .permission-denied h2, .permission-denied h4 {
    display: inline; }
  .permission-denied .contact {
    margin-top: 10%; }

.login {
  background: linear-gradient(90deg, #627d88, #555f64); }
  .login .row {
    height: 100vh;
    align-items: center; }
  .login .card {
    border-radius: 0px;
    width: 100vw; }
    @media only screen and (min-width: 768px) {
      .login .card {
        width: 60vw; } }
    @media only screen and (min-width: 1024px) {
      .login .card {
        width: 30vw; } }
    @media only screen and (min-width: 1600px) {
      .login .card {
        width: 20vw; } }
    .login .card #logo {
      text-align: center; }
      .login .card #logo svg {
        width: 70%;
        margin-bottom: 2rem; }
    .login .card .spinner-wrap {
      text-align: center;
      padding: 100px 0; }
      .login .card .spinner-wrap .icon-loading {
        width: 25%; }
    .login .card .login-wrapper .form-group .form-control {
      margin-bottom: 20px; }
    .login .card .login-wrapper .form-group .btn-primary {
      background: linear-gradient(90deg, #f28421, #f2742e);
      border: none;
      margin-top: 50px; }
    .login .card .login-wrapper .form-group .btn-link {
      background-color: transparent;
      color: #333333;
      border: none; }
    .login .card .login-wrapper .login-info {
      font-size: small;
      text-align: center;
      color: #989898; }

.patient-view-header {
  background-color: #ffffff;
  padding: 20px; }
  .patient-view-header .client-id {
    background-color: #f5f5f5;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #818181;
    display: inline-block;
    margin-top: .5rem; }
  .patient-view-header .back-to-patients {
    font-weight: bold;
    color: #818181;
    font-size: 14px; }
    .patient-view-header .back-to-patients:hover {
      color: #4e4e4e;
      text-decoration: underline; }
    .patient-view-header .back-to-patients i {
      margin-right: 5px; }
  .patient-view-header .name {
    font-size: 30px; }
  .patient-view-header .date-of-birth {
    font-size: 24px; }

.patient-view-body {
  padding: 3rem; }
  .patient-view-body .card {
    padding: 2px; }
  .patient-view-body .icon-phone-wrap {
    display: inline-block;
    width: 50px;
    margin: 1.5rem; }
  .patient-view-body .patient-eligibility-wrap {
    margin-bottom: 4rem; }
  .patient-view-body .extended-category {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .patient-view-body .extended-category .icon-wrap {
      display: inline; }
    .patient-view-body .extended-category .icon-approved, .patient-view-body .extended-category .icon-not-covered {
      width: 100%; }
  .patient-view-body .insurance-icon, .patient-view-body .coverage-icon, .patient-view-body .pa-status-icon {
    width: 100%;
    display: flex;
    justify-content: center; }
    .patient-view-body .insurance-icon .icon-wrap, .patient-view-body .coverage-icon .icon-wrap, .patient-view-body .pa-status-icon .icon-wrap {
      width: 12%;
      margin-top: -55px; }

.spinner-wrap {
  text-align: center;
  padding: 100px 0; }
  .spinner-wrap .icon-loading {
    width: 10%; }

.patient-view-eligibility-section {
  text-align: center;
  padding: 30px;
  margin: 5px 0; }
  .patient-view-eligibility-section:not(:last-child) {
    border-right: 1px solid #e9e8e7; }
  .patient-view-eligibility-section .patient-view-category {
    color: #989898;
    font-size: 13px;
    font-weight: 700; }
  .patient-view-eligibility-section .patient-view-eligibility-status {
    font-size: 20px; }

.expand-patient-eligibility {
  width: 100%;
  background: #b2b8c3;
  color: #eaeaea;
  text-align: center;
  padding: 0;
  font-size: 1.3rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
  .expand-patient-eligibility:hover {
    background: #959ead; }

.patient-recommendation-wrap {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  justify-content: center; }
  .patient-recommendation-wrap .patient-recommendation {
    width: 60%;
    text-align: center;
    padding: 2rem;
    position: relative;
    filter: drop-shadow(0px 0px 1px #71cde7); }
    .patient-recommendation-wrap .patient-recommendation:before {
      content: "";
      width: 20px;
      height: 20px;
      background-color: white;
      position: absolute;
      top: 0;
      margin: -20px auto;
      left: 0;
      right: 0;
      -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
      clip-path: polygon(100% 0, 0% 100%, 100% 100%); }

.search-list {
  padding: 0 50px;
  height: calc(100vh - 65px);
  overflow: scroll; }
  .search-list .spinner-wrap {
    text-align: center;
    padding: 100px 0; }
    .search-list .spinner-wrap .icon-loading {
      width: 10%; }
  .search-list .search-list-header {
    display: flex; }
    .search-list .search-list-header .search-list-header-left {
      display: flex;
      align-items: center;
      padding: 2rem 0;
      flex: 2;
      width: 100%; }
    .search-list .search-list-header .check-coverage-button {
      color: white;
      background: linear-gradient(90deg, #f28421, #f2742e);
      padding: 0.3rem 0.9rem;
      font-size: 1.03rem;
      margin-left: 2rem; }
      .search-list .search-list-header .check-coverage-button:active, .search-list .search-list-header .check-coverage-button:hover {
        background: linear-gradient(90deg, #ec770e, #f16416); }
  .search-list .search-list-header > h2 {
    display: inline;
    margin: 0;
    padding: 0; }
  .search-list .search-list-table {
    font-size: medium; }
    .search-list .search-list-table .transaction-status-0 {
      cursor: default !important;
      color: rgba(76, 86, 103, 0.5); }
    .search-list .search-list-table .transaction-status-2 {
      cursor: default !important;
      color: rgba(237, 52, 82, 0.5); }
  .search-list .search-list-table > tbody > tr {
    border: none;
    font-size: 14px; }
  .search-list .search-list-table > tbody > tr:hover {
    cursor: pointer; }
  .search-list .search-list-table > thead > tr > td {
    border: none; }
  .search-list .search-list-table-header {
    color: #989898;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 2px solid #e9e8e7; }
  .search-list .search-list-paging {
    text-align: center; }
    .search-list .search-list-paging button {
      background: #ffffff;
      color: #333333;
      border: 1px solid #e9e8e7;
      border-radius: 4px;
      padding: .2rem .75rem;
      cursor: pointer; }
      .search-list .search-list-paging button:hover {
        background: rgba(255, 255, 255, 0.5); }
      .search-list .search-list-paging button.active {
        background: #569aad;
        color: #ffffff; }

.sidebar {
  background-image: linear-gradient(45deg, #627d88 0%, #555f64 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  height: calc(100vh - 65px);
  width: 100%;
  color: #e6e6e5;
  padding-top: 25px; }
  .sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .sidebar ul li a {
      display: block;
      padding: 10px 20px; }
      .sidebar ul li a:hover {
        color: #71cde7; }
    .sidebar ul .menu-icon {
      width: .9rem;
      margin-right: .8rem;
      display: inline-block; }
  .sidebar i {
    margin-right: 5px; }

.topbar {
  display: block;
  background: white;
  padding: 10px;
  height: 65px;
  z-index: 2;
  width: 100%;
  position: relative; }
  .topbar:after {
    content: "";
    background: linear-gradient(90deg, #f28421, #f2742e);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%; }
  .topbar .logo {
    margin-left: 1rem;
    margin-top: .5rem; }

.logout {
  color: #4c5667;
  padding: 10px;
  margin: auto;
  line-height: 50px; }

.logout:hover {
  cursor: pointer; }

.avatar {
  background: linear-gradient(90deg, #f28421, #f2742e);
  padding: 10px 15px;
  color: white;
  border-radius: 3px; }

.new-search-modal {
  overflow: hidden; }
  .new-search-modal .new-search-modal-header {
    background: linear-gradient(90deg, #f28421, #f2742e);
    padding: 15px;
    color: white;
    margin-bottom: 2px;
    border-radius: .2rem .2rem 0 0; }
    .new-search-modal .new-search-modal-header h1 {
      font-size: 1.25rem;
      font-weight: bold;
      margin-bottom: 0;
      display: inline-block; }
    .new-search-modal .new-search-modal-header .close {
      color: white;
      text-shadow: none;
      opacity: 1;
      position: relative;
      top: -2px; }
  .new-search-modal .back-icon {
    margin-right: 1rem; }
  .new-search-modal .modal-body {
    padding: 2px;
    padding-bottom: 1rem; }
  .new-search-modal .drug-list {
    padding: 0 20px; }
    .new-search-modal .drug-list .drug-row {
      list-style-type: none;
      margin: 20px 0;
      padding: 15px 20px;
      font-weight: bold;
      cursor: pointer;
      border: 2px solid transparent;
      border-radius: 3px;
      transition: all .25s ease-in-out; }
      .new-search-modal .drug-list .drug-row:hover {
        border-color: #556065; }
      .new-search-modal .drug-list .drug-row .icon-pill-wrap {
        display: inline; }
        .new-search-modal .drug-list .drug-row .icon-pill-wrap .icon-pill {
          width: 4%;
          margin-right: 1rem; }
      .new-search-modal .drug-list .drug-row .icon-chevron {
        float: right; }
  .new-search-modal .drug-select-directions {
    background: #eaeaea;
    padding: 15px; }
  .new-search-modal .new-search-modal-navigation {
    background: linear-gradient(90deg, #627d88, #555f64);
    font-size: small;
    color: white;
    padding: 10px;
    cursor: pointer; }
    .new-search-modal .new-search-modal-navigation .icon-chevron {
      margin-right: 10px; }
  .new-search-modal .drug-name {
    font-weight: bold;
    font-size: 20px; }
  .new-search-modal .drug-pack-description {
    font-size: 12px;
    color: #b3b3b2;
    margin-left: .6rem; }
  .new-search-modal .drug-pack-ndc {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-left: .6rem; }
    .new-search-modal .drug-pack-ndc input {
      margin-right: 10px; }
  .new-search-modal .drug-pack-select-directions {
    font-size: 14px; }
  .new-search-modal label {
    width: 100%;
    font-size: 14px;
    font-weight: bold; }
  .new-search-modal .patient-information-form {
    padding: 20px; }
    .new-search-modal .patient-information-form .patient-information-form-directions {
      margin-bottom: 20px; }
  .new-search-modal .coverage-type-header {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #eaeaea; }
  .new-search-modal .coverage-type-options {
    padding: 15px 0;
    line-height: 30px; }
    .new-search-modal .coverage-type-options input {
      margin-right: 5px; }
  .new-search-modal .drug-pack-select-content {
    padding: 20px;
    margin: 0; }
    .new-search-modal .drug-pack-select-content .col {
      display: flex; }
    .new-search-modal .drug-pack-select-content .icon-pill-wrap {
      display: inline-block;
      width: 45px;
      margin-right: 1rem; }
      .new-search-modal .drug-pack-select-content .icon-pill-wrap .icon-pill {
        width: 100%; }
    .new-search-modal .drug-pack-select-content .drug-pack-select-directions {
      display: inline-block; }
      .new-search-modal .drug-pack-select-content .drug-pack-select-directions h3.drug-name {
        font-size: 1rem;
        margin: 0; }
      .new-search-modal .drug-pack-select-content .drug-pack-select-directions p {
        font-size: 12px;
        margin-bottom: 0; }
  .new-search-modal .drug-pack-row {
    margin: 20px 0;
    padding-left: 3rem; }
    .new-search-modal .drug-pack-row label {
      width: 100%; }
  .new-search-modal .btn {
    margin-right: 1rem;
    color: white;
    background: linear-gradient(90deg, #f28421, #f2742e);
    font-size: 1.03rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .new-search-modal .new-search-modal-footer .btn {
    color: white;
    background: linear-gradient(90deg, #f28421, #f2742e);
    font-size: 1.03rem; }
  .new-search-modal .insurance-information {
    background: #f1f1f1;
    padding: 10px;
    margin: 0; }
    .new-search-modal .insurance-information .insurance-information-header {
      padding-bottom: 20px;
      font-size: 16px;
      font-weight: bold; }
  .new-search-modal .drug-pack-label-content {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 5px; }
  .new-search-modal .drug-pack-select-options {
    padding: 0 50px; }
  .new-search-modal .optional {
    font-style: italic;
    font-weight: normal;
    font-size: 14px; }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes rotate {
  /* Safari and Chrome */
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

.circle-icon .icon-loading {
  animation: rotate 0.6s linear infinite;
  -webkit-animation: rotate 0.6s linear infinite; }

.circle-icon .icon-loading .cls-1 {
  fill: #f5f5f5; }

.circle-icon .icon-loading .cls-2 {
  fill: #ff7327; }

