/* CSS Document */

.isearch{
  background-image: url(/images/ticket-search-01.svg);
  background-repeat: none;
  background-position: bottom right;
  background-size: cover;
  /*height: 62px;*/
  border: thin solid #d5d5d5;
  padding:15px 10px 0 10px;
  margin:10px 0;
}

.ishadow{
  -moz-box-shadow:0px 0px 3px #A6A6A6; -webkit-box-shadow:0px 0px 3px #A6A6A6; box-shadow:0px 0px 3px #A6A6A6;
}

.probox{
  padding:15px 10px;
  border-top:2px #0670ea solid;
  margin-bottom: 20px;
}

.proboxtitle{
  color:#0670ea;
  font-size: 1.8em;
  font-weight: 600;
}
.spadding{
  padding-left:5px;
  padding-right:5px;
}

.iicon{
  border:thin #d5d5d5 solid;
}

.iiconbox{
  margin-bottom: 10px;
  padding:0;
}

.iform{

}
.protl{
  font-size:1.2em;
  line-height: 1.8em;
  margin-bottom: 0;
}

.proprc span{
  color: red;
  font-size:1.2em;
  font-weight: 600;
}

.form-horizontal .control-label,select,input{
	padding-top: 5px;
	padding-bottom: 5px;
}

.form-group{
	
}

.form-horizontal .control-label{
	padding-top: 5px;
	padding-bottom: 5px;
}

input, select{
	border-radius: 6px;
}

input{
	border:thin solid rgb(169, 169, 169);
}

.iselect{
	padding-right: 4px;
}

#condition{
	padding-top:10px;
	margin-bottom:10px;
}

.searchResult{
	font-size:1.2em;
	line-height: 1.8em;
	text-align: center;
	border: thin #d5d5d5 solid;
	margin: 10px 0;
  background-image: url(/images/ticket-search-01.svg);
  background-repeat: none;
  background-position: bottom right;
  background-size: cover;
}

.fStrong{
	font-weight:bold;
}

.fRed{
	color:#F00;
}

.fBlue{
	color:#069;
}

.ticketBox{
	border:thin solid #d5d5d5;
	border-radius: 10px;
	margin: 0 0 20px 0;
}

.ticketBox p{
	border-bottom: dashed thin #d5d5d5;
	margin:0;
	line-height: 2em;
}

.ticketBooking{
	margin:6px;
}
.mysite {
    padding: 6px 10px 0 10px;
}

@media (max-width: 1199px){
	.form-horizontal .control-label{
		padding-left: 0;
	}
}

@media (max-width: 776px){
	.isearch , .searchResult{
		background-image:none;
	}
	.searchResult{
		text-align: left;
	}
}


