/**
 * Print stylesheet for f2cmall.co.kr(통관정산서 인쇄양식)
* @version         1.0
* @lastmodified    24.08.2018
*/

@media print {

  .no-print,
  .no-print * {
    display: none !important;
  }

  .table>thead>tr>th,
  .table>tbody>tr>th,
  .table>tfoot>tr>th {
    border: 1px solid #000000;
    padding: 4px 4px 0px 4px;
    height: 25px;
    line-height: 1;
  }

  .table>thead>tr>td,
  .table>tbody>tr>td,
  .table>tfoot>tr>td {
    border: 1px solid #000000;
    padding: 4px 4px 0px 4px;
    height: 25px;
    line-height: 1;
  }

  .table#toptable>tbody>tr>th,
  .table#toptable.talbe>tbody>tr>td {
    border: 1px solid #000000;
    padding-top: 8px;
    height: 35px;
  }


  /* Setting content width, unsetting floats and margins */
  /* Attention: the classes and IDs vary from theme to theme. Thus, set own classes here */
  #content,
  #page {
    width: 100%;
    margin: 0;
    float: none;
  }

  /* Set font to 16px/13pt, set background to white and font to black.*/
  /* This saves ink */
  body {
    line-height: 1.3;
    background: #fff !important;
    color: #000;
  }

  h3 {
    font-size: 21pt;
    margin-top: 10px;
  }

  h5 {
    font-size: 11pt;
    margin-top: 5px;
    margin-bottom: 0px;
  }

  div.box-header {
    padding-bottom: 0px;
  }

  .table {
    border: 2px double #000000;
  }

  img#logo {
    float: right;
    padding: 5px 0 0;
  }

  /** 세금 및 항목 타이틀 배경 색상 지정 */
  th#customline1 {
    width: 14%;
    background-color: #FFFF80 !important;
    text-align: center;
  }

  th#customline2 {
    width: 14%;
    background-color: #FFFF80 !important;
    text-align: center;
  }

  th#customline3 {
    width: 30%;
    background-color: #C6EAA8 !important;
    text-align: center;
  }

  th#customline4,
  th#customline5,
  th#customline6 {
    width: 14%;
    background-color: #C6EAA8 !important;
    text-align: center;
  }

  tr#customlinefoot>th {
    background-color: #FBE499 !important;
  }

  tr#header1 {
    background-color: yellow !important;
  }

  tr#footinfo {
    background: #00c0ef !important;
    padding-top: 8px;

  }


  /** 금액 항목 우측 정렬*/
  th.number,
  tr>th.number {
    text-align: right;
  }

  .box-title {
    text-align: center;
  }

  .footer {
    padding-left: 10px;
  }

}