/* DayPicker styles */
.DayPicker {
  display: inline-block;
  font-size: 1rem; }

.DayPicker-wrapper {
  position: relative;
  flex-direction: row;
  padding-bottom: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;
  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  cursor: pointer; }

.DayPicker-NavButton:hover {
  opacity: 0.8; }

.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC"); }

.DayPicker-NavButton--next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg=="); }

.DayPicker-NavButton--interactionDisabled {
  display: none; }

.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left; }

.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em; }

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em; }

.DayPicker-WeekdaysRow {
  display: table-row; }

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8B9898;
  text-align: center;
  font-size: 0.875em; }

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none; }

.DayPicker-Body {
  display: table-row-group; }

.DayPicker-Week {
  display: table-row; }

.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer; }

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #EAECEC;
  color: #8B9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer; }

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default; }

.DayPicker-Footer {
  padding-top: 0.5em; }

.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #4A90E2;
  font-size: 0.875em;
  cursor: pointer; }

/* Default modifiers */
.DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700; }

.DayPicker-Day--outside {
  color: #8B9898;
  cursor: default; }

.DayPicker-Day--disabled {
  color: #DCE0E0;
  cursor: default;
  /* background-color: #eff1f1; */ }

/* Example modifiers */
.DayPicker-Day--sunday {
  background-color: #F7F8F8; }

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #DCE0E0; }

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;
  background-color: #4A90E2;
  color: #F0F8FF; }

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51A0FA; }

.DayPicker:not(.DayPicker--interactionDisabled)
.DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #F0F8FF; }

/* DayPickerInput */
.DayPickerInput {
  display: inline-block; }

.DayPickerInput-OverlayWrapper {
  position: relative; }

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }

.react-toggle {
  touch-action: pan-x;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

.react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.react-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.react-toggle-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 30px;
  background-color: #4D4D4D;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #000000; }

.react-toggle--checked .react-toggle-track {
  background-color: #19AB27; }

.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #128D15; }

.react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.react-toggle--checked .react-toggle-track-check {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.react-toggle--checked .react-toggle-track-x {
  opacity: 0; }

.react-toggle-thumb {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #4D4D4D;
  border-radius: 50%;
  background-color: #FAFAFA;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.react-toggle--checked .react-toggle-thumb {
  left: 27px;
  border-color: #19AB27; }

.react-toggle--focus .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 3px 2px #0099E0;
  -moz-box-shadow: 0px 0px 3px 2px #0099E0;
  box-shadow: 0px 0px 2px 3px #0099E0; }

.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 5px 5px #0099E0;
  -moz-box-shadow: 0px 0px 5px 5px #0099E0;
  box-shadow: 0px 0px 5px 5px #0099E0; }

/*Remove blue glow from text fields*/
input, textarea, select {
  outline: none !important;
  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; }

.text-alight-center {
  text-align: center; }

.btn {
  padding: 0.4rem 1.5rem;
  font-size: 1.125rem; }

.primary-button {
  color: white;
  background: linear-gradient(90deg, #f28421, #f2742e); }
  .primary-button:active, .primary-button:hover {
    background: linear-gradient(90deg, #ec770e, #f16416);
    color: white; }

.primary-deploy-button {
  color: white;
  background: #569aad;
  border: none; }
  .primary-deploy-button:active, .primary-deploy-button:hover {
    background: #71cde7;
    color: white; }

.primary-deploy-button-disabled {
  color: white;
  background: #c2d6d8;
  border: none;
  cursor: default !important; }

.ellipsis {
  padding: 0.4rem 0.5rem; }

.secondary-button {
  color: #dc6422;
  border: 1px solid #dc6422;
  border-radius: 5px;
  background: #ffffff; }
  .secondary-button:active:hover:not([disabled]) {
    background: #dc6422;
    color: #ffffff; }

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

.pointer:hover {
  cursor: pointer; }

.btn.btn-link {
  color: #25353b; }
  .btn.btn-link:hover {
    text-decoration: none;
    color: #425f6a; }

.table-hover tbody tr:hover, .table tbody tr.selected-row {
  background: linear-gradient(90deg, rgba(28, 29, 39, 0.08), #ffffff); }

.table .radio-cell {
  padding: 0.625rem 1.25rem;
  width: 1rem;
  position: relative; }
  .table .radio-cell:before {
    content: "\E836";
    font-family: 'Material Icons';
    width: 15px;
    height: 15px;
    display: block;
    left: .9rem;
    top: -2px;
    font-size: 1.2rem; }
  .table .radio-cell input {
    display: none; }

.table tr.selected-row .radio-cell:before {
  content: "\E837"; }

.git {
  color: #ff801d; }

.landing-logo {
  padding-top: 4rem;
  height: 100%; }

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

.portal-header {
  background-color: #ffffff;
  padding: 20px; }
  .portal-header .spacer {
    margin-bottom: 10px; }

.portal-body {
  padding: 20px; }
  .portal-body .card {
    padding: 2px; }
  .portal-body .spinner-wrap {
    text-align: center;
    padding: 100px 0; }
    .portal-body .spinner-wrap .icon-loading {
      width: 15%; }

.InputFromTo .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside) {
  background-color: #f0f8ff !important;
  color: #4a90e2; }

.InputFromTo .DayPicker-Day {
  border-radius: 0 !important; }

.InputFromTo .DayPicker-Day--start {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important; }

.InputFromTo .DayPicker-Day--end {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important; }

.InputFromTo .DayPickerInput-Overlay {
  width: 650px; }

.InputFromTo-to .DayPickerInput-Overlay {
  margin-left: -198px; }

.sidebar {
  background-image: linear-gradient(45deg, #627d88 0%, #555f64 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  height: 100%;
  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 .icon-patients {
      width: 5%;
      margin-right: .8rem; }
  .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 .hamburger {
    font-size: 25px;
    display: inline; }
    .topbar .hamburger i {
      margin-right: 1rem;
      padding: 8px; }

.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; }

.table th {
  border-top: none; }

.table tbody tr {
  cursor: pointer; }

.application-wrapper {
  display: inline-block;
  width: 100%; }

.application-wrapper-opened {
  display: inline-block;
  width: calc(100% - 320px); }

.sidebar-wrapper {
  display: inline-block;
  width: 320px; }

.batch-generation-tool-header {
  background-color: #ffffff;
  padding: 20px; }

.batch-portal {
  padding: 2rem; }
  .batch-portal .card {
    padding: 2px; }
  .batch-portal .spinner-wrap {
    text-align: center;
    padding: 100px 0; }
    .batch-portal .spinner-wrap .icon-loading {
      width: 15%; }

.batch-download {
  margin: auto; }

.batch-list-rows .batch-list-date-header {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #637e88;
  margin: 2rem 1rem 1rem 1rem; }

.batch-list-rows .batch-row {
  padding: 20px;
  box-shadow: 3px 3px #eeeeee;
  border: 1px solid transparent;
  transition: all .5s ease-in-out;
  margin-bottom: 1rem; }
  .batch-list-rows .batch-row:hover {
    box-shadow: 4px 4px rgba(152, 152, 152, 0.2); }

.batch-list-rows .batch-download {
  margin: auto; }

.batch-list-rows .batch-row-percent {
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.3125rem;
  font-weight: bold;
  padding-left: 0; }
  .batch-list-rows .batch-row-percent .percent-header {
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    color: #989898;
    font-size: 14px;
    font-weight: 700;
    padding-right: 5px;
    padding-left: 0; }
  .batch-list-rows .batch-row-percent .percent-name {
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding-left: 5px;
    padding-right: 0;
    font-size: 14px;
    font-weight: bold; }

.batch-list-rows .batch-row-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  font-size: 14px;
  font-weight: bold; }

.batch-list-rows .batch-row-header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  color: #989898;
  font-size: 13px;
  font-weight: 700; }

.batch-modal-body {
  padding: 1rem; }

.batch-modal-upload {
  padding-top: 1rem; }

.batch-table {
  font-size: medium; }

.batch-table > tbody > tr {
  border: none;
  font-size: 14px; }

.batch-table > tbody > tr:hover {
  background-color: #e5e5e5; }

.batch-table > thead > tr > td {
  border: none; }

.batch-table-header {
  background-color: #506167;
  color: #f3f3f3;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 2px solid #e9e8e7; }

.file-form:focus, .file-form:active, .file-form:hover {
  border-color: #dc6422;
  box-shadow: 0 1px 1px rgba(229, 103, 23, 0.6) inset, 0 0 8px #dc6422; }

.batch-error {
  color: darkred; }
  .batch-error .something-wrong {
    font-size: 15px;
    color: darkred; }
  .batch-error .something-wrong > i {
    font-size: 15px; }
  .batch-error .error-messages > .col,
  .batch-error .error-messages > [class*='col'] {
    font-size: 15px;
    border-radius: 5px;
    margin-left: 0px;
    padding: .5rem;
    background-color: #ffdada;
    margin-top: 1rem;
    border: 1px solid indianred; }

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

.batch-verify-table .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #ffa067; }

.batch-verify-table .custom-control-label {
  vertical-align: top; }

.batch-verify-table .status-dropdown {
  min-width: 250px; }

.batch-verify-table .notes {
  min-width: 250px; }

.custom-control-label {
  vertical-align: top; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.batch-verify-table > thead > tr > th {
  border: none;
  padding-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 1rem;
  white-space: nowrap; }

.batch-verify-table > thead > tr {
  background: linear-gradient(90deg, #f28421, #f2742e);
  color: white; }

.batch-verify-table > tbody > tr > td {
  border: none;
  padding-left: 1rem;
  padding-bottom: .5rem;
  padding-right: 1rem;
  white-space: nowrap; }

.batch-list-rows a:link {
  color: #212529; }

.batch-list-rows a:visited {
  color: #212529; }

.search-list-paging {
  text-align: center;
  margin: 1rem 0; }
  .search-list-paging button {
    background: #ffffff;
    color: #333333;
    border: 1px solid #e9e8e7;
    border-radius: 4px;
    padding: .2rem .75rem;
    cursor: pointer;
    margin: 0 .2rem;
    width: 3rem; }
    .search-list-paging button:hover {
      background: rgba(255, 255, 255, 0.5); }
    .search-list-paging button.active {
      background: linear-gradient(90deg, #f28421, #f2742e);
      color: #ffffff; }
    .search-list-paging button:focus {
      outline: 0; }
    .search-list-paging button i.material-icons {
      font-size: 1rem;
      position: relative;
      top: 2px; }

.modal {
  overflow: hidden; }
  @media (min-width: 576px) {
    .modal .modal-dialog {
      max-width: 675px; } }
  .modal .modal-content {
    border: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
  .modal .modal-body {
    padding: 2.5rem 2.5rem 2.5rem; }
  .modal .modal-header {
    background: #ffffff;
    position: relative;
    padding: 1.5rem 2.5rem; }
    .modal .modal-header .close {
      position: absolute;
      right: 2.5rem;
      top: 1.5rem; }
      .modal .modal-header .close:focus {
        outline: 0; }
  .modal .modal-footer {
    background: #eaeaea;
    border-top: 2px solid #b6bec4;
    padding: 1.25rem 2.5rem; }
    .modal .modal-footer .go-back {
      cursor: pointer;
      display: inline-block;
      margin-right: 10px; }
      .modal .modal-footer .go-back .icon-wrap {
        margin-right: 5px; }
    .modal .modal-footer .secondary-button {
      margin-right: 10px; }
  .modal .modal-footer-white {
    padding: 1.25rem 2.5rem; }
  .modal .step-indicator {
    list-style: none;
    margin: 0;
    padding: 15px 0;
    height: 35px; }
    .modal .step-indicator li {
      width: 12px;
      height: 12px;
      background: transparent;
      border: 1px solid #1c1d27;
      border-radius: 5rem;
      float: left;
      margin-right: 1rem; }
      .modal .step-indicator li.complete {
        background: #1c1d27; }
      .modal .step-indicator li span {
        display: none; }

.modal.modal-full-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .modal.modal-full-screen .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0; }
    @media (min-width: 576px) {
      .modal.modal-full-screen .modal-dialog {
        max-width: none; } }
  .modal.modal-full-screen .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .modal.modal-full-screen .modal-body {
    position: absolute;
    top: 79px;
    bottom: 60px;
    width: 100%;
    overflow: auto;
    padding: 5rem 2.5rem 2.5rem 2.5rem; }
  .modal.modal-full-screen .modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }

.modal.modal-half-screen {
  overflow: scroll; }
  @media (min-width: 576px) {
    .modal.modal-half-screen .modal-dialog {
      max-width: 50%; } }
  .modal.modal-half-screen .modal-content {
    border: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
  .modal.modal-half-screen .modal-body .modal-sections {
    padding: 1rem 2.5rem 1rem; }
  .modal.modal-half-screen .dob-id-formatting {
    font-size: 18px;
    font-weight: bold; }
  .modal.modal-half-screen .alternate-eligibility:nth-child(even) {
    background-color: #f2f2f2; }
  .modal.modal-half-screen .modal-header {
    border: none;
    background: #ffffff;
    position: relative;
    padding: 1.5rem 2.5rem; }
    .modal.modal-half-screen .modal-header .close {
      position: absolute;
      right: 2.5rem;
      top: 1.5rem; }
      .modal.modal-half-screen .modal-header .close:focus {
        outline: 0; }
  .modal.modal-half-screen .modal-footer {
    background: #eaeaea;
    border-top: 2px solid #b6bec4;
    padding: 1.25rem 2.5rem; }
    .modal.modal-half-screen .modal-footer .go-back {
      cursor: pointer;
      display: inline-block;
      margin-right: 10px; }
      .modal.modal-half-screen .modal-footer .go-back .icon-wrap {
        margin-right: 5px; }
    .modal.modal-half-screen .modal-footer .secondary-button {
      margin-right: 10px; }
  .modal.modal-half-screen .modal-footer-white {
    padding: 1.25rem 2.5rem;
    background: #ffffff;
    border-top: 0; }
  .modal.modal-half-screen .step-indicator {
    list-style: none;
    margin: 0;
    padding: 15px 0;
    height: 35px; }
    .modal.modal-half-screen .step-indicator li {
      width: 12px;
      height: 12px;
      background: transparent;
      border: 1px solid #1c1d27;
      border-radius: 5rem;
      float: left;
      margin-right: 1rem; }
      .modal.modal-half-screen .step-indicator li.complete {
        background: #1c1d27; }
      .modal.modal-half-screen .step-indicator li span {
        display: none; }

.radio-box-group {
  display: flex; }
  .radio-box-group .radio-box {
    flex-grow: 1;
    flex-basis: 0; }
    .radio-box-group .radio-box label {
      width: 100%;
      height: 38px;
      position: absolute;
      left: 0;
      top: 0;
      border: 1px solid #e9e8e7;
      border-radius: 3px;
      padding: .4rem .4rem .4rem 2.5rem; }
      .radio-box-group .radio-box label:before, .radio-box-group .radio-box label:after {
        left: .75rem;
        top: .6rem; }
    .radio-box-group .radio-box input:checked + label {
      border-color: #1c1d27; }

.select-box:disabled {
  cursor: default;
  background-color: #ffffff;
  color: grey;
  border: 1px solid #efefef; }

/*Remove blue glow from text fields*/
input, textarea, select {
  outline: none;
  box-shadow: none !important;
  border: 1px solid #ccc; }

.form-section {
  margin-bottom: 1rem; }

.form-group {
  margin-bottom: 3rem; }

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

.form-label-full {
  width: 100%; }

.form-cards {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: .75rem !important;
  padding-left: .5rem !important;
  padding-right: .5rem !important; }
  .form-cards .row {
    margin-left: .5rem; }

select.form-control {
  border: 1px solid #ccc; }
  select.form-control:focus {
    border-color: #1c1d27; }

.form-label, .radio-card-label {
  color: #1c1d27;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  font-weight: bold;
  text-transform: uppercase; }

.form-label-low, .radio-card-label {
  color: #1c1d27;
  font-size: 0.75rem;
  margin-bottom: 0rem;
  margin-top: .75rem;
  font-weight: bold;
  text-transform: uppercase; }

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

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

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

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(28, 29, 39, 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: .5rem 0 0 0;
  padding: 0; }
  .radio-cards .radio-card {
    text-align: center;
    flex-basis: calc(50% - 1rem);
    margin: 0 .5rem 1rem .5rem;
    position: relative;
    min-height: 38px; }
    .radio-cards .radio-card label {
      position: absolute;
      width: 100%;
      height: 100%;
      padding: 7px 0 0 0;
      left: 0;
      top: 0;
      border: 1px solid #e9e8e7;
      cursor: pointer;
      border-radius: 3px; }
    .radio-cards .radio-card span {
      display: block; }
    .radio-cards .radio-card input {
      position: absolute;
      left: 2rem;
      top: .3rem; }
    .radio-cards .radio-card input:checked + label {
      border-color: #1c1d27; }
      .radio-cards .radio-card input:checked + label span {
        color: #1c1d27; }

.radio-card-label {
  margin-top: 5px;
  margin-bottom: 0.75rem; }

.radio-box-group {
  display: flex; }
  .radio-box-group .radio-box {
    flex-grow: 1;
    flex-basis: 0; }
    .radio-box-group .radio-box label {
      width: 100%;
      height: 38px;
      position: absolute;
      left: 0;
      top: 0;
      border: 1px solid #e9e8e7;
      border-radius: 3px;
      padding: .4rem .4rem .4rem 2.5rem; }
      .radio-box-group .radio-box label:before, .radio-box-group .radio-box label:after {
        left: .75rem;
        top: .6rem; }
    .radio-box-group .radio-box input:checked + label {
      border-color: #1c1d27; }

.error-wrap {
  color: darkred; }
  .error-wrap .something-wrong {
    font-size: 15px;
    color: darkred; }
  .error-wrap .something-wrong > i {
    font-size: 15px; }
  .error-wrap .error-messages > .col,
  .error-wrap .error-messages > [class*='col'] {
    font-size: 15px;
    border-radius: 5px;
    margin-left: 0px;
    padding: .5rem;
    background-color: #ffdada;
    border: 1px solid indianred;
    margin-bottom: 10px; }

.tree-view {
  font-size: 14px;
  white-space: nowrap;
  overflow-y: auto; }
  .tree-view .tree-node {
    cursor: pointer; }
    .tree-view .tree-node:hover {
      color: #dc6422; }
    .tree-view .tree-node.selected {
      font-weight: bold;
      color: #dc6422; }
    .tree-view .tree-node.failed {
      color: #68321c; }
      .tree-view .tree-node.failed .status-code {
        color: #f5f5f5;
        background-color: #68321c;
        margin-left: 5px;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 1px;
        padding-bottom: 1px;
        font-size: 10px;
        border-radius: 2px;
        vertical-align: middle; }
    .tree-view .tree-node.errored {
      color: #ed3452; }
      .tree-view .tree-node.errored .status-code {
        color: #f5f5f5;
        background-color: #ed3452;
        margin-left: 5px;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 1px;
        padding-bottom: 1px;
        font-size: 10px;
        border-radius: 2px;
        vertical-align: middle; }
  .tree-view .spaces {
    margin-left: 1.5rem; }

.configuration-manager {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem; }

.edited_row {
  color: #dc6422;
  border: 1px solid black; }

.deleted_row {
  color: #989898; }

.clickable {
  cursor: pointer; }
  .clickable:hover {
    color: #dc6422; }

.conman-table {
  width: 100%; }

.error-message {
  margin-top: 2rem;
  color: #ed3452;
  font-style: italic; }

.delete-confirmation-text {
  color: red;
  font-style: italic;
  font-size: large;
  padding-bottom: 2rem; }

.conman-table > tbody > tr {
  border: none;
  font-size: 14px; }

.conman-table > tbody > tr:hover {
  background-color: rgba(220, 100, 34, 0.25); }

.horizontal-scrolling-table {
  overflow-x: auto; }

.conman-table > thead > tr > th {
  border: none;
  padding-left: .25rem;
  padding-top: .25rem;
  padding-bottom: .5rem;
  padding-right: .25rem;
  white-space: nowrap; }

.conman-table > tbody > tr > td {
  padding-left: .25rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  white-space: nowrap; }

.conman-table-header {
  font-size: 14px;
  font-weight: 700; }

.conman-table-header > thead > tr > th {
  padding-left: 1rem; }

.table-container {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.onboarding-content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow-y: scroll;
  top: 65px; }

.onboarding-verification-table table {
  font-size: small;
  table-layout: fixed; }
  .onboarding-verification-table table .highlight-col {
    background-color: #e9e8e7; }

.null-checkbox {
  background: repeating-linear-gradient(45deg, #ff99a1, #ff99a1 5px, #ffbec0 5px, #ffbec0 10px); }

.call-cost {
  width: 200px !important; }

.onboarding-verification-table > tbody > tr {
  border: none;
  font-size: 14px; }

.onboarding-verification-table > tbody > tr:hover {
  background-color: rgba(220, 100, 34, 0.25); }

.onboarding-verification-table > thead > tr > td {
  border: none;
  padding-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 1rem;
  white-space: nowrap; }

.onboarding-verification-table > tbody > tr > td {
  padding: .5rem;
  white-space: nowrap; }

.onboarding-verification-table-header {
  background: linear-gradient(90deg, #f28421, #f2742e);
  color: white;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 2px solid #e9e8e7; }

@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; }

.drug-onboarding {
  padding-left: 1rem;
  padding-right: 1rem; }
  .drug-onboarding .onboarding-list-rows .onboarding-list-date-header {
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #637e88;
    margin: 2rem 1rem 1rem 1rem; }
  .drug-onboarding .onboarding-list-rows .onboarding-row {
    padding: 10px;
    box-shadow: 3px 3px #eeeeee;
    border: 1px solid transparent;
    transition: all .5s ease-in-out;
    margin-bottom: 1rem; }
    .drug-onboarding .onboarding-list-rows .onboarding-row:hover {
      box-shadow: 4px 4px rgba(152, 152, 152, 0.2); }
  .drug-onboarding .onboarding-list-rows .onboarding-row-name {
    font-size: 1.3125rem;
    font-weight: bold; }
  .drug-onboarding .onboarding-list-rows .onboarding-row-header {
    color: #989898;
    font-size: 13px;
    font-weight: 700; }
  .drug-onboarding .index-table {
    padding: 1rem; }
  .drug-onboarding .card {
    padding: 2rem; }
  .drug-onboarding .spinner-wrap {
    text-align: center;
    padding: 100px 0; }
    .drug-onboarding .spinner-wrap .icon-loading {
      width: 15%; }

.custom-control-label {
  vertical-align: top; }

.drug-onboarding-modal {
  max-width: 90% !important; }

.drug-onboarding-verification-table {
  overflow: scroll;
  margin: 5px; }
  .drug-onboarding-verification-table table tr td {
    min-width: 130px; }

.drug-onboarding-header {
  background-color: #ffffff;
  padding: 20px; }

.drug-onboarding-table-header {
  background-color: #506167;
  color: #f3f3f3;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 2px solid #e9e8e7; }

.onboarding-verification-table table {
  font-size: small;
  table-layout: fixed; }
  .onboarding-verification-table table .highlight-col {
    background-color: #e9e8e7; }

.null-checkbox {
  background: repeating-linear-gradient(45deg, #ff99a1, #ff99a1 5px, #ffbec0 5px, #ffbec0 10px); }

.call-cost {
  width: 200px !important; }

.onboarding-table {
  font-size: medium; }

.onboarding-table > tbody > tr {
  border: none;
  font-size: 14px; }

.onboarding-table > tbody > tr:hover {
  background-color: #e5e5e5; }

.onboarding-table > thead > tr > td {
  border: none; }

.onboarding-table-header {
  background-color: #506167;
  color: #f3f3f3;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 2px solid #e9e8e7; }

.drug-onboarding-table {
  width: 80%; }

.drug-onboarding-table > tbody > tr {
  border: none;
  font-size: 18px; }

.drug-onboarding-table > tbody > tr:hover {
  background-color: rgba(220, 100, 34, 0.25); }

.drug-onboarding-table > thead > tr > th {
  border: none;
  padding-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 5rem;
  white-space: nowrap; }

.drug-onboarding-table > tbody > tr > td {
  padding-left: 1rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  white-space: nowrap; }

.drug-onboarding-table-header {
  background: linear-gradient(90deg, #f28421, #f2742e);
  color: white;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #e9e8e7; }

.drug-onboarding-table-header > thead > tr > th {
  padding-left: 1rem; }

.transaction-portal-header {
  background-color: #ffffff;
  padding: 20px; }
  .transaction-portal-header .spacer {
    margin-bottom: 10px; }

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

.message-view {
  margin: 1rem; }

.card-table {
  margin: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: .8rem;
  padding-top: .5rem; }

.icon-hover:hover {
  cursor: pointer;
  color: #1c1d27; }

.response-message {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9e8e7; }
  .response-message .header {
    font-weight: bold; }

.request {
  border-right: 1px solid #e9e8e7; }

.message-view-header {
  padding: .5rem; }
  .message-view-header a {
    color: #4c5667; }

.table-row {
  padding-top: .5rem;
  padding-bottom: .5rem; }
  .table-row:hover {
    background-color: #e9e8e7;
    cursor: pointer; }

.transaction-table :nth-child(odd) .table-row {
  background-color: #dcdcdc; }

select {
  padding: 10px;
  width: 100%;
  height: 100%;
  background: white; }

.table-head {
  background: linear-gradient(90deg, #f28421, #f2742e);
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid #e9e8e7; }

.theme-customization {
  height: 100%; }
  .theme-customization .deni-react-treeview-container.classic .deni-react-treeview-item-container.classic .icon-and-text:hover:not(.select-row) {
    background: none; }
  .theme-customization .deni-react-treeview-container {
    font-family: tahoma;
    font-size: 12px;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    /* changing the font color, font size and line's height */ }
    .theme-customization .deni-react-treeview-container .deni-react-treeview-item-container {
      height: 18px;
      /* changing the font color, and padding top and bottom (left is not recommended) */ }
      .theme-customization .deni-react-treeview-container .deni-react-treeview-item-container .icon-and-text {
        color: #4c5667;
        padding-top: 6px;
        padding-bottom: 6px;
        /* changing the selected item properties */ }
        .theme-customization .deni-react-treeview-container .deni-react-treeview-item-container .icon-and-text.selected {
          border: none;
          background: none !important;
          font-weight: 600; }

.custom-date-picker-width,
.custom-date-picker-width div.DayPickerInput {
  width: 50%; }

.custom-date-picker-width div > input {
  width: 95%; }

.table-header {
  font-size: 24px; }

.billing-report-table {
  margin: auto;
  width: 90% !important;
  overflow-x: scroll;
  table-layout: fixed; }

.billing-report-table > tbody > tr {
  border: none;
  font-size: 18px; }

.billing-report-table > tbody > tr:hover {
  background-color: rgba(220, 100, 34, 0.25); }

.billing-report-table > thead > tr > th {
  border: none;
  padding-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 5rem;
  white-space: nowrap;
  width: 1px; }

.billing-report-table > tbody > tr > td {
  padding-left: 1rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  white-space: nowrap;
  width: 1px; }

.billing-report-table-header {
  background: linear-gradient(90deg, #f28421, #f2742e);
  color: white;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid #e9e8e7; }

.billing-report-table-header > tr > th {
  padding-left: 1rem;
  word-wrap: break-word; }

.billing-report-table-header {
  word-wrap: break-word; }

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  .billing-report-table > tbody > tr {
    font-size: 18px; } }

@media screen and (max-width: 1600px) {
  .billing-report-table > thead > tr {
    font-size: 14px; }
  .billing-report-table > tbody > tr {
    font-size: 14px; } }

@media screen and (max-width: 1200px) {
  .billing-report-table > thead > tr {
    font-size: 10px; }
  .billing-report-table > tbody > tr {
    font-size: 10px; } }

.client-report-portal-header {
  background-color: #ffffff;
  padding: 20px; }
  .client-report-portal-header .spacer {
    margin-bottom: 10px; }

.client-report-portal-body {
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px; }
  .client-report-portal-body .card {
    padding: 20px; }

.batch-generation-tool-header {
  background-color: #ffffff;
  padding: 20px; }

.batch-generation-form-wrapper {
  padding: 2.5rem;
  background: white;
  font-size: 20px; }
  .batch-generation-form-wrapper .form-group {
    margin-bottom: .5rem; }
  .batch-generation-form-wrapper .row {
    padding-bottom: 1rem; }
  .batch-generation-form-wrapper .gender {
    padding-bottom: 2rem; }
  .batch-generation-form-wrapper .batch-input {
    padding-bottom: 3rem; }
  .batch-generation-form-wrapper .select-all {
    border-bottom: 1px solid #cccccb;
    width: 50%;
    padding-bottom: 5px;
    margin-bottom: 5px; }
  .batch-generation-form-wrapper .verify-box {
    background-color: #e9e8e7;
    padding: 15px;
    height: 100%; }
    .batch-generation-form-wrapper .verify-box div {
      padding-top: 1rem; }
  .batch-generation-form-wrapper .warning {
    color: red; }
  .batch-generation-form-wrapper .patients-found-prev {
    margin-top: 3rem; }
  .batch-generation-form-wrapper .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #dc6422; }
  .batch-generation-form-wrapper .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #ffa067; }
  .batch-generation-form-wrapper .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #dc6422; }
  .batch-generation-form-wrapper .custom-radio .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #ffa067; }
  .batch-generation-form-wrapper input[type=number]::-webkit-inner-spin-button,
  .batch-generation-form-wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }
  .batch-generation-form-wrapper .invalid-entry {
    background-color: pink;
    border-color: red;
    color: red; }
  .batch-generation-form-wrapper .age-form ::-webkit-input-placeholder {
    font-size: 15px !important; }
  .batch-generation-form-wrapper .age-form :-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px !important; }
  .batch-generation-form-wrapper .age-form ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px !important; }

.deploy-table {
  margin-bottom: 5rem;
  margin-top: 1rem; }

.deploy-table > tbody > tr {
  border: none;
  font-size: 14px; }

.deploy-table > tbody > tr:hover {
  background-color: rgba(220, 100, 34, 0.25); }

.deploy-table > thead > tr > th {
  border: none;
  padding-left: .25rem;
  padding-top: .25rem;
  padding-bottom: .5rem;
  padding-right: .25rem;
  white-space: nowrap; }

.deploy-table > tbody > tr > td {
  padding-left: .25rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  white-space: nowrap; }

.deploy-table-header {
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(90deg, #f28421, #f2742e);
  color: white; }

.deploy-table-header > thead > tr > th {
  padding-left: 1rem; }

.table-container {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.deploy-tool {
  padding: 2rem; }

.selected-applications {
  padding: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18), 0 6px 20px 0 rgba(0, 0, 0, 0.16); }
  .selected-applications .row:not(:last-child) {
    padding-bottom: 1rem; }

.app-selection {
  padding-top: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18), 0 6px 20px 0 rgba(0, 0, 0, 0.16);
  height: 600px;
  overflow-y: scroll; }
  .app-selection .row:not(:last-child) {
    padding-bottom: 1rem; }

.selection-column {
  border-right: 1px solid #cccccb;
  margin-right: 10px; }

.mock-metadata {
  position: absolute;
  right: 13px;
  top: 13px; }

