
@media screen, print {

.container {max-width:1170px;}
.pcc-orange {color: #ff6600;}
.pcc {color: #626262;}
.container  .header {text-align:center; }
.panel-pcc {padding: 10px 0;}
.header {margin-bottom:30px;}
.center {text-align: center;}
.larger {font-size:120%;}
.bolder {font-weight:600;}
.pcc-row {padding:0 0;}
.pcc-radio td {padding-right:15px;}
.pcc-radio input[type="radio"] {margin-top: 1px;}
fieldset.radio {margin-top:0;margin-bottom:0;}
.radio > .radio {margin-top:0;margin-bottom:0;}
.btn-custom {
  background-color: #ff6600;
  border-color: #ff6600;
  color:#ffffff;
}



.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #e65c00;
  border-color: #cc5200;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #ff6600;
  border-color: #ff6600;
}

.top-bar {
    background-color: #f60;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    text-align: right;
    height:45px;
}

.panel-description {margin-bottom:16px;}

.xspCheckBox label {
    font-weight: 100;
}

.xspCheckBox input[type='checkbox'] {
    margin-right: 5px;
}


 .thumbnail {
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
   transition: 0.3s;
   min-width: 40%;
   border-radius: 5px;
 }

 .thumbnail-description {
   min-height: 40px;
 }

 .thumbnail:hover {
   cursor: pointer;
   box-shadow: 0 8px 16px 0 rgba(255, 102, 0, 1);
 }

 
 #qrcode {
	 width:100px; 
	 height:100px; 
	 margin-top:15px; 
	 margin-left:auto; 
	 margin-right:auto;
 }

}
       
@media screen {
    
}

 @media print {
    #cardFooter{display:none;}
}       