/* ======= DEMO LAYOUT ======= */

.flow-container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}


/* ============ TIMELINE ============= */

.flow_timelineContainer {
    border-left: 3px solid #ccc;
    margin-left: 1.5em;
    width: auto;
    /*margin: 0px ;*/
}

div.flow_timelineMajor {
    line-height:.5em;
    font-size: .8em ;
    clear: left;
    /*margin: -10px 0 0px;*/
    padding: 0px ;
    width: auto;
    position: relative;
    /*top:14px;*/
}

/*.flow_timelineMajor .img.info {
    background-image:url('../images/icon_nav_noti.png');
}

.flow_timelineMajor .img.primary {
    background-image:url('../images/icon_pass.png');
}

.flow_timelineMajor .img.danger {
    background-image:url('../images/icon_no_pass.png');
}*/

.flow_timelineMajor h2 {
    background: url(../images/timeline_century_tick.gif) left center no-repeat;
    font-family: Palatino, "Times New Roman", Times, serif;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 400;
    margin: 0px;
    padding: 0px 0px 0px 16px;
}

.flow_timelineMajor h2 span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 10px;
    /*letter-spacing:.1em;*/
    padding: 3px 5px 1px;
}

.flow_timelineMajor h2 span.info {
    color: yellowgreen;
}
.flow_timelineMajor h2 span.primary {
    color: #04BE02;
}
.flow_timelineMajor h2 span.danger {
    color: red;
}
.flow_timelineMajor h2 span.stop {
    color: yellowgreen;
}


.flow_timelineMajor h2 .arrow {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 0px 3px 3px 0;
    border-color: #AAAAAA;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -4px;
    left: -4px;
}
.flow_timelineMajor h2 .arrow.aup{
    border-width: 3px 0 0 3px;
    top: 0;
}
.flow_timelineMajor h2 .arrow.adown{
    border-width: 0px 3px 3px 0;
    top: -2px;
}
.flow_timelineMajor img {
    width: 2em;
    height: 2em;
    position: relative;
    left: -1.15em;
    top: 1.35em;

    /*background-repeat: no-repeat;
    background-size: cover;*/
}
.flow_timelineMajor span p {
    font-size: small;
    color: black;
    position: absolute;

    right: -.5em;
    top: -.1em;
}



dl.flow_timelineMinor {
    clear: left;
    /*margin: 5px;*/
    padding: 10px 0px 0px 0;
    position: relative;
    width: 86vw;
}

.flow_timelineMinor dt {
    background: url(../images/timeline_decade_tick.gif) left center no-repeat;
    clear: left;
    font-size: 1em;
    list-style-type: none;
    line-height: 1em;
    margin: 0px;
    padding: 0 0 0 12px;
    white-space: nowrap;
}

.flow_timelineMinor dt a {
    cursor: pointer;
    line-height: 1.2em;
}

.flow_timelineMinor dt a.open {
    color: #04BE02;
}

.flow_timelineMinor dd {
    padding-left: 12px;
    width: auto;
}

.flow_timelineMinor dd h3 {
    clear: both;
    font-size: 0.9em;
    margin: 0;
    white-space: nowrap;
}

.flow_timelineEvent p {
    clear: left;
    font-size: 0.8em;
    line-height: 13px;
    /*margin: 5px 0px 5px;*/
    padding: 5px;
}