.qrLogoPanel {
	background-color: #FFFFFF;
	height: 66px;
	width: 100%;
}

.qrPanel {
	background: rgba(65,138,180,1);
	background: -moz-linear-gradient(top, rgba(65,138,180,1) 0%, rgba(54,184,217,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(65,138,180,1)), color-stop(100%, rgba(54,184,217,1)));
	background: -webkit-linear-gradient(top, rgba(65,138,180,1) 0%, rgba(54,184,217,1) 100%);
	background: -o-linear-gradient(top, rgba(65,138,180,1) 0%, rgba(54,184,217,1) 100%);
	background: -ms-linear-gradient(top, rgba(65,138,180,1) 0%, rgba(54,184,217,1) 100%);
	background: linear-gradient(to bottom, rgba(65,138,180,1) 0%, rgba(54,184,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#418ab4', endColorstr='#36b8d9', GradientType=0 );
}

.qrLabel {
	color: #FFFFFF;
	font-size: 30px !important;
	font-family: Helvetica !important;
}

.qrLabelPin {
	margin-top: 60px;
	margin-bottom: 15px;
}

.qrPin {
	text-align: center;	
	font-size: 30px !important;
	font-family: Helvetica !important;
	border-radius: 5px;
}

.qrTerminalList {
	/*background: #408db9;*/
	font-size: 20px !important;
	text-align-last:center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
}

#qrTerminalSelect * {
	background-color: #408db9;
}

.qrPinButton {
	background: #e5e9e8 !important;
	width: 50%;
	color: rgba(65,138,180,1) !important;
	font-size: 20px !important;
	padding: 2px;
	box-shadow: 0px 1px 1px rgba(48, 50, 50, 1) !important;
}

.qrPinButton:hover {
	color: rgba(100,100,100,1) !important;
}

.qrPinPanel {
	width: 70%;
}

.qrPinPanel tr {
	height: 60px;
}

.qrTitlePanel {
	width: 80%;
}

.qrTitlePanel tr {
	height: 5px;
}

.qrTitleLine {
	border: 0;
    height: 1px;
    background: #FFFFFF;
    background-image: linear-gradient(to right, #EEEEEE, #FFFFFF, #EEEEEE);
    width: 50%;
}

.qrTitleLabel {
	font-size: 16px;
	font-family: Arial; 
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
    line-height: 130%;
}

.qrTitleLabelHead {
	font-size: 20px;
}

.qrSubTitleLabel {
	font-size: 14px;
	font-family: Arial; 
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 100%;
}

.qrVideo {
    max-width: 280px;
    height: 200px;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
    margin-top: 10px;	
}

.qrDeliveryLabel {
	font-size: 14px;
	font-family: Arial; 
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.qrBoldLabel {
	font-weight: bold;
}

.qrBigLabel {
	font-size: 16px;
}

.qrErrorLabel {
	font-size: 14px;
	font-family: Arial; 
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FF0000;
	width: 100%;
}

.qrWarning {
	background-color: #DAA520;
}

.qrResultLabelError {
	color: #FFFFFF;
	background-color: #FE0000;
}

.qrResultLabelCorrect {
	color: #FFFFFF;
	background-color: #94c11e;
}

.qrDeliveryTable {
	width: 80%;
}

.qrDeliveryTable td {
}

.qrDeliveryRowTable td {
}

.qrDeliveryIdTable {
	font-size: 16px;
	font-family: Arial; 
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
}

.qrDeliveryDetailLabel {
	margin-top: 5px;
}

.qrDeliveryLine {
	width: 50%;
	margin-bottom: 10px;
}

.qrDeliveryResultLabel {
	margin-top: 3px;
	margin-bottom: 3px;
}

.qrLaserField {
	font-size: 20px !important;
	font-family: Helvetica !important;
}

.qrLaserBox {
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
}
