/*.sidebar {
    background: #fff;
    padding: 15px 20px 15px 15px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 7px;
}

.nav-tabs {
    border-bottom: 1px solid #ffffff00;
}

    .nav-tabs.nav-stacked > li {
        color: #333;
        margin-bottom: 8px;
        font-weight: bold;
        border-radius: 0;
        position: relative;
        text-align: left;
        padding: 10px 20px;
        background: #f1f1f1;
        width: 100%;
    }

        .nav-tabs.nav-stacked > li.active > a,
        .nav-tabs.nav-stacked > li.active > a:focus,
        .nav-tabs.nav-stacked > li.active > a:hover {
            background: #ff9800;
            color: #fff;
        }

            .nav-tabs.nav-stacked > li.active > a:after {
                content: "";
                position: absolute;
                right: -18px;
                top: -1px;
                width: 0;
                height: 0;
                border-top: 18px solid transparent;
                border-bottom: 18px solid transparent;
                border-left: 18px solid #e68900;
            }

        .nav-tabs.nav-stacked > li > a:hover {
            background: #ddd;
            color: #333;
        }*/

        /* Active (when clicked) */
        /*.nav-tabs.nav-stacked > li.active > a {
            background: #e68900 !important;
            color: #fff !important;
        }


.content-box {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 7px;
}

.content-box {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 7px;
}

    .content-box h3 {
        margin-top: 0;
        margin-bottom: 25px;
        font-weight: 600;
        padding-bottom: 10px;
        border-bottom: 1px solid #bababa;
        font-size: 21px;
    }

.tab-content [class*="col-"], .modal-body [class*="col-"] {
    padding: 0px 5px !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px;
    font-weight: 500;
}

.content-box h5 {
    font-size: 16px;
    font-weight: 600;
    color: #3c3c3c;
    margin-bottom: 17px;
    margin-left: -10px;
    margin-top: 2px;
}

.btn {
    margin-right: 5px;
    outline: none;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: none;
    }

.portlet-body {
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.20);
}

.tab-data {
    padding: 0px 13px;
}

.form-group {
    position: relative;
    min-height: 36px;
    display: flex;
    align-items: center;
}

    .form-group > label:first-child, .input-group > label:first-child {
        list-style: none;
        text-align: left;
        display: block;
        box-sizing: border-box;
        line-height: 15px;
        padding: 0 2px;
        background-color: #eee;
        background-size: 100% 1px;
        background-repeat: no-repeat;
        background-position: top;
        background: #fff;
        border: none;
        font-size: 12px;
        text-transform: none;
        margin: -1px 0 0 0;
        color: #423f3f;
        font-weight: 500;
        position: absolute;
        top: -6px;
        left: 10px;
        z-index: 1;*/
        /* z-index: 1018; */
        /*width: auto;
        display: flex;
        text-transform: capitalize;
    }

.tab-content h2 {
    margin-top: 0px;
    margin-bottom: 13px;
    font-size: 25px;
    font-weight: 600;
}

.modal-header h5 {
    font-size: 20px;
    font-weight: 600;
}

.modal-header .close {
    margin-top: -21px;
    color: #000;
    opacity: 1.2;
}

.modal-body > div {
    margin: 10px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 6px 8px;
}

.manuf-sidebar {
    background: #fff;
    padding: 5px 20px 19px 0px;
    border-radius: 6px;
    box-shadow: none;
}

.h2-heading h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #bababa;
    font-size: 21px;
}

.manuf-sidebar .nav-tabs > li.active > a,
.manuf-sidebar .nav-tabs > li.active > a:focus,
.manuf-sidebar .nav-tabs > li.active > a:hover {
    background-color: #e68900;
    color: #fff !important;
    border: 1px solid #e68900;
}*/

/* Normal tab links */
/*.manuf-sidebar .nav-tabs > li > a {
    color: #555;
    font-size: 16px;
}

.top-class {
    display: flex;
    margin-bottom: 10px;
}

    .top-class h6 {
        margin-right: 20px;
        font-size: 17px;
    }

.left-class {
    display: flex;
}

    .left-class label {
        width: 30px;
    }

.right-class h4 {
    margin-bottom: 15px;
}

#calculationModal .row.mb-2 {
    margin-bottom: 6px;
}

.container-data {
    padding: 0px 10px;
    align-items: center;
}

    .container-data label {
        font-size: 13px;
    }

    .container-data input {
        width: 22%;
        padding: 5px;
        font-size: 14px;
        box-sizing: border-box;
    }

    .container-data .left {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
    }

.right-class h4 {
    font-size: 18px;
}*/



.sidebar {
    background: #fff;
    padding: 15px 20px 15px 15px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 7px;
}

.nav-tabs {
    border-bottom: 1px solid #ffffff00;
}

    .nav-tabs.nav-stacked > li {
        /* background: #f1f1f1; */
        color: #333;
        margin-bottom: 8px;
        font-weight: bold;
        border-radius: 0;
        position: relative;
        text-align: left;
        padding: 10px 20px;
        background: #f1f1f1;
        width: 100%;
    }

        /* Active tab style */
        .nav-tabs.nav-stacked > li.active > a,
        .nav-tabs.nav-stacked > li.active > a:focus,
        .nav-tabs.nav-stacked > li.active > a:hover {
            background: #ff9800;
            color: #fff;
        }

            /* Right arrow effect */
            .nav-tabs.nav-stacked > li.active > a:after {
                content: "";
                position: absolute;
                right: -18px;
                top: -1.2px;
                width: 0;
                height: 0;
                border-top: 19px solid transparent;
                border-bottom: 18px solid transparent;
                border-left: 20px solid #e68900;
            }

.content-box {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 7px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li.active > a {
    background: #e68900;
    color: #fff;
}

.content-box {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 7px;
}

    .content-box h3 {
        margin-top: 0;
        margin-bottom: 25px;
        font-weight: 600;
        padding-bottom: 10px;
        border-bottom: 1px solid #bababa;
        font-size: 21px;
    }

.tab-content [class*="col-"], .modal-body [class*="col-"] {
    padding: 0px 5px !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px;
    font-weight: 500;
}

.content-box h5 {
    font-size: 16px;
    font-weight: 600;
    color: #3c3c3c;
    margin-bottom: 17px;
    margin-left: -10px;
    margin-top: 2px;
}

.btn {
    margin-right: 5px;
    outline: none;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: none;
    }

.portlet-body {
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.20);
}

.tab-data {
    padding: 0px 13px;
}

.form-group {
    position: relative;
    min-height: 36px;
    display: flex;
    align-items: center;
}

    .form-group > label:first-child, .input-group > label:first-child {
        list-style: none;
        text-align: left;
        display: block;
        box-sizing: border-box;
        line-height: 15px;
        padding: 0 2px;
        background-color: #eee;
        background-size: 100% 1px;
        background-repeat: no-repeat;
        background-position: top;
        background: #fff;
        border: none;
        font-size: 12px;
        text-transform: none;
        margin: -1px 0 0 0;
        color: #423f3f;
        font-weight: 500;
        position: absolute;
        top: -6px;
        left: 10px;
        z-index: 1;
        /* z-index: 1018; */
        width: auto;
        display: flex;
        text-transform: capitalize;
    }

.tab-content h2 {
    margin-top: 0px;
    margin-bottom: 13px;
    font-size: 25px;
    font-weight: 600;
}

.modal-header h5 {
    font-size: 20px;
    font-weight: 600;
}

.modal-header .close {
    margin-top: -21px;
    color: #000;
    opacity: 1.2;
}

.modal-body > div {
    margin: 10px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 6px 8px;
    color: #444444;
}

.manuf-sidebar {
    background: #fff;
    padding: 5px 20px 19px 0px;
    border-radius: 6px;
    box-shadow: none;
}

.h2-heading h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #bababa;
    font-size: 21px;
}

.manuf-sidebar .nav-tabs > li.active > a,
.manuf-sidebar .nav-tabs > li.active > a:focus,
.manuf-sidebar .nav-tabs > li.active > a:hover {
    background-color: #e68900;
    color: #fff !important;
    border: 1px solid #e68900;
}

/* Normal tab links */
.manuf-sidebar .nav-tabs > li > a {
    color: #555;
    font-size: 16px;
}

.top-class {
    display: flex;
    margin-bottom: 10px;
}

    .top-class h6 {
        margin-right: 20px;
        font-size: 17px;
    }

.left-class {
    display: flex;
}

    .left-class label {
        width: 30px;
    }

.right-class h4 {
    margin-bottom: 15px;
}

#calculationModal .row.mb-2 {
    margin-bottom: 6px;
}

.container-data {
    padding: 0px 10px;
    align-items: center;
}

    .container-data label {
        font-size: 13px;
    }

    .container-data input {
        width: 22%;
        padding: 5px;
        font-size: 14px;
        box-sizing: border-box;
    }

    .container-data .left {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
    }

.right-class h4 {
    font-size: 18px;
}

#electricalCalcModal .modal-body h4 {
    padding-left: 0 !important;
    margin-left: -10px;
    margin-bottom: 22px;
    font-weight: 500;
    border-bottom: 1px solid #000;
    width: 100%;
    border-color: #bdbdbd;
    padding-bottom: 5px !important;
}

#calculationModal .modal-body h4 {
    padding-left: 0 !important;
    margin-left: -10px;
    margin-bottom: 22px;
    font-weight: 500;
    border-bottom: 1px solid #000;
    width: 100%;
    border-color: #bdbdbd;
    padding-bottom: 5px !important;
    margin-top: 0px;
}

#conductorModal .tab-content {
    border: 1px solid #dddddd;
    margin: 0px;
}

.pop-up .nav > li > a {
    position: relative;
    display: block;
    padding: 6px 8px;
    color: #444444;
}

.pop-up .tab-data h4 {
    margin-bottom: 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #e7e7e7;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}