.NStep {
    /*...Red tooltip style..................................................................*/
    /*...io plot............................................................................*/
}

    .NStep .Clear {
        clear: both;
    }

    .NStep .Float {
        float: left;
    }

    .NStep .Hidden {
        display: none;
    }

    .NStep .Textbox {
        width: 42px;
        text-align: right;
    }

    .NStep .dcdc-input-title .Textbox {
        width: 23px;
        text-align: right;
    }

    .NStep .Slider {
        width: 240px;
        display: inline-block;
        margin-top: 3px;
    }

    .NStep .Slider-Value {
        margin: 0px 2px 0px 10px;
        width: 50px;
        padding: 0px;
        top: -3px;
        position: relative;
        display: inline-block;
    }

    .NStep .PartTable tr.selected {
        background-color: #eeffcc;
    }

    .NStep .TitleCont {
        min-width: 120px;
    }

    .NStep .Control {
        margin: 4px 10px;
    }

    .NStep .dcdc-input-title {
        margin: 4px;
    }

    .NStep .Control .TitleCont {
        float: left;
    }

    .NStep .Control .InputCont {
        float: left;
    }

    .NStep .Control .UnitsCont {
        float: left;
    }

    .NStep .Control .Table {
        border-collapse: collapse;
    }

        .NStep .Control .Table .Dark {
            background-color: #DDD;
            color: #666;
        }

    .NStep .Control .Info {
        float: left;
        width: 10px;
        height: 10px;
        background-color: transparent;
        margin: 1px 3px;
    }

    .NStep .RecommendedCont {
        float: left;
    }

    .NStep .Recommended .Checkbox {
        float: left;
    }

    .NStep .Recommended .Label {
        float: left;
    }

    .NStep .Recommended .Units {
        float: left;
    }

    .NStep .Groups {
        position: relative;
        border: solid 1px #dcdcdc;
    }

    .NStep .Group.dcdc-header {
        margin: 8px;
        padding: 8px;
    }

    .NStep .Group {
        margin: 8px;
        padding: 8px;
    }

        .NStep .Group.Outlined {
            border: solid 1px black;
            border-radius: 8px;
        }

        .NStep .Group > .TitleCont, .NStep .Group > .InfoCont {
            float: left;
        }

        .NStep .Group.Dlg > .TitleCont {
            display: none;
        }

    .NStep .Toggle {
        margin: 0px 10px;
        cursor: pointer;
    }

        .NStep .Toggle:hover {
            text-decoration: underline;
        }

    .NStep .Togglable {
        display: none;
    }

    .NStep .ControlCont {
        padding: 8px;
    }

    .NStep .qtip-red {
        background-color: #F78B83;
        border-color: #D95252;
        color: #912323;
    }

        .NStep .qtip-red .qtip-titlebar {
            background-color: #F06D65;
        }

        .NStep .qtip-red .qtip-close .qtip-icon {
            background-position: -102px 0;
        }

        .NStep .qtip-red .qtip-icon {
            border-color: #D95252;
        }

        .NStep .qtip-red .qtip-titlebar .ui-state-hover {
            border-color: #D95252;
        }

    .NStep .PlotCtrl {
        position: relative;
        height: 280px;
    }

        .NStep .PlotCtrl .Title {
            width: auto;
            min-width: 0px;
        }

        .NStep .PlotCtrl .BtnCont {
            width: 70px;
            margin-left: 45px;
        }

        .NStep .PlotCtrl .Param .BtnCont {
            float: left;
            position: relative;
            top: -2px;
            left: 2px;
            width: 32px;
            margin: 0px;
        }

        .NStep .PlotCtrl .Mask {
            display: none;
            position: absolute;
            left: 40px;
            top: 0px;
            width: auto;
            height: auto;
            opacity: 0.5;
            background-color: black;
        }

        .NStep .PlotCtrl .PlotCont {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 370px;
            height: 280px;
        }

            .NStep .PlotCtrl .PlotCont .LabelPositionHelper {
                height: 220px;
            }

            .NStep .PlotCtrl .PlotCont .PlotWrapper {
                position: absolute;
                left: 40px;
                top: 0px;
                width: auto;
                height: auto;
            }

            .NStep .PlotCtrl .PlotCont .YAxis {
                position: relative;
                top: 92px;
                /* rotate -90 deg, not sure if a negative number is supported so I used 270 */
                -moz-transform: rotate(270deg);
                -moz-transform-origin: 50% 50%;
                -webkit-transform: rotate(270deg);
                -webkit-transform-origin: 50% 50%;
                /* IE support should  be added with BasicImage and scripting I think*/
            }

            .NStep .PlotCtrl .PlotCont .XAxis {
                text-align: center;
            }

            .NStep .PlotCtrl .PlotCont .Param .Input {
                margin-right: 0px;
                width: auto;
            }

            .NStep .PlotCtrl .PlotCont .Param .Units {
                margin-left: 0px;
            }

        .NStep .PlotCtrl .PtsCont {
            position: absolute;
            left: 360px;
            top: 0px;
            width: 240px;
            height: 280px;
        }

            .NStep .PlotCtrl .PtsCont .Input {
                float: left;
            }

            .NStep .PlotCtrl .PtsCont .Param {
                height: 26px;
            }

                .NStep .PlotCtrl .PtsCont .Param .Title {
                    float: left;
                    width: 20px;
                }

                .NStep .PlotCtrl .PtsCont .Param .Units {
                    float: left;
                    margin-right: 6px;
                }

            .NStep .PlotCtrl .PtsCont .Btn {
                height: 17px;
                margin-top: 2px 0px;
                border: solid 1px #202020;
                border-radius: 6px;
                box-shadow: 1px 1px 2px 0px black;
                padding: 2px 6px;
                Font-weight: bold;
                text-align: center;
                cursor: pointer;
            }

                .NStep .PlotCtrl .PtsCont .Btn:hover {
                    background-color: #EEE;
                }

                .NStep .PlotCtrl .PtsCont .Btn.Disabled {
                    cursor: default;
                    background-color: #DDD;
                }

                    .NStep .PlotCtrl .PtsCont .Btn.Disabled:hover {
                        background-color: #DDD;
                    }

    .NStep .BubbleIcon {
        float: left;
        position: relative;
        left: 0px;
        top: -2px;
        width: 13px;
        height: 13px;
        cursor: pointer;
        border: solid 1px #666;
        border-radius: 8px;
    }

        .NStep .BubbleIcon:after {
            content: '?';
            position: relative;
            top: -5px;
            left: 4px;
            font-size: 80%;
            font-weight: bold;
            color: black;
        }

    .NStep .BubbleWrapper {
        float: left;
    }

    .NStep .BubblePopup .Content {
        width: auto;
        margin: 0;
        border: 0;
        padding: 0;
        overflow: hidden;
    }

    .NStep #nstep-eseries-dialog {
        display: none;
    }

    .NStep .ESeriesDlg .Title {
        font-size: 75%;
        text-align: center;
    }

    .NStep .ESeriesDlg .Input {
        margin: 6px auto;
        text-align: center;
    }

    .NStep .SnapToSeries {
        display: none;
    }

    .NStep .disableHide {
        display: none !important;
    }

/*******popup css********/

table.PartTable tr td div.popup-wrap {
    cursor: pointer;
}

    table.PartTable tr td div.popup-wrap:hover .popup,
    table.PartTable tr td div.popup-wrap:hover .popup-hack {
        display: block;
    }

table.PartTable tr td div.popup-hack {
    position: absolute;
    z-index: 1051;
    top: 1px;
    right: -7px;
    display: none;
    width: 7px;
    height: 20px;
    background: white;
}

table.PartTable tr td div.popup {
    position: absolute;
    z-index: 1050; /* Must be greater than 1000 to be "above" the default index of dialog window */
    top: 0;
    left: 75px;
    display: none;
    width: 160px;
    padding: 3px;
    text-align: center;
    border: solid 1px #dcdcdc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: white;
}

table.PartTable tr td div.popup-wrap:hover .popup-icon {
    padding-right: 5px;
    padding-left: 0;
    text-align: center;
    border: solid 1px #dcdcdc;
    background: white;
}

table.PartTable tr td div.popup-icon {
    line-height: 20px;
    width: 74px;
    height: 20px;
    padding-left: 1px;
    text-align: center;
    text-decoration: underline;
    color: #00b2a9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

table.PartTable tr td.column_3 div.popup-icon {
    width: 42px;
    padding-right: 15px;
}

table.PartTable tr td.column_3 div.popup-hack {
    right: -12px;
}

table.PartTable tr td.column_3 div.popup {
    left: 47px;
}

table.PartTable tr td.column_4 div.popup-icon {
    width: 40px;
    padding-right: 15px;
}

table.PartTable tr td.column_4 div.popup-hack {
    right: -12px;
}

table.PartTable tr td.column_4 div.popup {
    left: 45px;
}

table.PartTable tr td.column_7 div.popup-icon {
    width: 31px;
    padding-right: 15px;
}

table.PartTable tr td.column_7 div.popup-hack {
    right: -12px;
}

table.PartTable tr td.column_7 div.popup {
    left: 36px;
}

table.PartTable tr td div.popup-icon span {
    line-height: 16px;
}

table.PartTable tr td div.popup span {
    line-height: 16px;
    display: block;
    padding-left: 15px;
    text-align: left;
}
