.btn-primsary {
    background-color:#f69320!important;
}

.registraTickets_noty{
	background-color: #fff !important;
	color: #000 !important;
	font-weight: 500 !important;
	border: none !important;
	/* box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px; */
}

.registraTickets_noty .noty_buttons{
	border-top: none !important;
}

.registraTickets_noty .noty_buttons button{
	border: none !important;
	background-color:#f69320!important;
}

.registraTickets_noty .noty_buttons button:hover{
	background-color: #b16d1f !important;
}

/*.formTicket{
	
	background-image: url("../../img/background_form_ticket.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 

}
*/


.whiteZone{
    background-color: rgba(255,255,255,.8);
    margin-top: 80px;
    border-radius: 25px;
}

.boxForm{
    background: linear-gradient(to right, #ca35ca , #7639d3);
    border-radius: 25px;
    padding-bottom: 40px;
}

.smallBoxForm{
    background-color: rgba(0,0,0,.5);
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-control{
    border-radius: 18px !important;
    height: 40px;
}

.select2-container .select2-choice{
    height: 38px !important;
    border-radius: 18px !important;
}

.tipppyNoTicket:hover{
    color:#fff !important;
}

.tippypMonto:hover{
    color:#fff !important;
}

#confirmInfo{
    color:#fff !important;
}

.formTicket {
    position: relative;
    text-align: center;
    color: white;
}

.formTicket img{
    width: 100%;
}

@media screen and (max-width: 425px) {
	.formTicket img{
	    width: 500px;
	}
}

.img-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.lblFormTicket{
	color: #fff;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.dwnDoc a,
.dwnDoc a span,
.dwnDoc label{
    text-decoration: none;
    cursor: pointer;
    color: #FFF !important;
}

.dwnDoc a span:hover {
    color: #7639D3;
}