
/* Progress Bar */


.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}


.stepwizard{
	margin-top:100px;

}


#progress{
	background-color:#666666;
	margin-bottom:2px;
	color:white;
	margin-top: -10px
}
#reason-text-area{
	background-color:#efefef !important;
	height:50px !important
}

.form-control, .datepicker-wrap input{
	margin-top: 0px !important;

}

select{
	background-color:#efefef !important
}
#finalization p{

	color: #01b7f2
}

#print:hover{
	background-color:#ff715b
}

#form_control_1{
	background-color:transparent !important;

}


.form-group label,.form-control select{
	font-size:12px !important

}


#agreement{

	text-decoration: underline
}
#agreement:hover{
	cursor:pointer;

}

.travelo-box img{
	width:100%;
	padding-bottom:10px
}
#right-buttons a{text-align:center;border-radius:8px !important;border:0 none;margin-top:10px;}

.box, .md-radio label>.check{
	margin-top:20px !important;
}

.paypal-form{
	display:none;
}


.paypal-form{
	/* height: 70px !important; */
}
#btnn2 img{
	width:40%;
	cursor:pointer
}

#letter h5{
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
}
#letter img{
		width:120px;

}

#profile-image-letter{
	width:150px
}

#barcode-sample{
	width:50%
}

#bar-visa{
	min-height:30px;
	width:100%;
	background-color:#616161

}

#bar-visa h1{
	text-align:center;
	font-size:12px;
	color:#000;
	text-transform: uppercase;
	padding-top:10px;
	padding-bottom: 10px;
	font-weight:bold;
	margin-bottom: -1px;
}

.ui-datepicker-month, .ui-datepicker-year{
    background-color:#4286f4 !important
}
