body {
    background-color: #ffffff;
}    

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 0px;
  margin: 10px 20px 0px 10px;
}


.container.theme-showcase {
    margin-right: 0px;
    margin-left: 0px;
}

.jumbotron {
    font-size: 1.8em;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 0px;
    padding-left: 0px!important;
    background-color: #ffffff;
}

.well {
    margin: 5px;
}

.page-header {
    font-size: 1.5em;
}

.col-md-6{
    background-color: #eee;
    border: 1px solid rgba(86, 61, 124, 0.2);
}

#radioBtn .notActive{
    color: #000;
    background-color: #fff;
}

#radioBtn .Active{
    color: #000;
    background-color: #fff;
}

.form-inline .form-group{
    margin-left: 0;
    margin-right: 0;
}

.table-condensed  tr td,
.table-condensed  tr th{
    padding: 1px!important;
    font-size: 12px;
}

.rowActionPayment {
    display: none;
}

.payment-reminder-date {
    font-size: 0.8em;
}

.hint-closing-date {
    font-size: 0.8em;
}
    
tr.cancelled {
        color: red;
}

.cancel-hint {
    font-weight: bold;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);

    }
    
@media print {

  @page {                
    size: A4;
    margin: 0mm;
  }

  html, body {
    width: 1024px;
  }

  body {
    margin: 0 auto;
    line-height: 1em;
    word-spacing:1px;
    letter-spacing:0.2px;
    font: 14px Arial, Helvetica, sans-serif;
    background:white;
    color:black;
    width: 100%;
    float: none;
  }

  .jumbotron,
  .hide-print,
  .btn  {
      display:  none;
  }
  
  /* avoid page-breaks inside a listingContainer*/
  .listingContainer{
    page-break-inside: avoid;
  }

  h1 {
    font: 28px Arial, Helvetica, sans-serif;
  }

  h2 {
    font: 24px Arial, Helvetica, sans-serif;
  }

  h3 {
    font: 20px Arial, Helvetica, sans-serif;
  }

  /* Improve colour contrast of links */
  a:link, a:visited {
    color: #781351
  }

  /* URL */
  a:link, a:visited {
    background: transparent;
    color:#333;
    text-decoration:none;
  }

  a[href]:after {
    content: "" !important;
  }

  a[href^="http://"] {
    color:#000;
  }

  #header {
    height:75px;
    font-size: 24pt;
    color:black
  }
}

