svg.railengine {
    transform: scale(-1, 1);
    fill: #696969;
    stroke: #696969;
    width: 20px;
    height: 30px;
    float: left
}

svg.train {
    width: 25px;
    height: 25px;
    padding-left: 5px;
    fill: #885500;
    overflow: hidden;
}

div.trainbox {
    float: left;
    text-align: center;
}

div.train {
    border: 1px silver dotted;
    padding-left: 10px;
    padding-right: 10px;
}

div.trainbox a {
    position: relative;
    top: -6px;
    font-size: 11px;
    line-height: 11px;
    color: silver;
}

div.trainclear {
    clear: both
}


div.train.big{
    margin-top: 10px;
    padding-top: 10px;
}

div.train.big svg.train {
    width: 40px;
    height: 40px;
}

div.train.big svg.railengine {
    width: 40px;
    height: 40px;
}

div.train.big a {
    font-size: 12px;
}

.trainCount{
    font-weight: bold;
    position: relative;
    top: 3px;
    margin-left: 10px;
    background: silver;
    padding: 2px 5px;
    border-radius: 8px;
}

.step{
    clear: both;
    border-bottom: 1px dotted silver;
    margin-bottom: 15px;
}

.step span{
    display: block;
    font-size: 27px;
    background: lightblue;
    width: 100px;
    height: 100px;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
    margin-left: 45%;
    margin-bottom: 20px;
}

.step strong{
    display: block;
    font-size: 11px;
    line-height: 12px;
    padding: 11px;
    font-weight: normal;
    color: gray;
}

.mainFlex {
    flex-direction: row;
    -webkit-flex-direction: row;
    overflow: scroll;
    width: 100%;
    overflow: scroll;
}

.flexItem {
    width: 400px;
    margin-right: 20px;
    min-width: 400px;
}

.flexItem:first-child {
    width: 150px;
    margin-right: 20px;
    min-width: 150px;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.stepLine {
    width: 70px;
    height: 70px;
    aspect-ratio: 1 / 1;
    background: #b0e0e6;
    border-radius: 50px;
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
    max-width: 100px;
    max-height: 100px;
    float: right;
}

.stepLine span {
    display: block;
    font-size: 22px;
    font-weight: bold;
}

.stepPreview {
    padding: 10px;
    background: #b0e0e6;
    margin: 7px;
    text-align: center;
    border-radius: 5px;
}

.stepPreview strong {

}

.stepPreviewLine {
    width: 1px;
    height: 20px;
    background: black;
    margin-left: 50%;
}

.previewDays {
    width: 50%;
    border: 1px dotted silver;
    text-align: center;
    margin-left: 25%;
}
.stepProgress {
	padding: 10px;
    margin: 7px;
    background:#32cd32;
    text-align: center;
    border-radius: 5px;
    color:#fff;
}
.stepProgress.waiting {
	background: #f9f2f4;
	color: #c7254e;
}
.previewStart{
    width: 70px;
    height: 70px;
    background: #778899;
    margin-left: calc(50% - 35px);
    line-height: 70px;
    text-align: center;
    border-radius: 35px;
    color: white;
}

.previewFinish{
    width: 70px;
    height: 70px;
    background: #32cd32;
    margin-left: calc(50% - 35px);
    line-height: 70px;
    text-align: center;
    border-radius: 35px;
    color: white;
}

.chatBox{
    background: #faf0e6	;
    border: 1px dotted #deb887;
    margin-top: 15px;
    padding: 5px;
    border-radius: 3px;
}

.chatBox .dot{
    display: inline-block;
    background: silver;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    position: relative;
    top: -2px;
}

.chatBox .chatText{
    border-top: 1px solid #deb887;
    padding-top: 3px;
    margin-top: 3px;
}

.chatBox.isMy{
    background: #f0fff0	;
    border: 1px dotted #20b2aa;
}

.chatBox.isMy .chatText{
    border-top: 1px solid #20b2aa;
}

.reactForm{
    background: #f8f8ff	;
    border: 1px solid #e6e6fa	;
    border-radius: 5px;
    margin-left: 20%;
    margin-top: 5px;
}

.chatBox.isreact{
    margin-left: 20%;
}
input.showterm {
    margin-left:10px;
}

.wfComment{
    background: #f9f2f4;
    color: black;
    text-align: left;
    padding: 5px;
    border-radius: 5px;
}
.stepPosition {
    float: right;
    width: 70px;
}
.stepPosition a {
	font-size:200%;
	color:#000;
	margin-top:20px;