#ist_booking_status {
	padding:8px;
	margin:0px auto;
	width:100%;
	text-align:center;
}

/* IST- DEVELOPMENT ELEMENTS */
.istdev_flash {
  animation: blinker 3s linear infinite;
}

/* BLINK */
@keyframes blinker {  
  50% { opacity: 0.0; }
}

.event-ticket {
	cursor:pointer;
	padding:8px 0px;

}.event-ticket > h3{
	margin:8px 0px;
}
.booking_eventA {
	background-color:#1ab7e4;
}

#ist_booking_holder {
	padding:3em 2em 3em 2em;
}

.input-group-addon {
	background-color:#1ab7e4;
}
.input-group-addon:first-child {
	color:#ffffff;
}


.invoice-title h2, .invoice-title h3 {
    display: inline-block;
}

.table > tbody > tr > .no-line {
    border-top: none;
}

.table > thead > tr > .no-line {
    border-bottom: none;
}

.table > tbody > tr > .thick-line {
    border-top: 2px solid;
}


/* Bootstrap - Progress Tracker */
.progress {    
    position: relative;
    height: 32px;
}

.progress > .progress-type {
    position: absolute;
    left: 0px;
    font-size:1.2em;
    padding: 3px 30px 2px 10px;
    height: 32px;
    color: #000;
    background-color: rgba(180, 180, 180, 0.2);
}

.progress > .progress-completed {
    position: absolute;
    right: 0px;
    font-weight: 800;
    padding: 3px 10px 2px;
}

.ist_prog-item {
	text-align:center;
    background-color:#fff;
    border: 1px solid #C0C0C0;
    border-right: none;
    padding:0px;
}

.ist_prog-item > h2 {
	background-color:#ddd;
	color:#fff;margin:0px;
	font-size:1.6em;
	color:#000;
}

.ist_prog_done {
	background-color:#dfe;
}
.ist_prog_done > h2 {
	background-color:#7c8;
}
.ist_prog_doneopt > h2 {
	background-color:#7ca;
}


.ist_prog-item:last-child {
    border: 1px solid #C0C0C0;
}
/*
.ist_prog-item:first-child {
    border-radius: 5px 0 0 5px;
}

.ist_prog-item:last-child {
    border-radius: 0 5px 5px 0;
}
*/
.ist_prog-item:hover {
    color: #F58723;
    cursor: pointer;
}

.ist_prog-item-a {
    color:#7c8;
	border-top:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	background-color:#fec;
}

.ist_prog-item .fa {
    padding-top: 15px;
    font-size: 32px;
}


.box .space { height: 30px; }
.box > .icon { text-align: center; position: relative; cursor:default;}

.box > .icon > .header {  background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.box > .icon:hover > .header { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }

.box > .icon > .image { position: relative; z-index: 2; margin: -04px auto 0px auto; vertical-align: middle; font-size:1.8em; }
.box > .icon:hover > .image { }

.box > .icon > .image > i { padding:4px; border-radius: 25%; font-size: 0.7em !important; color: #fff !important;   background: #63B76C;  border: 3px solid white; }
.box > .icon:hover > .image > i { color: white !important; background: #333; }

.box > .icon > .info {  border: 1px solid #e0e0e0; padding: 15px 0 20px 0; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; }

.box > .icon > .info > h3.title { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #222;  margin-bottom:6px;}

.box > .icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin:0px 10px 20px 10px;}

.box > .icon:hover > .info > h3.title,
.box > .icon:hover > .info > p,
.box > .icon:hover > .info > p:hover,
.box > .icon:hover > .info > .more > a {
 color: #222; 
 }

.box > .icon > .info > .more a {  color: #fff; padding: 6px 8px; background-color: #63AA6C;  font-family: "Roboto",sans-serif !important; font-size:1.1em; line-height: 12px; text-transform: uppercase; text-decoration: none;  cursor:pointer;}
.box > .icon:hover > .info > .more > a { color: #fff; background-color: #63BA6C; }
.box > .icon:hover > .info > .more > a:hover { color: #fff; background-color: #63DE6C; }


/* BOOKING INVOICE PAGE */
.ist_bi {

}
.ist_bi .ist_bi_cl {
	display:inline-block;
	width:160px;
	text-align:right;
	font-weight:bold;
	margin-right:8px;
}
.ist_bi .ist_bi_cr {
	display:inline-block;
	width:200px;
	text-align:left;
}
.ist_bi .ist_bi_cls {
	display:inline-block;
	width:80px;
	text-align:right;
	font-weight:bold;
	margin-right:8px;
}
.ist_bi .ist_bi_crs {
	display:inline-block;
	width:120px;
	text-align:left;
}
.minitable_cell {
	display:inline-block;
	width:50%;
	text-align:left;
	padding:0px 0px 0px 12px;
}
.minitable_na {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.formcircle {
  width: 32px;
  height: 28px;
  text-align: center;
  padding: 6px 0;
  font-size: 1em;
  line-height: 1.42;
  border-radius: 15px;
}

