/* N-Step Overrides */

#dcdc-nstep .float-r {
    float: right;
}

#dcdc-nstep .Group.Outlined {
    border: solid 1px #dcdcdc;
    border-radius: 0;
    /* background: red; */
}

#dcdc-nstep .Group {
    padding: 0;
    vertical-align: top;
}

#dcdc-nstep .TitleCont {
    overflow: hidden;
    min-width: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

#dcdc-nstep .productTable .TitleCont {
    overflow: hidden;
    min-width: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    height: 0px;
}

/* Added classes and styles */
#dcdc-nstep .dcdc-header .Title {
    font-weight: 700;
    margin: 17px 0 17px 20px;
    color: #009D80;
}

#dcdc-nstep .dcdc-header .ControlCont {
    position: absolute;
    right: 20px;
    top: 0;
}

#dcdc-nstep .dcdc-reset {
    width: 40px;
    padding: 10px;
}

    #dcdc-nstep .dcdc-reset .Title {
        display: none;
    }

#dcdc-nstep .Btn {
    border: 1px solid #6C6F70;
    color: #6C6F70;
    cursor: pointer;
    margin: 0;
    line-height: 2;
    border-radius: 4px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    padding: 0 1em;
    text-decoration: none;
    -webkit-background-clip: padding-box;
    background-color: #f3f3f3;
    background-image: -webkit-linear-gradient(#f3f3f3, #e6e6e6);
    background-image: -moz-linear-gradient(#f3f3f3, #e6e6e6);
    background-image: linear-gradient(#f3f3f3, #e6e6e6);
}

    #dcdc-nstep .Btn:hover {
        -webkit-box-shadow: 0 1px 1px 0 #dddddd;
        -moz-box-shadow: 0 1px 1px 0 #dddddd;
        box-shadow: 0 1px 1px 0 #dddddd;
    }


#dcdc-nstep .dcdc-input-section {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 22.75%;
    min-height: 100px;
    margin-right: 0;
}

    #dcdc-nstep .dcdc-input-section.disabled {
        background-color: #eee;
    }

    #dcdc-nstep .dcdc-input-section:nth-child(6) {
        margin-right: 0;
    }

    #dcdc-nstep .dcdc-input-section:nth-child(2) {
        width: 48%;
        min-height: 100px
    }

        #dcdc-nstep .dcdc-input-section:nth-child(2) .Control .TitleCont {
            margin: 0;
            padding: 0;
            border-bottom: 0;
        }

        #dcdc-nstep .dcdc-input-section:nth-child(2) .Title {
            width: 140px;
        }

#dcdc-nstep .accord-pane {
    border: solid 1px #dcdcdc;
    margin: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#dcdc-nstep .dcdc-input-section .ControlType-Checkbox {
    margin: 0 -8px;
    padding: 0 8px 5px;
    border-bottom: 3px solid #ccc;
}

#dcdc-nstep .dcdc-input-section .ControlType-Label {
    margin: 0 -8px;
    padding: 0 8px 5px;
    min-height: 15px;
    border-bottom: 3px solid #ccc;
}


#dcdc-nstep .dcdc-input-sections .TitleCont:nth-child(1) {
    display: block;
    min-width: 100%;
    padding: 6px 0 7px;
    text-indent: 8px;
    border-bottom: 3px solid #ccc;
}

#dcdc-nstep .ControlType-Textbox .TitleCont .Title {
    width: 175px;
}

#dcdc-nstep .dcdc-input-title .TitleCont .Title {
    width: 60px;
}

#dcdc-nstep .input-outputs .ControlType-Checkbox .InputCont {
    float: right;
}

#dcdc-nstep .Control .UnitsCont {
    line-height: 26px;
    padding-left: 8px;
    color: #999;
}

#dcdc-nstep .ControlType-Textbox .TitleCont {
    line-height: 23px;
}


#dcdc-nstep .dcdc-converter-section {
    width: 32%;
    margin-left: 1%;
}

#dcdc-nstep .dcdc-feature-section {
    width: 62%;
    margin-left: 1%;
}

#dcdc-nstep .dcdc-converter-section,
#dcdc-nstep .dcdc-feature-section {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #dcdc-nstep .dcdc-converter-section.Outlined,
    #dcdc-nstep .dcdc-feature-section.Outlined,
    #dcdc-nstep .dcdc-footer-section.Outlined {
        border: 0;
    }

        #dcdc-nstep .dcdc-converter-section.Outlined .Title:nth-child(1),
        #dcdc-nstep .dcdc-feature-section.Outlined .Title:nth-child(1) {
            margin-left: 20px;
        }


    #dcdc-nstep .dcdc-converter-section .Control {
        display: inline-block;
        width: 87%;
        margin-bottom: 0;
        margin-top: 0;
    }

    #dcdc-nstep .dcdc-feature-section .Control {
        display: inline-block;
        width: 43%;
        margin-bottom: 0;
        margin-top: 0;
    }

    #dcdc-nstep .dcdc-converter-section .TitleCont,
    #dcdc-nstep .dcdc-feature-section .TitleCont {
        float: right;
        width: 136px;
    }

    #dcdc-nstep .dcdc-converter-section > .TitleCont .Title,
    #dcdc-nstep .dcdc-feature-section > .TitleCont .Title,
    #dcdc-nstep .dcdc-footer-section > .TitleCont .Title {
        font-weight: 700;
        color: #000;
    }

    #dcdc-nstep .dcdc-converter-section .TitleCont .Title,
    #dcdc-nstep .dcdc-feature-section .TitleCont .Title {
        width: 150px;
        text-align: left;
    }

    #dcdc-nstep .dcdc-converter-section > .TitleCont,
    #dcdc-nstep .dcdc-feature-section > .TitleCont,
    #dcdc-nstep .dcdc-converter-section .InputCont,
    #dcdc-nstep .dcdc-feature-section .InputCont {
        float: left;
    }

#dcdc-nstep #Control-productTable {
    margin-left: -5px;
    width: 102%;
}

#dcdc-nstep .dataTables_length,
#dcdc-nstep .dataTables_filter,
#dcdc-nstep .dataTables_info,
#dcdc-nstep .dataTables_paginate {
    display: inline-block;
    line-height: 2.5em;
    height: 2.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 58%;
    padding: 0 8px;
    border: 1px solid #aaa;
    background-color: #ddd;
}

#dcdc-nstep .dataTables_info,
#dcdc-nstep .dataTables_paginate {
    border-top: 0;
}

#dcdc-nstep .dataTables_length,
#dcdc-nstep .dataTables_info {
    border-right-width: 0;
}

#dcdc-nstep .dataTables_filter,
#dcdc-nstep .dataTables_paginate {
    border-left-width: 0;
    width: 42%;
}

    #dcdc-nstep .dataTables_filter input {
        vertical-align: middle;
    }

#dcdc-nstep .dataTables_wrapper table {
    width: 100%;
}

    #dcdc-nstep .dataTables_wrapper table td,
    #dcdc-nstep .dataTables_wrapper table th {
        padding: 6px;
        border-width: 0 1px 1px 0;
        border-style: solid;
        border-color: #ccc;
    }

    #dcdc-nstep .dataTables_wrapper table th {
        background-color: #fff;
    }

    #dcdc-nstep .dataTables_wrapper table tr {
        border-left: 1px solid #ccc;
    }

    #dcdc-nstep .dataTables_wrapper table .btnteal {
        font-size: .75em;
        white-space: nowrap;
    }

#dcdc-nstep .paginate_disabled_previous,
#dcdc-nstep .paginate_enabled_previous,
#dcdc-nstep .paginate_disabled_next,
#dcdc-nstep .paginate_enabled_next {
    float: none;
    padding-top: 6px;
    padding-bottom: 7px;
    background-repeat: no-repeat;
    background-position-y: 50%;
    -ms-background-position-y: 50%;
    display: inline;
}

@media all and (-ms-high-contrast: none) {
    #dcdc-nstep .paginate_disabled_previous,
    #dcdc-nstep .paginate_enabled_previous,
    #dcdc-nstep .paginate_disabled_next,
    #dcdc-nstep .paginate_enabled_next {
        padding-bottom: 42px;
    }
}

#dcdc-nstep .paginate_disabled_previous,
#dcdc-nstep .paginate_enabled_previous {
    margin-right: 1em;
    padding-left: 1.5em;
    background-position-x: 0;
    -ms-background-position-x: 0;
}

#dcdc-nstep .paginate_disabled_next,
#dcdc-nstep .paginate_enabled_next {
    padding-right: 1.5em;
    background-position-x: 100%;
    -ms-background-position-x: 100%;
}

#dcdc-nstep .paginate_disabled_previous,
#dcdc-nstep .paginate_disabled_next {
    cursor: default;
    color: #9a9a9a;
}

    #dcdc-nstep .paginate_disabled_previous:hover,
    #dcdc-nstep .paginate_disabled_next:hover {
        text-decoration: none;
    }

/* hack because of a stray clearing div */
#dcdc-nstep #Control-SelectPart {
    float: right;
    position: relative;
    top: -32px;
    right: -24px;
}

#dcdc-nstep .Controls {
    font-size: 11px;
}

#dcdc-nstep .right_chbx .InputCont {
    float: right;
}

#dcdc-nstep .Controls {
    font-size: 11px;
    position: relative;
}

#dcdc-nstep .minus {
    position: absolute;
    top: -22px;
    left: -14px;
    cursor: pointer;
}
