.inpcol {width:100%;float:left;margin-bottom:10px;}
.inpcol .inputfield{
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
	outline: none;
	width: 298px;
}
.submitBtn {
    color: #ffffff;
    font-size: 14px;
    background: #ef6614 ;
    display: block;
    width: 90px;
    border-radius: 4px;
    text-align: center;
	padding:8px 0;
	float:left;
	cursor:pointer;
}
.submitBtn2 {
    color: #ffffff;
    font-size: 13px;
    background: #ef6614 ;
    display: block;
    width: 175px;
    border-radius: 4px;
    text-align: center;
	padding:8px 0;
	float:left;
	cursor:pointer;
	margin-top:7px
}
.tickt_info {width:349px;float:left}
.refun_info{width:349px;float:left}
.tickt_timng {width:100%;float:left}
.wid-45 {width:45%}
.pull-l {float:left}
.pull-r {float:right;text-align:right}
.tc-ttl {font-size:12px;font-weight:600;}
.tc-sbtl {font-size:12px;font-weight:500;}
.step-col {width:100%;float:left}
.timeline {
  margin: 20px 0;
  padding: 0;
  border-top: 2px solid #428bca;
  list-style: none;
}

.timeline__step {
  float: left;
  width: 33.33%;
  padding-top: 30px;
  position: relative;
}
.timeline__step:first-of-type:before, .timeline__step:last-of-type:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #f1f1f1;
  position: absolute;
  top: -2px;
  left: 0;
}
.timeline__step:last-of-type:before {
  left: 50%;
}
.timeline__step:hover .timeline__step-label {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  height: auto;
  padding: 5px 10px;
  font-size: 12px;
  border-width: 1px;
  bottom: 100%;
}
.timeline__step:hover .timeline__step-label:before, .timeline__step:hover .timeline__step-label:after {
  display: block;
}

.timeline__step-label {
  opacity: 0;
  height: 0;
  padding: 0;
  font-size: 0;
  border-width: 0;
  -webkit-transform: rotate(30deg);
  width: 110px;
  margin: 0 0 45px -55px;
  border-style: solid;
  border-color: #428bca;
  background: #fff;
  font-weight: normal;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: bottom 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.timeline__step-label:before, .timeline__step-label:after {
  display: none;
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.timeline__step-label:before {
  border-top-color: #428bca;
  border-width: 8px;
  margin-left: -8px;
}
.timeline__step-label:after {
  border-top-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.timeline__step-content {
  display: block;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.timeline__step-title {
  display: block;
  width: 100%;
  padding: 30px 0 0;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 0;
}

.timeline__step-marker {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #fff;
  border: 4px solid #428bca;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #fff;
  text-align: center;
  line-height: 50px -10;
  color: #428bca;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
}
.done .timeline__step-marker {
  background: #428bca;
  color: #fff;
}

.timeline__step-radio {
  display: none;
  /**
   * not needed for now,
   * because markers won't be clicked in horz version
   */
}

.timeline--summary {
  width: 300px;
  border-width: 2px;
}
.timeline--summary .timeline__step-label {
  margin-bottom: 19px;
}
.timeline--summary .timeline__step-title {
  padding: 10px 0 0;
  font-size: 10px;
  font-weight: normal;
}
.timeline--summary .timeline__step-marker {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-width: 2px;
  text-indent: -999em;
  box-shadow: 0 0 0 3px #fff;
  top: -7px;
}
.tc-psng {width:100%;float:left;margin-top:5px;}
.tc-sbn {font-size:12px;font-weight:600;}
.ar-sctr {
    color: #000000;
    font-size: 14px;
	text-transform:uppercase;
	margin-top:7px
}
.ar-numbr {
    margin-left: 5px;
    color: #928f8f;
    font-size: 11px;
	display: inline-block
}
.d-ib{display: inline-block}
.pdt {margin-top:7px;float:left;width:100%}
.pdt table { border-collapse:collapse}
.pdt table tr td {
    border: 1px solid #d8d8d8;
    color: #000000;
    font-size: 11px;
}
.container-radio { display: block; position: relative; padding-left: 22px; margin-bottom: 11px; cursor: pointer; font-size: 12px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;margin-right: 10px; }
.container-radio input { position: absolute; opacity: 0; cursor: pointer; }
.checkmark-radio { position: absolute; top: 0px; left: 0; height: 16px; width: 16px; background-color: #ffffff; border-radius: 50%; border: 1px solid #1b5fbd; }
.container-radio input:checked ~ .checkmark-radio { background-color: #ffffff; border: 1px solid #1b5fbd; }
.checkmark-radio:after { content: ""; position: absolute; display: none; }
.container-radio input:checked ~ .checkmark-radio:after { display: block; }
.container-radio .checkmark-radio:after { top: 3px; left: 3px; width: 8px; height: 8px; border-radius: 50%; background: #1b5fbd; }
.dpa {width:100%;margin-top:12px;float:left}
.dpa ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.dpa ul li {
    list-style-type: none;
    font-size: 13px;
    display: inline-block;
    color: #000;
}
.refund_info {width:100%;float:left}



 .loader {
    border: 3px solid #ffffff;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 20px;
        position: absolute;
    left: 49%;
    height: 20px;
    animation: spin 2s linear infinite;
 }

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.hide-loader{
display:none;
}