#receiptsTable {
  overflow: hidden; }

#greetings {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
  color: #ff7500; }

.facturas-portlet {
  /* Contenedor */
  /* escondemos el default checkbox */
  /* creamos un custom checkbox */
  /* creamos el marcador (escondido al no seleccionar) */ }
  .facturas-portlet .table {
    font-size: 1rem;
    border-radius: 4px;
    border-collapse: collapse; }
    .facturas-portlet .table th,
    .facturas-portlet .table td {
      border-top: 1px solid #ff7500; }
    .facturas-portlet .table thead .icon {
      margin-right: 0.5em; }
    .facturas-portlet .table thead th:nth-child(2) .icon {
      margin-right: 0.1em; }
    .facturas-portlet .table thead th {
      background: #FF7500;
      color: #FFF; }
      .facturas-portlet .table thead th input:checked ~ .checkmark {
        background-color: #ff7500;
        border: 2px solid #FFF; }
      .facturas-portlet .table thead th .checkmark {
        background-color: #FFF; }
      .facturas-portlet .table thead th:first-child {
        border-top-left-radius: 0.25em;
        padding: 1.5em 0.8em; }
      .facturas-portlet .table thead th:last-child {
        border-top-right-radius: 0.25em; }
    .facturas-portlet .table tfoot th {
      border: 0;
      color: #444; }
      .facturas-portlet .table tfoot th:nth-child(n+5) {
        border: 1px solid #ff7500; }
    .facturas-portlet .table #totalAmountToPay {
      visibility: hidden; }
    .facturas-portlet .table #totalAmountTD {
      visibility: hidden;
      padding: 1rem 1.5rem 0.5rem;
      font-weight: bolder; }
    .facturas-portlet .table tbody tr {
      border-bottom: 1px solid #ff7500 !important;
      height: 2em; }
      .facturas-portlet .table tbody tr.active td {
        background: #808891;
        color: #FFFFFF; }
      .facturas-portlet .table tbody tr tr {
        border-color: #ff7500; }
        .facturas-portlet .table tbody tr tr th {
          border-color: #ff7500; }
        .facturas-portlet .table tbody tr tr td {
          border-color: #ff7500; }
    .facturas-portlet .table tbody tr {
      border-bottom: 1px solid #ff7500 !important;
      height: 2em; }
      .facturas-portlet .table tbody tr {
        background: #FFFFFF;
        color: none; }
      .facturas-portlet .table tbody tr.ischecked td {
        background: #808891;
        color: #FFFFFF; }
      .facturas-portlet .table tbody tr.ischecked th {
        background: #808891;
        color: #FFFFFF; }
      .facturas-portlet .table tbody tr tr {
        border-color: #ff7500; }
        .facturas-portlet .table tbody tr tr th {
          border-color: #ff7500; }
        .facturas-portlet .table tbody tr tr td {
          border-color: #ff7500; }
    .facturas-portlet .table td {
      padding: 0.8em 1em;
      border-color: #ff7500; }
      .facturas-portlet .table td input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-right: 10px; }
  .facturas-portlet .btn-facturas {
    background-color: #FF7500;
    border-color: #FF7500;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    visibility: hidden; }
    .facturas-portlet .btn-facturas:hover {
      background-color: #ee7d30; }
  .facturas-portlet input:checked ~ .checkmark {
    background-color: #4caf50 !important; }
  .facturas-portlet .Box input:checked + span:before {
    content: "\2713";
    color: white; }
  .facturas-portlet .Box {
    display: block;
    position: relative;
    margin-bottom: 50%;
    cursor: pointer; }
  .facturas-portlet .Box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .facturas-portlet .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    text-align: center;
    border: 2px solid #ff7500;
    border-radius: 0.15em; }
  .facturas-portlet .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .facturas-portlet .btn.btn-primary {
    background-color: #FF7500;
    border-color: #FF7500; }
    .facturas-portlet .btn.btn-primary:hover {
      background-color: #ee7d30; }

.btn {
  font-weight: 900; }

.btn-back {
  background-color: #FF7500;
  border-color: #FF7500;
  display: flex;
  justify-content: center;
  margin-top: 1rem; }
  .btn-back:hover {
    background-color: #ee7d30; }

#info-container {
  align-items: center;
  justify-content: center; }
  #info-container .main-title {
    color: #ff7500;
    font-weight: 700;
    font-size: 2.2rem;
    padding: 1.5rem 0; }
  #info-container .second-title {
    font-size: 2em;
    font-weight: 700;
    line-height: 2.8;
    margin-bottom: 0;
    color: #ff7500;
    align-self: flex-start; }
  #info-container p {
    color: #747474;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1rem;
    letter-spacing: 0em; }

.noList {
  display: none; }