/* Web Cam*/
.videoContainer {
	width: 100%;
	height: 460px;
	background: #3d3f40;
	padding: 5vh 2vw;
}
canvas.scan-canvas {
	position: absolute;
	top: 0;
	z-index: 50;
	-o-object-fit: cover;
	object-fit: cover;
}
.tabbable-line > .nav-tabs > li.active {
	border-bottom: 4px solid #6ea122 !important;
}
.webcam-scan {
	width: 100%;
	height: 100%;
	background: #000000;
	border: 3px solid rgba(255, 255, 255, 1);
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.cam-online{
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 70;
	position: absolute;
	-webkit-clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
	clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
}
.scan-area {
	width: 75%;
	height: 75%;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 60;
}
.scan-area.offline {
	opacity: 0.25;
}
.scan-area.offline:after {
	display: block;
	content: "OFFLINE";
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 100;
}
.tl {
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgICBvcGFjaXR5OiAwLjc1OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idGwiIGNsYXNzPSJjbHMtMSIgZD0iTTYuNzgzLDYuNjA5SDI0VjBIMFYyNEg2Ljc4M1oiLz4KPC9zdmc+Cg==');
	height: 25px;
	position: absolute;
	width: 25px;
	top: 0;
	left: 0;
	-webkit-animation: tl 0.5s;
	animation: tl 0.5s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.tr {
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgICBvcGFjaXR5OiAwLjc1OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idGwiIGNsYXNzPSJjbHMtMSIgZD0iTTYuNzgzLDYuNjA5SDI0VjBIMFYyNEg2Ljc4M1oiLz4KPC9zdmc+Cg==');
	height: 25px;
	position: absolute;
	width: 25px;
	top: 0;
	right: 0;
	-webkit-transform: rotate(90deg) scale(1);
	transform: rotate(90deg) scale(1);
	-webkit-animation: tr 0.5s;
	animation: tr 0.5s;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.bl {
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgICBvcGFjaXR5OiAwLjc1OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idGwiIGNsYXNzPSJjbHMtMSIgZD0iTTYuNzgzLDYuNjA5SDI0VjBIMFYyNEg2Ljc4M1oiLz4KPC9zdmc+Cg==');
	height: 25px;
	position: absolute;
	width: 25px;
	bottom: 0;
	left: 0;
	-webkit-transform: rotate(270deg) scale(1);
	transform: rotate(270deg) scale(1);
	-webkit-animation: bl 0.5s;
	animation: bl 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.br {
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgICBvcGFjaXR5OiAwLjc1OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idGwiIGNsYXNzPSJjbHMtMSIgZD0iTTYuNzgzLDYuNjA5SDI0VjBIMFYyNEg2Ljc4M1oiLz4KPC9zdmc+Cg==');
	height: 25px;
	position: absolute;
	width: 25px;
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(-180deg) scale(1);
	transform: rotate(-180deg) scale(1);
	-webkit-animation: br 0.5s;
	animation: br 0.5s;
	-webkit-animation-delay: .75s;
	animation-delay: .75s;
}

@-webkit-keyframes tl {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		transform-origin: top right;
		opacity: 0;
	}
}

@-webkit-keyframes tr {
	0% {
		-webkit-transform: rotate(90deg) scale(0);
		transform: rotate(90deg) scale(0);
		opacity: 0;
	}
}

@-webkit-keyframes bl {
	0% {
		-webkit-transform:rotate(270deg) scale(0);
		transform:rotate(270deg) scale(0);
		opacity: 0;
	}
}

@-webkit-keyframes br {
	0% {
		-webkit-transform:rotate(-180deg) scale(0);
		transform:rotate(-180deg) scale(0);
		opacity: 0;
	}
}

.scan-laser {
	width: 100%;
	background-color: tomato;
	height: 1px;
	position: absolute;
	z-index: 2;
	box-shadow: 0 0 4px red;
	-webkit-animation: scanning 3.75s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
	animation: scanning 3.75s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}
.license-plate-container {
	display: flex !important;
	align-items: center;
}
.license-plate {
	width: 2.2em;
	margin-right: 10px;
}
.telepass-container {
	display: flex !important;
	align-items: center;
}
.telepass {
	width: 2.2em;
	margin-right: 10px;
}
.fa-barcode, .fa-credit-card {
	font-size: 1.5em;
	margin-right: 5px;
}
.scan-diode {
	position: relative;
	z-index: 100;
	-webkit-animation: beam .075s infinite;
	animation: beam .075s infinite;
}

@-webkit-keyframes beam {
	50% {
		opacity: 0.5;
	}
}

@-webkit-keyframes scanning {
	50% {
		-webkit-transform: translateY(270px);
		transform: translateY(270px);

	}
}



/* Media Query
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	@-webkit-keyframes scanning {
		50% {
			-webkit-transform: translateY(280px);
			transform: translateY(280px);

		}
	}
	.videoContainer {
		height:500px;
	}
}
@media screen and (max-width: 425px) {
	@-webkit-keyframes scanning {
		50% {
			-webkit-transform: translateY(280px);
			transform: translateY(280px);

		}
	}
	.videoContainer {
		height:340px;
	}
}
/* Ticket Validation */
.blck_left {
    float: left;
	width: 670px;
    height: 475px;
    margin: 12px -100px 0 0;
}

.blck_center {
    float: left;
	width: 490px;
    margin: 12px -100px 0 100px;
    text-align:center;
}

.blck_right {
    width: 470px;
    height: 400px;
    margin: 12px 0 0 100px;
    float: left;
    text-align:center;
}
   
.cnt_location {
    width: 490px;
    height: 75px;
    margin: 0px;
    margin: 0 0 12px 123px;
}

.cnt_ticket {
    width: 661px;
    height: 379px;
    margin: 0px;
    padding: 10px 46px 60px 123px;
}
   
.cnt_ticket h4 {
    text-align: center; 
    margin: 0px;
}
   
.cnt_ticket h5 {
	text-align: center; 
	margin: 0px;
}

.cnt_ticket .divLocation {
	min-height: 50px; 
	margin: 55px 0 0 0; 
}

.cnt_ticket .divDiscount {
	height: 90px; 
	margin: 0 0 20px 0; 
}
.cnt_ticket .divDiscount > div {
	margin: 0; 
}
.cnt_ticket .divDiscount > div > div {
	width: 100%;
	text-align: center;
}
.cnt_ticket .divDiscount span {
	width: 100%;
	text-align: center;
	color:red;	
}

.cnt_ticket .divLaneTicketError {
	float: left; 
	width: 100%; 
	text-align: center; 
	color:red;
}

.buttonTicket {
	text-align: center;
	color: #032958;
	font-weight: 600;
	letter-spacing: 3px;
}

.buttonValidated {
	border-color: #032958!important;
	background-color: rgba(106, 132, 162, 0.58)!important;
}

.table_cont {
	float:left;
	text-align:center;
	width:100%;
}

.cnt_discounts {
	float: left;
	width: 100%;
    margin: 0 auto;
}
.cnt_discounts table {
	width: 100%;
}
.headerInfo {
	background: #44688b;
	color: #ffffff;
}
.titleInfo {
	background: rgba(20, 62, 101, 0.39);
}

.cellInfo {
	background: #f1f4f7;
}

.cnt_note {
	float: left; 
	width: 425px;
    height: 350px;
    margin: 0 auto;
    padding: 0px;
}

   
.magnetic_stripe { background: transparent url('/img/validation/magnetic_strip.png') no-repeat 0 0; }
.barcode_,
.barcode_22 { background: transparent url('/img/validation/barcode-parqube.png') no-repeat 0 0;}
.barcode_6 { background: transparent url('/img/validation/barcode.png') no-repeat 0 0;}
.barcode_20 { background: transparent url('/img/validation/barcode-zeag.png') no-repeat 0 0;}
   
.cnt_col_1 {
 	width: 150px; 
 	margin: 0 78px 0 0; 
 	float: left;
}
.cnt_col_1_false {
 	margin: 0 20px 0 0; 
}

.cnt_col_2 {
 	width: 120px; 
 	margin: 0 20px 0 0;
 	float: left;
}

.cnt_col_3 {
 	float: left;
	width: 100px;
 	margin: 0;
	text-align: center; 
}
.cnt_col_3_false {
 	width: 320px; 
}

.cnt_col_1 p, 
.cnt_col_2 p {
	text-align: center; 
	margin: 0;
	float:left;
	font-size: 16px;
	font-weight: bold;
}
.cnt_col_1 p {
	width: 100%;
}
.cnt_col_2 p {
	width: 60px;
}
.cnt_col_2 p input {
	font-weight: normal;
}
.cnt_col_3 input { 
	margin: 0 auto;
 	width: 120px;
}
.cnt_col_3_false input {
 	width: 315px; 
}

.cnt_col_3 span {
	color:red;
}
   
.cnt_col_1 h6, 
.cnt_col_2 h6, 
.cnt_col_3 h6 {
	text-align: center; 
	margin: 0 0 5px 0;
}
.cnt_col_2 h6 {
	float: left;
	width: 60px;
}

.cnt_ticket_footer {
	width: 661px;	
	height: 34px;
	margin: 0px;
	padding: 0 50px 0 125px;
}
.cnt_ticket_footer .cnt_col_1b {
 	min-width: 200px; 
 	margin: 0; 
 	float: left;
}
.cnt_ticket_footer .cnt_col_2b {
 	min-width: 200px; 
 	margin: 0;
 	float: right;
}
.cnt_ticket_footer .cnt_col_1b input {
 	float: left;
}
.cnt_ticket_footer .cnt_col_2b input {
 	float: right;
}

.formNote {
	margin: -10px 0; 
	padding:0px;
}
.textareaNote {
	resize: none;
	height:100px;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.imgQualifier {
	display: flex;
	align-items: center;
	justify-content: center;
}

.imgMagneticCard {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 300px;
}

.divValidationButton {
	float:right; 
	margin:3px 6px 0 0;
}
.divValidationButton .linkBtn {
	width:250px; 
	color:white;
	font-weight: bold;
}

.divLocationsDDL {
	width: 640px; 
	height: 75px; 
	margin: 0 0 0 10px;
}
.divLocationsDDL .col_1 {
	float:left; 
	width: 115px; 
	margin: 0;
	padding-top:6px; 
}
.divLocationsDDL .col_1 select option[disabled]:first-child {
	display: none;
}
.divLocationsDDL .col_2 {
	float:left;
}
.divLocationsDDL .col_2 > select {
	width: 488px;
}
.divLocationsDDL .col_2 > div {
	width: 100%;
	text-align: center;
}
.divLocationsDDL .col_2 > div > span {
	width: 100%;
	text-align: center;
	color:red;	
}


 /* INFO ROW */  
div.divTicketInfoMessages {
	float:left;
	width:100%;
	min-height:28px;
	margin: 0 auto;
	margin-bottom:6px;
	display:block;
	text-align:center;
}
div.infoMessageBoxCorrect,
div.infoMessageBoxInfo,
div.infoMessageBoxError {
	/* float:left; */
	width:100%;
	margin:0 0 10px 0;
	padding: 8px 10px 8px 10px;
	border: 1px solid #b5d29c;
	background: #e1edd7;
	font-weight: bold;
	text-align:center;
}
div.infoMessageBoxInfo {
	border: 1px solid #1b8dda;
	background: #d1e7f5;
}
div.infoMessageBoxError {
	border: 1px solid #ed1c24;
	background: #ffeeee;
}
div.infoMessageBoxLoader {
	width:100%;
	margin:0px;
	padding: 0px;
	text-align:center;
}
div.infoMessageBoxError span {
	color:red;	
}
div.infoMessageBoxCorrect span {
	color:green;	
}
div.infoMessageBoxInfo span {
	color:#1b8dda;	
}

.validation-danger {
	color:red;
}

/* Remove Up/Down arrow from 'number' textbox */
/* in FireFox */
input[type='number'] {
	-moz-appearance:textfield;
}
/* in Chrome */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/* END Ticket Validation */
