#callflow-view {
    width: 80%;
}

#callflow-view .callflow_help, .popup_help .callflow_help {
    background: url(../images/callflow_help.gif) no-repeat center;
    height: 644px;
    width: 847px;
    padding-left: 20px;
    margin: auto;
    border-radius: 10px;
}
#callflow-view .callflow_help_german, .popup_help .callflow_help_german {
    background: url(../images/callflow_german.gif) no-repeat center;
    height: 644px;
    width: 847px;
    margin: auto;
    border-radius: 10px;
}


#ws_callflow {
    width: 100%;
    margin-top: 30px;
}

#ws_callflow #ws_cf_flow {
    width: 100%;
    overflow-x: auto;
    padding-top: 10px;
    text-align: center;
}

#ws_callflow span.flow {
    width: 80%;
}

#ws_callflow .child {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    white-space: normal;
}

#ws_callflow .branch {
    display: block;
    text-align: center;
	padding-bottom: 3px;
}

#ws_callflow .node.active {
    background-color: #fff;
    border-radius:10px;
    border: 3px solid #05addc;
}

#ws_callflow .node.inactive {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#ws_callflow .children {
    display: block;
    white-space: pre;
}

#ws_callflow div.tools {
    width: 168px;
    right: 0%;
    top: 100px;
    margin-top: 78px;
    display: inline-block;
    position: fixed;
	z-index: 1;
}

#ws_callflow .tool {
    text-align: center;
    vertical-align: middle;
}

#ws_callflow .tool_name {
    font-size: 11px;
    line-height: 11px;
}

#ws_callflow .tool .action.inactive {
    display: none;
}

#ws_callflow .tool .action.active {
    z-index: 10000;
}

#ws_callflow .title {
    background: url("../images/blue_bar.png");
    font-size: 12px;
    height: 25px;
    padding-left: 20px;
    line-height: 25px;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#callflow-view .wrapper_callflow_buttons {
    display: block;
	text-align: center;
    /* width: 322px; */
    margin: auto;
    margin-bottom: 5px;
}

#callflow-view .wrapper_callflow_buttons .btn {
    width: 129px;
    text-align: center;
    display: inline-block;
    margin-left: 0px;
}

#callflow-view .callflow_helpbox_wrapper {
    position: absolute;
    right: 175px;
    width: 160px;
    top: 100px;
    display: none;
    z-index:99999;
}

#callflow-view .callflow_helpbox_wrapper .tip_box {
    background-color: #eee;
    border: 2px solid #33B2E9;
    border-radius: 5px;
    opacity: 80%;
    padding: 10px 8px;
    text-align: left;
    font-size: 10px;
    line-height: 12px;
	font-size: 13px;
	line-height: 150%;
	color: #666;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
}

#callflow-view .tooltip {
    float: right;
    margin-top: 6px;
    cursor: pointer;
}
