/* execution timeline */
.tl_action_row  {
    clear: both;
    border-top: 1px solid #bab4b4;
    overflow: hidden;
}
.tl_action_row:first-child {
    border: none;
}
.row_step_selected .tl_date_step,
.tl_action_row:hover .tl_date_step {
    background-color: #ffd0f3 !important;
}
.tl_date_step {
    float: left;
    padding: 2px;
    padding: 0 10px 0 5px;
    width: 100px;
    height: 100%;
    text-align: center;
    border-right: 1px dotted gray;
}
.tl_icon {
    float: left;
    padding: 5px;
    margin: 5px;
}
.tl_description {
    float: left;
    width: 585px;
    padding-top: 10px;
}
.tl_details {
    padding: 2px;
}
.tl_step {
    /* font-size: 12px; */
    font-weight: bold;
    color: #3E74A2;
}
.tl_timestamp {
    font-size: 16px;
    font-weight: bold;
    color: #3C5362;
}
.tl_top_row {
    overflow: hidden;
	/* width: 400px; */
    /* width: 1200px; */
}
.tl_top_img {
    overflow: hidden;
    /* width: 600px; */
    /* width: 400px; */
    /* padding: 0 25px; */
    /* margin: 25px 0; */
   /*  float: left; */
}
/* .tl_top_img img {
    width: 350px;
    height: 300px;
    cursor: pointer;
} */
.tl_action {
    text-align: left;
    line-height: 60px;
}
.tl_action i {
    cursor: pointer;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    /* background-color: rgb(49, 68, 83); */
	color: #123d62;
	text-align: center;
	padding: 5px 10px;
	border-radius: 5px;
	white-space: nowrap;
	position: absolute;
	z-index: 1;
	top: -20px;
	right: 18px;
	font-weight: bold;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tl_panel .x-toolbar-default {
	background-color: #f5f5f5;
}
.tl_panel .x-panel-body-default {
	border-color: transparent !important;
}