﻿.green {
  color: #b0bfb6; }

.green-darker {
  color: #94a89c; }

.blue, .info {
  color: #2fb8d5; }

.orange {
  color: #cb822a; }

.brightGreen {
  color: #81ad40; }

.gray {
  color: #565759; }

.gray-light {
  color: #7d868c; }

.gray-lighter {
  color: #d1d2d3; }

.red, .danger {
  color: #d9534f; }

.info {
  color: #2fb8d5; }

.success {
  color: #6a9946; }

.color-white {
  color: #ffffff; }

.warning {
  color: #cb822a; }

.gold {
  color: #FFD700; }

.small-bump {
  margin-top: 1rem; }

.bump {
  margin-top: 1.5rem; }

.large-bump {
  margin-top: 3rem; }

.xtra-large-bump {
  margin-top: 4rem; }

.btn-primary {
  background-color: #b0bfb6;
  border-color: #b0bfb6; }
  .btn-primary:hover {
    background-color: #b0bfb6;
    border-color: #b0bfb6; }

.btn-info {
  background-color: #2fb8d5;
  border-color: #2fb8d5; }
  .btn-info:hover {
    background-color: #2fb8d5;
    border-color: #2fb8d5; }

.btn-success {
  background-color: #81ad40;
  border-color: #81ad40; }
  .btn-success:hover {
    background-color: #81ad40;
    border-color: #81ad40; }
  .btn-success:disabled {
    background-color: #57752b;
    border-color: #57752b;
    color: #2e3d17;
    cursor: not-allowed !important; }

.btn-warning {
  background-color: #cb822a;
  border-color: #cb822a; }
  .btn-warning:hover {
    background-color: #cb822a;
    border-color: #cb822a; }

.btn-default {
  background-color: #c1c2c3;
  color: white; }
  .btn-default:hover {
    background-color: whitesmoke; }

.btn-white {
  background-color: white;
  color: #565759; }
  .btn-white:hover {
    background-color: #b0bfb6;
    color: white; }

.btn-outline-primary {
  color: #94a89c;
  border-color: #94a89c; }
  .btn-outline-primary:hover {
    background-color: #b0bfb6;
    border-color: #b0bfb6;
    color: white; }

.btn-outline-default {
  background-color: transparent;
  border-color: #c1c2c3;
  color: #c1c2c3; }
  .btn-outline-default:hover {
    background-color: #c1c2c3;
    color: white; }

.btn-outline-secondary {
  color: #3b3b3b;
  background-image: none;
  background-color: transparent;
  border-color: #d1d2d3; }
  .btn-outline-secondary:hover {
    background-color: #d1d2d3;
    color: #000000; }

.btn-outline-black {
  background-color: transparent;
  border: 1px solid #2b2b2b;
  color: #2b2b2b; }
  .btn-outline-black:hover {
    background-color: #2b2b2b;
    color: white; }

.btn-outline-white {
  color: white;
  border-color: white; }
  .btn-outline-white:hover {
    background-color: white;
    border-color: white;
    color: #565759; }

.btn-outline-green {
  background-color: white;
  color: #81ad40;
  border-color: #81ad40; }
  .btn-outline-green:hover {
    background-color: white;
    border-color: #658832;
    color: #658832; }

.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #2fb8d5;
  background-image: none;
  border-color: #2fb8d5; }

.text-primary {
  color: #b0bfb6; }

.clearfix {
  clear: both; }

.tooltip {
  opacity: 1;
  position: relative;
  text-align: center;
  font-family: 'OswaldRegular';
  top: 10px; }
  .tooltip::before {
    left: 0;
    bottom: 14px; }
  .tooltip::after {
    left: 0; }

html {
  height: 100%;
  width: 100%; }

body {
  margin: 0px;
  height: 100%;
  width: 100%; }

.layout {
  margin: 0px auto;
  width: 100%;
  height: 100%;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  background-color: #ffffff; }

.site-wrapper.tall {
  min-height: 600px; }

.gridTitleRow {
  background-color: #f2f3f3; }

.gridTitleCol {
  color: #565759;
  font-weight: bold;
  vertical-align: middle;
  border: solid 1px #565759; }

#popupPnlPermission {
  position: absolute !important;
  top: 0 !important;
  left: 20% !important; }

.half-width {
  width: 100%;
  display: block; }
  @media screen and (min-width: 992px) {
    .half-width {
      width: 50%;
      display: table-cell; } }

@font-face {
  font-family: 'OswaldExtraLight';
  src: url("/style/css/custom/fonts/Oswald/Oswald-ExtraLight.woff2") format("woff2"), url("/style/css/custom/fonts/Oswald/Oswald-ExtraLight.woff") format("woff"), url("/style/css/custom/fonts/Oswald/Oswald-ExtraLight.ttf") format("truetype"), url("/style/css/custom/fonts/Oswald/Oswald-ExtraLight.svg#Oswald-ExtraLightregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OswaldLight';
  src: url("/style/css/custom/fonts/Oswald/Oswald-ExtraLight.woff2") format("woff2"), url("/style/css/custom/fonts/Oswald/Oswald-ExtraLight.woff") format("woff"), url("/style/css/custom/fonts/Oswald/Oswald-ExtraLight.ttf") format("truetype"), url("/style/css/custom/fonts/Oswald/Oswald-ExtraLight.svg#Oswald-ExtraLightregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OswaldRegular';
  src: url("/style/css/custom/fonts/Oswald/Oswald-Regular.woff2") format("woff2"), url("/style/css/custom/fonts/Oswald/Oswald-Regular.woff") format("woff"), url("/style/css/custom/fonts/Oswald/Oswald-Regular.ttf") format("truetype"), url("/style/css/custom/fonts/Oswald/Oswald-Regular.svg#Oswaldbookregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OswaldMedium';
  src: url("/style/css/custom/fonts/Oswald/Oswald-Medium.woff2") format("woff2"), url("/style/css/custom/fonts/Oswald/Oswald-Medium.woff") format("woff"), url("/style/css/custom/fonts/Oswald/Oswald-Medium.ttf") format("truetype"), url("/style/css/custom/fonts/Oswald/Oswald-Medium.svg#Oswald_mediumregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OswaldBold';
  src: url("/style/css/custom/fonts/Oswald/Oswald-Bold.woff2") format("woff2"), url("/style/css/custom/fonts/Oswald/Oswald-Bold.woff") format("woff"), url("/style/css/custom/fonts/Oswald/Oswald-Bold.ttf") format("truetype"), url("/style/css/custom/fonts/Oswald/Oswald-Bold.svg#Oswaldboldregular") format("svg");
  font-weight: normal;
  font-style: normal; }

body, p, a {
  font-family: 'OswaldRegular'; }

a {
  color: #218ea5; }

.gridTextCol, .gridTextLink {
  font-size: 13px; }

.small-heading {
  font-size: 16px; }

.font-size--medium, .input--medium {
  font-size: .75rem; }

.pagesubheader {
  color: #597D7D;
  font-weight: bold; }

.offer-tissue-lead {
  border-bottom: 1px dotted #94a89c;
  border-top: 1px dotted #94a89c;
  color: #565759;
  display: inline-block;
  font-size: .9rem;
  margin-bottom: 0;
  padding: .5rem 1rem; }

.shipment-heading {
  font-size: 1.25rem; }

.site-header {
  background-color: white;
  padding: .75rem 15px; }
  @media (min-width: 768px) {
    .site-header {
      padding: .75rem 2rem; } }
  .site-header .site-header--logo img {
    max-width: 240px;
    display: block; }
    @media (min-width: 768px) {
      .site-header .site-header--logo img {
        max-width: 300px; } }
  .site-header .site-header--links {
    text-align: right;
    margin-top: 0; }
    @media (min-width: 768px) {
      .site-header .site-header--links {
        margin-top: 1rem; } }
    .site-header .site-header--links p {
      font-size: 1rem;
      font-weight: 800;
      display: inline-block;
      padding-right: 1rem;
      margin: 0; }
    .site-header .site-header--links .mobile-user-tel {
      color: #000000;
      display: inline-block;
      transition: all 0.5s ease;
      vertical-align: top; }
      .site-header .site-header--links .mobile-user-tel:hover {
        color: #869d8f; }
    .site-header .site-header--links #google_translate_element {
      margin-right: .5rem; }
    .site-header .site-header--links .translator {
      display: none; }
      @media (min-width: 576px) {
        .site-header .site-header--links .translator {
          display: inline-block;
          margin: 0 1rem; } }
      .site-header .site-header--links .translator img {
        height: 20px;
        vertical-align: sub;
        margin: 0 5px 0 0; }
    .site-header .site-header--links .dropdown {
      display: inline-block; }
      .site-header .site-header--links .dropdown:hover {
        cursor: pointer; }
      .site-header .site-header--links .dropdown:focus {
        outline: 0; }
      .site-header .site-header--links .dropdown .dropdown-toggle::after {
        margin-top: -35px; }
        @media (min-width: 768px) {
          .site-header .site-header--links .dropdown .dropdown-toggle::after {
            margin-top: 0; } }
      .site-header .site-header--links .dropdown .dropdown-menu {
        left: -40px;
        border-radius: 0;
        min-width: 5rem; }
        @media (min-width: 768px) {
          .site-header .site-header--links .dropdown .dropdown-menu {
            width: 100%;
            left: 0;
            min-width: 7rem; } }
        .site-header .site-header--links .dropdown .dropdown-menu .dropdown-item a:hover {
          color: #869d8f; }
        .site-header .site-header--links .dropdown .dropdown-menu i {
          margin-left: 6px; }
        .site-header .site-header--links .dropdown .dropdown-menu .last-login {
          font-size: 13px; }
          .site-header .site-header--links .dropdown .dropdown-menu .last-login:hover {
            background-color: transparent;
            cursor: default; }
        .site-header .site-header--links .dropdown .dropdown-menu.member-dropdown {
          left: -10%;
          width: 110%; }
    .site-header .site-header--links .btn {
      font-weight: 700;
      font-size: .9rem;
      text-transform: uppercase;
      margin: 0; }
      .site-header .site-header--links .btn:hover {
        cursor: pointer; }
      .site-header .site-header--links .btn i {
        margin-left: 6px; }
    .site-header .site-header--links .mobile-user-btn {
      border: none;
      padding: 0 0 0 1rem; }
      .site-header .site-header--links .mobile-user-btn .fa {
        font-size: 30px; }
        @media (min-width: 768px) {
          .site-header .site-header--links .mobile-user-btn .fa {
            font-size: 2rem; } }
      .site-header .site-header--links .mobile-user-btn:focus {
        outline: 0; }
      .site-header .site-header--links .mobile-user-btn:hover {
        color: #869d8f;
        background-color: transparent; }
    .site-header .site-header--links .show > .btn-secondary.mobile-user-btn {
      color: #869d8f;
      background-color: transparent;
      background-image: none;
      border-color: transparent; }
  .site-header .dynHeadAdmin {
    height: 80px; }

.page-title-container {
  padding: .75rem 2rem;
  background-color: #b0bfb6;
  color: #ffffff;
  margin: 0; }
  @media (min-width: 768px) {
    .page-title-container {
      padding: 2rem 3rem; } }
  .page-title-container .row {
    border-left: 2px solid #ffffff; }
  .page-title-container h1 {
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 0 0 15px;
    font-size: 1.85rem;
    margin: 0; }
    @media (min-width: 768px) {
      .page-title-container h1 {
        font-size: 2.2rem; } }

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 220px;
  background-color: #000000;
  color: #ffffff;
  padding: 2rem 0;
  font-size: .75rem;
  font-weight: 500;
  text-transform: uppercase; }
  .footer a.bottom-link {
    font-size: .75rem; }
  .footer .footer-social-icons a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.5s ease; }
    .footer .footer-social-icons a:hover {
      color: #869d8f; }
  .footer .footer-social-icons .fa {
    padding: 1rem 2rem 2rem;
    font-size: 1.5rem; }
  .footer .footer-info {
    color: #ffffff; }
    .footer .footer-info p, .footer .footer-info a {
      color: #ffffff;
      padding: 0 1rem;
      margin: 0; }
    .footer .footer-info a {
      transition: all 0.3s ease; }
      .footer .footer-info a:hover {
        color: #869d8f;
        text-decoration: none; }
    .footer .footer-info .inline-link {
      display: inline-block;
      margin: 0 0 .75rem; }

table {
  width: 100% !important;
  margin-bottom: 0 !important; }

.table:not(.table-sm) td {
  padding: 0.75rem;
  border-top: none; }

.table th, .table td {
  border-top-color: #c4c5c7; }

.table thead th {
  border-bottom-color: #c4c5c7;
  white-space: nowrap; }

.table tbody + tbody {
  border-top-color: #c4c5c7; }

.table-bordered {
  border-color: #c4c5c7; }
  .table-bordered th, .table-bordered td {
    border-color: #c4c5c7; }

.table-vertical-middle td {
  vertical-align: middle; }

.full-page-form .table th,
.full-page-form .table td,
.full-page-form .table td .btn {
  font-size: .8rem; }

.gridTitleRow td {
  border-top: 1px solid #7d868c; }

.force-border-top {
  border-top: solid 1px #979797 !important; }

.force-border-bottom {
  border-bottom: solid 1px #979797 !important; }

.Odd {
  background-color: #e8edea; }

.gridTextColRed {
  background-color: rgba(230, 183, 206, 0.5); }

.sortable:hover {
  cursor: pointer; }

.sortable:after {
  content: "\f0dc";
  font-family: FontAwesome; }

.numbers:before {
  content: '$'; }

.table-responsive {
  position: relative; }

@media (max-width: 767px) {
  .table-responsive .dropdown-menu {
    position: static !important; } }

@media (min-width: 768px) {
  .table-responsive {
    overflow: visible; } }

@media (min-width: 1366px) {
  .table-bordered thead th {
    min-width: 105px; } }

.table .cell-link {
  display: block; }
  .table .cell-link + .cell-link {
    border-top: 1px solid #d1d2d3;
    margin-top: .2rem;
    padding-top: .2rem; }

.split-width-50-50 > td {
  width: 50%; }

.table .table-transparent {
  background-color: transparent; }

.table-header {
  background-color: #d1d2d3; }

.tcol-width--365 {
  width: 365px; }

.data--date {
  border: 1px solid #aaaaaa; }

.d-table-row-group {
  display: table-row-group; }

.d-table-row {
  display: table-row; }

.d-table-cell {
  display: table-cell; }

.row-not-shipped .table--cell {
  /*color: $orange;*/
  background-color: #F6FC00; }

.row-not-shipped .verification-cell .custom-control {
  cursor: not-allowed; }

.row-not-shipped .custom-control-input:checked ~ .custom-control-indicator {
  /*background-color: $orange;*/
  background-color: #F6FC00; }

.row-not-shipped-not-ready .table--cell {
  /*color: $orange;*/
  background-color: #F6FC00; }

.row-not-shipped-not-ready .custom-control-input:checked ~ .custom-control-indicator {
  /*background-color: $orange;*/
  background-color: #F6FC00; }

.row-disable-verification .verification-cell .custom-control {
  cursor: not-allowed; }

.row-ready-for-packaging-not-shipped .table--cell {
  background-color: #c3ed86; }

.row-ready-for-packaging-not-shipped .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #c3ed86; }

.row-disable-shipped .shipped-cell .custom-control {
  cursor: not-allowed; }

#approvedShipments .row-not-shipped .custom-control-input:checked ~ .custom-control-indicator,
#approvedShipments .row-disable-verification .custom-control-input:checked ~ .custom-control-indicator,
#approvedShipments .row-disable-shipped .custom-control-input:checked ~ .custom-control-indicator,
#eyebankShipmentsTable .row-disable-verification .custom-control-input:checked ~ .custom-control-indicator,
#eyebankShipmentsTable .row-disable-shipped .custom-control-input:checked ~ .custom-control-indicator,
#unapprovedShipments .row-not-shipped .custom-control-input:checked ~ .custom-control-indicator,
#ltsShipments .row-not-shipped .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #2fb8d5; }

.table-details-striped tbody tr:nth-of-type(4n-1),
.table-details-striped tbody tr:nth-of-type(4n) {
  background-color: rgba(0, 0, 0, 0.05); }

.wide-tissues-table {
  min-width: 1200px; }

.width-120,
.table thead .min-width-120,
.table tbody.min-width-120 {
  min-width: 120px; }

.min-width-180,
.table thead .min-width-180,
.table tbody.min-width-180 {
  min-width: 180px; }

.thead-dark {
  background-color: #565759;
  color: white; }
  .thead-dark td, .thead-dark th {
    color: white;
    font-weight: normal; }

.naked-table {
  background-color: transparent;
  border: none; }
  .naked-table thead tr:nth-of-type(odd), .naked-table thead tr, .naked-table tbody tr:nth-of-type(odd), .naked-table tbody tr, .naked-table thead th, .naked-table tbody th, .naked-table thead td, .naked-table tbody td {
    background-color: transparent;
    border: none !important; }
  .naked-table:not(.table-sm) thead th, .naked-table:not(.table-sm) tbody th, .naked-table:not(.table-sm) thead td, .naked-table:not(.table-sm) tbody td {
    padding: 0.3rem; }

#approvedShipments .table--cell, #unapprovedShipments .table--cell, #eyebankShipmentsTable .table--cell, #ltsShipments .table--cell, #approvedTissues .table--cell, #unapprovedTissues .table--cell {
  font-size: 14px; }

.table-col-width-40 {
  min-width: 100px;
  width: 40%; }

.death-to-pres-hour {
  width: 25%;
  float: left;
  margin-right: 5px; }

.death-to-pres-min {
  width: 25%;
  display: inline-block;
  margin: 0 5px 0 20px; }

.tissue-cell--repeater-item {
  display: flex;
  justify-content: center; }
  .tissue-cell--repeater-item .patient-name {
    border-right: 1px solid black;
    margin: 0 5px 0 0;
    padding-right: 5px; }
  .tissue-cell--repeater-item .tissue-link {
    padding: 0;
    margin: 0; }
  .tissue-cell--repeater-item .order-link {
    border-left: 1px solid black;
    margin: 0 0 0 5px;
    padding-left: 5px; }
  .tissue-cell--repeater-item .date-of-surgery {
    border-left: 1px solid black;
    margin: 0 0 0 5px;
    padding-left: 5px; }
  .tissue-cell--repeater-item .tooltip {
    margin: 0;
    top: 0; }
  .tissue-cell--repeater-item + .tissue-cell--repeater-item {
    border-top: 1px solid #c4c5c7;
    margin-top: 5px;
    padding-top: 5px; }

.small-light {
  font-size: 12px;
  font-weight: normal;
  color: #565759; }

.table-bordered-white td {
  background-color: white; }

@media (min-width: 1200px) {
  .header-cell-width-xsmall {
    width: 100px; } }

@media (min-width: 1200px) {
  .header-cell-width-small {
    width: 200px; } }

@media (min-width: 1200px) {
  .header-cell-width-large {
    width: 600px; } }

.table.billing-shipment-table .fee-column {
  padding: 0; }

.table.billing-shipment-table .fee-container {
  padding: 0.5rem; }

.table.billing-shipment-table .fee-container + .fee-container {
  border-top: 1px solid #c4c5c7;
  margin-top: 0.5rem; }

.prepataion-table {
  width: 100%; }
  @media (min-width: 1440px) {
    .prepataion-table {
      max-width: 50%; }
      .prepataion-table .caption {
        max-width: 40%;
        width: 200px; } }

.btn {
  border-radius: 0;
  transition: all .35s ease;
  margin: 0;
  line-height: 1.6; }
  .btn:hover {
    cursor: pointer;
    opacity: .75; }
  .btn select {
    border: none;
    font-family: 'OswaldRegular';
    font-size: 16px; }
  .btn.active {
    background: #000000;
    color: #ffffff;
    border-color: #000000; }
  .btn .form-control {
    height: auto !important;
    vertical-align: initial !important;
    padding: 0; }
  .btn.btn-primary.disabled, .btn.btn-primary:disabled {
    background-color: #c1c2c3;
    border-color: #c1c2c3;
    color: #565759; }

.responsive-button-group {
  text-align: center;
  padding: 0; }
  @media (min-width: 576px) {
    .responsive-button-group {
      text-align: right;
      padding-right: 15px;
      padding-left: 15px; } }

.multiselect + .multiselect-container {
  border-radius: 0;
  margin-top: 0;
  width: 100%; }

.multiselect:focus + .multiselect-container,
.multiselect + .multiselect-container:focus,
.multiselect + .multiselect-container:not(.disabled):hover,
.multiselect:not(.disabled):hover + .multiselect-container {
  display: block; }

.flex-button {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 16px; }

.custom-file-input-button-group > .btn {
  flex: auto; }

.page-wrapper {
  align-items: stretch;
  background-color: white;
  display: flex;
  width: 100%; }
  .page-wrapper #sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 80vh;
    background: #dedfdf;
    transition: all 0.3s;
    font-family: 'OswaldRegular';
    margin-left: -250px; }
    @media screen and (min-width: 992px) {
      .page-wrapper #sidebar {
        margin-left: 0; } }
    .page-wrapper #sidebar .sidebar-inner {
      padding: 1rem 1.75rem; }
      .page-wrapper #sidebar .sidebar-inner .fa {
        color: #565759;
        font-size: 11px;
        margin: -5px 6px 0 0;
        vertical-align: middle;
        -webkit-text-stroke: 1px #dedfdf; }
      .page-wrapper #sidebar .sidebar-inner table[id^='submenu_'] {
        transition: all 0.3s; }
      .page-wrapper #sidebar .sidebar-inner .btn {
        width: 100%;
        color: #ffffff !important; }
        .page-wrapper #sidebar .sidebar-inner .btn .fa {
          font-size: 17px;
          margin: -2px 0 0 15px;
          -webkit-text-stroke: 0;
          color: #ffffff !important; }
      .page-wrapper #sidebar .sidebar-inner .sidebar-inner--item {
        display: flex; }
        .page-wrapper #sidebar .sidebar-inner .sidebar-inner--item .fa {
          margin-top: 0.4rem; }
    .page-wrapper #sidebar #lblAdminMenuLeftMargin a, .page-wrapper #sidebar .submenu-items.icon-inside .marginmenu {
      color: #3b3b3b;
      font-family: 'OswaldLight';
      font-size: 1rem;
      transition: all 0.3s; }
      .page-wrapper #sidebar #lblAdminMenuLeftMargin a:hover, .page-wrapper #sidebar .submenu-items.icon-inside .marginmenu:hover {
        text-decoration: none;
        color: #789182; }
    .page-wrapper #sidebar .submenu-items {
      /*display: none;*/ }
    .page-wrapper #sidebar .submenu-items a {
      color: #2b2b2b;
      transition: all 0.3s;
      font-family: 'OswaldLight'; }
      .page-wrapper #sidebar .submenu-items a:hover {
        color: #94a89c; }
    .page-wrapper #sidebar .pagesubheader {
      color: #3b3b3b;
      font-family: 'OswaldRegular';
      font-size: 1rem;
      font-weight: 200;
      position: relative;
      padding: .75rem 0 0; }
      .page-wrapper #sidebar .pagesubheader.member-sidebar {
        padding: 0;
        height: 45px; }
      .page-wrapper #sidebar .pagesubheader::after {
        font-family: FontAwesome;
        content: "\f068";
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right: 0;
        top: 13px;
        -webkit-text-stroke: 2px #dedfdf; }
      .page-wrapper #sidebar .pagesubheader.top-link::after {
        font-family: FontAwesome;
        content: "\f015";
        -webkit-text-stroke: 0px;
        right: -2px; }
      .page-wrapper #sidebar .pagesubheader.member-link::after {
        font-family: FontAwesome;
        content: "\f090";
        -webkit-text-stroke: 0px;
        right: -2px; }
      .page-wrapper #sidebar .pagesubheader:hover {
        cursor: pointer; }
      .page-wrapper #sidebar .pagesubheader a {
        color: #3b3b3b !important;
        font-family: 'OswaldRegular' !important;
        font-size: 1rem;
        font-weight: 400; }
    .page-wrapper #sidebar .no-icon::after {
      content: ""; }
    .page-wrapper #sidebar .no-child::after {
      content: "\f105"; }
    .page-wrapper #sidebar .pagesubheaderWrapper.active .pagesubheader::after {
      font-family: FontAwesome;
      content: "\f067"; }
  .page-wrapper #sidebar.active {
    margin-left: 0; }
  .page-wrapper #page-content {
    padding: 1rem 15px 1rem 1rem;
    width: 100%; }
    @media (min-width: 992px) {
      .page-wrapper #page-content {
        width: calc(100% - 265px);
        width: -moz-calc(100% - 265px);
        width: -webkit-calc(100% - 265px);
        width: -o-calc(100% - 265px);
        width: calc(100% - 265px); } }
    @media (min-width: 769px) {
      .page-wrapper #page-content {
        padding: 2rem 15px 2rem 4rem; } }
    .page-wrapper #page-content .navbar-btn {
      transition: all 0.3s;
      color: #000000;
      border-color: transparent;
      padding: 0;
      position: relative;
      margin: 0 0 1rem; }
      @media (min-width: 992px) {
        .page-wrapper #page-content .navbar-btn {
          display: none; } }
      .page-wrapper #page-content .navbar-btn:hover {
        cursor: pointer;
        background-color: transparent; }
      .page-wrapper #page-content .navbar-btn:focus {
        outline: none; }
      .page-wrapper #page-content .navbar-btn::after {
        content: "MENU";
        margin-left: 8px;
        position: absolute;
        top: 17px; }

.icon-wrapper {
  display: inline-block;
  padding-top: 2px; }
  .icon-wrapper .custom-icon {
    background: transparent;
    border-radius: 100%;
    border: 3px solid #3b3b3b;
    color: #3b3b3b;
    display: table-cell;
    font-size: 30px;
    height: 45px;
    width: 45px;
    padding: 0;
    text-align: center;
    transition: .5s;
    vertical-align: middle; }
    .icon-wrapper .custom-icon:hover {
      color: #869d8f;
      border: 3px solid #869d8f; }
    .icon-wrapper .custom-icon.mobile-nav-icon {
      background: #dedfdf;
      border: none;
      padding: 12px;
      font-size: 25px; }
  .icon-wrapper .fix-editor {
    display: none; }

a[href*="SortData"] {
  font-size: 0.8rem;
  font-weight: 200;
  display: inline-block;
  padding-left: 0.75rem;
  padding-right: 1.75rem;
  position: relative; }
  a[href*="SortData"]::after {
    align-items: center;
    background-color: white;
    border-radius: 100%;
    font-family: FontAwesome;
    content: "\f0dc";
    display: flex;
    justify-content: center;
    height: 20px;
    left: auto;
    position: absolute;
    right: 2px;
    transition: all .3s ease;
    top: -1px;
    width: 20px; }
  a[href*="SortData"]:hover::before {
    display: none; }
  a[href*="SortData"]:hover::after {
    background-color: #014c8c;
    border-radius: 100%;
    bottom: auto;
    color: white;
    content: "\f0dc";
    display: flex;
    padding: 0; }

#tblInvoiceList.table .gridTitleRow .gridTitleCol {
  padding-left: 0;
  padding-right: 0; }

.form-control, .input-group-addon {
  border-radius: 0; }

.form-control {
  height: auto; }

.data.form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

.icon-input-group {
  position: relative; }
  .icon-input-group .fa {
    position: absolute;
    top: 40px;
    right: 10px;
    font-size: 22px; }
    .icon-input-group .fa:hover {
      cursor: pointer;
      opacity: .75; }

.input-group .form-control--date {
  flex-direction: row; }

.date--label {
  padding-bottom: calc(0.5rem - 1px * 2);
  padding-top: calc(0.5rem - 1px * 2); }

.ajax__calendar {
  position: relative !important; }

.ajax__calendar_body, .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
  margin: 0 !important;
  width: 100% !important; }

.ajax__calendar .ajax__calendar_other .ajax__calendar_year, .ajax__calendar .ajax__calendar_month td {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important; }

.ajax__calendar_months td, .ajax__calendar_years td {
  padding: 0 !important; }

.ajax__calendar_days td {
  padding: 0 !important; }

.ajax__calendar_container {
  z-index: 999;
  right: 0 !important;
  left: 0 !important;
  top: 0 !important; }

.ajax__calendar .ajax__calendar_footer {
  height: auto; }

.textarea-sm {
  min-height: 80px; }

.textarea-md {
  min-height: 120px; }

.textarea-lg {
  min-height: 160px; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1; }

.datepicker--cell.-focus- {
  background: #f0f0f0; }

.datepicker--cell.-current- {
  color: #4EB5E6; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6; }

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-focus- {
  background: #45bced; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999; }

@media print {
  .datepickers-container {
    display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px); }

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px); }

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }

.-only-timepicker- .datepicker--content {
  display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px; }

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }

.datepicker--body.active {
  display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }

.-only-timepicker- .datepicker--nav {
  display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action:hover {
  background: #f0f0f0; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px; }

.datepicker--nav-title:hover {
  background: #f0f0f0; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px; }

.-only-timepicker- .datepicker--time {
  border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
  margin-bottom: 4px; }

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none; }

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:focus {
  outline: none; }

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px; }

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent; }

.datepicker--time-row span {
  padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute; }

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

#request_tissue_container #txtTissueNeededDate.date-control,
#request_tissue_container #txtSurgeryDate.date-control,
#request_tissue_container #txtPatientDob.date-control {
  background: url("/images/icon-calendar.png") no-repeat right center white;
  background-size: 32px 24px; }

.contact-input-group-append .input-group-text {
  background-color: white;
  border-right: 1px solid #ced4da; }

.custom-file-input-button-group .custom-file-input-clear-button {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: black; }

.eyebank-additional-information--comments {
  max-width: 30rem;
  min-height: 12rem; }

.custom-file-input-wrapper {
  position: relative; }

.custom-file-input-wrapper .custom-file-input-button {
  position: relative;
  overflow: hidden; }

.custom-file-input-wrapper .custom-file-input-button * {
  cursor: pointer; }

.custom-file-input-wrapper .custom-file-input-button input[type="file"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0; }

.checkbox-filter-container {
  display: flex; }
  .checkbox-filter-container .checkbox-filter-card {
    background-color: #dedfdf;
    font-size: 0.75rem;
    max-width: 240px;
    padding: 0.5rem 0.75rem; }
    .checkbox-filter-container .checkbox-filter-card + .checkbox-filter-card {
      border-left: 1px solid white; }
  .checkbox-filter-container .checkbox-filter-header {
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
    text-align: center;
    text-transform: uppercase; }
  .checkbox-filter-container .checkbox-filter {
    margin-bottom: 0; }
    .checkbox-filter-container .checkbox-filter input {
      margin-left: 0; }
    .checkbox-filter-container .checkbox-filter + .checkbox-filter {
      padding-left: 0.5rem; }

.breadcrumb-wrapper {
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  font-size: .7rem;
  text-align: left; }
  .breadcrumb-wrapper .breadcrumb-link {
    color: #fff;
    text-decoration: none;
    padding: 0 8px 0 8px;
    transition: all 0.3s; }
    .breadcrumb-wrapper .breadcrumb-link:hover {
      color: #565759; }

.alert {
  border-radius: 0;
  margin-bottom: 0; }

.alert-override {
  padding: .2rem; }

.eye-of-the-toaster {
  padding: 1.5rem 0 0; }
  .eye-of-the-toaster span[data-notify="message"] {
    display: inline-block;
    padding-left: 2rem; }
  .eye-of-the-toaster .close {
    margin-right: 2rem; }
  .eye-of-the-toaster .progress {
    background-color: white;
    border-radius: 0;
    height: 0.25rem;
    margin: 1rem 0 0; }
  .eye-of-the-toaster .progress-bar-success {
    border-radius: 0; }
  .eye-of-the-toaster.alert-info {
    background-color: #eef9fc;
    border-color: #2fb8d5;
    color: #2fb8d5; }
    .eye-of-the-toaster.alert-info .close {
      color: #2fb8d5; }
    .eye-of-the-toaster.alert-info .progress-bar-success {
      background-color: #2fb8d5; }
  .eye-of-the-toaster.alert-success {
    background-color: #e1edd8;
    border-color: #6a9946;
    color: #6a9946; }
    .eye-of-the-toaster.alert-success .close {
      color: #6a9946; }
    .eye-of-the-toaster.alert-success .progress-bar-success {
      background-color: #6a9946; }
  .eye-of-the-toaster.alert-warning {
    background-color: #f9eee2;
    border-color: #cb822a;
    color: #cb822a; }
    .eye-of-the-toaster.alert-warning .close {
      color: #cb822a; }
    .eye-of-the-toaster.alert-warning .progress-bar-success {
      background-color: #cb822a; }
  .eye-of-the-toaster.alert-danger {
    background-color: white;
    border-color: #d9534f;
    color: #d9534f; }
    .eye-of-the-toaster.alert-danger .close {
      color: #d9534f; }
    .eye-of-the-toaster.alert-danger .progress-bar-success {
      background-color: #d9534f; }

#_page_id, #_page_id1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  justify-content: center; }
  #_page_id > b > b, #_page_id1 > b > b {
    padding: .5rem .75rem; }
  #_page_id a, #_page_id1 a {
    border: 1px solid;
    color: #b0bfb6;
    display: inline-block;
    line-height: 1.25;
    margin-left: -5px;
    padding: .5rem .75rem;
    position: relative; }
    #_page_id a + a, #_page_id1 a + a {
      border-left: none;
      margin-left: 0; }
  #_page_id a[href*="changePage"], #_page_id1 a[href*="changePage"] {
    background-color: #ffffff;
    border-color: #d1d2d3; }
    #_page_id a[href*="changePage"]:hover, #_page_id1 a[href*="changePage"]:hover {
      background-color: #d1d2d3;
      border-color: #d1d2d3;
      color: #014c8c;
      text-decoration: none; }
  #_page_id a[href=""], #_page_id1 a[href=""] {
    background-color: #b0bfb6;
    border-color: #b0bfb6;
    color: white; }

.pagination--container {
  text-align: center; }
  @media (min-width: 768px) {
    .pagination--container {
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: left; } }
  .pagination--container .pagination--wrapper {
    width: 100%;
    display: block !important; }
    @media (min-width: 768px) {
      .pagination--container .pagination--wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 66.6%;
        flex: 1 1 66.6%;
        max-width: 66.6%;
        min-height: 1px;
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media (min-width: 1600px) {
      .pagination--container .pagination--wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 75%;
        flex: 1 1 75%;
        max-width: 75%;
        min-height: 1px; } }
  .pagination--container .pagination--list {
    list-style: none;
    margin: 0 auto;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .pagination--container .pagination--list.page-is-current, .pagination--container .pagination--list.active, .pagination--container .pagination--list.page--first, .pagination--container .pagination--list.page--prev, .pagination--container .pagination--list.page--next, .pagination--container .pagination--list.page--last {
      display: list-item; }
  .pagination--container .pagination--link {
    padding: .375rem .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #b0bfb6;
    background-color: #b0bfb6;
    color: #ffffff;
    font-size: .875rem;
    height: 100%;
    min-width: 2.25rem;
    min-height: 2.25rem;
    transition: all .35s ease; }
    .pagination--container .pagination--link:visited {
      color: #b0bfb6; }
    .pagination--container .pagination--link:hover, .pagination--container .pagination--link:focus {
      color: #ffffff;
      border-color: #2fb8d5;
      background-color: #2fb8d5;
      text-decoration: none; }
  @media (min-width: 768px) {
    .pagination--container .pagination--counter {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
      flex: 0 1 33.3%;
      max-width: 33.3%; } }
  @media (min-width: 1600px) {
    .pagination--container .pagination--counter {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
      flex: 0 1 25%;
      max-width: 25%; } }
  .pagination--container .pagination--counter p.label {
    margin: 1rem 0; }
    @media (min-width: 768px) {
      .pagination--container .pagination--counter p.label {
        margin: 0; } }
  .pagination--container .pagination--results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: .5rem 0; }
    @media (min-width: 768px) {
      .pagination--container .pagination--results {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3%;
        flex: 0 1 33.3%;
        max-width: 33.3%;
        min-height: 1px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0; } }
    @media (min-width: 1600px) {
      .pagination--container .pagination--results {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%;
        min-height: 1px; } }
    .pagination--container .pagination--results .label {
      margin-right: .5rem;
      margin-bottom: 0; }
    .pagination--container .pagination--results .input {
      width: 3.5rem;
      font-size: .75rem;
      padding: .25rem .5rem .25rem .25rem;
      height: 2rem; }
  .pagination--container .pagination--list-item {
    margin-left: 2px; }
  .pagination--container .pagination--list-item:first-child {
    margin-left: 0; }
  .pagination--container .disabled, .pagination--container .page-is-disabled {
    cursor: not-allowed; }
  .pagination--container .disabled .pagination--link, .pagination--container .page-is-disabled .pagination--link {
    pointer-events: none;
    opacity: .5; }
  .pagination--container .page-is-current .pagination--link, .pagination--container .active .pagination--link {
    cursor: default;
    border-color: #2fb8d5;
    background-color: #2fb8d5;
    color: #ffffff; }
  .pagination--container .arrow.arrow--left {
    border-right: 5px solid #ffffff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 0;
    vertical-align: baseline; }
  .pagination--container .arrow.arrow--right {
    border-left: 5px solid #ffffff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 0;
    vertical-align: baseline; }

[type="checkbox"] {
  margin: 0 .5rem; }

.custom-control.custom-checkbox .custom-control-indicator {
  background-color: white;
  border: 1px solid #c4c5c7;
  border-radius: 0; }

td .custom-control.custom-checkbox {
  margin-bottom: 0;
  margin-right: 0; }
  td .custom-control.custom-checkbox .custom-control-indicator {
    left: 50%;
    margin-left: -.5rem; }

.custom-control-input:disabled ~ .custom-control-indicator,
td .custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #d1d2d3;
  cursor: not-allowed; }
  .custom-control-input:disabled ~ .custom-control-indicator:hover,
  td .custom-control-input:disabled ~ .custom-control-indicator:hover {
    cursor: not-allowed; }

.custom-control-input:checked ~ .custom-control-indicator,
td .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #2fb8d5; }

.custom-control-input:disabled:checked ~ .custom-control-indicator {
  background-color: #d1d2d3;
  cursor: not-allowed; }
  .custom-control-input:disabled:checked ~ .custom-control-indicator:hover {
    cursor: not-allowed; }

.custom-checkbox .tooltip {
  top: 2px; }

form {
  margin: 0; }

.full-page-form {
  margin-bottom: 2rem;
  margin-top: 4rem;
  width: 100%; }

.fieldset, .table .table-fieldset {
  background-color: #f2f3f3;
  padding: 0.75rem 1.25rem 1.75rem;
  position: relative; }
  .fieldset + .fieldset, .table .table-fieldset + .fieldset {
    margin-top: 4.75rem; }
  .fieldset .fieldset-subheader, .table .table-fieldset .fieldset-subheader {
    font-size: 1rem;
    font-family: OswaldRegular; }

.fieldset + .table-fieldset {
  margin-top: 4.75rem; }

.field-group-wrapper {
  border: 1px solid #f2f3f3;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 1rem; }
  .field-group-wrapper .form-group-heading {
    border-bottom: 1px solid #d1d2d3;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem; }
  .field-group-wrapper .form-text {
    font-size: 0.9rem; }

.half-width-fieldset {
  width: 100%; }
  @media (min-width: 1100px) {
    .half-width-fieldset {
      width: 49.5%;
      display: initial;
      min-height: 335px;
      vertical-align: top; } }
  @media (min-width: 1280px) {
    .half-width-fieldset {
      width: 49.8%; } }
  .half-width-fieldset .col-form-label {
    text-align: left; }
    @media (min-width: 1280px) {
      .half-width-fieldset .col-form-label {
        text-align: right; } }

.split-row {
  margin-top: 2.75rem; }

.split-row + .fieldset {
  margin-top: 2.75rem; }

.loading-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  left: 0;
  padding-top: 5rem;
  position: absolute;
  top: 1rem;
  width: 100%;
  z-index: 2; }

.cssload-container {
  position: relative; }

.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #2fb8d5;
  border-left-color: #81ad40;
  border-radius: 974px;
  -o-border-radius: 974px;
  -ms-border-radius: 974px;
  -webkit-border-radius: 974px;
  -moz-border-radius: 974px; }

.cssload-whirlpool::after {
  border-left-color: #cb822a; }

.cssload-whirlpool {
  margin: -24px 0 0 -24px;
  height: 49px;
  width: 49px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite; }

.cssload-whirlpool::before {
  content: "";
  margin: -22px 0 0 -22px;
  height: 43px;
  width: 43px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite; }

.cssload-whirlpool::after {
  content: "";
  margin: -28px 0 0 -28px;
  height: 55px;
  width: 55px;
  animation: cssload-rotate 2300ms linear infinite;
  -o-animation: cssload-rotate 2300ms linear infinite;
  -ms-animation: cssload-rotate 2300ms linear infinite;
  -webkit-animation: cssload-rotate 2300ms linear infinite;
  -moz-animation: cssload-rotate 2300ms linear infinite; }

.fieldset .toolbar, .table .table-fieldset .toolbar {
  height: 3.4rem;
  margin: -3.4rem -1.25rem 1.5rem; }
  .fieldset .toolbar .toolbar--col:first-child, .table .table-fieldset .toolbar .toolbar--col:first-child {
    display: flex;
    align-items: flex-end; }
  .fieldset .toolbar .toolbar--button, .table .table-fieldset .toolbar .toolbar--button {
    bottom: 4px;
    position: relative; }

.fieldset .toolbar.slim-toolbar {
  height: 2.5rem;
  margin: -2.5rem -1.25rem 1.5rem; }

.table .table-fieldset .toolbar.slim-toolbar {
  margin: -2.5rem 0 1.5rem -.7rem; }

.legend, .toolbar--legend {
  background-color: #c1c2c3;
  color: white;
  display: inline-block;
  font-size: 1rem;
  line-height: inherit;
  padding: 0.25rem 0.75rem;
  position: relative;
  text-transform: uppercase;
  width: auto; }

.legend {
  margin-bottom: 0;
  margin-left: -1.25rem;
  top: -1rem; }

.form-group label, .form-group .form-text {
  font-size: 0.9rem;
  word-wrap: break-word; }

.form-group .col-form-label {
  line-height: 1.2;
  padding-top: calc(0.8rem - 1px * 2); }

.form-group .badge {
  font-weight: normal;
  padding-bottom: .35rem;
  padding-top: .5rem; }

.form-group .list-group + .list-group {
  margin-top: 1rem; }

.form-group .list-group-item.title + .list-group-item {
  border-top: 0;
  margin-top: 0; }

.table .form-text {
  font-size: 0.9rem;
  font-weight: normal; }

.full-page-form .alert:not(.alert-row) {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center; }

.form-row-border-bottom {
  border-bottom: 1px solid #7d868c;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem; }

.form-text {
  color: black;
  margin-bottom: 0;
  margin-top: .35rem; }
  .form-text.text-muted {
    color: #565759 !important; }

.thead-inverse th {
  background-color: #7d868c;
  font-weight: normal; }

.tfoot-inverse td {
  color: #fff;
  background-color: #565759;
  font-weight: normal; }

.address-container, .repeater-module--item {
  border: 1px solid #c1c2c3;
  margin-bottom: 1rem;
  padding: 1rem; }
  @media (min-width: 576px) {
    .address-container, .repeater-module--item {
      padding-bottom: 2rem;
      padding-right: 2rem;
      padding-top: 0; } }
  @media (min-width: 576px) {
    .address-container .location-label-row, .address-container .repeater-label-row, .repeater-module--item .location-label-row, .repeater-module--item .repeater-label-row {
      margin-left: -31px; } }
  .address-container .location-label-column, .address-container .repeater-label-column, .repeater-module--item .location-label-column, .repeater-module--item .repeater-label-column {
    text-align: center; }
    @media (min-width: 576px) {
      .address-container .location-label-column, .address-container .repeater-label-column, .repeater-module--item .location-label-column, .repeater-module--item .repeater-label-column {
        text-align: left; } }
  .address-container .location-label, .address-container .repeater-label, .repeater-module--item .location-label, .repeater-module--item .repeater-label {
    background-color: #c1c2c3;
    color: white;
    /*cursor: pointer;*/
    display: inline-block;
    font-size: .75rem;
    margin-bottom: 1rem;
    padding: 0.25rem 0.5rem;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
    /*&:hover {
            .label-text .fa {
                display: inline;
            }
        }*/ }
    .address-container .location-label .label-text .fa, .address-container .repeater-label .label-text .fa, .repeater-module--item .location-label .label-text .fa, .repeater-module--item .repeater-label .label-text .fa {
      display: none; }
  .address-container .custom-checkbox, .repeater-module--item .custom-checkbox {
    font-size: 0.9rem; }
  .address-container .btn-label-save, .repeater-module--item .btn-label-save {
    display: block;
    width: 100%; }
  .address-container .location-label-input-holder, .address-container .repeater-label-input-holder, .repeater-module--item .location-label-input-holder, .repeater-module--item .repeater-label-input-holder {
    display: none; }
  .address-container .edit .label-text .fa, .repeater-module--item .edit .label-text .fa {
    display: inline; }
  .address-container .edit.location-label, .address-container edit.repeater-label, .repeater-module--item .edit.location-label, .repeater-module--item edit.repeater-label {
    background-color: #b0bfb6;
    max-width: 180px; }
  .address-container .edit .location-label-input-holder, .address-container .edit .repeater-label-input-holder, .repeater-module--item .edit .location-label-input-holder, .repeater-module--item .edit .repeater-label-input-holder {
    display: block; }
    .address-container .edit .location-label-input-holder .fa, .address-container .edit .repeater-label-input-holder .fa, .repeater-module--item .edit .location-label-input-holder .fa, .repeater-module--item .edit .repeater-label-input-holder .fa {
      display: inline; }

.location-title {
  text-transform: uppercase; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-right: none; }

.form-check-label {
  padding-left: 0; }
  .form-check-label [type="checkbox"] {
    margin: 0 .5rem 0 0; }

.comment-item .btn-sm {
  line-height: 1.1;
  font-size: .8rem; }

.comment-item p {
  max-width: 100%; }

.required-field {
  color: red; }
  .required-field:after {
    content: "*";
    font-size: 11px; }

.field-validation-error, .validationMessage {
  color: red;
  font-size: 0.8rem; }

@media (min-width: 768px) {
  .col-form-label {
    text-align: right; } }

.search--wrapper #customDateRange .form-control[type="date"] {
  flex-direction: row; }

.captcha-float-left * {
  float: left !important; }

.BDC_CaptchaDiv {
  display: flex;
  text-align: center; }

.read-only-form .fieldset {
  background-color: white;
  border: 1px solid #b0bfb6; }

.read-only-form .legend {
  top: -1rem; }

.read-only-form .form-text {
  background-color: #ebebe4;
  min-height: 27px;
  padding: 3px 4px; }
  .read-only-form .form-text.has-buttons {
    background-color: transparent; }

.radio-inline + .radio-inline {
  margin-left: 0.5rem; }

.multiselect.dropdown-toggle {
  align-items: center;
  justify-content: space-between;
  display: flex; }

.multiselect-selected-text {
  white-space: normal; }

.comment-item--text-container {
  max-width: 100%; }
  .comment-item--text-container .comment-item--text-container---text {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word; }

.edit-tissue-multiselect .dropdown-toggle {
  width: 100%; }
  @media (min-width: 600px) {
    .edit-tissue-multiselect .dropdown-toggle {
      width: 360px; } }
  @media (min-width: 576px) {
    .edit-tissue-multiselect .dropdown-toggle {
      width: 400px; } }
  @media (min-width: 1440px) {
    .edit-tissue-multiselect .dropdown-toggle {
      width: 420px; } }
  @media (min-width: 1600px) {
    .edit-tissue-multiselect .dropdown-toggle {
      width: 460px; } }

#evaluationFormFileInput {
  min-width: 0; }

.edit-tissue-form tr td:first-child {
  width: 50%; }
  @media (min-width: 768px) {
    .edit-tissue-form tr td:first-child {
      width: 30%; } }
  @media (min-width: 1440px) {
    .edit-tissue-form tr td:first-child {
      width: 20%; } }

.invoice-table-form-elements {
  margin-bottom: 1rem !important;
  margin-top: 1rem; }
  .invoice-table-form-elements thead th {
    background-color: #f2f3f3;
    border: 1px solid #565759;
    color: #565759; }
  .invoice-table-form-elements tbody td {
    border-color: #979797; }
  .invoice-table-form-elements .form-control {
    border-color: #c1c2c3; }
  .invoice-table-form-elements .input-group .form-control {
    flex-direction: row;
    height: 34px;
    max-width: 100%;
    margin-right: -40px; }
  .invoice-table-form-elements .input-group-addon {
    position: relative;
    z-index: 2; }
  .invoice-table-form-elements td > .form-control {
    height: 34px; }
  .invoice-table-form-elements.show-invoice .form-control.field-invalid, .invoice-table-form-elements.show-invoice .form-control.field-invalid + .input-group-addon {
    border-color: #d9534f; }

.table:not(.table-sm) .gridTitleRow .gridTitleCol {
  border-top: 1px solid #565759; }

#domestic-shipping-address-container select.data {
  max-width: 100%;
  width: 14rem; }

.dataBxs[type="file"] {
  height: auto; }

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6; }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-radio .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='-4 -4 8 8'%3E%3Ccircle r='3' fill='%000000'/%3E%3C/svg%3E"); }

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

.input-group-prepend .input-group-text {
  height: 100%; }

.data-min-width {
  width: 100px; }

.flex-caption {
  align-items: center;
  display: flex;
  flex-direction: row; }
  .flex-caption.caption {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }

@media (min-width: 768px) {
  #ProcessingSection {
    padding-right: 2rem; } }

#ProcessingSection .row[style="display: block;"], #ProcessingSection .row[style="display:block;"] {
  display: flex !important; }

#ProcessingSection .white-col {
  background-color: white;
  padding-bottom: .25rem;
  padding-top: .5rem; }

.table:not(.table-sm) .table--invoice-text-header .from-cell, .table:not(.table-sm) .table--invoice-text-header .bill-cell, .table:not(.table-sm) .table--invoice-text-header .ship-cell {
  border-top: 1px solid #565759; }

@keyframes cssload-rotate {
  100% {
    transform: rotate(360deg); } }

@-o-keyframes cssload-rotate {
  100% {
    -o-transform: rotate(360deg); } }

@-ms-keyframes cssload-rotate {
  100% {
    -ms-transform: rotate(360deg); } }

@-webkit-keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes cssload-rotate {
  100% {
    -moz-transform: rotate(360deg); } }

.validation-summary-errors.alert ul {
  margin: 0; }

.cc-expiration {
  display: flex;
  flex-flow: row nowrap;
  align-items: center; }
  .cc-expiration .divider {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

.form-search-settings {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 1rem 0 0;
  max-width: 400px;
  padding: 1rem; }
  .form-search-settings.wide {
    max-width: 800px; }

.hr {
  border-top: 1px solid #c1c2c3; }

.hr--spacer {
  margin-bottom: 3rem;
  margin-top: 3rem; }

.hr--light {
  border-top-color: #d1d2d3; }

@media (min-width: 1660px) {
  .col-1660-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 1660px) {
  .mt-1660-0 {
    margin-top: 0 !important; } }

@media (min-width: 1660px) {
  .pt-1660-0 {
    padding-top: 0 !important; } }

.form-control.display-only {
  border: 0;
  background-color: transparent;
  padding: 0.5rem 0;
  min-height: 36px;
  font: 200 14px Arial; }

a.form-control.display-only {
  color: #218ea5; }

.search--wrapper {
  padding: 0; }
  .search--wrapper .dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 1rem;
    border-radius: 0;
    min-width: 14rem; }
  .search--wrapper .form-control {
    width: 100%; }
  .search--wrapper .input-group-btn .btn-group {
    display: flex !important; }
  .search--wrapper .btn-group .btn {
    border-radius: 0;
    margin-left: -1px; }
  .search--wrapper .btn-group .btn:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .search--wrapper .btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .search--wrapper .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0; }
  .search--wrapper .form-group .form-control:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .search--wrapper .dropdown-toggle::after {
    margin-left: 0; }
  .search--wrapper .process-tissue-search {
    height: 100%; }
    .search--wrapper .process-tissue-search .btn-group, .search--wrapper .process-tissue-search .dropdown-toggle {
      height: 100%; }
  @media screen and (min-width: 1200px) {
    .search--wrapper .adv-search {
      width: 400px;
      margin: 0; }
    .search--wrapper .dropdown.dropdown-lg {
      position: static !important; }
    .search--wrapper .dropdown.dropdown-lg .dropdown-menu {
      min-width: 400px; } }

.search--show-all {
  padding-right: 15px;
  padding-left: 15px; }

.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #2fb8d5; }

.loader {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  justify-content: center;
  left: 0;
  margin-top: 0;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 1900; }

.custom-accordion-content {
  display: none;
  transition: all 0.5s ease; }
  .custom-accordion-content a {
    font-size: .9rem; }

.custom-accordion-header {
  background: #f2f3f3;
  margin: 0 0 1rem;
  display: block;
  position: relative; }
  .custom-accordion-header a {
    font-size: 1rem;
    color: #565759;
    transition: all 0.5s ease; }
    .custom-accordion-header a:hover {
      color: #2fb8d5; }
  .custom-accordion-header:hover {
    cursor: pointer; }
  .custom-accordion-header::after {
    font-family: FontAwesome;
    content: "\f0d8";
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: middle;
    position: absolute;
    right: 13px;
    top: 13px;
    -webkit-text-stroke: 2px #f2f3f3;
    transition: all 0.5s ease; }
  .custom-accordion-header.open {
    margin: 0; }
    .custom-accordion-header.open::after {
      content: "\f0d7"; }

.modal {
  z-index: 2000; }

@media (min-width: 768px) {
  .modal-dialog .table-responsive {
    overflow-x: auto; } }

.modal-dialog .list-group-item-heading {
  display: block;
  text-align: center;
  width: 100%; }

.modal-header, .modal-footer {
  background: #f2f3f3; }

@media (min-width: 992px) {
  .modal-xl {
    max-width: 860px; } }

@media (min-width: 1024px) {
  .modal-xl {
    max-width: 1000px; } }

@media (min-width: 1440px) {
  .modal-xl {
    max-width: 1320px; } }

@media (min-width: 1600px) {
  .modal-xl {
    max-width: 74%; } }

.legend-filter-row {
  align-items: flex-end; }

.expiring-tissue-wrapper.hidden {
  display: none;
  text-align: right; }

.notification-animation {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin: 0 0.5rem 0 auto;
  position: relative; }

.expiring-toggle-btn, .member-hidden-toggle-btn {
  background-color: white;
  align-items: center;
  outline: none;
  position: relative;
  z-index: 10; }
  .expiring-toggle-btn:focus, .expiring-toggle-btn:active, .expiring-toggle-btn:hover, .member-hidden-toggle-btn:focus, .member-hidden-toggle-btn:active, .member-hidden-toggle-btn:hover {
    box-shadow: none;
    outline: none; }
  .expiring-toggle-btn.show, .member-hidden-toggle-btn.show {
    border-bottom-color: white; }

.notification-icon {
  background-color: #2fb8d5;
  border: none;
  border-radius: 100%;
  color: white;
  display: inline-block;
  height: 35px;
  margin: 0 auto;
  width: 35px; }
  .notification-icon + .expiring-count, .notification-icon + .member-hidden-count {
    bottom: auto;
    color: white;
    font-size: 0.9rem;
    left: auto;
    letter-spacing: 1px;
    position: absolute;
    right: auto;
    top: auto; }

.btn-text {
  font-size: 0.75rem; }

.expiring-tissue-toggle {
  margin-top: -1px; }
  @media (min-width: 768px) {
    .expiring-tissue-toggle {
      left: auto;
      position: absolute;
      right: 15px;
      z-index: 9; } }

.expiring-tissue-toggle .card-body {
  border-color: #2fb8d5;
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }
  .expiring-tissue-toggle .card-body .btn {
    white-space: normal; }
  .expiring-tissue-toggle .card-body p {
    font-size: 14px;
    font-weight: normal; }
  .expiring-tissue-toggle .card-body .expiring-tissues-filter {
    margin: 0 auto;
    width: 140px; }

.eyebank-title .expiring-soon-card, .eyebank-title .expiring-soon-table {
  visibility: hidden; }

.incoming-designation .expiring-soon-card, .incoming-designation .expiring-soon-table {
  display: none; }

.tissue-row--expiring-soon .expiring-soon-card, .tissue-row--expiring-soon .expiring-soon-table {
  display: inline;
  visibility: visible; }

.expand-button {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .expand-button .fa {
    display: none; }
  .expand-button[aria-expanded="true"] {
    border-bottom: none; }
    .expand-button[aria-expanded="true"] .fa-minus-square-o {
      display: inline-block; }
  .expand-button[aria-expanded="false"] .fa-plus-square-o {
    display: inline-block; }
  .expand-button:focus, .expand-button:active {
    box-shadow: none; }

.expand-content {
  border: 1px solid #000000;
  border-top: none; }

.fieldset-accordion .btn {
  background-color: white;
  color: #b0bfb6; }
  .fieldset-accordion .btn:hover {
    background-color: white; }
  .fieldset-accordion .btn:active, .fieldset-accordion .btn:focus {
    background-color: white;
    box-shadow: none;
    color: #b0bfb6;
    text-decoration: none; }

.fieldset-accordion .btn.collapsed {
  background-color: #d1d2d3;
  color: #4b4b4b; }
  .fieldset-accordion .btn.collapsed:active, .fieldset-accordion .btn.collapsed:focus {
    background-color: #d1d2d3;
    box-shadow: none;
    color: #4b4b4b; }

/*! politespace - v0.1.20 - 2016-09-26
Politely add spaces to input values to increase readability (credit card numbers, phone numbers, etc).
 * https://github.com/filamentgroup/politespace
 * Copyright (c) 2016 Filament Group (@filamentgroup)
 * MIT License */
.politespace-proxy {
  position: relative;
  overflow: hidden;
  /* clearfix for floating siblings */
  display: block; }

.politespace-proxy-val {
  display: none; }

.politespace-proxy.active.notempty > .politespace-proxy-val {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1; }

/* Safari 9 has a weird top/bottom margin on form elements inside of politespace proxies */
/* This caused issues with proxy positioning.
.politespace-proxy > input {
	margin-top: 0;
	margin-bottom: 0;
}*/
.politespace-proxy.active.notempty input {
  -webkit-text-fill-color: transparent;
  color: transparent; }

.politespace-proxy.active.notempty input[type=number] {
  -moz-appearance: textfield; }

.politespace-proxy.active.notempty input[type=number]::-webkit-inner-spin-button,
.politespace-proxy.active.notempty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.input-mask--inverse-container .politespace-proxy-val {
  display: block; }

.input-mask--inverse-container .politespace-proxy.notempty > .politespace-proxy-val {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1; }

.input-mask--inverse-container .politespace-proxy.active.notempty > .politespace-proxy-val {
  display: none; }

.input-mask--inverse-container .politespace-proxy.active.notempty input {
  -webkit-text-fill-color: #464a4c;
  color: #464a4c; }

.input-mask--inverse-container .politespace-proxy.notempty:not(.active) input {
  -webkit-text-fill-color: transparent;
  color: transparent; }

@media (min-width: 768px) {
  .table-responsive.table--prevent-modify {
    overflow-x: auto; } }

.table .border--none {
  border: none; }

.width-full {
  width: 100%; }

.small-text {
  font-size: 0.75rem; }

.font-oswald {
  font-family: OswaldRegular; }

.background-white {
  background-color: white; }

.color-primary {
  color: #b0bfb6; }

.color-secondary {
  color: #dedfdf; }

.vertical-middle {
  vertical-align: middle !important; }

.grid-view .tissue-card-wrapper {
  display: inline-block;
  vertical-align: top;
  float: left; }
  @media (min-width: 1025px) {
    .grid-view .tissue-card-wrapper {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .grid-view .tissue-card-wrapper {
      flex: 0 0 49.99999%;
      max-width: 49.99999%; } }
  @media (min-width: 1480px) {
    .grid-view .tissue-card-wrapper {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }
  .grid-view .tissue-card-wrapper .tissue-card {
    padding: 1.4rem 1.5rem;
    min-height: 410px;
    border: 1px solid #2fb8d5;
    margin: 0 0 1rem;
    position: relative; }
    .grid-view .tissue-card-wrapper .tissue-card * {
      display: block;
      font-weight: 400; }
    .grid-view .tissue-card-wrapper .tissue-card .orange {
      color: #cb822a; }
    .grid-view .tissue-card-wrapper .tissue-card .tissue-card-contents {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      padding: 5px 0; }
      .grid-view .tissue-card-wrapper .tissue-card .tissue-card-contents .fee:before {
        content: "$"; }
      .grid-view .tissue-card-wrapper .tissue-card .tissue-card-contents .no-fee:before {
        content: ""; }
    .grid-view .tissue-card-wrapper .tissue-card .eyebank-title {
      font-size: 1.25rem;
      font-weight: 400;
      color: #81ad40;
      margin-bottom: 0;
      line-height: 1.2; }
      .grid-view .tissue-card-wrapper .tissue-card .eyebank-title.blue {
        color: #2fb8d5;
        max-width: 75%; }
      .grid-view .tissue-card-wrapper .tissue-card .eyebank-title .expiring-soon-table {
        align-items: center;
        display: none;
        flex-direction: row;
        margin-top: 0 !important;
        padding: .25rem 0 .5rem;
        text-align: left !important; }
    .grid-view .tissue-card-wrapper .tissue-card .small-label {
      display: block;
      font-size: .75rem;
      font-weight: 600;
      color: #565759; }
    .grid-view .tissue-card-wrapper .tissue-card .tissue-card-actions {
      text-align: center;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      margin: auto; }
      .grid-view .tissue-card-wrapper .tissue-card .tissue-card-actions .fa {
        display: inline-block;
        font-size: .75rem;
        vertical-align: middle;
        margin: -3px 3px 0 0; }
      .grid-view .tissue-card-wrapper .tissue-card .tissue-card-actions a {
        display: inline-block; }
      .grid-view .tissue-card-wrapper .tissue-card .tissue-card-actions .btn-outline-secondary {
        background-color: #ffffff; }
        .grid-view .tissue-card-wrapper .tissue-card .tissue-card-actions .btn-outline-secondary:hover {
          background-color: #d1d2d3; }

.grid-view .disapprovedTissue .tissue-card {
  background-color: #f2f3f3; }
  .grid-view .disapprovedTissue .tissue-card::after {
    content: "INCOMING";
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: #939a9f;
    font-style: italic; }

.grid-view .tissue-labels {
  display: none; }

.table-view {
  font-weight: 200; }
  .table-view .tissue-list-layout {
    display: table !important;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #d1d2d3;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem; }
  .table-view .tissue-card-wrapper {
    display: table-row-group; }
    .table-view .tissue-card-wrapper:nth-child(odd) {
      background-color: #f2f3f3; }
    .table-view .tissue-card-wrapper .tissue-card {
      display: table-row;
      font-size: .9rem;
      padding: .75rem;
      vertical-align: middle; }
      .table-view .tissue-card-wrapper .tissue-card .eyebank-title {
        display: table-cell;
        padding: .25rem 0 .25rem 1rem;
        border-bottom: 1px solid #f2f3f3;
        height: 50px;
        vertical-align: middle;
        width: 12.5%; }
        .table-view .tissue-card-wrapper .tissue-card .eyebank-title .expiring-soon-table {
          display: none;
          text-align: left !important;
          margin-top: 0 !important; }
      .table-view .tissue-card-wrapper .tissue-card .eyebank-name {
        display: table-cell;
        padding: 0 0 0 1rem;
        border-bottom: 1px solid #f2f3f3;
        vertical-align: middle;
        width: 12%; }
      .table-view .tissue-card-wrapper .tissue-card .shrink {
        width: 5% !important; }
      .table-view .tissue-card-wrapper .tissue-card .tissue-card-contents {
        display: table-cell;
        padding: 0;
        border-bottom: 1px solid #f2f3f3;
        width: 10%;
        vertical-align: middle;
        padding: 0 10px; }
        .table-view .tissue-card-wrapper .tissue-card .tissue-card-contents .small-label {
          display: none; }
        .table-view .tissue-card-wrapper .tissue-card .tissue-card-contents .fee:before {
          content: "$"; }
        .table-view .tissue-card-wrapper .tissue-card .tissue-card-contents .no-fee:before {
          content: ""; }
      .table-view .tissue-card-wrapper .tissue-card .tissue-card-actions {
        display: table-cell;
        padding: 0;
        border-bottom: 1px solid #f2f3f3;
        padding: 0 1rem 0 0;
        text-align: right;
        width: 30%;
        vertical-align: middle; }
        .table-view .tissue-card-wrapper .tissue-card .tissue-card-actions .btn {
          line-height: 1.2;
          padding: 0.25rem .5rem;
          font-size: .85rem; }
        .table-view .tissue-card-wrapper .tissue-card .tissue-card-actions .btn-outline-secondary {
          background-color: #ffffff; }
  .table-view .disapprovedTissue .eyebank-title {
    border-left: 5px solid #2fb8d5;
    color: #2fb8d5; }
  .table-view .approvedTissue .eyebank-title {
    border-left: 5px solid #81ad40;
    color: #81ad40; }

.table-view .tissue-card-wrapper.tissue-row--expiring-soon .tissue-card .eyebank-title .expiring-soon-table {
  display: block; }

.grid-view .tissue-card-wrapper.tissue-row--expiring-soon .tissue-card .eyebank-title .expiring-soon-table {
  display: flex; }

.incoming-tissues-wrapper {
  flex: 0 0 100%;
  max-width: 100%; }

.page-options .btn-group {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .page-options .btn-group {
      margin-bottom: 0; } }

.table-dropdown-sm .dropdown-item {
  padding: 3px 1rem; }

.table-dropdown-sm .table-icon {
  width: 30px; }

#tissue-grid-view .expiring-soon-table {
  display: inline-block;
  padding-left: .5rem;
  position: relative;
  top: -3px; }

.tissue-labels {
  display: table;
  width: 100%;
  background: #d1d2d3;
  padding: 1rem 0; }
  .tissue-labels .tissue-labels-wrapper {
    display: table-row-group; }
  .tissue-labels .tissue-labels-inner {
    padding: .75rem;
    vertical-align: middle;
    display: table-row; }
  .tissue-labels .tissue-label-contents {
    display: table-cell;
    width: 10%;
    vertical-align: middle;
    padding: 0 10px; }
  .tissue-labels .first {
    padding: 0 0 0 1.5rem;
    width: 13%; }
  .tissue-labels .eyebank-column {
    width: 11%; }
  .tissue-labels .shrink {
    width: 5%; }
  .tissue-labels .last {
    width: 30%;
    text-align: center; }

#available-tissue-container .tile-view {
  margin-left: 15px; }
  @media (min-width: 768px) {
    #available-tissue-container .tile-view {
      display: flex;
      flex-wrap: wrap;
      margin-left: 0; } }
  #available-tissue-container .tile-view .tissue-card-wrapper {
    display: block;
    vertical-align: top;
    padding: 0;
    float: none; }
    @media (min-width: 768px) {
      #available-tissue-container .tile-view .tissue-card-wrapper {
        padding: 0 15px; } }
    @media (min-width: 1025px) {
      #available-tissue-container .tile-view .tissue-card-wrapper {
        flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 1200px) {
      #available-tissue-container .tile-view .tissue-card-wrapper {
        flex: 0 0 49.99999%;
        max-width: 49.99999%;
        float: left;
        display: inline-block; } }
    @media (min-width: 1480px) {
      #available-tissue-container .tile-view .tissue-card-wrapper {
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card {
      padding: 1.4rem 1.5rem;
      min-height: 410px;
      border: 1px solid;
      margin: 0 0 1rem;
      position: relative; }
      @media (min-width: 1460px) {
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card {
          min-height: 450px; } }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card * {
        font-weight: 400; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .eyebank-title--text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .eyebank-title--icon {
        display: none; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.approved, #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.approved-green {
        border-color: #81ad40;
        background-color: #f7faf2; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.approved .eyebank-title, #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.approved .eyebank-title a, #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.approved-green .eyebank-title, #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.approved-green .eyebank-title a {
          color: #81ad40;
          display: block; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.approved .incoming-designation-text, #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.approved-green .incoming-designation-text {
          background-color: gray;
          color: white;
          font-size: 0.8rem;
          margin: -1.36rem -1.5rem .25rem;
          padding: .3rem;
          text-align: center;
          visibility: hidden; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.approved .incoming-designation, #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.approved-green .incoming-designation {
          display: none; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.disapproved {
        border-color: #2fb8d5;
        background-color: #f2f3f3; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.disapproved .eyebank-title, #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.disapproved .eyebank-title a {
          color: #2fb8d5;
          display: block; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.disapproved .incoming-designation {
          color: #2fb8d5;
          line-height: 1.4;
          margin-bottom: 0; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.disapproved .incoming-designation-text {
          background-color: gray;
          color: white;
          font-size: 0.8rem;
          margin: -1.35rem -1.5rem .25rem;
          padding: .3rem;
          text-align: center; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.on-hold {
        border-color: #d9534f; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.on-hold .eyebank-title {
          color: #d9534f; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.on-hold::before {
          border-color: transparent;
          border-style: solid;
          border-width: 1.35em;
          border-left-color: #d9534f;
          border-top-color: #d9534f;
          content: '';
          left: 0;
          position: absolute;
          right: initial;
          top: 0; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.premium-quality {
        border-color: #FFD700; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.premium-quality .tissue-card--header {
          border-color: #FFD700;
          margin: -1px -1px 0; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.premium-quality .eyebank-title {
          color: #FFD700; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.premium-quality .eyebank-title--icon {
          background-color: #FFD700;
          color: white;
          display: inline-block;
          margin-left: 0.5rem;
          padding: 0.25rem; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.premium-quality::after {
          border-color: transparent;
          border-style: solid;
          border-width: 1.35em;
          border-right-color: #FFD700;
          border-top-color: #FFD700;
          content: '';
          left: initial;
          position: absolute;
          right: 0;
          top: 0;
          border-width: 1.35em; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.disapproved.premium-quality {
        border-color: #2fb8d5; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.disapproved.premium-quality .eyebank-title, #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.disapproved.premium-quality .eyebank-title a {
          color: #2fb8d5;
          text-shadow: none; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.on-hold.premium-quality {
        border-color: #d9534f; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.on-hold.premium-quality .eyebank-title, #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.on-hold.premium-quality .eyebank-title a {
          color: #d9534f;
          text-shadow: none; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .premium-designation {
        font-size: 0.75rem;
        margin: -1.4rem -1.5rem 1rem -1.5rem;
        text-align: center; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .premium-designation .premium-designation--text {
          background-color: #FFD700;
          border-top: 1px solid #ffbc00;
          color: white;
          display: inline-block;
          margin-bottom: 0;
          margin-top: -1px;
          padding: 0.3rem 1rem;
          position: relative; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .premium-designation .fa {
          display: inline-block; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.hidden-to-members::before {
        align-items: center;
        background-color: #979797;
        color: white;
        content: "ADMINISTRATIVE HOLD";
        display: flex;
        font-size: .7rem;
        height: 1.4rem;
        justify-content: center;
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        text-transform: uppercase;
        top: 0; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.hidden-to-members.approved::before {
        background-color: #81ad40; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card.hidden-to-members.disapproved::before {
        background-color: #2fb8d5; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .orange {
        color: #cb822a; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .eyebank-name {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .tissue-card--body {
        border-top: 1px solid #d1d2d3;
        padding-top: 1rem; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .tissue-card-contents {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        padding: 5px 10px 5px 0; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .tissue-card-contents .fee:before {
          content: "$"; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .tissue-card-contents .no-fee:before {
          content: ""; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .eyebank-title {
        font-size: 1.2rem;
        font-weight: 400;
        color: #81ad40;
        margin-bottom: 0;
        line-height: 1.2; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .eyebank-title.blue {
          color: #2fb8d5;
          max-width: none; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .small-label {
        display: block;
        font-size: .75rem;
        font-weight: 600;
        color: #565759; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .hold-time * {
        display: inline-block !important;
        font-size: 1rem; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .text-ellipsis {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .tissue-card--notifications {
        border: 1px solid #d1d2d3;
        border-top: none;
        font-size: 0.75rem;
        margin-top: 0;
        min-height: 35px;
        padding: 0 1rem;
        text-align: center; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .tissue-card--notifications .row {
          display: flex; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .tissue-card--notifications .hold-info-text {
          align-items: center;
          display: flex;
          flex-direction: row;
          justify-content: center;
          margin-top: 0;
          padding-bottom: 0.5rem;
          padding-top: 0.5rem; }
          #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .tissue-card--notifications .hold-info-text .text-danger {
            padding-left: 0.25rem; }
      #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .tissue-card-actions {
        text-align: center;
        width: 100%; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .tissue-card-actions .fa {
          display: inline-block;
          font-size: .75rem;
          vertical-align: middle;
          margin: -3px 3px 0 0; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .tissue-card-actions a {
          display: inline-block; }
        #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .tissue-card-actions .btn-outline-secondary {
          background-color: #ffffff;
          display: block;
          font-size: .75rem;
          width: 100%; }
          #available-tissue-container .tile-view .tissue-card-wrapper .tissue-card .tissue-card-actions .btn-outline-secondary:hover {
            background-color: #d1d2d3; }

#available-tissue-container .grid-view .width-250 {
  min-width: 250px; }

#available-tissue-container .grid-view .table--row.approved-green, #available-tissue-container .grid-view .table--row.approved {
  background-color: #f7faf2; }
  #available-tissue-container .grid-view .table--row.approved-green > td:first-child, #available-tissue-container .grid-view .table--row.approved > td:first-child {
    border-left: 5px solid #81ad40; }
  #available-tissue-container .grid-view .table--row.approved-green .eyebank-title, #available-tissue-container .grid-view .table--row.approved-green .eyebank-title a, #available-tissue-container .grid-view .table--row.approved .eyebank-title, #available-tissue-container .grid-view .table--row.approved .eyebank-title a {
    color: #81ad40;
    max-width: 75%; }

#available-tissue-container .grid-view .table--row.disapproved {
  border-color: #2fb8d5;
  background-color: #f2f3f3; }
  #available-tissue-container .grid-view .table--row.disapproved > td:first-child {
    border-left: 5px solid #2fb8d5; }
  #available-tissue-container .grid-view .table--row.disapproved .eyebank-title, #available-tissue-container .grid-view .table--row.disapproved .eyebank-title a {
    color: #2fb8d5; }

#available-tissue-container .grid-view .table--row .incoming-designation-text {
  color: #565759; }

#available-tissue-container .grid-view .table--row.premium-quality .eyebank-title::after {
  background-color: #FFD700;
  color: white;
  content: "\f005";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 1rem;
  margin-left: 0.25rem;
  padding: 0.1rem;
  position: relative;
  top: -3px; }

#available-tissue-container .grid-view .table--row .link-text {
  color: #218ea5; }
  #available-tissue-container .grid-view .table--row .link-text:hover {
    cursor: pointer;
    text-decoration: underline; }

#available-tissue-container .grid-view .table--row.on-hold {
  border-color: #d9534f;
  background-color: #fbebea; }
  #available-tissue-container .grid-view .table--row.on-hold > td:first-child {
    border-left: 5px solid #d9534f; }
  #available-tissue-container .grid-view .table--row.on-hold .eyebank-title {
    color: #d9534f !important; }
  #available-tissue-container .grid-view .table--row.on-hold .hold-text {
    font-size: .75rem; }

#available-tissue-container .grid-view .table--row .fee:before {
  content: "$"; }

#available-tissue-container .grid-view .table--row .no-fee:before {
  content: ""; }

#available-tissue-container .grid-view .table--row .eyebank-title {
  margin-bottom: .25rem; }

#available-tissue-container .grid-view .table--row .premium-designation {
  font-size: .65rem;
  margin: 0 .5rem 0 0;
  text-align: center; }
  #available-tissue-container .grid-view .table--row .premium-designation .premium-designation--text {
    background-color: #FFD700;
    color: white;
    margin: 0;
    padding: .2rem; }

.incoming-tissues-wrapper {
  flex: 0 0 100%;
  max-width: 100%; }

.page-options .btn-group {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .page-options .btn-group {
      margin-bottom: 0; } }

.table-dropdown-sm .dropdown-item {
  padding: 3px 1rem;
  transition: all 0.3s; }
  .table-dropdown-sm .dropdown-item:hover {
    color: #2fb8d5; }

.table-dropdown-sm .table-icon {
  width: 30px; }

@media (min-width: 1440px) and (max-width: 1799px) {
  #addEditTissueForm .form-inline {
    flex-flow: row nowrap; } }

#addEditTissueForm .form-inline .form-group label {
  display: block;
  margin-bottom: 0.25rem;
  margin-left: 0;
  width: 100%; }

#addEditTissueForm .form-inline .form-group .form-control {
  margin-left: 0 !important; }

#IsoClassSection .list-group-item, #IsoClassSection .form-group {
  width: 100%; }

.fieldset .btn-group {
  background-color: none; }
  .fieldset .btn-group .btn {
    border: 1px solid #b0bfb6; }
  .fieldset .btn-group .btn-primary {
    border-color: #94a89c; }
  .fieldset .btn-group .btn-secondary {
    border-color: #7d868c; }
  .fieldset .btn-group .btn-info {
    border-color: #014c8c; }

.admin-card {
  border: 2px solid #d1d2d3;
  padding: 1rem; }
  .admin-card.admin-card-body {
    border-top: none;
    border-bottom: none; }
  .admin-card .admin-card-title {
    color: #d1d2d3;
    font-size: 1.75rem;
    margin-bottom: 1rem;
    text-align: center; }
  .admin-card .row + .row {
    margin-top: 1rem; }
  .admin-card textarea {
    min-height: 8rem; }

@media print {
  *,
  *:before,
  *:after {
    color: #000000;
    background: transparent;
    box-shadow: none;
    text-shadow: none;
    transition: none;
    animation: none;
    transform: none;
    opacity: 1; }
  a, a:link, a:visited, a:active {
    color: #000000; } }

@media print {
  body {
    height: auto; }
  html {
    height: auto !important; } }

@media print {
  .footer {
    padding: 1rem 0 0;
    margin: 2rem 0 0;
    border-top: 1px solid #c1c2c3;
    background-color: #ffffff; }
    .footer a, .footer a:link, .footer a:visited, .footer a:active {
      color: #000000; }
    .footer .footer-info p, .footer .footer-info a {
      color: #000000; } }

@media print {
  .site-header {
    padding-left: 0;
    padding-right: 0; }
  .site-header--links {
    display: none; } }

@media print {
  #sidebar, #sidebarCollapse, .page-title-container .breadcrumb-wrapper {
    display: none; }
  .page-title-container {
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0; }
  .page-wrapper #page-content {
    width: auto;
    padding: 0; }
  .print-page--title {
    font-size: 2rem; }
  .print-page--subtitle {
    font-size: 1rem; } }
