/* 
http://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions warnings
Operational colors generate with debug, example @debug $warning_color - 10; 
/_messages.scss DEBUG: #a00000 $error_color - 10;          => $error-color-minus-ten;
/_messages.scss DEBUG: #d35c00 $warning_color - 10;        => $warning-color-minus-ten;
/_messages.scss DEBUG: #295c29 $success_color - 10;        => $success-color-minus-ten;
/_messages.scss DEBUG: #a6a68b $reference_back - #444;     => $reference_back-minus-black;
/_colors.scss   DEBUG: #626247 $reference_back - #888;     => $reference_color;
/payments.scss: DEBUG: #1b77ce $amco_new_bg * 1.5;         => $amco-new-bg-one-and-a-half-times;
/payments.scss: DEBUG: #ffee06 $amco_yellow * 1.1;         => $amco-yellow-one-and-one;
/payments.scss: DEBUG: #ffd200 $orange * 1.2;              => $orange-one-and-two;
/payments.scss: DEBUG: #d51a64 $magenta * 1.1;             => $magenta-one-and-one;
/payments.scss: DEBUG: #1e5184 $logo_blue+30;              => $logo-blue-plus-thirty;
/extranet.scss: DEBUG: #1b77ce $tag_color_hover + #333333; => $logo-blue-plus-thirty;
/covers.scss DEBUG: #66ccff $tag_color_hover + #333333;    => $tag-color-hover-minus-thre-six-times;
/covers.scss DEBUG: #ffbb33 $tag_back - #999999;           => $tag_back-minus-nine-six-times;
/covers.scss DEBUG: #5d5d5d $tag_color - #111111;          => $tag_color-minus-one-six-times;
/covers.scss DEBUG: #666666 $tag_color - #222222;          => $tag_color-minus-two-six-times;
/covers.scss DEBUG: #555555 $tag_color - #333333;          => $tag_color-minus-thre-six-times;
/covers.scss DEBUG: #444444 $light_blue + #333333;         => $light_blue-minus-thre-six-times;
/deposit_slip.scss DEBUG: #124f89 $amco_new_bg * 1         => $amco-new-bg-times-one;
/global.scss DEBUG: #000d2c $dark_blue - #111111;          => $dark-blue-minus-one-six-times;
*/
#main #content {
  background-color: white !important;
  background: none; }
  #main #content #invoices {
    border: 1px dotted gray;
    padding: 10px;
    color: #333; }
    #main #content #invoices hr {
      width: 100%;
      height: 0;
      margin: 0;
      padding: 0; }
    #main #content #invoices fieldset {
      padding: 15px 35px;
      margin: 15px auto 0;
      width: 400px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
      #main #content #invoices fieldset table tr.cancelled td {
        background-color: #FFAAAA; }
        #main #content #invoices fieldset table tr.cancelled td a {
          color: #AA0000; }
      #main #content #invoices fieldset table tr.income td {
        background-color: #E0F5E1; }
        #main #content #invoices fieldset table tr.income td a {
          color: #336633; }
      #main #content #invoices fieldset table tr.outcome td {
        background-color: #FFFF99; }
        #main #content #invoices fieldset table tr.outcome td a {
          color: #DD6600; }
      #main #content #invoices fieldset legend {
        padding: 0 15px;
        font-size: 1.2em;
        font-weight: bold;
        text-transform: uppercase; }
      #main #content #invoices fieldset input.text {
        border: 2px solid lightgray;
        padding: 4px;
        display: block;
        margin: 5px 0;
        width: 380px; }
      #main #content #invoices fieldset input.submit {
        margin: 10px 0;
        display: block; }
      #main #content #invoices fieldset a {
        font-weight: bold;
        color: gray;
        text-decoration: none; }
      #main #content #invoices fieldset a:hover {
        text-decoration: underline;
        color: #333; }
      #main #content #invoices fieldset select {
        display: block;
        margin: 5px 0; }
    #main #content #invoices fieldset.column {
      border: 2px solid #DDDDDD;
      float: left;
      margin: 0 0 0 5em;
      padding: 30px;
      width: 35em; }
      #main #content #invoices fieldset.column input.text {
        width: 98%; }
  #main #content .toggable_detail_fields {
    border: 1px solid #BBB;
    float: left;
    padding: 2%;
    margin: 2%;
    line-height: 2em;
    width: 90%;
    font-size: 1.2vw; }
    #main #content .toggable_detail_fields #invoice_cfdi_opts_receiver_cfdi_usage_code {
      width: 62%; }
    #main #content .toggable_detail_fields label {
      width: auto; }
  #main #content .add_detail {
    line-height: 1em; }
  #main #content .add_child {
    padding: 5px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    background-color: #4caf50;
    margin: 10px 0; }
    #main #content .add_child:hover {
      background-color: #3d8b40; }
  #main #content .data_select select {
    display: inline;
    float: right; }
  #main #content .fields {
    background-color: #F1F1F1;
    border: 1px solid #BBB;
    display: inline-block;
    float: left;
    padding: 2%;
    margin: 2%;
    width: 90%;
    line-height: 2.35em;
    text-align: left; }
    #main #content .fields .remove_child {
      color: white;
      padding: 10px;
      text-decoration: none;
      border-radius: 4px;
      background-color: #f44336;
      float: right; }
      #main #content .fields .remove_child:hover {
        background-color: #ea1c0d; }
    #main #content .fields input,
    #main #content .fields select {
      width: 50%;
      float: right; }
#main .hidden {
  display: none !important; }
#main .payments_complement {
  background-color: #F1F1F1;
  border: 1px solid #BBB;
  display: inline-block;
  font-size: .8em;
  padding: 2%;
  margin: 2%;
  width: 90%;
  line-height: 2.35em;
  text-align: left; }
  #main .payments_complement label {
    width: auto; }
#main .pay_id {
  text-align: left;
  display: inline-block;
  line-height: 1.5;
  width: 100%; }
  #main .pay_id input {
    float: right;
    width: 50%; }
#main .column {
  width: 45%;
  float: left;
  margin-right: 10px; }
#main #total_in_words h3 {
  margin-bottom: 15px;
  font-weight: bold; }

.search_fields {
  display: inline-block;
  width: 95%;
  text-align: left; }
  .search_fields select {
    float: right; }
  .search_fields input {
    width: 50%;
    float: right; }
  .search_fields .field {
    line-height: 2em; }
  .search_fields .invoice_fields {
    width: 45%;
    margin-right: 2%;
    float: left; }
  .search_fields .complement_fields {
    float: right;
    width: 45%; }

.seal {
  font-size: 12px;
  border: 1px dashed gray;
  padding: 10px;
  background-color: #f9f9f9;
  font-family: sans-serif;
  margin-bottom: 10px; }

#invoice_seal,
.seal {
  word-wrap: break-word;
  word-break: break-word; }

#line_items {
  margin-top: 20px; }

#invoice_top {
  overflow: hidden; }

#printer,
#save,
#save_xml {
  display: inline; }

body #invoices #invoice_details {
  width: auto;
  float: none;
  border-width: 1px; }

#invoice_action_links {
  display: flex; }
  #invoice_action_links a.save {
    margin-left: auto;
    order: 2;
    height: 40px; }
  #invoice_action_links a.print {
    font-size: 20px; }

#invoice_expedition_info {
  margin-top: 10px;
  margin-bottom: 5px;
  color: gray; }
  #invoice_expedition_info table {
    width: 100%; }
  #invoice_expedition_info .amco_logo {
    width: 48%;
    float: left; }
    #invoice_expedition_info .amco_logo img {
      height: 90px; }
  #invoice_expedition_info .expedition_info {
    float: left; }

#invoice_info,
.expedition_info {
  margin-top: 10px;
  margin-bottom: 10px;
  color: gray;
  font-size: 12px; }
  #invoice_info .titles,
  .expedition_info .titles {
    color: white;
    background-color: #04306A;
    background-size: cover;
    padding: 5px 180px 5px 5px; }
  #invoice_info .sub_title,
  .expedition_info .sub_title {
    color: black; }
  #invoice_info .general_info_value,
  #invoice_info .invoice_expedition_details_value,
  #invoice_info .issuer_value,
  #invoice_info .reciver_value,
  .expedition_info .general_info_value,
  .expedition_info .invoice_expedition_details_value,
  .expedition_info .issuer_value,
  .expedition_info .reciver_value {
    color: gray; }
  #invoice_info .reciver_info,
  .expedition_info .reciver_info {
    float: right; }
  #invoice_info .general_info,
  .expedition_info .general_info {
    border: 1px solid #F5F5F5;
    margin-top: 10px; }

#items {
  margin-top: 10px; }
  #items table.items_list {
    width: 100%; }
    #items table.items_list tr:nth-child(odd) {
      background: #F3F4F8; }
    #items table.items_list tr:nth-child(even) {
      background: #fdfdfd; }
    #items table.items_list tr {
      background-color: #F3F4F8; }
      #items table.items_list tr td,
      #items table.items_list tr th {
        padding: 10px;
        text-align: center;
        vertical-align: middle; }
      #items table.items_list tr th {
        background-color: #E5EAF0;
        font-size: 0.8em;
        color: #747576; }
      #items table.items_list tr td {
        font-size: 0.7em;
        color: gray; }

#items_totals {
  margin-top: 10px; }
  #items_totals table.totals {
    width: 100%;
    height: 60px; }
    #items_totals table.totals tr {
      background-color: #F3F4F8; }
      #items_totals table.totals tr th {
        text-align: center;
        vertical-align: middle;
        color: #A0A2A6;
        background-color: #F3F4F8;
        font-size: 0.7em; }
        #items_totals table.totals tr th .titles {
          color: #4E4E4E;
          font-weight: bold; }
        #items_totals table.totals tr th .amount {
          font-size: 2em;
          color: black; }
      #items_totals table.totals tr th.total {
        font-weight: bold;
        background-color: #04306A;
        width: 20%;
        color: white; }
        #items_totals table.totals tr th.total .titles {
          color: white; }
        #items_totals table.totals tr th.total .amount {
          font-size: 2.5em;
          color: white; }
      #items_totals table.totals tr th.relationship {
        padding-left: 20px;
        text-align: left;
        width: 30%; }
        #items_totals table.totals tr th.relationship .titles {
          font-size: 1em;
          font-weight: bold; }
        #items_totals table.totals tr th.relationship .concepts {
          font-size: 1em; }
  #items_totals #total_in_words .total {
    font-size: 11px;
    padding: 5px;
    color: gray; }
  #items_totals #total_in_words .mesage {
    color: #3BBDEF; }

#footer_message .sentence {
  color: #00ADEE;
  text-align: center;
  margin: 10px; }

.payment_seal {
  word-break: break-all; }

#footer_extra_info {
  padding: 10px;
  margin: 0 auto; }
  #footer_extra_info .cfd_seal, #footer_extra_info .sat_seal, #footer_extra_info .original_string {
    margin-bottom: 10px;
    word-break: break-all;
    text-align: left; }
    #footer_extra_info .cfd_seal h6, #footer_extra_info .sat_seal h6, #footer_extra_info .original_string h6 {
      margin-bottom: 10px;
      background-color: #F4F4F8;
      text-align: center;
      font-weight: bold; }
  #footer_extra_info .cfdiv33_notice {
    color: #3BBDEF;
    text-align: center; }
  #footer_extra_info .qr_info {
    display: inline-block;
    width: 100%; }
    #footer_extra_info .qr_info .detail_info {
      width: 48%;
      line-height: 24px;
      float: left;
      padding-top: 20px; }
      #footer_extra_info .qr_info .detail_info .qr_detail_info {
        font-weight: bold; }

#footer_img {
  background-image: url(/assets/gui/pleca-797998e85466617b1ec872e3a12178ef50533c81742a42dc9b460b6dbdc3f0ec.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 18px; }

#business-info {
  overflow: hidden; }

.invoice_value {
  font-weight: bold;
  font-family: sans-serif; }

#client_info {
  width: auto;
  margin-top: 10px;
  overflow: hidden; }

table.qr-code {
  border-width: 0;
  border-style: none;
  border-color: #0000ff;
  border-collapse: collapse;
  float: right; }

.qr-code td {
  width: 0;
  padding: 0;
  margin: 0;
  height: 3px;
  border-left: solid 3px #000; }

.qr-code td.qr-black {
  border-color: #000; }

.qr-code td.qr-white {
  border-color: #fff; }

#folio label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600; }

#code {
  margin-bottom: 20px; }

#folio_amco_note {
  display: block;
  width: 400px; }
  #folio_amco_note h4 {
    font-size: 0.95em;
    color: #ed2b3f; }
  #folio_amco_note li,
  #folio_amco_note p,
  #folio_amco_note ul {
    margin: 0;
    padding: 0;
    font-size: 0.85em;
    color: #ed2b3f; }
  #folio_amco_note li {
    font-size: 0.8em; }

#invoices_note {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #424242;
  border-radius: 2px;
  margin-top: 20px; }
  #invoices_note .invoice_note_content {
    padding: 10px;
    font-weight: 300; }
  #invoices_note h4 {
    font-size: 14px;
    border-radius: 2px 2px 0 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    color: white;
    background-color: #124F89; }
  #invoices_note p {
    margin: 0 0 0.5em; }
  #invoices_note ul {
    margin: 1em 0 0.5em 1em; }

.invoice form {
  line-height: 120%;
  font-size: 14px; }
  .invoice form h3 {
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    color: #124F89; }
  .invoice form .input label {
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    text-align: left; }
  .invoice form .date {
    width: auto;
    overflow: hidden; }
    .invoice form .date label {
      float: left;
      clear: both;
      display: block; }
    .invoice form .date select {
      float: right;
      margin-left: 6px; }
  .invoice form input.email,
  .invoice form input.select,
  .invoice form input.text,
  .invoice form select {
    font-size: 16px; }
  .invoice form input.submit {
    margin: 10px 0;
    display: block;
    font-size: 14px; }

#invoice_info table {
  width: 100%; }
#invoice_info .issuer_info {
  width: 48%;
  float: left;
  border: 1px solid #F5F5F5; }
#invoice_info p {
  color: #212121;
  font-weight: bold;
  padding: 5px;
  margin: 0;
  line-height: 120%; }
#invoice_info span {
  font-weight: normal; }
#invoice_info .issuer_head {
  color: white;
  background-color: #0c355c;
  padding: 10px; }
#invoice_info .reciver_info {
  width: 48%;
  float: right;
  border: 1px solid #F5F5F5; }

.expedition_info {
  float: right; }
  .expedition_info .invoice_expedition_details_value {
    font-weight: normal; }
  .expedition_info p {
    color: #212121;
    font-weight: bold;
    margin: 0; }

.th,
th {
  color: #FFFFFF;
  background-color: transparent;
  padding: 0;
  text-align: left;
  font-weight: normal; }

.payments_complement1 {
  background-color: #F1F1F1;
  border: 1px solid #BBB;
  display: inline-block;
  float: left;
  padding: 2%;
  margin: 2%;
  width: 92%;
  line-height: 2.35em;
  text-align: left; }
  .payments_complement1 select {
    float: right; }

.date_container div {
  width: 100% !important; }

.label_adjust {
  margin-left: 10px; }
