.pick-ticket-qty > input{
	border: 4px;
	border-style: solid;
	/*border-color: #ff0000 #0000ff;*/
	height: 35px !important;
	font-size: 20px !important;
	vertical-align: initial;
}

.pick-ticket-other > input{
	border:4px !important;
	border-style: solid !important;
	/*border-color: #ff0000 #0000ff;*/
	/*height:60px !important;*/
	/*font-size: 40px !important;*/
	height: 35px !important;
	font-size: 20px !important;
	vertical-align: initial;
	display: inline;
}

/*=============================================================*/
.select {
	position: relative;
	display: inline-block;
	height: 64px;
	width: 400px;
}
/*.select-content {*/
/*display: inline-block;*/
/*position: absolute;*/
/*min-width: 200px;*/
/*height: 60px;*/
/*line-height:60px;*/

/*text-indent: 5px;*/
/*}*/
.select-drop {
	display: inline-block;
	position: relative;
	border: 4px solid #333333;
	background: #ffffff;

	height: 35px !important;
	font-size: 20px !important;

	/*font: 40px Helvetica;*/
	/*height: 60px;*/
	line-height:60px;
	/*min-width: 380px;*/
	/*min-height: 60px;*/
}

.pick_ticket_screen input:focus {
	background-color: yellow;
}

#pick_ticket_number {
	border:4px !important;
	border-style: solid !important;
	border-color: #ff0000 #0000ff;
	height:35px !important;
	font-size: 20px !important;
	vertical-align: initial;
}

#pick_ticket_number_label {
	font-size: 18px !important;
}

.validation_failed_box {
	height: 100%;
	padding: 5px;
	margin: 2px;
}


.test-passed {
	background-color: #9dff9d !important;
}

.test-failed {
	background-color: #ffcccc !important;
}

.pick_ticket_screen,  .portlet.light
{
	padding: 0 !important;
}


.user-tracking-select-heading
{
	margin-top: 0; margin-bottom: 4px; margin-left: 0; margin-right: 0;
}

.portlet-body-select
{
	padding: 0 !important;
}

.no-padding-or-margin
{
	padding: 0 !important;
	margin: 0 !important;
}